* {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-family: '微软雅黑';
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	/* Firefox */
	-webkit-box-sizing: content-box !important;
	/* Safari */
}

a {
	text-decoration: none;
	border: 0;
}
img{
	border: 0;
}

ul li,
ol li {
	list-style: none;
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}


.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #333;
}

a {
	cursor: pointer;
}

input {
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ct_mainer {
	background: #f7f7f7;
}

.maincon {
	width: 1200px;
	margin: 0 auto;
}

.logo {
	text-align: center;
	padding: 15px 0 35px;
	background: #fff;
}

.logo img {
	width: 360px;
	height: 72px;
}
.header_lf {
	/* margin: -32px 0 0; */
}

.header_lf_tit {
	font-size: 25px;
	color: #000;
	letter-spacing: 2px;
	font-weight: bold;
}

.header_lf_tit2 {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	margin-top: 15px;
}

.header_rt img {
	width: 46px;
	height: 46px;
	float: left;
	margin-right: 10px;
}

.header_phone {
	float: left;
	text-align: center;
}

.header_phone div {
	font-size: 16px;
	color: #000;
}

.header_phone div span {
	font-size: 24px;
	color: #171717;
	display: inline-block;
	margin: 0 20px 15px;
}

.navlist {
	width: 100%;
	height: 50px;
	background: #446ec5;
	margin: 45px 0 0;
	position: relative;
	z-index: 10;
}

.before {
	width: 0;
	height: 56px;
	border-top: 4px #1e489d solid;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -16px;
}

.after {
	width: 0;
	height: 56px;
	border-top: 4px #1e489d solid;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: -16px;
}

.navbox {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.nav_left {
	width: 171px;
	height: 56px;
	padding-top: 4px;
	background: url(../img/bg_nav_left.png) no-repeat;
	padding-left: 50px;
	margin-top: 6px;
	float: left;
}

.nav_left p {
	font-size: 18px;
	color: #3260bf;
	line-height: 56px;
}

.nav_right {
	width: 133px;
	height: 56px;
	padding-top: 4px;
	background: url(../img/bg_nav_right.png) no-repeat;
	padding-left: 85px;
	margin-top: 6px;
	float: right;
}

.nav_right a {
	font-size: 18px;
	color: #3260bf;
	line-height: 56px;
}

.nav_con {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	flex: 1;
	width: 700px;

	float: left;
}

.nav_con a {
	font-size: 16px;
	color: #fff;
	width: 14.28%;
	float: left;
	line-height: 50px;
	text-align: center;
}

.nav_con a.checked {
	width: 14.28%;
	height:50px;
	background:url(../img/nav_hover_bg.png) center bottom no-repeat;
}

/*.footer {*/
/*	width: 100%;*/
/*	height: 190px;*/
/*	background: #3e3e3e;*/
/*}*/

.ft_nav {
	text-align: center;
	padding: 35px 0 25px;
}

.ft_nav a {
	font-size: 16px;
	color: #fff;
	margin: 0 15px;
}

.ftcon {
	text-align: center;
}

.ftcon p {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.pointer {
	cursor: pointer
}

.checked {
    background: #4070ba;
    text-align: center;
}

.checked a{
	color: #FFFFFF!important;
}

.p_mainer {
	width: 1200px;
	margin: 14px auto 18px;
}

.p_mainerLeft {
	width: 268px;
	min-height: 720px;
	background-color: #ffffff;
	overflow: hidden;
	float: left;
}

.timePoint {
	width: 246px;
	height: 54px;
	border-radius: 14px;
	border: solid 1px #4070ba;
	overflow: hidden;
	margin: 16px auto 22px;
}

.timePoint .time {
	width: 102px;
	height: 54px;
	background: #4070ba;
	text-align: center;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	float: left;
}

.timePoint .weekday {
	margin: 9px 0 7px;
}

.timePoint .point {
	width: 144px;
	float: right;
	text-align: center;
}

.timePoint .point p {
	line-height: 54px;
	font-size: 14px;
	color: #080808;
}

.rzIcon {
	width: 22px;
	height: 26px;
	display: inline-block;
	background: url(../img/p_rz.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	left: 52px;
}

.pointIcon {
	width: 23px;
	height: 24px;
	display: inline-block;
	background: url(../img/p_point.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 52px;
}

.pwdIcon {
	width: 20px;
	height: 22px;
	display: inline-block;
	background: url(../img/p_pwd.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 52px;
}

.p_leftMeau ul {
	width: 246px;
	margin: 0 auto;
}

.p_leftMeau ul>li {
	line-height: 46px;
	font-size: 14px;
	color: #0f2b06;
	border-bottom: 1px #e8ede6 solid;
	position: relative;
}

.p_leftMeau ul>li .img {
	width: 30px;
	margin: 0 25px 0 50px;
	display: inline-block;
	text-align: center;
}

.p_leftMeau ul>li img {
	vertical-align: middle;
}

.p_leftMeau ul>li span {
	min-width: 56px;
	display: inline-block;
	text-align: left;
}

.p_leftMeau ul>li.checked {
	background: #4070ba;
	text-align: left;
}

.p_leftMeau ul>li.checked a {
	color: #fff;
}

.p_leftMeau .childlist {
	background: #fff;
}
/*.friendLinks {*/
/*	width: 100%;*/
/*}*/

/*.friendLinks .inner {*/
/*	width: 1200px;*/
/*	height: 268px;*/
/*	margin: 0 auto;*/
/*	overflow: hidden;*/
/*}*/

/*.friendLinks .inner .index_title {*/
/*	border: none;*/
/*}*/

/*.friendLinks .inner .index_title p {*/
/*	text-align: center;*/
/*}*/

/*.friendLinks .inner .index_title span {*/
/*	padding-left: 0;*/
/*}*/

/*.friendLinks .inner .index_title span::after {*/
/*	display: none;*/
/*}*/
/*.friendLinks .content li {*/
/*	float: left;*/
/*	color: #333;*/
/*	font-size: 14px;*/
/*	width: 195px;*/
/*	margin: 0 16px;*/
/*	line-height: 34px;*/
/*	text-align: center;*/
/*}*/

/*.friendLinks .content {*/
/*	margin-top: 36px;*/
/*}*/

.p_leftMeau .childlist li {
	line-height: 48px;
	padding-left: 120px;
}

.p_leftMeau .childlist li a {
	font-size: 14px;
	color: #0f2b06 !important;
}

.p_mainRight {
	width: 892px;
	min-height: 720px;
	background: #ffff;
	margin-left: 12px;
	float: right;
	padding: 0 14px;
}

.authTitle {
	width: 777px;
	height: 45px;
	background: url(../img/seting_tit.png) no-repeat center center;
	background-size: 100% 100%;
	margin: 36px auto 38px;
}

.authItem {
	margin-bottom: 22px;
}

.authItem span {
	width: 106px;
	text-align: right;
	display: inline-block;
	color: #0f2b06;
	font-size: 14px;
	margin: 0 28px 0 194px;
}

.authItem input {
	width: 309px;
	height: 38px;
	background-color: #ffffff;
	border: solid 1px #8ba784;
}

.authItem .idCard {
	float: left;
}

.authItem .idcardZM {
	width: 112px;
	height: 33px;
	margin: 29px 0 32px 25px;
	position: relative;
}

.idcardZM input {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.idcardZMbtn {
	width: 112px;
	height: 33px;
	background-color: #4070ba;
	border-radius: 16px;
	color: #fff;
	text-align: center;
	line-height: 33px;
	font-size: 14px;
}

.idCard>div {
	margin-bottom: 20px;
}

.idCard .tip {
	font-size: 12px;
	color: #ff5050;
	margin: 6px 0 0 22px;
}

.authItem .confirmBtn {
	width: 220px;
	height: 40px;
	background-color: #4070ba;
	border-radius: 14px;
	border: none;
	font-size: 16px;
	color: #fff;
	margin: 0 50px 0 194px;
	cursor: pointer;
}

.authItem .cancelBtn {
	width: 220px;
	height: 40px;
	background-image: linear-gradient(0deg,
		#d0d0d0 0%,
		#ffffff 100%);
	border-radius: 14px;
	border: solid 1px #bfbfbf;
	font-size: 16px;
	color: #8b8b8b;
	cursor: pointer;
}

.p_indextitle {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px #8ba784 solid;
	position: relative;
	padding-left: 32px;
	font-size: 18px;
}

.p_indextitle2:before {
	background-color: #8ba784 !important;
}

.p_indextitle:before {
	content: "";
	width: 5px;
	height: 23px;
	background-color: #4070ba;
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -11px;
}

.p_indextitle a {
	font-size: 12px;
	float: right;
	line-height: 50px;
	margin-right: 8px;
	color: #323232;
}

.p_noticelist {
	margin-bottom: 40px;
}

.p_noticelist li {
	font-size: 14px;
	line-height: 44px;
}

.p_noticelist li i {
	color: #f93a3a;
}

.p_noticelist ul {
	margin-left: 40px;
}

.learnitem {
	width: 205px;
	background-color: #ffffff;
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	overflow: hidden;
	margin: 25px 8px 0 8px;
}

.learnitem img{
	width: 100%;
	height: 136px;
}

.p_courseBot {
	margin-top: 50px;
}

.p_courseBot>div {
	float: left;
}

.learnRecord {
	width: 412px;
	padding-right: 22px;

}

.myColl {
	width: 442px;
	height: 352px;
	padding-left: 14px;
	border-left: 1px #d1dcce solid;
}

.p_learnrelist li {
	font-size: 14px;
	line-height: 36px;
	padding-left: 24px;
}

.p_learnrelist ul {
	margin-top: 10px;
}

.p_learnrelist li a {
	color: #333;
}

.p_learnrelist li i {
	float: right;
	color: #8ba784;
	line-height: 36px;
}

.p_votecont h1 {
	width: 843px;
	height: 44px;
	line-height: 44px;
	background: rgba(64, 112, 186, 0.2);
	font-size: 14px;
	margin: 28px 0 0 26px;
	padding-left: 15px;
}

.voteform {
	margin: 14px 0 0 234px;
}

.voteform>div {
	margin-left: 22px;
}

.voteform>div span {
	line-height: 48px;
	display: inline-block;
	float: left;
	font-size: 14px;
}

.voteform>div label {
	width: 13px;
	height: 13px;
	display: inline-block;
	margin-right: 14px;
	background-color: #ffffff;
	border: solid 1px #626262;
	float: left;
	margin-top: 18px;
	position: relative;
}

.voteform>div label::after {
	content: '';
	opacity: 0;
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 1px;
	left: 1px;
	border: 2px solid #626262;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.voteform label:hover::after {
	opacity: 0;
}

.voteform input[type=checkbox]:checked+label:after {
	opacity: 1;
}

.voteform button {
	width: 411px;
	height: 46px;
	background-color: rgba(64, 112, 186, 0.99);
	border-radius: 10px;
	border: solid 1px rgba(138, 166, 131, 0.99);
	font-size: 18px;
	color: #fff;
	margin-top: 66px;
	cursor: pointer;
}

.p_indextitle .pointNum {
	float: right;
	font-size: 14px;
	line-height: 50px;
	margin-right: 16px;
}

.pointSearch {
	margin: 18px 0 0 30px;
}

.pointSearch span {
	font-size: 14px;
}

.pointSearch input {
	width: 364px;
	height: 32px;
	background-color: #ffffff;
	border: solid 1px #a6a6a6;
}

.pointCont table {
	width: 872px;
	border-collapse: collapse;
	margin-top: 20px;
}

.pointCont table thead tr {
	height: 36px;
	font-size: 14px;
	border-bottom: 1px #e8ede6 solid;
}

.pointCont table tbody tr {
	height: 46px;
}

.pointCont table td {
	text-align: center;
	font-size: 14px;
}

.pointCont table th {
	font-weight: normal;
}

.pointCont table tr:nth-child(even) {
	background-color: rgba(64, 112, 186, 0.2)
}

.p_title_child {
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	font-size: 18px;
	color: #3c3c3c;
	border-left: 4px #4070ba solid;
}

.resume_basicinfo {
	margin: 24px 0 0 16px;
}

.resume_basicinfo .items {
	width: 390px;
	margin: 0 40px 10px 0;
}

.resume_basicinfo .items span {
	font-size: 16px;
	color: #3c3c3c;
	display: block;
	width: 70px;
	float: left;
	line-height: 38px;
	margin-right: 24px;

}

.resume_basiclist {
	margin: 22px 0 0 8px;
}

.resume_basicinfo .items input,
.resume_basicinfo .items select {
	width: 293px;
	height: 38px;
	background-color: #ffffff;
	border-radius: 7px;
	border: solid 1px #dcdcdc;
	float: left;
	text-indent: 10px;
}

.resume_workexper {
	margin-top: 60px;
}

.companylabel {
	font-size: 16px;
	color: #3c3c3c;
	margin-right: 42px;
}

.companyname {
	width: 221px;
	height: 38px;
	background-color: #ffffff;
	border-radius: 7px;
	border: solid 1px #dcdcdc;
}

.exper_text {
	width: 830px;
	height: 124px;
	background-color: #ffffff;
	border-radius: 7px;
	border: solid 1px #dcdcdc;
	margin-top: 22px;
}

.workexitem {
	margin-bottom: 22px;
}

.workexitem .time {
	margin-left: 26px;
}

.addexper {
	width: 53px;
	height: 53px;
	background: url(../img/addexper.png) no-repeat center center;
	background-size: 100% 100%;
	margin: 22px auto;
	cursor: pointer;
}

.expersave {
	width: 246px;
	height: 46px;
	background-color: #4070ba;
	border-radius: 11px;
	font-size: 16px;
	border: none;
	display: block;
	color: #fff;
	margin: 40px auto 48px;
	cursor: pointer;
}

.mymessage_data .label {
	width: 13px;
	height: 13px;
	display: inline-block;
	margin-right: 14px;
	background-color: #ffffff;
	border: solid 1px #626262;
	float: left;
	position: relative;
	cursor: pointer;
}

.mymessage_data .label::after {
	content: '';
	opacity: 0;
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 1px;
	left: 1px;
	border: 2px solid #626262;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mymessage_data .label:hover::after {
	opacity: 0;
}

.mymessage_data input[type=checkbox]:checked+.label:after {
	opacity: 1;
}

.mes_button {
	width: 100px;
	height: 36px;
	background-image: linear-gradient(0deg,
		#d0d0d0 0%,
		#ffffff 100%);
	border-radius: 6px;
	border: solid 1px #bfbfbf;
	font-size: 14px;
	color: #8b8b8b;
}

.messcheckall {
	margin: 30px 0 0 26px;
}

.messcheckbtn {
	margin: 18px 0 0 9px;
}

.messcheckbtn button {
	cursor: pointer;
}

.mes_button1 {
	margin-right: 10px;
}

.messchecknum {
	margin: 30px 0 0 30px;
	font-size: 14px;
}

.p_mesCont table {
	width: 872px;
	border-collapse: collapse;
	margin-top: 20px;
}

.p_mesCont table thead tr {
	height: 36px;
	font-size: 14px;
	border-bottom: 1px #e8ede6 solid;
}

.p_mesCont table tbody tr {
	height: 50px;
}

.p_mesCont table td {
	text-align: center;
	font-size: 14px;
	color: #939393;
}

.p_mesCont table th {
	font-weight: normal;
}

.p_mesCont table tr {
	border-bottom: 1px #8ba784 dashed;
}

.p_mesCont table tbody tr td:nth-child(1),
.p_mesCont table tbody tr td:nth-child(2) {
	text-align: left;
}

.p_mesCont table tbody .label {
	margin-left: 12px;
}

.p_mesCont table tr:hover td {
	color: #000;
	cursor: pointer;
}

.fire {
	width: 11px;
	height: 14px;
	display: inline-block;
	margin-right: 10px;
	background: url(../img/fire.png) no-repeat;
}

.bot2,
.top2 {
	width: 800px !important;
}

.live_right {
	width: 387px;
	height: 535px;
	border: 1px #dcdcdc solid;
	background: #f2f2f2;
	position: relative;
}

.send_mes {
	width: 378px;
	height: 80px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -189px;
	bottom: 5px;
}

.btn_send {
	width: 47px;
	padding-left: 40px;
	height: 70px;
	display: block;
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -35px;
	background: url(../img/btn_send.png) 7px center #4070ba no-repeat;
	color: #fff !important;
	line-height: 70px;
	font-size: 16px;
	font-weight: bold;
}

.nologin {
	width: 260px;
	height: 80px;
	float: left;
	text-align: center;
}

.nologin p {
	font-size: 14px;
	color: #b1b1b1;
	padding: 20px 0 10px;
}

.meslist {
	width: 100%;
	height: 440px;
	overflow-y: auto;
}

.mes_time {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	background: #e8e8e8;
	border-radius: 10px;
	color: #8e8d8d;
}

.meslist>div {
	margin: 10px 40px 4px 10px;
}

.meslist>div p {
	font-size: 14px;
	color: #343434;
	line-height: 24px;
}

.meslist>div p span {
	color: #4070ba;
}

.huodong img {
	width: 100%;
	height: 166px;
}

.footerTop .right .fl img {
	width: 100%;
}

.ql-editor p {
	line-height: 30px;
}

.personInfo img,
.headUrlBtn {
	width: 115px;
	/*height: 580px;*/
}

/*我的订单*/
.w_receipt {
	display: inline-block;
	width: 60px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #fff !important;
	background: #4070ba;
	margin: 0 auto;
	border-radius: 6px;
}

.receipted {
	background: #aaa;
}

/*购物车*/
.cartcon {
	background: #fff;
	padding: 10px 20px;
	box-sizing: border-box !important;
}

.cartinfo {
	width: 1150px;
	margin: 0 auto;
}

.cartinfo>div {
	width: 100%;
}

.cartinfo>div>div {
	float: left;
}

.w_cart1 {
	width: 480px;
}

.w_cart2 {
	width: 285px;
}

.w_cart3 {
	width: 215px;
	margin-left: 170px !important;
}

.cart_tit {
	text-align: center;
	margin: 28px 0 20px;
}

.cart_tit span {
	font-size: 16px;
	color: #000;
}

.cart_item {
	padding: 22px 0 28px;
	border: 1px #e5e5e5 solid;
	border-top: none;
	border-bottom: 1px #d9d9d9 solid;
}

.cart_item:nth-child(2) {
	border-top: 1px #e5e5e5 solid;
}

.cart_item:last-child {
	borrder-bottom: 1px #e5e5e5 solid;
}

.order_check {
	float: left;
	margin: 40px 20px 0 15px;
}

.order_pic {
	width: 187px;
	height: 106px;
	overflow: hidden;
	border-radius: 5px;
	float: left;
}

.order_courseinfo {
	float: right;
	width: 210px;
	height: 106px;
	position: relative;
}

.order_courseinfo p {
	font-size: 16px;
	color: #333;
	line-height: 28px;
}

.order_courseinfo li {
	width: 100%;
}

.order_courseinfo li:last-child {
	position: absolute;
	bottom: 0;
}

.order_courseinfo span {
	line-height: 32px;
	font-size: 14px;
	color: #999;
}

.order_courseinfo span:last-child {
	float: right;
}

.cart_propri {
	font-size: 16px;
	color: #ff0000;
	line-height: 106px;
	text-align: center;
}

.cart_del {
	color: #ff0000 !important;
}

.cart_pay {
	margin: 190px 0 0;
	border-top: 1px #8ba784 solid;
	height: 75px;
}

.cart_allcheck {
	float: left;
}

.cart_allcheck input {
	margin: 30px 20px 0 15px;
}

.cart_allcheck label {
	font-size: 14px;
	color: #000;
	line-height: 75px;
}

.btn_pay {
	width: 156px;
	height: 44px;
	display: block;
	text-align: center;
	line-height: 44px;
	color: #fff !important;
	background: #f16464;
	font-size: 16px;
	margin: 16px 5px 0 20px;
	border-radius: 8px;
}

.cart_bt {
	font-size: 14px;
	color: #000;
	line-height: 75px;
	margin-left: 35px;
}

.cart_bt i {
	font-size: 18px;
	color: #ff0000;
	font-weight: bold;
}

.contactus {
	padding-bottom: 20px;
}
.pin img{
	width: 26px;
}

.recomBot {
	min-height: 88px;
	padding: 0 14px;
	background: #fff;
	overflow: hidden;
}

.recomBot>div:nth-child(1) {
	font-size: 16px;
	color: #333;
	margin: 14px 0 24px;
}

.recomBot>div:nth-child(2) {
	font-size: 14px;
	color: #999;
}

.recomBot>div:nth-child(2) p:nth-child(2) {
	margin-left: 54px;
}

.logo{
	display: none;
}
.teacherList img{
	width: 218px;
}
img {
	vertical-align: top;
	border-style: none;
}

   .icon-span{
	   display: inline-block;
	   background-color: #fff;
	   border-radius: 100%;
	   border: 1px solid #ccc;
	   position: relative;
	   width: 20px;
	   height: 20px;
	   vertical-align: middle;
   }
.icon-span::after{
	border: 2px solid transparent;
	border-left: 0;
	border-top: 0;
	content: " ";
	top: 3px;
	left: 6px;
	position: absolute;
	width: 4px;
	height: 8px;
	-webkit-transform: rotate(45deg) scale(0);
	transform: rotate(45deg) scale(0);
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}
/*.icon-span-select{*/
/*	background-color: $color-primary;*/
/*	border-color: $color-primary;*/
/*}*/
.icon-span-select::after{
	border-color: #fff;
	-webkit-transform: rotate(45deg) scale(1);
	transform: rotate(45deg) scale(1);
}
