﻿* {
    margin: 0px;
    padding: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
}

html,
body {
    /* height: 100%; */
    padding: 0;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: PingFangSC-Regular, -apple-system-font, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-size: 0.239rem;
}

#app {
    /* height: 100%; */
    background: #E8EDF0;
}

ul,
li,
p,
a {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

/*引用第三方字体*/
@font-face {
    font-family: dincondensed;
    src: url('./DINCondensed.ttf') format('truetype');
}
.price2,
.curPagination,
.numberFont,
.bsRspan,
.chartNumber,
.chartYearSpanDom,
.curPage,
.curDay,
.allDay,
.weekDate,
.suppDate {
    font-family: dincondensed !important;
}

.course_detail {
    height: 100%;
    position: relative;
    background: #E8EDF0;
    /* background: #F7F9FA; */
}

.bsDaysBox {
    display: flex;
    padding: 0.239rem;
    position: relative;
    background: #fff;
    flex-wrap: wrap;
}

.bsLspan {
    font-size: 0.205rem;
    color: #464646;
    margin-right: 0.307rem;
}

.bsLspan i {
    font-style: normal;
    font-size: 0.512rem;
    font-weight: bold;
}

.bsRspan,
.bsRightDay {
    color: #A8B1BB;
    font-size: 0.205rem;
}

.bsRspan {
    letter-spacing: 1px;
}

.bsTitleSpan3 {
    color: #A8B1BB;
    font-size: 0.239rem;
}

.bsRightDay {
    position: absolute;
    bottom: 0.461rem;
    right: 0.239rem;
}

.bsRightDay img {
    width: 0.307rem;
    height: 0.307rem;
}

.buttonVanBox {
    padding: 0.239rem;
    position: fixed;
    bottom: 0;
    width: 93%;
    z-index: 999;
}

.buttonVan {
    width: 100%;
    color: #fff;
    border: none;
    height: 0.683rem;
    background: #0288FB;
    box-shadow: 0 4px 12px 0 #BCD6F7;
    border-radius: 3px;
    font-size: 0.273rem;
}

.trangle {
    width: 0;
    height: 0;
    border-width: 0 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent #464646;
    position: relative;
    bottom: 0.119rem;
    margin-left: 0.085rem;
}

.touchModal {
    background: rgba(0, 0, 0, .2);
    position: absolute;
    width: 93%;
    height: 40px;
    top: 0.239rem;
    z-index: +1;
    border-radius: 4px;
}

.study_result {
    overflow: hidden;
}

.resultImg {
    text-align: center;
}

.resultImg img {
    height: 200px;
}

.resultText {
    font-size: 0.41rem;
    color: #222222;
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}

.study_result,
.learn-statistics {
    /* margin-bottom: 1.161rem; */
    background: #fff;
}

.curPagination {
    width: auto;
    color: #464646;
    font-size: 1.09rem;
    display: inline-block;
    margin-right: 0.239rem;
    position: relative;
    bottom: 0;
    left: 5px;
}

.iphoneHeight {
    height: constant(safe-area-inset-bottom);
    height: env(safe-area-inset-bottom);
}

.adaptationIphone {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: constant(safe-area-inset-bottom);
    height: env(safe-area-inset-bottom);
    background-color: #fff;
    z-index: 9999;
}

.AdaptationIphoneX {
    display: none;
    z-index: 99999;
    height: 34px;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #fff;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .AdaptationIphoneX {
        display: block;
    }

    .buttonVanBox {
        bottom: 34px;
    }

    .supplementBtn,
    .choiceBotBtn {
        bottom: 34px !important;
    }

    .completion .choiceBotBtn {
        bottom: 0 !important;
    }

    .continueCourse {
        bottom: 1.434rem !important;
    }

    .choice-question,
    .write-question,
    .select-question {
        margin-bottom: 34px;
    }

    .choice-question .choiceUl {
        margin-bottom: 0.512rem;
    }

    .readAndKnowBox .readOptions:last-child {
        margin-bottom: 1.024rem !important;
    }

    /* #logdiv .logBotBtn {
        bottom: 7%;
    } */

    #logdiv .sendlogBox {
        padding: 0.171rem 0 2.117rem 0 !important;
    }
}

.bgTimeStatistics {
    position: relative;
    margin: 0 auto;
    background-image: url('https://static.eudic.net/web/jingtingcourse/stats_learn_img_3.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 5.717rem;
    height: 2.865rem;
    /* box-shadow: 0 4px 24px 0 #CAD7F6; */
    /* border-radius: 10px; */
}

.bgTimeStatistics .three_ul li,
.bgTimeStatistics .three_ul li .numberFont {
    color: #fff;
}

.bgTimeStatistics .three_ul li .numberFont {
    font-size: 0.614rem;
}

.bgTimeStatistics .three_ul li:nth-child(2) {
    flex: 2;
}

.bgTimeStatistics .three_ul {
    padding-top: 0.341rem;
}

.bgTimeStatistics .numTitle {
    letter-spacing: 1px;
}

.checkBtn {
    width: 4.33rem;
    height: 0.683rem;
}

.checkBtn .statisticsBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.33rem;
    height: 0.683rem;
    line-height: 0.683rem;
    background: #fff;
    box-shadow: 0 4px 12px 0 #5676E1;
    border-radius: 30px;
    text-align: center;
    font-size: 0.273rem;
    color: #6183F5;
    position: absolute;
    bottom: 0.341rem;
    left: 50%;
    margin-left: -2.176rem;
    border: none;
}

.statisticsBtn .van-button__text,
.choiceBotBtn .van-button__text,
.clickCompostBtn .van-button__text {
    display: inline-block;
    width: 100%;
}

.statisticsBtn .van-button--normal {
    border: none;
}

