
*{
    box-sizing: border-box;
}
:root{
    --ThemeColor:#E15244;
    --TextNewsColor:#2440b3;
}
html,body{
    height: 100%;
    color: #333;
    font-family: sans-serif,serif;
    /* font-family: 'Noto Serif SC', serif; */
    /* font-family: FZYaSongS-R-GB,FZYaSong-M-GBK,PingFang SC,miui,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif; */
}
html,body,p,div{
    margin:0;
}
.bgThemeColor{
    background-color: var(--ThemeColor);
}
a{
    text-decoration: none;
}
.head{
    height:0.44rem;
    display: flex;
    justify-content: center;
    background: url('../assets/topBg.png') no-repeat left top;
    background-size: 100% 100%;
}
.head img{
    height: 0.4rem;
    margin-top: 0.04rem;
}
.dpLine{
    display: inline-block;
}
.ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ellipsis2{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
}
.ellipsis3{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
}
.ellipsis6{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 6;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
}
.wordWrap{
    word-break:break-all; 
    word-wrap:break-word;
}
.pageWrapper{
    height: 100%;
}
.positionFirst{
    text-align:center;
    padding:0 .30rem;
}
/* 顶部信息栏 */
.topInfo{
    width: 100%;
    height: .40rem;
}
.topInfo .userImg{
    float: right;
}
.topInfo .userImg img{
    width: .25rem;
    height: .25rem;
    margin: .10rem .10rem;
}
.contentWrapper{
    color: #333;
    font-size: .12rem;
    margin-top: .50rem;
}
/* 检索框 */
.searchWrapper{
    width: 100%;
    height: 0.40rem;
    font-size: 0;
    display: flex;
}
.searchWrapper input{
    width: calc(100% - 0.50rem);
    height: 0.40rem;
    line-height: .38rem;
    font-size: .14rem;
    color: #333;
    border: 1px solid var(--ThemeColor);
    border-radius: 6px 0 0 6px;
    /* display: inline-block; */
    vertical-align: bottom;
    padding: 0 .13rem 0 .10rem;
    /* float: left; */
}
.searchWrapper .searchBtn{
    width: .50rem;
    height: .40rem;
    line-height: .40rem;
    text-align: center;
    font-size: .16rem;
    color: #fff;
    background-color: var(--ThemeColor);
    /* display: inline-block; */
    border-radius: 0 6px 6px 0;
    margin-left: -3px;
    /* position: absolute;
    left: calc(100% - 77px); */
}
/* 空的占位 */
.emptyWrapFirst{
    width: 100%;
    text-align: center;
    margin:.70rem auto;
}
.emptyWrapFirst .image{
    width: .60rem;
    height: .60rem;
    margin:0 auto;
    background: url('../assets/empty1.png') no-repeat center / .60rem .60rem;
}
.emptyWrapFirst p.text{
    font-size: .12rem;
    color:#999999;
    margin-top:.10rem;
}
/* 加载更多 */
.blockMoreFirst{
    width: 100%;
    height: .30rem;
    line-height: .28rem;
    font-size: .12rem;
    text-align: center;
    border: 1px solid #eee;
}
/* 首页 */
.indexLogo{
    width: 2.00rem;
    height: auto;
    margin:0.20rem auto 0px auto;
}
.logoInfo{
    font-size: 0.14rem;
    margin-bottom: 0.10rem;
    text-align: center;
    margin:0.20rem auto;
}
/* 登录 */
.loginCont{
    display:none;
}
.loginCont.active{
    display: block;
}
.loginCont h1{
    font-size: .18rem;
    color: #333;
    text-align: center;
    margin:.10rem auto;
}
.loginCont input{
    width: 100%;
    height: .40rem;
    line-height: .40rem;
    border: 0;
    padding:0 .10rem;
    background: #ddd;
    border-radius: 0.06rem;
    font-size: .14rem;
    color: #333;
}
.loginCont .loginInBtn,
.loginCont .nextStep,
.loginCont .verificationCode{
    width: 100%;
    height: .40rem;
    line-height: .40rem;
    text-align: center;
    color: #fff;
    background-color: var(--ThemeColor);
    margin:.10rem auto;
    cursor: pointer;
    border-radius: 0.06rem;
    font-size: .14rem;
}
.loginCont .loginTips{
    text-align: center;
    color: var(--ThemeColor);
    font-size: .12rem;
    cursor: pointer;
}
.loginCont #verCodeInput{
    width: calc(100% - 1.00rem);
    display: inline-block;
    margin-right: .10rem;
}
.loginCont .verificationCode{
    width: .90rem;
    display: inline-block;
}
.loginVerCode{
    font-size: 0;
}

