@charset "utf-8";

/* 封面图 */
.course-cover{
	position: relative;
	padding-left: 600px;
    min-height: 365px;
    padding-bottom: 20px;
}
.course-cover .img-left, .course-cover .img-left-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 365px;
}
.course-cover .banner-cover {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 1;
    left: 0;
    top: 0;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B315151B', endColorstr='#B315151B');
}
.course-cover .banner-cover>div {
    vertical-align: middle;
    display: inline-block;
}
.course-cover .banner-cover-live{
	margin-top: 130px;
}
.course-cover .banner-cover-play {
    display: inline-block;
    color: #fff;
    margin-bottom: 15px;
}
.course-cover .banner-cover-play i{
	font-size: 70px;
}
.course-cover .banner-cover-live-tips {
    font-size: 20px;
    vertical-align: middle;
}

.course-cover .text-right{
	width: 570px;
	min-height: 365px;
	float: right;
}
.course-cover .book-title{
	font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
	word-wrap: break-word;
    white-space: pre-wrap;
}
.course-cover .title-main {
    vertical-align: middle;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
}
.course-cover .title-main .section-status-btn{
	color: #fff;
    font-size: 14px;
    padding: 2px 4px;
    background-color: #17a2b8;
    border-radius: 2px;
    font-style: normal;
    vertical-align: 2px;
}
.course-cover .course-info {
    color: #999;
	font-size: 14px;
    margin-bottom: 15px;
}
.course-cover .course-info .icon-study-eye{
	display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    vertical-align: -4px;
    background-image: url(../images/icon-eye-16.png);
    background-repeat: no-repeat;
}
.course-cover .course-info .line-item {
    line-height: 30px;
    float: left;
}
.course-cover .course-info .icon-sep {
	display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    background: #ddd;
    float: left;
    margin: 8px 20px 0;
}

/* 分享样式 */
.item-share {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    color: #999;
}
.item-share .hover-tips {
    display: none;
    position: absolute;
    background: #fff;
    top: -34px;
    left: -50px;
    text-align: center;
    border-radius: 4px;
    padding: 0 5px;
    font-size: 12px;
    z-index: 5000;
}
.item-share .tips-share {
    bottom: -36px;
    top: auto;
    left: -30px;
    padding: 2px 6px;
    width: 125px;
    font-size: 0;
    border: 1px solid #e5e5e5;
}
.item-share .tips-share:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 6px solid #e5e5e5;
    border-left: 6px dashed transparent;
    border-right: 6px dashed transparent;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
}
.item-share .tips-share li:first-child {
    margin-left: 0;
}
.share-qq, .share-qzone, .share-wechat, .share-sina {
    background: url('../images/lesson-share-icon.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 30px;
	cursor: pointer;
}
.share-qq {
    background-position: -5px -3px;
}
.share-qzone {
    background-position: -36px -3px;
}
.share-wechat {
    background-position: -66px -3px;
}
.share-sina {
    background-position: -98px -3px;
}
.btn-favorite {
    color: #999;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.sale-btn {
    display: block;
    position: relative;
    margin-left: 15px;
    height: 30px;
    margin-top: -3px;
    cursor: pointer;
}
.sale-icon {
    display: inline-block;
    width: 35px;
    height: 40px;
    position: absolute;
    top: -10px;
    background: url('../images/icon-lesson-sale.png') center top;
    background-size: cover;
}
.sale-content {
    display: inline-block;
    padding: 0 8px 0 18px;
    margin: 6px 0 0 14px;
    height: 24px;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    background: #ff6923;
    border-radius: 0 12px 12px 0;
    -webkit-border-radius: 0 12px 12px 0;
    -moz-border-radius: 0 12px 12px 0;
    -ms-border-radius: 0 12px 12px 0;
    -o-border-radius: 0 12px 12px 0;
}
.course-class{
	margin-top: 25px;
}
.course-class .class-content {
    border: 1px solid #e4e4e4;
    padding: 5px 15px 6px;
    position: relative;
}
.class-content .hidden-clip {
    clip: inherit;
    color: #404040;
    top: -14px;
    font-size: 14px;
    background: #fff;
    line-height: 25px;
    padding: 0 9px;
    position: absolute;
}
.course-class .class-content .class-date {
	font-size: 14px;
	padding-top: 10px;
}

/* 分享微信二维码 */
.qrcode-container {
	background: #f3f6f9;
	width: 300px;
	height: 600px;
	border-color: #cecece;
	border-width: 2px;
	border-radius: 50px;
	padding: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -177px;
	margin-top: -335px;
	z-index: 10000;
}

.qrcode-container .qrcode-top {
	margin-top: 43px;
	width: 60px;
	height: 10px;
	margin-left: 120px;
	background: #cecece;
	border-radius: 4px;
	margin-bottom: 25px;
	background: url('../images/lesson-wechat-qrcode.png') no-repeat -6px -10px
}

.qrcode-container .qrcode-center {
	border: 1px solid #cecece;
	width: 282px;
	height: 420px;
	text-align: center;
	background: #fff;
	margin-left: 8px
}

.qrcode-container .qrcode-bottom {
	margin-left: 116px;
	margin-top: 16px;
	width: 64px;
	height: 64px;
	border: 0;
	background: url('../images/lesson-wechat-qrcode.png') no-repeat -2px -26px
}

.qrcode-center .qc-top {
	height: 53px;
	line-height: 53px;
	vertical-align: middle;
	margin: 42px 50px 24px
}

.qrcode-center .qc-top div {
	display: inline-block;
	vertical-align: middle;
	zoom: 1
}

.qrcode-center .qc-top .qct-title {
	font-size: 28px;
	margin-left: 20px
}

.qrcode-center .qc-center {
	width: 190px;
	height: 190px;
	margin-left: 45px;
	overflow: hidden;
	position: relative;
	margin-top: 70px;
	z-index: 10
}
.qrcode-center .qc-bottom {
	margin-top: 35px;
	height: 50px;
	line-height: 25px;
	padding: 0 24px;
	font-size: 16px;
	text-align: center
}

/* 分享赚钱 */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#80000000', endColorstr='#80000000');
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
	display: none;
}
.modal {
    position: fixed;
    display: none;
    background: #fff;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    font-size: 14px;
    z-index: 9999;
}
.modal .modal-hd {
    line-height: 30px;
    color: #fff;
    background: #e9511b;
    border-radius: 4px 4px 0 0;
}
.sale-modal.modal .modal-hd .hd-tt {
    font-size: 16px;
}
.sale-modal.modal .modal-hd .hd-tt, .sale-modal.modal .modal-hd .btn-close {
    background: #fff;
    border-top: 3px solid #e9511b;
    color: #999;
    line-height: 16px;
    padding: 16px 16px 0;
}
.sale-modal.modal .modal-hd .btn-close {
    width: 16px;
    height: 16px;
}
.modal .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    color: #B4E8E8;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}
.modal .modal-bd--padding {
    padding: 30px 40px;
}
.sale-url-wrapper h3 {
    text-align: center;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
}
.sale-url-wrapper h3 .hd-highlight {
    color: #F4621F;
}
.sale-url-wrapper .sale-desc {
    font-size: 14px;
    color: #777;
    text-align: center;
    line-height: 20px;
    margin: 8px 0 32px;
}
.sale-url-wrapper .url-card-wrapper {
    height: 164px;
}
.sale-url-wrapper .url-card-info {
    float: left;
    width: 368px;
    height: 190px;
    background: #eee;
}
.sale-url-wrapper .url-card-tt {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 40px;
}
.sale-url-wrapper h3 {
    text-align: center;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
}
.sale-url-wrapper .url-card-info .url-string {
    display: block;
    float: left;
    width: 260px;
    height: 28px;
    margin: 0 8px 0 16px;
    padding: 0 8px;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 27px;
    box-sizing: border-box;
}
.sale-url-wrapper .url-card-info .btn-copy {
    float: left;
    cursor: pointer;
    width: 68px;
    line-height: 28px;
    background-color: #e9511b;
    color: #fff;
    font-size: 14px;
    padding: 0;
}
.sale-url-wrapper .url-card-info .gray-wordings {
    margin-top: 7px;
    font-size: 12px;
    line-height: 12px;
    color: #ddd;
}
.sale-url-wrapper .url-card-info-qrcode {
    margin-left: 16px;
}

