.content {
    margin: 0px calc(50% - 600px);
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
    margin-bottom: 80px;
}

.content .left {
    background-color: #FFFFFF;
    border: 8px;
}

.content .left {
    width: 880px;
}

.content .right {
    width: 304px;
}

.content .left .tabs {
    margin: 24px 48px;
    display: flex;
    justify-content: start;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 27px;
}

.content .left .tabs .tab {
    margin-right: 48px;
    min-width: 50px;
    height: 23px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1D2035;
    text-align: center;
    line-height: 23px;
    cursor: pointer;
    position: relative;
}

.content .left .tabs .tab .title {
    opacity: 0.5;
}

.content .left .tabs .tab .vip {
    position: absolute;
    width: 36px;
    height: 16px;
    top: -10px;
    right: -36px;
}

.content .left .tabs .tab.active, .content .left .tabs .tab:hover {
    opacity: 1;
    font-weight: 500;
    color: #1D2035;
}

.content .left .tabs .tab.active .title, .content .left .tabs .tab:hover .title {
    opacity: 1;
}

.content .left .tabs .tab.active .bottom_line, .content .left .tabs .tab:hover .bottom_line {
    width: 50px;
    height: 4px;
    background: #48A0FF;
    border-radius: 338px 338px 338px 338px;
    margin: 6px auto 0;
}

.content .left .contentList {
    margin: 24px 48px 48px 48px;
}

.content .left .contentList .day {
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E9E9E9;
    padding: 18px;
    display: flex;
    justify-content: center;
}

.content .left .contentList .startBtn {
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #48A0FF;
    border-radius: 4px 4px 4px 4px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}

.content .right .top {
    width: 272px;
    height: 97px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    display: flex;
    justify-content: space-between;
    padding: 16px 13px;
}

.content .right .top .topItem {
    width: 64px;
    height: 91px;
    border-radius: 6px 6px 6px 6px;
    text-align: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #1D2035;
}

.content .right .top .topItem:hover {
    background-color: #F9FAFC;
}

.content .right .top .topItem .icon {
    width: 29px;
    height: 32px;
    background-size: cover;
    margin: 14px auto 12px;
}

.content .right .top .topItem.my .icon {
    background-image: url("../../images/tiku/my.png");
}

.content .right .top .topItem.record .icon {
    background-image: url("../../images/tiku/record.png");
}

.content .right .top .topItem.collect .icon {
    background-image: url("../../images/tiku/collect.png");
}

.content .right .top .topItem.error .icon {
    background-image: url("../../images/tiku/error.png");
}

.content .right .bottom {
    width: 304px;
    height: 455px;
    margin-top: 18px;
    text-align: center;
    background-color: #FFFFFF;
}

.content .right .bottom .bg {
    width: 100%;
}

.content .right .bottom .title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #1D2035;
}

.content .right .bottom .title.title1 {
    margin-top: -30px;
}

.content .right .bottom .title.title2 {
    margin-top: 45px;
}

.content .right .bottom .qrcode {
    width: 80px;
    height: 80px;
    margin-top: 20px;
}

.content .right .bottom .note {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #1D2035;
    margin-top: 9px;
    opacity: 0.5;
}