@charset "UTF-8";

.am-payPwd {
	display: inline-block;
	border-radius: 5px;
	padding: 10px 0;
	border: 1px solid #cccccc;
	position: relative;
	margin-left: 1px;

}

.btnF {
	background-color: rgb(135 0 0);
	color: rgb(244 244 244);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -59px;
	margin-top: -21px;
	padding: 10px 25px;
	border-radius: 6px;
	font-size: 17px;
	font-weight: 600;
}

.shortInput {
	text-align: center;
	font-size: 30px;
	float: left;
	width: 60px;
	height: 40px !important;
	color: #333;
	outline: #ff0067;
	border-right: 1px solid #eee;
	border-left: none;
	border-top: none;
	border-bottom: none;
}

.shortInput:last-child {
	border-right: 0;
}

/* 表面显示购买流程 */
.ClassPayIS {
	width: 100%;
	height: 548px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	background: #0000007d;
	font-family: PingFang SC;
	z-index: 9;
}

.ClassPayIS button:nth-child(1) {
	width: 112px;
	height: 44px;
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	font-weight: bold;
	background: linear-gradient(to right, #d3b08c 0%, #f1e0c3 100%);
	border-radius: 5px;
}

.ClassPayIS button:nth-child(2) {
	margin-left: 20px;
	width: 112px;
	height: 44px;
	border: none;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	color: white;
	font-weight: bold;
	background-color: #7a181d;
	border-radius: 5px;
}

/* 分类 */
.twoMenu {
	padding-top: 20px;
}

.twoMenu .dl {
	display: flex;
	font-size: 14px;
	font-family: PingFang SC;
	padding: 22px 35px;
	border-radius: 12px;
}

.twoMenu .dl.f16 {
	font-size: 16px;
}

.twoMenu .dl .dt {
	margin-right: 16px;
	font-weight: 500;
	line-height: 32px;
	width: 50px;
}

.twoMenu .dl .dd {
	width: 1340px;
}

.twoMenu .dl .dd a {
	margin: 0 10px 5px 0;
	min-width: 98px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #fff;
	line-height: 30px;
	color: #181818;
}

.twoMenu .dl .dd a:hover,
.twoMenu .dl .dd a.active {
	font-weight: 500;
	color: #870000;
	border-color: #870000;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.twoMenu .onlyLook {
	font-size: 14px;
	padding: 0px 57px 0px 0;
	display: flex;
	justify-content: flex-end;
}

.twoMenu .onlyLook a {
	font-family: PingFang SC;
	font-weight: 500;
	color: #181818;
	margin-right: 50px;
	display: inline-block;
}

.twoMenu .icon_only {
	width: 16px;
	height: 16px;
	background: rgba(59, 59, 59, 0);
	border: 1px solid #ACACAC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.twoMenu .icon_only.active {
	border: none;
	background: url(../img/radio-active.png) no-repeat;
}

/* 分类 */
.courseDetail {
	background: #F2F5F7;
}

.courseDetail.bg-white {
	background: #fff;
}

/* 搜索框 */
#search {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.search_box {
	width: 260px;
	height: 30px;
	outline: none;
	color: #181818;
	border: 1px solid #c8c8c8;
	border-radius: 8px;
	text-indent: 1em;
	letter-spacing: 2px;
	background-color: rgb(249, 249, 249);
	font-size: 14px;
}
input::-webkit-input-placeholder {
	color: #c8c8c8;
}


/* 仅看系列课 */
#onlyWatch{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	font-size: 14px;
}
#onlyWatch a{
	font-family: PingFang SC;
    font-weight: 500;
    color: #181818;
    margin-right: 40px;
	margin-bottom: 0;
}
#onlyWatch a:hover{
	border: none;
}



.courseDetail .bg {
	background-color: #191919;
}

.courseDetail .fullScreen {
	width: 100%;
}

.courseDetail .fullScreen .left {
	width: 100%;
}

.courseDetail .fullScreen .left .videoBox {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.courseDetail .fullScreen .videoBox dt {
	height: 660px;
}

.courseDetail .fullScreen .shrinkage {
	right: 0;
	background: url(../img/course/shrinkage-l.png) no-repeat;
}

.courseDetail .fullScreen .right {
	display: none;
}

.courseDetail .left {
	width: 973px;
}

.courseDetail .shrinkage {
	width: 15px;
	height: 88px;
	margin-top: -44px;
	position: absolute;
	right: 397px;
	top: 50%;
	background: url(../img/course/shrinkage-r.png) no-repeat;
}

.courseDetail .right {
	width: 397px;
}

.courseDetail #videoMain .right {
	background-color: #333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

.courseDetail #videoMain .right .videoPhoto {
	padding: 20px 10px 20px 35px;
	overflow: hidden;
	background-color: #333;
	margin-bottom: 1px;
}

