.serviceBanner{
  text-align: center;
  background-color: #F4F7FF;
}
.leftModal .title {
    font-size: .72rem;
    font-weight: 800;
    margin-bottom: .3rem;
    padding-top: .7rem;
}
.leftModal .desc {
    color: #5A657A;
    font-size: .42rem;
    line-height: .6rem;
}
.rightModal img {
    display: inline-block;
    width: 7rem;
}
.flexShowContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modalInsetBox {
    font-size: .4rem;
    margin-top: .5rem;
}
.insetTogether {
    display: flex;
    align-items: center;
}
.sameInsetItem {
    width: 2rem;
    height: 1.08rem;
    background-image: url('../img/service/img_bg_lc.png');
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    line-height: 1.08rem;
}
.rightArrowIcon {
    width: .6rem;
    height: .17rem;
    background-image: url('../img/service/ico_fangxiang.png');
    background-size: 100% 100%;
    margin: 0 .1rem 0;
}
.allConversationInset {
    margin-top: 1rem;
    text-align: center;
}
.mainContent .defaultTitle {
    font-size: .54rem;
    font-weight: bold;
}
.mainContent .descExplain {
    font-size: .4rem;
    color: #758296;
    line-height: .6rem;
    margin: .4rem .3rem 0;
}
.defferentItem img {
    display: block;
    width: 7rem;
    margin: auto;
}
.defferentItem p {
    font-size: .4rem;
    color: #758296;
    margin-top: .5rem;
}
.imgSwiper {
    margin-top: 1rem;
    position: relative;
}
.bottomSwiperDistance{
    padding-bottom: 1rem;
    overflow: hidden;
}
.imgSwiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 2px;
}
.imgSwiper .swiper-pagination-bullet {
    width: .14rem;
    height: .14rem;
    background: #7A8AE9;
    border-radius: 50%;
}
.imgSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .54rem;
    height: .14rem;
    background: #7A8AE9;
    border-radius: 0.07rem;
}
.problemOption{
    background: #FBFCFF;
    margin-top: 1rem;
    padding-top: .7rem;
    padding-bottom: .5rem;
}
.problemOption .defaultTitle{
    font-size: .54rem;
    font-weight: bold;
    text-align: center;
}
.optionBox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    justify-content: center;
}
.optionItem {
    width: 33%;
    margin-bottom: .5rem;
}
.optionItem img {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    margin: auto;
}
.optionItem .itemTitle {
    font-size: .4rem;
    color: #758296;
    line-height: .6rem;
    text-align: center;
}
.rightDistance {
    margin-right: .5rem;
}
.specificFunction {
    margin-top: .5rem;
    padding-top: .7rem;
    padding-bottom: 1rem;
}
.functionItem {
    text-align: center;
}
.functionItem .title {
    font-size: .54rem;
    font-weight: bold;
}
.functionItem .desc {
    color: #758296;
    font-size: .4rem;
    line-height: .6rem;
    margin: .5rem .4rem 0.8rem;
}
.functionItem img {
    display: block;
    width: 9rem;
    margin: auto;
    border-radius: .2rem;
}
.functionDistance{
    margin-top: 2rem;
}