[v-cloak] {
    display: none;
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #f9f9f9;
    font-family: "PingFang SC","Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","微软雅黑,Arial","sans-serif";
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

/* 首页 */
.home .el-carousel__item .el-image {
    width: 100%;
    height: 100%;
}

.home .main {
    width: 1200px;
    margin: 0 auto;
}

.home .advert-push1 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home .advert-push1 .el-col-8 {
    padding-right: 7px !important;
    padding-left: 7px !important;
}

.home .advert-push1 .el-image {
    display: block;
    width: 100%;
    height: 100px;
    border-radius: 8px;
}

.image-slot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #f5f7fa;
    font-size: 30px;
    color: #909399;
}

.home .system-push {
    margin-top: 40px;
}

.home .system-push .el-col-8 {
    padding-right: 7px !important;
    padding-left: 7px !important;
}

.home .system-push .rank {
    border-radius: 8px;
    background-color: #fff;
}

.home .system-push .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 24px;
    color: #333;
}

.home .system-push .title span:first-child {
    color: #2c8eff;
}

.home .system-push .title span:last-child {
    margin-left: 7px;
    font-weight: normal;
    font-size: 14px;
    color: #999;
}

.home .system-push .title .el-link.el-link--default {
    width: 20px;
    height: 20px;
    border: 1px solid #2c8eff;
    border-radius: 50%;
    font-size: 12px;
    color: #2c8eff;
}

.home .system-push .rank .content {
    padding-top: 40px;
    padding-bottom: 45px;
}

.home .system-push .rank .content a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 70px;
    background: url("../images/rank1.png") 20px center/36px 42px no-repeat;
    font-size: 12px;
    color: #999;
}

.home .system-push .rank .content a:nth-child(2) {
    background-image: url("../images/rank2.png");
}

.home .system-push .rank .content a:nth-child(3) {
    background-image: url("../images/rank3.png");
}

.home .system-push .rank .content a ~ a {
    margin-top: 25px;
}

.home .system-push .rank .el-image {
    width: 120px;
    height: 68px;
    border-radius: 4px;
}

.home .system-push .rank a > div:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2px 0;
    margin-left: 15px;
}

.home .system-push .rank a > div > div:first-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #282828;
}

.home .system-push .hot {
    border-radius: 8px;
    background-color: #fff;
}

.home .system-push .hot .el-carousel__item--card {
    /* width: 78%; */
}

.home .system-push .hot .swiper-container {
    margin-top: 40px;
}

.home .system-push .hot .swiper-slide {
    width: 300px;
    -webkit-transform: scale(0.93);
       -moz-transform: scale(0.93);
        -ms-transform: scale(0.93);
         -o-transform: scale(0.93);
            transform: scale(0.93);
}

.home .system-push .hot .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}

.home .system-push .hot .swiper-slide a {
    display: block;
}

.home .system-push .hot .el-image {
    display: block;
    width: 100%;
    height: 169px;
    border-radius: 8px;
}

.home .system-push .hot .swiper-slide a img {
    display: block;
    width: 100%;
    height: 169px;
    border-radius: 8px;
}

.home .system-push .hot .swiper-slide a > :last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 130px;
    padding: 20px 12px 30px;
}

.home .system-push .hot a > div > div:first-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    line-height: 29px;
    color: #282828;
}

.home .system-push .hot a > div > div:last-child {
    font-size: 16px;
    text-align: center;
    color: #ff6b00;
}

.home .system-push .hot a > div > div.free:last-child {
    font-size: 16px;
}

.home .system-push .hot a > div > div span {
    font-size: 20px;
}

.home .system-push .new {
    border-radius: 8px;
    background-color: #fff;
}

.home .system-push .new .content {
    padding: 30px 20px 40px;
}

.home .system-push .new .content a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 15px;
    background: url("../images/new_bg.png") center/cover no-repeat;
}

.home .system-push .new .content a ~ a {
    margin-top: 20px;
}

.home .system-push .new .el-image {
    width: 160px;
    height: 90px;
    border-radius: 4px;
}

.home .system-push .new .content a > div:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0 7px;
    margin-left: 15px;
}

.home .system-push .new a > div > div:first-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #282828;
}

.home .system-push .new a > div > div:last-child {
    font-size: 12px;
    color: #ff6b00;
}

.home .system-push .new a > div > div span {
    font-size: 20px;
}

.home .news-push {
    margin-top: 40px;
}

.home .news-push .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 24px;
    color: #333;
}

.home .news-push .title div span {
    margin-left: 10px;
    font-weight: normal;
    font-size: 16px;
    color: #999;
}

.home .news-push .title .el-link.el-link--default {
    font-size: 14px;
    color: #666;
}

.home .news-push .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.home .news-push .content > div:first-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 30px;
    border-radius: 8px;
    background-color: #fff;
}

.home .news-push .content > div:last-child {
    width: 320px;
    padding-right: 23px;
    padding-left: 23px;
    border-radius: 8px;
    margin-left: 14px;
    background-color: #fff;
}

.home .news-push .content > div:first-child a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 30px;
}

.home .news-push .content > div:first-child a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 30px;
    z-index: 2;
    height: 1px;
    background-color: #F1F1F1;
}

.home .news-push .content > div:first-child a:first-child::before {
    display: none;
}

.home .news-push .el-image {
    width: 255px;
    height: 170px;
    border-radius: 8px;
}

.home .news-push .content > div:first-child a > div:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 0;
    padding: 5px 0 10px;
    margin-left: 30px;
}

.home .news-push .content > div:first-child a > div:last-child > div:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.home .news-push .content a > div > div > div:first-child {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.home .news-push .content a > div > div > div:last-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 22px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.home .news-push .content a > div > div > span {
    font-size: 14px;
    color: #999;
}

.home .news-push .content a > div > div > span ~ span {
    margin-left: 30px;
}

.home .news-push .el-icon-time, .home .news-push .el-icon-view {
    margin-right: 5px;
}

.home .news-push .content > div:last-child > div:first-child {
    font-weight: bold;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    color: #282828;
}

.home .news-push .content > div:last-child a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666;
}

.home .news-push .content > div:last-child a ~ a {
    margin-top: 25px;
}

.home .news-push .content > div:last-child a:hover {
    color: #2c8eff;
}

.home .news-push .content > div:last-child span {
    position: relative;
    display: inline-block;
    width: 16px;
    padding-top: 2px;
    padding-bottom: 6px;
    margin-right: 10px;
    background-color: #f0f0f0;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}

.home .news-push .content > div:last-child a:hover span {
    background-color: #2c8eff;
    color: #fff;
}

.home .news-push .content > div:last-child span::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-width: 3px 8px;
    border-style: solid;
    border-color: transparent transparent #fff;
}

.home .advert-push2 {
    margin-top: 50px;
    margin-bottom: 80px;
}

.home .advert-push2 .el-image {
    display: block;
    width: 100%;
    height: 130px;
    border-radius: 8px;
}

/* 个人中心 */
.my .main {
    width: 1200px;
    margin: 0 auto;
}

.my .main .el-breadcrumb {
    margin-top: 30px;
    margin-bottom: 20px;
}

.my .main .user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 28px 44px 28px 40px;
    background-color: #fff;
    font-size: 16px;
    color: #999;
}

.my .main .user .inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
}

.my .main .user .name {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 18px;
    color: #282828;
}

.my .main .user .vip {
    display: inline-block;
    height: 20px;
    padding-right: 14px;
    padding-left: 28px;
    border-radius: 10px;
    margin-left: 10px;
    background-color: #fff3e1;
    background: #fff3e1 url("../images/vip.png") 10px center/14px no-repeat;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #9f620e;
}

.my .main .user .el-button {
    padding: 11px 26px;
    border-color: #2c8eff;
    font-size: 16px;
    color: #2c8eff;
}

.my .main .el-tabs {
    margin-top: 2px;
}

.my .main .el-tabs__header {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
    background-color: #fff;
}

.my .main .el-tabs__nav-wrap::after {
    display: none;
}

.my .main .el-tabs__item {
    height: 56px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 56px;
    color: #666;
}

.my .main .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
    padding-left: 30px;
}

.my .main .el-tabs__item.is-active {
    color: #2c8eff;
}

.my .main .el-tabs__active-bar {
    background-color: #2c8eff;
}

.my .main .el-tabs__content {
    background-color: #fff;
}

.my .main .account {
    padding-left: 55px;
    margin-bottom: 62px;
    font-size: 18px;
    color: #282828;
}

.my .main .account-hd {
    padding-left: 8px;
    line-height: 60px;
}

.my .main .account-bd {
    border-top: 1px solid #ececec;
}

.my .main .account .wrap-hd {
    padding-top: 34px;
    padding-bottom: 38px;
    padding-left: 10px;
}

.my .main .account .wrap-bd {
    padding-right: 46px;
}

.my .main .account .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 26px 8px 26px 16px;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
}

.my .main .account .item div:first-child {
    width: 120px;
    color: #777;
}

.my .main .account .item div:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.my .main .account .item div:last-child {
    color: #2c8eff;
    cursor: default;
}

.my .main .account .item:first-child div:last-child {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.my .main .account .item img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.my .main .account-ft {
    padding-top: 38px;
    padding-right: 44px;
    padding-bottom: 43px;
    text-align: right;
}

.my .main .account-ft .ivu-btn {
    width: 130px;
    height: 40px;
}

/* 课程列表 */
.my .main-course {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px;
}

.my .main-course a {
    width: 260px;
    border-radius: 8px;
    margin: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 15px rgba(79, 109, 143, 0.15);
    box-shadow: 0 2px 15px rgba(79, 109, 143, 0.15);
}

.my .main-course img {
    display: block;
    width: 260px;
    height: 146px;
    -o-object-fit: cover;
    object-fit: cover;
}

.my .main-course a > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 124px;
    padding: 13px 20px 16px;
    font-size: 12px;
    color: #999
}

.my .main-course a > div > div:first-child {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #282828;
}

.my .main-course a > div > div:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.my .main-course a > div > div:nth-child(2) div {
    padding-right: 7px;
    padding-left: 7px;
    border-radius: 2px;
    background-color: rgba(44, 142, 255, 0.06);
    font-size: 12px;
    line-height: 22px;
    color: #2c8eff;
}

.my .main-course a > div > div:nth-child(2) div ~ div {
    margin-left: 10px;
}

.my .main-course a > div > div:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.my .main-course a > div > div:last-child > div:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 14px;
    color: #ff6b00;
}

.my .main-course a > div > div:last-child > div:first-child div:first-child {
    font-size: 18px;
}

