/* CSS Document */
.hide {
	display: none;
}
.pc_hide {display: block;}
.pc_show {display: none;}

.publicTitle {
	text-align: center;
	font-size: 0.42rem;
	color: #212121;
	padding: 0 0 0.4rem 0;
	line-height: 102%;
	background: url("../images/title_bg_01.png") no-repeat center bottom;
	background-size: 2.12rem auto;
}
.publicTitleWhite {
	color: #fff;
	background: url("../images/title_bg_02.png") no-repeat center bottom;
	background-size: 2.12rem auto;
}

/*section 01*/
.wuyouLesson .section01 {
	padding: 0.4rem 0 0.45rem 0;
	background: url("../images/section_bg.png") no-repeat center bottom;
	background-size: 7.5rem auto;
	min-height: 6.15rem;
}
.wuyouLesson .section01 .icon {
	width: 6.65rem;
}
.wuyouLesson .section01 .valueItem {
	display: inline-block;
	width: 4.4rem;
	height: 1.12rem;
	background: url("../images/value_bg.png") no-repeat center top;
	background-size: 4.4rem auto;
	color: #fff;
	font-size: 0.3rem;
	line-height: 1.1rem;
	text-indent: -0.2rem;
	margin: 0.2rem 0 0.4rem 0;
}
.wuyouLesson .section01 .valueItem strong {
	font-size: 0.46rem;
}
.wuyouLesson .section01 .countDown {
	font-size: 0.26rem;
	color: #383c42;
	height: 0.3rem;
	line-height: 0.3rem;
}
.wuyouLesson .section01 .countDown span {
	display: inline-block;
	height: 0.3rem;
	width: 0.42rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 0.26rem;
	color: #fff;
	margin: 0 0.1rem;
	background: #4933be;
}
.wuyouLesson .section01 .btnGroup {
	padding: 0.34rem 0 0 0;
}
.wuyouLesson .section01 .btnGroup .btnItem {
	display: inline-block;
	width: 2.56rem;
	height: 0.78rem;
	text-align: center;
	line-height: 0.78rem;
	font-size: 0.28rem;
	margin: 0 0.16rem;
	box-shadow: 2px 6px 8px #dbcaff;
	-webkit-box-shadow: 2px 6px 8px #dbcaff;
	-moz-box-shadow: 2px 6px 8px #dbcaff;
}
.wuyouLesson .section01 .btnGroup .btnItem img {
	width: 0.4rem;
	margin: -0.08rem 0 0 0;
}
.wuyouLesson .section01 .btnGroup .btnItem01 {
	background: #fb6e4e;
	border: solid 2px #fb6e4e;
	color: #fff;
}
.wuyouLesson .section01 .btnGroup .btnItem02 {
	background: #fff;
	border: solid 2px #442db9;
	color: #442db9;
}

/*section 02*/
.wuyouLesson .section02 {
	padding: 0.6rem 0.25rem;
}
.wuyouLesson .section02 h2 {
	font-size: 0.3rem;
	color: #2f23b3;
	text-align: center;
	margin: 0.4rem 0;
	line-height: 105%;
}
.wuyouLesson .section02 .icon {
	margin: 0 0 0.4rem 0;
}
.wuyouLesson .section02 .alert {
	background: #e5e3ff;
	padding: 0.1rem;
	font-size: 0.22rem;
	color: #212121;
	line-height: 0.36rem;
}

/*section 03*/
.wuyouLesson .section03 {
	padding: 0.75rem 0.3rem 1rem 0.3rem;
	background: url("../images/section_bg_02.png") no-repeat center top;
	background-size: cover;
}
.wuyouLesson .section03 .publicTitle {
	margin: 0 0 0.5rem 0;
}

/*section 04*/
.wuyouLesson .section04 {
	padding: 0.6rem 0.3rem;
}
.wuyouLesson .section04 .publicTitle {
	margin: 0 0 0.4rem 0;
}

/*section 05*/
.wuyouLesson .section05 {
	padding: 0.6rem 0.3rem 0.5rem 0.3rem;
}
.wuyouLesson .section05 .publicTitle {
	margin: 0 0 0.4rem 0;
}
.wuyouLesson .section05 .alert {
	font-size: 0.24rem;
	color: #2a1fad;
	padding: 0.3rem 0 0 0;
	text-indent: 0.2rem;
}

