.header {
    padding-left: 3vw;
    width: 100%;
    height: 120px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.sticky {
    position: sticky;
    top:0px;
    left:0px;
    z-index:9999;
    box-shadow: 0 1px 0 0 rgba(58,58,58,.1), 0 1px 5px 0 rgba(58,58,58,.2);
}

.swiperBox .swiper img {
    width: 100%;
}
.swiperBox .swiper video {
    width: 100%;
}
.swiperBox {
    position: relative;
    top:0;
    left:0;
}

.locationNumber {
    position: absolute;
    top: 0;
    right: 5%;
    min-width: 290px;
    min-height: 88px;
    background: #000000;
    opacity: 0.7;
    border-radius: 0px 0px 6px 6px;
    padding: 20px;
    display: none;
}

.locationNumber div,
.locationNumber div span {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
}

.swiperBox .carousel {
    position: relative;

}

.swiperBox .carousel .carousel-indicators {
    position: absolute;
    bottom: 38%;
    left: 65%;
    right: -7%;
}

.swiperBox .carousel .carousel-indicators li {
    position: relative;
    text-indent: 0px;
    cursor: pointer;
}

.swiperBox .carousel .carousel-indicators li span {
    position: absolute;
    left: 30%;
    top: -27px;
    color: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.location {
    position: absolute;
    top: 58%;
    left: 17%;
    z-index: 1;
}

.location .tab-pane {
    width: 72vw;
    min-height: 166px;
    background: #fff;
    padding: 30px;
}

.location .nav-item {
    border-radius: 6px 6px 0px 0px;
    margin-right: 3px;
    width: 7.8vw;
    /*min-width: 120px;*/
}

.location .nav-item a {
    background: #202020;
    opacity: 0.75;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    height: 100%;
}

.location .nav-item .active {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #202020;
    border-top: 2px solid #A11823;
    background: #fff;
    opacity: 1;
}

.myTabContent-input-container {
    border: 2px solid #A11823;
    height: 64px;
    padding-left: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    flex: 1;
}

.text-box {
    min-height: 64px;
    width: 120px;
    background: #970F1A;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.text-box i{
    font-size: 20px;
}
.text-box span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.myTabContent-input-field {
    background-color: transparent;
    border: none;
    width: 100%;
}

.myTabContent-navlist a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-right: 10px;
}

.myTabContent-navlist {
    margin-top: 20px;
    padding-left: 20px;
}

.swiperBox .carousel-indicators li {
    height: 2px;
    width: 40px;
    border-radius: 0px;
}

.swiperBox .carousel-indicators .active {
    height: 3px;
}

.swiperBox .leftTips {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    background: rgba(32,32,32,.7);
    border-radius: 6px;
    /*opacity: 0.78;*/
    z-index: 1;
}

.swiperBox .leftTips li {
    padding: 10px;
    /*background: #ffffff;*/
    box-shadow: 0px 2px 16px 0px rgba(90, 90, 90, 0.15);
    border-radius: 6px;
    /*margin-bottom: 10px;*/
    color: #CACAC9;
    fill:#CACAC9;
}

.swiperBox .leftTips li a{
    color: #CACAC9;
    fill:#CACAC9;
    text-align: center;
}

.swiperBox .leftTips li:hover{
    fill: #fff;
    color: #fff;
}

.swiperBox .leftTips li:hover a{
    fill: #fff;
    color: #fff;
    text-decoration: none;
}

.swiperBox .leftTips li img{
    width: 55px;
}
.swiperBox .leftTips li .iconfont {
    font-size: 30px;
    color: inherit;
}

.swiperBox .leftTips li p {
    margin-top: 10px;
    font-weight: 400;
}
.swiperBox .leftTips li p a{
    margin-top: 10px;
    font-weight: 400;
}
.last_tip:hover .hoverImg{
    display:block; !important;
}

.hoverImg{
    display: none;
    width: 220px;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    right: -245px;
    background-color: #FFFFFF;
    padding: 5px;
}
.hoverImg::before{
    content: '';
    position: absolute;
    left: -30px;
    bottom: 30px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid #fff;
}
.hoverImg img{
    width: 100% !important;
}
.mobile-popular-services{
    display: none !important;
    padding: 52px 15px 15px 15px;
    box-sizing: border-box;
    background: #FFFFFF;
}
ul.mobile-services-box{
    flex-wrap: wrap;
    height: 144px;
    flex: 1;
}
ul.mobile-services-box li{
    border: 1px solid #EBEBEB;
    height: 50%;
    width: 33%;
}
ul.mobile-services-box li span{
    color: #2E2020;
    font-size: 12px;
    margin-top: 4px;
}
.header .logo-box {
    width: 19vw;
    min-width: 292px;
    margin: auto 0;
}

.logo-box img {
    width: 100%;
}

.right-box {
    position: relative;
    width: 70vw;
    /*min-width: 1076px;*/
}

.bottom-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: #a11823;
    border-radius: 40px 0px 0px 0px;
    display: flex;
    align-items: center;
}

