html,
body {
    height: auto !important;
    /* height: 1080px !important; */
    overflow-y: auto;
}

body {
    overflow: initial;
}

[v-cloak] {
    display: none;
}

#taobaoLogin,
#alibabaLogin {
    line-height: 32px;
}

#taobaoLogin span:hover {
    color: #e53a26;
    text-decoration: underline !important;
}

#login .login_nav li {
    font-size: 18px;
    font-family: "微软雅黑";
    text-align: center;
    cursor: pointer;
    width: 50%;
    float: left;
}

#login .login_nav li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #666;
}

#login .login_nav li a.checked {
    color: #e53a26;
    font-weight: bold;
}

#login .login_nav li a.unchecked {
    color: #555555;
    background-color: #d9d7d7;
}

#login .login_nav .selected em,
.trust_login .login_nav .selected em {
    position: absolute;
    width: 10px;
    height: 13px;
    left: -10px;
    top: 0;
    background: url("../images/global_bgs.png?v=1396425694584") -171px -454px no-repeat;
}

.login_header_nav {
    display: inline-block;
    height: 55px;
    font-size: 16px;
    line-height: 55px;
    margin-top: 0px;
    margin-left: 50px;
}

.login_header_nav ul:after {
    content: "";
    display: block;
    clear: both;
}

