﻿/*通用类*/
*{
	margin:0;		
	padding:0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
@font-face {
	font-family: P65M;
	src: url(https://ossvolces-dev.mircoservice.com/web/pop2026/fonts/AlibabaPuHuiTi-3-65-Medium.woff);
	font-display: swap;
}
@font-face {
	font-family: TT;
	src: url(https://ossvolces-dev.mircoservice.com/web/pop2026/fonts/TikTok-Regular.otf);
	font-display: swap;
}

/*设备的rem-vw标准*/
html{	
	overflow-x:hidden;
	font-size:13.3333333333vw;	/*一便rem.js失效，这里起作用*/
}

body{		
	width:100%;	
	min-width:320px;
	min-height: 100vh;
	margin:0 auto;	
	font-family:P65M,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#000;
	overflow-x:hidden;
	text-align:left;	
	position:relative;
	font-size:0.24rem;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	color:#fff;
}

img{
	border:none;	
}
h1,h2,h3{
	font-weight:normal;	
}
a{
	color:#fff;
	text-decoration:none;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none；
}
input,textarea,select{
	font-family:P65M,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
	-webkit-appearance: none;  
}
input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.4) !important;
}
textarea::-webkit-input-placeholder {
	color: rgba(255,255,255,0.4) !important;
}
input[type='button'],input[type='text'],input[type='search'], input[type='submit'], input[type='reset'],input[type='date'],input[type='time'],input[type='number'] {
	-webkit-appearance: none;
}
select{
	-webkit-appearance: none;
	-webkit-appearance: none;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border:none;	
}
textarea{ 
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
ul,ol{
	padding:0;
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:P65M,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;	
}
td,th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}


.main_bg{
	position: relative;
	width: 100%;
	min-height: 100vh;
	background-image: url("../images/main_bg1.jpg"), url("../images/main_bg2.jpg");
	background-position: top center, bottom center;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 100% auto;
}
.lead_bg{
	background-image:url(../images/lead_bg.jpg);
}
.kv{
	width: 5.14rem;	
	display: block;
	position: absolute;
	top: 1.74rem;
	left: 50%;
	margin-left:-2.57rem;
}
.lead_bg .kv{
	top: 2.7rem;
}
.index_ct{
	width: 100%;
	position: absolute;
	left: 0;
	top: 6.5rem;
	text-align: center;
}
.index_ct dl{
	padding:0.3rem 0;
}
.index_ct dt{
	font-size:0.28rem;
	color:#2DCCD3;
	font-family:TT;
}
.index_ct dd{
	font-size:0.35rem;
	line-height: 1.8;
}
.index_bottom{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 10%;
	text-align: center;
}
.index_bottom .go{
	display: block;
	margin:0 auto;
	font-size:0.36rem;
	color:#000;
	line-height: 0.96rem;
	width: 4rem;
	height: 0.96rem;
	background:url(../images/index_home.png) no-repeat center center;
	background-size:100% 100%;
}
.index_bottom .ts{
	line-height: 1.1rem;
	font-size:0.28rem;
	color:#2DCCD3;
	font-size:0.36rem;
}

.st_navs{
	width: 100%;
	box-sizing:border-box;
	top: 5.5rem;
	left: 0;
	position: absolute;
	text-align: center;
	padding:0 1rem 0.5rem 1rem;
}
.st_navs .title{
	height: 0.5rem;
	line-height: 0.5rem;
	font-size:0.28rem;
	position: relative;
}
.st_navs .title i{
	display: block;
	width: 1.8rem;
	border-top:1px solid rgba(255,255,255,0.2);
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
}
.st_navs .title .i1{
	left: 0.2rem;
}
.st_navs .title .i2{
	right: 0.2rem;
}
.st_link{
	display: block;
	height: 1.66rem;
	line-height: 1.66rem;
	background:url(../images/st_nav.png) no-repeat center center;
	background-size:100% 100%;
	margin-top:0.3rem;
	font-size:0.35rem;
}
.st_link span{
	display: inline-block;
	padding-left:0.65rem;
}
.st_link .sj{
	background:url(../images/st_link1.png) no-repeat left center;
	background-size:auto 0.44rem;
}
.st_link .hb{
	background:url(../images/st_link2.png) no-repeat left center;
	background-size:auto 0.44rem;
}
.reg_fm{
	padding:4.8rem 0.5rem 1.3rem 0.5rem;
}
.reg_login{
	text-align:right;
	font-size:0.28rem;
}
.reg_login a{
	color:#2DCCD3;
}
.backa{
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	left: 0;
	top: 0.4rem;
	z-index: 50;
	background:url(../images/backa.png) no-repeat center center;
	background-size:0.6rem 0.6rem;
}
.ts_win{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	background:rgba(0,0,0,0.6);
	display:none;
}
.ts_win .ct{
	width: 5.1rem;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding:0.6rem 0;
	text-align: center;
	background: linear-gradient(180deg, #FFBFCC -13.08%, #FFFFFF 18.21%);
	border-radius:0.3rem;
	color:#000;
}
.ts_win .ico{
	display: block;
	width: 1.14rem;
	height: 1.14rem;
	margin:0 auto;
}
.ts_win .tip{
	font-size:0.32rem;
	line-height: 0.6rem;
	padding:0.4rem 0;
}
.ts_win .go{
	display: inline-block;	
	width: 2.7rem;
	height: 0.88rem;
	border-radius:0.44rem;
	line-height: 0.88rem;
	text-align: center;
	font-size:0.28rem;
	background:#F0234C;
	box-shadow: 0px -3px 24px 0px #FFFFFF80 inset;
}
.reg_title{
	line-height: 0.8rem;
	padding:0.25rem 0.25rem 0 0.4rem;
	font-size:0.28rem;
	position: relative;	
}
.reg_title em{
	position: absolute;
	left: 0.25rem;	
	top: 0.25rem;
}
.reg_fm .text{
	width: 100%;
	height: 0.96rem;
	line-height: 0.96rem;
	border:0;
	background:#1E2122;
	border-radius:0.48rem;
	padding:0 0.4rem;
	box-sizing:border-box;
	color:#fff;
	font-size:0.28rem;
}
.reg_fm .er{
	color:#F1204A;
	margin-left:0.1rem;
	padding-left:0.35rem;
	line-height: 0.36rem;
	margin-top:0.2rem;
	background:url(../images/reg_er.png) no-repeat left center;
	background-size:auto 0.24rem;
}
.mh_select{
	width: 100%;
	height: 0.96rem;
	line-height: 0.96rem;
	border:0;
	background:#1E2122 url(../images/mh_select.png) no-repeat right center;
	background-size:auto 100%;
	border-radius:0.48rem;
	position: relative;
	font-size:0.28rem;
	color:#2DCCD3;
}
.mh_select .mh_val{
	display: block;
	width: 100%;
	height: 0.96rem;
	box-sizing:border-box;
	padding:0 0.4rem;
}
.mh_select select{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.reg_t2{
	font-size:0.2rem;
	color:rgba(255,255,255,0.6);
	padding:0 0.4rem 0.2rem 0.4rem;
	position: relative;
	margin-top: -0.1rem;
}
.reg_fm .text2{
	width: 4.2rem;
	float: left;
}
.reg_fm .get_code{
	float: right;
	width: 2.1rem;
	height: 0.96rem;
	border-radius:0.48rem;
	line-height: 0.96rem;
	text-align: center;
	font-size:0.28rem;
	background:#F0234C;
	box-shadow: 0px -3px 8px 0px #FFFFFF4D inset;
}
.reg_fm .unable{
	box-shadow:none;
	background:#1E2122;
}
.reg_send{
	display: block;
	height: 0.96rem;
	line-height: 0.96rem;
	border-radius:0.48rem;
	text-align: center;
	font-size:0.36rem;
	background:#F0234C;
	box-shadow: 0px -3px 8px 0px #FFFFFF4D inset;
	margin-top:1rem;
}
.line40{
	height: 0.4rem;
	clear: both;
}
.reg_zc{
	width: 3.6rem;
	height: 0.9rem;
	line-height: 0.9rem;
	border-radius:0.45rem;
	margin:1rem auto 0 auto;
	text-align: center;
	font-size:0.28rem;
	border:1px solid rgba(255,255,255,0.5);
}
.reg_zc .reg{
	color:#2DCCD3;
}
.res_fm{
	padding:5rem 0.75rem 0.5rem 0.75rem;
}
.res_area{
	width: 100%;	
	border-radius:0.6rem;
	background: radial-gradient(85.53% 60.17% at -15.5% -13.52%, #2DCCD3 0%, #000000 80.85%);
	box-sizing:border-box;
	padding:1rem 0.6rem 0.6rem 0.6rem;
}
.res_area2{
	background:radial-gradient(85.53% 60.17% at -15.5% -13.52%, #F1204A 0%, #000000 80.85%);

}
.res_area .ico{
	display: block;
	width: 1.44rem;
	height: 1.44rem;
	margin:0 auto;
}
.res_area .tip1{
	height: 2.34rem;
	position: relative;
	border-bottom:1px solid rgba(255,255,255,0.4);
	margin-bottom:0.6rem;
}
.res_area .tip1 dl{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	white-space:nowrap;
	text-align: center;
}
.res_area .tip1 dt{
	color:#F1204A;
	font-size:0.44rem;
	line-height: 0.6rem;
}
.res_area .tip1 dd{
	line-height: 0.5rem;
	font-size:0.28rem;
}
.res_area .txt1{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 1.5;
	font-size:0.4rem;
	white-space:nowrap;
	background:linear-gradient(330deg, #FFFFFF 41.77%, #2DCCD3 102.07%);
	-webkit-background-clip: text;
	color: transparent;
}
.res_area .tip2{
	color:#999;
	text-align: center;
	font-size:0.28rem;
}
.res_area .tip2 .blue{
	color:#2DCCD3;
}
.res_area .time_pos{
	text-align: center;
	background:url(../images/time_pos.png) no-repeat center center;
	background-size:auto 0.24rem;
	padding:0 0.65rem 0 0.5rem;
	display:flex;
	justify-content: space-between;
}
.res_area .time_pos span{	
	color:rgba(255,255,255,0.6);
	font-size:0.28rem;
}
.res_area .tip3{
	line-height: 0.4rem;
	font-size:0.24rem;
	text-align: center;
	color:#999;
}
.res_area .tip3 .blue{
	color:#2DCCD3;
}
.res_area .fg{
	height: 1.2rem;
	background:url(../images/res_fg.png) no-repeat center center;
	background-size:auto 0.12rem;
}
.res_area .code{
	width: 2.4rem;
	height: 2.4rem;
	margin:0 auto;
	border-radius:0.15rem;
	background:linear-gradient(90deg, #2DCCD3 0%, #FFFFFF 55.29%, #F1204A 100%);
	box-sizing:border-box;
	padding:0.05rem;
}
.res_area .codein{
	border-radius:0.15rem;
	width: 2.3rem;
	height: 2.3rem;
	overflow: hidden;
}
.res_area .codein img{
	width: 2.3rem;
	height: 2.3rem;
}
.res_area .codebt{
	color:#fff;
	text-align: center;
	line-height: 2.6;
	font-size:0.26rem;
}
.res_zy{
	display: block;
	width: 4rem;
	height: 0.9rem;
	line-height: 0.9rem;	
	text-align: center;	
	font-size:0.36rem;
	color:#000;
	border-radius:0.45rem;
	background:#fff;
	margin:0 auto 0.8rem auto;
}

.index_bg{
	background-image: url("../images/index_bg.jpg"), url("../images/main_bg2.jpg");
	background-position: top center, bottom center;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 100% auto;
}
.index_fm{
	padding:4.5rem 0.95rem 1rem 0.95rem;
}
.if_timepos{
	position: relative;
	height: 0.74rem;
	margin-bottom:1.4rem;
}
.if_timepos dl{
	width: 50%;
	text-align: center;
	float: left;
	line-height: 0.3rem;
	padding-top:0.05rem;
}
.if_timepos dt{
	font-size:0.2rem;
	color:#2DCCD3;
}
.if_timepos dd{
	font-size:0.24rem;
}
.if_timepos .fg{
	height: 0.56rem;
	border-left:1px solid rgba(255,255,255,0.5);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.if_link{
	height: 1.85rem;
	margin-top:0.4rem;
	background:url(../images/index_item.png) no-repeat center center;
	background-size:100% 100%;
	display: block;
	position: relative;
	padding-left:2.54rem;
	line-height: 1.85rem;
	font-size:0.32rem;
}
.if_link .ico{
	position: absolute;
	width: 0.55rem;
	height: 0.55rem;
	display: block;
	left: 1.7rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.code_fm{
	padding:5rem 0.75rem 1rem 0.75rem;
}
.code_area{
	border-radius:0.6rem;
	overflow: hidden;	
	text-align: center;
	background: radial-gradient(85.53% 60.17% at -15.5% -13.52%, #F1204A 21.48%, rgba(241, 32, 74, 0) 59.71%);
}
.code_areain{
	padding:1.1rem 0 1rem 0;
	background:radial-gradient(199.63% 115.95% at 132.05% 144.3%, #F1204A 24.03%, rgba(0, 0, 0, 0) 55.05%);
}
.code_area .code{
	width: 3.1rem;
	height: 3.1rem;
	margin:0 auto;
	border-radius:0.15rem;
	background:linear-gradient(90deg, #2DCCD3 0%, #FFFFFF 55.29%, #F1204A 100%);
	box-sizing:border-box;
	padding:0.05rem;
}
.code_area .codein{
	border-radius:0.15rem;
	width: 3rem;
	height: 3rem;
	overflow: hidden;
}
.code_area .codein img{
	width: 3rem;
	height: 3rem;
}
.code_area .ts{
	height: 0.7rem;
	line-height: 0.7rem;
	background:url(../images/code_ts.png) no-repeat center center;
	background-size:auto 0.4rem;
}

.guide_bg{
	position: relative;
	width: 100%;
	min-height: 100vh;
	background-image: url("../images/guide_bg.jpg"), url("../images/main_bg2.jpg");
	background-position: top center, bottom center;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 100% auto;
}

.cm_header{
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	position: relative;
	font-size:0.4rem;
}
.cm_header .backa{
	display: block;
	left: 0;
	top: 50%;
	margin-top:-0.7rem;
}
.guide_fm{
	padding:0 0.75rem 1rem 0.75rem;
}
.gui_title{
	line-height: 1.3rem;
	color:#2DCCD3;
	font-size:0.4rem;
	border-bottom:1px solid rgba(255,255,255,0.4);
}
.gui_pos{
	margin:0.4rem 0 0.3rem 0;
}
.gui_pos .t1{
	line-height: 0.5rem;
	font-size:0.32rem;
	padding-left:0.46rem;
	background:url(../images/guide_t1.png) no-repeat left center;
	background-size:auto 0.35rem;
}
.gui_pos .t2{
	font-size:0.24rem;
	color:rgba(255,255,255,0.5);
	padding-left:0.46rem;
}
.gui_map{
	position: relative;
	margin-bottom:0.2rem;
}
.gui_map .map{
	display: block;
	width: 100%;
}
.gui_map .dw{
	position: absolute;
	width: 0.64rem;
	height: 0.64rem;
	z-index: 20;
	right: 0.2rem;
	bottom: 0.2rem;
	background:#fff url(../images/gui_dw.png) no-repeat center center;
	background-size:auto 0.32rem;
	border-radius:0.2rem;
}
.gui_item{
	background:#141414;
	margin-top:0.2rem;
	padding:0.17rem 0.5rem 0.14rem 0.8rem;
	border-radius:0.25rem;
	position: relative;
}
.gui_item .ico{
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	left: 0.2rem;
	top: 0.17rem;
}
.gui_item .t1{
	line-height: 0.4rem;
	font-size:0.28rem;
}
.gui_item .t2{
	font-size:0.24rem;
	color:rgba(255,255,255,0.6);
	line-height: 1.6;
}
.gui_cg{
	margin:0.4rem 0;
}
.gui_cg img{
	display: block;
	width: 100%;
}
.gui_rules .title{
	font-size:0.32rem;
}
.gui_rules p{
	font-size:0.24rem;
	line-height: 1.5;
	padding-top:0.35rem;
	padding-left:1.2em;
	position: relative;
}
.gui_rules p em{
	position: absolute;
	left:0;
	top: 0.35rem;
}