@charset "utf-8";
/**/

/*头部视频  start*/
.show_top {
    width: 100%;
    min-height: 692px;
    background: url(../../../images/training-centre/show/show_images.png) no-repeat center #1C262D;
    background-size: auto 100%;
    position: relative;
}

.show-section-title {
    position: absolute;
    width: 700px;
    margin: auto;
    left: 0;
    right: 0;
    top: 15px;
    color: #fff;
    font-size: 18px;
}

.show-video {
    width: 100%;
    height: 506px;
    position: relative;
}

.show-video video {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.show-video .video-btns {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 2;
}

.show-video .video-btns.trial-btn {
    background: none;
    z-index: 2;
}

.show-video .video-play {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 66px;
    height: 66px;
    margin: auto;
    background: url(../../../images/training-centre/play-white.svg) no-repeat center;
    background-size: 66px 66px;
    z-index: 1;
}

.show-video .video-btns.play-btn .video-play {
    width: 100%;
    height: 100%;
}

.show-video .video-trial {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50px;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0);
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 0;
}

.show-video .video-btns:hover .video-trial {
    width: 140px;
    color: rgba(255, 255, 255, 1);
}

.show-video.trial .video-trial {
    display: none;
}

.show-video .audio-playing {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    z-index: 1;
    background: url(../../../images/training-centre/show/playing.svg) no-repeat center;
    background-size: 100% auto;
    display: none;
}

/* 头部视频  end*/

/* 视频详情  start*/
.show_content {
    width: 100%;
    height: 200px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.show_content_top {
    width: 100%;
    height: 65px;
}

.show-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 38px;
    float: left;
}

.show-video-price {
    width: 103px;
    height: 28px;
    background-color: #ff7800;
    color: #fff;
    line-height: 28px;
    float: left;
    text-align: center;
    border-radius: 5px;
    margin: 37px 0px 0px 10px;
}

.show-video-price .item-price-span {
    font-size: 14px;
}

.credit {
    color: #666;
    font-size: 14px;
    margin: 41px 0px 0px 26px;
    float: left;
}

.show-video-played-num {
    float: right;
    font-size: 14px;
    margin: 41px 0px 0px 26px;
}

.show-video-played-num span {
    color: #2590db;
    font-size: 14px;
}

.show_content_bottom {
    width: 100%;
    height: 135px;
}

.show_content_bottom_l {
    width: 940px;
    float: left;
}

.show_content_bottom_l_top {
    width: 100%;
    height: 60px;
}

.show_content_bottom_l_top .preside {
    font-size: 16px;
    color: #333;
    margin: 36px 0px 0px 0px;
    justify-content: flex-start;
    float: left;
}

.show_content_bottom_l_top .preside img {
    margin: 0px 12px -3px 0px;
}

.show_content_bottom_l_top .preside_intro {
    color: #666;
    font-size: 16px;
    margin: 36px 0px 0px 64px;
    float: left;
}

.show_content_bottom_l_bottom {
    width: 100%;
    height: 75px;
}

.show_content_bottom_l_bottom .item-price {
    font-size: 20px;
    color: #ff0000;
    margin: 21px 0px 0px 0px;
    float: left;
}

.show_content_bottom_l_bottom .show-video-time {
    color: #666;
    font-size: 14px;
    margin: 26px 0px 0px 96px;
    float: left;
}

.show_content_bottom_l_bottom .show-video-time img {
    margin: 0px 10px -2px 0px;
}

.show_content_bottom_r {
    width: 260px;
    float: right;
}

.attend p {
    text-align: center;
}

/* 视频详情  end*/


/*课程介绍 & 课程目录 & 评论*/
.show_importance {
    width: 100%;
    background-color: #f7f7f7;
    overflow: hidden;
    padding-bottom: 50px;
}

.show_importance_c {
    width: 100%;
    border: 1px solid #eee;
    margin-top: 30px;
    background-color: #fff;
    padding-bottom: 30px;
}

.show_importance_top {
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #E7E7E7;
}

.show_importance_ul {
    font-size: 0;
}

.show_importance_ul li {
    width: 146px;
    height: 70px;
    display: inline-block;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    position: relative;
}

.show_importance_ul>li:last-child {
    border-right: none;
}

.show_importance_ul>li.cur:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    border-bottom: 4px solid #20b09f;
    box-sizing: border-box;
}

/* 课程介绍 */
.show_importance_ul_two {
    width: 1120px;
    margin: 28px 0px 0px 40px;
}

.show_importance_ul_two>.show_importance_ul_two_div {
    width: 100%;
    position: relative;
}

.kecheng_introduce_top {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #e5e5e5
}