.login_header_nav ul li {
    float: left;
    width: 100px;
}
.login_header_nav ul li a {
    /* text-align: center; */
    margin: 0 auto;
}
.login_header_nav ul .network {
    position: relative;
}
.login_header_nav ul .network img {
    position: absolute;
    left: 80px;
    top: 4px;
}
.login_header_nav ul .network .tips {
    position: absolute;
    left: 76px;
    top: -22px;
    color: #fff;
    z-index: 1002;
    font-size: 12px;
    border: none;
    width: 48px;height: auto;
}
.login_header_nav ul li .nav_label {
    position: relative;
    display: inline-block;
    /* width: 150px; */
    width: 120px;
    text-align: center;
    text-decoration: none;
}
.login_header_nav ul li .underline {
    display: none;
    position: absolute;
    width: 80px;
    height: 2px;
    /* height: 5px; */
    background: #2e87ff;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}

.login_header_nav ul li .shouye_underline {
    display: none;
    position: absolute;
    width: 46px;
    height: 2px;
    /* height: 5px; */
    background: #2e87ff;
    bottom: 0;
    left: 63%;
    margin-left: -40px;
}

.login_header_nav ul li .xiaosanjiao {
    position: absolute;
    top: 89%;
    left: 46%;
    display: none;
}

.login_header_nav ul li:hover .xiaosanjiao {
    display: block;
}

.login_header_nav ul li .arrows {
    position: absolute;
    top: 48%;
    left: 80%;
}

.login_header_nav ul li .selectArrows {
    display: none;
}

.login_header_nav ul li :hover .selectArrows {
    display: block;
}

.login_header_nav ul li :hover .notArrows {
    display: none;
}

.login_header_nav ul li:hover .nav_label {
    color: #006be6;
}

.login_header_nav ul li:hover .nav_label .underline {
    /*display: block;*/
}

.login_header_nav ul li:hover .hide_wrap {
    display: block;
}

.login_header_nav ul .login_nav_active .nav_label {
    color: #006be6;
    font-weight: bold;
}

.login_header_nav ul .login_nav_active .underline {
    display: block;
}

.login_header_nav ul .login_nav_active .shouye_underline {
    display: block;
}

/* 		.login_header_nav ul .hide_wrap {
			display: none;
			position: absolute;
			width: 100%;
			height: 250px;
			left: 0;
			color: #525459;
			background: #fff;
			z-index: 5;
			border-top: 1px solid #EBEBEB;
			box-shadow: 0px 5px 10px 0px rgba(207, 216, 230, 0.5)
		} */
.login_header_nav ul .hide_wrap {
    display: none;
    position: absolute;
    left: 16.5%;
    width: 68%;
    /* top: 50%;
			left: 50%;
			transform: translate(-50%, -50%); */
    width: 69%;
    color: #525459;
    background: #fff;
    z-index: 5;
    /* border-top: 1px solid #EBEBEB; */
    border-top: 2px solid #0f69ffff;
    box-shadow: 0px 5px 10px 0px rgba(207, 216, 230, 0.5);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 999;
    padding-bottom: 15px;
}

.login_header_nav ul .hide_wrap .hide_box {
    width: 1200px;
    margin: 0 auto;
    padding: 0px 40px;
}

.hide_wrap .hide_box .product-box {
    float: left;
    margin: 0 80px;
    font-size: 14px;
}

.hide_wrap .hide_box .product-box .hide_box_title {
    font-size: 16px;
    font-weight: 600;
}

.help_class_data {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 120px;
}

.help_class_data > .product_item {
    margin-right: 160px;
}

.hide_wrap .hide_box .product-box .a_link {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.hide_wrap .hide_box .product-box .a_link :hover {
    color: #006be6;
}

.hide_wrap .hide_box .product-box .product_item {
    height: 35px;
    line-height: 35px;
}

.hide_wrap .hide_box .product-box span {
    margin: 0px 5px;
}

.login_header_nav ul .hide_wrap .hide_box .product_svg {
    width: 18px;
    height: 18px;
}

.login_header_nav ul .hide_wrap .hide_box .img_icon {
    vertical-align: middle;
}

/* .login_header_nav ul .login_hide_box {
			height: 335px;
		} */

.loginKefu {
    height: 55px;
    line-height: 55px;
    margin-top: 0px;
}

.loginKefu font {
    float: left;
    font-size: 16px;
    color: #555;
    background: #f40;
    padding-left: 35px;
}

.loginKefu .ww font {
    background: url("/static/images/ww.png") no-repeat 0px 4px;
}

.loginKefu .qq font {
    background: url("/static/images/qq2.png") no-repeat 0px 4px;
}

.loginKefu i {
    font-size: 16px;
    color: #e53a26;
    font-weight: bold;
    float: left;
}

.platfrom_img_i {
    float: left;
    cursor: pointer;
    width: 80px;
    height: 80px;
}

.platform_div_two .divback_four {
    margin-left: 8px;
    margin-top: 16px;
    float: left;
    cursor: pointer;
    width: 80px;
    height: 80px;
}

.platform_div_two .divback_four:hover div {
    width: 80px;
    height: 80px;
}

.login_background .wrap {
    padding: 2%;
}

/*登录页新加下面内容对应的样式*/
body {
    overflow-x: initial;
    overflow-y: auto;
}

.cookie_wrap {
    position: relative;
}

.login-item-title {
    margin-top: 57px;
    margin-bottom: 46px;
    text-align: center;
}

.login-item-title span {
    display: inline-block;
    width: 213px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    color: #ffffff;
    background: url("/static/images/login_images/item_title_bg.png?v=1396425694584") 0 0 no-repeat;
}

.project-introduction-box {
    text-align: center;
    font-size: 0;
}

.project-introduction-box li {
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    padding: 20px;
    width: 252px;
    height: 275px;
    font-size: 16px;
    color: #5f5f5f;
    border: 1px solid #b8dfff;
    position: relative;
}

.project-introduction-box li:nth-last-of-type(1) {
    margin-right: 0;
}

.project-introduction-box li img {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
}

.project-introduction-box li .title {
    margin: 9px 0;
    text-align: center;
}

.project-introduction-box li .title span {
    font-size: 20px;
    font-weight: bold;
    color: #474747;
    position: relative;
}

.project-introduction-box li .title span em {
    position: absolute;
    right: -56px;
    bottom: 0;
    width: 58px;
    font-size: 14px;
    color: #f57f00;
    font-weight: normal;
}

.project-introduction-box li p {
    line-height: 21px;
    text-align: justify;
}

.project-introduction-box li .btns-box {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    overflow: hidden;
}

.project-introduction-box li .btns-box a {
    width: 115px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 2px;
    color: #ffffff;
    background: #8ccafd;
}

.project-introduction-box li .btns-box .service {
    float: left;
}

.project-introduction-box li .btns-box .more {
    float: right;
}

.project-introduction-box li .single .more {
    float: inherit;
    display: block;
    margin: 0 auto;
}

#login .login-wrap {
    width: 1235px;
}

@media screen and (max-width: 1570px) {
    .login_background .wrap {
        padding: 2%;
    }

    .project-introduction-box li {
        /*width:210px;*/
        margin-bottom: 10px;
    }

    .project-introduction-box li .btns-box a {
        width: 100px;
    }
}

.header {
    /* width: 1230px; */
    width: 1340px;
}

.header .loginKefu {
    float: right;
    margin-top: 0px;
    /*width: 66%;*/
    text-align: right;
}

.header .loginKefu a {
    display: inline-block;
    vertical-align: middle;
}

.header .loginKefu a.qq {
    margin-left: 60px;
    margin-right: 30px;
}

.header .loginKefu .tab-login {
    position: relative;
    width: 105px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* color: #008FFF; */
    /* background: #FFF; */
    border-radius: 16px;
    /* border: 1px solid #008FFF; */
    margin-right: 20px;
    color: #fff;
    background: #006dff;
    text-decoration: none;
}

.header .loginKefu .tab-consultation {
    position: relative;
    width: 95px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    background: linear-gradient(0deg, #006dff, #7fb7ff);
    border-radius: 16px;
}

.header .loginKefu .tab-consultation .consultation_btn_mask {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 16px;
}

.header .loginKefu .tab-consultation:hover {
    text-decoration: none;
}

.header .loginKefu .tab-consultation:hover .consultation_btn_mask {
    display: block;
    background: rgba(255, 255, 255, 0.15);
}

.header .loginKefu .tab-consultation:active .consultation_btn_mask {
    display: block;
    background: rgba(0, 0, 0, 0.1);
}

.header .loginKefu .tab-login:hover {
    text-decoration: none;
    color: #fff;
    background: #006dff;
}

.header .loginKefu .tab-login .login_btn_mask {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.1;
    background: #000;
    border-radius: 16px;
}

/* .header .loginKefu .tab-login .header_login_icon {
			display: none;
		} */

.header .loginKefu .tab-login:hover .header_login_icon_default {
    display: none;
}

/* .header .loginKefu .tab-login:hover .header_login_icon {
			display: inline-block;
		} */

.header .loginKefu .tab-login:active .login_btn_mask {
    display: block;
}

#login .foonsu_svg_logo {
    /*background:url('/static/images/login/logo.png') no-repeat center;*/
    vertical-align: middle;
    /*height: 30px;*/
    height: 55px;
    width: 130px;
    margin-left: 50px;
    /*margin-left: 55px;*/
    display: inline-block;
}

#login .login-wrap {
    width: 1230px;
    height: 495px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-title {
    margin: 50px auto 22px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #525459;
    height: 20px;
    line-height: 20px;
}

.main-login-ul {
    padding: 0 50px;
}

.main-login-ul li {
    margin: 0 !important;
    margin-bottom: 20px !important;
}

.main-login-ul li.error-tips {
    padding-top: 10px;
    margin-bottom: 10px !important;
}

.main-login-ul li .redisclose {
    float: right;
    margin-right: 10px;
    margin-top: 16px !important;
    width: 12px;
}

.main-login-ul li label.error {
    margin-left: 0 !important;
    width: 350px !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.main-login-ul li span {
    width: 100% !important;
    padding-left: 0 !important;
    height: 45px !important;
}

.main-login-ul li .n_ipt user_ipt,
.main-login-ul li .n_ipt pwd_ipt {
    margin-left: 0 !important;
}

#login .sf_form .user_ipt,
.trust_login .sf_form .user_ipt {
    margin-left: 0;
}

#login .sf_form .pwd_ipt,
.trust_login .sf_form .pwd_ipt {
    margin-left: 0;
}

#login .sf_form .captcha_ipt,
.trust_login .sf_form .captcha_ipt {
    margin-left: 0;
}

#login .inormal_label {
    left: 0px;
    top: 12px;
    height: 20px;
    line-height: 20px;
    color: #b0b5bf;
}

.login-btn-box {
    padding: 0 50px;
}

.login-btn-box li {
    margin: 0 !important;
}

.login-btn-box li .loginBtn {
    margin: 0 !important;
    width: 100% !important;
    height: 50px !important;
    background: #008fff !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    letter-spacing: 6px !important;
}

.login-btn-box .no-account-box {
    margin-top: 15px !important;
    text-align: right;
    color: #989da6;
}

.login-btn-box .no-account-box a {
    color: #008fff !important;
}

.other-platform-box .item-title {
    margin: 92px auto 68px;
    height: 25px;
    font-size: 24px;
    color: #525459;
    line-height: 24px;
    text-align: center;
    position: relative;
}

.other-platform-box .item-title::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 6px;
    content: "";
    background: linear-gradient(90deg, #008fff, #006cff);
    box-shadow: 0px 2px 5px 0px rgba(0, 69, 255, 0.5);
    border-radius: 3px;
}

.other-platform-box .other-platform {
    margin: 0 auto;
    width: 1230px;
    font-size: 0;
}

.other-platform-box .other-platform li {
    margin-right: 24px;
    margin-bottom: 20px;
    display: inline-block;
    width: 183px;
    height: 183px;
    font-size: 16px;
    border: 1px solid #e4e8eb;
    border-radius: 4px;
    position: relative;
}

.other-platform-box .other-platform li:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 69, 255, 0.5);
    border-color: transparent;
}

