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

.body-bg{
	background-size: 75%;
}

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

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

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

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

.header .bgh02{
	background-image: url(../images/bg_head02.jpg);
}

.header .bgh03{
	background-image: url(../images/bg_head03.jpg);
}

.header .bgh04{
	background-image: url(../images/bg_head04.jpg);
}

.header .bgh05{
	height: 20px;
	background-image: url(../images/bg_head05.png);
	margin-top: -10px;
}

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

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


.card{
	z-index: 999;
	width: 94%;
	min-width: 360px;
	margin: 2em auto;
	background: #fff; /*更改card颜色*/
	border-radius: 10px;
    border: 1px solid rgba(255,147,247,0.8);
    box-shadow: 0 0 8px rgba(218,147,147,0.8);
}

.wr{
	padding: 2%;
	position: relative;
	
}


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


p {
	line-height: 2em;
	font-size: 1.6em;
	color: #c37017;/*更改段落文字颜色*/
	margin: 0.6em;
	font-weight: 300;
}

p{
	text-indent: 1.6em;
}

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

.fs{
	font-weight: 600;
}

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

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

#video .tit_video{
	width: 100%;
    margin: 2em auto 1em;
}

#video .tit_video img{
	width: 100%;
}

#video .flv{
	width: 100%;
	height: 220px;
	max-height: 446px;
	overflow: hidden;
}

#video .flvtip{
	font-size: 1.2em;
	color: #c37017;/*更改视频提示语文字颜色*/
	text-align: center;
	margin: 0.6em auto 0.2em;
}

#time{
	position: relative;
}

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

#time span{
	font-size: 2em;
	line-height: 2.4em;
	color: #c37017;/*更改时间文字颜色*/
}

#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: 2em auto;
width: 100%;
max-width: 350px;
}


.awpic{
	position: absolute;
	z-index: 62;
}

.awbg{
	background: url(../images/aw_bg.png) no-repeat;
	width: 350px;
	height: 220px;
	z-index: 60;
}

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

.tip{
height: 3em;
}

.tip span{
    font-size: 1em;
    color: #c37017;/*更改奖品提示语的颜色*/
    position: absolute;
    right: 1em;
    bottom: 1em;
}



/* 参加 */

h3{
	font-size: 2em;
}

#approach span{
	font-size: 1.6em;
	color: #c37017;/*更改方式文字颜色*/
	line-height: 2em;
	text-indent: 1.6em;
}

.decwr{
	position: relative;
	padding: 5px 24px 35px;
}

#approach .imp{
	font-size: 1.8em;
	color: #ef65aa;/*更改高亮颜色*/
	font-weight: 600;
}

.link{
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding: 0px 0 0 1.2em;
    background-size: auto 80%;
}

.dec_l{
	left: 0;
	top: 0;
}

.dec_r{
	right: 0;
	bottom: 0;
}

.golearning img{
	width: 100%;
	margin: 0 auto 1em;
}


/* 评论 */
#comment {
    width: 50%;
    margin: 1em 30% 0;
}

.ft_comment{
	background-size: 90%;
    width: 100%;
    height: 8.8em;
}


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

}

.ft{
	margin: 0 auto;
	width: 100%;
	background-size: 80%;
}

.ft_dec{
	height: 1em;
}

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


.copyright{
	margin: 10px auto;
}

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

.clear{
	clear: both;
}

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

.mohidden{
	display: none;
}