.clearfix {
    margin-right: auto;
    margin-left: auto;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: '';
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

b,
em,
i {
    font-style: normal;
}

body,
html {
    width: 100%;
    overflow-x: hidden;
    background-color: #fff;
}

a {
    color: #008fff;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: 'Microsoft Yahei', Arial, Tahoma, Helvetica, 'SimSun', 'Hiragino Sans GB', sans-serif;
    font-size: 0.24rem;
    line-height: 1.5;
    position: relative;
    color: #333;
    height: 100%;
}

.fx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.fx_gw {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex_grow {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.hide {
    display: none;
}

img {
    vertical-align: top;
    border: 0;
}

.ico,
.icon {
    background-image: url('../img/icon_zt.png');
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
}

body {
    background-color: #f3f5f9;
    word-break: break-all;
}

main {
    padding-bottom: 0.1rem;
}

.logo {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.logo h1 {
    font-size: 0;
    display: block;
    width: 2.5rem;
    height: 0.9rem;
    background: url('../img/logo.png') no-repeat;
    background-size: 2.19rem auto;
    background-position: 0.17rem 0.09rem;
    margin-right: 0.2rem;
}

.logo > a {
    font-size: 0;
    display: block;
    width: 2.5rem;
    height: 0.9rem;
    background: url('../img/logo.png') no-repeat;
    background-size: 2.19rem auto;
    background-position: 0.17rem 0.09rem;
    margin-right: 0.2rem;
}

.searchWrap {
    margin: 0.15rem 0.3rem 0 0;
    color: #c6c6c6;
    height: 0.6rem;
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    padding: 0 0.2rem 0 0.25rem;
    border-radius: 0.02rem;
}

.searchWrap input {
    border: unset;
    background: unset;
    flex: 1;
    font-size: 0.24rem;
    color: #ccc;
}

.searchWrap input::-webkit-input-placeholder {
    color: #ccc;
}

.searchWrap input::-moz-placeholder {
    color: #ccc;
}

.searchWrap input:-ms-input-placeholder {
    color: #ccc;
}

.searchWrap .icon {
    width: 0.35rem;
    height: 0.35rem;
    background-position: -0.07rem -0.06rem;
}

nav {
    padding: 0 0 0 0.1rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 0.91rem;
}

nav:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: block;
    height: 0.85rem;
    width: 0.76rem;
    background: linear-gradient(to right, rgba(81, 235, 255, 0), #008fff);
}

nav a {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 0.83rem;
    line-height: 0.83rem;
    text-align: center;
    color: #333;
    font-size: 0.3rem;
    padding: 0 0.2rem 0.02rem;
    margin: 0 0.14rem 0 0.1rem;
}

nav a.current {
    z-index: 3;
    font-weight: 700;
    color: #fff;
    font-size: 0.32rem;
    background: #49d3e5;
}

nav a:nth-of-type(1) {
    position: absolute;
    left: 0.19rem;
    top: 0;
    z-index: 2;
    background: #008fff;
    padding-left: 0.19rem;
    padding-right: 0.19rem;
    line-height: 0.85rem;
}

nav a:nth-of-type(1).current {
    background: #49d3e5;
}

nav a:nth-of-type(1):before {
    content: '';
    position: absolute;
    top: 0;
    left: -0.3rem;
    display: block;
    width: 0.3rem;
    height: 100%;
    background: #008fff;
}

nav a:nth-of-type(1)::after {
    content: '';
    position: absolute;
    top: 0;
    right: -0.2rem;
    display: block;
    width: 0.2rem;
    height: 100%;
    background: #008fff;
}

nav a:nth-of-type(2) {
    position: relative;
    margin-left: 1.25rem;
}

nav a:last-of-type {
    padding: 0 0.13rem 0.02rem 0.14rem;
    margin-right: 0.2rem;
}

nav div {
    height: 0.91rem;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    overflow-x: -moz-scrollbars-none;
    -ms-overflow-style: none;
    padding-left: 0.17rem;
}

nav div::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    -webkit-appearance: none;
    border-radius: 0;
}

nav div a:last-of-type.current {
    margin-right: 0.18rem;
}

nav.nLiner a {
    margin-right: 0.1rem;
    margin-left: 0.09rem;
}

nav.nLiner a:last-of-type.current {
    margin-right: 0.18rem;
}

nav.nLiner a:nth-of-type(2) {
    margin-left: 1.2rem;
}

nav.nLiner:after {
    display: none;
}

footer {
    position: relative;
    z-index: 1;
    background: #06060b;
    text-align: center;
}

.scrollTop {
    position: fixed;
    bottom: 2rem;
    right: 0.2rem;
    width: 0.72rem;
    height: 0.72rem;
    background-color: rgba(81, 235, 255, 0.9);
    border-radius: 50%;
    background-position: -7.22rem 0.11rem;
    z-index: 9;
}

.iceIbeian {
    padding: 0.31rem 0.3rem 0.47rem;
    font-family: PingFang;
    font-weight: 500;
    font-size: 0.24rem;
    color: rgba(102, 102, 102, 0.65);
    line-height: 0.36rem;
}

.iceIbeian a {
    color: rgba(102, 102, 102, 0.65);
}

.navbar {
    position: relative;
    z-index: 0;
    margin-bottom: 0.03rem;
    padding: 0.2rem;
    line-height: 0.32rem;
    font-size: 0.24rem;
    color: #999;
    height: 0.32rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.navbar a {
    position: relative;
    color: #999;
    font-weight: 400;
}

.navbar a::after {
    content: '';
    position: relative;
    top: 0.13rem;
    margin: 0 0.1rem 0 0.17rem;
    vertical-align: top;
    display: inline-block;
    width: 0.06rem;
    height: 0.1rem;
    background-image: url('../img/icon_zt.png');
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    background-position: -0.93rem -0.06rem;
}

.navbar::before {
    content: '';
    position: relative;
    top: 0.06rem;
    margin-right: 0.12rem;
    vertical-align: top;
    display: inline-block;
    width: 0.19rem;
    height: 0.22rem;
    background-image: url('../img/icon_zt.png');
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    background-position: -1.62rem -0.06rem;
}

.iceTit {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0.16rem 0.21rem 0.07rem;
    height: 0.56rem;
    line-height: 0.56rem;
    margin: auto;
}

.iceTit h2 {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 0.34rem;
    color: #000;
    line-height: 0.54rem;
    font-weight: bold;
}

.iceTit strong {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 0.36rem;
    color: #000;
    line-height: 0.56rem;
    font-weight: bold;
}

.iceTit a {
    position: relative;
    top: 0.12rem;
    display: block;
    font-size: 0;
    width: 0.26rem;
    height: 0.27rem;
    overflow: hidden;
}

.iceTit a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 0.26rem;
    height: 0.27rem;
    background-image: url('../img/icon_zt.png');
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    background-position: -4.87rem -0.07rem;
}

.iceTitle {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 0.21rem 0 0.2rem;
    height: 0.71rem;
    line-height: 0.68em;
    margin: auto;
}

.iceTitle::after {
    content: '';
    position: absolute;
    left: 0.2rem;
    right: 0.22rem;
    bottom: 0;
    margin: auto;
    display: block;
    width: 6.68rem;
    height: 0.01rem;
    background: #eee;
}

.iceTitle strong {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 0.3rem;
    color: #000;
    line-height: 0.68rem;
    font-weight: bold;
}

.iceTitle a {
    position: relative;
    top: 0.24rem;
    display: block;
    font-size: 0;
    width: 0.26rem;
    height: 0.27rem;
    overflow: hidden;
}

.iceTitle a:before {
    content: '+';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 0.26rem;
    height: 0.27rem;
    background-image: url('../img/icon_zt.png');
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    background-position: -4.87rem -0.07rem;
}

.groupBox {
    margin: 0 0.2rem 0.2rem;
    background: #ffffff;
    padding-bottom: 0.12rem;
    background: linear-gradient(to bottom, #fff 0%, transparent 100%);
    overflow: hidden;
}

.groupBox .groupItem {
    overflow: hidden;
    margin: 0.1rem 0 0.2rem;
    border-radius: 0.1rem;
    background: #fff;
    box-shadow: 0 0.04rem 0.12rem #eee;
}

.groupBox .groupHead {
    display: block;
    overflow: hidden;
    background: linear-gradient(rgba(81, 235, 255, 0.15) 0%, #fff 100%);
    height: 0.68rem;
    line-height: 0.68rem;
}

.groupBox .groupHead h4 {
    color: #666;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    font-size: 0.3rem;
}

.groupBox .divGroupScr {
    padding: 0 0 0.16rem;
    width: 6.62rem;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: scroll;
}

.groupBox ul.groupList {
    height: 1.96rem;
    display: -ms-flexbox;
    display: flex;
}

.groupBox ul.groupList li {
    width: 25%;
    float: left;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    overflow: hidden;
}

.groupBox ul.groupList li a {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 100%;
}

.groupBox ul.groupList li img {
    width: 1.24rem;
    height: 1.24rem;
    margin: 0.16rem auto 0;
    display: block;
    border-radius: 0.16rem;
}

.groupBox ul.groupList li span {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    display: block;
    height: 0.52rem;
    padding: 0 0.12rem;
    line-height: 0.52rem;
    color: #767676;
    font-size: 0.28rem;
    overflow: hidden;
}

.groupBox .divGroupScr::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: #fff;
}

.groupBox .divGroupScr::-webkit-scrollbar-thumb {
    background: #fff;
    display: none;
    border-radius: 0;
}

.groupBox .divGroupScr::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 0;
    display: none;
}

.iceISlider {
    position: relative;
    margin: 0.19rem 0 0.21rem;
}

.iceISlider .swiper-container {
    height: 3.32rem;
}

.iceISlider .swiper-container a {
    position: relative;
    display: block;
    width: 6.28rem;
    height: 100%;
    margin: 0 0.05rem;
    overflow: hidden;
}

.iceISlider .swiper-container a img {
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
}

.iceISlider .swiper-container a p {
    position: absolute;
    z-index: 2;
    bottom: 0.28rem;
    left: 0;
    padding-left: 0.22rem;
    padding-right: 0.22rem;
    width: 5.85rem;
    height: 0.54rem;
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.54rem;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}

.iceISlider .swiper-container a i {
    position: relative;
    position: absolute;
    bottom: 0;
    right: 0.22rem;
    z-index: 3;
    display: block;
    height: 0.87rem;
    font-size: 0.24rem;
    color: #999;
    line-height: 0.87rem;
}

.iceISlider .swiper-container a::after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    filter: blur(20px);
}

.iceISlider .swiper-container a.swiper-slide-active::after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1.06rem;
    text-align: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    filter: blur(0);
}

.iceISlider .swiper-container a.swiper-slide-active p {
    display: block;
}

.iceISlider .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 0.16rem;
    right: 0;
    bottom: 0.16rem;
    z-index: 2;
    opacity: 1;
    cursor: pointer;
}

