
@charset "utf-8";
/*=========================Reset_start==========================*/
body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{
	margin: 0; 
	padding: 0;
}
html,body{
	width:100%;
	height:100%;
	min-width: 320px;
	max-width: 768px;
	margin: 0 auto;
	zoom: 1!important;
}

th,strong,var,em,address, caption, cite, code, dfn{
	font-weight: normal; 
	font-style: normal;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

ul,ol{
	list-style: none;
}
i,em{
	font-style: normal;
}

fieldset,img{
	border: 0;
}

img{
	display: block;
} 
input {
    outline: none;
	border-radius: 0;
	border: 0;
    -webkit-appearance: none; 
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,select,textarea{
	outline:0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
button{
	outline: none;
	border: 0;
}
textarea{
	resize:none;
}

a{
	text-decoration: none;
	color: #333;
}
::-webkit-scrollbar{
	display: none;
}

/*==========================Reset_End===========================*/
body{	
	display: flex;
	display: -webkit-flex;
	flex-direction: column;

	font-size: 0.24rem;
	font-family: -apple-system,Helvetica,sans-serif;
	color:#333; 
	position: relative;
}
/*section*/
section{
	flex:1;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	background: url(../images/section.png) no-repeat center;
	background-size: 100% 100%;
}


/* 首页 */
.banner{
	height: auto;
	position: relative;
}
.banner>img{
	max-width: 100%;
	height: 6.42rem;
	margin: 0 auto;
}
.logo{
	height: auto;
	position: absolute;
	left: 0.3rem;
	top: 0.3rem;
}
.logo img{
	height: 0.56rem;
}

.rule{
	width: 1.3rem;
	position: absolute;
	right: 0;
	top: 4.2rem;
	z-index: 9;
}
.rule li{
	height: 0.5rem;
	font-size: 0.22rem;
	text-align: center;
	line-height: 0.5rem;
	color: #fff;
	margin-bottom: 0.1rem;
	background: url(../images/a1.png) no-repeat center;
	background-size: 100% 100%;
}
.Imain{
	width: 7.5rem;
	height: 6rem;
	margin: 0 auto;
	position: relative;
}
.Icontent{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: -1.72rem;
}
.Icontent h3{
	width: 5.15rem;
	height: 0.7rem;
	font-size: 0.3rem;
	font-weight: bolder;
	text-align: center;
	line-height: 0.6rem;
	color: #be2810;
	margin: 0 auto 0.15rem;
	background: url(../images/a4.png) no-repeat center;
	background-size: 100% 100%;
}
.IcontentBt{
	height: 6.2rem;
	padding-top: 0.3rem;
	background: url(../images/a2.png) no-repeat center;
	background-size: 100% 100%;
}
.IcontentBt ul{
	width: 5.4rem;
	height: 4.48rem;
	padding-top: 0.4rem;
	padding-left: 0.55rem;
	margin: 0 auto;
	background: url(../images/a9.png) no-repeat center;
	background-size: 100% 100%;
}
.IcontentBt ul li{
	width: 2.5rem;
	height: 1.65rem;
	padding-top: 0.3rem;
	float: left;
}
.IcontentBt ul li img{
	height: 1rem;
	margin: 0 auto;
}
.IcontentBt ul li span{
	display: block;
	height: 0.6rem;
	font-size: 0.3rem;
	text-align: center;
	line-height: 0.6rem;
	color: #666;
}
.IcontBtn{
	width: 5.64rem;
	height: 0.9rem;
	margin: 0.3rem auto 0;
}
.IBtn{
	display: block;
	width: 5.64rem;
	height: 0.9rem;
	font-size: 0.32rem;
	font-weight: bolder;
	color: #bb1a13;
	margin: 0 auto;
	outline: none;
	border: 0;
	background: url(../images/btn.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	display: none;
}
.IBtn4{
	color: #fff;
	background: url(../images/btn1.png) no-repeat center;
	background-size: 100% 100%;
}
.IBtn span{
	display: block;
	width: 0.7rem;
	height: 0.7rem;
	background: url(../images/a3.png) no-repeat center;
	background-size: auto 100%;
	position: absolute;
	right: 0.4rem;
	top: 0.55rem;
	-webkit-animation-name: scaleDraw; 
	-webkit-animation-timing-function: ease-in-out; 
	-webkit-animation-iteration-count: infinite;  
	-webkit-animation-duration: 3s; /*时间*/
}
@keyframes scaleDraw {  
	0%{
		transform: scale(1);  
	}
	25%{
		transform: scale(1.2); /*放大1.1倍*/
	}
	50%{
		transform: scale(1);
	}
	75%{
		transform: scale(1.2);
	}
}
/* 活动页 */
.Amain{
	width: 7.5rem;
	height: 6.35rem;
	margin: 0 auto;
	position: relative;
}
.Acontent{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: -1.72rem;
}
.Acontent h3{
	width: 5.15rem;
	height: 0.7rem;
	font-size: 0.3rem;
	font-weight: bolder;
	text-align: center;
	line-height: 0.6rem;
	color: #be2810;
	margin: 0 auto 0.15rem;
	background: url(../images/a4.png) no-repeat center;
	background-size: 100% 100%;
}
.AcontentBt{
	height: 6.55rem;
	padding-top: 0.45rem;
	background: url(../images/a22.png) no-repeat center top;
	background-size: 100% auto;
	position: relative;
}
.AcontLive{
	width: 4.36rem;
	height: 2.16rem;
	margin: 0 auto;
	background: url(../images/a20.png) no-repeat center;
	background-size: 100% 100%;
	display: none;
}
.AcontLive p{
	height: auto;
	padding-top: 0.3rem;
	font-size: 0.3rem;
	text-align: center;
	color: #777;
}
.AcontLiveS{
	width: 4.36rem;
	height: 2.16rem;
	margin: 0 auto;
	background: url(../images/a21.png) no-repeat center;
	background-size: 100% 100%;
	display: none;
}
.AcontLiveS p{
	height: auto;
	padding-top: 0.3rem;
	font-size: 0.3rem;
	text-align: center;
	color: #333;
}
.AcontLiveS p span{
	color: #e93c50;
}
.member{
	width: 6.3rem;
	height: 4.25rem;
	background: url(../images/a18.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 0.64rem;
	top: 1.6rem;
}
.memberTwo{
	background: url(../images/a19.png) no-repeat center;
	background-size: 100% 100%;
}
.member li{
	width: 1.4rem;
	height: 0.5rem;
	font-size: 0.24rem;
	font-weight: bolder;
	text-align: center;
	line-height: 0.5rem;
	color: #eeb491;
	margin-top: 1.68rem;
	margin-left: 0.14rem;
	float: left;
}
.member li:last-child{
	margin-left: 2.02rem;
}
.ActBtn{
	width: 100%;
	height: 0.9rem;
	position: absolute;
	left: 0;
	top: 5.6rem;
}
.ABtn{
	display: block;
	width: 5.64rem;
	height: 0.9rem;
	font-size: 0.32rem;
	font-weight: bolder;
	color: #bb1a13;
	margin: 0 auto;
	outline: none;
	border: 0;
	background: url(../images/btn.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	display: none;
}
.ABtn span{
	display: block;
	width: 0.7rem;
	height: 0.7rem;
	background: url(../images/a3.png) no-repeat center;
	background-size: auto 100%;
	position: absolute;
	right: 0.4rem;
	top: 0.55rem;
	-webkit-animation-name: scaleDraw; 
	-webkit-animation-timing-function: ease-in-out; 
	-webkit-animation-iteration-count: infinite;  
	-webkit-animation-duration: 3s; /*时间*/
}
.foot{
	width: 6.8rem;
	height: 3.6rem;
	margin: 0 auto;
	border-radius: 0.1rem;
	background: #fff;
}
.foot h3{
	height: 0.85rem;
	font-size: 0.38rem;
	font-weight: bolder;
	line-height: 0.85rem;
	text-align: center;
	color: #2715a4;
	background: url(../images/a23.png) no-repeat center;
	background-size: auto 0.2rem;
}
.foot ul{
	height: 2.15rem;
	background: url(../images/a24.png) no-repeat 1.9rem 0.28rem;
	background-size: auto 0.14rem;
}
.foot ul li{
	width: 2.1rem;
	height: 0.86rem;
	padding-top: 0.6rem;
	margin-top: 0.5rem;
	margin-right: 0.1rem;
	background: url(../images/a25.png) no-repeat center;
	background-size: 100% 100%;
	float: left;
	position: relative;
}
.foot ul li:first-child{
	margin-left: 0.15rem;
}
.foot ul li:last-child{
	margin-right: 0;
}
.foot ul li img{
	height: 1rem;
	position: absolute;
	left: 50%;
	top: -0.5rem;
	margin-left: -0.5rem;
}
.foot ul li span{
	display: block;
	font-size: 0.24rem;
	line-height: 0.32rem;
	text-align: center;
}
.foot p{
	height: auto;
	font-size: 0.22rem;
	text-align: center;
}
.foot p i{
	color: #fe0407;
}
/* 视频页 */

.LcontentBt{
	height: 5.56rem;
	padding-top: 1rem;
	background: url(../images/a22.png) no-repeat center;
	background-size: 100% 100%;
}
.LiveBt{
	width: 6.7rem;
	height: 4.5rem;
	padding-top: 0.4rem;
	margin: 0 auto;
	background: url(../images/a9.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
}
.AList{
	width: 100%;
	height: 1rem;
	position: absolute;
	left: 0;
	top: -0.8rem;
}
.AList li{
	width: 19%;
	height: 0.6rem;
	font-size: 0.24rem;
	line-height: 0.6rem;
	text-align: center;
	color: #fff;
	margin-right: 1%;
	margin-top: 0.2rem;
	border-radius: 0.1rem;
	background: #27099d;
	float: left;
}
.AList li:last-child{
	margin-right: 0;
}
.AList li.active{
	background: #248be7;
}
#player{
	width: 6.1rem;
	height: 4rem;
	margin-left: 0.4rem;
}



/* pc浏览器打开时--弹窗 */
.PCTerminal{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 99;	
}
.PcPop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}
.PcPop .pop{
	width: 6rem;
	height: 5.2rem;
	border-radius: 0.1rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2.6rem;
}
.PcPop .close{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	cursor: pointer;
	background: url(../images/Close.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -0.1rem;
	top: -0.7rem;
}
.PcPop h3{
	height: 1rem;
	font-size: 0.38rem;
	font-weight: bolder;
	line-height: 1rem;
	text-align: center;
	color: #fff;
	background: url(../images/a10.png) no-repeat center;
	background-size: 100% 100%;
}
.PcPop img{
	height: 2.3rem;
	margin: 0.45rem auto;
}
.PcPop p{	
	font-size: 0.26rem;
	text-align: center;
}

/* 活动规则——弹窗 */
.RulePop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}
.RulePop .pop{
	width: 6rem;
	height: 7rem;
	border-radius: 0.1rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -3.5rem;
}
.RulePop .close{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	cursor: pointer;
	background: url(../images/Close.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -0.1rem;
	top: -0.7rem;
}
.RulePop h3{
	height: 1rem;
	font-size: 0.38rem;
	font-weight: bolder;
	line-height: 1rem;
	text-align: center;
	color: #fff;
	margin-bottom: 0.3rem;
	background: url(../images/a10.png) no-repeat center;
	background-size: 100% 100%;
}
.RulePop p{
	height: auto;
	padding: 0 0.4rem;
}
.RulePop p b{
	display: block;
	font-size: 0.28rem;
	font-weight: bolder;
	line-height: 0.5rem;
	color: #fb0608;
}
.RulePop p span{
	display: block;
	font-size: 0.24rem;
	line-height: 0.46rem;
}

/* 咨询——弹窗 */

.AdvicePop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}
.AdvicePop .pop{
	width: 6rem;
	height: 5.8rem;
	border-radius: 0.2rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2.9rem;
}
.AdvicePop .close{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	cursor: pointer;
	background: url(../images/Close.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -0.1rem;
	top: -0.7rem;
}
.AdvicePop h3{
	height: 1rem;
	font-size: 0.38rem;
	font-weight: bolder;
	line-height: 1rem;
	text-align: center;
	color: #fff;
	background: url(../images/a10.png) no-repeat center;
	background-size: 100% 100%;
}
.AdvicePop p{	
	height: auto;
	font-size: 0.3rem;
	text-align: center;
	margin: 0.35rem auto;
}
.AdvicePop span{
	display: block;
	width: 2.8rem;
	height: 2.8rem;
	margin: 0 auto;
	border-radius: 0.1rem;
	background: #2715a4;
}
.AdvicePop span img{
	display: block;
	height: 2.4rem;
	margin: 0.2rem;
	float: left;
}
/* 更多活动——弹窗 */

.MorePop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}
.MorePop .pop{
	width: 6rem;
	height: 5.8rem;
	border-radius: 0.2rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2.9rem;
}
.MorePop .close{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	cursor: pointer;
	background: url(../images/Close.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -0.1rem;
	top: -0.7rem;
}
.MorePop h3{
	height: 1rem;
	font-size: 0.38rem;
	font-weight: bolder;
	line-height: 1rem;
	text-align: center;
	color: #fff;
	background: url(../images/a10.png) no-repeat center;
	background-size: 100% 100%;
}
.MorePop p{	
	height: auto;
	font-size: 0.3rem;
	text-align: center;
	margin: 0.35rem auto;
}
.MorePop span{
	display: block;
	width: 2.8rem;
	height: 2.8rem;
	margin: 0 auto;
	border-radius: 0.1rem;
	background: #2715a4;
}
.MorePop span img{
	display: block;
	height: 2.4rem;
	margin: 0.2rem;
	float: left;
}
/* 登录——弹窗 */

.LoginPop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;	
}
.LoginPop .pop{
	width: 6rem;
	height: 4.8rem;
	border-radius: 0.1rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2.4rem;
}
.LoginPop .close{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	cursor: pointer;
	background: url(../images/Close.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -0.1rem;
	top: -0.7rem;
}
.LoginPop h3{
	height: 1rem;
	font-size: 0.38rem;
	font-weight: bolder;
	line-height: 1rem;
	text-align: center;
	color: #fff;
	margin-bottom: 0.3rem;
	background: url(../images/a10.png) no-repeat center;
	background-size: 100% 100%;
}
.LoginPop label{
	display: block;
	width: 4.7rem;
	height: 1rem;
	margin: 0 auto;
}
.LoginPop input{
	display: block;
	width: 4.7rem;
	height: 0.7rem;
	font-size: 0.28rem;
	text-indent: 0.2rem;
	outline: none;
	border-radius: 0.1rem;
	border: 0.01rem solid #ccc;
}
.LoginPop #YzNum{
	width: 2.78rem;
	float: left;
}
.LoginPop #btnSendCode1{
	width: 1.7rem;
	color: #fff;
	border: 0;
	text-indent: 0;
	background: url(../images/a12.png) no-repeat center;
	background-size: 100% 100%;
	float: right;
}
.LoginPop .loginBtn{
	width: 4.5rem;
	height: 0.82rem;
	font-size: 0.34rem;
	font-weight: bolder;
	text-align: center;
	line-height: 0.72rem;
	color: #954600;
	margin: 0.2rem auto 0;
	background: url(../images/btn2.png) no-repeat center;
	background-size: 100% 100%;
}
/* 成功助力——弹窗 */
.AssistPop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}
.AssistPop .pop{
	width: 6rem;
	height: 5.8rem;
	border-radius: 0.2rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2.9rem;
}
.AssistPop .close{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	cursor: pointer;
	background: url(../images/Close.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -0.1rem;
	top: -0.7rem;
}
.AssistPop h3{
	height: 1rem;
	font-size: 0.38rem;
	font-weight: bolder;
	line-height: 1rem;
	text-align: center;
	color: #fff;
	background: url(../images/a10.png) no-repeat center;
	background-size: 100% 100%;
}
.AssistPop p{	
	height: auto;
	font-size: 0.3rem;
	text-align: center;
	margin: 0.5rem auto;
}
.AssistPop img{
	display: block;
	height: 1.4rem;
	margin: 0.2rem;
	margin: 0 auto;
}
.AssistPop .know{
	width: 4.5rem;
	height: 0.82rem;
	font-size: 0.34rem;
	font-weight: bolder;
	text-align: center;
	line-height: 0.72rem;
	color: #954600;
	margin: 0.4rem auto 0;
	background: url(../images/btn2.png) no-repeat center;
	background-size: 100% 100%;
}

/* 重复助力——弹窗 */
.TipsPop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}
.TipsPop .pop{
	width: 6rem;
	height: 4rem;
	border-radius: 0.1rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2rem;
}
.TipsPop .close{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	cursor: pointer;
	background: url(../images/Close.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -0.1rem;
	top: -0.7rem;
}
.TipsPop h3{
	height: 1rem;
	font-size: 0.38rem;
	font-weight: bolder;
	line-height: 1rem;
	text-align: center;
	color: #fff;
	background: url(../images/a10.png) no-repeat center;
	background-size: 100% 100%;
}
.TipsPop p{
	height: auto;
	padding: 0.6rem 0;
	font-size: 0.3rem;
	text-align: center;
}
.TipsPop .know{
	width: 4.5rem;
	height: 0.82rem;
	font-size: 0.34rem;
	font-weight: bolder;
	text-align: center;
	line-height: 0.72rem;
	color: #954600;
	margin: 0 auto;
	background: url(../images/btn2.png) no-repeat center;
	background-size: 100% 100%;
}

/* 看直播——弹窗 */
.TrailersPop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}
.TrailersPop .pop{
	width: 6rem;
	height: 6.6rem;
	border-radius: 0.1rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -3.3rem;
}
.TrailersPop .close{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	cursor: pointer;
	background: url(../images/Close.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -0.1rem;
	top: -0.7rem;
}
.TrailersPop h3{
	height: 1rem;
	font-size: 0.38rem;
	font-weight: bolder;
	line-height: 1rem;
	text-align: center;
	color: #fff;
	background: url(../images/a10.png) no-repeat center;
	background-size: 100% 100%;
}
.TrailersBt{
	width: 5.52rem;
	height: 5.2rem;
	border-radius: 0.1rem;
	margin: 0.3rem auto 0;
}
.TrailersBt h5{
	width: 5.06rem;
	height: 0.64rem;
	font-size: 0.24rem;
	font-weight: normal;
	text-align: center;
	line-height: 0.64rem;
	color: #888;
	border-radius: 0.1rem;
	border: 0.01rem solid #0195fe;
	margin: 0 auto;
}
.TrailersBt ul{
	width: 5.08rem;
	height: auto;
	padding-top: 0.1rem;
	margin: 0.1rem auto 0;
	background: url(../images/a29.png) no-repeat center;
	background-size: 100% 100%;
}
.TrailersBt ul li{
	height: 0.6rem;
	font-size: 0.26rem;
	text-align: center;
	line-height: 0.6rem;
	color: #fff;
	border-bottom: 0.01rem solid #0195fe;
}
.TrailersBt ul li:last-child{
	border: 0;
}
.TrailersBt ul li.active{
	background: #2b71e7;
}
.TrailersBt .know{
	width: 4.5rem;
	height: 0.82rem;
	font-size: 0.34rem;
	font-weight: bolder;
	text-align: center;
	line-height: 0.72rem;
	color: #954600;
	margin: 0.3rem auto 0;
	background: url(../images/btn2.png) no-repeat center;
	background-size: 100% 100%;
}

/* 活动结束后遮罩 */
.Mask{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 99;	
}
/* 活动结束——弹窗 */
.EndPop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}
.EndPop .pop{
	width: 6rem;
	height: 5.4rem;
	border-radius: 0.1rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2.7rem;
}
.EndPop .close{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	cursor: pointer;
	background: url(../images/Close.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -0.1rem;
	top: -0.7rem;
}
.EndPop h3{
	height: 1rem;
	font-size: 0.38rem;
	font-weight: bolder;
	line-height: 1rem;
	text-align: center;
	color: #fff;
	background: url(../images/a10.png) no-repeat center;
	background-size: 100% 100%;
}
.EndPop p{	
	height: auto;
	font-size: 0.3rem;
	text-align: center;
	margin: 0.2rem auto;
}
.EndPop p i{
	color: #c40e24;
}
.EndPop span{
	display: block;
	width: 2.8rem;
	height: 2.8rem;
	margin: 0 auto;
	border-radius: 0.1rem;
	background: #2715a4;
}
.EndPop span img{
	display: block;
	height: 2.4rem;
	margin: 0.2rem;
	float: left;
}

/* 分享——弹窗 */
.SharePop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;	
	z-index: 999;
}
.SharePop .pop{
	width: 7.5rem;
	height: 13.34rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3.75rem;
	margin-top: -6.67rem;
}
.SharePop img{
	height: 4.3rem;
	margin: 0.6rem 0.6rem 0 0;
	float: right;
}
.SharePop p{
	height: 3rem;
	padding-top: 0.6rem;
	margin-top: 5.2rem;
	background: url(../images/a16.png) no-repeat center top;
	background-size: auto 2.56rem;
}
.SharePop p span{
	display: block;
	font-size: 0.3rem;
	line-height: 0.56rem;
	text-align: center;
	color: #fff;
}
.SharePop p b{
	display: block;
	width: 2.1rem;
	height: 0.82rem;
	font-size: 0.3rem;
	font-weight: normal;
	line-height: 0.72rem;
	text-align: center;
	color: #fff;
	margin: 0.4rem auto 0;
	background: url(../images/a17.png) no-repeat center;
	background-size: 100% 100%;
}
