
/*重置*/
*{
	font-family: -apple-system-font,Helvetica Neue,sans-serif;
	color: #333;
}
body {
	max-width: 640px;
	margin: 0 auto;
	min-width: 320px;
	word-break: break-all;
}
a{
	color: #858585;
}
p{
	margin-bottom: 0!important;
	font-size: .8rem;
	color: #4c4c4c;
}
hr{
	border: .3rem solid #f5f5f5;
}
li{
	list-style: none;
}
dl,dt,dd,ul,li{
	margin: 0;
	padding: 0;

}
a:hover {
	text-decoration: none;
	color: #f10707;
}
/*.border_radius0.2{
	border-radius: .2rem;
}*/

.row {
	overflow: hidden;
}
.js_w96{
	width: 96%!important;
}
.js_w20{
	width: 20%!important;
}

/*
	首页-搜索框
*/
.index_search input{
	border-radius: 3rem;
    height: 2.2rem;
    background: #fff;
    box-shadow: 0px 0px 0px #fff;
    border: 1px solid #e1e1e1;
    font-size: .8rem;
}

/*
	首页-banner图
*/
.banner{
	border-radius: .4rem;
	overflow: hidden;
}

/*
	首页-底部
*/
.foot {
	width: 100%;
	height: 48px;
	position: fixed;
	bottom: 0;
	background: #fff;
	border-top: 1px solid #eee;
	z-index: 99999;
	left: 0;
}
.foot_nav {
	font-size: .8rem;
	text-align: center;
}

.foot_con .active3 a,
.foot_con .active3 span i,
.foot_con .active3 p {
	color: #f10707;
}

.foot_con div span {
	margin-top:.1rem;
	display: block;
}

.foot_con div span i {
	font-size: 1.1rem;
}


/*培训需求*/
.demand_news{
	width:100%;
	height:3rem;
	background-color: #f5f4f4;
	width:100%;
	/*margin:.8rem;*/

}
.demand_news img{
	float:left;
	margin-top:1.0rem;
	margin-left:0.8rem;
}
.demand_news p a{
	float:left;
	margin-top:1.2rem;
	margin-left:.8rem;
}
.huitiao{
	margin-top: 20px;
	width:100%;
	height:.8rem;
	background-color: #ededed;
}
/*讲师商学院*/
.work_ability{
	border-radius:.4rem;

}
.college_tutour{

	position: relative;
	border-radius:.4rem;

}
.college_tutour_bg{
	background-color: #000;
	opacity: 0.8;
	width:100%;
	height:3rem;
	position: absolute;
	bottom:0;
	width:calc(100% - 30px);
	border-bottom-left-radius: .4rem;
    border-bottom-right-radius: .4rem;
}
.college_tutour_txts{
	position: absolute;
 	bottom:.2rem;
}
.college_tutour_txts a{
	color:#fff;
}
.college_tutour_txt_b{
	width:100%;
	background-color: #000;
	margin:0 auto;
	display:inline-block;
	border-radius:.8rem;
	height:1.2rem;
	color: #ecbe33;
	font-size:.8rem;
	padding:.2rem;
	line-height:.8rem;

}

.down_logo {
    background: url(../image/download_logo.png) no-repeat center;
    background-size: contain;
    width: 6rem;
    height: 8rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: -3rem auto 0;
}
.down_btn {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 10rem 0 2rem;
    background: url(../image/down_bg.png) no-repeat center -.6rem;
    background-size: 120% auto;
    left: 0;
}
.down_btn>a {
    width: 80%;
    background: #FF2832;
    color: #fff;
    display: block;
    line-height: 2.4rem;
    text-align: center;
    border-radius: 5rem;
    margin: 0 auto;
}
.down_btn>p {
    color: #666;
    font-size: .8rem;
}
/*
	首页-四类课程
 */

.class_nav dl dt{
	line-height: 1.6rem;
	color: #fff;
}
.class_nav dl dd{
	line-height: 1.6rem;
	font-size: .8rem;
	color: #fff;
}
.class_nav01,.class_nav02,.class_nav03,.class_nav04{
	padding: .4rem .8rem;
}
.class_nav01{
	background: url(../image/class_nav01.png) no-repeat center;
	background-size: 90% 100%;
}
.class_nav02{
	background: url(../image/class_nav02.png) no-repeat center;
	background-size: 90% 100%;
}
.class_nav03{
	background: url(../image/class_nav03.png) no-repeat center;
	background-size: 90% 100%;
}
.class_nav04{
	background: url(../image/class_nav04.png) no-repeat center;
	background-size: 90% 100%;
}
@media (max-width: 320px) {
	.class_nav01,.class_nav02,.class_nav03,.class_nav04{
		padding: .2rem .6rem;
	}
	.class_nav01 dt,.class_nav02 dt,.class_nav03 dt,.class_nav04 dt{
		font-size: .9rem;
	}
}
/*
	首页-直播课程
*/
.class_live{
	width: 100%;
	overflow: hidden;
	overflow-x: scroll;
}

.class_live ul{
	width: 100%;
	white-space: nowrap;
}
.class_live ul li{
	width: 12rem;
    display: inline-block;
    margin-right: .6rem;
    overflow: hidden;

}

.class_live .class_LiveName p{
	float: left;
	line-height: 2.4rem;
	font-size: 1rem;
	width: 62%;
	overflow: hidden;
	white-space: nowrap;
    text-overflow:ellipsis;
}
.class_live .class_LiveName span{
	float: right;
	padding: .2rem;
	background: red;
	border-radius: .2rem;
	color: #fff;
	font-size: .8rem;
	margin: .4rem 0;
}
.class_live .class_LiveName span.over{
	background-color: #ebebeb;
	color: #808080;
}
.title_bar a{
	font-size: 1.2rem;
	color: #ff0000;
	font-weight: 600;
	font-family: -apple-system-font,Helvetica Neue,sans-serif;
	/*float:left;*/
}
.title_bar  p a{
	float:right;
	font-size: 1.0rem;
}
.title_bar  p{
	font-size: 1.2rem;
	color: #ff0000;
	font-weight: 600;
	font-family: -apple-system-font,Helvetica Neue,sans-serif;
}
/*在线课程*/

.index_nav_pills{
	border-bottom:.05rem solid #d4d6d7;
	line-height:2rem;


}

