﻿.top-bar{
    display: none;
}
body{
    padding-top: 0px;
}
.bar.bar-stable .btn-record {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(/images/Mobile_bg0599_6.png) center center no-repeat;
    background-size: 24px 24px;
}

.top-extends {
    display: none;
    position: relative;
}

.top-extends .btn-close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 0px 0px 0px 5px;
}

.top-extends a {
    display: block;
    text-align: center;
}

.top-extends img {
    max-width: 100%;
}

.Package .Instruction {
    background: #ffffff;
    padding: 16px;
    font-size: 12px;
    line-height: 1.4;
    position: relative;
    text-align: center;
}

.Package .Instruction .Num {
    color: #e53737;
}

.Package .Instruction .btn-container {
    padding-top: 10px;
    font-size: 0px;
}

.Package .Instruction .btn-container .btn {
    display: inline-block;
    max-width: 140px;
    min-width: 140px;
    line-height: 1;
    text-align: center;
    border-radius: 100px;
    margin: 0px auto;
    padding: 8px 10px;
    vertical-align: middle;
    margin: 0px 5px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}

@media(max-width:375px) {
    .Package .Instruction .btn-container .btn {
        max-width: 140px;
        min-width: 100px;
    }
}

.Package .Instruction .btn-container .btn .small-text {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}

.Package .Instruction .btn-container .btn .big-text {
    display: block;
    font-size: 16px;
}

.Package .Instruction .btn-container .btn .big-text .rmb {
    font-size: 12px;
}

