body {
    background: #F3F4F5;
}

.online-view-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.online-view-container>.banner {
    width: 100%;
    height: 134px;
    background-image: url("./img/banner.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.online-view-container>.main1 {
    width: 1280px;
    background: #FFFFFF;
    border-radius: 20px;
    margin: -59px auto 60px;
    padding: 26px;
    overflow: hidden;
}

.online-view-container>.main1>.breads {
    width: 100%;
    height: 18px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    position: relative;
}

.online-view-container>.main1>.breads a {
    color: #666666;
    /* text-shadow: 0px 0px 1px #666666; */
}

.online-view-container>.main1>.breads a:last-of-type {
    color: #1395a7;
    /* text-shadow: 0px 0px 1px #1395a7; */
}

.online-view-container>.main1>.page-pannel {
    width: 1220px;
    height: 32px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.online-view-container>.main1>.page-pannel>.page-now-number {
    height: 24px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #1395a7;
    line-height: 24px;
}

.online-view-container>.main1>.page-pannel>.page-total-number {
    height: 24px;
    font-size: 20px;
    font-family: PingFang SC;
    color: #999999;
    line-height: 24px;
    margin-right: 30px;
}

.online-view-container>.main1>.page-pannel>.prev-button {
    width: 32px;
    height: 32px;
    background: url("./img/card_prev.png");
    background-size: 100% 100%;
    margin-right: 16px;
    cursor: pointer;
}

.online-view-container>.main1>.page-pannel>.next-button {
    width: 32px;
    height: 32px;
    background: url("./img/card_next.png");
    background-size: 100% 100%;
    cursor: pointer;
}

.activity-box {
    margin-top: 17px;
    width: 100%;
}

.activity-box>.time-line {
    width: 100%;
    height: 80px;
}

.activity-box>.card-list {
    width: calc(100% - 30px);
    /* height: 972px; */
    overflow: hidden;
    padding: 15px;
}

.card-item {
    float: left;
    width: 595px;
    height: 284px;
    border-radius: 20px;
    box-shadow: 5px 5px 15px #e6e6e6;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.card-item:nth-of-type(2n) {
    margin-left: 30px;
}

.year-list {
    width: 100%;
    height: 80px;
    position: relative;
}

.year-list:after {
    width: 100%;
    height: 1px;
    content: "";
    background: #E6E2DA;
    position: absolute;
    left: 0;
    bottom: 9px;
}

.year-item {
    /* width: 100%; */
    min-width: 142px;
    width: 142px;
    height: 80px;
    float: left;
    background-image: url("./img/pop_gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    text-align: center;
    position: relative;
}

.year-item.active {
    background-image: url("./img/pop.png");
}

.year-item.active:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #1395a7;
    border-radius: 50%;
    left: calc(50% - 4px);
    bottom: 6px;
    z-index: 2;
}

.year-item>.point {
    width: 16px;
    height: 16px;
    background: #E6E2DA;
    border-radius: 50%;
    bottom: 2px;
    position: absolute;
    left: calc(50% - 8px);
}

.year-item>.year-text {
    width: 68px;
    height: 35px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #6B6A68;
    line-height: 35px;
    margin-top: 13px;
    margin-left: calc(50% - 34px);
    cursor: pointer;
}

.year-item.active>.year-text {
    color: #FFFFFF;
    font-weight: bold;
}

.card-bg {
    width: 100%;
    height: 220px;
}

.card-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-date {
    width: 159px;
    height: 39px;
    background: #008095;
    border-radius: 20px 0px 20px 0px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 39px;
    overflow: hidden;
}

.card-date>.date-icon {
    width: 16px;
    height: 16px;
    background: url("./img/card_date.png");
    background-size: 100% 100%;
    margin-right: 5px;
    margin-top: 12px;
    margin-left: 20px;
    float: left;
}

.card-date>.date-text {
    width: 100px;
    height: 16px;
    color: #FFF;
    font-size: 16px;
    line-height: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    text-shadow: 0 0 1px #fff;
    margin-top: 12px;
    float: left;
}

.card-title {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 471px;
    height: 64px;
    border-radius: 0px 0px 20px 0px;
    line-height: 64px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #222222;
    background-color: #FFFFFF;
}

.card-href {
    width: 64px;
    height: 64px;
    background: url('./img/arrowLeft.png') center center no-repeat #3BAFBE;
    background-size: 23px auto;
    border-radius: 0px 0px 0px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 64px;
    cursor: pointer;
}

.card-url {
    display: none;
}

.currentTitle {
    display: none;
}

.simple-pages-bar {
    display: none;
}