@charset "UTF-8";
@import "common.css";
.re-top{
    background-color: #f7f7f7;
    min-width: 1024px;
}
.re-t-img{
    width: 831px;
    margin: 40px auto;
    display: block;
}
.reg-main{
    margin-left: 100px;
    position:relative;
    min-height:400px;
}

.reg-m-input-box{
    /*margin-top: 30px;*/
    min-height: 66px;
}
.reg-m-input-box:first-child{
    margin-top: 50px;
}
.reg-m-input-box label{
    width: 95px;
    color: #4d4d4d;
    font-size: 16px;
    font-family: "microsoft yahei";
    font-weight: normal;
    margin-bottom: 0px;
    position: relative;
    top: 0;
    float: left;
}
.reg-m-input-box input{
    width: 300px;
    height: 36px;
    border: 1px solid #cccccc;
    margin: 0;
    padding: 0 8px;
    -webkit-transition: border 200ms;
    -moz-transition: border 200ms;
    -ms-transition: border 200ms;
    -o-transition: border 200ms;
    transition: border 200ms;
}
.reg-m-input-box input:focus{
    width: 300px;
    height: 36px;
    border: 1px solid #7b7b7b;
    margin: 0;
    padding: 0 8px;
    /*-webkit-box-shadow: 0px 0px 0px  black ;*/
    /*-moz-box-shadow: 0px 0px 0px  black  ;*/
    /*box-shadow:  0px 0px 0px  black ;*/
}
.reg-m-input-box  .reg-icon{
    display:inline-block;
    height: auto;
    position: relative;
    top: 0;
    color: #f00;
}
.reg-m-input-box .ok-icon{background: url(../images/reg-true.png) no-repeat;}
.reg-m-input-box .error-icon{ background: url(../images/reg-false.png)  no-repeat;}
.reg-m-input-box span.reg-tip{
    color: #4d4d4d;
    opacity: 0.5;
    display:block;
    font-size: 12px;
    font-family: "microsoft yahei";
    padding-left: 98px;
}
.reg-m-input-box #read{
    width: 12px;
    height: 12px;
    margin:20px 0 0 88px;
    display: inline;
    border: 1px solid #000000;
    background: transparent;
    opacity: 0;
}
.reg-m-input-box #read:focus{
    border: 1px solid #000000;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none ;
    box-shadow: none ;

}
.reg-m-input-box .read-t{
    margin-left: 16px;
    font-size: 14px;
}
.reg-m-input-box .read-t a{
    color: #ef7b2a;
}
#read{
    z-index: 100;
    position: relative;
}
#read:checked+.check-style{
    background-color: #ef7b2a;
    padding: 1px;
    background-clip: content-box;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
}
.check-style{
    border: 1px solid #6e6e6e;
    display: inline-block;
    height: 13px;
    left: -17px;
    margin-top: 20px;
    position: relative;
    width: 13px;
    z-index: 1;
}
.next-step-btn{
     /*background: #002870 url('../images/reg-arrow.png') 185px 17px no-repeat;*/
     background: #002870;
     color: #ffffff;
     font-size: 18px;
     border-radius: 4px;
     padding: 16px 90px;
    -webkit-transition:    background 300ms;
    -moz-transition:   background  300ms;
    -ms-transition:   background  300ms;
    -o-transition:    background 300ms;
    transition:   background  300ms;
    margin:0 0 70px 88px;
 }

.next-step-btn:hover{
    background: #00369b url('../images/reg-arrow.png') 190px 17px no-repeat;
    background: #00369b;
    color: #ffffff;
    font-size: 18px;
    border-radius: 4px;
    padding: 16px 90px;
    margin: 0 0 70px 88px;
}
#getyz{
    background-color: #ef7b2a;
    color: #ffffff;
    width: 150px;
    height: 37px;
    margin: 0;
    border: 0;
    position: relative;
}
#getyz:hover:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    width: 128px;
    height: 37px;
    background-color: #000000;
    opacity: 0.1;
}
#shimingyz{
    background-position: 180px 13px;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    margin: 0 392px 144px;
    padding: 0 64px;
}
#shimingyz:hover{
    background-position: 195px 13px;
}
.success-img{
    width: 135px;
    height:158px;
    margin: 85px auto 0px;
    display: block;
}
.line{
    width:940px;
    background-color:#e5e5e5;
    margin: 40px auto 0px;
    height: 1px;
}
.chimingtip{
    font-family: "microsoft yahei";
    font-size: 18px;
    color: #4d4d4d;
    text-align: center;
    margin:60px 0;
}
#accord{width:15px;height:15px;margin-left: 95px;}
.reg-success{width:940px;margin:auto;text-align: center;}
.reg-success h2{color:#ef7b2a;font-size:40px;font-weight: bold;margin:35px 0 15px;}
.reg-success h3{color:#d4d4d4;font-size: 18px;}