.other-platform-box .other-platform li.no-bottom {
    margin-bottom: 0;
}

.other-platform-box .other-platform li:nth-of-type(6n) {
    margin-right: 0;
}

.other-platform-box .other-platform li img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.other-platform-box .other-platform li img.cainiao_flag {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 60px;
}

.other-platform-box .other-platform li .hover-box {
    position: absolute;
    top: 2px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    opacity: 0.9;
    overflow: hidden;
    z-index: 2;
}

.other-platform-box .other-platform li .hover-box .now-use {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -50px;
    width: 100px;
    height: 26px;
    text-align: center;
    line-height: 24px;
    color: #008fff;
    border: 1px solid #008fff;
    border-radius: 15px;
}

.other-platform-box .other-platform li .hover-box span {
    position: absolute;
    bottom: -60px;
    left: -1px;
    right: -1px;
    height: 50px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.other-platform-box .other-platform li:hover span {
    bottom: -1px;
}

.other-platform-box .other-platform li:hover .now-use {
    display: none;
}

.other-platform-box .other-platform li .hover-box a {
    float: right;
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background: #008fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.other-platform-box .other-platform li .hover-box a.order {
    border-right: 1px solid #fdf7f7;
}

.other-platform-box .other-platform li .hover-box a.width100 {
    width: 100%;
}

.other-platform-box .other-platform li .hover-box a:hover {
    background: #1f9eff;
}

.other-platform-box .other-platform li .hover-box a:active {
    background: #008bf5;
}

/* .other-platform-box .service-recommend-box {
			padding-bottom: 75px;
			background: url('/static/images/login/service_recommend_bg.png') no-repeat;
			background-size: 100% 100%;
			-webkit-background-size: 100% 100%;
		} */

.other-platform-box .service-recommend {
    margin: 0 auto;
    width: 1230px;
    font-size: 0;
}

.other-platform-box .service-recommend li {
    display: inline-block;
    vertical-align: top;
    margin-right: 36.6px;
    width: 280px;
    height: 380px;
    font-size: 14px;
    background: #ffffff;
    box-shadow: 0px 6px 40px 0px rgba(184, 203, 217, 0.5);
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.other-platform-box .service-recommend li.yiliaotian {
    margin-right: 0;
}

/* .other-platform-box .service-recommend li.yidianzhang:hover {
			background: url('/static/images/login/yidianzhang_bg_active.png') no-repeat;
		}

		.other-platform-box .service-recommend li.qidebao:hover {
			background: url('/static/images/login/qidebao_bg_active.png') no-repeat;
		}

		.other-platform-box .service-recommend li.yitongche:hover {
			background: url('/static/images/login/yitongche_bg_active.png') no-repeat;
		}

		.other-platform-box .service-recommend li.yiliaotian:hover {
			background: url('/static/images/login/yiliaotian_bg_active.png') no-repeat;
		} */

.other-platform-box .service-recommend li .login-box {
    margin: 30px auto 0;
    width: 80px;
    height: 80px;
    position: relative;
}

.other-platform-box .service-recommend li .login-box .logo1 {
    display: block;
    width: 100%;
    height: 100%;
}

.other-platform-box .service-recommend li .login-box .logo2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: none;
}

.other-platform-box .service-recommend li .name {
    margin: 15px auto 30px;
    text-align: center;
    font-weight: bold;
    color: #525459;
    line-height: 24px;
    font-size: 16px;
}

.other-platform-box .service-recommend li .introduce {
    padding: 0 34px;
    color: #525459;
    text-align: justify;
}

.other-platform-box .service-recommend li .btn-box {
    position: absolute;
    left: 0;
    bottom: 38px;
    width: 100%;
    font-size: 0;
    text-align: center;
}

.other-platform-box .service-recommend li .btn-box a {
    display: inline-block;
    width: 100px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #989da6;
    border: 1px solid #ffffff;
    text-decoration: none;
}

.other-platform-box .service-recommend li .btn-box a.service {
    margin-right: 20px;
    color: #006be5;
}

.other-platform-box .service-recommend li:hover {
    transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    /* IE 9 */
    -moz-transform: translateY(-20px);
    /* Firefox */
    -webkit-transform: translateY(-20px);
    /* Safari 和 Chrome */
    -o-transform: translateY(-20px);
    /* Opera */
}

.other-platform-box .service-recommend li:hover .logo1 {
    display: none;
}

.other-platform-box .service-recommend li:hover .logo2 {
    display: block;
}

.other-platform-box .service-recommend li:hover .name {
    color: #fff;
}

.other-platform-box .service-recommend li:hover .introduce {
    color: #fff;
}

.other-platform-box .service-recommend li:hover .btn-box a {
    color: #fff;
}

.other-platform-box .service-recommend li:hover .btn-box a:hover {
    background: #2d85ff;
}

.footer-wrapper {
    background: #37393f;
    height: 400px;
}

.footer-wrapper .footer-box {
    margin: 0 auto;
    width: 1230px;
    font-size: 0;
    color: #ffffff;
    text-align: center;
}

.footer-wrapper .footer-box dl {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
}

.footer-wrapper .footer-box dl dt {
    padding: 50px 0 30px;
    font-weight: bold;
    line-height: 24px;
    font-size: 20px;
}

.footer-wrapper .footer-box .left-box {
    /*width:140px;*/
}

.footer-wrapper .footer-box .center-box {
    margin: 0 120px;
    width: 216px;
    font-size: 0px;
}

.footer-wrapper .footer-box .center-box dd a {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    width: 108px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

.footer-wrapper .footer-box .right-box {
    width: 500px;
}

.footer-wrapper .footer-box .right-box dd p {
    margin-bottom: 10px;
    height: 20px;
    line-height: 20px;
}

.footer-wrapper .footer-box .beian-box {
    padding: 22px 0 20px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #999999;
}

.product-detail-box img {
    display: block;
    width: 100%;
}

.advertisement_wrap {
    position: absolute;
    width: 65%;
    bottom: 25%;
    left: 50%;
    margin-left: -32%;
}

.advertisement_wrap .advertisement_btn {
    display: inline-block;
    width: 140px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    margin-left: 15px;
    text-align: center;
    background: #1774e6;
    border-radius: 5px;
    text-decoration: none;
}

.footer-wrapper .footer-box .inline_block_item {
    display: inline-block;
}

.footer-wrapper .footer-box .bottom_item {
    vertical-align: text-top;
}

.footer-wrapper .footer-box .bottom_item li {
    font-size: 14px;
    line-height: 24px;
}

.footer-wrapper .footer-box .footer_code_name {
    text-align: center;
    padding: 15px;
    color: #999;
    font-size: 16px;
}

/* 中间部分样式 */
#login_page_content .mian-container ul {
    display: flex;
    justify-content: center;
    margin: 20px;
}

#login_page_content .mian-container ul li {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 80px;
    border: 1px solid #e4e8eb;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 20px;
    z-index: 999;
}

