* {
    margin: 0px;
    padding: 0px;
    -webkit-overflow-scrolling: touch;
}

body,
html {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img {
    width: 100%;
    vertical-align: middle;
}

body {
    background: #f5f5f5;
    font-size: 0.273rem;
    max-width: 700px;
    margin: 0 auto;
}

header,
main {
    background: #fff;
}

.headerText {
    padding: 0.239rem 0.256rem 0.239rem 0.256rem;
}

.headerTextL p {
    font-size: 0.307rem;
    color: #333;
    margin-bottom: 0.137rem;
    font-weight: bold;
}

.headerTextL>div {
    font-size: 0.239rem;
    color: #666666;
    letter-spacing: 0;
    text-align: left;
    line-height: 0.358rem;
}

.headerTextL {
    flex: 5;
}

.headerTextR {
    display: flex;
    flex: 2;
    justify-content: center;
    margin-top: 0.341rem;
}

.headerTextR>div {
    flex: 1;
    text-align: center;
    color: #666;
    cursor: pointer;
}

.headerShare>div,
.headerCollection>div,
.headerDown a div {
    display: flex;
    align-items: center;
}

.headerShare img,
.headerDown img {
    width: 0.307rem;
    height: 0.307rem;
}

.headerCollection img {
    width: 0.307rem;
    height: 0.307rem;
}

main {
    margin-top: 0.171rem;
}

.switchModule {
    display: flex;
    font-size: 0.273rem;
    color: #444444;
    letter-spacing: 0;
    text-align: justify;
    border-bottom: 1px solid #E7E7E7;
    position: relative;
    background: #fff;
}

.switchModule>div {
    flex: 1;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.switchModule>div>div {
    min-width: 36px;
    text-align: center;
    padding-top: 0.236rem;
    padding-bottom: 0.171rem;
    font-size: 16px;
    color: #333;
}

.switchAcitve {
    position: relative;
    font-weight: bold;
    /* border-bottom: 2px solid #3557F8; */
}

.switchAcitve:before {
    content: "";
    width: 96%;
    height: 2px;
    background-color: #3557F8;
    border-radius: 4px;
    display: flex;
    position: absolute;
    bottom: 4px;
    left: 1px;
}


/*未购买隐藏结构*/
.notPurchased .switchModule {
    display: none;
}

.notPurchased .directoryModule {
    display: none;
}

.notPurchased .detailModule {
    display: block;
    padding-bottom: 0.512rem;
}

.notPurchased .headerTextR {
    display: none;
}

.purchased .directoryModule {
    display: none;
    z-index: 11;
}

.purchased .detailModule {
    display: block;
}

.purchasedModule,
.directoryModule {
    margin-bottom: 1.02rem;
    /*padding-bottom:0;*/
    background: #fff;
}

.purchasedModule ul li:last-child a,
.directoryModule ul li:last-child a {
    border: none;
}

.purchasedModule li,
.directoryModule li {
    list-style: none;
    min-height: 1.19rem;
}

.purchasedModule li a,
.directoryModule li a {
    display: block;
    display: flex;
    border-bottom: 0.5px solid #eee;
    padding: 0.256rem 0.256rem;
    text-decoration: none;
}

.detailModule {
    display: none;
}

.purchasedModule .li_l,
.directoryModule .li_l {
    flex: 1;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.purchasedModule .li_l img,
.directoryModule .li_l img {
    width: 100%;
    /*height:100%;*/
    display: block;
    border-radius: 3px;
}
.li_l{
    position: relative;
}
.chapterIcon{
    width:24px !important;
    height:15px !important;
}
.li_l .chapterIcon{
    position: absolute;
    top:3px;
    left:2px;
}

.purchasedModule .li_r,
.directoryModule .li_r {
    flex: 2.5;
    margin-left: 0.171rem;
    position: relative;
}

.purchasedModule .li_r_b,
.directoryModule .li_r_b {
    font-size: 0.222rem;
    line-height: 0.3rem;
}

.purchasedModule .li_r_time,
.directoryModule .li_r_time {
    font-size: 0.222rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #adadad;
    position: relative;
}

.purchasedModule .li_r_t,
.directoryModule .li_r_t {
    font-size: 0.256rem;
    overflow: hidden;
    color: #333;
    width: 100%;
}

.purchasedModule .li_r_b div,
.directoryModule .li_r_b div {
    color: #adadad;
}

.purchasedModule .li_r_b span,
.directoryModule .li_r_b span {
    margin-left: 0.005rem;
}

.purchasedModule .li_r_b div img,
.directoryModule .li_r_b div img {
    width: 0.205rem;
    height: 0.205rem;
    vertical-align: initial;
}

.purchasedModule .li_r_b:after,
.directoryModule .li_r_b:after {
    display: table;
    content: '';
    clear: both;
}

.purchasedModule .li_r_download,
.directoryModule .li_r_download {
    float: left;
}

.purchasedModule .li_r_calendar,
.directoryModule .li_r_calendar {
    float: right;
}

.li_r_download,
.li_r_calendar {
    position: relative;
}

.li_r_download img {

    position: relative;
    top: 1px;
}

.li_r_calendar img {
    position: relative;
    top: 1px;
}

.bmxx {
    padding: 0 0.341rem;
    font-size: 0.239rem;
    color: #666666;
    padding-bottom: 1rem;
}

.bmxx>* {
    margin-bottom: 0.15rem;
    width: 100%;
}

.bmxx>input {
    padding-bottom: 0.25rem;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
    border-radius: 0;
    font-size: 0.2rem;
}

.bmxx>input:-moz-placeholder {
    color: #eee;
}

/*底部购买按钮*/
.purchaseDiv {
    display: flex;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 60px;
    background: #FCFCFC;
    box-shadow: 0 -2px 4px 0 rgba(232, 232, 232, 0.50);
    text-align: center;
    color: #555555;
    margin-bottom: constant(safe-area-inset-bottom) !important;
    margin-bottom: env(safe-area-inset-bottom) !important;
    z-index: 99;
}

.purchaseDivLeft {
    flex: 6;
    display: flex;
    align-items: center;
    font-size: 0.205rem;
    justify-content: center;
    line-height: 1.2;
    margin-left: 14px;
    text-align: center;
    font-size: 0.239rem;
    overflow: hidden;
}

.purchaseDivRight {
    flex: 4;
    line-height: 0.717rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.purchaseDivLeft .jtfinalPrice {
    width: 100%;
    line-height: initial;
}

.purchaseDivLeft .jtfinalPrice .minTip {
    font-size: 0.205rem;
    margin-left: 8px;
}

.purchaseDivLeft .jtfinalPrice .finalPrice {
    margin-right: 6px;
    color: #51ABFF;
    font-size: 0.307rem;
}

.purchaseDivLeft.downCoursel {
    color: #999999;
}

.purchaseDivRight .downCourseR {
    background: #BBBBBB;
    color: #FFFFFF;
}

.limitDiscount {
    background-color: #FF9B00;
    font-size: 0.205rem;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
}

.purchaseBtn,
.iapPurchaseBtn,
.purchaseBtnRead,
.purchaseBtnPack {
    color: #FCFCFC;
    width: 100%;
    border-radius: 5px;
    font-size: 0.273rem;
    width: 130px;
    height: 44px;
    line-height: 44px;
    background: #51ABFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.input_ground {
    padding-bottom: 1.024rem;
}

l .input_ground p {
    margin-top: 0.171rem;
    font-size: 0.239rem;
}

.input_ground input {
    width: 100%;
    height: 0.512rem;
    border: 1px solid #ddd;
    box-shadow: none;
    margin-top: 0.256rem;
    text-indent: 0.171rem;
}



.alreadyRead {
    font-size: 0.205rem;
    color: #888;
}

.readTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 2px;
}

.hasOrifinPrice {
    max-width: 55%;
}

.noOrifinPrice {
    max-width: 73%;
}

.continueBuy {
    text-align: center;
}

.alreadyRead a {
    color: #51ABFF;
}

.finalPrice {
    width: 100%;
}

.finalPrice b {
    font-size: 0.307rem;
    color: #51ABFF;
    margin-left: -2px;
}

.finalPrice>* {
    display: inline-block;
    vertical-align: middle;
}

.finalPrice s {
    font-size: 0.171rem;
    color: #3F3F3F;
    margin-left: 0.104rem;
}

.finalPrice .alreadyRead:first-child {
    white-space: nowrap;
    max-width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.finalPrice .ft_14 {
    color: #555;
}

.loadApp {
    /*width: 92%;
    margin: 0 4% 0.171rem;*/
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #fff;
    /*display: none;*/
}

.weuiBtn {
    width: 92%;
    margin: 0.171rem 4% 0.171rem;
}

#gmxz {
    display: block;
    position: relative;
}

#gmxz>a {
    display: block;
    position: absolute;
    bottom: 40px;
    height: 30px;
    width: 50%;
}

.wxmask {
    position: fixed;
    height: 62px;
    width: 100%;
    top: 0;
    z-index: 999;
    display: none;
}

.wxmask img {
    float: right;
    width: 52px;
    height: 50px;
    margin-right: 15px;
    margin-top: 40px;
}

.wxmask>div>div {
    float: right;
    color: #fff;
    margin-right: 40px;
    margin-top: 80px;
}

.wxmask .share_bg {
    background: url('../../../images/common/share_background.png') center center no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 50px;
}

.groupWxMask .share_bg {
    line-height: 44px;
}

.groupWxMaskBg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.share_bg span {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 16px;
}

.wxmask .share_bg span {
    top: 6px;
}

.wxmask .share_bg .span_two {
    left: -7px;
}

.sublimeInfo input[placeholder] {
    font-size: 14px;
    color: #BBBBBB;
    letter-spacing: 0;
    padding-left: 10px;
}

.sublimeInfo input {
    outline-color: invert;
    outline-style: none;
    outline-width: 0px;
    border: none;
    border-style: none;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
}

.sublimeInfo input {
    height: 40px;
    width: 97%;
    color: #444 !important;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    padding-bottom: 0;
}

.activityModule,
body.activitybody {
    background: #ECF3FF;
}

.doubleEle {
    font-size: 0.205rem;
}

.activityFrom {
    height: 110px;
    background: #fff;
    padding: 20px;
    margin: 0 14px 40px 14px;
    border-radius: 5px;
    padding-bottom: 0;
    color: #444;
}

.activityFrom>input:-moz-placeholder {
    color: #BBBBBB;
}

.yinbiaoLink {
    position: absolute;
    right: 0;
    bottom: 39%;
    width: 40%;
    height: 50px;
    opacity: 0;
}

.englishPodLink {
    position: absolute;
    right: 0;
    bottom: 24%;
    width: 40%;
    height: 50px;
    opacity: 0;
}

.tangdunLink {
    position: absolute;
    right: 0;
    bottom: 8%;
    width: 40%;
    height: 50px;
    opacity: 0;
}

.course_activity main {
    margin-top: 0;
}

.vip_position {
    position: absolute;
    right: 20%;
    top: 36%;
    width: 40%;
    height: 50px;
    opacity: 0;
}

.doubleEle {
    font-size: 0.205rem;
}

.courseBtn {
    position: fixed;
    padding: 0.273rem;
    width: 92%;
    bottom: 0;
    z-index: 99;
    background: #ECF3FF;
}

.courseBtn a {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00B6FF;
}

.activitybody .loadApp {
    background: #ECF3FF;
}

.activityModule {
    padding-bottom: 50px;
}

.yinbiaoLinkde {
    bottom: 29% !important;
}

.englishPodLinkde {
    bottom: 10% !important;
}

.headerShare,
.headerCollection,
.headerDown a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.614rem;
    line-height: 0.614rem;
    box-sizing: border-box;
    border: 0.5px solid #B4B4B4;
    border-radius: 5px;
    box-sizing: border-box;
}

.headerDown a {
    color: #666;
}

.headerShare p,
.headerCollection p,
.headerDown p {
    font-size: 0.239rem;
    margin-left: 0.119rem;
    line-height: normal;
}

.headerShare div,
.headerCollection div {
    margin-right: 0.119rem;
}

.headerShare {
    margin-right: 0.128rem;
    cursor: pointer;
}

.headerCollection {
    margin-left: 0.128rem;
    cursor: pointer;
}

.headerDown {
    margin-left: 0.256rem;
}

.switchL {
    position: relative;
}

.try_listen {
    color: #3557F8;
    width: 0.512rem;
    height: 0.273rem;
    border: 1px solid #3557F8;
    font-size: 0.205rem;
    text-align: center;
    border-radius: 3px;
    line-height: normal;
    box-sizing: border-box;
}

.try_position {
    position: relative;
    top: 0.3rem;
    left: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.li_r_title {
    width: 80%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.acticle_ting {
    position: absolute;
    top: 2px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block_ting {
    position: absolute;
    top: -2px;
    right: 0;
}

.block_ting img {
    width: 0.307rem;
    height: 0.307rem;
}

.notPurchased .try_listen,
.notPurchased .block_ting {
    display: none;
}

.notPurchased .li_r_title {
    width: 100%;
}

.weui-icon-success-no-circle:before {
    content: "" !important;
}

.weui-icon_toast {
    display: none !important;
}

.custom-classname .weui-toast {
    font-size: 0.239rem;
    width: 13em !important;
    min-height: 0.6em !important;
    height: 0.6rem !important;
    top: 80% !important;
    left: 50% !important;
    line-height: 0.6rem !important;
    background: #696e76 !important;
    border-radius: 30px;
    padding: 0px 10px;
    transform: translate(-50%, 0);
    margin-left: 0;
}

.custom-classname.moreletter .weui-toast {
    width: 20em !important;
    left: 24% !important;
    padding: 0px 10px;
}

.custom-pintuan .weui-toast {
    font-size: 0.239rem;
    width: 13em !important;
    min-height: 0.6em !important;
    height: 0.6rem !important;
    top: 80% !important;
    left: 38% !important;
    line-height: 0.6rem !important;
    background: #696e76 !important;
    border-radius: 30px;
    padding: 0px 10px;
}

.custom-pintuan .weui-toast__content {
    position: relative;
    top: 1px;
}

.custom-pintuan1 .weui-toast {
    font-size: 0.239rem;
    width: 70% !important;
    min-height: 0.6em !important;
    height: 0.6rem !important;
    top: 80% !important;
    line-height: 0.6rem !important;
    background: #696e76 !important;
    border-radius: 30px;
    padding: 0px 10px;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    margin-left: 0 !important;
}

.custom-pintuan1 .weui-toast__content {
    position: relative;
    top: 1px;
}

.fulltitle {
    width: 100% !important;
}

/*iphoneX兼容*/
.AdaptationIphoneX {
    display: none;
    z-index: 99;
    height: 34px;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #FCFCFC;
}

.no_formInfo {
    height: 65px;
}

.fixDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.fixContent {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 99;
}
.physicalBook,
.purchasedModule,
.directoryModule,
.detailModule,
.mainContent {
    position: relative;
}

.mainContent {
    margin-bottom: 25px;
}

.free_tag {
    font-size: 9px;
    color: #ed6c74;
    margin-top: -2px;
    margin-right: -7px;
}

.free_tag+b {
    color: #ed6c74;
}

.limitTag {
    font-size: 0.205rem !important;
    margin-right: 0.085rem !important;
    margin-top: 0 !important;
}

/*往期文章列表 */
.ArticleBox {
    margin: 30px 0 20px 0;
}

.articleUl {
    padding: 0 0.478rem;
    display: flex;
    flex-wrap: wrap;
}

.articleli {
    width: 47.5%;
    box-sizing: border-box;
    list-style-type: none;
    padding: 0.171rem;
    margin-bottom: 0.239rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(11, 20, 65, .1);
}

.articleli:nth-child(even) {
    margin-left: 0.119rem;
}

.articleli:nth-child(odd) {
    margin-right: 0.119rem;
}

.at_img {
    text-align: center;
}

.at_img img {
    width: 2.201rem;
    height: 1.485rem;
    border-radius: 5px;
}

.at_title {
    font-size: 0.239rem;
    margin-top: 0.171rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #373856;
}

.at_form,
.at_time {
    font-size: 0.239rem;
    color: #9899A6;
    margin-top: 5px;
}

.enPublishImg {
    position: relative;
}

.enPublishImg div {
    display: inline-block;
    position: absolute;
    height: 40px;
    bottom: 12%;
    opacity: 0;
}

.enPublishImg .absolute3 {
    right: 28%;
    width: 14%;
}

.deWKPublishImg div {
    bottom: 4%;
}

.absolute1 {
    left: 7%;

    width: 24%;
}

.absolute2 {
    left: 33%;
    width: 23%;
}

.absolute3 {
    right: 25%;
    width: 16%;
}

.absolute4 {
    right: 3%;
    width: 21%;
}

.downtimebox {
    position: relative;
}

.downtime {
    background: #F8E71C;
    height: 0.887rem;
    width: 5.717rem;
    margin: 0 auto;
    font-size: 0.273rem;
    font-weight: bold;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    position: absolute;
    bottom: -0.444rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, 0);
    box-shadow: 1px 2px 24px #EEEABA;
}

#downtimeD {
    font-size: 0.444rem;
    margin: 0 2px;
}

.downtime p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cet4Firstimg3 {
    margin-top: 0.853rem;
}

/*引用第三方字体*/
@font-face {
    font-family: dincondensed;
    src: url('./DINCondensed.ttf') format('truetype');
}

#downtimeD {
    font-family: dincondensed !important;
}

.downtime .txt {
    letter-spacing: 1px;
}

.frPublishImg div {
    bottom: 3.5% !important;
}

.esPublishImg div {
    bottom: 11.5%;
}

.esPublishImg .absolute1 {
    left: 8%
}

.esPublishImg .absolute2 {
    left: 34%;
}

.dePublishImg div {
    bottom: 3.4%;
}

.dePublishImg .absolute1 {
    left: 8%
}

.dePublishImg .absolute2 {
    left: 33%;
}

.vipNoPrice {
    margin-left: 5px;
    color: #919191;
    text-decoration: line-through;
}

.imgwkactive {
    margin-left: 15px;
    display: inline-block;
    vertical-align: super;
}

.imgwkactive img {
    width: 98px;
    height: 20px;
}

body,
.purchaseDiv,
.fixDiv,
.downtime {
    max-width: 769px;
    margin: 0 auto;
}

.switchModule.fixDiv {
    border-radius: 0 !important;
}

body ::-webkit-scrollbar {
    display: none;
}

.switchModuleBox {
    margin: auto;
}

@media all and (min-width:550px) {

    html,
    body,
    .loadApp,
    .purchaseDiv,
    .switchModule,
    .switchModuleBox {
        font-size: 60px !important;
    }

    body,
    .loadApp,
    .purchaseDiv,
    .enCourseGuideBox .guideBottom,
    .enCourseCampBox .guideDeadTime,
    .invitePinTuan,
    .pinTuanPurchase,
    .pinTuanPurTime,
    .liveShareBtn {
        max-width: 600px;
    }

    .purchaseDiv .purchaseDivLeft {
        text-align: center !important;
    }

    #purchaseForm.purchaseformNew .purchaseTitle {
        padding: 0 7%;
    }

    .dashed img {
        top: 0.853rem !important;
    }

    .switchModule.fixDiv {
        max-width: 600px;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

/*收藏 toast*/

.toastCollect .weui-toast,
.toastNoCollect .weui-toast {
    width: 72%;
    margin: 0;
    transform: translate(-50%);
    min-height: 30px;
    line-height: 30px;
    top: auto;
    bottom: 15%;
    font-size: 15px;
}

.toastNoCollect .weui-toast {
    width: 30%;
}

.toastCollect .weui-toast .weui-toast__content,
.toastNoCollect .weui-toast .weui-toast__content {
    margin: 0;
}

/* 课程： 甩掉字幕看美剧体验营 css start */
.enCourseCampBox {
    overflow: hidden;
}

.enCourseCampBox img {
    display: block;
    width: 100%;
}

.enCourseCampBox .imgBox {
    position: relative;
}

.enCourseCampBox .courBtn {
    position: absolute;
    right: 0;
    top: 5.5%;
    width: 40%;
    height: 50px;
    opacity: 0;
}

.enCourseCampBox .scrollImg {
    background: #302A3D;
    padding-left: 0.341rem;
}

.enCourseCampBox .swiper-container .swiper-slide {
    width: auto !important;
}

.enCourseCampBox .swiper-container .swiper-slide img {
    width: 5.178rem;
}

.enCourseCampBox #purchaseForm.purchase-form {
    background: #302A3D;
    padding-bottom: 120px;
}

.enCourseCampBox #purchaseForm.purchase-form .purchase-title {
    background: #fff;
    margin: 0 0.341rem;
    border-radius: 10px;
    padding: 20px 14px;
}

