body {
  font-family: Arial, Verdana, Microsoft JhengHei, Apple LiGothic Medium, LiHei Pro, sans-serif;
  font-size: 13px;
  color: #333;
}
a {
  text-decoration: none;
  color: #333;
}
:focus {
  outline: none;
}
i {
  font-style: normal;
}
.header, .footer {
  width: 1100px;
  margin: auto;
}
footer {
  display: none;
}
.hd_pc {
  width: 1100px;
}
.hd_m {
  display: none;
}
.M_menu_wrap {
  display: none;
}
.bgall {
  background: url(../images/bg.jpg) no-repeat top center, url(../images/bgAll.jpg);
  margin: auto;
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.kv {
  width: 1100px;
  height: 450px;
  margin: auto;
  position: relative;
}
.kv_slogan1 {
  position: absolute;
  left: 32px;
  z-index: 1;
}

/**coupon**/
.main {
  width: 1100px;
  margin: 40px auto;
  overflow: hidden;
}
.p_tag {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 30px;
  font-size: 16px;
  padding: 0 10px;
  color: #fff;
  background: rgba(0, 0, 0, .7);
  right: 0;
  text-align: center;
}
.item_main {
  width: 47%;
  float: left;
  margin: 1% 1%;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .04);
  position: relative;
}
.p_img {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
}
.p_img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.p_img:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.discount {
  position: absolute;
  top: 20px;
  left: 160px;
  width: 298px;
  color: #f23030;
  font-size: 54px;
  font-weight: bold;
  letter-spacing: -3px;
}
.discount b {
  font-size: 15px;
  padding: 3px 5px;
  background: #fff4ec;
  margin-top: 10px;
  letter-spacing: -1px;
}
.prod_name {
  position: absolute;
  top: 64px;
  left: 160px;
  width: 298px;
  overflow: hidden;
  height: 22px;
  font-size: 19px;
  font-weight: bold;
}
.prod_explain {
  position: absolute;
  top: 88px;
  left: 160px;
  width: 298px;
  overflow: hidden;
  height: 35px;
  font-size: 13px;
}
.ft {
  position: absolute;
  top: 124px;
  left: 160px;
  color: #2196F3;
  font-size: 13px;
}
.ft b {
  font-size: 18px;
  font-weight: bold;
  padding: 0 2px;
}
.item_main_R {
  position: absolute;
  width: 55px;
  right: 0;
  top: 0;
}
.btn-receive {
  background: url(//misc.360buyimg.com/user/quan/3.0.0/widget/quan-index/i/small-circle.png) top left repeat-y #fa103b;
}
.btn-receive a.btn {
  display: block;
  width: 55px;
  height: 150px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.btn-receive a.btn:hover {
  background: url(//misc.360buyimg.com/user/quan/3.0.0/widget/quan-index/i/small-circle.png) top left repeat-y #00bcd4;
  font-weight: bold;
}
.btn-receive a.btn .txt {
  position: relative;
  display: block;
  top: 18%;
  width: 25px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 25px;
}
/*.btn-receive b {position: absolute;z-index: 2;top: 0;right: 53px;width: 3px;height: 100%;background: url(//misc.360buyimg.com/user/quan/3.0.0/widget/quan-index/i/small-circle.png) top left repeat-y;}*/
.sort_area {
  display: none;
}
.item {
  clear: both;
}
.Subtitle {
  width: 1100px;
  text-align: center;
}
/*over*/
.tag_over {
  display: none;
}
.item_main.over .tag_over {
  display: block;
  position: absolute;
  width: 100%;
  height: 150px;
  background: url(../images/tag_over.png) center;
  z-index: 15;
}
.rule {
  color: #333;
  font-size: 15px;
  line-height: 20px;
  width: 1100px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
}
.rule h2 {
  display: inline-block;
  margin: 10px 0;
  padding: 5px 20px;
  border-radius: 20px;
  background: #777;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.btn_wrapper {
  margin: 20px auto;
  text-align: center;
}
a.btn_back {
  display: inline-block;
  padding: 15px 20px;
  width: 200px;
  border-radius: 20px;
  background: #9C27B0;
  border-bottom: 5px #43004e solid;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  transition: linear .2s;
  margin: 0 10px;
}
a.btn_back:hover, a.btn_back:focus, a.btn_back:active {
  background-color: tomato;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 12vw;
    width: 100vw;
    min-width: inherit;
    background: #340a21;
  }
  * {
    box-sizing: border-box;
  }
  #doyoo_panel {
    display: none !important
  }
  .header {
    width: 100vw
  }
  .footer {
    display: none;
  }
  footer {
    display: block;
  }
  .hd_pc {
    display: none;
  }
  .hd_m {
    display: block
  }
  .bgall {
    background-size: 208vw;
  }
  .kv {
    width: 100vw;
    height: 44vw;
  }
  .kv_slogan1 {
    width: 100vw;
    left: 0;
    z-index: -1;
  }
  .kv_slogan1 img {
    width: 100%;
  }
  /**coupon**/
  .main {
    width: 100%;
    margin-top: 3vw;
    margin-bottom: 20px;
  }
  .item_main {
    width: 98%;
    overflow: hidden;
    padding-bottom: 2vw;
  }
  .p_img {
    width: 23vw;
    height: 23vw;
    position: inherit;
    top: 2vw;
    left: 2vw;
  }
  .p_tag {
    line-height: 22px;
    font-size: 12px;
  }
  .discount {
    position: absolute;
    left: 28vw;
    width: 50vw;
    color: #f23030;
    font-size: 45px;
    font-weight: bold;
        margin-top: 10px;
  }
  .discount b {
    display: block;
    margin-left: 0;
  }
  .prod_name {
    position: initial;
    width: 78vw;
    padding: 14px 0 0 8px;
    height: auto;
  }
  .prod_explain {
    position: initial;
    width: 78vw;
    padding: 0 8px;
    height: auto;
  }
  .ft {
    position: initial;
    color: #2196F3;
    text-align: right;
    padding-right: 66px;
  }
  .item_main_R {
    position: absolute;
    width: 15vw;
    right: 0;
    top: 0;
  }
  .btn-receive a.btn {
    width: 15vw;
    height: 51.7vw;
  }
  .btn-receive a.btn .txt {
    width: 5vw;
  }
  /*.btn-receive b {right: 14.3vw;}*/
  /***/
  .item_main.over .tag_over {
    width: 97.5vw;
    height: 52vw;
  }
  /***/
  .Subtitle {
    width: 100vw;
  }
  .Subtitle img {
    width: 100%;
    height: auto;
  }
  div#app {
    padding-bottom: 25px;
  }
  li.back {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #111));
  }
  /***/
  .menutop {
    width: 100vw;
    padding: 1px 0;
  }
  .menutop img {
    width: 100%;
  }
  a.btn_back {
    width: 49%;
    font-size: 16px;
    margin: 0 0.5%;
  }
  .rule {
    width: 95vw;
    padding: 6px;
  }
}