.bottominfo {
    margin-top: 40px;
}

.container-fluid {
    /*padding: 0 5%*/
}

.ml-20 {
    margin-left: 20px;
}

.pc-bottom {
    display: block
}

.imgWidth {
    height: 72px;
}

/* 当屏幕宽度小于768px时应用的样式 */
@media (max-width: 768px) {
    .nav-container {
        /*background-color: #2E96E3 !important;*/
    }

    .playlist {
        display: none !important;
    }

    #navbar {
        padding-top: 0;
    }

    .nav-swiper {
        /*margin-top: 4rem;*/
    }

    .imgWidth {
        height: 66px;
    }

    .threeTab {
        flex: none !important;
        justify-content: flex-start !important;
        flex-wrap: wrap;

        .tabItem {
            width: 30% !important;
            height: 100px !important;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            /* width: 220px;
            height: 172px; */
            color: #000;
            font-size: 20px !important;
            font-weight: bold;

            .subText {
                color: #919597;
                font-size: 14px !important;
                font-weight: normal;
            }
        }

        .dashLine {
            width: 30px !important;
        }

    }

    .selectText {
        background: linear-gradient(180deg, #186AB4 0%, #2E96E4 100%);
        border-radius: 0px 50px 0px 50px!important;
    }

    .line {
        display: none !important;
    }

    .main-content {
        position: static !important;
        padding-top: 0 !important;
        height: auto !important;
    }

    /* body {
                background-color: lightcoral;
            } */
    .bg1 {
        padding-top: 0px !important;
    }

    .margintop {
        margin-top: 20px;
    }

    .bottominfo {
        margin-top: 20px;
    }

    .pc-bottom {
        display: none
    }

    .mobile-bottom {
        text-align: center;
    }

    .mobilenav {
        display: none !important;
    }

    .pcnav {
        display: none !important;
    }
}

.mobilenav {
    display: block;
}

.pcnav {
    display: block;
}

.btn-cyan {
    color: #fff;
    background-color: #35bdff;
    border-color: #35bdff;
}

.btn-cyan:hover {
    color: #fff;
    background-color: #0fb1ff;
    border-color: #02acff;
}

.btn-cyan:focus,
.btn-cyan.focus {
    box-shadow: 0 0 0 0.2rem rgba(53, 189, 255, 0.5);
}

.btn-cyan.disabled,
.btn-cyan:disabled {
    color: #212529;
    background-color: #35bdff;
    border-color: #35bdff;
}

.btn-cyan:not(:disabled):not(.disabled):active,
.btn-cyan:not(:disabled):not(.disabled).active,
.show>.btn-cyan.dropdown-toggle {
    color: #fff;
    background-color: #02acff;
    border-color: #00a4f4;
}

.btn-cyan:not(:disabled):not(.disabled):active:focus,
.btn-cyan:not(:disabled):not(.disabled).active:focus,
.show>.btn-cyan.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(53, 189, 255, 0.5);
}

.main-content {
    /* position: fixed; */
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    background: white;
    /* overflow: auto; */
    outline: none;
    transition: top 1s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    background-size: 100% auto;
    background-attachment: fixed;
}


.navactive {
    margin: 0 20px
}

.navactive .navlist {
    display: none !important;
    box-shadow: 0px 0px 4px 0px rgba(122, 43, 42, 0.902);
    border-radius: 4px 4px 4px 4px;
}

.navactive .line {
    display: none !important;
}

.navactive:hover {
    .navlist {
        display: block !important;
    }

    .line {
        display: block !important;
    }
}

.nav-link {
    color: #fff;
}

.nav-link1:hover {
    color: #005EAE
}

.card-cus:hover {
    /* .imgbg {
                transform: scale(1.1);

            } */
}

.d-done {
    display: none;
}

