html,body{
    height:100%;
}
.login-register{
    background: url("../images/bg.jpg") no-repeat center;
    background-size: 100% 100%;
}
header{
    width: 1200px;
    height: 90px;
    margin: 0 auto;
}
.head-l{
    padding-top: 26px;
    float: left;
    text-align: left;
}
.head-r{
    float: right;
}
.head-r .nav{
    display: inline-block;
    vertical-align: middle;
}
.head-r .nav ul li{
    float: left;
    width: 130px;
    text-align: center;
}
.head-r .nav ul li a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 90px;
    text-decoration: none;
    cursor: pointer;
}
.head-r .nav ul li a:hover{
    color: #00A2FE;
}
.head-r .nav ul li>img{
    margin-left: 10px;
}
.head-r .status{
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    margin-left: 50px;
}
.head-r .status span{
    width: 71px;
    height: 33px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 33px;
    cursor: pointer;
}
.head-r .status span:nth-child(1){
    margin-right: 18px;
}
.head-r .status .active,.head-r .status span:hover{
    background: #00A2FE;
    color: #FFFFFF;
}
.content{
    position: relative;
    width: 1200px;
    height: calc(100% - 90px);
    margin: 0 auto;
}
.con-l{
    float: left;
    width: calc(100% - 411px);
    height: 100%;
    position: relative;
}
.con-l span{
    font-size: 47px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 67px;
    position: absolute;
    top: calc(40% - 34px);
    left: 69px;
}
.con-r{
    float: left;
    height: 100%;
    position: relative;
}
.con-r .form{
    width: 411px;
    height: 509px;
    background: #FFFFFF;
    box-shadow: 0px 3px 32px 4px rgba(203, 200, 188, 0.29);
    position: absolute;
    top: 50%;
    margin-top: -255px;
}
.con-r .form .title{
    text-align: center;
    line-height: 147px;
    font-size: 31px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #010101;
}
.con-r .form .form-con{
    width: calc(100% - 88px);
    padding: 0 44px 61px 44px;
}
.con-r .form .form-con .form-item{
    width: 100%;
    margin-bottom: 30px;
}
.con-r .form .form-con .form-item .form-item-con{
    display: inline-block;
}
.con-r .form .form-con .form-item input{
    display: inline-block;
    width: calc(100% - 58px);
    height: 42px;
 
    border: 1px solid #D2D2D2;

    padding-left: 58px;
}
.con-r .form .form-con .form-item input::placeholder{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AFAFAF;
    line-height: 48px;
}
.con-r .form .form-con .form-item input:focus{
    border: 1px solid #00A2FE;
}
.con-r .form .form-con .form-item input:focus::placeholder{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #00A2FE;
    line-height: 48px;
}

.con-r .form .form-con .user input{
    background: url("../images/icon-user.png") left no-repeat;
    background-position-x: 21px;
}
.con-r .form .form-con .user input:focus{
    background: url("../images/icon-user-hover.png") left no-repeat;
    background-position-x: 21px;
}
.con-r .form .form-con .password input{
    background: url("../images/icon-password.png") left no-repeat;
    background-position-x: 21px;
}
.con-r .form .form-con .password input:focus{
    background: url("../images/icon-password-hover.png") left no-repeat;
    background-position-x: 21px;
}
.con-r .form .form-con .code{
    margin-bottom: 26px;
}
.con-r .form .form-con .code input{
    background: url("../images/icon-code.png") left no-repeat;
    background-position-x: 21px;
}
.con-r .form .form-con .code input:focus{
    background: url("../images/icon-code-hover.png") left no-repeat;
    background-position-x: 21px;
}
.tips  span{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #858585;
    line-height: 42px;
}
.tips .tip-l{
    float: left;
}
.tips .tip-l .to-new{
    color: #00A2FE;
}
.tips .tip-r{
    float: right;
}
.tips .tip-r a{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #858585;
    line-height: 42px;
}
.con-r .form .form-con .btn{
    width: 323px;
    height: 42px;
    margin-top: 20px;
    cursor: pointer;
    text-align: center;
    background: #00A2FE;
    box-shadow: 0px 7px 12px 1px rgba(8, 162, 250, 0.27);
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
}
/* register */
.register-con .con-l .l-tip-1{
    top: calc(40% - 78px);
    left: 69px;
}
.register-con .con-l .l-tip-2{
    top: calc(40%);
    left: 69px;
}
.register-con .con-r .title{
    line-height: 100px;
}
.register-con .con-r  .form .form-item{
    margin-bottom: 20px;
}
 
.register-con .con-r .form{
    height: 520px;
}
.register-con .con-r  .form .code{
    margin-bottom: 0px;
}
.con-r .form .form-con .phone input{
    background: url("../images/icon-phone.png") left no-repeat;
    background-position-x: 21px;
}
.con-r .form .form-con .phone input:focus{
    background: url("../images/icon-phone-hover.png") left no-repeat;
    background-position-x: 21px;
}
.con-r .form .form-con .pic123 input{
    background: url("../images/icon-123.png") left no-repeat;
    background-position-x: 21px;
}
.con-r .form .form-con .pic123 input:focus{
    background: url("../images/icon-123-hover.png") left no-repeat;
    background-position-x: 21px;
}
.register-con .con-r .tips {
    margin-top: 0px;
    cursor: pointer;
}
.register-con .con-r .tips .tip-btn{
    width: 20px;
    height: 20px;
    margin-top: 14px;
    margin-right: 10px;
    float: left;
    background: url("../images/icon-right.png") no-repeat center;
    background-size: 100% 100%;
}
.register-con .con-r .tips>.active{
    background: url("../images/icon-right-hover.png") no-repeat center;
    background-size: 100% 100%;
}
.register-con .con-r .tips .tip-text{
    float: left;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #858585;
    line-height: 48px;
}
.register-con .con-r .tips .tip-text a{
    color: #00A2FE;
}
.register-con .con-r .form .form-con{
    padding-bottom: 0;
}
.register-con .con-r .form .btn{
    margin-top: 0px;
}
.con-r .form .form-con .code,.con-r .form .form-con .pic123{
    position: relative;
}
.con-r .form .form-con .code .verificationCode{
    width: 60px;
    height: 26px;
    position: absolute;
    top: 7px;
    right: 0;

}
.con-r .form .form-con .code .verificationCode canvas{
    width: 100%;
    height: 100%;
}
.con-r .form .form-con .code .verificationCode #code_img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    vertical-align: top;
}
.con-r .form .form-con .pic123 .verificationCode{
    width: 60px;
    height: 26px;
    position: absolute;
    top: 7px;
    right: 0;

}
.con-r .form .form-con .pic123 .verificationCode canvas{
    width: 100%;
    height: 100%;
}
.con-r .form .form-con .pic123 .verificationCode #code_img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    vertical-align: top;
}
.register-con .con-r .form .form-con .code input{
    width: 143px;
} 
.register-con .con-r .form .form-con .code .btn{
    width: 100px;
    height: 42px;
    border: 1px solid #00A2FE;
    display: inline-block;
    margin-left: 13px;
    background-color: unset;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #00A2FE;
    line-height: 42px;
    box-shadow: unset;
}