.my .main-course a > div > div:last-child > div:first-child div:nth-child(2) {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 28px;
    margin-left: 10px;
    font-weight: normal;
    font-size: 12px;
    color: #282828;
}

/* 我的资料 */
.my .main-material {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px;
}

.my .main-material a {
    width: 260px;
    border-radius: 8px;
    margin: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 15px rgba(79, 109, 143, 0.15);
    box-shadow: 0 2px 15px rgba(79, 109, 143, 0.15);
}

.my .main-material img {
    display: block;
    width: 260px;
    height: 146px;
    -o-object-fit: cover;
    object-fit: cover;
}

.my .main-material a > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 124px;
    padding: 13px 20px 16px;
}

.my .main-material {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 50px;
    margin-top: 30px;
    margin-right: -20px;
    margin-bottom: -20px;
    background-color: #fff;
}

.my .main-material a {
    width: 260px;
    border-radius: 8px;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 2px 15px rgba(79, 109, 143, 0.15);
    box-shadow: 0 2px 15px rgba(79, 109, 143, 0.15);
}

.my .main-material img {
    display: block;
    width: 260px;
    height: 146px;
    -o-object-fit: cover;
    object-fit: cover;
}

.my .main-material a > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 124px;
    padding: 13px 20px 16px;
}

.my .main-material a > div > div:first-child {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #282828;
}

.my .main-material a > div > div:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/* 新闻资讯 */
.news-list .container {
    width: 1200px;
    margin: 63px auto;
}

.news-list .container::before, .news-list .container::after {
    content: "";
    display: table;
}

.news-list .container::after {
    clear: both;
}

.news-list .main {
    float: left;
    width: 860px;
}

.news-list .el-tabs__header {
    margin: 0;
    background-color: #fff;
}

.news-list .el-tabs__nav-wrap::after {
    height: 1px;
    background-color: #e1e1e1;
}

.news-list .el-tabs__active-bar {
    height: 3px;
    background-color: #2c8eff;
}

.news-list .el-tabs__item {
    /* min-width: 90px;
    max-width: 360px; */
    height: 68px;
    /* padding: 0 29px; */
    overflow: hidden;
    font-size: 16px;
    line-height: 68px;
    text-align: center;
    color: #666;
}

.news-list .el-tabs--top .el-tabs__item.is-top:nth-child(2), .news-list .el-tabs--top .el-tabs__item.is-top:last-child {
    /* padding: 0 29px; */
}

.news-list .tabs-content {
    padding-left: 30px;
    background-color: #fff;
}

.news-list .tabs-content a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-right: 36px;
    padding-bottom: 40px;
}

.news-list .tabs-content a ~ a {
    border-top: 1px solid #f1f1f1;
}

.news-list .tabs-content .el-image {
    width: 255px;
    height: 170px;
    border-radius: 8px;
}

.news-list .tabs-content .el-image + div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    padding: 5px 0 10px;
    margin-left: 27px;
    color: #111;
}

.news-list .tabs-content .title {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 16px;
}

.news-list .tabs-content .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 15px;
}

.news-list .tabs-content .info div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.news-list .tabs-content .info + div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.news-list .tabs-content span {
    font-size: 14px;
    color: #999;
}

.news-list .tabs-content span ~ span {
    margin-left: 30px;
}

.news-list .tabs-content .el-icon-time, .news-list .tabs-content .el-icon-view {
    margin-right: 5px;
}

.news-list .el-pagination {
    padding-top: 70px;
    padding-bottom: 100px;
    text-align: center;
}

.news-list .aside {
    float: left;
    width: 320px;
    margin-left: 20px;
}

.news-list .aside .el-image {
    border-radius: 8px;
}

.news-list .latest {
    padding-right: 23px;
    padding-left: 23px;
    border-radius: 8px;
    margin-top: 20px;
    background-color: #fff;
}

.news-list .latest > div:first-child {
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    color: #282828;
}

.news-list .latest > div:last-child {
    padding-top: 25px;
    padding-bottom: 46px;
    border-top: 1px dashed #f1f1f1;
}

.news-list .latest a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666;
}

.news-list .latest a ~ a {
    margin-top: 25px;
}

.news-list .latest span {
    position: relative;
    display: inline-block;
    width: 16px;
    padding-top: 2px;
    padding-bottom: 6px;
    margin-right: 10px;
    background-color: #f0f0f0;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}

.news-list .latest span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-width: 3px 8px;
    border-style: solid;
    border-color: transparent transparent #fff;
}

.news-list .latest a:hover {
    color: #2c8eff;
}

.news-list .latest a:hover span {
    background-color: #2c8eff;
    color: #fff;
}

/* 下载详情 */
.material-details .detail {
    padding-bottom: 30px;
    background-color: #fff;
}

.material-details .detail-inner {
    width: 1200px;
    margin: 0 auto;
}

.material-details .el-breadcrumb {
    padding-top: 30px;
    padding-bottom: 20px;
}

.material-details .detail .el-image {
    display: block;
    width: 100%;
    height: 336px;
    border-radius: 8px;
}

.material-details .detail .title-favor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 10px 30px 0;
}

.material-details .detail .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    font-weight: bold;
    font-size: 16px;
    color: #282828;
}

.material-details .detail .title-favor .iconfont {
    font-size: 18px;
    color: #999999;
    cursor: pointer;
}

.material-details .detail .title-favor .iconshoucang2 {
    color: #FF6B00;
}

.material-details .detail .money-sale {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding-right: 20px;
    padding-left: 15px;
    border-radius: 4px;
    background-color: #f8f9fb;
    font-size: 14px;
    color: #999;
}

.material-details .detail .button-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            margin-top: 110px;
}

.material-details .detail .button-bottom > div:nth-child(1) {
    color: #666666;
    cursor: pointer;
}

.material-details .detail .button-bottom > div:nth-child(2) {
    cursor: pointer;
    font-size: 16px;
    color: #999;
}

.material-details .detail .button-bottom > div .iconfont {
    margin-right: 9px;
    font-size: 18px;
    vertical-align: middle;
}

.material-details .detail .button-bottom > div .iconshoucang2 {
    color: #FF6B00;
}

.material-details .detail .money-group {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    margin-left: 10px;
    font-size: 0;
}

.material-details .detail .money {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ff6b00;
}

.material-details .detail .money.free {
    font-size: 26px;
}

.material-details .detail .money span {
    font-size: 28px;
}

.material-details .detail .vip {
    display: inline-block;
    padding-left: 25px;
    margin-left: 10px;
    background: url("../images/vip_money.png") left center/21px 13px no-repeat;
    vertical-align: middle;
    font-size: 16px;
    color: #282828;
}

.material-details .detail .sale {
    font-size: 16px;
}

.material-details .detail .download, .material-details .detail .buy {
    padding: 16px 43px;
    border-color: #2c8eff;
    border-radius: 25px;
    background-color: #2c8eff;
    font-size: 16px;
    color: #fff;
}

.material-details .main {
    width: 1200px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 30px auto 70px;
    background-color: #fff;
}

.material-details .main .title {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #282828;
}

.material-details .main .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    width: 50px;
    height: 4px;
    background-color: #2c8eff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.material-details .main img {
    display: block;
    width: 100%;
}

.material-details .disk-dialog .el-dialog__header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.material-details .disk-dialog .el-dialog__headerbtn {
    z-index: 9;
}

.material-details .disk-dialog .el-dialog__body {
    padding-top: 0;
}

.material-details .disk-dialog .el-tabs__header {
    text-align: center;
}

.material-details .disk-dialog .el-tabs__nav-wrap {
    display: inline-block;
}

.material-details .disk-dialog .el-tabs__nav-wrap::after {
    height: 1px;
    background-color: #f5f5f5;
}

.material-details .disk-dialog .el-tabs__nav {
    float: none;
    display: inline-block;
}

.material-details .disk-dialog .el-tabs__active-bar {
    height: 3px;
    background-color: #2c8eff;
}

.material-details .disk-dialog .el-tabs__item {
    height: 72px;
    padding-right: 55px;
    padding-left: 55px;
    font-size: 20px;
    line-height: 72px;
    color: #282828;
}

.material-details .disk-dialog .el-tabs__item.is-top:nth-child(2) {
    /* padding-left: 55px; */
}

.material-details .disk-dialog .el-tabs__item.is-top:last-child {
    /* padding-right: 55px; */
}

.material-details .disk-dialog .el-tabs__item.is-active {
    color: #2c8eff;
}

.material-details .disk-dialog .title {
    padding-top: 285px;
    background: url("../images/material_download1.png") center 40px/235px 235px no-repeat;
    font-size: 24px;
    text-align: center;
    color: #282828;
}

.material-details .disk-dialog .button-wrap {
    margin-top: 30px;
    text-align: center;
}

.material-details .disk-dialog .el-button {
    padding: 14px 47px;
    border-color: #2c8eff;
    border-radius: 22px;
    background-color: #2c8eff;
    font-size: 16px;
    color: #fff;
}

.material-details .disk-dialog .tip {
    padding-top: 300px;
    background: url("../images/material_download2.png") center 40px/235px 235px no-repeat;
    font-size: 20px;
    text-align: center;
    color: #2c8eff;
}

.material-details .disk-dialog .link-pwd {
    padding: 25px;
    border-radius: 4px;
    margin-top: 30px;
    background-color: #ececec;
    font-size: 18px;
    color: #666;
}

.material-details .disk-dialog .link-pwd div ~ div {
    margin-top: 20px;
}

.material-details .disk-dialog .link-pwd a {
    color: #666;
}

.material-details .disk-dialog .link-pwd a:hover {
    color: #2c8eff;
}

/* 资讯详情 */
.news-detail .main {
    width: 1200px;
    padding: 45px 70px;
    margin: 70px auto;
    background-color: #fff;
}

.news-detail .main .title {
    font-size: 24px;
    text-align: center;
    color: #333;
}

.news-detail .main .view-time {
    margin-top: 22px;
    margin-bottom: 50px;
    font-size: 0;
    text-align: center;
}

.news-detail .main .view-time span {
    vertical-align: middle;
    font-size: 13px;
    color: #999;
}

.news-detail .main .view-time span ~ span {
    margin-left: 60px;
}

.news-detail .main .el-icon-view, .news-detail .main .el-icon-time {
    margin-right: 4px;
}

/* 付款页 */
.payment .main {
    width: 1200px;
    margin: 70px auto;
}

.payment .main .goods {
    position: relative;
    background-color: #fff;

}

