body{
    min-width: 1400px;
}
#index {
    padding-top: 90px;
    min-width: 1200px;
}
.index-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}
.cont-left {
    width: 909px;
}
.cont-right {
    width: 280px;
}

.section-title {
    font-size: 18px;
    font-weight: bold;
    color: #3d3d3d;
    height: 58px;
    line-height: 58px;
    padding: 0 10px 0 30px;
    position: relative;
}
.section-title:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 16px;
    background: #2797FF;
    left: 20px;
    top: 22px;
}
.cont-left-sentence{
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #19212F;
    position: absolute;
    left: 110px;
    top: 26px;
}
.cont-left-top-cont {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
    color: #666666;
    position: absolute;
    left: 110px;
    top: 58px;
}
.section-title-box {
    display: flex;
    height: 58px;
    align-items: center;
}
.section-icon{
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 4px;
}
.section-icon-down{
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-download-line-white-6794cdabc0560042f99a530189b188b4.svg);
    background-repeat: no-repeat;
    margin-bottom: -3px;
}
.section-icon-link{
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-links-fill-white-ebe97cb767ff2f598762e8b0b65622eb.svg);
    background-repeat: no-repeat;
    margin-bottom: -3px;
}
.card-one {
    height: 180px;
    border-top: 1px solid #ebebeb;
    width: 869px;
    margin: 0 auto;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.section-title-link {
    background: #0084FF;
    height: 32px;
    line-height: 30px;
    padding: 0 8px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #E6F7FF;
    color: #fff;
}
.section-title-link:hover{
    background: #0069D9;
    color: #fff;
}
.card-list {
    padding: 20px 20px 0 20px;
}

.card-row {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
}

.card-row:not(:first-child) {
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}

.card-row .card {
    width: calc(33.333% - 14px);
    margin-right: 21px;
}

.card-row .card:nth-child(3n) {
    margin-right: 0;
}

.card {
    height: 232px;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
    border: 1px solid #E2E8EC;
    padding: 12px 10px;
    cursor: pointer;
}

.card:hover {
    background: #F5FAFF;
    border: 1px solid #0084FF;
}
.card:hover .card-title{
    color: #0084ff;
}
.section-box .section-title {
    padding-left: 30px;
}

.cont-right .section-box {
    width: 280px;
}

.cont-right .section-title {
    padding: 0 10px 0 30px !important;
}

.card-img {
    width: 252px;
    height: 142px;
    border-radius: 4px;
    position: relative;
}
.card-img-img{
    width: 252px;
    height: 142px;
    border-radius: 4px;
}
.card-img-process {
    width: 74px;
    height: 21px;
    line-height: 20px;
    border-radius: 2px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    color: #FFFFFF;
    position: absolute;
    bottom: 16px;
    left: 6px;
    text-align: center;
}
.card-img-process-line {
    width: 100%;
    height: 6px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
}
.card-one-title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 600px;
}
.card-one-desc {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #666;
    height: 72px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.card-content {
    padding: 4px 0;
}
.card-one-cont {
    padding-left: 12px;
}
.card-title {
    font-size: 16px;
    font-weight: bold;
    color: #181818;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
}

.card-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

.side-box {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.side-title {
    font-size: 18px;
    font-weight: bold;
    color: #181818;
    margin-bottom: 15px;
}

.side-list {
    list-style: none;
    padding: 2px 0 6px;
    margin: 0;
    padding-bottom: 6px;
}

.side-list li {
    padding: 6px 0;
}

.side-list li:last-child {
    border-bottom: none;
}

.side-list a {
    color: #3d3d3d;
    text-decoration: none;
    font-size: 14px;
    display: block;
    transition: color 0.3s;
    cursor: pointer;
}

.side-list a:hover {
    color: #0084ff;
}

.load-more-btn {
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0;
    cursor: pointer;
}

.load-more-btn a {
    display: inline-flex;
    align-items: center;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s;
}

.load-more-btn a:hover {
    color: #0084FF;
}

.load-more-btn i {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: center;
}

.load-more-btn .expand-icon {
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-zhankai-c9fd375f88ea95be4a88eb17f8cac058.svg);
}

.load-more-btn .collapse-icon {
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-shouqi-01c0ab3d10122f3fb4080525c0e2adb0.svg);
}

