﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    --zt-color: #85939A;
    touch-action: manipulation;
    font-size: 14px;
    font-family: 'PingFang-Medium';
    color: #000;
    line-height: 1.6;
    letter-spacing: 1.4px;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
a {
    color: inherit;
    text-decoration: none;
}

button {
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    font-family: 'PingFang-Medium';
}

ol,
ul,li {
    list-style: none;
}
img,video{
    vertical-align: middle;
}

input,
textarea {
    border: none;
    background: none;
    font-family: 'PingFang-Medium';
    font-size: 16px;
    width: 100%;
}
textarea{
    display: block;
}
input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
}
.scroll-inner::-webkit-scrollbar{
    width: 4px;
    border-radius: 2px;
    background-color: transparent;
}
.scroll-inner::-webkit-scrollbar-thumb{
    width: 4px;
    border-radius: 2px;
    background-color: #E6E6E6;
}

/* 英文字体 */
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/fonts/Montserrat-Bold.otf') format('truetype')
}
@font-face {
    font-family: 'Montserrat-Light';
    src: url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/fonts/Montserrat-Light.otf') format('truetype')
}
@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/fonts/Montserrat-ExtraBold.otf') format('truetype')
}
@font-face {
    font-family: 'Montserrat-Regular';
    src:url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/fonts/Montserrat-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src:url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/fonts/Montserrat-SemiBold.otf') format('opentype');
}
@font-face {
    font-family: 'Montserrat-Medium';
    src:url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/fonts/Montserrat-Medium.otf') format('opentype');
}
/* 中文字体 */
@font-face {
    font-family: 'AlibabaPuHuiTi-3-55-Regular';
    src:url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/fonts/AlibabaPuHuiTi-3-55-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'AlibabaPuHuiTi-3-55-SemiBold';
    src:url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/fonts/AlibabaPuHuiTi-3-75-SemiBold.otf') format('opentype');
}
@font-face {
    font-family: 'AlibabaPuHuiTi-3-95-ExtraBold';
    src:url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/fonts/AlibabaPuHuiTi-3-95-ExtraBold.otf') format('opentype');
}
@font-face {
	font-family: 'AlibabaPuHuiTi-3-65-Medium';
	src:url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/fonts/AlibabaPuHuiTi-3-65-Medium.otf') format('opentype');
}

/* 苹方字体 */
@font-face {
    font-family: 'PingFang-Regular';
    src:url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/fonts/PingFang-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'PingFang-Medium';
	src:url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/fonts/PingFang-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'PingFang-Bold';
    src:url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/fonts/PingFang-Bold.otf') format('opentype');
}


