.flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.clearfix:after,
.clearfix:before {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    width: 100%;
    max-width: 7.5rem;
    min-width: 3.2rem;
    margin: 0 auto;
    font-size: 0.32rem;
}

a {
    color: inherit;
}

.time {
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #999999;
}

.icon {
    background-image: url(../img/icon_zx_detail.png);
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    display: inline-block;
}

.btn {
    width: 1.24rem;
    height: 0.5rem;
    border: 0.02rem solid rgba(255, 125, 4, 0.3);
    border-radius: 0.27rem;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #ff7d04;
    display: flex;
    align-items: center;
    justify-content: center;
    background: unset;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

.hide {
    display: none;
}

.imgBox > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.gdTitle,
.inTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size: 0.18rem;
}

.gdTitle .titleL,
.inTitle .titleL {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.gdTitle .titleL > p,
.inTitle .titleL > p {
    font-size: 0.56rem;
    color: #fff5ed;
    line-height: 0.44rem;
    position: relative;
}

.gdTitle .titleL > p > span,
.inTitle .titleL > p > span {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.36rem;
    line-height: 0.36rem;
    color: #585557;
}

.gdTitle a.titleR,
.inTitle a.titleR {
    color: #fec629;
}

.gdTitle a.titleR span,
.inTitle a.titleR span {
    font-size: 0.18rem;
    font-weight: 400;
    text-decoration: underline;
}

.gdTitle a.titleR i,
.inTitle a.titleR i {
    font-weight: bold;
    font-style: normal;
    font-size: 0.28rem;
    line-height: 0;
    vertical-align: 0.05rem;
}

.gdTitle .titleL {
    font-size: 0.3rem;
    color: #434343;
    line-height: 0.4rem;
}

.boxSwCont {
    background: #f3f9ff;
    height: 2.75rem;
    margin: 0.22rem -0.3rem 0;
    padding: 0.2rem 0.3rem 0.16rem;
}

.boxSwCont .swiper-slide {
    width: 3.16rem;
    margin-right: 0.2rem;
}

.boxSwCont .swiper-slide:last-child {
    margin-right: 0;
}

.boxSwCont .swiper-slide > a {
    display: block;
    position: relative;
}

.boxSwCont .swiper-slide > a .imgBox {
    width: 3.16rem;
    height: 1.66rem;
    background: #ffd55d;
    border-radius: 0.1rem;
    overflow: hidden;
}

.boxSwCont .swiper-slide > a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.18rem;
    line-height: 0.22rem;
    color: #abafb3;
}

.boxSwCont .swiper-slide > a p.title {
    margin-top: 0.13rem;
    font-size: 0.24rem;
    line-height: 0.28rem;
    color: #333333;
    position: relative;
    z-index: 1;
}

.boxSwCont .swiper-slide > a p.title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0.02rem;
    width: 1.89rem;
    height: 0.04rem;
    background-color: #79e2ff;
    z-index: -1;
}

.boxSwCont .swiper-slide > a p.time {
    margin-top: 0.1rem;
}

.boxSwCont .swiper-slide > a p.sortNum {
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    display: flex;
    justify-content: center;
    height: 0.3rem;
    padding: 0 0.1rem;
    line-height: 0.3rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0.11rem;
}

.multiColumnList {
    display: grid;
    grid-template-columns: repeat(2, 48.62%);
    justify-content: space-between;
}

.columnItem > a {
    display: block;
    position: relative;
}

.columnItem > a .imgBox {
    width: 3.16rem;
    height: 1.66rem;
    background: #ffd55d;
    border-radius: 0.1rem;
    overflow: hidden;
}

.columnItem > a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.18rem;
    line-height: 0.22rem;
    color: #abafb3;
}

.columnItem > a p.title {
    margin-top: 0.13rem;
    font-size: 0.24rem;
    line-height: 0.28rem;
    color: #333333;
    position: relative;
    z-index: 1;
}

.columnItem > a p.title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0.02rem;
    width: 1.89rem;
    height: 0.04rem;
    background-color: #00ccff;
    opacity: 0.5;
    z-index: -1;
}

.columnItem > a p.time {
    margin-top: 0.1rem;
}

.columnItem > a p.sortNum {
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    display: flex;
    justify-content: center;
    height: 0.3rem;
    padding: 0 0.1rem;
    line-height: 0.3rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0.11rem;
}

.lsTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size: 0.36rem;
    line-height: 0.36rem;
    font-weight: bold;
    color: #404040;
    padding-bottom: 0.2rem;
}

.lsTitle .titleR {
    font-size: 0.24rem;
    font-weight: normal;
    color: #999999;
    display: flex;
    align-items: center;
}

.lsTitle .titleR .icon {
    width: 0.25rem;
    height: 0.25rem;
    background-position: -2.19rem -1.45rem;
    margin-right: 0.07rem;
}

.lsTitle > a.titleR {
    height: 0.36rem;
    border: 1px solid #dcdcdc;
    border-radius: 0.18rem;
    padding: 0 0.14rem 0 0.16rem;
    font-size: 0.22rem;
    line-height: 0.22rem;
    font-weight: 400;
    color: #999;
}

.lsTitle > a.titleR > i {
    font-style: normal;
    margin-bottom: 0.03rem;
}

.crumbsBox {
    padding: 0.25rem 0.3rem 0.21rem;
    height: 0.75rem;
    font-size: 0.24rem;
    line-height: 0.28rem;
    color: #999999;
}

.crumbsBox p {
    display: flex;
    align-items: center;
}

.crumbsBox p > .icon {
    width: 0.2rem;
    height: 0.24rem;
    background-position: -0.02rem -2.01rem;
    margin-right: 0.08rem;
}

.crumbsBox p > a::after {
    content: '>';
    margin: 0 6px;
}

.crumbsBox p > a:last-child::after {
    display: none;
}

.fourColumnList {
    display: grid;
    grid-template-columns: repeat(4, 25.07%);
    justify-content: space-between;
    font-size: 0.28rem;
    line-height: 0.32rem;
    color: #333333;
    margin: 0.1rem -0.06rem 0;
}

.fourColumnList .listItem {
    width: 1.76rem;
    margin: 0.1rem 0;
}

.fourColumnList .listItem > a {
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fourColumnList .listItem > a > img {
    width: 1.24rem;
    height: 1.24rem;
    background: #f8f8f8;
    border-radius: 0.28rem;
}

.fourColumnList .listItem > a > p {
    width: inherit;
    max-width: 100%;
    text-align: center;
    margin-top: 0.12rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fourColumnList .listItem > a > .bot_p {
    max-width: 80%;
}

.fourColumnList .listItem > a > .btn {
    margin-top: 0.16rem;
}

.fourColumnList .listItem > a > .btn.subBtn {
    border-color: rgba(255, 144, 88, 0.5);
    color: #ff9058;
}

.singleColumnList {
    display: flex;
    flex-direction: column;
}

.singleItem > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.35rem 0;
    position: relative;
}

.singleItem > a .imgBox {
    width: 1.14rem;
    height: 1.14rem;
    border-radius: 0.27rem;
    overflow: hidden;
}

.singleItem > a .itemInfo {
    font-size: 0.22rem;
    line-height: 0.26rem;
    color: #9f9fa4;
    flex: 1;
    height: 1.14rem;
    padding: 0 0.12rem 0 0.32rem;
    overflow: hidden;
}

.singleItem > a .itemInfo p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.11rem;
}

.singleItem > a .itemInfo p:first-child {
    font-size: 0.28rem;
    line-height: 0.32rem;
    color: #000;
    margin-top: 0.03rem;
}

.singleItem > a .btn {
    position: absolute;
    right: 0;
}

.singleItem:last-child > a {
    border-bottom: unset;
}

.singleTopicList,
.singleColumnCont {
    display: flex;
    flex-direction: column;
}

.singleTopicList .countItem,
.singleColumnCont .countItem {
    padding: 0.22rem 0;
}

.singleTopicList .countItem > a,
.singleColumnCont .countItem > a {
    display: flex;
}

.singleTopicList .countItem > a .imgBox,
.singleColumnCont .countItem > a .imgBox {
    width: 2.16rem;
    height: 1.44rem;
    border-radius: 0.08rem;
    overflow: hidden;
}

.singleTopicList .countItem > a .itemInfo,
.singleColumnCont .countItem > a .itemInfo {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 0 0.38rem;
}

