/* 职业课程列表 */
.course-nav-item {
    float: left;
}

.list-group-item {
	background: #212121;
}

.list-group-form .col-form-label {
	color:#999;
}

.course-nav-item a {
	color:#999;
}

.list-group-item li {
    list-style: none;
    margin: 0 10px;
    padding: 5px 0px;
}

.list-group-item .on {
    display: block;
    border-radius: 4px;
    position: relative;
    background-color: #007bff;
    padding: 5px 10px;
}

.list-group-item .on a{
	color:#fff !important;
}

.sort {
    padding: 20px 0px;
}

.sortlist a {
	float: left;
    padding: 5px 20px;
	color:#999;
}

.portfolio-item .card {
	background-color: #212121;
}
 


/* 透明标题 */
.transparent-header:before {
	background: transparent linear-gradient(180deg,#000 0,transparent) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
}



/* 分页 */
.page {
    padding: 50px 0px;
	margin: 0 auto;
}

.pagination a {
	position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
	background-color: #212121;
    border: 1px solid #111111;
	color: #999;
}

.pagination .active {
	color: #FFF !important;
    background-color: #1ABC9C !important;
    border-color: #1ABC9C !important;
}

.pagination .disabled_page {
	position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #212121;
    border: 1px solid #111111;
	color: #999;
}





/* 个人中心分页 */
.upage {
    padding: 50px 0px;
	margin: 0 auto;
}

.upagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.upagination a {
	position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    border: 1px solid #999;
	color: #999;
}

.upagination .active {
	color: #FFF !important;
    background-color: #1ABC9C !important;
    border-color: #1ABC9C !important;
}

.upagination .disabled_page {
	position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    border: 1px solid #999;
	color: #999;
}





/* 公共 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.pt30 {
	padding-top: 30px;
}

.card {
	border-radius: 4px !important;
    box-shadow: 0 1px 10px rgb(0 0 0 / 15%) !important;
	margin: 0px 0px 10px 0px;
}



/* 支付 */
.pay-method .pay-way.active {
    border-color: #f01414;
}

.pay-method .alipay {
    background-position: 33px -304px;
    background-repeat: no-repeat;
}

.pay-method li {
    float: left;
    margin-right: 18px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    width: 192px;
    height: 86px;
    background-color: #f3f5f7;
    border: 2px solid #f3f5f7;
    cursor: pointer;
    background-image: url(../img/pay_s.png);
}

.pay-method li:last-child {
    margin-right: 0;
}

.pay-method .wxpay {
    background-position: 30px -423px;
    background-repeat: no-repeat;
}

.paypal {
    background-image: url(../img/paypal.png) !important;
}


/* 个人中心 */
#side-navigation h4 {
	word-wrap:break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}









/* 实战课程列表 */
.bg-overlay-content .timg {
	width: 60px !important;
	height: 60px !important;
	border-radius: 50%;
}

.bg-overlay-content .tname {
    margin-left: 10px;
}

.play-video i {
	position: absolute;
	padding-left: 5px;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	line-height: 71px;
	border-radius: 50%;
	z-index: 1;
	border: 4px solid #eee;
	text-align: center;
	font-size: 24px;
	color: #eee;
	margin-top: -40px;
	margin-left: -40px;
	transition: transform .3s ease-out;
	-webkit-backface-visibility: hidden;
}

.device-sm #page-title .play-video i,
.device-xs #page-title .play-video i {
	position: relative;
	top: auto;
	left: auto;
	margin-top: 20px;
	margin-left: 0;
}

.dark .play-video i {
	background-color: rgba(255, 255, 255, .3);
	border: 4px solid #FFF;
	color: #FFF;
}

.copyright-links {
	color: #999;
}






/* 训练营课程详情 */
.slider-element .real-estate-info-wrap {
		position: absolute;
		left: auto;
		bottom: 20px;
		width: 100%;
	}

	.real-estate-price {
		position: absolute;
		top: auto;
		left: auto;
		right: 0;
		bottom: 50px;
		z-index: 1;
	}

	.real-estate-price h3 {
		display: block;
		color: #FFF;
		font-size: 44px;
		margin: 0;
		font-weight: 400;
	}

	@media (max-width: 991px) {
		.real-estate-price {
			position: relative;
			top: auto;
			bottom: auto;
			right: 0;
			margin-top: 15px;
		}

		.slider-element .heading-block >h2 {
			font-size: 24px;
		}

		.slider-element .heading-block { width: auto !important; }
	}


