body {
    padding-top: 60px;
    font-size: 14px;
}


.margin-top {
    margin-top: 12px;
}

.inner {
    width: 100%;
}

.inner.flex {
    display: flex;
}

.inner.item-center {
    align-items: center;
}

.inner.margin-top {
    margin-top: 0;
}

.header {
    background: #00c261;
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    padding: 0 12px;
}

.header .logo {
    width: 100%;
}

.header .logo img {
    height: 32px;
}

.nav {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00c261;
    z-index: 19;
    display: none;
    animation-name: animate-dropup;
    animation-duration: 0.2s;
    animation-fill-mode: both;
}

.nav.active {
    display: block;
}

.nav li {
    display: block;
    border-bottom: .5px solid rgba(255,255,255,.3);
    position: relative;
}

.nav li .ap {
    display: block;
    padding: 0 12px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #fff;
}

.nav li .iconfont {
    position: absolute;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    top: 0;
    right: 0;
    font-size: 24px;
    transition: all .3s;
    pointer-events: none;
    color: #fff;
}

.nav li.active .iconfont {
    transform: rotateX(180deg);
}

.nav li.active .as {
    display: block;
}

.nav li.active .ap {
    color: #fff;
}

.nav li .as {
    display: none;
}


.nav li .as a {
    display: flex;
    align-items: center;
    line-height: 50px;
    border-top: .5px solid rgba(255,255,255,.3);
    color: #fff;
}

.nav li .as a:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin-right: 12px;
    margin-left: 6px;
}


.header .user-center {
    height: 36px;
    border-radius: 5px;
    position: relative;
    display: flex;
    white-space: nowrap;
    align-items: center;
    cursor: pointer;
    color: #fff;
}

.header .user-center i {
    font-size: 24px;
}

.header .fold {
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
    color: #fff;
}

.header .fold i {
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.header .fold i:after {
    content: '\e75d';
}

.header .fold.active i:after {
    content: '\e75e';
}


.countdown {
    background: #fff;
    text-align: center;
    line-height: 30px;
    display: none;
}

.footer {
    background: #666;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding: 18px 0;
    font-size: 12px;
    height: 80px;
}

.footer span {
    display: block;
}

.home-title {
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #00c261;
    font-weight: bold;
    padding: 0 12px;
    background: #fff;
    border-top: .5px solid #f0f0f0;
    margin-top: 12px;
}

.home-title:before {
    content: ' ';
    background: #00c261;
    width: 6px;
    height: 20px;
    border-radius: 5px;
    margin-right: 12px;
}


.home-title em {
    background: #dbb33c;
    color: #fff;
    font-size: 12px;
    padding: 0 12px;
    height: 20px;
    font-style: normal;
    border-radius: 20px;
    line-height: 20px;
    margin-left: 6px;
    font-weight: normal;
}

.home-title a {
    background: #00c261;
    color: #fff;
    font-size: 12px;
    padding: 0 12px;
    height: 20px;
    font-style: normal;
    border-radius: 20px;
    line-height: 20px;
    margin-left: auto;
    font-weight: normal;
}

.home-nav {
    background: #fff;
    padding: 12px 6px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.home-nav a {
    text-align: center;
    padding: 6px;
    list-style: none;
    width: 25%;
}

.home-nav a:active {
    opacity: .5;
}

.home-nav a img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: block;
    margin: auto;
}

.home-nav a span {
    display: block;
    line-height: 20px;
    font-size: 12px;
    padding-top: 6px;
}
/*---------*/

.layer-mask {
    background: rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.layer-mask.hide{
    display: none;
}
.layer-container {
    position: fixed;
    background: #fff;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    display: flex;
    flex-direction: column;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .05);
    width: 100%;
}

.layer-container.direction-left {
    right: 0;
    animation-name: animate-left;
}

.layer-container.direction-up {
    animation-name: animate-up;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    right: 0;
    bottom: 0;
    left: 0;
}

.layer-title {
    position: relative;
    height: 50px;
    background: #fff;
    line-height: 50px;
    padding: 0 0 0 12px;
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: bold;
    border-bottom: .5px solid #f0f0f0;
}

.layer-title i {
    height: 50px;
    line-height: 50px;
    width: 50px;
    display: block;
    text-align: center;
    font-size: 20px;
    cursor: pointer;;
}

.layer-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.toast-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 999999999;
}