/* 检索结果页面 */
.searchResultWrapper{

}
.searchResultWrapper .topOption{

}
.searchResultWrapper input{
    height: .30rem;
    line-height: .28rem;
}
.searchResultWrapper .searchBtn{
    height: .30rem;
    line-height: .30rem;
}
.searchResultWrapper .newTab{
    margin-top:.20rem;
    font-size: .14rem;
    padding:0 .30rem;
    border-bottom:0.05rem solid #ededed;
}
.searchResultWrapper .newTab>p{
    display: inline-block;
    color: #a09a9a;
    margin-right: .10rem;
    position: relative;
    line-height: .22rem;
}
.searchResultWrapper .newTab>p.action{
    color: #333;
}
.searchResultWrapper .newTab>p.action:after{
    content: '';
    width: .32rem;
    height: 0.02rem;
    background-color: var(--ThemeColor);
    position: absolute;
    bottom: 0;
    left: -0.02rem;

}
.newList.active{
    display: block;
}
/* 新闻列表 */
.newList{
    display: none;
}
.newList .item{
    border-bottom:0.05rem solid #ededed;
    padding:.10rem;
    font-size: .12rem;
    color: #333;
}
.newList .item h1{
    color: var(--TextNewsColor);
    font-size: .14rem;
    margin:0;
    padding:0 0 .10rem 0;
}
.newList .item .tips{
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction:row;
    flex-wrap: nowrap;
    justify-content:space-between;
    color: #b8b7b7;
    margin-top:5px;
}
.newList .item .text{
    line-height: .18rem;
    text-align: justify;
}
.pictureList.active{
    display: grid;
    background: #EEE;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0.05rem;
}
/* 图片列表 */
.pictureList{
    font-size: 0;
    display: none;
}
.pictureList .item{
    font-size: .14rem;
    display: inline-block;
    width: 100%;
    height: 2.10rem;
    padding: 0.05rem;
    overflow: hidden;
    background: #FFF;
}
.pictureList .item .imgBox{
    width: 100%;
    height:calc(2.10rem - 0.50rem);
    overflow: hidden;
}
.pictureList .item img{
    width: 100%;
    height: auto;
}
.pictureList .item img.translate{
    transform:translate(0,-25%);
    -ms-transform:translate(0,-25%); /* IE 9 */
    -moz-transform:translate(0,-25%); /* Firefox */
    -webkit-transform:translate(0,-25%); /* Safari and Chrome */
    -o-transform:translate(0,-25%); /* Opera */
}
.pictureList .item .text{
    color: #333;
    text-align: left;
    margin:5px 0;
}

