html{font-size:100px}body{margin:10;padding:10;background-color:#ededed;font-family:Arial}.container{position:relative;max-width:750px;margin:0 auto;background-color:#fff}.kefu a{position:fixed;top:15%;right:2%;width:1rem;height:1rem;background-image:url(../img/btn_advisory.png);background-size:100% 100%;z-index:999}.container .downBtn{position:absolute;cursor:pointer;top:9.4rem;left:24%;width:50%;height:1.1rem;background-image:url(../img/btn_download.png);background-size:100% 100%;background-repeat:no-repeat;animation:.8s linear infinite rotate}.container .downNum{position:absolute;top:45.7%;right:14%;width:40%;height:1rem;font-size:.44rem;text-align:center;align-items:1rem;color:#fff}.recommended_list{margin-top:.1rem;text-align:center;font-size:.4rem;background-color:#25065f;border:1px solid #000;padding:8px 0;font-weight:700;color:#fff;border-radius:.1rem;margin-bottom:.1rem}.menu{margin-right:.2rem;margin-top:.09rem;font-weight:600;cursor:pointer}.menu:active{opacity:.7}@keyframes rotate{0%,100%{transform:scale(1.2)}50%{transform:scale(1)}}

.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}

/* Slides */
.mySlides {
  display: none;
  padding: 30px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 8px;
  color: #888;
  font-weight: bold;
  font-size: 10px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 0px;
    background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}