.enCourseCampBox #purchaseForm.purchase-form .purchaseTitle .email {
    background: #F6F5F7;
    border-radius: 10px;
    padding: 10px;
    width: 94%;
    border: none;
}

.enCourseCampBox #purchaseForm.purchase-form .purchaseTitle .purName {
    color: #D33D47;
}

.enCourseGuideBox .guideBottom {
    position: fixed;
    bottom: 16px;
    display: flex;
    width: 100%;
}

.enCourseGuideBox .guideBtn {
    border-radius: 5px;
    background-color: #fff;
    font-size: 0.256rem;
    height: 0.683rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #4B63FF;
    width: 44.5%;
}

.enCourseGuideBox .guideBtn.retrunBack {
    color: #4B63FF;
}

.enCourseGuideBox .guideBtn.startStudy,
.enCourseGuideBox .guideBtn.nextStep {
    color: #FFFFFF;
    background-color: #4B63FF;
    margin-left: 11px;
}

.enCourseGuideBox .greyBgHalf {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    height: 0.683rem;
    width: 44.5%;
    background: rgba(0, 0, 0, 0.1);
}

.enCourseGuideBox .greyBgHalfr {
    display: none;
    position: absolute;
    top: 0;
    right: 8%;
    border-radius: 5px;
    height: 0.683rem;
    width: 44.5%;
    background: rgba(0, 0, 0, 0.1);
}