.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0 10px;
    color: #999;
    font-size: 14px;
}

.loading::before {
    content: '';
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border: 2px solid #0084FF;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.btn {
    display: inline-block;
    padding: 10px 30px;
    background: linear-gradient(315deg, #1A81FF 30%, #0070FB 69%);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s;
}

.btn:hover {
    background: #0060D8;
    color: #fff;
}
.cont-left-top{
    width: 909px;
    height: 105px;
    background-image: url('//static-f.fwxgx.com/image/activity/online-delivery/left-top-bg-bb16c4feed05b36cc3d38f953fb77e97.png');
    background-repeat: no-repeat;
    position: relative;
}
.cont-left-yearmonth {
    width: 70px;
    height: 23px;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    text-align: center;
}
.cont-left-day {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0em;
    color: #3D3D3D;
    width: 70px;
    height: 48px;
    position: absolute;
    left: 20px;
    top: 43px;
    text-align: center;
    line-height: 42px;
    overflow: hidden;
}

.day-scroll-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.day-scroll-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -2px;
    left: 0;
    transition: transform 0.5s ease;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0em;
    color: #3D3D3D;
}

.old-day {
    transform: translateY(0);
}

.new-day {
    transform: translateY(100%);
}
.section-box{
    width: 909px;
    border-radius: 2px;
    opacity: 1;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #E2E8EC;
    margin-top: 16px;
    min-height: 200px;
}
.card-one-info {
    display: flex;
    margin-top: 10px;
}
.card-one-info-all{
    justify-content: space-between;
}
.card-info-item {
    display: flex;
    align-items: center;
}
.card-info-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 4px;
}
.card-info-icon-reading {
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-fire-0241cec1e3a1b240f049f2378dcb6839.svg);
    background-repeat: no-repeat;
}
.card-info-icon-time {
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-time-52c7a1702468ee11a8edb05e3d199c4f.svg);
    background-repeat: no-repeat;
}
.card-info-text {
    font-size: 12px;
    color: #999;
}
.card-img-process-line-hover {
    height: 6px;
    background: #50C41D;
    transition: width 0.3s ease;
}
.card-info-icon{
    width: 16px;
    height: 16px;
}
.cont-right-top{
    width: 280px;
    height: 293px;
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/right-bop-bg-f229cdae072ed836d5ef461ba8fec9e1.png);
    position: relative;
    margin-top: -5px;
}
.cont-right-top-title{
    font-size: 18px;
    font-weight: bold;
    color: #19212F;
    position: absolute;
    left: 16px;
    top: 25px;
}
.cont-right-top-num-one{
    width: 33px;
        height: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 27px;
        top: 89px;
}
.cont-right-top-num-one span,.cont-right-top-num-two span{
    color: #0084FF;
    font-size: 16px;
}
.cont-right-top-one-title {
    position: absolute;
    left: 66px;
    top: 78px;
    color: #ABE9FA;
    font-size: 14px;
    font-weight: bold;
}
.cont-right-top-one-desc {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    position: absolute;
        left: 66px;
        top: 108px;
}
.cont-right-top-num-two{
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 27px;
    top: 160px;
}
.cont-right-top-two-title {
    position: absolute;
    left: 66px;
    top: 150px;
    color: #ABE9FA;
    font-size: 14px;
    font-weight: bold;
}
.cont-right-top-two-desc {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 66px;
    top: 180px;
}
.cont-right-top-btn{
    width: 248px;
    height: 36px;
    border-radius: 3px;
    opacity: 1;
    display: block;
    position: absolute;
        bottom: 18px;
        left: 15px;
        text-align: center;
        line-height: 36px;
}
.cont-right-top-btn.disable{
    background: #FFFFFF;
    color: #A6A6A6;
}
.cont-right-top-btn.available {
    background: #0084FF;
    box-shadow: 0px 4px 10px 0px rgba(0, 66, 246, 0.3);
    color: #fff;
}
.cont-right-top-btn.available:hover{
    background: #0069D9;
}
.section-right-box {
    width: 280px;
    border-radius: 3px;
    opacity: 1;
    background: #FFFFFF;
    border: 1px solid #E2E8EC;
    box-shadow: 0px 0px 20px 0px rgba(238, 238, 238, 0.75);
    margin-top: 20px;
    padding: 5px 20px 10px;
}
.section-right-box-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
}
.icon-cont-right{
    width: 28px;
    height: 28px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
    vertical-align: middle;
}

