body[data-mobile] .pageheader-navlist-child:nth-child(1)>a:after,
body[data-mobile] .pageheader-navlist-child:nth-child(2)>a:after{display: none}

.btn-myfirst{
    position: relative;
    width: fit-content;
    height: 68px;
    line-height: 68px;
    padding: 0 34px;
    font-size: 30px;
    margin: 20px auto 0;
    display: block;
    background-image: linear-gradient(134deg, #FFB08C 10%, #FF7B7F 88%);
    color: #ffffff;
    border-radius: 60px;
    transition: .25s;
    box-shadow: 0 2px 8px rgba(0,0,0,.25);
    overflow: hidden;
    opacity: .85;
}
.btn-myfirst:hover{
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.3);
    transform: translateY(-5px);
    opacity: 1;
}
.btn-myfirst:before{
    content: "";
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none;
    animation: myfirst 5s linear infinite;
}
@keyframes myfirst {
    75%   {transform: skewX(-45deg) translateX(0);transition: all 0.5s ease-in-out;}
    100% {transform: skewX(-45deg) translateX(35em);transition: all 0.5s ease-in-out;}
}
.btn-myfirst:hover{transform: translateY(-10px)}



/*------------------------------获取方案------------------------------*/
.hqfa{margin: 40px 0}
.hqfa-main{
    display: flex;
    justify-content: center;
}
.hqfa-main .iptdiv{
    display: flex;
    height: 50px;
    width: 500px;
    border: 1px solid #80b2ff;
    padding: 0 0 0 20px;
    font-size: 18px;
    background-color: rgba(240,242,247,1);
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
}
.hqfa-main .iptdiv input{
    flex: 1;
    text-align: center;
    font-size: 20px;
    background-color: transparent;
}
.hqfa-main .iptdiv img{width: 44px;}
.hqfa-main>button{
    padding: 0 15px;
    margin-left: 10px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    background-image: linear-gradient(-30deg,#003ce4,#0069ff);
    border-radius: 4px;
}
.hqfa-main>button:hover{background-image: linear-gradient(-30deg,#0069ff,#0069ff);}


/*----------获取方案的轮播开始----------*/
.hqfa-lunbo{
    width: 400px;
    padding: 10px 0;
    margin: 20px auto 0;
    background-color: #e5efff;
    border-radius: 8px;
}
.hqfa-lunbo>div{
    height: 180px;
    overflow: hidden;
}
.hqfa-lunbo .swiper-wrapper{transition-timing-function: linear !important}
.hqfa-lunbo .swiper-slide{
    display: flex;
    height: 36px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 20px;
}
.hqfa-lunbo .swiper-slide>p:first-child{
    display: flex;
    align-items: center;
}
.hqfa-lunbo .swiper-slide>p:first-child:before{
    content: '';
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url("https://cdn.huamux.com/static/images/landing/tongzhi.png") center;
    background-size: cover;
}
.hqfa-lunbo .swiper-slide em{color: #0056b3}


/*----------获取方案的人数开始----------*/
.hqfa .people-num{
    position: relative;
    width: fit-content;
    margin: 15px auto 0;
    text-align: center;
    font-size: 20px;
}
.hqfa .people-num em{
    position: relative;
    font-weight: bold;
    color: red
}
.hqfa .people-num :not(em:first-child){
    position: absolute;
    top: 0;
    left: 40px;
    opacity: 1;
    animation: peoplenumanimation 1s linear infinite;
}
@keyframes peoplenumanimation {
    0%{transform: translateY(0);}
    100%{transform: translateY(-20px);opacity: 0}
}



/*------------------------------常见问题------------------------------*/
.characteristic{padding: 60px 0 20px}
.characteristic>button{margin: 20px auto 0}



/*----------常见问题列表----------*/
.characteristic-list{
    display: flex;
    width: 1200px;
    margin: 32px auto 0;
    flex-wrap: wrap;
    flex-flow: row wrap;
}

/*常见问题列表的儿子*/
.characteristic-list-child{
    display: flex;
    width: 33.3333333333%;
    padding: 0 16px;
    margin-bottom: 32px;
}
.characteristic-list-child>img{
    width: 48px;
    height: 48px;
    margin-right: 20px;
}
.characteristic-list-child>div{flex: 1}
.characteristic-list-child>div h3{
    margin-bottom: 8px;
    line-height: 28px;
    font-size: 18px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.characteristic-list-child>div p{
    line-height: 22px;
    font-size: 14px;
    color: #495770;
}
.characteristic-list-child>div p a{
    color: #0056b3;
    cursor: pointer;
}
.characteristic-list-child>div p a:after{
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-left: 6px;
    background-image: url('https://cdn.huamux.com/pcimgs/index/industrycases-sprite.svg');
    background-position: 96.34146341463415% 65.75342465753424%;
    background-size: 2833.333333333333% auto;
    vertical-align: 0;
    overflow: hidden;
    transition: -webkit-transform .4s;
    transition: transform .4s;
}
.characteristic-list-child>div p a:hover:after{transform: translate(3px)}



/*------------------------------合作伙伴开始------------------------------*/
.hzhb{width: 100%}
.hzhb .common-title p span{
    margin: 0 5px;
    font-weight: bold;
    color: #0056b3
}
.hzhb-lunbo{
    width: 100%;
    height: 484px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}
.hzhb-lunbo .swiper-wrapper{transition-timing-function: linear !important}
.hzhb-lunbo .swiper-slide{width: auto}





/******************************以下是移动端样式*******************************/
/******************************以下是移动端样式*******************************/
/******************************以下是移动端样式*******************************/
body[data-mobile] .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0.05rem}
body[data-mobile] .banner .btn-myfirst{
    height: 0.3rem;
    line-height: 0.3rem;
    padding: 0 0.16rem;
    margin-top: 0.12rem;
    font-size: 0.14rem;
}
body[data-mobile] .hqfa{margin: 0.4rem 0}
body[data-mobile] .hqfa-main{padding: 0 0.12rem}
body[data-mobile] .hqfa-main .iptdiv{
    flex: 1;
    height: 0.4rem;
    padding-left: 0.12rem;
    font-size: 0.16rem;
    border-radius: 0.08rem;
}
body[data-mobile] .hqfa-main .iptdiv input{font-size: 0.16rem;}
body[data-mobile] .hqfa-main .iptdiv img{width: 0.4rem}
body[data-mobile] .hqfa-main>button{
    padding: 0 0.12rem;
    margin-left: 0.1rem;
    font-size: 0.18rem;
    border-radius: 0.04rem;
}
body[data-mobile] .hqfa-lunbo{
    width: auto;
    padding: 0.12rem 0;
    margin: 0.12rem;
    border-radius: 0.08rem;
}
body[data-mobile] .hqfa-lunbo>div{height: 1.8rem}
body[data-mobile] .hqfa-lunbo .swiper-slide{
    height: 0.36rem;
    padding: 0 0.12rem;
    font-size: 0.2rem;
}
body[data-mobile] .hqfa .people-num{
    margin: 0.12rem auto 0;
    font-size: 0.18rem;
}
body[data-mobile] .hqfa .people-num :not(em:first-child){left: 0.36rem}
body[data-mobile] .characteristic{padding: 0.4rem 0 0}
body[data-mobile] .characteristic-list{width: 100%;padding: 0 0.06rem}
body[data-mobile] .characteristic-list-child{
    display: flex;
    width: 100%;
    padding: 0 0.12rem;
    margin-bottom: 0.12rem;
}
body[data-mobile] .characteristic-list-child>img{
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.12rem;
}
body[data-mobile] .characteristic-list-child>div h3{
    margin-bottom: 0.08rem;
    font-size: 0.18rem;
    white-space: normal;
    overflow: visible;
}
body[data-mobile] .characteristic-list-child>div p{
    line-height: 0.22rem;
    font-size: 0.16rem;
}
body[data-mobile] .characteristic-list-child>div p a{word-break: keep-all}
body[data-mobile] .btn-myfirst{
    height: 0.68rem;
    line-height: 0.68rem;
    padding: 0 0.34rem;
    font-size: 0.3rem;
}
body[data-mobile] .btn-myfirst:hover{transform: translateY(0)}
body[data-mobile] .hzhb .common-title{margin-bottom: 0.25rem!important;}
body[data-mobile] .hzhb .common-title p span{margin: 0 0.05rem}
body[data-mobile] .hzhb-lunbo{
    height: auto;
}
body[data-mobile] .hzhb-lunbo .swiper-slide img{height: 3rem}


