body {
	font-size: 62.5%;
	overflow-x: hidden;
	max-width:480px; /**/
	min-width:250px; /**/
}

/* ************************************** */
p{
	color: #fff; /* 正文字色 */
}
#time span{
	color: #fff; /* 时间字色 */
}

.card_center{
	background: #4c84fa;
    border: 1px solid rgba(89,165,250,0.2);
    box-shadow: 0 0 8px rgba(89,165,250,0.4);
	border-radius: 10px;
}

/* ************************************** */

.header {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.wrapper{
	width: 100%;
    margin: 0 auto;
}

.header .bg_header{
	width: 100%;
	height: 0;
	padding-top: 66.7%;
	background-size: 100%;
	background-position: 0;
	margin: 0;
}

.header .bgh01{   
	background-image: url(../images/mobilebanner.png);
}

.header .bgtwr{
    width: 100%;
    position: absolute;
    top: 1em;
}

.container{
	margin: 0 auto;
	width: 100%;
	z-index: 19;
	margin-top: -4em;
}


.card{
	width: 94%;
	min-width: 360px;
	margin: 2em auto;
}

.wr{
	padding: 2%;
}


.motit{
font-size: 2em;
background-repeat: no-repeat;
background-position: center;
background-size: 66.7%;
margin: 0 auto;
}


p {
	line-height: 2em;
	font-size: 1.6em;
	margin: 0.6em;
	font-weight: 300;
}

p{
	text-indent: 1.6em;
}

.no-indent{
	text-indent: 0;
}

#intro p:first-letter, #approach p:first-letter, #course p:first-letter{
	font-size: 1.7em;
}

#intro{
margin: 2em auto 2em;
}



#time{
	position: relative;
}

#time .wr{
text-align: center;
}

#time span{
	font-size: 2em;
	line-height: 2.4em;
}

#time .finmark{
	width: 124px;
	height: 114px;
	background: url(../images/finmark.png) center no-repeat;
	position: absolute;
	z-index: 999;
	right: 5%;
	top: 10%;
}

#time .time_date{
	padding-top: 0;
}


/* 奖品 */

.aw{
	position: relative;
	margin: 1em auto 2em;
	width: 100%;
	max-width: 350px;
	background-color: #fff;
	border: 6px solid #ffd650;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5%;
}

.awtit span{
	width: 100%;
	background-color: #ea5170;
	border: 6px solid #771029;
	border-radius: 30px;
	font-size: 1.5em;
	line-height: 2;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.awpic{
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}

.awpic img{
	width: 100%;
}

.awtext{
	color: #333;
	font-size: 1.6em;
	line-height: 2em;
	width: 100%;
	margin: 0 auto;
}


.hl{
	bottom: 60px;
	margin: 0 auto;
}

.tip{
height: 3em;
}

.tip span{
    font-size: 1em;
    position: absolute;
    right: 1em;
    bottom: 1em;
}



/* 参加 */

h3{
	font-size: 2em;
}

.sentence{
	position: relative;
	margin: 1em auto 2em;
	width: 100%;
	max-width: 350px;
	background-color: #fff;
	border: 6px solid #ffd650;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5%;
}

.sentence span{
	text-align: center;
	font-weight: bold;
	width: 100%;
	background-color: #ea5170;
	border: 6px solid #771029;
	border-radius: 30px;
	font-size: 1.5em;
	line-height: 2;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #fff;
}

.sentence p{
	color: #333;
	font-size: 1.6em;
	line-height: 2em;
	width: 100%;
	margin: 10px auto 0;
}

/* 二维码 */


.tip_qrc{
	width: 100%;
	height: 0;
	padding-top: 14.4%;
	margin: 0.5em auto;
}

.wrap_qrc{
	margin: 0 auto 0.5em;
}

.wrap_qrc img{
	width: 80%;
}



/* 教程 */

.sub_title{
	width: 80%;
	font-size: 1.8em;
	margin: 0.5em auto;
}

.how span{
	display: none;
}

.how img{
	margin: 0.5em auto;
}


/* 页脚 */
.footer{
	margin: 0 auto;
	width: 100%;
	text-align: center;

}

.copyright{
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-top: 15%;
	background-size: 150%;
}


.copyright{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.copyright p{
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;
	text-indent: 0;
	margin: 0;
	display: none;
}

.clear{
	clear: both;
}

/*****************/

.mohidden{
	display: none;
}