.icon-cont-right-gccp {
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-gccp-63b284205d5692fd6461bec1c919793e.svg);
}

.icon-cont-right-gtj {
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-gtj-7b90b54c6fdc3b3586011c85880b1102.svg);
}

.icon-cont-right-gldjc {
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-gldjc-3139974a9975aecc1e09a61c5bcc30ca.svg);
}

.icon-cont-right-gldzb {
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-gldzb-99d2bfadd28c7074e0c13a70992a8176.svg);
}

.icon-cont-right-gldyqb {
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-gldyqb-95adec77b6df6cc854702950e7ed02ed.svg);
}

/**左侧浮窗**/
.theme-nav {
    position: fixed;
    left: calc(50% - 600px - 132px - 14px);
    top: 52px;
    background: #fff;
    border-radius: 2px;
    width: 132px;
    padding-bottom: 6px;
    border: 1px solid #E2E8EC;
    z-index: 999;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.theme-nav h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    color: #3D3D3D;
    border-top: 2px solid #0084FF;
}
.theme-list {
    font-size: 14px;
    font-weight: normal;
    line-height: 48px;
    text-align: center;
    color: #333;
    padding: 0 15px;
}
.theme-item {
    border-bottom: 1px solid #E2E8EC;
    cursor: pointer;
    display: block;
    color: #333;
    position: relative;
    transition: all 0.3s ease;
}
.theme-item:first-child {
    border-top: 1px solid #E2E8EC;
}
.theme-item:last-child {
    border: none;
}