#container .tab-nav a {
	color: #ddd;
}

#container .ui-state-active a {
	background-color: #282828 !important;
	color: #fff !important;
	height: 60px;
    line-height: 60px;
}



/* 训练营课程详情 */
#tabs-section .list-group .list-group-item:first-child span {
	animation-name: fadeIn !important;
}

#tabs-section .list-group .list-group-item:first-child .not-animated, [data-animate]:not(.animated) {
    opacity: 1 !important;
}

.title_bg {
    background: rgba(0,0,0,0.3);
    padding: 30px !important;
    border-radius: 3px;
}



/* 训练营课程详情 */
.progress {
	position:relative;
	padding: 1px; 
	border-radius:3px; 
	margin:40px 0 0 0;
}

.bar {
	background-color: green; 
	display:block; 
	width:0%; 
	height:20px; 
	border-radius:3px; 
}

.percent {
	position:absolute; 
	height:20px; 
	display:inline-block;
	top:3px; 
	left:2%; 
	color:#fff 
}

.fileinput-button {
	position: relative;
	overflow: hidden;
	height: 500px;
	text-align: center;
	width: 50%;
	background: url("/static/img/plus.png") no-repeat scroll center center;
	padding: 0;
	border:1px dotted #000;
	float:left
}

.fileinput-button input {
	position: absolute;
	top: 0;left: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.img_common {
	max-height: 100%;
	max-width: 100%;
	text-align: center;
}

.cover_words { 
	display: inline-block;
	padding: 563px 0 0;
}






/* 训练营课程列表 */

/* Headers */
.dark .top-links-item > a {
	color: #EEE;
	font-weight: 400;
	text-transform: none;
}

.dark #top-social { border-left: 1px solid rgba(255,255,255,0.1); }

.dark #top-social li a { color: #FFF; }

#top-social li,
#top-social li a,
#top-social li .ts-icon,
#top-social li .ts-text { font-weight: 400; }


.navbar-expand-lg .navbar-nav .nav-item .nav-link {
	font-size: 15px;
	font-weight: 600;
	padding-left: 13px;
	padding-right: 13px;
}

.navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link { margin-left: 0; }

.navbar-expand-lg .navbar-nav .nav-item:not(.active) .nav-link { color: #444; }

.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link { color: var(--themecolor) }


.portfolio-item .card-body {
	background: #212121;
}

.help h3 {
	color: #999;
}


@media (min-width: 768px) {
	.modal-dialog {
		max-width: 600px;
		margin: 1.75rem auto;
	}
}

@media (min-width: 1200px) {
	.modal-dialog {
		max-width: 1000px;
		margin: 1.75rem auto;
	}
}





/* Text Rotater */
.text-rotater { font-size: 38px; letter-spacing: -1px; }

.text-rotater span {  }

/* Hero Widget */
.slider-element .input-group-append {
	position: absolute;
	right: 0;
	z-index: 4;
}

.slider-element .form-control {
	padding-top: 10px;
	padding-bottom: 10px;
}

.slider-element .input-group-append .btn {
	background-color: transparent;
	padding: 7px 15px;
}

/* Course Categories */
.course-categories .card a span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.course-categories .card a span i {
	display: block;
	margin-bottom: 5px;
	font-size: 20px;
}

.hover-effect {
	-webkit-transition:  transform .25s ease, box-shadow .3s ease;
	-o-transition:  transform .25s ease, box-shadow .3s ease;
	transition:  transform .25s ease, box-shadow .3s ease;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.hover-effect:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
}

.course-card .card-footer { 
	border-top-color: #333; 
	background: #212121 !important;
}

.rating-stars i { 
	color: #f4c150; 
}

.course-card .card-title a { 
	color: #999;
}

.card-body .text-black-50 {
	color: #999;
}

.course-card .card-title a:hover {
	color: var(--themecolor); 
}

.course-card  .card-title-sub { 
	font-size: 11px; 
}

.card-footer .text-dark {
	color: #999;
}


/* Badge */
.badge {
	font-size: ;
	padding: 8px 12px;
	border: 0;
	border-radius: 3px;
	font-weight: 700;
	font-size: 14px;
	color: #ff0000;
}

.registration-badge {
	position: absolute;
	display: block;
	left: 15px;
	top: -10px;
}

.feature-box.media-box .fbox-icon {
	position: relative;
	width: 36px;
	height: 54px;
	margin-bottom: 15px;
}

.course-card .author-number {
	font-size: 11px;
    position: absolute;
    top: 2px;
    right: -4px;
}

.heading-block h3 {
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
}

.heading-block h3 + span {
	font-size: 17px;
	opacity: .9;
}

/* Border Form Design */
.border-form-control {
	padding: 8px 4px;
	background-color: transparent !important;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	border-bottom-width: 1px;
}

/* Display Tablet and Below - Responsive */
@media (max-width: 991.98px) {

	#logo { margin-left: 0 !important; }

	.navbar-expand-lg .navbar-nav .nav-item {
		width: 100%;
		border-bottom: 1px solid #f5f5f5;
		padding: 4px 0;
	}

	.navbar-expand-lg .navbar-nav .nav-item .nav-link { margin-left: 0; }

	.course-categories .card a span { font-size: 12px; }
}

/* Display after 992px(after tablet) - Responsive */
@media (min-width: 992px) {

	.heading-block h3 {
		font-size: 42px;
		letter-spacing: -2px;
	}

	.course-card .card-title {
		font-size: 18px;
		height: 25px;
		max-height: 25px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

}

@media (max-width: 767px) {
	.slider-arrow-top-sm, .slider-arrow-bottom-sm {
	    display: inline-block !important;
	}
}

#top-search form input {
	font-size: 26px;
	letter-spacing: 0;
}

#top-search form input::-moz-placeholder { text-transform: none; letter-spacing: 0; color: #AAA; font-size: 24px; }
#top-search form input::-ms-input-placeholder { text-transform: none; letter-spacing: 0; color: #AAA; font-size: 24px; }
#top-search form input::-webkit-input-placeholder { text-transform: none; letter-spacing: 0; color: #AAA; font-size: 24px;}





/* 首页   Canvas: Pet */

@media (min-width: 992px) {

	.menu-container > .menu-item > .menu-link {
		font-weight: 500;
		text-transform: none;
		font-size: 16px;
	}

	.dark #header-wrap:not(.not-dark) .menu-container > .menu-item > .menu-link,
	#header.sticky-header:not(.static-sticky) .menu-container > .menu-item.bg-color > .menu-link { color: #FFF; }

	.dark #header-wrap:not(.not-dark) .menu-container > .menu-item.bg-color {
		margin-left: 10px;
		border-bottom-left-radius: 2px;
		border-bottom-right-radius: 2px;
	}

}

@media (max-width: 991.98px) {

	.menu-item.bg-color {
		background-color: transparent !important;
	}

}

.contact-properties [class^=col-] > a,
.product .product-image,
.button,
.feature-box.media-box.fbox-bg {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	box-shadow: 0 1px 1px 0 rgba(10, 16, 34, .2);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 5px;
}

.contact-properties [class^=col-] > a:hover,
.product:hover .product-image,
.button:hover,
.feature-box.media-box.fbox-bg:hover {
	box-shadow: 0 10px 30px -5px rgba(10, 16, 34, .2);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.feature-box h3 { font-size: 17px; }

.feature-box h3 span.subtitle { font-size: 14px; }




/* Button-link */
.button-link {
	display: inline-block;
	position: relative;
	color: #333;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	margin-top: 10px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.dark .button-link { color: #FFF; }
.dark .button-link:hover { color: #f0a540; }

.oc-item .testimonial {
	margin-left: 1px;
	margin-bottom: 2px;
	border: 0;
	border-top: 1px solid #EEE;
	box-shadow: 0 1px 1px 0 rgba(10, 16, 34, .2);
}

.testi-content p {
	font-style: normal;
	font-weight: 500;
	color: #666;
}

.testi-meta {
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1px;
}


.testi-meta span {
	display: inline-block;
	letter-spacing: 0;
	font-weight: 500;
	padding-left: 0;
}

.contact-properties [class^=col-] {
	position: relative;
	margin-bottom: 30px;
}

.contact-properties [class^=col-] > a {
	display: block;
	position: relative;
	height: 300px;
	border-radius: 8px;
	background-color: #EEE;
}

.contact-properties [class^=col-] img { display: block; }

.contact-properties [class^=col-] > a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	border-radius: 8px;
	opacity: 0.4;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.contact-properties [class^=col-] > a:hover::before { opacity: 1; }

.contact-properties [class^=col-] > a .heading-block h3::after {
	content: "";
	border-style: solid;
	border-color: #FFF;
	display: inline-block;
	position: absolute;
	top: auto;
	bottom: 50%;
	width: 40px;
	height: 4px;
	border-radius: 10px;
	left: 50%;
	right: auto;
	margin-left: -20px;
	opacity: 1;
	-webkit-transition: opacity .35s,-webkit-transform .35s;
	-moz-transition: opacity .35s,-webkit-transform .35s;
	transition: opacity .35s,transform .35s;
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1);
	transform: scale(0,1);
}

.contact-properties [class^=col-] > a:hover .heading-block h3::after {
	opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}








/* 首页 */

#teacher .owl-stage-outer::before,
#teacher .owl-stage-outer::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	z-index: 1;
	background: -moz-linear-gradient(left, rgba(249,249,249,1) 52%, rgba(249,249,249,0.06) 90%, rgba(249,249,249,0) 100%);
	background: -webkit-linear-gradient(left, rgba(249,249,249,1) 52%,rgba(249,249,249,0.06) 90%,rgba(249,249,249,0) 100%);
	background: linear-gradient(to right, rgba(249,249,249,1) 52%,rgba(249,249,249,0.06) 90%,rgba(249,249,249,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#00f9f9f9',GradientType=1 );
}

#teacher .owl-stage-outer::after {
	left: auto;
	right: 0;
	background: -moz-linear-gradient(right, rgba(249,249,249,1) 52%, rgba(249,249,249,0.06) 90%, rgba(249,249,249,0) 100%);
	background: -webkit-linear-gradient(right, rgba(249,249,249,1) 52%,rgba(249,249,249,0.06) 90%,rgba(249,249,249,0) 100%);
	background: linear-gradient(to left, rgba(249,249,249,1) 52%,rgba(249,249,249,0.06) 90%,rgba(249,249,249,0) 100%);
}

.sales-tip {
    color: #ff0000;
}






/* 订单 */
#snav-myorder .tab-nav li.ui-tabs-active a {
	background-color: #1ABC9C !important;
    color: #FFF;
}

#snav-myorder .tab-nav li {
	border: 2px solid #E5E5E5;
}

#snav-myorder .tab-nav li:first-child {
    border-left: 2px solid #E5E5E5;
}