.iceISlider .swiper-pagination-bullet {
    width: 0.19rem;
    height: 0.08rem;
    border-radius: 0.03rem;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 0.03rem !important;
}

.iceISlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.31rem;
    background: #008fff;
}

.hotRecLink {
    min-height: 1.56rem;
    border: 1px solid #aaeaf1;
    margin: 0 0.2rem 0.2rem;
    background: #ffffff;
}

.hotRecLink div {
    display: flex;
    justify-content: space-around;
}

.hotRecLink div a {
    position: relative;
    flex: 1;
    text-align: center;
    font-size: 0.28rem;
    color: #999;
    line-height: 0.46rem;
}

.hotRecLink div a::before {
    content: '';
    position: relative;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background-image: url('../img/icon_zt.png');
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    background-position: -0.07rem -0.64rem;
    margin: 0.17rem auto 0;
}

.hotRecLink div a:nth-of-type(4n + 1):before {
    background-position: -0.07rem -0.64rem;
}

.hotRecLink div a:nth-of-type(4n + 2):before {
    background-position: -1.07rem -0.64rem;
}

.hotRecLink div a:nth-of-type(4n + 3):before {
    background-position: -2.07rem -0.64rem;
}

.hotRecLink div a:nth-of-type(4n + 4):before {
    background-position: -3.08rem -0.64rem;
}

.iceIRec {
    padding-bottom: 0.11rem;
    margin: 0 0.2rem 0.2rem;
    background: #ffffff;
}

