body {
    padding-top: 80px;
    font-size: 16px;
    background: #edf0f4;
    min-width: 1272px;
}

.inner {
    width: 1272px;
    margin: 24px auto 0;
    padding: 0 24px;
    position: relative;
}
.margin-top{
    margin-top: 24px;
}
.inner.inner-header{
    margin-top: 0;
    display: flex;
    align-items: center;
}
.inner.flex {
    display: flex;
    justify-content: space-between;
}
.inner.mt0{
    margin-top: 0;
}

.home-title {
    line-height: 60px;
    display: flex;
    align-items: center;
    position: relative;
}

.home-title b {
    color: #093160;
    font-weight: bold;
    position: relative;
    display: block;
    font-size: 20px;
    white-space: nowrap;
}

.home-title a {
    margin-left: auto;
    display: block;
    width: 60px;
    height: 24px;
    background: #093160;
    color: #fff;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    border-radius: 24px;
}

.home-title i {
    color: #093160;
    font-size: 32px;
}


.header {
    background: #093160;
    height: 80px;
    width: 100%;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header .logo img {
    width: 180px;
}

.nav {
    width: 100%;
    display: flex;
    justify-content: center;
}

.nav li {
    padding: 0 24px;
    position: relative;
    display: flex;
    align-items: center;
}

.nav li i {
    padding-left: 2px;
    font-size: 20px;
    transition: all .5s;
    color: #fff;
}

.nav li .ap {
    line-height: 80px;
    display: flex;
    align-items: center;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    color: #fff;
}


.nav li .as {
    position: absolute;
    background: #fff;
    border-top: 3px solid #fff;
    padding: 12px 18px;
    border-radius: 5px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .05);
    animation-name: animate-dropdown;
    animation-duration: 0.1s;
    animation-fill-mode: both;
    display: none;
    top: 80px;
    left: 6px;
}

.nav li .as:after {
    position: absolute;
    content: '';
    border-bottom: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    top: -9px;
    left: 15px;
}


.nav li .as a {
    white-space: nowrap;
    line-height: 2;
    display: block;
    font-weight: normal;
}

.nav li:hover .ap {
    animation-name: animate-flop;
    animation-duration: 0.2s;
    animation-fill-mode: both;
}


.nav li:hover i {
    transform: rotateX(180deg);
}


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



.header .user-center {
    height: 36px;
    border-radius: 36px;
    position: relative;
    display: flex;
    white-space: nowrap;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    background: #ff6600;
    padding: 0 12px;
}


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


.home-swiper {
    width: 912px;
    height: 300px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.home-swiper img {
    height: 300px;
    width: 912px;
}

.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;
}


/*---------*/

.layer-mask {
    background: rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.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);
    max-width: 600px;
}

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

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

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

.layer-title i {
    height: 60px;
    line-height: 60px;
    width: 60px;
    display: block;
    text-align: center;
    font-size: 24px;
    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;
}
.cell.notb{
    border-top: none;
}

.cell-title {
    padding: 18px;
    font-size: 18px;
    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: 18px;
    overflow: hidden;
}

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

.cell-left {
    color: #333;
    font-size: 21px;
    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: 60px;
    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: 60px;
}
.cell-input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 60px;
    border: none;
    font-size: 16px;
    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: 12px;
    /* fuck UC */
}


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

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

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

/* === Button ===*/
.button {
    text-align: center;
    position: relative;
    border: none;
    pointer-events: auto;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    display: inline-block;
    padding: 0 24px;
    border-radius: 6px;
    background-color: #093160;
    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: #093160;
    color: #FFF;
    cursor: pointer;
}

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

.button:hover, .button-sm:hover, .button-block:hover, .button-primary:hover, .button-normal:hover {
    opacity: .8;
}

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

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

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

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

.button-primary {
    background-color: #ff6600;
    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: 320px;
    max-width: 540px;
}

