/*中文版样式 中英文通用的样式可以写在这里*/
* {
    user-select: none;
}

.container {
    width: 750px;
    overflow: hidden;
}

.hubNoneCall{
    text-align: center;
    padding-top: 200px;
    padding-bottom: 100px;
    font-family: 'MYingHeiPRC-W3';
    font-size: 32px;
}

/*bannner*/
.banner {
    width: 750px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/hiphihub/kv.jpg");
    position: relative;
}

.banner1 .title {
    position: absolute;
    color: #ffffff;
    font-size: 48px;
    font-family: "Gilroy-Medium", "MYingHeiPRC-W5";
    top: 255px;
    left: 0px;
    width: 750px;
    text-align: center;
    margin: 0 auto;
}

.contactImg{
    margin: 0 auto;
    text-align: center;
    margin-top: 110px;
    margin-bottom: 70px;
}

.contactImg1{
    margin: 0 auto;
    text-align: center;
}

.title {
    font-size: 32px;
    font-family: "Gilroy-Medium", "MYingHeiPRC-W3";
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    line-height: 32px;
    margin: 50px auto 50px auto;
    color: #53565a;
}

.banner .title {
    position: absolute;
    color: #ffffff;
    font-size: 48px;
    font-family: "Gilroy-Medium", "MYingHeiPRC-W5";
    top: 220px;
    left: 0px;
    width: 750px;
    text-align: center;
    margin: 0 auto;
}
.banner .title2 {
    position: absolute;
    color: #ffffff;
    font-size: 24px;
    font-family: "Gilroy-Medium", "MYingHeiPRC-W5";
    top: 281px;
    left: 0px;
    width: 750px;
    text-align: center;
    margin: 0 auto;
    margin-top: 172%;
}
.cityButtonBox{
    text-align: center;
    padding-top: 116px;
    position: relative;
    padding-bottom: 30px;
}

.cityButton{
    font-size: 24px;
    cursor: pointer;
    padding-bottom: 16px;
    color: #53565a;
    font-family: "MYingHeiPRC-W5";
    border-bottom: 2px solid #53565a;
}



.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 750px;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s;
    z-index: -1;
}

.popup.active {
    opacity: 1;
    z-index: 999;
}

.popup.active .city-box {
    transform: translateY(0);
    transition: all 0.3s 0.2s;
}

.close-popup {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 27px;
}

/* 三级联动 */
.city-box {
    width: 750px;
    height: 780px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0;
    background-color: #fff;
    transform: translateY(100%);
    transition: all 0.3s;
}

.title-box {
    width: 750px;
    height: 85px;
    color: #000;
    font-size: 30px;
    display: flex;

    align-items: center;
    line-height: 85px;
    position: relative;
}

.title-box p {
    width: 300px;
    margin-left: 32px;
    position: relative;
    text-align: center;
}

.title-box .active .tip {
    opacity: 1;
}

.title-box .tip {
    position: absolute;
    bottom: 0;
    left: 90px;
    opacity: 0;
}

.list-box {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    text-align: center;
    height: 558px;
    width: 100%;
}


.item-list {
    height: 620px;
    overflow-y: scroll;
    margin-top: 18px;
}

.item-list::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.list-box .item-list .item {
    font-size: 24px;
    line-height: 67px;
    word-break: keep-all;
    white-space: nowrap;
    color: #000;
    text-overflow: ellipsis;
    font-family: "MYingHeiPRC-W3";
}

.list-box .item-list .item.active {
    font-family: "MYingHeiPRC-W7";
}



.hubDetailHub.actived .hubHover {
    border-color: #410098;
}

.hubSwiper .hubHover {
    border-left: 2px solid #410098;
    padding-left: 25px;
    /* height: 110px; */
    margin-top: 45px;
    padding-top: 5px;
    padding-bottom: 8px;
}

.hiphiHub {
    width: 750px;
    position: relative;
    margin: 0 auto;
    background: #ffffff;
    font-family: Gilroy-Medium;
    padding-bottom: 91px;
}

.hiphiHub .title {
    color: #53565a;
    font-size: 32px;
    line-height: 32px;
    text-align: left;
    letter-spacing: 2px;
    padding: 112px 38px 0 38px;
    text-align: center;
}

.hiphiHub .title2 {
    color: #53565a;
    font-size: 32px;
    line-height: 32px;
    margin: 118px auto 45px auto;
    text-align: left;
    letter-spacing: 2px;
    padding: 0px 38px 0 38px;
    text-align: center;
}

.hubSwiper {
    padding: 0px 96px 105px 96px;
    position: relative;
    overflow: hidden;
}

.en .hubSwiper {
    padding-bottom: 155px;
}

.hubSwiper .hubDetailHub {
    color: #666666;
    width: 100%;
    /*height: 726px;*/
    margin: 0;
    padding-top: 100px;
    position: relative;
}
.hubSwiper{
    color: #53565a;
}
.hubSwiper .hubDetailHub .moveImgBoxHub {
    width: 100%;
    overflow: hidden;
}

.hubSwiper .hubDetailHub .moveImgBoxHub .hubImg {
    width: 100%;
    /*opacity: 0.24;*/
    transition-duration: 0.3s;
}

.hubSwiper .hubDetailHub.actived .moveImgBoxHub .hubImg {
    opacity: 1;
}

.hubSwiper .hubDetailHub .hubTitle {
    font-size: 32px;
    line-height: 38px;
    margin: 0px auto 15px auto;
    text-align: left;
    font-family: MYingHeiPRC-W3;
    transition-duration: 0.3s;
}

.hubSwiper .hubDetailHub.actived .hubTitle {
    opacity: 1;
}

.hubSwiper .hubDetailHub .borderBox {
    width: 64px;
    height: 1px;
    background: #666666;
    position: relative;
    overflow: hidden;
    margin: 0px 0 28px 0;
    transition-duration: 0.3s;
}

.hubSwiper .hubDetailHub.actived .borderBox {
    opacity: 1;
}

.hubSwiper .hubDetailHub .desc {
    font-size: 24px !important;
    line-height: 30px;
    margin: 0px;
    text-align: left;
    letter-spacing: 2px;
    font-family: MYingHeiPRC-W3;
    transition-duration: 0.3s;
}

.hubSwiper .hubDetailHub.actived .desc {
    opacity: 1;
}

.hubSwiper .hubDetailHub .openTime {
    font-size: 24px;
    padding-bottom: 10px;
    color: #56535a;
    font-family: MYingHeiPRC-W3;

}

.hubSwiper .hubDetailHub.actived .openTime {
    opacity: 1;
}

.hubSwiper .hubDetailHub .openTimeEn {
    font-size: 24px;
    padding-bottom: 10px;
    color: #56535a;
    font-family: Gilroy-Light;
}

.hubSwiper .hubDetailHub.actived .openTimeEn {
    opacity: 1;
}

.moreHub{
    padding-bottom: 30px;
}
.moreHub .btn {
    position: relative;
    margin: 0 auto;
    width: 196px;
    height: 64px;
    text-align: center;
    color: white;
    line-height: 64px;
    background-color: #9b79c5;
    font-family: MYingHeiPRC-W5;
}
.moreHub .btn span {
    position: absolute;
    letter-spacing: 1px;
    position: absolute;
    left: 48px;
}
.moreHub .btn img{

    position: absolute;
    left: 32px;
    top: 19px;
}