.content {
    padding: 0 12px;
    padding-bottom: 80px;
}

.content .news {
    width: 100%;
    height: 33px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 3px 2px rgba(231, 232, 241, 0.6);
    border-radius: 4px;
    margin: 7px 0;
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.content .news img {
    width: 17px;
    height: 15px;
    margin-right: 10px;
}

.content .news span {
    font-size: 13px;
    color: #1F2130;
}

.content .news .icon {
    width: 17px;
    margin-right: 10px;
}

.content .news .box {
    flex-grow: 1;
    height: 33px;
}

.content .board {
    width: 100%;
    height: 100px;
    background: linear-gradient(90deg, rgba(36, 181, 243, 1) 0%, rgba(40, 141, 249, 1) 100%);
    border-radius: 8px;
    margin-top: 3px;
    display: flex;
    align-items: center;
}

.content .board .left {
    width: 50%;
    height: 72px;
    box-sizing: border-box;
    border-right: 1px solid rgba(231, 233, 239, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content .board .right {
    width: 50%;
    height: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content .board .col1 {
    font-size: 22px;
    font-weight: bold;
    color: rgba(244, 255, 0, 1);
}

.content .board .col2 {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin: 2px 0;
}

.content .board .col3 {
    font-size: 12px;
    color: rgba(231, 245, 255, 1);
}

.content .main-menu {
    width: 100%;
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content .main-menu .item {
    width: 47%;
    height: 130px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content .main-menu .item .title {
    font-size: 16px;
    font-weight: 600;
    color: rgba(47, 52, 73, 1);
}

.content .main-menu .item .num {
    font-size: 13px;
    color: rgba(132, 135, 153, 1);
}

.content .main-menu .item img {
    width: 75px;
}

.content .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 18px;
}

.content .menu .item {}

.content .menu .item img {
    width: 50px;
    margin-bottom: 7px;
}

.content .menu .item span {
    font-size: 14px;
    color: rgba(35, 39, 53, 1);
}

.content .list-menu {
    margin-top: 20px;
}

.content .list-menu .item {
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    display: flex;
    box-sizing: border-box;
    padding: 0 15px;
}

.content .list-menu .item .left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #2F3449;
}

.content .list-menu .item .left img {
    width: 16px;
    margin-right: 10px;
}

.content .list-menu .item .right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: rgba(160, 169, 187, 1);
    font-size: 15px;
}

.content .list-menu .item .right img {
    width: 7px;
    margin-left: 10px;
}

/* 文字上下滚动 */

.scroll-box {
    position: relative;
    top: 0;
    overflow: hidden;
    padding: 0 10px;
    display: inline-block;
    height: 29px;
    line-height: 29px
}

.scroll-box.on {
    background: #fff;
    z-index: 2;
    overflow: auto;
    height: auto !important;
    box-shadow: 1px 1px 10px #888
}

.scroll-box.on li {
    top: 0 !important;
    border-bottom: 1px dotted #ccc
}

.scroll-box li {
    position: relative;
}

.scroll-box a {
    display: inline-block;
    white-space: nowrap;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 14px;
}

.scroll-mask {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000)
}
.footer-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.33333rem;
    background-color: #fff;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.66667rem;
    z-index: 10;
    border-top: 1px solid #f4f4f4;
    padding: 0 0.26667rem; }
.footer-nav a, .footer-nav .item {
    width: 100%;
    position: relative;
    display: block;
    height: 100%;
    padding-top: 0.8rem;
    font-size: 0.34667rem;
    text-align: center;
    color: #999; }
.footer-nav a.active, .footer-nav .item.active {
    color: #4ec9ff; }
.footer-nav a:after, .footer-nav .item:after {
    content: '';
    position: absolute;
    top: -0.1rem;
    left: 50%;
    width: 0.96667rem;
    height: 0.96667rem;
    margin-left: -0.4633rem;
}
.footer-nav .icon-home.active:after {
    background: url(/v2/icon/footer/index-dis.png) no-repeat 0 0/100% auto; }
.footer-nav .icon-home:after {
    background: url(/v2/icon/footer/index-un.png) no-repeat 0 0/100% auto; }
.footer-nav .icon-find.active:after {
    background: url(/v2/icon/footer/course-dis.png) no-repeat 0 0/100% auto; }
.footer-nav .icon-find:after {
    background: url(/v2/icon/footer/course-un.png) no-repeat 0 0/100% auto; }
.footer-nav .icon-study.active:after {
    background: url(/v2/icon/footer/exam-dis.png) no-repeat 0 0/100% auto; }
.footer-nav .icon-study:after {
    background: url(/v2/icon/footer/exam-un.png) no-repeat 0 0/100% auto; }
.footer-nav .icon-live.active:after {
    background: url(/v2/icon/footer/live.png) no-repeat 0 0/100% auto;
}
.footer-nav .icon-live:after {
    background: url(/v2/icon/footer/live.png) no-repeat 0 0/100% auto;
    width: 1.5rem;
    height: 1.5rem;
    top: -0.7rem;
    margin-left: -0.7rem;
}
.footer-nav .icon-my.active:after {
    background: url(/v2/icon/footer/my-dis.png) no-repeat 0 0/100% auto; }
.footer-nav .icon-my:after {
    background: url(/v2/icon/footer/my-un.png) no-repeat 0 0/100% auto; }


.title-exam{
    font-size: 16px;
}
