* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background: #F2F3ED;
    display: flex;
    flex-direction: column;
    align-items: center;
    --swiper-theme-color: #9C9090;
}

.bottom {
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 3% 0;
    align-items: center;
}

.bottom img {
    width: 3%;
    height: 3%;
    margin-right: 0.5%;
}

.bottom p {
    font-size: 2.8vw;
    font-family: STXihei-Regular, STXihei;
    font-weight: 400;
    color: #CBC8C8;
    align-items: center;
}

a {
    text-decoration: none;
}

.swiper {
    width: 49%;
    height: auto;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -0.1vw  !important;
}

.swiper-pagination-bullet{
    height: 1vw;
    width: 1vw;
}

.xz {
    width: 100%;
    margin: 4% 0 22% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text_two {
    width: 78%;
    font-size: 3.4vw;
    font-family: YouYuan-Regular, YouYuan;
    font-weight: 400;
    color: #4C4949;
    text-align: center;
    margin-top: 6%;
}

.text_three {
    font-size: 2.8vw;
    margin-top: 4%;
}

.line {
    width: 73%;
    border: .1vw solid #716A6A;
    margin-top: 10%;
}

.jiao {
    width: 0;
    height: 0;
    border-top: 3vw solid #716A6A;
    border-right: 3vw solid transparent;
    border-left: 3vw solid transparent;
    margin-top: 1%;
}

.scan {
    width: 26%;
    height: 26%;
    margin-top: 10%;
}

.scan img {
    width: 100%;
    height: 100%;
}

.button {
    width: 47%;
    border-radius: 1vw;
    border: .1vw solid #000000;
    text-align: center;
    font-size: 8.7vw;
    font-family: STXihei-Regular, STXihei;
    font-weight: 400;
    color: #3D3D3D;
    margin-top: 4%;
    padding: 1% 0;
}

.text_four {
    margin-top: 3%;
    font-size: 2.8vw;
}

.text_five {
    margin-top: 10%;
    font-size: 2.8vw;
}

.buzhou {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10% 0 0 7%;
}

.buzhou img {
    width: 33%;
}

.bz_right{
    margin-left: 3%;
    width: 55%;
}

.bz_right .img1 {
    width: 11%;

}

.bz_right .img2 {
    width: 19%;

}

.br_one {
    display: flex;
    align-items: center;
    font-size: 2.8vw;
    font-family: YouYuan-Regular, YouYuan;
    font-weight: 400;
    color: #3D3D3D;
}