.Package .Instruction .btn-container .btn-buy-product {
    /* color: #e53737;
    background: #ffe5dd; */
    background: #ff3e3e;
    background-image: linear-gradient(120deg, #ff3e3e, #e53737);
    color: #ffffff;
}

.Package .Instruction .btn-container .btn-single-buy {
    display: inline-block;
    text-align: center;
    z-index: 8888;
    vertical-align: middle;
    width: 8em;
    font-size: 20px;
    border-radius: 100px;
    margin: 0px 5px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    color: #e53737;
    background: #ffe5dd;
    line-height: 1;
    padding: 10px;
}

.Package .Instruction .btn-container .btn-single-buy .rmb {
    font-size: 12px;
}

.Package .Instruction .btn-container .btn-single-vip-buy {
    display: inline-block;
    text-align: center;
    z-index: 8888;
    border-radius: 4px;
    padding: 0px 10px;
    vertical-align: middle;
    width: 8em;
    font-size: 18px;
    border-radius: 100px;
    margin: 0px 5px;
    color: #99651c;
    background: #fddfab;
    background: linear-gradient(to right, #f2debb, #e4b96a);
    line-height: 36px;
}

/* .Package .Instruction .btn-container .btn-buy-product:before {
  content: "";
  display: inline;
  padding-left: 24px;
  margin-right: 4px;
  background: url(/images/Mobile_bg0531.png) center center no-repeat;
  background-size: 24px 24px;
} */

.Package .Instruction .btn-container .btn-buy-vip {
    /* color: #99651c;
    background: #fddfab url(/images/Mobile_bg0663.png) center center no-repeat; */
   
    color: #99651c;
    background: #fddfab;
    background-image: linear-gradient(120deg, #fff0d7, #fddfab);
}

.Package .Instruction .btn-container .btn-buy-zxxvip{
    color: rgba(0, 0, 0, 0.75);
    background: #fcfcb3;
    background-image: linear-gradient(120deg,#fcfcb3 0%, #66ffec 100%);
}



.Package .PackageBody {
    position: relative;
}

.Package .PackageBody .Guide {
    line-height: 20px;
    font-size: 14px;
    padding: 15px 10px 5px 10px;
}

.Package .PackageBody .List {
    /* background: #ffffff; */
    position: relative;
    margin-bottom: 8px;
}

.Package .PackageBody .List:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    border-top: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 5;
}

.Package .PackageBody .List .ListTitle {
    position: relative;
    padding: 14px 16px;
    line-height: 14px;
    background: #ffffff;
}

.Package .PackageBody .List .ListTitle:after {
    content: " ";
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-bottom: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 5;
}

.Package .PackageBody .List .ListTitle h3 {
    font-size: 15px;
    font-weight: bold;
    /* color: #666666; */
    line-height: 16px;
    position: relative;
    border-left: 5px solid #e53737;
    padding-left: 8px;
}

.Package .PackageBody .List .Item {
    display: block;
    position: relative;
    background: #ffffff;
}

.Package .PackageBody .List .Item:after {
    content: " ";
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-bottom: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 5;
}

.Package .PackageBody .List .Item .ItemLink {
    overflow: hidden;
    zoom: 1;
    padding: 12px 16px;
    /* height: 90px; */
}

.Package .PackageBody .List .Item .ImgBox {
    width: 64px;
    height: 64px;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.Package .PackageBody .List .Item .ImgBox.ZhentiImgBox {
    width: 64px;
    height: 64px;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.Package .PackageBody .List .Item .ImgBox:after {
    content: "";
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 3;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.Package .PackageBody .List .Item .ImgBox .ProductImgBg {
    width: 100%;
    height: 100%;
    z-index: 3;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    background: center center no-repeat;
    background-size: cover;
    filter: blur(50px);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.Package .PackageBody .List .Item .ImgBox .ProductImg {
    width: 100%;
    height: 100%;
    z-index: 3;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    background: center center no-repeat;
    background-size: contain;
}

.Package .PackageBody .List .Item .ImgBox .ProductImg img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.Package .PackageBody .List .Item .ImgBox.ZhentiImgBox .ProductImg img {
    opacity: 1;
}

.Package .PackageBody .List .Item .Des {
    margin-left: 74px;
}

.Package .PackageBody .List .Item .Des .Name {
    font-size: 15px;
    line-height: 20px;
    /* height: 80px; */
    overflow: hidden;
    display: block;
    text-align: justify;
}

.Package .PackageBody .List .Item .Des .Name .CssType {
    color: #e53737;
}

.Package .PackageBody .List .Item .Des .OtherInfo {
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}

.Package .PackageBody .List .Item .Des .OtherInfo .left {
    float: left;
}

.Package .PackageBody .List .Item .Des .OtherInfo .right {
    float: right;
}

.Package .PackageBody .List .Item .Des .OtherInfo .BtnLink {
    font-size: 12px;
    color: #005bac;
}

.Package .PackageBody .List .Item .BotOpper {
    background: #fafafa;
    position: relative;
}

.Package .PackageBody .List .Item .BotOpper:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    border-top: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 5;
}

.Package .PackageBody .List .Item .BotOpper ul {
    overflow: hidden;
    zoom: 1;
}

.Package .PackageBody .List .Item .BotOpper ul li {
    width: 50%;
    text-align: center;
    float: left;
    height: 40px;
    position: relative;
}

.Package .PackageBody .List .Item .BotOpper ul li:after {
    content: " ";
    position: absolute;
    right: 0px;
    top: 10px;
    bottom: 10px;
    border-right: 1px solid #d5d5d5;
    color: #e5e5e5;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    z-index: 5;
}

.Package .PackageBody .List .Item .BotOpper ul li a {
    display: block;
    color: #777777;
    height: 18px;
    padding: 11px 0px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
}

.Package .PackageBody .List .Item .BotOpper ul li .BtnLink {
    color: #e53737;
}

.Package .PackageBody .List .Item .BotOpper ul li .BtnLinkDetail {
    color: #777777;
}

.Package .PackageBody .List .Item .BotOpper ul li .BtnLink:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: top;
}

.Package .PackageBody .List .Item .BotOpper ul li .BtnLinkDetail:before {
    background: url(/images/Mobile_bg0397.png) center center no-repeat;
    background-size: 22px 22px;
}

.Package .PackageBody .List .Item .BotOpper ul li .BtnLinkPlay:before {
    background: url(/images/Mobile_bg0400.png) center center no-repeat;
    background-size: 22px 22px;
}

.Package .PackageBody .List .Item .BotOpper ul li .BtnLinkRead:before {
    background: url(/images/Mobile_bg0401.png) center center no-repeat;
    background-size: 22px 22px;
}

.Package .PackageBody .List .Item .BotOpper ul li .BtnLinkStudy:before {
    background: url(/images/Mobile_bg0401.png) center center no-repeat;
    background-size: 22px 22px;
}

.Package .PackageBody .List .Item .BotOpper ul li .BtnLinkUse:before {
    background: url(/images/Mobile_bg0401.png) center center no-repeat;
    background-size: 22px 22px;
}

.Package .PackageBody .List .Item .BotOpper ul li .BtnLinkDo:before {
    background: url(/images/Mobile_bg0402.png) center center no-repeat;
    background-size: 22px 22px;
}

.Package .PackageBody .List .ListDes {
    padding: 10px 16px;
    font-size: 14px;
    color: #888888;
    line-height: 1.5;
}

.Package .PackageBody .List .VideoItem .ImgBox .BgImg {
    z-index: 2;
}

.Package .PackageBody .List .VideoItem .ImgBox .ProductImg {
    width: 64px;
    height: 90px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 3;
}

.Package .PackageBody .List .VideoItem .ImgBox .ProductImg img {
    width: 64px;
    height: 90px;
}

.Package .PackageBody .List .CourseItem {
    position: relative;
}

.Package .PackageBody .List .CourseItem:after {
    content: " ";
    position: absolute;
    left: 16px;
    bottom: 0px;
    right: 0px;
    border-bottom: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 5;
}

.Package .PackageBody .List .CourseItem .CourseTitle {
    font-size: 14px;
    font-weight: normal;
    /* color: #333333; */
    line-height: 20px;
    padding: 12px 40px 12px 16px;
    background: #ffffff;
    position: relative;
    min-height: 64px;
}

.Package .PackageBody .List .CourseItem .CourseTitle.CourseTitleNotHasChild {
    padding: 12px 16px 12px 16px;
}

.Package .PackageBody .List .CourseItem .CourseTitle.playing .CourseImgPlaceHolder::after {
    background: rgba(0, 0, 0, 0.5) url(/images/zhiboing.gif) center center no-repeat;
    background-size: 18px 18px;
}

.Package .PackageBody .List .CourseItem .CourseTitle.playing {
    background: rgba(0, 0, 0, 0.06);
}

.Package .PackageBody .List .CourseItem .CourseTitle.playing .CourseTitleText::before {
    content: "";
    background: url(/images/Mobile_bg0426.gif) center center no-repeat;
    background-size: 1em 1em;
    padding-left: 1em;
}

.Package .PackageBody .List .CourseItem .CourseImgPlaceHolder {
    width: 64px;
    height: 64px;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #2f92f0;
    background-size: cover;
    background-position: center center;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.Package .PackageBody .List .CourseItem .CourseImgPlaceHolder img{
    width: 100%;
    height: 100%;
    opacity: 0;
}
.Package .PackageBody .List .CourseItem .CourseImgPlaceHolder::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5) url(/images/Mobile_bg0659.png) center center no-repeat;
    background-size: 100% 100%;

}

.Package .PackageBody .List .CourseItem .CourseDes {
    margin-left: 74px;
}

.Package .PackageBody .List .CourseItem .CourseTitle .BtnToggle {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    bottom: 0px;
    background: url(/images/Mobile_bg0610.png) center center no-repeat;
    background-size: 16px auto;
}

.Package .PackageBody .List .CourseItem .CourseTitle .BtnToggleHide {
    background: url(/images/Mobile_bg0610_0.png) center center no-repeat;
    background-size: 16px auto;
}

.Package .PackageBody .List .CourseItem .CourseTitle .CssType {
    color: #e53737;
}

.Package .PackageBody .List .CourseItem .CourseTitle .CourseTitleText {
    margin-bottom: 5px;
    font-size: 15px;
}

.Package .PackageBody .List .CourseItem .CourseTitle .CourseTitleDes {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6)
}

.Package .PackageBody .List .CourseItem .CourseTitle .CourseTitleDes .video-time {
    padding-right: 20px;
}

.Package .PackageBody .List .CourseItem .CourseTitle .CourseTitleDes .video-progress {
    color: #cc6600;
    display: block;
    position: relative;
    padding-top: 5px;
}

.Package .PackageBody .List .CourseItem .CourseTitle .CourseTitleDes .video-progress:empty {
    display: none;
}

.Package .PackageBody .List .CourseItem .CourseTitle .CourseTitleDes .video-progress .rate-text {
    position: absolute;
    right: 0px;
    bottom: 5px;
}

.Package .PackageBody .List .CourseItem .CourseTitle .CourseTitleDes .video-progress .rate-progress {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 3px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.1);
}

.Package .PackageBody .List .CourseItem .CourseTitle .CourseTitleDes .video-progress .rate-progress .rate-progress-inner {
    background: #336699;
    display: block;
    height: 100%;
}

.Package .PackageBody .List .CourseItem .CourseCon {
    position: relative;
    background: #f9f9f9;
}

.Package .PackageBody .List .CourseItem .CourseCon:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    border-top: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 5;
}

.Package .PackageBody .List .CourseItem .CourseCon li {
    position: relative;
    background: url(/images/Mobile_bg0181.png) 16px 16px no-repeat;
    background-size: 10px 10px;
    padding: 12px 16px 12px 30px;
}

.Package .PackageBody .List .CourseItem .CourseCon li:after {
    content: " ";
    position: absolute;
    left: 16px;
    bottom: 0px;
    right: 0px;
    border-bottom: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 5;
}

.Package .PackageBody .List .CourseItem .CourseCon li:last-child:after {
    left: 0px;
}

.Package .PackageBody .List .CourseItem .CourseCon li.playing {
    background: #f0f0f0 url(/images/Mobile_bg0426.gif) 16px 16px no-repeat;
    background-size: 12px 12px;
    color: #e53737;
}

.Package .PackageBody .List .CourseItem .CourseCon .video-name {
    line-height: 20px;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: #336699;
}

.Package .PackageBody .List .CourseItem .CourseCon li.playing .video-name {
    color: #e53737;
}

.Package .PackageBody .List .CourseItem .CourseCon .video-other-info {
    display: block;
    font-size: 12px;
    color: #888888;
    position: relative;
    min-height: 1.5em;
}

.Package .PackageBody .List .CourseItem .CourseCon .video-time {
    padding-right: 10px;
    margin-right: 10px;
}

.Package .PackageBody .List .CourseItem .CourseCon .video-size {
    padding-right: 10px;
    margin-right: 10px;
}

.Package .PackageBody .List .CourseItem .CourseCon .video-progress {
    color: #cc6600;
    display: block;
    position: relative;
    padding-top: 5px;
}

.Package .PackageBody .List .CourseItem .CourseCon .video-progress:empty {
    display: none;
}

.Package .PackageBody .List .CourseItem .CourseCon .video-progress .rate-text {
    position: absolute;
    right: 0px;
    bottom: 5px;
}

.Package .PackageBody .List .CourseItem .CourseCon .video-progress .rate-progress {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 3px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.1);
}

