@charset "utf-8";

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
hr,
thead,
tbody,
tfoot,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    line-height: 1.5;
}

body,
button,
input,
select,
textarea {
    font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    border: 1px solid #ddd;
    padding: 5px;
}

table th {
    font-weight: inherit;
    border-bottom-width: 2px;
    border-bottom-color: #ccc;
}

img {
    border: 0 none;
    width: auto\9;
    max-width: 100%;
    vertical-align: top;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input {
        line-height: normal !important;
    }
}

select[size],
select[multiple],
select[size][multiple] {
    border: 1px solid #AAA;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video,
progress {
    display: inline-block;
}


* {
    margin: 0;
    padding: 0;
    background-size: cover;
}

ul,
ol {
    list-style: none;
}

.box {
    width: 7.5rem;
    margin: 0 auto;
}

.contain {
    width: 6.8rem;
    margin: 0 auto;
}

main {
    width: 100%;
}

img {
    width: 100%;
}

@font-face {
    font-family: Bebas;
    src: url(//www1.pconline.com.cn/zt/gz20241212/college/wap/Bebas/BEBAS___.TTF) format('truetype');
}

.header-wrap {
    width: 7.5rem;
    margin: 0 auto;
    background-color: #0F8DD7;
    display: none;
}

/* 头部样式开始 */
.header {
    width: 100%;
    height: 12.7rem;
    /* background: url(//www1.pconline.com.cn/zt/gz20241212/college/wap/images/bg-header.jpg) no-repeat;
    background-size: cover; */
    position: relative;
}

.box .header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: .5rem;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(15, 141, 215, 1), rgba(15, 141, 215, 0));

}


.header img {
    width: 100%;
    height: 100%;
}

/* .header .jianzhu img{
    width: 100%;
    height: 7.08rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.header .jianzhu .hello{
    width: 1.29rem;
    height: 0.82rem;
    position: absolute;
    top: 54%;
    left: 6%;
} */

/* 头部样式结束 */