.payment .main .goods .tip {
    padding-left: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#1e85fb), to(#409DFF));
    background: -webkit-linear-gradient(left, #1e85fb, #409DFF);
    background: -moz-linear-gradient(left, #1e85fb, #409DFF);
    background: -o-linear-gradient(left, #1e85fb, #409DFF);
    background: linear-gradient(to right, #1e85fb, #409DFF);
    font-size: 32px;
    line-height: 136px;
    color: #fff;
}

.payment .main .goods .content {
    padding: 30px;
    font-size: 16px;
    color: #282828;
}

.payment .main .goods .content > div {
    margin-top: 15px;
}

.payment .main .goods .content span {
    color: #ff6b00;
}

.payment .main .goods .el-image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.payment .main .method {
    margin-top: 15px;
    background-color: #fff;
}

.payment .main .method .title {
    padding: 30px 38px;
    font-size: 18px;
    color: #282828;
}

.payment .main .radio-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 30px;
}

.payment .main .radio-group label {
    margin-right: 20px;
}

.payment .main .radio-group input + div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 220px;
    height: 86px;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
}

.payment .main .radio-group input:checked + div {
    border-color: #2c8eff;
}

.payment .main .radio-group input + div > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 48px;
    background: url("../images/alipay.png") left center/36px 36px no-repeat;
    font-size: 16px;
    color: #4e4e4e;
}

.payment .main .radio-group input + div > div > div {
    margin-top: 5px;
    font-size: 14px;
    color: #969696;
}

.payment .main .radio-group .yue input + div > div {
    background-image: url("../images/yue.png");
}

.payment .main .radio-group .wxpay input + div > div {
    background-image: url("../images/wxpay.png");
    -o-background-size: 38px 33px;
    background-size: 38px 33px;
}

.payment .main .method > div:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 480px;
}

.payment .main .method .el-button {
    padding: 14px 65px;
    border-color: #2c8eff;
    border-radius: 23px;
    background-color: #2c8eff;
    font-size: 16px;
    color: #fff;
}

.payment .main .method .qrcode img {
    width: 250px;
    height: 250px;
}

.payment .main .method .pay-tip {
    margin: 30px 0 0;
    font-size: 18px;
    line-height: 24px;
    color: #666666;
}

.payment .main .method .pay-tip + div {
    font-size: 0;
}

.payment .main .method .pay-tip + div a {
    display: inline-block;
    width: 150px;
    height: 42px;
    border-radius: 21px;
    margin: 50px 0 0;
    background: #2C8EFF;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
}

.payment .main .method .pay-tip + div a ~ a {
    display: inline-block;
    /* width: 150px;
    height: 42px; */
    border: 1px solid #999999;
    border-radius: 21px;
    margin: 0 0 0 30px;
    background: transparent;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #999999;
}

.payment .main .method .pay-tip span {
    font-weight: bold;
    font-size: 30px;
    color: #FF6B00;
}

.payment .el-dialog__body {
    padding: 12px 25px 30px;
}

.payment .el-dialog__body .el-image {
    display: block;
    width: 192px;
    height: 138px;
    margin: 0 auto;
}

.payment .el-dialog__body > div:nth-child(2) {
    margin-top: 39px;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    color: #2C8EFF;
}

.payment .el-dialog__body > div:nth-child(3) {
    margin-top: 10px;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #939393;
}

.payment .el-dialog__footer {
    padding: 9px 20px 40px;
}

.payment .el-dialog__footer .el-button {
    width: 150px;
    height: 42px;
    border-color: #2C8EFF;
    border-radius: 21px;
    background-color: #2C8EFF;
    font-size: 16px;
    color: #FFFFFF;
}


.price-box{
  display: flex;
  flex-direction: row;
  /*align-items: center;*/
}
.price-box-left{
     display: flex;
  flex-direction: row;
  /*align-items: center;*/
}

/*************************  分站选择页面   ******************************/

.city-box-one{
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.city-box-one-lef{
    margin-left: 13px;
    width: 40px;
    height: 25px;
    background-color: #eee;
    margin-right: 10px;
    text-align: center;
    line-height: 25px;
}
.city-box-one-rig{
    width: 1063px;
}
.city-box-one-rig a{
    margin-right: 50px;
    margin-bottom: 12px;
}
.allcity-top{
    margin-bottom: 20px;
}
.allcity-top-one{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-left: 48px;
}

/*******************************************************  入驻相关页   *********************************************/
  .main-left{
        width: 889px;
        /*border: 1px solid #ddd;*/
        background-color: #fff;
    }
    .main-right{
        width: 306px;
        /*border: 1px solid #ddd;*/
        height: 100%;
        margin-top: 36px;
    }
    
    .main-box{
      width: 100%;
      display: flex;
      flex-direction: row;
      width: 1200px;
      margin: 0 auto;
      margin-bottom: 80px;
    }
    
   .main-left .el-form-item{
       margin-left: 49px;
       width: 91%;
   }
   
   .main-left .title{
     font-family: MicrosoftYaHei;
	 font-size: 35px;
	 font-weight: normal;
	 font-stretch: normal;
	 letter-spacing: 2px;
	 color: #545454;
	 margin-top: 44px;
	 text-indent: 32px;
	 margin-left: 19px;
	  width: 95%;
	 padding-bottom: 47px;
	 border-bottom: 1px solid #b7b7b7;
   }
   
   
   .enter-sub-title{
     font-family: MicrosoftYaHei;
	 font-size: 24px;
	 font-weight: normal;
	 font-stretch: normal;
	 letter-spacing: 2px;
	 color: #545454;
	 text-indent: 29px;
	 width: 91%;
	 margin-bottom: 29px;
	 margin-top: 44px;
	 margin-left: 19px;
	 padding-bottom: 21px;
	 width: 95%;
	 border-bottom: 1px solid #b7b7b7;
   }
   
   .main-right{
       height: 100%;
   }
   
   .main-right-top{
       display: flex;
       flex-direction: column;
       margin-left: 25px;
   }
   
  .main-right-top p{
     font-family: MicrosoftYaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 1px;
	color: #413f3f;
	margin-bottom: 10px;
  }
  
  .main-right-bottom{
      display: flex;
      flex-direction: row;
      margin-top: 49px;
      border-top: 1px solid #7f7f7f;
      border-bottom:1px solid #7f7f7f;
  }
  
  .main-right-bottom div{
       width: 85px;
       margin-bottom: 45px;
       margin-top: 22px;
       display: flex;
       flex-direction: column;
       align-items: center;
  }
  
  .main-right-bottom .main-right-bottom-kefu{
      margin-right:58px;
      margin-left: 35px;
  }
  
  .main-right-bottom img{
     width: 85px;
	 height: 86px;
	 border: 1px solid #eee;
	 margin-bottom: 15px;
  }
  
  .main-right-bottom div{}
  
  .main-right-bottom p{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 1px;
	color: #7f7f7f;
  }
  
  .enter-question-list li a{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	width: 300px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 1px;
	color: #413f3f;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  }
  
  .upload-pic-box{
      display:flex;
      flex-direction:row;
  }
  
  .upload-pic-right{
    margin-left:15px;  
    display:flex; 
    flex-direction:column;
    width: 456px;
	font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 1px;
	color: #999999;
	margin-top: 15px;
  }
  .upload-pic-right p{
    font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 1px;
	color: #999999;
  }
  
/*******************************************************  入驻相关页面 ********************************************************/

  
    /* 练习详情 */
.problem-index-page .wrapper {
    padding: .35rem .3rem .5rem;
    border-radius: .12rem;
    margin: .7rem .55rem .5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 .03rem .2rem rgba(0, 0, 0, .05);
            box-shadow: 0 .03rem .2rem rgba(0, 0, 0, .05);
}

.problem-index-page .wrapper .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .32rem;
    text-align: center;
    color: #282828;
}

.problem-index-page .wrapper .group {
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: .26rem;
    text-align: center;
    color: #999;
}

.problem-index-page .wrapper .group div {
    display: inline;
    margin-left: .5rem;
}

.problem-index-page .wrapper .group span {
    color: #ff6b00;
}

.problem-index-page .wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-top: 1px solid #f5f5f5;
}

.problem-index-page .wrapper li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            -webkit-flex: 1;
         flex: 1;
    min-width: 0;
    padding-top: .4rem;
    padding-bottom: .75rem;
    font-size: .24rem;
    text-align: center;
    color: #999;
}

.problem-index-page .wrapper li div:first-child {
    font-size: .22rem;
    color: #2c8eff;
}

.problem-index-page .wrapper li span {
    margin-right: .05rem;
    font-weight: 600;
    font-size: .44rem;
}

.problem-index-page .wrapper ul + div {
    padding-right: .2rem;
    padding-left: .2rem;
}

.problem-index-page .wrapper a {
    display: block;
    height: .74rem;
    border-radius: .37rem;
    background-color: #2c8eff;
    font-family: inherit;
    font-weight: normal;
    font-size: .3rem;
    line-height: .74rem;
    text-align: center;
    color: #fff;
}

.problem-index-page .content {
    margin-left: .75rem;
    font-size: .22rem;
    line-height: .44rem;
    color: #999;
}

.problem-index-page .content ol {
    margin-left: 1em;
    list-style: decimal;
}






/* 试题详情 */
.question-index-page .panel{
    padding: .35rem .3rem .5rem;
    border-radius: .12rem;
    margin: .7rem .55rem .5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 .03rem .2rem rgba(0, 0, 0, .05);
            box-shadow: 0 .03rem .2rem rgba(0, 0, 0, .05);
}

.question-index-page .panel .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .32rem;
    text-align: center;
    color: #282828;
}

.question-index-page .panel ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.question-index-page .panel li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            -webkit-flex: 1;
         flex: 1;
    padding-top: .35rem;
    padding-bottom: .4rem;
    font-size: .24rem;
    text-align: center;
    color: #999;
}

.question-index-page .panel li div:first-child {
    font-size: .22rem;
    color: #2c8eff;
}

.question-index-page .panel li span {
    margin-right: .05rem;
    font-weight: 600;
    font-size: .44rem;
}

.question-index-page .panel .desc {
    border-top: 1px solid #f5f5f5;
    padding-top: .3rem;
    padding-bottom: .7rem;
    font-size: .26rem;
    text-align: center;
    color: #999;
}

.question-index-page .panel .desc div {
    display: inline;
    margin-left: .5rem;
}

.question-index-page .panel .desc + div {
    padding-right: .2rem;
    padding-left: .2rem;
}