.nav-pills .index_nav_link.active{
	color:#ec2f11;
	background-color:#fff;
	border-bottom:.2rem solid #ec2f11;
	font-weight: 600;

}
.nav-pills .index_nav-link{
	padding:0;
	color:#666;
	background-color:#fff;
	font-size:1.0rem;
	color:#333;
	border-radius:0;
	font-weight: 600;

}
.class_listbox li .class_listinfo{
	flex-direction: column;
	justify-content: space-between;
}
.class_listbox li .class_listinfo h5{
	font-size: 18px;
	line-height: 1.5rem;
	color: #000;
	font-weight: 700;
	margin: 0;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.class_listbox li .class_listinfo span{
	font-size: 1.1rem;
	color: #ff0000;
	font-weight: bold;
	line-height: 1.4rem;
}
.class_Name p,.class_Name p i{
	font-size: .8rem;
	color: #999;
}
.grade_box .p_focus{
	color: #999;
	font-size: .8rem;
	line-height: 1.4rem;
}
.grade_box .p_focusbg{
	color: #fff;
	font-size: .6rem;
	background: #ffa129;
	border-radius: 3rem;
	padding: 0 .3rem;
	line-height: 1.2rem;
}
.grade_box .p_focus i{
	font-size: .7rem;
	color: #b2b2b2;
}
.grade_box .p_star i{
	font-size: .7rem;
	color: #ffcc00;
	letter-spacing: -.3rem
}
.grade_box .p_star i.no_letter{
	letter-spacing: inherit;
}
.Course_information_l{
	float:left;
	margin-top:.5rem;
}

.Course_information_l_pic{
	width:22%;
	float:left;

}
.Course_information_l p{
	float:left;
	margin-left:.4rem;
	margin-top:.3rem;
}
.Course_information_r{
	float:right;
	margin-top:.8rem;
}
.dotted_line{
	border-bottom:.05rem dotted #999;
}
/*vip专享*/
.direct_broadcast{
	width:46%;
	float:left;
	position: relative;
}
.class_LiveNames h5{
	font-size:.9rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	width:100%;
	margin-top:.4rem;
}
.class_LiveName_detailed{
	margin-top:.6rem;
}
.class_LiveName_detailed p{
	float: left;
	font-size:.8rem;
}
.class_LiveName_detailed img{
	/*float: left;*/
}
.class_LiveName_detailed span{
	float:right;
	font-size:.8rem;
}
.class_LiveName_detailed_vipbox{
	/*width:2.6rem;
	height:1.2rem;*/
	color:#ffd081;
	background-color: #282626;
	border-radius: .2rem;
	margin-left:.6rem;
	padding:.1rem;
	font-size:.8rem;
}
.direct_broadcast_icon{
	width:20%;
	position: absolute;
	top:0;
	left:.2rem;

}
/*人气讲师*/
.Popular_lecturer{
	width:27%;
}
.Popular_lecturer img{

	border-radius: 100%;
	width:100%;
}

/*轮播垂直滚动*/
.carousel-vertical .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.carousel-vertical .carousel-inner .active.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.carousel-vertical .carousel-inner .active.carousel-item-right,
.carousel-vertical .carousel-inner .carousel-item-next {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.loading{
	margin-top: 2rem;
	padding-top: 40px;
	text-align: center;
	background-image: url(../image/ajax_loading.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 1rem;
}
.nothing{
	margin-top: 3rem;
	color: #888;
	padding-top: 8rem;
	text-align: center;
	background: url(../image/nothing.png) no-repeat center;
	/*padding-bottom: 1rem;*/
	background-size: 26%;
}
.jianzheng_list>li::after{
	content: "";
    border-top: 1px solid #f5f5f5;
    position: absolute;
    bottom: 0;
    width: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
}



/*vip页面*/

.member_BoxBg{
	background: url(../image/vip_bg.png) no-repeat;
    background-size: 100%;
    padding: 2.8rem 0;
}
.member_BoxBg>p a{
	color: #e6c68f;
    margin-left: 74%;
    text-align: right;
    background: url(../image/member_btn.png) no-repeat center;
    border-radius: 3rem;
    width: 4rem;
    text-align: center;
    display: block;
    margin-top: .2rem;
}
.rightsTitle{
	font-size: 1.2rem;
}
.rightsIcon ul li{
	padding: 0;
}
.rightsIcon ul li p{
	font-size:.8rem;
	color:#FEF1C6;
}
.rightsBtn li a{

	font-size: .9rem;
	border-radius: 3rem;
	width: 100%;
}
.rightsBtn li:first-child a{
	background-color: #efb86d;
	color: #333;
}
.rightsBtn li:last-child a{
	border-color: #efb86d;
	color: #efb86d;
}
.rightsBtn li:last-child a span{
	color: #efb86d;
}
.rightsBtn li a>span{
	font-size: 1rem;
	font-weight: bold;
}
.rightsBtn li a>del{
	color: #ba7e23;
	font-size: .8rem;
}
.rightsBtn>li.download a{
	color: #ff2832;
	font-size: .8rem;
}
.memberTag::after{
	content: "";
	background: url(../image/member_tag2.png) no-repeat;
	width: 2.4rem;
	height: 1.8rem;
	position: absolute;
	top: 0;
	left: 15px;
	background-size: contain;
}
.class_listbox li .class_listinfo span.free_span{
	font-size: .8rem;
	font-weight: inherit;
}
.class_listbox li .class_listinfo span.free_span i{
	background: url(../image/member_tag1.png) no-repeat;
	background-size: contain;
	width: 2.6rem;
	height: .8rem;
	display: inline-block;
}
.class_listbox li .class_listinfo span.free_span del{
	color: #999;
}
.member_JoinBg{
	background: url(../image/member_joinbg.png) no-repeat;
	background-size: 100%;
	padding:0;
	height:8.2rem;
}
.member_JoinHead img{
	border:1px solid #c67b3b;
	border-radius: 50%;
}
.member_JoinHead{
	text-align:center;
}
.member_JoinHead img{
	width:16%;
}
.popups-modal{
	background: none;
	border: none;
}
.popups-modal .close{
	font-size: 2.4rem;
	opacity: 1;
	bottom: -3rem;
	left: 50%;
	right: 50%;
	margin: 0 auto;
}
.popups-modal .close>span{
	color: #fff;
	text-shadow: none;
	font-weight: 400;
}
.popups-modal .popups_btn{
	bottom: 1rem;
}
.popups-modal .popups_btn img{
	margin: 0 auto;
	display: block;
}
.college_BoxBg{
	background: url(../image/college_bg.png) no-repeat;
	background-size: cover;
	height: 28rem;
	padding: 0;

}
.college_BoxBg .college_info{
	bottom: 12%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90%;
}
.college_BoxBg .college_info a{
	color: #fff;
	background-color: rgba(0,0,0,0.4);
	padding: .1rem .1rem .1rem .6rem;
	border-radius: 4rem;
	font-size: .8rem;
	margin-top: .4rem;
}
.college_BoxBg .college_info a img{
	margin-top: -.2rem;
}
.college_BoxBg .college_joinbtn{
	bottom: 0rem;
}
.college_BoxBg .college_info p,
.college_BoxBg .college_info div{
	color: #fff;
	font-size: 1rem;
}
.college_BoxBg .college_info p>span{
	color: #fec685;
}
.college_joinbtn{
	background: url(../image/college_bgbtn.png) no-repeat;
	background-size: 100% auto;
	width: 92%;
	margin-left: 4%;
	height: 2.3rem;
}
.college_joinbtn a,
.college_joinbtn span{
	font-size: .8rem;
	float:right;
	padding: .2rem .4rem;
	margin-top: .4rem;
	margin-right: .4rem;
	color: #2e2925;
}
.college_joinbtn a{
	background: url(../image/member_btn.png) no-repeat;
	background-size: contain;
	color: #e6c68f;
}
.collegeIcon ul li p{
	font-size: 1rem;
	color: #4c4c4c;
}
.collegeIcon ul li span{
	font-size: .8rem;
	color: #ccc;
}
.college-modal .popups_btn{
	bottom: -1rem;
}
.collegeCardBg{
	background: url(../image/card.png) no-repeat;
	background-size: 100%;
	height: 7.6rem;
}
.cardBtn li a.btn_get{
	border-color: #ff2832;
	color: #ff2832;
	background: none;
}
.cardBtn li a.btn_get span{
	color: #ff2832;
}
.college-cardget{
	height: 2.8rem;
	background: #e5c48b;
	margin-bottom: 22%;
}
.college-cardinfo{
	width: 94%;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 2px 5px #ccc;;
	border-radius: .4rem;
	overflow: hidden;
	left: 0;
	right: 0;
	top: 1.8rem;
	padding: .4rem .8rem;
}
.college-cardinfo .info_photo{
	border-radius: 50%;
	width: 4rem;
	height: 4rem;
	overflow: hidden;

}

.college-cardinfo .info_name p{
	color: #966207;
	font-size: 1.2rem;
	font-weight: bold;
}
.college-cardinfo .info_name span{
	font-size: .8rem;
	color: #966207;
}
.college-cardinfo .info_name span i{
	font-size: 1rem;
	color: #ff2832;
	font-style: normal;
}
/*vip邀请好友*/
.Vip_screenshot_t{
	position:relative;

}
.Vip_screenshot_t_pic{
	width:100%;

}
.Vip_screenshot_conment{
	position: absolute;
	top:8%;
	left:8%

}
.Vip_screenshot_icon{
	font-size:.8rem;
}
.Vip_screenshot_headportrait{
	;
	width:20%;
	float:left;


}
.Vip_screenshot_headportrait img{
	border-radius: 100%;
	width:100%;

}
.Vip_screenshot_tix{
	float:left;
	margin-left:1.0rem;
	text-align: left;
	margin-top:.3rem;
	font-size:.8rem;
	color:#666;
}
.Vip_screenshot_b{
	background-color:#333333;
	height:5.3rem;
}
.vip_erweima{
	width:20%;
	float:left;


}
.vip_erweima img{
	padding-top: .5rem;
    margin-left: .6rem;

}
.Vip_screenshot_b_txt{
	float:left;
	margin-left:1.2rem;
	margin-top:.4rem;

}
.Vip_screenshot_b_txt p{
	font-size:.9rem;
	color:#dfb36d;
}
.Vip_screenshot_b_txt p span{
	font-size:1.0rem;
	color:#dfb36d;

}
.Vip_screenshot_b_txt_b{
	font-size:.8rem;
	color:#fee2b5;
	text-align:left;
}
.send_btn{
	background-color: #999;
	color:#fff;
	width:6rem;
	height:2rem;
	font-size:.9rem;
	border-radius:.6rem;
	border:none;
}
.send_btn.active{
	background-color: #ff9307;
}

.modall-content{
	background: none;
	border:none;

}
.Hint{
	width:9rem;
	height:3rem;
	background-color: #ffb607;
	border-radius:.8rem;
	position:fixed;
	top:1.2rem;
	right:.8rem;
	z-index: 1050;
	display: none;
	border:.1rem solid #ebe9e9;
}
.Hint div{display: none;}
/*.modal{
	position:fixed;
	top:8%;
}
*/
.sendPicTip img{
	float:left;
	margin-left:.3rem;
	margin-top:.3rem;
}
.sendPicTip p{
	font-size:.8rem;
	color:#fff;
	margin-top:.2rem;
	margin-left:.2rem;
	float:left;
}
.sendLinkTip p{
	font-size:.8rem;
	color:#fff;
	margin-top:.2rem;
	margin-left:1.2rem;
}


/*vip邀请记录页面*/
.nvitation_records_bt p{
	font-size:1.1rem;
	float:left;
	color:#red;
	color:#333;

}
.nvitation_records_bt span{
	float: right;
	color:#fa0000;
	font-weight: 600;
}

.nvitation_records_list_l{
	width:18%;
	float:left;

}
.nvitation_records_list_l img{
	border-radius: 100%;
	width:100%;
}
.nvitation_records_list_m{
	margin-top:.3rem;
	float:left;
	margin-left:2.0rem;
}
.nvitation_records_list_m h5{
	font-size:.8rem;
}
.nvitation_records_list_m p{
	font-size:.8rem;

}
.nvitation_records_list_r{
	font-size:1.0rem;
	color:#fa0000;
	font-weight:600;
	margin-top:.8rem;
	float:right;

}
.xiantiao{
	width:100%;
	height:.05rem;
	background-color:#ecebeb
}

/*vip会员登录*/


.member_BoxBgg{
	background: url(../image/member_bgg.png) no-repeat;
	height: 9.2rem;
	background-size: 100%;
	padding: 2.8rem 0;
}
.member_BoxBgg>p{
	color: #e6c68f;
	margin-left: 70%;
	text-align: right;
	background: url(../image/member_btn.png) no-repeat center;
	border-radius: 3rem;
	width: 5rem;
	text-align: center;
	margin-top:16%;
}
.Vip_LogIn_headportrait{
	;
	width:17%;
	float:left;


}
.Vip_LogIn_headportrait img{
	border-radius: 100%;
	width:100%;

}
.Vip_LogIn_tix{
	float:left;
	margin-left:1.2rem;
	width:68%;

}
.Vip_LogIn_tix_t p{
	text-align: left;
	font-size:1.0rem;
	color:#666;
}
.Vip_LogIn_tix_b{
	margin-top:.4rem;
}
.Vip_LogIn_tix_b img{
	float:left;
	margin-top:.1rem;
}
.Vip_LogIn_tix_b p{
	font-size:.8rem;
	color:#666;
}
@media (max-width: 320px) {
	.Vip_LogIn_tix_b {
    margin-top: .4rem;
}
.Vip_LogIn_tix{
	float:left;
	margin-left:1.4rem;
	width:70%;

}


}
/*vip立即加入*/
.vipPackage_deal h5{
	font-size:1.0rem;
	color:#333;
}
.vipPackage_deal_box{
	margin:20px auto;
	width:100%;
	margin-left:3rem;
}

@media (max-width: 320px) {
	.vipPackage_deal_box{
		margin-left:1.3rem;

	}

}


.vipPackage_deal_list.active{
	width:7rem;
	height:7.6rem;
	float:left;
	background-color:#e9cd9e;
	border:.05rem solid #d4722f;
	border-radius:.4rem;

}
.vipPackage_deal_list_t{
	color:#7a492f;
	font-size:.9rem;
	margin-top:.9rem;

}
.vipPackage_deal_list span{
	font-size:1.4rem;
	color:#ff0000;
	margin-top:.8rem;
	display: block;
}
.vipPackage_deal_list_bg{
	background-color: #d4722f;
	width:6.4rem;
	height:1.2rem;
	border-radius: 3rem;
	margin:0 auto;

}
.vipPackage_deal_list_bg p{
	color:#fff;
	font-size:.8rem;
	margin-top:.4rem;
}
.vipPackage_deal_list1{
	width:7rem;
	height:7.6rem;
	float:left;
	background-color:#eee;
	border:.05rem solid #999;
	border-radius:.4rem;
}

.vipPackage_deal_list1_t{
	color:#7a492f;
	font-size:.9rem;
	margin-top:.9rem;

}
.vipPackage_deal_list1 span{
	font-size:1.4rem;
	color:#ff0000;
	margin-top:.8rem;
	display: block;
}
.vipPackage_deal_list1_bg{
	background-color: #d4722f;
	width:6.4rem;
	height:1.2rem;
	border-radius: 3rem;
	margin:0 auto;

}
.vipPackage_deal_list1_bg p{
	color:#fff;
	font-size:.8rem;
	margin-top:.4rem;
}






.Rights_conment .Rights_txt h6{
	font-size:1.0rem;
	color:#000;
}

 .Rights_conment .Rights_txt p {
	font-size: .6rem;
	color: #999;

}
.xuxian{
	width:100%;
	height:.1rem;
	border:.05rem dashed #f5f5f5;
}



.vipPackage_deal_list1.active{
	width:7rem;
	height:7.6rem;
	float:left;
	background-color:#e9cd9e;
	border:.05rem solid #d4722f;
	border-radius:.4rem;

}


/*.collegeIcon ul li p{
	font-size: 1rem;
	color: #4c4c4c;
}
.collegeIcon ul li span{
	font-size: .8rem;
	color: #ccc;
}
*/
.kaitong_btn{
	font-size: .9rem;
	border-radius: 3rem;
	width: 100%;
	background-color: #d5722e;

	position: fixed;
	left:0;
	bottom:0;
}
.kaitong_btn a{
	color: #fff;

}
/*体验卡页面*/
.tiyan_btn{
	font-size: .9rem;
	border-radius: 3rem;
	width: 100%;
	background-color: #d5722e;

	position: fixed;
	left:0;
	bottom:0;
}
.tiyan_btn a{
	color: #fff;

}
.vipPackage_deal_list{
	width:7rem;
	height:7.6rem;
	float:left;
	background-color:#eee;
	border:.05rem solid #999;
	border-radius:.4rem;

}
.member_header_top {
    background: url(../image/member_header_bgg.png) no-repeat;
    background-size: 100%;
    padding: 2.8rem 0;
}
.member_header_con {
    margin: 20px auto;
    width: 90%;
}
.member_header_top_l {
    width: 11%;
}
.member_header_top_l img {
    width: 100%;
}
.member_header_top_m {
    margin-left: 1.4rem;
}
.member_header_top_m p {
    font-size: .9rem;
    color: #666;
}
.member_header_top_r p {
    color: #af8f59;
    margin-top: .2rem;
}
.nav_FirstLii {
    width: 100%;
    white-space: nowrap;
    display: -webkit-box;
    margin-left: 20%;
}
.nav_FirstLii li a {
    padding: 0 .4rem;
    margin-left: .6rem;
    line-height: 2.4rem;
    color: #666;
    font-size: .96rem;
    font-weight: 600;
}
.nav_FirstLii li a.active {
    border-bottom: 2px solid red;
    color: #f10707;
}
/*商学院体验卡*/
.Experience_Card{
	background-image: url('../image/vip_card_bg.jpg');
	background-repeat: no-repeat;
	background-size:100%;

}
.Experience_Card_t{
	padding-top: 7rem;
	letter-spacing:7px;

}
.Experience_Card_t_bt{
	font-size:1.1rem;
	color:#f4ddbb;
	width:100%;
	text-align: center;

}
.Experience_Card_t_bt span{
	color:#c7a06a;
}

.Experience_Card_conment{
	margin: 0 auto;
	margin-left: 20px;
	margin-right: 20px;
	color: #fff;
	text-align: center;
	background-image: url('../image/Experience_Card_02_03.png');
	background-position:center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top:2rem;
	min-height: 150px;
	border-radius: 5px;

}


.Experience_Card_conment_bt{
	font-size: 1.2rem;
	color:#333;
	font-weight:600;
	margin-left:.3rem;
	margin-top:.8rem;
}


@media (max-width: 320px) {
	.Experience_Card_conment_bt{
	font-size: 1.1rem;
	color:#333;
	font-weight:600;
	margin-left:.3rem;

	}
}

.Experience_Card_conment_bt span{
	font-weight:500;
	color:#333;
	margin-left:.4rem;
	font-size:1.0rem;
}
.Experience_Card_time{
	font-size:1.0rem;
	color:#886a54;
	margin-top:.6rem;
	text-align: left;
	margin-left:1.8rem;
}
@media (max-width: 320px) {

		.Experience_Card_conment_bt{
		font-size: 1.0rem;
		color:#333;
		font-weight:600;
		margin-left:.3rem;

	}
	.Experience_Card_conment_bt span{
		font-weight:500;
		color:#333;
		margin-left:.4rem;
		font-size:1.0rem;
	}


		.Experience_Card_time{

			margin-left:.9rem;
			font-size:.9rem;
	}
}

.Experience_Card_b{
	padding-top:2.0rem;
}
.Experience_Card_b_bt{
	text-align: center;
	color:#fce1b6;
	font-size: .9rem;
	letter-spacing:2px;
}
.Head_shot{
	width:50%;
}
.Head_shot img{
	width:100%;
	border-radius: 100%;
	text-align:center;
}
.Experience_Card_btn{
	position: fixed;
	bottom: 0;
	left: 0;
	width:100%;
	height:3rem;
	background-color:#e4c8a0;
	color:#333;
	text-align: center;
	line-height: 3rem;

}



/*商学院体验卡-弹框*/

#shareNavModal{
	top: 0;background: #282828;
}
#shareNavModal .modal-content{
	background: none;
	border:none;
}

#shareNavModall{
	top: 0;background: #282828;
}
#shareNavModall .modal-content{
	background: none;
	border:none;
}


