@charset "UTF-8";

.wcfw{
    padding-top: 1.5rem;
    min-height: 100vh;
    background: url("../images/wc-bg.png") no-repeat 50% 50%;
    background-size: cover;
}

.wcTit img{
    display: block;
    height: .72rem;
}
.wcList{
    display: flex;
    flex-wrap: wrap;
    gap: .19rem 2%;
    padding: .26rem .26rem .24rem;
}
.wcList li{
    width: 23.5%;
    position: relative;
}
.wcList li a{
    display: block;
    padding: .09rem .1rem .12rem;
    position: relative;
    z-index: 2;
}
.wcList li .pic{
    padding-top: 2.08rem;
}
.wcList li h3 img{
    display: block;
    width: .18rem;
    margin-right: .12rem;
}
.wcList li h3 span{
    flex: 1;
    font-size: .18rem;
    line-height: .24rem;
    color: #723b1d;
}
.wcList li h3{
    margin-top: .19rem;
}
.wcList li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: .01rem solid #e2a077;
    pointer-events: none;
}
.wcSwiper{
    background: url("../images/wc-img-3.png") no-repeat 50% 50%;
    background-size: cover;
    box-shadow: 0 .08rem .07rem 0 rgba(179, 58, 22, 0.41);
}
.wcSwipers .spans span{
    position: absolute;
    top: .56rem;
    bottom: .61rem;
    background: no-repeat 50% 50%;
    background-size: 100% 100%;
    pointer-events: none;
}
.wcSwipers .spans span:nth-child(1){
    width: 1.51rem;
    left: -.81rem;
    background-image: url("../images/wc-img-4.png");
}
.wcSwipers .spans span:nth-child(2){
    width: 1.48rem;
    right: -.71rem;
    background-image: url("../images/wc-img-5.png");
}

.wcSwipers .btn{
    width: .57rem;
    height: .57rem;
    background: no-repeat 50% 50%;
    background-size: 100% 100%;
}
.wcSwipers .prev{
    left: -1.48rem;
    background-image: url("../images/arrow-19.png");
}
.wcSwipers .next{
    right: -1.52rem;
    background-image: url("../images/arrow-20.png");
}
.wcSwipers{
    position: relative;
    margin-top: .43rem;
}

.inner-s5 .item-l{
    width: 100%;
}
.inner-s5 .item-r{
    width: 100%;
    padding: .1rem .4rem;
    margin-top: .2rem;
}
.inner-s5 .item-r:after{
    mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 80%, rgba(0, 0, 0, 0) 100%);
}
.inner-s5 .btn{
    top: 50%;
}
.inner-s5 .prev{
    left: 0;
    transform: rotate(-90deg) translateY(-50%);
    background-image: url("../images/arrow-10.png");
}
.inner-s5 .next{
    left:auto;
    right: 0;
    transform: rotate(-90deg) translateY(-50%);
    background-image: url("../images/arrow-11.png");
}
.inner-s5 .swiperHgg{
    height: auto;
}
.inner-s5 .swiperHgg li .pic{
    padding-top: 1.25rem;
}

.inner-s5 .swiperHg .pic .a,
.inner-s5 .swiperHgg li .pic .a{
    background-size:contain;
}

.wailian2 {
    position: fixed;
    right: .25rem;
    bottom: .75rem;
    z-index: 1000;
    text-align: center
}

.wailian2 .icow {
    position: relative;
    z-index: 2;
    margin-bottom: .2rem;
}

.wailian2 .icow .circle {
    display: block;
    width: 100%;
    height: 100%;
}

.wailian2 .icow .ico {
    position: relative;
    z-index: 1;
}

.wailian2 .icow img {
    position: relative;
    z-index: 1;
    width: .54rem;
    height: .54rem
}

.wailian2 h6 {
    font-size: .2rem;
    color: #8d3c18;
    line-height: 1.25;
    font-weight: 700;
    font-family: 'FZFYSJW', sans-serif;
}

.wailian2 .circle span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    transition: .5s;
    z-index: -1;
    background: rgba(249, 234, 206, 0.5);
    animation: circleScale1 3s linear infinite;
    border-radius: 50vw;
}

.wailian2 .circle span:nth-of-type(2) {
    animation-delay: 1s;
}

.wailian2 .circle span:nth-of-type(3) {
    animation-delay: 2s;
}

@keyframes circleScale1 {
    0% {
        opacity: .8;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.6);
    }
}

.wailian2 .ewm{
    position: absolute;
    top: -.32rem;
    right: 100%;
    width: 1.8rem;
    height: 1.8rem;
    background: #ffffff;
    padding: .05rem;
    border-radius: .05rem;
    transform: translateX(-.25rem);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.wailian2 .ewm img{
    display: block;
    width: 100%;
}
.wailian2 .ewm:before{
    position: absolute;
    content: '';
    top: 50%;
    left: 100%;
    width: .05rem;
    height: .1rem;
    background: #ffffff;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    transform: translateY(-50%);
}
.wailian2:hover .ewm{
    opacity: 1;
    visibility: visible;
    transform: translateX(-.15rem);
}