/* reset */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, figure, menu, input, textarea, button, select, th, td iframe{ margin:0; padding:0;}
h1, h2, h3, h4, h5, h6, b, strong { font-size:100%; font-weight:normal;}
li { list-style:none;}
em, i { font-style:normal;}
a, a:visited, a:active { text-decoration:none; border:none; outline:none;}
input, textarea { outline:none;}
textarea { resize: vertical;}
body { 
	-webkit-text-size-adjust:100%; 
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	-webkit-touch-callout:none; 
	word-wrap:break-word; 
	line-height:1.5;font-size: 12px;min-width:7.5rem!important;
	width:7.5rem;margin: 0 auto!important;overflow-x: hidden;overflow-y: auto;
}
body, button, input, select, textarea { font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', 'microsoft yahei', simsun, sans-serif;}
.none{ display:none;}
.left { float:left;}
.right { float:right;}

.clearfix::after { content:''; clear:both; display:block; height:0; overflow:hidden;visibility:hidden;}
.The_total{display:none;}
a[title="站长统计"]{display: none;}
.wrap{width:7rem;margin: 0 auto; position: relative; clear: both; text-align: center;}
.wrap1{width:7.5rem;margin: 0 auto;clear: both; text-align: center; position: relative;}
.wrap2{width:6.7rem;margin: 0 auto;clear: both; text-align: center; position: relative;}
.m-show{display:block!important;}
.m-hide{display: none!important;}
@media screen and (max-width: 750px) {
	/* body{background-color: #ffb070;} */
}


.page-index{
	float: left; position: relative;
	width: 100%; height: 100%; 
	background:#ffb070 url('../images/page-index.jpg') no-repeat center top; 
	background-size: 7.5rem; 
}
.page-text{
	float: left; position: relative;
	width: 100%; height: 100%; 
	background:#ffb476 url('../images/page-text.jpg') no-repeat center top; 
	background-size: 7.5rem; 
}
.page-draw{
	float: left; position: relative;
	width: 100%; height: 100%; 
	background:#fc453b url('../images/page03.jpg') no-repeat center top; 
	background-size: 7.5rem; 
}

/*banner*/
.banner-box{height:4.6rem;width: 100%; float: left; position: relative;}
.page-draw .banner-box{height: 4rem;}
.banner-box .wrap{text-align: center;}
.banner-box .logo{width:2.51rem; height:.89rem; top: 0; position: absolute; left:0;}
.banner-box .logo img{width: 1.63rem; display: block;margin-left: .35rem; margin-top: .28rem;}
.banner-box img.tit{
	width: 6.28rem; display: inline-block;margin-top: 1.44rem;
}

/* 侧边悬浮 */
.fixBtn{position: absolute; right: .5rem; top: 0; z-index: 2; text-align: center;}
.fixBtn a{color: #fff; display: block; float: left; margin-left: .2rem;
	border-radius: 0 0 .15rem .15rem;
	font-size: .28rem; line-height: .34rem; 
	width: .7rem; padding: .1rem .1rem;
	background-color: #f44140;
}

.fixBtn a.btn02{
	background: #f63528;
	background: linear-gradient(#f63528, #fc773f);
}

.fixBtn a.btn04{
	background: #f24637;
	background: -webkit-linear-gradient(left, #ed7241 , #f62630); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #ed7241, #f62630); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #ed7241, #f62630); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #ed7241 , #f62630); /* 标准的语法 */
}


/* 首页 */
.mainIndex{width: 100%; clear: both; float: left;margin-bottom: .96rem;}
.mainbox{
	width: 100%; height: 6.95rem; float: left; display: block;
}
.txtMain{
	width: 4.8rem; float: left; margin: 0 1.1rem;
}
.mainbox .name{
	width: 4.8rem; display: flex;
	margin-top: .6rem;
	font-size: .28rem;
	justify-content: center;
}
.mainbox .name span{display: inline-block;}
.mainbox .name input{
	border: none;
	border-bottom: solid .01rem #b4b4b4;
	background: #f5f6f6;
}
.mainbox .tips{
	width: 100%; height: 1.15rem; display: flex; 
	justify-content: center;
	flex-wrap: wrap;
	margin-top: .4rem; margin-bottom: .48rem;
	background: url('../images/page-img01.png') no-repeat center / 100%;
}
.mainbox .tips h4{
	font-size: .34rem; color: #442d21; margin-top: .15rem;
}
.mainbox .tips p{
	font-size: .24rem; color: #956951; margin-top: -.1rem;
}
.mainbox ul{
	width: 100%; display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.mainbox ul li{
	font-size: .28rem;margin-bottom: .3rem;
}
.mainbox ul li span{
	font-size: .36rem;
}
.mainbox ul li input{
	width: 1.4rem;
	border: none;
	border-bottom: solid .01rem #b4b4b4;
	background: #f5f6f6;
	font-size: .36rem;
	text-align: center;
}


.indexBtn,.cardBtn{width: 100%; clear: both; float: left; margin-top: .24rem; text-align: center;}
.indexBtn a,.cardBtn a{width: 4.36rem; height: .78rem; display: inline-block; margin:auto;
	font-size: .34rem; line-height: .7rem; color: #fcffab;
	background: url('../images/btn01.png') no-repeat center;
	background-size: 100%;
	border-radius: .5rem;
	position: relative;
	-webkit-animation: scaleDraw 3s ease-in-out infinite;
	animation: scaleDraw 3s ease-in-out infinite;
}

@-webkit-keyframes scaleDraw{
	0%  {transform: scale(1); }
	25% {transform: scale(1.05);}
	50% {transform: scale(1);}
	75% {transform: scale(1.05);}
	100%{transform: scale(1);}
}
@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0%  {transform: scale(1); }
	25% {transform: scale(1.05);}
	50% {transform: scale(1);}
	75% {transform: scale(1.05);}
	100%{transform: scale(1);}
}


.canvasPage{
	width: 100%; margin: 0 auto; position: relative; display: none;
	float:left;
}
.pageCard{width: 100%; margin: 0 auto;}
.pageCard img{width:100%;}
.cardTxt{
	width: 4.8rem; 
	position: absolute; left:1.1rem; top: 5.13rem;
}
.cardTxt h4{
	width: 100%; height: .85rem; display: block;
	background: url('../images/page-img02.png') no-repeat center / 100%;
	font-size: .24rem; line-height: .85rem; color: #442d21;
	text-align: center;
}
.cardTxt h4 em{font-size: .32rem; font-weight: bold;}
.cardTxt ul{
	width: 3.9rem; float: left;margin-left: .63rem; margin-top: .1rem;
}
.cardTxt ul li{
	display: flex;
	align-items: center;
	border-bottom: solid .01rem #d5d5d5;
	height: .6rem;
	padding: .2rem 0;
	font-size: .36rem;
}
.cardTxt ul li span{
	font-size: .36rem; color: #e43232;
}
.cardTxt ul li img{
	margin-left: .2rem;margin-right: .15rem;
}
.cardTxt ul li.k01 img{
	width: .3rem;
}
.cardTxt ul li.k02 img{
	width: .33rem;
}
.cardTxt ul li.k03 img{
	width: .31rem;
}
.cardTxt ul li.k04 img{
	width: .33rem;
}

#tarPic {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}


/* 抽奖 */
.drawStat{
	width: 100%; height: 7.68rem; display: block;
	background: url('../images/draw-img04.png') no-repeat center top / 100%;
}
.drawStat .drawbox{
	width: 6.72rem; height: 6.43rem; display: inline-block;
	background: url('../images/draw-img03.png') no-repeat center top / 100%;
	float: left; margin-top: .11rem; margin-left: .39rem;
}
.draw-zp{
	width: 6.06rem; height: 6.01rem; display: block;
	background: url('../images/draw-img02.png') no-repeat center / 100%;
	float: left; margin-left: .34rem; margin-top: .36rem;
	position: relative;
}

.draw-zp::before{
	content: ''; width: 100%; height: 5.81rem; display: inline-block;
	background: url('../images/draw-zz-b.png') no-repeat center bottom;
	background-size: auto 100%;
	position: absolute; top: .1rem; left: .15rem; z-index: 2;
	animation: shan 2s infinite linear;
}
.draw-zp.light::after{
	content: ''; width: 100%; height: 5.72rem; display: inline-block;
	background: url('../images/draw-zz-s.png') no-repeat center bottom;
	background-size: auto 100%;
	position: absolute; top: .15rem; left: -.13rem; z-index: 2;
	animation: shan 2s infinite linear;
}
.draw-zp .pointer{
	width: 2.29rem; height: 2.29rem; display: block;
	background: url('../images/draw-img05.png') no-repeat center / 100%;
	position: absolute;
	z-index: 9;
	top: 50%; left: 50%;
	/* transform:translate(-50%,-50%); */
	margin-left: -1.145rem; margin-top: -1.145rem;
}
.draw-zp .pointer.end{
	background: url('../images/draw-img06.png') no-repeat center / 100%;
}
.drawStat p{
	width: 3.05rem; height: .44rem;
	float: left; margin-left: 2.22rem;
	font-size: .24rem; line-height: .44rem; color: #fff; text-align: center;
	margin-top: .15rem;
}
.drawStat p em{color: #f7ff74; font-weight: bold;}

.grade{
	width: 100%; clear: both; float: left; display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: .8rem;
}
.grade span{
	font-size: .24rem; color: #fff; display: inline-block;
}
.grade img{width: .42rem; display: inline-block; margin: 0 .15rem;}
.grade a{
	width: 3.53rem; height: .61rem; display: inline-block;
	background: url('../images/draw-btn01.png') no-repeat center / 100%;
	font-size: .24rem; color: #fff; line-height: .6rem;
	border-radius: .3rem;
	box-shadow: 0 .06rem .1rem rgba(0,0,0,.15);
	animation: scaleDraw 3s infinite;
	-webkit-animation: scaleDraw 3s infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
}

.ruleK{
	width: 100%;
	background: #ff7639;
	border-radius: .2rem;
	float: left; margin: .5rem auto;
}
.ruleK h3{
	font-size: .32rem; font-weight: bold; line-height: .66rem;
	width: 100%; float: left; margin-top: .13rem;
	color: #fff;
	background: url('../images/rule-img01.png') no-repeat center / 3.3rem;
}
.ruleK .ruleTxt{
	width: 6.3rem; height: auto;
	background: #fff;
	float: left;margin: 0 .2rem .2rem;
	padding: .3rem 0 0;
}
.ruleK .ruleTxt ul{
	float: left; width: 5.5rem;
	margin: 0 .4rem;
}
.ruleK .ruleTxt ul li{
	width: 100%; float: left; margin-bottom: .3rem;
}
.ruleK .ruleTxt ul li h4{
	font-size: .24rem; font-weight: bold; line-height: .44rem; color: #eb4441;
	background: #ffe9e8;
	border-radius: .4rem;
	float: left; text-align: center;
	padding: 0 .28rem;
	margin-bottom: .1rem;
}
.ruleK .ruleTxt ul li p{
	clear:both; float: left;
	font-size: .24rem; line-height: .36rem; text-align: left;
}
.ruleK .ruleTxt ul li p i{color:#eb4441;}
.ruleK .ruleTxt ul li p b{color:#eb4441; font-weight: bold;}
.ruleK .ruleTxt .ewm{
	width: 100%; clear: both; display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: .4rem;
}
.ruleK .ruleTxt .ewm p{
	font-size: .24rem; line-height: .36rem; text-align: left;
	margin-left: .4rem;
}
.ruleK .ruleTxt .ewm img{width: 1.2rem; margin-left: .15rem;}


@keyframes shan {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.3;
    }
}
.gray{ 
	filter: grayscale(100%); 
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); -o-filter: grayscale(100%); 
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); 
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
}

@-webkit-keyframes scaleDraw{
	0%  {transform: scale(.95); }
	25% {transform: scale(1.1);}
	50% {transform: scale(.95);}
	75% {transform: scale(1.1);}
	100%{transform: scale(.95);}
}
@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0%  {transform: scale(.95); }
	25% {transform: scale(1.1);}
	50% {transform: scale(.95);}
	75% {transform: scale(1.1);}
	100%{transform: scale(.95);}
}