.Frame_sharing_conment{
 text-align: right;
 background: #282828;
 width: 100%;
 height: 100%;
}
.Frame_sharing_conment p{
	font-size:.9rem;
	color:#fff;
}
/*加入商学院页面*/
.college_JoinBg{
	background: url(../image/college_vip_joinbg.png) no-repeat;
	background-size: 100%;
	padding:0;
	height:10.2rem;
}
.member_JoinHead_bt{
	color:#ff0000;
	font-size:1.0rem;
}
.member_JoinHead_xbt{
	font-size:.8rem;
}
/*非商学院会员弹窗*/
.modal_header_bt h5{
	font-size:1.0rem;
	color:#d4722f;

	margin:0 auto;
}
.modal_body_txt p{
	font-size:.9rem;
	color:#333;
	margin:0 auto;
	text-align: center;
}
.btn_close{
	width:5rem;
	height:2.0rem;
	border-radius:.6rem;
	background-color:#999;
	text-align:center;
	border-color:#999;
	font-size:.9rem;


}
.btn_join{
	width:5rem;
	height:2.0rem;
	border-radius:.6rem;
	background-color:#d4722f;
	border-color:#d4722f;
	text-align:center;
	display:block;
	font-size:.9rem;

}









/*课程分销页面*/
.Classification_list li{
	margin: .6rem 0;
	padding: 0 .4rem;
}
.Classification_list li a{
	font-size: .8rem;
	line-height: 1.6rem;
	border: 1px solid #e9e9e9;
	border-radius:.4rem;
	display: block;
	text-align: center;
	color: #999;

}
.Classification_list li a.active{
	color:#ff0000;
	/*border:.05rem solid #ff0000;*/
}
.Course_distribution_list_bt p{
	font-size:1.0rem;
	color:#000;
	/*font-weight:600;*/
}
.Course_distribution_list_Price p{
	color:#ff0000;
	font-size:1.0rem;
	font-weight:600;
	margin-top:.8rem;
}

