@charset "utf-8";
body{
    height: 100%;
}
header{
    z-index: 2;
    width: 100%;
    top: 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999999;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999999;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999999;
}
.Y-bg{
    background: #ffa604;
    height: 100%;
}
.login-h3{
    font-size: 16px;
    color: #303740;
    height: 32px;
    line-height: 32px;
    padding-left: 40px;
    border-left:1px solid #ebecee;
    display: block;
    margin: 14px 0 0 40px;
 }
.login-left{
    /*margin-left: 70px;*/
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 540px;
    display: block;
    background: url("../../images/loginReg/login-bg.png") no-repeat  center #e12c31;
}
.login-right{
    width: 310px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 220px;
    margin-top: -178px;
    padding: 0 35px;
    background: #ffffff;
    border-radius: 5px;
    z-index: 999;
}
.login-right h4{
    font-size: 20px;
    color: #303740;
    line-height: 20px;
    padding: 36px 0;
    text-align: left;
}
.login-right h4 i{
    font-size: 16px;
    line-height: 20px;
    color: #89939e;
    float: right;
}
.login-right h4 i a{
    color: #ff8900;
}
.login-right div{
    height: 44px;
    margin-bottom: 25px;
    position: relative;
}
.login-right div input{
    width: 308px;
    height: 14px;
    padding: 13px 0;
    border: 1px solid #e4e6e8;
    border-radius: 2px;
    font-size: 14px;
    line-height: 16px;
    color: #303740;
    text-indent: 1em;

}
.login-right div input:focus{
    border: 1px solid #ff8900;
}
.login-right div input.false{
    border: 1px solid #f75a46;
}
.login-right span.tip{
    position: absolute;
    left: 0;
    bottom: -26px;
    height: 25px;
    line-height: 25px;
    color: #f75a46;
    font-size: 12px;
    padding-left: 20px;
    background: url("../../images/loginReg/warn-icon.png") no-repeat left center;
}
.login-right span.tipNone{
    position: absolute;
    left: 0;
    bottom: -26px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding-left: 20px;
}

.login-right span.tipRight{
    position: absolute;
    left: 0;
    bottom: -26px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding-left: 20px;
    background: url("../../images/loginReg/secu-done.png") no-repeat left center;
}
.login-right div.eye em{
    position: absolute;
    width: 20px;
    height: 14px;
    right: 18px;
    top: 18px;
    cursor: pointer;
    background: url("../../images/loginReg/login-eye.png") no-repeat center;
}

.login-right div.yzm input{
    width: 182px;
    float: left;
}
.login-right div.yzm img{
    float: right;
    margin-top: 1px;
    cursor: pointer;
}
.login-right p{
    height: 14px;
    line-height: 14px;
    padding: 10px 0 0px 0;
    font-size: 14px;
    color: #89939e;
}
.login-right p a{
    float: right;
    color: #89939e;
}
.login-right p a:hover{
    color: #ff8900;
    transition: all 0.2s ease-in 0s;
}
.login-right a.loginBtn{
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #f7f8fd;
    background: #ff8900;
    border-radius: 2px;
    display: block;
    margin-bottom: 35px;
}
.login-right a.loginBtn:hover{
    background: #f87b00;
    transition: all 0.2s ease-in 0s;
}
.confirm-agreement.mb20{
    margin-bottom: 20px;
}
.confirm-agreement label a{
    color: #ff8900;
    font-size: 14px;
}
.confirm-agreement input[type='checkbox'] {
    position: absolute;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    display: block;
    cursor: pointer;
}
.confirm-agreement label{
    background: url("../../images/loginReg/wprodetail-label.png") no-repeat left center;
    padding-left: 19px;
    font-size: 14px;
    color: #89939e;
}
#myCheck:checked + label{

}
.confirm-agreement input[type='checkbox']:checked+label {
    background: url("../../images/loginReg/wprodetail-label-on.png") no-repeat left center;
}
.confirm-agreement span{
    position: absolute;
    display: block;
    width: 180px;
    position: absolute;
    left: 350px;
    top: 0;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding-left: 20px;
    background: url(../../images/loginReg/warn-icon.png) no-repeat left center;
}
.login-footer{
    width: 100%;
    z-index: 99;
    height: 80px;
    position: fixed;
    bottom: 0;
    background: #f1f1f6;
}
.footers-dangersous{
    margin: 20px auto 12px auto;
    float: none;
    width:160px;
    padding-left:20px;
    font-size: 14px;
    color: #303740;
    background: url(../../images/loginReg/dangerous-icon.png) no-repeat left center;
}
.footer-copyright{
    margin: 0 auto;
    text-align: center;
}


