@import "base.css";
@import "style-tc.css";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
menu,
input,
textarea,
button,
select,
th,
td iframe {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-size: 100%;
  font-weight: normal;
}
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
a,
a:visited,
a:active {
  text-decoration: none;
  border: none;
  outline: none;
}
input,
textarea {
  outline: none;
}
textarea {
  resize: vertical;
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  word-wrap: break-word;
  line-height: 1.5;
  font-size: 12px;
  width: 100%;
  margin: 0 auto!important;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}
body,
button,
input,
select,
textarea {
  font-family: 'Noto Sans SC', sans-serif, 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', 'microsoft yahei', simsun, sans-serif;
}
.none {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix {
  width: 100%;
  height: 0.01rem;
  display: block;
  clear: both;
}
.clearfix::after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.flexS {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.transCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.baseStyle {
  width: 100%;
  clear: both;
  float: left;
}
.oneLineTxt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.transtion {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 800px) {
  body {
    background: #fdf0e0;
  }
}
.wrap {
  width: 12rem;
  margin: auto;
  text-align: center;
  position: relative;
}
.banner-box {
  width: 100%;
  clear: both;
  height: 6.72rem;
  background: url("../images/banner.jpg") no-repeat center top;
}
.banner-box .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.banner-box .ban_theme {
  width: 8.12rem;
  display: block;
  margin-top: 0.79rem;
}
.banner-box .ban_theme img {
  width: 100%;
  display: block;
}
.banner-box .gift_ip {
  width: 100%;
  clear: both;
  margin-top: -3.61rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.banner-box .gift_ip .giftbox {
  width: 4.35rem;
  display: block;
  margin-left: -2.43rem;
  margin-top: 1.28rem;
}
.banner-box .gift_ip .giftbox img {
  width: 100%;
  display: block;
}
.banner-box .gift_ip .ipbox {
  width: 5.65rem;
  display: block;
  margin-right: -2.6rem;
}
.banner-box .gift_ip .ipbox img {
  width: 100%;
  display: block;
}
.banner-box .iconFix {
  width: 100%;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-box .iconFix img.seagull {
  width: 0.38rem;
  position: absolute;
  top: 0.42rem;
  left: 6.97rem;
  animation: moveX1 0.7s linear infinite alternate;
  -o-animation: moveX1 0.7s linear infinite alternate;
  -moz-animation: moveX1 0.7s linear infinite alternate;
  -webkit-animation: moveX1 0.7s linear infinite alternate;
}
.banner-box .iconFix img.gold {
  width: 1.17rem;
  position: absolute;
  top: 1.96rem;
  left: 0.54rem;
  animation: scale1 0.5s linear infinite alternate;
  -o-animation: scale1 0.5s linear infinite alternate;
  -moz-animation: scale1 0.5s linear infinite alternate;
  -webkit-animation: scale1 0.5s linear infinite alternate;
}
.banner-box .iconFix img.discounts {
  width: 2.13rem;
  position: absolute;
  top: 3.9rem;
  left: 1.35rem;
  animation: moveY1 0.8s linear infinite alternate;
  -o-animation: moveY1 0.8s linear infinite alternate;
  -moz-animation: moveY1 0.8s linear infinite alternate;
  -webkit-animation: moveY1 0.8s linear infinite alternate;
}
.banner-box .iconFix img.card {
  width: 8.09rem;
  position: absolute;
  top: 1.65rem;
  left: 2.2rem;
  animation: moveY2 0.8s linear infinite alternate;
  -o-animation: moveY2 0.8s linear infinite alternate;
  -moz-animation: moveY2 0.8s linear infinite alternate;
  -webkit-animation: moveY2 0.8s linear infinite alternate;
}
.banner-box .iconFix img.redbox {
  width: 1.25rem;
  position: absolute;
  top: 0.87rem;
  right: 2.76rem;
  animation: moveX2 0.8s linear infinite alternate;
  -o-animation: moveX2 0.8s linear infinite alternate;
  -moz-animation: moveX2 0.8s linear infinite alternate;
  -webkit-animation: moveX2 0.8s linear infinite alternate;
}
.sectionbox {
  width: 100%;
  height: auto;
  background: url("../images/page-bg01.jpg") no-repeat center top;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sections {
  width: 100%;
  clear: both;
  margin-bottom: 0.72rem;
}
.sections .secTit {
  width: 100%;
  clear: both;
  margin-top: -0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  z-index: 3;
  margin-bottom: -0.2rem;
}
.sections .secTit img.tit {
  width: 7.66rem;
  display: block;
  margin: auto;
}
.sections .secTit img.bottle {
  height: 1.34rem;
  display: block;
  position: absolute;
  top: 0.27rem;
  right: 0.94rem;
}
.sections .secTit img.sun {
  height: 1.6rem;
  display: block;
  position: absolute;
  top: 0.07rem;
  left: 0.67rem;
}
.sections .sec_kuang {
  width: 100%;
  clear: both;
  margin: 0 auto 0.9rem;
  background: url("../images/k01.png") repeat-y center top / 100%;
  min-height: 1rem;
  position: relative;
  border: solid 0.01rem #68fcfe;
  border-top: 0;
  border-bottom: 0;
}
.sections .sec_kuang::before {
  content: '';
  width: 100%;
  height: 0.5rem;
  background: url("../images/k02.png") no-repeat center top / 100%;
  position: absolute;
  top: -0.5rem;
  left: -0.01rem;
  border-radius: 0.4rem 0.4rem 0 0;
  border: solid 0.01rem #68fcfe;
  border-bottom: 0;
}
.sections .sec_kuang::after {
  content: '';
  width: 100%;
  height: 0.9rem;
  background: url("../images/k03.png") no-repeat center bottom / 100%;
  position: absolute;
  bottom: -0.9rem;
  left: -0.01rem;
  border-radius: 0 0 0.4rem 0.4rem;
  border: solid 0.01rem #68fcfe;
  border-top: 0;
}
.sections .sec_kuang .ear::before {
  content: '';
  width: 0.37rem;
  height: 1.11rem;
  background: url("../images/s2-icon01.png") no-repeat center / 100%;
  position: absolute;
  top: 0.3rem;
  left: -0.37rem;
}
.sections .sec_kuang .ear::after {
  content: '';
  width: 0.37rem;
  height: 1.11rem;
  background: url("../images/s2-icon02.png") no-repeat center / 100%;
  position: absolute;
  top: 0.3rem;
  right: -0.37rem;
}
.sec01 {
  clear: both;
}
.sec01 .k1 {
  margin: 0.2rem auto 0.9rem;
}
.sec01 .vidbox {
  width: 11rem;
  height: auto;
  margin: auto;
  min-height: 6.18rem;
  border-radius: 0.25rem;
  background: #fcfae4;
  background: -webkit-linear-gradient(#f8f5c8, #fff);
  background: -moz-linear-gradient(#f8f5c8, #fff);
  background: -o-linear-gradient(#f8f5c8, #fff);
  background: linear-gradient(#f8f5c8, #fff);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec01 .vidbox .video-box {
  width: 90%;
  clear: both;
}
.sec02 .s2-title {
  margin-bottom: -0.08rem;
}
.sec02 .k2 {
  padding-bottom: 0.3rem;
}
.sec02 .item {
  width: 100%;
  clear: both;
}
.sec02 .item .s2-subtit {
  width: 100%;
  clear: both;
}
.sec02 .item .s2-subtit img {
  height: 0.98rem;
  display: block;
  margin: 0 auto 0.15rem;
}
.sec02 .item.item01 {
  margin-bottom: 0.3rem;
}
.sec02 .item .box {
  width: 10rem;
  height: auto;
  min-height: 3rem;
  margin: auto;
  background: #fcfae4;
  background: -webkit-linear-gradient(#f8f5c8, #fff);
  background: -moz-linear-gradient(#f8f5c8, #fff);
  background: -o-linear-gradient(#f8f5c8, #fff);
  background: linear-gradient(#f8f5c8, #fff);
  box-shadow: 0 0.2rem 0.29rem #fff inset;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.sec02 .item .box .part {
  width: 4.2rem;
  display: block;
  margin: 0.32rem 0.2rem 0.4rem;
}
.sec02 .item .box .part img {
  width: 100%;
  display: block;
}
.sec02 .item .box .part a {
  width: 2rem;
  height: 0.48rem;
  display: block;
  border-radius: 0.5rem;
  border: solid 0.01rem #fff368;
  box-shadow: 0 0.1rem 0.13rem #fff inset, 0 0.05rem 0.03rem rgba(255, 163, 185, 0.5);
  background: #ff4900;
  background: -webkit-linear-gradient(left, #ff9200, #ff0000);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff9200, #ff0000);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff9200, #ff0000);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff9200, #ff0000);
  /* 标准的语法 */
  margin: -0.85rem auto auto;
  position: relative;
  z-index: 2;
  font-size: 0.24rem;
  line-height: 0.48rem;
  color: #fff;
  font-weight: bold;
  animation: scale2 0.5s linear infinite alternate;
  -o-animation: scale2 0.5s linear infinite alternate;
  -moz-animation: scale2 0.5s linear infinite alternate;
  -webkit-animation: scale2 0.5s linear infinite alternate;
}
.sec02 .item .box .part p {
  width: 100%;
  clear: both;
  font-size: 0.16rem;
  line-height: 1;
  padding-top: 0.35rem;
}
.sec02 .item .box .info {
  width: 1.75rem;
  height: 2.47rem;
  margin: 0.21rem 0.1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  font-size: 0.18rem;
  line-height: 0.22rem;
}
.sec02 .item .box .info.type1 {
  background: url("../images/s2-img05.png") no-repeat center top / 100%;
  color: #fe3600;
}
.sec02 .item .box .info.type1 p {
  color: #51180a;
}
.sec02 .item .box .info.type2 {
  background: url("../images/s2-img06.png") no-repeat center top / 100%;
  color: #0064ec;
}
.sec02 .item .box .info.type2 p {
  color: #0a0a4c;
}
.sec02 .item .box .info.type3 {
  background: url("../images/s2-img07.png") no-repeat center top / 100%;
  color: #ff0741;
}
.sec02 .item .box .info.type3 p {
  color: #7b0b1e;
}
.sec02 .item .box .info.type4 {
  background: url("../images/s2-img08.png") no-repeat center top / 100%;
  color: #9a5701;
}
.sec02 .item .box .info.type4 p {
  color: #4a2b03;
}
.sec02 .item .box .info.type5 {
  background: url("../images/s2-img09.png") no-repeat center top / 100%;
  color: #0141d9;
}
.sec02 .item .box .info.type5 p {
  color: #0a0a4c;
}
.sec02 .item .box .info a {
  width: 0.62rem;
  height: 0.62rem;
  display: block;
  margin-top: 0.5rem;
  border-radius: 50px;
  background: url("../images/s2-btn01.png") no-repeat center / 100%;
  box-shadow: 0 0.05rem 0.03rem rgba(255, 163, 185, 0.5);
  font-size: 0;
  line-height: 0.62rem;
  font-weight: bold;
  color: #fff;
  animation: scale1 0.8s linear infinite alternate;
  -o-animation: scale1 0.8s linear infinite alternate;
  -moz-animation: scale1 0.8s linear infinite alternate;
  -webkit-animation: scale1 0.8s linear infinite alternate;
}
.sec02 .item .box .info b {
  font-weight: bold;
  width: 100%;
  display: block;
  padding-top: 0.05rem;
}
.sec02 .item .box .info span {
  margin-top: 0.25rem;
  font-size: 0.14rem;
  color: #fff;
  width: 100%;
  clear: both;
}
.sec02 .item .box .zhu {
  font-size: 0.18rem;
  line-height: 1.5;
  color: #493107;
  margin: 0.25rem auto;
}
.sec02 .item02 .box {
  padding: 0.2rem 0 0;
}
.sec03 .s3-subTti {
  margin-top: 0.15rem;
}
.sec03 .s3-subTti img {
  height: 0.95rem;
  display: block;
  margin: auto;
}
.sec03 .s3-item {
  width: 10rem;
  min-height: 3rem;
  height: auto;
  margin: 0.23rem auto 0;
  background: #fcfae4;
  background: -webkit-linear-gradient(#f8f5c8, #fff);
  background: -moz-linear-gradient(#f8f5c8, #fff);
  background: -o-linear-gradient(#f8f5c8, #fff);
  background: linear-gradient(#f8f5c8, #fff);
  box-shadow: 0 0.2rem 0.29rem #fff inset;
  border-radius: 0.25rem;
  padding-bottom: 0.15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.sec03 .s3-item .subNav {
  width: 100%;
  clear: both;
  margin-top: 0.37rem;
  margin-bottom: 0.29rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec03 .s3-item .subNav span {
  width: 1.36rem;
  height: 0.5rem;
  border-radius: 0.12rem;
  border: solid 0.02rem #fff;
  box-sizing: border-box;
  font-size: 0.24rem;
  line-height: 1;
  color: #333;
  font-weight: bold;
  background: #f0fffc;
  background: -webkit-linear-gradient(#fff, #e1fff8);
  background: -moz-linear-gradient(#fff, #e1fff8);
  background: -o-linear-gradient(#fff, #e1fff8);
  background: linear-gradient(#fff, #e1fff8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0.1rem;
  cursor: pointer;
}
.sec03 .s3-item .subNav span.on {
  color: #fff;
  background: #ff5c76;
  background: -webkit-linear-gradient(left, #ff3a69, #ff7e83);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff3a69, #ff7e83);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff3a69, #ff7e83);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff3a69, #ff7e83);
  /* 标准的语法 */
  box-shadow: 0 0.04rem 0.02rem #ff8587 inset, 0 0 0.15rem #fff inset;
}
.sec03 .s3-item .partbox {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec03 .s3-item .partbox .kmbox {
  width: 4.6rem;
  height: 4.25rem;
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: none;
  align-content: flex-start;
  transition: all 0.5s;
}
.sec03 .s3-item .partbox .kmbox[name='jianzhu'] {
  display: flex;
}
.sec03 .s3-item .partbox .kmbox:hover {
  transform: scale(1.05);
}
.sec03 .s3-item .partbox .kmbox:nth-child(odd) {
  margin-left: 0.34rem;
}
.sec03 .s3-item .partbox .kmbox:nth-child(even) {
  margin-right: 0.34rem;
}
.sec03 .s3-item .partbox .kmbox.type1 {
  background: url("../images/s3-img01.png") no-repeat center top / 100%;
  color: #1e49df;
}
.sec03 .s3-item .partbox .kmbox.type1 .price::after {
  content: '';
  width: 0.92rem;
  height: 0.95rem;
  background: url("../images/s3-save01.png") no-repeat center top / 100%;
  position: absolute;
  top: 0.17rem;
  right: 0.02rem;
}
.sec03 .s3-item .partbox .kmbox.type1 .price ul li .p1 {
  background: #1663ef;
  background: -webkit-linear-gradient(left, #0e7dff, #1e49df);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #0e7dff, #1e49df);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #0e7dff, #1e49df);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #0e7dff, #1e49df);
  /* 标准的语法 */
}
.sec03 .s3-item .partbox .kmbox.type2 {
  background: url("../images/s3-img02.png") no-repeat center top / 100%;
  color: #fd582f;
}
.sec03 .s3-item .partbox .kmbox.type2 .price::after {
  content: '';
  width: 0.92rem;
  height: 0.95rem;
  background: url("../images/s3-save02.png") no-repeat center top / 100%;
  position: absolute;
  top: 0.17rem;
  right: 0.02rem;
}
.sec03 .s3-item .partbox .kmbox.type2 .price ul li .p1 {
  background: #ff9a2b;
  background: -webkit-linear-gradient(left, #ffbc48, #ff770d);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ffbc48, #ff770d);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ffbc48, #ff770d);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ffbc48, #ff770d);
  /* 标准的语法 */
}
.sec03 .s3-item .partbox .kmbox.type3 {
  background: url("../images/s3-img03.png") no-repeat center top / 100%;
  color: #ff3860;
}
.sec03 .s3-item .partbox .kmbox.type3 .price::after {
  content: '';
  width: 0.92rem;
  height: 0.95rem;
  background: url("../images/s3-save03.png") no-repeat center top / 100%;
  position: absolute;
  top: 0.17rem;
  right: 0.02rem;
}
.sec03 .s3-item .partbox .kmbox.type3 .price ul li .p1 {
  background: #ff3f66;
  background: -webkit-linear-gradient(left, #ff214d, #ff5d7f);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff214d, #ff5d7f);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff214d, #ff5d7f);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff214d, #ff5d7f);
  /* 标准的语法 */
}
.sec03 .s3-item .partbox .kmbox.type4 {
  background: url("../images/s3-img04.png") no-repeat center top / 100%;
  color: #0e7dff;
}
.sec03 .s3-item .partbox .kmbox.type4 .price::after {
  content: '';
  width: 0.92rem;
  height: 0.95rem;
  background: url("../images/s3-save04.png") no-repeat center top / 100%;
  position: absolute;
  top: 0.17rem;
  right: 0.02rem;
}
.sec03 .s3-item .partbox .kmbox.type4 .price ul li .p1 {
  background: #2191ff;
  background: -webkit-linear-gradient(left, #42aaff, #0078fe);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #42aaff, #0078fe);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #42aaff, #0078fe);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #42aaff, #0078fe);
  /* 标准的语法 */
}
.sec03 .s3-item .partbox .kmbox.type5 {
  background: url("../images/s3-img05.png") no-repeat center top / 100%;
  color: #a347d9;
}
.sec03 .s3-item .partbox .kmbox.type5 .price::after {
  content: '';
  width: 0.92rem;
  height: 0.95rem;
  background: url("../images/s3-save06.png") no-repeat center top / 100%;
  position: absolute;
  top: 0.17rem;
  right: 0.02rem;
}
.sec03 .s3-item .partbox .kmbox.type6 {
  background: url("../images/s3-img06.png") no-repeat center top / 100%;
  color: #fd582f;
}
.sec03 .s3-item .partbox .kmbox.type7 {
  background: url("../images/s3-img07.png") no-repeat center top / 100%;
  color: #0a9b8a;
}
.sec03 .s3-item .partbox .kmbox.type7 .top .more {
  color: #06463f;
}
.sec03 .s3-item .partbox .kmbox.type7 .price::after {
  content: '';
  width: 0.92rem;
  height: 0.95rem;
  background: url("../images/s3-save05.png") no-repeat center top / 100%;
  position: absolute;
  top: 0.17rem;
  right: 0.02rem;
}
.sec03 .s3-item .partbox .kmbox.type8 {
  background: url("../images/s3-img08.png") no-repeat center top / 100%;
  color: #51a31e;
}
.sec03 .s3-item .partbox .kmbox.type8 .top .more {
  color: #074606;
}
.sec03 .s3-item .partbox .kmbox.type9 {
  background: url("../images/s3-img09.png") no-repeat center top / 100%;
  color: #23a3b8;
}
.sec03 .s3-item .partbox .kmbox.type9 ul li .p1 {
  background: #4ab7c7;
  background: -webkit-linear-gradient(left, #4ebccc, #45b2c1);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #4ebccc, #45b2c1);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #4ebccc, #45b2c1);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #4ebccc, #45b2c1);
  /* 标准的语法 */
}
.sec03 .s3-item .partbox .kmbox.type9 .price::after {
  content: '';
  width: 0.92rem;
  height: 0.95rem;
  background: url("../images/s3-save07.png") no-repeat center top / 100%;
  position: absolute;
  top: 0.17rem;
  right: 0.02rem;
}
.sec03 .s3-item .partbox .kmbox.kmIp {
  align-content: center;
}
.sec03 .s3-item .partbox .kmbox.kmIp img {
  width: 3rem;
}
.sec03 .s3-item .partbox .kmbox .top {
  width: 4.33rem;
  height: 1.58rem;
  margin: 0.14rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  cursor: pointer;
}
.sec03 .s3-item .partbox .kmbox .top.type2 {
  align-content: center;
}
.sec03 .s3-item .partbox .kmbox .top .km {
  width: 100%;
  height: 0.53rem;
  font-size: 0.24rem;
  line-height: 0.53rem;
  font-weight: bold;
  color: #fff;
  margin-top: -0.13rem;
  margin-bottom: 0.33rem;
}
.sec03 .s3-item .partbox .kmbox .top .km.type1 {
  background: url("../images/s3_t01.png") no-repeat center top / auto 100%;
}
.sec03 .s3-item .partbox .kmbox .top .km.type2 {
  background: url("../images/s3_t02.png") no-repeat center top / auto 100%;
}
.sec03 .s3-item .partbox .kmbox .top .km.type3 {
  background: url("../images/s3_t03.png") no-repeat center top / auto 100%;
}
.sec03 .s3-item .partbox .kmbox .top .km.type4 {
  background: url("../images/s3_t04.png") no-repeat center top / auto 100%;
}
.sec03 .s3-item .partbox .kmbox .top .km.type5 {
  background: url("../images/s3_t05.png") no-repeat center top / auto 100%;
}
.sec03 .s3-item .partbox .kmbox .top .km.type6 {
  background: url("../images/s3_t06.png") no-repeat center top / auto 100%;
}
.sec03 .s3-item .partbox .kmbox .top .km.type7 {
  background: url("../images/s3_t07.png") no-repeat center top / auto 100%;
}
.sec03 .s3-item .partbox .kmbox .top .km.type8 {
  background: url("../images/s3_t08.png") no-repeat center top / auto 100%;
}
.sec03 .s3-item .partbox .kmbox .top .km.type9 {
  background: url("../images/s3_t09.png") no-repeat center top / auto 100%;
}
.sec03 .s3-item .partbox .kmbox .top .km.type10 {
  background: url("../images/s3_t10.png") no-repeat center top / auto 100%;
}
.sec03 .s3-item .partbox .kmbox .top .more {
  width: auto;
  height: 0.4rem;
  display: block;
  color: #460619;
  background: #fff;
  font-size: 0.18rem;
  line-height: 0.4rem;
  border-radius: 0.4rem;
  padding: 0 0.28rem;
  margin-top: 0.33rem;
  margin-bottom: 0.17rem;
}
.sec03 .s3-item .partbox .kmbox .top b {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1;
}
.sec03 .s3-item .partbox .kmbox .txt {
  width: 100%;
  clear: both;
  height: 0.9rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.18rem;
  line-height: 0.25rem;
}
.sec03 .s3-item .partbox .kmbox .txt b {
  font-weight: bold;
}
.sec03 .s3-item .partbox .kmbox .price {
  width: 100%;
  margin-top: 0.24rem;
  position: relative;
}
.sec03 .s3-item .partbox .kmbox .price.type3 .p2 {
  margin-left: 0.3rem;
}
.sec03 .s3-item .partbox .kmbox .price ul {
  width: 4.2rem;
  display: block;
  clear: both;
  margin: auto;
}
.sec03 .s3-item .partbox .kmbox .price ul li {
  width: 100%;
  padding-bottom: 0.14rem;
  margin-bottom: 0.14rem;
  border-bottom: dashed #684012 0.01rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sec03 .s3-item .partbox .kmbox .price ul li:last-child {
  border-bottom: 0;
}
.sec03 .s3-item .partbox .kmbox .price ul li .p1 {
  font-size: 0.2rem;
  line-height: 0.38rem;
  color: #fff;
  font-weight: 600;
  border-radius: 0.4rem;
  padding: 0 0.19rem;
  width: auto;
  height: 0.38rem;
  display: block;
  margin-right: 0.1rem;
}
.sec03 .s3-item .partbox .kmbox .price ul li .p2 {
  line-height: 0.38rem;
  height: 0.38rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 3.1rem;
  text-align: left;
}
.sec03 .s3-item .partbox .kmbox .price ul li .p2 i {
  color: #0b2b5c;
  font-size: 0.2rem;
}
.sec03 .s3-item .partbox .kmbox .price ul li .p2 em {
  font-size: 0.24rem;
  font-weight: bold;
  font-style: italic;
}
.sec03 .s3-item .partbox .kmbox .price ul li .p2 em b {
  margin-right: 0.05rem;
}
.sec03 .s3-item .partbox .kmbox .price ul li .p2 b {
  font-size: 0.44rem;
  font-weight: bold;
}
.sec03 .s3-item .partbox .kmbox .advantage {
  width: 100%;
  clear: both;
}
.sec03 .s3-item .partbox .kmbox .advantage ul {
  width: 100%;
  margin-top: -0.06rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec03 .s3-item .partbox .kmbox .advantage li {
  width: 1.21rem;
  display: block;
  margin: auto 0.15rem;
}
.sec03 .s3-item .partbox .kmbox .advantage li img {
  width: 100%;
  display: block;
}
.sec03 .s3-item .partbox .kmbox .advantage li span {
  width: auto;
  display: block;
  font-size: 0.18rem;
  color: #ff5400;
  line-height: 0.28rem;
  background: #fff2e2;
  background: -webkit-linear-gradient(left, #fff, #ffe5c4);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fff, #ffe5c4);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fff, #ffe5c4);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fff, #ffe5c4);
  /* 标准的语法 */
  border-radius: 0.3rem;
  padding: 0 0.13rem;
}
.sec03 .zhu {
  font-size: 0.18rem;
  line-height: 0.38rem;
  color: #493107;
  margin-top: 0.16rem;
  margin-bottom: -0.38rem;
  width: 100%;
  float: left;
  position: relative;
  z-index: 3;
}
.sec04 .k4 {
  padding-bottom: 0.15rem;
}
.sec04 .s4-subTti {
  margin-top: 0.15rem;
}
.sec04 .s4-subTti img {
  height: 0.75rem;
  display: block;
  margin: auto;
}
.sec04 .s4-item {
  width: 10rem;
  min-height: 3rem;
  height: auto;
  margin: 0.23rem auto 0;
  background: #fcfae4;
  background: -webkit-linear-gradient(#f8f5c8, #fff);
  background: -moz-linear-gradient(#f8f5c8, #fff);
  background: -o-linear-gradient(#f8f5c8, #fff);
  background: linear-gradient(#f8f5c8, #fff);
  box-shadow: 0 0.2rem 0.29rem #fff inset;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
}
.sec04 .s4-item ul {
  width: 8.9rem;
  clear: both;
  margin: 0.61rem auto 0;
}
.sec04 .s4-item ul li {
  width: 100%;
  height: 1.32rem;
  margin-bottom: 0.17rem;
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sec04 .s4-item ul li:hover {
  box-shadow: 0 0 0.1rem;
}
.sec04 .s4-item ul li.item1 {
  background: url("../images/s4-img01.png") no-repeat center top / 100%;
  height: 1.66rem;
  color: #ff9000;
}
.sec04 .s4-item ul li.item1 p,
.sec04 .s4-item ul li.item1 span,
.sec04 .s4-item ul li.item1 i {
  color: #441c04;
}
.sec04 .s4-item ul li.item1 i {
  background: #ffda93;
}
.sec04 .s4-item ul li.item1 .km {
  background: #ffae39;
  background: -webkit-linear-gradient(left, #ffc539, #ff9639);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ffc539, #ff9639);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ffc539, #ff9639);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ffc539, #ff9639);
  /* 标准的语法 */
  border: solid 0.01rem #ff9000;
}
.sec04 .s4-item ul li.item1 span {
  border: solid 0.02rem #ffc981;
}
.sec04 .s4-item ul li.item2 {
  background: url("../images/s4-img02.png") no-repeat center top / 100%;
  color: #fc5799;
}
.sec04 .s4-item ul li.item2 p,
.sec04 .s4-item ul li.item2 span,
.sec04 .s4-item ul li.item2 i {
  color: #750318;
}
.sec04 .s4-item ul li.item2 i {
  background: #ffb5c8;
}
.sec04 .s4-item ul li.item2 .km {
  background: #ff4490;
  background: -webkit-linear-gradient(left, #ff618e, #ff2792);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff618e, #ff2792);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff618e, #ff2792);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff618e, #ff2792);
  /* 标准的语法 */
  border: solid 0.01rem #d40245;
}
.sec04 .s4-item ul li.item2 span {
  border: solid 0.02rem #ffc981;
}
.sec04 .s4-item ul li.item2 .price {
  margin-right: 0.4rem;
}
.sec04 .s4-item ul li.item3 {
  background: url("../images/s4-img03.png") no-repeat center top / 100%;
  color: #ff5339;
}
.sec04 .s4-item ul li.item3 p,
.sec04 .s4-item ul li.item3 span,
.sec04 .s4-item ul li.item3 i {
  color: #441c04;
}
.sec04 .s4-item ul li.item3 i {
  background: #ffc493;
}
.sec04 .s4-item ul li.item3 .km {
  background: #ff7539;
  background: -webkit-linear-gradient(left, #ff9639, #ff5339);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff9639, #ff5339);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff9639, #ff5339);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff9639, #ff5339);
  /* 标准的语法 */
  border: solid 0.01rem #ff5339;
}
.sec04 .s4-item ul li.item3 span {
  border: solid 0.02rem #ffc981;
}
.sec04 .s4-item ul li.item4 {
  background: url("../images/s4-img04.png") no-repeat center top / 100%;
  color: #0096bb;
}
.sec04 .s4-item ul li.item4 p,
.sec04 .s4-item ul li.item4 span,
.sec04 .s4-item ul li.item4 i {
  color: #043c44;
}
.sec04 .s4-item ul li.item4 i {
  background: #affcfb;
}
.sec04 .s4-item ul li.item4 .km {
  background: #09aabe;
  background: -webkit-linear-gradient(left, #11bec0, #0096bb);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #11bec0, #0096bb);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #11bec0, #0096bb);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #11bec0, #0096bb);
  /* 标准的语法 */
  border: solid 0.01rem #11bec0;
}
.sec04 .s4-item ul li.item4 span {
  border: solid 0.02rem #ffc981;
}
.sec04 .s4-item ul li.item4 .price {
  margin-right: 0.4rem;
}
.sec04 .s4-item ul li.item5 {
  background: url("../images/s4-img05.png") no-repeat center top / 100%;
  height: 1.66rem;
  color: #007ff0;
}
.sec04 .s4-item ul li.item5 p,
.sec04 .s4-item ul li.item5 span,
.sec04 .s4-item ul li.item5 i {
  color: #022256;
}
.sec04 .s4-item ul li.item5 i {
  background: #8fcbff;
}
.sec04 .s4-item ul li.item5 .km {
  background: #398dff;
  background: -webkit-linear-gradient(left, #397aff, #399fff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #397aff, #399fff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #397aff, #399fff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #397aff, #399fff);
  /* 标准的语法 */
  border: solid 0.01rem #397aff;
}
.sec04 .s4-item ul li.item5 span {
  border: solid 0.02rem #ffc981;
}
.sec04 .s4-item ul li.item6 {
  background: url("../images/s4-img06.png") no-repeat center top / 100%;
  color: #ff3600;
}
.sec04 .s4-item ul li.item6 p,
.sec04 .s4-item ul li.item6 span,
.sec04 .s4-item ul li.item6 i {
  color: #801c02;
}
.sec04 .s4-item ul li.item6 i {
  background: #ffc2c2;
}
.sec04 .s4-item ul li.item6 span {
  border: solid 0.02rem #ffc981;
}
.sec04 .s4-item ul li.type2 .left {
  width: auto;
  margin-right: 0.2rem;
}
.sec04 .s4-item ul li.type2 .price {
  max-width: 2.6rem;
}
.sec04 .s4-item ul li.type2 .price span {
  margin-top: 0.1rem;
}
.sec04 .s4-item ul li .left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0.3rem;
  width: 3.7rem;
}
.sec04 .s4-item ul li .num {
  width: 0.61rem;
  display: block;
}
.sec04 .s4-item ul li .num img {
  width: 100%;
  display: block;
}
.sec04 .s4-item ul li .txt {
  text-align: left;
  margin-left: 0.12rem;
}
.sec04 .s4-item ul li .txt b {
  font-size: 0.3rem;
  line-height: 0.36rem;
  font-weight: bold;
}
.sec04 .s4-item ul li .txt p {
  font-size: 0.18rem;
  line-height: 0.25rem;
  padding-top: 0.1rem;
}
.sec04 .s4-item ul li .price {
  width: auto;
  max-width: 4.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sec04 .s4-item ul li .price .line {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  transition: all 0.5s;
}
.sec04 .s4-item ul li .price .line:hover {
  transform: scale(1.05);
}
.sec04 .s4-item ul li .price .line:nth-child(2) {
  margin-top: 0.2rem;
}
.sec04 .s4-item ul li .price .line .km {
  font-size: 0.2rem;
  line-height: 0.36rem;
  font-weight: bold;
  color: #fff;
  padding: 0 0.2rem;
  border-radius: 0.4rem;
}
.sec04 .s4-item ul li .price .line b {
  font-size: 0.36rem;
  line-height: 1;
  font-weight: bold;
  margin-left: 0.1rem;
}
.sec04 .s4-item ul li .price .line b em {
  font-size: 0.24rem;
}
.sec04 .s4-item ul li .price .line i {
  width: 0.27rem;
  height: 0.27rem;
  display: block;
  line-height: 0.27rem;
  font-size: 0.18rem;
  border-radius: 50%;
}
.sec04 .s4-item ul li .price .line span {
  display: block;
  margin-left: 0.07rem;
  border-left: 0;
  border-right: 0;
}
.sec04 .s4-item ul li img {
  width: 1.01rem;
  display: block;
}
.sec04 .s4-item .zhu {
  font-size: 0.18rem;
  line-height: 0.38rem;
  color: #493107;
  display: block;
  margin-bottom: 0.16rem;
  width: 100%;
  position: relative;
  z-index: 3;
}
.sec05 .k5 {
  padding-bottom: 0.15rem;
}
.sec05 .s5-subTti {
  margin-top: 0.15rem;
}
.sec05 .s5-subTti img {
  height: 0.95rem;
  display: block;
  margin: auto;
}
.sec05 .s5-item {
  width: 10rem;
  min-height: 3rem;
  height: auto;
  margin: 0.23rem auto 0;
  padding-top: 0.35rem;
  padding-bottom: 0.15rem;
  background: #fcfae4;
  background: -webkit-linear-gradient(#f8f5c8, #fff);
  background: -moz-linear-gradient(#f8f5c8, #fff);
  background: -o-linear-gradient(#f8f5c8, #fff);
  background: linear-gradient(#f8f5c8, #fff);
  box-shadow: 0 0.2rem 0.29rem #fff inset;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.sec05 .s5-item .item {
  width: 4.6rem;
  margin: 0 0.06rem 0.14rem;
}
.sec05 .s5-item .item.item1 .txt {
  background: #fff;
  background: linear-gradient(#aab5ff, #fff 16%);
}
.sec05 .s5-item .item.item1 .txt .top {
  border: solid 0.01rem #8c9eff;
}
.sec05 .s5-item .item.item1 .txt .top::before {
  background: #6087ff;
  background: -webkit-linear-gradient(left, #78aeff, #4860ff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #78aeff, #4860ff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #78aeff, #4860ff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #78aeff, #4860ff);
  /* 标准的语法 */
}
.sec05 .s5-item .item.item1 .txt .top b {
  background: linear-gradient(to right, #0e7cff 0%, #1e4be0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sec05 .s5-item .item.item2 .txt {
  background: #fff;
  background: linear-gradient(#c0efff, #fff 16%);
}
.sec05 .s5-item .item.item2 .txt .top {
  border: solid 0.01rem #42d7ff;
}
.sec05 .s5-item .item.item2 .txt .top::before {
  background: #17b2f4;
  background: -webkit-linear-gradient(left, #1ed0ff, #1094e8);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #1ed0ff, #1094e8);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #1ed0ff, #1094e8);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #1ed0ff, #1094e8);
  /* 标准的语法 */
}
.sec05 .s5-item .item.item2 .txt .top b {
  background: linear-gradient(to right, #00c6ff 0%, #0087d8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sec05 .s5-item .item.item3 .txt {
  background: #fff;
  background: linear-gradient(#ffe9b4, #fff 16%);
}
.sec05 .s5-item .item.item3 .txt .top {
  border: solid 0.01rem #ffb255;
}
.sec05 .s5-item .item.item3 .txt .top::before {
  background: #ffaf3f;
  background: -webkit-linear-gradient(left, #ffc844, #ff9639);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ffc844, #ff9639);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ffc844, #ff9639);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ffc844, #ff9639);
  /* 标准的语法 */
}
.sec05 .s5-item .item.item3 .txt .top b {
  background: linear-gradient(to right, #ffa83e 0%, #ff4634 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sec05 .s5-item .item.item4 .txt {
  background: #fff;
  background: linear-gradient(#ffd9fb, #fff 16%);
}
.sec05 .s5-item .item.item4 .txt .top {
  border: solid 0.01rem #ae6eff;
}
.sec05 .s5-item .item.item4 .txt .top::before {
  background: #8f59ff;
  background: -webkit-linear-gradient(left, #a967ff, #754aff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #a967ff, #754aff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #a967ff, #754aff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #a967ff, #754aff);
  /* 标准的语法 */
}
.sec05 .s5-item .item.item4 .txt .top b {
  background: linear-gradient(to right, #a55cff 0%, #4c1de6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sec05 .s5-item .item.item5 .txt {
  background: #fff;
  background: linear-gradient(#ffd0dc, #fff 16%);
}
.sec05 .s5-item .item.item5 .txt .top {
  border: solid 0.01rem #ff85a9;
}
.sec05 .s5-item .item.item5 .txt .top::before {
  background: #ff316b;
  background: -webkit-linear-gradient(left, #ff5490, #ff0d46);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff5490, #ff0d46);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff5490, #ff0d46);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff5490, #ff0d46);
  /* 标准的语法 */
}
.sec05 .s5-item .item.item5 .txt .top b {
  background: linear-gradient(to right, #ff759e 0%, #ff1c55 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sec05 .s5-item .item.item6 .txt {
  background: #fff;
  background: linear-gradient(#c0fff4, #fff 16%);
}
.sec05 .s5-item .item.item6 .txt .top {
  border: solid 0.01rem #22a795;
}
.sec05 .s5-item .item.item6 .txt .top::before {
  background: #38beaa;
  background: -webkit-linear-gradient(left, #27d3b7, #49a89c);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #27d3b7, #49a89c);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #27d3b7, #49a89c);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #27d3b7, #49a89c);
  /* 标准的语法 */
}
.sec05 .s5-item .item.item6 .txt .top b {
  background: linear-gradient(to right, #32ceb4 0%, #059b87 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sec05 .s5-item .item.second .txt .top {
  width: 3.2rem;
}
.sec05 .s5-item .item.second .txt .top span {
  font-size: 0.2rem;
}
.sec05 .s5-item .item .txt {
  width: 100%;
  height: 2.03rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  border-radius: 0.1rem;
}
.sec05 .s5-item .item .txt .top {
  width: 3.21rem;
  height: 1.14rem;
  display: block;
  border-radius: 0.1rem;
  margin-top: 0.16rem;
  margin-bottom: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec05 .s5-item .item .txt .top::before {
  content: '';
  width: 2.29rem;
  height: 0.08rem;
  display: block;
  border-radius: 0.1rem;
  border: solid 0.01rem #fff;
  margin-top: -0.04rem;
}
.sec05 .s5-item .item .txt .top span {
  width: 100%;
  clear: both;
  display: block;
  font-size: 0.24rem;
  line-height: 1;
  color: #333;
  margin: 0.17rem auto 0.15rem;
}
.sec05 .s5-item .item .txt .top b {
  font-size: 0.36rem;
  line-height: 1;
  font-weight: bold;
}
.sec05 .s5-item .item .txt p {
  width: 100%;
  clear: both;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.25rem;
}
.sec05 .s5-item .item .price {
  width: 100%;
  clear: both;
  position: relative;
}
.sec05 .s5-item .item .price > img {
  width: 100%;
  display: block;
}
.sec05 .s5-item .item .price a {
  width: 0.8rem;
  height: 1.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: 0.25rem;
  animation: scale1 0.5s linear infinite alternate;
  -o-animation: scale1 0.5s linear infinite alternate;
  -moz-animation: scale1 0.5s linear infinite alternate;
  -webkit-animation: scale1 0.5s linear infinite alternate;
}
.sec05 .s5-item .item .price a img {
  width: 0.51rem;
  display: block;
}
.sec06 .k6 {
  padding-bottom: 0.15rem;
}
.sec06 .s6-main {
  width: 11rem;
  min-height: 3rem;
  height: auto;
  margin: 0.23rem auto 0;
  padding: 0.25rem 0 0.1rem;
  background: #fcfae4;
  background: -webkit-linear-gradient(#f8f5c8, #fff);
  background: -moz-linear-gradient(#f8f5c8, #fff);
  background: -o-linear-gradient(#f8f5c8, #fff);
  background: linear-gradient(#f8f5c8, #fff);
  box-shadow: 0 0.2rem 0.29rem #fff inset;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.sec06 .s6-main img {
  width: 10.6rem;
  display: block;
}
.sec07 .k6 {
  padding-bottom: 0.15rem;
}
.sec07 .s7-main {
  width: 11rem;
  min-height: 3rem;
  height: auto;
  margin: 0.23rem auto 0;
  padding: 0.25rem 0 0.1rem;
  background: #fcfae4;
  background: -webkit-linear-gradient(#f8f5c8, #fff);
  background: -moz-linear-gradient(#f8f5c8, #fff);
  background: -o-linear-gradient(#f8f5c8, #fff);
  background: linear-gradient(#f8f5c8, #fff);
  box-shadow: 0 0.2rem 0.29rem #fff inset;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.sec07 .s7-main img {
  width: 10.6rem;
  display: block;
}
.sec07 .s7-btn {
  width: 100%;
  clear: both;
  margin-top: 0.13rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec07 .s7-btn a {
  width: 3rem;
  height: 0.6rem;
  display: block;
  margin: 0 auto -0.5rem;
  background: #ff4900;
  background: -webkit-linear-gradient(left, #ff9200, #ff0000);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff9200, #ff0000);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff9200, #ff0000);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff9200, #ff0000);
  /* 标准的语法 */
  border: solid 0.01rem #fff368;
  box-shadow: 0 0 0.13rem #fff inset, 0 0.05rem 0.03rem rgba(255, 163, 185, 0.5);
  border-radius: 0.5rem;
  font-size: 0.24rem;
  line-height: 0.6rem;
  font-weight: bold;
  color: #fff;
  animation: scale2 0.5s linear infinite alternate;
  -o-animation: scale2 0.5s linear infinite alternate;
  -moz-animation: scale2 0.5s linear infinite alternate;
  -webkit-animation: scale2 0.5s linear infinite alternate;
}
.sec08 .k8 {
  padding-bottom: 0.15rem;
}
.sec08 .s8-main {
  width: 11rem;
  min-height: 3rem;
  height: auto;
  margin: 0.23rem auto 0;
  padding: 0.25rem 0 0.1rem;
  background: #fcfae4;
  background: -webkit-linear-gradient(#f8f5c8, #fff);
  background: -moz-linear-gradient(#f8f5c8, #fff);
  background: -o-linear-gradient(#f8f5c8, #fff);
  background: linear-gradient(#f8f5c8, #fff);
  box-shadow: 0 0.2rem 0.29rem #fff inset;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.sec08 .s8-main img {
  width: 10.6rem;
  display: block;
}
.sec08 .s8-btn {
  width: 100%;
  clear: both;
  margin-top: 0.13rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec08 .s8-btn a {
  width: 3rem;
  height: 0.6rem;
  display: block;
  margin: 0 auto -0.5rem;
  background: #ff4900;
  background: -webkit-linear-gradient(left, #ff9200, #ff0000);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff9200, #ff0000);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff9200, #ff0000);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff9200, #ff0000);
  /* 标准的语法 */
  border: solid 0.01rem #fff368;
  box-shadow: 0 0 0.13rem #fff inset, 0 0.05rem 0.03rem rgba(255, 163, 185, 0.5);
  border-radius: 0.5rem;
  font-size: 0.24rem;
  line-height: 0.6rem;
  font-weight: bold;
  color: #fff;
  animation: scale2 0.5s linear infinite alternate;
  -o-animation: scale2 0.5s linear infinite alternate;
  -moz-animation: scale2 0.5s linear infinite alternate;
  -webkit-animation: scale2 0.5s linear infinite alternate;
}
.lfNav {
  display: block;
  width: 153px;
  height: 524px;
  background: url("../images/fixedNavBg.png") no-repeat center / 100%;
  position: fixed;
  left: 20px;
  top: 45%;
  transform: translateY(-50%);
}
.lfNav .close {
  position: absolute;
  top: 0.2rem;
  right: -0.3rem;
  width: 0.3rem;
  height: 0.3rem;
  display: block;
}
.lfNav .close img {
  width: 100%;
  display: block;
}
.lfNav .mt185 {
  margin-top: 132px;
}
.lfNav .nav-bg {
  width: 120px;
  height: 0.33rem;
  border-bottom: solid 0.02rem rgba(255, 255, 255, 0.8);
  margin-left: 6px;
  text-align: center;
}
.lfNav .nav-bg a {
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: 33px;
  color: #fff;
}
.lfNav .nav-bg a:hover {
  color: #fff186;
  font-weight: bold;
}
.lfNav .left_top {
  width: 34px;
  display: block;
  margin-left: 49px;
  margin-top: 5px;
  float: left;
}
.indexBtn span {
  font-size: 20px;
  color: blue;
}
@-webkit-keyframes scaleDraw {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
/*# sourceMappingURL=style.css.map */