.question-index-page .panel .desc .iconfont {
    font-size: .22rem;
    color: #fff0e5;
}

.question-index-page .panel .desc .iconfont ~ .iconfont {
    margin-left: .06rem;
}

.question-index-page .panel .desc .iconfont.on {
    color: #ff6b00;
}

.question-index-page .panel a {
    display: block;
    height: .74rem;
    border-radius: .37rem;
    background-color: #2c8eff;
    font-family: inherit;
    font-weight: normal;
    font-size: .3rem;
    line-height: .74rem;
    text-align: center;
    color: #fff;
}

.question-index-page .intro {
    margin-right: .75rem;
    margin-left: .75rem;
    font-size: .22rem;
    line-height: .44rem;
    text-align: justify;
    color: #999;
}

.question-index-page .intro ~ .intro {
    margin-top: .4rem;
}

.question-index-page .intro ol {
    margin-left: 1em;
    list-style: decimal;
}

/* 考试结果 */
.question-result-page .title {
    margin: .7rem .5rem 0;
    font-size: .32rem;
    text-align: center;
    color: #282828;
}

.question-result-page .score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 1.3rem;
    margin: .5rem .5rem 0;
}

.question-result-page .score li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            -webkit-flex: 1;
         flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
         flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
         justify-content: center;
    -webkit-box-shadow: 0 .02rem .15rem rgba(0, 0, 0, .05);
            box-shadow: 0 .02rem .15rem rgba(0, 0, 0, .05);
    text-align: center;
}

.question-result-page .score li ~ li {
    margin-left: .3rem;
}

.question-result-page .score img {
    width: .3rem;
    height: .3rem;
    margin-right: .1rem;
    vertical-align: middle;
    pointer-events: none;
    -webkit-touch-callout: none;
}

.question-result-page .score span {
    font-size: .24rem;
    color: #999;
}

.question-result-page .score div:last-child {
    font-weight: 600;
    font-size: .34rem;
    color: #282828;
}

.question-result-page .basic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
         align-items: center;
    height: 1.3rem;
    margin: .3rem .5rem .6rem;
    -webkit-box-shadow: 0 .02rem .15rem rgba(0, 0, 0, .05);
            box-shadow: 0 .02rem .15rem rgba(0, 0, 0, .05);
}

.question-result-page .basic li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            -webkit-flex: 1;
         flex: 1;
    font-size: .24rem;
    text-align: center;
    color: #999;
}

.question-result-page .basic div:last-child {
    margin-top: .03rem;
    font-weight: bold;
    font-size: .36rem;
    color: #282828;
}

.question-result-page .result {
    padding-right: .3rem;
    padding-left: .3rem;
    border-top: .2rem solid #f5f5f5;
}

.question-result-page .result-hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
         justify-content: space-between;
    padding-top: .4rem;
    padding-bottom: .2rem;
    font-size: .28rem;
    color: #666;
}

.question-result-page .result-hd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: .24rem;
}

.question-result-page .result-hd li ~ li {
    margin-left: .22rem;
}

.question-result-page .result-hd span {
    -webkit-box-sizing: border-box;
         box-sizing: border-box;
    vertical-align: middle;
}

.question-result-page .result-hd span:first-child {
    display: inline-block;
    width: .22rem;
    height: .22rem;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: .08rem;
}

.question-result-page .result-hd li:first-child span:first-child {
    border: none;
    background-color: #ebf9eb;
}

.question-result-page .result-hd li:nth-child(2) span:first-child {
    border: none;
    background-color: #fff0e5;
}

.question-result-page .result-bd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    border-top: 1px dashed #e3e3e3;
    padding: .34rem .15rem;
}

.question-result-page .result-bd a {
    -ms-flex-negative: 0;
        -webkit-flex-shrink: 0;
            flex-shrink: 0;
    width: .72rem;
    height: .72rem;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin: .18rem .19rem;
    -webkit-box-sizing: border-box;
         box-sizing: border-box;
    font-size: .3rem;
    line-height: .72rem;
    text-align: center;
    color: #666;
}

.question-result-page .result-bd .ok {
    border: none;
    background-color: #ebf9eb;
    color: #52a452;
}

.question-result-page .result-bd .no {
    border: none;
    background-color: #fff0e5;
    color: #ff6b00;
}

.question-result-page .result-ft {
    margin: 1.22rem .3rem .6rem;
    font-size: 0;
    text-align: center;
}

.question-result-page .result-ft a {
    display: inline-block;
    width: 3rem;
    height: .86rem;
    border: 1px solid #2e8fff;
    border-radius: .43rem;
    -webkit-box-sizing: border-box;
         box-sizing: border-box;
    font-size: .3rem;
    line-height: .86rem;
    color: #2c8eff;
}

.question-result-page .result-ft a:first-child {
    margin-right: .3rem;
    background-color: #2c8eff;
    color: #fff;
}

.question-result-page .process {
    width: 2.66rem;
    height: 2.66rem;
    margin: .8rem auto 0;
}

/* 答题卡 */
.answer-sheet-page .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
         justify-content: space-between;
    padding: .27rem .3rem;
    border-radius: .12rem;
    margin: .2rem .3rem;
    background-color: #fff;
    font-size: .3rem;
    color: #666;
}

.answer-sheet-page .header * {
    padding-left: .44rem;
    background: left center/.3rem .3rem no-repeat;
}

.answer-sheet-page .header a {
    background-image: url("../images/question01.png");
}

.answer-sheet-page .header a.time {
    background-image: url("../images/question02.png");
    color: #ff6b00;
}

.answer-sheet-page .header img {
    width: .3rem;
    height: .3rem;
    margin-right: .14rem;
    vertical-align: middle;
    pointer-events: none;
    -webkit-touch-callout: none;
}

.answer-sheet-page .main {
    border-radius: .12rem;
    margin: .2rem .3rem 1.66rem;
    background-color: #fff;
}

.answer-sheet-page .main-hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
         justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
         align-items: center;
    padding: .2rem .3rem;
    font-size: .28rem;
    color: #666;
}

.answer-sheet-page .main-hd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: .24rem;
}

.answer-sheet-page .main-hd li {
    position: relative;
    padding-left: .3rem;
}

.answer-sheet-page .main-hd li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: .22rem;
    height: .22rem;
    border: 1px solid  #ddd;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
}

.answer-sheet-page .main-hd li:nth-child(1)::before {
    border-color: #f2f8ff;
    background-color: #f2f8ff;
}

.answer-sheet-page .main-hd li:nth-child(2)::before {
    border-color: #ebf9eb;
    background-color: #ebf9eb;
}

.answer-sheet-page .main-hd li:nth-child(3)::before {
    border-color: #fff0e5;
    background-color: #fff0e5;
}

.answer-sheet-page .main-hd li:last-child::before {
    border-color: #ddd;
    background-color: transparent;
}

.answer-sheet-page .main-hd li ~ li {
    margin-left: .22rem;
}

.answer-sheet-page .main-bd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: .34rem .15rem .3rem;
    border-top: 1px dashed #e3e3e3;
}

.answer-sheet-page .main-bd a {
    width: .72rem;
    height: .72rem;
    border: 1px solid #dddddd;
    border-radius: 50%;
    margin: .18rem .19rem;
    font-size: .3rem;
    line-height: .72rem;
    text-align: center;
    color: #666;
}

.answer-sheet-page .main-bd a.blue {
    border-color: #f2f8ff;
    background-color: #f2f8ff;
    color: #2c8eff;
}

.answer-sheet-page .main-bd a.green {
    border-color: #ebf9eb;
    background-color: #ebf9eb;
    color: #52a452;
}

.answer-sheet-page .main-bd a.red {
    border-color: #fff0e5;
    background-color: #fff0e5;
    color: #ff6b00;
}

.answer-sheet-page .footer {
    position: fixed;
    right: 1.05rem;
    bottom: .6rem;
    left: 1.05rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.answer-sheet-page .footer a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            -webkit-flex: 1;
         flex: 1;
    height: .86rem;
    border-radius: .43rem;
    background-color: #2c8eff;
    font-family: inherit;
    font-weight: normal;
    font-size: .3rem;
    line-height: .86rem;
    text-align: center;
    color: #fff;
}

.answer-sheet-page .footer a ~ a {
    margin-left: .3rem;
    background-color: #ff6b00;
}

/* 练习题、考试题 */
.question-detail-page {
    padding-bottom: -webkit-calc(1.66rem + constant(safe-area-inset-bottom));
    padding-bottom: calc(1.66rem + constant(safe-area-inset-bottom));
    padding-bottom: -webkit-calc(1.66rem + env(safe-area-inset-bottom));
    padding-bottom: calc(1.66rem + env(safe-area-inset-bottom));
    padding-bottom: 1.66rem;
}

.question-detail-page ~ .share-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.question-detail-page .swiper-container {
    margin-right: .3rem;
    margin-left: .3rem;
}

.question-detail-page .question {
    padding: 1.14rem .3rem .46rem;
    border-radius: .12rem;
    background-color: #fff;
}

.question-detail-page .question > div:first-child {
    font-size: .3rem;
    color: #282828;
}

.question-detail-page .question > img {
    display: block;
    max-width: 100%;
    max-height: 4.4rem;
    margin-top: .3rem;
}

.question-detail-page .label-group {
    margin-top: .3rem;
    counter-reset: ol;
}

.question-detail-page .label-group.image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
         justify-content: space-between;
    margin-bottom: -0.2rem;
}

.question-detail-page .label-group label {
    display: block;
}

.question-detail-page .label-group label ~ label {
    margin-top: .2rem;
}

.question-detail-page .label-group.image label {
    margin-top: 0;
    margin-bottom: .2rem;
}

.question-detail-page .label-group input + div {
    position: relative;
    padding: .24rem .3rem .24rem .73rem;
    border-radius: .08rem;
    background-color: #f9f9f9;
    font-size: .3rem;
    text-align: justify;
    color: #282828;
}

.question-detail-page .label-group.image input + div {
    padding: .6rem .2rem .28rem;
}

.question-detail-page .label-group input + div::before {
    counter-increment: ol;
    content: counter(ol, upper-alpha) ".";
    position: absolute;
    left: .3rem;
}

.question-detail-page .label-group.image input + div::before {
    top: .3rem;
    left: .2rem;
    -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
}

.question-detail-page .label-group input:checked + div {
    background-color: #f2f8ff;
    color: #2c8eff;
}