#login_page_content .mian-container ul li .hover-box .dinggou {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 80px;
    background: #0a1d39;
    opacity: 0.5;
    border-radius: 4px;
}

#login_page_content .mian-container ul li .hover-box .t1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 80px;
    height: 32px;
    line-height: 32px;
    background: #0f69ff;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

#login_page_content .mian-container ul li:hover {
    box-shadow: 0px 2px 10px 0px rgb(0 69 255 / 50%);
    border-color: transparent;
}

#login_page_content .mian-container ul li .hover-box {
    display: none;
}

#login_page_content .mian-container ul li:hover .hover-box {
    display: block;
}

.login-wraps2 {
    /* width: 1230px; */
    height: 495px;
    padding: 0;
    position: absolute;
    top: 50%;
    /* left: 50%; */
    right: 16%;
    /* transform: translate(-50%, -50%); */
    margin-top: -222px;
    /* margin-left: -576px; */
    z-index: 99;
}

.logins2 {
    float: right;
    width: 346px;
    margin: 45px 0;
}

@media screen {
    @media (max-width: 1440px) {
        .login_header_nav ul .hide_wrap {
            left: 6.5% !important;
            width: 89% !important;
            padding: 0px 15px 15px 15px !important;
        }

        .login-wraps2 {
            right: 17%;
            margin-top: -175px !important;
        }
    }

    @media (max-width: 1536px) {
        .login_header_nav ul .hide_wrap {
            left: 7.6%;
            width: 85%;
            padding: 0px 15px 15px 15px;
        }

        .login-wraps2 {
            right: 15%;
            margin-top: -175px;
        }
    }

    @media (max-width: 1680px) {
        .login_header_nav ul .hide_wrap {
            left: 10%;
            width: 80%;
            padding: 0px 15px 15px 15px;
        }

        .login-wraps2 {
            right: 17%;
            margin-top: -175px;
        }
    }
}

