html, body, ul, li, div, a, p {
    margin: 0;
    padding: 0;
    font-family:Microsoft YaHei !important;
}
.placeholder{ color: #999;}
input, select, textarea {
    background: none;
    outline: none;
    border: none;
}
input {
    width: 96%;
    height: 40px;
    line-height: 40px;
    font-size:16px !important;
    padding: 0 2%;
}
textarea {
    margin: 0;
    width: 96%;
    padding: 0 2%;
    line-height: 35px;
    font-size:16px !important;
}
select{
    padding:0 5px;
    width:145px;
    height:100%;
}
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
    border: none;
    width: 9rem;
    font-size: 1rem;
    color: #666;
    text-align-last: center; 
    background: url(../images/select_down.png) no-repeat right 0.5rem center;
    background-size: 0.8rem 0.45rem;
    outline:none;
}
select::-ms-expand {    
  display: none;
}
    select:focus {
        background: url(../images/select_up.png) no-repeat right 0.5rem center;
        background-size: 0.8rem 0.45rem;
    }

  display: none;
}
 select:focus {
     background: url(../images/select_up.png) no-repeat right 0.5rem center;
     background-size: 0.8rem 0.45rem;
 }

select option{
    padding-top:20px;
    height:2.0rem;
    
}

img {
    border: 0;
}
label {
    margin: 0 5px 0 0
}
a {
    color: #1F376D;
    text-decoration: none
}
a:hover {
    color: #01B2FF;
}
ol, ul {
    list-style: none outside none;
    margin: 0px;
    padding: 0;
}

fieldset {
    clear: both;
    padding: 0 0 1em 1em;
    margin: 0 0 30px .3em;
    border: 1px solid #888888;
}
input::-webkit-input-placeholder{
    color:#9a9a9a;
    
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#9a9a9a;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#9a9a9a;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#9a9a9a;
}
textarea::-webkit-input-placeholder{
    color:#9a9a9a;
}
textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#9a9a9a;
}
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#9a9a9a;
}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#9a9a9a;
}
select{
    color:#9a9a9a;
    height:100%;
}

/*index start*/
.body_main {
    margin: 0 auto;
    width: 100%;
}

.box_title {
    background: url('../images/top_bg.jpg') no-repeat center bottom;
    width: 100%;
    height: 635px;
    padding: 0;
    background-size: cover;
}
.box_title .text_logo {
    width: 1100px;
    margin: 0 auto;
    padding-top: 60px;
    text-align: center;
}
.text_logo img {
    width: 70%;
    height: 70%;
}
.box_title .text_content {
    width: 1100px;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
}

.text_content .gg_l {
    display: inline-block;
    /*margin-left:10%;*/
    width: 65%;
    padding-bottom:10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px #999;
}

.gg_l p {
    padding: 0;
    margin: 0;
    background: url("../images/gg_titbg.png") no-repeat center top;
    background-size: cover;
    border-radius: 10px 10px 0 0;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #1a1a1a;
}

.gg_l div {
    padding: 8px 25px 22px;
    font-size: 20px;
    line-height:34px;
    border-radius: 0 0 10px 10px;
    text-align: left;
}

.text_content .gg_r {
    display: inline-block;
    width: 20%;
    padding-left: 20px;
    text-align: left;
}

.gg_r img {
    width: 45%;
    vertical-align: -2px;

}

.box_main {
    width: 100%;
    background: #e0f0ff;
    padding-bottom: 50px;
    padding-top:20px;
}

/*regist*/
.register {
    width: 1000px;
    margin: -40px auto 0;
    padding: 0 50px;
    background: #f2f2f2;
    box-shadow: 1px 2px 5px #ccc;
    height: 100%;
    overflow: hidden;
}

.register .form_submit {
    float: left;
    width: 1000px;
}

 .fieldset {
    float: left;
    width: 1000px;
}

 .fieldset p {
    margin-top: 40px;
    padding: 0 0 0 20px;
    background: url("../images/qs_bg0.png") repeat-x center center;
    background-size:2px 20px;
    height: 40px;
    line-height: 40px;
}

 .fieldset p > span {
    padding: 0 10px;
    background: #f2f2f2;
    height: 40px;
    line-height: 40px;
    color: #094dab;
    font-size:22px;
    font-weight: bold;
}