.Package .PackageBody .List .CourseItem .CourseCon .video-progress .rate-progress .rate-progress-inner {
    background: #336699;
    display: block;
    height: 100%;
}

.Package .PackageBody .List .CourseItem .Last {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.Package .PackageBody .List .FileItem {
    position: relative;
}

.Package .PackageBody .List .FileItem:after {
    content: " ";
    position: absolute;
    left: 16px;
    bottom: 0px;
    right: 0px;
    border-bottom: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 5;
}

.Package .PackageBody .List .FileItem .FileTitle {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    line-height: 20px;
    padding: 12px 40px 12px 16px;
    background: #ffffff;
    position: relative;
    min-height: 64px;
}

.Package .PackageBody .List .FileItem .FileImgPlaceHolder {
    width: 64px;
    height: 64px;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #f5f5f5;
    background-size: 36px 36px;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}


.Package .PackageBody .List .FileItem .FileDes {
    margin-left: 74px;
}

.Package .PackageBody .List .FileItem .FileDes .FileTitleText {
    font-size: 15px;
    line-height: 20px;
    color: #555555;
    /* height: 80px; */
    overflow: hidden;
    display: block;
    text-align: justify;
}

.Package .PackageBody .List .FileItem .FileDes .FileTitleText .CssType {
    color: #e53737;
}


.Package .PackageBody .JiaocaiList .JiaocaiListInner {
    margin: 16px;
    padding: 10px 15px;
    border-radius: 12px;
    border: 1px dashed rgba(0, 0, 0, 0.1);
    color: #888888;
}


.Package .PackageBody .OtherTypeData li {
    position: relative;
}

.Package .PackageBody .OtherTypeData li:after {
    content: " ";
    position: absolute;
    left: 10px;
    bottom: 0px;
    right: 0px;
    border-bottom: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 5;
}

.Package .PackageBody .OtherTypeData li a {
    line-height: 24px;
    font-size: 14px;
    padding: 10px 0px 10px 10px;
    display: block;
    background: url(/images/Mobile_bg0055.png) left 22px no-repeat;
}

.Package .PackageBody .OtherTypeData li a .CssType {
    color: #f02929;
}

.Package .fenxiao-poster {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #f5f5f5;
    z-index: 5000;
}

.Package .fenxiao-poster .poster {
    position: fixed;
    top: 60px;
    bottom: 60px;
    left: 0px;
    right: 0px;
}

.Package .fenxiao-poster .poster-img {
    width: 60%;
    margin: 0px auto 10px auto;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    -webkit-user-select: auto;
}

.Package .fenxiao-poster .poster-img::before {
    content: "";
    display: block;
    padding-top: 177%;
}

.Package .fenxiao-poster .poster-img img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-user-select: auto;
}

