html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "PingFang SC";
}

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

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

.navbar {
  position: relative;
  width: 100%;
  height: 60px;
}
.navbar .nav {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
}
.navbar .nav a {
  position: relative;
  color: #001d15;
  font-size: 20px;
  padding: 0 44px;
}
.navbar .nav a::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 6px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-left: 2px solid #001d15;
  border-bottom: 2px solid #001d15;
  transform: rotate(45deg);
}
.navbar .nav-white {
  background: transparent;
}
.navbar .nav-white a {
  color: #fff;
}
.navbar .nav-white a::before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.content {
  line-height: 1.5;
}

.page-pintuan {
  min-height: 100%;
  background: #EC7D11 url(./img/home-bg.png) no-repeat center top;
  background-size: 100% auto;
}
.page-pintuan .topbanner {
  position: relative;
  width: 100%;
  height: calc(100vw/2);
  overflow: hidden;
}
.page-pintuan .topbanner h1 {
  text-indent: -9999px;
}
.page-pintuan .topbanner .info-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
  line-height: 24px;
  background: rgba(17, 8, 0, 0.21);
  color: #fff;
  font-size: 12px;
  padding: 0 15px;
  border-radius: 12px 0 0 12px;
}
.page-pintuan .content {
  position: relative;
  padding: 0px 15px 20px;
}
.page-pintuan .wrap {
  background: #fff;
  border-radius: 12px;
  padding-top: 10px;
}
.page-pintuan .records-btn {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  padding-right: 12px;
}
.page-pintuan .records-btn a {
  color: #110800;
}
.page-pintuan .records-btn i {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1px solid #110800;
  transform: translateY(2px);
}
.page-pintuan .records-btn i::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #110800;
  border-right: 1px solid #110800;
  transform: rotate(45deg);
}
.page-pintuan .pin-list {
  padding: 10px 12px;
}
.page-pintuan .pin-list li {
  padding-top: 22px;
  margin-bottom: 20px;
  min-height: 100px;
  background: url(./img/record-bg.png);
  background-size: 100% 100%;
  overflow: hidden;
}
.page-pintuan .pin-list li a {
  display: block;
  overflow: hidden;
}
.page-pintuan .pin-list .left {
  float: left;
  padding-left: 20px;
}
.page-pintuan .pin-list .price {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
}
.page-pintuan .pin-list .price dfn {
  font-size: 22px;
  font-style: normal;
}
.page-pintuan .pin-list .info {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}
.page-pintuan .pin-list .go-btn {
  float: right;
  padding: 8px 10px;
  text-align: center;
  color: #110800;
  font-size: 15px;
  font-weight: bold;
}
.page-pintuan .pin-list .go-icon {
  display: inline-block;
  color: #FFEC9A;
  font-size: 12px;
  background: #F5861A;
  border-radius: 50%;
  width: 32px;
  height: 19px;
}
.page-pintuan .mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(17, 8, 0, 0.5);
}
.page-pintuan .rules-wrap {
  padding: 236px 42px;
}
.page-pintuan .rules {
  position: relative;
  padding: 25px 20px;
  background: #fff;
  border-radius: 8px;
}
.page-pintuan .rules h3 {
  margin: 0;
  font-size: 18px;
  text-align: center;
  color: #F5861A;
}
.page-pintuan .rules-content {
  margin-top: 20px;
}
.page-pintuan .rules-content p {
  margin: 0;
  color: #121D26;
  font-size: 14px;
  line-height: 1.5;
}
.page-pintuan .mask-close {
  position: absolute;
  right: 6px;
  top: -41px;
  width: 24px;
  height: 51px;
  background: url(./img/mask-close.png);
  background-size: contain;
}
.page-pintuan .pintuan-list {
  padding: 10px 12px;
}
.page-pintuan .pintuan-list > ul > li {
  border: 2px solid #E6E6E6;
  margin-bottom: 10px;
  min-height: 100px;
  overflow: hidden;
  border-radius: 8px;
}
.page-pintuan .pintuan-list .member {
  position: relative;
}
.page-pintuan .pintuan-list .member .coupon {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #D81718;
}
.page-pintuan .pintuan-list .member .coutdown {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 14px;
  color: rgba(17, 8, 0, 0.7);
}
.page-pintuan .pintuan-list .member .coutdown .num {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: rgba(245, 134, 26, 0.1);
  border-radius: 50%;
  color: #D81718;
}
.page-pintuan .pintuan-list .member > ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 12px 12px 0;
}
.page-pintuan .pintuan-list .member > ul > li {
  position: relative;
  flex: none;
  width: 20%;
  text-align: center;
  margin-bottom: 12px;
}
.page-pintuan .pintuan-list .member > ul > li img {
  width: 46px;
  height: 46px;
  padding: 1px;
  border: 1px dashed #E6E6E6;
  border-radius: 100%;
}
.page-pintuan .pintuan-list .member > ul > li.active img {
  padding: 0;
  border: 2px solid #FBCC04;
}
.page-pintuan .pintuan-list .member > ul > li .tz {
  position: absolute;
  width: 40px;
  height: 18px;
  line-height: 18px;
  left: 50%;
  bottom: 0;
  box-shadow: 0px 0px 2px rgba(159, 79, 0, 0.38);
  background: #D81718;
  border-radius: 8px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  transform: translate(-50%, 5px);
}
.page-pintuan .pintuan-list .pin-btn {
  margin: 10px auto;
  width: 216px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #F5861A;
  color: #F5861A;
  font-size: 16px;
  border-radius: 36px;
}
.page-pintuan .pintuan-list .pin-btn.dis {
  border: 1px solid #ccc;
  color: #ccc;
}
.page-pintuan .btnbar-wrap {
  position: relative;
  width: 100%;
  height: 90px;
}
.page-pintuan .btnbar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  background: #fff;
  display: flex;
  box-sizing: border-box;
  padding: 10px 15px;
}
.page-pintuan .btnbar a {
  flex: auto;
  width: 160px;
  height: 50px;
  line-height: 50px;
  margin-left: 25px;
  background: linear-gradient(180deg, #F5861A 0%, #D64D10 100%);
  text-align: center;
  border-radius: 50px;
  font-size: 18px;
  color: #fff;
}
.page-pintuan .btnbar a:first-of-type {
  margin-left: 0;
}

.page-records {
  min-height: 100%;
  background: #f7f7f7;
}
.page-records .toptab-wrap {
  height: 50px;
}
.page-records .toptab {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #E6E6E6;
}
.page-records .toptab ul {
  padding: 16px 0;
}
.page-records .toptab ul li {
  float: left;
  width: 33.3%;
  text-align: center;
  font-size: 16px;
  border-right: 1px solid #E6E6E6;
  box-sizing: border-box;
}
.page-records .toptab ul li a {
  color: #110800;
}
.page-records .toptab ul li.active a {
  color: #F5861A;
}
.page-records .toptab ul li:last-of-type {
  border-right: none;
}
.page-records .content {
  position: relative;
  padding: 20px 15px;
}
.page-records .content ul {
  display: none;
}
.page-records .content ul.show {
  display: block;
}
.page-records .content li {
  position: relative;
  background: #fff;
  margin-bottom: 10px;
  padding: 10px;
  overflow: hidden;
}
.page-records .content li .left {
  float: left;
}
.page-records .content li .left .title {
  font-size: 16px;
  font-weight: bold;
  color: #110800;
}
.page-records .content li .left .time {
  margin-top: 6px;
  font-size: 12px;
}
.page-records .content li .right {
  position: absolute;
  top: 50%;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}
.page-records .content li .right .score {
  color: #D81718;
  font-size: 18px;
  font-weight: bold;
}
.page-records .content li .right .tips {
  margin-top: 6px;
  font-size: 12px;
}

.tabar-wrap {
  height: 80px;
}

.tabbar {
  position: fixed;
  width: 100%;
  height: 66px;
  left: 0;
  bottom: 0;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  background: #fff;
}
.tabbar a {
  flex: auto;
  text-align: center;
  color: #110800;
  padding-top: 10px;
  font-size: 12px;
}
.tabbar a::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  background: url(./img/icon-tab.png);
  background-position: 0 0;
  background-size: 104px 52px;
  margin-bottom: 5px;
}
.tabbar a.active {
  color: #F5861A;
}
.tabbar a.active::before {
  background-position: 0 -26px;
}
.tabbar a:nth-of-type(2)::before {
  background-position: -26px 0;
}
.tabbar a:nth-of-type(2).active::before {
  background-position: -26px -26px;
}
.tabbar a:nth-of-type(3)::before {
  background-position: -52px 0;
}
.tabbar a:nth-of-type(3).active::before {
  background-position: -52px -26px;
}
.tabbar a:nth-of-type(4)::before {
  background-position: -78px 0;
}
.tabbar a:nth-of-type(4).active::before {
  background-position: -78px -26px;
}