/* 课程详情 */
#post-list-sidebar .grid-inner {
	padding:10px;
	border-radius: 4px !important;
}

#post-list-sidebar .entry-title {
	max-height: 20px;
	line-height: 20px;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

#header + .include-header {
	background-position: 0px !important;
}

#slider .include-header {
	background-position: 0px !important;
}






/* 训练营列表 */
#portfolio .text-uppercase {
	min-height: 21px;
}






/* 直播列表 */
.showcase-section .showcase-target { display: none; }

.showcase-section .showcase-target.showcase-target-active { display: block; }

.showcase-section ul { list-style: none; }

.showcase-section ul li {
	display: block;
	position: relative;
	padding: 24px 0;
	cursor: pointer;
	border-top: 1px solid #F0F2F6;
}

.showcase-section ul li:first-child {
	padding-top: 0;
	border-top: 0;
}

.showcase-section ul li h3 {
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.showcase-section ul li p {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 0;
	color: #777;
}

.showcase-section ul li h3::before {
	opacity: 0;
	content: "\e77d";
	font-family: 'font-icons';
	position: absolute;
	margin-left: -20px;
	top: -2px;
	-webkit-transition: margin-left .3s ease, opacity .3s ease;
	-ms-transition: margin-left .3s ease, opacity .3s ease;
	-o-transition: margin-left .3s ease, opacity .3s ease;
	transition: margin-left .3s ease, opacity .3s ease;
}

.showcase-section ul li.showcase-feature-active h3::before {
	opacity: 1;
	margin-left: -15px;
}

.showcase-section ul li.showcase-feature-active h3 { color: var(--themecolor); }

.showcase-section .showcase-target {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	width: 100%;
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	transform: translateX(-10px);
	-webkit-transition: all .3s .1s ease;
	-o-transition: all .3s .1s ease;
	transition: all .3s .1s ease;
	-webkit-backface-visibility: hidden;
}

.showcase-section .showcase-target.showcase-target-active {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	z-index: 9;
}

.showcase-section .showcase-target:first-child { position:  relative; }

.live h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0px;
	margin-bottom: 0;
}