/*底部区域*/
.footer{
	position: fixed;
	bottom: 0;
	border-top:1px solid #eaeaea;
	background-color:#fff;
	width: 100%;
	max-width: 640px;
	min-width: 320px;
}
.footer_pic{
	text-align: center

}
.footer_pic img{
	width: 30px;
	height: 30px;
	margin-bottom: 2px;
}

@media (max-width:320px) {
	.footer_pic img{
	padding:.8rem;
	padding-bottom:.5rem;
	padding-top:0;
}
}


.footer_bt a{

	font-size:.8rem;
	color:#333;
	display:block;

	text-align:center;

}
.footer_bt active {
	color:#0678a4;
}
.nav_FirstBox{
	line-height: 2.4rem;
	overflow: hidden;
	overflow-x: auto;
}
.nav_FirstBox p{
	font-size: 1rem;
	padding: 0 1rem;
	box-shadow: 5px -1px 3px -4px rgba(0,0,0,.08);
	line-height: 2.56rem;
	color: #4c4c4c;
}

.nav_FirstLi{
	width: 100%;
	white-space: nowrap;
	display: -webkit-box;
	margin-left: 20%;
}

.nav_FirstLi li a{
	padding: 0 .4rem;
	margin-left: .6rem;
	line-height: 2.4rem;
	color: #4c4c4c;
}
.nav_FirstLi li a.active{
	border-bottom: 2px solid red;
	color: #f10707;
}

