.register{
    padding-top: 80px;
}
.register-bg{
    min-height: 746px;
}
.register-box{
    display: flex;
}
.register-banner{
    width: 640px;
}
.register-info{
    width: 560px;
    margin-top: 160px;
    /*background-color: #ffffff;*/
}
.box{
    width: 400px;
    height: 526px;
    /*margin-left: -188px;!*定位*!*/
    background: #fff;
    border-radius: 5px;
}
.register-title{
    padding-top: 30px;
    text-align: center;
    font-size: 25px;
    font-family: Myriad Pro;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.fontTitle {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}
.smallTitle {
    font-size: 16px;
    color: #999999;
}
.margin-left {
    margin-left: 55px;
}
.input{
    margin-top: 10px;
    text-align: center;
}
.input .areaCode{
    line-height: 35px;
    height: 36px;
    border: 1px solid #dadcdf;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.38)
}
.input .areaCode:hover{
    border: 1px solid rgba(85, 132, 236, 0.76);
}
.input .areaCode::-webkit-input-placeholder{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.38);
}
.input input{
    border: 1px solid #dadcdf;
    padding-left: 10px;
    line-height: 35px;
    color: rgb(89 89 89);
    font-size: 14px;
    width: 70%;
}
.input input:hover{
    border: 1px solid rgba(85, 132, 236, 0.76);
}
.input input::-webkit-input-placeholder{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.38);
}

.codes-input{
    margin-top: 30px;
    /*text-align: center;*/
    width: 290px;
    margin-left: 60px;
}
.codes-input input{
    border: 1px solid #dadcdf;
    padding-left: 10px;
    line-height: 35px;
    color: rgb(89 89 89);
    font-size: 14px;
    width: 170px;
}
.codes-input input:hover{
    border: 1px solid rgba(85, 132, 236, 0.76);
}
.codes-input input::-webkit-input-placeholder{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.38);
}
.codes{
    display: flex;
}
.verification{
    margin-top: 30px;
    margin-right: 60px;
}
.verification .button{
    width: 110px;
    border: 0px solid;
    /*color: #fff;*/
    height: 37px;
    border: 1px solid #e8e8e8;
    color: rgba(0,0,0,.25);
    /*background-color: #5584ec;*/
}
.ver-button{
    width: 110px;
    border: 0px solid;
    color: #fff;
    height: 37px;
    background-color: #5584ec;
}
.verification img{
    cursor: pointer;
}
.subscript{
    display: flex;
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
    /*cursor: pointer;*/
}
.reg{
    cursor: pointer;
    margin-left: 60px;
}
.forget{
    cursor: pointer;
    /*margin-left: 160px;*/
    color: #999999;
    margin-left: 200px;
}
.gologin{
    cursor: pointer;
    color: #999999;
    margin-left: 160px;
    /*margin-left: 200px;*/
}
.register-button{
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
}
.register-button button{
    width: 300px;
    height: 45px;
    color: #fff;
    background-color: #5584ec;
    /*border-color: #5584ec;*/
    border: 0px solid;
    border-radius:25px;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.register-button button:hover{
    background-color: rgba(85, 132, 236, 0.58);
}
/*图片验证码*/
.imgsCode{
    width: 278px;
    height: 106px;
    position: relative;
    background-color: #f5f5f5;
    top: 236px;
    left: 306px;
    /*box-shadow:5px 2px 6px #000;*/
    text-align: center;
}
.imgsCode img{
    margin-top: 10px;
    width: 110px;
    height: 40px;
    text-align: center;
}
.triangle{
    border-style: solid;
    border-width: 15px;
    border-color: #6a6bf5 transparent transparent transparent;
    /* width: 21px; */
    height: 11px;
    position: relative;
    top: 336px;
    left: 183px;
}


.vip-control-header{
    width: 278px;
    /*height: auto;*/
    height: 106px;
    background: #ffffff;
    border: 0px solid #e2e2e2;
    padding: 10px 0 10px 10px;
    position: relative;
    border-radius: 5px;
    left: 200px;
    top: 237px;
    text-align: center;
    box-shadow: 0px 1px 5px #00000080;
}
.vip-control-header img{
    /*margin-top: 10px;*/
    width: 110px;
    height: 40px;
    text-align: center;
}
/*.vip-control-header:before,.vip-control-header:after{
    position: absolute;
    content: " ";
    top: 102px;
    left: 110px;
    display: block;
    width: 0;
    height: 0;
    border: 8px solid #ffffff;
    border-color: #ffffff transparent transparent transparent;
    z-index: 111;
}
.vip-control-header:after{
    left: 109px;
    border-color: #e2e2e2 transparent transparent transparent;
    z-index: 11;
}*/
.imgcode-button{
    width: 63px;
    height: 36px;
    color: #fff;
    background-color: #5584ec;
    border-color: #5584ec;
    border: 1px solid #5584ec;
    /* border-radius: 5px; */
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-left: -11px;
    margin-top: 10px;
}
.imgcode-button-dis{
    background-color: #dadcdf;
    border-color: #dadcdf;
    border: 1px solid #dadcdf;
    width: 63px;
    height: 36px;
    color: #fff;
    /* border-radius: 5px; */
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-left: -11px;
    margin-top: 10px;
}
.pop-comp-content {
    padding: 10px;
    min-height: 80px;
    width: 278px;
    height: 106px;;
    margin: auto;
}
.pop-comp-content img{
    width: 110px;
    height: 40px;
    margin: auto;
    text-align: center;
    margin-left: 75px;
}
/*.input select{*/
/*    color: #fff;*/
/*    background: red;*/
/*}*/
/*.input select option {*/
/*    height: 50px;*/
/*    background: #f00;*/
/*    color: #fff;*/
/*    box-shadow: inset 20px 20px #f00;*/
/*}*/
/*.input select option:hover{*/
/*    color: #000;*/
/*    box-shadow: inset 20px 20px #00f;*/
/*}*/