/*banner*/
.banner{
    width:100%;
    font-size: 0;
}
.banner>img{
    width:100%;
}
.ba{
    display:none;
}
/*菜单*/
.tab{
    width:100%;
    height:120px;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(243,242,248);
}
.tab>a.items{
    font-size: 24px;
    color:rgb(62,62,62);
}
.tab>a.items:hover{
    color:rgb(42,101,101);
}
.tab>span.bar{
    width:1px;
    height:32px;
    background-color: rgb(127,127,127);
    margin:0 49px;
}
/*内容区域*/
/*产品介绍*/
/*微商助手*/
.content{
    display:none;
}
#content{
    background: url('../img/two_bj_r.png') right top no-repeat;
}
.assistant{
    width:100%;
    margin:0 auto;
    text-align: center;
    background: url('../img/two_bj_l.png') left bottom no-repeat;
    padding:112px 0  60px 0;
}
.assistant>span{
    font-size:26px;
    color:rgb(8,72,143);
} 
.assistant>.list{
    margin-top:67px;
}
.assistant>.list>li{
    margin-bottom: 30px;
    font-size:16px;
    color:rgb(49,49,49);
}
/*商品价值*/
.value{
    width:100%;
    margin:0 auto;
    text-align: center;
    background-color: rgb(246,244,245);
    padding:78px 0 44px 0;
}
.value>span{
    font-size:28px;
    color:rgb(110,110,110);
    font-weight:600;
}
.value>.list{
    margin:0 auto;
    width:1100px;
    margin-top:52px;
}
.value>.list>div{
    display:inline-block;
}
#two{
    margin:0 89px 0 103px;
}
#one{
    margin-right:48px;
}
.value>#class2{
    margin-top:77px;
}
.value>.list>div>div{
    float:left;
    width:120px;
    height:120px;
    border-radius:50%;
    background-color: rgb(79,154,222);
    padding-top:30px;
}
.value>.list>div>div>p{
    color:#fff;
    font-size: 18px;
    font-weight:550;
}
.value>.list>div>div>p:nth-child(2){
    margin-top:15px;
}
.value>.list>div>p{
    margin-top:20px;
    float:right;
    margin-left:23px;
    line-height:28px;
    font-size: 16px;
    color:rgb(49,49,49);
    text-align: left;
}
/*特色功能*/
.feature{
    width:100%;
    margin:0 auto;
    text-align: center;
    background-color: rgb(255,255,255);
    padding:71px 0 71px 0;
}
.feature>span{
    font-size:30px;
    color:rgb(133,133,133);
    font-weight:600;
}
.feature>p{
    margin-top:26px;
    font-size:16px;
    color:rgb(72,72,72);
}
.feature-list{
    width:820px;
    margin:0 auto;
    text-align: center;
    margin-top:59px;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.feature-list>li{
    text-align: center;
    margin-bottom: 42px;
    width:150px;
}
.feature-list>li:nth-child(2){
    margin:0 150px;
}
.feature-list>li:nth-child(5){
    margin:0 150px;
}
.feature-list>li>div{
    padding-top:35px;
    width:150px;
    height:150px;
    border-radius:50%;
    
}
.feature-list>li>div>p{
    font-size:17px;
    font-weight: 600;
}
.feature-list>li>div>p:nth-child(2){
    margin-top:10px;
}
.feature-list>li>p{

    color:rgb(49,49,49);
    margin-top:17px;
    line-height: 20px;
}
.feature-list>li:nth-child(1)>div{
    border: 7px solid rgb(196,144,192);
    color:rgb(196,144,192);
}
.feature-list>li:nth-child(2)>div{
    border: 7px solid rgb(241,156,119);
    color:rgb(241,156,119);
}
.feature-list>li:nth-child(3)>div{
    border: 7px solid rgb(242,156,159);
    color:rgb(242,156,159);
}
.feature-list>li:nth-child(4)>div{
    border: 7px solid rgb(140,152,204);
    color:rgb(140,152,204);
}
.feature-list>li:nth-child(5)>div{
    border: 7px solid rgb(50,177,108);
    color:rgb(50,177,108);
}
.feature-list>li:nth-child(6)>div{
    border: 7px solid rgb(141,130,188);
    color:rgb(141,130,188);
}
.feature>img{
    width:100%;
}
/*特色功能*/
/*界面高颜值*/
.beautiful{
    width:100%;
}
.beautiful>div{
    width:1091px;
    margin:0 auto;
    text-align: center;
    padding:76px 0 52px 0;
}
.beautiful>div>span{
    font-size:28px;
    color:rgb(133,133,133);
    font-weight:600;
}
.beautiful>div>p{
    margin-top:27px;
    color:rgb(48,48,48);
}
.beautiful>div>img{
    margin-top:60px;
    width:100%;
}
/*状态提醒*/
.state{
    width:100%;
    background-color: rgb(246,244,245);
}
.state>div{
    width:1000px;
    margin:0 auto;
    text-align: center;
    padding:77px 0 93px 0;
}
.state>div>span{
    font-size:28px;
    color:rgb(133,133,133);
    font-weight:600;
}
.state>div>p{
    margin-top:26px;
    color:rgb(125,125,125);
}
.remind{
    margin-top:43px;
    display:flex;
    justify-content: space-between;
}
.remind>img{
    
}
.remind>ul{

}
.remind>ul>li{
    display:flex;
    margin-top:33px;
    align-items: flex-start;
}
.remind>ul>li>img{

}
.remind>ul>li>div{
    text-align: left;
    margin-left:18px;
    width:320px;
    flex:1;

}
.remind>ul>li>div>span{
    color:rgb(113,111,254);
    font-weight:600;
    font-size:24px;
}
.remind>ul>li>div>p{
    line-height: 36px;
    margin-top:12px;
    color:rgb(49,49,49);
}
/*统计分析*/
#count{
    background-color: rgb(255,255,255);
}
/*店铺优化*/
#shop{
    background-color: rgb(246,244,245);
}
/*分销商城*/
#city{
    background-color: rgb(255,255,255);
}
/*订单管理*/
#order{
    background-color: rgb(246,244,245);
}

