/*防止页面加载时闪烁{{变量}}*/
[v-cloak] {
    display: none !important;
}

/* 初级会计职称 */
.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    box-shadow: 0 5px 5px #f3eded;
    padding: 0 12px;
    position: relative;
    background-color: #fff;
}

.top img {
    width: 25px;
    height: 25px;
}

.top img:first-child {
    margin-right: 12px;
}

.middle {
    display: flex;
}

.middle .down {
    margin: 5px;
}

.van-dropdown-menu__bar {
    box-shadow: none !important;
}

/* 下拉 */
.types {
    width: 140px;
    position: absolute;
    z-index: 99;
    top: 50px;
    left: 89px;
}

.types ul {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e7e2e2;
    box-shadow: 0 0 15px #f3eded;
}

.types li {
    padding: 8px 12px;
}

.types li:first-child.active {
    background-color: #083666;
    color: #fff;
    border-radius: 8px 8px 0 0;
}

.types li.active {
    background-color: #083666;
    color: #fff;
}

.types li:last-child.active {
    background-color: #083666;
    color: #fff;
    border-radius: 0 0 8px 8px;
}

/* 轮播图 */
.van-swipe {
    width: auto;
    margin: 12px;
}

.carousel_top .van-swipe-item img {
    width: 100%;
    border-radius: 5px;
    height: 118px;
}

/* 报考指南 */
.kaopei_icon {
    display: flex;
    margin: 12px;
    /*justify-content: space-evenly;*/
    border-radius: 5px;
    padding: 0 12px;
}

#fff {
    margin-right: 12px;
}

#fff a {
    color: #333;
}

.kaopei_icon img {
    width: 30px;
    padding: 12px 0 0 12px;
}

.kaopei_icon p {
    vertical-align: middle;
    font-size: 14px;
    margin-bottom: 12px;
}

/* 立即备考 */
.prepare {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 12px;
    height: 80px;
    font-size: 14px;
    background: linear-gradient(to right, #e4ecf6, #5585c4);
    border-radius: 50px;
    padding: 0 30px;
    /*background-image: url("../img/shading.png");*/
}

.prepare img {
    width: 50px;
}

.prepare span {
    color: #a81010;
    font-weight: bold;
}

.prepare .text {
    color: #083666;
}

.immediately {
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #a81010;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    box-sizing: border-box;
    padding-top: 7px;
}

/* 直播专区 */
.live_broadcast {
    margin: 12px;
    padding-bottom: 1px;
    box-shadow: 0 0 15px #f3eded;
    overflow: hidden;
}

.gundong::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.live_broadcast .swipe__indicators {
    display: none;
}

.broadcast_title {
    padding: 12px 12px 0;
    /* color: #083666; */
    font-weight: bolder;
}

/* .bottom_line {
    width: 65px;
    height: 3px;
    margin-top: -7px;
    background-color: #8bbaea;
} */

.live_broadcast .broadcast_content {
    border: 1px solid red;
    margin-right: 10px;
    font-size: 20px;
    padding: 12px;
    display: flex;
    border: 1px solid #e0e0e0;
    margin-right: 12px;
    border-radius: 5px;
    height: 85px;
}

.broadcast_content {
    /* margin: 12px 0; */
    margin: 12px 0 0px 0;
}

.broadcast_content:first-child {
    margin-left: 12px;
}

.broadcast_content .text {
    margin-right: 12px;
    width: 200px;
}

.broadcast_content .text div {
    font-size: 13px;
    margin-bottom: 12px;
}

.broadcast_content .text p {
    font-size: 12px;
    color: #a1a1a1;
    margin: 0 !important;
}

.broadcast_content .tu .cccc {
    width: 70px;
    height: 42px;
    border-radius: 5px;
}

.broadcast_content .tu .aaa{
    color: #fff;
    background-color: #083666 !important;
    border: 1px solid #083666;
}
.broadcast_content .tu .backPlay{
    color: #083666;
    border: 1px solid #083666;
}
.broadcast_content .tu .aaa,
.broadcast_content .tu .backPlay{
    width: 70px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 15px;
    font-size: 12px;
    margin-top: 7px;
}

/*.broadcast_content .tu .aaa {*/
/*    width: 70px;*/
/*    height: 28px;*/
/*    color: #fff;*/
/*    line-height: 28px;*/
/*    text-align: center;*/
/*    border-radius: 15px;*/
/*    font-size: 12px;*/
/*    background-color: #083666 !important;*/
/*    margin-top: 7px;*/
/*}*/

/* 品质好课 */
.quality_courses {
    margin: 12px;
    box-shadow: 0 0 15px #f3eded;
    height: auto;
}

.courses_item {
    margin: 12px 0 12px 12px;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.courses_content {
    width: 29%;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 12px;
    margin-right: 12px;
}

.courses_content img {
    width: 100%;
    height: 80px;
    border-radius: 5px 5px 0 0;
}

.courses_content p {
    margin: 0 10px 10px 10px;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #333;
    -webkit-box-orient: vertical;
    font-weight: normal;
}

/* 热点资讯 */
.information {
    margin: 12px;
    box-shadow: 0 0 15px #f3eded;
}

/* .information_title {
    display: flex;
    justify-content: space-between;
} */

.information_right {
    padding: 12px;
    font-size: 13px;
    font-weight: normal;
}

.information_right span.active {
    color: #083666;
    cursor: pointer;
}

.information_content {
    font-size: 16px;
    margin: 0 12px;
    padding-bottom: 5px;
}

.information_content_item {
    display: flex;
    margin-bottom: 12px;
}

.information_data {
    min-width: 35px;
    max-width: 35px;
    /* height: 35px; */
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    color: #b1abab;
    /* background-color: #e3e8f0; */
    margin-right: 12px;
    /* margin-top: 4px; */
}

.information_text {
    text-align: left;
    color: #333;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.showMore {
    font-size: 12px;
    text-align: right;
}

/* 立即预约弹窗 */
#quxiaoyuyue .van-cell.van-field {
    height: 120px;
!important;
}

.van-button--normal {
    padding: 0 !important;
}

#reserved {
    width: 70px;
    height: 30px !important;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #083666 !important;
}

