* {
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* background: url(../img/pc/bg.png?v=8) no-repeat; */
    background-size: cover;
    min-width: 1400px;
}

header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px 0 30px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.c-list{
    padding: 0 30px;
    display: flex;
    border-radius: 51px;
    /* background: rgb(243 112 155); */
}
.c-list div{
    cursor: pointer;
    margin: 10px 20px;
    border-radius: 27px 27px 0 0 ;
}
.c-list img{
    width: 80px;
}
header>img:nth-of-type(1) {
    width: 270px;
}

header>img:nth-of-type(2) {
    /* width: 140px; */
    margin-left: auto;
    margin-right: 20px;
    cursor: pointer;
}

header>img:nth-of-type(3) {
    /* width: 140px; */
    margin-right: 20px;
    cursor: pointer;
}

header>img:nth-of-type(4) {
    /* width: 140px; */
    cursor: pointer;
}

main {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    position: relative;
    align-items: center;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    padding-top: 75px;
}

.slide-main {
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 0 50px;

}


.title-box {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 160px; */
    padding: 50px 0;
    transform: translate(20px, 0px);
}

.title-box .title-img {
    width: 100%;
    max-height: 50%;
}
.title-box .title-img img{
    /* max-height: 100%; */
    max-width: 100%;
    max-height: 100%;
}
.main-img {
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-items: center;
}

.main-img img {
    height: 96%;
    margin: 0 auto;
}
.wraper-box{
    height: 40%;
    display: flex;
    align-items: flex-end;

}
.wraper {
    position: relative;
    /* padding-top: 30px; */
    box-sizing: border-box;

}

.wraper img:last-of-type {
    width: 130px;
    position: absolute;
    bottom: 22px;
    left: 20px;
}

.qr-bg {
    width: 170px;
}
.qr-bg-2{
    margin-left: 20px;
    width: 300px;
    margin-bottom: 20px;
}
.slide1 {
    background: url(../img/pc/bg1.jpg?v=1) no-repeat;
    background-size: cover;
}
/* 
.slide2 {
    background: url(../img/pc/bg2.png?v=1) no-repeat;
    background-size: cover;
}

.slide3 {
    background: url(../img/pc/bg3.png?v=1) no-repeat;
    background-size: cover;
} */
footer {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    width: 100%;
}
@keyframes move {
    to {
        transform: translate(-2882px)
    }
}
.swiper-box{
    position: relative;
}
.swiper-box::before{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(250,188,207,0.9) 0%,
     rgba(255,255,255,0) 10%,
     rgba(255,255,255,0) 90%,
      rgba(250,188,207,0.9) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.swiper-box ul{
    position: relative;
    animation: move 36s linear infinite;
    display: flex;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    
}
.swiper-box ul:hover{
    animation-play-state: paused;
}
ul li{
    background-size: 100% 100%;
    flex-shrink: 0;
    background-size: 100% 100%;
    flex-shrink: 0;
    height: 100%;
    padding: 22px 0px 22px 0;
    /* width: 150px; */
}
li img{
    height: 190px;
    width: 100%;
    aspect-ratio: 2882.36 / 190;
}
.f-img{
    
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    
}
.f-img img{
    width: 100%;
}