.bottom-nav .nav .nav-item a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
}
.top-nav {
    justify-content: space-between;
    height:52px;
}
.top-nav div {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.top-nav div span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #a11823;
}

.top-nav .nav .nav-item a,
.top-nav .nav .nav-item span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
}

.top-nav .nav {
    /*width: 788px;*/
    display: flex;
    align-items: center;
    justify-content: flex-end !important;
    flex-wrap: nowrap;
}
.top-nav .nav .nav-item{
    flex-shrink: 0;
}
.top-nav .nav .nav-item:hover a{
    color: #a11823;
}
.top-nav .nav .nav-item a .icon-arrow-drop-down-fill {
    font-size: 25px;
}

.contacts-line,
.language-box {
    position: relative;
}


.entrance,
.language {
    display: none;
    width: 130px;
    background: #fff;
    box-shadow: 0px 8px 32px 0px rgba(166, 166, 166, 0.5);
    border-radius: 2px;
    position: absolute;
    top: 51px;
    right: 0px;
    z-index: 99;

}

.entrance dd,
.language dd {
    text-align: center;
    padding: 5px 0;
}

.entrance dd:hover,
.language dd:hover {
    background: #FFF0E8;
}

.entrance dd a,
.language dd a {
    font-size: 16px !important;
    font-family: Microsoft YaHei !important;
    font-weight: 400 !important;
    color: #2E2020 !important;
}

.entrance dd:hover a,
.language dd:hover a {
    color: #DE6800 !important;

    font-weight: bold;
}

.open-time {
    /*width: 25.3vw;*/
    /*min-width: 283px;*/
    padding-left: 2vw;
}

.input-container {
    background: #F2F2F2;
    border-radius: 20px;
    height: 35px;
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px 20px;
}

.input-field {
    background-color: transparent;
    border: none;
}

.input-container i {
    /*color: #a11823;*/
    opacity: 0.8;
}

.nav-item .line {
    display: none;
    width: 100%;
    height: 2px;
    background: #FFFFFF;
}

.bottom-nav .nav .nav-item:hover .line {
    display: block;
}

.bottom-nav .nav {
    margin-left: 10px;
    height: 100%;
    flex-wrap: nowrap;
    position: relative;
}

.bottom-nav .nav .nav-item {
    /*margin-right: 30px;*/
    padding-right: 30px;
}

.bottom-nav .nav .nav-item .nav-link {
    padding-bottom: 10px;
    margin-top: 10px;
}

.public-li {
    position: relative;
}
.box{
    display: none;
}
.public-box {
    display: none;
    position: absolute;
    top: 69px;
    /*left: -115px;*/
    /*right: -125px;*/
    /*z-index: 99;*/
    background: #FFFFFF;
    box-shadow: 0px 5px 56px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 8px 8px;
    min-width: 260px;
    padding: 17px;
    justify-content: space-around;
    align-items: flex-start !important;
}

/*.nav-item:last-child .public-box{*/
/*   right: -155px;*/
/*}*/
.public-box ul{
    margin-right: 10px;
}
.public-box ul .first:before {
    content: "●";
    color: #A11823;
    margin-right: 10px;
    font-size: 20px;
}

.public-box ul li {
    white-space: nowrap;
    margin-left: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 10px;
    position: relative;
    min-width: 120px;
    /*max-width: 200px;*/
    /*white-space: normal;*/
}
.public-box ul li .nav_link_img{
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 0;
    z-index: 9;
    text-align: center;
    display: none;
    border: 1px solid #ccc;
}
.public-box ul li .nav_link_img img{
    width: 30px;
}
.public-box ul li:hover .nav_link_img{
    display: block;
}
.public-box ul li a {
    white-space: nowrap;
    font-weight: 400;
    color: #666666!important;
    font-size: 16px!important;
}

.public-box ul .first {
    margin-left: 0px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #A11823;
    margin-top: 0px;
    white-space: nowrap;
    max-width: none;
}

.public-box ul .first a {
    font-size: 20px!important;
    font-weight: bold!important;
    color: #A11823!important;;
}

.subject-box {
    left: -200px;
}

/*.mylib-box {*/
/*    width: 12vw;*/
/*    min-width: 270px;*/
/*    left: -80px;*/
/*}*/