.toast-content {
    color: #fff;
    background: rgba(0, 0, 0, .5);
    padding: 12px 24px;
    border-radius: 5px;
    animation-name: animate-up;
    animation-duration: 0.2s;
    animation-fill-mode: both;
}

.loading-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    z-index: 9999;
}

.loading-content {
    background: rgba(0, 0, 0, .5);
    animation-name: animate-up;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 24px;
}

.loading-content span {
    display: block;
    font-size: 16px;
    padding: 0 16px;
}

.loading-content i {
    height: 90px;
    width: 90px;
    line-height: 90px;
    display: block;
    text-align: center;
    font-size: 90px;
    animation-name: animate-rotate;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    margin: auto;
}

.cell {
    position: relative;
    z-index: 1;
    border-bottom: .5px solid #f0f0f0;
    border-top: .5px solid #f0f0f0;
}

.cell.notb {
    border-top: none;
}

.cell-title {
    padding: 12px;
    font-size: 14px;
    text-align: left;
    color: #888;
    position: relative;
    z-index: 1;
    line-height: 1;
}

.cell a.cell-item, .cell label.cell-item {
    background-color: #FFF;
}

.cell a.cell-item:active, .cell label.cell-item:active {
    background-color: #f5f5f5;
}

.cell-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 12px;
    overflow: hidden;
}

.cell-item:not(:last-child) {
    border-bottom: .5px solid #f0f0f0;
}

.cell-left {
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    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;
}


.cell-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    min-height: 50px;
    color: #525252;
    text-align: right;
    font-size: 16px;
    padding-right: 12px;
    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;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cell-right img {
    height: 50px;
}

.cell-input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 50px;
    border: none;
    font-size: 14px;
    background: transparent;
    color: #555;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    padding-left: 6px;
    /* fuck UC */
}


.cell-icon {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 6px;
    font-size: 30px;
}

.cell-arrow:after {
    margin-left: .30px;
    margin-right: -6px;
    display: block;
    font-family: 'iconfont';
    font-size: 30px;
    color: #C9C9C9;
    content: '\e748';
}

.cell-textarea {
    width: 100%;
    border: none;
    display: block;
    height: 108px;
    font-size: 14px;
    padding: 12px 0;
}

/* === Button ===*/
.button {
    text-align: center;
    position: relative;
    border: none;
    pointer-events: auto;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    display: inline-block;
    padding: 0 24px;
    border-radius: 3px;
    background-color: #dbb33c;
    color: #FFF;
    cursor: pointer;
}

.button-sm {
    text-align: center;
    position: relative;
    border: none;
    pointer-events: auto;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    padding: 0 18px;
    border-radius: 5px;
    background-color: #dbb33c;
    color: #FFF;
    cursor: pointer;
}

.button-block {
    text-align: center;
    position: relative;
    border: none;
    pointer-events: auto;
    width: 100%;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background-color: #dbb33c;
    color: #FFF;
    cursor: pointer;
}

.button:active, .button-sm:active, .button-block:active {
    opacity: .5;
}

.button-block-out {
    padding: 12px;
    position: relative;
}

.button-block-out .button-block {
    margin-bottom: 12px;
}

.button-block-out .button-block:last-child {
    margin: 0;
}

.button-danger {
    background-color: #EF4F4F;
    color: #FFF;
}

.button-primary {
    background-color: #ffaa00;
    color: #FFF;
}

.button-disabled {
    background-color: #CCC;
    color: #F0F0F0;
    pointer-events: none;
}

.button-normal {
    background-color: #FFF;
    color: #454545;
    position: relative;
    border: .5px solid #f0f0f0;
}


.button-radius {
    border-radius: 120px !important;
}