.live h6 {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 400;
}

@media (min-width: 992px) {

	.portfolio-item { transition: transform .3s ease; }

	.portfolio-item:hover {
		transform: translateY(-5px);
	}

}




/* 直播详情 */
.live-time .entry-overlay {
	position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(0,0,0,0.50);
    text-align: center;
    line-height: 80px;
    font-size: 1.25rem;
    color: #FFF;
    z-index: 5;
}







/* 首页 */
.index-actual a {
    line-height: 24px;
	height: 48px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-course a {
    line-height: 24px;
	height: 48px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

#teacher {
	background-color: #FFF !important;
}











/* right_nav */

.block {
	padding: 20px 0;
}

.right_nav {
	right: 0;
	bottom: 100px;
	position: fixed;
	text-align: left;
	overflow: hidden;
	z-index: 999;
}

.right_nav li {
	background: #0085cd;
	margin: 4px 0;
	padding: 10px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	cursor: pointer;
	position: relative;
	right: -70px;
}

.right_nav li .iconBox {
	text-align: center;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.right_nav li img {
	width: 30px;
	height: 30px;
}

.right_nav li h4 {
	color: #fff;
	font-size: 14px;
	margin: 2px 0;
	margin-left: 15px;
}

.right_nav li:hover {
	background: #cf1322
}

.right_nav li .hideBox {
	display: none;
	position: absolute;
	right: 120px;
	padding: 10px;
	padding-right: 15px;
	top: -10px;
	z-index: 999;
}

.right_nav li .hideBox .hb {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 10px 20px;
	border-top: 2px solid #0085cd;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	width: 180px;
}

.right_nav li .hideBox .hb h5 {
	padding: 5px 0;
	border-bottom: 2px solid #ccc;
	color: #0085cd;
	font-size: 16px;
	font-weight: 400;
	display: block;
	white-space: nowrap;
}

.right_nav li .hideBox .hb p {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 700;
}

.right_nav li .hideBox .hb .qqtalk {
	margin-top: 10px;
}

.right_nav li .hideBox .hb .qqtalk a {
	display: flex;
	align-items: center
}

.right_nav li .hideBox .hb .qqtalk img {
	width: 25px;
	height: 25px;
}

.right_nav li .hideBox .hb .qqtalk p {
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	margin-top: -5px;
	margin-left: 5px;
}

.right_nav li:nth-child(3) .hideBox img {
	width: 140px;
	height: 140px;
	margin-top: 10px;
}

.-mob-share-ui-button {
    background:none !important;
	padding:0px !important;
}




/* 职业路径 */
.entry-content p {
	color: #666;
}




/* 公共 */
.cdark {
	background-color: #212121 !important;
	color: #aaa !important;
}

.cdark a {
	color: #ccc !important;
}

#slider {
	background-repeat: no-repeat;
}

.sortlist .btn {
	color: #fff;
}


.amount {
	color: #ff0000;
}

.cart-product-thumbnail {
	border-bottom: 2px solid #333 !important;
}

.cart-product-name {
	border-bottom: 2px solid #333 !important;
}

.cart-product-subtotal {
	border-bottom: 2px solid #333 !important;
}


/* 讲师 */
.entry-meta-wrapper {
	margin: 20px;
}

.colorred {
	color: #ff0000 !important;
}

.text-light {
	color: #eee;
	font-size: 0.8rem;
}

.line-through {
	text-decoration:line-through;
}

.info {
	width: 100%;
}

.info p {
    line-height: 1;
	margin-bottom: 0px;
}






/******************************** detail ********************************/
/* 内容 */
.introduce-content {
    margin: 0 auto;
    overflow: hidden;
	font-size: 16px;
}

.introduce-content h2 {
    font-size: 24px;
	white-space: normal; 
	box-sizing: border-box; 
	margin-top: 20px; 
	margin-bottom: 10px;
}

.introduce-content .contit {
    box-sizing: border-box; 
    font-weight: 700;
    color: #333;
    border-left: 5px solid #027AFF;
    padding-left: 20px;
    line-height: 65px;
}

.cg-detail {
    width:1150px;
	margin:0 auto;
    padding-top: 10px;
    display: block;
}

.cg-detail .tit {
    width: 100%;
    height: 65px;
    padding-left: 20px;
    clear: both;
}

.cg-detail .tit span {
    color: #333;
    font-size: 18px;
    border-left: 5px solid #FF9000;
    padding-left: 20px;
    line-height: 65px;
}

.cg-detail .param {
    width: 100%;
    height: 50px;
    padding: 0px 40px;
    margin-bottom: 0px;
    margin-top: -13px;
}

.cg-detail .param li {
    font-size: 14px;
    color: #999;
    width: auto;
    height: 45px;
    line-height: 45px;
    float: left;
    margin-right: 40px;
}

.cg-detail .param li a {
    font-size: 14px;
    color: #333;
    line-height: 50px;
}

.cg-detail .param li a:hover {
    color: #ff9000;
}

.cg-detail .cg-disc {
    width: 100%;
    height: auto;
}

.cg-detail .cg-disc * {
    font-size: 14px;
}

.cg-detail .cg-disc img {
    width: 100%;
    height: auto !important;
}

.cg-disc .cg-video {
    text-align:center;
	padding-top:25px;
	padding-bottom:0px;
}

.cg-disc h3 {
    width:100%;
	text-align:center;
	color:#262626;
	font-size:48px !important;
	font-weight:300;
	margin-bottom:10px;
}

.cg-disc video {
    width:100%;
	height:auto;
}

.cg-disc .cgtit {
    overflow:hidden;
}

.cg-disc .cgtit p {
    width:100%;
	height:111px;
	text-align:center;
	color:#ffffff;
	line-height:111px;
	font-size:32px;
	background-color:#bb7738;
}

.cg-disc .cgtit strong {
    font-size:32px;
}

.cg-disc .cg-cata {
    overflow:hidden;padding:0 15px;
}

.cg-disc .cg-cata h3 {
    font-size:32px;
	font-weight:300;
	color:#2c2c2c;
	text-align:center;
	height:111px;
	line-height:111px;
	background-color:#fff;
}

.cg-disc .cg-cata strong {
    font-size:32px;
}

.cg-disc .cg-catelog-l {
    margin:5px;
	float:left;
	width:48.5%;
	height:auto;
	background-color:#f2f3f0;
	padding:15px 70px;
	box-sizing:border-box;
	position:relative;
	margin-bottom:25px;
}

.cg-disc .cg-catelog-l ul {
    font-size:18px;
	padding-top:10px;
}

.cg-disc .cg-catelog-r {
    margin:5px;
	float:right;
	width:48.5%;
	height:auto;
	background-color:#f2f3f0;
	padding:15px 70px;
	box-sizing:border-box;
	position:relative;
	margin-bottom:25px;
}

.cg-disc .cg-catelog-r ul {
    font-size:18px;
	padding-top:10px;
}

.cg-disc .cg-para h3 {
    height:111px;
	text-align:center;
	color:#ffffff;
	line-height:111px;
	font-size:32px;
	font-weight:300;
	background-color:#2c2c2c;
}

.cg-disc .cg-para strong {
    font-size:32px;
}

.cg-disc .cg-parameter{
    padding:25px 80px;
	background-color:#e5e5e5;
}

.cg-parameter .cg-parameter-detail {
	margin:0px auto;
	padding:45px 28px;
	width:100%;
	box-sizing:border-box;
	background-color:#ffffff;
}

.cg-parameter .cg-parameter-detail .cg-parameter-tl {
	width:17%;
	height:38px;
	border-right-color:#939393;
	border-bottom-color:#939393;
	border-right-width:1px;
	border-bottom-width:1px;
	border-right-style:solid;
	border-bottom-style:solid;
	display:inline-block;
	box-sizing:border-box;
}

.cg-parameter .cg-parameter-detail .cg-parameter-tl p {
	text-align:right;
	line-height:38px;
	font-size:18px;
	font-weight:600;
    margin: 0px 20px 0px 0px;
}

.cg-parameter .cg-parameter-detail .cg-parameter-lb {
	width:17%;
	border-right-color:#939393;
	border-right-width:1px;
	border-right-style:solid;
	display:inline-block;
	box-sizing:border-box;
}

.cg-parameter .cg-parameter-detail .cg-parameter-lb ul {
	text-align:right;
	line-height:30px;
	font-size:18px;
	font-weight:600;
	margin-right:24px;
}

.cg-parameter .cg-parameter-detail .cg-parameter-tr {
	width:82%;
	height:38px;
	border-bottom-color:#939393;
	border-bottom-width:1px;
	border-bottom-style:solid;
	display:inline-block;
	box-sizing:border-box;
	margin-left:-5px;
}

.cg-parameter .cg-parameter-detail .cg-parameter-tr p {
    line-height: 38px;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 0px 45px;
}	

.cg-parameter .cg-parameter-detail .cg-parameter-rb {
	width:82%;
	display:inline-block;
	box-sizing:border-box;
}

.cg-parameter .cg-parameter-detail .cg-parameter-rb ul {
	color:#9b9b9b;
	line-height:30px;
	font-size:18px;
	margin-left:40px;
}

.cg-disc .cg-har {
	overflow:hidden;
}

.cg-disc .cg-har h3 {
	font-size:32px;
	text-align:center;
	height:111px;
	line-height:111px;
	color:#ffffff;
	background-color:#2c2c2c;
	font-weight:300;
}

.cg-disc .cg-har strong {
    font-size:32px;
}

.cg-har .cg-har-tl {
	width:50%;
	float:left;
	box-sizing:border-box;
	padding:30px 30px;
	background-color:#191919;
}

.cg-har .cg-har-tl p {
	height:44px;
	line-height:80px;
	color:#ffffff;
	padding-left:15px;
}

.cg-har .cg-har-lb {
	width:50%;
	float:left;
	box-sizing:border-box;
	padding:30px 30px;
	background-color:#262626;
}

.cg-har .cg-har-lb p {
	height:44px;
	line-height:80px;
	color:#ffffff;
	padding-left:15px;
}

.cg-har .cg-har-tr {
	width:50%;
	float:left;
	box-sizing:border-box;
	padding:30px 30px;
	background-color:#262626;
}

.cg-har .cg-har-tr p {
	height:44px;
	line-height:80px;
	color:#ffffff;
	padding-left:15px;

}

.cg-har .cg-har-rb {
	width:50%;
	float:left;
	box-sizing:border-box;
	padding:30px 30px;
	background-color:#191919;
}

.cg-har .cg-har-rb p{
	height:44px;
	line-height:80px;
	color:#ffffff;
	padding-left:15px;
}

.cg-disc .cg-teac h3 {
	height:111px;
	text-align:center;
	color:#262626;
	line-height:111px;
	font-size:32px;
	font-weight:300;
}

.cg-disc .cg-teac strong {
    font-size:32px;
}

.cg-teac .cg-teacher {
	padding:45px 65px;
	background-color:#2c2c2c;
}

.cg-teac .cg-teacher img {
    width:100px !important;
    height:100px !important;
    margin-right:20px;
	float:left;
	display:inline-block;
	margin-right:30px;
}

.cg-teac .cg-teacher .cg-teacher-cont {
	width:78%;
	display:inline-block;
}

.cg-teacher .cg-teacher-cont h4 {
	color:#ffffff;
	line-height:30px;
	font-size:24px;
	margin-bottom:15px;
}

.cg-teacher .cg-teacher-cont p {
	color:#767676;
	line-height:30px;
	font-size:18px;
}

.cg-cata p {
	line-height: 1;
    margin-bottom: 0px;
}


/*new*/
.cg-process {
    position:relative;
    min-height:560px;;
}

.processimg {
	left:0px;
	top:20px;
	width:230px !important;
	position:absolute;
}

.processtitle {
	left:230px;
	top:67px;
	font-size:32px !important;
	position:absolute;
}

.processtitle2 {
	left:230px;
	top:110px;
	font-size:14px !important;
	font-weight:300;
	position:absolute;
}

.proconimg {
	left:14px;
	top:174px;
	width:46% !important;
	position:absolute;
}

.procon {
	left:50%;
	top:185px;
	position:absolute;
}

.proconico {
	width:38px !important;
	float:left;
}

.procontit {
	text-indent:0.5em;
	font-size:32px !important;
	margin-top:-4px;
	margin-bottom:7px;
}

.proconcon{
	padding:0px 50px;
	line-height:30px;
	font-size:18px !important;
}



.fbox-content h3:hover {
    color: #1ABC9C;
}


.checkbox p {
	margin-bottom:5px;
}



.amount a {
	color: #ff0000;
}


.slider-caption a {
	color: #999;
}

.slider-caption p {
	color: #999;
}






/*课程详情*/
@media (max-width: 991.98px) {

	.slider-element {
		height: 100% !important;
	}

}


#content p {
	word-wrap: break-word;
	white-space: normal !important;
}

