#topcontainer {
    box-sizing: border-box;
    height: auto !important;
}
.iconfont {
    font-size: 18px !important;
    color: #ff4d4d !important;
}
.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #3197EE;
}
.radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}
.login_header {
    width: 1200px !important;
    height: 80px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.common {
    width: 1200px;
    margin: auto;
    min-height: 750px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/*注册css*/

.regcontainer{
    width: 378px;
    box-sizing: border-box;
    background: white;
}
.regcontainer .regcon{
	padding:14px 26px 18px 26px;
}
.regcontainer .mysex label{
    margin-right:20px;
    cursor: pointer;
    margin-top: 12px;
}
.regcontainer select{
    width: 60px;
    height: 26px;
    border-radius: 4px;
    margin-right: 9px;
    color: #999999;
    outline: none;
    margin-top: 8px;
}
.regcontainer .regcon .regtitle{
    font-size: 18px;
    color:#333;
    text-align: center;
    margin-bottom: 38px;
}
.regcontainer .regcon li{

    /*margin-bottom: 15px;*/
    display: flex;
    align-items: center;
    height: 45px;
    cursor: pointer;
    border-bottom: 1px solid #ff4d4d;
}
.regcontainer .regcon li span{
    display: inline-block;
    width: 24px;
    font-size: 14px;
    color:#666;
    margin-top: 8px;
}
.regcontainer .regcon li input{
    /*width: 266px;*/
    /*height: 30px;*/
    border-radius: 4px;
    outline: none;
    border: none;
    margin-top: 8px;
}


/*.regcontainer li.mysex input[type='radio']{*/
    /*position: absolute;*/
    /*clip: rect(0,0,0,0);*/
    /*!*width: 12px;*!*/
    /*!*height: 12px;*!*/
    /*!*margin-right: 4px;*!*/
    /*!*margin-top: 12px;*!*/
/*}*/
/*.regcontainer li.mysex input[type='radio'] + label:before {*/
    /*content: '';*/
    /*background: white;*/
    /*border: 1px solid #c2c7cb;*/
    /*width: 12px;*/
    /*height: 12px;*/
    /*float: left;*/
    /*border-radius: 50%;*/
    /*margin-right: 4px;*/
    /*margin-top: 12px;*/
/*}*/

/*.regcontainer li.mysex input[type='radio'] :checked + label:before {*/
    /*background: linear-gradient(270deg, #ffa5a5 0%, #c28a36 100%);*/
    /*background-clip: content-box;*/
    /*padding: 2px;*/
/*}*/







.regcontainer .regbtn {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.regcontainer .regbtn span{
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color:#fff;
    width:310px;
    height:38px;
    line-height: 38px;
    background: linear-gradient(270deg, #ff4d4d 0%,#ffc875  100%);
    border-radius:3px;
    margin-top: 45px;
}
.regcontainer .regbtn span:hover {
    background: linear-gradient(270deg, #ff4d4d 0%,#ffc875  100%);
    color: #ffffff;
    box-shadow: 0px 0px 10px #949494;
}
.regcontainer .logincon li.forget span{
    color:#2d536c;
    font-size: 14px;
    cursor: pointer;
}
.regcontainer .logincon p.regtitle{
    margin-bottom: 63px;
}

.banneroperate {
    background: white;
    color: #999999;
    margin-top: 75px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px #949494);
}
.tab_list {
    padding: 0 28px;
}
.tab_list >div {
    color: #999;
    border-bottom: 1px solid #efeff4;
}
/*登录注册按钮*/
.tab_list >div >span{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    margin-right: 25px;
    cursor: pointer;
    box-sizing: border-box;
}
.tab_list >div >span:hover {
    color: #ff4d4d;
    border-bottom: 2px solid #ff4d4d;
}
.active {
    color: #ff4d4d;
    border-bottom: 2px solid #ff4d4d;
}
/*.banneroperate .registe:hover{*/
/*    background:#ABEAFF;*/
/*}*/
/*.banneroperate .login{*/
/*    display: inline-block;*/
/*    width: 102px;*/
/*    height: 41px;*/
/*    line-height: 41px;*/
/*    margin:0 38px 0 30px;*/
/*    background:rgba(0,255,246,.37);*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    font-size: 16px;*/
/*    border-radius: 10px;*/
/*    border:1px solid #2d536c;*/
/*}*/
/*.banneroperate .login:hover{*/
/*    background:#ABEAFF;*/
/*}*/



/*登录css结束*/
#topcontainer .select, .bannertopleft{
    display: inline-block;
}
.bannertopleft{
    width: 986px;
    float: left;
}
.select{
    float:left;
}

#topcontainer .select .lang{
    display: inline-block;
    width: 102px;
    height: 41px;
    line-height: 41px;
    text-align: center;

    font-size:14px;
    text-decoration: none;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#topcontainer .select .lang a{
    color:#fff;
}

#topcontainer .select .lang a:after{
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-bottom: solid 6px #fff;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
    vertical-align: 3px;
    margin-left: 10px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

/*忘记密码*/
.forget {
    cursor: pointer;
    margin-top: 10px;
}

/*获取焦点class*/
.inputActive {
    border-bottom: 1px solid #2C9DFF !important;
}

/*登录注册页脚部分*/
.bottom_nav {
    width: 100%;
    background-color: transparent;
    color: #ddd;
    text-align: center;
}
.bottom_nav a {
    color: #fff;
}
.bottom_nav a:hover{
    text-decoration: underline
}
.bottom_pay {
    width: 100%;
    color: white;
    text-align: center;
    padding: 15px 0;
}
.bottom_pay >a{color: white;}