<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  html, body {
      position: relative;
      height: 100%;
    }
    body {
      background: #fff;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color:#000;
      margin: 0;
      padding: 0;
    }
    .swiper-container{
      width: 7.5rem;
      height: 13.34rem;
    }
    .swiper-wrapper{
    	width: 7.5rem;
      height: 13.34rem;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      width: 7.5rem;
      height: 13.34rem !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

 .swiper-slide img{
	width:7.5rem;
	height: 13.34rem;
  display: block;
}
.page1{
	background: url(../images/1.jpg) no-repeat;
	background-size: 100%;
}
.page2{
	background: url(../images/2.jpg) no-repeat;
	background-size: 100%;
}
.page3{
	background: url(../images/3.jpg) no-repeat;
	background-size: 100%;
}
.page4{
	background: url(../images/4.jpg) no-repeat;
	background-size: 100%;
}
.page5{
	background: url(../images/5.jpg) no-repeat;
	background-size: 100%;
}
.page6{
	background: url(../images/6.jpg) no-repeat;
	background-size: 100%;
}
.page7{
	background: url(../images/7.jpg) no-repeat;
	background-size: 100%;
}
/*.page8{
	background: url(../images/8.png) no-repeat;
	background-size: 100%;
}*/


/*搴曢儴鑱旂郴鎸夐挳*/
 .bottom{
            width: 100%;
            position: fixed;
            bottom: 0;
            z-index: 10
          }
          .bottom li{
            width: 50%;
            float: left;
            padding: 5px 0;
            line-height: 40px;
            list-style: none;
            box-sizing:border-box;
            border:2px solid #3D281C;
            background: #000;
            color: #EBCF99;
          }
          
          .bottom li a{
            display: block;
            color: #EBCF99;
            text-decoration: none;
          }
          .bottom li img {
            display: inline-block;
            width: 35px;
            height: 35px;
            line-height: 1;
            margin-right: 10px;
            margin-left: 30px;
            border: 0;
            vertical-align: bottom;
          }

</pre></body></html>