/* html {
    overflow: hidden;
} */
img { display: block; width: 100%;}
body { padding-top: 90px;  width: 100%;   position: relative;}
.visual { width: 100%; position: relative;max-width: 640px;margin: 0 auto; overflow: hidden; background: #e4eaef}
.visualWrap { width: 100%; position: relative;max-width: 640px;margin: 0 auto; overflow: hidden; background: #fff}
.visualWrap .textWrap { width: 100%; position: absolute; top: -100px; left: 0; z-index: 1; transition: all 1s; opacity: 0;}
.visualWrap .swiper-slide-active .textWrap {    top: 0%; opacity: 1;}
.visualWrap .bgWrap { width: 100%; position: relative;}
.visualWrap .bgWrap img {   transform: scale(1.1); transition: all 4s;}
.visualWrap .swiper-slide-active .bgWrap img {transform: scale(1);}

.sec1 { width: 100%; position: relative; background: #ECEBE7; padding-bottom: 5%;max-width: 640px;margin: 0 auto; overflow: hidden;}
.sec1 a { width: 100%; display: block; }
.sec1 a:last-child { margin-bottom: 0;}
.sec2 { width: 100%; position: relative;max-width: 640px;margin: 0 auto; overflow: hidden;}
.sec2 a { width: 100%; position: relative; display: block; }
.sec3 { width: 100%; position: relative; background: #fff;max-width: 640px;margin: 0 auto; overflow: hidden;}

.sec4 { width: 100%; position: relative; background: #ede9e3; max-width: 640px;margin: 0 auto; overflow: hidden;}
.sec4 .textWrap { width: 100%; position: absolute; top: 0; left: 0; z-index: 1;}

.sec6 { width: 100%; position: relative; background: #fff; max-width: 640px;margin: 0 auto; overflow: hidden; border-bottom: 1px solid #afafaf;}
.sec6 .txtWrap { width: 100%; position: relative; border-bottom: 1px solid #afafaf;}
.sec6 .btnWrap { width: 100%; height: 20%; position: absolute; top: 50%; left: 0; z-index: 1;}
.sec6 .btnWrap a { width: 15%; height: 100%; display: block; position: absolute; top: 0; }
.sec6 .btnWrap a.next { right: 0;}
.sec6 .swiper-container { width: 90%; margin: 0 auto; }
.sec6 .swiper-slide::after { width: 1px; height: 100%; background: #afafaf; position: absolute; top: 0; right: 0; content: ""}

.sec7 { width: 100%; position: relative; background: #F0ECE7; max-width: 640px;margin: 0 auto; overflow: hidden;}