* {
    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 {
    display: flex;
    align-items: center;
    padding: 30px 100px 0 160px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

header>img:nth-of-type(1) {
    width: 240px;
}

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

header>img:nth-of-type(3) {
    width: 140px;
    cursor: pointer;
    margin-right: 20px;
}
header>img:nth-of-type(4) {
    width: 140px;
    cursor: pointer;
}
main {
    width: 100%;
    height: 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%;
}


.title-box{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.title-box .title-img{
    width: 100%;
}
.tag-img{
    width: 70%;
    margin-top: 40px;
}
.main-img{
    width: 40%;
    display: flex;
    align-items: flex-end;
    justify-items: center;
}
.main-img img{
    height: 96%;
    margin: 0 auto;
}
.right-box{
    position: absolute;
    bottom: 50px;
    right: 50px;
}
.wraper {
    position: relative;
    padding-top: 40px;
    box-sizing: border-box;

}

.wraper img:last-of-type {
    width: 150px;
    position: absolute;
    bottom: 24px;
    left: 24px;
}

.qr-bg{
    width: 630px;
}
.slide1{
    background: url(../img/pc/bg1.png?v=11) no-repeat;
    background-size: cover; 
}
.slide2{
    background: url(../img/pc/bg2.png?v=11) no-repeat;
    background-size: cover; 
}
.slide3{
    background: url(../img/pc/bg3.png?v=11) no-repeat;
    background-size: cover; 
}
.left-box{
 position: fixed;
 left: 10px;
 bottom: 10px;
 z-index: 1;
}
.g-img{
    position: absolute;
    transform: translate(-130px, -160px);
}
.food-box {
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 6;
    display: flex;
    align-items: center;
}

.food-box img {
    margin: 0 auto;
    width: 80px;
    cursor: pointer;
}