.Package .fenxiao-poster .poster-operation {
    text-align: center;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 45px;
    padding: 16px;
    background: #f5f5f5;
    line-height: 1.5;
    font-size: 14px;
}

.Package .fenxiao-poster .poster-operation:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 40px;
    top: -40px;
    background: linear-gradient(rgba(245, 245, 245, 0), rgba(245, 245, 245, 1));
    background: -webkit-linear-gradient(rgba(245, 245, 245, 0), rgba(245, 245, 245, 1));
}

.Package .fenxiao-poster .poster-operation .poster-price {
    color: #eb4a38;
}

.Package .fenxiao-poster .btn-cancel {
    display: block;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #ffffff;
    font-size: 18px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-top: 1px solid #e5e5e5;
}

.Package .FenxiaoBlock {
    background: #585857 url(/images/Mobile_bg0427.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    zoom: 1;
    /* margin-bottom: 16px; */
    position: relative;
    line-height: 22px;
}

.Package .FenxiaoBlock .BtnHelp {
    float: left;
    color: #fde2b4;
    padding: 10px 16px;
    box-sizing: border-box;
    width: 40%;
}

.Package .FenxiaoBlock .BtnHelp .HelpTitle {
    font-size: 14px;
    display: block;
}

.Package .FenxiaoBlock .BtnHelp .HelpLink {
    font-size: 12px;
    display: block;
    padding-top: 2px;
}

