div{
    box-sizing: border-box;
}
*{
    outline: none;
}
.case{
    width: 100vw;
    padding:0 1.56%;
    background: #F7F7F7;
    position: relative;
    padding-top: 2.6vw;
    padding-bottom: 5.2vw;
    margin-bottom: -50px;
}
.case .left{
    width: 15.36%;
    position: absolute;
    top: 2.6vw;
    left: 1.56%;
    max-height: 100vh;
    overflow-y: scroll;
}
.case .left .search{
    width: 100%;
    height: 7.29vw;
    background: #fff;
    padding: 1.56vw 1.04vw;
    margin-top: 0;
}
.case .left h2{
    font-size:1.04vw;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:1.04vw;
    color:rgba(0,160,233,1);
    opacity:1;
    border-left: 4px solid #00A0E9;
    padding-left: 0.52vw;
}
.case .left .search .content{
    width: 100%;
    height: 2.34vw;
    background: #F7F7F7;
    margin-top: 0.78vw;
}
.case .left .search .content .iconBox{
    width: 2.5vw;
    height: 1.3vw;
    border-right: 1px solid #CCCCCC;
    margin-top: 0.52vw;
    position: relative;
    float: left;
}
.case .left .search .content .iconBox img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.94vw;
    height: 1.04vw;
    transform: translate(-50%,-50%);
}
.case .left .search .content input{
    border: none;
    background: none;
    float: left;
    margin-left: 0.78vw;
    width: 8.85vw;
    height: 2.34vw;
    line-height: 2.34vw;
    font-size:0.73vw;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(204,204,204,1);
}
.case .left .select{
    width: 100%;
    background: #FFF;
    margin-top: 1.04vw;
    padding: 1.56vw 1.04vw;
}
.case .left .select .content{
    margin-top: 1.04vw;
    width: 100%;
    max-height: 2.86vw;
    overflow: hidden;
    transition-duration: 5s;
}
.case .left .select .content.on{
    max-height: 100vw;
    transition-duration: 10s;
}
.case .left .select .content span{
    display: block;
    box-sizing: border-box;
    width: 29%;
    height: 1.82vw;
    text-align: center;
    line-height: 1.82vw;
    float: left;
    margin-right: 0.73vw;
    font-size:0.73vw;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(153,153,153,1);
    background: #F7F7F7;
    border-radius: 5px;
    margin-bottom: 1.04vw;
    transition-duration: .3s;
    cursor: pointer;
}
.case .left .select .content span:nth-of-type(3n){
    margin-right: 0;
}
.case .left .select .content span:hover,.case .left .select .content span.on{
    background: #00A0E9;
    color: #fff;
}
.case .left .select .more{
    width: 100%;
    height: 1.82vw;
    text-align: center;
    line-height: 1.82vw;
    border-radius: 2.6vw;
    background: #00A0E9;
    font-size:0.73vw;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(255,255,255,1);
    cursor: pointer;
}
.case .left .new{
    width: 100%;
    background: #FFF;
    padding: 1.56vw 1.04vw;
    padding-top: 0;
}
.case .left .new .content{
    width: 100%;
}
.case .left .new .content .item{
    margin-top: 1.04vw;
    display: block;
    width: 100%;
}
.case .left .new .content .item .imgBox{
    width: 100%;
    height: 8.07vw;
    overflow: hidden;
}
.case .left .new .content .item .imgBox img{
    width: 100%;
    height: auto;
    transition-duration: .3s;
}
.case .left .new .content .item .wordsBox{
    background: #F7F7F7;
    width: 100%;
    height: 3.39vw;
    padding:0 0.52vw;
    overflow: hidden;
    transition-duration: .3s;
}
.case .left .new .content .item .wordsBox h3{
    font-size:0.73vw;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(38,38,38,1);
    margin-top: 0.52vw;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case .left .new .content .item .wordsBox p{
    font-size:0.63vw;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(153,153,153,1);
    margin-top: 0.31vw;
}
.case .left .new .content .item:hover .imgBox img{
    transform: scale(1.1);
}
.case .left .new .content .item:hover .wordsBox{
    background: #00A0E9;
}
.case .left .new .content .item:hover .wordsBox h3,.case .left .new .content .item:hover .wordsBox p{
    color: #fff;
}
.case .right{
    float: right;
    width: 80.47vw;
    background: #fff;
    overflow: hidden;
}
.case .right .select{
    width: 100%;
    margin-top: 2.6vw;
    padding:0 70px;
    height: 1.82vw;
}
.case .right .select .item{
    float: left;
    margin-right: 2.6vw;
    height: 1.82vw;
}
.case .right .select .item h2{
    font-size:0.83vw;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:1.82vw;
    color:rgba(102,102,102,1);
    float: left;
    margin-right: 0.52vw;
}
.case .right .select .item span{
    display: block;
    font-size:0.73vw;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(153,153,153,1);
    padding: 0 0.89vw;
    height: 1.82vw;
    line-height: 1.82vw;
    background: #F7F7F7;
    border-radius: 5px;
    margin-right: 0.78vw;
    float: left;
    cursor: pointer;
    transition-duration: .3s;
}
.case .right .select .item span:last-of-type{
    margin-right: 0;
}
.case .right .select .item span:hover,.case .right .select .item span.on{
    background: #00A0E9;
    color: #fff;
}
.case .right .select .total{
    font-size:0.73vw;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height: 1.82vw;
    color:rgba(153,153,153,1);
    float: right;
}
.case .right .select .total span{
    color: #00A0E9;
    font-size: 0.94vw;
}
.case .right .content{
    width: 100%;
    margin-top: 0.78vw;
    border-top: 1px solid #E6E6E6;
    padding: 1.56vw;
}
.case .right .content .item{
    display: block;
    box-sizing: border-box;
    width: 24.74vw;
    height: 21.11vw;
    float: left;
    margin-right: 1.56vw;
    position: relative;
    margin-bottom: 1.56vw;
}
.case .right .content .item:nth-of-type(3n){
    margin-right: 0;
}
.case .right .content .item .imgBox{
    width: 100%;
    height: 15.1vw;
    overflow: hidden;
}
.case .right .content .item .imgBox img{
    width: 100%;
    height: auto;
}
.case .right .content .item .wordsBox{
    background: #F7F7F7;
    width: 100%;
    height: 6vw;
    padding: 1.04vw 0.78vw;
    position: relative;
}
.case .right .content .item .wordsBox h2{
    width: 100%;
    height:0.83vw;
    font-size:0.83vw;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(38,38,38,1);
}
.case .right .content .item .wordsBox p{
    height: 1.3vw;
    margin-top: 0.52vw;
}
.case .right .content .item .wordsBox p i{
    display: block;
    float: left;
    margin-right: 0.52vw;
    height: 1.3vw;
    padding: 0 0.52vw;
    text-align: center;
    line-height: 1.3vw;
    font-size:0.63vw;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(255,255,255,1);
    border-radius: 5px;
    background: #22AFE6;
    font-style: normal;
}
.case .right .content .item .wordsBox p i:nth-of-type(2){
    background: #22E6B5;
}
.case .right .content .item .wordsBox p i:nth-of-type(3){
    background: #E65C6C;
}
.case .right .content .item .wordsBox span{
    display: block;
    position: absolute;
    right: 0.78vw;
    bottom: 3.8vw;
    font-size:0.73vw;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(153,153,153,1);
}
.case .right .content .item .wordsBox .link{
    width: 100%;
    height: 2.34vw;
    margin-top:1vw;
}
.case .right .content .item .wordsBox .link a{
    display: block;
    width: 10.93vw;
    height: 100%;
    float: left;
    border-radius: 50px;
    border: 1px solid #00A0E9;
    background: #00A0E9;
    text-align: center;
    position: relative;
}
.case .right .content .item .wordsBox .link a img{
    display: inline-block;
    height: 1.04vw;
    width: auto;
    margin-right: 10px;
}
.case .right .content .item .wordsBox .link a p{
    display: inline-block;
    font-size:.73vw;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(0,160,233,1);
}
.case .right .content .item .wordsBox .link a canvas{
    display: block;
    position: absolute;
    width: 8.83vw;
    height: 0vw;
    box-sizing: border-box;
    top: 2.6vw;
    left: 50%;
    transform: translateX(-50%);
    transition-duration: .3s;
    z-index: 1;
}
.case .right .content .item .wordsBox .link a:hover canvas{
    height: 8.83vw;
}
.case .right .content .item .wordsBox .link a:nth-of-type(2){
    float: right;
    background: none;
}
.case .right .content .item .wordsBox .link a:nth-of-type(1) p{
    color: #fff;
}
.case .right .content .item .mask{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: rgba(0, 146, 229, .8);
    transition-duration: .3s;
    overflow: hidden;
}
.case .right .content .item .mask .icon{
    display: block;
    width: 22.14vw;
    height: 17.19vw;
    background: url("../images/wcl.png") no-repeat;
    background-size: 100% 73%;
    position: absolute;
    top: 1.3vw;
    left: 1.3vw;
}
.case .right .content .item .mask h2{
    text-align: center;
    font-size:1.25vw;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-top: 5.05vw;
}
.case .right .content .item .mask span{
    display: block;
    margin: 0.78vw auto;
    width: 2.08vw;
    height: 2px;
    background: #fff;
}
.case .right .content .item .mask p{
    font-size:0.83vw;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(255,255,255,1);
    text-align: center;
}
.case .right .content .item .mask .imgBox{
    width: 4.17vw;
    height: 4.17vw;
    position: relative;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 1.56vw auto;
}
.case .right .content .item .mask .imgBox img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1.93vw;
    height: auto;
}
.case .right .content .item:hover .mask{
    height: 71.4%;
}
.case .right .wpage{
    text-align: center;
    width: 100%;
    margin-bottom: 4.17vw;
}
.case .right .wpage li{
    display: inline-block;
    float: none;
    padding: 0;
    border: none;
    margin: 0;
    height: unset;
    margin-top: unset;
    font-weight: unset;
    font-size: unset;
    margin: 0 0.52vw;
}
.case .right .wpage li a,.case .right .wpage li span{
    display: block;
    height: 2.08vw;
    padding:0 0.78vw;
    line-height: 2.08vw;
    text-align: center;
    font-size:0.73vw;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(153,153,153,1);
    border: 1px solid rgba(153,153,153,1);
    transition-duration: .3s;
}
.case .right .wpage li a:hover,.case .right .wpage li span:hover,.case .right .wpage li.active span{
    background: #00A0E9;
    color: #fff;
    border-color: #00A0E9;
}