.theme-item.active {
    color: #0084FF;
    font-weight: bold;
}
.icon-checkmark{
    width: 33px;
    height: 33px;
    background-image: url('//static-f.fwxgx.com/image/activity/online-delivery/icon-checkmark-v2-adbd0304230baaa25eec8b608c2efb67.png');
    background-size: contain;
}
.card-img-mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 58px;
    height: 21px;
    background: #FF3F3F;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 4px 0 10px 0;
}
.card-info-item-shu {
    color: #D8D8D8;
    margin: 0 20px;
}
.card-one:hover {
    background: rgba(0, 132, 255, 0.04);
    width: 909px;
    padding: 0 19px;
}
.card-one:hover .card-one-title {
    color: #0084FF;
}
/**新加**/
.cont-left-cate {
    width: 909px;
    border-radius: 2px;
    opacity: 1;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #E2E8EC;
    margin-top: 16px;
    height: 50px;
    line-height: 50px;
}
.cont-left-cate-span {
    font-size: 14px;
    color: #333;
    padding: 0 3px 0 21px;
    cursor: pointer;
}
.cont-left-cate-span:hover,.cont-left-cate-span.hover{
    color: #0084ff;
    font-weight:bold;
}
.icon-cont-left-top-city{
    width: 20px;
    height: 20px;
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-city-56cfeba14d3debd81e1a10a15c20dac4.svg);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    margin-right: 2px;
}
.icon-cont-left-top-recommend {
    width: 16px;
    height: 16px;
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-change-cd38d2db79740cb28d7bdf276c8f57ce.svg);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    margin-right: 4px;
}
.cont-left-top-right {
    width: 132px;
    height: 80px;
    border-radius: 4px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    right: 20px;
    top: 13px;
}
p.cont-left-top-city,.cont-left-top-recommend {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cont-left-top-city span{
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.cont-left-top-city:hover span{
    color: #0084ff;
}
.cont-left-top-recommend span {
    color: #0084ff;
}
.cont-left-top-recommend:hover span {
    color: #0069D9;
}
.mask {
    z-index: 9999;
}
.area_con{
    z-index: 10000;
        position: unset;
        width: 500px;
        border: unset;
}
.change_area_box {
    width: 500px;
    height: 346px;
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
        border-radius: 4px;
        background: #fff;
}

.area_second {
    display: none;
}
.change_area_box .article-modal-feedback-header{
            height: 56px;
            line-height: 56px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.06);
            display: flex;
            justify-content: space-between;
}
.article-modal-feedback-title {
    font-size: 16px;
    padding-left: 24px;
        color: #222;
        font-weight: 600;
}
.article-modal-feedback-close {
    font-size: 24px;
    padding-right: 24px;
    cursor: pointer;
}
.area_name{
    width: 380px;
}
.area_name li{
    width: 73px;
}
.area_second li {
    line-height: 30px;
    width: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}
.customized-plan-reminder{
    width: 368px;
    height: 350px;
    border-radius: 12px;
    opacity: 1;
    background-color: #FFFFFF;
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/customized-plan-reminder-bg-4779a4e86585bf9aab4c24872e0cadcd.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.customized-plan-reminder-header {
    height: 52px;
    margin: 25px 15px;
    line-height: 52px;
        display: flex;
        align-items: center;
}
.icon-customized-plan-reminder-tip {
    width: 51px;
    height: 52px;
    display: inline-block;
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/tip-reminderbell-d9e0d43da16db67dafb1e532606aeb04.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.customized-plan-reminder-header span {
    color: #3d3d3d;
    font-size: 18px;
    font-weight: bold;
        margin-top: 10px;
}
.customized-plan-reminder-cont-p{
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    color: #3d3d3d;
}
.customized-plan-reminder-cont {
    padding: 0 24px;
}
.customized-plan-reminder-cont-p span{
    color: #ff0000;
}
.customized-plan-reminder-btnbox {
    text-align: center;
        padding-top: 35px;
}
.customized-plan-reminder-btnbox a {
    width: 320px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 20px;
    margin-bottom: 16px;
    cursor: pointer;
}
.customized-plan-reminder-btn-save{
    background: #0084FF;
    color: #fff;
}
.customized-plan-reminder-btn-save:hover{
    color:#fff;
}
.customized-plan-reminder-btn-close{
    border: 1px solid #DDDDDD;
    color: #333;
}
.customized-plan-reminder-close {
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-close-ab50a78d5d6dfae5da612d4ec875a49f.png);
        background-repeat: no-repeat;
        background-size: contain;
    top: -40px;
    right: 0;
        cursor: pointer;
}
.customized-plan-box{
    width: 579px;
    height: 530px;
    border-radius: 4px;
    opacity: 1;
    background: #FFFFFF;
    /* Container/Light/投影-默认-特效 */
    box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12),0px 6px 16px 0px rgba(0, 0, 0, 0.08),0px 9px 28px 8px rgba(0, 0, 0, 0.05);
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/customized-plan-bg-13178e928de48b22834e36668079780c.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.customized-plan-header {
    height: 56px;
    margin: 15px 17px;
        display: flex;
        align-items: center;
}
i.icon-customized-plan-coffer {
    width: 67px;
    height: 56px;
    display: inline-block;
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-coffer-cda4ee9149a6642c4777e6f3103642af.png);
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
        margin-right: 4px;
}
.customized-plan-cont {
    padding: 10px 24px;
}
.customized-plan-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #3d3d3d;
}
a.customized-plan-company-a {
    width: 160px;
    height: 32px;
    border-radius: 4px;
    opacity: 1;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    color: #3d3d3d;
        cursor: pointer;
}
.customized-plan-company-a:hover,.customized-plan-company-a.hover{
    border: 1px solid #0084ff;
    color: #0084ff;
    background: #F5FAFF;
}
.customized-plan-company {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.customized-plan-software-direction {
    display: flex;
    flex-wrap: wrap;
}
.customized-plan-soft-box {
    width: 120px;
    height: 104px;
    border-radius: 4px;
    opacity: 1;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    display: flex;
    text-align: center;
    margin-right: 16px;
    margin-top: 16px;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.customized-plan-soft-box:nth-child(4n) {
    margin-right: 0;
}
.customized-plan-soft-box:hover,.customized-plan-soft-box.hover{
    background: #F5FAFF;
    border: 1px solid #0084FF;
    color: #0084ff;
}
.customized-plan-btn{
    width: 180px;
    height: 40px;
    border-radius: 20px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.customized-plan-btn-save{
    background: #0084FF;
    color: #fff;
}
.customized-plan-btnbox {
    text-align: center;
    padding-top: 22px;
}
.customized-plan-btn-save:hover{
    color: #fff;
}
.p24{
    padding: 24px 24px 17px;
}
.customized-plan-degree-cate-box {
    display: flex;
    justify-content: right;
    padding-right: 24px;
}
.customized-plan-degree-cate {
    width: 120px;
    height: 48px;
    border-radius: 4px;
    opacity: 1;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    margin-left: 16px;
    text-align: center;
}
p.customized-plan-degree-title {
    color: #3d3d3d;
    font-weight: bold;
    padding-top: 4px;
}
p.customized-plan-degree-tip {
    color: #999;
    font-size: 12px;
}
.customized-plan-soft-cate-box {
    padding: 20px 24px 0;
        height: 356px;
}
.customized-plan-soft-cate {
    display: flex;
    padding-bottom: 16px;
        justify-content: space-between;
}
.customized-plan-soft-cate-title {
    width: 124px;
    height: 40px;
    border-radius: 4px;
    opacity: 1;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    text-align: center;
    line-height: 40px;
}
.customized-plan-soft-cate-value{
    width: 120px;
    height: 40px;
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/customized-plan-soft-cate-value-545a772432288d58ef201af07c3616d5.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    color: #333;
}
.customized-plan-soft-cate-value:hover,
.customized-plan-soft-cate-value.active {
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/customized-plan-soft-cate-value-choose-dc0973cc6621b3c8fa6de42d6f1fcab5.png);
}
.customized-plan-btn-cancel {
    border: 1px solid #ddd;
    color: #333;
}
.customized-plan-soft-icon{
    width: 58px;
    height: 58px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}
.customized-plan-soft-gccp{
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-big-gccp-509a7423701d9d512936807fcd196751.png);
}
.customized-plan-soft-gtj{
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-big-gtj-868d11c0f3fd7b391f27ebf76d7bf9b9.png);
}
.customized-plan-soft-gldjc{
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-big-gldjc-68e7a5b8cddc2655143381d66f041cd7.png);
}
.customized-plan-soft-gldzb{
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-big-gldzb-32faa2d70dbbc3cbeb80378899180c1c.png);
}
.customized-plan-soft-gldyqb{
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-big-gldqb-f2633bf9eb02cd57f6b00995a4ece001.png);
}
.customized-plan-soft-xsrm{
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-big-xsrm-1d82f8e9655dd3d687addfc7ac37972a.png);
}
a.customized-plan-soft-box p {
    color: #3d3d3d;
    padding-top: 6px;
}
.customized-plan-reminder-num {
    position: absolute;
    left: 24px;
    bottom: 27px;
    color: #999;
}
.customized-plan-reminder-num .customized-plan-reminder-total{
    font-size: 12px;
}
.customized-plan-reminder-num .customized-plan-reminder-currnum{
    color: #0084ff;
}
.icon-down-right{
  background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-download-line-gray-e59442e3ee650c75666f05659de0013a.svg);
  margin-bottom: -4px;
}
.icon-href-right{
  background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-links-fill-gray-37b275ef2268f5e9efee905dbb701b15.svg);
  margin-bottom: -4px;
}
.side-list a:hover .icon-down-right{
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-download-line-4df48d9af28b93442f13ba00ec49a886.svg);
}
.side-list a:hover .icon-href-right{
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-links-fill-cdc59800e5c789bf1d33b912b98af3cb.svg);
}