.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;
}
.login-bg{
    background-image: url("../images/bg-login.jpg");
    background-size: cover;
    min-height: calc(100vh - 280px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-bg ~ .footer{
    margin-top: 0;
}
.login-box{
    background: rgba(255,255,255,.9);
    width: 600px;
    border-radius: 5px;
    overflow: hidden;
    padding: 24px 0;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
}

.reg-forget{
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
}
.reg-forget a{
    display: block;
    font-size: 16px;
}
.login-form .login-title{
    font-size: 24px;
    color: #ff6600;
    text-align: center;
    padding-bottom: 24px;
    font-weight: bold;
}

.whole-page{
    min-height: calc(100vh - 328px);
    overflow: hidden;
}


.chapter{
    padding: 24px;
    position: relative;
    border-bottom: .5px solid #f0f0f0;
    cursor: pointer;
}
.chapter:last-child{
    border-bottom: none;
}
.chapter .chapter-name{
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
    font-size: 18px;
}
.chapter .chapter-name i{
    height: 28px;
    width: 28px;
    position: relative;
    display: block;
    flex-shrink: 0;
    margin-right: 12px;
    background-image: url("../images/add.png");
    background-size: cover;
}
.chapter .chapter-name span{
    display: block;
    width: 100%;
}
.chapter.active .chapter-name i{
    background-image: url("../images/reduce.png");
}
.chapter.active .chapter-name span{
    color: #093160;
}
.chapter .chapter-name em{
    display: block;
    white-space: nowrap;
    padding: 0 12px;
    background: #093160;
    border-radius: 20px;
    font-style: normal;
    color: #fff;
    font-size: 12px;
}
.chapter .list{
    display: none;
    background:#f8f8f8;
    border-radius: 5px;
    padding: 12px 24px;
    margin: 12px 0 0 36px;
}
.chapter .list a{
    display: block;
    line-height: 1.2;
    padding: 12px 0;
}
.chapter.active .list{
    display: block;
}
.chapter .list a em{
    display: inline-block;
    font-style: normal;
    color: #093160;
    padding-left: 18px;
}


.question-title {
    position: relative;
    padding: 0 24px;
}
.question-type{
    background: #fff;
    padding: 18px 24px;
    height: 72px;
    display: flex;
    align-items: center;
}
.question-type b{
    display: block;
    color: #fff;
    padding: 0 12px;
    border-radius: 5px;
    height: 36px;
    background-color: #093160;
    line-height: 36px;
    font-weight: normal;
    font-size: 14px;
}
.question-result {
    color: #ff6600;
    padding: 24px;
    font-weight: bold;
    background: #fff;
    display: flex;
    justify-content: space-between;
    position: relative;
    border-bottom: .5px solid #f0f0f0;
}
.question-result u{
    font-size: 20px;
}
.question-result u:nth-child(2){
    color: #46916f;
}
.question-analysis{
    padding: 24px;
}
.question-analysis .analysis-title{
    font-size: 20px;
    font-weight: bold;
    color: #093160;
}
.question-option {
    position: relative;
    overflow: hidden;
}


.question-option input {
    display: none
}

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


.question-option input:checked + label {
    background-color: #fff;
    color: #093160;
}
.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: 36px 36px;
    border-radius: 0 0 6px 0;
}

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

.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: calc(100% - 400px);
    z-index: 10000;
    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: 60px;
    background: #fff;
    line-height: 60px;
    padding: 0 0 0 24px;
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 600;
    color: #093160;
    border-bottom: .5px solid #f0f0f0;
}

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

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

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

.examination-progress ul li {
    width: calc((100% - 120px) / 5);
    margin: 12px;
    background-color: #f0f0f0;
    line-height: 60px;
    height: 60px;
    border-radius: 5px;
    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: #ff6600;
}
.examination-progress ul li.analysis:after {
    content: '解析';
    background: #093160;
}
.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: 24px;
}
.examination-result .score b{
    display: block;
    font-size: 96px;
    color: #093160;
}