#reserved span.van-button__text {
    color: #083666 !important;
}

.wrapper {
    display: flex;
    height: 100%;
}

#cancellation span.van-button__text {
    color: #999;
}

.block {
    width: 100%;
    height: 100%;
    /*background-color: #fff;*/
    background-image: url("../img/bgImage.png");
    background-size: cover;
    color: #333;
    padding: 0 12px;
}

.van-overlay {
    z-index: 999 !important;
}

.van-cell-group {
    background: transparent !important;
}

.tan_title {
    text-align: left;
    margin: 50px 0px;
    font-size: 16px;
}

.van-cell.van-field {
    background-color: #eee;
    margin-bottom: 12px;
    border-radius: 20px;
    width: 351px;
    height: 41px;
}

.van-button--default {
    background: transparent !important;
    border: none !important;
    color: #999 !important;
}

.queding {
    background: linear-gradient(to right, #083666, #a81010) !important;
    color: #fff !important;
    margin-top: 30px !important;
}

.duanxin {
    padding: 5px 16px !important;
}

.van-cell-group--inset {
    margin: 0 !important;
}

.van-dialog {
    width: 190px !important;
}

.van-dialog img {
    width: 150px;
    margin: 3px 20px;
}

.custom-button {
    color: #999;
    text-align: center;
    font-size: 30px;
    position: absolute;
    bottom: 7px;
    left: 85px;
    z-index: 99;
}

.success {
    position: relative;
}

span.van-button__text {
    color: #fff;
}

.dialog-title {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-left: 18px;
}

.dialog-title img {
    width: 25px;
}

.van-dialog__header {
    padding-top: 0 !important;
}

.liuyan .van-cell.van-field {
    border-radius: 10px !important;
}

textarea#van-field-3-input {
    height: 80px !important;
}

/*付费弹窗*/
.payStyle {
    width: 320px !important;
    height: 180px;
    font-size: 14px;
}

.payStyle .tishi {
    line-height: 40px;
    text-align: center;
    background-color: #eee;
}

.payStyle .pay_bottom {
    display: flex;
    justify-content: center;
}

.payStyle .pay_bottom div {
    width: 40px;
    line-height: 35px;
    text-align: center;
    background-color: #eee;
    margin: 20px 10px;
}

.van-dropdown-menu__title--active,
.van-dropdown-item__option--active,
.van-dropdown-item__option--active .van-dropdown-item__icon {
    color: #083666 !important;
}

/*付费弹窗*/
.screen_title {
    font-weight: bold;
    margin: 12px;
    font-size: 14px;
}

.invoice_types {
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
}

.screen_btns {
    display: flex;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.screen_btns div {
    width: 46%;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
}

.screen_btns div:first-child {
    background-color: #eee;
    color: #999;
    margin-right: 12px;
}

.screen_btns div:last-child {
    background: linear-gradient(to right, #083666, #a81010);
    color: #fff;
}