/*案例展示*/
#certify{
    width:1200px;
    margin:0 auto;
    text-align: center;
    padding:93px 0 118px 0;
}
#certify .swiper-slide{
    width:306px;
    height:542px;
}
#certify  .swiper-slide img{
    display:block;
}
#certify .swiper-button-prev {
    width: 57px;
    height: 98px;
    background: url(../img/jt_left.png) no-repeat;
    background-size: 100%;
}
#certify .swiper-button-next {
    width: 57px;
    height: 98px;
    background: url(../img/jt_right.png) no-repeat;
    background-size: 100%;
}
@media only screen and (max-width:768px) {
.ba{
    width:100%;
    height:1px;
    background-color: rgb(248,234,189);
    display:block;
}
/*菜单区域*/
.tab{
    height:1rem;
}
.tab>a.items{
    font-size:.26rem;
}
.tab>span.bar{
    height:.32rem;
    width:.01rem;
    margin:0 .55rem;
}
/*产品介绍*/
/*微商助手*/
.assistant{
    width:100%;
    padding: 1rem .3rem .2rem .3rem;
}
.assistant>span{
    font-size: .3rem;
}
.assistant>.list>li{
    font-size:.23rem;
}
.assistant>.list>li>span{
    display:block;
}
.assistant>.list>li>span:nth-child(1){
    margin-bottom: .35rem;
}
/*商品价值*/
.value{
    width:100%;
    padding:.78rem .2rem .44rem .15rem;
}
.value>span{
    font-size:.28rem;
}
.value>.list{
    margin-top:.52rem;
    padding-left: 1.8rem;
}
.value>.list>div{
    display:flex;
    justify-content:flex-start;
    align-items: center;
}
#one{
     margin:0 .89rem .5rem .3rem;
}
#three{
    margin:.5rem .89rem .5rem .3rem;
}
#five{
    margin:.5rem .89rem 0 .3rem;
}
.value>#class2{
    margin-top:0rem;
}
.value>.list>div>div{
    width:1.2rem;
    height:1.20rem;
    padding-top:.3rem;
}
.value>.list>div>div>p{
    font-size: .20rem;
}
.value>.list>div>div>p:nth-child(2){
    margin-top:.15rem;
}
.value>.list>div>p{
    margin-left:.23rem;
    line-height:.28rem;
    font-size: .20rem;
}
/*特色功能*/
.feature{
    width:100%;
    padding:.3rem .2rem .3rem 0.2rem;
}
.feature>span{
    font-size:.3rem;
}
.feature>p{
    margin-top:.26rem;
    font-size:.22rem;
}
.feature-list{
    width:4rem;
    margin:0 auto;
    text-align: center;
    margin-top:.59rem;
    display:flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.feature-list>li{
    text-align: center;
    margin-bottom:.42rem;
    width:1.5rem;
}
.feature-list>li:nth-child(2){
    margin:0 0 0 ;
}
.feature-list>li:nth-child(5) {
    margin: 0 0;
}
.feature-list>li:nth-child(2){
    margin:0 0 0 .5rem;
}
.feature-list>li:nth-child(4){
    margin:0 0 0 .5rem;
}
.feature-list>li:nth-child(6){
    margin:0 0 0 .5rem;
}


.feature-list>li>div{
    padding-top:.35rem;
    width:1.50rem;
    height:1.50rem;
}
.feature-list>li>div>p{
    font-size:.19rem;
}
.feature-list>li>div>p:nth-child(2){
    margin-top:.10rem;
}
.feature-list>li>p{
    font-size:.22rem;
    margin-top:.17rem;
    line-height: .27rem;
}
.feature-list>li:nth-child(1)>div{
    border: .07rem solid rgb(196,144,192);
}
.feature-list>li:nth-child(2)>div{
    border: .07rem solid rgb(241,156,119);
}
.feature-list>li:nth-child(3)>div{
    border: .07rem solid rgb(242,156,159);
}
.feature-list>li:nth-child(4)>div{
    border: .07rem solid rgb(140,152,204);
}
.feature-list>li:nth-child(5)>div{
    border: .07rem solid rgb(50,177,108);
}
.feature-list>li:nth-child(6)>div{
    border: .07rem solid rgb(141,130,188);
}
/*特色功能*/
/*界面高颜值*/
.beautiful{
    width:100%;
}
.beautiful>div{
    width:100%;
    padding:.76rem .3rem .52rem .3rem;
}
.beautiful>div>span{
    font-size:.28rem;
}
.beautiful>div>p{
    font-size:.22rem;
    margin-top:.27rem;
}
.beautiful>div>img{
    margin-top:.6rem;
    width:100%;
}
/*状态提醒*/
.state{
    width:100%;
}
.state>div{
    width:100%;
    padding:.77rem .4rem .77rem .4rem;
}
.state>div>span{
    font-size:.30rem;
}
.state>div>p{
    margin-top:.26rem;
    font-size:.23rem;
}
.remind{
    margin-top:.43rem;
    display:flex;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
}
.remind>img{
    width:100%;
    height: 100%;
}
.remind>ul{
   
}
.remind>ul>li{
    display:flex;
    margin-top:.33rem;
    align-items: flex-start;
}
.remind>ul>li>img{
    
}
.remind>ul>li>div{
    text-align: left;
    margin-left:.18rem;
    width:3.2rem;
    flex:1;

}
.remind>ul>li>div>span{
    font-size:.26rem;
}
.remind>ul>li>div>p{
    line-height: .36rem;
    margin-top:.12rem;
    font-size:.23rem;
}

/*案例展示*/
#certify{
    width:100%;
    margin:0 auto;
    text-align: center;
    padding:.93rem .3rem .93rem .3rem;
}
#certify .swiper-slide{
    width:3.06rem;
    height:5.42rem;
}
#certify  .swiper-slide img{
    width:100%;
    display:block;
}
#certify .swiper-button-prev {
    /* width: 0;
    height: 0; */
    display: none
}
#certify .swiper-button-next {
    /* width: 0;
    height: 0; */
    display: none
}





























































}
