.moduleTitle {
    margin: 0.512rem 0.341rem 0.256rem 0.341rem;
}

.lfTitle {
    flex: 1;
    font-size: 0.341rem;
    color: #2C2C2C;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.cheader {
    font-weight: bold;
}

.studyModalBox {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -100%;
}

.studyModalBg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, .15);
}

.studyModal {
    margin: 0 auto;
    width: 4.335rem;
    height: 5.393rem;
    background: #fff;
    border-radius: 5px;
    z-index: 999;
}

.closeBtn {
    position: relative;
}

.tipTopBg {
    width: 1.86rem;
    height: 1.178rem;
    position: absolute;
    right: 0.853rem;
    top: -0.102rem;
}

.ModaltTitle {
    font-size: 0.341rem;
    color: #444;
    margin-bottom: 0.273rem;
    margin-top: 0.597rem;
}

.studtlist li {
    font-size: 0.205rem;
    color: #8f8f8f;
    margin-bottom: 0.256rem;
    line-height: 0.307rem;
}

.ModaltTitle,
.studtlist {
    margin-left: 0.461rem;
    margin-right: 0.785rem;
}

.tipBottomBg {
    position: relative;
}

.tipBottomBg img {
    width: 1.434rem;
    height: 0.939rem;
    position: absolute;
    top: -0.375rem;
    right: 0.205rem;
}

.closeX {
    width: 0.273rem;
    height: 0.273rem;
    position: absolute;
    right: 0.239rem;
    top: 0.239rem;
}