/*注册*/
.reg-footer{
    width: 100%;
    height: 80px;
    background: #f1f1f6;
    margin: 0 auto;
}
.grayBg{
    background: #f7f8fd;
}
.regBox{
    margin: 20px auto 45px auto;
    padding:50px;
    background: #ffffff;
    z-index: 999;
    position: relative;
}
.regBox h4{
    font-size: 20px;
    color: #303740;
    line-height: 20px;
    height: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebecee;
}
.regBox h4 em{
    font-size: 14px;
    color: #89939e;
    line-height: 20px;
    float: right;
}
.regBox h4 em a{
    color: #ff8900;
}
.reg-left{
    width: 340px;
    padding: 60px 60px 0 60px;
    float: left;
}
.reg-right{
    padding: 105px 0 0 0 ;
    float: right;
    width: 480px;
    height: 317px;
    background: url("../../images/loginReg/reg-bg.png") no-repeat center bottom;
}
.reg-tit{
    height: 16px;
    width: 100%;
    margin-bottom: 20px;
}
.reg-tit ul li{
    float: left;
    width: 94px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    cursor: pointer;
    color: #89939e;
    background: url("../../images/loginReg/reg-titIcon01.png") no-repeat left center ;
    padding-left: 26px;
    margin-right: 30px;
    border-right: 1px solid #ebecee;
}
.reg-tit ul li.active{
    color: #303740;
    background: url("../../images/loginReg/reg-titIcon01-on.png") no-repeat left center;
}
.reg-tit ul li:last-child{
    border-right: none;
}
.regCont{
    width: 100%;
    transition: all 0.3s ease-in 0s;
}
.regCont.show{
    animation: 1s ease 0s normal none 1 running myCont;
}
@keyframes myCont {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
.regCont div {
    height: 44px;
    margin-bottom: 20px;
    position: relative;
}
.regCont div input{
    width: 100%;
    height: 14px;
    padding: 14px 0;
    line-height: 14px;
    font-size: 14px;
    border: 1px solid #f7f8fd;
    background: #f7f8fd;
    border-radius: 2px;
    text-indent: 1em;
}
:-moz-placeholder {
    font-size: 14px;
}
*::-moz-placeholder {
    font-size: 14px;
}
.regCont div input:focus{
    border: 1px solid #ff8900;
}
.regCont div input.false{
    border: 1px solid #f75a46;
}
.regCont div span.tip{
    display: none;
    width: 180px;
    position: absolute;
    left: 350px;
    top: 0;
    height: 44px;
    line-height: 44px;
    color: #f75a46;
    font-size: 12px;
    padding-left: 20px;
    background: url("../../images/loginReg/warn-icon.png") no-repeat left center;
}
.regCont div span.tipNone{
    display: none;
    width: 180px;
    position: absolute;
    left: 350px;
    top: 0;
    height: 44px;
    line-height: 44px;
    font-size: 12px;
}
.regCont div span.tipRight{
    display: none;
    width: 180px;
    position: absolute;
    left: 350px;
    top: 0;
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    padding-left: 20px;
    background: url("../../images/loginReg/secu-done.png") no-repeat left center;
}
.logintip{
    height: 24px !important;
    position: relative;
    padding: 0 !important;
}
.logintip span.tip{
    width: 470px;
    position: absolute;
    left: 0px;
    top: 0;
    height: 24px;
    line-height: 24px;
    color: #f75a46;
    font-size: 12px;
    padding-left: 20px;
    background: url("../../images/loginReg/warn-icon.png") no-repeat left center;
}
.logintip span.tipNone{
    width: 240px;
    position: absolute;
    left: 0px;
    top: 0;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    padding-left: 20px;
}
.logintip span.tipRight{
    background: url("../../images/loginReg/secu-done.png") no-repeat left center;
}

.regCont div.yzm input{
    width: 182px;
    float: left;
}
.regCont div.yzm img{
    float: right;
    margin-top: 4px;
    cursor: pointer;
}
.regCont div.phoneCoad{
    position: relative;
}
.regCont div.phoneCoad em{
    position: absolute;
    font-size: 14px;
    line-height: 18px;
    color: #ff8900;
    padding: 0 20px;
    top: 13px;
    right: 0px;
    border-left: 1px solid #ebecee;
    cursor: pointer;
}
.regCont a.loginBtn{
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #f7f8fd;
    background: #ff8900;
    border-radius: 2px;
    display: block;
}
.regCont div.recoCode{
    font-size: 14px;
    color: #5ecc5b;
    line-height: 14px;
    height: 14px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.3s ease-in 0s;
}
.regCont div.recoCode img{
    margin-right: 9px;
    line-height: 44px;
    transition: all 0.3s ease-in 0s;
}
.rotate{
    transform: rotate(90deg);
    transition: all 0.3s ease-in 0s;
}