.tabbar {
    background: #fff;
    height: 68px;
    display: flex;
    align-items: center;
    border-top: .5px solid #f0f0f0;
    position: relative;
    padding: 0 24px;
}
.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: 40px;
    line-height: 40px;
    border-radius: 40px;
}
.tabbar-item .button-prev{
    border: .5px solid #f0f0f0;
    height: 40px;
    border-radius: 40px 0 0 40px;
    padding: 0 24px;
    cursor: pointer;
    font-size: 16px;
}
.tabbar-item .button-next{
    border: .5px solid #f0f0f0;
    height: 40px;
    border-radius: 0 40px 40px 0;
    padding: 0 24px;
    cursor: pointer;
    border-left: none;
    font-size: 16px;
}
.tabbar-item button.swiper-button-disabled{
    cursor: not-allowed;
    color: #999;
}
.tabbar .item-button{
    color: #fff;
    padding: 0 24px;
    border-radius: 40px;
    height: 40px;
    background-color: #093160;
    line-height: 40px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}
.tabbar .guide{
    position: absolute;
    top: -10px;
    left: 90px;
    background: #093160;
    height: 24px;
    width: 120px;
    border-radius: 60px 60px 60px 0;
    z-index: 66;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}
.exam-header {
    background: #093160;
    height: 80px;
    width: 100%;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    padding: 0 24px;
}

.exam-header .logo img {
    height: 36px;
}
.exam-header .exam-name{
    font-size: 24px;
    color: #fff;
    padding-left: 6px;
}
.exam-header .user-info{
    margin-left: auto;
    color: #fff;
    display: flex;
    align-items: center;
}
.exam-header .user-info i{
    font-size: 24px;
    padding-left: 24px;
}
.exam-remarks{
    padding: 18px;
}
.exam-remarks b{
    display: block;
}
.exam-remarks strong{
    display: block;
    font-size: 20px;
    color: #ff6600;
    padding-bottom: 12px;
}
.exam-remarks p{
    padding-bottom: 12px;
}


.examination-header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-bottom: .5px solid #f0f0f0;
    padding: 0 24px;
    height: 60px;
}
.examination-header .time span{
    color: #ff6600;
}
.examination-header button{
    background: #ff6600;
    color: #fff;
    padding: 0 24px;
    border-radius: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}


.wrong-list li{
    position: relative;
    padding: 24px;
    background-color: #fff;
}
.wrong-list li:not(:last-child){
    border-bottom: .5px solid #f0f0f0;
}
.wrong-list li .title{
    padding-bottom: 12px;
}
.wrong-list li .info{
    display: flex;
    align-items: center;
}
.wrong-list li .info span:nth-child(1){
    color: #093160;
    padding-right: 24px;
}
.wrong-list li .info span:nth-child(2){
    color: #ff0000;
    padding-right: 24px;
}
.wrong-list li button{
    color: #fff;
    border-radius: 30px;
    white-space: nowrap;
    height: 28px;
    font-size: 14px;
    background-color: #093160;
    border: none;
    width: 80px;
    margin-left: auto;
    cursor: pointer;
}

.selection-title{
    padding: 24px;
    border-radius: 5px 5px 0 0;
    border-bottom: .5px solid #f0f0f0;
    background: #fff;
    color: #093160;
    font-weight: bold;
    font-size: 18px;
}


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

#vm .swiper-slide {
    height: 100%;
    overflow-y: auto;
}
#vm .swiper-slide .fav{
    position: fixed;
    width: 36px;
    height: 36px;
    box-sizing: content-box;
    z-index: 99;
    margin-left: 1164px;
    top: 18px;
    border-radius: 50%;
    background: rgba(255,255,255,.8);
    line-height: 36px;
    display: block;
    text-align: center;
    font-size: 24px;
    color: #ff6600;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}
#exam .swiper-container {
    width: 100%;
    height: calc(100vh - 208px);
    background: #fff;
}

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


