a {
  text-decoration: none;
}

p {
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei,Arial;
  box-sizing: border-box;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

html {
  background: #EBEBEB;
}

body {
  font-size: 14px;
  margin: 0 auto;
  min-width: 320px;
  max-width: 750px;
  background: #fff;
}

.wrap {
  width: 100%;
  height: auto;
}

.wrap .header {
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, #F34242 1.13%, #EC2263 100%);
  padding: 0 24px;
  color: #fff;
  font-size: 26px;
  line-height: 60px;
}

.wrap .banner {
  width: 100%;
  height: auto;
  position: relative;
}

.wrap .banner .banner_box {
  width: 750px;
  height: auto;
}

.wrap .banner .banner_box .banner_item {
  width: 750px !important;
  height: 698px;
}

.wrap .banner .banner_box .banner_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap .banner .back {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 46px;
  left: 24px;
  z-index: 11;
}

.wrap .banner .back img {
  width: 100%;
  height: 100%;
}

.wrap .banner .tags {
  position: absolute;
  z-index: 12;
  top: 0;
  right: 40px;
  width: 70px;
  height: 80px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  background: url(../img/tags_bg.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .banner .purchase_popup {
  position: absolute;
  top: 90px;
  left: 30px;
  z-index: 11;
}

.wrap .banner .purchase_popup .pur_p_item {
  padding: 0 3px;
  margin-bottom: 10px;
  width: 339px;
  height: 46px;
  border-radius: 10px;
  background: #555;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .banner .purchase_popup .pur_p_item .head {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.wrap .banner .purchase_popup .pur_p_item .head img {
  width: 100%;
  height: 100%;
}

.wrap .banner .purchase_popup .pur_p_item p {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
}

.wrap .buy_info {
  width: 100%;
  height: auto;
  padding: 12px 0px;
}

.wrap .buy_info .buy_i_t {
  width: 100%;
  height: auto;
}

.wrap .buy_info .buy_i_t > img {
  width: 512px;
  height: 590px;
}

.wrap .buy_info .buy_i_t .price {
  padding: 0 30px;
  border-top: 1px solid #f2f2f2;
  padding-top: 10px;
  width: 100%;
  height: auto;
}

.wrap .buy_info .buy_i_t .price .title {
  color: #222;
  font-size: 28px;
  font-weight: 400;
}

.wrap .buy_info .buy_i_t .price .star_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}

.wrap .buy_info .buy_i_t .price .star_box img {
  width: 177px;
  height: 28px;
}

.wrap .buy_info .buy_i_t .price .star_box p {
  margin-left: 12px;
  color: #222;
  font-size: 24px;
  font-weight: 400;
}

.wrap .buy_info .buy_i_t .price .origin {
  color: #222;
  font-family: Microsoft YaHei;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .buy_info .buy_i_t .price .discount {
  margin-top: 30px;
  color: #999;
  font-size: 22px;
  font-weight: 400;
  text-decoration-line: line-through;
}

.wrap .buy_info .buy_i_t .sold {
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .buy_info .buy_i_t .sold .indulgence {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .buy_info .buy_i_t .sold .indulgence img {
  width: 14px;
  height: 20px;
}

.wrap .buy_info .buy_i_t .sold .indulgence p {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  margin-left: 10px;
}

.wrap .buy_info .buy_i_t .sold .in_line_box {
  margin-left: 5px;
  width: 404px;
  height: 24px;
  border-radius: 20px;
  background: #FFD28F;
  position: relative;
}

.wrap .buy_info .buy_i_t .sold .in_line_box .line {
  width: 77%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  background: #DB2523;
}

.wrap .buy_info .buy_i_t .sold .in_line_box p {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 14px;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
}

.wrap .buy_info .buy_i_c {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  padding-bottom: 13px;
}

.wrap .buy_info .buy_i_c .in_line_box {
  width: 267px;
  height: 20px;
  border-radius: 60px;
  background: #EEE;
  position: relative;
}

.wrap .buy_info .buy_i_c .in_line_box .line {
  width: 76.25%;
  height: 20px;
  border-radius: 60px;
  background: linear-gradient(90deg, #FC7290 2.95%, #FF3565 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.wrap .buy_info .buy_i_c .time {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .buy_info .buy_i_c .time p {
  margin-right: 10px;
  color: #44BA54;
  font-size: 24px;
  font-weight: 400;
}

.wrap .buy_info .buy_i_c .time span {
  color: #333;
  font-size: 24px;
  font-weight: 400;
}

.wrap .buy_info .buy_i_c .time .date {
  text-align: center;
  line-height: 30px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #44BA54;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.wrap .buy_info .buy_i_b {
  width: 100%;
  height: 70px;
  border-radius: 4px;
  background: linear-gradient(90deg, #EC2263 0%, #F34242 100%);
}

.wrap .buy_info .buy_i_b a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 70px;
}

.wrap .info_detail {
  width: 100%;
  height: auto;
  padding: 20px 30px 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #EBEBEB;
}

.wrap .info_detail .info_d_title {
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .info_detail a {
  width: 34px;
  height: 34px;
}

.wrap .info_detail a img {
  width: 100%;
  height: 100%;
}

.wrap .pro_detail {
  width: 100%;
  height: auto;
}

.wrap .pro_detail .title {
  width: 100%;
  height: 60px;
  padding-left: 30px;
  color: #FFF;
  background: #44BA54;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}

.wrap .pro_detail .pro_box {
  width: 100%;
  height: auto;
}

.wrap .pro_detail .pro_box img {
  width: 100%;
  height: auto;
}

.wrap .policy {
  margin-top: 30px;
  width: 100%;
  height: auto;
  border-top: 10px solid #EBEBEB;
  padding-bottom: 28px;
  margin-bottom: 98px;
}

.wrap .policy .title {
  position: relative;
  color: #222;
  font-size: 28px;
  font-weight: 400;
  padding: 20px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .policy .title img {
  cursor: pointer;
  width: 14px;
  height: 14px;
  transform: rotate(-180deg);
}

.wrap .policy .policy_desc {
  width: 100%;
  height: 64px;
  padding: 0 30px;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 20px;
  overflow: hidden;
}

.wrap .policy .policy_desc.active {
  height: auto;
  overflow: visible;
}

.wrap .policy .policy_desc p {
  color: #999;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer {
  z-index: 999;
  width: 750px;
  max-width: 750px;
  height: 98px;
  background: #FFF;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer a:nth-of-type(1) {
  width: 690px;
  height: 70px;
  border-radius: 60px;
  background: #44BA54;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer a:nth-of-type(1) p {
  color: #FFF;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  line-height: 70px;
}

.suspension {
  z-index: 9999;
  width: 46px;
  height: auto;
  position: fixed;
  right: 20px;
  bottom: 100px;
}

.suspension a {
  display: inline-block;
}

.suspension .top {
  display: none;
  cursor: pointer;
  width: 46px;
  height: 46px;
}

.suspension .top img {
  width: 100%;
  height: 100%;
}

.suspension .contact {
  margin-top: 10px;
  cursor: pointer;
  width: 46px;
  height: 46px;
}

.suspension .contact img {
  width: 100%;
  height: 100%;
}

.suspension .tel {
  margin-top: 10px;
  cursor: pointer;
  width: 46px;
  height: 46px;
}

.suspension .tel img {
  width: 100%;
  height: 100%;
}

.suspension .line {
  margin-top: 10px;
  cursor: pointer;
  width: 46px;
  height: 46px;
}

.suspension .line img {
  width: 100%;
  height: 100%;
}

.suspension .fb {
  margin-top: 10px;
  cursor: pointer;
  width: 46px;
  height: 46px;
}

.suspension .fb img {
  width: 100%;
  height: 100%;
}

.suspension .home {
  margin-top: 10px;
  cursor: pointer;
  width: 46px;
  height: 46px;
}

.suspension .home img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .wrap {
    width: 100%;
    height: auto;
  }
  .wrap .header {
    width: 100%;
    height: 8vw;
    background: linear-gradient(90deg, #F34242 1.13%, #EC2263 100%);
    padding: 0 3.2vw;
    color: #fff;
    font-size: 3.46667vw;
    line-height: 8vw;
  }
  .wrap .banner {
    width: 100%;
    height: auto;
    position: relative;
  }
  .wrap .banner .banner_box {
    width: 100vw;
    height: auto;
  }
  .wrap .banner .banner_box .banner_item {
    width: 100vw !important;
    height: 100vw;
  }
  .wrap .banner .banner_box .banner_item img {
    width: 100%;
    height: 100%;
  }
  .wrap .banner .back {
    width: 3.2vw;
    height: 3.2vw;
    position: absolute;
    top: 6.13333vw;
    left: 3.2vw;
    z-index: 11;
  }
  .wrap .banner .back img {
    width: 100%;
    height: 100%;
  }
  .wrap .banner .time {
    padding-left: 5.86667vw;
    color: #222;
    font-size: 3.2vw;
    font-weight: 400;
    position: relative;
  }
  .wrap .banner .time::before {
    content: '';
    width: 0.53333vw;
    height: 2.66667vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4vw;
    background: #f00;
  }
  .wrap .banner .purchase_popup {
    position: absolute;
    top: 12vw;
    left: 4vw;
    z-index: 11;
  }
  .wrap .banner .purchase_popup .pur_p_item {
    padding: 0 0.4vw;
    margin-bottom: 1.33333vw;
    width: 45.2vw;
    height: 6.13333vw;
    border-radius: 1.33333vw;
    background: #555;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .banner .purchase_popup .pur_p_item .head {
    width: 5.33333vw;
    height: 5.33333vw;
    border-radius: 50%;
  }
  .wrap .banner .purchase_popup .pur_p_item .head img {
    width: 100%;
    height: 100%;
  }
  .wrap .banner .purchase_popup .pur_p_item p {
    color: #FFF;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info {
    width: 100%;
    height: auto;
    padding: 1.6vw 4vw;
  }
  .wrap .buy_info .buy_i_t {
    width: 100%;
    height: auto;
  }
  .wrap .buy_info .buy_i_t .price {
    width: 100%;
    height: auto;
  }
  .wrap .buy_info .buy_i_t .price .title {
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .wrap .buy_info .buy_i_t .price .star_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 2.66667vw;
  }
  .wrap .buy_info .buy_i_t .price .star_box img {
    width: 23.6vw;
    height: 3.73333vw;
  }
  .wrap .buy_info .buy_i_t .price .star_box p {
    margin-left: 1.6vw;
    color: #222;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info .buy_i_t .price .origin {
    color: #222;
    font-family: Microsoft YaHei;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_t .price .discount {
    margin-top: 4vw;
    color: #999;
    font-size: 2.93333vw;
    font-weight: 400;
    text-decoration-line: line-through;
  }
  .wrap .buy_info .buy_i_t .sold {
    margin-top: 0.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .buy_info .buy_i_t .sold .indulgence {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .buy_info .buy_i_t .sold .indulgence img {
    width: 1.86667vw;
    height: 2.66667vw;
  }
  .wrap .buy_info .buy_i_t .sold .indulgence p {
    color: #FFF;
    font-size: 2.93333vw;
    font-weight: 400;
    margin-left: 1.33333vw;
  }
  .wrap .buy_info .buy_i_t .sold .in_line_box {
    margin-left: 0.66667vw;
    width: 53.86667vw;
    height: 3.2vw;
    border-radius: 2.66667vw;
    background: #FFD28F;
    position: relative;
  }
  .wrap .buy_info .buy_i_t .sold .in_line_box .line {
    width: 77%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2.66667vw;
    background: #DB2523;
  }
  .wrap .buy_info .buy_i_t .sold .in_line_box p {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 1.86667vw;
    color: #FFF;
    font-size: 2.66667vw;
    font-weight: 400;
  }
  .wrap .buy_info .buy_i_c {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.73333vw;
  }
  .wrap .buy_info .buy_i_c .in_line_box {
    width: 53.33333vw;
    height: 2.66667vw;
    border-radius: 8vw;
    background: #EEE;
    position: relative;
  }
  .wrap .buy_info .buy_i_c .in_line_box .line {
    width: 76.25%;
    height: 2.66667vw;
    border-radius: 8vw;
    background: linear-gradient(90deg, #FC7290 2.95%, #FF3565 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
  .wrap .buy_info .buy_i_c .time {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .buy_info .buy_i_c .time p {
    color: #44BA54;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info .buy_i_c .time span {
    color: #333;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info .buy_i_c .time .date {
    text-align: center;
    line-height: 4vw;
    display: inline-block;
    width: 4.26667vw;
    height: 4.26667vw;
    background: #44BA54;
    color: #fff;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info .buy_i_b {
    width: 100%;
    height: 9.33333vw;
    border-radius: 0.53333vw;
    background: linear-gradient(90deg, #EC2263 0%, #F34242 100%);
  }
  .wrap .buy_info .buy_i_b a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 9.33333vw;
  }
  .wrap .info_detail {
    width: 100%;
    height: auto;
    padding: 2.66667vw 4vw 4.26667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-top: 0.13333vw solid #EBEBEB;
  }
  .wrap .info_detail .info_d_title {
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .info_detail a {
    width: 4.53333vw;
    height: 4.53333vw;
  }
  .wrap .info_detail a img {
    width: 100%;
    height: 100%;
  }
  .wrap .pro_detail {
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .title {
    width: 100%;
    height: 8vw;
    padding-left: 4vw;
    color: #FFF;
    background: #44BA54;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
  }
  .wrap .pro_detail .pro_box {
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_box img {
    width: 100%;
    height: auto;
  }
  .wrap .policy {
    margin-top: 4vw;
    width: 100%;
    height: auto;
    border-top: 1.33333vw solid #EBEBEB;
    padding-bottom: 3.73333vw;
    margin-bottom: 13.06667vw;
  }
  .wrap .policy .title {
    position: relative;
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
    padding: 2.66667vw 4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .policy .title img {
    cursor: pointer;
    width: 1.86667vw;
    height: 1.86667vw;
    transform: rotate(-180deg);
  }
  .wrap .policy .policy_desc {
    width: 100%;
    height: 8.53333vw;
    padding: 0 4vw;
    border-bottom: 0.13333vw solid #EBEBEB;
    padding-bottom: 2.66667vw;
    overflow: hidden;
  }
  .wrap .policy .policy_desc.active {
    height: auto;
    overflow: visible;
  }
  .wrap .policy .policy_desc p {
    color: #999;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .footer {
    z-index: 999;
    width: 100vw;
    max-width: 100vw;
    height: 13.06667vw;
    background: #FFF;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer a:nth-of-type(1) {
    width: 92vw;
    height: 9.33333vw;
    border-radius: 8vw;
    background: #44BA54;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer a:nth-of-type(1) p {
    color: #FFF;
    font-size: 3.73333vw;
    font-weight: 400;
    text-align: center;
    line-height: 9.33333vw;
  }
  .suspension {
    z-index: 9999;
    width: 6.13333vw;
    height: auto;
    position: fixed;
    right: 2.66667vw;
    bottom: 13.33333vw;
  }
  .suspension .top {
    display: none;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .top img {
    width: 100%;
    height: 100%;
  }
  .suspension .contact {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .contact img {
    width: 100%;
    height: 100%;
  }
  .suspension .tel {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .tel img {
    width: 100%;
    height: 100%;
  }
  .suspension .line {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .line img {
    width: 100%;
    height: 100%;
  }
  .suspension .fb {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .fb img {
    width: 100%;
    height: 100%;
  }
  .suspension .home {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .home img {
    width: 100%;
    height: 100%;
  }
}