.sale-url-wrapper .url-card-info-qrcode .url-card-tt {
    margin-bottom: 16px;
}
.sale-url-wrapper .url-card-tt {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 40px;
}
.sale-url-wrapper h3 {
    text-align: center;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
}
.sale-url-wrapper .url-card-info .url-qrcode {
    width: 110px;
    height: 110px;
    border: 4px solid #fff;
    display: block;
    float: left;
    margin: 0 10px 0 30px;
}
.sale-url-wrapper .url-card-info .qrcode-tip {
    float: left;
    height: 40px;
    width: 183px;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 0;
}
.modal .modal-ft {
    padding: 20px;
    text-align: right;
}
.modal .modal-ft .btn-default, .modal .modal-ft .btn-weak {
    line-height: 36px;
    width: 100px;
}

/* 限时折扣 */
.activity-banner {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    background: url('../images/activity-banner.png') right top no-repeat #e4393c;
    overflow: hidden;
    zoom: 1;
	margin-top: 5px;
}
.lesson_appoint{
	background: url('../images/lesson_appoint_bg.png') right top no-repeat #fe862d;
}
.activity-type strong {
    font-size: 16px;
    color: #ffe134;
    font-weight: 400;
}
.activity-type .clock{
	font-size: 20px;
    vertical-align: middle;
    color: #ffe134;
}
.activity-message {
    float: right;
    color: #fff;
    font-size: 14px;
}
.activity-message i{
    font-style: normal;
}
.activity-message span{
	font-size:14px;
	color:#fff;
	width:22px;
	background:#443b3b;
	margin:0 4px;
	line-height:24px;
	border-radius:2px;
	display:inline-block;
	text-align:center;
}