.enCourseGuideBox .greyBg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 92%;
    background: rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 5px;
    height: 0.683rem;
}

.enCourseGuideBox .startStudyW {
    width: 92%;
    color: #FFFFFF;
    background-color: #4B63FF;
    box-sizing: border-box;
    border: 1px solid #4B63FF;
    border-radius: 5px;
    font-size: 0.256rem;
    height: 0.683rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enCourseGuideBox {
    padding: 30px 14px;
}

.enCourseGuideBox .guideStep .stepTit {
    display: flex;
}

.enCourseGuideBox .guideStep .stepTit p.imgp {
    display: flex;
    align-items: center;
}

.enCourseGuideBox .guideStep .stepTit p img {
    width: 0.341rem;
    height: 0.341rem;
}

.enCourseGuideBox .guideStep .stepTit .tit {
    font-size: 0.307rem;
    color: #333;
    font-weight: bold;
    margin-left: 0.239rem;
}

.enCourseGuideBox .guideStep .stepTit .greenLine {
    width: 2px;
    height: 0.99rem;
    display: inline-block;
    background-color: #4B63FF;
}

.enCourseGuideBox .guideStep .stepTit .whiteLine {
    width: 2px;
    height: 2.594rem;
    display: inline-block;
    background-color: #F2F3F5;
}

.enCourseGuideBox .guideStep .stepTit .whiteLine.whiteLineBlue,
.enCourseGuideBox .guideStep .stepTit .whiteLine3.whiteLine3Blue {
    background-color: #4B63FF;
}

.enCourseGuideBox .guideStep .stepTit .whiteLine3 {
    width: 2px;
    height: 2.253rem;
    display: inline-block;
    background-color: #F2F3F5;
}

.enCourseGuideBox .guideStep .stepTit .tip {
    font-size: 0.239rem;
    color: #999999;
    margin-left: 0.341rem;
}

.enCourseGuideBox .guideStep .stepTit.marginStepTit {
    margin-left: 0.171rem;
}

.enCourseGuideBox .guideStep .stepTit .teaWx {
    background-image: url("https://static.eudic.net/web/course/en_no_subtitles_group.jpg");
    width: 5.342rem;
    height: 1.843rem;
    background-size: 100% 100%;
    margin-left: 0.341rem;
    margin-top: 0.171rem;
}

.enCourseGuideBox .guideStep .stepTit .resourseWx {
    background: #F2F3F5;
    border-radius: 10px;
    display: flex;
    width: 5.342rem;
    height: 1.57rem;
    align-items: center;
    justify-content: center;
    margin-left: 0.341rem;
    margin-top: 0.273rem;
}

.enCourseGuideBox .guideStep .stepTit .resourseWx p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    align-items: center;
}

