.search-text .u-sch-box {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 6px 25px 25px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 #b1b1b1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

.search-text .u-sch-box .u-tt {
    margin: 0;
    font-size: 18px;
    line-height: 40px;
    color: #666;
}

.search-text .u-sch-box .u-hot-sch,
.search-text .u-sch-box .bd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search-text .u-sch-box .u-hot-sch a {
    padding: 5px 12px;
    margin: 5px 10px 5px 0;
    background-color: #fff7f7;
    color: #d0021b;
    border-radius: 25px;
}

.search-text .u-sch-box .bd {
    margin-top: 10px;
}

.search-text .u-sch-box .bd a {
    margin-right: 20px;
    font-size: 14px;
    line-height: 36px;
    color: #666;
}

.search-text input:focus+.u-sch-box {
    visibility: visible;
    opacity: 1;
}

.web-search-20210426 {
    width: 540px;
    float: left;
}

.search-jinbao {
    display: inline-block;
    float: left;
    width: 32px;
    margin-top: 3px;
    margin-right: 5px;
    height: 27px;
    background: url("../img/search-jinbao.png") center no-repeat;
}

.search-text {
    position: relative;
    display: inline-block;
    float: left;
}

.search-text input {
    width: 430px;
    height: 29px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
    border-width: 0px;
}

.search-text input:focus {
    border-width: 0px;
    outline: none;
}

.search-btn {
    float: left;
    line-height: 30px;
    height: 30px;
    padding: 0px 13px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    background-image: linear-gradient(90deg, #ffcc00, #ff9d2d);
}

.search-end {
    width: 70%;
    margin: 30px auto 10px;
    border-radius: 5px;
}

.search-end input {
    width: 93%;
    float: left;
    height: 45px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    border-right-width: 0px;

}



.search-end span {
    width: 7%;
    float: left;
    height: 45px;
    border-radius: 5px;
    background-color: #d90418;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    color: #fff;
    cursor: pointer;
}

.search-end-nav {
    height: 50px;
    width: 100%;
    background-color: #f8f8f8;
    box-sizing: border-box;
    padding: 0px 22px;
    margin-top: 40px;
}

.search-end-nav ul li {
    float: left;
    padding: 0px 20px;
}

.search-end-nav ul li a {
    font-size: 16px;
    color: #4a4a4a;
    font-weight: bold;
    line-height: 50px;
    padding-bottom: 12px;

}

.search-end-nav ul li a:hover {
    border-bottom: 4px solid #d90418;
    color: #d90418;
}

.search-end-nav ul li.active a {
    border-bottom: 4px solid #d90418;
    color: #d90418;
}

.top-nav0314 .swiper-li {
    width: 65px !important;
    height: 30px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    float: left;
}

.top-nav0314 .question-ul {
    width: 450% !important;
}

.top-nav0314 .siteSearch0314 {
    position: absolute;
    width: 55%;
    right: 60px;
    top: 0;
}

.u-log-box {
    position: absolute;
    top: 0;
    right: 0
}

.u-log-box .u-log-btn {
    display: inline-block;
    font-size: 16px;
    color: #757575;
    padding: 5px 0;
    width: 60px;
    text-align: center;
    margin-top: 3px;
}

.u-loginBox.layui-layer {
    border-radius: 8px;
}

#loginBoxcon {
    display: none;
}

.u-log-fm .u-tt {
    margin: 40px 0 10px;
    position: relative;
    font-size: 32px;
    line-height: 46px;
    color: #1f61cf;
    font-weight: normal;
    text-align: center;
}

.u-log-fm .u-tt::before,
.u-log-fm .u-tt::after {
    position: relative;
    top: -10px;
}

.u-log-fm .u-tt::before {
    left: -25px;
    content: url(../img/bg_tt_01.png);
}

.u-log-fm .u-tt::after {
    right: -25px;
    content: url(../img/bg_tt_02.png);
}

.u-log-fm .u-fm-item {
    position: relative;
    margin: 45px 40px 0;
}

.u-log-fm .u-ipt {
    padding-left: 65px;
    padding-right: 5px;
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    border: none;
    border-bottom: 1px solid #e8eff5;
}

.u-log-fm .u-ipt:focus {
    border-color: #0098fe;
    outline: none;
}

.u-log-fm .u-icon {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 28px;
    height: 33px;
    transition: all .6s;
}

.u-log-fm .u-icon-name {
    background: url(../img/icon_user_01.png) 0 0 no-repeat;
}

.u-log-fm .u-icon-pwd {
    width: 27px;
    height: 33px;
    background: url(../img/icon_pwd_01.png) 0 0 no-repeat;
}

.u-log-fm .u-ipt:focus+.u-icon {
    transform: rotate(45deg);
}

.u-log-fm .u-btn-default {
    margin: 0 8px;
    display: block;
    height: 55px;
    background-color: #0098fe;
    background-image: linear-gradient(to right, #0088ed 0%, #0080e4 51%, #005bb9 100%);
    background-size: 200% auto;
    transition: .5s;
    font-size: 18px;
    line-height: 55px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    letter-spacing: 4px;
}

.u-log-fm .u-btn-default:hover {
    background-size: 100% auto;
}

.top-nav0314 .question-ul {
    width: 450% !important;
}

.top-nav0314 .question-ul {
    transform: translateX(-100%);
    margin-left: 64px;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}

/* main---start */
.login-main {
    width: 100%;
    min-height: calc(100vh - 47px);
    background: url("../img/login/login-bg.png") center no-repeat;
    background-size: 100%;
    position: relative;
}

.login-main-box {
    width: 1170px;
    height: 680px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 36px 0px rgba(122, 140, 153, 0.4);
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
}

.login-box-left {

    height: 680px;
    background: url("../img/login/login-box-left.png");
    padding-top: 20px;
}

.login-box-right {
    padding: 0px;
    height: 680px;
    position: relative;
}

.login-box-left img {
    width: 211px;
}

.login-tab {
    padding-left: 50px;
    padding-top: 15px;
    position: relative;
}


.ltab-tit span {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
}

.ltab-tit span.active,
.ltab-tit span:hover {
    font-size: 18px;
    color: #d40518;
    font-weight: 900;
}

.ltab-tit span.active::after,
.ltab-tit span:hover::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #d40518;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.login-tab-tit {
    padding-bottom: 20px;
    padding-right: 30px;
}

.ltab-tit {
    border-bottom: 1px solid #e5e3e5;
    padding-bottom: 10px;
}

.login-type-change {
    width: 56px;
    height: 56px;
    background: url("../img/login/er-login-change.png") center no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.login-type-change2 {
    width: 56px;
    height: 56px;
    background: url("../img/login/phone-login-change.png") center no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.ltab-con-item .layui-form-item {
    padding-right: 65px;
}

.ltab-con-item .layui-form-label {
    width: 100%;
    text-align: left;
    padding: 0px;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    font-weight: 900;
}

.ltab-con-item .layui-input-block {
    margin-left: 0px;
    position: relative;
}

.ltab-con-item .layui-input {
    height: 49px;
    padding-left: 15px;
    font-size: 16px;
    border-radius: 5px !important;
}

.login-verify {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0px 8px;
    background-color: #d40518;
    color: #fff;
    position: absolute;
    border-radius: 5px;
    right: 4px;
    top: 46px;
    cursor: pointer;
}

.ltab-btn {
    width: 100%;
    height: 56px;
    font-size: 18px;
    color: #fff;
    background-color: #d40518;
    border-radius: 5px;
    margin-top: 48px;
}

.lfi-radio .layui-anim.layui-icon {
    font-size: 14px;
}

.lfi-radio .layui-form-radio,
.lfi-radio .layui-form-radio * {
    color: #999999;
    font-size: 12px;
}

.lfi-radio .layui-form-radio>i:hover,
.lfi-radio .layui-form-radioed>i {
    color: #d40518;
    font-size: 14px;
}

.sj-login {
    margin-top: 55px;
    padding-right: 70px
}

.sj-login-tit {
    border-bottom: 1px solid #e5e3e5;
    position: relative;
    margin-top: 20px;
}

.sj-login-tit span {
    font-size: 14px;
    color: #999999;
    padding: 0px 5px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}

.sj-login-con {
    text-align: center;
    padding-top: 20px;
}

.sj-login-con img {
    width: 48px;
    height: 48px;
}

.sj-login-con p {
    text-align: center;
    color: #666666;
    font-size: 14px;
    padding-top: 5px;
}

.login-load-app {
    height: 40px;
    background-color: #e9f5fd;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.login-load-app a {
    padding-left: 140px;
    background: url("../img/login/load.png") 120px center no-repeat;
    line-height: 40px;
    color: #2a99ef;
}

.login-load-app a:hover {
    color: #2a99ef;
}

.ltab-con-item {
    display: none;
}

.ltab-con-item.active {
    display: block;
}

.forget-pass {
    text-align: right;
    padding-top: 15px;
}

.forget-pass a {
    color: #666666;
    font-size: 14px;
}

.login-erweima {
    display: none;
}

.login-erweima h1 {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    padding-top: 80px;
    color: #333;
}

.login-erweima p {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    padding-top: 10px;
    color: #666666;
}

.lew-image {
    position: relative;
}

.real-erwema {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.real-erwema img {
    height: 262px;
    width: 261px;
}

.real-erwema-hover {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.real-erwema-hover img {
    height: 262px;
    width: 368px;
}

.lew-image {
    min-height: 300px;
}

.real-erwema-hover {
    display: none;
}

.reset-pass {
    padding-left: 75px;
}

.reset-pass-tit {
    padding-top: 35px;
    padding-bottom: 65px;
}

.reset-pass-tit h1 {
    font-size: 24px;
    font-weight: 900;
    color: #333;
}

.reset-pass-tit p {
    font-size: 14px;
    color: #666666;
    padding-top: 5px;
}

.reset-box {
    width: 500px;
    height: 320px;
    background-color: #fff;
}

.reset-success {
    text-align: center;
    padding-top: 70px;
}

.reset-success img {
    width: 120px;
    height: 120px;
}

.reset-success-tit {
    text-align: center;
    color: #333333;
    font-size: 24px;
    padding-top: 15px;
}

@media screen and (min-width: 320px) and (max-width: 750px){
    .login-main-box{
        width: 94%;
        top: 20px;
        left: 54%;
    }
    .login-tab {
        padding-left: 0px;
        padding-top: 30px;
    }
    .login-tab-tit {
        padding-right: 0;
        text-align: center;
    }
    .ltab-tit span {
        margin-right: 10px;
        font-size: 16px;
    }
    .ltab-tit span.active,
    .ltab-tit span:hover {
        font-size: 16px;
        color: #d40518;
        font-weight: 600;
    }
    .ltab-con-item .layui-form-item {
        padding-right: 0px;
    }
    .sj-login {
        padding-right: 0px;
        display: none;
    }
    .login-box-left{
        display: none;
    }
    .login-box-right{
        padding: 0;
        width: 100%;
        padding: 0 15px;
    }
    .login-type-change{
        display: none !important;
    }
    .login-load-app a {
        padding-left: 30px;
        background: url(../img/login/load.png) 10px center no-repeat;
    }
    .login-verify2{
        width: 100px;
        top: 42px;
    }

}

/* //图片验证码  --------------------------------- */
.sign-bg .bor_r,
.sign-bg .bor_r .layui-layer-title {
    border-radius: 10px;
}
.Verification{
    display: flex;
    flex-wrap: wrap;
}
.Verification-input{
    max-width: 220px;
    height: 48px;
}
.Verification-box{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.Verification-image{
    width: 100px;
    height: 48px;
    line-height: 40px;
}
.Verification-image-img{
    width: 100%;
    height: 100%;
}

.Verification-image-span{
    margin-top: 10px;
    font-size: 14px;
    color: #54ADFF;
    cursor: pointer;
}
.sign-bg .layui-layer-btn{
    display: flex;
    justify-content: center;
}
.sign-bg .layui-layer-btn .layui-layer-btn0{
    background: #1B91FF;
    border: #1B91FF;
}
.sign-bg .layui-layer-content{
    padding: 20px 10px 20px 10px;
}

/* //图片验证码end  --------------------------------- */