/*banner导航*/
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slide{
    width: 100%;
    height: 6.72rem;
    padding-top: 2rem;
    background-image: url('https://www.wshoto.com/mobile/image/solveScheme/dyy-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-title{
    height: 0.8rem;
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
    line-height:0.8rem;
    text-align: center;
}
.slide-btn{
    width: 2.4rem;
    height: 0.8rem;
    background: #1869FF;
    border-radius: 0.08rem;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 0.8rem;
    text-align: center;
    margin: 0.8rem auto 0;
}
.main-title{
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0.88rem;
}
/*行业痛点*/
.main-pain{
    padding: 1.6rem 0.2rem;
}
.main-pain-row-item{
    margin-top: 0.8rem;
}
.main-pain-row-item-img{
    width: 2.4rem;
    height: 2.4rem;
    background-image: url('https://www.wshoto.com/mobile/image/solveScheme/pain-job.png');
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-pain-row-item-img p{

}
.main-pain-row-item-desc{
    color: #555;
    font-size: 13px;
    line-height: 0.4rem;
    text-align: center;
    margin-top: 0.36rem;
}
.main-pain-row:nth-child(2){
    margin-bottom: 0.6rem;
}
/*main*/

.main-operation-img img{
    width: 100%;
    /* height: 5.38rem; */
}
.main-operation-img{
    width: 100%;
    padding:0 0.3rem;
}
.main-operation-text{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.6rem;
}
.main-operation-text img{
    width: 0.2rem;
    height: 0.12rem;
}
.main-operation-text p {
    font-size: 11px;
    font-weight: 400;
    color: #C0C0C0;
    margin-left: 0.12rem;
}
.main-agent-operation{
    margin-top: 1.6rem;
    padding: 0 0.3rem 0.4rem;
}
.main-second-title{
    display: inline-block;
    white-space: nowrap;
    margin-top: 0.24rem;
    height: .36rem;
    font-size: .26rem;
    font-weight: 400;
    color: #888888;
    line-height: .36rem;
}
.agent-card{
    width: 100%;
    background: #2374FF;
    border-radius: 0.24rem;
    margin-bottom: .4rem;
    position: relative;
}
.agent-card-header-icon{
    position: absolute;
    top: 0.8rem;
    left: 3.28rem;
    transform: rotate(45deg);
    z-index: 1;
    width: .34rem;
    height: .34rem;
    background: #FFFFFF;
    border-radius: .04rem 0px 0px 0px;
}
.agent-card-header{
    font-size: 0.32rem;
    text-align: center;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.96rem;
}
.agent-card-content{
    background: #FFFFFF;
    border-radius: .24rem;
    border: .02rem solid #C8DCFF;
    z-index: 2;
    padding-bottom: .32rem;

}
.agent-card-title{
    margin-top: .32rem;
    margin-bottom: .16rem;
    text-align: center;
    font-size: .28rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: .40rem;
}
.agent-card-list{
    width: 5.60rem;
    margin: 0 auto;
    font-size: .24rem;
    font-weight: 400;
    color: #555555;
    line-height: .48rem;
}
.agent-card-list-second{
    width: 5.98rem;
    margin: 0 .66rem 0 .26rem;
}
.agent-card-list-third{
    width: 5rem;
}
.agent-card-list-row{
    display: flex;
}
.agent-card-list-row > div{
    white-space: nowrap;
    width: 50%;
    flex: 1;
}
.main-success-case{
    padding: .8rem .4rem;
}
.main-case-content{
    overflow: hidden;
    background: #FFFFFF;
    border-radius: .12rem;
    border: .02rem solid #F2F2F2;
    padding-bottom: .48rem;
}
.main-case-content-header{
    background-image: url("https://www.wshoto.com/mobile/image/solveScheme/retail-case-1.png");
    background-size: contain;
    width: 6.70rem;
    height: 3.50rem;
    padding: 1.04rem .30rem;
    display: flex;
    justify-content: space-between;
}
.main-case-content-header-text{
    margin-left: .2rem;
    width: 4.70rem;
    font-size: .34rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: .48rem;
}
.main-case-content-bottom{
    padding: 0 .3rem;
   
}
.case-content-bottom-text{
    font-size: .26rem;
    font-weight: 400;
    color: #555555;
    line-height: .44rem;
}
.case-content-bottom-title{
    height: .48rem;
    font-size: .34rem;
    font-weight: 500;
    color: #555555;
    line-height: .48rem;
    margin: .48rem 0 .16rem;
}
.case-blue{
    color: #1869FF;
    font-weight: 500;
}
.more-case{
}
.more-case-icon{
    width: 6.9rem;
    height: 3.22rem;
}
.viewer-canvas {
    background: #000;
}
.main-case-content-header-icon{
    width: 1.2rem;
    height: 1.2rem;
}