.Package .FenxiaoBlock .BtnHelp .HelpLinkText {
    display: inline-block;
    padding-right: 10px;
    background: url(/images/Mobile_bg0428_0.png) center right no-repeat;
    background-size: auto 12px;
}

.Package .FenxiaoBlock .BtnJoin {
    float: right;
    color: #fde2b4;
    text-align: center;
    padding: 10px 16px;
    box-sizing: border-box;
    width: 60%;
}

.Package .FenxiaoBlock .BtnJoin .BtnJoinInner {
    display: inline-block;
    position: relative;
    padding-right: 60px;
    text-align: left;
}

.Package .FenxiaoBlock .BtnJoin .JoinTitle {
    display: block;
}

.Package .FenxiaoBlock .BtnJoin .JoinContent {
    display: block;
}

.Package .FenxiaoBlock .BtnJoin .BtnIco {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #fde2b4 url(/images/Mobile_bg0439.png) center center no-repeat;
    background-size: 100% 100%;
    border-radius: 100%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    animation: AmtBtnJoinIco 1s linear 0s infinite normal;
    -webkit-animation: AmtBtnJoinIco 1s linear 0s infinite normal;
}

@keyframes AmtBtnJoinIco {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1.1);
    }
}

@-webkit-keyframes AmtBtnJoinIco {
    0% {
        -webkit-transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1.1);
    }
}