.question-detail-page .label-group input + div.ok {
    padding-right: .72rem;
    background: #ebf9eb url("../images/question21.png") -webkit-calc(100% - .3rem) center/.32rem .23rem no-repeat;
    background: #ebf9eb url("../images/question21.png") calc(100% - .3rem) center/.32rem .23rem no-repeat;
    color: #52a452;
}

.question-detail-page .label-group.image input + div.ok {
    padding-right: .2rem;
    background-position: -webkit-calc(100% - .2rem) .19rem;
    background-position: calc(100% - .2rem) .19rem;
}

.question-detail-page .label-group input + div.no {
    padding-right: .72rem;
    background: #fff0e5 url("../images/question22.png") -webkit-calc(100% - .3rem) center/.25rem .25rem no-repeat;
    background: #fff0e5 url("../images/question22.png") calc(100% - .3rem) center/.25rem .25rem no-repeat;
    color: #ff6b00;
}

.question-detail-page .label-group.image input + div.no {
    padding-right: .2rem;
    background-position: -webkit-calc(100% - .2rem) .18rem;
    background-position: calc(100% - .2rem) .18rem;
}

.question-detail-page .question .label-group.image img {
    display: block;
    width: 2.7rem;
    height: 1.62rem;
    -o-object-fit: cover;
       object-fit: cover;
}

.question-detail-page .analysis {
    padding-right: .2rem;
    padding-bottom: .11rem;
    padding-left: .2rem;
    border-radius: .12rem;
    margin-top: .2rem;
    background-color: #fff;
    counter-reset: ul;
}

.question-detail-page .analysis > div:first-child {
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-left: .47rem;
    background: url("../images/question23.png") left center/.32rem .32rem no-repeat;
    font-size: .3rem;
    color: #52a452;
}

.question-detail-page .analysis > div.no {
    background-image: url("../images/question24.png");
    color: #ff6b00;
}

.question-detail-page .analysis > div:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: .1rem;
    font-size: .28rem;
    color: #666;
}

.question-detail-page .analysis > div:nth-child(2) > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            -webkit-flex: 1;
         flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.question-detail-page .analysis > div:nth-child(2) div div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            -webkit-flex: 1;
         flex: 1;
    color: #52a452;
}

.question-detail-page .analysis > div:nth-child(2) div:last-child div {
    color: #2c8eff;
}

.question-detail-page .analysis > div:nth-child(3) {
    margin-top: .2rem;
    font-size: .28rem;
    color: #666;
}

.question-detail-page .analysis > div:nth-child(3) .iconfont {
    font-size: .24rem;
    color: #fff0e5;
}

.question-detail-page .analysis > div:nth-child(3) .iconfont ~ .iconfont {
    margin-left: .15rem;
}

.question-detail-page .analysis > div:nth-child(3) .iconfont.on {
    color: #ff6b00;
}

.question-detail-page .analysis > div:nth-child(4) {
    margin-top: .2rem;
    font-size: .28rem;
    color: #666;
}

.question-detail-page .analysis > div:nth-child(5) {
    margin-top: .2rem;
    font-size: .28rem;
    text-align: justify;
    color: #282828;
}

.question-detail-page .analysis > div:nth-child(5) img {
    display: block;
    width: 100%;
}

.question-detail-page .analysis > div:nth-child(6) {
    margin-top: .2rem;
    font-size: .28rem;
    color: #676767;
}

.question-detail-page .analysis > a {
    position: relative;
    display: block;
    padding: .15rem .25rem .15rem .18rem;
    background: url("../images/question04.png") right center/.15rem .26rem no-repeat;
    overflow: hidden;
    white-space: nowrap;
    font-size: .28rem;
    text-overflow: ellipsis;
    color: #2c8eff;
}

.question-detail-page .analysis > a:first-of-type {
    margin-top: .03rem;
}

.question-detail-page .analysis > a::before {
    counter-increment: ul;
    content: counter(ul, disc);
    position: absolute;
    left: 0;
}

.question-detail-page .button-group {
    position: fixed;
    right: 1rem;
    bottom: -webkit-calc(.6rem + constant(safe-area-inset-bottom));
    bottom: calc(.6rem + constant(safe-area-inset-bottom));
    bottom: -webkit-calc(.6rem + env(safe-area-inset-bottom));
    bottom: calc(.6rem + env(safe-area-inset-bottom));
    bottom: .6rem;
    left: 1rem;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.question-detail-page .swiper-slide .button-group {
    position: static;
    margin-top: .6rem;
    margin-bottom: .06rem;
}

.question-detail-page .button-group button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            -webkit-flex: 1;
         flex: 1;
    height: .86rem;
    border-radius: .43rem;
    background-color: #2c8eff;
    font-family: inherit;
    font-weight: normal;
    font-size: .3rem;
    color: #fff;
}

.question-detail-page .button-group button ~ button {
    margin-left: .3rem;
    background-color: #ff6b00;
}

.question-detail-page .swiper-slide:last-child .button-group button:only-child {
    background-color: #ff6b00;
}

.question-detail-page .button-group a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            -webkit-flex: 1;
         flex: 1;
    height: .86rem;
    border-radius: .43rem;
    margin-left: .3rem;
    background-color: #ff6b00;
    font-size: .3rem;
    line-height: .86rem;
    text-align: center;
    color: #fff;
}

.question-detail-page .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
         justify-content: space-between;
    padding: .27rem .3rem;
    border-radius: .12rem;
    margin: .2rem .3rem;
    background-color: #fff;
}

.question-detail-page .header a {
    font-size: .3rem;
    color: #2c8eff;
}

.question-detail-page .header a:first-child {
    padding-left: .44rem;
    background: url("../images/question03.png") left center/.3rem .3rem no-repeat;
    color: #666;
}

.question-detail-page .header div {
    padding-left: .43rem;
    background: url("../images/question02.png") left center/.3rem .31rem no-repeat;
    font-size: .3rem;
    color: #ff6b00;
}

.question-detail-page .swiper-pagination {
    top: .35rem;
    right: .3rem;
    bottom: auto;
    left: auto;
    width: auto;
    font-size: .32rem;
    color: #666;
}

.question-detail-page .swiper-pagination-current {
    color: #2c8eff;
}

.question-detail-page .type {
    position: absolute;
    top: .32rem;
    left: 0;
    z-index: 2;
    min-width: 1.3rem;
    height: .5rem;
    padding-right: .3rem;
    padding-left: .22rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    background-color: #2c8eff;
    font-size: .26rem;
    line-height: .5rem;
    color: #fff;
}

.question-detail-page .status {
    position: absolute;
    top: .37rem;
    right: .3rem;
    padding-left: .34rem;
    background: url("../images/question26.png") left center/.22rem .27rem no-repeat;
    font-size: .28rem;
    color: #666;
    cursor: pointer;
}

.question-detail-page .status.on {
    background-image: url("../images/question25.png");
}

/* 习题列表 */
.question-category-page .header  {
    /*position: fixed;*/
    /*top: 0;*/
    /*right: 0;*/
    /*left: 0;*/
    /*z-index: 56;*/
}

.question-category-page .header > div:first-child  {
    background: -webkit-gradient(linear, left top, right top, from(#1f86fb), to(#3f9cff));
    background: -webkit-linear-gradient(left, #1f86fb 0%, #3f9cff 100%);
    background: linear-gradient(90deg, #1f86fb 0%, #3f9cff 100%);
}

.question-category-page .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
         align-items: center;
    padding-top: .16rem;
    padding-right: .48rem;
    padding-left: .5rem;
}

.question-category-page .search img {
    display: block;
    height: .45rem;
    pointer-events: none;
    -webkit-touch-callout: none;
}

.question-category-page .search input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            -webkit-flex: 1;
         flex: 1;
    min-width: 0;
    height: .64rem;
    padding-right: .27rem;
    padding-left: .72rem;
    border-radius: .32rem;
    margin-right: .16rem;
    margin-left: .26rem;
    background: #fff url("../images/question05.png") .27rem center/.29rem no-repeat;
    font-size: .26rem;
}

.question-category-page .search input::-webkit-input-placeholder {
    color: #aaa;
}

.question-category-page .search input::-moz-placeholder {
    color: #aaa;
}

.question-category-page .search input:-ms-input-placeholder {
    color: #aaa;
}

.question-category-page .search input::-ms-input-placeholder {
    color: #aaa;
}

.question-category-page .search input::placeholder {
    color: #aaa;
}

.question-category-page .search a {
    color: #fff;
}

.question-category-page .header > div:first-child .swiper-slide {
    width: auto;
    height: .92rem;
    max-width: 4em;
    padding-right: .37rem;
    padding-left: .37rem;
    -webkit-box-sizing: content-box;
         box-sizing: content-box;
    font-size: .3rem;
    line-height: .92rem;
    color: rgba(254, 254, 254, .8);
}

.question-category-page .header > div:first-child .swiper-slide.on {
    color: #fefefe;
}

.question-category-page .header > div:first-child .swiper-slide.on::after {
    content: "";
    position: absolute;
    bottom: .12rem;
    left: 50%;
    width: .4rem;
    height: .04rem;
    border-radius: .02rem;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
         transform: translateX(-50%);
}

.question-category-page .problem,
.question-category-page .question {
    padding: .3rem;
    margin-top: 2.58rem;
}

.question-category-page .problem li {
    padding: .3rem .3rem .2rem;
    border-radius: .12rem;
    -webkit-box-shadow: 0 .03rem .2rem rgba(0, 0, 0, .07);
            box-shadow: 0 .03rem .2rem rgba(0, 0, 0, .07);
    font-size: .3rem;
    color: #282828;
}

.question-category-page .problem li ~ li {
    margin-top: .3rem;
}

.question-category-page .problem li > div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
         align-items: center;
    margin-top: .32rem;
    font-size: .22rem;
    color: #ff6b00;
}

.question-category-page .problem li div div:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            -webkit-flex: 1;
         flex: 1;
    margin-left: .15rem;
    color: #999;
}

.question-category-page .question li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.question-category-page .question li ~ li {
    margin-top: .4rem;
}

.question-category-page .question img {
    display: block;
    width: 2.5rem;
    height: 1.4rem;
    border-radius: .1rem;
    -o-object-fit: cover;
       object-fit: cover;
    pointer-events: none;
    -webkit-touch-callout: none;
}

.question-category-page .question li > div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            -webkit-flex: 1;
         flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
         flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
         justify-content: space-between;
    min-width: 0;
    margin-left: .24rem;
}

.question-category-page .question div div:first-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .3rem;
    color: #333;
}

.question-category-page .question div div:nth-child(2) {
    font-weight: bold;
    font-size: .22rem;
    color: #ff6b00;
}