.bottomBtnGroup {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	height: 0.98rem;
}
.bottomFixedBtn {
	font-size: 0.28rem;
	color: #fff;
	height: 0.98rem;
	line-height: 0.98rem;
	text-align: center;
}
.bottomFixedBtn:active {
	opacity: 0.8;
}
.bottomFixedBtn img {
	width: 0.34rem;
	margin: -0.06rem 0 0 0;
}
.bottomSpace {
	padding-bottom: 1rem;
	height: auto;
}
.bottomFixedBtn01 {
	background: #2a1fad;
	border-right: solid 1px #fff;
}
.bottomFixedBtn02 {
	background: #2a1fad;	
}
.bottomFixedBtn03 {
	background: #ff3817;	
	border-left: solid 1px #fff;
	width: 2.1rem;
}

/*Mobile pop base*/
.publicPop {
	display: none;
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.4);
}
.publicPop .popContainer {
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: absolute;
	width: 88%;
	left: 50%;
	top: 50%;
}
.publicPop .closeBtn {
	position: absolute;
	left: 50%;
	bottom: -0.7rem;
	width: 0.5rem;
	height: 0.5rem;
	margin: 0 0 0 -0.25rem;
	background: url("../images/pop/closeBtn.png") no-repeat center;
	background-size: cover;
}

/*Mobile 微信顾问*/
.weixin_pop .header {
	background: #2e23b2;
	font-size: 0.3rem;
	color: #fff;
	line-height: 0.9rem;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
}
.weixin_pop .qrcode_pic {
	width: 1.9rem;
	border: solid 5px #2e23b2;
	margin: 0.4rem 0 0.3rem 0;
}
.weixin_pop .weixinInfor {
	line-height: 0.46rem;
	font-size: 0.26rem;
	color: #383c42;
}
.weixin_pop .weixinInfor .copyBtn {
	display: inline-block;
	width: 0.94rem;
	height: 0.46rem;
	line-height: 0.46rem;
	text-align: center;
	color: #fff;
	font-size: 0.24rem;
	background: #2e23b2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.weixin_pop .des_text {
	padding: 0;
	margin: 0.36rem 0.4rem 0.3rem 0.4rem;
	line-height: 0.4rem;
	font-size: 0.22rem;
	color: #6f6f6f;
	border-top: dashed 1px #c8c8c8;
	max-height: 6rem;
	overflow: auto;
}
.weixin_pop .des_text p {
	padding: 0 0 0.15rem 0;
}
.weixin_pop .des_text01 {
	padding-top: 0.3rem;
}

/*Mobile 活动说明按钮*/
.activity_des {
	display: inline-block;
	width: 0.3rem; 
	text-align: center;
	padding: 0.1rem 0;
	background: #fb6e4e; 
	font-size: 0.22rem; 
	color: #fff;
	position: fixed;
	z-index: 100;
	top: 0.5rem;
	right: 5px;
}