/*.about-box {*/
/*    width: 647px;*/
/*    min-width: 647px;*/
/*    left: -270px;*/
/*}*/
.mobile-header-box{
    display: none;
    width: 100%;
    min-height: 50px;
    background: #FFFFFF;
    padding: 8px 15px;
    box-sizing: border-box;
    box-shadow: 0px 2px 24px 0px rgba(58,58,58,0.3);
    justify-content: space-between;
    align-items: center;
}
.mobile-header-box .logo-box{
    width: 56%;
}
.mobile-header-box ul.right-btn{
    color: #262626;
}
.mobile-header-box ul.right-btn li{
    display: flex;
    align-items: center;
    padding-left: 12px;
}
.mobile-header-box ul.right-btn li:first-child{
    padding-right: 12px;
    /*border-right: 1px solid #D9D9D9;*/
}
.location .mobile-nav-box{
    display: none;
    width: 40%;
    max-width: 114px;
    border-radius: 4px 4px 0 0;
    border-top: 2px solid #A11823;
}
.location .mobile-nav-box .form-control{
    border: none;
    border-radius: 0.25rem 0.25rem 0 0;
}
.header_close{
    display: none;
}
.nav-search{
    width: 120px;
    border-radius: 20px;
    padding: 0 10px;
    display: none;
}
/*.left-nav-box{*/
/*    !*width: 700px;*!*/
/*    !*height: 500px;*!*/
/*    background-color: #FFFFFF;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 70px;*/
/*}*/
/*.right-nav-box{*/
/*    !*min-width: 700px;*!*/
/*    !*height: 500px;*!*/
/*    background-color: #FFFFFF;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 70px;*/
/*}*/


/*.nav-list{*/
/*    display: flex;*/
/*}*/
@media screen and (max-width: 850px){
    .swiperBox .carousel .carousel-indicators {
        position: absolute;
        bottom: 34%;
        left: 40%;
    }
    .header{
        display: none;
    }
    .mobile-header-box{
        position: sticky;
        top: 0;
        z-index: 1000;
        display: flex;
    }
    .locationNumber{
        width: 100%;
        right: 0;
        padding: 10px 15px;
        min-height: 35px;
        display: flex;
        border-radius: 0;
    }
    .locationNumber .seat-usage{
        margin-left: 8px;
    }
    .locationNumber div, .locationNumber div span{
        font-size: 12px!important;
    }
    .swiperBox .leftTips{
        display: none;
    }
    .nav-list{
        display: none !important;
    }
    .nav-tabs{
        display: none;
    }
    .location{
        left: 15px;
        top: 54%;
    }
    .location .tab-pane{
        width: calc(100vw - 30px);
        box-shadow: 0px 14px 26px 0px rgba(146,146,146,0.25);
        border-radius: 0px 4px 4px 4px;
        padding: 15px;
        min-height: 68px;
    }
    .text-box{
        width: 74px;
        min-height: 34px;
    }
    .text-box i{
        font-size: 14px!important;
    }
    .text-box span{
        font-size: 14px;
    }
    .myTabContent-input-container{
        height: 34px;
        font-size: 14px;
        padding-left: 10px;
    }
    .myTabContent-navlist{
        display: none;
    }
    .location .mobile-nav-box{
        display: block;
    }
    .mobile-popular-services{
        display: flex !important;
    }
    .mobile-header-box ul.right-btn .header_close{
        display: none;
    }
    .input-container{
        margin: 10px auto;
    }
}

@media screen and (min-width: 850px) and (max-width: 980px){
    .open-time{
        white-space: nowrap;
        display: none;
    }
    .bottom-nav .nav .nav-item{
        padding: 0;
    }
    .bottom-nav .nav .nav-item a{
        font-size: 12px;
        padding: 15px 10px;
    }
    .leftTips li p{
        font-size: 12px;
    }
}
@media screen and (min-width: 980px) and (max-width: 1250px) {
    .public-box{
        top: 49px;
    }
    .public-box ul li{
        min-width: auto;
        white-space: normal;
    }
    .bottom-nav{
        height: 50px;
    }
    .open-time{
        white-space: nowrap;
        display: none;
    }
    .bottom-nav .nav .nav-item{
        padding: 0;
    }
    .bottom-nav .nav .nav-item a{
        font-size: 14px;
    }
}

@media screen and (min-width: 1250px) and (max-width: 1700px) {
    .bottom-nav .nav .nav-item{
        padding-right: 10px;
    }
    .bottom-nav .nav .nav-item a{
        font-size: 18px;
    }
}

@media (min-width: 1700px) {
    .bottom-nav .nav .nav-item a{
        font-size: 22px;
    }
}