.nav_SecondBox{
	background: #fafafa;
}
.nav_SecondLi li{
	margin: .6rem 0;
	padding: 0 .4rem;
}
.nav_SecondLi li a{
	font-size: .8rem;
	line-height: 1.6rem;
	border: 1px solid #999;
	border-radius: 3rem;
	display: block;
	text-align: center;
	color: #999;
}
.nav_SecondLi li a.active{
	color:#ff0000;
	border:.05rem solid #ff0000;
}

.nav_FiltrateBox{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.nav_FiltrateLi li{
	padding: 0 .4rem;
}
.nav_FiltrateLi li a{
	border-radius: .2rem;
	background: #ededed;
	display: block;
	text-align: center;
	font-size: .8rem;
	line-height: 1.8rem;
}
.nav_FiltrateLi li a:hover,
.nav_FiltrateLi li a.active{
	border: 1px solid #e81111;
	background: #fff5f5;
	color: #e81111;
}
.nav_SortBox{

}
.nav_SortLi{
	border-bottom: 1px solid #ebebeb;
}
.nav_SortLi li{
	text-align: center;
	padding: 0;
}

.nav_SortLi li a{
	color: #333;
	/*font-weight: bold;*/
}
.nav_SortLi li.active,
.nav_SortLi li.active a{
	color: #f10707;
}
.nav_SortLi li.sort_elect{
	background: url(../image/a.png) no-repeat 90% -8px;
	background-size: .8rem auto;
}
.nav_SortLi li.active_elect{
	background-position: 90% 9px;
}
.sort_zonghe_lei,.sort_shaixuan_lei{
	background: rgba(0,0,0,.3);
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}
.sort_zonghe_lei>ul{
	background: #fcfcfc;
	padding: 0 1rem;
}
.sort_zonghe_lei>ul>li{
	line-height: 3.2rem;
	border-bottom: 1px solid #ebebeb;
	padding: 0 .8rem;
}
.sort_zonghe_lei>ul>li>a{
	color: #666;
}
.sort_zonghe_lei>ul>li.active>a{
	color: #f10707;
}
.sort_zonghe_lei>ul>li.active{
	background: url(../image/pitch_on.png) no-repeat right;
	background-size: 1rem auto;
}
.sort_shaixuan_lei .sort_shaixuan_bg{
	background: #fff;

}
.classify_part>ul{
	overflow: hidden;
}
.classify_part>ul>li{
	float: left;
	margin: .6rem 0;
}
.classify_part>ul>li a{
	font-size: .9rem;
	background: #f5f5f5;
	display: block;
	text-align: center;
	line-height: 2rem;
	border-radius: .2rem;
}
.classify_part{
	border-bottom: .3rem solid #f5f5f5;
}
.sort_title{
	background: #fff;
	padding: 1rem 1rem 0 1rem;

}
.confirm_btn{
	background: #fff;
	line-height: 2.8rem;
}
.confirm_btnFt{
	border-top: 1px solid #fafafa;
}
.confirm_btnRt{

	background: #f10707;
	text-align: center
}
.confirm_btnRt a{
	color: #fff;
}

.sort_zonghe_lei::after{
	position: absolute;
    content: "";
    top: -.4rem;
    left: 20%;
    z-index: 1;
    margin-left: -.35714rem;
    border-top: .07143rem solid #ededed;
    border-left: .07143rem solid #ededed;
    width: .71429rem;
    height: .71429rem;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
     background: #fcfcfc;
}
.sort_shaixuan_lei::after{
	position: absolute;
    content: "";
    top: -.4rem;
    right: 17%;
    z-index: 1;
    margin-left: -.35714rem;
    border-top: .07143rem solid #ededed;
    border-left: .07143rem solid #ededed;
    width: .71429rem;
    height: .71429rem;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
     background: #fcfcfc;
}

/*
	课程页-讲师文章
*/
.lecturer_info p{
	display: block;
	color: #999;
    font-size: .8rem;
    line-height: 1.4rem;
    padding: 0;
}
.lecturer_info p i{
	color: #999;
	font-size: .78rem;
}
.class_listbox li .class_listinfo span.span_day{
	font-size: .8rem;
	color: #999;
	font-weight: normal;
}
/*
	课程页-讲师列表
*/
.class_lecturer .lecturer_portrait img{
	width: 100%;
	border-radius: 50%;
}
.lecturer_name{
	line-height: 1.8rem;
}
.lecturer_name h5{
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.8rem;
}
.lecturer_jieshao p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.listinfo_sign{display: flex;align-items: center;}
.listinfo_sign i{width: 1.2rem;display: block;margin-left:.6rem;}
.listinfo_sign .score{margin-left: 20px;font-size: 0.9rem!important;}
.listinfo_sign .score span{font-size: 0.9rem!important;}
.listinfo_sign .icon-union{margin-left: 8px; height: 18px;width: 96px;background: url('https://static.jiangshi99.com/assets/2020/web/youjiangshi/image/icon.png') left center no-repeat;background-size: contain;}
.listinfo_sign .icon-bao{margin-left: 8px; height: 18px;width: 18px;background: url('https://static.jiangshi99.com/assets/2020/web/topic/baozhang/bao.png') left center no-repeat;background-size: contain;}
.class_listinfo>.lecturer_xinxi p>span{
	font-size: .9rem;
}
.class_listinfo>.lecturer_xinxi p>span.span_day{
	font-size: .7rem;
}
.class_lecturer li{
	position: relative;
}
.class_lecturer li::after{
	content: "";
	border-bottom: 1px solid #f5f5f5;
	width: 70%;
	position: absolute;
	bottom: 0;

	right: 1rem;

}
.member_BoxTopp{
	background-color:#46433D;
}
.Rights_bg{
	background-color:#46433D;
	height:17rem;
	margin-top:2rem;
}
.vip_join_bt{
	width:20rem;
	height:2.6rem;
	background-color:#F2D9A1;
	display: block;
	border-radius: 4rem;
	margin:0 auto;
	font-size:1.0rem;
	color:#333;
	text-align: center;
	line-height:2.6rem;
}
.vip_title_bar p{
	font-size:1.1rem;
	color:#666;
	font-weight:600;
	float:left;
}
.vip_title_bar>p span{
	color:#FB5D09;
	font-style: italic;
	font-weight:600;
	font-size:1.1rem;
}
.vip_title_bar_btn{
	float:right;
	font-size:.8rem;
}
.direct_broadcastt{
	width:46%;
	float:right;
	position: relative;
}
.Live_status{
	background-color:#ed6117;
	width:4.0rem;
	height:1.3rem;
	border-radius:.2rem;
	width:55%;
	position: absolute;
	top:0;
	left:0;
}
.Live_status p{
	color:#fff;
	text-align: center;
	line-height:1.3rem;
	font-size:.8rem;
	list-style-type: circle
}
.Vip_screenshot_t_con{
	width:100%;
	height:5.2rem;
	background-color: #333;
}
.vip_member_BoxBg {
    background: url(../image/vip_member_BoxBg.png) no-repeat;
    height: 11.2rem;
    background-size: 100%;
    padding: 2.8rem 0;
}
.vip_member_BoxBg p {
    color: #e6c68f;
    margin-left: 70%;
    text-align: right;
    background: url(../image/member_btn.png) no-repeat center;
    border-radius: 3rem;
    width: 5rem;
    text-align: center;
    margin-top: 16%;
}
.xixian {
    width: 80%;
    height: .05rem;
    background-color: #D8C07F;
    margin: 0 auto;
}
.Vip_screenshot_b_con_tix_box {
    width: 100%;
}
.Vip_screenshot_b_con_tix{
	width:40%;
	margin:0 auto;
	text-align: center;
}
.Vip_screenshot_b_con_tix .Numbers {
    font-size: 1.2rem;
    color: #8B7D5C;
}
.Vip_screenshot_b_con_tix .Numbers span {
    font-size: .8rem;
    color: #8B7D5C;
}
.Accumulates{
	font-size:.8rem;
}
.Vip_screenshot_b_con_tix_r {
    float: left;
    display: block;
    color: #FF2832;
    font-size: .9rem;
}
.member_coupons_header {
    background: url(../image/member_coupons_header_bg.png) no-repeat;
    background-size: 100%;
    padding: 2.8rem 0;
}
.member_coupons_header_con {
    background: url(../image/.member_coupons_con_bg.png) no-repeat center;
    background-size: 94%;
    padding: 1.8rem 0;
}
.member_coupons_header_con_t {
    margin-top: -1.7rem;
}
.Vip_LogIn_tix_r {
    float: right;
    width: 25%;
    margin-top: -1.6rem;
}
.Vip_LogIn_tix_r a {
    width: 5rem;
    border-radius: .4rem;
 	background-color:#000;
    display: block;
    color: #FA5852;
    font-size: .7rem;
}
.Vip_LogIn_tix_r p {
    font-size: 1.0rem;
}
.Vip_LogIn_tix_r p span {
    font-size: 1.2rem;
}
.member_Coupons_l {
    background: url(../image/member_Coupons_l_bg.png) no-repeat;
    background-size: 100% 7rem;
    height: 7rem;
    width: 34%;
    float: left;
}
.member_Coupons_l_bt p {
    font-size: .7rem;
    color: #fff;
    margin: 0 auto;
}
.member_Coupons_l_con p {
    font-size: 1.8rem;
    color: #fff;
}
.member_Coupons_l_con span {
    display: block;
    /* margin-top: .3rem; */
    color: #fff;
    font-size: .8rem;
    letter-spacing: 1px;
}
.member_Coupons_m {
    float: left;
    width: 66%;
    height: 7rem;
    border: .05rem solid #e2e0e0;
    border-radius: .6rem;
    box-shadow: 1px 1px 0px #e2e0e0;
}
.member_Coupons_m_txt {
    float: left;
}
.member_Coupons_m_txt p {
    font-size: 1.0rem;
    color: #333;
    margin-top: .8rem;
    font-size:1.0rem;
	color:#333;
	margin-top:.8rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical
}
.member_Coupons_m_txt span {
    font-size: .8rem;
    color: #999;
    margin-top: 1.4rem;
    display: block;
}
.member_Coupons_m_btn {
    display: block;
    width: 5rem;
    height: 1.8rem;
    background: linear-gradient(to right, #FF7F62 , #FA4526);
    border-radius: 1.2rem;
    color: #fff;
    float: right;
    text-align: center;
    line-height: 1.8rem;
    margin-top: 2.6rem;
    margin-right: 1.0rem;
}
.member_kc_pic {
    margin-right: .4rem;
}
.class_LiveNames p {
    font-size: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 100%;
    margin-top: .4rem;
}
.class_LiveNames span {
    font-size: .7rem;
    color: #999;
}
.xxixian {
    width: 90%;
    height: .05rem;
    background-color: #e2e2e2;
    margin: 0 auto;
}
.Live_status_wz {
    background-color: #ed6117;
    height: 1.2rem;
    border-radius: .2rem;
    width: 45%;
    position: absolute;
    top: 7px;
    left: -108px;
    line-height: 1.2rem;
}
.Live_status_wz p {
    color: #fff;
    font-size: .7rem;
    text-align: center;
}
.PriceTag {
    font-size: .9rem;
    color: #FF2832;
    display: block;
    font-weight: 600;
}
.member_Popularizes_t {
    background: url(../image/member_Popularizes_t.png) no-repeat;
    background-size: 100%;
    height: 21rem;
    padding-top: 13rem;
}
.member_Coupons_t {
    background: url(../image/Coupons_b.png) no-repeat center;
    background-size: 70%;
    height: 18rem;
    margin: 0 auto;
}
.member_Coupons_t_num {
    font-size: 4rem;
    color: #FF2832;
    font-family: arial;
    margin-left: 35%;
    padding-top: 14%;
}
.member_Coupons_btn_t {
    width: 62%;
    margin: 0 auto;
    padding-top: 1.6rem;
}
.member_Coupons_btn_b {
    width: 62%;
    margin: 0 auto;
}
.member_Coupons_b {
    background: url(../image/member_Steps.png) no-repeat center;
    background-size: 90%;
    height: 8rem;
    margin: 0 auto;
}
.Hint {
    width: 9rem;
    height: 3rem;
    background-color: #ffb607;
    border-radius: .8rem;
    position: fixed;
    top: 1.2rem;
    right: .8rem;
    z-index: 1050;
    display: none;
    border: .1rem solid #ebe9e9;
}
.demande_nav {
    background-color: #f4f4f4;
}
.demande_conment_list h5 {
    font-size: 1.0rem;
    color: #333;
}
.demande_conment_list p {
    font-size: .8rem;
    color: #999;
}
.demande_conment_btn {
    width: 79%;
    height: 1.6rem;
    background-color: #f38539;
    color: #fff;
    text-align: center;
    line-height: 1.6rem;
    border-radius: .5rem;
    display: block;
    font-size: .9rem;
}
.tender_Status {
    width: 3.0rem;
    height: 1.2rem;
    color: #fff;
    background-color: #f38539;
    font-size: .8rem;
    border-radius: .5rem;
    display: inline-block;
    text-align: center;
    line-height: 1.2rem;
}
.fenge {
    width: 100%;
    height: .3rem;
    background-color: #ebeaea;
}
.foott_btn {
    background: #f38539;
    color: #fff;
    width: 90%;
    margin: .6rem auto;
    border-radius: 5rem;
    text-align: center;
    line-height: 2.2rem;
    padding: 0;
}
.movein_lest1 {
    border-bottom: 1px solid #f4f4f4;
    height: 2.8rem;
}
.movein_list_bt {
    font-size: .9rem;
    color: #333;
}
.movein_list_txt {
    border: none;
}
.movein_list_txtt {
    width: 100%;
    color: #999;
    font-size: .8rem;
    border: none;
    display: block;
}
.tender_btn {
    width: 100%;
    height: 2.4rem;
    background-color: #ED2410;
    margin: 0 auto;
    border: none;
    text-align: center;
    color: #fff;
}
.live_course_list_pic {
    position: relative;
}
.live_course_list_pic_btn {
    width: 4.6rem;
    height: 1.2rem;
    border-radius: .2rem;
    background-color: #e18821;
    color: #fff;
    text-align: center;
    line-height: 1.2rem;
    font-size: .8rem;
    position: absolute;
    top: 0;
}
.title_barr p {
    font-size: 1.1rem;
    color: #ff0000;
    font-family: -apple-system-font,Helvetica Neue,sans-serif;
    color: #333;
}
.title_barr p a {
    float: right;
    font-size: .9rem;
    color: #333;
}
.title_barr a {
    font-size: 1.1rem;
    color: #999;
    font-weight: 600;
    font-family: -apple-system-font,Helvetica Neue,sans-serif;
}
.Lecturers_articles_list {
    width: 100%;
    border: 1px solid #e8e7e7;
    border-radius: .8rem;
    padding: .4rem .4rem .6rem .4rem;
}
.Vip_LogIn_headportraitt {
    width: 13%;
    float: left;
}
.Vip_LogIn_headportraitt img {
    border-radius: 100%;
    width: 100%;
}
.Vip_LogIn_tixx {
    float: left;
    margin-left: 1.2rem;
    width: 26%;
}
.Lecturers_name {
    font-size: 1.1rem;
    color: #333;
    margin-top: .4rem;
}
.Lecturers_articles_time {
    float: right;
    margin-top: .5rem;
    font-size: .9rem;
    color: #999;
}
.Witness_lesson_list_t {
    width: 100%;
    height: 4rem;
    background-color: #ecebeb;
}
.class_listbox li .class_listinfo .Witness_lesson_list_bt {
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4rem;
    font-size: .9rem;
}
.Witness_lesson_time {
    float: right;
    margin-top: .6rem;
    color: #999;
    font-size: 1.0rem;
}
.Trades {
    width: 6rem;
    font-size: .9rem;
    text-align: center;
    border-radius: .4rem;
    border: 1px solid #d6d6d6;
    color: #ED2410;
}
.Tradess {
    width: 6rem;
    font-size: .9rem;
    text-align: center;
    border-radius: .4rem;
    border: 1px solid #d6d6d6;
    color: #ED2410;
}
.city {
    width: 6rem;
    font-size: .9rem;
    text-align: center;
    border-radius: .4rem;
}
.city1 {
    width: 6rem;
    font-size: .9rem;
    text-align: center;
    border-radius: .4rem;
}
.quit {
    width: 90%;
    height: 2.2rem;
    background-color: #ED2410;
    color: #fff;
    font-size: 1.0rem;
    text-align: center;
    line-height: 2.2rem;
    border-radius: 3rem;
    margin-top: 3rem;
    margin: 3rem auto;
}
.Receive img{
	width:28%;
	margin-left:1.4rem;
	margin-top:.4rem;
}
/*机构管理页面*/

.jg_top{
	background: url("../image/jg_bg.jpg") no-repeat left ;
	width:100%;
	height:8rem;
}
.jg_touxiang{
	width:10%;
	float:left;

}
.syh_header{
	height:14rem;
}
.jg_touxiang img{
	width:100%;
	height:100%;
	/*border:solid #d6d7d8 .1rem;*/
	border-radius: 100%;
	margin-left:1.2rem;
	margin-top:1.4rem;
}

.jg_Information{
	float:left;
	margin-top: 1.4rem;
	margin-left:1.4rem;

}
.jg_Information p{
	color:#fff;
	font-size:1.0rem;
	margin-top:.4rem;

}
@media (max-width:320px) {
	.jg_Information p{
	color:#fff;
	font-size:.9rem;
	margin-top:.2rem;

}


}
.gz_btn{
	background: url("../image/gz_btn.png") no-repeat  ;
	width:20%;
	height:2.5rem;
	float:right;
	color:#fff;
	margin-top:1.4rem;
	padding-left:.5rem;
	padding-top:.5rem;

}


.jg_Information_tix{
	height: 88px;
	margin:1.5rem 1.0rem;
	background-color:#fff;
	border-radius:.4rem;

	box-shadow:.05rem .2rem 1.0rem #c7c9ca;
	position: relative;

}
.xueyuan_num span{
	font-size:1.0rem;
	color:#999;
}
.xueyuan_num p{
	font-size:1.2rem;
	color:#333;
	font-family: arial;

}


/*!!!!!导航*/
.jg_nav{
	margin-top:4.5rem;
}
.jg_nav_txt h5{
	font-size:.9rem;
	color:#333;
	line-height:2.2rem;
}
@media (max-width:320px){
	.jg_nav_txt h5{
	font-size:.7rem;
	color:#333;
	line-height:2.2rem;
}

}

.huitiao{
	width:100%;
	height:.4rem;
	background-color:#e0e0e0;
}
/*在线课程*/
.title_bar .online_bt{
	color:#333;
	font-size:1.1rem;
}
.title_bar .online_btn a{
	color:#999;
	font-size:.9rem;
	float:right;
	font-weight:500;

}
.class_LiveName_detailed .jg_jiage{
	color:#ff2832;
	font-size:1.0rem;
	margin-right:3.8rem;
}
@media (max-width:320px){
	.class_LiveName_detailed .jg_jiage{
	color:#ff2832;
	font-size:1.0rem;
	margin-right:2.2rem;
}

}

.class_LiveName_detailed .vip_free_pic{
	width:32%;
	float:left;
	margin-right:2.8rem;
	margin-top:.3rem;
}

.class_LiveName_detailed .jg_jiage_free{
	color:#15d439;
	font-size:1.0rem;
	margin-right:3.8rem;

}
@media (max-width:320px){
	.class_LiveName_detailed .jg_jiage_free{
	color:#15d439;
	font-size:1.0rem;
	margin-right:2.8rem;

}



}
/*企业简介*/
.jg_Introduction .jg_Introduction_bt{
	font-size:1.1rem;
	color:#3d485c;
	font-weight: 600;

}
.jg_Introduction_tix{
	font-size:.9rem;
	overflow: hidden;

}
.jg_Introduction_tix p{
	text-indent:2em;
	font-size:.9rem;
	color:#999;
	line-height:1.5rem;
}
.jg_Introduction_tix img{
	width:auto;
	max-width: 100%
}
.Contact_tel{
	font-size:1.0rem;
	color:#3d485c;
	margin-top:1.4rem;
}
.Contact_tel a{
	color:#3d485c;

}
.Coin_deduction_box {
    height: 1.2rem;
    padding-left: .2rem;
    line-height: 1.0rem;
    background: url(../image/deduction.png) no-repeat left center;
    background-size: 26%;
    padding-left: .8rem;
}
.Coin_deduction_box>p {
    font-size: .7rem;
    color: #ff6a04;
}
.Levitation_r{
	width:2.6rem;
	height:2.6rem;
	position: fixed;
	top:70%;
	right:5%;
}
.Levitation_r img{
	opacity: .9
}
.levitation_conment{
	position: absolute;
    bottom: 0;

}
/*广告图片*/
.Advertising_box{
  width:100%;
  margin:0 auto;
  margin-top:.8rem;
}
.Advertising_pic{
  width:100%;


}
.Advertising_pic img{
  text-align: center;

}