.show_importance_ul_two_div p {
    font-size: 14px;
}

.kecheng_introduce_top p {
    font-size: 18px;
    color: #000;
    margin-top: 45px;
    font-weight: bold;
}

.kecheng_introduce_top p a {
    font-weight: normal;
    text-decoration: underline;
}

/*课程目录*/
.kecheng_catalogue {
    width: 100%;
}

.kecheng_catalogue li {
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
}

.kecheng_catalogue li .p_one {
    line-height: 56px;
    color: #666;
    font-size: 14px;
    float: left;
}

.kecheng_catalogue li .p_two {
    float: left;
    margin-left: 8px;
    background: url(../../../images/training-centre/show/bofang.png) no-repeat center;
    width: 18px;
    height: 18px;
    margin-top: 20px;
}

.kecheng_catalogue li .p_two a {
    display: block;
    width: 100%;
    height: 100%;
}

.kecheng_catalogue li .p_two img {
    margin: 0px 6px -3px 0px;
}

.kecheng_catalogue li:hover .p_one {
    color: #20b09f;
}

.kecheng_catalogue li:hover .p_two {
    background: url(../../../images/training-centre/show/bofang-play.png) no-repeat center;
    transition: all .3s ease;
}

.kecheng_catalogue li:hover .div_three {
    transition: all .10s ease;
    display: block;
}

.kecheng_catalogue li .div_three {
    width: 118px;
    height: 35px;
    background: #ff7800;
    position: absolute;
    right: 0px;
    top: 10px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    cursor: pointer;
    display: none;
}

/*课程目录分页*/
.kecheng_catalogue-pager {
    position: absolute;
    right: 0px;
    top: -68px;
}

/*评论分页*/
.pinglun-pager {
    margin: 30px 0 10px;
    justify-content: flex-end;
}


.show-block {
    justify-content: space-between;
    align-items: flex-start;
}

.show-video-info {
    width: 480px;
    height: 500px;
    background-color: #F2F2F2;
    box-sizing: border-box;
    padding: 22px 0;
    position: relative;
}

.show-video-info .item-p {
    font-size: 16px;
    margin-bottom: 8px;
    padding: 0 20px;
}

.show-video-info-in {
    height: 80px;
    box-sizing: border-box;
    padding: 10px 0;
    align-items: flex-start;
    margin: 10px 20px 0;
    border-top: 1px dashed #ccc;
    font-size: 16px;
}

.show-video-info-p {
    justify-content: flex-start;
    font-size: inherit;
}

.show-video-from {
    justify-content: flex-end;
    margin-top: 20px;
    font-size: 14px;
}

.show-video-from .show-video-info-p {
    margin-left: 30px;
}

.show-video-info-in span {
    color: #666;
    font-size: inherit;
    margin-right: 50px;
    display: inline-block;
    box-sizing: border-box;
    height: 21px;
    line-height: 21px;
}

.show-video-info-in span:last-of-type {
    margin-right: 0;
}

.show-video-info-in .show-video-duration {
    padding-left: 25px;
    background: url(../../../images/training-centre/show/time.svg) no-repeat left center;
}

.show-video-info-in .show-video-comment {
    padding-left: 25px;
    background: url(../../../images/training-centre/show/comment.svg) no-repeat left center;
}

/* .show-video-info-in .show-video-played-num {
    padding-left: 25px;
    background: url(../../../images/training-centre/show/play.svg) no-repeat left center;
} */

.item-p-s {
    margin: 10px 0;
    padding: 0 20px;
    font-size: 12px;
    color: #666;
    line-height: 22px;
    max-height: 132px;
    overflow: auto;
    text-align: justify;
}

/* .show-video-info .item-btn {
    position: absolute;
    right: 20px;
    bottom: 22px;
    z-index: 1;
}

.show-video-info .item-btn a {
    font-size: 16px;
    width: 110px;
    height: 40px;
    line-height: 38px;
} */

/**/

.show-comment {
    margin-bottom: 52px;
}

.show-comment-block {
    background-color: #fff;
}