/* 高校专场样式开始 */
.gxzc {
    width: 100%;
    /* height: 15rem; */
    background: url(//www1.pconline.com.cn/zt/gz20241212/college/wap/images/bg1.png?t=1) no-repeat;
    background-size: cover;
    margin-top: -1.5rem;
    padding-top: 2rem;
    position: relative;
    padding: 2rem 0;
}

.gxzc .gxzc-bus {
    width: 6.63rem;
    margin-left: 0.37rem;
}

.gxzc .contain {
    margin-top: -0.25rem;
}

.gxzc .new {
    width: 100%;
    height: 4.45rem;
    position: relative;
    overflow: hidden;
}

.gxzc .new .mask1 {
    width: 100%;
    height: 100%;
    background: url(//www1.pconline.com.cn/zt/gz20241212/college/wap/images/bg-new.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}

.gxzc .new .video-box {
    width: 6.3rem;
    height: 3.7rem;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 1.1%, 96% 1.1%, 96% 0);
    position: absolute;
    top: 0.58rem;
    left: 0.25rem;
    overflow: hidden;
}

.gxzc .new .mask2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}

.gxzc .new .gxzc-video {
    width: 100%;
    height: 100%;
}

.gxzc .new .play {
    width: 6.3rem;
    height: 3.7rem;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 1.1%, 96% 1.1%, 96% 0);
    top: 0.58rem;
    left: 0.25rem;
    overflow: hidden;
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gxzc .new .play img {
    width: 0.82rem;
    height: 0.82rem;
}

.gxzc .banner {
    width: 100%;
    height: 5.4rem;
    background-size: contain;
    margin-top: 0.6rem;
    position: relative;
}

.gxzc .banner .mask-top {
    width: 6.52rem;
    height: 0.72rem;
    background: url(//www1.pconline.com.cn/zt/gz20241212/college/wap/images/bg-place_01.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0.13rem;
    left: 0.11rem;
    z-index: 50;
}

.gxzc .banner .mask-left {
    width: 0.5rem;
    height: 4.05rem;
    background: url(//www1.pconline.com.cn/zt/gz20241212/college/wap/images/bg-place_02.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0.14rem;
    left: 0.11rem;
    z-index: 60;
}

.gxzc .banner .mask-right {
    width: 0.28rem;
    height: 4.05rem;
    background: url(//www1.pconline.com.cn/zt/gz20241212/college/wap/images/bg-place_03.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0.13rem;
    right: 0.17rem;
    z-index: 54;
}

.gxzc .banner .mask-bottom {
    width: 6.52rem;
    height: 2.47rem;
    background: url(//www1.pconline.com.cn/zt/gz20241212/college/wap/images/bg-place_04.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -0.05rem;
    left: 0.11rem;
    z-index: 58;
}

.gxzc .banner .mask-border {
    width: 0.86rem;
    height: 0.94rem;
    background: url(//www1.pconline.com.cn/zt/gz20241212/college/wap/images/banner-border.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0.05rem;
    top: 0;
    z-index: 50;
}

.gxzc .banner .mask-text-box {
    width: 6.52rem;
    height: 1.30rem;
    background: url(//www1.pconline.com.cn/zt/gz20241212/college/wap/images/bg-place_05.png) no-repeat;
    background-size: cover;
    position: absolute;
    /* top: 4.05rem; */
    bottom: -0.05rem;
    left: 0.11rem;
    z-index: 58;
    padding: 0.2rem;
    box-sizing: border-box;
}

.gxzc .banner .mask-text-box .mask-text {
    font-size: 0.22rem;
    width: 5.9rem;
    letter-spacing: 0.5px;
    line-height: 1.5;
    color: #1d1d1d;
    display: none;
}

.gxzc .banner .mask-text-box .mask-text.active {
    display: block;
}

.gxzc .banner .yinhao {
    width: 0.89rem;
    height: 0.74rem;
    position: absolute;
    bottom: 1.07rem;
    left: -0.15rem;
    z-index: 100;
}

.gxzc .banner .title-box {
    width: 2.66rem;
    height: 0.88rem;
    position: absolute;
    top: 0.07rem;
    left: 0;
    z-index: 100;
}

.gxzc .banner .text {
    width: 100%;
    height: 100%;
    /* background: url(//www1.pconline.com.cn/zt/gz20241212/college/wap/images/xuexiao.png) no-repeat;
    background-size: cover; */
    display: none;
}

.gxzc .banner .text.active {
    display: block;
}


.gxzc .banner .text .beida {
    /* width: 1.95rem; */
    height: 0.49rem;
    position: absolute;
    top: 0.2rem;
    left: 0.5rem;
    font-size: 0.32rem;
    font-weight: 600;
    transform: rotate(-7deg);
}

.gxzc .banner .notebook {
    width: 2.36rem;
    height: 1.8rem;
    position: absolute;
    bottom: 1.25rem;
    right: 0.01rem;
    z-index: 100;
}

.gxzc .banner .notebook .pic {
    display: none;
}

.gxzc .banner .notebook .active {
    display: block;
}

.gxzc .banner .notebook img {
    width: 100%;
    height: 100%;
}

.gxzc .banner .swiper {
    width: 6.3rem;
    height: 3.65rem;
    position: absolute;
    top: 0.29rem;
    left: 0.2rem;
    z-index: 20;
}

.gxzc .banner .swiper-slide {
    text-align: center;
    font-size: 0.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gxzc .banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gxzc .banner .swiper {
    margin-left: auto;
    margin-right: auto;
}

.gxzc .banner .swiper-pagination {
    position: absolute;
    bottom: 0.1rem;
    z-index: 200;
}

.gxzc .banner .swiper-pagination span {
    width: 0.08rem;
    height: 0.08rem;
    margin: 0 0.04rem !important;
    transition: width 0.2s;
}

.gxzc .banner .swiper-pagination span.swiper-pagination-bullet-active {
    display: inline-block;
    width: 0.16rem !important;
    border-radius: 0.05rem;
    background: rgb(147, 202, 232);
}

/* 高校专场样式结束 */


/* TAB选项卡样式开始 */
.tab-box {
    width: 100%;
    /* height: 19.06rem; */
    background: url(//www1.pconline.com.cn/zt/gz20241212/college/wap/image/bg2.png?t=1) no-repeat;
    background-size: cover;
    margin-top: -1.3rem;
    padding: 1.5rem 0;
    padding-top: 1rem;
    position: relative;
    overflow: hidden;
    /* transition: all 0.3s; */
}

.tab-box .tab {
    width: 100%;
    height: 1.2rem;
    overflow: scroll;
}

.tab-box .tab::-webkit-scrollbar {
    display: none;
}

.tab-box .tab .tab-link {
    width: auto !important;
    height: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    cursor: pointer;
    padding: 0 0.4rem;
    margin: 0 0.1rem;
    -webkit-tap-highlight-color: transparent;
}

.tab-box .tab .tab-link img {
    width: 92%;
    height: 58%;
    position: absolute;
}

.tab-box .tab .tab-link .btn-tab {
    margin-top: 0.03rem;
    display: block;
}

.tab-box .tab .tab-link .btn-active {
    width: 100%;
    height: 80%;
    display: none;
}

.tab-box .tab .tab-link p {
    font-size: 0.26rem;
    color: #fff;
    font-weight: 600;
    transform: rotate(-7deg);
    margin: 0.17rem 0.01rem;
    letter-spacing: 0.02rem;
}

.tab-box .tab .tab-link.active .btn-tab {
    display: none;
}

.tab-box .tab .tab-link.active .btn-active {
    display: block;
}

.tab-box .tab .active p {
    color: #000 !important;
}

.tab-box .mySwiper3 {
    margin-top: 5%;
    width: 96%;
}

.tab-box .video {
    width: 6.51rem;
    height: 4.34rem;
    margin: 0 auto;
    margin-top: 0.6rem;
    position: relative;
}

.tab-box .video .mask2 {
    width: 100%;
    height: 100%;
    background: url(//www1.pconline.com.cn/zt/gz20241212/college/wap/images/bg-yugao.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
}

.tab-box .video .video-box {
    width: 6rem;
    height: 3.58rem;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 1%, 98% 1%, 98% 0);
    position: absolute;
    top: 0.46rem;
    left: 0.27rem;
    overflow: hidden;
    z-index: 1;
}

.tab-box .video .video-box .video-photo {
    width: 100%;
    height: 100%
}

.tab-box .video .play {
    /* display: flex;
    width: 0.82rem;
    height: 0.82rem;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 0.35rem);
    left: calc(50% - 0.45rem); */
    width: 6rem;
    height: 3.58rem;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 1%, 98% 1%, 98% 0);
    position: absolute;
    top: 0.46rem;
    left: 0.27rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.tab-box .video .play img {
    width: 0.82rem;
    height: 0.82rem;
}

.tab-box .video .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}

/* TAB选项卡样式结束 */


/* 精彩瞬间样式开始 */
.nice-time {
    width: 100%;
    height: 10rem;
    background: url(//www1.pconline.com.cn/zt/gz20241212/college/wap/images/bg3.png?t=1) no-repeat;
    background-size: cover;
    margin-top: -1rem;
    padding-top: 1rem;
    overflow: hidden;
    position: relative;
}

.nice-time a {
    display: block;
    text-decoration: none;
}

.nice-time .nice-title {
    width: 4.99rem;
    height: 2.01rem;
    margin: 0 auto;
    margin-top: 0.2rem;
    background: url(//www1.pconline.com.cn/zt/gz20241212/college/wap/images/title-nicetime.png) no-repeat;
    background-size: contain;
}

.nice-time .view {
    width: 100%;
    height: 5.52rem;
    overflow: hidden;
    margin-top: 0.5rem;
}

.nice-time .view ul {
    width: 30rem;
    height: 100%;
    list-style: none;
    position: relative;
    padding: 0;
    margin-top: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.nice-time ul li {
    width: 2.75rem;
    height: 100%;
    float: left;
    text-align: center;
    margin: 0 0.05rem;
    font-size: 0.18rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.nice-time ul li .pic {
    width: 100%;
    height: 100%;
}

.nice-time ul li img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.nice-time .view ul div[class^="box"] {
    width: 100%;
    border-radius: 0.15rem;
    overflow: hidden;
    position: relative;
}

.nice-time .view ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.nice-time .view ul .box-small {
    height: 2.04rem;
}

.nice-time .view ul .box-big {
    height: 3.4rem;
}

.nice-time .view ul .box-middle {
    height: 2.72rem;
}

.nice-time .view ul .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: linear-gradient(rgba(0, 0, 0, 0.5), 85%, rgba(0, 0, 0, 0.9));
    color: #fff;
    text-align: center;
}

/* .nice-time .view ul li > div:hover .mask{
    background: linear-gradient(rgba(0, 0, 0, 0.2),90%, rgba(0, 0, 0, 0.8));
} */

.nice-time .view ul .mask .text {
    font-size: 0.32rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 .2rem;
    box-sizing: border-box;
}

.nice-time .view ul .photo {
    /* width: 0.45rem; */
    height: 0.18rem;
    position: absolute;
    bottom: 0.12rem;
    right: 0.15rem;
    z-index: 100;
    font-size: 0.18rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nice-time .view ul .photo img {
    width: 0.2rem;
    height: 0.16rem;
    margin-right: .1rem;
}

/* 精彩瞬间样式结束 */

/* 超品专区样式开始 */
.super {
    width: 100%;
    /* height: 18.3rem; */
    background: url(//www1.pconline.com.cn/zt/gz20241212/college/wap/images/bg4.png?t=1) no-repeat;
    background-size: cover;
    margin-top: -1.4rem;
    overflow: hidden;
    position: relative;
    padding: 1rem 0;
    padding-bottom: 1.5rem;
}

.super .super-title {
    width: 4.99rem;
    height: 2.01rem;
    margin: 0 auto;
    background: url(//www1.pconline.com.cn/zt/gz20241212/college/wap/images/title-super.png) no-repeat;
    background-size: contain;
}

.super .super-box {
    width: 100%;
    margin-top: 0.5rem;
}

.super .super-box .super-raw {
    width: 100%;
    height: 4.24rem;
    margin: 0.1rem 0;
    display: flex;
    justify-content: space-between;
}

.super .super-raw .super-phone {
    display: block;
    color: white;
    text-decoration: none;
    width: 3.35rem;
    height: 100%;
    background: url(//www1.pconline.com.cn/zt/gz20241212/college/wap/images/bg-shop.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}

.super .super-phone .phone {
    width: 2.95rem;
    height: 2.95rem;
    position: absolute;
    top: 0.1rem;
    left: 50%;
    transform: translate(-50%, 0);
    object-fit: cover;
}

.super .super-phone .phone-text {
    width: 2.95rem;
    position: absolute;
    font-size: 0.22rem;
    top: 3.15rem;
    left: 50%;
    transform: translate(-50%, 0);
    color: #454444;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.super .super-phone .shop-price {
    width: 0.24rem;
    height: 0.49rem;
    margin-right: 0.05em;
    margin-top: 0.05rem;
}

.super .super-phone .phone-price {
    width: 100%;
    font-family: 'Bebas';
    font-size: 0.5173rem;
    line-height: 0.7005rem;
    color: #454444;
    position: absolute;
    bottom: 0.145rem;
    padding-left: 0.24rem;
    display: flex;
    align-items: center;
}

/* 超品专区样式结束 */

/* 底部样式开始 */
.footer {
    width: 100%;
    height: 3.03rem;
    background: url(//www1.pconline.com.cn/zt/gz20241212/college/wap/images/bg-footer.png) no-repeat;
    background-size: cover;
    margin-top: -0.5rem;
    position: relative;
}

/* 底部样式结束 */


.share {
    position: fixed;
    width: .6rem;
    height: .6rem;
    background-color: #f00;
    right: .4rem;
    bottom: .7rem;
    font-size: .2rem;
    background: url(//www1.pconline.com.cn/zt/gz20240228/wanwu/wap/2/images/share_btn.png);
    background-size: .6rem;
    z-index: 110;
}

.sharePoster {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 300
}

.sharePoster::after {
    content: '';
    width: 3.63rem;
    height: 1.1rem;
    background: url(//www1.pconline.com.cn/zt/gz20240228/wanwu/wap/2/images/share_poster_tip.png) no-repeat;
    background-size: 3.63rem;
    right: 10%;
    bottom: .5rem;
    position: absolute
}

.sharePoster img {
    max-height: 90%;
    max-width: 90%;
    width: auto;
}

.toast {
    color: #fff;
    text-align: center;
    border-radius: 4rem;
    position: fixed;
    z-index: 900;
    font-size: .30rem
}

.toast .message {
    width: 6rem;
    min-height: 1rem;
    border-radius: 1rem;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 900;
    line-height: .38rem;
    display: flex;
    word-break: keep-all;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 .02rem #038, 0 0 .02rem #038, 0 0 .02rem #038, 0 0 .02rem #038, 0 0 .02rem #038, 0 0 .02rem #038, 0 0 .02rem #038, 0 0 .02rem #038, 0 0 .02rem #038, 0 0 .02rem #038, 0 0 .02rem #038, 0 0 .02rem #038, 0 0 .02rem #038, 0 0 .02rem #038, 0 0 .02rem #038
}

.toast svg {
    width: 3.25em;
    transform-origin: center;
    animation: rotate4 2s linear infinite
}

.toast circle {
    fill: none;
    stroke: #ccc;
    stroke-width: 2;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: dash4 1.5s ease-in-out infinite
}

.toast::after {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0
}

.toast.hide {
    display: none
}

.toast.loading .message {
    background: transparent
}

@keyframes rotate4 {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes dash4 {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dashoffset: -125px
    }
}


.g-doc .g-header-art {
    margin-bottom: 0
}

.channel-name {
    padding-left: 0.16rem;
    display: block;
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.36rem;
    color: #0f89ff;
    position: absolute;
    top: 0.2rem;
    left: 2.5rem;
    width: 1.74rem;
    background-image: url("//www1.pconline.com.cn/zt/gz20241212/college/wap/images/college-tit.png");
    background-repeat: no-repeat;
    background-size: 1.74rem 0.36rem;
    background-position: 0.16rem center
}

.channel-name::before {
    content: "";
    display: block;
    width: 0.02rem;
    height: 0.33rem;
    background-color: #fff;
    opacity: 0.12;
    position: absolute;
    left: 0;
    top: 0.09rem;
}

.g-header-art .items .logo {
    width: 2.03rem;
    height: 0.71rem;
    background-image: url("https://www1.pconline.com.cn/logo/2025/images/logo/1128/logo-wap-new-white.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center
}

.g-header-art-fiexd .items .logo {
    background-image: url(//www1.pconline.com.cn/art/wap/gz20230329/images/logo.png)
}

.g-header-art .items .nav-more {
    background-image: url(https://www1.pconline.com.cn/zt/gz20240120/ai/wap/images/navsIcon.png)
}

.g-header-art-fiexd .items .nav-more {
    background-image: url(//www1.pconline.com.cn/art/wap/gz20230329/images/closeIcon.png)
}

.g-header-art .items .ks-link {
    background-image: url(https://www1.pconline.com.cn/zt/gz20240120/ai/wap/images/searchIcon.png)
}

.g-header-art-fiexd .items .ks-link {
    background-image: url(//www1.pconline.com.cn/art/wap/gz20230329/images/searchIcon.png)
}

.g-header-common .g-header-art .items .ico-downLoad::before {
    margin-top: .05rem;
    background-image: url(//www1.pconline.com.cn/zt/gz20241212/college/wap/images/header-top-download.png);
}

.g-header-common .g-header-art-fiexd .items .ico-downLoad::before {
    margin-top: .05rem;
    background-image: url(//www1.pconline.com.cn/cms/gz20240115/wap/home/images/header-top-download.png);
}

.g-doc .g-header-art .items .ico-downLoad span {
    color: #fff
}

.g-doc .g-header-art-fiexd .items .ico-downLoad span {
    color: #2d313e
}

.page-float-box #home-float {
    z-index: 250;
}