.Package .FenxiaoBlock .Money {
    font-size: 20px;
    font-weight: bold;
}

.Package .FenxiaoBlock:before {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 36%;
    background: url(/images/Mobile_bg0438.png) center center no-repeat;
    background-size: 100% 100%;
}

.dialog-player-placeholder {
    display: none;
}

.dialog-player-placeholder::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.dialog-player {
    width: 100%;
    max-width: 800px;
    position: fixed;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    background: #f5f5f5;
    z-index: 99999;
    left: 50%;
    /* top: 44px; */
    top:0px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none;
    flex-direction: column;
}

.dialog-player-width-ai {
    bottom: 0px;
}

.dialog-player .dialog-player-content {
    background: #000000;
}

.dialog-player .BtnToggleAIChat {
    position: fixed;
    right: 0;
    top: 100%;
    margin-top: 100px;
    z-index: 10;
    background: #4955f5;
    background: linear-gradient(120deg, #a800ff, #4955f5);
    color: #fff;
    border-radius: 100px 0 0 100px;
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    padding: 10px 10px 10px 1em;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
}

.dialog-player-width-ai .BtnToggleAIChat {
    display: none;
}

.dialog-player .AIChat {
    flex: 1;
    position: relative;
    z-index: 100;
    display: none;
}

.dialog-player .AIChat .BtnCloseAIChat {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px 10px;
    line-height: 44px;
    color: #ffffff;
    font-size: 15px;
}




.dialog-player .AIChat.AIChatShow {
    display: block;
}

.dialog-player .AIChat .AIChatInner {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 12px 12px 0px 0px;
}

.dialog-player .AIChat .AIChatInner iframe {
    display: block;
    border: 0;
    width: 100%;
    height: 100%
}

.dialog-player .AIChat .AIChatInner .HolderArea {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f5f5f5;
}

.dialog-player .AIChat .AIChatInner .HolderArea .Tips {
    max-width: 80%;
    font-size: 14px;
}

.dialog-player .AIChat .AIChatInner .HolderArea .Tips .TipsIcon {
    font-size: 4em;
    color: #ff9900;
}


.dialog-player .modal-operate {
    position: absolute;
    top: 40px;
    height: 0px;
    width: 100%;
    z-index: 1600;
    display: none;
}

.dialog-player .btn-close {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5) url(/images/Mobile_bg0039_1.png) center center no-repeat;
    background-size: 20px 20px;
    border-radius: 50px 0px 0px 50px;
    margin-top: -20px;
    text-indent: -9999em;
    overflow: hidden;
}

.dialog-player .sc-player-box {
    position: relative;
    background: #000000;
    margin: 0px auto;
    z-index: 1;
}

.dialog-player .sc-player-box:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.dialog-player .sc-player-box .sc-player {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    overflow: hidden;
}

.dialog-player .sc-player-box .sc-player .bullet-screen {
    animation: bullet 20s linear infinite;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.dialog-player .sc-player-box .logo {
    position: absolute;
    z-index: 1000;
    width: 20%;
    right: 3%;
    top: 3%;
    display: none;
}

.dialog-player .sc-player-box .logo img {
    width: 100%;
    vertical-align: top;
}

.dialog-player .sc-player-box .buy-tips {
    background: #333333;
    border-radius: 50px;
    padding: 5px 30px 5px 15px;
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    left: 10px;
    bottom: 50px;
    z-index: 10;
    display: none;
    cursor: pointer;
}

.dialog-player .sc-player-box .buy-tips a {
    color: #FD6700;
}

.dialog-player .sc-player-box .buy-tips .btn-close-tips {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: Arial;
}

.dialog-player .sc-player-box .buy-main-tips {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    text-align: center;
    z-index: 10001;
    padding: 100px 0px;
    display: none;
}

.dialog-player .sc-player-box .buy-main-tips .btns-box {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #ffffff;
}

.dialog-player .sc-player-box .buy-main-tips .btns-tips {
    font-size: 18px;
    text-align: center;
    margin-bottom: 16px;
}

.dialog-player .sc-player-box .buy-main-tips .btns-content {}

.dialog-player .sc-player-box .buy-main-tips .btn {
    display: inline-block;
    text-align: center;
    z-index: 8888;
    border-radius: 4px;
    padding: 8px 10px;
    vertical-align: middle;
    width: 130px;
    border-radius: 100px;
    margin: 0px 5px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.75);
    line-height: 1.2;
}