.courseDetail #videoMain .right .videoPhoto img {
	width: 75px;
	height: 75px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
}

.courseDetail #videoMain .right .videoPhoto h4 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

.courseDetail #videoMain .right .videoPhoto p {
	font-size: 14px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #ddd;
}

.courseDetail #videoMain .right .btns {
	margin: 0 10px;
}

.courseDetail #videoMain .right .btns a {
	width: 182px;
	text-align: center;
	line-height: 47px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
}

.courseDetail #videoMain .right .btns .btn1 {
	border: 1px solid #FFFFFF;
	color: #fff;
}

.courseDetail #videoMain .right .btns .btn2 {
	background-color: #D2B697;
	color: #814400;
}

.courseDetail #videoMain .right .videoRight_tab {
	height: 34px;
	background: #000000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 3px 30px;
	margin-left: 10px;
	margin-right: 10px;
}

.courseDetail #videoMain .right .videoRight_tab1 {
	width: 210px;
	height: 34px;
	background: #000000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 3px 30px;
	margin: auto;
	margin-top: 10px;
	display: flex;
	justify-content: center;
}

.courseDetail #videoMain .right .videoRight_tab1>a>b {
	font-weight: 600;
	color: gray;
}

.courseDetail #videoMain .right .videoRight_tab a.active {
	background: #333333;
	color: #fff;
}

.courseDetail #videoMain .right .videoCatolog {
	font-size: 14px;
	color: #fff;
	background-color: #282b2c;
	/* max-height: 342px; */
	max-height: 409px;
	overflow-y: auto;
	height: 100%;
	outline: none;
}

.courseDetail #videoMain .right .videoCatolog.h420 {
	height: 416px;
	max-height: 416px;
}

.courseDetail #videoMain .right .videoCatolog .child {
	height: 100%;
	margin-left: 10px;
	margin-right: 10px;
}

.courseDetail #videoMain .right .videoCatolog .info b {
	color: #999;
}

.courseDetail #videoMain .right .videoCatolog dl {
	border-bottom: 1px solid #333;
}

.courseDetail #videoMain .right .videoCatolog dl.active dd {
	display: block;
}

.courseDetail #videoMain .right .videoCatolog dl a {
	position: relative;
	cursor: pointer;
	width: 100%;
	padding: 8px 88px 8px 40px;
	display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.courseDetail #videoMain .right .videoCatolog dl a .title {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 2px;
	line-height: 130%;
}

.courseDetail #videoMain .right .videoCatolog dl a .time {
	color: #ACACAC;
	font-size: 12px;
	display: flex;
}

.courseDetail #videoMain .right .videoCatolog dl a .time .gray {
	color: #7B7B7B;
}

.courseDetail #videoMain .right .videoCatolog dl a .iconPlay {
	display: none;
}

.courseDetail #videoMain .right .videoCatolog dl a .iconParse {
	display: none;
}

.courseDetail #videoMain .right .videoCatolog dl a.active,
.courseDetail #videoMain .right .videoCatolog dl a:hover {
	background-color: #464646;
}

.courseDetail #videoMain .right .videoCatolog dl a.active .title,
.courseDetail #videoMain .right .videoCatolog dl a:hover .title {
	-webkit-line-clamp: 10;
}

.courseDetail #videoMain .right .videoCatolog dl a:hover .iconPlay {
	display: none;
}

.courseDetail #videoMain .right .videoCatolog dl a:hover .iconParse {
	display: none;
}

.courseDetail #videoMain .right .videoCatolog dl a.active {
	border-width: 2px;
}

.courseDetail #videoMain .right .videoCatolog dl a.active .iconParse {
	display: none;
}

.courseDetail #videoMain .right .videoCatolog dl a.active .iconPlay {
	display: inline-block;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
}

.courseDetail #videoMain .right .videoCatolog dl a.hasClick {
	color: #999;
}

.courseDetail #videoMain .right .videoCatolog dl a.lock::before,
.courseDetail #videoMain .right .videoCatolog dl a .lock {
	background-size: contain;
	width: 12px;
	height: 13px;
	position: absolute;
	content: '';
	right: 24px;
	top: 50%;
	margin-top: -6px;
}