.enCourseGuideBox .guideStep .stepTit .resourseWx p span {
    font-size: 12px;
    color: #666666;
}

.enCourseGuideBox .guideStep .stepTit .resourseWx p img {
    margin-bottom: 0.171rem;
}

.enCourseGuideBox .guideStep .stepTit .teaWx p {
    display: flex;
    flex-direction: column;
    padding: 0.307rem 0.239rem;
}

.enCourseGuideBox .guideStep .stepTit .teaWxTit {
    font-size: 0.273rem;
    color: #FFFFFF;
}

.enCourseGuideBox .guideStep .stepTit .teaWxNum {
    font-size: 0.205rem;
    color: #FFFFFF;
    opacity: 0.5;
}

.enCourseGuideBox .guideStep .stepTit .teaWxCopy {
    font-size: 0.222rem;
    color: #4B63FF;
    padding: 2px 19px;
    background-color: #fff;
    border-radius: 30px;
    max-width: 0.461rem;
    margin-top: 9px;
}

.guide-refuse-dialog .weui-dialog__bd {
    min-height: 0;
}

.guide-refuse-dialog .weui-dialog__hd .weui-dialog__title {
    font-weight: bold;
}

.guideDeadTime {
    position: fixed;
    width: 100%;
    height: 30px;
    background: #C4494C;
    box-shadow: 0 -2px 4px 0;
    left: auto;
    bottom: 60px;
    z-index: 999;
    margin: 0 auto;
}