.page-index {
  min-height: 100%;
  background: #F7F7F7;
}
.page-index .topfixed-wrap {
  height: 52px;
}
.page-index .topfixed {
  width: 100%;
  height: 52px;
  position: fixed;
  z-index: 9;
}
.page-index .cat-nav {
  position: relative;
  height: 52px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(16, 0, 0, 0.1);
  padding: 0 90px 0 15px;
}
.page-index .cat-nav ul {
  display: flex;
  justify-content: space-between;
  overflow: scroll;
}
.page-index .cat-nav li {
  position: relative;
  flex: none;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  margin-right: 20px;
}
.page-index .cat-nav li a {
  color: rgba(17, 8, 0, 0.4);
}
.page-index .cat-nav li.active a {
  color: #F5861A;
}
.page-index .cat-nav li.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 32px;
  height: 4px;
  background: #F5861A;
  margin-left: -16px;
  border-radius: 4px;
}
.page-index .cat-nav .cat-btn {
  position: absolute;
  width: 76px;
  height: 50px;
  line-height: 50px;
  right: 0;
  top: 1px;
  background: #fff;
  font-size: 16px;
  text-align: center;
  box-shadow: -3px 0px 6px rgba(16, 0, 0, 0.1);
}
.page-index .cat-nav .cat-btn a {
  color: #110800;
}
.page-index .cat-nav .cat-btn img {
  width: 18px;
}
.page-index .banner-wrap {
  position: relative;
  padding: 20px 15px 12px;
  background: #fff;
}
.page-index .banner-wrap .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2.5px;
  width: 10px;
  height: 1px;
  display: inline-block;
  border-radius: 1px;
  background: #fff;
  opacity: 0.5;
}
.page-index .banner-wrap .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
.page-index .banner img {
  width: 100%;
}
.page-index .genuine {
  margin-top: 10px;
  display: flex;
  font-size: 14px;
  color: rgba(17, 8, 0, 0.4);
}
.page-index .genuine li {
  flex: auto;
  text-align: center;
}
.page-index .genuine img {
  width: 16px;
  vertical-align: -3px;
}
.page-index .sc1 {
  margin-top: 10px;
  padding: 20px 15px 10px;
  background: #fff;
}
.page-index .sc1 .icon-nav ul {
  display: flex;
  justify-content: space-between;
}
.page-index .sc1 .icon-nav ul li {
  flex: none;
  font-size: 12px;
  text-align: center;
}
.page-index .sc1 .icon-nav ul li a {
  color: #1B1B34;
}
.page-index .sc1 .icon-nav ul li img {
  width: 46px;
}
.page-index .sc1 .hot {
  margin-top: 15px;
  border: 1px solid rgba(112, 112, 112, 0.26);
  border-radius: 5px;
  padding: 13px 10px 10px;
  overflow: hidden;
}
.page-index .sc1 .hot .img {
  float: left;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #E6E6E6;
}
.page-index .sc1 .hot img {
  height: 17px;
}
.page-index .sc1 .hot-news {
  font-size: 14px;
  height: 20px;
}
.page-index .sc1 .hot-news a {
  color: rgba(27, 27, 52, 0.7);
}
.page-index .sc1 .ad1 {
  margin-top: 20px;
}
.page-index .sc1 .ad1 img {
  width: 100%;
}
.page-index .sc2 {
  margin-top: 10px;
  background: #fff;
  padding: 15px;
}
.page-index .sc2 .sc-title {
  overflow: hidden;
}
.page-index .sc2 .sc-title h2 {
  float: left;
  margin: 0;
  font-size: 18px;
  color: #1B1B34;
}
.page-index .sc2 .sc-title a {
  position: relative;
  top: 5px;
  float: right;
  color: rgba(17, 8, 0, 0.4);
  margin-right: 10px;
  font-size: 14px;
}
.page-index .sc2 .sc-title a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(51, 51, 51, 0.5);
  border-right: 1px solid rgba(51, 51, 51, 0.5);
  transform: rotate(45deg);
}
.page-index .sc2 .area1 {
  margin-top: 10px;
  overflow: hidden;
}
.page-index .sc2 .area1 .left,
.page-index .sc2 .area1 .right {
  width: 48%;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(230, 230, 230, 0.3);
  border-radius: 7px;
  overflow: hidden;
}
.page-index .sc2 .area1 .left .name,
.page-index .sc2 .area1 .right .name {
  float: left;
  font-size: 16px;
  color: #24B532;
}
.page-index .sc2 .area1 .left .name .blue,
.page-index .sc2 .area1 .right .name .blue {
  color: #097AE2;
}
.page-index .sc2 .area1 .left .tips,
.page-index .sc2 .area1 .right .tips {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(17, 8, 0, 0.7);
}
.page-index .sc2 .area1 .left .img,
.page-index .sc2 .area1 .right .img {
  float: right;
}
.page-index .sc2 .area1 .left img,
.page-index .sc2 .area1 .right img {
  width: 70px;
}
.page-index .sc2 .area1 .left {
  float: left;
}
.page-index .sc2 .area1 .right {
  float: right;
}
.page-index .sc2 .area2 {
  margin-top: 10px;
  padding: 7px 12px;
  background: rgba(230, 230, 230, 0.3);
  border-radius: 7px;
}
.page-index .sc2 .area2 .name {
  font-size: 16px;
  color: #D81718;
}
.page-index .sc2 .area2 .name span {
  margin-left: 10px;
  font-size: 12px;
  color: rgba(17, 8, 0, 0.4);
}
.page-index .sc2 .area2 .img {
  margin-top: 10px;
}
.page-index .sc2 .area2 .img img {
  width: 100%;
}
.page-index .product-list {
  margin-top: 10px;
}
.page-index .product-list .nav {
  padding: 15px;
  background: #fff;
}
.page-index .product-list .nav ul {
  display: flex;
  justify-content: space-between;
}
.page-index .product-list .nav li {
  flex: none;
  text-align: center;
}
.page-index .product-list .nav li a {
  color: rgba(27, 27, 52, 0.7);
  font-size: 14px;
}
.page-index .product-list .nav li a i {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 16px;
  vertical-align: middle;
  overflow: hidden;
}
.page-index .product-list .nav li a i::before, .page-index .product-list .nav li a i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #707070 transparent;
}
.page-index .product-list .nav li a i::before {
  top: 0;
  border-color: transparent transparent #707070 transparent;
}
.page-index .product-list .nav li a i::after {
  top: 8px;
  border-width: 6px 6px 0px 6px;
  border-color: #707070 transparent transparent transparent;
}
.page-index .product-list .nav li a.asc i::before {
  border-color: transparent transparent #D81718 transparent;
}
.page-index .product-list .nav li a.asc i::after {
  border-color: #707070 transparent transparent transparent;
}
.page-index .product-list .nav li a.desc i::before {
  border-color: transparent transparent #707070 transparent;
}
.page-index .product-list .nav li a.desc i::after {
  border-color: #D81718 transparent transparent transparent;
}
.page-index .product-list .list {
  margin-top: 10px;
}
.page-index .product-list .list li {
  padding: 10px;
  margin: 10px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.page-index .product-list .list li:first-of-type {
  border-top: none;
}
.page-index .product-list .list .pic {
  float: left;
  margin-right: 8px;
}
.page-index .product-list .list .pic img {
  width: 120px;
  height: 120px;
}
.page-index .product-list .list .txtarea {
  overflow: hidden;
}
.page-index .product-list .list h3 {
  margin: 0;
  font-size: 15px;
  color: #121D26;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-index .product-list .list .attrs {
  min-height: 70px;
  overflow: hidden;
}
.page-index .product-list .list .tips {
  width: 12em;
  height: 1.5em;
  margin-top: 8px;
  font-size: 12px;
  color: rgba(18, 29, 38, 0.4);
  overflow: hidden;
}
.page-index .product-list .list .tags {
  height: 20px;
  margin-left: 3px;
}
.page-index .product-list .list .tags span {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 5px;
  color: #F5861A;
  border: 0.5px solid #F5861A;
  border-radius: 20px;
  font-size: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.page-index .product-list .list .price-cart {
  height: 30px;
  overflow: hidden;
}
.page-index .product-list .list .price {
  float: left;
  margin-top: 5px;
  font-size: 18px;
  color: #D81718;
  font-weight: bold;
}
.page-index .product-list .list .price i {
  font-style: normal;
  font-size: 12px;
}
.page-index .product-list .list .price span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: normal;
  color: rgba(18, 29, 38, 0.4);
  text-decoration: line-through;
}
.page-index .product-list .list .cart {
  position: relative;
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: rgba(216, 23, 24, 0.1);
  text-align: center;
}
.page-index .product-list .list .cart img {
  position: absolute;
  width: 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page-my {
  background: #F7F7F7;
}
.page-my .header {
  padding: 30px 15px 10px;
  background: url(./img/my-header-bg.png) no-repeat 0 -30px;
  background-size: 100% auto;
}
.page-my .header .sc1 {
  position: relative;
  overflow: hidden;
}
.page-my .header .sc1 .option {
  position: absolute;
  right: 10px;
  top: 6px;
}
.page-my .header .sc1 .option div {
  display: inline-block;
  margin-left: 20px;
}
.page-my .header .sc1 .option img {
  width: 26px;
}
.page-my .header .sc1 .option .info {
  position: relative;
}
.page-my .header .sc1 .option .badge {
  position: absolute;
  right: -10px;
  top: -6px;
  background: #fff;
  border-radius: 20px;
  font-size: 12px;
  color: #D81718;
  padding: 0 5px;
}
.page-my .header .sc1 .avatar {
  float: left;
  margin-right: 9px;
}
.page-my .header .sc1 .avatar img {
  width: 60px;
  border-radius: 100%;
}
.page-my .header .sc1 h1 {
  color: #FFFFFF;
  font-size: 20px;
  margin: 3px 0;
}
.page-my .header .sc1 .attr span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  background: rgba(17, 8, 0, 0.1);
  color: #FFFFFF;
  padding: 0 10px;
  font-size: 11px;
  margin-right: 10px;
}
.page-my .header .sc2 {
  margin-top: 15px;
}
.page-my .header .sc2 ul {
  display: flex;
}
.page-my .header .sc2 ul li {
  flex: auto;
  text-align: center;
  font-size: 12px;
}
.page-my .header .sc2 ul li:last-of-type a {
  color: rgba(255, 255, 255, 0.5);
}
.page-my .header .sc2 ul li div:first-of-type {
  font-size: 14px;
  font-weight: bold;
}
.page-my .header .sc2 ul li a {
  color: #fff;
}
.page-my .header .sc3 {
  margin-top: 15px;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 16px 15px 18px;
}
.page-my .header .sc3 ul {
  display: flex;
  justify-content: space-between;
}
.page-my .header .sc3 ul li {
  flex: none;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.page-my .header .sc3 ul li a {
  color: #110800;
}
.page-my .header .sc3 ul li::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 20px;
  background: #e6e6e6;
  margin: 0 6px;
}
.page-my .header .sc3 ul li:last-of-type::after {
  display: none;
}
.page-my .header .sc3 ul li img {
  width: 26px;
  vertical-align: -8px;
}
.page-my .content {
  padding: 15px;
}
.page-my .sc-title {
  overflow: hidden;
}
.page-my .sc-title h2 {
  float: left;
  margin: 0;
  font-size: 18px;
  color: #1B1B34;
}
.page-my .sc-title a {
  position: relative;
  top: 5px;
  float: right;
  color: rgba(51, 51, 51, 0.5);
  margin-right: 10px;
  font-size: 12px;
}
.page-my .sc-title a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid rgba(51, 51, 51, 0.5);
  border-right: 1px solid rgba(51, 51, 51, 0.5);
  transform: rotate(45deg);
}
.page-my .sc-content {
  margin: 10px 0 20px;
  padding: 15px 10px;
  background: #fff;
  border-radius: 8px;
}
.page-my .myorder .sc1 ul {
  display: flex;
  justify-content: space-between;
}
.page-my .myorder .sc1 li {
  flex: none;
  font-size: 12px;
  text-align: center;
  position: relative;
}
.page-my .myorder .sc1 li .img {
  position: relative;
  width: 28px;
  margin: 0 auto;
}
.page-my .myorder .sc1 li img {
  width: 28px;
  margin-bottom: 6px;
}
.page-my .myorder .sc1 li a {
  color: #333;
}
.page-my .myorder .sc1 li .badge {
  position: absolute;
  right: -10px;
  top: -6px;
  height: 12px;
  line-height: 12px;
  border: 1px solid #D81718;
  border-radius: 20px;
  font-size: 12px;
  color: #D81718;
  padding: 0 3px;
  background: #fff;
  font-weight: bold;
}
.page-my .myorder .sc2 li {
  background: #F7F7F7;
  border-radius: 8px;
  margin-top: 10px;
  padding: 11px;
}
.page-my .myorder .sc2 li .product-img {
  float: left;
  margin-right: 5px;
}
.page-my .myorder .sc2 li .product-img img {
  width: 40px;
  height: 40px;
}
.page-my .myorder .sc2 li .status-date {
  overflow: hidden;
}
.page-my .myorder .sc2 li .status {
  float: left;
  font-size: 14px;
  color: #D81718;
  font-weight: bold;
}
.page-my .myorder .sc2 li .date {
  float: right;
  font-size: 12px;
  color: #1B1B34;
}
.page-my .myorder .sc2 li .tips {
  font-size: 14px;
  color: rgba(27, 27, 52, 0.4);
}
.page-my .tools .sc-content {
  padding: 0;
}
.page-my .tools ul {
  overflow: hidden;
}
.page-my .tools li {
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
  border-right: 0.5px solid #E6E6E6;
  border-top: 0.5px solid #E6E6E6;
  padding: 14px;
}
.page-my .tools li:first-of-type, .page-my .tools li:nth-of-type(2) {
  border-top: none;
}
.page-my .tools li:nth-of-type(2n) {
  border-right: none;
}
.page-my .tools li .name {
  font-size: 12px;
  color: #1B1B34;
  font-weight: bold;
}
.page-my .tools li .name img {
  width: 16px;
  vertical-align: -3px;
}
.page-my .tools li .tips {
  margin-top: 5px;
  font-size: 12px;
  color: rgba(27, 27, 52, 0.5);
}
.page-my .tools li .imgright {
  position: absolute;
  top: 10px;
  right: 20px;
}
.page-my .tools li .imgright img {
  width: 50px;
}
.page-my .tools li:nth-of-type(5) .imgright {
  top: 10px;
  right: 15px;
}
.page-my .tools li:nth-of-type(5) .imgright img {
  width: 60px;
}
.page-my .tools li:nth-of-type(6) .imgright {
  top: 7px;
  right: 16px;
}
.page-my .tools li:nth-of-type(6) .imgright img {
  width: 58px;
}
.page-my .tools li:nth-of-type(7) .imgright img {
  width: 45px;
}
.page-my .tools li:last-of-type .imgright {
  top: 8px;
  right: 30px;
}
.page-my .ad img {
  width: 100%;
}

