body{
    padding: 0;
    margin: 0;
    height: 100%;
    background: #E8E8E8;
}
a{
    text-decoration: none;
}
.fullImg{
    width: 100%;
    height: 100%;
}
.showText{
    font-size: 26px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9E9E9E;
}
/*浮动窗*/
.float-fac-div{
    position: fixed;
    top: calc((100% - 630px)/2);
    right: 10px;
    z-index: 99999;
    padding: 16px;
    text-align: center;
}
.float-fac-div4{
    position: fixed;
    top: calc((100% - 840px)/2);
    right: 10px;
    z-index: 99999;
    padding: 16px;
    text-align: center;
}
.floatorder {
    width: 100px;
    padding: 30px 30px 0;
}
.flex-col-txt{
    font-size: 26px;
    font-weight: 500;
    padding: 10px 0;
}
.flex-col2{
    display: flex;
    flex-direction: column;
    background: #fff;
    right: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 12px 0px #D3EBE8;
    border-radius: 16px;
}
.helpPopup{
    z-index:1000;
    display:none;
    position: fixed;
    height: 430px;
    width: 600px;
    top: calc((100% - 430px)/2);
    left: calc((100% - 600px)/2);
}
.helpBtn{
    z-index:1001;
    width:50px;
    height: 40px;
    background-color: white;
    position: absolute;
    left: calc(100% - 50px);;
}
.qrcode{
    z-index:1000;
    display:none;
    position: fixed;
    background-color: #fff;
    top: calc((100% - 500px)/2);
    left: calc((100% - 500px)/2);
}
.hint{
    width: 480px;
    margin-left: 20px;
}
.qrImage{
    width: 500px;
    height: 500px;
}
/* 环保 基地 绿色 列表遮罩 */
.poputText{
    font-size: 26px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #00C5B1;
    width: 50%;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.maskLayer{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 205px;
    left: 0;
    z-index: 99;
    display: none;
}
.popupContent{
    display: flex;
    background-color: #F4F4F4;
    border-radius: 8px;
    align-items: center;
    height: calc(100% / 4);
    margin: 20px;
    width: calc(100% / 3.5);
    display: inline-block;

}
.popupContent:active{
    background-color: #D0EEE4;
}
.content-txt:active{
    color: #00C5B1;
}
/* 轮播图样式 */
.videoBox{
    width: 100%;
    height: 300px;
    background: #000000;
    opacity: 0.5;
}
.swiper-container {
    width: 100%;
    height: 300px;
    background-color: black;
    display: flex;
}
.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 99;
}
.lunboimg {
    width: 100%;
    height: auto;
}