.popup-mask {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.popup-container {
    background: #fff;
    animation-name: animate-up;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .05);
    border-radius: 6px;
    min-width: 240px;
    max-width: 380px;
}

.popup-content {
    padding: 36px;
    text-align: center;
}

.popup-content i {
    width: 90px;
    height: 90px;
    font-size: 90px;
    line-height: 90px;
    display: block;
    margin: auto;
}
.popup-content b {
    display: block;
    font-size: 32px;
    color: #c93835;
    text-align: center;
    padding-top: 24px;
}
.popup-button {
    height: 60px;
    position: relative;
    display: flex;
}

.popup-button span {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    line-height: 60px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    border-top: .5px solid #f0f0f0;
}

.popup-button span:not(:nth-child(1)) {
    border-left: .5px solid #f0f0f0;
}

.reg-forget {
    display: flex;
    justify-content: space-between;
    padding: 24px 12px;
}

.reg-forget a {
    display: block;
    font-size: 14px;
}


.subpage-title {
    background-image: url("../images/subpage-bg.png");
    background-size: 100% 100%;
    padding: 12px 0;
    height: 60px;
}
.subpage-title.sticky{
    position: sticky;
    z-index: 99;
    top: 60px;
}
.subpage-title h2 {
    text-align: center;
    color: #00c261;
    font-size: 20px;
    font-weight: normal;
    line-height: 36px;
}

.subpage-title h3 {
    text-align: center;
    color: #00c261;
    font-size: 18px;
    font-weight: normal;
}

.sub-nav {
    display: flex;
    justify-content: center;
    padding: 12px 0;
    background-image: url("../images/subpage-bg.png");
    background-size: 100% 100%;
}

.subpage-title ~ .sub-nav {
    background: none;
    padding: 0 0 12px 0;
}

.sub-nav a {
    padding: 6px 24px;
    border-radius: 36px;
    background: #fff;
    margin: 0 6px;
    position: relative;
    text-align: center;
}

.sub-nav a.active {
    background: #00c261;
    color: #fff;
    font-weight: bold;
}

.sub-nav a.active:before {
    position: absolute;
    content: '';
    border-top: 8px solid #00c261;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    bottom: -7px;
    left: 50%;
    margin-left: -4px;

}

.subpage-content {
    background: #fff;
    border-top: 2px solid #00c261;
}


.course-item a b {
    display: block;
    font-size: 16px;
}

.course-item a span {
    color: #666;
}

.whole-page {
    min-height: calc(100vh - 140px);
    overflow: hidden;
    position: relative;
}
.login-bg{
    min-height: calc(100vh - 140px);
    overflow: hidden;
    position: relative;
}

.section {
    padding: 18px 12px;
    position: relative;
    border-bottom: .5px solid #f0f0f0;
    cursor: pointer;
    background: #fff;
}

.section:last-child {
    border-bottom: none;
}

.section .section-name {
    display: flex;
    align-items: flex-start;
    line-height: 1.8;
    font-size: 14px;
}

.section .section-name i {
    height: 24px;
    width: 24px;
    position: relative;
    display: block;
    flex-shrink: 0;
    margin-right: 6px;
    background-image: url("../images/add.png");
    background-size: cover;
}

.section .section-name span {
    display: block;
    width: 100%;
}

.section.active .section-name i {
    background-image: url("../images/reduce.png");
}

.section.active .section-name span {
    color: #dbb33c;
}

.section .section-name em {
    display: block;
    white-space: nowrap;
    padding: 0 12px;
    background: #dbb33c;
    border-radius: 20px;
    font-style: normal;
    color: #fff;
    font-size: 12px;
}

.section .list {
    display: none;
    background: #f8f8f8;
    border-radius: 5px;
    padding: 6px 12px;
    margin: 6px 0 0 18px;
}

.section .list a {
    display: flex;
    line-height: 1.2;
    padding: 6px 0;
    align-items: center;
}

.section.active .list {
    display: block;
}
.section .list a.active{
    color: #dbb33c;
}
.section .list a i {
    font-size: 28px;
}