.side-list .side-more {
    margin-top: 10px;
        width: 240px;
        height: 32px;
        border-radius: 16px;
        opacity: 1;
        background: #E6F7FF;
        line-height: 32px;
        text-align: center;
        padding: 0;
}

.side-list .side-more a {
    color: #0084ff;
}

.side-list .side-more a:hover {
    color: #0084ff;
}

.icon-up-right {
    background-image: url(/image/activity/online-delivery/icon-arrow-up-right.svg);
    margin-bottom: -4px;
}
.course-liveing {
    width: 280px;
    height: 365px;
    border-radius: 3px;
    opacity: 1;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #E2E8EC;
    box-shadow: 0px 0px 20px 0px rgba(238, 238, 238, 0.75);
    margin-top: 20px;
    padding: 8px 20px 10px;
        position: relative;
}
.course-liveing-change{
    position: absolute;
    top: 16px;
    right: 20px;
    display: flex;
    height: 24px;
    align-items: center;
    width: 82px;
    justify-content: space-around;
}
.icon-direction{
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.icon-left{
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-left-82f7fddb2775f07521ac708a908ecccd.svg);
}
.icon-left:hover{
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-left-hover-516e1d22f59394acdefc00965b9eda1b.svg);
}
.icon-right{
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-right-937b14f3340ae7c93348f4560121b727.svg);
}
.icon-right:hover{
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-right-hover-997145a40a7f7cd06ff6e8b196149a00.svg);
}
.icon-course-liveing-time{
    width: 16px;
        height: 16px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-time-black-9c26987d328eb20effe34e1eb22cbb1c.svg);
    margin-bottom:-2px;
}
.course-liveing-time span {
    color: #333;
}
.card-live-btn{
    width: 240px;
    height: 40px;
    border-radius: 20px;
    opacity: 1;
    background: #E6F7FF;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #0084ff;
}
.card-live-img img {
    width: 240px;
    height: 136px;
    border-radius: 4px;
}
.card-live-img {
    padding: 10px 0 6px;
}
.card-live-btn-box {
    padding-top: 16px;
}
.course-liveing-time {
    padding-top: 6px;
}
.currliving {
    font-size: 16px;
    color: #0084ff;
}
.additional-element {
    width: 889px;
    height: 252px;
    border-radius: 4px;
    opacity: 1;
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/additional-element-aafbf670d48a5237df51063968836a10.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: -10px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 12px;
    padding-top: 10px;
    position: relative;
}
.additional-element .card {
    flex-shrink: 0;
    margin-right: 21px;
}
.additional-element-icon{
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
}
.additional-element-icon-left{
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-course-left-850f2e84db9e7242173994e4a1d6e516.svg);
    background-size: contain;
        background-repeat: no-repeat;
        left: -8px;
        top: 100px;
        z-index: 1;
}
.additional-element-icon-left:hover{
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-course-left-hover-48ad1b7769d3ae28e359abdf2b8a773a.svg);
}
.additional-element-icon-right{
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-course-right-ae4fc34705744096bfe7bc3704205008.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: -8px;
    top: 100px;
    z-index: 1;
}
.additional-element-icon-right:hover{
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-course-right-hover-877c06f650bff4252e56226cb1e0000f.svg);
}
.additional-cards-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.additional-cards-wrapper {
    display: flex;
    transition: transform 0.3s ease;
    width: max-content;
}
.icon-right-more{
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-right-more-5f74759f3728eb801e0ffeb838ba1468.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 9px;
    height: 5px;
    display: inline-block;
    margin-left: 4px;
    margin-bottom: 2px;
}
.card-info-teacher{
    width: 170px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #333;
}
.course-liveing-box {
    cursor: pointer;
    animation: fadeIn 0.5s ease-in-out;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.side-list .side-more:hover {
    border: 1px solid #0084FF;
}
.card-live-btn:hover{
    border: 1px solid #0084FF;
}
.totalliving {
    color: #999;
}
.course-liveing-box .card-title{
    color: #3D3D3D;
}
.additional-element-line {
    height: 1px;
    width: 867px;
    background: #ebebeb;
    margin-bottom: 10px;
}
.icon-complete{
    width: 59px;
    height: 39px;
    background-image: url(//static-f.fwxgx.com/image/activity/online-delivery/icon-complete2-5c27a938d0bad9083dece96085fa90c2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-complete-one {
    position: absolute;
    right: 35px;
    top: 70px;
}
.icon-complete-two {
    position: absolute;
    right: 35px;
    top: 143px;
}