.error-tip{
    width: 500px;
    background-image: url("../images/error-msg.png");
    background-repeat: no-repeat;
    background-size: 500px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    background-position: center;
    padding-top: 180px;
    text-align: center;
    margin: 48px auto;
}


.video-list {
    width: 324px;
    background: #fff;
    height: 506px;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
}

.video-list ul{
    border-top: 24px solid #fff;
    border-bottom: 24px solid #fff;
    border-left: 12px solid #fff;
    border-right: 12px solid #fff;
    height: 100%;
    overflow: auto;
    padding: 0 12px;
}

.video-list li {
    list-style: none;
    margin-bottom: 12px;
    background: #f0f0f0;
    padding: 12px 24px;
    cursor: pointer;
    border-radius: 5px;
}

.video-list li:last-child {
    margin-bottom: 0;
}

.video-list li.on {
    color: #fff;
    background: #c93835;
}

.video-list ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #fff;
}

.video-list ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #c93835;
}

.pay-list{
    display: flex;
    padding: 12px;
}
.pay-list li{
    width: 100%;
    margin: 12px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    padding: 24px;
}
.pay-list li b{
    display: block;
    font-size: 20px;
    color: #093160;
}
.pay-list li span{
    font-size: 36px;
    color: #ff6600;
    font-weight: bold;
    padding-bottom: 24px;
    display: block;
}
.pay-list li span:before{
    font-weight: normal;
    font-size: 20px;
    content: '¥';
}
.pay-list li button{
    margin-top: 24px;
}
.bread{
    display: flex;
    align-items: center;
    padding-top: 24px;
}
.bread .iconfont{
    font-size: 24px;
}
.bread .iconfont:nth-child(1){
    padding-right: 6px;
}
.course-popup{
    text-align: left;
}
.course-popup .item{
    position: relative;
    border:1px solid #f0f0f0;
    border-radius: 5px;
    padding: 24px 12px 12px 12px;
    margin-top: 12px;
}
.course-popup .item em{
    position: absolute;
    height: 20px;
    width: 60px;
    background: #c93835;
    border-radius: 5px;
    display: block;
    left: 0;
    top: -6px;
    color: #fff;
    text-align: center;
    font-style: normal;
}




.free-screen {
    display: flex;
    justify-content: center;
}

.free-screen a {
    font-size: 16px;
    line-height: 40px;
    padding: 0 24px;
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    margin: 12px 6px;
}

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


.course-tab{
    display: flex;
    line-height: 60px;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 calc(50% - 618px);
    z-index: 2;
}

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

.course-type{
    display: none;
}
.course-type.active{
    display: block;
}
.course-type .exam-remarks{
    padding: 24px;
    border: 1px solid #f0f0f0;
    background: #f8f8f8;
    border-radius: 5px;
}
.document-list{

}
.document-list a{
    margin-bottom: 24px;
    background: #fff;
    border-radius: 5px;
    padding: 24px;
    display: flex;
    align-items: center;
    line-height: 1.2;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .05);
}
.document-list a:last-child{
    margin-bottom: 0;
}
.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: #ff6600;
}


.video-player {
    width: 1224px;
    height: 689px;
    margin: auto;

}
.video-player #player{
    height: 100%;
    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;
}

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

.chapter-tab li.active {
    font-weight: bold;
    color: #fff;
    background: #ff6600;
    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;
}


.home-notice {
    background: #fff;
    width: 288px;
    height: 300px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border-bottom: 24px solid #fff;
    padding: 24px 24px 0 24px;
}
.home-notice .badge {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    width: 120px;
    background: #ff6600;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 15px;
    right: -30px;
    z-index: 2;
    transform: rotate(45deg);
}
.home-notice b {
    font-size: 20px;
    display: block;
    color: #093160;
    font-family: num;
    font-weight: normal;
}

.home-notice span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.home-notice .swiper-container{
    height: 264px;
}


