html,
body {
  width: 100%;
  height: 100%;
}

html .content,
body .content {
  width: 1100px;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
}

html .content .guide-title,
body .content .guide-title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 44px;
  color: #9B480A;
  line-height: 44px;
}

html .content .cup-title,
body .content .cup-title {
  margin-bottom: 20px;
  font-size: 20px;
  color: #242424;
  line-height: 20px;
  text-align: center;
}

html .content .cup-content,
body .content .cup-content {
  width: 1100px;
  text-indent: 2em;
  font-size: 20px;
  color: #4A4A4A;
  ;
  line-height: 32px;
  margin: 0 auto;
  margin-bottom: 58px;
}

html .content .cup-list,
body .content .cup-list {
  width: 1000px;
  margin-left: 50px;
  margin-bottom: 60px;
}

html .content .list-title,
body .content .list-title {
  width: 100%;
  height: 33px;
  line-height: 33px;
  margin-bottom: 5px;
}

html .content .list-title span:nth-child(1),
body .content .list-title span:nth-child(1) {
  font-size: 24px;
  color: #9B480A;
}

html .content .list-title span:nth-child(2),
body .content .list-title span:nth-child(2) {
  float: right;
  display: inline-block;
  line-height: 33px;
  box-sizing: border-box;
}

html .content .list-title span:nth-child(2) img,
body .content .list-title span:nth-child(2) img {
  vertical-align: middle;
  margin-top: -3px;
}

html .content .list-title span:nth-child(3),
body .content .list-title span:nth-child(3) {
  font-size: 20px;
  color: #9B480A;
  float: right;
  box-sizing: border-box;
  padding-right: 10px;
}

.pc-line {
  width: 100%;
  height: 6px;

}

html .content .list-content,
html .content .list-contents,
body .content .list-content,
body .content .list-contents {
  margin-top: 2px;
  box-sizing: border-box;
  padding-top: 20px;
  position: relative;
}

html .content .list-content .swiper-slide:hover,
html .content .list-contents .swiper-slide:hover,
body .content .list-content .swiper-slide:hover,
body .content .list-contents .swiper-slide:hover {
  cursor: pointer;
}

html .content .list-content .swiper-slide,
html .content .list-contents .swiper-slide,
body .content .list-content .swiper-slide,
body .content .list-contents .swiper-slide {
  width: 184px !important;
  height: auto;
}

html .content .list-content .swiper-slide div:nth-child(1):hover .backdrop,
html .content .list-contents .swiper-slide div:nth-child(1):hover .backdrop,
body .content .list-content .swiper-slide div:nth-child(1):hover .backdrop,
body .content .list-contents .swiper-slide div:nth-child(1):hover .backdrop {
  display: block;
  cursor: pointer;
}

html .content .list-content .swiper-slide div:nth-child(1):hover .icon-search,
html .content .list-contents .swiper-slide div:nth-child(1):hover .icon-search,
body .content .list-content .swiper-slide div:nth-child(1):hover .icon-search,
body .content .list-contents .swiper-slide div:nth-child(1):hover .icon-search {
  display: block;
  cursor: pointer;
}

html .content .list-content .swiper-slide div:nth-child(1),
html .content .list-contents .swiper-slide div:nth-child(1),
body .content .list-content .swiper-slide div:nth-child(1),
body .content .list-contents .swiper-slide div:nth-child(1) {
  width: 184px;
  height: 245px;
  position: relative;
}

html .content .list-content .swiper-slide div:nth-child(1) .backdrop,
html .content .list-contents .swiper-slide div:nth-child(1) .backdrop,
body .content .list-content .swiper-slide div:nth-child(1) .backdrop,
body .content .list-contents .swiper-slide div:nth-child(1) .backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  width: 184px;
  height: 245px;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
  display: none;
}

html .content .list-content .swiper-slide div:nth-child(1) .icon-search,
html .content .list-contents .swiper-slide div:nth-child(1) .icon-search,
body .content .list-content .swiper-slide div:nth-child(1) .icon-search,
body .content .list-contents .swiper-slide div:nth-child(1) .icon-search {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 30;
  margin-top: -30px;
  margin-left: -30px;
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/icon-search.png) no-repeat center center;
  display: none;
}

html .content .list-content .swiper-slide div:nth-child(1) img,
html .content .list-contents .swiper-slide div:nth-child(1) img,
body .content .list-content .swiper-slide div:nth-child(1) img,
body .content .list-contents .swiper-slide div:nth-child(1) img {
  width: 100%;
  height: 100%;
}

html .content .list-content .swiper-slide div:nth-child(2),
html .content .list-contents .swiper-slide div:nth-child(2),
body .content .list-content .swiper-slide div:nth-child(2),
body .content .list-contents .swiper-slide div:nth-child(2) {
  margin: 10px 0;
  font-size: 20px;
  color: #9B480A;
}

html .content .list-content .swiper-slide div:nth-child(3),
html .content .list-contents .swiper-slide div:nth-child(3),
body .content .list-content .swiper-slide div:nth-child(3),
body .content .list-contents .swiper-slide div:nth-child(3) {
  font-size: 14px;
  color: #9B480A;
  line-height: 16px;
}

html .content .list-content .swiper-button-prev,
html .content .list-contents .swiper-button-prev,
body .content .list-content .swiper-button-prev,
body .content .list-contents .swiper-button-prev {
  width: 20px;
  height: 40px;
  background-image: url("../img/prev1.png");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: -50px;
  z-index: 1000;
}

html .content .list-content .swiper-button-next,
html .content .list-contents .swiper-button-next,
body .content .list-content .swiper-button-next,
body .content .list-contents .swiper-button-next {
  width: 20px;
  height: 40px;
  background-image: url("../img/next1.png");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: -50px;
}

html .content .cupTeacher .swiper-slide:last-child,
html .content .favoriteTeacher .swiper-slide:last-child,
body .content .cupTeacher .swiper-slide:last-child,
body .content .favoriteTeacher .swiper-slide:last-child {
  margin-right: 20px;
}

html .content .text-style,
body .content .text-style {
  width: 186px;
  height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html .footer,
body .footer {
  margin-top: 18px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  opacity:1;
}
/*# sourceMappingURL=guide.css.map */