/*导航*/
.header{
    height: 1rem;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 20px;
    justify-content: space-between;
}
.header .header-logo{
    width: 4.84rem;
    height: 0.38rem;
}
.header .header-menu-img{
    width: 0.56rem;
    height: 0.56rem;
}
/*banner*/
.slide{
    width: 100%;
    height: 6.72rem;
    background-image: url('../image/solveBanner.png');
    background-repeat: no-repeat;
    background-size: cover;
  
    padding-top: 2rem;
}
.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-case{
    padding-top: 0.6rem;
}
.main-title{
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0.88rem;
}
.main-case-item{
    padding: 0 0.2rem 0 0.3rem;
    height: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ECECEC;
}
.main-case-item-left{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-case-item-icon{
    width: 0.48rem;
    height: 0.48rem;
}
.main-case-item-title{
    font-size: 17px;
    font-weight: 400;
    color: #333333;
    margin-left: 0.24rem;
}
.main-case-item-right{
    width: 0.56rem;
    height: 0.56rem;
    background-image: url('../image/solve-item-down.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.main-line{
    width: 100%;
    height: 0.32rem;
    background-color: #F8F9FB;
}
.main-case-son-little{
    font-size: 13px;
    font-weight: 400;
    color: #888888;
    line-height: 0.36rem;
    padding: 0.12rem 0.3rem;
    border-top: 1px solid #ECECEC;
}
.main-case-son-content{
    padding: 0.6rem 0.3rem;
    background-color: #F8F9FB;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 0.52rem;
    border-top: 1px solid #ECECEC;
}
.main-case-son-content .mg4{
    margin-bottom: 0.4rem;
}
.main-case-son-content-tit{
    font-size: 16px;
    font-weight: 500;
    color: #555555;
    margin: 0.4rem 0 0.08rem 0;
}
.main-case-son-content>.main-case-son-content-tit:nth-child(1){
    margin-top: 0;
}
.main-case-item-son{
    display: none;
}
.main-case-table li:nth-child(1).active{
    background-image: url('../image/solve-plan-bg-1.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.main-case-table li:nth-child(2).active{
    background-image: url('../image/solve-plan-bg-2.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.main-case-table li:nth-child(3).active{
    background-image: url('../image/solve-plan-bg-3.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.main-case-table li:nth-child(4).active{
    background-image: url('../image/solve-plan-bg-4.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.main-case-table li:nth-child(5).active{
    background-image: url('../image/solve-plan-bg-5.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.main-case-table .active .main-case-item-icon{
    display: none;
}
.main-case-table .active .main-case-item-title{
    color: #fff;
}
.main-case-table .active .main-case-item-right{
    background-image: url('../image/solve-item-up.png');
}
/*部署服务*/
.main-service{
    padding: 0.6rem 0.4rem 0.76rem 0.24rem;
}
.main-service-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.88rem;
}
.main-service-item-img{
    width: 1.6rem;
    height: 1.6rem;
}
.main-service-title{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.main-service-desc{
    font-size: 13px;
    font-weight: 400;
    color: #888888;
    margin-top: 0.12rem;
}
.main-service-item-content{
    flex: 1;
}
/*来自客户的肯定*/
.main-customer{
    padding: 1.2rem 0;
    background-color: #F8F9FB;
}
.main-customer-item{
    width: 5.6rem;
    height: 8.7rem;
    margin: auto;
    border-radius: 0.12rem;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.15);
    transform: translate3d(0,0,0);
}
.main-customer-item-video{
    width: 100%;
    height: 3.44rem;
}
.main-customer-item-video video{
    border-radius: 0.12rem 0.12rem 0 0;
}
.main-customer-item-info{
    padding: 0.44rem 0.4rem 0.74rem;
}
.main-customer-item-user{
    display: flex;
    align-items: center;
}
.main-customer-item-photo{
    width: 0.88rem;
    height: 0.88rem;
}
.main-customer-item-desc{
    margin-left: 0.2rem;
}
.main-customer-name{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.main-customer-address{
    font-size: 12px;
    font-weight: 400;
    color: #555555;
}
.main-customer-content{
    margin-top: 0.74rem;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    line-height: 0.48rem;
    position: relative;
}
.main-customer-icon{
    position: absolute;
    width: 0.2rem;
    height:0.18rem;
}
.main-customer-icon.l{
    top: -0.22rem;
}
.main-customer-icon.r{
    bottom: -0.16rem;
    right: 0;
}

.main-bot-wrap{
    width: 6.9rem;
    margin: auto;
    border-top: 1px solid #DBDBDB;
    margin-top: 0.88rem;
}
.mian-bot-btn{
    width: 2.08rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #1869FF;
    border-radius: 0.08rem;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin:0.88rem auto 1.6rem auto;
}

/*视频样式*/
.main-customer .video-js .vjs-big-play-button{
    font-size: 4em;
    line-height: 1.1em;
    height: 1rem;
    width: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    cursor: pointer;
    FONT-WEIGHT: 200;
    border: 2px solid #fff;
    background-color: #2B333F;
    background-color: transparent;
    border-radius: 50%;
    transition: none;
    margin-top: -0.5rem;
    margin-left: -0.5rem;
}
.main-customer .video-js {
    width: 100%;
    height: 100%;
}
.main-customer .vjs-has-started .vjs-control-bar{
    /* display: none; */
}
.main-customer .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before, .video-js .vjs-control:focus{
    text-shadow:none;
    border: none;
}
:focus-visible {
    outline: none !important;
  }