.home-course {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-course a {
    width: calc(25% - 18px);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 24px;
}

.home-course .img{
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.home-course a img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: all 1s;
}

.home-course a span {
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 24px;
    background: #fff;
}
.home-course a:hover .img img {
    transform: scale(1.1);
}
.home-course a:last-child{
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-course a:last-child p{
    font-size: 24px;
    color: #093160;
}
.footer {
    background: #4c525d;
    padding: 24px 0 36px;
    margin-top: 24px;
}

.footer-end {
    align-items: center;
    justify-content: space-between;
}

.footer-end .end-item .logo {
    padding-bottom: 20px;
    height: 68px;
}

.footer-end .end-item .qrcode {
    width: 100px;
    margin-left: auto;
    border-radius: 5px;
}

.footer-end .end-item a {
    color: rgba(255, 255, 255, .8);
    padding-left: 12px;
}

.footer-end .end-item a:hover {
    color: #fff;
}

.footer-end .end-item p {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 24px;
    padding-left: 70px;
}

.footer-end .end-item:nth-child(2) {
    text-align: right;
}


.home-article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-article li {
    overflow: hidden;
    display: flex;
    margin-bottom: 24px;
    width: calc(50% - 12px);
    border-radius: 5px;
}
.home-article li .img {
    width: 240px;
    height: 160px;
    overflow: hidden;
    flex-shrink: 0;
}

.home-article li .img img {
    width: 240px;
    height: 160px;
    transition: all 1s;
    object-fit: cover;
}


.home-article li .text {
    width: 100%;
    padding: 24px;
    background: #fff;
}

.home-article li .text b {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    overflow: hidden;
    font-weight: normal;
    color: #333;
}

.home-article li .text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.home-article li .text span {
    display: flex;
    align-items: center;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    padding: 6px 0;
}

.home-article li .text span .iconfont {
    font-size: 16px;
}

.home-article li .text span .iconfont:nth-child(2) {
    padding-left: 24px;
}

.home-article li:hover .img img {
    transform: scale(1.1);
}

.home-article li:hover a b {
    color: #ff5065;
}

.row-left {
    width: 220px;
    background: #fff;
    margin-right: 24px;
    flex-shrink: 0;
    border-radius: 5px;
}

.row-right {
    width: 100%;
    background: #fff;
    min-height: calc(100vh - 328px);
    border-radius: 5px;
}

.row-left .row-nav {
    padding: 24px;
}

.row-left .row-nav a {
    display: block;
    line-height: 40px;
    border: 1px solid #f0f0f0;
    text-align: center;
    margin-bottom: 24px;
    background: #f8f8f8;
    color: #333;
    border-radius: 3px;
}

.row-left .row-nav a:hover {
    background: #fff;
}

.row-left .row-nav a.active {
    background: #093568;
    color: #fff;
    border: 1px solid #041d39;
}

.row-title {
    height: 64px;
    font-size: 20px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: bold;
    padding: 0 24px;
    display: flex;
    align-items: center;
    position: relative;
    color: #2e4d94;
}

.row-content {
    padding: 24px;
    line-height: 1.8;
}


.row-content img,
.row-content video{
    max-width: 100%;
    height: auto;
    border-radius: 2px;
}
.row-content p{
    padding: 12px 0;
}
.article-deatil-title {
    font-size: 24px;
    line-height: 1.2;
    padding: 24px 24px 0 24px;
    font-weight: bold;
    text-align: center;
}

.article-deatil-info {
    border-bottom: 1px dotted #f0f0f0;
    display: flex;
    align-items: center;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 0;
    margin: 0 24px;
    justify-content: center;
}

.article-deatil-info .iconfont {
    font-size: 16px;
}

.article-deatil-info .iconfont:nth-child(2) {
    padding-left: 24px;
}

.paging {
    display: flex;
    padding: 24px;
    justify-content: center;
    align-items: center;
}

.paging a, .paging span {
    border: #f0f0f0 1px solid;
    padding: 6px 12px;
    margin: 0 6px;
    background: #fafafa;
    display: block;
    border-radius: 2px;
    min-width: 36px;
    text-align: center;
    font-size: 14px;
}

.paging a:hover {
    background: #fff;
}

.paging a.current, .paging .active {
    background: #3361b0;
    color: #fff;
    border: #2e4d94 1px solid;
}

.paging span {
    margin: 0 6px;
    display: block;
}


.text-list li {
    display: flex;
    border-bottom: 1px dotted #f0f0f0;
    line-height: 48px;
    width: 100%;

}

.text-list li i {
    font-size: 24px;
    color: #0c4e9f;
}

.text-list li a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.text-list li span {
    color: #999;
    width: 100px;
    flex-shrink: 0;
    text-align: right;
    margin-left: auto;
}

.album-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.album-list a {
    width: 100%;
    margin: 0 0 24px 0;
    display: block;
}

.album-list a img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 5px;
}

.album-list a span {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.article-list {
    background: #fff;
    overflow: hidden;
}

.article-list li {
    overflow: hidden;
    display: flex;
    padding: 24px 0;
    border-bottom: 1px solid #f0f0f0;
}

.article-list li:nth-child(1) {
    padding-top: 0;
}

.article-list li:last-child {
    border-bottom: none;
}

.article-list li .img {
    width: 240px;
    height: 135px;
    overflow: hidden;
    border-radius: 5px;
}

.article-list li .img img {
    width: 240px;
    height: 135px;
    transition: all 1s;
    object-fit: cover;
}

.article-list li:hover .img img {
    transform: scale(1.1);
}

.article-list li:hover a b {
    color: #ff5065;
}

.article-list li .text {
    width: 100%;
    padding-left: 24px;
}

.article-list li .text b {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 12px;
    color: #333;
}

.article-list li .text p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置为2行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    padding: 0;
}
.article-list li .text p .action{
    height: 32px;
    width: 120px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    margin-right: 24px;
}
.article-list li .text p .action:nth-child(1){
    background: #093160;
}
.article-list li .text p .action:nth-child(2){
    background: #ff6600;
}
.article-list li .text p .action:hover{
    opacity: .8;
}
.article-list li .text span {
    display: flex;
    align-items: center;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 12px;
}

.article-list li .text span .iconfont {
    font-size: 20px;
}
.article-list li .text span.passed{
    color: #00c261;
}
.article-list li .text span .iconfont:nth-child(2) {
    padding-left: 24px;
}

.course-guide{
    text-align: center;
    padding: 24px 0;
}
.course-guide img{
    width: 120px;
    height: 120px;
}
.course-guide p{
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.course-guide p b{
    color: #093160;
    font-size: 20px;
}
.course-guide a{
    height: 40px;
    width: 120px;
    margin: auto;
    border-radius: 20px;
    color: #fff;
    background: #093160;
    display: block;
    font-size: 16px;
    line-height: 40px;
}
.course-guide a:hover{
    opacity: .8;
}
.reg-tip{
    border: 1px solid #ffebde;
    background: #fcf7f4;
    border-radius: 5px;
    margin-bottom: 24px;
}
.reg-tip p{
    padding: 12px 24px;
    color: #ff6600;
}
.reg-tip .price-reg{
    padding: 12px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ffebde;
}
.reg-tip .price-reg .price{
    font-size: 32px;
    color: #ff6600;
    font-family: num;
}
.reg-tip .price-reg .price:before{
    content: "考评费用：¥";
    font-size: 16px;
}
.reg-tip .price-reg .reg{
    height: 40px;
    width: 120px;
    border-radius: 20px;
    color: #fff;
    background: #ff6600;
    display: block;
    font-size: 16px;
    line-height: 40px;
    border: none;
    cursor: pointer;
}
.reg-tip .price-reg .reg:hover{
    opacity: .8;
}
.user-info-form .photo{

}
.user-info-form .cell{
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    margin: 18px;
}
.user-info-ver{
    display: flex;
}
.user-info-ver img{
    height: 120px;
    border-radius: 5px;
    margin-right: 24px;
}