* {
  padding: 0;
  margin: 0;
  font-style: normal !important;
}
img {
  display: block;
  border: 0;
}
ul,
li {
  list-style: none;
}
html,
body {
  height: 100%;
  font-family: "Montserrat", sans-serif;
}
button {
  cursor: pointer;
}
a {
  text-decoration: none;
}
img {
  display: block;
  border: 0;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.wrapper {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}
.banner {
  width: 100%;
  height: 791px;
  background: url(../images/banner_bg.jpg) no-repeat top center;
  position: relative;
}
.banner ._banner {
  box-sizing: border-box;
  height: 745px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 53px;
}
.banner ._banner .title {
  box-sizing: border-box;
  padding-top: 12px;
  flex-direction: column;
  display: flex;
  align-items: center;
  position: relative;
}
.banner ._banner .title .logo {
  position: absolute;
  top: 29px;
  left: 75px;
  z-index: 5;
}
.banner ._banner .title h2 {
  text-align: center;
  color: #624747;
  font-size: 18px;
  font-weight: 600;
  margin-top: -7px;
}
.banner ._banner .title h2 span {
  color: #FA3E54;
  font-weight: bold;
}
.banner ._banner .title .bee_box {
  position: absolute;
  width: 29px;
  height: 30px;
  top: 37px;
  left: 529px;
}
.banner ._banner .title .bee_box .bee_wing1 {
  position: absolute;
  top: 0;
  right: 6px;
  transform-origin: left bottom;
}
.banner ._banner .title .bee_box .bee_wing2 {
  position: absolute;
  top: 0;
  left: 11px;
  transform-origin: right bottom;
}
.banner ._banner .title .bee_box.on .bee_wing1 {
  animation: fly 0.1s infinite;
}
.banner ._banner .title .bee_box.on .bee_wing2 {
  animation: fly2 0.1s infinite;
}
@keyframes fly {
  from {
    transform: rotate(-10deg);
  }
  to {
    transform: rotate(30deg);
  }
}
@keyframes fly2 {
  from {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
.banner ._banner .banner_main {
  padding: 0 20px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.banner ._banner .banner_main li {
  box-sizing: border-box;
  width: 346px;
  height: 399px;
  background: url(../images/product_bg.png) no-repeat center;
  position: relative;
  padding-top: 70px;
}
.banner ._banner .banner_main li:hover .hint {
  display: block !important;
}
.banner ._banner .banner_main li > img {
  position: absolute;
  left: 50%;
  top: -79px;
  transform: translateX(-50%);
}
.banner ._banner .banner_main li > img.soldout_img {
  display: none;
}
.banner ._banner .banner_main li .product {
  margin-bottom: 58px;
}
.banner ._banner .banner_main li .product h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #6F4F26;
}
.banner ._banner .banner_main li .product p {
  text-align: center;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 500;
  color: #632F03;
}
.banner ._banner .banner_main li .discount_box {
  padding: 0 79px 21px 50px;
}
.banner ._banner .banner_main li .discount_box p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.banner ._banner .banner_main li .discount_box p span {
  font-size: 14px;
  color: #5B5B5B;
  font-weight: 500;
}
.banner ._banner .banner_main li .discount_box p span.discount {
  font-weight: bold;
}
.banner ._banner .banner_main li .discount_box p span.discount span {
  font-weight: normal;
}

.banner ._banner .banner_main li .discount_box p span.discount_price {
  font-weight: 600;
  color: #FF2D11;
}
.banner ._banner .banner_main li .price {
  box-sizing: border-box;
  width: 260px;
  margin: 0 auto;
  padding: 20px 28px 0 10px;
  margin-bottom: 29px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.banner ._banner .banner_main li .price span {
  font-size: 16px;
  font-weight: bold;
  color: #282828;
}
.banner ._banner .banner_main li .price span:nth-of-type(2) {
  position: absolute;
  right: 28px;
}
.banner ._banner .banner_main li .price::after {
  content: "";
  display: block;
  position: absolute;
  width: 260px;
  height: 1px;
  background: url(../images/dottedLine.png) no-repeat center;
  top: 0;
  left: 0;
}
.banner ._banner .banner_main li a {
  box-sizing: border-box;
  display: block;
  width: 226px;
  height: 47px;
  margin: 0 auto;
  border: 2px solid #FC8462;
  border-radius: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #FC8462;
  text-align: center;
  line-height: 42px;
}
.banner ._banner .banner_main li a:hover {
  background: #FF5D30;
  border: none;
  box-shadow: 0px 6px 16px 0px rgba(253, 101, 101, 0.63);
  border-radius: 24px;
  color: #fff;
  line-height: 44px;
}
.banner ._banner .banner_main li .soldOut_hint {
  display: none;
}
.banner ._banner .banner_main li .hint {
  display: none;
  box-sizing: border-box;
  width: 277px;
  height: 41px;
  background: #fce3d0c7;
  border: 2px solid #FECCBE;
  border-radius: 2px;
  padding: 3px 13px 0 20px;
  position: absolute;
  bottom: -39px;
  left: 50%;
  transform: translateX(-50%);
}
.banner ._banner .banner_main li .hint p {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}
.banner ._banner .banner_main li .hint p span {
  color: #F41F0F;
}
.banner ._banner .banner_main li .hint p .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/sheet1_icon.png) no-repeat center;
  background-size: 100% 100%;
}
.banner ._banner .banner_main li.product85 {
  width: 370px;
  height: 447px;
  background: url(../images/product2_bg.png) no-repeat center;
  box-shadow: 0px 11px 30px 0px rgba(184, 50, 4, 0.36);
  padding-top: 103px;
}
.banner ._banner .banner_main li.product85 > img {
  top: -61px;
}
.banner ._banner .banner_main li.product85 .price_img {
  width: 201px;
  height: 123px;
  position: absolute;
  top: -29px;
  left: 145px;
  overflow: hidden;
}
.banner ._banner .banner_main li.product85 .price_img img {
  position: absolute;
  transition: all 0.7s;
}
.banner ._banner .banner_main li.product85 .price_img img:nth-of-type(2) {
  opacity: 0;
  left: 3px;
}
.banner ._banner .banner_main li.product85 .price_img.on img:nth-of-type(1) {
  opacity: 0;
}
.banner ._banner .banner_main li.product85 .price_img.on img:nth-of-type(2) {
  opacity: 1;
}
.banner ._banner .banner_main li.product85 .product {
  margin-bottom: 50px;
}
.banner ._banner .banner_main li.product85 .product h4 {
  color: #680D01;
}
.banner ._banner .banner_main li.product85 .product p {
  color: #971F0F;
}
.banner ._banner .banner_main li.product85 .discount_box {
  padding: 0 85px 7px 62px;
}
.banner ._banner .banner_main li.product85 .discount_box p {
  margin-bottom: 7px;
}
.banner ._banner .banner_main li.product85 .time_box {
  width: 274px;
  height: 44px;
  position: relative;
  background: url(../images/time_bg.png) no-repeat center;
  margin-left: 46px;
  box-sizing: border-box;
  padding: 0 49px 0 17px;
  padding-top: 5px;
  animation-duration: 1s;
  animation-delay: 2s;
  transform: scale(2);
  opacity: 0;
  transform-origin: center center;
  transition: all 0.5s 1s;
}
.banner ._banner .banner_main li.product85 .time_box > span {
  position: absolute;
  left: -2px;
  top: -21px;
}
.banner ._banner .banner_main li.product85 .time_box.on {
  opacity: 1;
  transform: scale(1);
}
.banner ._banner .banner_main li.product85 .time_box.reduce_box > span {
  content: "";
  display: block;
  width: 278px;
  height: 86px;
  position: absolute;
  background: url(../images/reduce_bj.png) no-repeat;
  opacity: 0;
  animation: moveup1 1.5s;
  z-index: -1;
}
@keyframes moveup1 {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  20% {
    opacity: 1;
    transform: translateY(0px);
  }
  50% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-30px);
  }
}
.banner ._banner .banner_main li.product85 .time_box .extra {
  display: inline-block;
}
.banner ._banner .banner_main li.product85 .time_box .extra p {
  font-size: 14px;
  font-weight: bold;
  color: #852323;
}
.banner ._banner .banner_main li.product85 .time_box .extra p .reduce {
  position: absolute;
  display: inline-block;
  width: 44px;
  height: 42px;
  background: url(../images/reduce1.png) no-repeat;
  margin-left: 5px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.8s;
  z-index: 99;
}
.banner ._banner .banner_main li.product85 .time_box .extra p .reduce.on {
  animation: moveup 1.5s linear;
}
.banner ._banner .banner_main li.product85 .time_box .extra > div {
  font-size: 12px;
  font-weight: 600;
  color: #8D5F5F;
  display: flex;
  align-items: end;
}
.banner ._banner .banner_main li.product85 .time_box .extra > div .box {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.banner ._banner .banner_main li.product85 .time_box .extra > div .box > span {
  font-size: 12px;
  font-family: Montserrat;
  font-weight: bold;
  color: #F42612;
  line-height: 14px;
}
.banner ._banner .banner_main li.product85 .time_box .extra > div .box > span:nth-of-type(1) {
  margin-right: 7px;
}
.banner ._banner .banner_main li.product85 .time_box .extra > div .box > span:nth-of-type(2) {
  margin-left: 3px;
}
.banner ._banner .banner_main li.product85 .time_box .extra > div .box > div {
  height: 14px;
  position: relative;
  text-align: center;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: bold;
  color: #F42612;
  overflow: hidden;
  line-height: 14px;
}
.banner ._banner .banner_main li.product85 .time_box .extra > div .box > div span {
  display: block;
  width: 100%;
  height: 14px;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: bold;
  color: #F42612;
  line-height: 14px;
}
.banner ._banner .banner_main li.product85 .time_box .extra > div .box .time {
  width: 100%;
  height: 260px;
  position: relative;
}
.banner ._banner .banner_main li.product85 .time_box > p {
  font-size: 20px;
  font-weight: bold;
  color: #852323;
  float: right;
  margin-top: 5px;
}
.banner ._banner .banner_main li.product85 .price {
  margin-top: 0;
}
.banner ._banner .banner_main li.product85 .price::after {
  width: 308px;
  background: url(../images/dottedLine2.png) no-repeat center;
  left: -26px;
}
.banner ._banner .banner_main li.product85 a {
  width: 266px;
  height: 47px;
  border: none;
  background: linear-gradient(180deg, #FF6434, #FF260F);
  box-shadow: 0px 6px 16px 0px rgba(253, 101, 101, 0.63);
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 46px;
  animation: 0.8s;
  position: relative;
  overflow: hidden;
}
.banner ._banner .banner_main li.product85 a span {
  display: block;
  width: 63px;
  height: 47px;
  position: absolute;
  top: 0;
  left: -47px;
  background: url(../images/lightShadow.png) no-repeat;
  animation: lightShadow 6s infinite;
}
@keyframes lightShadow {
  0% {
    transform: translateX(-600px);
  }
  100% {
    transform: translateX(600px);
  }
}
.banner ._banner .banner_main li.product85 a:hover {
  background: #FF5D30;
  box-shadow: 0px 6px 16px 0px rgba(253, 101, 101, 0.63);
  border-radius: 24px;
  line-height: 46px;
}
.banner ._banner .banner_main.soldout li.product45 {
  order: 2;
}
.banner ._banner .banner_main.soldout li.product75 {
  order: 3;
  width: 370px;
  height: 447px;
  background: url(../images/product2_bg.png) no-repeat center;
  box-shadow: 0px 11px 30px 0px rgba(184, 50, 4, 0.36);
  padding-top: 100px;
}
.banner ._banner .banner_main.soldout li.product75 > img {
  display: none;
}
.banner ._banner .banner_main.soldout li.product75 .soldout_img {
  display: block;
  top: -61px;
}
.banner ._banner .banner_main.soldout li.product75 .product {
  margin-bottom: 76px;
}
.banner ._banner .banner_main.soldout li.product75 .product h4,
.banner ._banner .banner_main.soldout li.product75 .product p {
  color: #680D01;
}
.banner ._banner .banner_main.soldout li.product75 .price {
  padding: 0;
  padding-top: 20px;
}
.banner ._banner .banner_main.soldout li.product75 .price span:nth-of-type(2) {
  right: 15px;
}
.banner ._banner .banner_main.soldout li.product75 a {
  width: 266px;
  height: 47px;
  border: none;
  background: linear-gradient(180deg, #FF6434, #FF260F);
  box-shadow: 0px 6px 16px 0px rgba(253, 101, 101, 0.63);
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 46px;
  animation: 0.8s;
  position: relative;
  overflow: hidden;
}
.banner ._banner .banner_main.soldout li.product75 a span {
  display: block;
  width: 63px;
  height: 47px;
  position: absolute;
  top: 0;
  left: -47px;
  background: url(../images/lightShadow.png) no-repeat;
  animation: lightShadow 6s infinite;
}
@keyframes lightShadow {
  0% {
    transform: translateX(-600px);
  }
  100% {
    transform: translateX(600px);
  }
}
.banner ._banner .banner_main.soldout li.product75 a:hover {
  background: #FF5D30;
  box-shadow: 0px 6px 16px 0px rgba(253, 101, 101, 0.63);
  border-radius: 24px;
  line-height: 46px;
}
.banner ._banner .banner_main.soldout li.product75 .soldOut_hint {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #8A8989;
}
.banner ._banner .banner_main.soldout li.product75 .soldOut_hint span {
  color: #A31004;
}
.banner ._banner .banner_main.soldout li.product85 {
  order: 1;
  width: 346px;
  height: 481px;
  background: url(../images/soldout_box.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: none;
}
._banner_ul {
  height: 111px;
  background: #FCFCFC;
  margin-top: 70px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
._banner_ul li {
  display: flex;
}
._banner_ul li img {
  margin-right: 10px;
}
._banner_ul li div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._banner_ul li div p {
  font-size: 14px;
  font-weight: 600;
  color: #A09391;
}
.revive {
  box-sizing: border-box;
  height: 871px;
  padding-top: 97px;
  position: relative;
}
.revive h2 {
  font-size: 34px;
  font-weight: bold;
  color: #3E4050;
  text-align: center;
}
.revive .revive_main {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding-top: 54px;
  padding-left: 64px;
}
.revive .revive_main li {
  position: relative;
}
.revive .revive_main li:nth-of-type(2n-1) {
  margin-right: 238px;
}
.revive .revive_main li img {
  margin-left: -15px;
}
.revive .revive_main li h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222827;
  margin-top: -4px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.revive .revive_main li h4 span {
  width: 69px;
  height: 15px;
  border: 1px solid #FF3E0E;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #FE6029;
  padding-left: 5px;
  line-height: 14px;
  margin-left: 8px;
}
.revive .revive_main li p {
  width: 380px;
  font-size: 14px;
  font-weight: 400;
  color: #45464B;
  line-height: 24px;
}
.revive .revive_main li.revive2 {
  top: -11px;
}
.revive .revive_main li.revive3 {
  top: 54px;
  left: -31px;
}
.revive .revive_main li.revive3 p {
  width: 336px;
}
.revive .revive_main li.revive4 {
  top: 61px;
  left: 180px;
}
.revive .revive_main li.revive4 p {
  width: 330px;
}
.revive .revive_main li.revive5 {
  top: 108px;
  left: 31px;
}
.revive .revive_main li.revive6 {
  top: 154px;
  left: -129px;
}
.revive .revive_main li.revive6 p {
  width: 450px;
}
.revive .revive_main li.revive7 {
  top: -124px;
  left: 798px;
}
.revive .computer_img {
  width: 577px;
  height: 525px;
  position: absolute;
  top: 255px;
  left: 50%;
  transform: translateX(-55%);
  background: url(../images/computer_bg.png) no-repeat center;
  z-index: -1;
}
.revive .computer_img .pointer {
  position: absolute;
  top: 191px;
  left: 279px;
  transform-origin: 24px 46px;
  transform: rotate(-74deg);
  transition: all ease-out 1s;
}
.revive .computer_img .full_box {
  width: 101px;
  height: 54px;
  position: absolute;
  top: 185px;
  left: 255px;
  overflow: hidden;
  transform-origin: center bottom;
  transition: all ease-out 1s;
  transform: rotate(-10deg);
}
.revive .computer_img .full_box img {
  position: absolute;
  transform-origin: center bottom;
  transform: rotate(-180deg);
  transition: all ease-out 1s;
}
.revive .computer_img.on .pointer {
  transform: rotate(110deg);
}
.revive .computer_img.on .full_box img {
  transform: rotate(0deg);
}
.revive.on .computer_img img {
  transform: rotate(115deg);
}
.arrow {
  height: 25px;
  position: relative;
  margin-top: 30px;
}
.arrow img {
  width: 26px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -13px;
  animation: move 0.5s alternate infinite ease-in-out;
}
@keyframes move {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
.arrow_icon {
  display: block;
  width: 26px;
  height: 37px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/arrow1.png) no-repeat center / cover;
}
.sheet {
  box-sizing: border-box;
  height: 1045px;
  padding-top: 60px;
  background: url(../images/sheet_bg.jpg) no-repeat bottom;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sheet h2 {
  font-size: 34px;
  font-weight: bold;
  color: #3E4050;
  text-align: center;
  margin-bottom: 87px;
}
.sheet .sheet_main {
  padding: 0 49px;
  display: flex;
}
.sheet .sheet_main ul {
  position: relative;
}
.sheet .sheet_main .sheet1 {
  width: 413px;
  height: 642px;
  background: #FFFFFF;
  border: 1px solid #D8D7D5;
  box-shadow: 0px 8px 13px 0px rgba(240, 223, 213, 0.75);
  border-radius: 5px;
  z-index: 5;
}
.sheet .sheet_main .sheet1 li {
  box-sizing: border-box;
  position: relative;
  padding-left: 57px;
  height: 51px;
  font-size: 14px;
  font-weight: 500;
  color: #958A77;
  line-height: 52px;
}
.sheet .sheet_main .sheet1 li:nth-of-type(2n+1) {
  background: #FCF7F3;
}
.sheet .sheet_main .sheet1 li:nth-of-type(1) {
  padding-left: 33px;
  height: 81px;
  background: #E3D9D1;
  font-size: 18px;
  font-weight: bold;
  color: #756854;
  line-height: normal;
  padding-top: 28px;
}
.sheet .sheet_main .sheet1 li.icon::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/sheet1_icon.png) no-repeat center;
  position: absolute;
  left: 34px;
  top: 19px;
}
.sheet .sheet_main .sheet2 {
  width: 267px;
  height: 642px;
  background: #FFFFFF;
  margin-left: -9px;
  margin-top: 1px;
  z-index: 1;
}
.sheet .sheet_main .sheet2 li {
  box-sizing: border-box;
  position: relative;
  height: 51px;
  font-size: 14px;
  font-weight: 500;
  color: #958A77;
  line-height: 52px;
}
.sheet .sheet_main .sheet2 li:nth-of-type(2n+1) {
  background: #FCF7F3;
}
.sheet .sheet_main .sheet2 li:nth-of-type(1) {
  height: 81px;
  background: #F3F3F3;
  padding-top: 26px;
}
.sheet .sheet_main .sheet2 li:nth-of-type(1) p {
  font-size: 18px;
  font-weight: bold;
  color: #6E717F;
  line-height: normal;
  text-align: center;
}
.sheet .sheet_main .sheet2 li:nth-of-type(1) p:nth-of-type(2) {
  font-size: 12px;
  font-weight: 400;
  color: #6E717F;
}
.sheet .sheet_main .sheet2 li.icon1::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/sheet2_ico1.png) no-repeat;
}
.sheet .sheet_main .sheet2 li.icon2::after {
  content: "";
  display: block;
  width: 9px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/sheet2_ico2.png) no-repeat;
}
.sheet .sheet_main .sheet3 {
  width: 441px;
  height: 790px;
  background: #FFFFFF;
  border: 1px solid rgba(228, 143, 38, 0.41);
  box-shadow: 0px 8px 29px 0px #DEBCA7;
  border-radius: 5px;
  margin-left: -9px;
  margin-top: -13px;
  z-index: 5;
}
.sheet .sheet_main .sheet3::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 152px;
  height: 168px;
  background: url(../images/sheet3_off.png) no-repeat;
}
.sheet .sheet_main .sheet3 li {
  box-sizing: border-box;
  position: relative;
  height: 51px;
  font-size: 14px;
  font-weight: 500;
  color: #BE740B;
  line-height: 52px;
  padding-left: 75px;
}
.sheet .sheet_main .sheet3 li:nth-of-type(2n+1) {
  background: #F5E4D6;
}
.sheet .sheet_main .sheet3 li:nth-of-type(1) {
  height: 94px;
  background: #FFE0B5;
  padding-top: 40px;
  padding-left: 74px;
}
.sheet .sheet_main .sheet3 li:nth-of-type(1) p {
  font-size: 18px;
  font-weight: bold;
  color: #BE740B;
  text-align: left;
  line-height: normal;
}
.sheet .sheet_main .sheet3 li:nth-of-type(1) p:nth-of-type(2) {
  font-size: 12px;
  font-weight: 400;
  color: #BE740B;
}
.sheet .sheet_main .sheet3 li:last-of-type {
  width: 441px;
  height: 135px;
  background: #FCF7F3;
  padding: 0;
  padding-top: 20px;
  position: relative;
}
.sheet .sheet_main .sheet3 li:last-of-type > .ytime {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.sheet .sheet_main .sheet3 li:last-of-type > .ytime > span {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 600;
  color: #603808;
  margin-right: 5px;
  line-height: normal;
}
.sheet .sheet_main .sheet3 li:last-of-type > .ytime > span big {
  font-size: 24px;
  line-height: normal;
}
.sheet .sheet_main .sheet3 li:last-of-type > .ytime del {
  display: block;
  height: 12px;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 500;
  text-decoration: line-through;
  color: #957041;
  line-height: normal;
}
.sheet .sheet_main .sheet3 li:last-of-type a {
  display: block;
  width: 266px;
  height: 47px;
  margin: 0 auto;
  background: linear-gradient(180deg, #FF6434, #FF260F);
  box-shadow: 0px 6px 16px 0px rgba(226, 73, 73, 0.95);
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 47px;
  text-align: center;
}
.sheet .sheet_main .sheet3 li:last-of-type a:hover {
  background: #FF5D30;
  box-shadow: 0px 6px 16px 0px rgba(253, 101, 101, 0.63);
}
.sheet .sheet_main .sheet3 li:last-of-type .num_box {
  font-size: 12px;
  font-weight: bold;
  color: #825616;
  text-align: center;
  line-height: normal;
  margin-top: 11px;
  position: relative;
  display: flex;
  justify-content: center;
}
.sheet .sheet_main .sheet3 li:last-of-type .num_box .box {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.sheet .sheet_main .sheet3 li:last-of-type .num_box .box > span {
  font-size: 12px;
  font-family: Montserrat;
  font-weight: bold;
  color: #F42612;
  line-height: 14px;
}
.sheet .sheet_main .sheet3 li:last-of-type .num_box .box > span:nth-of-type(1) {
  margin-right: 7px;
}
.sheet .sheet_main .sheet3 li:last-of-type .num_box .box > span:nth-of-type(2) {
  margin-left: 3px;
}
.sheet .sheet_main .sheet3 li:last-of-type .num_box .box > div {
  height: 14px;
  position: relative;
  text-align: center;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: bold;
  color: #F42612;
  overflow: hidden;
  line-height: 14px;
}
.sheet .sheet_main .sheet3 li:last-of-type .num_box .box > div span {
  display: block;
  width: 100%;
  height: 14px;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: bold;
  color: #F42612;
  line-height: 14px;
}
.sheet .sheet_main .sheet3 li:last-of-type .num_box .box .time {
  width: 100%;
  height: 260px;
  position: relative;
}
.sheet .sheet_main .sheet3 li:last-of-type .num_box .reduce {
  display: inline-block;
  width: 44px;
  height: 42px;
  background: url(../images/reduce1.png) no-repeat;
  margin-left: 10px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.8s;
  position: absolute;
  top: -26px;
  left: 173px;
  z-index: 99;
}
.sheet .sheet_main .sheet3 li:last-of-type .num_box .reduce.on {
  animation: moveup 1.5s linear;
}
.sheet .sheet_main .sheet3 li:last-of-type .coupon {
  width: 200px;
  height: 74px;
  position: absolute;
  top: 30px;
  left: 385px;
}
.sheet .sheet_main .sheet3 li:last-of-type .coupon p {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #947053;
  line-height: normal;
  padding-left: 63px;
  opacity: 1;
}
.sheet .sheet_main .sheet3 li:last-of-type .coupon .coupon_img {
  width: 81px;
  height: 37px;
  position: absolute;
  right: 115px;
  bottom: 0;
  overflow: hidden;
}
.sheet .sheet_main .sheet3 li:last-of-type .coupon .coupon_img img {
  position: absolute;
  top: 0;
  right: 0;
}
.sheet .sheet_main .sheet3 li:last-of-type .coupon.on p {
  opacity: 1;
  animation: couponp 2s;
}
@keyframes couponp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sheet .sheet_main .sheet3 li:last-of-type .coupon.on .coupon_img {
  animation: couponarrow 1.8s;
}
@keyframes couponarrow {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: 81px;
  }
}
.sheet .sheet_main .sheet3 li.icon::after {
  content: "";
  display: block;
  width: 12px;
  height: 13px;
  background: url(../images/sheet3_icon.png) no-repeat center;
  position: absolute;
  left: 49px;
  top: 19px;
}
.sheet.soldout {
  height: 967px;
}
.sheet.soldout .sheet1,
.sheet.soldout .sheet2 {
  height: 542px;
}
.sheet.soldout .sheet3 {
  height: 688px;
}
.sheet.soldout .sheet3::after {
  background: url(../images/sheet2_off.png) no-repeat;
}
.sheet.soldout .sheet3 .num_box,
.sheet.soldout .sheet3 .coupon {
  display: none !important;
}
.sheet.soldout .soldoutli {
  display: none;
}
.review {
  box-sizing: border-box;
  padding-top: 50px;
}
.review-h2 {
  padding: 100px 0;
  color: #000;
  font-size: 28px;
  text-align: center;
}
#carousel > div {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -45.5px;
  border-radius: 100%;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  background-color: #fffbf2;
}
#carousel > div > img,
#carousel > div > a img {
  width: 65px;
  height: 65px;
  transition: all 0.6s ease-in-out;
}
#carousel > div.on {
  margin-left: -63px;
}
#carousel > div.on > img,
#carousel > div.on >a img {
  width: 100px;
  height: 100px;
}
#user-list {
  width: 969px;
  height: 435px;
  margin: -40px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#user-list > p {
  line-height: 21px;
  font-size: 28px;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 86px;
}
#carousel {
  position: relative;
  z-index: 2;
  transform-style: preserve-3d;
  perspective: 800px;
}
#user-list .users-avator {
  width: 800px;
  height: 131px;
  margin: 0 auto 60px;
  
}
#user-list .users-avator ul {
  width: 438px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}