.show-comment-top {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.show-comment-title {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 26px;
    background: url(../../../images/training-centre/show/comment-title.svg) no-repeat left center;
}

.show-comment-textarea {
    box-sizing: border-box;
    width: 100%;
    height: 120px;
    padding: 10px;
    border: 1px solid #E5E5E5;
    background-color: #F9F9F9;
    display: block;
    resize: vertical;
    overflow: auto;
    white-space: pre-wrap;
    color: #666;
}

.show-comment-btn {
    margin-top: 17px;
    text-align: right;
}

.show-comment-btn button {
    width: 120px;
    height: 38px;
}

.show-comment-controls {
    padding: 0 40px 16px;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
    margin-top: 20px;
}

.show-comment-sort {
    width: 160px;
    height: 30px;
}

.show-comment-sort .sort-a {
    flex: 1;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    line-height: 28px;
    height: 30px;
}

.show-comment-sort .sort-a:first-of-type {
    border-right: none;
}

.show-comment-sort .sort-a:last-of-type {
    border-left: none;
}

.show-comment-sort .sort-a.cur {
    border-color: #20B09F;
    background-color: #20B09F;
    color: #fff;
}

.show-comment-pager .page-current {
    color: #666;
}

.show-comment-pager a {
    width: 50px;
    height: 30px;
    border: 1px solid #E5E5E5;
    margin-left: 11px;
    background: no-repeat center;
}

.show-comment-pager a:hover {
    border-color: #bbb;
}

.show-comment-pager .page-prev {
    background-image: url(../../../images/training-centre/show/page-prev.svg);
}

.show-comment-pager .page-next {
    background-image: url(../../../images/training-centre/show/page-next.svg);
}

.show-comment-list {
    padding: 0 0 45px;
}

.show-comment-list li {
    border-bottom: 1px dashed #eee;
    padding: 28px 0;
}

.show-comment-list .list-photo {
    width: 48px;
    height: 48px;
}

.show-comment-list .list-info {
    flex: 1;
    margin: 0 24px;
}

.show-comment-list .list-top {
    justify-content: space-between;
    max-width: 1022px;
}

.show-comment-list .list-info .list-nickname {
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
}

.show-comment-list .list-info .list-txt {
    color: #666;
    line-height: 22px;
    text-align: justify;
    margin-top: 10px;
}

.show-comment-list .list-date {
    font-size: 12px;
    color: #999;
    margin-left: 20px;
}

/**/

/* .show-video-price {
    height: 52px;
    background-color: #FC590A;
    color: #fff;
    line-height: 52px;
    padding: 0 20px;
    margin: 20px 0;
} */

/* .show-video-price .item-price-span {
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
} */

.show-video-price .item-price {
    font-size: 16px;
}

/* 详情页改造 */

.show-top-info {
    padding: 40px 0 19px;
    justify-content: space-between;
}

.show-top-info-title {
    font-size: 20px;
    color: #eee;
    max-width: 750px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.show-top-info-r {
    color: #999;
}

.show-top-info-r .show-duration {
    padding-left: 24px;
    background: url(../../../images/training-centre/show/time1.svg) no-repeat left center;
}

.show-top-info-r .show-ori-price {
    margin-left: 30px;
}

.show-top-info-r .show-top-info-video-price {
    margin-left: 30px;
    background-color: #FF7800;
    color: #fff;
    font-size: 16px;
    padding: 3px 16px;
    border-radius: 4px;
}

.show-top-video {
    align-items: stretch;
}

.show-top-video-l {
    width: 900px;
}

.show-video-add-1 {
    background-color: #242D33;
    justify-content: space-between;
    padding: 0 30px;
    font-size: 12px;
    color: #999;
    height: 46px;
}

.show-video-add-2 {
    height: 60px;
    justify-content: flex-start;
    color: #999;
}

.show-video-speaker-name {
    padding-left: 26px;
    background: url(../../../images/training-centre/show/speaker2.png) no-repeat left center;
    white-space: nowrap;
}

.show-video-speaker-des {
    margin-left: 50px;
    white-space: normal;
}

.show-top-video-r {
    flex: 1 1 auto;
    width: 0;
    background-color: #212B31;
}

.show-speaker {
    height: 96px;
    background-color: #29333A;
    justify-content: flex-start;
}

.show-speaker-photo {
    margin: 0 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.show-speaker-photo img {
    background-color: #192228;
    width: 100%;
    height: 100%;
}

.show-speaker-name {
    color: #ccc;
    font-size: 16px;
    padding-left: 26px;
    background: url(../../../images/training-centre/show/speaker.png) no-repeat left center;
}

.show-speaker-scan {
    color: #999;
    margin-top: 10px;
}

.show-section-list {
    height: 370px;
}

.show-sec-title {
    height: 50px;
    line-height: 46px;
    padding: 0 20px;
    color: #ccc;
    font-size: 16px;
}

.show-sec-span {
    position: relative;
    padding-bottom: 7px;
}

.show-sec-span:after {
    content: "";
    position: absolute;
    width: calc(100% - 4px);
    height: 2px;
    background-color: #20B09F;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.show-section-ul {
    height: calc(100% - 50px);
    position: relative;
    overflow-y: hidden;
}

.show-section-ul li {
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    position: relative;
}

.show-section-ul li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ccc;
    left: 24px;
    top: 0;
}

.show-section-ul li:first-child:before {
    height: 50%;
    top: 50%;
}

.show-section-ul li:last-child:before {
    height: 50%;
}

.show-section-ul li:only-child:before {
    display: none;
}

.show-section-ul li:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #212B31;
}

.show-section-ul .active:after {
    background-color: #192228;
}

.show-section-ul li a {
    color: #999;
    display: block;
    max-width: 100%;
    position: relative;
}

.show-section-ul li a>p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.show-section-ul .active {
    background-color: #192228;
}

.show-section-ul .active a,
.show-section-ul li a:hover {
    color: #20B09F;
}

.show-btns {
    text-align: center;
    position: relative;
    height: 48px;
    margin-top: 10px;
}

.show-btns .btn-orange {
    width: 220px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    background-color: #FF8B47;
}

.show-btns .btn-orange:hover {
    background-color: #d36f34;
}

.show-btns .attend {
    transition: all .3s ease;
    width: 220px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.show-section-ul .iScrollVerticalScrollbar {
    position: absolute;
    width: 4px;
    height: 100%;
    right: 0;
    top: 0;
    background: #29333A;
    z-index: 1;
    border-radius: 0;
    display: none;
}

.show-section-ul .iScrollIndicator {
    border-radius: 0;
    background: #48535A;
    cursor: pointer;
}

.show-price {
    height: 20px;
    align-items: flex-end;
    line-height: 20px;
}

.show-price .show-ori-price {
    color: #999;
}

.show-price .show-cur-price {
    color: #999;
    font-size: 14px;
    margin-left: 20px;
}

.show-price .show-cur-price .price-em {
    color: #FF7800;
    font-size: 24px;
}

/* tooltip */

.show-section-ul .tooltip-container {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #212B31;
    z-index: 1;
    color: #eee;
    white-space: pre-wrap;
    display: none;
}

.pop-up,
.pop-eappQR {
    background-color: #fff;
    position: fixed;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
    padding: 20px;
    box-shadow: 1px 1px 24px 0px;
    width: 380px;
}

.pop-up>div {
    font-size: 16px;
    color: #333;
    line-height: 1.6em;
}

.pop-up p span {
    color: #20b09f;
    margin-left: 10px;
}

.pop-up .button {
    width: 80px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    float: right;
    margin: 20px 0 0;
    cursor: pointer;
}

.pop-eappQR .img-block {
    height: 280px;
}

.pop-eappQR .close {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.pop-eappQR .close:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 25px;
    background-color: #999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotateZ(45deg);
}

.pop-eappQR .close:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: #999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotateZ(45deg);
}

/**/

.show-comment-list .list-comment {
    justify-content: space-between;
    align-items: flex-start;
}

.show-comment-list .list-reply {
    padding-left: 72px;
}

.show-comment-list .list-reply-item {
    background-color: #F7F7F7;
    padding: 20px 20px;
    position: relative;
    margin-top: 24px;
}

.show-comment-list .list-reply-item:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 12px solid;
    border-color: transparent transparent #F7F7F7;
    left: 30px;
    top: -24px;
}