.courseDetail #videoMain .right .videoCatolog dl a .o-label-pay,
.courseDetail #videoMain .right .videoCatolog dl a .o-label-vip {
	margin-right: 10px;
	font-weight: 100;
	vertical-align: baseline;
}

.courseDetail #videoMain .right .videoCatolog dt {
	color: #fff;
	padding-left: 22px;
	position: relative;
	border-bottom: 1px solid #333;
	line-height: 45px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.courseDetail #videoMain .right .videoCatolog dt.active::after {
	transform: rotate(90deg);
}

.courseDetail #videoMain .right .videoCatolog dt::after {
	background: url(../img/icon-arrow-r-white.png) no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	position: absolute;
	content: '';
	right: 2px;
	top: 50%;
	margin-top: -7.5px;
	transition: height 0.5s;
}

.courseDetail #videoMain .right .videoCatolog dd {
	display: none;
}

.courseDetail #videoMain .right .videoCatolog .allfont {
	align-items: center;
}

.courseDetail #videoMain .right .videoCatolog .fixedIcon {
	position: absolute;
	top: 5px;
	right: 5px;
}

.courseDetail #videoMain .right .videoCatolog .fixedIcon img {
	height: 20px;
}

.courseDetail #videoMain .right .freeState {
	width: 46px;
	line-height: 27px;
	background: #870000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
	text-align: center;
	color: #fff;
}

.courseDetail #videoMain .right .info {
	padding: 16px 0 0 46px;
	line-height: 26px;
}

.courseDetail #videoMain .right .data {
	padding: 10px 0;
}

.courseDetail #videoMain .right .data li {
	color: #fff;
	display: flex;
	justify-content: space-between;
	line-height: 52px;
	padding-left: 14px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.courseDetail #videoMain .right .data li.active,
.courseDetail #videoMain .right .data li:hover {
	background-color: #464646;
}

.courseDetail #videoMain .right .data li b {
	width: 200px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.courseDetail #videoMain .right .data li a {
	width: 26px;
	height: 26px;
	margin-right: 12px;
	display: inline-block;
	background: url(../img/course/icon-down.png) no-repeat;
}

.courseDetail #videoMain .right .studyLoad {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #464646;
	height: 52px;
	padding: 0 20px;
	box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.3);
}

.courseDetail #videoMain .right .studyLoad p {
	margin-bottom: -5px;
	margin-top: 10px;
	font-size: 14px;
}

.courseDetail #videoMain .right .studyLoad p b {
	color: #fff;
}

.courseDetail #videoMain .right .studyLoad p strong {
	color: #fff;
	font-weight: normal;
}

.courseDetail #videoMain .right .studyLoad .bar {
	width: 357px;
	height: 8px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #313131;
	display: inline-block;
	overflow: hidden;
}

.courseDetail #videoMain .right .studyLoad .bar span {
	height: 8px;
	background: #0980FD;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: block;
}