.modalAnimate {
    animation: slidein 0.3s ease 0s 1;
    -webkit-animation: slidein 0.3s ease 0s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

/*学习指引动画*/
@-webkit-keyframes slidein {
    0% {
        left: -100%;
    }

    100% {
        left: 0;
    }
}

.courseState {
    height: 1.092rem;
    background-image: url('https://static.eudic.net/web/jingtingcourse/stats_notice_img.png');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: 0.341rem;
}

.stats_notice img {
    width: 0.273rem;
    height: 0.273rem;
}

.stats_notice {
    width: 86%;
    font-size: 0.273rem;
    padding-left: 0.478rem;
    display: flex;
    align-items: center;
}

.stats_notice span {
    flex: 1;
}

.week {
    font-style: normal;
    margin-left: 3px;
}

.BigTitle {
    flex: 1;
}

.BigTitle span {
    font-size: 0.478rem;
    color: #444444;
    letter-spacing: 0.4px;
}

.BigTitle img {
    vertical-align: bottom;
}

.indexMinTitle {
    font-size: 0.239rem;
    color: #8f8f8f;
    margin-top: 0.256rem;
}

.curPage {
    font-size: 0.614rem;
    color: #464646;
    margin: 0 0.085rem;
}

.indexBigBox {
    display: flex;
    width: 100%;
    margin-top: 10px;
}

.topVanBox {
    position: relative;
    padding: 0.341rem 0 0.256rem 0;
    width: 100%;
}


.topVan,
.topVanBox .van-button--normal {
    letter-spacing: 1px;
    width: 100%;
    color: #fff;
    border: none;
    height: 0.683rem;
    line-height: 0.683rem;
    background: #6183F5;
    box-shadow: 0 4px 12px 0 #BCD6F7;
    border-radius: 3px;
    font-size: 0.273rem;
}

.touchTopModal {
    background: rgba(0, 0, 0, .2);
    position: absolute;
    width: 100%;
    height: 40px;
    top: 0.341rem;
    z-index: +1;
    border-radius: 4px;
}

/* 往期期刊 */
.periods {
    position: relative;
    background: #E8EDF0;
}

.periodsArtBox {
    padding-bottom: 0.341rem;
}

.monthBox {
    background: #fff;
    width: 100%;
}

.periodsMonUl {
    display: flex;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 0.341rem;
}

.periodsMonli {
    display: inline-block;
    /* width: 1.195rem; */
    height: 0.768rem;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 0.085rem;
}

.periodsMonli span {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 0.205rem;
    font-size: 0.205rem;
    letter-spacing: 1px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.periodsMonli .activePeriods {
    border-color: transparent;
}

body.en .activePeriods {
    color: #fff;
    background: #6183F5;
}

body.fr .activePeriods {
    color: #fff;
    background: #2FBDFF;
}

body.de .activePeriods {
    color: #fff;
    background: #66C44F;
}

body.es .activePeriods {
    color: #fff;
    background: #E5425F;
}

.periodsArtUl {
    overflow-y: scroll;
    padding: 0.341rem;
}

/* 滚动条隐藏 */
.periodsArtUl::-webkit-scrollbar {
    width: 0px !important
}

.periodsArtli {
    display: flex;
    background: #fff;
    border-radius: 5px;
    padding: 0.341rem;
    margin-bottom: 0.256rem;
    box-shadow: 0 2px 6px 0 rgba(230, 233, 234, 0.50);
}

.periodsArtli>a {
    display: flex;
    width: 100%;
}

.periodsTitle {
    font-size: 0.239rem;
    color: #444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.time_state {
    width: 100%;
    font-size: 0.239rem;
    display: flex;
    position: absolute;
    bottom: -1px;
}

.periodsTime {
    flex: 1;
    font-size: 0.205rem;
    color: #8f8f8f;
}

.periodsState {
    font-size: 0.205rem;
    color: #A8A8A8;
    text-align: center;
    position: absolute;
    right: 0;
}

.periodsImg {
    width: 1.434rem;
    height: 1.024rem;
    margin-right: 0.205rem;
}

.periodsImg img {
    width: 1.434rem;
    height: 1.024rem;
    border-radius: 5px;
    object-fit: cover;
}

.periodsText {
    height: 1.024rem;
    flex: 1;
    position: relative;
}

.moduleTitle {
    display: flex;
    align-items: center;
}

.gorule {
    font-size: 0.239rem;
    color: #8F8F8F;
}

.gorule img {
    width: 0.171rem;
    height: 0.171rem;
}

.selectbtn {
    width: 0.683rem;
    height: 0.393rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EDF0F3;
    box-sizing: border-box;
    border-radius: 0.196rem;
    font-size: 0.239rem;
}

.activeSelectBtn {
    color: #fff;
    background: #6183F5;
    border-color: transparent;
}

.selectMon {
    margin-left: 0.307rem;
}

.isfinish {
    color: #6183F5;
}

/* ********************reward-rule页面 *************************/
.reward-rules {
    background: #fff;
    padding: 0 0.341rem;
}

.totalTitle {
    font-size: 0.341rem;
    color: #222222;
    margin-top: 0.512rem;
    font-weight: bold;
}

.reward-rules .calendarDiv {
    margin-bottom: 10px;
    margin-top: 10px;
}

.rewardTitle {
    position: relative;
    font-size: 0.273rem;
    color: #222222;
    font-weight: bold;
    margin-top: 0.683rem;
    margin-bottom: 20px;
}

.rewardTitle span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #4B63FF;
    border-radius: 50%;
    position: relative;
    top: -2px;
}


.reward-rules .weuiDiv h3 {
    font-size: 16px;
    color: #4A90E2;
    text-align: center;
    font-weight: normal;
    margin: 30px 0 20px;
}

.reward-rules .weuiDiv ul {
    font-size: 16px;
    color: #444;
}

.new_reward_jingting {
    list-style: none;
    margin-left: 0;
}

.studyLoad {
    padding-bottom: 0.512rem;
}

.new_reward_jingting .rule_top {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    height: 0.427rem;
    line-height: 0.427rem;
    position: relative;
}

.new_reward_jingting .rule_img {
    height: 100%;
    flex: 0.5;
    display: flex;
    align-items: center;
}

.new_reward_jingting .rule_img img {
    width: 0.273rem;
    height: 0.273rem;
    position: relative;
    top: -1px;
}

.new_reward_jingting .rule_title {
    font-size: 0.239rem;
    color: #8f8f8f;
    flex: 6;
}

.new_reward_jingting .rule_day {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 0.239rem;
    color: #444;
    margin-top: 3px;
    position: relative;
}

.new_reward_jingting .rule_detail {
    font-size: 0.239rem;
    color: #8F8F8F;
    margin-bottom: 30px;
    letter-spacing: 1px;
}


.studyIntro li {
    font-size: 0.239rem;
    color: #8F8F8F;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.new_reward_jingting .blueC {
    color: #51abff;
}

.new_reward_jingting .rule_day img {
    display: inline-block;
    width: 0.205rem;
    height: 0.205rem;
    margin-left: 5px;
}

.rule_day .curDay {
    font-size: 0.444rem;
    color: #4B63FF;
}

.rule_day .allDay {
    font-size: 0.444rem;
    color: #444444;
}

.rule_day .rewardUnit {
    font-size: 0.205rem;
    color: #444444;
}

.chartBox {
    min-height: 3.41rem;
}

.bottomTwoBtn {
    display: flex;
    padding: 0 0.239rem;
    padding-bottom: 1.024rem;
}

.bottomTwoBtn .van-button--normal {
    height: 0.649rem;
    line-height: 0.649rem;
    border: none;
    background: #EDF0F3;
    border-radius: 3px;
    font-size: 0.239rem;
    color: #8F8F8F;
    width: 48%;
    position: relative;
}

.bottomTwoBtn .van-button--normal img {
    position: relative;
    top: 2px;
    margin-right: 5px;
}


.contactUs {
    margin-left: 0.239rem;
}

.invitePeople img {
    width: 0.205rem;
    height: 0.205rem;
}

.contactUs img {
    width: 0.239rem;
    height: 0.239rem;
}

/* 补卡签到页面 */
.supplementBox {
    height: 100%;
    /* background: #F7F9FA; */
    background: #E8EDF0;

}

.supplement_title {
    padding: 0.512rem 0.341rem 0 0.341rem;
    display: flex;
    align-items: center;
}

.suppTitle {
    flex: 1;
    font-size: 0.341rem;
    color: #2C2C2C;
    font-weight: bold;
}

.suppDate {
    font-size: 0.307rem;
    color: #8f8f8f;
}

.supplementBtn {
    width: 93%;
    position: fixed;
    bottom: 0;
    padding: 0.239rem;
}

.supplementBtn .van-button--normal {
    border: none;
    height: 0.683rem;
    width: 100%;
    font-size: 0.273rem;
    color: #fff;
}

.supplementBtn .supplementShare {
    background: #6183F5;
}

.supplementBtn .supplementFinished {
    background: #9ba09a40;
    color: #b7b1b1;
}

.greyline {
    height: 0.205rem;
    background: #f5f5f5;
}

.bottomhrefBox {
    padding-bottom: 1.024rem;
}

.statisticsUl {
    background: #fff;
}

.statisticsLi {
    display: flex;
    align-items: center;
    font-size: 0.273rem;
    color: #444;
}

.statisticsLi span {
    display: inline-block;
    flex: 1;
    display: flex;
}

.statisticsLi img {
    width: 0.2732rem;
    height: 0.273rem;
}

.statisticsLi .van-button--default {
    padding: 0;
    width: 100%;
    border: none;
    display: flex;
    padding: 0 0.341rem;
}

.statisticsLi .van-button__text {
    font-size: 0.273rem;
    display: flex !important;
    align-items: center !important;
    border-bottom: 0.5px solid #f3f3f3 !important;
    box-sizing: border-box;
}

.statisticsLi .van-button::before {
    background-color: #ccc !important;
}

.statisticsLi .van-button {
    height: 1.024rem;
    line-height: 1.007rem;
}

.currentIndexClass {
    font-weight: bold;
}


body .periods_state {
    color: #6183F5;
}

.van-dialog .van-dialog__message {
    font-size: 16px;
}

#logdiv {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 888;
    text-align: center;
    background: #fff;
    padding: 0 5%;
}