.show-comment-list .list-reply-nickname {
    font-weight: bold;
}

.show-comment-list .list-reply-info {
    color: #666;
    margin-top: 10px;
    line-height: 1.5em;
}

.show-comment-list .list-comment-reply {
    margin-top: 15px;
    padding-left: 72px;
}

.show-comment-list .list-comment-top {
    margin-bottom: 25px;
}

.show-comment-list .list-comment-block {
    justify-content: flex-end;
}

.show-comment-list .list-comment-block>a {
    font-size: 14px;
    color: #999;
    margin-left: 20px;
    padding-left: 22px;
    background: no-repeat left center;
}

.show-comment-list .list-comment-block .list-comment-like {
    background-image: url(../../../images/training-centre/show/like.svg);
    border-right: 1px solid #ccc;
    padding-right: 20px;
    padding-left: 24px;
}

.show-comment-list .list-comment-block .list-comment-like.cur {
    background-image: url(../../../images/training-centre/show/like-cur.svg);
}

.show-comment-list .list-comment-block>a:before {
    content: "(";
}

.show-comment-list .list-comment-block>a:after {
    content: ")";
}

.show-comment-list .list-comment-block .list-comment-button {
    background-image: url(../../../images/training-centre/show/comment-icon.svg);
}

.show-comment-list .list-comment-block .list-comment-button.cur {
    background-image: url(../../../images/training-centre/show/comment-icon-cur.svg);
}

