/* banner */
.banner {
    width: 100%;
    height: 360rem;
    background-image: url(/images/about/about-page-pic1.png);
    background-size: 100% 360rem;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -2.5rem;
}

.banner .content {
    position: absolute;
    bottom: 0;
    height: 300rem;
    background-image: linear-gradient(0, #000000bd, transparent);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    text-align: center;
}

    .banner .content p:first-child {
        font-size: 61rem;
        color: #C02310;
        font-weight: 300;
        margin-top: 50rem;
        font-family: SourceHanSansCN-Light;
    }

.banner .content p:first-child span {
    margin: 0 20rem;
}

    .banner .content p:last-child {
        font-size: 130rem;
        color: #fff;
        /* font-weight: bold; */
        font-family: knockouthtf49liteweight;
        margin-bottom: 10rem;
        letter-spacing: 7rem;
    }
/* 发掘旅途惊喜   解锁更多目的地 */
.city{
    display:block;

    width: 1434rem;
    margin: 0 auto;
}
    .city .city_title{
        display:none;
    }
    .city .headTop {
        display: flex;
        justify-content: space-between;
        padding: 0 12rem;
        margin: 145rem 0 63rem;
    }
.city .headTop .title{
    font-size: 33rem;
    font-weight: bold;
}
.city .headTop .search{
    width: 100rem;
    height: 40rem;
    line-height: 40rem;
    background-color: #BB2310;
    border-radius: 20rem;
    font-size: 16rem;
    font-weight: 300;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15rem;
    position:relative;
}
.city .headTop .search.notHave::before {
    content:"正在开发中...";
    width:calc(100% - 30rem);
    height:36rem;
    line-height:36rem;
    font-size:16rem;
    background-color:#ccc;
    color:#4d4d4d;
    position:absolute;
    bottom:-40rem;
    padding: 0 15rem;
}
.city .headTop .search img{
    width: 18rem;
    height: 19rem;
}
.city .headTop .search input{
    width: 70rem;
    background-color: transparent;
    border: none;
    color: #fff;
}
.city .headTop .search input::placeholder{
    color: #fff;
}
.city .headTop .search:hover{
    width: 175rem;
    transition: width .5s;
}
.city .headTop .search:hover input{
    width: 145rem;
    transition: width .5s;
}
.city .content{
    margin-top:40rem;
    position: relative;
}
.city .content::after {
    content:"";
    display: block;
    clear:both;
}
.city .content > .swiper-slide {
    margin-right:30rem
}
.city .content .item{
    transform-style:preserve-3d;
    transition:transform 2s;
	-webkit-transition:transform 2s; /* Safari */
    position: relative;
    cursor:pointer;
}
.city .content .swiper-container{
    height: 410rem;
    padding: 30rem 0;
}
    .city .content .item .front,
    .city .content .item .opposite {
        position: relative;
        border-radius: 20rem;
        overflow: hidden;
        background-size: cover;
        margin: 0 auto;
        backface-visibility: hidden;
        transition: all 2s;
        width: 250rem;
        height: 410rem;
    }
.city .content .item .opposite{
    transform: translateX(-50%) rotateY(180deg);
    background-color: #BB2310;
    position: absolute;
    top: 0;
    left: 50%;
}
.city .content .item.active .front{
    transform: rotateY(-180deg);
}
.city .content .item.active .opposite{
    transform: translateX(-50%) rotateY(0deg);
}
.city .content .item .info{
    background-image:linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
    width: 100%;
    height:200rem;
    color: #fff;
}
.city .content .item  .front .info .cName{
    background-color: #BB2310;
    width: fit-content;
    margin-top: 30rem;
    padding: 12rem;
}
.city .content .item  .front .info .cName .cn{
    font-size: 20rem;
    /*font-weight: bold;*/
}
.city .content .item  .front .info .cName .en{.city .content .item .front .info 
    font-size: 11rem;
}
    .city .content .item .front .info .introduce {
        font-size: 16rem;
        line-height: 27rem;
        margin: 10rem 30rem 38rem;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; /* 这里是超出几行省略 */
        overflow: hidden;
        font-family: 'SourceHanSansCN-Normal';
    }
.city .content .item .opposite .en {
    font-size: 30rem;
    font-weight: 500;
    color: #fff;
    border-bottom: 1rem solid #fff;
    transform: rotate(90deg);
    transform-origin: 0% 50%;
    position: absolute;
    top: -24rem;
    left: 50rem;
    padding: 0 9rem 0 0;
    line-height: 35rem;
    margin-top: 30rem;
    white-space: nowrap;
}
.city .content .item .opposite .cn{
    font-size: 60rem;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 0rem;
    bottom: 35rem;
    width: 95rem;
}
.city .content .left,
.city .content .right{
    width: 16rem;
    height: 20rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    cursor: pointer;
}
.city .content .left{
    background-image: url(/images/left-icon-red.png);
    left: -35rem;
}
.city .content .right{
    background-image: url(/images/right-icon-red.png);
    right: -35rem;
}
/* 所在城市信息 */
.hotelList{
    width: 1434rem;
    margin: 20rem auto 0;
}
.hotelList .item{
    border-top: 1rem solid #BB2310;
    padding: 50rem 0;
    display: flex;
}
.hotelList .item:last-child{
    border-bottom: 1rem solid #BB2310;
}
.hotelList .item .left{
    width: 560rem;
    margin-right: 60rem;
}
.hotelList .item .left .cover{
    width: 100%;
    height: 345rem;
}
.hotelList .item .left .title{
    font-size: 38rem;
    color: #000;
    font-weight: 500;
    margin: 35rem 0 15rem;
}
.hotelList .item .left .introduce {
    font-size: 16rem;
    line-height: 25rem;
    height: 120rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.hotelList .item .right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.hotelList .item .right img {
    width: 402rem;
    height: 275rem;
    object-fit: cover;
    /*margin-bottom: 16rem;*/
}
.hotelList .item .right img:nth-last-child(-n+2){
    margin-bottom: 0;
}
.cover img {
    object-fit: fill;
}