*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
    font-family: PingFangSC;
    outline: none;
}
.login_header{
    width: 100%;
    display: flex;
    padding: 37px 6% 50px 6%;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.login_img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.bdyy p{
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 5px;
}
.bdyy p:hover {
    border-color: #196ee6;
}

.logo{
    display: flex;
    align-items: center;
}
.logo img{
    width: 139px;
}
.line{
    display: inline-block;
    height: 21px;
    margin: 0 18px 0 20px;
    border-right: 1px solid #ffffff;
}
.logo_text,.go_home{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    font-family: Microsoft Yahei,PingFang SC;
}
.go_home{
    cursor: pointer;
}
#con{
    position: absolute;
    top: 20%;
    right: 12%;
    width: 490px;
    /*min-height: 373px;*/
    height:446px;
    padding: 42px 50px 21px 50px;
    background: rgba(255,255,255,0.2);
    border-radius: 5px;
    box-sizing: border-box;
}
#tagContent{
    background: none;
    padding: 0;
    margin: 0;
}
#tags{
    width: 100%;
    height: auto;
    padding: 0 0 27px 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
}
#tags > div{
    width: 50%;
    margin: 0;
    box-sizing: border-box;
}
.border_line{
    border-right: 1px solid #ffffff;
}
#tags li{
    height: auto;
    position: relative;
}
#tags li a{
    line-height: normal;
    height: auto;
    font-size: 16px;
    font-family: Microsoft Yahei,PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}
.active_line{
    display: inline-block;
    width: 70px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
}
.iconfonts{
    display: inline-block;
    height: 46px;
    line-height: 46px;
    position: absolute;
    top: 0;
    left: 19px;
}
.validate {
    vertical-align: middle;
    font-size: 14px;
    box-sizing: border-box;
}
.validate p{
    /*padding-right: 201px;*/
    display: flex;
}
.validate input {
    width: 100%;
    color: #6e7773;
    height: 46px;
    line-height: 46px;
    border: 1px solid #ffffff;
    padding-left: 19px;
    text-indent: 0;
    border-radius: 5px;
    box-sizing: border-box;
    margin-right: 13px;
}
.kaptchaImage_box{
    width: 135px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
    display: inline-block;
    vertical-align: top;
}
.kaptchaImage_box img{
    width: 90%;
    height: 68%;
    margin-top: 6px;
}
.bu_c {
    text-align: center;
    background: #007AFF;
    color: #ffffff;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 31px;
    width: 100%;
    height: 41px;
    font-size: 16px;
    letter-spacing: 5px;
    font-family: Microsoft Yahei,PingFang SC;
}
.btns{
    font-size: 12px;
    font-family: Microsoft Yahei,PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(69,69,69,0.51);
    cursor: pointer;
    text-decoration: none;
}
.login_footer{
    font-size: 12px;
    color: #ffffff;
    opacity: 0.4;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 6% 10px 6%;
    font-family: Microsoft Yahei,PingFang SC;
}
.login_footer1{
    font-family: Microsoft Yahei,PingFang SC;
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.4;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.login_footer1 p{
    margin: 0;
    font-family: Microsoft Yahei,PingFang SC;
}
.bdyySelect {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-radius: 5px;
    background: #ffffff;
    box-sizing: border-box;
    font-family: Microsoft Yahei,PingFang SC;
}
.bdyy input{
    border: 1px solid #ffffff;
    font-family: Microsoft Yahei,PingFang SC;
}
.bdyy .hoptSendBtn {
    width: auto;
    display: inline-block;
    height: auto;
    line-height: normal;
    position: absolute;
    top: 14px;
    right: 23px;
    background: none;
    color: #196EE6;
    border: none;
    cursor: pointer;
    font-family: Microsoft Yahei,PingFang SC;
    font-size: 14px;
}
#phoneEmail{
    width: 100%;
    height: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 46px;
}
.bdyySelect .icon-xiajiantou{
    position: absolute;
    top: 0;
    right: 15px!important;
}
#option_list{
    width: 100%;
    position: absolute;
    top: 55px;
    left: 0;
    background: #ffffff;
    z-index: 999;
    border-radius: 5px;
    box-shadow: 0px 2px 2px 0px #454545;
    font-family: Microsoft Yahei,PingFang SC;
    padding: 6px 0;
    display: none;
}
#option_list:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 20px;
    top: -8px;
    border-left: solid 10px transparent;
    border-bottom: solid 10px white;
    border-right: solid 10px transparent;
}
.options{
    list-style: none;
    height: 30px;
    line-height: 30px;
    padding-left: 21px;
    box-sizing: border-box;
    font-family: Microsoft Yahei,PingFang SC;
}
.options:hover{
    background: rgba(25, 110, 230, .1)
}
.options_active{
    background: rgba(25, 110, 230, .1)
}
.tip_msg{
    display: inline-block;
    height: 18px;
    position: absolute;
    left: 1px;
    top: 47px;
    color: red;
    opacity: 0;
}
.content-wrap-form-title{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
}
.h_line{
    display: block;
    background: #ffffff;
    width: 70px;
    height: 3px;
    margin: 8px auto 6px;
}
.content-wrap-form-block{
    width: 100%;
    height: 46px;
    border: 1px solid #ffffff;
    padding:  5px 10px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.is_disabled{
    background: #CCCCCC;
}
.content-wrap-form-label{
    width: 90px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 500;
    color: #404040;
}
.content-wrap-form-text{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 31px;
    box-sizing: border-box;
}
.content-wrap-form-text input{
    margin-top: 7px;
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #404040;
    background: rgba(255,255,255,0);
}
.content-wrap-form-zfm{
    padding-top: 7px;
}
.hoptSendBtn{
    font-size: 14px;
    font-weight: 600;
    color: #196EE6;
    background: rgba(240,240,240,0);
    cursor: pointer;
}
#sureId{
    width: 100%;
    height: 41px;
    background: #196EE6;
    border-radius: 5px;
    margin-top: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}
.tip_msgs{
    color: red;
    font-size: 12px;
}



@media screen and (max-width: 580px){
    input{
        font-size: 16px;
    }
    .loginbg {
        padding: 0 25px;
        box-sizing: border-box;
        height: auto;
    }
    #con {
        position: static;
        transform: none;
        width: 100%;
        padding: 25px 19px 21px 19px;
        margin-top: 1px;
    }
    .login_header {
        justify-content: center!important;
    }
    .logo{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .line{
        width: 58px;
        height: 1px!important;
        background: #ffffff;
        margin: 9px 0!important;
    }
    .logo_text,.goHome{
        font-size: 14px!important;
    }
    .go_home{
        display: none;
    }
    .validate p {
        padding-right: 20px;
    }
    .kaptchaImage_box {
        width: 97px;
        height: 46px;
    }
    .login_footer{
        position: static;
        margin-top: 20px;
        text-align: center;
    }
    .login_footer1{
        position: static;
        margin-top: 20px;
        text-align: center;
    }
    #LoginForm {
        height: auto;
    }
    .login_img {
         height: auto;
    }
    .btns{
        font-size: 16px;
    }
    .content-wrap-form-text{
        padding-left: 0!important;
    }
    .content-wrap-form-zfm {
        position: absolute;
        right: 53px;
    }
    .h_line{
        display: none;
    }
    .content-wrap-form-title span:first-child{
        margin-bottom: 10px;
    }

}

@media screen and (min-width: 1367px) {
    .loginForm-wrap{
        width: 1366px;
        height: 697px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
}