#logdiv .nonelogLi {
    font-size: 0.239rem;
}
#logdiv #clientLog{
    display: none;
}

.logUserInfo {
    text-align: left;
}

.logUserInfo .userid {
    margin-bottom: 0.171rem;
    color: #696969;
    font-size: 0.239rem;
}

.logUserInfo .titleUser {
    font-size: 20px;
    font-weight: bold;
    padding: 0.256rem 0;
    color: #333;
}

#logdiv .sendlogBox {
    font-size: 0.239rem;
    text-align: left;
    padding: 0.171rem 0 1.536rem 0;
    color: #8f8f8f;
}

.logBoxUl {
    position: relative;
    height: 3.413rem;
    padding-bottom: 0.683rem;
}

.logBotBtn {
    position: fixed;
    /* bottom: 4%; */
    bottom: constant(safe-area-inset-bottom);
    bottom: env(safe-area-inset-bottom);
    width: 90%;
    font-size: 0.273rem;
}

#logdiv .logUl {
    border-radius: 10px;
    color: #8f8f8f;
    background: #f5f5f5;
    height: 100%;
    overflow-y: scroll;
    padding: 0.341rem;
    box-sizing: border-box;
    position: relative;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
}


#logdiv .logUl::after {
    content: '';
    display: block;
    height: calc(100% + 1px);
    visibility: hidden;
}

#logdiv .logUl li {
    text-align: left;
    margin-bottom: 0.239rem;
    font-size: 0.205rem;
}

#logdiv .logUl li.titleUser,
#logdiv .logUl li.titleUser+li {
    text-align: center;
}

#logdiv .logUl li .infoli2 {
    margin: 1px 0;
}

.logBotBtn .logContact {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #4B63FF;
    left: 0;
    width: 100%;
    border-radius: 4px;
    font-size: 0.239rem;
    border:none;

}

#logdiv input.btnSendLog {
    text-decoration: underline;
    color: #405FFF;
    margin-top: 0.239rem;
    font-size: 0.239rem;
    border: none;
    -webkit-appearance: none;
    background: #fff;
    margin: 0;
}

#logdiv .logQuestion li {
    font-size: 0.239rem;
    color: #333;
}

#logdiv .logQuestion li.liM {
    margin-bottom: 0.341rem;
    color: #8f8f8f;
}



/* 平板 */
@media all and (min-width:550px) {
    .searchModalBox .searchModal{
        right: 16%;
        top: 9%;
    }
    .chartNumber {
        left: -6px;
    }

    .adaptationIphone {
        display: none;
    }

    .courseGuideTip {
        max-width: 100%;
    }
    .menuArticleUl::-webkit-scrollbar {
        width: 8px !important;
        height:8px;
    }
    .menuArticleUl::-webkit-scrollbar-thumb {
      background-color: #e0e0e0;
      border-radius: 15px;
    }
}

.margintip {
    margin-bottom: 15px !important;
}

/* ***************************以下是英语四六级相关页面的样式 *************************************/
/* 填空题页面 fill-question  start*/
.choice-question,
.write-question,
.select-question {
    background: #fff;
    overflow-x: hidden;
    min-height: 100%;
}

.answerclass {
    padding-bottom: 1.5rem;
}

.answerclassW {
    padding-bottom: 1.5rem;
}

.select-question,
.fill-question,
.choice-question,
.write-question {
    -webkit-overflow-scrolling: auto !important;
}

.write-question {
    min-height: 100%;
}

.directionsBox {
    padding: 0.341rem;
}

.directionsBox .dtxt,
.selectTitBox .dtxt {
    font-size: 0.256rem;
    color: #696969;
    word-break: break-word;
    margin: 0.341rem 0;
}

.choiceTitle {
    position: relative;
    display: flex;
    align-items: center;
}

.choiceTitle .bTitle {
    font-size: 0.341rem;
    color: #030507;
    font-weight: bold;
    position: relative;
    z-index: 10;
}

.choiceTitle .bline {
    height: 5px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 4px;
    background: #C7DCF7;
}

.dirline {
    width: 0.853rem;
}

.textline {
    width: 0.375rem;
}

.audio_choice {
    width: 100%;
}

.choiceTextBox {
    padding: 0 0.341rem 0 0.341rem;
}

.choiceTextCon {
    border-top: 1px solid #ECECEC;
    padding: 0.341rem 0 0.171rem 0;
}

.askQuestion {
    color: #444;
    font-weight: bold;
    font-size: 0.273rem;
    word-break: break-word;
    margin: 0.256rem 0 0.341rem 0;
}

.selectAnswer {
    display: flex;
    align-items: center;
}

.selectAnswer .leftIndex {
    flex: 1;
    font-weight: bold;
    font-size: 0.273rem;
    color: #030507;
}

.rightClick {
    flex: 6.2;
}

.rightClick .selOne {
    width: 100%;
    height: 0.683rem;
    line-height: 0.683rem;
    background: #F2F3F5;
    border-radius: 5px;
    border: none;
    font-size: 0.273rem;
    color: #525151;
    letter-spacing: 1px;
    text-align: center;
}

.rightClick .hasclick {
    background: #E4EAF5;

}