@media(max-width:360px) {
    .dialog-player .sc-player-box .buy-main-tips .btn {
        width: 120px;
        margin: 0px 2px;
    }
}

.dialog-player .sc-player-box .buy-main-tips .btn .small-text {
    font-size: 12px;
    display: block;
}

.dialog-player .sc-player-box .buy-main-tips .btn .big-text {
    font-size: 16px;
    display: block;
}

.dialog-player .sc-player-box .buy-main-tips .btn-buy {
    background: #ff3e3e;
    background-image: linear-gradient(#ff3e3e, #e53737);
    color: #ffffff;
}

.dialog-player .sc-player-box .buy-main-tips .btn-buy-vip {
    color: #99651c;
    background: #fddfab;
    background-image: linear-gradient(#fff0d7, #fddfab);
}
.dialog-player .sc-player-box .buy-main-tips .btn-buy-zxxvip{
    color:rgba(0, 0, 0, 0.75);
    background: #fcfcb3;
    background-image: linear-gradient(120deg, #fcfcb3, #66ffec);
}

.dialog-player .sc-player-box .buy-main-tips .login-tips {
    padding-top: 20px;
    border-top: 1px solid #666666;
    margin: 0px auto;
    width: 20em;
}

.dialog-player .sc-player-box .buy-main-tips .login-tips a {
    color: #FD6700;
}

.dialog-player .sc-player-box .buy-main-tips .btn-container {
    margin-bottom: 50px;
}

.dialog-player .sc-player-box .buy-main-tips .btn-container .btn-buy {
    background: #ff3e3e;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    border-radius: 100px;
    padding: 10px 20px;
    line-height: 30px;
    display: block;
    width: 5em;
    margin: 0px auto;
}

.dialog-player .sc-player-box .buy-main-tips .info-tips {
    padding-top: 90px;
    background: url(../images/btn-info.png) center top no-repeat;
    color: #ffffff;
}

.dialog-player .sc-player-box .buy-main-tips .info-tips .info-tips-sub-text {
    font-size: 16px;
}

.dialog-player .sc-player-box .buy-main-tips .info-tips .info-tips-text {
    font-size: 24px;
}

.dialog-player .sc-player-box .bottom-btns {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.dialog-player .sc-player-box .bottom-btns .btn-replay {
    float: left;
    padding: 10px 16px;
    color: #cccccc;
    font-size: 14px;
    background: url(/images/Mobile_bg0686.png) left center no-repeat;
    background-size: 20px 20px;
    padding-left: 20px;
    margin-left: 16px;
}

.dialog-player .sc-player-box .bottom-btns .btn-login {
    float: right;
    padding: 10px;
    color: #cccccc;
    font-size: 14px;
    background: url(/images/Mobile_bg0001_0.png) right center no-repeat;
    background-size: auto 14px;
    margin-right: 16px;
}

.dialog-player .sc-player-box .action-tips {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #ffffff;
    z-index: 200;
    background: url(/images/loading-1.gif) center top no-repeat;
    padding-top: 90px;
    min-width: 300px;
    text-align: center;
    color: #888888;
}

.dialog-player .sc-player-box .action-error-tips {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #ffffff;
    z-index: 200;
    background: url(../images/btn-error.png) center top no-repeat;
    padding-top: 90px;
    min-width: 300px;
    text-align: center;
    color: #888888;
}

.dialog-player .sc-player-box .palyer-ad {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 60%;
    max-height: 60%;
    z-index: 1500;
    display: none;
}

.dialog-player .sc-player-box .palyer-ad .palyer-ad-inner {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.dialog-player .sc-player-box .palyer-ad .palyer-ad-inner img {
    max-width: 100%;
    max-height: 100%;
}

.dialog-player .sc-player-box .palyer-ad .palyer-ad-close {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 24px;
    background: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    line-height: 24px;
    padding: 0px 5px;
    font-size: 12px;
}

.dialog-player .sc-player-box .play-next-tips {
	background: #333333;
	border-radius: 50px;
	padding: 5px 15px 5px 15px;
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	right: 10px;
	bottom: 50px;
	z-index: 10;
	display: none;
}
.prism-player .prism-license-watermark{
    display: none !important;
}

.yunwangxiao-style .Package .PackageBody .List:before {
    display: none;
}

.yunwangxiao-style .Package .PackageBody .List .ListTitle {
    background: transparent;
}

.yunwangxiao-style .Package .PackageBody .List .Item {
    border-radius: 12px;
    overflow: hidden;
    margin: 0px 8px 8px 8px;
}

.yunwangxiao-style .Package .PackageBody .List .Item:after {
    display: none;
}

.yunwangxiao-style .Package .PackageBody .List .Item .BotOpper {
    background: #ffffff;
}

.yunwangxiao-style .Package .PackageBody .List .Item .ImgBox {
    display: none;
}

.yunwangxiao-style .Package .PackageBody .List .Item .Des {
    margin-left: 0px;
}

.yunwangxiao-style .Package .PackageBody .List .Item .Des .Name {
    text-align: left;
}

.yunwangxiao-style .Package .PackageBody .List .CourseItem {
    border-radius: 12px;
    overflow: hidden;
    margin: 0px 8px 8px 8px;
}

.yunwangxiao-style .Package .PackageBody .List .CourseItem .CourseCon {
    background: #ffffff;
}

.yunwangxiao-style .Package .PackageBody .List .CourseItem .CourseImgPlaceHolder {
    display: none;
}

.yunwangxiao-style .Package .PackageBody .List .CourseItem .CourseDes {
    margin-left: 0px;
}

.yunwangxiao-style .Package .PackageBody .List .ListTitle:after {
    display: none;
}

@media (prefers-color-scheme:dark) {
    .Package .Instruction {
        background: #1a1a1a;
    }

    .Package .PackageBody .List:before {
        border-top-color: rgba(255, 255, 255, 0.1);
    }

    .Package .PackageBody .List .ListTitle {
        background: #1a1a1a;
    }

    .Package .PackageBody .List .CourseItem .CourseTitle {
        background: #1a1a1a;
    }

    .Package .PackageBody .List .CourseItem .CourseTitle .CourseTitleDes {
        color: rgba(255, 255, 255, 0.6);
    }

    .Package .PackageBody .List .CourseItem .CourseCon {
        background: rgba(0, 0, 0, 0.3);
    }

    .Package .PackageBody .List .CourseItem .CourseCon .video-name {
        color: #0099ff;
    }

    .Package .PackageBody .List .CourseItem .CourseCon li:after {
        border-bottom-color: rgba(255, 255, 255, 0.1);
    }

    .Package .PackageBody .List .CourseItem .CourseCon:before {
        border-top-color: rgba(255, 255, 255, 0.1);
    }

    .Package .PackageBody .List .CourseItem:after {
        border-bottom-color: rgba(255, 255, 255, 0.1);
    }

    .Package .PackageBody .List .ListTitle:after {
        border-bottom-color: rgba(255, 255, 255, 0.1);
    }

    .Package .PackageBody .List .CourseItem .CourseCon li.playing {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .Package .PackageBody .List .Item {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .Package .PackageBody .JiaocaiList .JiaocaiListInner {
        border-color: rgba(255, 255, 255, 0.2);
    }

    .Package .PackageBody .List .Item .BotOpper {
        background: rgba(0, 0, 0, 0.5);
    }

    .Package .PackageBody .List .Item .BotOpper:before {
        border-top-color: rgba(255, 255, 255, 0.1);
    }

    .Package .PackageBody .List .Item:after {
        border-bottom-color: rgba(255, 255, 255, 0.1);
    }

    .Package .PackageBody .List .Item .BotOpper ul li:after {
        border-right-color: rgba(255, 255, 255, 0.1);
    }

    .Package .PackageBody .List .CourseItem .CourseCon .video-progress .rate-progress {
        background: rgba(255, 255, 255, 0.1);
    }

    .Package .PackageBody .List .CourseItem .CourseCon .video-progress .rate-progress .rate-progress-inner {
        background: #0099ff;
    }

}