body {
  background: #fff;
}
.home-header-box {
  background: url(../images/icons/bg.png) no-repeat top center;
  background-size: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.home-header-box .home-header {
  padding: 0 12px;
}
.home-header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  line-height: 46px;
}
.home-header-title h1 {
  font-size: 20px;
  color: #fff;
}
.home-header-title i {
  width: 20px;
  height: 20px;
}
.home-header-title i a {
  display: block;
  width: 20px;
  height: 20px;
}
.home-header-title i a img {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-container {
  overflow: hidden;
  height: 180px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
}
.swiper-container .swiper-slide {
  border-radius: 10px;
  height: 180px;
}
.swiper-container .swiper-slide img {
  border-radius: 10px;
  height: 180px;
  display: block;
  width: 100%;
}
.swiper-pagination-bullet {
  background: #fff;
  height: 4px;
  width: 10px;
  border-radius: 2px;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 2px;
}
.content {
  max-width: 640px;
  margin: 0 auto;
}
.home-news-box {
  padding: 0 12px;
  margin-top: 10px;
}
.home-news {
  background: #fff;
  border-radius: 10px;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  line-height: 30px;
  margin: 0.5rem 0 1rem;
  box-shadow: 0rem 0.25rem 1rem 0rem rgba(0, 0, 0, 0.08);
}
.home-news .news-icon {
  width: 30px;
  height: 16px;
  margin-right: 15px;
}
.home-news .next {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.home-news .next img {
  display: block;
  width: 14px;
  height: 14px;
}
.news-swiper-container {
  overflow: hidden;
  height: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #E4E4E4;
  padding-right: 5px;
}
.news-swiper-container .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}
.news-swiper-container .swiper-slide a strong {
  font-size: 14px;
  color: #FB4844;
  margin-right: 5px;
}
.news-swiper-container .swiper-slide a .bold {
  font-size: #333;
  font-size: 14px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home-product-box {
  padding-bottom: 0;
}
.home-product-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 44px;
  line-height: 44px;
}
.home-product-title .bold {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}
.home-product-title .bold::after {
  position: absolute;
  content: '';
  width: 4px;
  height: 20px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fc8559), to(#fb4945));
  background: linear-gradient(#fc8559, #fb4945);
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.home-product-title span {
  font-size: 14px;
}
.home-product-title span a {
  color: #FC8458;
}
.new-news {
  padding: 6px 12px;
}
.new-news .new-news-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 44px;
  line-height: 44px;
}
.new-news .new-news-title .bold {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}
.new-news .new-news-title .bold::after {
  position: absolute;
  content: '';
  width: 4px;
  height: 20px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fc8559), to(#fb4945));
  background: linear-gradient(#fc8559, #fb4945);
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.new-news .new-news-title span {
  font-size: 14px;
}
.new-news .new-news-title span a {
  color: #FC8458;
}
.new-news-list {
  background: #fff;
  padding: 0 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
}
.new-news-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  overflow: hidden;
  position: relative;
}
.new-news-list .list-item::after {
  height: 1px;
  content: '';
  width: 100%;
  background: #E4E4E4;
  position: absolute;
  bottom: 0;
  left: 75px;
}
.new-news-list .list-item img {
  width: 60px;
  height: 50px;
  margin-right: 15px;
  border-radius: 4px;
}
.new-news-list .list-item .item-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.new-news-list .list-item .item-desc .bold {
  font-size: 16px;
  color: #333;
}
.new-news-list .list-item .item-desc p {
  font-size: 13px;
  color: #666666;
}
.new-news-list .more {
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
}
.new-news-list .more a {
  color: #999999;
}
.home-nav {
  display: flex;
  justify-content: space-around;
}
.home-nav .nav-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.home-nav .nav-item .icon {
  width: 2.35rem;
  height: 2.35rem;
}
.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-front{
  font-size: .925rem !important;
  font-weight: bold;
}
.price-behind{
  font-weight: bold;
}