/* body {
    background-color: #f6fbff;
} */
.banner {
    height: 3rem;
}
.banner img {
    width: 100%;
    height: 3rem;
}

.navBig {
    height: 1.5rem;
    box-sizing: border-box;
    padding: 0 1rem;
    background-color: #fff;
}

.caseCenterNavBig{
    display: flex;
    align-items: center;
    justify-content: center;
}

.caseCenterNavBig .unit{
    margin-right: 0.9rem;
}

.caseCenterNavBig .unit:last-child{
    margin-right: 0;
}

.navBig .unit {
    width: 2.85rem;
    height: 0.71rem;
    font-size: 0.28rem;
    color: #3d3d3d;
    border: 1px solid #b9b9b9;
    border-radius: 0.56rem;
    text-align: center;
    line-height: 0.71rem;
    cursor: pointer;
}

.navBig .active {
    color: #fff;
    border: 1px solid #0069fd;
    background: #0069fd;
}

.navSub {
    height: 1rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}


.navSub .unit {
    margin-right: 0.5rem;
    font-size: 0.24rem;
    color: #3d3d3d;
    cursor: pointer;
}

.navSub .active{
    color: #0069fd;
    font-weight: 700;
}
.navSub .unit:last-child {
    margin-right: 0;
}

.cut-line {
    height: 0.01rem;
    background-color: #d8d8d8;
}
.caseWrap {
    margin-top: 0.48rem;
    margin-bottom: 0.3rem;
    flex-wrap: wrap;
}

.caseWrap .verticalUnit {
    width: 2.35rem;
    height: 5.31rem;
    margin-right: 0.31rem;
    box-sizing: border-box;
    padding: 0.13rem;
    cursor: pointer;
}

.caseWrap .unit {
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
}

.caseWrap .verticalUnit:nth-child(6n) {
    margin-right: 0;
}

.caseWrap .verticalUnit img {
    width: 2.13rem;
    height: 4.62rem;
    border-radius: 0.1rem;
}

.caseWrap .verticalUnit .title {
    font-size: 0.2rem;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.18rem;
}

.caseWrap .spVertical{
    height: 3.6rem;
}

.caseWrap .spVertical img {
    width: 2.13rem;
    height: 2.82rem;
    border-radius: 0.1rem;
}

.caseWrap .acrossUnit{
    width: 4.98rem;
    height: 3.5rem;
    margin-right: 0.37rem;
    box-sizing: border-box;
    padding: 0.23rem;
    cursor: pointer;
    border-radius: 0.17rem;
}

.caseWrap .acrossUnit:nth-child(3n) {
    margin-right: 0;
}

.caseWrap .acrossUnit img {
    width: 4.52rem;
    height: 2.54rem;
    border-radius: 0.17rem;
}

.caseWrap .acrossUnit .title {
    font-size: 0.2rem;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.2rem;
}

.showPop{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.45);
    display: none;
}

.showPop .popWrap{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.showPop .showCode{
    width: 3.9rem;
    height: 6.54rem;
}

.showPop .vertical .content{
    width: 2.8rem;
    height: 100%;
    position: relative;
}

.showPop .popWrap .showImg{
    width: 100%;
    height: 100%;
    border-radius: 0.15rem;
}

.showPop .popWrap .showVideo{
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.showPop .vertical{
    height: 6.54rem;
    background-color: #FFF;
    top: 15%;
}

.showPop .equity{
    height: auto;
    top: 8%;
}

.showPop .equity .content{
    width: auto;
    background-color: #FFF;
}

.showPop .closeImg{
    width: 0.32rem;
    height: 0.32rem;
    position: absolute;
    right: -0.6rem;
    top: -0.16rem;
}

.playIcon{
    position: absolute;
    top: calc(50% - 72px) ;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 9999;
}


.showPop .vertical .showCode{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.showPop .vertical .showCode .title{
    font-size: 0.24rem;
    font-weight: 700;
    margin-top: 1rem;
    text-align: center;
}

.showPop .vertical .tip{
    display: none;
}

.showPop .vertical .openScan{
    display: none;
}

.showPop .showCode .qrcodeBox{
    width: 1.84rem;
    height: 1.84rem;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 0.16rem;
}

.showPop .showCode .qrcodeBox .qrcodeImg{
    width: 100%;
    height: 100%;
}


.showPop .showCode .qrMsg{
    font-size: 0.16rem;
}

.vertical .qrcodeBox{
    margin-top: 0.5rem;
}
.vertical .qrMsg{
    margin-top: 0.2rem;
}

.showPop .showCode .qrBtn{
    width: 1.4rem;
    height: 0.4rem;
    color: #fff;
    background: #0069fd;
    line-height: 0.4rem;
    margin: 0.28rem auto 0;
    text-align: center;
    cursor: pointer;
}

.showPop .across{
    width: 3.9rem;
    height: 6.54rem;
    background-color: #FFF;
    top: 20%;
    border-radius: 0.15rem;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.showPop .across .content{
    width: 100%;
    height: 1.88rem;
    position: relative;
}

.across .title{
    margin-top: 0.3rem;
    font-size: 0.24rem;
    font-weight: 700;
    margin-bottom: 0.1rem;
}

.across .qrcodeBox{
    margin: 0 auto;
}
.across .qrMsg{
    margin-top: 0.2rem;
}

.showPop .tip{
    margin-top: 0.2rem;
}
.across .playIcon{
    top: 20%;
}

.showPop .across .qrMsg{
    display: none;
}

.accross_no_code{
    background-color: transparent!important;
    width:auto!important;
    height: auto!important;
    position: relative;
}

.accross_no_code .content{
    height: auto!important;
}

.accross_no_code .showVideo{
    width:auto!important;
    height: 6rem!important;
}

.accross_no_code .playIcon{
    top: 40%!important;
}

.showPops{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.45);
    display: none;
    z-index: 999999;
}

.showPops .popWrap{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.showPops .popWrap .content{
    width: 10rem;
}


.showPops .popWrap .imgContent{
    width: 6rem!important;
}

.showPops .popWrap .showImg{
    width: 100%;
    height: 100%;
    border-radius: 0.15rem;
}

.showPops .popWrap .showVideo{
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.showPops .closeImg{
    width: 0.32rem;
    height: 0.32rem;
    position: absolute;
    right: -0.6rem;
    top: -0.16rem;
}

.showPops .playIcon{
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 9999;
}