body{
    background: #E6E3DC;
    font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4C4542;
    min-height: 100vh;
}
.no_scroll{
    height: 100%;
    overflow: hidden;
}

img{
    max-width: 100%;
}

.container {
    position: relative;
    max-width: 768px;
    margin: 0 auto;
    overflow-x: hidden;
}

.header {
    background: #002A3A;
    height: 75px;
    line-height: 75px;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.header .header-logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    width: 180px;
    height: auto;
    position: relative;
    margin-top: 28px;
}

.main{
    position: relative;
    max-width: 768px;
    margin: 0 auto;
    margin-top: 75px;
    /* img{
        max-width: 100%;
    } */
}

.main img{
    max-width: 100%;
    position: relative;
    height: auto;
}

.main p{
    padding: 0 20px;
}

.padding0{
    padding: 0 !important;
}

/* .main p:has( > img){
    padding: 0;
}




.main p:has( > #gallery){
    padding: 0;
}


.main p:has( > #swiper){
    padding: 0;
} */

.main-section-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #002A3A;
    margin-bottom: 20px;
    padding: 0;
}

.main h2{
    padding: 0 20px;
}

.swiper-wrapper{
    height:auto !important;
}

.button-next{
    background: url(../img/btn-next.png) no-repeat;
    background-size: 12px auto;
    width: 12px;
    height: 22px;
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
    opacity: 1;
    z-index: 2;
}

.button-prev{
    background: url(../img/btn-prev.png) no-repeat;
    background-size: 12px auto;
    width: 12px;
    height: 22px;
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
    opacity: 1;
    z-index: 2;
}

.gallery-img{
    padding: 1%;
    margin-top: -2%;
    margin-bottom: 20px;
    /* display: flex; */
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

.gallery-img-list{
    position: relative;
    overflow: hidden;
    margin: 1%;
    cursor: pointer;
    width: 48%;
    float:left;
}

.gallery-control{
    background: #E3DCCC;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    margin: 0;
    position: relative;
}

.gallery{
    position: fixed;
    max-width: 768px;
    top: 75px;
    width: 100%;
    height: calc(100vh - 75px);
    z-index: 9;
    background: #E6E3DC;
    left: 50%;
    transform: translateX(-50%);
}

.gallery .swiper-container{
    height: calc(100vh - 75px - 55px);
}

.gallery-prev{
    background: url(../img/btn-prev.png) no-repeat;
    background-size: 12px auto;
    width: 12px;
    height: 22px;
    position: static;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

.gallery-next{
    background: url(../img/btn-next.png) no-repeat;
    background-size: 12px auto;
    width: 12px;
    height: 22px;
    position: static;
    display: inline-block;
    vertical-align: middle;
}

.gallery-close{
    background: url(../img/btn-close.png) no-repeat;
    background-size: 19px auto;
    width: 19px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-content{
    padding: 20px;
}

.gallery-content h3{
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #002A3A;
    letter-spacing: 2px;
    margin-top: 0;
}

.gallery .is_active{
    transition: opacity 0.4s ease, left 0s ease 0s;
    opacity: 1;
    left: 50%;
}

.qrcode{
    padding-top: 60px;
    padding-bottom: 100px;
}

.qrcode img{
    display: block;
    margin: 0 auto;
    width: 160px;
    height: auto;
}


.header-title{
    background: #E3DCCC;
    height: 55px;
    padding: 0 20px;
    margin: 0;
}


.header-title h1{
    font-size: 20px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #002A3A;
}

.findus-link a{
    background: #002A3A;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    width: 170px;
    padding: 0 20px;
    display: block;
    margin: 20px auto;
    clear: both;
    text-align: center;
    text-decoration: none;
}

.none{
    margin-top: 150px;
    margin-bottom: 80px;
    text-align: center;
}

.none p{
    font-size: 25px;
}

.none img{
    width: 200px;
    margin-bottom: 50px;
}