body {
    font-family: Arial, Helvetica, sans-serif;
}
.bottominfo {
    margin-top: 40px;
}

.pc-bottom {
    display: block
}

/* 当屏幕宽度小于768px时应用的样式 */
@media (max-width: 768px) {
    .nav-container {
        
    }

    .playlist {
        display: none !important;
    }

    #navbar {
        padding-top: 0;
    }

    .imgWidth {
        width: 300px;
    }

    .threeTab {
        flex: none !important;
        font-size: 20px !important;
        justify-content: flex-start !important;
        flex-wrap: wrap;
        width:90%;

        .tabItem {
            width: 50%;
            margin-right: 0 !important;
        }
    }
    
    img{
       
    }

    .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;
    }
    .show {
        list-style: none;
        padding-left: 0;
        color: #7A2B2A;
        background-color: rgb(255, 255, 255);
        display: block !important;
    }

    .nav-link {
        color: #7A2B2A!important;
        text-align: left;
    }

    .nav-link1:hover {
        color: #7A2B2A!important;
    }
    .dropdown-menu {
        border: none !important;
    }
    .dropdown-item {
        color: #7A2B2A!important;
        text-align: left;
    }
    #searchsmall{
        display: none;
    }
    #searchbig{
        display: block;
    }
    #searcharea{
        height:40px;
        width:200px;
    }
    .searchbtn{
        text-align: center!important;
    }
    .searchbox input{
        border:solid 1px #ccc;
    }
    #keywords{
        border:solid 1px #eee;
    }
}

/* 当屏幕宽度小于768px时应用的样式 */
@media (max-width: 990px) {
    .show {
        list-style: none;
        padding-left: 0;
        color: #7A2B2A;
        background-color: rgb(255, 255, 255);
        display: block !important;
    }

    .nav-link {
        color: #7A2B2A!important;
        text-align: left;
    }

    .nav-link1:hover {
        color: #7A2B2A!important;
    }
    .dropdown-menu {
        border: none !important;
    }
    .dropdown-item {
        color: #7A2B2A!important;
        text-align: left;
    }
    #searchsmall{
        display: none;
    }
    #searchbig{
        display: block;
    }
    #searcharea{
        height:40px;
        width:200px;
    }
    .searchbtn{
        text-align: center!important;
    }
    .searchbox input{
        border:solid 1px #ccc;
    }
    #keywords{
        border:solid 1px #eee;
    }
}

@media (min-width:990px){

    .show {
        list-style: none;
        padding-left: 0;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.7);
        display: block !important;
    }
    
    .nav-link {
        color: #fff;
    }


    .nav-link1:hover {
        color: #7A2B2A
    }
    #searchsmall{
        display: block;
    }
    #searchbig{
        display: none;
    }
    #searcharea{
        height:auto;
    }
    #keywords{
        border: none;
    }
}


.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 .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;
    }
}

.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");
}

.font14 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.font16 {
    font-size: 16px;
}

.btn-cus {
    background-color: #16a7fc;
    color: #fff;
    border-radius: 20px;
    font-size: 20px;
}

.bottom_border {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 30px;
    margin-bottom: 38px;
    background: url("/assets/image/icon.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}

.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;

    .card-title {
        color: #000;
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 28px;
    }

    .card-text {
        color: #666666;
        font-size: 16px;
    }

    .time1 {

        height: 70px;
        margin-right: 24px;
        background: url('/assets/image/gonggaobg.png');
        background-size: 100% 100%;
        text-align: center;
        padding: 4px 0
    }
}

.card-unactive:hover {
    box-shadow: 0px 0px 4px 0px rgba(122, 43, 42, 0.902);
    transform: scale(1.1);
}

.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: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
}

.aimg {
    position: relative;
    text-align: center;
    width: 500px;
    left: 50%;
    transform: translate(-50%);
}

.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 {
    color: #7A2B2A
}

.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;
    font-size: 36px;

    .tabItem {
        margin-right: 40px;
    }
}

.colorText {
    color: #000
}

.colorText:hover {
    color: #7A2B2A
}


.hidden {
    display: none;
}

/* 隐藏真正的 <select> */
.custom-dropdown .selected-value {
    /* 自定义选中值的样式 */
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    height: 52px;
    padding: 0 20px;
    cursor: pointer;
    line-height: 52px;
    width: 180px;
}

.custom-dropdown .dropdown-options {
    /* 自定义下拉列表的样式 */
    list-style: none;
    padding-left: 0;
    width: 180px;
    color: #fff;
    display: none;
    background-color: rgba(122,43,42,1);
    position: absolute; 
}

.custom-dropdown .dropdown-option {
    /* 自定义下拉列表的样式 */
    height: 52px;
    cursor: pointer;
    line-height: 52px;
    padding: 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 0;
}

.selecticon {
    text-align: right;
    width: 17px;
    height: 9px;
}
  .dropdown-options li:hover {
    color:#7A2B2A
}
        
        
.searchbox {
    position: absolute;
    width: 0px;
    overflow: hidden;
    background: #fff;
    border-radius: 0.9rem;
    height: 1.7rem;
    margin-top: -0.7rem;
}
.wp-search {
    position: relative;
}

.clearfix {
    display: block;
    clear: both;
}

.wp-search form {
    display: block;
}
.wp-search .search-input {
    margin-left: 10px;
    margin-right: 2rem;
    margin-top: 0;
}
.wp-search .search-btn {
    width: 23px;
    height: 21px;
    position: absolute;
    right: 0.2rem;
    top: 0.25rem;
}
.wp-search .search-input input.search-title {
    width: 100%;
    height: 1.25rem;
    line-height: 1.25rem;
    border: 0;
    outline: 0;
    background: none;
    color: #333;
    font-size: 15px;
    padding: 0;
}
.wp-search .search-btn input.search-submit {
    width: 100%;
    height: 23px;
    border: 0;
    outline: 0;
    background-image: url(/assets/image/search-hover.png);
    background-size: 70% 70%;
    background-position: 3px 1px;
    position: absolute;
    top: 0rem;
    background-repeat: no-repeat;
    cursor: pointer;
}
.article-text p img{
    max-width: 100%;
    height:auto!important;
}