html,
body,
.shop-index-iframe {
    height: auto;
}

.iframe-wap {
    max-width: 750px;
    margin: 0 auto;
}

.iframe-pc {
    min-height: 1200px;
    margin: 0 auto;
}

.shops-pc>.shop-content {
    flex: none;
    overflow-y: unset;
}

.swiper-container * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.pc {
    display: none;
}

.pcflex {
    display: none !important;
}

.shops-pc .banner {
    width: 100%;
}

.shops-pc .pc {
    display: block;
}

.shops-pc .pcflex {
    display: flex !important;
}

.shops-pc .wap {
    display: none;
}


.banner {
    width: 100%;
    /*height: 10.85rem;*/
    min-height: 200px;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-container a,
.banner .swiper-container img {
    width: 100%;
    height: 100%;
    display: block;
}


.section2 {
    height: 8.95rem;
}

.section3 {
    height: 5.95rem;
}

.pic-horizontal {
    width: 100%;
}

.pic-horizontal a,
.pic-horizontal img {
    width: 100%;
    /*height: 100%;*/
    display: block;
}


.banner-arr {
    width: 100%;
    height: 10.85rem;
}

.banner-arr .swiper-container {
    width: 100%;
    height: 100%;
}

.banner-arr .swiper-container a,
.banner-arr .swiper-container img {
    width: 100%;
    height: 100%;
    display: block;
}

.banner-arr .swiper-container .swiper-button-next {
    background: url(../images/arr-right.png) no-repeat center;
    background-size: .25rem .45rem;
    width: .25rem;
    height: .45rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.banner-arr .swiper-container .swiper-button-prev {
    background: url(../images/arr-left.png) no-repeat center;
    background-size: .25rem .45rem;
    width: .25rem;
    height: .45rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

/*先去掉默認樣式*/
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:after {
    display: none;
}



.pic-horizontal-jump {
    width: 100%;
    /*height: 1300px;*/
    position: relative;
}

.pic-horizontal-jump .img-box {
    position: absolute;
    transition: all .25s ease-in;
    overflow: hidden;
    /*border: 1px solid #ff0030;*/
}

.pic-horizontal-jump .img-box img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}

.pic-horizontal-jump .img-box img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pic-horizontal-jump img.img {
    width: 100%;
    height: 100%;
    display: block;
}

.pic-horizontal-jump a img {
    width: 100%;
    height: 100%;
    display: block;

}

.pic-horizontal-jump .pic1 {
    width: 21.9%;
    height: 47.32%;
    display: block;
    left: 13.35%;
    top: 38.2%;
}

.pic-horizontal-jump .pic2 {
    width: 17.86%;
    height: 36.82%;
    display: block;
    left: 42.6%;
    top: 51.8%;
}

.pic-horizontal-jump .pic3 {
    height: 54.32%;
    display: block;
    left: 64.5%;
    top: 9.1%;
    width: 27.1%;
}

.pic-fixed-6 {
    padding: 148px 0 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 72%;
    margin: 0 auto;
}

.pic-fixed-6-item {
    width: 32.3%;
    margin-bottom: 1.5%;
    position: relative;
}

.pic-fixed-6-item a {
    width: 100%;
    height: 100%;

}

.pic-fixed-6-item .img-preview {
    position: relative;
    width: 100%;
    font-size: 0px;
    padding-bottom: 25.27%;
    height: 0px;
    overflow: hidden;
}

.pic-fixed-6-item .img-preview img {
    width: 100%;
    min-height: 100%;
    border: none;
}


.pic-fixed-6-item .img-mask {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    display: none;
}

.pic-fixed-6-item:hover .img-mask {
    display: block;
}


.pic-fixed-popularity-title {
    line-height: 1rem;
    color: #b7ad9c;
    font-size: .32rem;
    text-align: center;
    width: 100%;
}

.pic-fixed-popularity {
    padding: 0 0 .3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.pic-fixed-popularity-item {
    width: 18.5%;
    position: relative;
}

.pic-fixed-popularity-item .popularity-box {
    width: 100%;
    position: relative;
}

.pic-fixed-popularity-item .img-preview {
    position: relative;
    width: 100%;
    font-size: 0px;
    padding-bottom: 74.27%;
    height: 0px;
    overflow: hidden;
}

.pic-fixed-popularity-item .img-preview img {
    width: 100%;
    min-height: 100%;
    border: none;
}

.pic-fixed-popularity-item {
    width: 31%;
}

.pic-fixed-popularity .popularity-item-wap {
    width: 44%;
    margin: 0 3%;
}

.pic-fixed-popularity .img-title {
    line-height: .4rem;
    font-size: .26rem;
    color: #b7ad9c;
    text-align: center;
    width: 100%;
    display: block;
}

.shops-pc .pic-fixed-6 {
    width: 1380px;
}

.shops-pc .pic-fixed-6-item {
    width: 447px;
    height: 568px;
    margin-bottom: 20px;
    position: relative;
}

.shops-pc .pic-fixed-6-item a {
    width: 100%;
    height: 100%;

}

.shops-pc .pic-fixed-6-item .img-preview {
    position: relative;
    width: 100%;
    font-size: 0px;
    padding-bottom: 25.27%;
    height: 0px;
    overflow: hidden;
}

.shops-pc .pic-fixed-popularity-title {
    line-height: 85px;
    color: #b7ad9c;
    font-size: 20px;
    text-align: center;
    width: 100%;
}

.shops-pc .pic-fixed-popularity {
    padding: 0 0 30px;
    width: 1380px;
}

.shops-pc .pic-fixed-popularity-item {
    width: 253px;
    height: 388px;
    margin: 0;
}

.shops-pc .pic-fixed-popularity-item .popularity-box {
    width: 100%;
    position: relative;
}

.shops-pc .pic-fixed-popularity-item .img-preview {
    position: relative;
    width: 100%;
    font-size: 0px;
    padding-bottom: 0;
    height: 100%;
    overflow: hidden;
}



.pic-collect {
    width: 100%;
    height: auto;
    background-color: #d1c5b5;
    padding-bottom: .5rem;
}

.pic-collect .img {
    width: 60%;
    display: block;
    padding: .5rem 0 .3rem;
    margin: 0 auto;
}

.pic-collect .pic-collect-list {
    width: 100%;
    height: 4.28rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.pic-collect .pic-collect-list .img-box {
    width: 48%;
    height: 100%;
    display: block;
    margin: 0 1%;
}

.pic-collect .pic-collect-list .img-box img {
    width: 100%;
    height: 100%;
    display: block;
}

.shops-pc .pic-collect {
    height: 855px;
    padding-bottom: 0;
}

.shops-pc .pic-collect .img {
    width: 500px;
    padding: 74px 0 30px;
    margin: 0 auto;
}


.shops-pc .pic-collect .pic-collect-list {
    width: 1120px;
    height: 436px;
}

.shops-pc .pic-collect .pic-collect-list .img-box {
    width: 518px;
}



.shops-pc .pic-horizontal {
    /*height: 725px;*/
}


.shops-pc .img-title {
    line-height: 40px;
    font-size: 14px;
    color: #b7ad9c;
    text-align: center;
    width: 100%;
    display: block;
}

.shop-content {
    flex: auto;
}

.wd-100p {
    width: 100%;
    margin: 0 auto;
}

.section-link-box {
    background-color: #f6e8e7;
}

.section-link {
    display: flex;
    justify-content: space-between;
    background-color: #f6e8e7;
}

.section-link img {
    display: inline-block;
    vertical-align: middle;
}

.link-item {
    flex: 0 0 calc(25% - 1px);
}

.link-item a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    background-color: #e2ceab;
}

.link-item img {
    max-width: 100%;
}

@media screen and (max-width: 750px) {
    .wd-1920 {
        width: 100%;
    }

    .section-link {
        flex-wrap: wrap;
    }

    .link-item {
        flex: 0 0 calc(50% - 0.5px);
    }

    .link-item:nth-child(1),
    .link-item:nth-child(2) {
        margin-bottom: 1px;
    }
}

/*the_trend*/
.the_trend {

    padding: 0 0 30px;

    width: 1380px;

    margin: 0 auto;
}

.the_trend h2 {

text-align: center;

font-size: 0.45rem;

font-family: var(--title-font-family);

color: #3C3C3C	;

line-height: 120px;

text-transform: uppercase;
}

.the_trend .lists {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;
}

.the_trend .lists .item {

    width: 635px;

    margin-bottom: 40px;
}

.the_trend .lists .item a {

    font-size: 0.22rem;

    color: #3C3C3C	;
    transition: all 0.3s;
}



.the_trend .lists .item a img {

    width: 100%;

    display: block;
}

.the_trend .lists .item a p {

    margin: 30px 0;

    line-height: 0.4rem;
}

.the_trend .more {
    text-align: center;
}

.the_trend .more a {
    text-transform: uppercase;
    font-size: 0.27rem;
    color: #3C3C3C	;
    display: inline-block;
    border-bottom: 2px solid #3C3C3C	;
    margin: 0 auto;
}

.the_trend .more a:hover {
    color: #333;
}