.container{
    width:1180px;
    margin:0 auto;
}
.sms-body{
    color:#081940;
}
.sms-body .banner{
    position:relative;
}
.sms-body .banner img.bg{
    width:100%;
}
.sms-body .banner .banner-wrap{
    position: absolute;
    left:20%;
    top:28%;
    color:#fff;
}
.sms-body .banner .banner-wrap h1{
    font-weight: 400;
    font-size:40px;
    margin-bottom:30px;
}
.sms-body .banner .banner-wrap p{
    margin-bottom:30px;
    line-height:30px;
    font-size:18px;
}
.sms-body .banner .banner-wrap a{
    background:url('/assets/images/solution/Sms2/Group19.png') no-repeat;
    color:#fff;
    background-size: cover;
    display:block;
    width:200px;
    height:50px;
    line-height:50px;
    font-size:20px;
    text-align:center;
}
.sms-body .banner .banner-wrap a img{
    margin-left:15px;
    position: relative;
    top:-2px;
}
.sms-body .banner .banner-wrap h3{
    font-weight:normal;
    font-size:24px;
    margin-top:10px;
}
.sms-body .banner .banner-wrap h3 font{
    color:#F8E71C;
}

.sms-body .box{
    padding:60px 0;
}
.sms-body .box:nth-child(2n-1){
    background:#F6FAFF;
}
.sms-tit{
    margin-bottom:50px;
    font-size:32px;
    text-align:center;
}
.phone-wrap{
    display:flex;
    align-items: center;
    justify-content: space-around;
}

.sms-list{

}
.sms-list li{
    width:355px;
    margin:15px 0;
    padding:20px;
    transition: all ease 0.2s;
    cursor: pointer;
    border-radius:5px;
}
.sms-list li .tit{
    font-size:20px;
    margin-bottom:5px;
    font-weight: bold;
}
.sms-list li .tit img{
    margin-left:5px;
}
.sms-list li .sub-tit{
    font-size:15px;
    color:#81899C;
}
.sms-list li.active,
.sms-list li:hover{
    box-shadow:0 0 10px rgba(182, 198, 218, 0.8);
}
.phone{
    position: relative;
}
.phone-sms{
    position: absolute;
    top:24%;
    left:10%;
}

.buy-list{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
}
.buy-list li{
    margin-bottom:30px;
    padding:30px 40px;
    text-align:center;
    position: relative;
    transition: all ease 0.2s;
    background:#fff;
    box-shadow:0 0 16px rgba(71, 133, 255, 0.3);
}
.buy-list li .bg{
    position: absolute;
    right:-28px;
    top:-26px;
}
.buy-list li .tit{
    font-size:20px;
    font-weight: bold;
}
.buy-list li .money{
    font-size:20px;
    color:#EC3333;
    margin-top:5px;
    margin-bottom:10px;
}
.buy-list li .tags span{
    display:inline-block;
    height:32px;
    line-height:32px;
    border:1px solid #D0DDF2;
    padding: 0 15px;
    margin:0 3px;
    border-radius:1px;
}

.buy-list li .btn a{
    width:270px;
    height:52px;
    line-height:52px;
    display:block;
    background:#F1F6FF;
    border:1px solid #4785FF;
    border-radius:1px;
    color:#2D7BFF;
    font-size:16px;
    margin-top:30px;
    transition:all ease 0.2s;
}
.buy-list li .btn a:hover{
    background:#2D7BFF;
    color:#fff;
}
.img-list{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

.adv-list{
    display:flex;
    justify-content: space-between;
}
.adv-list li {
    box-shadow:0 0 16px rgba(71, 133, 255, 0.3);
    padding:30px 20px;
    margin-bottom:20px;
    margin-right:20px;
    background:#fff;
}
.adv-list li:last-child{
    margin-right:0;
}
.adv-list li .tit{
    font-size:20px;
    text-align:center;
    font-weight: bold;
}
.adv-list li .sub-tit{
    font-size:15px;
    color:#81899C;
    padding:15px 0;
}

.guide-list{
    display:flex;
}
.guide-list li{
    flex:1;
    padding:40px 30px;
    background: #F6FAFF;
    display:flex;
    align-items:center;
}
.guide-list li:nth-child(2n){
    background:#E0E9F5;
}
.guide-list li .num{
    font-size:64px;
    color:#81899C;
    margin-right:10px;
}
.guide-list li .text .tit{
    font-size:20px;
    font-weight: bold;
}
.guide-list li .text .sub-tit{
    font-size:15px;
    color:#81899C;
    margin-top:5px;
}