.chapter-section{
    display: none;
}
.chapter-section.active{
    display: block;
}

.question-title {
    position: relative;
    padding: 0 12px;
}

.question-type {
    background: #fff;
    padding: 9px 12px;
    height: 64px;
    display: flex;
    align-items: center;
}

.question-type b {
    display: block;
    color: #fff;
    padding: 0 12px;
    border-radius: 3px;
    height: 24px;
    background-color: #dbb33c;
    line-height: 24px;
    font-weight: normal;
    font-size: 12px;
}

.question-result {
    color: #ff0000;
    padding: 12px;
    font-weight: bold;
    background: #fff;
    display: flex;
    justify-content: space-between;
    position: relative;
    border-bottom: .5px solid #f0f0f0;
}

.question-result u {
    font-size: 16px;
}

.question-result u:nth-child(2) {
    color: #00c261;
}

.question-analysis {
    padding: 12px;
}

.question-analysis .analysis-title {
    font-size: 16px;
    font-weight: bold;
    color: #dbb33c;
}

.question-option {
    position: relative;
    overflow: hidden;
}


.question-option input {
    display: none
}

.question-option label {
    padding: 12px;
    border-radius: 3px;
    display: block;
    background-color: #fafafa;
    position: relative;
    margin: 12px;
    border: .5px solid #f0f0f0;
    cursor: pointer;
}


.question-option input:checked + label {
    background-color: #fff;
    color: #dbb33c;
}

.question-option input:disabled + label {
    cursor: default;
}

.question-option input:checked + label:before {
    content: ' ';
    width: 36px;
    height: 36px;
    position: absolute;
    right: -1px;
    bottom: -1px;
    background-image: url("../images/checkon.svg");
    background-repeat: no-repeat;
    background-position: right 0 bottom 0;
    background-size: 24px 24px;
    border-radius: 0 0 6px 0;
}

.question-option input:checked + label {
    border-color: #dbb33c;
}

.question-option input:disabled + label {
    opacity: 0.7;
}

.examination-progress {
    position: fixed;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 20vw;
    z-index: 10001;
    display: none;

}

.examination-progress.show {
    display: block;
    animation-name: animate-left;
    animation-duration: 0.2s;
    animation-fill-mode: both;
}

.examination-progress .progress-title {
    position: relative;
    height: 50px;
    background: #fff;
    line-height: 50px;
    padding: 0 0 0 12px;
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 600;
    color: #dbb33c;
    border-bottom: .5px solid #f0f0f0;
}

.examination-progress .progress-title i {
    height: 50px;
    line-height: 50px;
    width: 60px;
    display: block;
    text-align: center;
    font-size: 24px;
    color: #333;
}

.examination-progress .progress-conent {
    height: calc(100vh - 50px);
    overflow: auto;
    background: #fff;
}

.examination-progress ul {
    display: flex;
    flex-wrap: wrap;
    padding: 6px;
}

.examination-progress ul li {
    width: calc((100% - 60px) / 5);
    margin: 6px;
    background-color: #f0f0f0;
    line-height: 40px;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    flex-shrink: 0;
}

.examination-progress ul li:after {
    content: '未答';
    font-size: 12px;
    background: #999;
    color: #fff;
    position: absolute;
    top: -12px;
    right: -12px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    border-radius: 24px 24px 24px 0;
    padding: 0 12px;
}

.examination-progress ul li.right:after {
    content: '正确';
    background: #46916f;
}

.examination-progress ul li.wrong:after {
    content: '错误';
    background: #d12015;
}

.examination-progress ul li.analysis:after {
    content: '解析';
    background: #dbb33c;
}

.examination-progress ul li.answered:after {
    content: '已答';
    background: #46916f;
}


.examination-result {
    animation-name: animate-up;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    max-height: 100%;
    overflow: auto;
}

.examination-result .score {
    text-align: center;
    padding: 36px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 12px;
}

