body {
    padding-top: 0;
}
img.banner {
    width: 100%;
    height: auto;
}
.solve {
    display: none;
}
.allcontent {
    background: #fff;
    /*padding: 0.4rem 0.6rem 0;*/
    min-height: calc(100% - 3.2rem);
}
.swiper-banner {
    margin-bottom: 0.3rem;
}
.swiper-banner .banner {
    /*border-radius: 0.3rem;*/
}
.casesList {
    padding-bottom: 0.4rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.casesList .item {
    /*padding: 0 0.25rem;*/
    font-size: .24rem;
    line-height: .44rem;
    margin-top: 0.1rem;
    color: #293340;
    width: 20%;
    text-align: center;
}

.casesList .item.active {
    background: #F6F8F9;
    border-radius: 2px;
    color: #479EF9;
}

.listCont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.listCont .cont {
    width: 2.1rem;
    text-align: center;
    margin: 0rem 0 0 0.3rem;
}

.listCont .cont .list {
    height: 2.1rem;
    width: 100%;
    border-radius: 0.3rem;
    overflow: hidden;
    position: relative;
}
/*.listCont .cont:nth-child(3n-2) {*/
/*    margin-left: 0;*/
/*}*/

.listCont .list .default {
    width: 100%;
    height: 100%;
}
.listCont .list .sign {
    position: absolute;
    top:0;
    right:0;
    width: 42px;
    height: 20px;
    color: #FAFBFD;
    font-size: 12px;
    line-height: 20px;
    border-radius: 0 6px 0 6px;
    background: #0B7BF0;
}

.listCont .list .qrcode{
    display: none;
}
.listCont .list .type {
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    line-height: 20px;
}
.listCont .cont .title {
    margin: 0.2rem 0;
    /*line-height: 0.8rem;*/
    font-size: .2rem;
}


#mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}
#mask div {
    position: absolute;
    width: 100%;
    top: 58%;
    color: #FFF;
    text-align: center;
}
#mask img {
    width: .56rem;
    height: .56rem;
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translateX(-50%);
}
#mask .wrap {
    position: absolute;
    top: 41%;
    left: 50%;
    width: 4rem;
    height: 4rem;
    border-radius: 0.12rem;
    transform: translate(-50%, -50%);
    background: #fff;
}
.qr-code {
    display: block!important;
    position: fixed;
    top: 41%;
    left: 50%;
    width: 9rem;
    height: 9rem;
    max-width: 9rem;
    border-radius: 0.3rem;
    transform: translate(-50%, -50%);
    z-index: 999;
}
#top {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background: #FFFFFF;
    opacity: 0.95;
    color: #00AAEA;
    z-index: 90;
}
.seeMore {
    background: #fff;
    padding: .6rem 0;
    /*line-height: 0.8rem;*/
    text-align: center;
    font-size: 0.2rem;
    position: relative;
}
.seeMore .arrow:before {
    position: absolute;
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    top: .70rem;
    right: 40%;
    /*margin-top: -0.1rem;*/
    border-top: 1px solid #0C1021;
    border-right: 1px solid #0C1021;
    transform: rotate(45deg);
}
.flex {
    display: flex;
    flex-wrap: wrap;
}