html,
body {
    height: 100%;
}

.wrap {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 15px 0;
    overflow: hidden;
}

.app-title {
    text-align: center;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    margin-top: 10px;
}

/* 轮播图 */
.mySwiper {
    width: 100%;
    height: 163px;
}

/* .mySwiper .img-box::before {
    padding-top: 153px;
} */


.mySwiper .swiper-slide {
    background-color: transparent;
    overflow: hidden;
}

.mySwiper .swiper-pagination-bullet {
    width: 10px;
    height: 4px;
    border-radius: 1rem;
    background-color: #ffffff;
    opacity: 0.4;
}

.mySwiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.mySwiper .swiper-slide {
    overflow: hidden;
}

.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
    object-fit: cover;
}

/* 通知 */
.notice-wrap {
    margin-top: 15px;
    padding-bottom: 10px;
}

.notice-icon {
    width: 15px;
    height: 13px;
    margin-top: 4px;
}

.noticeSwiper {
    width: 320px;
    height: 20px;
    margin-left: 9px;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    line-height: 20px;
}

.notice-content-title {
    width: 220px;
    font-size: 12px;
    color: #333;
}

.notice-content-date {
    color: #999;
    font-size: 12px;
}

/* 统一导航 */
.unified-nav {
    margin-top: 15px;
}

.unified-nav-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.2rem;
}

.unified-nav-more {
    font-size: 12px;
    color: #999;
}

.unified-nav-more-text {
    margin-top: .3rem;
}

.unified-nav-more .unified-nav-more-img {
    width: .8rem;
    margin: .4rem 0 0 .6rem;
}

/* 新版样式 */
.logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4.4rem;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

.logo-img {
    flex-shrink: 0;
    width: auto;
    height: 3rem;
    margin-right: 3.2rem;
}

.logo-inp-wrap {
    flex-shrink: 1;
    position: relative;
    width: 25rem;
    height: 2.8rem;
    background: #EEEEEE;
    border-radius: 14px;
}

.logo-inp-wrap input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    padding: 0 2rem;
    text-align: center;
}

.logo-img-search {
    position: absolute;
    left: 35%;
    top: 52%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    z-index: 2;
}

.link-wrap {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px 20px 0;
    box-sizing: border-box;
}

.link-list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.link-item {
    display: block;
    width: 33.3%;
    height: auto;
    margin: 0 0 25px 0;
}

.link-item:nth-child(3n) {
    margin-right: 0;
}

.link-item-img {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto;
}

.link-item-text {
    display: block;
    width: 100%;
    margin-top: .5rem;
    font-size: 1.4rem;
    color: #777777;
    line-height: 20px;
    text-align: center;
}

.blue-wrap {
    width: 100%;
    padding: 15px 15px 13px;
    box-sizing: border-box;
    background: #fff;
}

.task-info {
    margin-top: 2rem;
}

.task-name {
    font-size: 1.6rem;
    color: #333333;
    line-height: 2.2rem;
}

.task-info-title {
    font-size: 1.4rem;
    max-width: 280px;
    line-height: 2rem;
}

.task-info-text {
    margin-top: 1rem;
    max-width: 280px;
    font-size: 1.4rem;
    line-height: 2rem;
}

.task-info-right {
    width: 5rem;
    height: 5rem;
}

.task-info-chart {
    display: block;
    width: 5rem;
    height: 5rem;
}

.calendar-wrap {
    position: relative;
    width: 100%;
    height: 125px;
    margin-top: 20px;
    padding: 1rem 0 3rem;
    background: #fff;
    border-radius: .5rem;
    box-sizing: content-box;
    overflow: hidden;
    transition: all .3s linear;
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.calendar-wrap-active {
    height: 372px;
    transition: all .3s linear;
}

.calendar {
    margin: 0 auto;
    border-radius: 5px;
}

.calendar-text {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    text-align: right;
    font-size: 1.4rem;
    line-height: 20px;
    z-index: 9;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(135deg, #3586F9 0%, #3477FE 100%);
}

.calendar-more-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3rem;
    border-radius: 0 0 .5rem .5rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.calendar-more-btn img {
    display: block;
    width: 1.4rem;
    height: auto;
    transition: all .3s linear;
}

.add_transform {
    transform: rotate(180deg);
    transition: all .3s linear;
}

/* 正在学习 */
.learning-wrap {
    width: 100%;
    height: auto;
    padding: 15px;
    box-sizing: border-box;
    background: #F6F8FA;
}

.learning-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    line-height: 2.2rem;
    position: relative;
}

.learning-title-switch {
    display: none;
    width: 2rem;
    height: auto;
    transform: rotate(0deg);
    transition: all .3s linear;
}

.learning-title-switch-active {
    transform: rotate(90deg);
    transition: all .3s linear;
}

.learn-switch-list {
    position: absolute;
    right: 0;
    top: 25px;
    width: 40%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: opacity .3s linear;
    z-index: 11;
}

.learn-switch-list-active {
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: opacity .3s linear;
}

.learn-switch-list p {
    padding: 1rem 1.5rem;
}

.learn-switch-list p.learn-switch-item-active {
    background: #3586F9;
    color: #fff;
}

.learning-list-item {
    margin-top: 1rem;
}

.learning-list-item .learning-list-item-link {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 15px;
    color: #333;
}

.learning-list-item>div:last-child {
    margin-bottom: 0;
}

.learning-list-item-img {
    width: 140px;
    height: 99px;
    border-radius: .5rem;
    flex-shrink: 0;
}

.learning-list-item-content {
    width: 80%;
    margin-left: 13px;
}

.learning-item-course {
    width: 100%;
    max-width: 192px;
    margin-top: 8px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

.learning-item-chapter {
    max-width: 192px;
    margin-top: 5px;
    font-size: 13px;
    line-height: 16px;
}

.learning-item-text {
    margin-top: 20px;
    text-align: right;
    font-size: 12px;
    line-height: 17px;
    color: #999;
}

.learning-item-progress {
    width: 100%;
    height: 8px;
    margin-top: 10px;
    background: #EEEEEE;
    border-radius: .7rem;
}

.learning-item-progress-controller {
    height: 100%;
    background: #3586F9;
    border-radius: .7rem;
}

/* 学习报告样式 */
.report-wrap {
    width: 100%;
    height: auto;
    padding: 15px 15px 65px;
    box-sizing: border-box;
    background: #F6F8FA;
}

.report-wrap .unified-nav {
    margin: 0;
}

.report-text {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.7rem;
    text-align: center;
}

.report {
    width: 100%;
    height: auto;
    margin-top: 1rem;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    border-radius: .5rem;
}

.report-title {
    font-size: 1.4rem;
    line-height: 2rem;
}

.report-item {
    margin-top: 1rem;
}

.report-item-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.report-item div {
    font-size: 1.4rem;
    line-height: 2rem;
}

.report-item-percentage {
    margin-top: 1rem;
    text-align: right;
    font-size: 1.2rem;
    color: #999999;
    line-height: 1.7rem;
}

.report-line {
    width: 100%;
    height: .1rem;
    margin-top: 1.1rem;
    background: #EEEEEE;
}

.big-wrap-hidden {
    display: none;
}

.not-login {
    width: 100%;
    /* margin: 48px 0 70px; */
}

.not-login a {
    display: block;
    width: 100%;
    height: auto;
}

.not-login-img {
    display: block;
    width: 18.5rem;
    height: auto;
    margin: 0 auto;
    padding-bottom: 5.5rem;
}
.tabbar-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.02);
    z-index: 2;
}