.guideDeadTime .guideDeadCon {
    font-size: 0.205rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin: 0 0.239rem;
    height: 100%;
}

.guideDeadTime .guideDeadCon p:first-child {
    flex: 1;
}

.guideDeadTime .guideDeadCon p span {
    font-weight: bold;
}

.showInIosApplet {
    display: flex;
    align-items: center;
    justify-content: center;
}

.showInIosApplet .iosTip {
    font-size: 16px;
}

/* 课程： 甩掉字幕看美剧体验营 css end */
.adaptationIphone {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: constant(safe-area-inset-bottom);
    height: env(safe-area-inset-bottom);
    background-color: #FCFCFC;
    z-index: 999;
}

/* 拼团 */
.pinTuanHead {
    height: 1.126rem;
    display: flex;
    padding: 0 0.307rem;
    align-items: center;
    color: #FFFFFF;
}

.pinTuanHead {
    background-image: url(https://static.eudic.net/web/course/Combined_Shape.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pinTuanPurchase .pinLeftTime {
    color: #FFFFFF;
    background: linear-gradient(to right, #FE7804, #FEA23A);
}

.pinTuanHead .headL {
    flex: 1;
}

.pinTuanHead .headR {
    font-size: 0.239rem;
}

.pinTuanHead .headL .lfPrice .price i {
    font-style: normal;
    font-size: 0.273rem;
}

.pinTuanHead .headL .lfPrice {
    display: flex;
    align-items: center;
    line-height: 1.4;
}

.pinTuanHead .headL .lfPrice .price {
    font-size: 0.41rem;
    margin-right: 7px;
    font-weight: bold;
}

.pinTuanHead .headL .lfPrice .num {
    color: #FFFFFF;
    background-image: url(https://static.eudic.net/web/course/tag_left_img.png);
    width: 0.717rem;
    height: 0.307rem;
    line-height: 0.307rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0.188rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.pinTuanHead .headL .lfPrice .num i {
    font-style: normal;
    position: relative;
    left: 1px;
}

.pinTuanHead .headL .lfOrigin {
    font-size: 0.205rem;
    display: flex;
}

.pinTuanHead .headL .lfOrigin .price {
    text-decoration: line-through;
    opacity: 0.8;
}

.singleNum {
    background-color: #FF503C;
    border-radius: 5px;
    font-style: normal;
    margin-left: 4px;
}

.singleNum i {
    font-style: normal;
    padding: 2px 3px;
}

.pinTuanHead .headR span,
.pinTuanPurTime span {
    background: #FFFFFF;
    border-radius: 2px;
    font-size: 0.222rem;
    color: #FE7A06;
    width: 0.393rem;
    height: 0.324rem;
    text-align: center;
    display: inline-block;
    margin: 0 4px 0 6px;
}

.pinTuanHead .headR i,
.pinTuanPurTime i {
    font-style: normal;
    position: relative;
    bottom: 1px;
}

.pinTuanPurchase .pinLeftTime {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.614rem;
    font-size: 0.239rem;
}

.pinTuanBuy {
    height: 1.024rem;
    display: flex;
    align-items: center;
    padding: 0 0.239rem;
    background-color: #fff;
}

.pinTuanBuyed {
    padding: 0 0.239rem 0 0;
}

.pinTuanPurchase {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.pinTuanBuy .pinTuanBuyR {
    display: flex;
}

.pinTuanBuy .pinTuanBuyR .btn {
    width: 1.809rem;
    height: 0.734rem;
    background: #FAF0DC;
    border-radius: 5px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.pinTuanBuy .pinTuanBuyR .btnLast {
    background-color: #EDCA87;
    margin-left: 0.239rem;
}

.pinTuanBuy .pinTuanBuyR .btn p,
.invitePinTuan .btn p {
    font-size: 0.273rem;
    line-height: 1.3;
    color: #744A1D;
}

.pinTuanBuy .pinTuanBuyR .btn .pLast,
.invitePinTuan .btn .pLast {
    font-size: 0.205rem;
}

.invitePinTuan .buyBtn {
    padding: 0 0.239rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.024rem;
    width: 100%;
}

.invitePinTuan .btn {
    width: 50%;
    height: 43px;
    background: #FAF0DC;
    border-radius: 5px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.invitePinTuan .btnLast {
    background-color: #EDCA87;
    margin-left: 0.239rem;
}

.pinTuanBuy .pinTuanBuyL {
    flex: 1;
    color: #744A1D;
}

.pinTuanBuy .pinTuanBuyL .buyDetail {
    display: flex;
    justify-content: center;
    flex-flow: column;
    font-size: 0.171rem;
    align-items: center;
}

.pinTuanBuy .pinTuanBuyL .buyDetailIcon {
    display: flex;
    justify-content: center;
}

.pinTuanBuy .pinTuanBuyL .buyDetailIcon img {
    width: 0.273rem;
    height: 0.273rem;
}

.pinTuanBuy .pinTuanBuyR .buyedBtn {
    height: 0.683rem;
    background: #4B63FF;
    border-radius: 5px;
    font-size: 0.273rem;
    color: #FFFFFF;
    padding: 0 1.673rem;
    display: flex;
    align-items: center;
}

.myPinTuanBox {
    padding: 0.341rem 0.239rem 1.35rem 0.239rem;
    overflow-x: hidden;
}

.myPinTuanBox .myPinTuanCon {
    background: #FFFFFF;
    box-shadow: 0 4px 24px 0 rgba(186, 186, 186, 0.50);
    border-radius: 5px;
}

.courseImg img {
    width: 100%;
    min-height: 2.987rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.courseInfo .headerTextL {
    padding: 0.273rem 0.239rem 0.239rem 0.239rem;
}

.coursePrice {
    display: flex;
    align-items: center;
    padding: 0 0.239rem;
}

.coursePrice .seeCourse {
    width: 1.161rem;
    height: 0.444rem;
    background: #DDE2FF;
    border-radius: 5px;
    font-size: 0.205rem;

}

.coursePrice .seeCourse a {
    color: #4B63FF;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.coursePrice .priceInfo {
    flex: 1;
    display: flex;
    align-items: baseline;
}

.coursePrice .priceInfo .tuanNum {
    font-size: 0.188rem;
    color: #FFFFFF;
    margin-right: 6px;
    background-image: url(https://static.eudic.net/web/course/cou_pin_tag.png);
    width: 0.717rem;
    height: 0.307rem;
    line-height: 0.307rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    bottom: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.coursePrice .priceInfo .tuanNum i {
    font-style: normal;
    position: relative;
    right: 1px;
    top: 1px;
}

.coursePrice .priceInfo .curPrice {
    font-size: 0.41rem;
    color: #FF503C;
    line-height: 1;
    font-weight: bold;
    position: relative;
    top: 4px;
}

.coursePrice .priceInfo .oriPrice {
    font-size: 0.205rem;
    color: #8F8F8F;
    text-decoration: line-through;
    margin-left: 5px;
    position: relative;
    top: 4px;
}

.pinTuanIng {
    text-align: center;
}

.pinTuanIng .state {
    font-weight: bold;
    font-size: 0.341rem;
    color: #444444;
    margin-bottom: 0.341rem;
}

.pinTuanIng .person {
    display: flex;
    justify-content: center;
}

.pinTuanIng .person .avatar {
    position: relative;
    margin: 0 0.256rem;
}

.pinTuanIng .person .avatar .identity {
    font-size: 0.205rem;
    color: #FFFFFF;
    background: #4B63FF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 0 6px;
    position: absolute;
    width: max-content;
    left: 50%;
    bottom: -14px;
    font-weight: 500;
    /* transform: translate(-50%, 0); */
    transform: scale(0.75) translate(-66%, 0);
}

.pinTuanIng .person .avatar img {
    width: 0.683rem;
    height: 0.683rem;
    border-radius: 50%;
}

.pinTuanIng .leftTime {
    font-size: 0.239rem;
    color: #444444;
    margin-top: 0.375rem;
}

.pinTuanIng .leftTime .bg {
    font-style: normal;
    color: #4B63FF;
    font-weight: bold;
}

.pinTuanIng .leftTime span {
    font-size: 0.222rem;
    color: #fff;
    width: 0.393rem;
    height: 0.324rem;
    margin: 0 6px;
    background: #4B63FF;
    border-radius: 2px;
    display: inline-block;
}

.pinTuanIng .minTip {
    font-size: 0.205rem;
    color: #8F8F8F;
    padding: 0.17rem 0 0.683rem 0;
}

.pinTuanIng .minTipStudy {
    padding: 0.512rem 0 1.024rem 0;
}

.pinTuanPurchase,
.invitePinTuan {
    margin-bottom: constant(safe-area-inset-bottom) !important;
    margin-bottom: env(safe-area-inset-bottom) !important;
}

.invitePinTuan {
    position: fixed;
    bottom: 0;
    height: 1.024rem;
    width: 100%;
    background-color: #fff;
}

.invitePinTuan .inviteP {
    width: 93%;
    height: 0.683rem;
    background: #4B63FF;
    box-shadow: 0 2px 14px 0 #B7C0FF;
    border-radius: 5px;
    font-size: 0.273rem;
    color: #FFFFFF;
}

.invitePinTuan,
.invitePinTuan .inviteP {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashed {
    position: relative;
    margin: 0.427rem 0;
}

.dashed img {
    width: 0.649rem;
    height: 0.649rem;
    position: absolute;
    top: 0;
}

.dashed .lIcon {
    left: -0.341rem;
}

.dashed .rIcon {
    right: -0.341rem;
}

.dashed .line {
    width: 100%;
    display: inline-block;
    border: 1px dashed #DEDEDE;
    position: relative;
    top: 1px;
}

/* purchase */
.pinTuanState .purchaseDivLeft .buyDetail {
    display: flex;
    justify-content: center;
    flex-flow: column;
    font-size: 0.171rem;
    align-items: center;
}

.pinTuanState .purchaseDivLeft .buyDetailIcon {
    display: flex;
    justify-content: center;
}

.pinTuanState .purchaseDivLeft .buyDetailIcon img {
    width: 0.273rem;
    height: 0.273rem;
    margin-bottom: 4px;
}

.pinTuanState .purchaseDivRight {
    display: flex;
    margin-right: 14px;
    flex: inherit;
}

.newPinTuanState .purchaseDivLeft .btn,
.pinTuanState .purchaseDivRight .btn {
    width: 2.2rem;
    height: 0.734rem;
    background: #FAF0DC;
    border-radius: 5px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.newPinTuanState .purchaseDivLeft .btnLast,
.pinTuanState .purchaseDivRight .btnLast {
    background-color: #EDCA87;
    margin-left: 0.239rem;
}

.newPinTuanState .purchaseDivLeft .btn p {
    color: #744A1D;
}

.pinTuanState .purchaseDivRight .btn p,
.invitePinTuan .btn p {
    font-size: 0.273rem;
    line-height: 1.3;
    color: #744A1D;
}

.pinTuanState .purchaseDivRight .btn .pLast,
.invitePinTuan .btn .pLast {
    font-size: 0.205rem;
}

.pinTuanPurTime {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.614rem;
    font-size: 0.239rem;
    position: fixed;
    bottom: 60px;
    width: 100%;
    z-index: 99;
    color: #FFFFFF;
    background: linear-gradient(to right, #FE7804, #FEA23A);
    margin-bottom: constant(safe-area-inset-bottom) !important;
    margin-bottom: env(safe-area-inset-bottom) !important;

}

/* .pinTuanPurTime span{
    background: #FFFFFF;
    border-radius: 2px;
    font-size: 0.222rem;
    color: #FE7A06;
    padding: 2px 4px;
    margin: 0 8px;
} */
.pinTuanState .buyedBtn {
    height: 0.683rem;
    background: #4B63FF;
    border-radius: 5px;
    font-size: 0.273rem;
    color: #FFFFFF;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
}

.purchasePinGroup {
    width: 100%;
    display: flex;
    justify-content: center;
}

.defaultAvator {
    width: 0.717rem;
    height: 0.717rem;
}

.pinTuanState .purchaseDivLeft {
    margin-left: 0;
}

.pinTuanState .priceDay {
    font-size: 0.205rem;
}

.bold {
    font-weight: 500;
}

.pinTuanHead .headR .dayHtml,
.pinTuanPurTime .dayHtml {
    margin: 0;
}

/* liveshare */
.liveActivityHtml .headerShare,
.liveshareHtml .headerShare {
    margin: 0;
}

.liveShareBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 1.024rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.256rem;
    margin-bottom: constant(safe-area-inset-bottom) !important;
    margin-bottom: env(safe-area-inset-bottom) !important;
    z-index: 99;
    margin: 0 auto;
    box-shadow: 0 -3px 24px 0 rgba(203, 203, 203, 0.50);
}

.liveShareBtn .btn {
    width: 100%;
    height: 0.683rem;
    color: #fff;
    background-color: #4E5BFF;
    outline: none;
    border: none;
    border-radius: 5px;
    font-size: 0.256rem;
    box-shadow: 0 1px 7px 0 rgba(78, 91, 255, 0.50);
}

.liveShareBtn.newBg .btn {
    background-color: #0299ff;
}

.liveSection {
    background-color: #fff;
    padding-bottom: 70px;
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
}

.detailModuleLive {
    margin-bottom: 1rem;
}

.liveActivityHtml {
    background-color: #fff;
}

.liveDialog .titleOne {
    font-size: 0.273rem;
    font-weight: bold;
    margin-bottom: 0.307rem;
    display: inline-block;
}

.liveDialog .titleTwo {
    font-size: 0.239rem;
    color: #8f8f8f;
}

.liveDialog.liveDialogFirst .weui-dialog__bd:first-child {
    padding-top: 1.7em;
}

.liveDialog .weui-dialog__bd:first-child {
    padding-top: 1em;
}

.liveShareBtn .overBtn {
    background-color: #cccccc;
}

.liveGreyLine {
    width: 100%;
    background-color: #F2F3F5;
    height: 10px;
}

.liveMain {
    margin: 0;
}


/* classroom page  */
body::-webkit-scrollbar {
    width: 10px;
    height: 16px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道
 内阴影+圆角*/
body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块
 内阴影+圆角*/
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ccc;

}

.classRoomCls .headerImg img {
    border-radius: 5px;
}

.classRoomCls .switchModule {
    border-radius: 5px 5px 0 0;
}

.classRoomCls .purchasedModule .li_r,
.classRoomCls .directoryModule .li_r {
    flex: 6
}

.classRoomCls main {
    margin-top: 20px;
}

#aLink,
#buyVip {
    cursor: pointer;
}

#buyerInfo {
    padding: 0;
}

.deIapMinLangImg {
    position: relative;
}

.deIapMinLangImg div {
    display: inline-block;
    position: absolute;
    height: 60px;
    bottom: 12%;
    opacity: 0;
}

.minLanIcon img {
    width: 87px;
    height: 20px;
}

.vipdiscount img {
    width: 70px;
    height: 20px;
}

.txtLft {
    text-align: left !important;
}

.load-class .weui-toast {
    width: 122px;
    height: 122px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.load-class .weui-icon_toast {
    display: block !important;
}

.shareDownAppBox {
    display: none;
}

.shareDownAppBox a {
    display: block;
}

.shareDownApp {
    display: flex;
    align-items: center;
    padding: 0.171rem 0.341rem;
}

.appName {
    flex: 1;
    overflow: hidden;
}

.appName p {
    font-size: 0.273rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #444444;
}

.appName p:last-child {
    color: #999999;
    font-size: 0.205rem;
}

.down_icon {
    border: 2px solid rgba(49, 149, 252, 0.50);
    border-radius: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
}

.down_icon .btn {
    font-size: 0.256rem;
    color: rgb(49, 149, 252);
    padding: 1px 0.341rem;
    border: none;
    background: none;
}

.down_icon.inWeixin {
    width: 70px;
    height: 30px;
    line-height: 30px;
    border: none;
}

#launch-btn {
    width: 100%;
    height: 100%;
}

.bottomCollect {
    border: none;
    display: flex;
    flex-direction: column;
    width: 30%;
    justify-content: center;
    align-items: center;
    margin-left: 0;
}

.bottomCollect p,
.bottomCollect div {
    margin: 0;
}

.bottomCollect img {
    margin-bottom: 2px;
}

.IntegralPrice {
    text-align: left;
}

.IntegralPrice .IntegralTop {
    color: #333333;
    font-size: 0.205rem;
}

.IntegralPrice .IntegralTop .curPrice {
    font-size: 0.393rem;
    font-weight: bold;
}

.IntegralPrice .IntegralTop .originPrice {
    color: #BDBDBD;
    text-decoration: line-through;
    margin-left: 3px;
}

.IntegralPrice .IntegralBot img {
    width: 0.171rem;
    height: 0.171rem;
}

.IntegralPrice .IntegralBot {
    color: #FC995F;
    font-size: 0.171rem;
}

.switchBuy div {
    position: relative;
}

.switchBuy div::after {
    content: '';
    background: rgb(240, 13, 13);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 18px;
    right: -5px;
}

.newIcon {
    width: 33px;
    height: 23px;
    position: absolute;
    right: -26px;
    top: 6px;
}

.li_r_download {
    display: inline-flex;
    align-items: center;
}

.directoryModule .li_r_download .playIcon {
    width: 0.239rem;
    height: 0.239rem;
    margin-right: 1px;
}

.recomdCourseUl {
    padding: 5% 5% 0 5%;
    list-style: none;

}
.recomdCourseCont{
    margin: 6% 7%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 -2px 4px 0 rgb(232 232 232 / 50%);
    padding-bottom: 6%;
}

.recomdCourseIcon {
    border-radius: 10px;
}

.recomdCourseUl a {
    color: inherit;
    text-decoration: none;
}

.recomdCourseTitle {
    font-size: 0.239rem;
    margin-top: 3px;
}

.recomdCourseLi {
    display: inline-flex;
    width: 46%;
    margin-bottom: 7%;
}

.recomdCourseLi:nth-child(2n) {
    margin-left: 4%;
}
.recomdCourseMore a{
    color:inherit;
}
.recomdCourseMore{
    text-align: center;
    background: #f1f1f1;
    width: fit-content;
    border-radius: 30px;
    padding: 2px 11px;
    font-size: 0.222rem;
    display: inline-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.physicalBook{
    background-color: #ffffff;
    margin-bottom: 0.171rem;
    padding: 0.239rem 0.256rem 0.3rem 0.256rem;
}
.physicalBook .name,
.physicalBook .title{
    font-size: 0.273rem;
    color: #333;
    font-weight: bold;
}
.physicalBook .bookcover{
    position: relative;
    margin-right: 10px;
    height: 90px;
}
.physicalBook .bookcover img{
    position: relative;
    top: -20px;
    width: 70px;
}
.physicalBook .info{
  margin-top: 35px;
}
.physicalBook .info a{
    display: flex;
    align-items: center;
    background: #f5f6f7;
    padding:0 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.physicalBook .text{
    font-size: 0.205rem;
    color: #8f8f8f;
    margin-top: 5px;
}
.physicalBook .showMore{
    width: 14px;
    height: 14px;
}
.physicalBook .detail{
    flex:1;
}