.courseDetail .main .o-tab {
	display: inline-block;
	background-color: #EFEFEF;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}

.courseDetail .main .o-tab a {
	padding: 0 22px;
	color: #ACACAC;
}

.courseDetail .main .o-tab a.active {
	color: #181818;
	font-weight: normal;
}

.courseDetail .main .messageTit {
	/* color: #7B7B7B;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	font-size: 13px; */

	color: #000000;
	padding-bottom: 5px;
	font-size: 18px;
}

.courseDetail .main .subTit {
	color: #870000;
	padding: 18px 0;
	text-align: center;
}

.courseDetail .main .related {
	width: 337px;
}

.courseDetail .main .related .o-image-text-tb li .image .o-label {
	right: inherit;
	left: 12px;
}

.courseDetail .main .related .o-image-text-tb li h2 {
	margin-bottom: 0;
}

.courseDetail .main .related .o-image-text-tb li h2::after {
	display: none;
}

.videoBox {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	font-size: 14px;
	color: #ACACAC;
}

.videoBox dt {
	height: 548px;
	position: relative;
}

.videoBox dt .coverPic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.videoBox dt .iconPlay {
	width: 52px;
	height: 52px;
	display: inline-block;
	background: url(../img/course/play.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.videoBox dd {
	background: #26262B;
	height: 70px;
	padding: 0 30px;
}

.videoBox dd .l {
	width: 50%;
}

.videoBox dd .l h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
}

.videoBox dd .l p {
	color: #ACACAC;
}

.videoBox dd .l i {
	width: 33px;
	height: 21px;
	margin-left: 10px;
}

.videoBox dd .r span {
	padding: 5px 15px;
	border-radius: 5px;
}

.videoBox dd .r .downWork {
	background: linear-gradient(to right, #cf0844 0%, #6e0117 100%);
	padding: 5px 15px;
	border-radius: 5px;
}

.videoBox dd .r .goShare {
	width: 82px;
	text-align: center;
	display: inline-block;
	line-height: 35px;
	border: 1px solid #FE6436;
	color: #FE6436;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	position: relative;
}

.videoBox dd .r .goShare b {
	position: absolute;
	line-height: 19px;
	background: #FE6436;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	padding: 0 7px;
	right: -24px;
	top: -10px;
	color: #fff;
	font-size: 12px;
}

.videoBox dd .r .icon-share {
	margin-right: 5px;
	width: 15px;
	height: 15px;
	background: url("../images/../img/course/icon-share.png") no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.order-true {
	background-color: #F2F5F7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}

.order-true .o-pop-head {
	line-height: 54px;
	background: #870000;
	position: relative;
}

.order-true .o-pop-head h1 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.order-true .o-pop-head .close {
	font-size: 28px;
	color: #fff;
	position: absolute;
	padding: 0 17px;
	top: 0;
	right: 0;
}

.order-true .o-pop-head .back {
	font-size: 28px;
	color: #fff;
	line-height: 50px;
	position: absolute;
	padding: 0 17px;
	top: 0;
	left: 0;
}

.order-true .o-box,
.order-true .o-pop-cont .o-image-text-tb li,
.order-true .o-pop-cont .chooseCoupons,
.order-true .o-pop-cont .pay,
.order-true .o-pop-cont .payPrice {
	background: #FFFFFF;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.order-true .o-pop-cont {
	padding: 20px 90px;
}

.order-true .o-pop-cont.showScroll {
	overflow-y: auto;
	max-height: 500px;
}

.order-true .o-pop-cont .o-image-text-tb {
	margin-left: 0;
	margin-right: 0;
	/* display: block;
      flex-wrap: inherit;  */
}

.order-true .o-pop-cont .o-image-text-tb li {
	margin: 0;
	padding: 20px;
	width: 586px;
	/* height: 180px;  */
}

.order-true .o-pop-cont .o-image-text-tb li .image {
	width: 243px;
	/* height: 136px; */
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	float: left;
	margin-right: 20px;
}

.order-true .o-pop-cont .o-image-text-tb li h2 {
	text-align: left;
	/* padding-top: 30px;  */
}

.order-true .o-pop-cont .o-image-text-tb li h2::after {
	display: none;
}

.order-true .o-pop-cont .o-image-text-tb li p {
	text-align: left;
}

.order-true .o-pop-cont .o-image-text-tb li p span {
	font-size: 14px;
}

.order-true .o-pop-cont .o-image-text-tb li .tb-b h3 {
	width: 100%;
	font-size: 0.18rem;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.order-true .o-pop-cont .o-image-text-tb li .tb-b .LR-b {
	width: 100%;
}

.order-true .o-pop-cont .openVip {
	height: 74px;
	padding: 15px;
	background: linear-gradient(225deg, #EBD09E 0%, #BE925C 100%);
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.order-true .o-pop-cont .openVip .l h3 {
	font-size: 16px;
	font-weight: bold;
}

.order-true .o-pop-cont .openVip .l a {
	font-size: 12px;
	color: #333;
	margin-top: 6px;
}

.order-true .o-pop-cont .openVip .l i {
	font-size: 12px;
	margin-left: 4px;
}

.order-true .o-pop-cont .openVip .r {
	font-size: 18px;
	color: #6E2020;
	cursor: pointer;
}

.order-true .o-pop-cont .openVip .r span {
	font-size: 14px;
}

.order-true .o-pop-cont .openVip .r i {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: rgba(5, 208, 103, 0);
	border: 1px solid #7B7B7B;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: 5px;
}

.order-true .o-pop-cont .openVip .r i.active {
	border: none;
}

.order-true .o-pop-cont .chooseCoupons {
	height: 60px;
	padding: 0 15px;
}

.order-true .o-pop-cont .chooseCoupons .r {
	color: #7B7B7B;
}

.order-true .o-pop-cont .pay {
	padding: 0 15px 25px;
}

.order-true .o-pop-cont .pay h3 {
	padding: 15px 0;
	font-weight: bold;
}

.order-true .o-pop-cont .pay a {
	color: #181818;
}

.order-true .o-pop-cont .pay a.active .radio {
	background: url(../img/public/radio-active.png) no-repeat;
	border: none;
}

.order-true .o-pop-cont .pay a .radio {
	width: 16px;
	height: 16px;
	background: rgba(5, 208, 103, 0);
	border: 1px solid #707070;
	border-radius: 8px;
	display: inline-block;
}

.order-true .o-pop-cont .pay a img {
	margin-left: 10px;
	margin-right: 10px;
}

.order-true .o-pop-cont .pay a b {
	font-size: 12px;
	color: #870000;
}

.order-true .o-pop-cont .payPrice {
	padding: 0 15px 25px;
}

.order-true .o-pop-cont .payPrice h3 {
	padding: 15px 0;
	font-weight: bold;
}

.order-true .o-pop-cont .payPrice p {
	margin-bottom: 15px;
}

.order-true .o-pop-cont .payPrice p:last-child {
	margin-bottom: 0;
}

.order-true .o-pop-cont .payPrice p b {
	color: #870000;
}

.order-true .o-pop-cont .tip {
	padding: 0 15px 25px;
}

.order-true .o-pop-cont .tip h3 {
	padding: 15px 0 10px;
	font-weight: bold;
}

.order-true .o-pop-cont .btn {
	width: 274px;
	line-height: 54px;
	background: #870000;
	color: #fff;
	font-size: 16px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	display: inline-block;
}

.order-true .o-pop-cont .couponList {
	min-height: 400px;
}

.order-true .o-pop-cont .couponList li {
	width: 586px;
	height: 101px;
	margin-bottom: 20px;
	background: url(../img/course/coupon-bg.png) no-repeat;
}

.order-true .o-pop-cont .couponList li .l {
	color: #fff;
	margin-left: 55px;
}

.order-true .o-pop-cont .couponList li .choose {
	width: 56px;
	line-height: 31px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.11);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #F13A12;
	display: inline-block;
	text-align: center;
	margin-right: 30px;
}

.payCodeBg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.payCode {
	width: 399px;
	min-height: 399px;
	background: #FFFFFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: absolute;
}

.payCode .close {
	color: #ACACAC;
	font-size: 22px;
	position: absolute;
	right: 16px;
	top: 16px;
}

.payCode .order-nub {
	color: #ACACAC;
}

.payCode .code {
	width: 160px;
	height: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.payCode .info {
	margin-top: 5px;
	color: #ACACAC;
}

.yes {
	height: 378px;
	color: #fff;
	text-align: center;
	background: url(../img/paySuccess/bg.png) repeat-x center 0;
}

.yes .icon-gou {
	font-size: 65px;
}

.yes .btns a {
	width: 182px;
	line-height: 47px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin: 0 15px;
	color: #fff;
}

.btn3 {
	color: #cbcbcb;
}

.btn3:hover {
	color: red;
}

.yes .btn1 {
	border: 1px solid #FFFFFF;
}

.yes .btn2 {
	background-color: #870000;
	border-color: #870000;
}

.yes .code span {
	padding: 10px;
	margin-top: 5px;
	display: inline-block;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.yes .code span img {
	width: 116px;
	height: 116px;
}

.mt130 {
	margin-top: 130px;
}

.PayOf {
	background: linear-gradient(to right, #B6093D 0%, #7F0019 100%);
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	padding: 2px 9px;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
}

/* 不可复制 */
.noselect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

#boxscroll .catalogue .active dd a .fixedIcon .freeState:nth-child(2) {
	display: none;
}

#boxscroll .catalogue .active dd a:hover .fixedIcon .freeState:nth-child(2) {
	display: block;
}

#messgValue {
	color: rgba(220, 212, 212, 0.6);
	position: absolute;
	font-size: 18px;
	z-index: 9;
	white-space: nowrap;
}

/* 训练营 */
.trainDesct .left {
	text-align: center;
	overflow: hidden;
}

.trainDesct .left img {
	width: 100%;
}

#showMesg {
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	border-radius: 5px;
	padding: 10px 15px;
	position: absolute;
	left: 50%;
	top: 57%;
	margin-left: -92px;
}

#showMesgs {
	display: block;
	width: 358px;
	height: 100px;
	line-height: 100px;
	background-color: #ffffffeb;
	color: black;
	font-weight: 600;
	font-size: 17px;
	text-align: center;
	border-radius: 15px;
	display: none;
}

.hourName {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.courseDetail #videoMain .right .videoCatolog dl a:hover .hourName {
	display: block;
}