#case{
    width: 100%;
    height:100%;
    background: #ffffff;
}
.banner{
    width:100%;
    overflow: hidden;
    position: relative;
    top:0px;
    left:0px;
}
#case .content{
    width: 100%;
    background: #F4F8FF;
    margin:0 auto;
}
.show{
    width: 100%;
    background: #ffffff;
    padding-bottom: 90px;
}
.show .show-type{
    width: 1088px;
    margin: 0 auto;
    margin: 17px auto;
    background: #ffffff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}
.show  .xian{
    width: 100%;
    height: 1px;
    background: #E1E1E1;
}
.show .show-type>li{
    width: 115px;
    text-align: center;
    /* border-right: 1px solid #ccc; */
    padding: 5px 10px;

}
.show .show-type>li:last-child{
    /* border-right:0px solid #ccc; */
}
.show .show-type>li>a{
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666;
    cursor:pointer;
}
.show .show-type>li>a.active{
    background:#3c7bff;
    color: #fff;
}
.show .show-type>li:hover a{
    background:#3c7bff;
    color: #fff;
}
.show .show-box{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.show .show-box .show-info{
    width: 363px;
    height: 265px;
    margin: 17px;
}

.show .show-box .show-info .server-video{
    display: block;
    width: 100%;
    height: 215px;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}
.show .show-box .show-info .server-video .bg-img{
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    left: 0;
}
.show .show-box .show-info .server-video .v-img{
    width: 52px;
    height: 52px;
    background:rgba(138,144,153,0.7);
    border-radius:50%;;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -26px;
    margin-left: -26px;
}
.show .show-box .show-info .server-video video{
    width: 100%;
    height: 100%;
}
.show .show-box .show-info p{
    display: block;
    margin: 10px auto;
    width: 100%;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    text-align: center;
}
.explain{
    width: 1165px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #939090;
}

.show-type-title{
    width: 50px;
    background: #f3f3f3;
    border: 1px solid #ccc;
    padding: 10px 5px;
}
.show-type-title>p{
    width:50px;
    height:35px;
    line-height: 35px;
    text-align: center;
    font-size:18px;
    font-weight: bold;
    color: #000000;
}

.alert-share {

}

.show-info .share {
    margin-left: 11px;
    position: relative;
    top: 3px;
}

#alert-share-qr {
    margin: 10px 20px 20px 20px;
    text-align: center;
}

#alert-share-url {
    margin: 0 10px 0 20px;
    text-align: center;
}
