.nav {
  width: 100%;
  background-color: #F3F5FB;
  height: 50px;
  line-height: 50px;
  color: #999999;
  font-size: 14px;
}
.nav a {
  color: #999999;
}
.store-info .store-info-contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px 0;
}
.store-info .store-info-contain .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
}
.store-info .store-info-contain .left .logo {
  margin-right: 20px;
}
.store-info .store-info-contain .left .name {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}
.store-info .store-info-contain .left .info {
  color: #666666;
  font-size: 14px;
}
.store-info .store-info-contain .right {
  display: flex;
  justify-content: space-between;
}
.store-info .store-info-contain .right p img,
.store-info .store-info-contain .right p span {
  vertical-align: middle;
}
.store-info .store-info-contain .right p img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.store-info .store-info-contain .right p span {
  color: #999999;
  font-size: 14px;
}
.store-info .store-info-contain .right p:nth-child(1) span {
  margin-right: 30px;
}
.tab {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(225deg, #FE8C43 0%, #FA2E22 100%);
}
.tab .inner a {
  color: #fff;
  font-size: 13px;
  box-sizing: border-box;
  padding: 0 20px;
  opacity: 0.8;
  position: relative;
}
.tab .inner a.active {
  opacity: 1;
}
.tab .inner .active::after {
  content: "";
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}
.con ul {
  box-sizing: border-box;
  padding-top: 30px;
  overflow: hidden;
}
.con ul .item {
  float: left;
  margin: 0 20px 30px 0;
  width: 285px;
}
.con ul .item .pic {
  display: block;
  width: 285px;
  height: 285px;
  margin-bottom: 10px;
}
.con ul .item .sale-title {
  line-height: 24px;
  font-size: 16px;
  color: #333333;
}
.con ul .item .saledot {
  line-height: 24px;
  font-size: 14px;
  color: #888888;
}
.con ul .item .sale-info {
  display: flex;
  margin-top: 5px;
  line-height: 20px;
}
.con ul .item .sale-info .price {
  flex: 1;
  font-size: 18px;
  font-weight: 600px;
  color: #D4282D;
}
.con ul .item .sale-info .salenum {
  text-align: right;
  font-size: 14px;
  color: #AAAAAA;
}
.con ul a:nth-child(4n+0) li {
  margin-right: 0;
}
.banner {
  width: 100%;
  background: url(https://cdn-oss-h5.iyunkf.com/images/shop/banner.png) no-repeat center;
  height: 636px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.con .plate .title {
  box-sizing: border-box;
  padding-bottom: 36px;
  border-bottom: 1px solid #EEEEEF;
  color: #303031;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.con .plate .title::after {
  content: '';
  width: 60px;
  height: 3px;
  background-color: #FC7F4D;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.con .plate .en {
  color: #AAAAAA;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 14px;
}
.con .plate .content {
  margin-top: 42px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  height: 580px;
  margin-bottom: 40px;
}
.con .plate .content .left {
  width: 595px;
}
.con .plate .content .left img {
  width: 100%;
  height: 580px;
}
.con .plate .content .right {
  width: calc(100% - 595px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0;
}
.con .plate .content .right img {
  width: 216px;
  height: 216px;
  margin-bottom: 30px;
}
.con .plate .content .right .name {
  font-size: 28px;
  color: #303031;
  margin-bottom: 30px;
}
.con .plate .content .right .info {
  width: 182px;
  font-size: 14px;
  color: #888888;
  margin: 0 auto;
  margin-bottom: 20px;
}
.con .plate .content .right .price {
  color: #E6420C;
  margin-bottom: 30px;
}
.con .plate .content .right .price span:nth-child(1) {
  font-size: 14px;
}
.con .plate .content .right .price span:nth-child(2) {
  font-size: 24px;
}
.con .plate .content .right .price span:nth-child(3) {
  color: #AAAAAA;
  font-size: 14px;
}
.con .plate .content .right .btn {
  width: 160px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #FC7F4D;
  color: #FC7F4D;
  font-size: 16px;
  margin: 0 auto;
  cursor: pointer;
}