/* 头部导航 */
.header{
    width: 100%;
    /* background-color: transparent; */
    /* color: #fff; */
    background-color: #fff;
    color: #000;
    position: fixed;
    z-index: 999;
    box-sizing: border-box;
}
.header::after{
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header-index{
    background-color: transparent;
    color: #fff;
}
.header-index::after{
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.header:hover{
    background-color: #FFF;
    color: #000;
}
.header:hover.header::after{
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.m-header{
    display: none;
}
.m-footer{
    display: none;
}
.content{
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
}
.content2{
    max-width: 1200px;
    margin: 0 auto;
}
.header-box{
    max-width: unset;
    height: 64px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-left{
    padding-left: 7%;
}
.header-left img{
    width: 163px;
}
.header .logo-black{ display: block; }
.header .logo-white{ display: none; }
.header-index .logo-black{ display: none; }
.header-index .logo-white{ display: block; }
.header:hover.header-index .logo-black{ display: block; }
.header:hover.header-index .logo-white{ display: none; }

.header-center{
    display: flex;
    align-items: center;
    height: 100%;
    flex: 1;
    padding: 0 5%;
}
.header-center .header-menus-nav{
    display: flex;
    justify-content: space-between;
    flex: 1;
    height: 100%;
}
.header-menus-nav .nav-item{
    height: 100%;
    margin: 0 5px;
    /* margin-right: 48px; */
    /* padding: 0 24px; */
}

.header-menus-nav .nav-item .nav{
    height: 100%;
    position: relative;
    font-family: 'PingFang-Bold';
}
.header-menus-nav .nav-item .nav a{
    height: 100%;
    display: flex;
    align-items: center;
}
.header-menus-nav .nav::before{
    content: '';
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 80px;
    max-width: 80px;
    height: 5px;
    background-image: url('../image/line-active.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.header-menus-nav .nav:hover{
    color: #01248C;
}
.header-menus-nav .nav-item:hover .nav::before{
    display: inline-block;
}
.header-right .nav-item:hover .nav::before{
    display: none;
}
.header-menus-nav .nav:nth-last-child(1){
    margin-right: 0;
}
.header-right{
    height: 100%;
    display: flex;
    align-items: center;
}
.header-right .nav-phone{
    position: relative;
}
.header-right .nav-phone .words{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.header-right .nav-phone .word1{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}
.header-right .nav-phone .word2{
    font-size: 22px;
    font-family: 'Montserrat-SemiBold';
    color: #FFFFFF;
}
.header-box .nav-lang{
    height: 100%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    font-family: 'PingFang-Medium';
}
.header-box .nav-lang .lang-img{
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background-image: url('../image/icon-lang-black.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.header-index .header-box .nav-lang .lang-img{
    background-image: url('../image/icon-lang-white.png');
}
.header-index:hover.header-index .header-box .nav-lang .lang-img{
    background-image: url('../image/icon-lang-black.png');
}
.header-box .nav-lang span{
    font-family: 'PingFang-Bold';
}
.header-box .nav-lang span:nth-child(3){
    opacity: 0.5;
}
/* 控制下拉菜单 */
.header-menus-nav .nav-item:hover .header-nav-content{
    display: block;
}

.header-nav-content1{
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    padding-left: 10%;
    width: 100%;
    z-index: 999;
}
.content1-nav-bg1{
    height: 100%;
    width: auto;
    position: absolute;
    right: 65%;
    top: 0;
}
.content1-nav-bg2{
    width: 111px;
    position: absolute;
    left: 0;
    top: 0;
}
.content1-nav-bg3{
    width: 111px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.header-nav-content1{
    /* display: block; */
    background: #FFFFFF;
    /* background-image: url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/images/index/nav-bg1.jpg'); */
    background-repeat: no-repeat;
    background-size: 36% 100%;
    background-position: 0 0;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}
.header-nav-content1 .nav-content-left{
    padding: 100px 0 80px;
    position: relative;
    transform: translateX(-30px);
    
}
.header-nav-content1 .nav-level-1{
    height: 58px;
    font-size: 16px;
    color: #000;
    transition: all 0.3s ease;
    cursor: pointer;
}
.header-nav-content1 .nav-active{
    padding: 0;
}
.header-nav-content1 .nav-level-1 .adorn{
    width: 30px;
    opacity: 0;
}
.header-nav-content1 .nav-level-1-active{
    font-size: 24px;
    color: #000;
}
.header-nav-content1 .nav-level-1 .title{
    line-height: 1.4;
}
.header-nav-content1 .nav-level-1-active .title{
    font-family: 'PingFang-Bold';
}
.header-nav-content1 .nav-level-1-active .adorn{
    opacity: 1;
}
/* .header-nav-content1 .nav-level-1:hover .nav-content1-content{
    display: block;
} */
.header-nav-content1 .nav-level-1-bottom{
    width: fit-content;
    padding-left: 30px;
    margin-top: 44px;
    color: #01248C;
    position: relative;
}
.header-nav-content1 .nav-level-1-bottom a{
    display: flex;
    align-items: center;
}
.header-nav-content1 .nav-level-1-bottom::after{
    content: '';
    display: inline-block;
    position: absolute;
    top: -24px;
    left: 30px;
    height: 1px;
    width: 160px;
    background-color: #CCCCCC;
}
.header-nav-content1 .nav-level-1-bottom img{
    width: 6px;
    margin-left: 16px;
}
/* 下拉菜单的右侧菜单内容 */
.nav-content1-content{
    display: none;
    flex-direction: column;
    /* justify-content: center; */
    width: 69%;
    height: 100%;
    padding: 100px 0;
    position: absolute;
    left: 31%;
    top: 0;
    z-index: 5;
    overflow-y: auto;
}
.header-nav-content1 .nav-level-1:nth-child(1) .nav-content1-content{
    display: flex;
}
.nav-content1-title{
    font-size: 24px;
    font-family: 'PingFang-Bold';
    line-height: 1.4;
    padding-left: 12px;
}
.nav-content1-desc{
    font-size: 14px;
    color: #999999;
    margin-top: 4px;
    padding-left: 12px;
    width: 60%;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 20px;
}
.nav-content1-img{
    padding-left: 12px;
    margin-top: 30px;
}
.nav-content1-img img{
    width: 648px;
}
.nav-content1-content ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    font-size: 18px;
}
.nav-content1-content li{
    color: #000;
    width: 232px;
    margin-right: 16px;
    text-align: center;
    line-height: 1.4;
}
.nav-content1-content li .product-img{
    width: 100%;
}
.nav-content1-content li:hover{
    color: #01248C;
}

/* 头部新闻公告导航展开栏 */
.nav-item-dropdown{
    position: relative;
}
.header-nav-content2{
    display: none;
    padding: 10px 0;
    width: 190px;
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
    color: #000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
/* .header-nav-content2 ul{
    border-top: 1px solid #E1E2EB;
    border-bottom: 1px solid #E1E2EB;
}
.header-nav-content2 li{
    border-bottom: 1px solid #E1E2EB;
} */
.naheader-nav-content2 li:nth-last-child(1){
    border-bottom: none;
}
.nav-dropdown-item{
    display: block;
    padding: 12px 0;
    text-align: center;
    line-height: 1.4;
}
.nav-dropdown-item:hover{
    color: #01248C;
}




/* 页脚 */
.footer{
    background-image: url('../image/footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.footer .content{
    padding-top: 96px;
    padding-bottom: 27px;
}
.footer-navbox{
    display: flex;
    justify-content: space-between;
}
.footer-itembox{
    width: 70%;
    display: flex;
    justify-content: space-between;
}
.footer-itembox ul li{
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    margin-bottom: 16px;
}
.footer-itembox ul li:hover{
    color: #FEBD3B;
}
.footer-itembox .footer-item-title{
    color: #fff;
    font-size: 14px;
    margin-bottom: 18px;
}
.footer-itembox .wxcode{
    width: 90px;
}
.footer-itembox .footer-item-title a{
    cursor: default;
}
.footer-itembox .footer-item-title:hover{
    color: #fff;
}
.footer-itembox .footer-item-text:hover{
    color: rgba(255, 255, 255, 0.5);
}
.footer-form{
    width: 24%;
}
.footer-form-name{
    font-size: 14px;
    color: #fff;
}
.footer-form-phone{
    font-size: 36px;
    line-height: 1.4;
    color: #FEBD3B;
    margin: 15px 0 7px;
    font-family: 'Montserrat-Bold';
}
.footer-form-desc{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    letter-spacing: 0.05em;
}
.footer-form-desc .name{
    min-width: fit-content;
}
.footer-form .input-name{
    font-size: 14px;
    color: #fff;
    margin: 18px 0 12px;
}
.footer-form-submit{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer-form input{
    width: 100%;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 0 14px;
    caret-color: #fff;
    color: #fff;
}
.footer-form textarea{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 56px;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 6px 14px;
    caret-color: #fff;
    color: #fff;
    margin: 6px 0;
}
.footer-form input::placeholder{
    color: rgba(255, 255, 255, 0.5);
}
.footer-form textarea::placeholder{
    color: rgba(255, 255, 255, 0.5);
}
.footer-form .verify-box{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.footer-form button{
    width: 82px;
    height: 36px;
    font-family: 'PingFang-Medium';
    color: #01248C;
    background-color: #FEBD3B;
}

.footer-bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 22px;
}
.footer-bottom .icon{
    width: 97px;
    margin-right: 12px;
}

.footer-copyright{
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-copyright img{
    width: 24px;
    margin-left: 18px;
    margin-right: 6px;
}


.a-link{
    width: fit-content;
    min-width: fit-content;
    display: flex;
    align-items: center;
}
.a-link-gray .icon-right{
    display: inline-block;
    width: 5px;
    height: 14px;
    margin-left: 12px;
    background-image: url('../image/icon-link-right-gray.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.a-link-gray:hover{
    color: #01248C;
}
.a-link-gray:hover.a-link-gray .icon-right{
    background-image: url('../image/icon-link-right-blue.png');

}

.page-back-box{
    position: fixed;
    top: calc(100vh - 120px - 128px);
    right: 38px;
    height: 60px;
    overflow: hidden;
    transition: all 0.5s ease;
    z-index: 99;
}
.page-back-item{
    padding: 18px;
    background-color: #1F3A88;
    cursor: pointer;
    position: relative;
}
.page-back-item:hover{
    background-color: rgba(0, 31, 123, 1);
}
.page-back-item img{
    width: 24px;
}
.page-back-item:nth-child(1)::after{
    display: none;
}
.page-back-item::after{
    content: '';
    display: inline-block;
    width: 80%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.consult-mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
}
.consult-pop{
    z-index: 9;
    width: 550px;
}
.consult-top img{
    width: 100%;
}
.consult-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px;
    background-color: #fff;
    position: relative;
}
.consult-close{
    position: absolute;
    width: 22px;
    top: 0;
    right: 8px;
    transform: translateY(-30px);
    cursor: pointer;
}
.consult-content .wx-code{
    width: 25%;
    font-size: 12px;
    color: #999999;
    font-family: 'PingFang-Medium';
    text-align: center;
}
.consult-content .wx-code img{
    width: 100%;
}
.consult-content .words{
    width: 65%;
}
.consult-content .words .name{
    font-size: 18px;
    font-family: 'PingFang-Bold';
    line-height: 1.4;
}
.consult-content .words .desc{
    font-size: 14px;
    margin: 7px 0 16px;
}
.consult-content .words .phone{
    font-size: 30px;
    color: #01248C;
    font-family: 'Montserrat-Bold';
    display: flex;
    align-items: center;
}
.consult-content .words .phone img{
    width: 18px;
    margin-right: 6px;
}
.consult-content .words .desc2{
    font-size: 14px;
    font-family: 'PingFang-Medium';
    margin-top: 16px;
}
.consult-content .words .desc2 span{
    color: #01248C;
}

/* 裁剪 4:3 */
.tailor-box{
    display: block;
    width: 100%;
    padding-top: 56%;
    position: relative;
}
.tailor-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.blue-bg{
    background-color: #01248C;
    color: #FFFFFF;
}
.tailor-box text{
    width: 100%;
    padding: 0 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 32px;
    font-family: 'PingFang-Bold';
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.line-am1,.line-am2{
    position: relative;
}
.line-am1::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 6px;
    background-color: #01248C;
    position: absolute;
    bottom: 0;
    left: 0;
}
.line-am2::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 3px;
    background-color: #01248C;
    position: absolute;
    bottom: 0;
    left: 0;
}
.line-am1:hover::after{
    animation: lineAM .3s ease forwards;
}
.line-am2:hover::after{
    animation: lineAM .5s ease forwards;
}
@keyframes lineAM{
    0% {
        width: 0;  /* 初始状态 */
    }
    100% {
        width: 100%;  /* 动画结束状态 */
    }
}

@media (max-width: 1400px) {
    .header-left{
        padding-left: 3%;
    }
    .header-center{
        padding: 0 2%;
    }
}

@media (max-width: 1000px) {
    input,
    textarea {
        font-size: 14px;
    }
    .content{
        width: 100%;
    }
    .content2{
        width: 100%;
    }
    .header{
        display: none;
    }
    .footer{
        display: none;
    }
    .m-header{
        display: block;
        background-color: #fff;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }
    .m-header-box{
        height: 44px;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .m-header-logo img{
        width: 134px;
    }
    .m-header-left{
        width: 22px;
        height: 22px;
    }
    .m-header-right img{
        width: 22px;
    }
    .m-header-menus{
        position: absolute;
        top: 44px;
        left: 0;
        height: calc(100vh - 44px);
        width: 100%;
        background-color: #fff;
        color: #000;
        font-size: 14px;
        display: none;
        z-index: 999;
    }
    .m-industry-nav{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 20px;
        border-bottom: 1px solid #F2F2F2;
    }
    .m-industry-nav-active{
        color: #01248C;
    }
    .m-industry-nav .icon{
        width: 22px;
        pointer-events: none;
    }
    .m-industry-nav .lang{
        display: flex;
        align-items: center;
        pointer-events: none;
    }
    .m-industry-nav .lang .icon{
        width: 16px;
        margin-right: 4px;
    }
    .m-industry-nav .icon-rotate{
        transform: rotate(180deg);
    }
    .m-industry-level-1-name{
        background-color: #fff;
    }
    .m-industry-level-2-name{
        padding-left: 32px;
        background-color: #FAFAFA;
    }
    .m-industry-level-3-name{
        padding-left: 32px;
        background-color: #F2F2F2;
    }
    .m-industry-level-1-content,.m-industry-level-2-content,.m-industry-level-3-content{
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
        transition: all .5s ease;
    }
    .m-header-menus .expansion{
        visibility: visible;
        opacity: 1;
        height: auto;
    }
    .m-products-level-3-item{
        display: flex;
        align-items: center;
        padding: 0 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
    .m-products-level-3-item img{
        width: 90px;
        margin-right: 6px;
    }
    
    .m-footer{
        display: block;
        background-color: #01248C;
        color: #fff;
    }
    .m-footer .m-industry-nav{
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
    .m-footer .expansion{
        visibility: visible;
        opacity: 1;
        height: auto;
    }
    .m-footer .icon-rotate{
        transform: unset;
    }
    .m-footer-nav-active{
        color: #FEBD3B;
    }
    .m-footer-level-1-name{
        background-color: #01248C;
    }
    .m-footer-level-2-name{
        padding-left: 32px;
        background-color: #0B2F98;
    }
    .m-footer-level-3-name{
        padding-left: 32px;
        background-color: #163AA4;
    }
    .m-footer-item{
        display: block;
        padding: 14px 20px;
        font-size: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
    .m-footer-form{
        padding: 42px 20px 48px;
    }
    .m-footer-form-name{
        font-size: 14px;
    }
    .m-footer-form-phone{
        font-size: 36px;
        font-family: 'Montserrat-Bold';
        color: #FEBD3B;
        margin: 15px 0 9px;
    }
    .m-footer-form-desc{
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        display: flex;
    }
    .m-footer-form-desc .name{
        min-width: fit-content;
    }
    .m-footer-form .input-name{
        font-size: 14px;
        color: #fff;
        margin: 24px 0 12px;
    }
    .m-footer-form-submit{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .m-footer-form input{
        height: 36px;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 0 10px;
        caret-color: #fff;
        color: #fff;
    }
    .m-footer-form textarea{
        background-color: rgba(255, 255, 255, 0.2);
        padding: 10px;
        caret-color: #fff;
        color: #fff;
        margin: 8px 0;
    }
    .m-footer-form input::placeholder{
        color: rgba(255, 255, 255, 0.5);
    }
    .m-footer-form textarea::placeholder{
        color: rgba(255, 255, 255, 0.5);
    }
    .m-footer-form .verify-box{
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }
    .m-footer-form button{
        width: 100%;
        height: 36px;
        font-family: 'PingFang-Medium';
        color: #01248C;
        background-color: #FEBD3B;
    }
    .m-footer-bottom{
        display: flex;
        align-items: center;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.3);
        margin-top: 48px;
    }
    .m-footer-bottom .icon{
        width: 97px;
        margin-right: 12px;
    }
    .m-footer-copyright{
        font-size: 12px;
        text-align: center;
        color: rgba(255, 255, 255, 0.5);
        padding: 10px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .m-footer-copyright img{
        width: 17px;
        margin-right: 6px;
    }
    .m-footer-copyright span{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2px;
    }
    .m-footer-copyright span:nth-child(1){
        margin-top: 0;
    }
    

    .a-link-gray .icon-right{
        width: 3px;
        height: 8px;
        margin-left: 6px;
    }

    .page-back-box{
        display: none;
    }
    .consult-mask{
        display: none;
        padding: 0 20px;
    }
    .consult-pop{
        z-index: 9;
        width: 100%;
    }
    .consult-content{
        padding: 16px;
    }
    .consult-content .words{
        width: 70%;
    }
    .consult-content .words .name{
        font-size: 16px;
    }
    .consult-content .words .desc{
        margin: 4px 0 8px;
    }
    .consult-content .words .phone{
        font-size: 24px;
    }
    .consult-content .words .desc2{
        font-size: 14px;
        font-family: 'PingFang-Medium';
        margin-top: 8px;
    }
    .tailor-box text{
        padding: 0 20px;
        font-size: 18px;
       
    }
    
}