﻿/* ============================================================
   样式重置
   ============================================================ */
*{box-sizing:border-box; cursor:pointer; -webkit-tap-highlight-color: transparent;-moz-tap-highlight-color: transparent;outline: none;}
body,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,select,textarea,button,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:300;}
ul,dl,ol{list-style:none;}
img,fieldset,input[type="submit"]{border:0 none;}
img{display:inline-block;overflow:hidden;vertical-align:top; width:100%;}
em{font-style:normal;}
strong{font-weight:bolder;}
table{border-collapse:collapse;border-spacing:0;}
button,input{cursor:pointer;border:0 none;-webkit-appearance: none;appearance:none; border-radius: 0;}
textarea{word-wrap:break-word;resize:none;}  /* word-wrap for opera, resize for webkit */
menu{margin:0;padding:0;}
body{margin: 0 auto;-webkit-user-select: none;-webkit-text-size-adjust: none!important;font-family:"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑","Arial",sans-serif,Droidsansfallback;font-weight: 400;background:#fff; color:#333;}
input,textarea{font-family:"Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑","Arial",sans-serif,Droidsansfallback;font-weight: 400;}
input[type="number"]{-webkit-user-select:text;}
a,button,input{-webkit-touch-callout:none;}/* 1.ios 长按时不触发系统的菜单 2.禁止长按时下载图片 */
input,select,textarea{outline:none;background: none;}
/* 去除android4.0以下 a/button/input标签被点击时产生的边框 因为边框引起了不少bug */
a,button,input,select,li{-webkit-tap-highlight-color:rgba(0,0,0,0);}
/* Android4.0下不识别选择器-webkit-transform-3d 使用它可做Android4.0下版本兼容 */
@media all and (-webkit-transform-3d){
    /* android4.0+ ios4+ 恢复按钮被点击时产生的效果 */
    /*a,button,input{-webkit-tap-highlight-color:rgba(130,130,130,.52);}*/
    a,button,input,select{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;-moz-tap-highlight-color: transparent;outline: none;}
}
a{text-decoration:none;}
/*弹性盒子*/
.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.flex-v{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.flex-1{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
.flex-align-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.flex-pack-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.flex-pack-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.flex-space-around{-webkit-justify-content:space-around;justify-content:space-around;}

.hor-view{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}
.ver-view{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}
.hor-gap{width:1px;height:100%;line-height:0}
.ver-gap{height:1px;width:100%;line-height:0}
.clearfix:after,.clearfix:before {content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { *zoom: 1; }
::-moz-placeholder { color: #cecece; font-size:0.56rem;}
::-webkit-input-placeholder { color:#cecece;  font-size: 0.56rem;}
:-ms-input-placeholder { color:#cecece;  font-size: 0.56rem;}



html{font-size:50px}

.fn-hide{display:none}
.between{display: flex; display: -webkit-flex; justify-content: space-between;-webkit-justify-content:space-between}
.center{display: flex; display: -webkit-flex;justify-content: center;-webkit-justify-content: center}
.start{display: flex;display: -webkit-flex; justify-content: flex-start;-webkit-justify-content: flex-start}
.end{display: flex;display: -webkit-flex; justify-content: flex-end;-webkit-justify-content: flex-end}
.col{display: flex;display: -webkit-flex; -webkit-flex-direction:column;flex-direction: column;}
.row{display: flex;display: -webkit-flex; -webkit-flex-direction:row;flex-direction: row;}
/*弹性盒子*/
.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.flex-v{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.flex-1{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
.flex-align-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.flex-pack-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.flex-pack-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.flex-space-around{-webkit-justify-content:space-around;justify-content:space-around;}
.flex-space-between{-webkit-justify-content:space-between;justify-content:space-between;}
.flex-space-start{-webkit-justify-content:flex-start;justify-content:flex-start;}

.hor-view{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}
.ver-view{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}
.hor-gap{width:1px;height:100%;line-height:0}
.ver-gap{height:1px;width:100%;line-height:0}
.clearfix:after,.clearfix:before {content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { *zoom: 1; }
::-moz-placeholder { color: #cecece; font-size:0.56rem;}
::-webkit-input-placeholder { color:#cecece;  font-size: 0.56rem;}
:-ms-input-placeholder { color:#cecece;  font-size: 0.56rem;}
.nowrap{-webkit-flex-wrap:nowrap;-webkit-box-lines:single;-moz-flex-wrap:nowrap;flex-wrap:nowrap;}
.wrap{-webkit-flex-wrap:wrap;-webkit-box-lines:single;-moz-flex-wrap:wrap;flex-wrap:wrap;}　


html{font-size:50px;height:100%;}
body{ background:#fff;height:100%;}
img{ display:block; width:100%;}


.page{margin:0 auto; max-width:7.5rem; overflow-y:auto;overflow-x: hidden; min-height:100%; background:rgba(0, 97, 173, 1)  center top no-repeat; background-size:100% auto;}
.top1{position:relative;z-index:1; padding-top:0.71rem; padding-bottom:1.93rem;}
.logo{ position:absolute; z-index:10; left:0;right:0; margin:0 auto; top:0.32rem; width:3.18rem;}
.zhuti{margin:0 auto; width:5.31rem; height:4.98rem; position:relative; z-index:4;}
.zhuti .cricle{width:5.31rem; height:4.98rem;}
.active .zhuti .cricle {
    -webkit-animation: aniBreath 1s linear;
    animation: aniBreath 1s linear;
}
@-webkit-keyframes aniBreath {
			0%{
			-webkit-transform:scale(0.4);
			transform:scale(0.4);
			-webkit-transform-origin: 50% 50% 0;
			transform-origin: 50% 50% 0;
			}
			100% {
			-webkit-transform:scale(1);
			transform:scale(1);
			-webkit-transform-origin: 50% 50% 0;
			transform-origin: 50% 50% 0;
			}
		}
		@keyframes aniBreath {
			0%{
			-webkit-transform:scale(0.4);
			transform:scale(0.4);
			-webkit-transform-origin: 50% 50% 0;
			transform-origin: 50% 50% 0;
			}
			100% {
			-webkit-transform:scale(1);
			transform:scale(1);
			-webkit-transform-origin: 50% 50% 0;
			transform-origin: 50% 50% 0;
			}
		}
.zhuti .cover{ position:absolute; z-index:5; left:-0.05rem;right:-0.05rem; margin:0 auto; top:2.9rem; width:5.41rem; height:0.53rem;}
.zhuti .wz{ position:absolute; z-index:6; left:0;right:0; margin:0 auto; top:0.64rem; width:4.48rem; height:3.1rem;}
.top1 .ft1{position:absolute; z-index:7; left:0;right:0.4rem; margin:0 auto; bottom:0; width:3.05rem; height:3.2rem;}
.top1 .ft2{position:absolute; z-index:8; right:0;bottom:0; width:3.77rem; height:2.46rem;}
.top1 .ft3{position:absolute; z-index:9; left:0;bottom:0; width:4.18rem; height:2.73rem;}

.main{width:100%;position:relative; z-index:2; margin-top:-0.52rem; background:url(https://gkbimg.360eol.com/2023/activity/cup/bg4.png) center 0.2rem no-repeat; background-size:100% auto;  padding-top:0.72rem;}
.main>.bt1{ position:absolute;z-index:3; left:0;right:0; margin:0 auto; top:0rem; width:2.88rem; height:0.64rem;}
.main .list1{ margin:0 auto; width:5.54rem;background:url(https://gkbimg.360eol.com/2023/activity/cup/a4.png) left top repeat; background-size: 5.53rem 0.7rem;font-size:0.26rem;
font-weight: 400;color: #1D5492;line-height: 0.7rem;letter-spacing: 2px;}
.list1 .a1{ text-indent:0.5rem;background:url(https://gkbimg.360eol.com/2023/activity/cup/a1.png) left 0.15rem no-repeat; background-size: 0.4rem 0.4rem; }
.list1 .a2{ text-indent:0.5rem;background:url(https://gkbimg.360eol.com/2023/activity/cup/a2.png) left 0.15rem no-repeat; background-size: 0.4rem 0.4rem; }
.list1 .a3{ text-indent:0.5rem;background:url(https://gkbimg.360eol.com/2023/activity/cup/a3.png) left 0.15rem no-repeat; background-size: 0.4rem 0.4rem; }
.main>.bt2{margin:0 auto; width:5.97rem; height:0.68rem; margin-top:0.6rem; margin-bottom:0.4rem;}
.main .list2{margin:0 auto; width:5.96rem;}
.list2 .tu{margin-top:0.24rem;}
.list2 .tu:first-child{margin-top:0;}
.main .list3{padding:0 0.32rem;}
.list3 .tu{margin-top:0.16rem;width:6.41rem;}
.list3 .tu:first-child{margin-top:0;}
.float_left{ float:left;}
.float_right{ float:right;}

.bottom{ padding:0.66rem 0.77rem;}
.btn-sign{ display:block; margin-top:0.24rem;width: 2.86rem; height: 0.8rem;box-shadow: 0.02rem 0.02rem 0.07rem 0rem rgba(0, 0, 0, 0.27);
border-radius: 0.11rem; background:url(https://gkbimg.360eol.com/2023/activity/cup/btn.png) no-repeat; background-size:2.86rem 0.8rem;line-height: 0.8rem; text-align:center;font-size: 0.3rem;font-weight: 500;color: #FFFFFF;text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.27);}
.footwz{ padding:0.3rem 0.36rem 0.45rem; text-align:center; font-size:0.26rem;font-weight: 400;color: #373A85;line-height: 0.4rem;letter-spacing: 1px;}



.s01{ animation-delay: 0.1s}
.s02{ animation-delay: 0.2s}
.s03{ animation-delay: 0.3s}
.s04{ animation-delay: 0.4s}
.s05{ animation-delay: 0.5s}
.s06{ animation-delay: .6s}
.s07{ animation-delay:.7s}
.s08{ animation-delay: .8s}
.s09{ animation-delay: .9s}
.s10{ animation-delay: 1s}
.s12{ animation-delay: 1.2s}

.detail-top {
        margin: 0 auto;
        width: 100%;
    }

    .txt-container {
        padding: 0.69rem 0.2rem;
    }

    .txt-container .title {
        line-height: 0.6rem;
        color: #333;
        font-weight: 600;
        font-size: 0.36rem;
        min-height: 1.2rem;
        text-align: center;
    }

    .txt-container .title:before {
        display: none;
        position: absolute;
        content: "";
        left: 0;
        top: 0.3rem;
        bottom: 0.3rem;
        width: 0.3rem;
        background: linear-gradient(to top, #7f32ff 0%, #a93cff 100%);
    }

    .txt-container .textwz {
        margin-top: 0.6rem;
        line-height: 0.46rem;
        font-size: 0.32rem;
        color: #666;
        text-align: left;
        text-indent: 2em;
        word-wrap: break-word;
    }

    .txt-container .text .textbt {
        margin-top: 0.25rem;
        line-height: 1rem;
        font-size: 0.56rem;
        color: #333;
    }

    .textbt h1 {
        float: left;
        position: relative;
        font-size: 0.32rem;
        font-weight: 600;
    }

    .textbt h1:before {
        position: absolute;
        content: "";
        z-index: -1;
        left: 0;
        bottom: 0;
        right: -0.2rem;
        height: 0.4rem;
        background: #D1DEFF;
    }

    .txt-container .text .textwz {
        margin-top: 0.2rem;
    }

    .txt-container .ewm {
        margin: 0.4rem auto;
        width: 4rem;
    }

    .txt-container .text .linkwz {
        color: #f13c6f;
    }

.textbiaoge table{ margin-top:0.2rem; width:100%;border-collapse: collapse; border-spacing: 0; border:0;border-left:1px solid #979797;border-top:1px solid #979797;}
.textbiaoge table td,.textbiaoge table th{border-bottom:1px solid #979797;border-right:1px solid #979797;text-align:center;font-size:0.28rem; padding:0.16rem 0.1rem;color: rgba(17,17,17,0.8);line-height: 0.42rem;}
.textbiaoge table th{ font-weight:600; color:#000;}
.textbiaoge table td:first-child{width:2rem}

/**适配**/
@media screen and (min-width: 320px) {
  html {
    font-size: 42.66px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 48px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 50px;
  }
}
@media screen and (min-width: 384px) {
  html {
    font-size: 51.2px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 54px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 54px;
  }
}
@media screen and (min-width: 424px) {
  html {
    font-size: 56.54px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 64px;
  }
}
@media screen and (min-width: 540px) {
  html {
    font-size: 72px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 85.32px;
  }
}
@media screen and (min-width: 720px) {
  html {
    font-size: 96px;
  }
}
@media screen and (min-width: 750px) {
  html {
    font-size: 100px;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {


}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {


}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {

}