.emptyWord {
    color: #4B63FF;
}

.choiceLi {
    border-bottom: 1px solid #ededed;
    padding-bottom: 0.341rem;
}

.choiceGreybg {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in;
}

.choicepopUp {
    position: fixed;
    z-index: 9999;
    height: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    /* -webkit-transition: all 0.2s ease-in; */
    transition: all 0.2s ease-in;
}

.allOption {
    padding: 0.171rem 0.341rem 0.341rem 0.341rem;
}

.optionTit {
    display: flex;
    align-items: center;
}

.optionTit .titl {
    flex: 1;
    font-size: 0.341rem;
    font-weight: bold;
    color: #030507;
}

.optionTit .closeModaL {
    opacity: 0.5;
    font-size: 0.273rem;
    color: #030507;
    font-weight: bold;
    border: none;
}

.optionTxt {
    padding-bottom: 5px;
    margin-top: -5px;
    font-size: 0.205rem;
    color: #BEBEBE;
    border-bottom: 1px solid #f8f8f8;
}

.ulAnswer {
    overflow-y: scroll;
    /* height: 250px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.liAnswer {
    text-align: center;
    width: 47.2%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 0.273rem;
    margin-right: 2px;
}

.liAnswer .btnAnswer {
    width: 100%;
    border: none;
    background: #F2F3F5;
    border-radius: 5px;
    font-size: 0.273rem;
    color: #444444;

}

.choiceBotBtn {
    padding: 0 0.341rem 0 0.341rem;
    position: relative;
    bottom: 0;
    background: #fff;
    width: 90%;
    z-index: 999;
    /* position: fixed; */
}

.choiceBotBtnFix {
    position: fixed;
}

