/* ============================================================
   样式重置 
   ============================================================ */
*{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:400;}
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-size: 0.26rem;font-weight: 400;background:#fff; color:#333;overflow-x: hidden;-webkit-overflow-scrolling: touch;}
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;font-weight: 400;}
/* input { -webkit-appearance: 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;}
.fl{
    float:left;
}
.fr{
    float:right;
}

/*弹性盒子*/
.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-top{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:center;align-items:flex-start;}
.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;}
.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}

/*弹性盒子*/
.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}
.middle{display: flex;display: -webkit-flex;-webkit-align-items:center;align-items:center;}
.v-bottom{display: flex;display: -webkit-flex;-webkit-align-items:flex-end;align-items:flex-end;}
.v-baseline{display: flex;display: -webkit-flex;-webkit-align-items:baseline;align-items:baseline;}
.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;}
.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;}　
.fn-hide{display:none}

.clearfix:after,.clearfix:before {content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { *zoom: 1; }
::-moz-placeholder { color: #777; font-size:0.3rem;}
::-webkit-input-placeholder { color: #777; font-size: 0.3rem;}
:-ms-input-placeholder { color: #777;  font-size: 0.3rem;}

.text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hide-text-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.midcenter {display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;-webkit-box-align: center; -webkit-align-items: center;-ms-flex-align: center; align-items: center;}

html {overflow-y: auto;overflow-x: hidden;height: 100%;max-width:750px; margin:0 auto;}
body{max-width:750px;min-height: 100%;box-sizing:border-box;margin: 0 auto;overflow: hidden;-webkit-overflow-scrolling: touch;position:relative;}
@font-face{font-family:'lmzy'; src:url(https://gkbimg.360eol.com/lmzy.ttf);}

.page1{ position:relative; background: #EFEEF1;}
.bg-color{
    /*background: linear-gradient( 180deg, rgba(192,132,228,0) 0%, #C084E4 56%, #5F3E83 100%);*/
    background: url('https://image.360eol.com/activity/nua2024/images/bg10.png') no-repeat;
    background-size: 100% 100%;

}

.topbg{ position:absolute;z-index:1;top:0;left:0;right:0; width:100%;}
.top1{ position:relative; z-index:2; padding-top:0.36rem;}
.top1 .logo{ width:3.21rem;margin: 0 auto;}
.top1 .ztwz{ margin:.15rem auto;width:6.68rem;}
.top1 .ztwz1{width:4.06rem;margin: -0.5rem 0 0 1rem; }
.top2{ padding-top:3.1rem; position:relative; z-index:2;}
.conbg{ padding:0 0.36rem; position:relative; z-index:2;}
.conbg i1{ position:absolute;top:0;left:0;right:0; content:''; height:5rem;background: linear-gradient(180deg, #00DFC8 0%,#5329CA 73%, #3202BB 100%);}


.card .bt{ height:1.14rem;margin:0 auto;text-align: center;}
.card .bt img{ display:inline-block; height:100%; width:auto;}
.card:first-child{margin-top:0;}
.txt01{ width: 4.23rem; margin:0 auto;}
.wz01{ font-size:0.24rem;color: #111;line-height: 0.42rem;}
.red{color: #AD1D32;}
.mt36{margin-top:0.36rem;}



.footwz{ 
    font-size:0.26rem;color: #E7F5F3;line-height: 0.28rem;text-align:center;padding-top: .4rem;
    
}
.footwz span{font-size:0.2rem;}
.footwz p{
    padding: .2rem;
}

.nytop{ position:relative; z-index:2; padding-top:2.66rem;}
.nytop .logo{ position:absolute;top:0.36rem;left:0.36rem;width:3.29rem;}
.nywz01{ text-align:center; font-size:0.28rem;color: #AD1D32;line-height: 0.4rem;}
.nywz02{ text-align:left; text-align:justify; font-size:0.34rem;color: #000000;line-height: 0.56rem; margin-top:0.24rem; padding:0 0.34rem;}
.nyfoot1{ position:fixed; bottom:0;left:0;right:0;}

.nyfoot2{ position:relative; z-index:2;}
.btwz2{font-family:'lmzy'; font-size:0.3rem;font-weight: 400;color: #AD1D32;line-height: 0.36rem;text-shadow: 0px 2px 2px rgba(0,0,0,0.24); text-align:center; margin-top:0.1rem;}


.fixed_btn2{ position:fixed; z-index:10;right:0.16rem;bottom:3rem; width:0.88rem;}
.fixed_btn2 a{ width:0.88rem;height:0.89rem;background: rgba(0,0,0,0.52);border-radius:0.11rem; margin-bottom:3px; font-size:0.27rem;color: #FFFFFF;line-height: 0.32rem;}

.nums li{
    display: flex;
    margin-bottom: 0.12rem;
    align-items: flex-start;
}
.nums img{
    display: block;
    width: .32rem;
    height: .32rem;
    margin-right: .16rem;

}
.conbg{
    margin-bottom: .4rem; 
}
.topbg-1{
    position: absolute;
    left: 0;
    top: 92px;
    z-index: 99;
}
.bg-1{
    background: linear-gradient( 180deg, #D4EAFF 0%, #8ECAFF 100%);
    padding-bottom: .5rem;
}
.btns{
    text-align: center;
    z-index: 999;
    position: relative;
    

}
.btns a{
    display: inline-block;
    width: 2.3rem;
    height: .64rem;
    line-height: .64rem;
    margin: 0 .2rem;
    
}
.btns img{
    display: block;
    width: 100%;
}

.item1-box{
    display: flex;
    flex-wrap: wrap;
    width: 6.32rem;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 13px;
    border: 1px solid #C084E4;
    padding: 0.4rem 0 .2rem;
    margin-top: .4rem;
}
.item1-box .item1{
    width: 2.72rem;
    height: 1.92rem;
    background: #fff;
    border-radius: 4px;
    padding: 0.2rem 0.2rem;
    margin-left: .28rem;
    margin-bottom: .16rem;
    background: rgba(176,109,218,0.1);
    border-radius: 8px;
}
.item1-box .item1 h2{
   
    text-align: center;
    font-weight: 600;
    font-size: .24rem;
    color: #1C1C2E;
    margin-bottom: 0.04rem;
}
.item1-box .item1 p{
    font-size: .18rem;
    color: #999;
    text-align: center;
    line-height: .25rem;
    
}

.item1-box .item1 p strong{
    font-weight: normal;
    color: #333333;
    margin-top: 8px;
    display: inline-block;
}

.video1{
    position: relative;
}
.video1 .play{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.52rem 0 0 -0.52rem;
    width: 1.04rem;
    height: 1.04rem;
    background: url(https://image.360eol.com/activity/nua2024/images/play.png) no-repeat;
    background-position: center center;
    background-size: 100%;
}

.pro-box .tip{
    width: 5rem;
    height: .75rem;
    line-height: .75rem;
    background: linear-gradient( 90deg, rgba(255,255,255,0) 0%, #A567CE 49%, rgba(255,255,255,0) 100%);
    margin: 0 auto;
    font-weight: 600;
    font-size: .26rem;
    color: #000000;
    margin-bottom: 0.3rem;
    white-space: nowrap;
    text-indent: -0.3rem;
}
.pro{
    text-align: center;
    padding: .2rem 0;
    font-size: .26rem;
    color: #333333;
    line-height: .48rem;
}
.notice{
    font-size: .26rem;
    color: #FFFFFF;
    line-height: .48rem;
    padding: 0 .25rem;
}
.mySwiper{overflow: hidden;}
.swiper-slide img{
    display: block;
    height: 2.16rem;
    border-radius: .13rem;
} 
.swiper-pagination{
    bottom: -0.3rem !important;
}
.conbg .swiper-pagination-bullets .swiper-pagination-bullet{
    width: .12rem;
    height: .08rem;
    background: #fff;
    border-radius: 4px;
    opacity: 0.2;
}
.conbg .swiper-pagination-bullets .swiper-pagination-bullet-active{
    width: .36rem;
    height: .08rem;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
}


.pic{
    width: 100%;
    height: 14rem;
    background: #fff;
    border-radius: 13px;
    border: 1px solid #C084E4;
}

.page-ny{
    background: url("../../images/bg-ny2.png") no-repeat;
    background-size: 100%;
}

/**适配**/
@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: 667px){
		
	}
	
	/* x/xs */
	@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
		.nyfoot2{ position:fixed; bottom:0;left:0;right:0;}
	}
	
	/* xs max/xr/11 */
	@media only screen and (device-width: 414px) and (device-height: 896px){
		.nyfoot2{ position:fixed; bottom:0;left:0;right:0;}
	}
	@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {	
		.nyfoot2{ position:fixed; bottom:0;left:0;right:0;}
	}
	@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {	
		.nyfoot2{ position:fixed; bottom:0;left:0;right:0;}
	}