﻿@charset "utf-8";

/*--------------- reset ---------------*/
* {
	box-sizing: border-box;
}

*:before, *:after {
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	font-size: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;

	/* 在X5新内核Blink中，在排版页面的时候，会主动对字体进行放大，会检测页面中的主字体，当某一块字体在我们的判定规则中，认为字号较小，并且是页面中的主要字体，就会采取主动放大的操作。然而这不是我们想要的，可以采取给最大高度解决 */
	max-height: 100000px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
body {
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",Arial,sans-serif;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	font-size: 0.24rem;
}
a {
	text-decoration: none;
}
/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
address, cite, dfn, em, var{font-style:normal;}
code, kbd, pre, samp, tt{font-family:"Consolas", "Courier New", Courier, monospace;}
em,strong{font-weight:bolder;}
i{font-style: normal;}
ul, ol, li{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}

/*------------------------------------------*/
button,input,textarea {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-modify:read-write-plaintext-only; //-webkit-user-modify有个副作用，就是输入法不再能够输入多个字符
}
input,select { -webkit-appearance:none; appearance: none; }
select::-ms-expand { display:none; }
input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check { display:none; }
input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear { display:none; }

a,img { -webkit-touch-callout: none }
/*--------------- other ---------------*/
img{border:0 none;}
textarea{ resize: vertical; }
a, button{ cursor:pointer; }
input{border: 0;outline: none;}
.clear{clear:both;}
.clearfix:after{content:".";display:block;height:0;line-height:0;clear:both;visibility:hidden;font-size:0;}
.clearfix { *zoom:1; }
.tc{text-align:center;}
.fle{float: left;}
.layout-center{ margin-left:auto; margin-right:auto; }
.no-ime{ ime-mode: disabled; }
.copyright{ font-size: 14px; font-family: "Arial";}
.img-responsive { width: 100%;}

*{
	box-sizing: border-box;
}

body{
	background: #fff;
}

.mw{
	max-width: 100%;
}

.layout-center{

}

.section{
	padding: 0 0.2rem;
}
.section .sec-title{
	color: #1eb465;
	font-size: 0.42rem;
	font-weight: bold;
	text-align: center;
}

.banner img{
	width: 100%;
}

.course-intro{
	margin-top: 0.45rem;
}
.course-intro .plist{
	font-size: 0;
	height: 1.6rem;
	line-height: 1.6rem;
}
.course-intro .plist .pitem{
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	overflow: hidden;
	vertical-align: middle;
}
.course-intro .plist .pitem img{
	width: 100%;
	vertical-align: middle;
}
.course-intro .plist .picon{
	display: inline-block;
	width: 0.2rem;
	height: 0.2rem;
	background: url("../images/mooc02/p_1_i_1.png") no-repeat center;
	background-size: 100% 100%;
	margin: 0 0.26rem;
	vertical-align: middle;
}
.course-intro .intro-detail{
	margin-top: 0.3rem;
	border: 0.03rem solid #29d179;
	padding: 0.3rem 0.2rem;
}
.course-intro .intro-detail p{
	font-size: 0.26rem;
	color: #152e44;
	line-height: 0.5rem;
}
.course-intro .intro-detail .bold{
	font-weight: bold;
}
.course-intro .intro-detail .green-bold{
	font-weight: bold;
	color: #1eb465;
	font-size: 0.3rem;
}

.course-arrange{
	margin-top: 0.5rem;
	padding-top: 0.45rem;
	padding-bottom: 0.4rem;
	background: url("../images/mooc02/p_2_1.jpg") no-repeat center top #d6dfe6;
	background-size: 100% auto;
}
.course-arrange .section-detail{
	margin-top: 0.3rem;
}
.course-arrange .arrangeTime{
	background: #29d179;
	font-size: 0;
	text-align: center;
}
.arrangeTime .item{
	display: inline-block;
	width: 3.4rem;
	padding-bottom: 0.32rem;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}
.arrangeTime .item .month{
	text-align: center;
	padding: 0.22rem 0;
	color: #fff;
	font-size: 0.3rem;
	font-weight: bold;
}
.arrangeTime .item .day{
	display: inline-block;
	width: 1.36rem;
	height: 1.36rem;
	padding: 0 0.13rem;
	border: 1px solid #009944;
	background: #fff;
	font-size: 16px;
	margin: 0 0.1rem;
}
.arrangeTime .item .day p{
	font-size: 0.22rem;
	color: #666666;
	text-align: left;
	padding: 0.05rem 0 0 0.13rem;
}
.arrangeTime .item .day .dl{
	font-size: 0.54rem;
	font-weight: bold;
	color: #666666;
	padding: 0.1rem 0 0 0;
	border-bottom: 1px solid #009944;
	text-align: center;
	line-height: normal;
}
.arrangeTime .item .day .dl i{
	font-size: 0.22rem;
}
.arrangeTime .item:nth-child(2n-1){
	border-right: 4px solid #fff;
}
.course-arrange .fuli{
	margin-top: 0.25rem;
	padding: 0.25rem 0.2rem 0;
	background: #fff;
}
.fuli .part-tit{
	color: #1eb465;
	font-size: 0.33rem;
	font-weight: bold;
	text-align: center;
}
.fuli .fuli-detail{
	margin-top: 0.2rem;
}
.fuli .fuli-detail h3{
	color: #152e44;
	font-size: 0.28rem;
	font-weight: bold;
}
.fuli .fuli-detail p{
	color: #152e44;
	font-size: 0.24rem;
	line-height: 0.4rem;
	text-indent: 0.4rem;
}
.courseSignUp{
	padding-top: 0.25rem;
	background: #fff;
}
.courseSignUp .favo{
	text-align: center;
	font-size: 0;
}
.courseSignUp .favo li{
	display: inline-block;
	width: 1.97rem;
	border: 2px solid #29d179;
	margin: 0 0.14rem;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
}
.courseSignUp .favo li .discount{
	height: 1.47rem;
	padding-top: 0.18rem;
	border-bottom: 2px solid #29d179;
}
.courseSignUp .favo li .discount p{
	color: #333333;
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 0.05rem;
}
.courseSignUp .favo li .discount h1{
	color: #1eb465;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 0.7rem;
}
.courseSignUp .favo li .discount h1 span{
	font-size: 0.26rem;
}
.courseSignUp .favo li .price{
	height: 0.9rem;
}
.courseSignUp .favo li .price p{
	color: #1eb465;
	font-size: 0.28rem;
	font-weight: bold;
}
.courseSignUp .favo li .price span{
	color: #fff;
	font-size: 0.18rem;
	font-weight: bold;
	padding: 0.05rem;
	background: #1eb465;
	white-space: nowrap;
}
.courseSignAction{
	padding-top: 0.5rem;
	padding-bottom: 0.4rem;
	background: #fff;
}
.courseSignAction a{
	display: block;
	width: 6.5rem;
	height: 0.95rem;
	text-align: center;
	line-height: 0.95rem;
	color: #fff;
	font-size: 0.33rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	background: #1eb465;
	border-radius: 0.5rem;
	margin: 0 auto;
}
.courseSignAction p{
	color: #152e44;
	font-size: 0.2rem;
	font-weight: bold;
	text-align: center;
	margin-top: 0.25rem;
}


.course-jiangs{
	background: #fff;
	padding-top: 0.45rem;
}
.course-jiangs .sec-header{
	padding-left: 1.8rem;
	position: relative;
}
.course-jiangs .sec-header .hp{
	position: absolute;
	top: 0.2rem;
	left: 0;
	width: 1.6rem;
	height: 1.6rem;
	overflow: hidden;
}
.course-jiangs .sec-header .hp img{
	width: 100%;
}
.course-jiangs .sec-header .hw{
	border-bottom: 0.07rem solid #cccccc;
	padding-bottom: 0.17rem;
}
.course-jiangs .sec-header .hw h3{
	font-size: 0.42rem;
	font-weight: bold;
	color: #1eb465;
	margin-bottom: 0.1rem;
}
.course-jiangs .sec-header .hw p{
	color: #333333;
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 0.4rem;
}
.course-jiangs .section-detail{
	margin-top: 0.3rem;
	padding: 0 0.18rem;
}
.course-jiangs .section-detail p{
	color: #333333;
	font-size: 0.26rem;
	line-height: 0.4rem;
}

.course-audience{
	background: url("../images/mooc02/p_b_t3.jpg") no-repeat center #29cf76;
	background-size: 100% 100%;
	padding-top: 0.2rem;
	padding-bottom: 0.1rem;
	margin-top: 0.3rem;
}
.course-audience .sec-title{
	width: 1.8rem;
	height: 1.4rem;
	overflow: hidden;
	margin: 0 auto;
}
.course-audience .sec-title img{
	width: 100%;
}
.course-audience .section-detail{
	margin-top: 0.1rem;
}
.course-audience .section-detail ul{
	font-size: 0;
	text-align: center;
}
.course-audience .section-detail ul li{
	display: inline-block;
	width: 2.3rem;
	height: 2.3rem;
	border: 0.04rem solid #fff;
	border-radius:  100%;
	margin: 0 0.32rem 0.35rem;
}
.course-audience .section-detail ul li div{
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
	overflow: hidden;
	text-align: center;
}
.course-audience .section-detail ul li p{
	color: #fff;
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 0.35rem;
	display: table-cell;
	vertical-align: middle;
}

.course-outline{
	background: #eeeeee;
	padding-top: 0.5rem;
	padding-bottom: 0.4rem;
}
.course-outline .sec-title{
	width: 2.6rem;
	height: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
	border: 2px solid #29d179;
	margin: 0 auto;
	color: #1eb465;
	font-size: 0.42rem;
	font-weight: bold;
}
.course-outline .section-detail{
	text-align: center;
	margin-top: 0.1rem;
}
.course-outline .section-detail img{
	width: 100%;
}

.course-plan{
	background: #eeeeee;
	padding-bottom: 0.35rem;
}
.course-plan .sec-title{
	font-size: 0.33rem;
	font-weight: bold;
	color: #1eb465;
	text-align: center;
	padding-top: 0.3rem;
}
.course-plan .plan-detail{
	margin-top: 0.3rem;
	background: #fff;
}
.plan-detail .plan-item{
	position: relative;
	padding-left: 1.45rem;
	background: #29d179;
	border-bottom: 1px solid #1bb765;
}
.plan-detail .plan-item:last-child{
	border: none;
}
.plan-detail .plan-item .plan-data{
	width: 1.08rem;
	height: 1.06rem;
	text-align: center;
	line-height: 1.4rem;
	color: #fff;
	font-size: 0.3rem;
	padding: 0 0.05rem 0 0.05rem;
	background: url("../images/mooc02/p_out_d_1.png") no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 0.2rem;
	top: 0.43rem;
}
.plan-detail .plan-item .plan-menu{
	padding: 0.35rem 0.2rem 0.25rem 0.2rem;
	background: #fff;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.plan-detail .plan-item .btn-arrow{
	position: absolute;
	right: 0.2rem;
	top: 0.37rem;
	width: 0.4rem;
	height: 0.25rem;
	background: url("../images/mooc02/icon_ar_1.gif") no-repeat center;
	background-size: 100% 100%;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.plan-menu ul li{
	margin-bottom: 0.15rem;
}
.plan-menu ul li:last-child{
	margin-bottom: 0;
}
.plan-menu .menu-title-1{
	font-size: 0.26rem;
	font-weight: bold;
	color: #005899;
	padding-right: 0.4rem;
}
.plan-menu .menu-title-2{
	font-size: 0.24rem;
	font-weight: bold;
	color: #333333;
	line-height: 0.4rem;
}
.plan-menu .menu-title-3{
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.4rem;
}
.plan-menu .menu-content{
	font-size: 0.24rem;
	color: #333333;
	position: relative;
	line-height: 0.35rem;
}
.plan-menu .menu-content:before{
	content: '';
	position: absolute;
	width: 0.17rem;
	height: 0.17rem;
	overflow: hidden;
	border-radius: 100%;
	background: #000;
	left: -0.25rem;
	top: 0.05rem;
}
.plan-menu .sub-title-1{
	padding-left: 0.2rem;
}
.plan-menu .sub-title-2{
	padding-left: 0.4rem;
}
.plan-menu .sub-title-3{
	padding-left: 0.4rem;
}

.plan-detail .plan-item.open{
	height: auto;
}
.plan-detail .plan-item.close .plan-menu{
	height: 1.7rem;
}
.plan-detail .plan-item.close .btn-arrow{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.course-advantage{
	background: #fff;
	padding-top: 0.45rem;
	padding-bottom: 0.4rem;
}
.course-advantage .section-detail .advItem{
	background: #f1f1f1;
	margin-top: 0.3rem;
}
.course-advantage .section-detail .advItem .aiTit{
	height: 0.85rem;
	line-height: 0.9rem;
	background: #29d179;
	color: #fff;
	font-size: 0.36rem;
	font-weight: bold;
	position: relative;
	padding-left: 0.88rem;
}
.course-advantage .section-detail .advItem .aiTit span{
	position: absolute;
	bottom: 0;
	left: 0.1rem
}
.course-advantage .section-detail .advItem .aiDetail{
	padding-left: 0.88rem;
	padding-right: 0.2rem;
	height: 1.1rem;
	display: table;
}
.course-advantage .section-detail .advItem .aiDetail p{
	color: #333333;
	font-size: 0.26rem;
	line-height: 0.4rem;
	display: table-cell;
	vertical-align: middle;
}
.course-advantage .section-detail .advItem.advItem1 .aiTit span{
	width: 0.37rem;
	height: 0.73rem;
	background: url("../images/mooc02/p_y_s_1.jpg") no-repeat center;
	background-size: 100% 100%;
}
.course-advantage .section-detail .advItem.advItem2 .aiTit span{
	width: 0.54rem;
	height: 0.72rem;
	background: url("../images/mooc02/p_y_s_2.jpg") no-repeat center;
	background-size: 100% 100%;
}
.course-advantage .section-detail .advItem.advItem3 .aiTit span{
	width: 0.51rem;
	height: 0.72rem;
	background: url("../images/mooc02/p_y_s_3.jpg") no-repeat center;
	background-size: 100% 100%;
}

.course-goal{
	padding: 0.1rem 0 0.4rem 0;
	margin: 0 0.2rem;
	background: #f8f8f8;
}
.course-goal .sec-title{
	text-align: center;
	height: 0.77rem;
}
.course-goal .sec-title img{
	height: 100%;
}
.course-goal .section-detail{
	margin-top: 0.2rem;
}
.course-goal .section-detail p{
	padding-left: 0.5rem;
	line-height: 0.5rem;
	color: #333333;
	font-size: 0.26rem;
	font-weight: bold;
	position: relative;
}
.course-goal .section-detail p:before{
	content: '';
	position: absolute;
	width: 0.28rem;
	height: 0.28rem;
	background: #29d179;
	top: 0.1rem;
	left: 0.1rem;
}

.footer{
	height: 0.6rem;
	background: #293d33;
	margin-top: 0.8rem;
}
.footer p{
	text-align: center;
	line-height: 0.6rem;
	color: #7a8c83;
	font-size: 0.2rem;
}

div.pinch-zoom,
div.pinch-zoom img{
	width: 100%;
	-webkit-user-drag: none;
}

.imgViewer{
	display: none;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../images/mooc02/bg_alpha_black.png") repeat;
	padding: 2rem 0.1rem;
}
.imgViewer .pinch-zoom{
	text-align: center;
}
.imgViewer p{
	color: #fff;
	font-size: 0.3rem;
	text-align: center;
	margin-top: 0.2rem;
}
.imgViewer .btn_close{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1rem;
	line-height: 0.5rem;
	color: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.coursePreview{
	padding-top: 0.2rem;
	padding-bottom: 0.3rem;
}
.coursePreview .sec-title{
	margin-bottom: 0.1rem;
}
.coursePreview #vide_box{
	height: 5rem;
	margin: 0 auto;
}

.kf-btn {
	position: fixed;
	z-index: 4;
	right: 3%;
	bottom: 0.65rem;
}
.kf-btn img{
	width: 0.92rem;
}