.question-category-page .question div div.free {
    font-size: .28rem;
}

.question-category-page .question div span {
    font-size: .32rem;
}

.question-category-page .question div div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
         justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
         align-items: center;
    margin-top: .06rem;
    font-size: .22rem;
    color: #999;
}

.question-category-page .problem a,
.question-category-page .question a {
    height: 38px;
    /*padding-right: 17px;*/
    /*padding-left: 44px;*/
    width: 85px;
    text-align: center;
    border-radius: 19px;
    background: #2c8eff url("../images/question07.png") 17px center/18px 2px no-repeat;
    line-height: 38px;
    color: #fff;
}

.question-category-page .header > .swiper-container {
    background-color: #fff;
    -webkit-box-shadow: 0 0 .1rem rgba(0, 0, 0, .05);
            box-shadow: 0 0 .1rem rgba(0, 0, 0, .05);
}

.question-category-page .header > .swiper-container .swiper-slide {
    width: auto;
    max-width: 6em;
    height: .86rem;
    padding-right: .2rem;
    padding-left: .2rem;
    -webkit-box-sizing: content-box;
         box-sizing: content-box;
    font-size: .26rem;
    line-height: .86rem;
    color: #666;
}

.question-category-page .header > .swiper-container .swiper-slide.on {
    color: #2c8eff;
}

/* 轻课程 */
.single-special .certificate-image {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 56;
    width: 6rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.single-special .finished,
.single-special .loading {
    font-size: .28rem;
    line-height: 1rem;
    text-align: center;
    color: #bbb;
}

.single-special .fa-spin {
    -webkit-animation: fa-spin 1s infinite linear;
            animation: fa-spin 1s infinite linear;
}

.single-special .empty {
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #fff;
    font-size: .28rem;
    text-align: center;
    color: #bbb;
}

.single-special .empty img {
    display: block;
    width: 4.14rem;
    height: 3.05rem;
    margin: 0 auto;
    pointer-events: none;
}

.single-special .prism-player .prism-big-play-btn {
    left: 50% !important;
    bottom: 50% !important;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
}

.single-special .prism-player .prism-info-display {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.single-special .header {
    height: 4.2rem;
}

.single-special .header > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.single-special .special-attr {
    padding: .2rem .3rem .3rem;
    background-color: #fff;
}

.single-special .special-attr .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .36rem;
    color: #333;
}

.single-special .special-attr .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: .2rem;
}

.single-special .special-attr .label div {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    height: .4rem;
    padding-right: .12rem;
    padding-left: .12rem;
    border-radius: .03rem;
    background-color: rgba(44, 142, 255, 0.06);
    font-size: .24rem;
    line-height: .4rem;
    color: #2c8eff;
}

.single-special .special-attr .label div ~ div {
    margin-left: .12rem;
}

.single-special .special-attr .money-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.single-special .special-attr .money {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: .36rem;
    color: #ff6b00;
}

.single-special .special-attr .money span {
    font-size: .24rem;
}

.single-special .special-attr .money div:nth-child(2) {
    padding-right: .46rem;
    margin-left: .08rem;
    background: url("../images/vip.png") right center/.46rem .21rem no-repeat;
    font-size: .28rem;
    color: #282828;
}

.single-special .special-attr button {
    font-family: inherit;
    font-weight: normal;
    font-size: .26rem;
    line-height: normal;
    color: #999;
}

.single-special .special-attr button ~ button {
    width: 3em;
    margin-left: .4rem;
}

.single-special .special-attr .iconfont {
    font-size: .4rem;
}

.single-special .special-attr .iconshoucang2 {
    color: #ff6b00;
}

.single-special .special-attr button div {
    margin-top: .12rem;
}

.single-special .group-chat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: .12rem .3rem;
    border-radius: .12rem;
    margin: .14rem .2rem;
    background-color: #e2efff;
    font-size: .26rem;
    color: #2c8eff;
}

.single-special .group-chat div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.single-special .group-chat button {
    padding: .05rem .2rem;
    border-radius: .23rem;
    background-color: #2c8eff;
    font-family: inherit;
    font-weight: normal;
    font-size: .24rem;
    color: #f5f5f5;
}

.single-special .learner-teacher {
    padding: .3rem;
    margin-top: .14rem;
    background-color: #fff;
}

.single-special .learner-teacher .learner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: .06rem;
    padding-bottom: .06rem;
    font-size: .24rem;
    line-height: normal;
    color: #666;
}

.single-special .learner-teacher .learner div {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: .2rem;
    font-size: 0;
}

.single-special .learner-teacher .learner img {
    width: .5rem;
    height: .5rem;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.single-special .learner-teacher .learner img ~ img {
    margin-left: -0.13rem;
}

.single-special .learner-teacher .learner + .teacher {
    margin-top: .3rem;
}

.single-special .learner-teacher .teacher {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: .3rem;
    border-radius: .04rem;
    background-color: #f7f7f7;
}

.single-special .learner-teacher .teacher img {
    display: block;
    width: .9rem;
    height: .9rem;
    border-radius: 50%;
    background-color: #9d8585;
    -o-object-fit: cover;
       object-fit: cover;
}

.single-special .learner-teacher .teacher > div:last-of-type {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: .18rem;
    font-weight: bold;
    font-size: .3rem;
    color: #282828;
}

.single-special .learner-teacher .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: .04rem;
}

.single-special .learner-teacher .label div {
    height: .34rem;
    padding-right: .12rem;
    padding-left: .12rem;
    border-radius: .04rem;
    background-color: #fff0e5;
    font-weight: normal;
    font-size: .22rem;
    line-height: .34rem;
    color: #ff6b00;
}

.single-special .learner-teacher .label div ~ div {
    margin-left: .05rem;
}

.single-special .learner-teacher .iconfont {
    font-size: .24rem;
    color: #333;
}

.single-special .group-buy {
    margin-top: .14rem;
    background-color: #fff;
}

.single-special .group-buy .marquee {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: .32rem;
    background-color: #fff0e5;
    font-size: .24rem;
    color: #ff6b00;
}

.single-special .group-buy .iconfont {
    margin-right: .2rem;
    font-size: .22rem;
}

.single-special .group-buy .swiper-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: .62rem;
    padding-left: .2rem;
    margin-left: .2rem;
    font-size: .24rem;
    line-height: .62rem;
    color: #282828;
}

.single-special .group-buy .swiper-container::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: .3rem;
    border-left: 1px solid #282828;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.single-special .group-buy ul {
    padding-left: .3rem;
}

.single-special .group-buy li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: .25rem;
    padding-right: .3rem;
    padding-bottom: .25rem;
}

.single-special .group-buy li ~ li {
    border-top: 1px solid #f0f0f0;
}

.single-special .group-buy li img {
    display: block;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background-color: #e93323;
    -o-object-fit: cover;
       object-fit: cover;
}

.single-special .group-buy li > div ~ div {
    margin-left: .2rem;
}

.single-special .group-buy li > div:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .28rem;
    color: #222;
}

.single-special .group-buy li > div:nth-child(3) {
    text-align: right;
    font-size: .24rem;
    color: #333;
}

.single-special .group-buy li > div:nth-child(3) span {
    color: #ff6b00;
}

.single-special .group-buy li > div:nth-child(3) div:last-child {
    font-size: .22rem;
    color: #82848f;
}

.single-special .group-buy li button {
    width: 1.4rem;
    height: .5rem;
    border-radius: .25rem;
    margin-left: .35rem;
    background: -webkit-gradient(linear, left top, right top, from(#409DFF), to(#1E85FB));
    background: -webkit-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
    background: linear-gradient(90deg, #409DFF 0%, #1E85FB 100%);
    font-size: .24rem;
    color: #fff;
}

.single-special .group-buy > div:nth-child(3) {
    padding-top: .09rem;
    padding-bottom: .24rem;
    font-size: .24rem;
    text-align: center;
    color: #282828;
}

.single-special .group-way {
    margin-top: .14rem;
    background-color: #fff;
    font-size: .28rem;
    color: #282828;
}

.single-special .group-way div {
    height: .86rem;
    padding-left: .3rem;
    line-height: .86rem;
}

.single-special .group-way ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 1.1rem;
    padding-left: .3rem;
    border-top: 1px solid #eee;
    font-size: .26rem;
    counter-reset: ul;
}

.single-special .group-way li {
    position: relative;
    padding-left: .34rem;
}

.single-special .group-way li::before {
    counter-increment: ul;
    content: counter(ul);
    position: absolute;
    top: 50%;
    left: 0;
    width: .28rem;
    height: .28rem;
    border: 1px solid #282828;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: .22rem;
    line-height: .28rem;
    text-align: center;
}

.single-special .group-way li:not(:last-child) {
    padding-right: .66rem;
    margin-right: .4rem;
    background: url("../images/group-way.png") right center/.28rem no-repeat;
}

.single-special .detail {
    padding: .3rem;
    background-color: #fff;
}

.single-special .detail img {
    display: block;
    width: 100%;
}

.single-special .tabbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: .96rem;
    padding-left: .05rem;
    margin-top: .14rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0 .06rem .2rem rgba(0, 0, 0, 0.03);
    box-shadow: 0 .06rem .2rem rgba(0, 0, 0, 0.03);
    font-size: .3rem;
    line-height: .96rem;
    color: #999;
}

.single-special .tabbar li {
    position: relative;
    padding-right: .25rem;
    padding-left: .25rem;
    cursor: pointer;
}

.single-special .tabbar li.on {
    font-weight: bold;
    font-size: .32rem;
    color: #282828;
}

.single-special .tabbar li.on::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: .44rem;
    height: .04rem;
    border-radius: .02rem;
    background-color: #2c8eff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.single-special .exercise {
    padding: .3rem;
    background-color: #fff;
}

.single-special .exercise li {
    padding: .3rem;
    border-radius: .12rem;
    -webkit-box-shadow: 0 .03rem .2rem rgba(0, 0, 0, 0.07);
    box-shadow: 0 .03rem .2rem rgba(0, 0, 0, 0.07);
}

.single-special .exercise li ~ li {
    margin-top: .3rem;
}

.single-special .exercise .title {
    font-size: .3rem;
    color: #282828;
}

.single-special .exercise .title .iconfont {
    margin-right: .2rem;
    font-size: .3rem;
    color: #ccc;
}

.single-special .exercise .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: .3rem;
    font-size: .22rem;
    color: #999;
}

.single-special .exercise .progress {
    width: 1.6rem;
    height: .12rem;
    border-radius: .06rem;
    margin-right: .1rem;
    background-color: #eee;
}