.show-comment-list .list-comment-bottom {
    display: none;
    overflow: hidden;
}

.show-comment-list .list-comment-textarea {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 42px;
    padding: 10px;
    border: 1px solid #E5E5E5;
}

.show-comment-list .list-comment-btn {
    margin-top: 18px;
    text-align: right;
}

.show-comment-list .list-comment-btn button {
    width: 120px;
    height: 38px;
}

.show-comment-tools .item-l {
    flex: 1;
    text-align: center;
}

.show-comment-tools .show-more {
    padding: 10px;
}

.show-comment-tools .show-more.disabled {
    color: #999;
    pointer-events: none;
}

.show-comment-tools .item-r {
    width: 70px;
}

.show-comment-tools .backto-comment {
    font-size: 14px;
    color: #666;
}

/* loading */

.loading {
    pointer-events: none;
    cursor: default;
}

.loading:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    background: url(../../../images/training-centre/loading.svg) no-repeat center;
    margin-left: 10px;
}

/* VIP专属课邀请码弹窗 */

#goodcover {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.50;
    filter: alpha(opacity=80);
}

.vip-pop-up {
    width: 400px;
    height: 180px;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 1002;
    /* padding: 22px 22px 22px 22px; */
}

.vip-pop-up .title {
    font-size: 17px;
    color: #333;
    font-weight: bold;
    margin: 28px 0px 0px 28px;
}

.vip-pop-up .code_details {
    width: 100%;
    height: 36px;
    overflow: hidden;
    margin: 23px 0px 0px 0px;
}

.vip-pop-up .code_details input {
    width: 220px;
    height: 32px;
    padding-left: 12px;
    margin: 0px 0px 0px 30px;
    float: left;
}

.vip-pop-up .code_details .affirm {
    width: 88px;
    height: 36px;
    background: #20b09f;
    float: left;
    margin-left: 14px;
    cursor: pointer;
}

.vip-pop-up .code_details .affirm p {
    color: #fff;
    line-height: 36px;
    text-align: center;
}

.vip-pop-up .code-des {
    color: #666;
    font-size: 14px;
    margin-top: 20px;
    padding: 0 30px;
}

.vip-pop-up .error {
    color: #ff2222;
    margin-top: 16px;
    margin: 20px 0 0 46px;
}

.vip-pop-up img {
    position: absolute;
    top: 0;
    right: 0;
}

.vip-pop-up .close {
    cursor: pointer;
    padding: 10px 10px 10px 10px;
}

.vip-code {
    height: 40px;
    width: 220px;
    justify-content: flex-start;
    margin: 0 auto;
}

.vip-code .item-btn-code {
    width: 110px;
    height: 30px;
    line-height: 30px;
    background-color: #FFFF00;
    color: #333;
}

.vip-code .item-btn-code:hover {
    background-color: #e0e009;
}

/* buy-pop */

.buy-pop-warning {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 999;
    display: none;
}

.buy-pop-login {
    width: 400px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.buy-pop-block {
    width: 100%;
    padding: 15px 0;
}

.buy-pop-block:first-child {
    border-bottom: 1px dashed #ddd;
}

.buy-pop-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.buy-pop-p {
    color: #666;
}

.buy-pop-btn {
    width: 70px;
    height: 30px;
    line-height: 28px;
    vertical-align: middle;
    font-size: 14px;
    margin-left: 10px;
}

.buy-pop-btn-login {
    margin: 0;
    width: 160px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
}

.buy-pop-btn-login:after {
    content: ">>";
    font-weight: normal;
    font-size: 16px;
    margin-left: 6px;
}

.buy-pop-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0icmdiKDIwNCwgMjA0LCAyMDQpIiBkPSJNMTMuNjU3LDAuOTI5IEw4LjAwMCw2LjU4NiBMMi4zNDMsMC45MjkgTDAuOTI5LDIuMzQzIEw2LjU4Niw4LjAwMCBMMC45MjksMTMuNjU3IEwyLjM0MywxNS4wNzEgTDguMDAwLDkuNDE0IEwxMy42NTcsMTUuMDcxIEwxNS4wNzEsMTMuNjU3IEw5LjQxNCw4LjAwMCBMMTUuMDcxLDIuMzQzIEwxMy42NTcsMC45MjkgWiIvPgo8L3N2Zz4=) no-repeat center;
    z-index: 1;
}

/* */

.show-video .study-video-play {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 82px;
    height: 97px;
    margin: auto;
    background: url(data:image/png;base64,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) no-repeat center;
    z-index: 1;
}

.show-study-member-text {
    text-align: center;
    margin-top: 20px;
    padding: 0 20px;
}