@charset "utf-8";
body {
  font-family: "Microsoft YaHei";
  background: #F5F5F5;
}
footer {
  margin-top: 0 !important;
}
.hc-primary-nav {
  display: none;
}
a:hover {
  color: #f75730 !important;
}
.shop {
  font-family: "Microsoft YaHei";
  line-height: 1.2;
}
.shop-tab {
  border-bottom: 2px solid #f65730;
  background: #fff;
  padding-top: 30px;
}
.shop-tab__item {
  float: left;
}
.shop-tab__item-link {
  display: block;
  line-height: 34px;
  padding: 0 40px;
  font-size: 16px;
  color: #333;
}
.shop-tab__item.hc-current .shop-tab__item-link {
  background: #f65730;
  color: #fff;
}
.shop-tab__item.hc-current:hover .shop-tab__item-link {
  color: #fff !important;
}
.shop .banner {
  height: 480px;
  background: url("/public/assets/img/point/banner.jpg") no-repeat center top #fd6749;
}
.shop .banner__main {
  position: relative;
}
.shop .banner__main-sidebar {
  position: absolute;
  right: 0;
  top: 20px;
  width: 270px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}
.shop .banner__main-sidebar .member-info {
  height: 235px;
  padding-top: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #e7e7e7;
}
.shop .banner__main-sidebar .member-info__head-portrait img {
  border-radius: 50%;
}
.shop .banner__main-sidebar .member-info__desc {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}
.shop .banner__main-sidebar .member-info__button {
  padding: 0 30px;
}
.shop .banner__main-sidebar .member-info__username {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}
.shop .banner__main-sidebar .member-info__point {
  margin-top: 12px;
  font-size: 16px;
  color: #666;
}
.shop .banner__main-sidebar .member-info__point-num {
  font-family: Arial;
  color: #f75730;
  margin-right: 5px;
  vertical-align: -1px;
}
.shop .banner__main-sidebar .member-info__tip {
  position: relative;
  margin-top: 5px;
}
.shop .banner__main-sidebar .member-info__tip-deadline {
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  color: #f75730;
  background: #ffe4dd;
  border-radius: 10px;
  padding: 0 10px;
}
.shop .banner__main-sidebar .member-info__tip-bubble {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #ffe4dd;
}
.shop .banner__main-sidebar .member-info__record {
  margin-top: 15px;
}
.shop .banner__main-sidebar .member-info__record-link {
  font-size: 14px;
  color: #007bff;
}
.shop .banner__main-sidebar .erweima {
  padding: 25px 50px;
}
.shop .banner__main-sidebar .erweima__img {
  height: 110px;
  background: url("/public/assets/img/point/erweima.jpg") no-repeat center top;
}
.shop .banner__main-sidebar .erweima__desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
.shop .content .section {
  background: #f5f5f5;
  padding-bottom: 100px;
}
.shop .content .section.bgcolor-white {
  background: #fff;
}
.shop .content .section.bgcolor-gray {
  background: #f9f9f9;
}
.shop .content .section__title {
  padding-top: 95px;
  margin-bottom: 60px;
  font-size: 32px;
  color: #333;
  text-align: center;
  font-weight: normal;
}
.shop .content .section__list {
  margin-top: 55px;
}
.shop .content .section__item {
  width: 290px;
  float: left;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  margin-left: 10px;
}
.shop .content .section__item:first-child {
  margin-left: 0;
}
.shop .content .section__item:hover {
  transform: translateY(-10px);
  box-shadow: #ccc 0 0 10px;
  transition: transform 0.3s;
}
.shop .content .section__item-desc {
  padding: 10px 10px 20px;
  border-bottom: 1px solid #f5f5f5;
}
.shop .content .section__item-desc-title {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #333;
}
.shop .content .section__item-content {
  padding: 10px 10px 20px;
}
.shop .content .section__item-detail {
  padding: 20px 10px;
}
.shop .content .section__item-detail-sidebar {
  width: 90px;
  float: left;
  margin-right: 10px;
}
.shop .content .section__item-detail-main {
  overflow: hidden;
  text-align: left;
  padding-top: 6px;
}
.shop .content .section__item-detail-price {
  font-size: 16px;
  color: #333;
}
.shop .content .section__item-detail-discount {
  margin-top: 5px;
  font-size: 14px;
  color: #ccc;
  text-decoration: line-through;
}
.shop .content .section__item-detail-desc {
  margin-top: 22px;
  font-size: 16px;
  color: #666;
}
.shop .content .section__item-detail-num {
  font-family: Arial;
  color: #f75730;
  margin-right: 5px;
}
.shop .content .section__item-bottom {
  margin-top: 15px;
  margin-bottom: 5px;
}
.shop .content .section__more {
  margin-top: 55px;
  text-align: center;
}
.shop .content .section__more-button {
  display: inline-block;
  padding: 0 50px;
  line-height: 38px;
  font-size: 16px;
  color: #f65730;
  border: 1px solid #f65730;
  border-radius: 20px;
}
.shop .content .section .channel-list {
  margin-left: -10px;
  margin-top: -10px;
}
.shop .content .section .channel-item {
  float: left;
  width: 390px;
  height: 220px;
  box-sizing: border-box;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 5px;
}
.shop .content .section .channel-item-first {
  height: 450px;
  text-align: center;
  background: #f6ebdb;
}
.shop .content .section .channel-item-first .channel-item__link {
  height: 100%;
  padding-top: 130px;
}
.shop .content .section .channel-item-first .channel-item__title {
  font-size: 30px;
}
.shop .content .section .channel-item-first .channel-item__desc {
  font-size: 18px;
}
.shop .content .section .channel-item-second {
  background: #fae8ef;
}
.shop .content .section .channel-item-third {
  background: #e0f3dd;
}
.shop .content .section .channel-item-fourth {
  background: #dee8f2;
}
.shop .content .section .channel-item-fifth {
  background: #fae7e2;
}
.shop .content .section .channel-item__link {
  display: block;
}
.shop .content .section .channel-item__sidebar {
  float: left;
}
.shop .content .section .channel-item__main {
  padding-top: 55px;
  overflow: hidden;
}
.shop .content .section .channel-item__title {
  font-size: 24px;
  color: #333;
}
.shop .content .section .channel-item__desc {
  margin-top: 5px;
  font-size: 16px;
  color: #333;
}
.shop .content .section__items {
  padding: 0 80px;
}
.shop .content .section__block {
  width: 190px;
  float: left;
  margin-left: 230px;
  padding-bottom: 30px;
  background: #fff;
  text-align: center;
}
.shop .content .section__block:first-child {
  margin-left: 0;
}
.shop .content .section__block-title {
  padding-top: 30px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #333;
  font-weight: normal;
}
.shop .content .section__block-icon {
  height: 55px;
}
.shop .content .section__block-icon.icon-first {
  background: url("/public/assets/img/point/icon-1.png") no-repeat center top;
}
.shop .content .section__block-icon.icon-second {
  background: url("/public/assets/img/point/icon-2.png") no-repeat center top;
}
.shop .content .section__block-icon.icon-third {
  background: url("/public/assets/img/point/icon-3.png") no-repeat center top;
}
.shop .content .section__block-icon.icon-fourth {
  background: url("/public/assets/img/point/icon-4.png") no-repeat center top;
}
.shop .content .section__block-desc {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 16px;
  color: #f75730;
}
.shop .content .section__block-button {
  display: inline-block;
  padding: 0 25px;
  line-height: 28px;
  font-size: 16px;
  color: #f65730;
  border: 1px solid #f75730;
  border-radius: 15px;
}
.shop-fixed {
  position: fixed;
  top: -200px;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 0 30px;
  font-size: 14px;
  color: #666;
  box-sizing: border-box;
  background: #fff;
  z-index: 999;
  box-shadow: #ccc 0 0 5px;
  transition: all 0.3s;
}
.shop-fixed.show {
  top: 0;
}
.shop-fixed__info {
  float: left;
}
.shop-fixed__info-sidebar {
  float: left;
  width: 42px;
  padding-top: 9px;
  margin-right: 10px;
}
.shop-fixed__info-content {
  overflow: hidden;
}
.shop-fixed__info-desc {
  line-height: 60px;
}
.shop-fixed__info-head-portrait {
  border-radius: 50%;
}
.shop-fixed__menu {
  float: right;
  width: 340px;
}
.shop-fixed__menu-item {
  margin-left: 20px;
  float: left;
}
.shop-fixed__menu-item.active .shop-fixed__menu-link {
  color: #f65730;
}
.shop-fixed__menu-link {
  display: block;
  line-height: 60px;
}