.examination-result .score b {
    display: block;
    font-size: 96px;
    color: #dbb33c;
}
.examination-result .score b:after{
    content: '%';
    color: #333;
    font-size: 18px;
}

.tabbar {
    background: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 0 0 5px 5px;
    border-top: .5px solid #f0f0f0;
    position: relative;
    padding: 0 12px;
}

.tabbar-item {
    width: 100%;
    display: flex;
    position: relative;
}

.tabbar-item:nth-child(2) {
    justify-content: center;
}

.tabbar-item:last-child {
    justify-content: flex-end !important;
}

.tabbar-item .pagination {
    border: .5px solid #f0f0f0;
    width: 100px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
}

.tabbar-item .button-prev {
    display: none;
}

.tabbar-item .button-next {

    display: none;
}

.tabbar-item button.swiper-button-disabled {
    cursor: not-allowed;
    color: #999;
}

.tabbar .item-button {
    color: #fff;
    padding: 0 24px;
    border-radius: 32px;
    height: 32px;
    background-color: #dbb33c;
    line-height: 32px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.tabbar .guide {
    position: absolute;
    top: -10px;
    left: 90px;
    background: #dbb33c;
    height: 24px;
    width: 120px;
    border-radius: 60px 60px 60px 0;
    z-index: 66;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.paper-list a {
    display: block;
    padding: 12px;
    background: #f8f8f8;
    margin: 12px;
}

.mock-remarks {
    padding: 18px;
}

.mock-remarks p {
    padding-bottom: 24px;
}

.mock-list a {
    position: relative;
    padding: 12px;
    display: block;
    background: #fff;
    border-bottom: .5px solid #f0f0f0;
}

.mock-list a .mock-title {
    font-weight: bold;
}

.mock-list a .mock-info {
    display: flex;
    justify-content: space-between;
    color: #666;
}

.examination-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-bottom: .5px solid #f0f0f0;
    padding: 0 12px;
    height: 60px;
}

.examination-header .time span {
    color: #00c261;
}

.examination-header button {
    background: #00c261;
    color: #fff;
    padding: 0 24px;
    border-radius: 32px;
    height: 32px;
    line-height: 32px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}


.wrong-list li {
    position: relative;
    padding: 12px;
    background-color: #fff;
}

.wrong-list li:not(:last-child) {
    border-bottom: .5px solid #f0f0f0;
}

.wrong-list li .title {
    padding-bottom: 6px;
}

.wrong-list li .info {
    display: flex;
    align-items: center;
}

.wrong-list li .info span:nth-child(1) {
    color: #dbb33c;
    padding-right: 12px;
}

.wrong-list li .info span:nth-child(2) {
    color: #ff0000;
    padding-right: 12px;
}

.wrong-list li button {
    color: #fff;
    border-radius: 30px;
    white-space: nowrap;
    height: 24px;
    font-size: 12px;
    background-color: #dbb33c;
    border: none;
    width: 80px;
    margin-left: auto;
    cursor: pointer;
}

.selection-title {
    padding: 12px;
    border-radius: 3px 3px 0 0;
    border-bottom: .5px solid #f0f0f0;
    background: #fff;
    color: #dbb33c;
    font-weight: bold;
    font-size: 16px;
}


#vm .swiper-container {
    width: 100%;
    height: calc(100vh - 200px);
    background: #fff;
    border-radius: 5px 5px 0 0;
}

#vm .swiper-slide {
    height: 100%;
    overflow-y: auto;
}

#vm .swiper-slide .fav {
    position: fixed;
    width: 32px;
    height: 32px;
    box-sizing: content-box;
    z-index: 99;
    margin-left: 88vw;
    top: 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .8);
    line-height: 32px;
    display: block;
    text-align: center;
    font-size: 24px;
    color: #d12015;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

#mock .swiper-container {
    width: 100%;
    height: calc(100vh - 270px);
    background: #fff;
}

#mock .swiper-slide {
    height: 100%;
    overflow-y: auto;
}


.user-nav {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    padding: 24px 0;
}

.user-nav a {
    padding: 24px 0;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 25%;
}