#content th{
	color: #999;
	border: 1px solid #666;
}

#content td{
	color: #999;
	border: 1px solid #666;
}

#posts .grid-item {
	padding: 10px;
}

#posts .grid-inner {
	box-shadow: none !important;
}

section .grid-item::before {
	border-left: 0px !important;
}

section .grid-item::after {
	border-bottom: 0px !important;
}

.videot {
	width: 1210px;
    margin: 0 auto;
}


#slider .t-rotate {
	color: #ff0000 !important;
}

.course-time {
	padding-left:20px;
	color:#666;
}





/******************************** message ********************************/
.checkCover{
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(7, 17, 27, 0.6);
	z-index: 1000;
}

.alert_windows{
	display:none;
	position:fixed;
	z-index:1001;
	width:30%;
	background:#f2f7fd;
	top:30% !important;
	left:40% !important;
}

.alert_windows span{
	float:right;
	margin-right:10px;
	width:30px;
	height:30px;
	text-align:center;
	font:15px/30px Microsoft Yahei;
	cursor:pointer;
	color:#333;
	background:rgba(173, 216, 230, 0);
}

.alert_windows span:hover{
	color:#EEE;
	background:red;
}

.alert_title{
	letter-spacing: 2px;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	background: #ec2546;
	border-radius: 3px 3px 0 0;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 0;
	color: #FFFF;
}