/* 轮播图样式 */
.home-middle-top {
    height: 42%;
    overflow: hidden;
    /*margin-bottom: 10vh;*/
    /* background-color: red; */
}

.home-middle-bottom {
    height: 52%;
    margin-top: 3%;
}

.home-middle-top img {
    display: block;
    width: 100%;
    height: 100%;
}

.bannerImg {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
}

/* 轮播图远点样式 */
.el-carousel__indicators--horizontal {
    position: absolute;
    /* left: auto; */
    /* right: 10px; */
    left: 20.5%;
    bottom: 10px;
    /* text-align: right; */
}

.el-carousel__indicator--horizontal button {
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    /* opacity: 0.5; */
}

.el-carousel__indicator--horizontal.is-active button {
    width: 24px;
    height: 8px;
    background: #ffffff;
    /* opacity: 0.5; */
    border-radius: 10px;
}

/* 动画延迟特效 */
#aniview1 {
    animation-delay: 0.5s;
}

#aniview2 {
    animation-delay: 0.8s;
}

#aniview3 {
    animation-delay: 1.1s;
}

#aniview4 {
    animation-delay: 1.3s;
}

#aniview5 {
    animation-delay: 1.5s;
}

#aniview6 {
    animation-delay: 1.7s;
}

#aniview7 {
    animation-delay: 1.9s;
}

.record_number {
    color: #4c4c4eff;
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #f5f6f8ff;
}
.record_number img {
    margin-right: 3px;
    vertical-align: text-bottom;
}

.dialog_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dialog_box a {
    text-decoration: none;
}

.dialog_box .product_item {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.dialog_box .product_item .line {
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: rgb(0 0 0 / 49%);
}

.dialog_box .product_item .title {
    font-size: 17px;
    font-weight: 500;
    color: #16191d;
    margin-left: 5px;
}

.dialog_box .img_container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.dialog_box .img_container .text {
    font-size: 15px;
    font-weight: 400;
    color: #3d485d;
    margin-top: 25px;
}

.unlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 300px;
}

.unlock_img {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.unlock_img img {
    margin-right: 4px;
}

.nav_label .img {
    margin-top: 3px;
    position: absolute;
    left: 55px;
}
