@charset "utf-8";
/* CSS Document */

/*重置样式表*/
body,div,dl,dd,h1,h2,h3,h4,h5,h6,p,form {margin:0; padding:0;}
ol,ul,li{margin:0;padding:0;list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
em,i{font-style:normal;}
img{border:0;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none; }
a:hover{text-decoration:none}
.block{display: block;}
body{ 
    font-family:微软雅黑,Arial,宋体,sans-serif;
}

html{
    font-size:10px;
}
body,dl,h1,h2,h3,h4,h5,h6,li,ol,p,ul{
    margin:0;
    padding:0;
}

html, body, .web-container {
    height: 100%;
}

.web-container {
    overflow: hidden;
}

.web-container .bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: url('../img/banner_bg.jpg');
    background-size: 100% 100%;
}

.qrcode-wrapper {
    position: relative;
}

#qrcode {
    width: 152px;
    height: 152px;
    position: absolute;
    top: 14px;
    left: 12px;
}

#qrcode img {
    width: 142px;
    height: 142px;
}

.web-container .web-header {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.web-container .swiper .swiper-slide {
    width: 80%;
}
.web-container .swiper .swiper-slide img {
    max-height: 100%;
    max-width: 100%;
    transform: scale(0.8);
}