.alert_windows img{
	max-width:360px;
	height:100%；
}

.alert_content{
	margin:10px 20px;
}


@media (max-width: 768px) {

	.alert_windows{
		display:none;
		position:fixed;
		z-index:1001;
		width:60%;
		background:#f2f7fd;
		top:30% !important;
		left:5% !important;
	}

}



/* 导航 */
.sub-menu .menu-link::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.menu-link-title {
	float:left;
}

@media (min-width: 992px) {
.sub-menu-container .menu-item > .submenu-link {
    padding: 10px 15px;
    font-weight: 700;
    border: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	}

	.sub-menu-container .menu-item:hover > .submenu-link {
	background-color: rgba(0,0,0,0.1);
    padding-left: 18px;
    color: #1ABC9C;
	}
}

.sub-menu-container .menu-item > .submenu-link {
    position: relative;
    padding: 11px 5px;
    font-size: 0.75rem;
    font-weight: 400;
    color: #666;
    letter-spacing: 0;
    font-family: 'Lato', sans-serif;
}

.menu-link {
    display: inline;
    line-height: 22px;
    padding: 14px 5px;
    color: #444;
    font-weight: 700;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.submenu-link {
    display: block;
    line-height: 22px;
    padding: 14px 5px;
    color: #444;
    font-weight: 700;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.submenu-link-title {
	color: #ccc;
	font-weight: 400;
}

.menu-item {
	margin-right: 5px;
}



@media (max-width: 976px) {
	.menu-item {
		padding: 10px;
	}

	.sub-menu .menu-item {
		padding: 3px;
	}
}


.rowmargin {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
