.cover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
.m_question .relate-question .qabox li {
    width: 6.98rem;
    margin: 0 auto .34rem;
}
.m_question .relate-question .qabox li.mhide {
    display: none;
}
.m_question .relate-question .qabox li .tit {
    width: .4rem;
    height: .4rem;
    background-color: #fe8331;
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: #ffffff;
    margin-right: .26rem;
    text-align: center;
    -webkit-box-shadow: 0 0 0.3rem rgba(254, 131, 49, 0.1);
    box-shadow: 0 0 0.3rem rgba(254, 131, 49, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.m_question .relate-question .qabox li .cont {
    width: 6.3rem;
}
.m_question .relate-question .qabox li .ques {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: .3rem;
}
.m_question .relate-question .qabox li .ques .cont {
    font-size: 0.27rem;
    line-height: 0.4rem;
    color: #333333;
    font-weight: bold;
}
.m_question .relate-question .qabox li .answ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
.m_question .relate-question .qabox li .answ .tit {
    background-color: #9686ff;
    margin-top: .1rem;
    -webkit-box-shadow: 0 0 0.3rem rgba(150, 134, 255, 0.1);
    box-shadow: 0 0 0.3rem rgba(150, 134, 255, 0.1);
}
.m_question .relate-question .qabox li .answ .cont {
    font-size: 0.25rem;
    line-height: 0.56rem;
    color: #666666;
}
.m_question .relate-question .qbtn {
    display: block;
    width: 3rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: #da4615;
    cursor: pointer;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #ffffff;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    background: -webkit-gradient(linear, left top, right top, from(#da4615), to(#fb822f));
    background: linear-gradient(left, #da4615, #fb822f);
    letter-spacing: .02rem;
    margin: 0 auto;
}
body {
    overflow-x: hidden;
    width: 7.5rem;
}
.marbot {
    margin-bottom: .3rem;
    background-color: #fff;
}
.mbxtopnav {
    display: none;
}
.pc-com-module-title {
    font-size: 0.34rem;
    line-height: 0.34rem;
    color: #333333;
    padding: 1rem 0 .68rem 0;
    text-align: center;
    font-weight: bold;
}
.pc-com-module-title2 {
    position: relative;
    padding: 1rem 0 .6rem;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.pc-com-module-title2 .tit {
    position: relative;
    font-size: .32rem;
    line-height: .32rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .22rem;
}
.pc-com-module-title2 .cont {
    font-size: .21rem;
    line-height: .34rem;
    color: #666;
    padding: 0 .2rem;
}
.m-com-module-title2 .tit {
    position: relative;
    padding: .38rem 0 .22rem .16rem;
    font-size: .32rem;
    line-height: .32rem;
    color: #333;
    font-weight: bold;
}
.m-com-module-title2 .tit::after {
    content: '';
    width: .06rem;
    height: .32rem;
    background-color: #5890f4;
    position: absolute;
    left: 0;
    top: .38rem;
}
.m-com-module-title2 .cont {
    font-size: .22rem;
    line-height: .36rem;
    color: #666;
    margin-bottom: .32rem;
}
.pagebanner {
    display: none !important;
}
.serve-team {
    padding: 0 .26rem ;
}
.serve-team .cbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: .28rem;
}
.serve-team .cbox .citem {
    width: 3.36rem;
    /* height: 4.03rem; */
    padding-bottom: .1rem;
    background-color: #fff;
    margin-bottom: .22rem;
    -webkit-box-shadow: 0 0 0.2rem rgba(204, 204, 204, 0.3);
    box-shadow: 0 0 0.2rem rgba(204, 204, 204, 0.3);
}
.serve-team .cbox .citem .iimg {
    width: 100%;
    height: 2.36rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    overflow: hidden;
}
.serve-team .cbox .citem img {
    width: auto;
    height: 2.36rem;
}
.serve-team .cbox .citem .tit {
    padding-top: .1rem;
    font-size: 0.26rem;
    line-height: 0.5rem;
    color: #409EFF;
    text-align: center;
}
.serve-team .cbox .citem .tit span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.serve-team .cbox .citem .cont {
    font-size: 0.21rem;
    line-height: 0.3rem;
    color: #333333;
    padding: 0 .26rem;
    letter-spacing: .01rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    word-wrap: break-word;
}
.serve-team .btn {
    display: block;
    width: 3rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: #da4615;
    cursor: pointer;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #ffffff;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    background: -webkit-gradient(linear, left top, right top,from(#409EFF), to(rgb(121, 187, 255)));
    background: linear-gradient(left,#409EFF, rgb(121, 187, 255));
    letter-spacing: .02rem;
    margin: 0 auto;
}
.needzlnew .zlbox {
    padding-bottom: .66rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.needzlnew .zlbox .citem {
    width: 2.48rem;
    margin-bottom: .46rem;
    text-align: center;
}
.needzlnew .zlbox .citem .iimg {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 auto;
}
.needzlnew .zlbox .citem .iimg img {
    width: 1.4rem;
    height: 1.4rem;
}
.needzlnew .zlbox .citem p {
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #333333;
    padding-top: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.needzl2 .zlbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.needzl2 .zlbox .citem {
    width: 2.46rem;
    margin-bottom: .4rem;
    text-align: center;
}
.needzl2 .zlbox .citem .iimg {
    width: 2.18rem;
    height: 2.52rem;
    /* background-color: #f8f7f7; */
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.needzl2 .zlbox .citem .iimg img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.needzl2 .zlbox .citem p {
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #333333;
    padding-top: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.needzlscroll {
    padding-bottom: .5rem;
}
.needzlscroll .m-com-module-title {
    margin-left: .3rem;
}
.needzlscroll .zlbox {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 0 .16rem;
}
.needzlscroll .zlbox li {
    display: inline-block;
    vertical-align: top;
    width: 2.08rem;
    height: 2.6rem;
    border-radius: 0.04rem;
    background-color: #ecf2fe;
    margin: 0 .1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: .06rem;
    text-align: center;
    overflow: hidden;
}
.needzlscroll .zlbox li .iimg {
    height: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.needzlscroll .zlbox li .iimg img {
    width: auto;
    height: auto;
    max-width: 1.26rem;
}
.needzlscroll .zlbox li .tit {
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.needzlscroll .zlbox::-webkit-scrollbar {
    display: none;
}
.relate-question .qabox li {
    width: 6.98rem;
    margin: 0 auto .34rem;
}
.relate-question .qabox li.mhide {
    display: none;
}
.relate-question .qabox li .tit {
    width: .4rem;
    height: .4rem;
    background-color: #409EFF;
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: #ffffff;
    margin-right: .26rem;
    text-align: center;
    -webkit-box-shadow: 0 0 0.3rem rgba(254, 131, 49, 0.1);
    box-shadow: 0 0 0.3rem rgba(254, 131, 49, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.relate-question .qabox li .cont {
    width: 6.3rem;
}
.relate-question .qabox li .ques {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: .3rem;
}
.relate-question .qabox li .ques .cont {
    font-size: 0.27rem;
    line-height: 0.4rem;
    color: #333333;
    font-weight: bold;
}
.relate-question .qabox li .answ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
.relate-question .qabox li .answ .tit {
    background-color: #9686ff;
    margin-top: .1rem;
    -webkit-box-shadow: 0 0 0.3rem rgba(150, 134, 255, 0.1);
    box-shadow: 0 0 0.3rem rgba(150, 134, 255, 0.1);
}
.relate-question .qabox li .answ .cont {
    font-size: 0.25rem;
    line-height: 0.56rem;
    color: #666666;
}
.relate-question .qbtn {
    display: block;
    width: 3rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: #da4615;
    cursor: pointer;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #ffffff;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    background: -webkit-gradient(linear, left top, right top,from(#409EFF), to(rgb(121, 187, 255)));
    background: linear-gradient(left,#409EFF, rgb(121, 187, 255));
    letter-spacing: .02rem;
    margin: 0 auto;
}

.other-provide {
    padding: 0 .3rem .26rem;
}
.other-provide .obox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.other-provide .obox .item {
    width: 2.14rem;
    height: 1.74rem;
    padding-top: .4rem;
    background-color: #fff;
    text-align: center;
    margin-bottom: .28rem;
    -webkit-box-shadow: 0 0 .5rem #f4f4f4;
    box-shadow: 0 0 .5rem #f4f4f4;
}
.other-provide .obox .item a {
    display: block;
    width: 100%;
    height: 100%;
}
.other-provide .obox .item img {
    width: .9rem;
    height: .9rem;
}
.other-provide .obox .item p {
    font-size: .24rem;
    line-height: .70rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