.user-nav a:active {
    opacity: .5;
}

.user-nav a i {
    font-size: 40px;
    height: 60px;
    line-height: 60px;
    display: block;
    background: #dbb33c;
    width: 60px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.user-nav a span {
    display: block;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.user-nav a .badge {
    position: absolute;
    top: 26px;
    right: 20px;
    background: #d12015;
    color: #fff;
    border-radius: 30px;
    padding: 0 12px;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    z-index: 9;
}


.error-tip {
    background-image: url("../images/error-msg.png");
    background-repeat: no-repeat;
    background-size: 80% auto;
    display: flex;
    align-items: center;
    justify-content: center;

    background-position: center;
    padding-top: 30vh;
    text-align: center;
    padding-bottom: 5vh;
}

.video-player {
    width: 100%;
    background-color: #fff;
    flex-shrink: 0;
    overflow: hidden;
}
.video-player #player{
    height: 100%;
    min-height: 50vw;
    background-size: cover;
    background-position: center;
    position: relative;
}
.video-player #player .course-name{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    padding: 12px 24px;
    color: #fff;
    font-size: 16px;
}
.xgplayer{
    background-image: none !important;
}
.xgplayer .course-name{
    display: none;
}

.course-type{
    display: none;
    min-height: calc(100vh - 50vw - 200px);
}
.course-type.active{
    display: block;
}

.course-tab{
    display: flex;
    line-height: 60px;
    background: #fff;
    width: 100%;
    border-bottom: .5px solid #f0f0f0;
    position: sticky;
    top: 60px;
    z-index: 2;
}

.course-tab li{
    font-size: 16px;
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
}
.course-tab li.active{
    color: #00c261;
    font-weight: bold;
}
.course-tab li.active:after{
    content: ' ';
    height: 5px;
    position: absolute;
    background: #00c261;
    left: 30%;
    right: 30%;
    border-radius: 3px;
    bottom: 5px;
}

.content{
    padding: 12px;
}
.content img{
    max-width: 100%;
}

.course-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 12px;
    background-color: #fff;
    border-bottom: .5px solid #f0f0f0;
}
.course-list.sub{
    border-bottom: none;
    padding-top: 12px;
}
.course-list a{
    display: block;
    margin-bottom: 12px;
    width: calc((100% - 12px) / 2);
    position: relative;
}
.course-list a img{
    width: 100%;
    height: 100px;
    border-radius: 5px;
    object-fit: cover;
}
.course-list a .course-name{
    font-size: 14px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
}
.course-list a .course-price{
    font-size: 20px;
    display: block;
    line-height: 30px;
    color: #ff6600;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.course-list a .course-price::before{
    content: '¥';
    font-size: 12px;
}

.news-list {
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;

}
.news-list.min-height{
    min-height: calc(100vh - 161px);
}
.news-list a {
    display: flex;
    position: relative;
    padding: 12px;
    border-bottom: .5px solid #f0f0f0;
    background: #fff;
}

.news-list a img {
    flex-shrink: 0;
    height: 80px;
    width: 120px;
    border-radius: 5px;
    object-fit: cover;
    margin-right: 12px;
}