/* 课程价格 */
.course-price {
    background-color: #f4f4f4;
    margin-top: 10px;
    color: #666;
}
.course-price .summary-price-wrap {
    padding: 5px 0;
    background: #f3f3f3;
}
.course-price .summary-price-wrap .summary-price {
    position: relative;
}
.course-price .summary-price .dt {
    float: left;
	font-size: 13px;
    padding-left: 10px;
    font-family: simsun;
	line-height: 34px;
    color: #999;
}
.course-price .summary-price .dd {
    margin-left: 70px;
}
.course-price .summary-price .p-price {
    color: #E4393C;
    font-family: "microsoft yahei";
    margin-right: 10px;
}
.course-price .summary-price .p-price span {
    font-size: 16px;
}
.course-price .summary-price .p-price .price {
	display: inline;
	font-weight: bold;
	font-size: 22px;
    color: #e4393c;
}
.course-price .summary-price .p-price .market-price {
	text-decoration: line-through;
    font-size: 14px;
    color: #666;
    top: -3px;
    margin-left: 5px;
    position: relative;
}
.oper-bar {
    margin-top: 30px;
}
.oper-bar a{
	position: relative;
	font-size: 18px;
    width: 130px;
    line-height: 45px;
    margin-right: 20px;
}
.oper-bar .btn-buyvip .btn-buyvip-tip, .oper-bar .btn-buyteacher .btn-buyteacher-tip{
	display: none;
    font-size: 13px;
    width: 170px;
    padding: 10px;
    font-style: normal;
    position: absolute;
    top: -68px;
    left: -38px;
    color: #fff;
    line-height: 18px;
    background-color: rgb(0,0,0,0.75);
    border-radius: 15px;
}
.oper-bar .btn-buyvip .btn-buyvip-tip:after, .oper-bar .btn-buyteacher .btn-buyteacher-tip:after{
	content: "";
    width: 0;
    height: 0;
    border-top: 8px solid rgb(0,0,0,0.75);
    border-left: 8px dashed transparent;
    border-right: 8px dashed transparent;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -6px;
}

.btn-default {
    background-color: #e9511b;
    color: #fff;
}
.btn-buylesson {
    background-color: #e4393c;
    color: #fff;
}
.btn-buyvip {
    background-color: #D7B262;
    color: #fff;
}
.btn-buyteacher, .btn-common {
    background-color: #12a7ff;
    color: #fff;
}
.btn-sellout {
    background-color: #7D7D7D;
    color: #fff;
}
.btn-default, .btn-weak, .oper-bar a{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    border: 0;
    user-select: none;
}

/* 课程规格 */
.class-content .class-date .a-item {
    height: 30px;
    border: 1px solid #eaeaea;
    line-height: 27px;
    font-size: 13px;
    color: #232326;
    float: left;
    padding: 0 15px;
    margin: 3px 0 10px 10px;;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 69px;
    max-width: 98%;
    box-sizing: border-box;
    text-align: center;
}
.class-content .class-date .a-item.selected {
    border: 1px solid #f23030;
    color: #f23030;
}


/* 开通VIP */
.buyvip-wrapper {
	display: none;
	width: 896px;
	max-height: 590px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #fff;
	margin-left:-448px;
	z-index: 9999;
}
.buyvip-header {
	position: relative;
	height: 80px;
	background: url(../images/lesson_buyvip_bg.jpg) left top no-repeat
}

.buyvip-header .btn_close {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 9px;
	top: 22px;
	color: #c78800;
}
.buyvip-header .btn_close .icon-close{
	font-size: 22px;
	vertical-align: -12px;
}

.buyvip_mod_user {
	position: relative;
	padding: 15px 0 0 21px;
	color: #d28712
}
.buyvip_mod_user .info {
	margin-top: 17px;
}
.buyvip_mod_user .info .title {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}
.buyvip_mod_combo {
	position: relative;
	padding: 10px 0px 10px 22px;
	border-bottom: #efefef 1px solid;
}
.buyvip_mod_combo .combo_list_wp {
	width: 100%;
    max-height: 410px;
    overflow-y: auto;
    padding-top: 16px;
}
.buyvip_mod_combo .list_item {
	display: inline-block;
	position: relative;
	width: 190px;
	height: 192px;
	border: 2px solid #eee;
	border-radius: 6px;
	box-shadow: 0 0 1px 0 rgba(210,210,210,.35);
	margin: 0 16px 16px 0;
	text-align: center;
	cursor: pointer
}
.buyvip_mod_combo .list_item .title {
	font-size: 18px;
	color: #666;
	margin-top: 19px
}
.buyvip_mod_combo .list_item .price {
	font-family: ttzt;
	color: #f1bd41;
	font-size: 15px;
	font-weight: 700;
	margin-top: 3px;
	text-indent: -8px
}
.buyvip_mod_combo .list_item .price .em {
	font-size: 35px;
	font-weight: 700;
	font-style: normal;
}
.buyvip_mod_combo .list_item .desc {
    font-size: 13px;
    color: #505050;
    line-height: 22px;
}
.buyvip_mod_combo .list_item .desc a{
	color: #ca9b36;
}
.buyvip_mod_combo .list_item .desc .icon-information{
	color: #D7B262;
}
.buyvip_mod_combo .list_item .selected {
	display: none;
	position: absolute;
	right: 0;
	bottom: -2px;
	background-image: url(../images/lesson_buyvip_selected.png);
    background-position: 0 0;
    width: 41px;
    height: 39px;
}
.buyvip_mod_combo .list_item .discount_tips{
	display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    background-image: url(../images/vip-discount-icon.png);
}
.buyvip-wrapper .open-button{
	padding: 15px 0;
	text-align: center;
}
.buyvip-wrapper .open-button a {
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
		text-align: center;
		border: 0;
		position: relative;
		font-size: 15px;
		width: 100px;
		line-height: 36px;
		margin-right: 40px;
}
.buyvip-wrapper .open-button .btn-buyvip-confirm{
	background-color: #D7B262;
	color: #fff;
}
.buyvip-wrapper .open-button .btn-buyvip-cancel{
	background-color: #b7b7b7;
	color: #fff;
}