.iceIRec .list {
    width: 105%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.iceIRec .list a {
    position: relative;
    display: block;
    text-align: center;
    width: 1.68rem;
    padding: 0.11rem 0 0;
    margin-bottom: 0.2rem;
    margin-right: 0.13rem;
}

.iceIRec .list a img {
    position: relative;
    display: block;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 0.3rem;
    margin: 0 auto;
}

.iceIRec .list a p {
    display: block;
    width: 96%;
    font-size: 0.24rem;
    color: #333;
    height: 0.54rem;
    line-height: 0.54rem;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.iceIRec .list a span {
    display: block;
    margin: auto;
    width: 1.22rem;
    height: 0.46rem;
    line-height: 0.46rem;
    text-align: center;
    font-size: 0.24rem;
    color: #008fff;
    border-radius: 0.02rem;
    border: 0.02rem solid rgba(79, 219, 223, 0.5);
}

.iceIRec .list a:nth-of-type(n + 4) {
    padding-top: 0.1rem;
}

.iceICourse {
    padding-bottom: 0.11rem;
    margin: 0 0.2rem 0.2rem;
    background: #ffffff;
}

.iceICourse ul {
    padding: 0 0.2rem 0.13rem;
    margin-top: -0.03rem;
}

.iceICourse ul li {
    display: flex;
    justify-content: space-between;
    line-height: 0.6rem;
}

.iceICourse ul li a {
    flex: 1;
    display: block;
    font-size: 0.24rem;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iceICourse ul li a:before {
    content: '';
    position: relative;
    top: 0.25rem;
    margin-right: 0.11rem;
    vertical-align: top;
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    background-image: url('../img/icon_zt.png');
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    background-position: -1.24rem -0.06rem;
}

.iceICourse ul li span {
    font-size: 0.24rem;
    color: #ccc;
    margin-left: 0.08rem;
}

.iceIApp {
    padding-bottom: 0.11rem;
    margin: 0 0.2rem 0.2rem;
    background: #ffffff;
}

.iceIApp ul {
    padding: 0.04rem 0.2rem 0.15rem 0.19rem;
    margin-top: -0.04rem;
}

.iceIApp ul li {
    display: flex;
    justify-content: space-between;
    line-height: 0.67rem;
}

.iceIApp ul li a {
    position: relative;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iceIApp ul li a:nth-of-type(1) {
    font-size: 0.24rem;
    color: #999;
    margin-right: 0.1rem;
}

.iceIApp ul li a:nth-of-type(2) {
    flex: 1;
    font-size: 0.28rem;
    color: #000;
    padding-right: 0.4rem;
}

.iceIApp ul li a:nth-of-type(2)::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0.05rem;
    bottom: 0;
    margin: auto;
    display: block;
    width: 0.18rem;
    height: 0.24rem;
    background-image: url('../img/icon_zt.png');
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    background-position: -2.06rem -0.06rem;
}

.iceISlider ~ .iceIEnter {
    padding-top: 0.02rem;
}

.iceIEnter {
    padding-bottom: 0.2rem;
    margin: 0 0.2rem 0.2rem;
    background: #ffffff;
}

.iceIEnter ul {
    position: relative;
    top: -0.04rem;
}

.iceIEnter ul li {
    display: flex;
    position: relative;
    padding: 0.25rem 0.2rem;
    height: 1.2rem;
    overflow: hidden;
}

.iceIEnter ul li img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.28rem;
    margin-right: 0.26rem;
}

.iceIEnter ul li dl {
    flex: 1;
    height: 1.2rem;
    overflow: hidden;
}

.iceIEnter ul li dl dt {
    margin-bottom: 0.02rem;
}

.iceIEnter ul li dl dt a {
    display: block;
    font-size: 0.28rem;
    color: #333;
    line-height: 0.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iceIEnter ul li dl dd span {
    display: block;
    font-size: 0.24rem;
    color: #999;
    line-height: 0.42rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iceIEnter ul li > a:nth-of-type(2) {
    position: absolute;
    right: 0.2rem;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    width: 1.22rem;
    height: 0.46rem;
    line-height: 0.46rem;
    text-align: center;
    font-size: 0.24rem;
    color: #008fff;
    border-radius: 0.02rem;
    border: 0.02rem solid rgba(0, 143, 255, 0.5);
}

.iceITopic {
    padding-bottom: 0.11rem;
    margin: 0 0.2rem 0.2rem;
    background: #ffffff;
}

.iceITopic ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.12rem;
}

.iceITopic ul li {
    margin-left: 0.2rem;
    margin-bottom: 0.3rem;
    width: 3.24rem;
    height: 2.77rem;
    background: #f6f7f9;
    overflow: hidden;
}

.iceITopic ul li > a {
    display: block;
    width: 100%;
    height: 1.88rem;
    overflow: hidden;
}

.iceITopic ul li > a img {
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
    margin: auto;
}

.iceITopic ul li dl {
    padding: 0 0.01rem 0 0.11rem;
}

.iceITopic ul li dl dt a {
    display: block;
    font-size: 0.28rem;
    color: #333;
    line-height: 0.36rem;
    padding-top: 0.1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iceITopic ul li dl dd {
    display: flex;
}

.iceITopic ul li dl dd span {
    font-size: 0.24rem;
    color: #999;
    line-height: 0.28rem;
}

.iceITopic ul li dl dd span:nth-of-type(1) {
    margin-left: -0.01rem;
}

.iceITopic ul li dl dd span:nth-of-type(n + 2)::before {
    content: '|';
    font-size: 0.24rem;
    color: #ccc;
    margin: 0 0.09rem 0 0.07rem;
}

.iceITopic .list {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0 0.03rem 0.04rem;
}

.iceITopic .list a {
    display: block;
    padding: 0 0.3rem;
    margin: 0 0 0.26rem 0.15rem;
    text-align: center;
    background-color: #e4fcff;
    color: #666;
    height: 0.48rem;
    line-height: 0.48rem;
    border-radius: 0.06rem;
    font-size: 0.24rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iceIrank {
    padding-bottom: 0.11rem;
    margin: 0 0.2rem 0.2rem;
    background: #ffffff;
}

.iceIrank .tabMenu {
    display: flex;
    justify-content: space-between;
    margin: 0.13rem 0.2rem 0.18rem;
    height: 0.56rem;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    overflow-x: -moz-scrollbars-none;
    -ms-overflow-style: none;
    background: #f6f7f9;
    border-radius: 0.28rem;
}

.iceIrank .tabMenu::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.iceIrank .tabMenu span {
    position: relative;
    vertical-align: top;
    display: block;
    text-align: center;
    height: 0.56rem;
    font-size: 0.24rem;
    color: #999;
    line-height: 0.56rem;
    padding: 0 0.44rem;
    border-radius: 0.28rem;
    overflow: hidden;
}

.iceIrank .tabMenu span.current {
    background: #ffa67e;
    color: #fff;
}

.iceIrank ol {
    position: relative;
}

.iceIrank ol li {
    display: flex;
    position: relative;
    padding: 0.25rem 0.2rem 0.25rem 0.9rem;
    height: 1.2rem;
    overflow: hidden;
}

.iceIrank ol li i {
    position: absolute;
    left: 0.3rem;
    top: 0.65rem;
    margin: auto;
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.3rem;
    background: #879299;
    font-weight: bold;
}

.iceIrank ol li:nth-of-type(1) i {
    background: #ff5757;
}

.iceIrank ol li:nth-of-type(2) i {
    background: #fa7a53;
}

.iceIrank ol li:nth-of-type(3) i {
    background: #fbc258;
}

.iceIrank ol li img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.28rem;
    margin-right: 0.26rem;
}

.iceIrank ol li dl {
    flex: 1;
    height: 1.2rem;
    overflow: hidden;
}

.iceIrank ol li dl dt {
    margin-bottom: 0.02rem;
}

.iceIrank ol li dl dt a {
    display: block;
    font-size: 0.28rem;
    color: #333;
    line-height: 0.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iceIrank ol li dl dd span {
    display: block;
    font-size: 0.24rem;
    color: #999;
    line-height: 0.42rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iceIrank ol li > a:nth-of-type(2) {
    position: absolute;
    right: 0.22rem;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    width: 1.22rem;
    height: 0.46rem;
    line-height: 0.46rem;
    text-align: center;
    font-size: 0.24rem;
    color: #008fff;
    border-radius: 0.02rem;
    border: 0.02rem solid rgba(79, 219, 223, 0.5);
}

.moreLink {
    display: block;
    height: 0.61rem;
    line-height: 0.61rem;
    text-align: center;
    border: 0.02rem solid rgba(204, 204, 204, 0.3);
    margin: 0.16rem 0.2rem 0.31rem;
    font-size: 0.24rem;
    color: #ccc;
    border-radius: 0.33rem;
}

.iceIlink {
    background: #18191d;
}

.iceIlink div {
    display: flex;
    flex-wrap: wrap;
    padding: 0.3rem 0.03rem 0.35rem 0.33rem;
    text-align: left;
}

.iceIlink div label {
    font-size: 0.28rem;
    font-weight: bold;
    color: #fff;
    line-height: 0.44rem;
    margin-right: 0.18rem;
}

.iceIlink div label::before {
    content: '/';
    font-size: 0.28rem;
    color: #666;
    font-weight: 400;
    margin-right: 0.07rem;
}

.iceIlink div label::after {
    content: '/';
    font-size: 0.28rem;
    color: #666;
    font-weight: 400;
    margin-left: 0.07rem;
}

.iceIlink div a {
    font-size: 0.24rem;
    color: #999;
    height: 0.44rem;
    line-height: 0.46rem;
    margin-right: 0.48rem;
}

.iceTypes {
    position: relative;
    background: #fff;
    padding: 0.1rem 0 0.1rem 0.6rem;
    margin: 0 0 0.2rem 0.2rem;
}

.iceTypes > a {
    position: absolute;
    left: 0.15rem;
    top: 0.25rem;
    display: block;
    font-size: 0;
    width: 0.3rem;
    height: 0.3rem;
    background-position: -7.96rem -0.06rem;
}

.iceTypes .swiper-container a {
    position: relative;
    display: block;
    margin: 0 0.05rem;
    padding: 0 0.12rem;
    width: auto;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    color: #666;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iceTypes .swiper-container a:nth-of-type(1) {
    margin-left: -0.07rem;
}

.iceTypes .swiper-container a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 0.2rem;
    height: 0.04rem;
    background: transparent;
}

.iceTypes .swiper-container a.current {
    color: #008fff;
}

.iceTypes .swiper-container a.current.swiper-slide-active {
    color: #008fff;
}

.iceTypes .swiper-container a.current.swiper-slide-active::after {
    background: #008fff;
}

.iceTypes .swiper-container a.current::after {
    background: #008fff;
}

.iceTypes ~ .iceIEnter .iceTitle {
    height: 0.7rem;
}

.iceTypes ~ .iceIEnter .iceTitle strong {
    line-height: 0.66rem;
}

.iceTypes ~ .iceIEnter ul {
    top: -0.01rem;
}

.pageWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0.25rem 0.3rem 0.21rem;
    height: 0.58rem;
}

.pageWrap a {
    min-width: 0.58rem;
    max-width: 1.08rem;
    height: 0.58rem;
    line-height: 0.58rem;
    text-align: center;
    font-size: 0.26rem;
    color: #94979b;
    background-color: #ecebee;
    border-radius: 0.06rem;
    overflow: hidden;
}

.pageWrap a:first-child {
    width: 0.96rem;
    text-indent: 0.03rem;
    letter-spacing: 0.03rem;
}

.pageWrap a:last-child {
    width: 0.96rem;
    text-indent: 0.03rem;
    letter-spacing: 0.03rem;
}

.pageWrap span {
    min-width: 0.58rem;
    max-width: 1.08rem;
    height: 0.58rem;
    line-height: 0.58rem;
    text-align: center;
    font-size: 0.26rem;
    color: #94979b;
    background-color: #ecebee;
    border-radius: 0.06rem;
    overflow: hidden;
}

.pageWrap .current {
    color: #fff;
    background-color: #008fff;
}

.pageWrap .disabled {
    color: #b1b1b1;
}

.pageWrap .disabled .left {
    opacity: 0.6;
}

.pageWrap .disabled .right {
    opacity: 0.6;
}

.pageWrap i {
    position: relative;
    top: 0.19rem;
    left: 0.22rem;
    display: block;
    width: 0.14rem;
    height: 0.24rem;
    background-image: url('../img/icon_zt.png');
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
}

.pageWrap i.left {
    background-position: -2.49rem -0.06rem;
}

.pageWrap i.right {
    background-position: -2.49rem -0.06rem;
    transform: rotateY(180deg);
    left: 0.22rem;
}

.iceIEnter .iceTitle {
    margin-bottom: 0.05rem;
}

.iceICourse .iceTitle {
    margin-bottom: 0.07rem;
}

.iceICourse .iceTitle ~ ul {
    padding-bottom: 0.13rem;
}

.iceIRec .iceTitle {
    margin-bottom: 0.19rem;
}

.iceITopic .iceTitle {
    margin-bottom: 0.16rem;
}

.iceTitle .num {
    position: relative;
    top: -0.05rem;
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.42rem;
    font-weight: 400;
    margin-left: 0.08rem;
}

.iceTitle .num font {
    color: #ff5757;
}

.rankbg {
    position: relative;
    z-index: 1;
    margin-top: -0.06rem;
    background: url('../img/ranktopbg.png') no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
}

.rankbg .iceIrank ol {
    max-height: 17rem;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.rankbg h1 {
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 5.2rem;
    height: 1rem;
    padding: 0 0.3rem;
    font-size: 0.52rem;
    line-height: 1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    animation: shadowPulse 2s infinite;
}

@keyframes shadowPulse {
    0% {
        text-shadow: 2px 2px 4px #ff5a00;
    }

    50% {
        text-shadow: 3px 3px 6px #ffa202;
    }

    100% {
        text-shadow: 2px 2px 4px #ff5a00;
    }
}

.rankMenu {
    margin: 0.9rem 0.2rem 0.2rem;
    display: flex;
    justify-content: space-between;
    height: 0.9rem;
    overflow: hidden;
}

.rankMenu a {
    position: relative;
    flex: 1;
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #666;
    margin-top: 0.1rem;
    background: rgba(248, 248, 248, 0.9);
    text-align: center;
}

.rankMenu a.current {
    z-index: 1;
    background: #fff;
    margin-top: 0;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.26rem;
    color: #ff5a00;
    font-weight: bold;
}

.rankMenu a:nth-of-type(n + 2)::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0.3rem;
    left: -0.01rem;
    display: block;
    width: 0.01rem;
    height: 0.2rem;
    background: rgba(119, 119, 119, 0.3);
}

.rankMenu a.current + a::before {
    display: none;
}

.rankMenu a.current::before {
    display: none;
}

.iceIrank .list {
    display: flex;
    flex-wrap: wrap;
    padding: 0.2rem 0.1rem 0.05rem;
}

.iceIrank .list a {
    display: block;
    margin: 0 0 0.2rem 0.1rem;
    width: 2.16rem;
    height: 0.54rem;
    line-height: 0.54rem;
    font-size: 0.24rem;
    color: #666;
    text-align: center;
    background: rgba(241, 241, 241, 0.85);
    border-radius: 0.06rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iceIrank .list a.current {
    color: #fff;
    background: rgba(255, 162, 2, 0.85);
    border-color: #008fff;
}

.iceZtTop {
    margin: 0 0.19rem 0.3rem;
    overflow: hidden;
}

.iceZtSlider .swiper-slide {
    /* display: block; */
    /* width: 5.84rem; */
    width: 80%;
    height: 3.28rem;
    overflow: hidden;
    position: relative;
    transition: 300ms;
    transform: scale(0.8);
    margin: 0 -10%;
}

.iceZtSlider .swiper-slide img {
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
    margin: auto;
}

.iceZtSlider .swiper-slide p {
    position: absolute;
    z-index: 2;
    bottom: 0.42rem;
    left: 0;
    padding-left: 0.22rem;
    padding-right: 0.22rem;
    width: 5rem;
    height: 0.54rem;
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.54rem;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: none;
}

.iceZtSlider .swiper-slide span {
    position: absolute;
    z-index: 2;
    bottom: 0.2rem;
    left: 0;
    padding-left: 0.22rem;
    padding-right: 0.22rem;
    width: 5rem;
    height: 0.3rem;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.34rem;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: none;
}

.iceZtSlider .swiper-slide::after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
}

.iceZtSlider .swiper-slide .swiper-slide-duplicate-active::after,
.iceZtSlider .swiper-slide.swiper-slide-active::after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1.87rem;
    text-align: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.iceZtSlider .swiper-slide-active,
.iceZtSlider .swiper-slide-duplicate-active {
    z-index: 1;
    transform: scale(1);
}

.iceZtSlider .swiper-slide-active p,
.iceZtSlider .swiper-slide-active span,
.iceZtSlider .swiper-slide-duplicate-active p,
.iceZtSlider .swiper-slide-duplicate-active span {
    display: block;
}

.iceMenu {
    display: flex;
    justify-content: center;
    height: 0.7rem;
    line-height: 0.7rem;
    border-top: 0.07rem solid #008fff;
    border-bottom: 0.01rem solid #008fff;
    border-left: 0.01rem solid #008fff;
    border-right: 0.01rem solid #008fff;
    margin: 0 0.2rem 0.2rem;
    background: #ffffff;
}

.iceMenu a {
    position: relative;
    display: block;
    font-size: 0.28rem;
    color: #666;
    padding: 0 0.21rem;
    height: 0.68rem;
    line-height: 0.62rem;
    margin: 0 0.26rem;
}

.iceMenu a.current {
    color: #008fff;
    font-weight: bold;
    border-bottom: 0.02rem solid #9ef2f6;
}

.iceMenu a.current::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0.1rem;
    height: 0.05rem;
    background-image: url('../img/icon_zt.png');
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    background-position: -3.27rem -0.06rem;
    display: none;
}

.iceMenu a:nth-of-type(n + 2)::before {
    content: '/';
    position: absolute;
    left: -0.32rem;
    margin: auto;
    display: block;
    font-size: 0.24rem;
    color: #008fff;
}

.iceMenu.newsIceMenu {
    margin-top: -0.02rem;
    margin-bottom: 0.21rem;
}

.iceTopicList {
    padding-bottom: 0.21rem;
    margin: 0 0.2rem 0.2rem;
    background: #ffffff;
}

.iceTopicList ul {
    padding: 0 0.2rem 0.05rem;
}

.iceTopicList ul li {
    position: relative;
    padding: 0.2rem 0;
}

.iceTopicList ul li a {
    display: block;
}

.iceTopicList ul li .top {
    display: flex;
    background: #f6f7f9;
}

.iceTopicList ul li .top > a {
    position: relative;
    width: 3.09rem;
    height: 1.74rem;
    margin-right: 0.2rem;
    overflow: hidden;
}

.iceTopicList ul li .top > a img {
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
    margin: auto;
}

.iceTopicList ul li .top > a span {
    position: absolute;
    left: 0.09rem;
    top: 0.1rem;
    font-size: 0.24rem;
    color: #fff;
    padding: 0 0.14rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.13rem;
}

.iceTopicList ul li .top dl {
    flex: 1;
}

.iceTopicList ul li .top dl a {
    margin-top: 0.11rem;
    font-size: 0.28rem;
    color: #333;
    line-height: 0.42rem;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iceTopicList ul li .top dl span {
    display: block;
    font-size: 0.24rem;
    color: #999;
    line-height: 0.26rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 0.02rem;
}

.iceTopicList ul li .list {
    position: absolute;
    top: 1.13rem;
    left: 3.2rem;
    z-index: 1;
    width: 3.4rem;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.iceTopicList ul li .list a {
    position: relative;
    display: block;
    width: 25%;
    height: 0.65rem;
    overflow: hidden;
}

.iceTopicList ul li .list a img {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 0.15rem;
    display: block;
    margin: auto;
}

.iceTopicList ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 0.01rem;
    background: #eee;
}

.iceTopicInfo ~ .iceIEnter .rec::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 1.03rem;
    height: 0.99rem;
    background-image: url('../img/icon_zt.png');
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    background-position: -4.36rem -0.68rem;
}

.iceTopicInfo ~ .iceIEnter {
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}

.iceTopicInfo ~ .iceIEnter ul {
    top: -0.01rem;
}

.iceTopicInfo ~ .iceIEnter ul li {
    margin-bottom: 0.2rem;
    background: #fff;
}

.iceTopicInfo ~ .iceIEnter ul li {
    padding: 0.2rem;
}

.iceTopicInfo ~ .iceITopic .iceTitle {
    margin-bottom: 0.19rem;
}

.iceTopicInfo {
    position: relative;
    margin: 0 0.2rem 0.2rem;
    background: #ffffff;
    padding: 0.18rem 0.19rem 0.17rem;
    border: 0.01rem solid #e5e5e5;
    margin-bottom: 0.21rem;
}

.iceTopicInfo .img {
    position: relative;
    display: flex;
    margin: 0 0 0.08rem;
    height: 3.24rem;
    overflow: hidden;
}

.iceTopicInfo .img img {
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
    margin: auto;
}

.iceTopicInfo dl {
    position: relative;
    overflow: hidden;
}

.iceTopicInfo dl h1 {
    position: relative;
    margin-bottom: 0.05rem;
    width: 100%;
    font-size: 0.32rem;
    color: #000;
    line-height: 0.48rem;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iceTopicInfo dl h1::before {
    content: '【';
    font-size: 0.32rem;
    color: #000;
    line-height: 0.48rem;
    margin-left: -0.17rem;
}

.iceTopicInfo dl h1::after {
    content: '】';
    font-size: 0.32rem;
    color: #000;
    line-height: 0.48rem;
}

.iceTopicInfo dl dd {
    display: flex;
    flex-wrap: wrap;
}

.iceTopicInfo dl dd em {
    display: block;
    font-size: 0.24rem;
    color: #9a9a9a;
    line-height: 0.38rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iceTopicInfo dl dd em font {
    color: #ff5757;
}

.iceTopicInfo dl dd span {
    display: block;
    font-size: 0.24rem;
    color: #9a9a9a;
    line-height: 0.38rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iceTopicInfo dl dd em::before {
    content: '';
    position: relative;
    top: 0.18rem;
    vertical-align: top;
    display: inline-block;
    width: 0.08rem;
    height: 0.01rem;
    background: #9a9a9a;
    margin-right: 0.07rem;
}

.iceTopicInfo dl dd span::before {
    content: '·';
    font-size: 0.24rem;
    color: #9a9a9a;
    line-height: 0.38rem;
    margin: 0 0.06rem;
}

.iceTopicInfo dl dd p {
    display: block;
    margin-top: 0.02rem;
    margin-bottom: 0.1rem;
    max-height: 6.8rem;
    font-size: 0.24rem;
    color: #333;
    line-height: 0.34rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.iceTopicInfo dl dd.tags {
    margin: 0.15rem 0 0.05rem;
}

.iceTopicInfo dl dd.tags a {
    display: block;
    max-width: 50%;
    padding: 0 0.16rem;
    margin: 0 0.15rem 0.1rem 0;
    text-align: center;
    background-color: rgba(153, 153, 153, 0.1);
    color: #999;
    height: 0.32rem;
    line-height: 0.32rem;
    border-radius: 0.06rem;
    font-size: 0.24rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iceTopicInfo .feBaBtn {
    top: 0.18rem;
    right: 0.19rem;
    border-radius: 0;
}

.iceNews {
    padding-bottom: 0.1rem;
    margin: 0 0.2rem 0.2rem;
    background: #ffffff;
}

.iceNews ul {
    margin: 0 0.2rem;
}

.iceNews ul li {
    display: flex;
    position: relative;
    padding: 0.22rem 0;
    border-bottom: 0.01rem dashed #e7e7e7;
    overflow: hidden;
}

.iceNews ul li > a {
    display: block;
    width: 2.35rem;
    height: 1.42rem;
    margin-right: 0.18rem;
    overflow: hidden;
}

.iceNews ul li > a img {
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
    margin: auto;
}

.iceNews ul li dl {
    display: block;
    width: 0;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.iceNews ul li dl dt {
    position: relative;
    margin-bottom: 0.18rem;
}

.iceNews ul li dl dt a {
    display: block;
    padding-top: 0.06rem;
    height: 0.72rem;
    font-size: 0.28rem;
    color: #000;
    line-height: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.iceNews ul li dl dd {
    display: flex;
}

.iceNews ul li dl dd span {
    position: relative;
    display: block;
    font-size: 0.24rem;
    color: #9a9a9a;
    line-height: 0.38rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iceNews ul li dl dd span:nth-of-type(1) {
    margin-left: 0.03rem;
}

.iceNews ul li dl dd span:nth-of-type(n + 2)::before {
    content: '·';
    font-size: 0.24rem;
    color: #9a9a9a;
    line-height: 0.38rem;
    margin: 0 0.07rem 0 0.08rem;
}

.iceNews .pageWrap {
    padding-top: 0.3rem;
}

.iceNews .moreLink {
    margin: 0.08rem 0.2rem 0.21rem;
}

.newsIceMenu ~ .iceNews {
    margin-bottom: 0.3rem;
}

.iceNewsCont ~ .iceNews {
    padding-top: 0.01rem;
}

.iceNewsCont ~ .iceNews ul li:last-of-type {
    border: none;
}

.iceAppCont ~ .iceNews ul li:last-of-type {
    border: none;
}

.iceNewsCont ~ .iceIRec {
    padding-bottom: 0.21rem;
}

.iceNewsCont ~ .iceICourse .iceTitle {
    margin-bottom: 0.2rem;
}

.iceNewsCont {
    margin: 0 0.2rem 0.2rem;
    background: #ffffff;
    padding: 0.25rem 0.2rem 0.19rem;
    overflow: hidden;
}

.iceNewsCont h1 {
    font-size: 0.4rem;
    color: #000;
    font-weight: bold;
    line-height: 0.48rem;
    margin-bottom: 0.12rem;
}

.iceNewsCont .intro {
    position: relative;
    display: flex;
    border-bottom: 0.01rem solid rgba(207, 207, 207, 0.5);
    padding: 0 0 0.13rem;
    font-size: 0.24rem;
    color: #999;
    line-height: 0.38rem;
}

.iceNewsCont .intro span {
    margin: 0 0.16rem 0 0.05rem;
}

.iceNewsCont .cont {
    padding: 0.2rem 0 0.01rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #333;
}

.iceNewsCont .cont a {
    color: #008fff;
    display: inline-block;
    border-bottom: 1px solid #008fff;
    line-height: 0.42rem;
    text-indent: 0;
}

.iceNewsCont .cont p {
    margin-bottom: 0.2rem;
    word-break: break-all;
}

.iceNewsCont .cont img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0.2rem auto;
}

.iceNewsCont .cont h3 {
    position: relative;
    display: block;
    font-size: 0.32rem;
    color: #000;
    font-weight: bold;
    line-height: 0.48rem;
    margin-bottom: 0.08rem;
}

.iceNewsCont .cont br:last-child {
    display: none;
}

.iceNewsCont .cont iframe {
    width: 100%;
    height: 3.6rem;
    margin: 0 auto;
    display: block;
    border: none;
}

.iceNewsCont .cont table {
    width: 100% !important;
    border-color: #d9d9d9;
}

.iceNewsCont .cont table a {
    border-bottom: none;
    color: #2440b3;
}

.iceNewsCont .cont strong {
    font-weight: bold;
}

.iceNewsCont .cont .info {
    width: 100%;
    height: 1.7rem;
    background: #f5f5f5;
    overflow: hidden;
    border-radius: 0.08rem;
    margin: 0.2rem auto;
}

.iceNewsCont .cont .info img {
    width: 1.28rem;
    height: 1.28rem;
    display: block;
    float: left;
    margin: 0.21rem 0.2rem;
    border-radius: 0.25rem;
}

.iceNewsCont .cont .info p {
    text-indent: 0;
}

.qaboxs {
    float: left;
    width: 50%;
    max-width: 50%;
}

.qaboxs .name {
    color: #333;
    font-size: 0.32rem;
    margin-top: 0.32rem;
    margin-bottom: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qaboxs p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qaboxs p span {
    font-size: 0.28rem;
    color: #999;
}

.qaboxs p span em {
    font-size: 0.28rem;
    color: #666;
}

.iceNewsCont .cont .info a {
    border: 0;
}

.iceNewsCont .cont .info a.btn {
    width: 1.2rem;
    height: 0.52rem;
    display: block;
    float: right;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    background: #ffa622;
    line-height: 0.52rem;
    border-radius: 0.08rem;
    margin-top: 0.6rem;
    margin-right: 0.2rem;
}

.video-source {
    width: auto !important;
    max-width: 72% !important;
    height: auto !important;
    max-height: 4.6rem !important;
    display: block !important;
    margin: 0.1rem auto !important;
}

.iceNewsApp {
    position: relative;
    display: flex;
    padding: 0.19rem 0.21rem 0.22rem;
    margin: 0.09rem 0 0.22rem;
    background: #f5f5f5;
    border: 0.01rem solid #008fff;
    overflow: hidden;
}

.iceNewsApp .pic {
    position: relative;
}

.iceNewsApp .pic img {
    position: relative;
    z-index: 1;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 0.2rem;
    margin-right: 0.26rem;
}

.iceNewsApp dl {
    position: relative;
    z-index: 1;
    display: block;
    width: 0;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 1.1rem;
    overflow: hidden;
}

.iceNewsApp dl dt a {
    display: block;
    font-size: 0.26rem;
    color: #15282d;
    font-weight: bold;
    height: 0.44rem;
    line-height: 0.44rem;
    margin-bottom: 0.02rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.iceNewsApp dl dd {
    display: flex;
}

.iceNewsApp dl dd em,
.iceNewsApp dl dd span {
    position: relative;
    display: block;
    font-size: 0.24rem;
    color: #999;
    line-height: 0.32rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iceNewsApp dl dd span:nth-of-type(n + 2)::before {
    content: '/';
    font-size: 0.24rem;
    color: #999;
    line-height: 0.32rem;
    margin: 0 0.08rem 0 0.12rem;
}

.iceNewsApp .btn {
    position: absolute;
    z-index: 1;
    right: 0.2rem;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    width: 1.26rem;
    height: 0.52rem;
    line-height: 0.52rem;
    border-radius: 0.02rem;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    background: #008fff;
    overflow: hidden;
}

.newsCopy {
    margin: 0.12rem 0;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #8f8f8f;
    font-weight: lighter;
}

.newsCopy span {
    position: relative;
    display: inline-block;
    padding: 0 0.1rem;
    height: 0.38rem;
    line-height: 0.38rem;
    font-size: 0.24rem;
    text-align: center;
    font-weight: lighter;
    color: #ffa900;
    border: 1px solid rgba(255, 169, 0, 0.5);
    border-radius: 0.06rem;
    margin-right: 0.12rem;
    cursor: pointer;
}

.newsCopy span i {
    display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    vertical-align: top;
    position: relative;
    top: 0.1rem;
    margin-right: 0.08rem;
    background-position: -5.23rem -0.08rem;
}

.newsCopy span input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.newsCopy em {
    color: #8f8f8f;
    font-weight: lighter;
}

.iceAppIntro ~ .iceNews {
    padding-top: 0.04rem;
}

.iceAppIntro ~ .iceNews ul li:last-of-type {
    border: none;
}

.iceAppIntro ~ .iceIRec {
    padding-bottom: 0.21rem;
}

.iceAppIntro {
    margin: 0 0.2rem 0.2rem;
    background: #ffffff;
    padding: 0.23rem 0.25rem 0.13rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 0.06rem solid #008fff;
}

.iceAppIntro .info {
    display: flex;
}

.iceAppIntro .info img {
    display: block;
    width: 1.52rem;
    height: 1.52rem;
    border-radius: 0.3rem;
    margin-right: 0.19rem;
    margin-bottom: 0.2rem;
}

.iceAppIntro .info dl {
    flex: 1;
    width: 4.92rem;
}

.iceAppIntro .info dl h1 {
    display: block;
    width: 100%;
    margin-bottom: 0.07rem;
    font-size: 0.36rem;
    color: #15282d;
    font-weight: bold;
    line-height: 0.52rem;
    margin-top: -0.02rem;
}

.iceAppIntro .info dl dd {
    display: flex;
    flex-wrap: wrap;
}

.iceAppIntro .info dl dd span {
    font-size: 0.24rem;
    color: #999;
    line-height: 0.44rem;
}

.iceAppIntro .info dl dd span:nth-of-type(n + 2)::before {
    content: '/';
    font-size: 0.24rem;
    color: #999;
    line-height: 0.44rem;
    margin: 0 0.1rem;
}

.iceAppIntro .info dl dd.tags {
    margin-bottom: 0.15rem;
}

.iceAppIntro .info dl dd a {
    display: block;
    max-width: 50%;
    padding: 0 0.16rem;
    text-align: center;
    background-color: #eff0f0;
    color: #999;
    height: 0.32rem;
    line-height: 0.32rem;
    border-radius: 0.06rem;
    font-size: 0.24rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0.12rem 0.15rem 0 0;
}

.feBaBtn {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    padding-left: 0.1rem;
    width: 0.8rem;
    height: 0.35rem;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.35rem;
    background: #fbc258;
    border-radius: 0.06rem;
}

.feBaBtn i {
    position: relative;
    top: 0.07rem;
    vertical-align: top;
    margin-right: 0.06rem;
    display: inline-block;
    width: 0.23rem;
    height: 0.2rem;
    background-position: -3.96rem -0.07rem;
}

.downBtn {
    display: flex;
    flex-wrap: wrap;
    width: 6.49rem;
    margin: auto;
}

.downBtn a,
.downBtn button {
    display: block;
    width: 6.49rem;
    height: 0.75rem;
    line-height: 0.75rem;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 0.1rem;
    margin: 0 auto 0.1rem;
    background: #25cc6d;
}

.downBtn .adrBtn {
    background: #25cc6d;
}

.downBtn .iosBtn {
    background: #1799ff;
}

.downBtn .pcBtn {
    background: #ca85fd;
}

.downBtn .ljBtn {
    flex: 1;
    width: auto;
    min-width: 3.15rem;
    max-width: 6.49rem;
    background-color: #25cc6d;
}

.downBtn .gsBtn {
    width: 3.15rem;
    margin-left: 0.18rem;
    background: #ca85fd;
}

.downBtn .orderBtn {
    background: #fa7a53;
}

.downBtn .no,
.downBtn .noDown {
    background-color: #ccc;
    color: #fff;
}

.oTip {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0.14rem 0.12rem 0.1rem;
    font-size: 0.24rem;
    color: rgba(250, 122, 83, 0.65);
    line-height: 0.3rem;
}

.oTip span {
    position: relative;
    display: block;
}

.oTip span::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0.03rem;
    display: block;
    width: 101%;
    height: 0.1rem;
    background: rgba(250, 122, 83, 0.08);
}

.oTip span:nth-of-type(2) {
    text-indent: 0.18rem;
}

.oTip span:nth-of-type(2)::after {
    width: 1.9rem;
    right: inherit;
}

.showImg {
    padding: 0.1rem 0 0.1rem 0.2rem;
}

.img_item {
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.img_item ul {
    font-size: 0;
}

.img_item ul li {
    position: relative;
    width: auto;
    max-width: 100%;
    height: 3.14rem;
    margin-right: 0.23rem;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}

.img_item ul li video {
    margin: auto;
    opacity: 1;
    width: auto;
    height: 3.14rem;
    object-fit: cover;
}

.img_item ul li img {
    width: auto;
    height: 100%;
    margin: auto;
}

.img_item ul li .replay {
    position: absolute;
    z-index: 1;
    top: 39%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 0.85rem;
    height: 0.85rem;
    background-image: url('../img/icon_zt.png');
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    background-position: -1.56rem -2.68rem;
}

.img_item ul li .replay.hide {
    display: none;
}

.hideVideo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100000000;
    max-width: 7.5rem;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.hideVideo .tpVideo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 7.5rem;
}

.hideVideo .tpVideo video {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

.hideVideo .tpVideo .replay1 {
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url('../img/icon_zt.png');
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    background-position: -1.45rem -2.55rem;
}

.hideVideo .tpVideo .replay1.hide {
    display: none;
}

.hideVideo .vClose {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: block;
    height: 0.74rem;
    width: 0.74rem;
    background-position: -2.72rem -2.68rem;
}

.showImg::-webkit-scrollbar {
    height: 0 !important;
    border-radius: 0.03rem;
    background: #ddddf8;
}

.showImg::-webkit-scrollbar-thumb {
    border-radius: 0.03rem;
    background-color: #008fff !important;
}

.iceAppCont {
    padding: 0.04rem 0 0.14rem;
    margin: 0 0.2rem 0.2rem;
    background: #ffffff;
    overflow: hidden;
}

.iceAppCont .cont {
    padding: 0 0.3rem 0.01rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #333;
}

.iceAppCont .cont a {
    color: #008fff;
    display: inline-block;
    border-bottom: 1px solid #fb371f;
    line-height: 0.59rem;
    text-indent: 0;
}

.iceAppCont .cont p {
    margin-bottom: 0.12rem;
}

.iceAppCont .cont img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0.17rem auto;
}

.iceAppCont .cont h3 {
    position: relative;
    z-index: 1;
    vertical-align: top;
    display: inline-block;
    font-size: 0.32rem;
    color: #008fff;
    font-weight: bold;
    line-height: 0.44rem;
    margin-bottom: 0.04rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iceAppCont .cont h3::before {
    content: '*';
    font-size: 0.32rem;
    color: #008fff;
    font-weight: bold;
}

.iceAppCont .cont h3::after {
    content: '*';
    font-size: 0.32rem;
    color: #008fff;
    font-weight: bold;
}

.iceAppCont .cont strong {
    font-weight: bold;
}

.iceAppCont .cont br:last-child {
    line-height: 0.02rem;
}

.iceAppCont .cont iframe {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    border: none;
}

.iceAppCont .cont video {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.iceAppCont .cont table {
    width: 100% !important;
    border-color: #d9d9d9;
}

.iceAppCont .cont table a {
    border-bottom: none;
    color: #0000ee;
}

.iceAppCont .iceTit {
    padding: 0.07rem 0.2rem;
}

.iceAppCont .iceTit strong {
    position: relative;
    z-index: 1;
    padding: 0 0.12rem 0 0.09rem;
    font-size: 0.3rem;
    color: #333;
}

.iceAppCont .iceTit strong::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.02rem;
    z-index: -1;
    width: 1.38rem;
    height: 0.24rem;
    background-image: url('../img/icon_zt.png');
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    background-position: -0.07rem -1.8rem;
}

.iceJump {
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 0.2rem;
    padding-bottom: 0.12rem;
    height: 0.74rem;
    background: #fff;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    overflow-x: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

.iceJump::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.iceJump::after {
    content: '';
    position: absolute;
    bottom: 0.12rem;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: 0.01rem;
    background-color: rgba(226, 226, 226, 0.65);
}

.iceJump span {
    position: relative;
    z-index: 1;
    display: block;
    margin-right: 0.41rem;
    padding: 0 0.18rem;
    line-height: 0.72rem;
    font-size: 0.28rem;
    color: #333;
    border-bottom: 0.04rem solid transparent;
}

.iceJump span.current {
    font-size: 0.34rem;
    line-height: 0.7rem;
    color: #008fff;
    font-weight: bold;
    border-color: #008fff;
}

.iceGameInfo {
    position: relative;
    margin: 0 0.2rem 0.2rem;
    background: #ffffff;
}

.iceGameInfo ul {
    position: relative;
    top: -0.03rem;
    padding: 0 0.2rem 0.23rem;
}

.iceGameInfo ul li {
    position: relative;
    display: flex;
    font-size: 0.24rem;
    height: 0.67rem;
    color: #999;
    line-height: 0.62rem;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0.03rem 0 0.05rem;
}

.iceGameInfo ul li:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0.02rem;
    display: block;
    width: 100%;
    height: 0.01rem;
    background-color: #ecf0f1;
    border-radius: 0.01rem;
}

.iceGameInfo ul li a,
.iceGameInfo ul li span {
    flex: 1;
    text-align: right;
    color: #1f1f1f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 0.2rem;
}

.iceGameInfo ul li .agSecret,
.iceGameInfo ul li .gPower,
.iceGameInfo ul li .gSecret {
    color: #008fff;
}

.iceGameInfo .feBaBtn {
    top: 0.18rem;
    right: 0.22rem;
}

.iceLog {
    position: relative;
    margin-top: -0.02rem;
    margin-bottom: 0.15rem;
}

.iceLog .rizhi {
    max-height: 10rem;
    padding: 0 0.2rem 0.01rem;
    overflow: auto;
}

.iceLog .rizhi p {
    font-size: 0.26rem;
    color: #333;
    line-height: 0.44rem;
    display: block;
    margin: 0.01rem 0 0;
    text-indent: 0;
}

.iceLog .rizhi span {
    color: #aaa;
    font-size: 0.26rem;
}

.iceLog .rizhi strong {
    display: block;
    font-size: 0.26rem;
    color: #333;
    line-height: 0.44rem;
}

.iceLog .rizhi > em {
    display: block;
    line-height: 0.44rem;
    font-size: 0.26rem;
    color: #ccc;
}

.rLog {
    position: absolute;
    right: 0.35rem;
    top: 0.07rem;
    font-size: 0.24rem;
    color: #ccc;
    line-height: 0.56rem;
}

.map-list {
    margin: 0 0.2rem 0.2rem;
    background: #ffffff;
    padding: 0.06rem 0 0.12rem;
}

.map-list .iceTit {
    padding: 0.07rem 0.2rem;
}

.map-list .iceTit strong {
    position: relative;
    z-index: 1;
    padding: 0 0.12rem 0 0.09rem;
    font-size: 0.3rem;
    color: #333;
}

.map-list .iceTit strong::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.02rem;
    z-index: -1;
    width: 1.38rem;
    height: 0.24rem;
    background-image: url('../img/icon_zt.png');
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    background-position: -0.07rem -1.8rem;
}

.map-list ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0.08rem;
    padding-top: 0.15rem;
}

.map-list li a {
    display: block;
    padding: 0 0.1rem;
    min-width: 1.4rem;
    margin: 0 0 0.2rem 0.12rem;
    text-align: center;
    background-color: #f2f3f5;
    color: #666;
    height: 0.48rem;
    line-height: 0.48rem;
    border-radius: 0.06rem;
    font-size: 0.24rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mapxin {
    display: flex;
    justify-content: center;
    margin-bottom: 0.1rem;
}

.mapxin a {
    font-size: 0.22rem;
    color: #999;
    height: 0.44rem;
    line-height: 0.46rem;
    margin-right: 0.28rem;
}

.mapxin a:nth-of-type(n + 2)::before {
    content: '';
    position: relative;
    top: 0.04rem;
    display: inline-block;
    width: 0.02rem;
    height: 0.2rem;
    background: rgba(119, 119, 119, 0.5);
    margin-right: 0.28rem;
}

.iceGameApp {
    margin: 0 0.2rem 0.2rem;
    background: #ffffff;
    padding-bottom: 0.1rem;
}

.iceGameApp ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.08rem;
}

.iceGameApp ul li {
    position: relative;
    display: block;
    text-align: center;
    width: 25%;
    padding: 0.13rem 0 0.11rem;
}

.iceGameApp ul li a {
    position: relative;
    display: block;
    z-index: 1;
}

.iceGameApp ul li a img {
    position: relative;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.24rem;
    margin: 0 auto 0.07rem;
}

.iceGameApp ul li a p {
    display: block;
    width: 96%;
    font-size: 0.3rem;
    color: #1f2121;
    height: 0.5rem;
    line-height: 0.5rem;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.iceGameApp ul li a p:nth-of-type(2) {
    font-size: 0.24rem;
    color: #999;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
}

.iceGameApp ul li a span {
    display: block;
    margin: auto;
    width: 1.22rem;
    height: 0.46rem;
    line-height: 0.46rem;
    text-align: center;
    font-size: 0.24rem;
    color: #008fff;
    border-radius: 0.02rem;
    border: 0.02rem solid rgba(79, 219, 223, 0.5);
}

.iceVersion {
    position: relative;
    margin: 0 0.2rem 0.2rem;
    background: #ffffff;
}

.iceVersion ul {
    padding: 0.16rem 0.2rem 0.22rem;
}

.iceVersion ul li {
    position: relative;
    height: 1.1rem;
    padding: 0 1.5rem 0 0.2rem;
    background: rgba(81, 235, 255, 0.1);
    border-radius: 0.1rem;
    margin-bottom: 0.1rem;
    overflow: hidden;
}

.iceVersion ul li a:nth-of-type(1) {
    display: block;
    padding: 0.13rem 0;
}

.iceVersion ul li p {
    display: block;
    font-size: 0.24rem;
    color: #333;
    line-height: 0.44rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iceVersion ul li div {
    display: flex;
    flex-wrap: nowrap;
}

.iceVersion ul li div span {
    display: block;
    font-size: 0.24rem;
    color: #999;
    line-height: 0.3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iceVersion ul li div span:nth-of-type(n + 2)::before {
    content: '/';
    font-size: 0.24rem;
    color: #ccc;
    line-height: 0.3rem;
    margin: 0 0.11rem 0 0.12rem;
}

.iceVersion ul li a:nth-of-type(2) {
    display: block;
    width: 1.22rem;
    height: 0.46rem;
    line-height: 0.46rem;
    text-align: center;
    font-size: 0.24rem;
    color: #008fff;
    border-radius: 0.02rem;
    border: 0.02rem solid rgba(79, 219, 223, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.23rem;
    margin: auto;
    background: #fff;
}

.iceGameZt {
    position: relative;
    padding-bottom: 0.16rem;
    margin: 0 0.2rem 0.2rem;
    background: #ffffff;
}

.iceGameZt .tabMenu {
    position: relative;
    z-index: 1;
    margin: 0.2rem 0;
    height: 0.56rem;
    overflow: hidden;
    overflow-x: auto;
    font-size: 0;
    overflow-x: -moz-scrollbars-none;
    -ms-overflow-style: none;
    white-space: nowrap;
}

.iceGameZt .tabMenu::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.iceGameZt .tabMenu > div {
    position: relative;
    top: 0;
}

.iceGameZt .tabMenu span {
    position: relative;
    z-index: 1;
    vertical-align: top;
    display: inline-block;
    font-size: 0.24rem;
    color: #999;
    height: 0.56rem;
    line-height: 0.54rem;
    padding: 0 0.27rem 0 0.25rem;
    margin: 0 0.22rem 0 0.2rem;
    background: transparent;
    border-radius: 0.28rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iceGameZt .tabMenu span.current {
    color: #fff;
    background: #008fff;
}

.iceGameZt .tabCont {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.iceGameZt .tabCont .subT {
    position: relative;
    display: flex;
    width: 6.7rem;
    height: 1.74rem;
    background: #e4fcff;
    margin: 0 auto 0.2rem;
}

.iceGameZt .tabCont .subT > a {
    position: relative;
    display: block;
    width: 3.09rem;
    height: 1.74rem;
    overflow: hidden;
    margin-right: 0.22rem;
}

.iceGameZt .tabCont .subT > a img {
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
    margin: auto;
}

.iceGameZt .tabCont .subT > a span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: 0.4rem;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.4rem;
    background: rgba(0, 0, 0, 0.6);
    text-indent: 0.11rem;
}

.iceGameZt .tabCont .subT dl {
    flex: 1;
    padding-right: 0.1rem;
}

.iceGameZt .tabCont .subT dl dt a {
    display: block;
    font-size: 0.28rem;
    color: #000;
    font-weight: bold;
    line-height: 0.38rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 0.07rem;
    margin-left: -0.06rem;
}

.iceGameZt .tabCont .subT dl dt a::before {
    content: '【';
    font-size: 0.22rem;
    color: #000;
    font-weight: bold;
}

.iceGameZt .tabCont .subT dl dt a::after {
    content: '】';
    font-size: 0.22rem;
    color: #000;
    font-weight: bold;
}

.iceGameZt .tabCont .subT dl dd p {
    display: block;
    max-height: 1.2rem;
    font-size: 0.24rem;
    color: #333;
    line-height: 0.3rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.iceGameZt .tabCont .subB {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0.2rem 0 0 0.05rem;
}

.iceGameZt .tabCont .subB:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    display: block;
    width: 6.7rem;
    height: 0.01rem;
    background-color: #ecf0f1;
    border-radius: 0.01rem;
}

.iceGameZt .tabCont .subB a {
    display: block;
    padding: 0 0.17rem;
    margin: 0 0 0.26rem 0.15rem;
    text-align: center;
    background-color: #f2f3f5;
    color: #666;
    height: 0.48rem;
    line-height: 0.48rem;
    border-radius: 0.06rem;
    font-size: 0.24rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iceGameZt .iceTitle strong {
    line-height: 0.72rem;
}

.iceGameZt ~ .iceNews {
    padding-top: 0;
}

.orderList {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.orderBox {
    position: absolute;
    z-index: 5;
    top: 3rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 6.11rem;
    border-radius: 0.1rem;
    background: url('../img/orderbg.png') no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
}

.orderBox .oClose {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

.orderBox .oClose i {
    display: block;
    margin: auto;
    width: 0.81rem;
    height: 0.69rem;
    background-position: -3.88rem -2.62rem;
    position: relative;
}

.orderBox .oTitle {
    position: relative;
    display: block;
    height: 1.3rem;
}

.orderBox .oTitle p {
    display: block;
    text-align: center;
    padding: 0.12rem 0.38rem;
    font-size: 0.4rem;
    color: #333;
    font-weight: bold;
    line-height: 1.1rem;
    white-space: nowrap;
    overflow: hidden;
}

.orderBox .oTelBox {
    position: relative;
    width: 5.34rem;
    margin: 0.04rem auto;
    background: #f5f5f5;
    border-radius: 0.1rem;
    overflow: hidden;
}

.orderBox .oTelBox:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0.28rem;
    top: 0.17rem;
    display: block;
    width: 0.3rem;
    height: 0.45rem;
    background: url('../img/icon_zt.png') no-repeat;
    background-size: 10rem 10rem;
    background-position: -5.11rem -2.68rem;
}

.orderBox .oTelBox:after {
    content: '';
    position: absolute;
    left: 0.82rem;
    top: 0.12rem;
    display: block;
    width: 1px;
    height: 0.55rem;
    background: #dfdfdf;
}

.orderBox form .tel {
    position: relative;
    display: block;
    border: none;
    width: 4.3rem;
    height: 0.79rem;
    background: #f5f5f5;
    line-height: 0.62rem;
    color: #333;
    font-size: 0.24rem;
    padding: 0 0.02rem 0 1rem;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox form .tel::-webkit-input-placeholder {
    color: #9a9a9a;
}

.orderBox form .tel:-moz-placeholder {
    color: #9a9a9a;
}

.orderBox form .tel::-moz-placeholder {
    color: #9a9a9a;
}

.orderBox form .tel:-ms-input-placeholder {
    color: #9a9a9a;
}

.orderBox form .tel:focus {
    color: #808080;
}

.orderBox form p {
    text-align: center;
    color: #404040;
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin-top: 0.08rem;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox form p em {
    color: #ff3333;
}

.orderBox form p:last-of-type {
    font-size: 0.2rem;
    color: #ccc;
    margin-top: 0;
}

.orderBox form span {
    color: #ff3333;
    font-size: 0.14rem;
    text-align: left;
    display: block;
    width: 3.06rem;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox .oKnow,
.orderBox form .oBtn {
    display: block;
    cursor: pointer;
    border: 0;
    width: 2.65rem;
    height: 0.68rem;
    background: #008fff;
    border-radius: 0.34rem;
    line-height: 0.68rem;
    color: #fff;
    font-size: 0.32rem;
    margin: 0.14rem auto 0.46rem;
}

.orderBox .msg {
    display: block;
    color: #ff3333;
    font-size: 0.14rem;
    text-align: left;
    width: 3.66rem;
    margin: 0 auto;
}

.orderBox .oWin {
    width: 100%;
    height: auto;
    border-radius: 0.1rem;
    text-align: center;
}

.orderBox .oWin > p {
    position: relative;
    font-size: 0.28rem;
    color: #3fe7bd;
    width: 96%;
    margin: 0.05rem auto 0.02rem;
    line-height: 0.68rem;
}

.orderBox .oWin > i {
    position: relative;
    display: block;
    width: 1.34rem;
    height: 1.01rem;
    background-position: -0.07rem -4.15rem;
    margin: auto;
}

.orderBox .oAgin {
    width: 100%;
    height: auto;
    border-radius: 0.1rem;
    text-align: center;
}

.orderBox .oAgin > p {
    position: relative;
    font-size: 0.28rem;
    color: #66edff;
    width: 96%;
    margin: 0.05rem auto 0.02rem;
    line-height: 0.68rem;
}

.orderBox .oAgin > i {
    position: relative;
    display: block;
    width: 1.34rem;
    height: 1.01rem;
    background-position: -1.97rem -4.15rem;
    margin: auto;
}

.gRule {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    max-width: 7.5rem;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.ruleBox {
    position: absolute;
    z-index: 5;
    top: 1.8rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 6rem;
    min-height: 4.8rem;
    border-radius: 0.2rem;
    background-color: #fff;
    overflow: hidden;
}

.ruleBox .rClose {
    position: absolute;
    top: 0.24rem;
    right: 0.22rem;
    margin: auto;
    z-index: 10;
}

.ruleBox .rClose i {
    display: block;
    margin: auto;
    width: 0.28rem;
    height: 0.28rem;
    background-position: -5.83rem -2.65rem;
    position: relative;
}

.ruleBox .rTitle {
    position: relative;
    display: block;
    height: 0.76rem;
    background-color: #008fff;
    text-indent: 1em;
}

.ruleBox .rTitle p {
    display: block;
    font-size: 0.32rem;
    color: #fff;
    font-weight: bold;
    line-height: 0.76rem;
    white-space: nowrap;
    overflow: hidden;
}

.ruleBox .rSure {
    display: block;
    border: 0;
    width: 3.2rem;
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.32rem;
    color: #fff;
    background: #008fff;
    text-align: center;
    border-radius: 0.34rem;
    margin: 0.36rem auto 0.37rem;
}

.ruleMain {
    position: relative;
    display: block;
    max-height: 4.8rem;
    border: none;
    padding: 0.2rem 0.2rem 0 0.32rem;
    margin-right: 0.3rem;
    line-height: 0.42rem;
    font-size: 0.2rem;
    color: #666;
    border-radius: 0.04rem;
    overflow: hidden;
    overflow-y: auto;
}

.ruleMain > p {
    text-align: left;
    font-size: 0.2rem;
    color: #666;
    line-height: 0.36rem;
    margin: 0 auto 0.1rem;
}

.ruleMain p {
    text-align: left;
    font-weight: lighter;
}

.ruleMain strong {
    display: block;
    color: #333;
    line-height: 0.52rem;
    font-size: 0.24rem;
    font-weight: bold;
    text-indent: 0;
    text-align: left;
}

.gPrivacy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    max-width: 7.5rem;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.privacyBox {
    position: absolute;
    z-index: 5;
    top: 1.8rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 6rem;
    min-height: 4.8rem;
    border-radius: 0.2rem;
    background-color: #fff;
    overflow: hidden;
}

.privacyBox .pClose {
    position: absolute;
    top: 0.24rem;
    right: 0.22rem;
    margin: auto;
    z-index: 10;
}

.privacyBox .pClose i {
    display: block;
    margin: auto;
    width: 0.28rem;
    height: 0.28rem;
    background-position: -5.83rem -2.65rem;
    position: relative;
}

.privacyBox .pTitle {
    position: relative;
    display: block;
    height: 0.76rem;
    background-color: #008fff;
    text-indent: 1em;
}

.privacyBox .pTitle p {
    display: block;
    font-size: 0.32rem;
    color: #fff;
    font-weight: bold;
    line-height: 0.76rem;
    white-space: nowrap;
    overflow: hidden;
}

.privacyBox .pSure {
    display: block;
    border: 0;
    width: 3.2rem;
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.32rem;
    color: #fff;
    background: #008fff;
    text-align: center;
    border-radius: 0.34rem;
    margin: 0.36rem auto 0.37rem;
}

.privacyMain {
    position: relative;
    display: block;
    max-height: 4.8rem;
    border: none;
    padding: 0.2rem 0.2rem 0 0.32rem;
    margin-right: 0.3rem;
    line-height: 0.42rem;
    font-size: 0.2rem;
    color: #666;
    border-radius: 0.04rem;
    overflow: hidden;
    overflow-y: auto;
}

.privacyMain > p {
    text-align: left;
    font-size: 0.2rem;
    color: #666;
    line-height: 0.36rem;
    margin: 0 auto 0.1rem;
}

.privacyMain p {
    text-align: left;
    font-weight: lighter;
}

.privacyMain strong {
    display: block;
    color: #333;
    line-height: 0.52rem;
    font-size: 0.24rem;
    font-weight: bold;
    text-indent: 0;
    text-align: left;
}

.gLog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    max-width: 7.5rem;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.logBox {
    position: absolute;
    z-index: 5;
    top: 1.8rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 6rem;
    min-height: 4.8rem;
    border-radius: 0.2rem;
    background-color: #fff;
    overflow: hidden;
}

.logBox .lClose {
    position: absolute;
    top: 0.24rem;
    right: 0.22rem;
    margin: auto;
    z-index: 10;
}

.logBox .lClose i {
    display: block;
    margin: auto;
    width: 0.28rem;
    height: 0.28rem;
    background-position: -5.83rem -2.65rem;
    position: relative;
}

.logBox .lTitle {
    position: relative;
    display: block;
    height: 0.76rem;
    background-color: #008fff;
    text-indent: 1em;
}

.logBox .lTitle p {
    display: block;
    font-size: 0.32rem;
    color: #fff;
    font-weight: bold;
    line-height: 0.76rem;
    white-space: nowrap;
    overflow: hidden;
}

.logBox .lSure {
    display: block;
    border: 0;
    width: 3.2rem;
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.32rem;
    color: #fff;
    background: #008fff;
    text-align: center;
    border-radius: 0.34rem;
    margin: 0.36rem auto 0.37rem;
}

.logMain {
    position: relative;
    display: block;
    max-height: 4.8rem;
    border: none;
    padding: 0.2rem 0.2rem 0 0.32rem;
    margin-right: 0.3rem;
    line-height: 0.42rem;
    font-size: 0.2rem;
    color: #666;
    border-radius: 0.04rem;
    overflow: hidden;
    overflow-y: auto;
}

.logMain > p {
    text-align: left;
    font-size: 0.2rem;
    color: #666;
    line-height: 0.36rem;
    margin: 0 auto 0.1rem;
}

.logMain p {
    text-align: left;
    font-weight: lighter;
}

.logMain strong {
    display: block;
    color: #333;
    line-height: 0.52rem;
    font-size: 0.2rem;
    font-weight: bold;
    text-indent: 0;
    text-align: left;
}

.feedBack {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    max-width: 7.5rem;
    min-width: 3.2rem;
    background-color: rgba(0, 0, 0, 0.8);
}

.feBackBox {
    position: absolute;
    z-index: 5;
    top: 1.08rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 6.11rem;
    min-height: 4.8rem;
    border-radius: 0.1rem;
    text-align: center;
    background: url('../img/maskfkbg.png') no-repeat;
    background-color: #fff;
    background-size: 100% 100%;
}

.feBackBox .feBaClose {
    position: absolute;
    top: 0.08rem;
    right: 0.08rem;
    z-index: 10;
}

.feBackBox .feBaClose i {
    display: block;
    margin: auto;
    width: 0.5rem;
    height: 0.5rem;
    background-position: -6.53rem -2.68rem;
    position: relative;
}

.feBackBox .fTitle {
    position: relative;
    display: block;
    text-align: center;
    height: 0.9rem;
}

.feBackBox .fTitle p {
    display: block;
    font-size: 0.4rem;
    color: #fff;
    font-weight: bold;
    line-height: 0.82rem;
    white-space: nowrap;
    overflow: hidden;
}

.feBackBox .fSure,
.feSubmit input {
    display: block;
    border: 0;
    width: 3.22rem;
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.3rem;
    color: #fff;
    background: #008fff;
    text-align: center;
    border-radius: 0.34rem;
    margin: 0.36rem auto 0.37rem;
}

.feBackBox .cont {
    background: #fff;
    padding: 0 0 0.01rem;
    margin: 0 0.11rem 0.1rem;
    border-radius: 0.1rem;
}

.feBack {
    margin: 0 0.34rem 0 0.22rem;
}

.feBack > span {
    font-size: 0.28rem;
    color: #000;
    line-height: 0.46rem;
    margin: 0.16rem auto 0.1rem;
    display: block;
    text-align: left;
}

.feBack .info {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin-top: -0.12rem;
}

.feBack .info p {
    font-size: 0.24rem;
    color: #999;
    line-height: 0.44rem;
}

.otherRe {
    background: #f0f0f0;
    border-radius: 0.06rem;
    overflow: hidden;
    padding: 0.1rem 0.13rem;
}

.feBack textarea {
    width: 100%;
    height: 0.94rem;
    line-height: 0.32rem;
    border: none;
    resize: none;
    background: transparent;
    font-size: 0.2rem;
    color: #999;
}

.checkbox {
    position: relative;
    display: block;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
}

.checkbox:nth-last-child(1) {
    border-bottom: none;
}

.checkbox input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.2rem;
    height: 0.2rem;
    opacity: 0;
}

.checkbox label {
    position: absolute;
    left: 0.48rem;
    top: 0;
    height: 0.4rem;
    line-height: 0.4rem;
    width: 90%;
    font-size: 0.24rem;
    color: #666;
    padding: 0.14rem 0;
}

.checkbox label:after {
    content: '';
    position: absolute;
    left: -0.46rem;
    top: 0.16rem;
    width: 0.33rem;
    height: 0.33rem;
    background: url('../img/icon_zt.png') no-repeat;
    background-size: 10rem 10rem;
    background-position: -7.42rem -2.66rem;
}

.checkbox input[type='checkbox']:checked + label:after {
    width: 0.33rem;
    height: 0.33rem;
    background-position: -8.135rem -2.635rem;
}

.telBox {
    overflow: hidden;
}

.telBox input {
    display: block;
    border: none;
    width: 100%;
    text-indent: 1em;
    background-color: #f6f6f6;
    color: #666;
    font-size: 0.2rem;
    border-radius: 0.06rem;
    line-height: 0.67rem;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

.telBox input::-webkit-input-placeholder {
    color: #999;
}

.telBox input:-moz-placeholder {
    color: #999;
}

.telBox input::-moz-placeholder {
    color: #999;
}

.telBox input:-ms-input-placeholder {
    color: #999;
}