#user-list .users-avator ul li {
  width: 126px;
  height: 126px;
  cursor: pointer;
  margin: 0 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#user-list .users-avator ul li div {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  border-radius: 100%;
  border: 18px solid #fffbf2;
  cursor: pointer;
}
#user-list .users-avator ul li.active div {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 13px solid #fffbf2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#user-list .comments {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#user-list .comments .arrow-left,
#user-list .comments .arrow-right {
  height: 100%;
  width: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 38px;
  box-sizing: border-box;
  cursor: pointer;
}
#user-list .comments .comments-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 20px;
}
#user-list .comments .comments-content ul li.on {
  display: block;
}
#user-list .comments .comments-content ul li {
  display: none;
}
#user-list .comments .comments-content ul li p {
  text-align: center;
  margin-bottom: 50px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  color: #555555;
}
#user-list .comments .comments-content ul li h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.awards {
  box-sizing: border-box;
  height: 470px;
  background: #FEF7F2;
  padding-top: 58px;
  position: relative;
}
.awards::after {
  content: "";
  display: block;
  width: 190px;
  height: 526px;
  background: url(../images/footer_icon.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 175px;
}
#awards-list {
  width: 1126px;
  height: 350px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#awards-list > h3 {
  line-height: 21px;
  font-size: 28px;
  color: #AE8970;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
#awards-list > p {
  line-height: 16px;
  font-size: 16px;
  letter-spacing: 0;
  color: #D5AA8B;
  font-weight: 300;
  text-align: center;
  margin-bottom: 37px;
}
#awards-list .awards-img {
  text-align: center;
}
#awards-list .awards-img img {
  display: inline-block;
  margin-right: 10px;
}
#awards-list > ul {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#awards-list > ul li {
  width: 556px;
  height: 116px;
  background: #FDEBDE;
  border-radius: 3px;
  border: 1px solid #FDDCC3;
}
#awards-list > ul li:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 22px 0 36px;
  box-sizing: border-box;
}
#awards-list > ul li:first-child > img {
  height: 58px;
  margin-right: 20px;
}
#awards-list > ul li:first-child h3 {
  line-height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin-bottom: 15px;
}
#awards-list > ul li:first-child p {
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: #666;
  text-align: left;
}
#awards-list > ul li:nth-child(2) {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 49px;
  box-sizing: border-box;
}
#awards-list > ul li:nth-child(2) p {
  line-height: 13px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin-bottom: 15px;
}
#footer {
  width: 100%;
  padding-top: 20px;
  box-sizing: border-box;
  padding-bottom: 130px;
}
#footer p {
  font-size: 14px;
  font-weight: 300;
  color: #888888;
  line-height: 26px;
}
#footer p.center {
  font-weight: 400;
  color: #666666;
  text-align: center;
  margin-top: 30px;
}
.float {
  box-sizing: border-box;
  position: fixed;
  background: url(../images/float.jpg) no-repeat center;
  width: 100%;
  height: 120px;
  bottom: 0;
  opacity: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 140%, 0);
  transition: all 0.8s;
}
.float.on {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.float > img {
  margin-top: -33px;
  margin-right: 63px;
}
.float .soldoutimg {
  display: none;
}
.float .float_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 28px;
  margin-right: 89px;
  background: url(../images/float_string.png) no-repeat;
  background-position: center 46px;
}
.float .float_text .box {
  display: flex;
  position: relative;
}
.float .float_text .box > span {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 600;
  color: #810707;
  line-height: 31px;
}
.float .float_text .box > span:nth-of-type(1) {
  margin-right: 7px;
}
.float .float_text .box > span:nth-of-type(2) {
  margin-left: 3px;
}
.float .float_text .box > div {
  width: 32px;
  height: 31px;
  background: #FFFFFF;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 500;
  color: #810707;
  overflow: hidden;
  margin-right: 5px;
  line-height: 31px;
}
.float .float_text .box > div span {
  display: inline-block;
  width: 100%;
  height: 31px;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 500;
  color: #810707;
  line-height: 31px;
}
.float .float_text .box .time {
  width: 100%;
  height: 260px;
  position: relative;
}
.float .float_text > p {
  font-size: 20px;
  font-family: Montserrat;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 9px;
  text-align: center;
}
.float .price_box {
  padding-top: 15px;
}
.float .price_box p {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.float .price_box p span {
  font-size: 24px;
  font-family: Montserrat;
  font-weight: 600;
  color: #FFFFFF;
  margin-right: 8px;
  line-height: normal;
}
.float .price_box p del {
  display: block;
  height: 12px;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: bold;
  text-decoration: line-through;
  color: #FDD8AD;
  line-height: normal;
}
.float .price_box a {
  display: block;
  width: 216px;
  height: 46px;
  background: linear-gradient(0deg, #FFB400, #FFFC00);
  box-shadow: 0px 10px 13px 0px rgba(125, 0, 0, 0.5);
  border-radius: 22px;
  margin: 0 auto;
  margin-top: 8px;
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 600;
  color: #2A0B05;
  line-height: 46px;
  text-shadow: 1px 0px 0px #E4FF00;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.float .price_box a:hover {
  background: #ffdf00;
  box-shadow: 0px 6px 16px 0px rgba(253, 101, 101, 0.63);
}
.float .price_box a::after {
  content: "";
  display: block;
  width: 83px;
  height: 57px;
  position: absolute;
  right: -19px;
  top: -14px;
  background: url(../images/float_icon.png) no-repeat;
}
.float.soldout img {
  display: none;
  margin-right: 189px;
}
.float.soldout .soldoutimg {
  display: block;
}
.float.soldout .float_text {
  padding-top: 70px;
  margin-right: 143px;
  background: url(../images/float_soldout_title.png) no-repeat center 12px;
}
.float.soldout .float_text .box {
  display: none;
}
.float.soldout .float_text p {
  font-size: 14px;
  font-weight: bold;
  color: #791613;
}
@keyframes moveup {
  0% {
    opacity: 0;
    transform: translateY(0px);
    background: url(../images/reduce1.png) no-repeat;
  }
  20% {
    opacity: 1;
    transform: translateY(0px);
    background: url(../images/reduce1.png) no-repeat;
  }
  50% {
    opacity: 1;
    transform: translateY(0px);
    background: url(../images/reduce1.png) no-repeat;
  }
  75% {
    opacity: 1;
    transform: translateY(-20px);
    background: url(../images/reduce2.png) no-repeat;
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    background: url(../images/reduce2.png) no-repeat;
  }
}