.page-detail {
  background: #f7f7f7;
}
.page-detail .banner-wrap {
  position: relative;
  background: #fff;
}
.page-detail .banner-wrap .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2.5px;
  width: 10px;
  height: 1px;
  display: inline-block;
  border-radius: 1px;
  background: #fff;
  opacity: 0.5;
}
.page-detail .banner-wrap .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
.page-detail .banner img {
  width: 100%;
}
.page-detail .sc1 {
  background: #fff;
  padding: 10px 15px 15px;
}
.page-detail .sc1 .price {
  font-size: 24px;
  font-weight: bold;
  color: #E23C3C;
  height: 34px;
  line-height: 34px;
}
.page-detail .sc1 .price i {
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
}
.page-detail .sc1 .price span {
  margin-left: 10px;
  font-size: 16px;
  font-weight: normal;
  color: rgba(18, 29, 38, 0.4);
  text-decoration: line-through;
}
.page-detail .sc1 .title {
  margin: 3px 0 8px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #333333;
  max-width: 20em;
  overflow: hidden;
}
.page-detail .sc1 .options {
  overflow: hidden;
}
.page-detail .sc1 .options .btn-share {
  float: right;
  width: 40px;
  height: 40px;
  font-size: 12px;
  text-align: center;
  border-left: 1px solid #ddd;
}
.page-detail .sc1 .options .btn-share a {
  color: #333333;
}
.page-detail .sc1 .options .btn-share a img {
  width: 25px;
}
.page-detail .sc1 .options .tag span {
  color: #FF7810;
  font-size: 12px;
  line-height: 20px;
  border: 0.5px solid #FF7810;
  border-radius: 10px;
  margin-right: 10px;
  padding: 0 5px;
}
.page-detail .sc1 .options .tip {
  margin-top: 3px;
  color: rgba(18, 29, 38, 0.4);
  font-size: 12px;
}
.page-detail .sc1 .recom {
  margin-top: 7px;
  padding: 8px 10px;
  background: #FAFAFA;
  border: 1px solid #E8E8E8;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.7);
  border-radius: 4px;
}
.page-detail .sc1 .recom p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
.page-detail .sc1 .recom p i {
  display: inline-block;
  width: 13px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  font-style: normal;
  border: 1px solid #097AE2;
  border-radius: 50%;
  color: #097AE2;
}
.page-detail .sc2 {
  padding: 0 15px;
  background: #fff;
  margin-top: 10px;
}
.page-detail .sc2 li {
  position: relative;
  line-height: 50px;
  font-size: 14px;
  border-top: 0.5px solid #DDDDDD;
}
.page-detail .sc2 li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
}
.page-detail .sc2 li:first-of-type {
  border-top: none;
}
.page-detail .sc2 li .key {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7);
  margin-right: 20px;
}
.page-detail .sc2 li .coupon {
  position: relative;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  background: url(./img/icons/icon-coupon.png) 0 -18px;
  background-size: 3px;
  padding: 0 6px;
  color: #E23C3C;
  font-size: 12px;
}
.page-detail .sc2 li .coupon::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 3px;
  height: 18px;
  background: url(./img/icons/icon-coupon.png) 0 0;
  background-size: 3px;
}
.page-detail .sc2 li .coupon::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 3px;
  height: 18px;
  background: url(./img/icons/icon-coupon.png) 0 -36px;
  background-size: 3px;
}
.page-detail .sc2 li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 10px;
  height: 10px;
  border-top: 0.5px solid rgba(51, 51, 51, 0.4);
  border-right: 0.5px solid rgba(51, 51, 51, 0.4);
  transform: translateY(-50%) rotate(45deg);
}
.page-detail .sc3 {
  padding: 0 15px;
  background: #fff;
  margin-top: 10px;
}
.page-detail .sc3 .title {
  height: 50px;
  line-height: 50px;
  color: #333333;
  font-size: 14px;
  border-bottom: 0.5px solid #DDDDDD;
}
.page-detail .sc3 .title .cr {
  position: relative;
  float: right;
  color: rgba(51, 51, 51, 0.5);
  padding-right: 16px;
}
.page-detail .sc3 .title .cr::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 10px;
  height: 10px;
  border-top: 0.5px solid rgba(51, 51, 51, 0.4);
  border-right: 0.5px solid rgba(51, 51, 51, 0.4);
  transform: translateY(-50%) rotate(45deg);
}
.page-detail .sc3 .title .qt {
  color: rgba(51, 51, 51, 0.5);
}
.page-detail .sc3 .comments li {
  overflow: hidden;
  border-top: 0.5px solid #DDDDDD;
  padding: 10px 0;
}
.page-detail .sc3 .comments li:first-of-type {
  border-top: none;
}
.page-detail .sc3 .comments li .q1 {
  font-size: 12px;
  color: #333333;
  overflow: hidden;
  line-height: 32px;
}
.page-detail .sc3 .comments li .avatar {
  float: left;
  margin-right: 7px;
}
.page-detail .sc3 .comments li .avatar img {
  width: 32px;
  border-radius: 50%;
}
.page-detail .sc3 .comments li .star {
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  margin-left: 10px;
  overflow: hidden;
  background: url(./img/icons/icon-star2.png) repeat-x;
  background-size: 22px;
}
.page-detail .sc3 .comments li .star.s1 {
  width: 20px;
}
.page-detail .sc3 .comments li .star.s2 {
  width: 42px;
}
.page-detail .sc3 .comments li .star.s3 {
  width: 64px;
}
.page-detail .sc3 .comments li .star.s4 {
  width: 86px;
}
.page-detail .sc3 .comments li .star.s5 {
  width: 108px;
}
.page-detail .sc3 .comments li .star img {
  width: 14px;
  vertical-align: -2px;
  margin-right: 9px;
}
.page-detail .sc3 .comments li .q2 {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.5);
}
.page-detail .sc3 .comments li .q3 {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
}
.page-detail .sc4 {
  background: #fff;
  margin-top: 10px;
}
.page-detail .sc4 .tab {
  display: flex;
}
.page-detail .sc4 .tab li {
  position: relative;
  flex: auto;
  text-align: center;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
}
.page-detail .sc4 .tab li:first-of-type::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 24px;
  background: #ddd;
}
.page-detail .sc4 .tab li a {
  color: rgba(0, 29, 21, 0.6);
}
.page-detail .sc4 .tab .active::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 7px;
  width: 30px;
  height: 1px;
  background: #110800;
  transform: translateX(-50%);
}
.page-detail .sc4 .tab .active a {
  color: #110800;
}
.page-detail .sc4 .list {
  padding: 10px 0;
  overflow: hidden;
}
.page-detail .sc4 .list li {
  float: left;
  width: 110px;
  min-width: 30%;
  margin: 0 0 10px 6px;
}
.page-detail .sc4 .list li:nth-last-of-type(3n) {
  margin-left: 12px;
}
.page-detail .sc4 .list li .img {
  width: 110px;
}
.page-detail .sc4 .list li .img img {
  width: 110px;
  height: 110px;
  border-radius: 8px;
}
.page-detail .sc4 .list li .title {
  font-size: 9px;
  color: #333333;
  height: 30px;
  line-height: 15px;
  margin-top: 3px;
}
.page-detail .sc4 .list li .price {
  font-size: 14px;
  font-weight: bold;
  color: #D81718;
  height: 20px;
}
.page-detail .sc4 .list li .tag {
  display: inline-block;
  margin-top: 3px;
  padding: 0 5px;
  font-size: 10px;
  color: #F5861A;
  height: 15px;
  line-height: 15px;
  border: 1px solid #F5861A;
  border-radius: 15px;
}
.page-detail .sc5 {
  padding: 0 15px;
  background: #fff;
  margin-top: 10px;
}
.page-detail .sc5 .title {
  height: 50px;
  line-height: 50px;
  color: #333333;
  font-size: 14px;
  border-bottom: 0.5px solid #DDDDDD;
}
.page-detail .sc5 .content dl {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  overflow: hidden;
  margin: 0;
}
.page-detail .sc5 .content dl dt {
  float: left;
  box-sizing: border-box;
  height: 50px;
  padding: 10px 0;
  line-height: 30px;
  color: rgba(51, 51, 51, 0.7);
  min-width: 60px;
  margin-right: 15px;
}
.page-detail .sc5 .content dl dd {
  float: left;
  margin: 0;
  padding: 10px 0;
  line-height: 30px;
  color: #333333;
}
.page-detail .sc5 .content .content-switch {
  display: none;
}
.page-detail .sc5 .content .content-switch.on {
  display: block;
}
.page-detail .sc5 .content .btn-switch {
  text-align: center;
  padding: 10px;
  height: 30px;
  line-height: 30px;
}
.page-detail .sc5 .content .btn-switch span {
  position: relative;
  display: inline-block;
  color: rgba(51, 51, 51, 0.7);
}
.page-detail .sc5 .content .btn-switch span::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 0.5px solid #333;
  border-bottom: 0.5px solid #333;
  transform: translateY(-60%) rotate(45deg);
}
.page-detail .sc5 .content .btn-switch.on span::after {
  transform: translateY(-10%) rotate(225deg);
}
.page-detail .sc6 {
  background: #fff;
  margin-top: 20px;
}
.page-detail .sc6 img {
  width: 100%;
}
.page-detail .footer-wrap {
  width: 100%;
  height: 66px;
}
.page-detail .footer-wrap .footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 66px;
  background: #fff;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1);
}
.page-detail .footer-wrap .footer ul {
  display: flex;
  padding: 5px 15px;
}
.page-detail .footer-wrap .footer ul li {
  flex: auto;
  text-align: center;
  position: relative;
}
.page-detail .footer-wrap .footer ul li a {
  color: #333333;
  font-size: 10px;
}
.page-detail .footer-wrap .footer ul li a img {
  width: 18px;
  margin-bottom: 5px;
}
.page-detail .footer-wrap .footer ul li.cart i {
  position: absolute;
  right: 3px;
  top: 0;
  background: #ff0036;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 11px;
  color: #FFFFFF;
  font-style: normal;
  border-radius: 16px;
  padding: 0 2px;
}
.page-detail .footer-wrap .footer .btns a {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #F5861A;
  border-radius: 0 40px 40px 0;
  width: 104px;
  height: 40px;
  line-height: 38px;
  color: #fff;
  background: #ff0036;
  text-align: center;
  font-size: 14px;
}
.page-detail .footer-wrap .footer .btns a:first-of-type {
  background: #F5861A;
  border-radius: 40px 0 0 40px;
}
.page-detail .gotop {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 15px;
  width: 35px;
  height: 35px;
  background: url(./img/icons/icon-top.png);
  background-size: cover;
}
.page-detail .gotop.on {
  display: block;
}
.page-detail .mask {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.page-detail .mask.on {
  display: block;
}
.page-detail .mask-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 29, 21, 0.5);
}
.page-detail .mask-content {
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border-radius: 16px 16px 0px 0px;
  padding: 20px 15px;
}
.page-detail .mask-content .sc1 {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px dotted #999;
}
.page-detail .mask-content .sc1 img {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
}
.page-detail .mask-content .sc1 h3 {
  font-weight: normal;
  font-size: 16px;
  margin: 10px 0;
}
.page-detail .mask-content .sc1 .price-store {
  overflow: hidden;
}
.page-detail .mask-content .sc1 .price {
  float: left;
  margin-top: 5px;
  font-size: 18px;
  color: #D81718;
  font-weight: bold;
}
.page-detail .mask-content .sc1 .price i {
  font-style: normal;
  font-size: 12px;
}
.page-detail .mask-content .sc1 .price span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: normal;
  color: rgba(18, 29, 38, 0.4);
  text-decoration: line-through;
}
.page-detail .mask-content .sc1 .store {
  float: right;
  margin-top: 15px;
}
.page-detail .mask-content .sc-attr li {
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #eee;
}
.page-detail .mask-content .sc-attr li:first-of-type {
  border-top: none;
}
.page-detail .mask-content .sc-attr li .key {
  margin-bottom: 10px;
}
.page-detail .mask-content .sc-attr li .val {
  overflow: hidden;
}
.page-detail .mask-content .sc-attr li .val a {
  display: inline-block;
  background: #eee;
  margin: 0 10px;
  font-size: 12px;
  padding: 8px;
  color: #333;
}
.page-detail .mask-content .sc-attr li .val .active {
  background: #D81718;
  color: #fff;
}
.page-detail .mask-content .sc-attr li .val .icon {
  font-size: 22px;
}
.page-detail .mask-content .sc-attr li .val-qt input {
  width: 20px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border: none;
  font-size: 18px;
}
.page-detail .mask-content .sc-attr li .tips {
  color: #ccc;
}
.page-detail .mask-content .sc-attr li .right {
  float: right;
}
.page-detail .mask-content .confirm {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: #D81718;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 44px;
}