.singleTopicList .countItem > a .itemInfo p,
.singleColumnCont .countItem > a .itemInfo p {
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.singleTopicList .countItem > a .itemInfo .time,
.singleColumnCont .countItem > a .itemInfo .time {
    margin-bottom: 0.1rem;
}

.singleTopicList .countItem {
    padding: 0.15rem 0;
    border-bottom: unset;
}

.singleTopicList .countItem > a .imgBox {
    width: 3.34rem;
    height: 2.04rem;
    border-radius: 0.12rem;
}

.singleTopicList .countItem > a .itemInfo {
    padding: 0.08rem 0 0.01rem 0.24rem;
}

.singleTopicList .countItem > a .itemInfo p {
    -webkit-line-clamp: 3;
    font-size: 0.24rem;
    font-weight: normal;
    color: #999999;
    line-height: 0.36rem;
}

.singleTopicList .countItem > a .itemInfo p:first-child {
    -webkit-line-clamp: 1;
    font-weight: bold;
    font-size: 0.32rem;
    color: #404040;
    margin-bottom: 0.12rem;
}

.singleTopicList .countItem > a .itemInfo p:last-child {
    margin-top: 0.04rem;
    display: flex;
    justify-content: space-between;
}

.fourTagList {
    display: grid;
    grid-template-columns: repeat(4, 23.05%);
    justify-content: space-between;
    font-size: 0.24rem;
    color: #ffffff;
}

.fourTagList li > a {
    margin-top: 0.18rem;
    display: block;
    justify-content: center;
    padding: 0 0.1rem;
    line-height: 0.56rem;
    text-align: center;
    height: 0.56rem;
    background: #c490bf;
    border-radius: 0.06rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fourTagList li:nth-child(2n) > a {
    background: #89c997;
}

.fourTagList li:nth-child(3n) > a {
    background: #7ecef4;
}

.fourTagList li:nth-child(4n) > a {
    background: #facd89;
}

.fourTagList li:nth-child(5n) > a {
    background: #a2dadb;
}

.fourTagList li:nth-child(6n) > a {
    background: #ffab80;
}

.fourTagList li:nth-child(7n) > a {
    background: #cbde72;
}

.fourTagList li:nth-child(8n) > a {
    background: #edbfb2;
}

.fourTagList li:nth-child(9n) > a {
    background: #cad7bb;
}

.fourTagList li:nth-child(10n) > a {
    background: #c1dcd3;
}

.fourTagList li:nth-child(11n) > a {
    background: #f79cad;
}

.fourTagList li:nth-child(12n) > a {
    background: #a2dadb;
}

.threeTagList {
    display: grid;
    grid-template-columns: repeat(3, 31.7%);
    justify-content: space-between;
    font-size: 0.3rem;
    color: #666666;
}

.threeTagList li > a {
    height: 0.72rem;
    background: #f5f5f5;
    border-radius: 0.05rem;
    margin-top: 0.16rem;
    display: block;
    padding: 0 0.1rem;
    line-height: 0.72rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.singleNewsList li {
    margin-top: 0.44rem;
}

.singleNewsList li > a {
    display: flex;
}

.singleNewsList li > a .imgBox {
    width: 2.16rem;
    height: 1.44rem;
    border-radius: 0.08rem;
    overflow: hidden;
}

.singleNewsList li > a .imgInfo {
    padding-left: 0.38rem;
    padding-bottom: 0.08rem;
    flex: 1;
    overflow: hidden;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.42rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.singleNewsList li > a .imgInfo p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.singleNewsList li > a .imgInfo p.txt {
    -webkit-line-clamp: 2;
    font-size: 0.22rem;
    line-height: 0.28rem;
    opacity: 0.85;
}

.singleNewsList li > a .imgInfo p.time {
    margin-top: 0.06rem;
}

.pageCode {
    display: flex;
    font-size: 0.26rem;
    color: #94979b;
    text-align: center;
    line-height: 0.56rem;
    justify-content: center;
}

.pageCode > a {
    min-width: 0.58rem;
    height: 0.58rem;
    background: #ecebee;
    border-radius: 0.06rem;
    margin: 0 0.14rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageCode > a:first-child,
.pageCode > a:last-child {
    letter-spacing: 0.04rem;
    padding: 0 0.18rem;
}

.pageCode > a.current {
    background: #fec629;
    color: #ffffff;
}

.pageCode > a.more {
    line-height: 0.4rem;
    align-items: flex-start;
}

.pageCode > a.disabled {
    opacity: 0.85;
}

.pageCode > a .icon {
    width: 0.14rem;
    height: 0.24rem;
    background-position: -0.33rem -2.01rem;
}

.pageCode > a .icon.right {
    transform: rotateY(180deg);
}

.fixedBtn {
    width: 0.64rem;
    height: 0.64rem;
    background: #ffffff;
    box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, 0.06);
    border-radius: 0.12rem;
    position: fixed;
    right: 0.28rem;
    bottom: 1.48rem;
    z-index: 10;
}

.fixedBtn .icon {
    width: 0.32rem;
    height: 0.32rem;
    background-position: -0.43rem -2.12rem;
    margin: 0.16rem;
}

.inBodyWrap,
.bodyWrap {
    background: #f4f6f5;
    min-height: calc(100vh - 5rem);
}

.inBodyWrap .inSwBox,
.bodyWrap .inSwBox {
    padding-top: 0.2rem;
}

.inBodyWrap .inSwBox .swWrap,
.bodyWrap .inSwBox .swWrap {
    overflow: hidden;
    height: 2.6rem;
    position: relative;
}

.inBodyWrap .inSwBox .swWrap .swiper-wrapper,
.bodyWrap .inSwBox .swWrap .swiper-wrapper {
    width: 6.9rem;
    margin: 0 auto 0.28rem;
}

.inBodyWrap .inSwBox .swWrap .swiper-wrapper .swiper-slide,
.bodyWrap .inSwBox .swWrap .swiper-wrapper .swiper-slide {
    position: relative;
}

.inBodyWrap .inSwBox .swWrap .swiper-wrapper .swiper-slide > a,
.bodyWrap .inSwBox .swWrap .swiper-wrapper .swiper-slide > a {
    display: block;
    width: 6.9rem;
    height: 2.6rem;
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
}

.inBodyWrap .inSwBox .swWrap .swiper-wrapper .swiper-slide > a > p,
.bodyWrap .inSwBox .swWrap .swiper-wrapper .swiper-slide > a > p {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 0.24rem;
    padding: 0.1rem 0.22rem 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inBodyWrap .inSwBox .swWrap .swiper-pagination,
.bodyWrap .inSwBox .swWrap .swiper-pagination {
    position: absolute;
    left: 0.3rem;
    right: 0.3rem;
    bottom: 0.1rem;
    display: flex;
    justify-content: center;
}

.inBodyWrap .inSwBox .swWrap .swiper-pagination .swiper-pagination-bullet,
.bodyWrap .inSwBox .swWrap .swiper-pagination .swiper-pagination-bullet {
    width: 0.32rem;
    height: 0.08rem;
    background: rgba(248, 248, 248, 0.4);
    border-radius: 0.03rem;
    display: inline-block;
    margin: 0 0.05rem;
    z-index: 1;
}

.inBodyWrap .inSwBox .swWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bodyWrap .inSwBox .swWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fec629;
}

.inBodyWrap .inHLBox,
.bodyWrap .inHLBox {
    margin: 0.2rem 0.3rem 0;
    height: 0.6rem;
    background: #f8f9ff;
    border-radius: 0.1rem;
    padding: 0 0.05rem 0 0.16rem;
    display: flex;
    align-items: center;
}

.inBodyWrap .inHLBox .centerL.icon,
.bodyWrap .inHLBox .centerL.icon {
    width: 0.7rem;
    height: 0.24rem;
    background-position: -0.02rem -0.02rem;
}

.inBodyWrap .inHLBox .centerR,
.bodyWrap .inHLBox .centerR {
    flex: 1;
    padding-left: 0.04rem;
    height: 0.3rem;
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #333333;
    overflow: hidden;
}

.inBodyWrap .inHLBox .centerR .swiper-slide,
.bodyWrap .inHLBox .centerR .swiper-slide {
    width: inherit;
    height: inherit;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
}

.inBodyWrap .inHLBox .centerR .swiper-slide > a,
.bodyWrap .inHLBox .centerR .swiper-slide > a {
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inBodyWrap .inHLBox .centerR .swiper-slide > a > span,
.bodyWrap .inHLBox .centerR .swiper-slide > a > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.inBodyWrap .inHLBox .centerR .swiper-slide > a > span.time,
.bodyWrap .inHLBox .centerR .swiper-slide > a > span.time {
    flex: unset;
}

.inBodyWrap .inHLBox .centerR .swiper-slide > a::after,
.bodyWrap .inHLBox .centerR .swiper-slide > a::after {
    content: '';
    display: block;
    width: 0.06rem;
    height: 0.06rem;
    margin-left: 0.06rem;
    margin-right: 0.1rem;
    background: #ff942e;
    border-radius: 50%;
}

.inBodyWrap .inLinkBox,
.bodyWrap .inLinkBox,
.inBodyWrap .inInfoBox,
.bodyWrap .inInfoBox,
.inBodyWrap .inRankBox,
.bodyWrap .inRankBox,
.inBodyWrap .inAppColBox,
.bodyWrap .inAppColBox,
.inBodyWrap .inAppBox,
.bodyWrap .inAppBox,
.inBodyWrap .inGameColBox,
.bodyWrap .inGameColBox,
.inBodyWrap .inMobileGameBox,
.bodyWrap .inMobileGameBox,
.inBodyWrap .inTopPicksBox,
.bodyWrap .inTopPicksBox {
    margin: 0.4rem 0.3rem 0;
}

.inBodyWrap .inTopPicksBox,
.bodyWrap .inTopPicksBox {
    margin-top: 0.2rem;
}

.inBodyWrap .inTopPicksBox .inTitle .titleL > p > span,
.bodyWrap .inTopPicksBox .inTitle .titleL > p > span {
    font-weight: 400;
    color: #ff7d04;
}

.inBodyWrap .inTopPicksBox .boxList,
.bodyWrap .inTopPicksBox .boxList {
    position: relative;
    z-index: 1;
    padding: 0 0.14rem;
}

.inBodyWrap .inTopPicksBox .boxList .fourColumnList,
.bodyWrap .inTopPicksBox .boxList .fourColumnList {
    grid-template-columns: repeat(4, 25.07%);
    margin: 0.1rem 0 0;
}

.inBodyWrap .inTopPicksBox .boxList .fourColumnList .listItem,
.bodyWrap .inTopPicksBox .boxList .fourColumnList .listItem {
    width: 1.66rem;
    margin: 0.2rem 0;
}

.inBodyWrap .inTopPicksBox .boxList .fourColumnList .listItem > a img,
.bodyWrap .inTopPicksBox .boxList .fourColumnList .listItem > a img {
    border: 0.02rem solid rgba(254, 198, 41, 0.5);
    border-radius: 0.26rem;
}

.inBodyWrap .inTopPicksBox .boxList .fourColumnList .listItem > a .btn,
.bodyWrap .inTopPicksBox .boxList .fourColumnList .listItem > a .btn {
    border: unset;
    background: #fec629;
    color: #ffffff;
}

.inBodyWrap .inTopPicksBox .boxList::after,
.bodyWrap .inTopPicksBox .boxList::after {
    content: '';
    position: absolute;
    top: 0.52rem;
    left: 0;
    display: block;
    width: 100%;
    height: 1.76rem;
    background: #e6fbfb;
    border-radius: 0.2rem;
    z-index: -1;
}

.inBodyWrap .inTopPicksBox .boxSw,
.bodyWrap .inTopPicksBox .boxSw {
    margin: 0 -0.3rem;
    padding: 0 0.3rem;
    font-size: 0.22rem;
    line-height: 0.26rem;
    color: #333333;
}

.inBodyWrap .inTopPicksBox .boxSw .swiper-slide,
.bodyWrap .inTopPicksBox .boxSw .swiper-slide {
    width: 2.02rem;
    margin-right: 0.2rem;
}

.inBodyWrap .inTopPicksBox .boxSw .swiper-slide:last-child,
.bodyWrap .inTopPicksBox .boxSw .swiper-slide:last-child {
    margin-right: 0;
}

.inBodyWrap .inTopPicksBox .boxSw .swiper-slide > a,
.bodyWrap .inTopPicksBox .boxSw .swiper-slide > a {
    display: flex;
    align-items: center;
    padding: 0.14rem 0.25rem 0.1rem 0.18rem;
    width: 2.02rem;
    height: 0.79rem;
    background: #fff2e5;
    border-radius: 0.1rem;
}

.inBodyWrap .inTopPicksBox .boxSw .swiper-slide > a .boxL,
.bodyWrap .inTopPicksBox .boxSw .swiper-slide > a .boxL {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.inBodyWrap .inTopPicksBox .boxSw .swiper-slide > a .boxL span,
.bodyWrap .inTopPicksBox .boxSw .swiper-slide > a .boxL span {
    font-size: 0.18rem;
    line-height: 0.22rem;
    margin-top: 0.08rem;
    color: #aaaaaa;
}

.inBodyWrap .inTopPicksBox .boxSw .swiper-slide > a .icon,
.bodyWrap .inTopPicksBox .boxSw .swiper-slide > a .icon {
    width: 0.31rem;
    height: 0.36rem;
    background-position: -0.02rem -0.51rem;
}

.inBodyWrap .inTopPicksBox .boxSw .swiper-slide:nth-child(2n) > a .icon,
.bodyWrap .inTopPicksBox .boxSw .swiper-slide:nth-child(2n) > a .icon {
    width: 0.36rem;
    height: 0.3rem;
    background-position: -0.39rem -0.54rem;
}

.inBodyWrap .inTopPicksBox .boxSw .swiper-slide:nth-child(3n) > a .icon,
.bodyWrap .inTopPicksBox .boxSw .swiper-slide:nth-child(3n) > a .icon {
    width: 0.34rem;
    height: 0.36rem;
    background-position: -0.81rem -0.51rem;
}

.inBodyWrap .inTopPicksBox .boxSw .swiper-slide:nth-child(4n) > a .icon,
.bodyWrap .inTopPicksBox .boxSw .swiper-slide:nth-child(4n) > a .icon {
    width: 0.36rem;
    height: 0.36rem;
    background-position: -1.21rem -0.51rem;
}

.inBodyWrap .inTopPicksBox .boxSw .swiper-slide:nth-child(5n) > a .icon,
.bodyWrap .inTopPicksBox .boxSw .swiper-slide:nth-child(5n) > a .icon {
    width: 0.36rem;
    height: 0.36rem;
    background-position: -1.63rem -0.51rem;
}

.inBodyWrap .inMobileGameBox .fourColumnList,
.bodyWrap .inMobileGameBox .fourColumnList {
    margin: 0.2rem -0.06rem 0;
}

.inBodyWrap .inAppColBox,
.bodyWrap .inAppColBox,
.inBodyWrap .inGameColBox,
.bodyWrap .inGameColBox {
    margin-top: 0.3rem;
}

.inBodyWrap .inAppColBox .inTitle .titleL > p,
.bodyWrap .inAppColBox .inTitle .titleL > p,
.inBodyWrap .inGameColBox .inTitle .titleL > p,
.bodyWrap .inGameColBox .inTitle .titleL > p {
    color: #f3f9ff;
}

.inBodyWrap .inAppBox .inTitle .titleL > p,
.bodyWrap .inAppBox .inTitle .titleL > p {
    color: #edf9f5;
}

.inBodyWrap .inAppBox .fourColumnList,
.bodyWrap .inAppBox .fourColumnList {
    margin: 0.2rem -0.06rem 0;
}

.inBodyWrap .inAppColBox .inTitle .titleL > p,
.bodyWrap .inAppColBox .inTitle .titleL > p {
    color: #fff5ed;
}

.inBodyWrap .inAppColBox .boxSwCont,
.bodyWrap .inAppColBox .boxSwCont {
    background: #fff6e5;
}

.inBodyWrap .inAppColBox .boxSwCont .swiper-slide > a p.title::after,
.bodyWrap .inAppColBox .boxSwCont .swiper-slide > a p.title::after {
    background-color: #ffd55d;
}

.inBodyWrap .inRankBox .tabsWrap > ul,
.bodyWrap .inRankBox .tabsWrap > ul {
    font-size: 0.22rem;
    display: grid;
    grid-template-columns: repeat(3, 31.88%);
    justify-content: space-between;
    margin-top: 0.3rem;
}

.inBodyWrap .inRankBox .tabsWrap > ul li,
.bodyWrap .inRankBox .tabsWrap > ul li {
    padding: 1px;
    border-radius: 0.1rem;
}

.inBodyWrap .inRankBox .tabsWrap > ul li > a,
.bodyWrap .inRankBox .tabsWrap > ul li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.1rem;
    width: 2.2rem;
    height: 0.65rem;
    border-radius: 0.1rem;
    background: #ffe8f1;
    color: #f54085;
    position: relative;
}

.inBodyWrap .inRankBox .tabsWrap > ul li > a::after,
.bodyWrap .inRankBox .tabsWrap > ul li > a::after {
    content: 'NO.';
    position: absolute;
    margin-left: -0.08rem;
    font-size: 0.5rem;
    font-weight: bold;
    color: #f54085;
    opacity: 0.1;
}

.inBodyWrap .inRankBox .tabsWrap > ul li > a .icon,
.bodyWrap .inRankBox .tabsWrap > ul li > a .icon {
    width: 0.24rem;
    height: 0.27rem;
    background-position: -0.02rem -0.94rem;
}

.inBodyWrap .inRankBox .tabsWrap > ul li:nth-child(2n) > a,
.bodyWrap .inRankBox .tabsWrap > ul li:nth-child(2n) > a {
    background: #e7fff6;
    color: #45e399;
}

.inBodyWrap .inRankBox .tabsWrap > ul li:nth-child(2n) > a::after,
.bodyWrap .inRankBox .tabsWrap > ul li:nth-child(2n) > a::after {
    color: #6bdda8;
    opacity: 0.15;
}

.inBodyWrap .inRankBox .tabsWrap > ul li:nth-child(2n) > a .icon,
.bodyWrap .inRankBox .tabsWrap > ul li:nth-child(2n) > a .icon {
    width: 0.26rem;
    height: 0.27rem;
    background-position: -0.33rem -0.94rem;
}

.inBodyWrap .inRankBox .tabsWrap > ul li:nth-child(3n) > a,
.bodyWrap .inRankBox .tabsWrap > ul li:nth-child(3n) > a {
    background: #f5eeff;
    color: #976efb;
}

.inBodyWrap .inRankBox .tabsWrap > ul li:nth-child(3n) > a::after,
.bodyWrap .inRankBox .tabsWrap > ul li:nth-child(3n) > a::after {
    color: #8c66fa;
    opacity: 0.1;
}

.inBodyWrap .inRankBox .tabsWrap > ul li:nth-child(3n) > a .icon,
.bodyWrap .inRankBox .tabsWrap > ul li:nth-child(3n) > a .icon {
    width: 0.26rem;
    height: 0.26rem;
    background-position: -0.66rem -0.95rem;
}

.inBodyWrap .inRankBox .tabsWrap > ul li.active,
.bodyWrap .inRankBox .tabsWrap > ul li.active {
    background-image: linear-gradient(90deg, #fd95b6 0, #fff8fa 70%);
    font-weight: bold;
}

.inBodyWrap .inRankBox .tabsWrap > ul li.active:nth-child(2n),
.bodyWrap .inRankBox .tabsWrap > ul li.active:nth-child(2n) {
    background-image: linear-gradient(90deg, #adfdd8 0, #fff8fa 70%);
}

.inBodyWrap .inRankBox .tabsWrap > ul li.active:nth-child(3n),
.bodyWrap .inRankBox .tabsWrap > ul li.active:nth-child(3n) {
    background-image: linear-gradient(90deg, #c2adff 0, #fff8fa 70%);
}

.inBodyWrap .inRankBox .tabsWrap .tabsCont .tabInfo > ul,
.bodyWrap .inRankBox .tabsWrap .tabsCont .tabInfo > ul {
    margin-top: 0.3rem;
}

.inBodyWrap .inRankBox .tabsWrap .tabsCont .tabInfo > ul li,
.bodyWrap .inRankBox .tabsWrap .tabsCont .tabInfo > ul li {
    margin: 0 -0.3rem;
    padding: 0 0.33rem 0 0.3rem;
    background: #f8f8f8;
}

.inBodyWrap .inRankBox .tabsWrap .tabsCont .tabInfo > ul li:nth-child(2n),
.bodyWrap .inRankBox .tabsWrap .tabsCont .tabInfo > ul li:nth-child(2n) {
    background: #fff;
}

.inBodyWrap .inRankBox .tabsWrap .tabsCont .tabInfo > ul li > a > span,
.bodyWrap .inRankBox .tabsWrap .tabsCont .tabInfo > ul li > a > span {
    width: 0.79rem;
    height: 1.14rem;
    line-height: 1.14rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #cbcbcb;
    text-align: center;
    margin-right: -0.05rem;
    margin-left: 0.05rem;
    padding-right: 0.14rem;
}

.inBodyWrap .inRankBox .tabsWrap .tabsCont .tabInfo > ul li:nth-child(1) > a > span,
.bodyWrap .inRankBox .tabsWrap .tabsCont .tabInfo > ul li:nth-child(1) > a > span,
.inBodyWrap .inRankBox .tabsWrap .tabsCont .tabInfo > ul li:nth-child(2) > a > span,
.bodyWrap .inRankBox .tabsWrap .tabsCont .tabInfo > ul li:nth-child(2) > a > span,
.inBodyWrap .inRankBox .tabsWrap .tabsCont .tabInfo > ul li:nth-child(3) > a > span,
.bodyWrap .inRankBox .tabsWrap .tabsCont .tabInfo > ul li:nth-child(3) > a > span {
    height: 0.66rem;
    line-height: 0.4rem;
    background-image: url(../img/icon_zx_detail.png);
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    background-position: -0.02rem -1.28rem;
    font-size: 0.28rem;
    color: #ff6600;
}

.inBodyWrap .inInfoBox .inTitle .titleL > p,
.bodyWrap .inInfoBox .inTitle .titleL > p {
    color: #f3f9ff;
}

.inBodyWrap .inInfoBox .singleColumnCont,
.bodyWrap .inInfoBox .singleColumnCont {
    margin-top: 0.06rem;
}

.inBodyWrap .inInfoBox .singleColumnCont .countItem,
.bodyWrap .inInfoBox .singleColumnCont .countItem {
    margin-top: 0.02rem;
}

.inBodyWrap .inLinkBox,
.bodyWrap .inLinkBox {
    position: relative;
    margin-top: 0.18rem;
    background: #fec629;
    min-height: 1.42rem;
}

.inBodyWrap .inLinkBox > ul,
.bodyWrap .inLinkBox > ul {
    padding: 0.12rem 0.2rem 0.34rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    font-size: 0.2rem;
    color: #333333;
    margin: 0 -0.22rem;
}

.inBodyWrap .inLinkBox > ul li,
.bodyWrap .inLinkBox > ul li {
    margin-top: 0.22rem;
}

.inBodyWrap .inLinkBox > ul li > span,
.bodyWrap .inLinkBox > ul li > span {
    margin: 0 0 0 0.22rem;
    font-size: 0.22rem;
    line-height: 0.26rem;
    font-weight: bold;
}

.inBodyWrap .inLinkBox > ul li > a,
.bodyWrap .inLinkBox > ul li > a {
    margin: 0 0.22rem;
}

.inBodyWrap .appClassifyBox,
.bodyWrap .appClassifyBox,
.inBodyWrap .gmClassifyBox,
.bodyWrap .gmClassifyBox {
    margin: 0 0.3rem;
    padding: 0.2rem 0.2rem 0.08rem;
    background: #fff;
    border-radius: 0.1rem;
}

.inBodyWrap .appClassifyBox .gmTitle,
.bodyWrap .appClassifyBox .gmTitle,
.inBodyWrap .gmClassifyBox .gmTitle,
.bodyWrap .gmClassifyBox .gmTitle {
    display: flex;
    align-items: flex-end;
}

.inBodyWrap .appClassifyBox .gmTitle > p,
.bodyWrap .appClassifyBox .gmTitle > p,
.inBodyWrap .gmClassifyBox .gmTitle > p,
.bodyWrap .gmClassifyBox .gmTitle > p {
    font-size: 0.2rem;
    line-height: 0.2rem;
    color: #666666;
    margin-right: 0.2rem;
}

.inBodyWrap .appClassifyBox .gmTitle > p:first-child,
.bodyWrap .appClassifyBox .gmTitle > p:first-child,
.inBodyWrap .gmClassifyBox .gmTitle > p:first-child,
.bodyWrap .gmClassifyBox .gmTitle > p:first-child {
    font-size: 0.32rem;
    line-height: 0.32rem;
    font-weight: bold;
    color: #1c252c;
    position: relative;
    z-index: 1;
}

.inBodyWrap .appClassifyBox .gmTitle > p:first-child::after,
.bodyWrap .appClassifyBox .gmTitle > p:first-child::after,
.inBodyWrap .gmClassifyBox .gmTitle > p:first-child::after,
.bodyWrap .gmClassifyBox .gmTitle > p:first-child::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    width: 100%;
    height: 0.06rem;
    background: linear-gradient(-90deg, #ff9950, #ffe743);
    border-radius: 0.02rem;
    z-index: -1;
}

.inBodyWrap .appClassifyBox .gmTitle > p > span,
.bodyWrap .appClassifyBox .gmTitle > p > span,
.inBodyWrap .gmClassifyBox .gmTitle > p > span,
.bodyWrap .gmClassifyBox .gmTitle > p > span {
    color: #fec629;
    font-weight: bolder;
}

.inBodyWrap .appClassifyBox .labelList,
.bodyWrap .appClassifyBox .labelList,
.inBodyWrap .gmClassifyBox .labelList,
.bodyWrap .gmClassifyBox .labelList {
    margin-top: 0.2rem;
    display: grid;
    grid-template-columns: repeat(3, 32%);
    justify-content: space-between;
    height: 2.52rem;
    overflow: hidden;
    font-size: 0.26rem;
    color: #666666;
}

.inBodyWrap .appClassifyBox .labelList li > a,
.bodyWrap .appClassifyBox .labelList li > a,
.inBodyWrap .gmClassifyBox .labelList li > a,
.bodyWrap .gmClassifyBox .labelList li > a {
    color: inherit;
    margin-bottom: 0.22rem;
    display: block;
    width: 100%;
    height: 0.62rem;
    line-height: 0.6rem;
    background: #f4f6f5;
    border-radius: 0.31rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0.1rem;
}

.inBodyWrap .appClassifyBox .labelList li.active > a,
.bodyWrap .appClassifyBox .labelList li.active > a,
.inBodyWrap .gmClassifyBox .labelList li.active > a,
.bodyWrap .gmClassifyBox .labelList li.active > a {
    line-height: 0.56rem;
    background: #fff2e5;
    border: 0.02rem solid #ff8b20;
    font-weight: bold;
    color: #ff8513;
}

.inBodyWrap .appClassifyBox .labelList li.openBtn > a,
.bodyWrap .appClassifyBox .labelList li.openBtn > a,
.inBodyWrap .gmClassifyBox .labelList li.openBtn > a,
.bodyWrap .gmClassifyBox .labelList li.openBtn > a {
    color: #ff8b20;
}

.inBodyWrap .appClassifyBox .labelList li.closeBtn > a,
.bodyWrap .appClassifyBox .labelList li.closeBtn > a,
.inBodyWrap .gmClassifyBox .labelList li.closeBtn > a,
.bodyWrap .gmClassifyBox .labelList li.closeBtn > a {
    color: #cccccc;
    background: #f4f6f5;
}

.inBodyWrap .appClassifyBox .gmTitle > p:first-child::after,
.bodyWrap .appClassifyBox .gmTitle > p:first-child::after {
    background: #45e399;
}

.inBodyWrap .appClassifyBox .labelList li.active > a,
.bodyWrap .appClassifyBox .labelList li.active > a {
    background: #f5fffa;
    border-color: #23bc89;
    color: #00b277;
}

.inBodyWrap .appClassifyBox .labelList li.openBtn > a,
.bodyWrap .appClassifyBox .labelList li.openBtn > a {
    color: #23bc89;
}

.inBodyWrap .appAllBox,
.bodyWrap .appAllBox,
.inBodyWrap .gmAllBox,
.bodyWrap .gmAllBox {
    margin-top: 0.3rem;
    padding-top: 0.3rem;
    background: #fff;
}

.inBodyWrap .appAllBox .singleColumnList .singleItem > a,
.bodyWrap .appAllBox .singleColumnList .singleItem > a,
.inBodyWrap .gmAllBox .singleColumnList .singleItem > a,
.bodyWrap .gmAllBox .singleColumnList .singleItem > a {
    padding: 0.35rem 0.5rem;
}

.inBodyWrap .appAllBox .singleColumnList .singleItem > a .itemInfo,
.bodyWrap .appAllBox .singleColumnList .singleItem > a .itemInfo,
.inBodyWrap .gmAllBox .singleColumnList .singleItem > a .itemInfo,
.bodyWrap .gmAllBox .singleColumnList .singleItem > a .itemInfo {
    padding-left: 0.3rem;
}

.inBodyWrap .appAllBox .singleColumnList .singleItem > a .btn,
.bodyWrap .appAllBox .singleColumnList .singleItem > a .btn,
.inBodyWrap .gmAllBox .singleColumnList .singleItem > a .btn,
.bodyWrap .gmAllBox .singleColumnList .singleItem > a .btn {
    right: 0.32rem;
}

.inBodyWrap .appAllBox .singleColumnList .singleItem:nth-child(2n + 1) > a,
.bodyWrap .appAllBox .singleColumnList .singleItem:nth-child(2n + 1) > a,
.inBodyWrap .gmAllBox .singleColumnList .singleItem:nth-child(2n + 1) > a,
.bodyWrap .gmAllBox .singleColumnList .singleItem:nth-child(2n + 1) > a {
    background: #fffaed;
}

.inBodyWrap .appAllBox .pageCode,
.bodyWrap .appAllBox .pageCode,
.inBodyWrap .gmAllBox .pageCode,
.bodyWrap .gmAllBox .pageCode {
    border-top: 1px solid #f4f6f5;
    padding: 0.4rem 0 0.52rem;
}

.inBodyWrap .appAllBox .singleColumnList .singleItem:nth-child(2n + 1) > a,
.bodyWrap .appAllBox .singleColumnList .singleItem:nth-child(2n + 1) > a {
    background: #f5fffa;
}

.inBodyWrap .gdDetailBox,
.bodyWrap .gdDetailBox {
    margin: 0 0.3rem;
    padding: 0.2rem 0.3rem;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 0.1rem;
    position: relative;
}

.inBodyWrap .gdDetailBox .boxTop,
.bodyWrap .gdDetailBox .boxTop {
    display: flex;
}

.inBodyWrap .gdDetailBox .boxTop::before,
.bodyWrap .gdDetailBox .boxTop::before {
    content: '';
    display: block;
    width: 1.53rem;
    height: 0.32rem;
    background-image: url(../img/icon_zx_detail.png);
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    background-position: -0.81rem -0.02rem;
    position: absolute;
    top: 0.32rem;
    right: 0rem;
}

.inBodyWrap .gdDetailBox .boxTop .imgBox,
.bodyWrap .gdDetailBox .boxTop .imgBox {
    width: 1.4rem;
    height: 1.4rem;
    background: #000000;
    border: 0.02rem solid rgba(254, 198, 41, 0.5);
    border-radius: 0.3rem;
    overflow: hidden;
}

.inBodyWrap .gdDetailBox .boxTop .imgInfo,
.bodyWrap .gdDetailBox .boxTop .imgInfo {
    flex: 1;
    padding-left: 0.18rem;
    font-size: 0.22rem;
    line-height: 0.26rem;
    color: #b0b0b0;
}

.inBodyWrap .gdDetailBox .boxTop .imgInfo h1,
.bodyWrap .gdDetailBox .boxTop .imgInfo h1 {
    font-size: 0.34rem;
    line-height: 0.38rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0.2rem;
    margin-top: 0.08rem;
    margin-right: 0.66rem;
}

.inBodyWrap .gdDetailBox .boxTop .imgInfo p,
.bodyWrap .gdDetailBox .boxTop .imgInfo p {
    margin-top: 0.18rem;
    display: flex;
}

.inBodyWrap .gdDetailBox .boxTop .imgInfo p span,
.bodyWrap .gdDetailBox .boxTop .imgInfo p span {
    width: 45%;
}

.inBodyWrap .gdDetailBox .tags,
.bodyWrap .gdDetailBox .tags {
    position: relative;
    z-index: 1;
    margin: 0.1rem 0.22rem 0;
    font-size: 0.18rem;
    color: #cccccc;
    display: flex;
    flex-wrap: wrap;
}

.inBodyWrap .gdDetailBox .tags li > span,
.bodyWrap .gdDetailBox .tags li > span,
.inBodyWrap .gdDetailBox .tags li > a,
.bodyWrap .gdDetailBox .tags li > a {
    margin: 0.08rem 0.08rem 0;
    display: flex;
    line-height: 0.28rem;
    justify-content: center;
    padding: 0 0.16rem;
    height: 0.32rem;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.16rem;
}

.inBodyWrap .gdDetailBox .tags li.active > a,
.bodyWrap .gdDetailBox .tags li.active > a {
    color: #e6c87f;
    background: rgba(254, 198, 41, 0.15);
    border-color: rgba(254, 198, 41, 0.3);
}

.inBodyWrap .gdDetailBox .downBox,
.bodyWrap .gdDetailBox .downBox,
.inBodyWrap .gdDetailBox .subscribeBox,
.bodyWrap .gdDetailBox .subscribeBox {
    min-height: 0.75rem;
    position: relative;
    z-index: 1;
    margin: 0.3rem 0.3rem 0;
    font-size: 0.32rem;
    color: #ffffff;
}

.inBodyWrap .gdDetailBox .downBox.boxBtn,
.bodyWrap .gdDetailBox .downBox.boxBtn,
.inBodyWrap .gdDetailBox .subscribeBox.boxBtn,
.bodyWrap .gdDetailBox .subscribeBox.boxBtn,
.inBodyWrap .gdDetailBox .downBox .boxBtn,
.bodyWrap .gdDetailBox .downBox .boxBtn,
.inBodyWrap .gdDetailBox .subscribeBox .boxBtn,
.bodyWrap .gdDetailBox .subscribeBox .boxBtn {
    width: inherit;
    height: 0.75rem;
    line-height: 0.72rem;
    border-radius: 0.38rem;
    display: flex;
    justify-content: center;
    background: linear-gradient(-90deg, #0184ff, #11aeff);
}

.inBodyWrap .gdDetailBox .downBox.noSourceBtn,
.bodyWrap .gdDetailBox .downBox.noSourceBtn,
.inBodyWrap .gdDetailBox .subscribeBox.noSourceBtn,
.bodyWrap .gdDetailBox .subscribeBox.noSourceBtn {
    background: #bababa;
}

.inBodyWrap .gdDetailBox .downBox .subscribeBtn,
.bodyWrap .gdDetailBox .downBox .subscribeBtn,
.inBodyWrap .gdDetailBox .subscribeBox .subscribeBtn,
.bodyWrap .gdDetailBox .subscribeBox .subscribeBtn {
    background: linear-gradient(-90deg, #ff9950, #ffe743);
}

.inBodyWrap .gdDetailBox .downBox > p,
.bodyWrap .gdDetailBox .downBox > p,
.inBodyWrap .gdDetailBox .subscribeBox > p,
.bodyWrap .gdDetailBox .subscribeBox > p {
    padding: 0.16rem 0.18rem;
    margin-top: 0.1rem;
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #ffcc00;
    display: block;
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(254, 198, 41, 0.5);
    border-radius: 0.1rem;
}

.inBodyWrap .gdInfoItemBox,
.bodyWrap .gdInfoItemBox {
    margin: 0.3rem 0.3rem 0;
}

.inBodyWrap .gdInfoItemBox .boxLinkList,
.bodyWrap .gdInfoItemBox .boxLinkList {
    font-size: 0.28rem;
    line-height: 0.32rem;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.inBodyWrap .gdInfoItemBox .boxLinkList li,
.bodyWrap .gdInfoItemBox .boxLinkList li {
    margin: 0 0.4rem;
}

.inBodyWrap .gdInfoItemBox .boxLinkList li:first-child,
.bodyWrap .gdInfoItemBox .boxLinkList li:first-child {
    margin-left: 0.2rem;
}

.inBodyWrap .gdInfoItemBox .boxLinkList li:last-child,
.bodyWrap .gdInfoItemBox .boxLinkList li:last-child {
    margin-right: 0.2rem;
}

.inBodyWrap .gdInfoItemBox .boxLinkList li.active,
.bodyWrap .gdInfoItemBox .boxLinkList li.active {
    font-size: 0.34rem;
    line-height: 0.34rem;
    font-weight: bold;
    color: #1c252c;
    position: relative;
    z-index: 1;
}

.inBodyWrap .gdInfoItemBox .boxLinkList li.active::after,
.bodyWrap .gdInfoItemBox .boxLinkList li.active::after {
    content: '';
    display: block;
    height: 0.08rem;
    background: linear-gradient(-90deg, #ff9950, #ffe743);
    border-radius: 0.02rem;
    z-index: -1;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
}

.inBodyWrap .gdInfoItemBox .gdInfoBox,
.bodyWrap .gdInfoItemBox .gdInfoBox {
    margin-top: 0.2rem;
    padding: 0.2rem 0.2rem 0.35rem;
    background: #ffffff;
    border-radius: 0.1rem;
}

.inBodyWrap .gdInfoItemBox .gdInfoBox .swBoxOfVideo,
.bodyWrap .gdInfoItemBox .gdInfoBox .swBoxOfVideo {
    margin: 0 -0.2rem;
    padding: 0 0.1rem;
}

.inBodyWrap .gdInfoItemBox .gdInfoBox .swBoxOfVideo .swiper-wrapper,
.bodyWrap .gdInfoItemBox .gdInfoBox .swBoxOfVideo .swiper-wrapper {
    align-items: center;
}

.inBodyWrap .gdInfoItemBox .gdInfoBox .swBoxOfVideo .swiper-slide,
.bodyWrap .gdInfoItemBox .gdInfoBox .swBoxOfVideo .swiper-slide {
    width: 5.84rem;
    max-height: 10rem;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 0.1rem;
    overflow: hidden;
    margin-right: 0.1rem;
}

.inBodyWrap .gdInfoItemBox .gdInfoBox .swBoxOfVideo .swiper-slide:last-child,
.bodyWrap .gdInfoItemBox .gdInfoBox .swBoxOfVideo .swiper-slide:last-child {
    margin-right: 0;
}

.inBodyWrap .gdInfoItemBox .gdInfoBox .swBoxOfVideo .swiper-slide video,
.bodyWrap .gdInfoItemBox .gdInfoBox .swBoxOfVideo .swiper-slide video,
.inBodyWrap .gdInfoItemBox .gdInfoBox .swBoxOfVideo .swiper-slide img,
.bodyWrap .gdInfoItemBox .gdInfoBox .swBoxOfVideo .swiper-slide img {
    max-height: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.inBodyWrap .gdInfoItemBox .gdInfoBox .swBoxOfVideo .swiper-slide .play_btn,
.bodyWrap .gdInfoItemBox .gdInfoBox .swBoxOfVideo .swiper-slide .play_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -0.375rem;
    margin-left: -0.375rem;
}

.inBodyWrap .gdInfoItemBox .gdInfoBox .swBoxOfVideo .swiper-slide .play_btn .icon,
.bodyWrap .gdInfoItemBox .gdInfoBox .swBoxOfVideo .swiper-slide .play_btn .icon {
    width: 0.75rem;
    height: 0.75rem;
    background-position: -0.92rem -1.28rem;
}

.inBodyWrap .gdInfoItemBox .gdInfoBox .boxInfo,
.bodyWrap .gdInfoItemBox .gdInfoBox .boxInfo {
    margin-top: 0.2rem;
}

.inBodyWrap .gdInfoItemBox .gdInfoBox .boxTs,
.bodyWrap .gdInfoItemBox .gdInfoBox .boxTs {
    margin-top: 0.3rem;
}

.inBodyWrap .gdInfoItemBox .gdInfoBox .gdTitle .titleR,
.bodyWrap .gdInfoItemBox .gdInfoBox .gdTitle .titleR {
    font-size: 0.2rem;
    color: #66ccff;
}

.inBodyWrap .gdInfoItemBox .gdInfoBox .boxCont,
.bodyWrap .gdInfoItemBox .gdInfoBox .boxCont {
    font-size: 0.24rem;
    color: #434343;
    line-height: 0.44rem;
}

.inBodyWrap .gdInfoItemBox .gdInfoBox .boxCont h1,
.bodyWrap .gdInfoItemBox .gdInfoBox .boxCont h1,
.inBodyWrap .gdInfoItemBox .gdInfoBox .boxCont h2,
.bodyWrap .gdInfoItemBox .gdInfoBox .boxCont h2,
.inBodyWrap .gdInfoItemBox .gdInfoBox .boxCont h3,
.bodyWrap .gdInfoItemBox .gdInfoBox .boxCont h3,
.inBodyWrap .gdInfoItemBox .gdInfoBox .boxCont h4,
.bodyWrap .gdInfoItemBox .gdInfoBox .boxCont h4,
.inBodyWrap .gdInfoItemBox .gdInfoBox .boxCont h5,
.bodyWrap .gdInfoItemBox .gdInfoBox .boxCont h5,
.inBodyWrap .gdInfoItemBox .gdInfoBox .boxCont h6,
.bodyWrap .gdInfoItemBox .gdInfoBox .boxCont h6 {
    margin-top: 0.2rem;
    font-weight: bold;
}

.inBodyWrap .gdInfoItemBox .gdInfoBox .boxCont > p,
.bodyWrap .gdInfoItemBox .gdInfoBox .boxCont > p {
    margin-top: 0.1rem;
}

.inBodyWrap .gdInfoItemBox .gdInfoBox .boxCont > p:first-child,
.bodyWrap .gdInfoItemBox .gdInfoBox .boxCont > p:first-child {
    margin-top: 0.1rem;
}

.inBodyWrap .gdInfoItemBox .gdInfoBox .boxCont img,
.bodyWrap .gdInfoItemBox .gdInfoBox .boxCont img {
    display: block;
    margin: 0.25rem auto 0;
    width: 5.24rem;
    background: #fff1de;
    border-radius: 0.1rem;
    width: auto;
    max-width: 100%;
    max-height: 50vh;
}

.inBodyWrap .gdInfoItemBox .gdInfoBox .boxVersion,
.bodyWrap .gdInfoItemBox .gdInfoBox .boxVersion {
    margin-top: 0.15rem;
}

.inBodyWrap .gdInfoItemBox .gdInfoBox .boxVersion .versionList .listItem,
.bodyWrap .gdInfoItemBox .gdInfoBox .boxVersion .versionList .listItem {
    margin-top: 0.05rem;
    font-size: 0.24rem;
    color: #434343;
    line-height: 0.44rem;
}

.inBodyWrap .gdInfoItemBox .gdInfoBox .boxVersion .versionList .listItem p:first-child,
.bodyWrap .gdInfoItemBox .gdInfoBox .boxVersion .versionList .listItem p:first-child {
    color: #cccccc;
}

.inBodyWrap .gdMsgBox,
.bodyWrap .gdMsgBox {
    background: #ffffff;
    border-radius: 0.1rem;
    margin: 0.2rem 0.3rem 0;
    padding: 0.15rem 0.2rem 0.2rem;
    font-size: 0.24rem;
    line-height: 0.66rem;
    color: #434343;
}

.inBodyWrap .gdMsgBox .gdTitle .reportBtn,
.bodyWrap .gdMsgBox .gdTitle .reportBtn {
    position: absolute;
    right: 0.08rem;
    bottom: -0.41rem;
}

.inBodyWrap .gdMsgBox .gdTitle .reportBtn .icon,
.bodyWrap .gdMsgBox .gdTitle .reportBtn .icon {
    width: 1.02rem;
    height: 0.51rem;
    background-position: -1.78rem -1.28rem;
}

.inBodyWrap .gdMsgBox > ul,
.bodyWrap .gdMsgBox > ul {
    margin-top: 0.15rem;
    background: #f8f8f8;
    border-radius: 0.1rem;
    padding: 0.05rem 0.2rem;
}

.inBodyWrap .gdMsgBox > ul li,
.bodyWrap .gdMsgBox > ul li {
    display: flex;
    justify-content: space-between;
}

.inBodyWrap .gdMsgBox > ul li > span:first-child,
.bodyWrap .gdMsgBox > ul li > span:first-child {
    color: #999;
}

.inBodyWrap .gdVersionBox,
.bodyWrap .gdVersionBox {
    background: #ffffff;
    border-radius: 0.1rem;
    margin: 0.2rem 0.3rem 0;
    padding: 0.15rem 0.2rem 0.4rem;
}

.inBodyWrap .gdVersionBox > ul,
.bodyWrap .gdVersionBox > ul {
    margin: 0.16rem -0.2rem 0;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #333;
}

.inBodyWrap .gdVersionBox > ul li > a,
.bodyWrap .gdVersionBox > ul li > a {
    padding: 0.18rem 0.2rem;
    width: 100%;
    height: 1.08rem;
}

.inBodyWrap .gdVersionBox > ul li > a .imgBox,
.bodyWrap .gdVersionBox > ul li > a .imgBox {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 0.1rem;
}

.inBodyWrap .gdVersionBox > ul li > a .itemInfo,
.bodyWrap .gdVersionBox > ul li > a .itemInfo {
    height: 0.72rem;
    font-size: 0.2rem;
    line-height: 0.24rem;
    color: #949494;
    padding: 0 0.12rem 0 0.23rem;
}

.inBodyWrap .gdVersionBox > ul li > a .itemInfo p:first-child,
.bodyWrap .gdVersionBox > ul li > a .itemInfo p:first-child {
    font-size: 0.24rem;
    line-height: 0.28rem;
    color: #333333;
}

.inBodyWrap .gdVersionBox > ul li > a .itemInfo p > span,
.bodyWrap .gdVersionBox > ul li > a .itemInfo p > span {
    margin-right: 0.22rem;
}

.inBodyWrap .gdVersionBox > ul li > a .itemInfo p > span:last-child,
.bodyWrap .gdVersionBox > ul li > a .itemInfo p > span:last-child {
    margin-right: 0;
}

.inBodyWrap .gdVersionBox > ul li > a .btn,
.bodyWrap .gdVersionBox > ul li > a .btn {
    right: 0.2rem;
}

.inBodyWrap .gdVersionBox > ul li:nth-child(2n + 1) > a,
.bodyWrap .gdVersionBox > ul li:nth-child(2n + 1) > a {
    background: #fffaed;
}

.inBodyWrap .gdVersionBox > a,
.bodyWrap .gdVersionBox > a {
    margin-top: 0.3rem;
    display: block;
    width: 100%;
    height: 0.72rem;
    line-height: 0.72rem;
    background: #f7f7f7;
    border-radius: 0.36rem;
    text-align: center;
    font-size: 0.28rem;
    color: #737373;
}

.inBodyWrap .gdGameBox,
.bodyWrap .gdGameBox {
    background: #ffffff;
    border-radius: 0.1rem;
    margin: 0.2rem 0.3rem 0;
    padding: 0.15rem 0.2rem 0.22rem;
}

.inBodyWrap .gdGameBox .fourColumnList,
.bodyWrap .gdGameBox .fourColumnList {
    margin: 0.1rem -0.26rem 0;
}

.inBodyWrap .gdGameBox .fourColumnList .listItem > a > p,
.bodyWrap .gdGameBox .fourColumnList .listItem > a > p {
    padding: 0 0.16rem;
}

.inBodyWrap .gdCollectionBox,
.bodyWrap .gdCollectionBox {
    margin: 0.22rem 0.3rem 0;
    padding: 0.15rem 0.2rem 0.22rem;
    background: #ffffff;
    border-radius: 0.1rem;
}

.inBodyWrap .gdCollectionBox .tabsWrap > ul,
.bodyWrap .gdCollectionBox .tabsWrap > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0.15rem -0.2rem 0;
    padding: 0 0.2rem;
    font-size: 0.24rem;
    line-height: 0.44rem;
    color: #999999;
}

.inBodyWrap .gdCollectionBox .tabsWrap > ul li,
.bodyWrap .gdCollectionBox .tabsWrap > ul li {
    width: auto;
    margin-right: 0.1rem;
}

.inBodyWrap .gdCollectionBox .tabsWrap > ul li:last-child,
.bodyWrap .gdCollectionBox .tabsWrap > ul li:last-child {
    margin-right: 0;
}

.inBodyWrap .gdCollectionBox .tabsWrap > ul li > a,
.bodyWrap .gdCollectionBox .tabsWrap > ul li > a {
    display: block;
    height: 0.5rem;
    padding: 0 0.2rem;
    background: #ffffff;
    border: 0.02rem solid #f4f5f7;
    border-radius: 0.2rem;
}

.inBodyWrap .gdCollectionBox .tabsWrap > ul li.active > a,
.bodyWrap .gdCollectionBox .tabsWrap > ul li.active > a {
    border: 1px solid #79e2ff;
    background: #e9faff;
    color: #3ccdff;
}

.inBodyWrap .gdCollectionBox .gdColSwBox,
.bodyWrap .gdCollectionBox .gdColSwBox {
    margin: 0.15rem -0.2rem 0;
    padding: 0 0.2rem;
    font-size: 0.24rem;
    line-height: 0.44rem;
    color: #999999;
}

.inBodyWrap .gdCollectionBox .gdColSwBox .swiper-wrapper .swiper-slide,
.bodyWrap .gdCollectionBox .gdColSwBox .swiper-wrapper .swiper-slide {
    width: auto;
    margin-right: 0.1rem;
}

.inBodyWrap .gdCollectionBox .gdColSwBox .swiper-wrapper .swiper-slide:last-child,
.bodyWrap .gdCollectionBox .gdColSwBox .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0;
}

.inBodyWrap .gdCollectionBox .gdColSwBox .swiper-wrapper .swiper-slide > a,
.bodyWrap .gdCollectionBox .gdColSwBox .swiper-wrapper .swiper-slide > a {
    display: block;
    height: 0.5rem;
    padding: 0 0.2rem;
    background: #ffffff;
    border: 0.02rem solid #f4f5f7;
    border-radius: 0.2rem;
}

.inBodyWrap .gdCollectionBox .gdColSwBox .swiper-wrapper .swiper-slide.active > a,
.bodyWrap .gdCollectionBox .gdColSwBox .swiper-wrapper .swiper-slide.active > a {
    border: 1px solid #79e2ff;
    background: #e9faff;
    color: #3ccdff;
}

.inBodyWrap .gdCollectionBox .collectionItem,
.bodyWrap .gdCollectionBox .collectionItem {
    margin-top: 0.2rem;
    display: flex;
    padding: 0.2rem 0.1rem;
    background: #f3f9ff;
    border-radius: 0.1rem;
}

.inBodyWrap .gdCollectionBox .collectionItem .imgInfo,
.bodyWrap .gdCollectionBox .collectionItem .imgInfo {
    flex: 1;
    overflow: hidden;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.3rem;
    padding-right: 0.1rem;
}

.inBodyWrap .gdCollectionBox .collectionItem .imgInfo p,
.bodyWrap .gdCollectionBox .collectionItem .imgInfo p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    -webkit-line-clamp: 3;
    margin-top: 0.12rem;
}

.inBodyWrap .gdCollectionBox .collectionItem .imgInfo p.title,
.bodyWrap .gdCollectionBox .collectionItem .imgInfo p.title {
    margin-top: 0;
    font-size: 0.24rem;
    line-height: 0.28rem;
    font-weight: bold;
    color: #333333;
    -webkit-line-clamp: 1;
    position: relative;
    z-index: 1;
    width: fit-content;
}

.inBodyWrap .gdCollectionBox .collectionItem .imgInfo p.title::after,
.bodyWrap .gdCollectionBox .collectionItem .imgInfo p.title::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 1.89rem;
    height: 0.04rem;
    opacity: 0.5;
    background-color: #00ccff;
}

.inBodyWrap .gdCollectionBox .collectionItem .imgInfo p.time,
.bodyWrap .gdCollectionBox .collectionItem .imgInfo p.time {
    margin-top: 0.12rem;
    font-size: 0.18rem;
    line-height: 0.22rem;
    color: #999999;
}

.inBodyWrap .gdCollectionBox .collectionItem .imgInfo p.time span i,
.bodyWrap .gdCollectionBox .collectionItem .imgInfo p.time span i {
    color: #ff7d04;
    font-style: normal;
}

.inBodyWrap .gdCollectionBox .collectionItem .imgBox,
.bodyWrap .gdCollectionBox .collectionItem .imgBox {
    width: 3.15rem;
    height: 1.66rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.inBodyWrap .gdCollectionBox .fourColumnList,
.bodyWrap .gdCollectionBox .fourColumnList {
    margin: 0.05rem -0.14rem 0;
    grid-template-columns: repeat(4, 24.64%);
}

.inBodyWrap .gdCollectionBox .fourColumnList .listItem,
.bodyWrap .gdCollectionBox .fourColumnList .listItem {
    width: unset;
    margin: 0.15rem 0;
}

.inBodyWrap .gdCollectionBox .fourColumnList .listItem > a > img,
.bodyWrap .gdCollectionBox .fourColumnList .listItem > a > img {
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 0.3rem;
}

.inBodyWrap .gdStrategyBox,
.bodyWrap .gdStrategyBox {
    margin: 0.2rem 0.3rem 0;
    padding: 0.15rem 0.2rem 0.34rem;
    background: #ffffff;
    border-radius: 0.1rem;
}

.inBodyWrap .gdStrategyBox .gdStgSwBox,
.bodyWrap .gdStrategyBox .gdStgSwBox {
    margin: 0.16rem -0.2rem 0;
    padding: 0 0.2rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #666666;
}

.inBodyWrap .gdStrategyBox .gdStgSwBox .swiper-slide,
.bodyWrap .gdStrategyBox .gdStgSwBox .swiper-slide {
    width: 2.8rem;
    margin-right: 0.2rem;
}

.inBodyWrap .gdStrategyBox .gdStgSwBox .swiper-slide:last-child,
.bodyWrap .gdStrategyBox .gdStgSwBox .swiper-slide:last-child {
    margin-right: 0;
}

.inBodyWrap .gdStrategyBox .gdStgSwBox .swiper-slide > a .imgBox,
.bodyWrap .gdStrategyBox .gdStgSwBox .swiper-slide > a .imgBox {
    width: 2.8rem;
    height: 1.45rem;
    overflow: hidden;
    background: #ffd55d;
    border-radius: 0.1rem;
}

.inBodyWrap .gdStrategyBox .gdStgSwBox .swiper-slide > a > p,
.bodyWrap .gdStrategyBox .gdStgSwBox .swiper-slide > a > p {
    margin-top: 0.04rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    -webkit-line-clamp: 2;
}

.inBodyWrap .gdRecomBox,
.bodyWrap .gdRecomBox {
    margin: 0.2rem 0.3rem 0;
    padding: 0.15rem 0.2rem 0.32rem;
    background: #ffffff;
    border-radius: 0.1rem;
}

.inBodyWrap .gdRecomBox .gdTitle > a.titleR,
.bodyWrap .gdRecomBox .gdTitle > a.titleR {
    display: flex;
    align-items: center;
}

.inBodyWrap .gdRecomBox .gdTitle > a.titleR .icon,
.bodyWrap .gdRecomBox .gdTitle > a.titleR .icon {
    width: 0.2rem;
    height: 0.2rem;
    background-position: -2.43rem -0.02rem;
    margin-right: 0.05rem;
}

.inBodyWrap .gdRecomBox .fourColumnList,
.bodyWrap .gdRecomBox .fourColumnList {
    margin: 0.1rem -0.26rem 0;
}

.inBodyWrap .space3,
.bodyWrap .space3 {
    height: 0.3rem;
}

.inBodyWrap .ndRelatedTopicsBox,
.bodyWrap .ndRelatedTopicsBox,
.inBodyWrap .gdRelatedTopicsBox,
.bodyWrap .gdRelatedTopicsBox {
    margin: 0.4rem 0.28rem 0;
}

.inBodyWrap .ndRelatedTopicsBox .tabsWrap > ul,
.bodyWrap .ndRelatedTopicsBox .tabsWrap > ul,
.inBodyWrap .gdRelatedTopicsBox .tabsWrap > ul,
.bodyWrap .gdRelatedTopicsBox .tabsWrap > ul {
    display: flex;
    font-size: 0.24rem;
    color: #999;
    margin: 0.08rem -0.28rem 0;
    padding: 0 0.18rem 0.36rem;
    overflow-x: auto;
}

.inBodyWrap .ndRelatedTopicsBox .tabsWrap > ul li > a,
.bodyWrap .ndRelatedTopicsBox .tabsWrap > ul li > a,
.inBodyWrap .gdRelatedTopicsBox .tabsWrap > ul li > a,
.bodyWrap .gdRelatedTopicsBox .tabsWrap > ul li > a {
    margin: 0 0.1rem;
    width: max-content;
    display: block;
    height: 0.6rem;
    line-height: 0.6rem;
    background: #f5f5f5;
    border-radius: 0.3rem;
    padding: 0 0.38rem;
}

.inBodyWrap .ndRelatedTopicsBox .tabsWrap > ul li.active,
.bodyWrap .ndRelatedTopicsBox .tabsWrap > ul li.active,
.inBodyWrap .gdRelatedTopicsBox .tabsWrap > ul li.active,
.bodyWrap .gdRelatedTopicsBox .tabsWrap > ul li.active {
    color: #fff;
}

.inBodyWrap .ndRelatedTopicsBox .tabsWrap > ul li.active > a,
.bodyWrap .ndRelatedTopicsBox .tabsWrap > ul li.active > a,
.inBodyWrap .gdRelatedTopicsBox .tabsWrap > ul li.active > a,
.bodyWrap .gdRelatedTopicsBox .tabsWrap > ul li.active > a {
    background: #fec629;
    box-shadow: 0 0.08rem 0.16rem 0 rgba(255, 105, 71, 0.1);
}

.inBodyWrap .ndRelatedTopicsBox .tabsWrap > ul::-webkit-scrollbar,
.bodyWrap .ndRelatedTopicsBox .tabsWrap > ul::-webkit-scrollbar,
.inBodyWrap .gdRelatedTopicsBox .tabsWrap > ul::-webkit-scrollbar,
.bodyWrap .gdRelatedTopicsBox .tabsWrap > ul::-webkit-scrollbar {
    display: none;
}

.inBodyWrap .ndRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a,
.bodyWrap .ndRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a,
.inBodyWrap .gdRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a,
.bodyWrap .gdRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a {
    display: flex;
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.4rem;
    padding-bottom: 0.32rem;
    border-bottom: 0.02rem dashed #e5e5e5;
}

.inBodyWrap .ndRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a .imgBox,
.bodyWrap .ndRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a .imgBox,
.inBodyWrap .gdRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a .imgBox,
.bodyWrap .gdRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a .imgBox {
    width: 3.32rem;
    height: 2.04rem;
    border-radius: 0.12rem;
    overflow: hidden;
    position: relative;
    font-size: 0.32rem;
    line-height: 0.32rem;
    color: #fefefe;
}

.inBodyWrap .ndRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a .imgBox .imgTxt,
.bodyWrap .ndRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a .imgBox .imgTxt,
.inBodyWrap .gdRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a .imgBox .imgTxt,
.bodyWrap .gdRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a .imgBox .imgTxt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(34, 33, 32, 0.7) 0%, rgba(34, 33, 32, 0) 100%);
    border-radius: 0.12rem;
    padding: 0.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.inBodyWrap .ndRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a .imgBox .imgTxt p:last-child,
.bodyWrap .ndRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a .imgBox .imgTxt p:last-child,
.inBodyWrap .gdRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a .imgBox .imgTxt p:last-child,
.bodyWrap .gdRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a .imgBox .imgTxt p:last-child {
    font-size: 0.22rem;
    opacity: 0.6;
    line-height: 0.22rem;
    margin-top: 0.13rem;
}

.inBodyWrap .ndRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a .imgBox .imgTxt p:last-child span:first-child,
.bodyWrap .ndRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a .imgBox .imgTxt p:last-child span:first-child,
.inBodyWrap .gdRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a .imgBox .imgTxt p:last-child span:first-child,
.bodyWrap .gdRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a .imgBox .imgTxt p:last-child span:first-child {
    margin-right: 0.36rem;
}

.inBodyWrap .ndRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a > p,
.bodyWrap .ndRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a > p,
.inBodyWrap .gdRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a > p,
.bodyWrap .gdRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a > p {
    flex: 1;
    padding: 0.04rem 0 0 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.inBodyWrap .ndRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a > p > span,
.bodyWrap .ndRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a > p > span,
.inBodyWrap .gdRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a > p > span,
.bodyWrap .gdRelatedTopicsBox .tabsWrap .tabsCont .tabInfo > a > p > span {
    color: #404040;
}

.inBodyWrap .ndRelatedTopicsBox .tabsWrap .tabsCont .tabInfo .fourColumnList,
.bodyWrap .ndRelatedTopicsBox .tabsWrap .tabsCont .tabInfo .fourColumnList,
.inBodyWrap .gdRelatedTopicsBox .tabsWrap .tabsCont .tabInfo .fourColumnList,
.bodyWrap .gdRelatedTopicsBox .tabsWrap .tabsCont .tabInfo .fourColumnList {
    margin: 0.16rem -0.08rem 0;
}

.inBodyWrap .ndRelatedTopicsBox .tabsWrap .tabsCont .tabInfo .fourColumnList .listItem,
.bodyWrap .ndRelatedTopicsBox .tabsWrap .tabsCont .tabInfo .fourColumnList .listItem,
.inBodyWrap .gdRelatedTopicsBox .tabsWrap .tabsCont .tabInfo .fourColumnList .listItem,
.bodyWrap .gdRelatedTopicsBox .tabsWrap .tabsCont .tabInfo .fourColumnList .listItem {
    margin: 0.16rem 0;
}

.inBodyWrap .ndRelatedTopicsBox .tabsWrap .tabsCont .tabInfo .fourColumnList .listItem > a .btn,
.bodyWrap .ndRelatedTopicsBox .tabsWrap .tabsCont .tabInfo .fourColumnList .listItem > a .btn,
.inBodyWrap .gdRelatedTopicsBox .tabsWrap .tabsCont .tabInfo .fourColumnList .listItem > a .btn,
.bodyWrap .gdRelatedTopicsBox .tabsWrap .tabsCont .tabInfo .fourColumnList .listItem > a .btn {
    display: none;
}

.inBodyWrap .ndTipsInfoBox,
.bodyWrap .ndTipsInfoBox,
.inBodyWrap .gdTipsInfoBox,
.bodyWrap .gdTipsInfoBox {
    margin: 0.24rem 0.28rem 0.5rem;
}

.inBodyWrap .ndTipsInfoBox .lsTitle,
.bodyWrap .ndTipsInfoBox .lsTitle,
.inBodyWrap .gdTipsInfoBox .lsTitle,
.bodyWrap .gdTipsInfoBox .lsTitle {
    padding-bottom: 0.06rem;
}

.inBodyWrap .ndRelatedTopicsBox,
.bodyWrap .ndRelatedTopicsBox {
    margin: 0.38rem 0.28rem 0;
}

.inBodyWrap .ndTipsInfoBox,
.bodyWrap .ndTipsInfoBox {
    margin: 0.24rem 0.28rem 0.26rem;
}

.inBodyWrap .ndTipsInfoBox .singleColumnCont .countItem:last-child,
.bodyWrap .ndTipsInfoBox .singleColumnCont .countItem:last-child {
    border: unset;
}

.inBodyWrap .popupBox,
.bodyWrap .popupBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inBodyWrap .popupBox .boxCont,
.bodyWrap .popupBox .boxCont {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.inBodyWrap .popupBox .historyBox,
.bodyWrap .popupBox .historyBox,
.inBodyWrap .popupBox .feedbackBox,
.bodyWrap .popupBox .feedbackBox,
.inBodyWrap .popupBox .subSuccessBox,
.bodyWrap .popupBox .subSuccessBox,
.inBodyWrap .popupBox .subBox,
.bodyWrap .popupBox .subBox {
    width: 6.1rem;
    height: 4.3rem;
    border-radius: 0.3rem;
    background: #fec629;
    padding: 0.06rem 0;
    position: relative;
}

.inBodyWrap .popupBox .historyBox .boxCont,
.bodyWrap .popupBox .historyBox .boxCont,
.inBodyWrap .popupBox .feedbackBox .boxCont,
.bodyWrap .popupBox .feedbackBox .boxCont,
.inBodyWrap .popupBox .subSuccessBox .boxCont,
.bodyWrap .popupBox .subSuccessBox .boxCont,
.inBodyWrap .popupBox .subBox .boxCont,
.bodyWrap .popupBox .subBox .boxCont {
    background: #ffffff;
    border-radius: 0.3rem;
    padding: 0.5rem 0.38rem 0.38rem;
}

.inBodyWrap .popupBox .historyBox .boxTop,
.bodyWrap .popupBox .historyBox .boxTop,
.inBodyWrap .popupBox .feedbackBox .boxTop,
.bodyWrap .popupBox .feedbackBox .boxTop,
.inBodyWrap .popupBox .subSuccessBox .boxTop,
.bodyWrap .popupBox .subSuccessBox .boxTop,
.inBodyWrap .popupBox .subBox .boxTop,
.bodyWrap .popupBox .subBox .boxTop {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inBodyWrap .popupBox .historyBox .boxTop > p:first-child,
.bodyWrap .popupBox .historyBox .boxTop > p:first-child,
.inBodyWrap .popupBox .feedbackBox .boxTop > p:first-child,
.bodyWrap .popupBox .feedbackBox .boxTop > p:first-child,
.inBodyWrap .popupBox .subSuccessBox .boxTop > p:first-child,
.bodyWrap .popupBox .subSuccessBox .boxTop > p:first-child,
.inBodyWrap .popupBox .subBox .boxTop > p:first-child,
.bodyWrap .popupBox .subBox .boxTop > p:first-child {
    font-size: 0.44rem;
    line-height: 0.44rem;
    color: #a24f00;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.inBodyWrap .popupBox .historyBox .boxTop > p:first-child::before,
.bodyWrap .popupBox .historyBox .boxTop > p:first-child::before,
.inBodyWrap .popupBox .feedbackBox .boxTop > p:first-child::before,
.bodyWrap .popupBox .feedbackBox .boxTop > p:first-child::before,
.inBodyWrap .popupBox .subSuccessBox .boxTop > p:first-child::before,
.bodyWrap .popupBox .subSuccessBox .boxTop > p:first-child::before,
.inBodyWrap .popupBox .subBox .boxTop > p:first-child::before,
.bodyWrap .popupBox .subBox .boxTop > p:first-child::before,
.inBodyWrap .popupBox .historyBox .boxTop > p:first-child::after,
.bodyWrap .popupBox .historyBox .boxTop > p:first-child::after,
.inBodyWrap .popupBox .feedbackBox .boxTop > p:first-child::after,
.bodyWrap .popupBox .feedbackBox .boxTop > p:first-child::after,
.inBodyWrap .popupBox .subSuccessBox .boxTop > p:first-child::after,
.bodyWrap .popupBox .subSuccessBox .boxTop > p:first-child::after,
.inBodyWrap .popupBox .subBox .boxTop > p:first-child::after,
.bodyWrap .popupBox .subBox .boxTop > p:first-child::after {
    content: '';
    display: block;
    width: 0.23rem;
    height: 0.31rem;
    background-image: url(../img/icon_zx_detail.png);
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    background-position: -0.42rem -2.32rem;
    margin: 0 0.26rem;
}

.inBodyWrap .popupBox .historyBox .boxTop > p:first-child::after,
.bodyWrap .popupBox .historyBox .boxTop > p:first-child::after,
.inBodyWrap .popupBox .feedbackBox .boxTop > p:first-child::after,
.bodyWrap .popupBox .feedbackBox .boxTop > p:first-child::after,
.inBodyWrap .popupBox .subSuccessBox .boxTop > p:first-child::after,
.bodyWrap .popupBox .subSuccessBox .boxTop > p:first-child::after,
.inBodyWrap .popupBox .subBox .boxTop > p:first-child::after,
.bodyWrap .popupBox .subBox .boxTop > p:first-child::after {
    transform: rotateY(180deg);
}

.inBodyWrap .popupBox .historyBox .boxCenter,
.bodyWrap .popupBox .historyBox .boxCenter,
.inBodyWrap .popupBox .feedbackBox .boxCenter,
.bodyWrap .popupBox .feedbackBox .boxCenter,
.inBodyWrap .popupBox .subSuccessBox .boxCenter,
.bodyWrap .popupBox .subSuccessBox .boxCenter,
.inBodyWrap .popupBox .subBox .boxCenter,
.bodyWrap .popupBox .subBox .boxCenter {
    margin: 0.34rem 0 0.2rem;
    position: relative;
}

.inBodyWrap .popupBox .historyBox .boxCenter .inputWrap,
.bodyWrap .popupBox .historyBox .boxCenter .inputWrap,
.inBodyWrap .popupBox .feedbackBox .boxCenter .inputWrap,
.bodyWrap .popupBox .feedbackBox .boxCenter .inputWrap,
.inBodyWrap .popupBox .subSuccessBox .boxCenter .inputWrap,
.bodyWrap .popupBox .subSuccessBox .boxCenter .inputWrap,
.inBodyWrap .popupBox .subBox .boxCenter .inputWrap,
.bodyWrap .popupBox .subBox .boxCenter .inputWrap {
    width: 100%;
    height: 0.79rem;
    background: #efefef;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
}

.inBodyWrap .popupBox .historyBox .boxCenter .inputWrap .icon,
.bodyWrap .popupBox .historyBox .boxCenter .inputWrap .icon,
.inBodyWrap .popupBox .feedbackBox .boxCenter .inputWrap .icon,
.bodyWrap .popupBox .feedbackBox .boxCenter .inputWrap .icon,
.inBodyWrap .popupBox .subSuccessBox .boxCenter .inputWrap .icon,
.bodyWrap .popupBox .subSuccessBox .boxCenter .inputWrap .icon,
.inBodyWrap .popupBox .subBox .boxCenter .inputWrap .icon,
.bodyWrap .popupBox .subBox .boxCenter .inputWrap .icon {
    width: 0.3rem;
    height: 0.45rem;
    background-position: -0.03rem -2.32rem;
    margin: 0 0.24rem 0 0.28rem;
}

.inBodyWrap .popupBox .historyBox .boxCenter .inputWrap > input,
.bodyWrap .popupBox .historyBox .boxCenter .inputWrap > input,
.inBodyWrap .popupBox .feedbackBox .boxCenter .inputWrap > input,
.bodyWrap .popupBox .feedbackBox .boxCenter .inputWrap > input,
.inBodyWrap .popupBox .subSuccessBox .boxCenter .inputWrap > input,
.bodyWrap .popupBox .subSuccessBox .boxCenter .inputWrap > input,
.inBodyWrap .popupBox .subBox .boxCenter .inputWrap > input,
.bodyWrap .popupBox .subBox .boxCenter .inputWrap > input {
    height: 0.55rem;
    border: unset;
    border-left: 1px solid #ddd;
    padding-left: 0.17rem;
    font-size: 0.24rem;
    color: #9a9a9a;
    flex: 1;
    background: unset;
}

.inBodyWrap .popupBox .historyBox .boxCenter .inputWrap > input::placeholder,
.bodyWrap .popupBox .historyBox .boxCenter .inputWrap > input::placeholder,
.inBodyWrap .popupBox .feedbackBox .boxCenter .inputWrap > input::placeholder,
.bodyWrap .popupBox .feedbackBox .boxCenter .inputWrap > input::placeholder,
.inBodyWrap .popupBox .subSuccessBox .boxCenter .inputWrap > input::placeholder,
.bodyWrap .popupBox .subSuccessBox .boxCenter .inputWrap > input::placeholder,
.inBodyWrap .popupBox .subBox .boxCenter .inputWrap > input::placeholder,
.bodyWrap .popupBox .subBox .boxCenter .inputWrap > input::placeholder {
    color: inherit;
}

.inBodyWrap .popupBox .historyBox .boxCenter .inputWrap > input::-webkit-input-placeholder,
.bodyWrap .popupBox .historyBox .boxCenter .inputWrap > input::-webkit-input-placeholder,
.inBodyWrap .popupBox .feedbackBox .boxCenter .inputWrap > input::-webkit-input-placeholder,
.bodyWrap .popupBox .feedbackBox .boxCenter .inputWrap > input::-webkit-input-placeholder,
.inBodyWrap .popupBox .subSuccessBox .boxCenter .inputWrap > input::-webkit-input-placeholder,
.bodyWrap .popupBox .subSuccessBox .boxCenter .inputWrap > input::-webkit-input-placeholder,
.inBodyWrap .popupBox .subBox .boxCenter .inputWrap > input::-webkit-input-placeholder,
.bodyWrap .popupBox .subBox .boxCenter .inputWrap > input::-webkit-input-placeholder {
    color: inherit;
}

.inBodyWrap .popupBox .historyBox .boxCenter .inputWrap > input::-moz-placeholder,
.bodyWrap .popupBox .historyBox .boxCenter .inputWrap > input::-moz-placeholder,
.inBodyWrap .popupBox .feedbackBox .boxCenter .inputWrap > input::-moz-placeholder,
.bodyWrap .popupBox .feedbackBox .boxCenter .inputWrap > input::-moz-placeholder,
.inBodyWrap .popupBox .subSuccessBox .boxCenter .inputWrap > input::-moz-placeholder,
.bodyWrap .popupBox .subSuccessBox .boxCenter .inputWrap > input::-moz-placeholder,
.inBodyWrap .popupBox .subBox .boxCenter .inputWrap > input::-moz-placeholder,
.bodyWrap .popupBox .subBox .boxCenter .inputWrap > input::-moz-placeholder {
    color: inherit;
}

.inBodyWrap .popupBox .historyBox .boxCenter .inputWrap > input:-moz-placeholder,
.bodyWrap .popupBox .historyBox .boxCenter .inputWrap > input:-moz-placeholder,
.inBodyWrap .popupBox .feedbackBox .boxCenter .inputWrap > input:-moz-placeholder,
.bodyWrap .popupBox .feedbackBox .boxCenter .inputWrap > input:-moz-placeholder,
.inBodyWrap .popupBox .subSuccessBox .boxCenter .inputWrap > input:-moz-placeholder,
.bodyWrap .popupBox .subSuccessBox .boxCenter .inputWrap > input:-moz-placeholder,
.inBodyWrap .popupBox .subBox .boxCenter .inputWrap > input:-moz-placeholder,
.bodyWrap .popupBox .subBox .boxCenter .inputWrap > input:-moz-placeholder {
    color: inherit;
}

.inBodyWrap .popupBox .historyBox .boxCenter .inputWrap > input:-ms-input-placeholder,
.bodyWrap .popupBox .historyBox .boxCenter .inputWrap > input:-ms-input-placeholder,
.inBodyWrap .popupBox .feedbackBox .boxCenter .inputWrap > input:-ms-input-placeholder,
.bodyWrap .popupBox .feedbackBox .boxCenter .inputWrap > input:-ms-input-placeholder,
.inBodyWrap .popupBox .subSuccessBox .boxCenter .inputWrap > input:-ms-input-placeholder,
.bodyWrap .popupBox .subSuccessBox .boxCenter .inputWrap > input:-ms-input-placeholder,
.inBodyWrap .popupBox .subBox .boxCenter .inputWrap > input:-ms-input-placeholder,
.bodyWrap .popupBox .subBox .boxCenter .inputWrap > input:-ms-input-placeholder {
    color: inherit;
}

.inBodyWrap .popupBox .historyBox .boxCenter .errTips,
.bodyWrap .popupBox .historyBox .boxCenter .errTips,
.inBodyWrap .popupBox .feedbackBox .boxCenter .errTips,
.bodyWrap .popupBox .feedbackBox .boxCenter .errTips,
.inBodyWrap .popupBox .subSuccessBox .boxCenter .errTips,
.bodyWrap .popupBox .subSuccessBox .boxCenter .errTips,
.inBodyWrap .popupBox .subBox .boxCenter .errTips,
.bodyWrap .popupBox .subBox .boxCenter .errTips {
    font-size: 0.2rem;
    line-height: 0.2rem;
    color: #f33;
    margin: 0;
    position: absolute;
    left: 0.02rem;
    top: 1.25rem;
    zoom: 0.65;
}

.inBodyWrap .popupBox .historyBox .boxCenter p,
.bodyWrap .popupBox .historyBox .boxCenter p,
.inBodyWrap .popupBox .feedbackBox .boxCenter p,
.bodyWrap .popupBox .feedbackBox .boxCenter p,
.inBodyWrap .popupBox .subSuccessBox .boxCenter p,
.bodyWrap .popupBox .subSuccessBox .boxCenter p,
.inBodyWrap .popupBox .subBox .boxCenter p,
.bodyWrap .popupBox .subBox .boxCenter p {
    font-size: 0.24rem;
    color: #404040;
    margin-top: 0.18rem;
    line-height: 0.28rem;
    text-align: center;
}

.inBodyWrap .popupBox .historyBox .boxCenter p > i,
.bodyWrap .popupBox .historyBox .boxCenter p > i,
.inBodyWrap .popupBox .feedbackBox .boxCenter p > i,
.bodyWrap .popupBox .feedbackBox .boxCenter p > i,
.inBodyWrap .popupBox .subSuccessBox .boxCenter p > i,
.bodyWrap .popupBox .subSuccessBox .boxCenter p > i,
.inBodyWrap .popupBox .subBox .boxCenter p > i,
.bodyWrap .popupBox .subBox .boxCenter p > i {
    color: #ff3333;
    font-style: normal;
}

.inBodyWrap .popupBox .historyBox .boxCenter p:last-child,
.bodyWrap .popupBox .historyBox .boxCenter p:last-child,
.inBodyWrap .popupBox .feedbackBox .boxCenter p:last-child,
.bodyWrap .popupBox .feedbackBox .boxCenter p:last-child,
.inBodyWrap .popupBox .subSuccessBox .boxCenter p:last-child,
.bodyWrap .popupBox .subSuccessBox .boxCenter p:last-child,
.inBodyWrap .popupBox .subBox .boxCenter p:last-child,
.bodyWrap .popupBox .subBox .boxCenter p:last-child {
    font-size: 0.2rem;
    line-height: 0.24rem;
    color: #ccc;
    margin-top: 0.12rem;
}

.inBodyWrap .popupBox .historyBox .boxBottom,
.bodyWrap .popupBox .historyBox .boxBottom,
.inBodyWrap .popupBox .feedbackBox .boxBottom,
.bodyWrap .popupBox .feedbackBox .boxBottom,
.inBodyWrap .popupBox .subSuccessBox .boxBottom,
.bodyWrap .popupBox .subSuccessBox .boxBottom,
.inBodyWrap .popupBox .subBox .boxBottom,
.bodyWrap .popupBox .subBox .boxBottom {
    display: flex;
    justify-content: center;
}

.inBodyWrap .popupBox .historyBox .boxBottom button,
.bodyWrap .popupBox .historyBox .boxBottom button,
.inBodyWrap .popupBox .feedbackBox .boxBottom button,
.bodyWrap .popupBox .feedbackBox .boxBottom button,
.inBodyWrap .popupBox .subSuccessBox .boxBottom button,
.bodyWrap .popupBox .subSuccessBox .boxBottom button,
.inBodyWrap .popupBox .subBox .boxBottom button,
.bodyWrap .popupBox .subBox .boxBottom button {
    width: 2.65rem;
    height: 0.68rem;
    background: linear-gradient(-90deg, #ff9950, #ffe743);
    border-radius: 0.27rem;
    font-size: 0.28rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.66rem;
}

.inBodyWrap .popupBox .historyBox .close,
.bodyWrap .popupBox .historyBox .close,
.inBodyWrap .popupBox .feedbackBox .close,
.bodyWrap .popupBox .feedbackBox .close,
.inBodyWrap .popupBox .subSuccessBox .close,
.bodyWrap .popupBox .subSuccessBox .close,
.inBodyWrap .popupBox .subBox .close,
.bodyWrap .popupBox .subBox .close {
    cursor: pointer;
}

.inBodyWrap .popupBox .historyBox > .close,
.bodyWrap .popupBox .historyBox > .close,
.inBodyWrap .popupBox .feedbackBox > .close,
.bodyWrap .popupBox .feedbackBox > .close,
.inBodyWrap .popupBox .subSuccessBox > .close,
.bodyWrap .popupBox .subSuccessBox > .close,
.inBodyWrap .popupBox .subBox > .close,
.bodyWrap .popupBox .subBox > .close {
    width: 0.5rem;
    height: 0.5rem;
    background-image: url(../img/icon_zx_detail.png);
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    background-position: -0.74rem -2.32rem;
    position: absolute;
    left: 50%;
    bottom: -0.74rem;
    margin-left: -0.25rem;
}

.inBodyWrap .popupBox .waitBox .boxCenter,
.bodyWrap .popupBox .waitBox .boxCenter,
.inBodyWrap .popupBox .subSuccessBox .boxCenter,
.bodyWrap .popupBox .subSuccessBox .boxCenter {
    margin: 0.48rem 0 0.34rem;
}

.inBodyWrap .popupBox .waitBox .boxCenter .icon,
.bodyWrap .popupBox .waitBox .boxCenter .icon,
.inBodyWrap .popupBox .subSuccessBox .boxCenter .icon,
.bodyWrap .popupBox .subSuccessBox .boxCenter .icon {
    width: 0.72rem;
    height: 0.72rem;
    background-position: -3.76rem -1.28rem;
    display: block;
    margin: 0 auto 0.34rem;
}

.inBodyWrap .popupBox .waitBox .boxCenter p.txtWait,
.bodyWrap .popupBox .waitBox .boxCenter p.txtWait,
.inBodyWrap .popupBox .subSuccessBox .boxCenter p.txtWait,
.bodyWrap .popupBox .subSuccessBox .boxCenter p.txtWait,
.inBodyWrap .popupBox .waitBox .boxCenter p.txtSuccess,
.bodyWrap .popupBox .waitBox .boxCenter p.txtSuccess,
.inBodyWrap .popupBox .subSuccessBox .boxCenter p.txtSuccess,
.bodyWrap .popupBox .subSuccessBox .boxCenter p.txtSuccess {
    font-size: 0.32rem;
    line-height: 0.32rem;
    font-weight: bold;
    color: #33ffcc;
}

.inBodyWrap .popupBox .waitBox .boxCenter p.txtWait,
.bodyWrap .popupBox .waitBox .boxCenter p.txtWait,
.inBodyWrap .popupBox .subSuccessBox .boxCenter p.txtWait,
.bodyWrap .popupBox .subSuccessBox .boxCenter p.txtWait {
    display: none;
}

.inBodyWrap .popupBox .waitBox .boxCenter .icon,
.bodyWrap .popupBox .waitBox .boxCenter .icon {
    width: 0.72rem;
    height: 0.73rem;
    background-position: -4.59rem -1.28rem;
}

.inBodyWrap .popupBox .waitBox .boxCenter p.txtWait,
.bodyWrap .popupBox .waitBox .boxCenter p.txtWait {
    display: block;
    color: #66ffff;
}

.inBodyWrap .popupBox .waitBox .boxCenter p.txtSuccess,
.bodyWrap .popupBox .waitBox .boxCenter p.txtSuccess {
    display: none;
}

.inBodyWrap .popupBox .feedbackBox,
.bodyWrap .popupBox .feedbackBox {
    width: 6.1rem;
    height: calc(100vh - 1rem);
    max-height: 8.74rem;
    background: linear-gradient(180deg, #c0ffef, #fff);
    border-radius: 0.25rem;
    padding: 0.16rem 0.1rem 0.44rem;
}

.inBodyWrap .popupBox .feedbackBox .boxHead,
.bodyWrap .popupBox .feedbackBox .boxHead {
    padding: 0 0.25rem;
    font-size: 0.52rem;
    line-height: 0.52rem;
    font-weight: bold;
    color: rgba(63, 231, 189, 0.2);
}

.inBodyWrap .popupBox .feedbackBox .boxHead p,
.bodyWrap .popupBox .feedbackBox .boxHead p {
    position: relative;
}

.inBodyWrap .popupBox .feedbackBox .boxHead p span,
.bodyWrap .popupBox .feedbackBox .boxHead p span {
    font-size: 0.4rem;
    line-height: 0.4rem;
    font-weight: bold;
    color: #333333;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.inBodyWrap .popupBox .feedbackBox .boxHead .close,
.bodyWrap .popupBox .feedbackBox .boxHead .close {
    width: 0.96rem;
    height: 0.75rem;
    background-position: -5.42rem -1.28rem;
    position: absolute;
    top: 0;
    right: 0;
}

.inBodyWrap .popupBox .feedbackBox .boxCont,
.bodyWrap .popupBox .feedbackBox .boxCont {
    margin-top: 0.2rem;
    background: #ffffff;
    border-radius: 0.24rem;
    height: calc(100% - 0.52rem);
    padding: 0.22rem;
}

.inBodyWrap .popupBox .feedbackBox .boxCenter,
.bodyWrap .popupBox .feedbackBox .boxCenter {
    margin: 0;
    flex: 1;
    overflow: hidden;
    overflow-y: auto;
}

.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem {
    margin-top: 0.22rem;
    position: relative;
}

.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem:first-child,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem:first-child {
    margin-top: 0;
}

.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem .errTips,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem .errTips {
    color: #f33;
    position: absolute;
    top: unset;
    bottom: -14px;
}

.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem > p,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem > p {
    margin-top: 0;
    text-align: left;
    font-size: 0.28rem;
    line-height: 0.32rem;
    color: #000000;
}

.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem > ul,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem > ul {
    margin-bottom: 0.32rem;
    display: flex;
    flex-direction: column;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #666;
}

.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem > ul li,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem > ul li {
    margin-top: 0.28rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0.04rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem > ul li:first-child,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem > ul li:first-child {
    margin-top: 0.24rem;
}

.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem > ul li::before,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem > ul li::before {
    content: '';
    display: block;
    margin-right: 0.16rem;
    width: 0.33rem;
    height: 0.33rem;
    background-image: url(../img/icon_zx_detail.png);
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    background-position: -1.3rem -2.31rem;
}

.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem > ul li.active::before,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem > ul li.active::before {
    background-position: -1.68rem -2.3rem;
}

.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem textarea,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem textarea,
.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem input,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem input {
    margin-top: 0.16rem;
    border: unset;
    width: 100%;
    color: #999;
    font-size: 0.2rem;
    border-radius: 0.05rem;
    background: #f0f0f0;
    padding: 0.12rem;
}

.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem textarea::placeholder,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem textarea::placeholder,
.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem input::placeholder,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem input::placeholder {
    color: inherit;
    font-weight: normal;
}

.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem textarea::-webkit-input-placeholder,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem textarea::-webkit-input-placeholder,
.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem input::-webkit-input-placeholder,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem input::-webkit-input-placeholder {
    color: inherit;
    font-weight: normal;
}

.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem textarea::-moz-placeholder,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem textarea::-moz-placeholder,
.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem input::-moz-placeholder,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem input::-moz-placeholder {
    color: inherit;
    font-weight: normal;
}

.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem textarea:-moz-placeholder,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem textarea:-moz-placeholder,
.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem input:-moz-placeholder,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem input:-moz-placeholder {
    color: inherit;
    font-weight: normal;
}

.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem textarea:-ms-input-placeholder,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem textarea:-ms-input-placeholder,
.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem input:-ms-input-placeholder,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem input:-ms-input-placeholder {
    color: inherit;
    font-weight: normal;
}

.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem textarea,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem textarea {
    line-height: 0.24rem;
    height: 1.24rem;
    resize: none;
}

.inBodyWrap .popupBox .feedbackBox .boxCenter .bodyItem input,
.bodyWrap .popupBox .feedbackBox .boxCenter .bodyItem input {
    height: 0.67rem;
    background: #f6f6f6;
    padding: 0.22rem 0.12rem;
    margin-bottom: 0.06rem;
}

.inBodyWrap .popupBox .feedbackBox .boxCenter::-webkit-scrollbar,
.bodyWrap .popupBox .feedbackBox .boxCenter::-webkit-scrollbar {
    width: 0.07rem;
}

.inBodyWrap .popupBox .feedbackBox .boxCenter::-webkit-scrollbar-thumb,
.bodyWrap .popupBox .feedbackBox .boxCenter::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    border-radius: 0.06rem;
}

.inBodyWrap .popupBox .feedbackBox .boxBottom,
.bodyWrap .popupBox .feedbackBox .boxBottom {
    padding-top: 0.28rem;
}

.inBodyWrap .popupBox .feedbackBox .boxBottom button,
.bodyWrap .popupBox .feedbackBox .boxBottom button {
    width: 3.22rem;
    border-radius: 0.34rem;
    background: #3fe7bd;
}

.inBodyWrap .popupBox .historyBox,
.bodyWrap .popupBox .historyBox {
    height: calc(100vh - 1rem);
    max-height: 6.15rem;
    background: #ffffff;
    border-radius: 0.2rem;
    padding: 0;
}

.inBodyWrap .popupBox .historyBox .boxCont,
.bodyWrap .popupBox .historyBox .boxCont {
    padding: 0 0.25rem 0 0.32rem;
}

.inBodyWrap .popupBox .historyBox .boxHead,
.bodyWrap .popupBox .historyBox .boxHead {
    font-size: 0.32rem;
    font-weight: bold;
    height: 0.76rem;
    padding-top: 0.05rem;
    background: #fec629;
    border-radius: 0.2rem 0.2rem 0 0;
    line-height: 0.68rem;
    text-align: left;
    text-indent: 0.32rem;
    color: #ffffff;
}

.inBodyWrap .popupBox .historyBox .boxHead .close,
.bodyWrap .popupBox .historyBox .boxHead .close {
    position: absolute;
    top: 0.24rem;
    right: 0.23rem;
    width: 0.28rem;
    height: 0.28rem;
    background-position: -2.09rem -2.32rem;
}

.inBodyWrap .popupBox .historyBox .boxCenter,
.bodyWrap .popupBox .historyBox .boxCenter {
    flex: 1;
    font-size: 0.2rem;
    line-height: 0.24rem;
    color: #999999;
    overflow: hidden;
    text-align: justify;
    margin: 0 -0.07rem 0 0;
}

.inBodyWrap .popupBox .historyBox .boxCenter ul,
.bodyWrap .popupBox .historyBox .boxCenter ul {
    padding: 0 0.07rem 0.64rem 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.inBodyWrap .popupBox .historyBox .boxCenter ul li,
.bodyWrap .popupBox .historyBox .boxCenter ul li {
    margin-top: 0.14rem;
}

.inBodyWrap .popupBox .historyBox .boxCenter ul li:first-child,
.bodyWrap .popupBox .historyBox .boxCenter ul li:first-child {
    margin-top: 0.26rem;
}

.inBodyWrap .popupBox .historyBox .boxCenter ul li p,
.bodyWrap .popupBox .historyBox .boxCenter ul li p {
    font-size: 0.2rem;
    line-height: 0.24rem;
    text-align: left;
    font-weight: bold;
    color: #333333;
}

.inBodyWrap .popupBox .historyBox .boxCenter ul li p.cont,
.bodyWrap .popupBox .historyBox .boxCenter ul li p.cont {
    font-weight: normal;
    color: #666;
    font-size: 0.2rem;
    margin-top: 0.06rem;
    line-height: 0.36rem;
    text-align: justify;
}

.inBodyWrap .popupBox .historyBox .boxCenter ul li:last-child,
.bodyWrap .popupBox .historyBox .boxCenter ul li:last-child {
    border-bottom: unset;
}

.inBodyWrap .popupBox .historyBox .boxCenter ul::-webkit-scrollbar,
.bodyWrap .popupBox .historyBox .boxCenter ul::-webkit-scrollbar {
    width: 0.06rem;
}

.inBodyWrap .popupBox .historyBox .boxCenter ul::-webkit-scrollbar-thumb,
.bodyWrap .popupBox .historyBox .boxCenter ul::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    border-radius: 0.06rem;
}

.inBodyWrap .popupBox .videoBox,
.bodyWrap .popupBox .videoBox {
    width: 7.5rem;
    position: relative;
}

.inBodyWrap .popupBox .videoBox .close,
.bodyWrap .popupBox .videoBox .close {
    width: 0.74rem;
    height: 0.74rem;
    background-position: -2.91rem -1.28rem;
    position: absolute;
    top: 0;
    right: 0;
}

.inBodyWrap .popupBox .videoBox video,
.bodyWrap .popupBox .videoBox video {
    width: 100%;
    height: 100%;
}

.inBodyWrap .popupBox.hide,
.bodyWrap .popupBox.hide {
    display: none;
}

.inBodyWrap .tpSwBox,
.bodyWrap .tpSwBox {
    margin-top: -0.75rem;
    background: #fff;
    padding: 0.75rem 0 0.2rem;
}

.inBodyWrap .tpSwBox .boxSwCont,
.bodyWrap .tpSwBox .boxSwCont {
    margin: 0;
}

.inBodyWrap .tpSwBox .boxSwCont .swiper-wrapper .swiper-slide .selected,
.bodyWrap .tpSwBox .boxSwCont .swiper-wrapper .swiper-slide .selected {
    position: relative;
}

.inBodyWrap .tpSwBox .boxSwCont .swiper-wrapper .swiper-slide .selected::before,
.bodyWrap .tpSwBox .boxSwCont .swiper-wrapper .swiper-slide .selected::before {
    content: '';
    width: 0.68rem;
    height: 0.75rem;
    background-position: -2.48rem -2.32rem;
    background-image: url(../img/icon_zx_detail.png);
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    position: absolute;
    left: -1px;
    top: -1px;
}

.inBodyWrap .tpAllBox,
.bodyWrap .tpAllBox {
    margin: 0.2rem 0.3rem 0;
    padding-bottom: 0.38rem;
    font-size: 0.24rem;
}

.inBodyWrap .tpAllBox .tabsWrap > ul,
.bodyWrap .tpAllBox .tabsWrap > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.8rem;
    background: #ffffff;
    box-shadow: 0 0.03rem 0.2rem 0 rgba(255, 158, 23, 0.2);
    border-radius: 0.1rem;
    color: #666666;
}

.inBodyWrap .tpAllBox .tabsWrap > ul li,
.bodyWrap .tpAllBox .tabsWrap > ul li {
    height: inherit;
    margin: 0 0.5rem;
}

.inBodyWrap .tpAllBox .tabsWrap > ul li > a,
.bodyWrap .tpAllBox .tabsWrap > ul li > a {
    height: inherit;
    display: block;
    line-height: 0.78rem;
}

.inBodyWrap .tpAllBox .tabsWrap > ul li.active,
.bodyWrap .tpAllBox .tabsWrap > ul li.active {
    color: #ff9e17;
    position: relative;
}

.inBodyWrap .tpAllBox .tabsWrap > ul li.active::before,
.bodyWrap .tpAllBox .tabsWrap > ul li.active::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0.03rem;
    background: #ff9e17;
    border-radius: 0.02rem;
}

.inBodyWrap .tpAllBox .tabsWrap > ul li.active::after,
.bodyWrap .tpAllBox .tabsWrap > ul li.active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0.03rem;
    margin-left: -0.04rem;
    width: 0.08rem;
    height: 0.03rem;
    background: #ff9e17;
    border-radius: 0.03rem 0.03rem 0 0;
}

.inBodyWrap .tpAllBox .tabsWrap .tabsCont,
.bodyWrap .tpAllBox .tabsWrap .tabsCont {
    margin-top: 0.2rem;
}

.inBodyWrap .tpAllBox .tabsWrap .tabsCont .tabInfo,
.bodyWrap .tpAllBox .tabsWrap .tabsCont .tabInfo {
    background: #ffffff;
    border-radius: 0.1rem;
    padding: 0.05rem 0.2rem 0;
}

.inBodyWrap .tpAllBox .tabsWrap .tabsCont .tabInfo .multiColumnList .columnItem,
.bodyWrap .tpAllBox .tabsWrap .tabsCont .tabInfo .multiColumnList .columnItem {
    margin-top: 0.25rem;
}

.inBodyWrap .tpAllBox .tabsWrap .tabsCont .tabInfo .multiColumnList .columnItem > a p.tip,
.bodyWrap .tpAllBox .tabsWrap .tabsCont .tabInfo .multiColumnList .columnItem > a p.tip {
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    font-size: 0.16rem;
    color: #fec629;
    height: 0.3rem;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0.11rem;
    padding: 0 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inBodyWrap .tpAllBox .tabsWrap .tabsCont .tabInfo .pageCode,
.bodyWrap .tpAllBox .tabsWrap .tabsCont .tabInfo .pageCode {
    margin: 0.27rem -0.2rem 0;
    border-top: 1px solid #f4f6f5;
    padding: 0.3rem 0 0.42rem;
}

.inBodyWrap .tdDetailBox,
.bodyWrap .tdDetailBox {
    margin: 0 0.3rem;
    padding-bottom: 0.68rem;
    position: relative;
    border-radius: 0.1rem;
    overflow: hidden;
}

.inBodyWrap .tdDetailBox .boxCont,
.bodyWrap .tdDetailBox .boxCont {
    width: 100%;
    height: 3.45rem;
    background-image: url(../img/td_bg.png);
    background-repeat: no-repeat;
    background-size: 6.9rem 3.45rem;
    background-position: 0 0;
}

.inBodyWrap .tdDetailBox .boxCont > h1,
.bodyWrap .tdDetailBox .boxCont > h1 {
    font-size: 0.28rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.68rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0.6rem;
}

.inBodyWrap .tdDetailBox .boxCont .imgBox,
.bodyWrap .tdDetailBox .boxCont .imgBox {
    width: 100%;
    height: 3.45rem;
    background: #f3f9ff;
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
}

.inBodyWrap .tdDetailBox .boxCont .imgInfo,
.bodyWrap .tdDetailBox .boxCont .imgInfo {
    font-size: 0.18rem;
    color: #ffffff;
    line-height: 0.32rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 0.1rem 0.18rem;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.85) 100%);
}

.inBodyWrap .tdDetailBox .boxCont .imgInfo p,
.bodyWrap .tdDetailBox .boxCont .imgInfo p {
    margin-top: 0.12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    -webkit-line-clamp: 8;
}

.inBodyWrap .tdDetailBox .boxCont .imgInfo p:first-child,
.bodyWrap .tdDetailBox .boxCont .imgInfo p:first-child {
    padding: 0 0.1rem 0;
    margin: 0 -0.1rem;
    line-height: 0.32rem;
    position: relative;
    z-index: 1;
}

.inBodyWrap .tdDetailBox .boxCont .imgInfo p:first-child::before,
.bodyWrap .tdDetailBox .boxCont .imgInfo p:first-child::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1.67rem;
    background: linear-gradient(-90deg, transparent 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.85) 100%);
    z-index: -1;
}

.inBodyWrap .tdDetailBox .boxCont .imgInfo p:first-child span,
.bodyWrap .tdDetailBox .boxCont .imgInfo p:first-child span {
    margin-right: 0.26rem;
}

.inBodyWrap .tdDetailBox .boxCont .imgInfo p:first-child span i,
.bodyWrap .tdDetailBox .boxCont .imgInfo p:first-child span i {
    color: #ff7d04;
    font-style: normal;
}

.inBodyWrap .tdItemBox,
.bodyWrap .tdItemBox {
    margin: 0.1rem 0.3rem 0;
}

.inBodyWrap .tdItemBox > p,
.bodyWrap .tdItemBox > p {
    font-size: 0.24rem;
    color: #666666;
    display: flex;
    flex-wrap: wrap;
}

.inBodyWrap .tdItemBox > p > i,
.bodyWrap .tdItemBox > p > i {
    margin-top: 0.1rem;
    font-style: normal;
}

.inBodyWrap .tdItemBox > p > a,
.bodyWrap .tdItemBox > p > a,
.inBodyWrap .tdItemBox > p > span,
.bodyWrap .tdItemBox > p > span {
    margin-top: 0.1rem;
    color: #999999;
    font-size: 0.18rem;
    height: 0.32rem;
    line-height: 0.29rem;
    padding: 0 0.16rem;
    background: #dee0df;
    border-radius: 0.16rem;
    margin-right: 0.16rem;
    border: 1px solid #dee0df;
}

.inBodyWrap .tdItemBox > p > a.active,
.bodyWrap .tdItemBox > p > a.active,
.inBodyWrap .tdItemBox > p > span.active,
.bodyWrap .tdItemBox > p > span.active {
    color: #ffaa07;
    background: #f6efd6;
    border-color: #f9de8f;
}

.inBodyWrap .tdItemBox .singleItem > a,
.bodyWrap .tdItemBox .singleItem > a {
    margin-top: 0.2rem;
    padding: 0.21rem;
    border: 1px solid #fec629;
    background: #fff2e5;
    border-radius: 0.1rem;
    position: relative;
}

.inBodyWrap .tdItemBox .singleItem > a.hot::after,
.bodyWrap .tdItemBox .singleItem > a.hot::after {
    content: '';
    display: block;
    background-position: -3.23rem -2.32rem;
    background-image: url(../img/icon_zx_detail.png);
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    width: 0.68rem;
    height: 0.75rem;
    position: absolute;
    top: -0.02rem;
    left: -0.02rem;
}

.inBodyWrap .tdItemBox .singleItem > a .imgBox,
.bodyWrap .tdItemBox .singleItem > a .imgBox {
    width: 1.1rem;
    height: 1.1rem;
    background: #000000;
    border-radius: 0.2rem;
}

.inBodyWrap .tdItemBox .singleItem > a .itemInfo,
.bodyWrap .tdItemBox .singleItem > a .itemInfo {
    padding-left: 0.26rem;
}

.inBodyWrap .tdItemBox .singleItem > a .itemInfo p,
.bodyWrap .tdItemBox .singleItem > a .itemInfo p {
    font-size: 0.2rem;
    color: #999999;
    margin-top: 0.08rem;
}

.inBodyWrap .tdItemBox .singleItem > a .itemInfo p:first-child,
.bodyWrap .tdItemBox .singleItem > a .itemInfo p:first-child {
    margin-top: 0.06rem;
    color: #000000;
    font-weight: bold;
    font-size: 0.26rem;
    line-height: 0.3rem;
}

.inBodyWrap .tdItemBox .singleItem > a .btn,
.bodyWrap .tdItemBox .singleItem > a .btn {
    background: #fec629;
    border-color: #fec629;
    right: 0.21rem;
    color: #333333;
}

.inBodyWrap .tdItemBox .pageCode,
.bodyWrap .tdItemBox .pageCode {
    margin-top: 0.2rem;
}

.inBodyWrap .tdBqGameBox,
.bodyWrap .tdBqGameBox {
    margin: 0.2rem 0.3rem 0;
    background: #ffffff;
    border-radius: 0.1rem;
    padding: 0.15rem 0.2rem 0.36rem;
}

.inBodyWrap .tdBqGameBox .singleColumnList,
.bodyWrap .tdBqGameBox .singleColumnList {
    margin: 0.15rem -0.2rem 0;
}

.inBodyWrap .tdBqGameBox .singleColumnList .singleItem > a,
.bodyWrap .tdBqGameBox .singleColumnList .singleItem > a {
    padding: 0.35rem 0.2rem;
}

.inBodyWrap .tdBqGameBox .singleColumnList .singleItem > a .itemInfo,
.bodyWrap .tdBqGameBox .singleColumnList .singleItem > a .itemInfo {
    padding: 0 0.12rem 0 0.3rem;
}

.inBodyWrap .tdBqGameBox .singleColumnList .singleItem > a .btn,
.bodyWrap .tdBqGameBox .singleColumnList .singleItem > a .btn {
    right: 0.2rem;
}

.inBodyWrap .tdBqGameBox .singleColumnList .singleItem:nth-child(2n + 1),
.bodyWrap .tdBqGameBox .singleColumnList .singleItem:nth-child(2n + 1) {
    background: #fffaed;
}

.inBodyWrap .tdBqTopicBox,
.bodyWrap .tdBqTopicBox {
    padding-bottom: 0.38rem;
}

.inBodyWrap .tdBqTopicBox .boxWrap,
.bodyWrap .tdBqTopicBox .boxWrap {
    margin: 0.2rem 0.3rem 0;
    background: #ffffff;
    border-radius: 0.1rem;
    padding: 0.15rem 0.2rem 0.36rem;
}

.inBodyWrap .tdBqTopicBox .boxWrap .multiColumnList,
.bodyWrap .tdBqTopicBox .boxWrap .multiColumnList {
    margin-top: -0.1rem;
}

.inBodyWrap .tdBqTopicBox .boxWrap .multiColumnList .columnItem,
.bodyWrap .tdBqTopicBox .boxWrap .multiColumnList .columnItem {
    margin-top: 0.25rem;
}

.inBodyWrap .tdBqTopicBox .boxWrap .multiColumnList .columnItem > a,
.bodyWrap .tdBqTopicBox .boxWrap .multiColumnList .columnItem > a {
    position: relative;
}

.inBodyWrap .tdBqTopicBox .boxWrap .multiColumnList .columnItem > a .tip,
.bodyWrap .tdBqTopicBox .boxWrap .multiColumnList .columnItem > a .tip {
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    font-size: 0.16rem;
    color: #fec629;
    height: 0.3rem;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0.11rem;
    padding: 0 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inBodyWrap .nwAllBox,
.bodyWrap .nwAllBox {
    background: #fff;
}

.inBodyWrap .nwAllBox .tabsWrap,
.bodyWrap .nwAllBox .tabsWrap {
    padding: 0.3rem 0.3rem 0.52rem;
}

.inBodyWrap .nwAllBox .tabsWrap > ul,
.bodyWrap .nwAllBox .tabsWrap > ul {
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #666666;
    display: flex;
    margin: 0 -0.13rem;
    padding-bottom: 0.32rem;
}

.inBodyWrap .nwAllBox .tabsWrap > ul li > a,
.bodyWrap .nwAllBox .tabsWrap > ul li > a {
    display: block;
    padding: 0.14rem 0.32rem;
    border-radius: 0.59rem;
    margin: 0 0.13rem;
}

.inBodyWrap .nwAllBox .tabsWrap > ul li.active > a,
.bodyWrap .nwAllBox .tabsWrap > ul li.active > a {
    color: #333;
    background: #fec629;
    position: relative;
}

.inBodyWrap .nwAllBox .tabsWrap > ul li.active > a::after,
.bodyWrap .nwAllBox .tabsWrap > ul li.active > a::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 0.12rem solid #fec629;
    border-right: 0.12rem solid transparent;
    border-left: 0.12rem solid transparent;
    display: block;
    position: absolute;
    bottom: -0.12rem;
    left: 50%;
    margin-left: -0.12rem;
}

.inBodyWrap .nwAllBox .tabsWrap .tabsCont .tabInfo .singleNewsList,
.bodyWrap .nwAllBox .tabsWrap .tabsCont .tabInfo .singleNewsList {
    border-top: 1px solid #f4f6f5;
    margin: 0 -0.3rem;
    padding: 0 0.3rem;
}

.inBodyWrap .nwAllBox .tabsWrap .tabsCont .tabInfo .singleNewsList li:first-child,
.bodyWrap .nwAllBox .tabsWrap .tabsCont .tabInfo .singleNewsList li:first-child {
    margin-top: 0.28rem;
}

.inBodyWrap .nwAllBox .tabsWrap .tabsCont .tabInfo .pageCode,
.bodyWrap .nwAllBox .tabsWrap .tabsCont .tabInfo .pageCode {
    margin-top: 0.5rem;
}

.inBodyWrap .ndDetailBox,
.bodyWrap .ndDetailBox {
    margin: 0 0.3rem;
    background: #ffffff;
    border-radius: 0.1rem;
    padding: 0.28rem 0.2rem 0.36rem;
}

.inBodyWrap .ndDetailBox h1,
.bodyWrap .ndDetailBox h1 {
    font-size: 0.38rem;
    font-weight: bold;
    color: #242424;
    line-height: 0.54rem;
}

.inBodyWrap .ndDetailBox > .time,
.bodyWrap .ndDetailBox > .time {
    font-size: 0.2rem;
    line-height: 0.2rem;
    margin-top: 0.14rem;
    margin-bottom: 0.3rem;
}

.inBodyWrap .ndDetailBox > .time span:first-child,
.bodyWrap .ndDetailBox > .time span:first-child {
    margin-right: 0.24rem;
}

.inBodyWrap .ndDetailBox .boxCont,
.bodyWrap .ndDetailBox .boxCont {
    border-top: 1px solid rgba(204, 204, 204, 0.4);
    margin: 0 -0.1rem;
    padding: 0 0.1rem;
    font-size: 0.24rem;
    color: #242424;
    line-height: 0.42rem;
    text-align: justify;
}

.inBodyWrap .ndDetailBox .boxCont p,
.bodyWrap .ndDetailBox .boxCont p {
    margin: 0.3rem 0;
}

.inBodyWrap .ndDetailBox .boxCont p:first-child,
.bodyWrap .ndDetailBox .boxCont p:first-child {
    margin-top: 0.22rem;
}

.inBodyWrap .ndDetailBox .boxCont > em,
.bodyWrap .ndDetailBox .boxCont > em {
    margin: -0.1rem 0 -0.18rem;
    display: block;
    font-size: 0.28rem;
    line-height: 0.42rem;
    font-weight: bold;
    color: #000000;
}

.inBodyWrap .ndDetailBox .boxCont img,
.bodyWrap .ndDetailBox .boxCont img {
    display: block;
    margin: 0.3rem auto;
    width: 5.84rem;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 50vh;
}

.inBodyWrap .ndDetailBox .singleItem,
.bodyWrap .ndDetailBox .singleItem {
    margin: 0 -0.1rem;
}

.inBodyWrap .ndDetailBox .singleItem > a,
.bodyWrap .ndDetailBox .singleItem > a {
    padding: 0.21rem;
    border: 1px solid #fec629;
    background: #fff2e5;
    border-radius: 0.1rem;
    position: relative;
}

.inBodyWrap .ndDetailBox .singleItem > a .imgBox,
.bodyWrap .ndDetailBox .singleItem > a .imgBox {
    width: 1.1rem;
    height: 1.1rem;
    background: #000000;
    border-radius: 0.2rem;
}

.inBodyWrap .ndDetailBox .singleItem > a .itemInfo,
.bodyWrap .ndDetailBox .singleItem > a .itemInfo {
    padding-left: 0.26rem;
    font-size: 0.2rem;
}

.inBodyWrap .ndDetailBox .singleItem > a .itemInfo p,
.bodyWrap .ndDetailBox .singleItem > a .itemInfo p {
    color: #999999;
    margin-top: 0.08rem;
}

.inBodyWrap .ndDetailBox .singleItem > a .itemInfo p:first-child,
.bodyWrap .ndDetailBox .singleItem > a .itemInfo p:first-child {
    margin-top: 0.06rem;
    color: #000000;
    font-weight: bold;
    font-size: 0.26rem;
    line-height: 0.3rem;
}

.inBodyWrap .ndDetailBox .singleItem > a .btn,
.bodyWrap .ndDetailBox .singleItem > a .btn {
    background: #fec629;
    border-color: #fec629;
    right: 0.21rem;
    color: #333333;
}

.inBodyWrap .ndDetailBox .boxCopy,
.bodyWrap .ndDetailBox .boxCopy {
    margin: 0.25rem -0.1rem 0;
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: #8f8f8f;
    display: flex;
    align-items: center;
    font-weight: 300;
}

.inBodyWrap .ndDetailBox .boxCopy span.copyBtn,
.bodyWrap .ndDetailBox .boxCopy span.copyBtn {
    margin-right: 0.12rem;
    padding: 0 0.1rem;
    height: 0.38rem;
    background: #ffffff;
    border: 1px solid rgba(255, 169, 0, 0.5);
    border-radius: 0.06rem;
    color: #ffa900;
}

.inBodyWrap .ndDetailBox .boxCopy span.copyBtn .icon,
.bodyWrap .ndDetailBox .boxCopy span.copyBtn .icon {
    width: 0.18rem;
    height: 0.18rem;
    background-position: -0.58rem -2.02rem;
    margin-right: 0.07rem;
}

.inBodyWrap .lsDetailBox,
.bodyWrap .lsDetailBox {
    margin-top: -0.75rem;
    padding: 0.73rem 0.3rem 0;
    width: 7.5rem;
    min-height: 2.63rem;
    background-color: #fff;
    background-image: url(../img/ls_bg.png);
    background-size: 7.5rem 2.63rem;
    background-repeat: no-repeat;
    background-position: top;
}

.inBodyWrap .lsDetailBox .inTitle .titleL > p,
.bodyWrap .lsDetailBox .inTitle .titleL > p {
    font-size: 0.64rem;
    line-height: 0.52rem;
    color: #f3f4e0;
}

.inBodyWrap .lsDetailBox .inTitle .titleL > p > span,
.bodyWrap .lsDetailBox .inTitle .titleL > p > span {
    font-size: 0.38rem;
    line-height: 0.38rem;
    color: #fec629;
}

.inBodyWrap .lsDetailBox .tabsWrap > ul,
.bodyWrap .lsDetailBox .tabsWrap > ul {
    margin: 0.2rem -0.15rem 0;
    display: flex;
}

.inBodyWrap .lsDetailBox .tabsWrap > ul li,
.bodyWrap .lsDetailBox .tabsWrap > ul li {
    margin: 0 0.15rem;
}

.inBodyWrap .lsDetailBox .tabsWrap > ul li > a,
.bodyWrap .lsDetailBox .tabsWrap > ul li > a {
    position: relative;
}

.inBodyWrap .lsDetailBox .tabsWrap > ul li > a.icon,
.bodyWrap .lsDetailBox .tabsWrap > ul li > a.icon {
    width: 2.1rem;
    height: 1.21rem;
    background-position: -0.03rem -3.36rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inBodyWrap .lsDetailBox .tabsWrap > ul li > a.icon p,
.bodyWrap .lsDetailBox .tabsWrap > ul li > a.icon p {
    margin-left: 0.38rem;
    margin-top: 0.24rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.28rem;
    font-weight: bold;
    color: #ffffff;
}

.inBodyWrap .lsDetailBox .tabsWrap > ul li > a.icon p span,
.bodyWrap .lsDetailBox .tabsWrap > ul li > a.icon p span {
    margin-top: 0.04rem;
    font-size: 0.18rem;
    line-height: 0.22rem;
    font-weight: 400;
}

.inBodyWrap .lsDetailBox .tabsWrap > ul li > a.icon .icon,
.bodyWrap .lsDetailBox .tabsWrap > ul li > a.icon .icon {
    width: 0.46rem;
    height: 0.41rem;
    background-position: -6.06rem -2.36rem;
    position: absolute;
    right: 0.1rem;
    bottom: 0.1rem;
}

.inBodyWrap .lsDetailBox .tabsWrap > ul li > a::after,
.bodyWrap .lsDetailBox .tabsWrap > ul li > a::after {
    content: 'NO.';
    font-size: 0.54rem;
    line-height: 0.44rem;
    font-weight: bold;
    color: #ffffff;
    opacity: 0.15;
    position: absolute;
    top: 0.3rem;
    left: 0.32rem;
}

.inBodyWrap .lsDetailBox .tabsWrap > ul li:nth-child(2n) > a.icon,
.bodyWrap .lsDetailBox .tabsWrap > ul li:nth-child(2n) > a.icon {
    background-position: -0.03rem -4.67rem;
}

.inBodyWrap .lsDetailBox .tabsWrap > ul li:nth-child(2n) > a.icon .icon,
.bodyWrap .lsDetailBox .tabsWrap > ul li:nth-child(2n) > a.icon .icon {
    width: 0.46rem;
    height: 0.48rem;
    background-position: -6.61rem -2.32rem;
}

.inBodyWrap .lsDetailBox .tabsWrap > ul li:nth-child(3n) > a.icon,
.bodyWrap .lsDetailBox .tabsWrap > ul li:nth-child(3n) > a.icon {
    background-position: -0.03rem -5.98rem;
}

.inBodyWrap .lsDetailBox .tabsWrap > ul li:nth-child(3n) > a.icon .icon,
.bodyWrap .lsDetailBox .tabsWrap > ul li:nth-child(3n) > a.icon .icon {
    width: 0.41rem;
    height: 0.47rem;
    background-position: -7.16rem -2.33rem;
}

.inBodyWrap .lsDetailBox .tabsWrap > ul li.active > a::before,
.bodyWrap .lsDetailBox .tabsWrap > ul li.active > a::before {
    content: '';
    display: block;
    background-image: url(../img/icon_zx_detail.png);
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    width: 0.46rem;
    height: 0.46rem;
    background-position: -4rem -2.32rem;
    position: absolute;
    top: 0.09rem;
    left: -0.01rem;
}

.inBodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo > ul,
.bodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo > ul {
    margin-top: 0.1rem;
    display: grid;
    grid-template-columns: repeat(4, 23.91%);
    justify-content: space-between;
    font-size: 0.24rem;
    line-height: 0.56rem;
    color: #666;
}

.inBodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo > ul li,
.bodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo > ul li {
    margin-top: 0.2rem;
}

.inBodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo > ul li > a,
.bodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo > ul li > a {
    display: block;
    height: 0.58rem;
    background: #f5f5f5;
    border-radius: 0.06rem;
    padding: 0 0.1rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inBodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList,
.bodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList {
    margin: 0.35rem -0.3rem 0.45rem;
    position: relative;
    z-index: 1;
}

.inBodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList::before,
.bodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2.52rem;
    background: linear-gradient(0deg, #ffffff 40%, #fff3e2);
    border-radius: 0.1rem 0.1rem 0 0;
    z-index: -1;
}

.inBodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList .title,
.bodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList .title {
    padding: 0.2rem 0;
    font-size: 0.32rem;
    font-weight: bold;
    color: #924807;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(231, 211, 192, 0.5);
}

.inBodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList .title::before,
.bodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList .title::before,
.inBodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList .title::after,
.bodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList .title::after {
    content: '';
    margin: 0 0.34rem;
    display: block;
    width: 0.24rem;
    height: 0.44rem;
    background-position: -0.54rem -2.84rem;
    background-image: url(../img/icon_zx_detail.png);
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
}

.inBodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList .title::after,
.bodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList .title::after {
    transform: rotateY(180deg);
}

.inBodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList .singleColumnList,
.bodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList .singleColumnList {
    margin-top: 0.1rem;
}

.inBodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList .singleColumnList li > a,
.bodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList .singleColumnList li > a {
    padding: 0.35rem;
}

.inBodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList .singleColumnList li > a > span,
.bodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList .singleColumnList li > a > span {
    width: 0.79rem;
    height: 1.14rem;
    line-height: 1.14rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #cbcbcb;
    text-align: center;
    margin-right: -0.05rem;
    margin-left: 0.05rem;
    padding-right: 0.14rem;
}

.inBodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList .singleColumnList li > a .btn,
.bodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList .singleColumnList li > a .btn {
    right: 0.32rem;
}

.inBodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList .singleColumnList li:nth-child(1) > a > span,
.bodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList .singleColumnList li:nth-child(1) > a > span,
.inBodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList .singleColumnList li:nth-child(2) > a > span,
.bodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList .singleColumnList li:nth-child(2) > a > span,
.inBodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList .singleColumnList li:nth-child(3) > a > span,
.bodyWrap .lsDetailBox .tabsWrap .tabsCont .tabInfo .infoList .singleColumnList li:nth-child(3) > a > span {
    height: 0.66rem;
    line-height: 0.4rem;
    background-image: url(../img/icon_zx_detail.png);
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    background-position: -0.02rem -1.28rem;
    font-size: 0.28rem;
    color: #ff6600;
}

.inBodyWrap .noPageBox,
.bodyWrap .noPageBox {
    width: 100%;
    min-height: calc(100vh - 3.24rem);
}

.inBodyWrap .noPageBox .boxWrap,
.bodyWrap .noPageBox .boxWrap {
    height: inherit;
    padding-top: 2.5rem;
    padding-bottom: 4.48rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.inBodyWrap .noPageBox .boxWrap::before,
.bodyWrap .noPageBox .boxWrap::before {
    content: '';
    background-image: url(../img/icon_zx_detail.png);
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    display: block;
    width: 6.9rem;
    height: 3.12rem;
    background-position: -2.8rem -6.88rem;
}

.inBodyWrap .noPageBox p,
.bodyWrap .noPageBox p {
    margin-top: -1.06rem;
    font-size: 0.24rem;
    color: #ff9e17;
    padding-bottom: 0.14rem;
    border-bottom: 0.05rem solid #1c252c;
}

.inBodyWrap .noPageBox a,
.bodyWrap .noPageBox a {
    margin-top: 0.23rem;
    font-size: 0.24rem;
    color: #ffffff;
    height: 0.45rem;
    line-height: 0.43rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.7rem;
    border-radius: 0.22rem;
    background-color: #333333;
    position: relative;
}

.inBodyWrap .noPageBox a::before,
.bodyWrap .noPageBox a::before,
.inBodyWrap .noPageBox a::after,
.bodyWrap .noPageBox a::after {
    content: '';
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0.12rem;
}

.inBodyWrap .noPageBox a::after,
.bodyWrap .noPageBox a::after {
    right: 0.12rem;
    left: unset;
}

.inBodyWrap .noPageBox a:hover,
.bodyWrap .noPageBox a:hover {
    background: #fec629;
    color: #fff;
}

.inBodyWrap {
    background: #fff;
}
