@charset "utf-8";
html {
  font-size: 100%;
}
body {
  padding: 0;
  font-family: Helvetica Neue For Number, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, "PingFangSC-Light", "Microsoft yahei", Arial, Helvetica, sans-serif;
  color: #4a4a4a;
  line-height: 1.6;
  position: relative;
}

ul {
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: #666;
}

.bg-fff {
  background-color: #fff;
}

.bg-fafafa {
  background-color: #fafafa;
}

.bg-blue {
  background-color: #3DBDB6;
  background: linear-gradient(to right, #3DBDB6, #0089CE);
}

.para {
  display: block;
  font-size: 1.125rem;
  margin-bottom: .5em;
  color: #fff;
}
.para-lg {
  font-size: 1.625rem;
}
.para-red {
  color: #da382f;
}
.para-black {
  color: #232323;
}
.para-mg {
  margin-top: -15px;
}
.line-height-2 {
  line-height: 2;
}
.a-center {
  text-align: center;
}
.center {
  text-align: center;
}


a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}
.pc-show {
  display: block;
  visibility: visible;
}

.pc-hide {
  display: none;
  visibility: hidden;
}

body {
  background: #da382f url('../../img/campaign/moore8_20181212/bg.jpg') center top no-repeat;
}
.banner {
  margin-top: 4rem;
  text-align: center;
}

.wrapper {
  width: 71.25rem;
  margin: 20.9375rem auto 0;
}
.outer {
  margin: 0 .9375rem;
}
.area-wper {    
  margin: 4.5rem 0;
}
.area-title {
  margin-bottom: 1.9rem;
}
.area-title img {
  margin-left: -4rem;
}

.footer {
  margin: -2rem 0 7rem;
  text-align: center;
}
.footer .para {
  font-size: .875rem;
}
.footer span {
  color: #fbcac7;
  font-size: .75rem;
}
.right-nav {
  position: fixed;
  right: 20px;
  bottom: 10%;
}
.right-nav .local {
  z-index: 10;
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url("../../img/campaign/moore8_20181212/nav.png");
}
.right-nav .goto-top {
  background-position: 0 -88px;
}
.wx-outer {
  display: none;
  position: absolute;
  right: 90px;
  top: 3px;
  width: 197px;
  height: 185px;
}

.box-wper {
  padding: 1.4375rem;
  background-color: #fff;
  border-radius: 1.2rem;
}
.box-wper li {
  float: left;
  width: 33.333%;
  height: 21.875rem;
}
.box-course-item {
  margin: 1.4375rem auto;
  width: 19.375rem;
}
.box-course-item img {
  display: block;
  width: 100%;
}
.box-course-item > div {
  padding: 0 6px;
}
.box-course-item .tit {
  color: #222;
  line-height: 1.4;
  height: 3.125rem;
  overflow: hidden;
  margin: .875rem 0 .95rem;
}
.box-course-item .price  {
  font-size: 1.625rem;
  color: #da382f;
  height: 1.5625rem;
}
.box-course-item .small {
  font-size: .875rem;
}
.box-course-item .old {
  font-size: 1.125rem;
  color: #666;
  text-decoration: line-through;
}
.box-course-item a:hover img {
  border-radius: 10px;
  box-shadow: 0 0 4px 1px #999;
}
.box-step-wper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.box-step-wper li {
  height: auto;
  margin-bottom: 1.425rem;
  text-align: center;
}
.box-step-wper .para {
  margin: 0 2.5rem;
}

.box-buy-wper {
  padding: 2.5rem 5rem;
  position: relative;
  background: #fff url("../../img/campaign/moore8_20181212/buy-bg.png") center -100% no-repeat;
}
.box-buy-wper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -16%;
  z-index: -1;
  background: url("../../img/campaign/moore8_20181212/buy-bg.png") center no-repeat;
}
.box-buy-wper img {
  display: block;
  margin: 0 auto;
  margin-bottom: 1.4rem;
}
.box-buy-wper .para {
  height: 2rem;
  line-height: 2rem;
  margin-bottom: 0;
  padding-left: 5.5rem;
  position: relative;
}
.box-buy-wper .para-ps {
  padding-left: 5rem;

}
.box-buy-wper .para:before {
  content: "";
  position: absolute;
  top: .1rem;
  left: 0;
}
.box-buy-wper .para-num:before {
  content: "礼包数量：";
}
.box-buy-wper .para-rule:before {
  content: "活动规则：";
}
.box-buy-wper .para-ps {
}
.buy-btn-wper {
  margin-top: 2rem;
  text-align: center;
}
.buy-btn-wper a {
  color: #fff;
  font-size: 1.5rem;
  border-radius: 1.7rem;
  display: inline-block;
  width: 20rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  text-align: center;
  margin: 0 2.125rem;
  background-color: #fd5e54; /* Safari 5.1 - 6.0 */ /* Opera 11.1 - 12.0 */ /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fc295f , #ffa246); /* 标准的语法 */
}
.buy-btn-wper a:last-child { /* Safari 5.1 - 6.0 */ /* Opera 11.1 - 12.0 */ /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fad860 , #f77c26); /* 标准的语法 */
}
.buy-btn-wper a:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}

@media (max-width: 1200px) {
  .wrapper {
    width: 100%;
  }
  html {
    font-size: 95%;
  }
  .wx-wper {
    display: none;
  }
}
@media (max-width: 940px) {
  html {
    font-size: 80%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 71%;
  }
  body {
    background: #da382f url('../../img/campaign/moore8_20181212/bg-mb.jpg') center top repeat-y;
    background-size: 165%;
  }
  .banner {
    padding: 0 15px;
  }
  .wrapper {
    margin-top: 6rem;
  }
  .box-wper li {
    height: 19.5rem;
  }
  .box-step-wper li {
    height: auto;
  }
  .box-course-item {
    width: 17rem;
  }
  .box-buy-wper .para {
    height: auto;
  }
}
@media (max-width: 640px){
  html {
    font-size: 62.5%;
  }
  .right-nav {
    display: none;
  }
  .box-course-wper li {
    width: 50%;
  }
  .box-step-wper img {
    width: 65%;
  }
  .box-buy-wper img {
    width: 60%;
  }
  .buy-btn-wper a {
    margin-bottom: 10px; 
  }
  .footer {
    margin-bottom: 3rem;
  }

}
@media (max-width: 414px) {
  .banner {
    margin-top: 3rem;
  }
  .wrapper {
    margin-top: 4rem;
  }
  .box-wper {
    padding: .8rem .5rem;
  }
  .box-wper li {
    height: auto;
  }
  .box-course-item {
    width: 92%;
    margin-top: .8rem;
    margin-bottom: .8rem;
  }
  .box-course-item .tit {
    margin-bottom: 0;
  }
  .box-step-wper,
  .box-buy-wper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .box-step-wper .para,
  .box-buy-wper .para {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .box-buy-wper .para {
    height: auto;
    padding-left: 5.5rem;
  }
  .box-buy-wper .para-ps {
    padding-left: 5rem;
  }
  .footer .para {
    font-size: 1rem;
  }
  .footer span {
    font-size: .925rem;
  }
  .box-buy-wper .para:before {
    top: .15rem;
  }
  .box-buy-wper .para-rule:before {
    top: 0;
  }

}
@media (max-width: 360px) {
  .box-step-wper .para, .box-buy-wper .para {
    margin-left: .8rem;
    margin-right: .8rem;
  }
}

@media (max-width: 350px) {
  html {
    font-size: 55%;
  }

}
