* {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #a3a0a1;
}
body {
  background-color: #FFF3EE;
  font: normal 14px/1.667 "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.nav {
  width: 100%;
  min-width: 1000px;
  height: 53px;
  line-height: 53px;
  background-color: rgba(255, 255, 255, 0.86);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.nav p {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.nav p a {
  font-size: 18px;
}
.nav p a.on {
  color: #f03450;
}
.banner {
  height: 760px;
  background: url("../images/banner.jpg?7") no-repeat center center;
  background-size: cover;
}
.main {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.common {
  padding-top: 53px;
}
.title-wrap .title {
  line-height: 28px;
  color: #f03450;
  font-size: 20px;
}
.title-wrap .title .title-text {
  padding: 0 30px;
  vertical-align: middle;
}
.title-wrap .line {
  width: 24px;
  height: 2px;
  background-color: #f03450;
  margin: 19px auto 0;
}
.content {
  margin-top: 30px;
  padding: 17px 0;
  background-color: #FFD4C0;
}
.product {
  padding: 0 25px;
}
.product .p-left {
  float: left;
  width: 597px;
}
.product .p-left .img {
  width: 100%;
  height: 462px;
  position: relative;
}
.product .p-left .img img {
  width: 100%;
}
.product .p-left .img .shadow {
  width: 100%;
  position: absolute;
  line-height: 44px;
  color: #fff;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  left: 0;
}
.product .p-right {
  float: right;
  width: 341px;
}
.product .p-right .img {
  width: 100%;
  height: 219px;
  position: relative;
}
.product .p-right .img img {
  width: 100%;
}
.product .p-right .img .shadow {
  width: 100%;
  position: absolute;
  line-height: 44px;
  color: #fff;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  left: 0;
}
.product .p-right .img:last-of-type {
  margin-top: 25px;
}
.activity-banner {
  margin-top: 20px;
}
.activity-banner img {
  width: 100%;
}
.sqty .activity-banner {
  margin-top: 0;
  position: relative;
}
.sqty .shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 40px 70px;
  color: #fff;
}
.sqty .shadow .title {
  font-size: 32px;
  font-weight: bold;
  height: 56px;
  overflow: hidden;
  text-align: right;
}
.sqty .shadow .banner-text-info {
  width: 235px;
  text-align: center;
  float: right;
}
.sqty .shadow .tag {
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  line-height: 24px;
  overflow: hidden;
  margin-left: 5px;
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  font-size: 14px;
}
.sqty .shadow .tag-wrap {
  font-size: 0;
}
.sqty .shadow .tag-wrap .tag:first-of-type {
  margin-left: 0;
  width: 65px;
}
.sqty .shadow .tag-wrap .tag:nth-of-type(2) {
  width: 65px;
}
.sqty .shadow .tag-wrap .tag:last-of-type {
  width: 30px;
}
.sqty .shadow .tag-box {
  margin: 10px 0;
}
.sqty .shadow .tag-box .tag {
  width: 100%;
  box-sizing: border-box;
  margin-left: 0;
}
.sqty .shadow .time-box {
  margin-top: 25px;
  font-size: 14px;
}
.sqty .shadow .btn-group {
  margin-top: 5px;
}
.sqty .shadow .btn-group a {
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  display: block;
  border-radius: 20px;
  color: #fff;
}
.sqty .shadow .btn-group .red {
  background-color: #fe584d;
}
.sqty .shadow .btn-group .green {
  background-color: #80c269;
}
.sqty .shadow .btn-group .gray {
  background-color: #c1c1c1 ;
}
.common .content {
  overflow: hidden;
}
.common .content .blog-list {
  height: 277px;
  overflow: hidden;
}
.common .content .blog-list ul {
  width: 200%;
}
.common .content ul {
  width: 105%;
}
.common .content li {
  width: 243px;
  margin-right: 10px;
  float: left;
}
.common .content li .img {
  width: 100%;
  height: 183px;
  overflow: hidden;
}
.common .content li .img img {
  width: 100%;
  height: auto;
}
.common .content li .desc {
  padding: 12px 16px 5px;
  text-align: left;
  background-color: #F4F4F4;
  color: #666666;
}
.common .content li .desc .title {
  line-height: 20px;
}
.common .content li .desc .price {
  line-height: 25px;
  min-height: 25px;
  margin-top: 6px;
  font-size: 18px;
  color: #f03450;
}
.common .content li .desc .source {
  margin-top: 9px;
}
.common .content li .desc .source:after {
  content: '';
  display: block;
  clear: both;
}
.common .content li .desc .source .mall {
  float: left;
}
.common .content li .desc .source .time {
  float: right;
}
.common .content li .desc .info {
  margin-top: 9px;
}
.common .content li .desc .info:after {
  content: '';
  display: block;
  clear: both;
}
.common .content li .desc .info .author {
  width: 120px;
  font-size: 12px;
  color: #000;
  float: left;
}
.common .content li .desc .info .author img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  vertical-align: middle;
}
.common .content li .desc .info .author span {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common .content li .desc .info .query-num {
  float: right;
  line-height: 28px;
}
.common .content li .desc .info .query-num .zan {
  margin-right: 15px;
}
.common .content li .desc .info .query-num i {
  display: inline-block;
  width: 16px;
  height: 17px;
  margin-right: 8px;
  vertical-align: middle;
}
.common .content li .desc .info .query-num .icon-zan {
  background: url("../images/zan.png") no-repeat center center;
  background-size: 16px auto;
  margin-top: -5px;
}
.common .content li .desc .info .query-num .icon-comment {
  background: url("../images/comment.png") no-repeat center center;
  background-size: 16px auto;
}
.common .content .video-box {
  padding: 0 43px;
}
.common .content .video-box .show-video {
  width: 706px;
  height: 394px;
  float: left;
  position: relative;
}
.common .content .video-box .show-video img {
  width: 100%;
  height: 100%;
}
.common .content .video-box .show-video .play {
  width: 76px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -38px;
  background-color: rgba(23, 23, 23, 0.9);
  text-align: center;
  border-radius: 3px;
  transform: scale(1.3);
  cursor: pointer;
  display: none;
}
.common .content .video-box .show-video .play .play_button {
  display: inline-block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-width: 12px 21px;
  border-left-color: #fff;
  vertical-align: middle;
  margin-left: 28px;
}
.common .content .video-box .video-list {
  width: 147px;
  float: right;
}
.common .content .video-box .video-list li {
  width: 100%;
  height: 97px;
  position: relative;
  margin-top: 2px;
  margin-right: 0;
  cursor: pointer;
}
.common .content .video-box .video-list li img {
  width: 100%;
  height: 100%;
}
.common .content .video-box .video-list li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33) url("../images/play.png") no-repeat center center;
  background-size: 40px 40px;
  left: 0;
  top: 0;
}
.common .content .video-box .video-list li .shadow .shadow-text {
  position: absolute;
  width: 100%;
  line-height: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.common .content .video-box .video-list li:first-of-type {
  margin-top: 0;
}
.common .content .video-box .video-list li.on:after {
  content: '';
  display: block;
  width: 28px;
  height: 34px;
  position: absolute;
  background: url("../images/icon-current.png") no-repeat center center;
  background-size: 28px 34px;
  left: -20px;
  top: 50%;
  margin-top: -14px;
}
.common .content .hdhg-list {
  font-size: 0;
}
.common .content .hdhg-list img {
  width: 500px;
  height: 173px;
}
.common .bd {
  margin-top: 29px;
}
.common .bd ul {
  text-align: center;
}
.common .bd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 24px;
  cursor: pointer;
}
.common .bd li:last-of-type {
  margin-right: 0;
}
.common .bd li.on {
  background-color: #f03450;
}
.common.typhg .content .typhg-list,
.common.hdhg .content .hdhg-list {
  padding: 0 23px;
  overflow: hidden;
  position: relative;
}
.common.typhg .content .typhg-list .hd,
.common.hdhg .content .hdhg-list .hd {
  margin-top: 0;
}
.common.typhg .content .typhg-list ul,
.common.hdhg .content .hdhg-list ul {
  width: 100%;
  height: 381px;
  overflow: hidden;
}
.common.typhg .content .typhg-list li,
.common.hdhg .content .hdhg-list li {
  width: 100%;
  height: 100%;
  margin-right: 0;
  position: relative;
}
.common.typhg .content .typhg-list li img,
.common.hdhg .content .hdhg-list li img {
  width: 100%;
  height: auto;
}
.common.typhg .content .typhg-list li .shadow,
.common.hdhg .content .hdhg-list li .shadow {
  width: 100%;
  height: 62px;
  line-height: 62px;
  font-size: 24px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.4);
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common.typhg .content .typhg-list .prev,
.common.hdhg .content .hdhg-list .prev,
.common.typhg .content .typhg-list .next,
.common.hdhg .content .hdhg-list .next {
  width: 30px;
  height: 55px;
  position: absolute;
  top: 50%;
  margin-top: -27.5px;
  cursor: pointer;
}
.common.typhg .content .typhg-list .prev,
.common.hdhg .content .hdhg-list .prev {
  background: url("../images/prv.png") no-repeat center center;
  background-size: 30px auto;
  left: 37px;
}
.common.typhg .content .typhg-list .next,
.common.hdhg .content .hdhg-list .next {
  background: url("../images/next.png") no-repeat center center;
  background-size: 30px auto;
  right: 37px;
}
.common.rmxp .content ul,
.common.tybg .content ul {
  height: 303px;
}
.common.hdhg .content .hdhg-list ul {
  height: 329px;
}
.tybg .type {
  margin-top: 20px;
}
.tybg .type a {
  margin-right: 10px;
  color: #B2B2B2;
}
.tybg .content li .img img {
  width: auto;
  height: 100%;
}
.footer {
  min-width: 1000px;
  margin-top: 80px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background-color: #434343;
}
