.smsBanner{
    background: url("../images/website/smsBg.jpg") center no-repeat;
    width: 100%;
    min-width: 1350px;
    height: 602px;
}
.bannerCon{
    width: 1230px;
    margin: 0 auto;
    color: #FFF;
    font-size: 30px;
}
.bannerCon h2{
    font-size: 80px;
    margin-top: 90px;
    margin-bottom: 10px;
}
.bannerCon a.toChat{
    display: block;
    width: 253px;
    height: 74px;
    border-radius: 50px;
    border: 2px solid #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 74px;
    color: #FFF;
    margin-top: 50px;
}

.soTitle{
    margin: 50px 0 30px;
}
.soTitle h3{
    font-size: 40px;
    color: #0c056f;
    text-align: center;
    letter-spacing: 3px;
}
.soTitle p{
    text-align: center;
    font-size: 20px;
    color: #353535;
    margin-top: 8px;
    position: relative;
}
.soTitle p::before{
    content: '';
    width: 200px;
    border-top: 1px solid #858687;
    position: absolute;
    top: 13px;
    left: 300px;
}
.soTitle p::after{
    content: '';
    width: 200px;
    border-top: 1px solid #858687;
    position: absolute;
    top: 13px;
    right: 300px;
}
.advantageUl{
    display: flex;
    justify-content: space-between;
    margin: 50px 0 40px;
}
.advantageUl li{
    width: 330px;
    text-align: center;
    color: #353535;
    font-size: 24px;
}
.advantageUl li span{
    color: #646464;
    font-size: 20px;
}
.advantageUl li p{
    margin-top: 20px;
}
.smsWhat{
    background: url("../images/website/smsBg_02.jpg") center no-repeat;
    width: 100%;
    min-width: 1350px;
    height: 669px;
    color: #FFF;
}
.smsPhone{
    background: url("../images/website/sms_phone.jpg") no-repeat;
    width: 261px;
    height: 460px;
    margin-top: 112px;
    margin-left: 105px;
}
.phone_video{
    width: 170px;
    height: 100px;
    margin: 70px 0 0 10px;
    position: relative;
}
.phone_video img{
    position: absolute;
    width: 36px;
    height: 36px;
    top: 30px;
    left: 65px;
    z-index: 2;
}
.p_video{
   width: 100%;
   height: 100%;
   object-fit: fill;
   border-radius: 16px;
}
.smsWhat h3{
    font-size: 35px;
    padding-top: 240px;
    margin-left: 217px;
}
.smsWhat p{
    width: 540px;
    font-size: 24px;
    line-height: 36px;
    margin-top: 20px;
    margin-left: 217px;
}
.typeMain{
    display: flex;
    justify-content: space-between;
    color: #FFF;
    font-size: 24px;
    margin-bottom: 80px;
}
.typeMain .type_l{
    background: url("../images/website/sms_img04.jpg") no-repeat;
    width: 604px;
    height: 299px;
}
.typeMain .type_l p{
    margin-left: 300px;
}
.typeMain .type_l p.title{
    font-size: 38px;
    font-weight: bold;
    margin-top: 96px;
    margin-bottom: 10px;
}
.typeMain .type_r{
    background: url("../images/website/sms_img05.jpg") no-repeat;
    width: 604px;
    height: 299px;
}
.typeMain .type_r p{
    margin-left: 270px;
}
.typeMain .type_r p.title{
    font-size: 38px;
    font-weight: bold;
    margin-top: 96px;
    margin-bottom: 10px;
}
.smsWhy{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.smsWhy .why_con{
    width: 400px;
}
.smsWhy .whyImg{
    position: relative;
    width: 400px;
    height: 305px;
}
.smsWhy .whyImg i{
    display: block;
    width: 97px;
    height: 97px;
    position: absolute;
    bottom: -45px;
    right: 20px;
}
.smsWhy .whyImg i.w_ico1{
    background: url("../images/website/sms_ico1.png") no-repeat;
}
.smsWhy .whyImg i.w_ico2{
    background: url("../images/website/sms_ico2.png") no-repeat;
}
.smsWhy .whyImg i.w_ico3{
    background: url("../images/website/sms_ico3.png") no-repeat;
}
.whyCon{
    border: 1px solid #c0c0c0;
    border-top: 0;
    height: 228px;
    padding: 0 20px;
    font-size: 24px;
    line-height: 32px;
}
.whyCon .title{
    font-size: 30px;
    color: #353535;
    font-weight: bold;
    padding-top: 40px;
    margin-bottom: 15px;
}
.smsTable{
    width: 100%;
    margin: 50px 0 100px;
}
.smsTable tr td{
    height: 119px;
    border: 1px solid #d2d2d2;
    text-align: center;
    font-size: 24px;
    color: #353535;
}
.smsTable tr td:first-child{
    width: 310px;
}
.smsTable tr td:last-child{
    width: 288px;
    padding: 0 30px;
    background: #eef9ff;
    color: #1d2179;
}
.smsCase{
    background: url("../images/website/smsBg_03.jpg") center no-repeat;
    width: 100%;
    min-width: 1350px;
    height: 908px;
    padding-top: 60px;
}
.smsCase .soTitle h3,
.smsCase .soTitle p,
.smsCase .soTitle p::before,
.smsCase .soTitle p::after{
    color: #FFF;
}

.caseScroll{
    width: 1120px;
    margin: 40px auto;
    position: relative;
}
.swiper-container{
    width: 100%;
}
.swiper-button-next{
    width: 68px;
    height: 68px;
    background-image: url("../images/website/case_next.png");
    background-size: 100%;
    right: -100px;
    outline: none;
}
.swiper-button-prev{
    width: 68px;
    height: 68px;
    background-image: url("../images/website/case_pre.png");
    background-size: 100%;
    left: -100px;
    outline: none;
}
.caseScroll .swiper-slide{
    text-align: center;
    color: #FFF;
    font-size: 26px;
}
.caseScroll .swiper-slide p{
    margin-bottom: 20px;
}
.scrollBg{
    background: url("../images/website/sms_scroll.png") no-repeat;
    width: 256px;
    height: 506px;
    position: relative;
}
.scrollBg img{
    position: absolute;
    top: 200px;
    left: 110px;
    z-index: 200;
    cursor: pointer;
}
.scrollBg video{
    width: 204px;
    height: 364px;
    margin: 73px 0 0 5px;
}
.smsCase .toChat{
    display: block;
    width: 253px;
    height: 74px;
    border-radius: 50px;
    border: 2px solid #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 74px;
    color: #FFF;
    font-size: 30px;
    margin: 0 auto;
}
.layer{
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 201;
    display: none;
}
.formPopBox{
    background: #FFF;
    border-radius: 15px;
    padding: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 202;
    display: none;
}
.close{
    color: #1d2179;
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 15px;
}
.formPopBox em{
    color: #ff0000;
    font-size: 20px;
    vertical-align: -3px;
}
.formPopBox span{
    color: #5f5e5e;
    font-size: 20px;
}
.formPopBox input{
    width: 351px;
    height: 50px;
    padding-left: 15px;
    border: 1px solid #bbbcbc;
    border-radius: 10px;
}
.formPopBox p{
    margin-bottom: 19px;
}
.popArea{
    position: relative;
}
.popArea p{
    color: #b4b4b4;
    font-size: 14px;
    margin: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.smsText{
    width: 428px;
    height: 136px;
    padding: 10px;
    border: 1px solid #bbbcbc;
    color: #919191;
    font-size: 18px;
    font-family: '微软雅黑';
}
.popBtn{
    width: 366px;
    height: 70px;
    color: #FFF;
    background: #1d2179;
    font-size: 20px;
    border-radius: 10px;
    margin-left: 40px;
    margin-top: 30px;
}
.videoPopup{
    width: 300px;
    height: 510px;
    background: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 202;
    display: none;
}
.videoClose{
    background: url("../images/website/closeBtnBg.png") no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -35px;
    right: -35px;
}
.videoPopup video{
    width: 100%;
    height: 100%;
}
.footer{
    min-width: 1350px;
}