.single-special .exercise .progress div {
    height: 100%;
    border-radius: .06rem;
    background-color: #2c8eff;
}

.single-special .exercise .group > div:nth-child(2) {
    width: .98rem;
}

.single-special .exercise .group > div:nth-child(3) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.single-special .exercise button {
    width: 1.2rem;
    height: .42rem;
    border-radius: .21rem;
    background-color: #2c8eff;
    font-family: inherit;
    font-weight: normal;
    color: #fff;
}

.single-special .exercise button .iconfont {
    margin-right: .1rem;
    font-size: .19rem;
}

.single-special .question {
    padding: .3rem;
    background-color: #fff;
    
}

.single-special .question li {
    padding-right: .3rem;
    padding-left: .3rem;
    border-radius: .12rem;
    -webkit-box-shadow: 0 .03rem .2rem rgba(0, 0, 0, 0.07);
    box-shadow: 0 .03rem .2rem rgba(0, 0, 0, 0.07);
}

.single-special .question li ~ li {
    margin-top: .3rem;
}

.single-special .question .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.single-special .question img {
    display: block;
    width: 2.4rem;
    height: 1.35rem;
    border-radius: .1rem;
    -o-object-fit: cover;
       object-fit: cover;
}

.single-special .question .head > div:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: .2rem;
}

.single-special .question .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: .3rem;
    color: #333;
}

.single-special .question .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: .22rem;
    color: #ff6b00;
}

.single-special .question .iconfont {
    font-size: .3rem;
    color: #ccc;
}

.single-special .question button {
    width: 1.2rem;
    height: .42rem;
    border-radius: .21rem;
    background-color: #2c8eff;
    font-family: inherit;
    font-weight: normal;
    line-height: normal;
    color: #fff;
}

.single-special .question button .iconfont {
    margin-right: .1rem;
    font-size: .19rem;
    color: #fff;
}

.single-special .evaluate > div:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: .33rem .3rem .13rem;
    background-color: #fff;
}