/* 新闻详情 */
.topNewsInfo{
    /* text-align: center; */
    margin-bottom: .10rem;
}
.topNewsInfo .yt{
    margin-top:0.16rem;
}
.topNewsInfo .yt,
.topNewsInfo .subTitle{
    font-size: 0.15rem;
    color: rgba(0,0,0,0.45);
    line-height: 0.22rem;
    margin-bottom: 0.12rem;
}
.topNewsInfo .title{
    font-size: 0.20rem;
    color: #333;
    line-height: 0.28rem;
    margin: 0.12rem 0;
}
.topNewsInfo .subTitle{
    
}
.topNewsInfo .tips{
    /* display: flex;
    flex-direction:row;
    flex-wrap: nowrap;
    justify-content:space-between; */
    color: rgba(0,0,0,0.45);
    margin-top:0.16rem;
    font-size: 0.14rem;
}
.articleCon {
    margin-top:0.2rem;
    line-height: 0.3rem;
    font-size: 0.17rem;
}
.articleCon hr{
    height: 15px;
    border: none;
    margin: 0;
    border: none !important;;
}
.articleCon p{
    font-size: .18rem;
    color: #222;
    line-height: 0.3rem;
    margin-bottom: 0.15rem;
    text-align: justify;
    text-indent: 2em;
}
.videoDes{
    margin-top: 0.15rem;
}
.articleCon img{
    width: 100%;
    height: auto;
    margin: 0px auto;
    margin-bottom: .15rem;
}
.newsTipBtn{
    width: 0.80rem;
    height: .30rem;
    line-height: .28rem;
    font-size: .15rem;
    color: #fff;
    text-align: center;
    background-color:var(--ThemeColor);
    border: 1px solid var(--ThemeColor);
    border-radius: 0.06rem;
    cursor: pointer;
    display: inline-block;
}
/* 图片详情 */
.pictureWrapper{
    width: 100%;
    height: 100%;
    /* background-color: #000; */
}
.swiper-container{
    overflow-y: auto;
}
.pictureWrapper.swiper-container .swiper-slide{
    text-align: center;
    /* background: #1F1C1C; */

    /* 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; */
    position: relative;
}
.pictureWrapper.swiper-container .swiper-slide img{
    /* border-radius: 0;
    width: 100%;
    height: auto;
    max-height: 100%; */
    /* object-fit: contain; */
    position: absolute;
    /* top: 50%; */
    left: 50%;
    /* height: 100%; */
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, 0);
    -webkit-tap-highlight-color: transparent;
    outline:none; 
    background: none; 
    text-decoration: none;
}
.pictureWrapper.swiper-container .swiper-slide area {
    outline:0 none; border:0 none;
}
.pictureWrapper.swiper-container .swiper-slide .slideImg {

}
.pictureWrapper .swiper-slide .picTips{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px 10px 20px 10px;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
}


/* 套餐激活 */
.setMealWrap{
    display: none;
}
.setMealWrap.active{
    display: block;
}
.setMealInfo .item{
    font-size: 0;
    margin-bottom: 10px;
    color: #666;
}
.setMealInfo .item label{
    font-size: 14px;
    width:40%;
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
}
.setMealInfo .item p{
    font-size: 14px;
    width:60%;
    color: #999;
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    padding-left: 10px;
}
.setMealInfo .item img{
    max-width: 100%;
}
.successWrap img{
    width: auto;
    max-width: 100px;
    height: auto;
    max-height:100px;
}
.successWrap p{
    font-size: 20px;
    margin-top: 15px;
    color: #666;
}

.listContentWrapper{
    color: #333;
    font-size: 0.12rem;
}

.pageTitle{
    height: 0.5rem;
    text-align: center;
    color: #222;
    line-height: 0.5rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    z-index: 999;
    font-size: 0.18rem;
}

.pictureLibraryWrapper{
    padding-top: 0.5rem;
}
.pictureLibraryWrapper .topOption .tabBox{
    padding:0 0.15rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 0.05rem;
    text-align: center;
    border-bottom: 0.05rem solid #F8F8F8;
}
.pictureLibraryWrapper .tabBox>p{
    color: #888888;
    padding: 0.05rem 0px;
    font-size: 0.16rem;
}