/* 桌面电脑布局: 769px 至最高 1232px。样式继承自: 移动设备布局和平板电脑布局。 */
@media only screen and (min-width: 769px) {
	.pc_hide {display: none;}
	.pc_show {display: block;}
	/*.bottomBtnGroup {display: none;}*/
	html {font-size: 100px !important;}
	.pageBox {
		max-width: 750px;
		margin: 0 auto;
	}
	/*.bottomSpace {padding-bottom: 0px;}*/	
	
	.bottomBtnGroup {
		width: 750px;
		left: 50%;
		margin: 0 0 0 -375px;
	}
	
	/*活动说明按钮*/
	.activity_des {
		display: inline-block;
		width: 20px; 
		text-align: center;
		padding: 0.1rem 0;
		background: #fb6e4e; 
		font-size: 12px; 
		color: #fff;
		position: fixed;
		z-index: 100;
		top: 50px;
		right: 15px;
	}
	

	/*PC pop base*/
	.publicPop {
		display: none;
		position: fixed;
		z-index: 100;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(0,0,0,0.4);
	}
	.publicPop .popContainer {
		background: #fff;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		position: absolute;
		width: 420px;
		left: 50%;
		top: 50%;
	}
	.publicPop .closeBtn {
		position: absolute;
		left: 50%;
		bottom: -40px;
		width: 30px;
		height: 30px;
		margin: 0 0 0 -15px;
		background: url("../images/pop/closeBtn.png") no-repeat center;
		background-size: cover;
		transition: linear 0.3s;
		-webkit-transition: linear 0.3s;
		-moz-transition: linear 0.3s;
	}
	.publicPop .closeBtn:hover {
		transform:rotate(180deg);
		-ms-transform:rotate(180deg); 	/* IE 9 */
		-moz-transform:rotate(180deg); 	/* Firefox */
		-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
		-o-transform:rotate(180deg); 
	}

	/*PC 微信顾问*/
	.weixin_pop .header {
		background: #2e23b2;
		font-size: 20px;
		color: #fff;
		line-height: 60px;
		border-top-right-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-top-left-radius: 5px;
	}
	.weixin_pop .qrcode_pic {
		width: 100px;
		border: solid 5px #2e23b2;
		margin: 25px 0 15px 0;
	}
	.weixin_pop .weixinInfor {
		line-height: 30px;
		font-size: 16px;
		color: #383c42;
	}
	.weixin_pop .weixinInfor .copyBtn {
		display: inline-block;
		width: 60px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		color: #fff;
		font-size: 14px;
		background: #2e23b2;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	.weixin_pop .weixinInfor .copyBtn:hover {
		opacity: 0.8;
	}
	.weixin_pop .des_text {
		padding: 0 25px;
		margin: 15px 0;
		line-height: 24px;
		font-size: 14px;
		color: #6f6f6f;
		border-top: dashed 1px #c8c8c8;
		max-height: 400px;
		overflow: auto;
	}
	.weixin_pop .des_text p {
		padding: 0 0 8px 0;
	}
	.weixin_pop .des_text01 {
		padding-top: 15px;
	}
	
	/*PC侧边悬浮*/
	.pc_sideFloat {
		width: 200px;
		right: 20px;
		top: 150px;
		background: #2a1fad;
		position: fixed;
		z-index: 100;
		padding: 40px 0 0 0;
	}
	.pc_sideFloat .title {
		font-size: 16px;
		position: absolute;
		width: 100%;
		text-align: center;
		left: 0;
		top: 20px;
		color: #fff;
		line-height: 100%;
	}
	.pc_sideFloat .qrcode_pic {
		width: 110px;
		height: 110px;
		margin: 20px 0;
	}
	.pc_sideFloat .qrcode_text {
		color: #fff;
		font-size: 14px;
	}
	.pc_sideFloat .phoneEle {
		padding: 15px 0;
		margin: 0 10px;
		font-size: 14px;
		color: #fff;
	}
	.pc_sideFloat .phoneEle img {
		margin: 0 0 10px 0;
	}
	.pc_sideFloat .weChat {
		border-bottom: solid 1px #c6b3ff;
	}
	
	
	/*public header style start*/
	.publicHeader {
		/*position: fixed;*/
		width: 100%;
		left: 0;
		top: 0;
		z-index: 9000;
		height: 79px;
		background: #fff;
		font-family: "Microsoft YaHei","微软雅黑";
		font-weight: normal;
		border: solid 1px #F0F0F0;
	}
	.publicHeader .content {
		width: 1200px;
		margin: 0 auto;
	}
	.publicHeader .content:after { 
		content:"."; 
		display:block; 
		clear:both; 
		height:0;
		overflow:hidden;
	}
	.topSpace {
		padding-top: 80px;
	}
	.publicHeader .logoLink {
		margin: 16px 10px 0 0;
	}
	.publicHeader a.navItem {
		width: 65px;
		text-align: center;
		margin: 20px 0 0 34px;
		padding: 8px 0;
		font-size: 16px;
		color: #666;
		border-bottom: solid 3px #fff;
		z-index: 11;
	}
	.publicHeader a.active,
	.publicHeader a.navItem:hover {
		color: #da4b4b;
		border-bottom: solid 3px #da4b4b;
	}
	.publicHeader .navItemDownloadApp {
		width: 100px;
	}
	.publicHeader a.navItemDownloadApp .qrcode_pic {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100px;
		height: 100px;
		border: solid 1px #ccc;
		padding: 4px;
		background: #fff;
		max-width: inherit;
	}
	.publicHeader a.navItemDownloadApp:hover .qrcode_pic {
		display: block;
	}
	.publicHeader .searchInput {
		width: 165px;
		height: 42px;
		line-height: 42px;
		border-radius: 21px;
		-webkit-border-radius: 21px;
		-moz-border-radius: 21px;
		padding: 0 40px 0 15px;
		background: #f5f5f5 url("../images/public/search_icon.png") no-repeat 185px center;
		color: #333;
		font-size: 16px;
		margin: 18px 25px 0 0;
	}
	.publicHeader .messageLink {
		padding: 0 18px 0 12px;
		margin: 22px 0 0 0;
		font-size: 16px;
		line-height: 28px;
		color: #666;
	}
	.publicHeader .messageLink .hasMsg {
		right: 12px;
		top: 0;
	}
	.publicHeader .loginLink {
		color: #666;
		font-size: 16px;
		height: 16px;
		line-height: 14px;
		margin: 29px 0 0 0;
		max-width: 165px;
		padding: 0 0 0 12px;
		border-left: solid 1px #cccccd;
	}
	.publicHeader .loginLinked {
		padding: 0 0 0 14px;
		position: relative;
		z-index: 101;
		height: 80px;
		width: auto;
		width: 148px \9;
		white-space: nowrap;
	}
	.publicHeader .loginLinked:after {
		display: block;
		content: " ";
		position: absolute;
		left: 0;
		top: 29px;
		height: 16px;
		width: 1px;
		background: #cccccd;
	}
	.publicHeader .loginLinked img {
		margin: 18px 0 0 0;
	}
	.publicHeader .loginLinked .userId {
		line-height: 74px;
		font-size: 16px;
		color: #666;
		margin: 0 0 0 10px;
		max-width: 80px;
	}
	.publicHeader .loginLinked .controlItem {
		display: none;
		width: 142px;
		top: 97%;
		left: 50%;
		margin: 0 0 0 -65px;
		padding: 5px 0;
		background: #fff;
		border: solid 1px #e6e6e6;
		transition: linear 0.5s;
		-webkit-transition: linear 0.5s;
		-moz-transition: linear 0.5s;
	}
	.publicHeader .loginLinked:hover .controlItem {
		display: block;
	}
	.publicHeader .loginLinked .controlItem .icon {
		position: absolute;
		left: 50%;
		top: -10px;
		margin: 0 0 0 -8px;
	}
	.publicHeader .loginLinked .controlItem a.btnItem {
		display: block;
		height: 28px;
		line-height: 28px;
		font-size: 14px;
		color: #212121;
		margin: 6px 0;
		padding: 0 0 0 40px;
	}
	.publicHeader .loginLinked .controlItem a.btnItem01 {
		background: url("../images/public/logined_icon01.png") no-repeat 19px center;
	}
	.publicHeader .loginLinked .controlItem a.btnItem02 {
		background: url("../images/public/logined_icon02.png") no-repeat 19px center;
	}
	.publicHeader .loginLinked .controlItem a.btnItem03 {
		background: url("../images/public/logined_icon03.png") no-repeat 19px center;
	}
	.publicHeader .loginLinked .controlItem a.btnItem04 {
		background: url("../images/public/logined_icon04.png") no-repeat 19px center;
	}
	.publicHeader .loginLinked .controlItem a.btnItem01:hover {
		background: #da4b4b url("../images/public/logined_icon01Active.png") no-repeat 19px center;
		color: #fff;
	}
	.publicHeader .loginLinked .controlItem a.btnItem02:hover {
		background: #da4b4b url("../images/public/logined_icon02Active.png") no-repeat 19px center;
		color: #fff;
	}
	.publicHeader .loginLinked .controlItem a.btnItem03:hover {
		background: #da4b4b url("../images/public/logined_icon03Active.png") no-repeat 19px center;
		color: #fff;
	}
	.publicHeader .loginLinked .controlItem a.btnItem04:hover {
		background: #da4b4b url("../images/public/logined_icon04Active.png") no-repeat 19px center;
		color: #fff;
	}
	/*public header style end*/

	/*public footer style start*/
	.publicFooter {
		background: #444547;
		line-height: 34px;
		overflow: hidden;
	}
	.publicFooter .content {
		width: 1200px;
		margin: 0 auto;
	}
	.publicFooter .content:after { 
		content:"."; 
		display:block; 
		clear:both; 
		height:0;
		overflow:hidden;
	}
	.publicFooter .footerSmall {
		margin: 12px auto;
	}
	.publicFooter .footerSmall .fr,
	.publicFooter .footerSmall .fr a {
		color: #808080;
		font-size: 12px;
	}
	.publicFooter .footerBig {
		margin: 30px auto;
	}
	.publicFooter .footerBig a,
	.publicFooter .footerBig p,
	.publicFooter .footerBig span {
		color: #808080;
	}
	.publicFooter .footerBig p.linkBox {
		padding: 10px 0 0 0;
		line-height: 20px;
		font-size: 14px;
	}

	/*public footer style end*/
	
}