.single-special .evaluate button {
    padding: .09rem .28rem;
    border-radius: .28rem;
    background: -webkit-gradient(linear, left top, right top, from(#409dff), to(#1e85fb));
    background: -webkit-linear-gradient(left, #409dff 0%, #1e85fb 100%);
    background: linear-gradient(90deg, #409dff 0%, #1e85fb 100%);
    font-family: inherit;
    font-weight: normal;
    font-size: .26rem;
    color: #fff;
}

.single-special .evaluate .score {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: .28rem;
    color: #ff6b00;
}

.single-special .evaluate .score span {
    margin-right: .05rem;
    font-weight: bold;
    font-size: .44rem;
}

.single-special .evaluate .score div:last-child {
    padding: .03rem .25rem;
    border-radius: .21rem;
    margin-left: .15rem;
    background-color: #f5f5f5;
    font-size: .24rem;
    color: #999;
}

.single-special .footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    padding-right: .3rem;
    padding-left: .08rem;
    border-top: 1px solid #eee;
    background-color: #fff;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

.single-special .footer > button {
    width: .84rem;
    font-family: inherit;
    font-weight: normal;
    font-size: .18rem;
    color: #333;
}

.single-special .footer > button:nth-child(3) {
    width: .98rem;
}

.single-special .footer > button img {
    display: block;
    width: .4rem;
    height: .4rem;
    margin: .16rem auto .05rem;
}

.single-special .footer > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: .76rem;
    border-radius: .38rem;
    margin-left: .26rem;
    overflow: hidden;
}

.single-special .footer > div button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    font-family: inherit;
    font-weight: normal;
    font-size: .28rem;
    line-height: normal;
    color: #fff;
}

.single-special .footer > div button:first-child {
    background: -webkit-gradient(linear, left top, right top, from(#ff6b00), to(#ff9100));
    background: -webkit-linear-gradient(left, #ff6b00 0%, #ff9100 100%);
    background: linear-gradient(90deg, #ff6b00 0%, #ff9100 100%);
}

.single-special .footer > div button:last-child {
    background: -webkit-gradient(linear, left top, right top, from(#409dff), to(#1e85fb));
    background: -webkit-linear-gradient(left, #409dff 0%, #1e85fb 100%);
    background: linear-gradient(90deg, #409dff 0%, #1e85fb 100%);
}

.single-special .footer > div button div {
    font-size: .2rem;
}

.single-special .audio-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    border-bottom: 1px solid #f5f5f5;
    background-color: #fff;
}

.single-special .audio-panel img {
    display: block;
    width: 4.64rem;
    height: 1.6rem;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
    pointer-events: none;
}

.single-special .audio-panel .control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: .3rem;
    padding-left: .3rem;
    margin-top: .4rem;
}

.single-special .audio-panel .icon {
    font-size: .64rem;
    color: #2c8eff;
}

.single-special .audio-panel .timeline {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: .3rem;
    font-size: .28rem;
    color: #2c8eff;
}

.single-special .audio-panel .track {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: .04rem;
    border-radius: .02rem;
    margin-right: .18rem;
    margin-left: .18rem;
    background-color: rgba(44, 142, 255, 0.2);
}

.single-special .audio-panel .range {
    position: relative;
    width: 0;
    height: 100%;
    border-radius: .02rem;
    background-color: #2c8eff;
}

.single-special .audio-panel .thumb {
    position: absolute;
    top: 50%;
    left: 100%;
    width: .16rem;
    height: .16rem;
    border-radius: 50%;
    background-color: #2c8eff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.single-special .share-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1001;
    width: 6rem;
    height: 9.6rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
}

.single-special .group-chart-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 56;
    width: 6rem;
    padding-top: 1rem;
    padding-bottom: .6rem;
    border-radius: .3rem;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
}

.single-special .group-chart-dialog img {
    display: block;
    width: 3.54rem;
    height: 3.54rem;
    margin: 0 auto;
}

.single-special .barrage {
    position: fixed;
    top: 1rem;
    left: .3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: -webkit-calc(100% - .6rem);
    max-width: calc(100% - .6rem);
    height: .48rem;
    padding-right: .24rem;
    padding-left: .04rem;
    border-radius: .24rem;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: .24rem;
    color: #fff;
}

.single-special .barrage img {
    display: block;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    margin-right: .12rem;
    -o-object-fit: cover;
       object-fit: cover;
}

.single-special .barrage div:nth-child(2) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.thematic-details .material,
.single-special .material {
    padding-top: .15rem;
    padding-bottom: .15rem;
    margin-top: .14rem;
    background-color: #fff;
}

.thematic-details .material {
    border-top: .14rem solid #f5f5f5;
    margin-top: 0;
}

.thematic-details .material a,
.single-special .material a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: .15rem .3rem;
    font-size: .22rem;
    color: #999;
}

.thematic-details .material img,
.single-special .material img {
    display: block;
    width: 2.5rem;
    height: 1.4rem;
    border-radius: .1rem;
    -o-object-fit: cover;
       object-fit: cover;
}

.thematic-details .material a > div:last-child,
.single-special .material a > div:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 0;
    margin-left: .22rem;
}

.thematic-details .material a > div > div:first-child,
.single-special .material a > div > div:first-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .3rem;
    color: #333;
}

.thematic-details .material a > div > div:nth-child(2),
.single-special .material a > div > div:nth-child(2) {
    font-weight: bold;
    font-size: .28rem;
    color: #ff6b00;
}

.thematic-details .material a > div > div.money,
.single-special .material a > div > div.money {
    font-size: .22rem;
}

.thematic-details .material .money span,
.single-special .material .money span {
    font-size: .32rem;
}

.thematic-details .material a > div > div:last-child,
.single-special .material a > div > div:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.thematic-details .material button,
.single-special .material button {
    padding: .03rem .2rem;
    border-radius: .19rem;
    background-color: #2c8eff;
    font-family: inherit;
    font-weight: normal;
    font-size: .22rem;
    color: #fff;
}

/* 兑换码 */
.exchange-code form {
    width: 7.46rem;
    height: 9.94rem;
    padding-top: 4.06rem;
    margin: .82rem auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("../images/exchange2.png") center top/100% 100% no-repeat;
}

.exchange-code input[type="text"] {
    display: block;
    width: 5.8rem;
    height: 1.3rem;
    border-radius: .2rem;
    margin: 0 auto;
    background-color: #f5f6fd;
    font-size: .48rem;
    text-align: center;
    color: #282828;
}

.exchange-code form div {
    margin-top: 1.39rem;
    font-size: .3rem;
    text-align: center;
    color: #868999;
}

.exchange-code form span {
    font-weight: bold;
}

.exchange-code input[type="submit"] {
    display: block;
    width: 4.8rem;
    height: .96rem;
    border-radius: .48rem;
    margin: .5rem auto 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#409dff), to(#1e85fb));
    background: -webkit-linear-gradient(top, #409dff 0%, #1e85fb 100%);
    background: linear-gradient(180deg, #409dff 0%, #1e85fb 100%);
    -webkit-box-shadow: 0 .08rem .2rem rgba(0, 60, 230, 0.24);
            box-shadow: 0 .08rem .2rem rgba(0, 60, 230, 0.24);
    font-weight: bold;
    font-size: .3rem;
    color: #fff;
}

.exchange-code input[type="submit"]:disabled {
    opacity: 0.5;
}

.exchange-code .dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 56;
    width: 6rem;
    border-radius: .36rem;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: .32rem;
    text-align: center;
    color: #b8b8b8;
}

.exchange-code .dialog img {
    display: block;
    width: 4.1rem;
    height: 4.1rem;
    margin: .24rem auto .26rem;
}

.exchange-code .dialog div:nth-of-type(1) {
    margin-bottom: .18rem;
    font-weight: bold;
    font-size: .42rem;
    color: #282828;
}

.exchange-code .dialog a {
    display: block;
    width: 4.18rem;
    height: .96rem;
    border-radius: .48rem;
    margin: .5rem auto .52rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#409dff), to(#1e85fb));
    background: -webkit-linear-gradient(top, #409dff 0%, #1e85fb 100%);
    background: linear-gradient(180deg, #409dff 0%, #1e85fb 100%);
    -webkit-box-shadow: 0 .08rem .2rem rgba(0, 60, 230, 0.24);
            box-shadow: 0 .08rem .2rem rgba(0, 60, 230, 0.24);
    font-size: .3rem;
    line-height: .96rem;
    text-align: center;
    color: #fff;
}

/* 资料详情 */
.material-detail {
    padding-bottom: -webkit-calc(1rem + constant(safe-area-inset-bottom));
    padding-bottom: calc(1rem + constant(safe-area-inset-bottom));
    padding-bottom: -webkit-calc(1rem + env(safe-area-inset-bottom));
    padding-bottom: calc(1rem + env(safe-area-inset-bottom));
    padding-bottom: 1rem;
}

.material-detail .header img {
    display: block;
    width: 100%;
    height: 4.2rem;
    -o-object-fit: cover;
       object-fit: cover;
}

.material-detail .header > div {
    padding: .2rem .3rem;
    font-size: .36rem;
    color: #333;
}

.material-detail .header > div > div:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: .15rem;
    font-size: .22rem;
    color: #999;
}

.material-detail .header > div > div > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 1.07rem;
}

.material-detail .header > div div:only-of-type div:last-child {
    font-weight: bold;
    font-size: .36rem;
    color: #ff6b00;
}

.material-detail .header > div div:only-of-type div.money {
    font-size: .24rem;
}

.material-detail .header .money span:first-child {
    font-size: .4rem;
}

.material-detail .header .money span:nth-child(2) {
    padding-right: .46rem;
    background: url("../images/vip.png") right center/.46rem .21rem no-repeat;
    font-size: .28rem;
    color: #282828;
}

.material-detail .header button {
    font-family: inherit;
    font-weight: normal;
    font-size: .26rem;
    line-height: normal;
    color: #999;
}

.material-detail .header button ~ button {
    width: .84rem;
    margin-left: .4rem;
}

.material-detail .header button .iconfont {
    font-size: .4rem;
    color: #707070;
}

.material-detail .header button .iconshoucang2 {
    color: #ff6b00;
}

.material-detail .header button div {
    margin-top: .12rem;
}

.material-detail .main {
    border-top: .14rem solid #f5f5f5;
}

.material-detail .main > div:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 .06rem .2rem rgba(0, 0, 0, 0.03);
            box-shadow: 0 .06rem .2rem rgba(0, 0, 0, 0.03);
}

.material-detail .main > div:first-child div {
    position: relative;
    height: .96rem;
    padding-right: .28rem;
    padding-left: .28rem;
    font-weight: bold;
    font-size: .32rem;
    line-height: .96rem;
    color: #282828;
}

.material-detail .main > div:first-child div::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: .44rem;
    height: .04rem;
    border-radius: .02rem;
    background-color: #2c8eff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.material-detail .main > div:last-child {
    padding: .3rem;
}

.material-detail .main img {
    display: block;
    width: 100%;
}

.material-detail .footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: .3rem;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: .08rem;
    border-top: 1px solid #eee;
    background-color: #fff;
}

.material-detail .footer button:not(:last-child) {
    height: 1rem;
    padding-right: .22rem;
    padding-left: .22rem;
    font-family: inherit;
    font-weight: normal;
    font-size: .18rem;
    line-height: normal;
    color: #333;
}

.material-detail .footer img {
    display: block;
    width: .4rem;
    height: .4rem;
    margin: 0 auto .05rem;
}

.material-detail .footer button:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    height: .76rem;
    border-radius: .38rem;
    margin-left: .26rem;
    background: -webkit-gradient(linear, left top, right top, from(#409dff), to(#1e85fb));
    background: -webkit-linear-gradient(left, #409dff 0%, #1e85fb 100%);
    background: linear-gradient(90deg, #409dff 0%, #1e85fb 100%);
    font-family: inherit;
    font-weight: normal;
    font-size: .28rem;
    line-height: normal;
    color: #fff;
}

.material-detail .android,
.material-detail .ios {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 56;
    width: 6rem;
    border-radius: .36rem;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.material-detail .android img,
.material-detail .ios img {
    display: block;
    width: 4.1rem;
    height: 4.1rem;
    margin: .24rem auto;
}

.material-detail .android div {
    max-width: 90%;
    margin: .37rem auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: .32rem;
    text-align: center;
    color: #282828;
}

.material-detail .android button {
    display: block;
    width: 4.18rem;
    height: .96rem;
    border-radius: .48rem;
    margin: .74rem auto .94rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#409dff), to(#1e85fb));
    background: -webkit-linear-gradient(top, #409dff 0%, #1e85fb 100%);
    background: linear-gradient(180deg, #409dff 0%, #1e85fb 100%);
    -webkit-box-shadow: 0 .08rem .2rem rgba(0, 60, 230, 0.24);
            box-shadow: 0 .08rem .2rem rgba(0, 60, 230, 0.24);
    font-family: inherit;
    font-weight: normal;
    font-size: .3rem;
    line-height: normal;
    color: #fff;
}

.material-detail .ios > div:nth-child(2) {
    font-size: .32rem;
    text-align: center;
    color: #b8b8b8;
}

.material-detail .ios > div:last-child {
    padding: .25rem .2rem .2rem;
    border-radius: .1rem;
    margin: .42rem .3rem .48rem;
    background-color: #ececec;
    font-size: .26rem;
    color: #666;
}

.material-detail .ios > div > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.material-detail .ios > div > div ~ div {
    margin-top: .18rem;
}

.material-detail .ios > div > div > div:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    word-break: break-all;
}

.material-detail .ios a {
    color: inherit;
}

.material-detail .ios button {
    width: 1.4rem;
    height: .44rem;
    border-radius: .22rem;
    background-color: #2c8eff;
    font-family: inherit;
    font-weight: normal;
    font-size: .22rem;
    color: #fff;
}

.material-detail .share-image {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 56;
    width: 6rem;
    height: 9.6rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/* 我的资料 */
.user-material a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: .2rem .3rem;
    font-size: .22rem;
    color: #999;
}

.user-material a img {
    display: block;
    width: 2.5rem;
    height: 1.4rem;
    border-radius: .1rem;
    -o-object-fit: cover;
       object-fit: cover;
}

.user-material a > div:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 0;
    margin-left: .22rem;
}

.user-material a > div > div:first-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .3rem;
    color: #333;
}

.user-material a > div > div:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.user-material a > div > div > div:first-child {
    font-weight: bold;
    font-size: .28rem;
    color: #ff6b00;
}

.user-material a > div > div > div.money {
    font-size: .22rem;
}

.user-material .money span {
    font-size: .32rem;
}

.user-material .empty {
    margin-top: 4rem;
    font-size: .28rem;
    text-align: center;
    color: #bbb;
}

.user-material .empty img {
    display: block;
    width: 4.14rem;
    height: 3.05rem;
    margin: 0 auto;
}

.user-material .loading,
.user-material .finished {
    font-size: .28rem;
    line-height: 1rem;
    text-align: center;
    color: #bbb;
}

.user-material .fa-spin {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
}

/* 资料分类 */
.material-cate {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

.material-cate .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
    background: -webkit-gradient(linear, left top, right top, from(#1f86fb), to(#3f9cff));
    background: -webkit-linear-gradient(left, #1f86fb 0%, #3f9cff 100%);
    background: linear-gradient(90deg, #1f86fb 0%, #3f9cff 100%);
}

.material-cate .header > div:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: .16rem 0 .16rem .3rem;
}

.material-cate .header img {
    display: block;
    height: .64rem;
}

.material-cate .header form {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    margin-left: .3rem;
}

.material-cate .header input[type="text"] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: .64rem;
    padding-left: .72rem;
    border-radius: .32rem;
    background: #fff url("../images/search.png") .27rem center/.29rem .3rem no-repeat;
    font-size: .26rem;
}

.material-cate .header input[type="submit"] {
    padding-right: .3rem;
    padding-left: .3rem;
    color: #fff;
}

.material-cate .swiper-container:nth-child(2) .swiper-slide {
    width: auto;
    height: .92rem;
    padding-right: .37rem;
    padding-left: .37rem;
    font-size: .3rem;
    line-height: .92rem;
    color: rgba(254, 254, 254, 0.8);
}

.material-cate .swiper-container:nth-child(2) .swiper-slide.on {
    color: #fefefe;
}

.material-cate .swiper-container:nth-child(2) .swiper-slide.on::after {
    content: " ";
    position: absolute;
    bottom: .12rem;
    left: 50%;
    width: .39rem;
    height: .04rem;
    border-radius: .02rem;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.material-cate .swiper-container:nth-child(3) {
    background-color: #fff;
    -webkit-box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.05);
}

.material-cate .swiper-container:nth-child(3) .swiper-slide {
    width: auto;
    height: .86rem;
    padding-right: .19rem;
    padding-left: .19rem;
    font-size: .26rem;
    line-height: .86rem;
    color: #666;
}

.material-cate .swiper-container:nth-child(3) .swiper-slide.on {
    font-weight: bold;
    color: #2c8eff;
}

.material-cate .list {
    padding: .3rem;
}

.material-cate .list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.material-cate .list a ~ a {
    margin-top: .4rem;
}

.material-cate .list img {
    display: block;
    width: 2.5rem;
    height: 1.4rem;
    border-radius: .1rem;
    -o-object-fit: cover;
       object-fit: cover;
}

.material-cate .list a > div:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 0;
    margin-left: .22rem;
    font-size: .22rem;
    color: #999;
}

.material-cate .list a > div > div:first-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .3rem;
    color: #333;
}

.material-cate .list a > div > div:nth-child(2) {
    font-weight: bold;
    font-size: .28rem;
    color: #ff6b00;
}

.material-cate .list a > div > div:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.material-cate .list button {
    width: 1.05rem;
    height: .38rem;
    border-radius: .19rem;
    background-color: #2c8eff;
    font-family: inherit;
    font-weight: normal;
    font-size: .22rem;
    color: #fff;
}

.material-cate .list a > div > div.money {
    font-size: .22rem;
}

.material-cate .money span {
    font-size: .32rem;
}

.material-cate .loading,
.material-cate .finished {
    font-size: .28rem;
    line-height: 1rem;
    text-align: center;
    color: #bbb;
}

.material-cate .fa-spin {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
}

.material-cate .empty {
    margin-top: 2rem;
    font-size: .28rem;
    text-align: center;
    color: #bbb;
}

.material-cate .empty img {
    display: block;
    width: 4.14rem;
    height: 3.05rem;
    margin: 0 auto;
}

/* 轻专题图文详情 */
.single-text-detail .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: .2rem .3rem;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

.single-text-detail .header div:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: .3rem;
}

.single-text-detail .header .iconfont {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    font-size: .3rem;
}

.single-text-detail .main {
    padding: .3rem;
}

.single-text-detail .main img {
    display: block;
    width: 100%;
}


.sfsdf{
 background-color: #ff0000;
}


