@charset "utf-8";
/* CSS Document */
.register_item{
    background: url(../img/login_bg.png) no-repeat center center;
    background-size: cover;
}
.register_item_content{
    padding: 30px 0px 50PX;
}
.register_container{
    width: 960px;
    margin: 0px auto;
    background: #ffffff;
    padding: 40px 54px;
    box-sizing: border-box;
}
.register_title{
    text-align: center;
    font-size: 26px;
    font-family: 'Inter SemiBold';
    margin-top: 10px;
}
.switch{
    text-align: center;
    color: #666666;
    padding: 10px 0px 20px;
}
.switch a{
    color: #006db4;
    font-family: 'Inter Medium';
}
.form_content{
    padding-bottom: 25px;
    margin-right: 0px;
}
.fm_button {
    background-color: #007eb4;
    border-radius: 6px;
    font-size: 20px;
    -webkit-box-shadow: 0 1px 1px #ebe7e6;
    zoom: 100%;
    height: 52px;
    line-height: 52px;
    outline: none;
    color: #fff;
    width: 100%;
    cursor: pointer;
    border: none;
    transition: all 0.3s linear;
    font-family: 'Inter Medium';
}
.vercode{
    height: 48px;
    width: 140px;
    vertical-align: middle;
    margin-left: 6px;
}
.renew{
    color: #006db4;
    font-family: 'Inter Medium';
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}
.code {
    width: 165px;
    vertical-align: middle;
}
.spg{
    margin-top: 10px;
}
.spg img{
    width:140px;
}

.remeber{
    color: #686868;
}
.remeber input{
    margin-right: 6px;
}
.password{
    padding-bottom: 10px;
}
.forgot{}
.forgot a{
    color: #006db4;
}
.box_item{
}

.register_item_left {
    width: 406px;
    float: left;
    margin-right: 40px;
}
.grey_bg2 {
    background: #f6faff;
    border: solid 1px #c6d4e6;
    border-radius: 5px;
    height: 46px;
    line-height: 46px;
}
.grey_bg input{
    background: #f6faff;
    border: solid 1px #c6d4e6;
    border-radius: 5px;
}
.register_line {
    height: 1px;
    background: #9cd0e7;
    margin-bottom: 35px;
    margin-top: 15px;
}
.select-col-puple .select-button {
    color: #666;
}
.register_tip {
    font-size: 14px;
    color: #555555;
    margin-top: 10px;
    line-height: 20px;
}
input:-webkit-autofill {
    box-shadow: 0 0 0px 999px rgba(246, 250, 255, 1) inset !important;
}