.encourage {
    height: 0.853rem;
    font-size: 0.239rem;
    color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.encourageBot {
    height: 0.341rem;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

.choiceBotBtn .choiceBtn {
    width: 100%;
    border: none;
    border-radius: 5px;
    font-size: 0.256rem;
    height: 0.683rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}

.choiceBotBtn .nofinishText {
    background-color: #D8D8D8;
    color: #444444;
}

.choiceBotBtn .hasfinishText {
    background-color: #4B63FF;
    color: #fff;
}

.wrongAns {
    color: #FA7064 !important;
}

.rightAns {
    color: #69D321 !important;
}

.fillAnalysis {
    margin-top: 0.341rem;
}

.fillAnaCon {
    font-size: 0.256rem;
    color: #959595;
}

.choiceBotBtn .submitTo {
    color: #fff;
    background-color: #4B63FF;
}

/* 填空题页面 fill-question  end*/
/* 写作题页面 write-question start*/
.writeDesBox {
    position: relative;
    margin: 0 auto;
    background-image: url(https://static-main.frdic.com/web/jingtingcourse/writing_top_img3.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 2.731rem;
    padding: 3.2% 3.2% 5.2% 3.2%;
}

.writeDesCon {
    width: 100%;
    height: 2.731rem;
}

.writeImgbg {
    padding: 6.5%;
}

.writeImgbg span {
    display: block;
}

.writeImgbg .imgbgTit {
    font-size: 0.341rem;
    color: #FFFFFF;
    letter-spacing: 0.33px;
}

.writeImgbg .imgbgTxt {
    font-size: 0.239rem;
    color: #FFFFFF;
    margin-top: 0.171rem;
}

.writeTextbg img {
    width: 0.341rem;
    height: 0.341rem;
    margin-right: 0.171rem;
}

.writeTextbg {
    padding: 0 0.341rem;
    display: flex;
    align-items: center;
    height: 1.024rem;
    position: relative;
    bottom: 0;
}

.writeTextbg .textbgTxt {
    font-size: 0.256rem;
    color: #515370;
}

.writeContentBox {
    padding: 0 0.341rem;
}

.writeSummary .writeZheng,
.compostSummary .compostZheng {
    font-size: 0.273rem;
    color: #444444;
    margin-bottom: 0.444rem;
    margin-top: 0.171rem;
}

.compostZheng {
    line-height: 0.38rem;
}

.writeSummary .wirteDimg img {
    width: 100%;
    height: 2.56rem;
    border-radius: 5px;
    margin-bottom: 0.512rem;
}

.compositionBox {
    padding-top: 0.41rem;
    padding-bottom: 0.853rem;
    border-top: 1px solid #ECECEC;
}

.writeBotBtn {
    /* margin-bottom: 0.341rem; */
}

.vantBtnStyle {
    width: 100%;
    text-align: center !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 0.256rem !important;
    height: 0.683rem !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    line-height: normal !important;
}

.clickCompostBtn {
    margin-bottom: 0.341rem;
    color: #fff !important;
    background-color: #4B63FF !important;
}

/* 写作题页面 write-question end*/
/* 选择题页面 select-question  start*/
.bigSelect {
    font-size: 0.341rem;
    color: #030507;
    font-weight: bold;
    margin: 0.41rem 0 0.341rem 0;
}

.selectTitBox {
    padding: 0 0.341rem;
}

.borderBot {
    font-weight: bold;
    padding-bottom: 0.341rem;
}

.selectTitCon,
.borderBot {
    border-bottom: 1px solid #ECECEC;
}

.selectTitCon .audio_choice {
    padding-bottom: 0.341rem;
}

.selectTitBox .selTxt {
    font-size: 0.273rem;
    color: #9E9E9E;
    margin: 0.154rem 0 0.324rem 0;
}

.borderliselect {
    padding: 0.41rem 0;
    display: flex;
    border-bottom: 1px solid #ECECEC;
}

.readDry,
.rOptionDry,
.liContentO,
.answerAnalysis {
    padding: 0 0.341rem;
}

.rOptionDry {
    padding-top: 0.341rem;
}

.readDry {
    margin-bottom: 0.41rem;
}

.readDry .drytit {
    font-weight: bold;
    font-size: 0.341rem;
    color: #030507;
    margin: 0.41rem 0 0.239rem 0;
}

.readDry .pdrytit {
    font-size: 0.273rem !important;
}

.readDry .scrollDry {
    height: 2.731rem;
    overflow-y: scroll;
    background: #F2F3F5;
    border-radius: 0.171rem;
    font-size: 0.273rem;
    color: #525151;
    padding: 0.256rem;
    border-radius: 5px;
    /*debug ios 默认不显示滚动条 */
    /* -webkit-overflow-scrolling: auto !important; */
}

/* 默认显示滚动条 */
/* .readDry .scrollDry::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}

.readDry .scrollDry::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #D8D8D8;
} */

.choiceTitle .qline {
    width: 0.29rem;
}

.optionMinDry {
    font-size: 0.273rem;
    color: #525151;
    margin-top: 0.41rem;
}

.liReadSelect {
    /* padding:0.41rem 0; */
}

.liContentO {
    font-size: 0.273rem;
    color: #444444;
}

.liContentO .abcd {
    margin-right: 5px;
}

.answerAnalysis {
    font-size: 0.273rem;
    color: #444444;
}

.answerAnalysis .titAnalysis {
    font-weight: bold;
    margin-top: 0.495rem;
    margin-bottom: 0.205rem;
}

.answerAnalysis .conAnalysis {
    border-radius: 5px;
    padding: 10px 8px;
    background: #F7F8FB;
}

.originText {
    text-decoration: none;
    display: inline-block;
    color: #6c9ce0;
    font-size: 0.273rem;
    margin-bottom: 0.171rem;
    flex: 1;
}

.activeOption {
    background: #E7F2FF;
}

.rightOption {
    background: #eefff1;
}

.choiceUl .choiceLi:last-child {
    border-bottom: none;
}

.readAndKnowBox .readOptions:last-child {
    margin-bottom: 0.512rem;
}

.zhengColor {
    border-left: 4px solid #FFC729;
    font-size: 0.239rem !important;
    color: #ACACAC !important;
    padding-left: 0.256rem;
}

.noborder {
    border: none;
}

.btnmp3 {
    width: 0.853rem;
    height: 1.023rem;
    background: transparent;
    position: absolute;
    bottom: 0.461rem;
}

.directTxt {
    position: relative;
}

.scrollbarClass {
    height: 250px;
    /*debug ios 默认不显示滚动条 */
    /* -webkit-overflow-scrolling: auto !important; */
}

.scrollbarClassli {
    display: block;
    width: 100%;
    height: 50px;
    display: block;
}

.noscrollbarClass {
    display: none;
}

/* 默认显示滚动条 */
/* .scrollbarClass::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 2px;
} */

/* .scrollbarClass::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #D8D8D8;
} */
.choice-question .van-button::before {
    background: rgba(0, 0, 0, .2) !important;
}

.btnTopBorder {
    width: 100%;
    height: 0.341rem;
    border-top: 1px solid #e8e8e8;
}

.seeSouorceBox {
    display: flex;
    align-items: baseline;
}

.audioTimeTip {
    color: #CCC;
    font-size: 0.171rem;
}

.audioTimeTipF {
    position: absolute;
    right: 0;
}

/* 选择题页面 select-question end*/

/* ***************************以上是英语四六级相关页面的样式 *************************************/
.smallLangStar img {
    width: 0.307rem;
    height: 0.307rem;
}

.smallLangStar img {
    width: 0.956rem;
    height: 0.256rem;
}

@media all and (min-width:550px) {

    html,
    body,
    .footer,
    .choiceBotBtnFix,
    .anichoicepopUp,
    #logdiv,
    .tipRewardBox {
        font-size: 60px !important;
    }

    body,
    .choiceBotBtnFix,
    .anichoicepopUp,
    #logdiv,
    #logdiv .logBotBtn,
    .tipRewardBox {
        max-width: 600px;
        margin: 0 auto !important;
    }

    .footer {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    #logdiv {
        padding: 0;
    }

    .new_reward_jingting .rule_img {
        max-width: 25px;
    }

    .van-dialog {
        max-width: 300px;
    }

    .imageATitle .bookImg {
        height: 260px !important;
    }

    .continueCourse {
        left: 4% !important;
        right: 4% !important;
    }

    .bgTimeStatistics {
        width: 100%;
        height: 200px;
        border-radius: 10px !important;
    }

    .moduleTitle {
        margin-left: 0;
    }

    .reward-rules {
        height: 100%;
    }

    .unitChartsCal,
    .unitCharts {
        font-size: 14px;
        margin-left: 0 !important;
    }

    .selectMenuCon .menuListli {
        width: auto !important;
        margin-right: 0.341rem;
    }

    .selectMenuCon .menuListli .sendIcon {
        right: -11px !important;
    }
}

/* 完成弹框提示 start*/
.tipRewardBox .tipModalbg {
    background: rgba(0, 0, 0, 0.25);
    margin: auto;
    min-height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
}

.tipRewardBox .tipModalBox {
    /* 320*380 */
    width: 5.461rem;
    height: 6.485rem;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    border-radius: 5px;
    margin: auto;

}

.tipRewardBox {
    text-align: center;
    margin-top: 0.341rem;
}

.tipRewardBox .tipImg img {
    width: 4.335rem;
    height: 2.901rem;
    margin: 0.341rem 0;
}

.tipRewardBox .tipBomBtn {
    position: absolute;
    bottom: 0;
    height: 45px;
    border-top: 0.5px solid #e8e8e8;
    display: flex;
    width: 100%;
}

.tipRewardBox .tipPackBot:last-child {
    border-left: 0.5px solid #e8e8e8;
    box-sizing: border-box;
    color: #4B63FF;
}

.tipRewardBox .tipPackBot {
    border: none;
    font-size: 0.256rem;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tipRewardBox .textTip {
    padding: 0 0.853rem;
    font-size: 0.239rem;
}

.tipRewardBox .textTip .textTipP {
    text-align: left;
}

.tipRewardBox .tipComp {
    font-size: 0.273rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.171rem;
}
.wkCheckTipBox {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    top:0;
    left: 0;
    right: 0;
    min-height: 100%;
    width: 100%;
}
.wkCheckTipBg{
    background: rgba(0, 0, 0, 0.5);
    margin: auto;
    min-height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
}
.wkCheckTipLi img{
    width:259px;
    height:170px;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
}
.checkTxt{
    text-align: center;
    padding:0 16px;
}
.checkTxt span{
    font-size: 13px;
    color:#93979E;
    display: block;
}
.checkTxt span:first-child{
    margin-top: 20px;
    margin-bottom: 8px;
    color:#202124;
    font-size: 18px;
}
body.modal-open {
    position: fixed;
    width: 100%;
  }
.wkCheckBtnLine{
   position: absolute;
   bottom:45px;
   left: 16px;
   right:16px;
   background-color: #EDEDED;
   height:0.5px;
}
.wkTipIcon{
    width:14px;
    height: 14px;
    margin-left: 5px;
}
.wkCheckTipBox .wkCheckBtn{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    color: #4863FF;
    display: flex;
    border:none;
    justify-content: center;
    align-items: center;
    height: 44px;
    width:100%;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}
.wkCheckTipCont{
    width:259px;
    height:331px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    margin: auto;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}
/* 完成弹框提示 end*/
.courseGuideTip {
    position: fixed;
    z-index: 9999;
    bottom: 0.836rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.683rem;
    background: #EDEFFF;
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
}

.courseGuideTip p {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 0.239rem;
}

.courseGuideTip p span {
    font-size: 0.239rem;
    color: #4B63FF;
}

.courseGuideTip p span img {
    width: 0.307rem;
    height: 0.307rem;
}

.courseGuideTip .btn {
    border-radius: 30px;
    padding: 0.068rem 0.171rem;
    font-size: 0.205rem;
    background: #4B63FF;
    color: #fff;

}

.courseGuideTip p span:first-child {
    flex: 1;
}

.completion .inputAnswer {
    display: flex;
    align-items: center;
}

.completion .inputAnswer .leftIndex {
    flex: 1;
    font-weight: bold;
    font-size: 0.273rem;
    color: #030507;
}

.completion .inputAnswer .inputTxt {
    border: none;
    width: 100%;
    background: #f2f3f5;
    font-size: 0.256rem;
    color: #3B3C4F;
    height: 1.8rem;
    padding: 0.256rem;
    border-radius: 5px;
    resize: none;
}

.completion .choiceTitle .bTitle {
    color: #3B3C4F;
}

.completion .choiceTitle .topTitle {
    margin-top: 0.341rem;
}

.completion .selectTitBox .selTxt {
    font-size: 0.256rem;
    color: #3B3C4F;
    line-height: 1.8;
    margin: 0.273rem 0 0.341rem 0;
}

.completion .askQuestion {
    margin: 0.273rem 0 0.307rem 0;
    font-size: 0.256rem;
}

.completion .fillAnaCon {
    font-size: 0.239rem;
    color: #58AD7D;
}

.completion .choiceLi {
    padding-bottom: 0.273rem;
}

.completion .fillAnalysis {
    margin-top: 0.273rem;
}

.hideAdaptation {
    display: none;
}

.minDeadline {
    padding: 0.256rem 0.256rem 0 0.256rem;
}

.minDeadline .minDeadCon {
    background: #F7F8FA;
    border-radius: 5px;
    font-size: 0.256rem;
    display: flex;
    height: 0.853rem;
    align-items: center;
    padding: 0 0.256rem;
}

.minDeadline .minDeadCon .deadTime {
    color: #222;
    flex: 1;
}

.minDeadline .minDeadCon .buyAgain {
    background: #4B63FF;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
}

.continuePurchase {
    text-align: center;
}

/* 续订套餐 */
.studyPurchasePackage {
    margin: auto;
    min-height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999998;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.studyPurchasePackage .purchasGerybg {
    background: rgba(0, 0, 0, 0.5);
    margin: auto;
    min-height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
}

.studyPurchasePackage .studyContentPack {
    width: 5.461rem;
    min-height: 5.5rem;
    height: fit-content;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    border-radius: 5px;
    margin: auto;
}

.studyPurchasePackage .studyContentPack .bigtitle {
    font-size: 0.273rem;
    color: #333;
    padding: 0.341rem;
    text-align: center;
}

.studyPurchasePackage .studyContentPack .ulTip {
    text-align: left;
    font-size: 0.239rem;
    color: #4C4C4C;
    padding: 0 0.341rem 0.341rem 0.341rem;
}

.studyPurchasePackage .studyContentPack .ulTip li:before {
    content: '';
    margin: 3px;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
}

.studyPurchasePackage .studyContentPack .ulTip li {
    line-height: 1.4;
}

.studyPurchasePackage .studyContentPack .dayPackBot,
.studyPurchasePackage .studyContentPack .dayPack {
    border: none;
}

.studyPurchasePackage .studyContentPack .dayPackBot {
    font-size: 0.256rem;
    width: 50%;
}

.studyPurchasePackage .studyContentPack .btomBtn {
    position: absolute;
    bottom: 0;
    height: 45px;
    border-top: 0.5px solid #e8e8e8;
    display: flex;
    width: 100%;
}

.studyPurchasePackage .studyContentPack .dayPackBot:last-child {
    border-left: 0.5px solid #e8e8e8;
    box-sizing: border-box;
    color: #16C115;
}

.studyPurchasePackage .studyContentPack .dayPack {
    height: 0.614rem;
    line-height: 0.614rem;
    width: 100%;
    background: #F1F1F1;
    border-radius: 5px;
    border: 1px solid transparent;
    margin-bottom: 0.341rem;
}

.studyPurchasePackage .studyContentPack .selectPackage {
    padding: 0 0.341rem;
    display: grid;
    padding-bottom: 45px;
}

.studyPurchasePackage .activePack {
    background: #F2FFF2 !important;
    border: 1px solid #16C115 !important;
    color: #16C115;
}

.studyPurchasePackage .studyContentPack .dayPack .van-button__text {
    height: 0.614rem;
    display: inline-block;
}

.studyPurchasePackage .van-button::before {
    background-color: #ccc !important;
}

.studyPurchasePackage .displayPack {
    display: none;
}

.vipActivity {
    padding: 8px 0.341rem;
    font-size: 0.256rem;
    color: #bebebe;
}
html.fullCardBg,
html.fullCardBg body{
    background-color: #E8EDF0;
}
/* 夜间 start */
 @media screen and (prefers-color-scheme: dark) {

    html,
    body {
        color: #bfbfbf;
        background-image: none !important;
        background: #1f1f1f !important;
    }
    body .fallbackTip a{
        color: #bfbfbf;
    }
    html.fullCardBg,
    html.fullCardBg body{
        background: rgb(43, 43, 43) !important;
    }
    .supplement_title,
    body .selectMenuBg,
    #app,
    body .course_detail,
    body .bsDayCardsBox {
        background: rgb(43, 43, 43);
    }
    body .searchModal,
    body .searchBox img,
    body .adaptationIphone,
    body .reward-rules,
    body .study_result,
    body .learn-statistics,
    body .statisticsUl,
    body .statisticsUl .van-button--default,
    body .footer,
    body .cardInfoBox>div,
    body .imageATitle,
    body .boxXunHuan,
    body .bsCardLi {
        background: rgb(28, 28, 33);
    }
    body .searchLi img{
        filter: brightness(4);
    }

    body  #logdiv .logUl li,
    body .logUserInfo .userid,
    body  #logdiv .logQuestion li,
    body .logUserInfo .titleUser,
    body .rule_day .rewardUnit,
    body .rule_day .allDay,
    body .studyIntro li,
    body .new_reward_jingting .rule_detail,
    body .new_reward_jingting .rule_title,
    body  .rewardTitle,
    body .totalTitle,
    body .menuArticleli .periodsTime,
    body .menuArticleli .periodsTitle,
    body .selectTitle .tit,
    body .dateWay,
    body .lfTitle,
    body .footer_menu li span,
    body .dateBox .curDate,
    body .dateBox .totDate,
    body .van-button--default,
    body .booksTitle,
    body .bsMPart .big_title,
    body .bsMPart .min_title {
        color: rgb(191, 191, 191);
    }
    body #logdiv input.btnSendLog,
    body #logdiv,
    body .selectMenuCon .van-button--normal,
    body .scrollPart,
    body .dateMenu .van-button--default {
        background-color: rgb(28, 28, 33);
    }

    body .bsRPart,
    body .bsMPart {
        border-bottom: 0.5px solid rgb(46, 46, 46);
    }
    body .selectMenuCon .van-button--normal,
    body .closeModal,
    body .footer {
        border-top: 1px solid rgb(46, 46, 46);
    }

    body .selectbtn {
        border: 1px solid rgb(41, 41, 41);
    }
    body .menuListli > div,
    body #logdiv .logUl,
    body .greyline {
        background: rgb(36, 36, 36);
    }

    body .statisticsLi .van-button__text {
        border-bottom: 0.5px solid rgb(38, 38, 38) !important;
    }
    body .menuCon{
        background: rgb(41,41,41);
    }
    body .selectMenuCon{
        background: rgb(31,31,31);
    }
    body .menuArticleli:first-child{
        border-top:0.5px solid  rgb(36, 36, 36);
    }
    body .menuArticleli>a,
    body .menuArticleli>div{
        border-bottom:0.5px solid  rgb(36, 36, 36);
    }
 }

/* 夜间 end */

.searchInput .van-search__content {
    height: 40px;
    background-color: #f5f6f7;
    border-radius: 6px;
}

.searchInput.van-search {
    padding: 0;
}

.searchInput.van-search .van-cell {
    display: flex;
    align-items: center;
}

/* .searchInput .van-field__control {
    color: #93979e
} */

.searchInput .van-field__left-icon .van-icon {
    font-size: 18px;
    color:#bbbec3;
    position: relative;
    top:1px;
}
.searchPageBox{
    background-color: #fff;
    padding: 0.205rem 0.256rem 0 0.256rem;
}
.searchPageBox .periodsArtUl{
  padding:0.341rem 0;
}
.noneCPlaylist {
    margin-top: 40% !important;
    display: flex;
    justify-content: center;
    color: #888;
    flex-direction: column;
    align-items: center;
}

.noneCPlaylist img {
    width: 2.476rem;
    height: 1.638rem;
}

.noneCPlaylist p {
    color: #8F8F8F;
}

.noneCPlaylist .tit {
    font-size: 0.273rem;
    margin: 40px 0 10px 0;
}

.noneCPlaylist .des {
    font-size: 0.205rem;
}
body .bottomhrefBox .statisticsLi .van-button__content {
    width:100%;
}