.news-list a .text {
    width: 100%;
    color: #555;
    font-size: 14px;
    line-height: 26px;
    height: 50px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-list a .tag {
    background: #ffe3d0;
    font-size: 10px;
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: block;
    padding: 0 12px;
    border-radius: 20px;
}

.news-list a:active {
    opacity: .5;
}

.home-swiper {
    position: relative;
    padding: 0 12px;
    background-color: #fff;
    background-image: url("../images/swiper-bg.png");
    background-size: 100% 100%;
}


.home-swiper .swiper-container {
    border-radius: 5px;
}

.home-swiper img {
    vertical-align: middle;
    width: 100%;
}
.home-swiper .swiper-button-next,
.home-swiper .swiper-button-prev {
    display: none;
}

.home-swiper:hover .swiper-button-next,
.home-swiper:hover .swiper-button-prev {
    display: block;
    animation-name: animate-dropdown;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

.course-question{
    text-align: center;
    padding: 24px 0;
}
.course-question img{
    width: 60px;
    height: 60px;
}
.course-question p{
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.course-question p b{
    color: #00c261;
    font-size: 20px;
}
.course-question a{
    height: 40px;
    width: 120px;
    margin: auto;
    border-radius: 20px;
    color: #fff;
    background: #00c261;
    display: block;
    font-size: 16px;
    line-height: 40px;
}

.article-title{
    font-size: 18px;
    line-height: 1.5;
    padding: 12px 12px 0 12px;
    font-weight: bold;
    background: #fff;
}
.article-info{
    border-bottom: .5px dotted #e6e6e6;
    display: flex;
    align-items: center;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    padding: 12px;
    background: #fff;
}
.article-info i{
    font-size: 18px;
    margin-right: 6px;
}
.article-info i:nth-child(2){
    margin-left: 24px;
}
.article-content{
    padding: 12px;
    background: #fff;
    border-bottom: .5px solid #f0f0f0;
}
.article-content img{
    max-width: 100%;
    height: auto !important;
}
.article-content video{
    width: 100%;
    height: auto;
}

.chapter-tab {
    background: #fff;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    border-bottom: .5px solid #f0f0f0;
    -ms-overflow-style: none;
}
.chapter-tab li {
    font-size: 14px;
    line-height: 30px;
    padding: 0 12px;
    display: inline-block;
    background: #f0f0f0;
    border-radius: 50px;
    margin: 10px 6px;
}

.chapter-tab li.active {
    font-weight: bold;
    color: #fff;
    background: #00c261;
    position: relative;
}

.document-list a{
    margin: 12px;
    background: #f8f8f8;
    border-radius: 3px;
    padding: 12px;
    display: flex;
    align-items: center;
    line-height: 1.2;
}
.document-list a i{
    width: 40px;
    height: 40px;
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-right: 12px;
    border-radius: 50%;
}
.document-list a i.doc{
    background-image: url("../images/format-doc.png");
    background-color: #0072ff;
}
.document-list a i.pdf{
    background-image: url("../images/format-pdf.png");
    background-color: #ff5400;
}
.document-list a i.zip{
    background-image: url("../images/format-zip.png");
    background-color: #18a058;
}
.document-list a i.paper{
    background-image: url("../images/format-paper.png");
    background-color: #00c261;
}


.free-screen {
    background: #fff;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    border-bottom: .5px solid #f0f0f0;
    position: sticky;
    top: 60px;
    z-index: 99;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.free-screen::-webkit-scrollbar {
    display: none;
}
.free-screen a {
    font-size: 14px;
    line-height: 30px;
    padding: 0 12px;
    display: inline-block;
    background: #f0f0f0;
    border-radius: 50px;
    margin: 10px 6px;
}

.free-screen a.active {
    font-weight: bold;
    color: #fff;
    background: #00c261;
    position: relative;
}

.school-list {
    display: flex;
    flex-wrap: wrap;
    padding: 6px 12px;
    justify-content: space-between;
    border-radius: 0 0 5px 5px;
}

.school-list a {
    width: calc((100% - 24px) / 3);
    background: #fff;
    border-radius: 5px;
    margin: 6px 0;
    padding: 12px;
    text-align: center;
    border: .5px solid #f0f0f0;
}

.school-list a img {
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    object-fit: scale-down;
}

.school-list a span {
    display: block;
    padding: 12px 0;
    font-size: 14px;
}

.school-list.sort a img {
    border-radius: 50%;
    object-fit: cover;
}

.home-guide{
    display: flex;
    flex-shrink: 0;
    padding: 12px;
    flex-wrap: wrap;
    background: #fff;
    border-top: .5px solid #f0f0f0;
    border-bottom: .5px solid #f0f0f0;
}
.home-guide img{
    border-radius: 4px;
    width: 100%;
}
.home-guide a{
    display: block;
}
.home-guide a:nth-child(1){
    width: calc(50% - 6px);
}
.home-guide a:nth-child(2){
    width: calc(50% - 6px);
    margin-left: 12px;
}

.swiper-word{
    position: fixed !important;
    top: 0 !important;;
    left: 0 !important;;
    right: 0 !important;;
    bottom: 0 !important;;
    z-index:10000 !important;;
    background: rgba(0,0,0,.4) !important;;
    visibility: hidden;
}
.swiper-word .swiper-close{
    background-color: #ee0000;
    width: 54px;
    height: 54px;
    padding-left: 10px;
    position: absolute;
    border-radius:0 0 0 64px;
    top: 0;
    right: 0;
    z-index: 99999;
    cursor: pointer;
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: 25px 16px;
}
.swiper-word .swiper-close i{
    color: #fff;
    font-size: 32px;
    width: 44px;
    height: 44px;
    display: block;
    text-align: center;
    line-height: 44px;
}


.swiper-word.show{
    visibility: initial;
}

.swiper-zoom-word{
    position: absolute;
    z-index:9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.list-school{
}
.list-school a{
    padding: 12px;
    display: block;
    border-bottom: .5px solid #f0f0f0;
    background: #fff;
}
.list-school a:last-child{
    border-bottom: none;
}
.list-school a:nth-child(2n) {
    background: #fbfbfb;
}
.list-school .intro{
    display: flex;
    align-items: center;
}
.list-school .intro img{
    width: 50px;
    height: 50px;
    border-radius: 5px;
    object-fit: scale-down;
    border: .5px solid #f0f0f0;
    padding: 5px;
}
.list-school .intro .name{
    padding-left: 12px;
}
.list-school .intro .name .cn{
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.list-school .intro .name .type{
    color: #999;
    line-height: 1;
}
.list-school a .tags {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding-top: 12px;
}

.list-school a .tags span {
    display: block;
    background: #f5f5f5;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 2px;
    height: 20px;
    line-height: 20px;
    margin: 3px 6px 3px 0;
    white-space: nowrap;
}
.list-school a .address{
    display: flex;
    align-items: center;
    padding-top: 6px;
}
.list-school a .address i{
    flex-shrink: 0;
    padding-right: 6px;
    font-size: 20px;
}
.list-school a .address span{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}


.school-detail{
    position: relative;
}
.school-detail .thumb{
    width: 100%;
    height: 30vh;
    object-fit: cover;
}
.school-detail .logo{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 24vh;
    right: 12px;
    border-radius: 5px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .05);
    border: .5px solid #f0f0f0;
    padding: 5px;
    background: #fff;
}
.school-detail .school-name{
    font-size: 16px;
    font-weight: bold;
    padding: 12px 12px 0 12px;
}
.school-detail .school-type{
    display: inline-block;
    background: #f0f0f0;
    border-radius: 5px;
    padding: 3px 12px;
    font-size: 12px;
    margin: 6px 12px;
}
.school-detail .info{
    padding: 3px 12px;
    display: flex;
    align-items: center;
}
.school-detail .info i{
    flex-shrink: 0;
    padding-right: 6px;
    font-size: 20px;
}
.school-detail .info span{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.condition-screen {
    background: #fff;
    border-bottom: .5px solid #f0f0f0;
    display: flex;
    height: 50px;
    position: sticky;
    z-index: 99;
    top: 120px;
}

.condition-screen li {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: relative;
}

.condition-screen li i {
    font-size: 16px;
}


.condition-screen li .condition-option{
    display: none;
}
.condition-screen li:hover .condition-option{
    display: flex;
}
.condition-option {
    position: fixed;
    flex-wrap: wrap;
    width: 100%;
    left: 0;
    right: 0;
    top: 170px;
    padding: 12px ;
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
}

.condition-option a {
    display: block;
    width: calc((100% - 48px) / 2);
    background: #f0f0f0;
    border-radius: 5px;
    margin: 12px;
    line-height: 30px;
    text-align: center;
}
.condition-option a.active{
    color: #fff;
    background: #00c261;
}