/* 播放视频框-章节列表 */
.section-course-video {
    padding:0;
    background: #fff;
    min-height: 400px;
}
.inner-center {
	width: 1200px;
    box-sizing: border-box;
	margin-left: auto;
    margin-right: auto;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.videotext-course {
    width: 100%;
}
.videotext-course .section-study {
    width: 100%;
    font-size: 0;
}
.videotext-course .study-video-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 870px;
    height: 490px;
    position: relative;
    background-color: #000;
}
.videotext-course .study-video-wrapper .password-wrap{
	width:100%;
	height:220px;
	background-color: black;
}
.videotext-course .study-video-wrapper .password-wrap .enter-password{
	font-size: 18px;
	color: white;
	text-align: center;
	display: block;
	margin: 160px auto 30px auto;
}
.videotext-course .study-video-wrapper .password-wrap input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background-color: rgba(255, 255, 255, 0.2);
	width: 200px;
	border-radius: 3px;
	padding: 5px 7px;
	margin: 0 auto 10px auto;
	display: block;
	text-align: center;
	font-size: 16px;
	color: white;
	font-weight: 260;
}
.videotext-course .study-video-wrapper .password-wrap button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	background-color: white;
	border: 0;
	margin: 20px auto;
	padding: 5px 15px;
	color: #666;
	border-radius: 3px;
	width: 80px;
	font-size: 16px;
	display: block;
}
.videotext-course .cover-img {
    display: block;
    width: 100%;
    height: 100%;
	border: 0;
    vertical-align: middle;
}
.videotext-course .study-video-wrapper--gray::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
}
.videotext-course .task-list-wrapper {
    display: inline-block;
    vertical-align: top;
    height: 490px;
    width: 330px;
    background-color: #131313;
    font-size: 12px;
    position: relative;
}
.videotext-course .task-list-wrapper::before {
    content: '';
    z-index: 1;
    width: 310px;
    height: 16px;
    background-color: #131313;
    background: linear-gradient(to top,rgba(19,19,19,.5) 0,#131313 50%);
    position: absolute;
    top: 0;
    left: 0;
}
.videotext-course .study-task-list, .videotext-course .coding-tasklist {
    box-sizing: border-box;
    height: 100%;
    padding: 10px 16px;
    overflow: auto;
    color: #c7c7c7;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
}
.videotext-course .sub-section:last-child {
    margin-bottom: 0;
}
.videotext-course .sub-section::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: -16px;
    background-color: rgba(244,244,244,.1);
}
.videotext-course .sub-section {
    margin-top: 16px;
    margin-bottom: 32px;
    position: relative;
}
.videotext-course .sub-section--tt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.videotext-course .task-item {
    margin-top: 16px;
    display: block;
    color: #c7c7c7;
    cursor: pointer;
}
.videotext-course .task-item-prefix {
    float: left;
	margin-top: 3px;
}
.videotext-course .task-item-type {
    display: block;
    box-sizing: border-box;
    width: 30px;
    height: 16px;
    line-height: 16px;
    background-color: #777;
    border-radius: 2px;
    text-align: center;
    color: #0f0f0f;
    font-size: 12px;
    position: relative;
    top: 1px;
    padding-left: 1px;
}
.videotext-course .task-item-tt {
    margin-left: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.videotext-course .task-item-text {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.videotext-course .task-item-tt:hover {
    color: #e9511b !important;
}

.videotext-course .section-active h5, .videotext-course .section-active .task-item-suffix, .videotext-course .section-active .task-item-suffix .free-play-box, .videotext-course .task-item-text:hover, .videotext-course .task-item-suffix:hover{
	color: #e9511b;
}
.videotext-course .section-active .task-item-suffix .free-play-box{
	border: 1px solid #e9511b;
}

.videotext-course .task-item-suffix {
    font-size: 12px;
    margin-top: 10px;
    line-height: 16px;
    display: inline-block;
}
.videotext-course .task-item-suffix .free-play-box{
    position: relative;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    padding: 0 3px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    vertical-align: inherit;
    text-indent: 0;
}
.videotext-course .task-item-suffix .free-play-box .icon-play1{
	font-size: 12px;
}
.videotext-course .section-bottom {
    width: 100%;
    min-height: 92px;
    padding: 14px 16px;
    box-sizing: border-box;
    background-color: #232323;
}

.videotext-course .course-info .right-icon-sign{
	position: absolute;
    right: 85px;
    top: 8px;
}
.videotext-course .course-info .right-icon-goods{
	position: absolute;
    right: 10px;
    top: 8px;
}
.videotext-course .course-info .right-icon-goods img, .videotext-course .course-info .right-icon-sign img{
	width: 40px;
	height: 40px;
}


.videotext-course .course-action {
    float: right;
    margin: 7px 5px;
    min-width: 293px;
    text-align: center;
    position: relative;
}
.videotext-course .course-action .btn-join, .videotext-course .course-action .btn-backlesson {
    border: 0;
    outline: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
	display: block;
    border-radius: 0;
}

.btn-default, .btn-primary, .btn-weak, .btn-outline, .btn-card {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    border-radius: 2px;
    border: 0;
    user-select: none;
}
.videotext-course .course-action .btn-join{
	color: #fff;
	background-color: #e4393c;
}
.videotext-course .course-action .btn-backlesson{
	color: #fff;
	background-color: #12a7ff;
}

.videotext-course .course-action .btn-join .icon-cart, .videotext-course .course-action .btn-backlesson .icon-back-o{
	font-size: 24px;
}
.videotext-course .course-info {
	position: relative;
    max-width: 850px;
}
.videotext-course .course-title {
    font-size: 22px;
    line-height: 32px;
}
.videotext-course .course-title .title-free {
    color: #ff4f23;
    display: inline-block;
    margin-left: 12px;
    vertical-align: top;
}
.videotext-course .course-title .title-free .asking-price{
    font-style: normal;
	font-size:14px;
}
.videotext-course .course-title h3 {
    color: #f4f4f4;
    display: inline-block;
    max-width: 780px;
    vertical-align: top;
}
.videotext-course .course-hints {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
}
.videotext-course .course-hints .line-item {
    display: inline-block;
    margin-right: 32px;
    color: rgba(255,255,255,.5);
    vertical-align: middle;
}
.videotext-course .course-hints .hint-data {
    padding-left: 6px;
}
.videotext-course .course-hints .item-contact, .videotext-course .course-hints .item--share {
    cursor: pointer;
    padding: 6px 0;
}
.videotext-course .course-hints .line-item {
    display: inline-block;
    margin-right: 32px;
    color: rgba(255,255,255,.5);
    vertical-align: middle;
}

.videotext-course .study-video-wrapper .cover{
	width: 100%;
    height: 390px;
	background-size: cover;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-time{
    top: 16px !important;
    height: 28px !important;
    font-size: 15px !important;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-time i{
	font-size: 22px !important;
	color: #888 !important;
    vertical-align: -1px;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar{
	bottom: 4px !important;
    right: 9px !important;
    width: 14px !important;
    height: 60px !important;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume{
	width: 14px !important;
}

/* 课程章节信息 */
.content {
	float: left;
	width: 860px;
	padding: 0 20px 30px;
    background: #fff;
    box-sizing: border-box;
}
.lessons-tt-bar {
    height: 45px;
    margin-bottom: 20px;
    margin-left: -20px;
}
.lessons-tt-bar:after {
    clear: both;
}
.lessons-tt-bar .lessons-tt.active {
    color: #e9511b;
    border-top-color: #e9511b;
}
.lessons-tt-bar .lessons-tt {
	font-weight: normal;
    border-top: 3px solid #fff;
    line-height: 50px;
    padding: 0 40px;
    font-size: 16px;
    float: left;
    cursor: pointer;
}
.section-content{
	color: #e9511b;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
	font-weight: bold;
}
.intro-course {
    overflow: hidden;
}
.intro-course div, .intro-course p, .intro-course span {
    max-width: 100%;
    box-sizing: border-box;
}
.content img {
    max-width: 100%;
}

/* 课程目录 */
.task-part-item {
    margin-bottom: 10px;
}
.task-part-item .task-part-hd {
    height: 40px;
    line-height: 40px;
    height: 40px;
    position: relative;
	padding-top: 5px;
    margin-bottom: 20px;
}
.task-part-item .part-tt {
    font-size: 16px;
    font-weight: 700;
}
.task-task-list .task-task-item {
    position: relative;
    line-height: 50px;
    padding-left: 53px;
    display: block;
    width: 100%;
    color: #333;
    box-sizing: border-box;
    background-color: #f4f4f4;
    margin-bottom: 20px;
}
.task-task-list .task-task-item .exam-img{
	position: absolute;
    left: 3px;
    top: 3px;
    width: 75px;
    border-radius: 5px;
}
.task-task-list .task-task-item .exam-title{
	margin-left: 35px;
}
.task-task-list .task-task-item .task-tt-text, .task-task-list .section-active, .task-task-list .section-active .tt-suffix, .task-task-list .section-active i{
	color: #e9511b !important;
}
.task-task-list .task-task-item .item-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 53px;
    text-align: center;
    font-size: 26px;
    color: #999;
}
.task-task-list .task-task-item .task-tt-text, .aside-recommend h4{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
}
.task-task-list .task-task-item .tt-suffix {
    color: #999;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

/* 关联商品 */
.goods-warp {
	margin: 0 18px;
}
.goods-warp .gl-item {
	width: 242px;
    height: 325px;
    float: left;
    position: relative;
	margin-right: 25px;
    z-index: 1;
    margin-top: 15px;
    border: 1px #eee solid;
}
.goods-warp .gl-item:nth-child(3n){
	margin-right: 0;
}
.goods-warp .gl-item .gl-i-wrap {
    width: 220px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: #fff;
    border: 1px solid #fff;
    padding: 10px 10px 0 10px;
    transition: border-color .1s ease;
}
.goods-warp .gl-item .p-img {
    height: 220px;
    padding: 0;
    margin-bottom: 15px;
    position: relative;
}
.goods-warp .gl-item .p-img a {
    display: block;
    position: relative;
    overflow: hidden;
}
.goods-warp .gl-item .p-img .picon {
	display: none;
    position: absolute;
    overflow: hidden;
    width: 220px;
    height: 220px;
    top: 0;
    right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}
.goods-warp .gl-item .p-price {
    position: relative;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    width: 100%;
    margin: 0 0 8px;
}
.goods-warp .gl-item .p-price strong {
    float: left;
    margin-right: 10px;
    color: #e4393c;
    font-size: 16px;
	font-weight: 400;
    font-family: Verdana;
}
.goods-warp .gl-item .p-name {
    height: 40px;
    margin-bottom: 8px;
    overflow: hidden;
}
.goods-warp .gl-item .p-name a{
	line-height: 20px;
    color: #666;
    font-size: 13px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 课程评价 */
.evaluation-info {
    margin-bottom: 32px;
    padding: 24px 32px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(7,17,27,.1);
    border-radius: 12px;
    overflow: hidden;
}
.evaluation-info .evaluation-title {
	color: #676767;
    line-height: 22px;
    font-weight: 700;
    font-size: 16px;
}
.evaluation-info .evaluation-score {
    padding-left: 16px;
    font-size: 32px;
    font-weight: 700;
    color: #ff9a01;
    line-height: 40px;
}
.evaluation-info ul {
    text-align: right;
	padding-top: 8px;
}
.evaluation-info ul li {
    padding-left: 50px;
    display: inline-block;
}
.evaluation-info ul li span {
    padding-left: 10px;
    position: relative;
    top: 3px;
    font-size: 24px;
    color: #f90;
    line-height: 24px;
}
.f-rc-list{
	padding-top: 18px;
    float: right;
}
.f-radio{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 20px;
    cursor: pointer;
}
.f-radio.checked .icon-radio {
    background-position: 0 -23px;
}
.icon-radio{
    float: left;
    width: 18px;
    height: 18px;
    background: url('../images/lesson_content_checked.png') no-repeat;
    margin-right: 5px;
    margin-top: 1px;
    cursor: pointer;
}
.comment-list .comment-item {
    position: relative;
    padding: 20px 20px 20px 100px;
    border-top: 1px solid #e5e5e5;
}
.comment-list .comment-item .item-left {
    position: absolute;
    width: 80px;
    text-align: center;
    top: 20px;
    left: 0;
}
.comment-list .comment-item .user-avatar {
    border-radius: 50%;
}
.content img {
    max-width: 100%;
}
.comment-list .comment-item .item-right {
    position: relative;
}
.comment-list .comment-item .item-right .evaluate-icon{
    padding-bottom: 5px;
}
.comment-list .comment-item .item-right .evaluate-icon i{
	font-style: normal;
    vertical-align: 4px;
    padding-left: 6px;
}
.comment-list .comment-item .comment-bd, .comment-reply .reply-item .reply-bd{
    word-wrap: break-word;
    white-space: pre-wrap;
}
.comment-list .comment-item .comment-bd {
    margin-bottom: 10px;
}
.comment-ft {
    color: #999;
}
.comment-list .comment-ft+.comment-reply {
    margin-top: 20px;
    margin-bottom: -20px;
}
.comment-reply .reply-item {
    padding: 20px 0;
    position: relative;
    border-top: 1px dashed #e5e5e5;
}
.comment-reply .reply-item.item-agency .reply-bd, .comment-reply .reply-item.item-agency .reply-tt {
    color: #ae8651;
}
.comment-reply .reply-item .reply-tt {
    font-weight: 400;
}


.aside-right {
    float: right;
    width: 330px;
    box-sizing: border-box;
    margin-left: -330px;
}
.aside-blocks {
    padding: 0 30px 20px;
    background-color: #fff;
}
.aside-block {
    padding: 20px 0;
}
.block-agency .agency-tt {
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
}
.block-agency .tt-cover-url {
    position: absolute;
    top: 0;
    left: 0;
}
.block-agency .tt-cover-url a img {
	border-radius: 50%;
}
.block-agency .tt-cover-name {
    margin-left: 84px;
    min-height: 64px;
}
.block-agency .tt-cover-name .tt-link {
    padding: 10px 0 0;
    display: block;
}
.block-agency .tt-cover-name .all-lesson{
	font-size: 12px;
    color: #666;
}
.block-agency .tt-cover-name .all-lesson .icon-information {
	vertical-align: -2px;
    color: #e9511b;
}
.block-agency .tt-link {
    color: #e9511b;
    line-height: 26px;
}
.agency-summary {
	font-size: 14px;
    margin-top: 20px;
}
.agency-summary img{
	max-width: 100%;
}
.aside-block {
    border-top: 1px solid #e5e5e5;
}
.aside-block:first-child{
	border-top: none;
}
.block-contact {
    padding-bottom: 15px;
}
.aside-block .block-tt {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
}
.contact-list li {
    position: relative;
    padding-left: 20px;
    margin-right: 5px;
    margin-bottom: 20px;
}
.contact-list li i {
    font-size: 22px;
	color: #eb764d;
	vertical-align: -2px;
}
.contact-list .item-tt {
	color: #888;
    font-weight: bold;
    padding-left: 2px;
}
.contact-list .remark{
	color: #999;
	font-size: 13px;
	padding-top: 5px;
}
.contact-list .teacher-weixin {
	display: none;
	width: 200px;
    right: 73px;
    top: 25px;
    border: 1px solid #e8e8e8;
	position: absolute;
    z-index: 7;
	background: #fff;
	cursor: default;
	padding: 15px 10px;
	text-align: center;
}
.contact-list .teacher-weixin img{
	width: 180px;
}

/* 图文章节试读 */
.article-free{
	display: block;
    height: 125px;
    margin-top: -125px;
    left: 0;
    position: absolute;
    width: 100%;
    background-image: linear-gradient(to top,#fff,rgba(255,255,255,.95),rgba(255,255,255,.7),rgba(255,255,255,.1));
}
.article-free .more{
	font-size: 18px;
    display: block;
    margin-top: 38px;
    text-align: center;
    color: #e9511b;
}
.article-free .more > i{
	font-size: 24px;
	vertical-align: -4px;
}

/* 重写右侧为您推荐 */
.course-card-item{
	width: 254px;
}
.course-card-item .item-tt{
	height: auto;
	max-height: 40px;
}

/* 强制关注公众号 */
.force-contact-main {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(0,0,0,.75);
    z-index: 99999;
    line-height: 1;
}
.force-contact-content_new {
	position: absolute;
    width: 400px;
    height: 400px;
    padding-top: 20px;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 8px;
    line-height: 1;
    left: 50%;
    margin-left: -200px;
    top: 25%;
}

.force-contact-content_new .force-contact-tips {
	font-size: 17px;
	color: #151516;
	margin: 21px auto;
	font-weight: 700
}

.force-contact-content_new .force-contact-desc {
	font-size: 14px;
	color: #58595b;
	margin-bottom: 8px;
	margin-right: 4px
}

.force-contact-content_new .receive-red-packet-contact-touch {
	position: absolute;
	width: 280px;
	height: 280px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

/* 直播倒计时 */
.live-count-down{
	position: absolute;
    top: 82px;
    width: 500px;
    height: 200px;
    left: 50px;
    border-radius: 35px;
    background-color: rgba(0,0,0,0.7);
    z-index: 999;
}
.live-count-down .live-title{
	display: block;
	text-align: center;
    color: #fff;
    font-size: 32px;
    margin: 20px auto;
}
.live-count-down .countdown-main {
    margin-left: auto;
    margin-right: auto;
    width: 266px;
    height: 44px;
    margin: 10px auto;
    display: block;
}
.live-count-down .live-timmer {
	display: block;
	text-align: center;
    color: #333;
    font-weight: 700;
}
.live-count-down .countdown-main .timmer_unit {
    position: relative;
    float: left;
    width: 75px;
    height: 42px;
    text-align: center;
    background-color: #D1211E;
    margin-right: 20px;
    color: white;
    font-size: 30px;
}
.live-count-down .countdown-main .timmer_unit:last-child{
	 margin-right: 0;
}
.live-count-down .countdown-main .timmer_unit:after {
    content: ":";
    display: block;
    position: absolute;
    right: -20px;
    font-weight: bolder;
    font-size: 18px;
    width: 20px;
    height: 100%;
    top: 0;
}
.live-count-down .countdown-main .timmer_unit{
	content: "";
}
.live-count-down .countdown-main .timmer_second:after{
	content: none;
}
.live-count-down .live-tips{
	display: block;
    margin-top: 24px;
    font-size: 20px;
    color: white;
    text-align: center;
}

.chat_wrap li{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    padding: 0 5px;
    font-size: 14px;
    position: relative;
	color: #fff;
	border-bottom: 1px solid #16171a;
}
.chat_wrap li .chat_title{
	display: inline-block;
    padding: 10px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.chat_wrap li .chat_title .online_num{
	color: #b4bccc;
}
.chat_wrap li .chat_title .online_num i{
	font-style: normal;
}

/* 直播课程交流区 */
.chat_tips{
	text-align: center;
    margin-top: 200px;
    font-size: 16px;
    color: #b9b9b9;
}
.chat_tips .login-btn{
    background: #409fff;
    text-align: center;
    line-height: 28px;
    border-radius: 25px;
    font-size: 14px;
    position: relative;
    color: #fff;
    padding: 5px 12px;
}
.chat_list{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 0;
}
.chat_list > li{
    height: 498px;
    color: #999!important;
    overflow-y: auto;
    overflox-x: hidden;
}
.chat_list .wrap{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
	position: relative;
}
.chat_list .wrap .comment-list {
    padding: 10px;
    height: 345px;
    overflow-y: auto;
}
.chat_list .wrap .comment-list::-webkit-scrollbar {
	width: 8px;
	height:8px;
}
.chat_list .wrap .comment-list::-webkit-scrollbar-track-piece {
	background-color: #2d2f33;
}
.chat_list .wrap .comment-list::-webkit-scrollbar-thumb {
	background-color: #C1C1C1;
	background-clip: padding-box;
	min-height: 28px; 
}

.live-swiper-pagination{
	width: auto !important;
    background: rgba(0,0,0,.2);
    font-size: 12px;
    position: absolute;
    z-index: 20;
    height: 20px;
    padding: 0 10px;
    border-radius: 10px 0 0 10px;
    color: #fff;
    line-height: 20px;
	bottom: 0 !important;
}

.chat_list .wrap .comment-list .history_message{
	text-align: center;
	margin-bottom: 10px;
}
.chat_list .wrap .comment-list .award_message{
    border-radius: 10px;
    height: 20px;
    padding: 0 10px;
    color: #dedede;
    -webkit-align-items: center;
    align-items: center;
    margin: 12px auto;
    cursor: pointer;
}
.chat_list .wrap .comment-list .award_message img {
    margin-right: 5px;
    width: auto;
    height: 14px;
    vertical-align: -3px;
}
.chat_list .comment-list > li{
    margin-bottom: 15px;
}
.chat_list .user-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #2d2f33;
}
.chat_list .user-content{
    min-height: 40px;
    overflow: hidden;
}
.chat_list .user-name{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 4px;
}
.chat_list .user-name-width{
	max-width: 180px;
    height: 16px;
    overflow: hidden;
}
.chat_list .user-name span{
    display: inline-block;
    font-size: 12px;
    color: #969696;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.chat_list .user-name span .teacher_ident{
	background: -webkit-linear-gradient(left,#ffb131,#f9c556);
    background: linear-gradient(90deg,#ffb131,#f9c556);
    color: #fff!important;
    border-radius: 4px;
    padding: 1px 4px;
    font-style: normal;
}
.chat_list .other-user-txt,.chat_list .myself-txt{
	color: #000;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.5em;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
	white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}
.chat_list .other-user-txt{
    background: #9EEA6A;
}
.chat_list .myself-txt{
    background: #fbfbfb;
}
.chat_list .send-comment{
	position: relative;
    height: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border-top: 1px solid #16171a;
}
.send-comment-txt{
    background: #2d2f33;
    width: 270px;
    float: left;
}
.send-comment-txt textarea{
    outline: none;
    border: 0;
    width: 250px;
    height: 60px;
    padding: 10px;
    background: #2d2f33;
    resize: none;
    display: block;
    font-size: 14px;
    color: #b4bccc;
}
.send-comment-btn{
	cursor: pointer;
    background: #409fff;
    margin-top: 45px;
    overflow: hidden;
    text-align: center;
    line-height: 28px;
    border-radius: 999em;
    display: block;
    font-size: 14px;
    position: relative;
    color: #fff;
    right: -4px;
    padding: 1px 12px;
}

.video-live-error{
	display: none;
	z-index: 101;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image:url('../../../public/images/video-live-error.jpg');
	background-size: cover;
}
.verify_wrap_shade{
	width: 870px;
    height: 490px;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 2;
}
.verify_wrap{
	position: absolute;
    width: 404px;
    height: 252px;
    background: #fff;
    top: 119px;
    left: 233px;
	z-index: 3;
}

/* award */
.icon_award,.icon_image{
	position: absolute;
    bottom: 12px;
    right: 40px;
    z-index: 100;
    cursor: pointer;
}
.icon_image{
	right: 5px;
}
.icon_award img,.icon_image img{
	width: 24px;
    height: 24px;
}
.award_wrap {
	display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow-y: auto;
}
.award_wrap_mask {
    width: 100%;
    background: rgba(0,0,0,.68);
    height: 100%;
    margin: 0 auto;
}
.award_body_contain {
    position: absolute;
    left: 0;
    top: 30%;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.award_body {
    margin: auto;
	position: relative;
}
.award_body_window {
    width: 500px;
    background: #fff;
    border-radius: 12px;
    position: relative;
	margin: 0 auto;
}
.award_reward_avatar {
    background: url(../images/award_reward_avatar_bg.png) no-repeat;
    width: 112px;
    background-size: 100% 70%;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    background-position: top 8px center;
}
.award_reward_avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.award_reward_info {
    border-radius: 12px 12px 0 0;
    height: 100px;
    background: #f44336;
    background-image: url(../images/award_reward_info_bg.png);
    background-size: 100% 100%;
}
.award_reward_info, .public_flex-center__3yHlA {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.award_reward_info {
    -webkit-flex-direction: column;
    flex-direction: column;
}
.award_reward_info-name {
    font-size: 18px;
	margin-top: 25px;
    color: #fff;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
}
.award_reward_info-desc {
    font-size: 15px;
    color: #ffbcbc;
    margin-top: 7px;
}
.award_reward_button {
    padding: 15px 24px;
    box-sizing: border-box;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: 170px;
}
.reward_reward-button__24Keg {
    min-width: 71px;
    position: relative;
}
.award_reward__item {
    display: inline-block;
    background: #fff;
    border-radius: 20px;
    color: #ff5a31;
    line-height: 38px;
    user-select: none;
    height: 38px;
    outline: none;
    border: 1px solid #ff5a31;
    box-sizing: border-box;
    width: 30%;
    margin: 12px 3.3% 12px 0;
    padding: 0 8px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	font-size: 16px;
}
.award_reward__item .award_amount{
	width: 100%;
	color: #ff5a31;
    border-radius: 50px;
    height: 25px;
    font-size: 16px;
    text-align: center;
}
.award_body_window .btn_award_wrap{
	padding-bottom: 36px;
	text-align: center;
}
.award_body_window .btn_award_wrap .btn_award{
	text-align: center;
    font-size: 15px;
    background: #f76c62;
    color: #FFF;
    padding: 10px 50px;
    border-radius: 10px;
}
.award_reward_close {
    position: absolute;
    right: 10px;
    top: 12px;
	cursor: pointer;
}
.award_reward_close img {
    width: 24px;
    height: 24px;
}

/* 课件网盘下载 */
.document-pan-wrap {
    padding: 10px 10px 15px 10px;
    font-size: 13px;
    border-radius: 10px;
    background-color: #fdffe8;
    box-shadow: 0 0 1px #b5b5b5;
	margin-bottom: 20px;
}
.document-pan-wrap .doucument-pan-item{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
}
.document-pan-wrap .doucument-pan-item .item-content-text{
    width: 88%;
    height: 72px;
    color: #7e7e7e;
    padding: 5px 10px;
    border: 1px #d6d6d6 solid;
    border-radius: 15px;
    display: -webkit-box;
}
.document-pan-wrap .doucument-pan-item .btn-copy{
    width: 70px;
    text-align: center;
    color: #459edb;
    border: 1px #459edb solid;
    border-radius: 25px;
    line-height: 25px;
    vertical-align: 1px;
}
.document-pan-wrap .document-pan-tips{
    text-align: center;
    margin-top: 15px;
    padding: 6px;
    font-size: 16px;
	font-weight: bold;
	color: #666;
    border: 1px #ff9042 dashed;
}