.bg1 {
    background: url("../assets/image/bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.bg2 {
    background: url("../assets/image/bg1.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.bg3 {
    background: url("../assets/image/bg2.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.bg4 {
    background: url("../assets/image/bg3.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.bg5 {
 /*   background: url("../assets/image/bottombg.png");*/
}

.bg6 {
    background: url("../assets/image/bg5.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.font14 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.font16 {
    font-size: 16px;
}

.text-blue {
    color: #005EAE
}

.overflowText {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-cus {
    background-color: #16a7fc;
    color: #fff;
    border-radius: 20px;
    font-size: 20px;
}

.border-top {
    border-top: 1px solid #e8e8e8;
    padding-top: 24px;
}

.bottom_border {
    border-bottom: 1px solid #e8e8e8;
    /* border-top: 1px solid #D9D9D9; */
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.timecard {
    margin-right: 20px;
    padding-right: 16px;
    border-right: 1px solid #D9D9D9;
    ;
}

.time-top {
    width: 64px;
    height: 38px;
    color: #7A2B2A;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 0px 0px 0px 0px;
}

.time-up {
    width: 64px;
    height: 28px;
    color: #7A2B2A;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 0px 0px 0px 0px;
}

.card-unactive {
    background: transparent;
    border-radius: 0px 0px 0px 0px;
    transition: background-color 0.5s ease;
    margin-bottom: 2rem;
    border-color: #EAEAEA !important;
    height: 160px;

    .card-title {
        color: #000;
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 28px;
    }

    .card-text {
        color: #666666;
        font-size: 16px;
    }

    .time1 {

        padding: 10px 0
    }
}

.card-unactive:hover {
    border: none !important;
    background-image: url("../assets/image/card_bg.png");
    background-size: 100% 160px;
    background-repeat: no-repeat;

    .card-title {
        color: #fff;
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 28px;
    }

    .time-up1 {
        /* width: 66px; */
        color: #fff;
    }
}

.gonggao {
    display: flex;
    align-items: center;
    padding: 24px;
}

.time-top1 {
    width: 78px;
    height: 34px;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
}

.time-up1 {
    /* width: 66px; */
    color: #919597;
    font-size: 16px;
    font-weight: 500;
}

.aimg {
    position: relative;
    text-align: center;
    width: 500px;
    left: 50%;
    transform: translate(-50%);
    background-image: url('../assets/img/activity1.png');
}

.aimg:hover {
    /* transform: scale(1.5); */
}

.inputClass {
    flex: 1;
    background-color: transparent;
    border: none;
    color: #fff;
}

.inputClass:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none;
}

.inputClass::-webkit-input-placeholder {
    color: #fff !important
}

a {
    text-decoration: none;
}

.margintop {
    margin-top: 20px;
}

.customTitle {
    overflow: hidden;
    font-family: 'Microsoft YaHei', 'MicrosoftJhengHei', 'NotoSerifCJKsc-Regular', sans-serif;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 16px;
    font-size: 20px
}

.customTitle1 {
    overflow: hidden;
    font-family: 'Microsoft YaHei', 'MicrosoftJhengHei', 'NotoSerifCJKsc-Regular', sans-serif;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 24px
}

.text_clip {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.huiText {
    color: #000
}

.lightText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 172px;
    color: #000;
    font-size: 36px;
    font-weight: bold;

    .subText {
        color: #919597;
        font-size: 18px;
        font-weight: normal;
    }
}

.selectText {
    color: #fff !important;
    font-size: 36px;
    font-weight: bold;
    background: linear-gradient(180deg, #186AB4 0%, #2E96E4 100%);
    border-radius: 0px 100px 0px 100px;

    .subText {
        color: #fff !important;
    }
}

.boldText {

    /*font-weight: 700;*/
}

.blackText {
    font-size: 16px;
    color: #000
}

.blackText:hover {
    color: #7A2B2A
}

.playCss {
    display: flex;
    justify-content: center;
    top: 50%;
    position: relative;
    cursor: pointer;
}

.playlist {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.transimg:hover {
    transform: scale(1.1);
}

.toleftorright {
    width: 100px;
    margin-right: 10px;
    height: 40px;
    line-height: 40px;
    background: #D8D8D8;
    text-align: center;
    cursor: pointer;
}

.timetag {
    width: 100px;
    height: 100px;
    background: #7A2B2A;
    border-radius: 4px 0px 0px 0px;
    color: #fff;
    text-align: center;
    padding: 10px
}

.carousel-control-next-icon {
    background-image: url('../assets/image/arrow-right.png');
    width: 24px;
    height: 24px;
}

.carousel-control-prev-icon {
    background-image: url('../assets//image/arrow-left.png');
    width: 24px;
    height: 24px;
}

.dropdown-menu {
    text-align: center;

}

.dropdown-menu.show {
    left: -50%;

}

.dropdown-toggle::after {
    display: none;
}

.threeTab {
    display: flex;
    /* flex: 1; */
    justify-content: center;
    align-items: center;

    .tabItem {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 220px;
        height: 172px;
        color: #000;
        font-size: 36px;
        font-weight: bold;
        margin: 0 15px;

        .subText {
            color: #919597;
            font-size: 20px;
            font-weight: normal;
        }
    }
}

.dashLine {
    height: 0;
    border: 1px dashed #204198;
    width: 100px;
}

.colorText {
    color: #000
}

.colorText:hover {
    color: #005EAE
}

.card-link {
    cursor: pointer;

    .card-body1 {
        padding: 20px 30px;
        border: 1px solid #E9E9E9;
        background-color: #fff;
    }

    .card-text {
        color: #666;
        font-size: 16px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .card-title {
        color: #000;
        font-size: 20px;
        font-weight: 400;
        cursor: pointer;
        margin-bottom: 60px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nav-link {
        color: #325484;
        font-size: 14px;
        text-align: right;
        margin: 20px 0;
    }
}

.card-link:hover {

    transform: translateY(-35px);

    .card-body1 {
        background: linear-gradient(180deg, #186AB4 0%, #2E96E4 100%);
        color: #fff;
        border: none;
    }

    .card-text {
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .card-title {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        cursor: pointer;
        margin-bottom: 60px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nav-link {
        color: #fff;
        font-size: 14px;
        text-align: right;
        margin: 20px 0;
    }
}

.leftContent {
    position: relative;
    overflow: hidden;
}

.img_text {
    position: absolute;
    bottom: 36px;
    left: 24px;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.font-weight-bold {
    font-weight: 600;
}

.pd24 {
    padding: 0 24px;
}

.card-item {
    height: 50%;
    margin: 0 8px;
    background: #F7F6F6;
    overflow: hidden;

    .card-title {
        color: #005EAE;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 24px;
    }

    .card-text {
        font-weight: 400;
        font-size: 16px;
        color: #000;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 16px;
    }

    .card-time {
        margin-top: 16px;
        font-size: 14px;
        text-align: right;
        color: #919597;
    }
}

.centerContent {
    position: relative;
}

.centerCard {
    width: calc(100% - 60px);
    margin-left: 30px;
    padding: 30px 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0px 20px 0px 20px;
    position: relative;
    top: -40px;
    /* position: absolute;
    top: 90%; */
}

.cardLeft {
    background: linear-gradient(180deg, #186AB4 5%, #2E96E4 99%);
    border-radius: 0px 0px 0px 0px;
    padding: 30px 20px;
    position: relative;
    top: -30px;
    width: calc(100% - 30px);
    margin-left: 15px;

    .card-title {
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .card-time {
        margin-top: 16px;
        font-size: 14px;
        text-align: right;
        color: #FDFDFD;
    }
}

.cardRight {
    .card-title {
        color: #000;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin-top: 16px;
    }

    .card-content {
        font-weight: 400;
        font-size: 16px;
        color: #717171;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 16px;
    }

    .card-time {
        margin-top: 16px;
        font-size: 14px;
        text-align: right;
        color: #919597;
    }
}

.sub-item {
    padding: 24px 0 12px;
    border-top: 1px solid #D8D8D8;

    .card-time {
        text-align: right;
    }
}

.sub-title {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.moreLine{
    width: 90px;
    text-align: center;
}
.moreText {
    color: #005EAE;
    font-size: 16px;
}

.leftline {
    height: 0;
    width: 65%;
    border: 2px solid #005EAE;
    position: relative;

    .bot {
        position: absolute;
        top: -4px;
        right: -8px;
        width: 8px;
        height: 8px;
        background: #005EAE;
        border-radius: 50%;
    }
}

.rightline {
    height: 0;
    width: 20%;
    border: 2px solid #005EAE;
    position: relative;

    .bot {
        position: absolute;
        top: -4px;
        left: -8px;
        width: 8px;
        height: 8px;
        background: #005EAE;
        border-radius: 50%;
    }
}