.p-t-70{
    padding-top: 70px;
}
.about-banner   .wp-block-button{
    /* background-color: #fff; */
    background:none;
    border: 1px solid #fff;
    color: #fff;
}
.link{
    font-size: 16px;
    color: #e70012;
}
.link:hover{
    font-size: 16px;
    color: #e70012;
}
.page-submenu {
    position: relative;
}
.wp-block-button {
    margin-top: 40px;
}
.data {
    font-size: 16px;
   font-weight: normal!important;
}

.wp-block-cover.cover-full .page-submenu, .wp-block-cover.cover-submenu .page-submenu {
    position: absolute;
    left: 0;
    bottom: 0;
}
.box{
    width: 1200px;
    height: 360px;
    position: relative;
    margin: 0 auto;
}
p {
    color: rgba(0, 0, 0, .9);
    line-height: 1.5;
}

p.center{
     text-align: center;
}
.wp-block-cover.cover-submenu .wp-block-cover__inner-container p {
    color: #fff;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
.speakerImg{
    position: absolute;
    right: 0;
    top: 240px;
}
.speakerImg img{
    width: 300px;
    height: 300px;
}
.mb10{
    margin-bottom: 10px;
}
.mb30{
    margin-bottom: 30px;
}
.mb20{
    margin-bottom: 20px;
}
.mt20{
    margin-top: 20px;
}
.mt100{
    margin-top: 100px;
}
.linebox{
    width: 800px;
    height: auto;
    border-top: 1px solid #ccc;
    padding: 25px 0 5px;
}
.linebox dl dd:last-child {
    line-height: 1.3;
    min-width: 85px;
}
 
.linebox:last-child{
    border-bottom:1px solid #ccc;
}
.mt70{
    margin-top: 70px;
}
.linebox dl {
    font-size: 16px;
    max-width: 700px;
    margin-right: 25px;
}
.linebox dl:last-child{
    margin-right: 0%;
}
.speakerImg-link{
    font-size:16px;
    font-weight:normal;
    height: 60px;
    line-height: 60px;
    color: rgba(0, 0, 0, .6);
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: block;
}
.speakerImg-link.on{
    color: #000;
}
.speakerImg-link:hover{
    color: #000;
    cursor: pointer;
}
.speakerImg-link:last-child{
    border-top: none;
}
.linebox dl dt{
    font-size: 12px;
    color:rgba(0, 0, 0, .6);
    margin-bottom: 4px;
}
.linebox dl dd{
    font-size: 16px;
    font-family: "Gotham Medium","Helvetica Neue",Arial,sans-serif;
    color: #000;
    line-height: 1em;
}
.xqbox p{
    margin-bottom: 1em;
    text-align: justify;
}
.linebox dl dd.title{
    font-size: 16px;
    font-family: "Gotham Medium","Helvetica Neue",Arial,sans-serif;
    /* font-weight: bold; */
    color: #000;
    width: 338px;
}
.secondline dl{
    float: left;
    min-height: 40px;
}
.secondline dl:nth-child(2n){
    width: 120px;
   
}
.secondline dl:nth-child(3n){
    width: 90px;
}
.secondline dl:nth-child(4n){
    width: 176px;
}
.secondline::after{
    content: '';
    display: block;
    clear: both;
}

/* 酒店 */
.jiudianmask{
    width: 100%;
    height: 360px;
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
}
.List_item:nth-child(3n){
    margin-right: 0;
}
.tujibox li{
    margin-bottom: 15px!important;
}
 
.nv-title{
    background-color: #e70012;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 1.5em;
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
}
.nv-title h2{
    font-size: 24px;
    color: #fff;
}
.grid-cont {
    margin-top: 20px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.grid-item{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.aem-Grid{
    flex: 1;
    border-radius:2px;
    text-align: center;
    /* box-shadow: 0 0 5px 0 rgba(0,0,0,.3); */
    position: relative;
    padding-bottom: 40px;
    border: 1px solid #ccc;
    padding-top: 80px;
}

.center{
    text-align: center;
}
.grid-item dt{
    font-size: 55px;
    color: #e70012;
    margin-left: -2px;
    text-align: left;
}
.grid-item dd.line {
    margin-bottom: 20px;
    font-size: 26px;
    padding-bottom: 20px;
    margin-top: 6px;
    position: relative;
    text-align: left;
}
.grid-item dd.line::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #e70012;
    /* background-color: #e70012; */
    margin-top: 15px;
} 
.grid-item dl{
    width: 18%;
    margin:20px 0;
}
.grid-item dd {
    color: #000;
    font-size: 16px;
    position: relative;
    margin-top: 10px;
    text-align: left;
}
.btn-content{
    background-color: transparent;
    border: 2px solid #e70012;
    color: #000;
    display: inline-block;
    font-size: 18px;
    line-height: 1.25em;
    min-width: 50px;
    padding: 0 13px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .1s ease-out;
    white-space: nowrap;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    display: inline-flex;
    align-items: center;
}
.nv-content{
    width: 60%;
    margin: 20px 20%;
    line-height:1.6;
    text-align: left;
    margin:0 20% 20px;
}
.btn-content{
    margin: 0 auto;
    margin-bottom: 20px;
    position: absolute;
    bottom: 0;
    left: 20%;
    /* margin-left: -90px; */
}

 
.general-container .aem-Grid{
    width: calc(50% - 20px);
}
.general-container .aem-Grid:first-child{
    margin-right: 40px;
}
.pricing {
    margin-top: 70px;
}
.general-container2 .btn-content{
    position: static;
    margin: 0 auto;
}
.general-container2 .nv-content span{
    display: inline-block;
    margin-top: 20px;
    height: 48px;
}
.bold{
    font-weight: bold;
}
.four-grid{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.four-grid .aem-Grid{
    margin-right: 20px;
}
.four-grid .aem-Grid:last-child{
    margin-right: 0px;
}
.four-grid .nv-content{
    font-size: 35px;
}
.four-grid .nv-content{
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
}
 i{
     font-style: normal;
 }
 .pricing-box  p{
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
 }

.line-btn{
    border: 2px solid #e70012;
    background-color: transparent;
    color: #000;
    display: inline-block;
    font-size: 18px;
    line-height: 1.25em;
    min-width: 50px;
    padding: 0 13px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
    margin-bottom: 1em;
    height: 40px;
    line-height: 40px;
    display: inline-flex;
    align-items: center;
}

 
.lap-p-b-45{
    padding-bottom: 45px;
}
.lap-p-t-45{
    padding-top: 45px;
}
.border-t-b{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.border-t-b:last-child{
    border-bottom: none;
}
.aem-Grid-two{
    width: calc(50% - 30px);
    position: relative;
    padding-bottom:70px;
}
.pricing-box h2{
    font-size: 28px;
    margin-top: 0em;
}
.nv-title h2{
    margin-top: 1em;
}
.pricing-box ul li{
    position: relative;
    line-height: 1.8em;
    list-style-type: none;
    padding-inline-start: 0;
    /* padding-left: 1.5em; */
}
.btn-content:hover{
    background-color: #e70012;
    color: #fff;
}
.pricing-box ul li::after{
    /* content: ">";
    display: block;
    font-weight: 700;
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: .18em;
    width: 1em; */
}
.nv-content span.f30{
    font-size: 30px;
    margin-top: 20px;
    display: block;

}
th, td {
    border: 1px solid #cccccc;
    padding: 15px 10px;
    text-align: center;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 70px;
    min-width: 1200px;
}
td .el-icon-check{
    font-size: 24px;
    color: rgba(0,0,0,0.6);
}
.huizi{
    color: rgba(0,0,0,0.6);

}
.linethrough{
   text-decoration: line-through;

}
.price{
    color: #e70012;
    font-size: 1.5em;
}
.pricing-box .flex{
    margin-top: 70px;
}
.pricing-box h3{
    font-size: 1.5em;
    margin-bottom: 1em;
}
.line-btn.mb50{
    margin-bottom: 50px!important;
}
.line-btn:hover{
    background-color: #e70012;
    color: #fff;
    cursor: pointer;
  
}
.mt40{
    margin-top: 40px;
}
.graybg{
    background-color: #f2f2f2;
}
.description {
    margin-top: 40px;
}

.faq{
    border-top: 1px solid #ccc;
}
.bor-bot-1px{
    border-bottom: 1px solid #ccc;
}
.faq h2{
    font-size: 20px;
    margin-bottom: 0;
}

.cmp-accordion__button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 28px 10px;
    justify-content: space-between;
}
.cmp-accordion__button {
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}
.cmp-accordion__button .el-icon-arrow-down {
    font-size: 30px;
    transition: all 0.2s ease;
}
.faq.on .cmp-accordion__button .el-icon-arrow-down {
    -webkit-animation: icon-rotate 1s normal;
    animation: icon-rotate 1s normal;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cmp-accordion__footer{
    overflow: hidden;
    padding-bottom: 15px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    padding-left: 15px;
    padding-right: 15px;
}
.faq div{
    box-sizing: border-box;
}

.cmp-accordion__footer{
    display: none;
}

 
.faq.on .cmp-accordion__footer{
    display: block;
}
.faq-box h3{
    font-size: 28px;
    margin-bottom: 1.5em;
}
.buyBtn{
    right: 130px;
    position: absolute;
    top: 20px;
    display: flex;
    margin: 0;
    left: auto;
    padding: 0 6px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 29px;
    background: #e70012;
    color: #fff;
    width: 50px;
    padding-bottom: 1px;
    cursor: pointer;
}
.buyBtn:hover{
    color: #fff;
}

.rf-tile {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.rf-tile-banner {
    position: relative;
    overflow: hidden;
    border-radius: var(--rf-brand-shape-radius) -1px var(--rf-brand-shape-radius) -1px 0 0;
    width: 100%;
 
}
.rf-pill  {
    display: inline-block;
    font-weight: 700;
    border: none;
}
.rf-tile-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 16px;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
}
.rf-tile-info {
    margin-bottom: 12px;
    -webkit-line-clamp: 4;
    max-height: 92px;
    min-height: 92px;
    font-size: 14px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.rf-tile-footer {
    padding: 0 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    flex-wrap: wrap;
    gap: 16px;
}
@media(min-width: 1024px)and (max-width:1349px) {
     
}
@media(max-width: 639px) {
    
}

@media(min-width: 768px)and (max-width:1023px) {
    .btn-content{
        left: 0;
    }
    .p-t-70{
        padding-top: 50px;
    }
    .table-box table{
        margin-bottom: 40px;
    }
    .line-btn.mt40{
        margin-top:30px !important;;
    }
    .line-btn.mb50{
        margin-bottom:0 !important;;
    }
    .line-btn{
        margin-bottom:0;
    }
    .pricing-box  .mt70 {
        margin-top: 1em;
    }
    .pricing-box .speaker{
        margin-top: 0px!important
    }
    .box{
        width: calc(100% - 40px);
        margin: 0 20px;
        box-sizing: content-box;
    }
   
    .grid-item{
        display: block;
        overflow: hidden;
    }
    .grid-item dl{
        width: calc(50% - 40px);
        margin: 20px;
        margin-bottom: 2em;
        float: left;
    }
    .grid-item dl:last-child{
        margin-bottom: 0;
    }
    .grid-item dt{
        font-size: 35px;
    }
    .grid-cont{
        margin: 20px;
        height: auto;
    }
    .general-container .aem-Grid{
        /* width: calc(100% - 40px);
        margin: 0 20px; */
        width: 100%;
    }
    .general-container2 .btn-content{
        margin-top: 1em;
    }
    .aem-Grid.center{
        margin-bottom: 2em;
    }
  
    .four-grid{
        display: block;
        overflow: hidden;
    }
    .four-grid .aem-Grid{
        display: block;
        width: calc(50% - 16px);
        float: left;
        margin-right: 30px;
    }
    .four-grid .aem-Grid:nth-child(2n){
        margin-right: 0;
    }
    .pricing-box p{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .nv-content {
        width: 90%;
        line-height: 1.6;
        text-align: left;
        margin: 0 auto 20px;
        }
    .table-box{
        overflow: scroll;
    }
    .general-container .aem-Grid:first-child{
        margin-right: 30px;
    }
    /* .aem-Grid-two .btn-content{
        margin-top: 1em;
        position: static;
        margin-left: 20px;
    } */
    .pricing-box .flex{
        margin-top: 40px;
    }
    .pricing{
        margin-top: 40px;
    }
    /* .aem-Grid-two{
        padding-bottom: 20px;
    } */
    /* .aem-Grid-two:last-child{
        padding-bottom: 0px;
    } */
   
}
@media(max-width: 768px) {
    .time-bar span{
        font-size: 14px;
        color: rgba(0, 0, 0, .9);
    }
    .richeng{
        padding: 20px!important;
        margin-top: 0!important;
        width: calc(100% - 0px)!important;
    }
    .richeng .card__event .card__event-title{
        line-height: 1.4em!important;
    }
    .p-t-70{
        padding-top: 40px;
    }
    .table-box table{
        margin-bottom: 40px;
    }
    .line-btn.mt40{
        margin-top:30px !important;;
    }
    .line-btn.mb50{
        margin-bottom:0 !important;;
    }
    .line-btn{
        margin-bottom:0;
    }
    .pricing-box  .mt70 {
        margin-top: 1em;
    }
    .pricing-box .speaker{
        margin-top: 0px!important
    }
    .box{
        width: calc(100% - 40px);
        margin: 0 20px;
        box-sizing: content-box;
    }
    .pricing-box .flex{
        display: block;
    }
   .aem-Grid-two{
        width: 100%;
    }
    .nv-content{
        width: calc(100% - 40px);
        margin: 0 20px;
    }
    .grid-item{
        display: block;
    }
    .grid-item dl{
        margin: 20px;
        margin-bottom: 2em;
        width: calc(100% - 40px);
    }
    .grid-item dl:last-child{
        margin-bottom: 0;
    }
    .grid-item dt{
        font-size: 35px;
    }
    .grid-cont{
        margin: 20px;
        height: auto;
    }
    .general-container .aem-Grid{
        /* width: calc(100% - 40px);
        margin: 0 20px; */
        width: 100%;
    }
    .general-container2 .btn-content{
        margin-top: 1em;
    }
    .aem-Grid.center{
        margin-bottom: 2em;
    }
    .aem-Grid.center:last-child{
        margin-bottom: 0em;
    }
    .four-grid{
        display: block;
    }
    .four-grid .aem-Grid{
        display: block;
        width: 100%;
    }
    .pricing-box p{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .table-box{
        overflow: scroll;
    }
    .general-container .aem-Grid:first-child{
        margin-right: 0;
    }
    .aem-Grid-two .btn-content{
        margin-top: 1em;
        position: static;
        margin-left: 20px;
    }
    .pricing-box .flex{
        margin-top: 40px;
    }
    .pricing{
        margin-top: 40px;
    }
    .aem-Grid-two{
        padding-bottom: 20px;
    }
    .aem-Grid-two:last-child{
        padding-bottom: 0px;
    }
}

.sp-item p{
    margin-bottom: 1em;
}
.englishBtn{
    right: 222px;
}