.pictureLibraryWrapper .tabBox .moreBox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pictureLibraryWrapper .tabBox>p.action{
    color: #222222;
    border-bottom: 0.02rem solid #D80200;
}
.pictureLibraryWrapper .topOption .itemTabBox{
    width: 100%;
    min-height: 1.8rem;
    background: url('../assets/picLibBg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom:0.54rem ;
}
.pictureLibraryWrapper .topOption .itemTabBox .childItemBox{
    max-height: 1.8rem;
    overflow: auto;
}

.pictureLibraryWrapper .itemTabBox .childItem{
    display: grid;
    justify-content: flex-start;
    align-items: center;
    padding: 0.05rem 0.1rem;
    grid-template-columns: repeat(4,1fr);
}

.pictureLibraryWrapper .itemTabBox .divider{
    box-sizing: border-box;
    height: 1px;
    background-color: #EEEEEE;
    margin: 0 0.15rem;
}
.pictureLibraryWrapper .itemTabBox .title{
    font-size: 0.3rem;
    font-weight: normal;
    color: #FFFFFF;
    letter-spacing: 6px;
    padding: 7px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.pictureLibraryWrapper .itemTabBox .childItem>p{
    width: 0.78rem;
    background: rgba(255,255,255,0.2);
    border-radius: 0.28rem;
    color: #FFF;
    padding: 0.05rem 0.15rem;
    font-size: 0.12rem;
    margin: 4px 6px;
}

.pictureLibraryWrapper .itemTabBox .childItem>p.action{
    background: #FFFFFF;
    color: #D80200;
    font-weight: 600;
}

.pictureLibraryWrapper .listContentWrapper .contentBox{
    padding: 0.15rem;
    border-top: 8px solid #F1F3F4;
}
.pictureLibraryWrapper .listContentWrapper .contentBox .title{
    font-size: 0.17rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.24rem;
}

.pictureLibraryWrapper .listContentWrapper .contentBox .itemBox{
    position: relative;
    padding: 0.12rem 0;
}
.pictureLibraryWrapper .listContentWrapper .contentBox .itemBox .videoIcon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.6rem;
    height: 0.6rem;
    background-image: url('../assets/video.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.pictureLibraryWrapper .listContentWrapper .contentBox .itemBox>img{
    width: 100%;
    min-height: 1.2rem;
    border-radius: 5px;
}
.pictureLibraryWrapper .listContentWrapper .contentBox .itemBox .smallImg{
    position: absolute;
    width: 0.4rem;
    height: 0.22rem;
    background: rgba(0,0,0,0.6);
    border-radius: 4px;
    bottom: .24rem;
    left: 0.12rem;
    color: #FFF;
}
.pictureLibraryWrapper .listContentWrapper .contentBox .itemBox .smallImg::before{
    content: '';
    width: 0.16rem;
    height: 0.16rem;
    background-image: url('../assets/smallImg.png');
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 4px;
}
.pictureLibraryWrapper .listContentWrapper .contentBox .time{
    font-size: 0.11rem;
    font-weight: 400;
    color: #999999;
}

/* 蒙层 */
.pageMask{
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    position: fixed;
    top: 0.5rem;
    bottom: 0;
    left: 0;
    right: 0;
}
.pageMaskContent{
    width: 100%;
    background-color: #FFF;
    position: absolute;
    top: 50px;
    z-index: 999
}
.pageMaskContent .maskTitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.32rem;
    padding: 0.07rem 0.15rem;
}
.pageMaskContent .maskTitle>p{
    font-size: 0.18rem;
    font-weight: 400;
    color: #333;
}
.pageMaskContent .maskTitle>img{
    width: 0.2rem;
    height: 0.2rem;
}
.pageMaskContent .maskContent{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    /* grid-gap: 0.02rem; */
    text-align: center;
    padding: 0.15rem 0.13rem;
}
.pageMaskContent .maskContent>p{
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    padding: 0.06rem;
    width: 0.8rem;
    margin: 0.06rem 0.03rem;
    font-size: 0.13rem;
    font-weight: 400;
    color: #333333;
    text-align: center;
}
.pageMaskContent .maskContent>p.action{
    background-color: #D80200;
    color: #FFF;
    border: none;
}

/* 回到顶部 */
.gotop{
    width: 0.30rem;
    height: 0.30rem;
    display: block;
    position: fixed;
    bottom: 1rem;
    right: 0.2rem;
}
.gotop .iconfont::before{
    content: '';
    width: 0.30rem;
    height: 0.30rem;
    background-image: url('../assets/goTop.png');
    background-size: 100% 100%;
    display: block;
}

html{
	font-size:26.67vw;
}

.yc{
    display: inline-block;
    width: 0.36rem;
    height: 0.18rem;
    text-align: center;
    line-height: 0.18rem;
    border:solid 1px #999999;
    border-radius: 0.02rem;
}
video{
    max-width: 100%;
    margin:0px auto;
}
.optBox{
    position: fixed;
    bottom: 0;
    right: 0.2rem;
}
.optBox a{
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin-bottom: 0.16rem;
    cursor: pointer;
    border-radius: 50%;
    background-size: contain;
}
.optBox a img{
    width: 0.26rem;
    display: inherit;
    margin: 0.08rem;
    float: left;
}
.imgInfoBox{
    font-size: 0.12rem;
}
.imgInfoBox img{
    width: 100%;
    margin: 0 auto;
}
.imgInfoBox p{
    font-size: 0.15rem;
    color: #00a4ff;
    padding-bottom: 0.15rem;
}
.nodata{
    font-size: 0.12rem;
    color: #999;
    text-align: center;
    padding: 0.15rem 0 0.3rem 0;
    display: none;
}


/* 产看图片轮播 */
.pictureWrarpMask{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background: #1F1C1C;
    z-index: 999;
}
.pictureWrarpMask .imgInfo{
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.pictureWrarpMask .imgInfo .sliderInfo{
    position: absolute;
    left: 15px;
    top: 0;
}
.pictureWrarpMask .imgInfo .sliderUserInfo img{
    margin-right: 5px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-top: 8px;
    vertical-align: top;
}
.pictureWrarp.swiper-container{
    width: 100%;
    height: calc(100vh - 44px);
    z-index: 999;
    /* position: fixed;
    left: 0;
    top:44px; */
}
.pictureWrarp.swiper-container .swiper-slide{
    text-align: center;
    background: #1F1C1C;

    /* 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;
}
.pictureWrarp.swiper-container .swiper-slide img{
    border-radius: 0;
    width: 100%;
}


.modal{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    display: none;
}
.modalInfo{
    position: absolute;
    width: 3.50rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
}
.modalInfo .info{
    font-size: 0.18rem;
    padding: 0.6rem 0;
    text-align: center;
}
.modalInfo .no{
    width: 50%;
    height: 0.42rem;
    background: #eee;
    border: solid 1px #aaa;
    border-left: none;
    border-bottom: none;
    float: left;
    border-radius: 0 0 0 5px;
    font-size: 0.16rem;
}
.modalInfo .sure{
    width: 50%;
    height: 0.42rem;
    background: #eee;
    border: solid 1px #aaa;
    border-left: none;
    border-bottom: none;
    border-right: none;
    color: #f00;
    float: left;
    border-radius: 0 0 5px 0;
    font-size: 0.16rem;
}
.loadingBox{
    text-align: center;
    font-size: 0.12rem;
}
.loadingBox img{
    width: 1rem;
}
.loadingBox p{
    font-size: 0.18rem;
}

/* .loading{
    text-align: center;
    font-size: 0.12rem;
}
.loading img{
    width: 0.2rem;
}
.loading p{
    font-size: 0.14rem;
} */

.loading,
.loading > div {
  position: relative;
  box-sizing: border-box;
}

.loading {
  display: block;
  font-size: 0;
  color: #000;
  margin: 0px auto;
}

.loading.la-dark {
  color: #333;
}

.loading > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.loading {
  width: 0.32rem;
  height: 0.32rem;
}

.loading > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  animation: ball-spin-clockwise 1s infinite ease-in-out;
}

.loading > div:nth-child(1) {
  top: 5%;
  left: 50%;
  animation-delay: -0.875s;
}

.loading > div:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  animation-delay: -0.75s;
}

.loading > div:nth-child(3) {
  top: 50%;
  left: 95%;
  animation-delay: -0.625s;
}

.loading > div:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  animation-delay: -0.5s;
}

.loading > div:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  animation-delay: -0.375s;
}

.loading > div:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  animation-delay: -0.25s;
}

.loading > div:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  animation-delay: -0.125s;
}

.loading > div:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  animation-delay: 0s;
}

.loading.la-sm {
  width: 0.16rem;
  height: 0.16rem;
}

.loading.la-sm > div {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.loading.la-2x {
  width: 0.64rem;
  height: 0.64rem;
}

.loading.la-2x > div {
  width: 0.16rem;
  height: 0.16rem;
  margin-top: -0.08rem;
  margin-left: -0.08rem;
}

.loading.la-3x {
  width: 0.96rem;
  height: 0.96rem;
}

.loading.la-3x > div {
  width: 0.24rem;
  height: 0.24rem;
  margin-top: -0.12rem;
  margin-left: -0.12rem;
}

@keyframes ball-spin-clockwise {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    transform: scale(0);
  }
}
#back{
    position: fixed;
    right: 0.15rem;
    bottom: 0.15rem;
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.12rem;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0,0,0,0.2);
    padding: 0.05rem;
    box-sizing: content-box;
}
#back img{
    width: 0.3rem;
}