* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    min-height: 100%;
}

button {
    cursor: pointer;
}

#app {
    width: 100%;
    /* height: 7565px; */

}

.section {
    width: 100%;
    position: relative;
}

.s-content {
    position: absolute;
    top: 0;
    left: 0;
}

.section-2 .s-content-1 {
    width: 80%;
    height: 30%;
    top: 8%;
    left: 10%;
}

.section-2 .s-content-2 {
    top: 66%;
    height: 31%;
    margin: auto;
    right: 0;
    width: 86%;
}

.s-content-2 video {
    width: 100%;
    height: auto;
}

.activity-list {
    padding: 0 10% 0;
    height: 70%;
}

.activity {
    text-align: center;
    white-space: pre-line;
    font-size: 15px;
    line-height: 18px;
}

.activity-button {
    width: 60%;
    height: 20%;
    bottom: 23%;
    left: 20%;
    right: 20%;
    position: absolute;
}

.card-list {
    height: 300px;
}

/* card */
.card-wrapper.active {}

.card {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid red;
}


.card-top {
    height: 80%;
}

.card-title {
    display: block;
    margin: 0 20px;
    padding: 10px 0;
    width: calc(100% - 40px);
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
}

.card-desc {
    margin-top: 18px;
    line-height: 14px;
    line-height: 1.4;
}

.s-content-lvpai {
    top: 16%;
    margin: 0 3%;
    display: flex;
    height: 64%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lvpai-item {
    width: 49%;
    height: 45%;
}

.lvpai-item-img {
    background-size: cover;
    background-position: center;
    height: 75%;
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.lvpai-item-favor {
    font-size: 10px;
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.lvpai-item-favor img {
    display: inline-block;
    width: 10px;
    height: 10px;
}

.lvpai-item-desc {
    height: 42px;
    font-size: 15px;
    line-height: 18px;
    color: #272a2a;
    background: #fff;
    padding: 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s-content-product {
    top: 11%;
    left: 2%;
    right: 2%;
    height: 88%;
}

.products-title {
    display: flex;
    font-size: 15px;
    color: #fff;
    justify-content: space-between;
    margin-bottom: 5%;
}

.product-title-item {
    background: #dca087;
    width: 24%;
    text-align: center;
    border-radius: 5px;
    padding: 8px 0;
}

.product-title-item-current {
    background: #b7836e;
}

.products-cards {
    height: 96%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.products-item {
    height: 30%;
    width: 48%;
}

.product-img {
    height: 62%;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    height: 100%;
}

.product-desc {
    position: relative;
    font-size: 15px;
    line-height: 16px;
    background: #fff;
    padding: 5px 10px;
    height: 36%;
}

.product-title {
    height: 32px;
    color: #272a2a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-price {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.product-price span {
    color: #cc463a;
    font-weight: bold;
    font-size: 16px;
}

.product-more {
    background-color: #cc463a;
    color: #fff;
    bottom: 10px;
    right: 10px;
    border-radius: 10px;
    position: absolute;
    padding: 5px;
}

.s-content-feiyi {
    left: 6.7%;
    right: 7.1%;
    top: 0.5%;
    bottom: 3%;
}

.feiyi-menus {
    height: 30px;
    line-height: 30px;
    display: flex;
    text-align: center;
    background-color: #dca087;
    font-size: 16px;
    border-radius: 15px 15px 0 0;
    color: #fff;
    overflow: hidden;
}

.feiyi-menu-current {
    background-color: #b7836e;
}

.feiyi-menu {
    flex: 1;
}

.feiyi-contents {
    height: 93%;
}

.feiyi-desc {
    height: 50%;
}

.feiyi-pic {
    width: 100%;
    height: auto;
}

.feiyi-title {
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.feiyi-title img {
    display: inline-block;
    vertical-align: middle;
}

.feiyi-text {
    font-size: 14px;
    padding: 0 5%;
    white-space: pre-line;
    height: 68%;
    overflow-y: scroll;
}

/*  */
.section-4 {
    position: relative;
}

.section-4 .view-more {
    display: block;
    position: absolute;
    width: 100%;
    height: 18%;
    cursor: pointer;
    top: 0;
    z-index: 99;
}

.travel {
    width: 100%;
    position: absolute;
    top: 34%;
    height: 66%;
}

.travel-card {
    width: 100%;
    height: 380px;
    transition-duration: 1s;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

.travel .travel-cards {
    height: 92%;
    width: 96%;
    margin: auto;
}

.travel-card {
    height: 100%;
    background-size: contain;
}

.travel .slick-list,
.travel .slick-track {
    height: 100%;
}

.travel .slick-track {
    display: flex;
    align-items: center;
}

.travel .slick-2-item.slick-slide:not(.slick-current) {
    /* transform: scale(0.8) translateY(10%); */
    /* margin: -20px !important;  */
    height: 80%;
}

.travel .prev-card {
    background-position-x: 98%;
    margin-right: -2px;
}

.travel .next-card {
    background-position-x: 2%;
    margin-left: -2px;
}

.travel .slick-current {
    z-index: 999;
}

.slick-prev,
.slick-next {
    height: 50px;
    width: 39px;
    margin-top: -10px;
}
.slick-prev.slick-arrow:before {
    content: ''

}

.slick-next.slick-arrow:before {
    content: '';
}

.activity-video {
    text-decoration: none;
    color: #21252B;
}