/*页面base样式*/
body,ul,div,h2,h3,h4 {
    margin: 0;
    padding: 0;
}
.sms_mobile {
    font-size: 14px;
}
.sms_mobile li {
    list-style-type: none;
}
a {
    text-decoration: none;
    outline: none;
    color: #333;
}


/*页面样式*/
.sms_mobile .banner {
    height: 180px;
    background: url("../images/Msg-banner.png") no-repeat center;
    background-size: 100%;
}
.sms_mobile .bannerFooter ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
}
.sms_mobile .bannerFooter h4 {
    margin-bottom: .2rem;
}
.sms_mobile .bannerFooter li {
    display: flex;
    align-items: center;
    margin: .5rem;
}
.sms_mobile .bannerFooter li img {
    margin-right: 1rem;
}

.sms_mobile .mainContaint {
    text-align: center;
    background-color: #F3F3F3;
    padding-bottom: 10px;
}
.sms_mobile .swiper-slide {
    width: 100%;

}
.sms_mobile .bannerFooter .swiper-slide{
    background: #fff!important;
}
.sms_mobile .mainContaint h2 {
    padding: 0.5rem 1rem 1rem 1rem;
}
.sms_mobile .swiper-slide h4 {
    height: 50px;
    line-height: 50px;
    color: #1E68A6;
    text-align: center;
}
.sms_mobile .swiper-slide .dot {
    color: #1E68A6;
    margin-right: .5rem;
}
.sms_mobile .contentWrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 26px;
}
.sms_mobile .contentWrap img {
    width: 6rem;
}
.sms_mobile .contentWrap li {
    margin: 1rem;
    font-size: 14px;
}
.sms_mobile .mainContaint .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0!important;
}
.sms_mobile .characteristics {
    text-align: center;
    margin: 5px 0 0 0;
}
.sms_mobile .content_char ul {
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;
}
.sms_mobile .content_char li {
    margin: .2rem;
}
.sms_mobile .content_char li img{
    width: 4rem;
}
.sms_mobile .content_char li h4{
    margin: .5rem;
}
.sms_mobile .content_char li .downText {
    margin-top: .2rem;
}
.sms_mobile .connect_sms {
    background-color: #F3F3F3;
}
.sms_mobile .connect_sms img {
    width: 100%;
}

.sms_mobile .connect_sms h2 {
    text-align: center;
    padding: .8rem;
}


@media (min-width: 700px) {
    .sms_mobile .bannerFooter ul {
        justify-content: space-around;
    }
}

@media (max-width: 320px){
    .sms_mobile .content_char li {
        margin: .4rem;
    }
}
.swiper-div{
    height: 150px;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
}
.swiper-div h4{
    font-size: 16px;
}
.bannerFooter .swiper-slide img{
    width: 50px;
}

.characteristics img{width: 80px;margin-top: 10px}
.swiper-pro-div div{
    font-size: 14px;
    line-height: 24px;
    width:13rem;
    color: #666;
}
.characteristics .swiper-slide-active{
    width: 100%!important;
}
.swiper-pro-div{
    height: 80px;
}