.fieldset p > span img {
    vertical-align:-4px;
    padding-right:5px;
    width: 22px;
    height: 22px;
}

 .fieldset .field-group {
    height: 42px;
    margin-top: 20px;
}

 .fieldset .field-group .title {
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 18px;
     color:#454545;}
.field-group .title i{
    font-style: normal;
    font-size:14px;
    color:#cc0000;
}
.field-group .control-group {
    float: left;
    width: 300px;
    margin: 0 10px 0 0;
    height: 40px;
    line-height: 40px;
    background: #fdfdff;
    border: 1px solid #d1d6de;
}
.field-group .control-group_r {
    float: left;
    width: 300px;
    margin: 0 10px 0 0;
    height: 140px;
    background: #fdfdff;
    border: 1px solid #d1d6de;
}

.fieldset .field-group .w7 {
    width: 737px;
}

.fieldset .bz {
    padding:5px 30px;
    font-size: 14px;
    color: #ff811d;
}

.register .sub_button {
    background: url("../images/sub_bg.jpg") repeat-x center center;
    background-size: 100% 100%;
    margin: 60px 35% 0px;
    width: 30%;
    height: 50px;
    font-size: 20px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
}
.register .sub_bz {
	margin-top:2%;
    padding: 8px 50px 25px;
    color: #505963;
    font-size: 15px;
    text-align: center;
}
.field-group  .yz_ip_r{
    display: inline-block;
    font-style: normal;
    width:103px;
    /* background:#70cdff; */
    border:1px solid #4db8f1;
    font-size:14px;
    height:39px;
    line-height:39px;
    text-align:center;
    color:#fff;
}
.can_click{
	background:#137AC8;
	cursor:pointer;
	 pointer-events:auto;
}
.not_click{
	background:#70cdff;
	cursor:text;
	 pointer-events:none;
}
.fieldset .field-group .yz_group{
    width:195px;
    margin-right:0;
}
.control-group .yz_input{
    width:170px;
    padding:0 10px;
}
.liuy_more{
    position: fixed;
    right:0;
    top:300px;
    text-align: right;
}
.liuy_more img{
    width:80%;
}
.h_zz{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5)
}
.check_xx{
    position: fixed;
    top:40%;
    left:50%;
    width:426px;
    margin-left:-265px;
    background:#fff;
    padding:25px 52px 30px;
    border-radius: 2px;
    text-align:left;
}
.check_xx .check_tit{
    background:url("../images/qs_img.png") no-repeat left center;
    background-size:22px;
    text-indent:30px;
    height:40px;
    line-height:40px;
    font-size:18px;
    font-weight:bold;
    color:#094dab;
}
.check_xx .field-group .title{
    width:auto;
}
.check_button, .nocheck_button{
    background:url("../images/check_bobg.jpg") repeat-x left center;
    width:200px;
    font-size:20px;
    color:#fff;
    line-height:40px;
    height:44px;
    border-radius: 2px;
    margin:25px 130px 10px;
}
.check_close{
    position: absolute;
    right:-15px;
    top:-15px;
   width:40px;
    height:40px;
}
.nocheck_close{
    position: absolute;
    right:-20px;
    top:-32px;
    width:40px;
    height:40px;
}
.check_noxx{
    position: fixed;
    top:40%;
    left:50%;
    width:460px;
    margin-left:-230px;
    background:#fff;
    border-radius: 2px;
    text-align:center;
    padding:20px 0 20px;
    font-size:16px;
    line-height:24px;
    color:#666;
}
.check_noxx img{
    padding:10px 0 10px;
}
.liuy_close{
    position: fixed;
    right:0;
    top:300px;
    text-align: right;
}
.liuy_close img{
    width:80%;
}
.my_ly_list{
    width: 1000px;
    min-height:500px;
    margin: -60px auto 0;
    padding: 0 50px;
    background: #f2f2f2;
    box-shadow: 1px 2px 5px #ccc;
    height: 100%;
    overflow: hidden;
}
.my_ly_list .ly_tit{
    margin:0;
    padding:40px 0 10px;
   font-size:19px;
   color:#1a1a1a;
   font-weight:500;
   font-style: italic
}
.my_ly_list .ly_tit{
   margin:0;
   padding:40px 0 10px;
   font-size:19px;
   color:#1a1a1a;
   font-weight:500;
   font-style: italic
}

.my_ly_list .ly_time{
    font-size:16px;
    color:#b2b2b2;
}
.my_ly_list .ly_deta{
    padding-top:10px;
    font-size:16px;
    color:#454545;
    line-height:26px;
}
.my_ly_list hr{
	border:none;
	border-bottom:1px solid #DaDaDa; 
	height:1px;
	-webkit-transform: scaleY(0.5);
	/* -webkit-transform-origin:0 0; */
}

.can_click{
	    pointer-events:auto;
}
.not_click{
	pointer-events:none;
}
.can_click{
	    pointer-events:auto;
}
.not_click{
	pointer-events:none;
}
::-ms-clear, ::-ms-reveal{display: none;}

.fl {
	float:left;
}
.fr {
	float:right;
}

.footer p {
    font-size: 12px;
    font-family: "微锟斤拷锟脚猴拷","锟斤拷锟斤拷";
    padding: 0 10px;
    margin-top: 4px;
    height: 22px;
    line-height: 22px;
    margin-left: 10px;
}
.footer p {
    height: auto;
    padding: 0px;
    margin-top: 7px;
    height: 24px;
    line-height: 24px;
    margin-left: 8px;
}
input[type="checkbox"] {
    cursor: pointer;
    width: 15px;
    height: 15px;
    position: relative;
    vertical-align:middle;
}
 
 
input[type="checkbox"]:checked:after {
    content: "✓";
    font-size: 16px;
    color:#a5a5a5;
}

input[type=checkbox] {  

	display: inline-block;
	
	width: 16px;  
	
	height: 16px;  
	
	margin-left: 5px;  
	
	-webkit-appearance: none;  
	
	background-color: transparent;  
	
	border: 0;  
	
	outline: 0 !important;  
	
	line-height: 20px;  
	
	color: #d8d8d8;  

}  

input[type=checkbox]:after  {  

	content: "";  
	
	display:block;  
	
	width: 16px;  
	
	height: 16px;  
	
	text-align: center;  
	
	line-height: 14px;  
	
	font-size: 16px;  
	
	color: #fff;  
	
	border: 1px solid #a5a5a5;  
	
	background-color: #fff;  
	
	box-sizing:border-box;  

}  

input[type=checkbox]:checked:after  {  

border: 1px solid #a5a5a5; 

}  

