body {
  background-color: #f2f4f8;
  min-width: 1200px;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  margin: 0 auto;
  height: 72px;
  border-bottom: 1px solid #e9e9e9;
  z-index: 1001;
  background: #fff;
}
.header .main {
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.header .main .header-logo {
  width: 129px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.header .main .header-saerch {
  width: 600px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -300px;
}
.header .main .header-saerch-wrap {
  position: relative;
  width: 600px;
  height: 34px;
  margin: 0 auto;
}
.header .main .header-saerch-wrap .filter-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 79px;
  height: 100%;
  line-height: 32px;
  border: 1px solid #BDBDBD;
  border-right: none;
  font-size: 12px;
  color: #555;
}
.header .main .header-saerch-wrap .filter-wrap .cus-filter-searchBox-select-container {
  background: #FFF;
  text-align: left;
  padding-left: 14px;
}
.header .main .header-saerch-wrap .filter-wrap .cus-filter-searchBox-select-container .cus-filter-select-panel {
  left: -1px;
  border: 1px solid #BDBDBD;
  border-top: none;
}
.header .main .header-saerch-wrap .input-wrap {
  position: absolute;
  width: 420px;
  height: 34px;
  top: 0;
  left: 79px;
}
.header .main .header-saerch-wrap .input-wrap .bdsug {
  position: absolute;
  z-index: 1;
  top: 34px;
  width: 397px;
  height: auto;
  background: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 3px #ededed;
          box-shadow: 1px 1px 3px #ededed;
}
.header .main .header-saerch-wrap .input-wrap .bdsug.active {
  display: block;
}
.header .main .header-saerch-wrap .input-wrap .bdsug ul {
  padding-bottom: 10px;
}
.header .main .header-saerch-wrap .input-wrap .bdsug li {
  display: list-item;
  width: 100%;
  color: #000;
  font: 14px arial;
  line-height: 22px;
  padding: 0 8px;
  position: relative;
  cursor: default;
}
.header .main .header-saerch-wrap .input-wrap .bdsug li.active {
  background: #f0f0f0;
}
.header .main .header-saerch-wrap .input-wrap .bdsug li:hover {
  background: #f0f0f0;
}
.header .main .header-saerch-wrap .search-input {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 14px;
  padding-left: 8px;
  width: 397px;
  height: 34px;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  letter-spacing: 0;
  border: 1px solid #BDBDBD;
  border-left: none;
  border-right: none;
  background-color: #fff;
  -webkit-appearance: none;
  outline: 0;
}
.header .main .header-saerch-wrap .search-btn {
  position: absolute;
  top: 0;
  left: 475px;
  padding-bottom: 9px;
  width: 100px;
  height: 34px;
  line-height: 34px;
  border: 0;
}
.header .main .cus-filter-select-container {
  position: relative;
  height: 100%;
  cursor: pointer;
  text-align: center;
}
.header .main .cus-filter-select-container .cus-filter-select-icon {
  display: inline-block;
  width: 12px;
  height: 100%;
  margin-left: 14px;
  vertical-align: top;
  background: url("../images/filter-drop-down.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.38s;
  transition: all 0.38s;
}
.header .main .cus-filter-select-container .cus-filter-select-icon.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .main .cus-filter-select-container .cus-filter-select-panel {
  display: none;
  position: absolute;
  padding-left: 14px;
  width: 100%;
  background: inherit;
  z-index: 999;
}
.header .main .cus-filter-select-container .cus-filter-select-panel:hover {
  color: #ff4400;
}
.header .main .cus-filter-select-container:hover .cus-filter-select-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .main .cus-filter-select-container:hover .cus-filter-select-panel {
  display: block;
}
.header .main .cui-button {
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  height: 38px;
  padding: 0 20px;
  font-size: 14px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  width: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #fff;
  background-color: #ff4400;
  border-color: #ff4400;
}
.header .main .cui-button:hover {
  background-color: #ff5a1e;
  border-color: #ff5a1e;
}
.header .main .header-login {
  position: absolute;
  top: 50%;
  right: 30px;
  height: 22px;
  margin-top: -11px;
  display: inline-block;
  padding-bottom: 10px;
  line-height: 22px;
  font-size: 14px;
  cursor: pointer;
}
.header .main .header-login .header-login-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  background-position: -10px -255px;
  background-image: url("../images/sprite_sj_icons@2x.png");
  background-image: -webkit-image-set(url(../images/sprite_sj_icons@2x.png) 2x);
}
.header .main .header-icon {
  position: relative;
  float: right;
  margin-top: 12px;
  width: 40px;
  height: 52px;
  background: url("../images/user.jpg") 0 0 no-repeat;
}
.header .main .header-icon .user-list {
  display: none;
  position: absolute;
  width: 250px;
  border: 1px solid #d9d9d9;
  top: 50px;
  right: -5px;
  background: #fff;
}
.header .main .header-icon .user-list::after {
  position: absolute;
  right: 18px;
  top: -7px;
  content: '';
  width: 12px;
  height: 7px;
  background: url("../images/sanjiao.jpg") 0 0 no-repeat;
}
.header .main .header-icon .user-list .user-list-title {
  height: 46px;
  line-height: 46px;
  padding: 0 15px 0 32px;
  background: #f9f9f9;
}
.header .main .header-icon .user-list .title-name {
  float: left;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  color: #666666;
}
.header .main .header-icon .user-list .exit {
  float: right;
}
.header .main .header-icon .user-list .user-list-content {
  padding: 0 0 45px 32px;
}
.header .main .header-icon .user-list .user-list-content .content-squre {
  margin-top: 10px;
}
.header .main .header-icon .user-list .user-list-content .squre-title {
  line-height: 32px;
  font-weight: bold;
  color: #999999;
}
.header .main .header-icon .user-list .user-list-content .squre-content-line {
  line-height: 30px;
}
.header .main .header-icon .user-list .user-list-content .squre-content-line .line-r {
  margin-left: 32px;
}
.header .main .header-icon:hover .user-list {
  display: block;
}
.content {
  padding-top: 92px;
}
.content .content-t {
  background: #fff;
}
.content .content-t .main {
  width: 1200px;
  margin: 0 auto;
}
.content .content-t .main .album {
  float: left;
  width: 450px;
  padding: 24px 0;
}
.content .content-t .main .album .album-container {
  width: 450px;
  position: relative;
  min-height: 468px;
  z-index: 500;
}
.content .content-t .main .album .album-container .swiper-container-top {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.content .content-t .main .album .album-container .swiper-container-top .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.content .content-t .main .album .album-container .swiper-container-top .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.content .content-t .main .album .album-container .swiper-container-top .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.content .content-t .main .album .album-container .swiper-container-bottom {
  height: 75px;
  margin-top: 16px;
  overflow: hidden;
  position: relative;
}
.content .content-t .main .album .album-container .swiper-container-bottom .swiper-slide-thumb-active {
  border: 2px solid red;
}
.content .content-t .main .album .album-container .swiper-container-bottom img {
  display: block;
  width: 100%;
  height: 100%;
}
.content .content-t .main .desc {
  margin-left: 500px;
  width: 700px;
}
.content .content-t .main .desc .prod-desc {
  padding: 18px 0 20px;
}
.content .content-t .main .desc .prod-desc .full-name {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 36px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.content .content-t .main .desc .special-fields {
  padding: 12px 0;
  margin-bottom: 12px;
  background: #fafafa;
}
.content .content-t .main .desc .field {
  position: relative;
  padding: 8px 0;
  font-size: 14px;
  line-height: 22px;
}
.content .content-t .main .desc .field .field-name {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  padding-left: 24px;
  color: #999;
}
.content .content-t .main .desc .field .field-value {
  margin-left: 100px;
}
.content .content-t .main .desc .field .field-value .ivu-icon-ios-checkmark-circle-outline {
  font-size: 18px;
  color: #ef1f1f;
  width: 22px;
  height: 22px;
  line-height: 22px;
  vertical-align: top;
}
.content .content-t .main .desc .field .price {
  width: 200px;
  font-size: 24px;
  line-height: 38px;
  color: #ef1f1f;
  vertical-align: top;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .content-t .main .desc .field .quantity {
  width: 200px;
  display: inline-block;
}
.content .content-t .main .desc .field .input-number {
  display: inline-block;
  font-size: 0;
  position: relative;
}
.content .content-t .main .desc .field .input-number .btn {
  display: inline-block;
  border: 1px solid #eee;
  color: #333;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  width: 34px;
  height: 34px;
  line-height: 32px;
}
.content .content-t .main .desc .field .input-number input {
  width: 74px;
  font-size: 14px;
  border: none;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  outline: none;
  text-align: center;
}
.content .content-t .main .desc .desc-btn {
  margin-top: 32px;
}
.content .content-t .main .desc .desc-btn .ivu-btn {
  width: 143px;
  line-height: 40px;
  padding: 0;
  font-size: 14px;
}
.content .content-t .notice {
  width: 572px;
  height: 53px;
  position: relative;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  margin-top: 18px;
  padding: 5px 0 0;
}
.content .content-t .notice .notice-container {
  overflow: hidden;
  height: 42px;
  font-size: 12px;
  color: #333;
}
.content .content-t .notice .notice-container .anim {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: -26px;
}
.content .content-t .notice .notice-container li {
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 4px 0;
  text-align: left;
}
.content .content-t .notice .notice-container li .img {
  display: inline-block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  border-radius: 50%;
  vertical-align: bottom;
}
.content .content-t .notice .notice-container li .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.content .content-t .notice .notice-container li .li-text {
  margin-left: 10px;
  display: inline-block;
}
.content .content-t .notice .mask {
  position: absolute;
  bottom: -1px;
  left: -2px;
  width: 120%;
  height: 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
.content .content-m .main {
  width: 1200px;
  margin: 0 auto;
}
.content .content-m .title {
  padding-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 56px;
}
.content .content-m .m-list {
  border: 1px solid #eee;
  background: #fff;
  padding: 10px 0;
  overflow: hidden;
}
.content .content-m .m-list .list-li {
  float: left;
  width: 180px;
  margin-left: 17px;
}
.content .content-m .m-list .list-li a {
  display: block;
}
.content .content-m .m-list .list-li a img {
  display: block;
  width: 180px;
  height: 180px;
}
.content .content-m .m-list .list-li a .li-text {
  margin: 8px 0 6px;
  line-height: 20px;
  height: 40px;
  color: #333;
  font-size: 14px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content .content-m .m-list .list-li a .li-num {
  font-size: 16px;
  line-height: 24px;
  color: #ef1f1f;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .content-b {
  padding-bottom: 92px;
}
.content .content-b .main {
  width: 1200px;
  margin: 0 auto;
}
.content .content-b .main .left {
  float: left;
  width: 293px;
}
.content .content-b .main .left .bold-title {
  padding-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 56px;
}
.content .content-b .main .left .container {
  padding: 20px 24px;
  background: #fff;
  line-height: 0;
}
.content .content-b .main .left .container .title {
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 24px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.content .content-b .main .left .container .title .shop-name {
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .content-b .main .left .container .title .shop-name .name {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  font-size: 16px;
  color: inherit;
}
.content .content-b .main .left .container .title .shop-name .icons {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 19px;
  line-height: 19px;
  vertical-align: middle;
  display: inline-block;
  padding-left: 1px;
}
.content .content-b .main .left .container .title .shop-name .icons .qi-duration {
  display: inline-block;
  height: 19px;
  line-height: 19px;
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  vertical-align: top;
  color: #999;
}
.content .content-b .main .left .container .desc {
  margin: 16px 0 12px;
  font-size: 14px;
  line-height: 22px;
}
.content .content-b .main .left .container .desc .item {
  padding-bottom: 8px;
}
.content .content-b .main .left .container .desc .item .name {
  float: left;
  width: 60px;
  color: #999;
}
.content .content-b .main .left .container .desc .item .value {
  margin-left: 72px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content .content-b .main .left .container .hr {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.content .content-b .main .left .container .tp-title {
  width: 100%;
  text-align: center;
  cursor: auto;
}
.content .content-b .main .left .selllike .m-list {
  border: 1px solid #eee;
  background: #fff;
  padding: 10px 15px;
  overflow: hidden;
}
.content .content-b .main .left .selllike .m-list .list-li {
  width: 180px;
  margin-bottom: 20px;
}
.content .content-b .main .left .selllike .m-list .list-li a {
  display: block;
}
.content .content-b .main .left .selllike .m-list .list-li a img {
  display: block;
  width: 260px;
  height: 260px;
}
.content .content-b .main .left .selllike .m-list .list-li a .li-text {
  margin: 8px 0 6px;
  line-height: 20px;
  height: 40px;
  color: #333;
  font-size: 14px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content .content-b .main .left .selllike .m-list .list-li a .li-num {
  font-size: 16px;
  line-height: 24px;
  color: #ef1f1f;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .content-b .main .right {
  margin-left: 330px;
}
.content .content-b .main .right .details .bold-title {
  padding-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 56px;
}
.content .content-b .main .right .details .details-title {
  position: relative;
  padding-bottom: 0;
}
.content .content-b .main .right .details .details-content {
  border: 1px solid #eee;
}
.content .content-b .main .right .details .params-container {
  padding: 20px 24px 0;
  font-size: 14px;
  line-height: 0;
  background: #fff;
}
.content .content-b .main .right .details .params-container .item-cantainer {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32.9%;
  padding-right: 16px;
  margin-bottom: 16px;
  padding-right: 24px;
  line-height: 22px;
  vertical-align: top;
}
.content .content-b .main .right .details .params-container .item-cantainer:nth-child(3n) {
  padding-right: 0;
}
.content .content-b .main .right .details .params-container .item-cantainer .name {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100px;
  padding-right: 16px;
  color: #999;
  word-break: break-all;
}
.content .content-b .main .right .details .params-container .item-cantainer .value {
  margin-left: 100px;
  height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .content-b .main .right .details .params-container .expand {
  position: relative;
  height: 15px;
  border-top: 1px solid #eee;
  margin-top: 12px;
  height: 0;
}
.content .content-b .main .right .details .rich-text {
  padding: 46px 50px;
  background: #fff;
  overflow: hidden;
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  word-wrap: break-word;
  word-break: break-all;
}
.content .content-b .main .right .details .rich-text img {
  max-width: 100%;
}
.content .content-b .main .right .details .rich-text.no-p-margin p {
  margin-top: 0;
  margin-bottom: 0;
}
.content .content-b .main .right .details .concatus {
  margin-top: 16px;
  border: 1px solid #eee;
  padding: 16px 24px;
  background: #fff;
  height: 232px;
}
.content .content-b .main .right .details .concatus .map {
  width: 41%;
  height: 200px;
  float: left;
  margin-right: 3%;
}
.content .content-b .main .right .details .concatus .concatus-wrap {
  float: left;
  width: 56%;
  height: 200px;
}
.content .content-b .main .right .details .concatus .concatus-wrap .desc-container {
  max-width: 100%;
  margin-top: -10px;
}
.content .content-b .main .right .details .concatus .concatus-wrap .desc-container .title {
  font-size: 14px;
  font-weight: 700;
  margin: 19px 0;
  line-height: 1;
}
.content .content-b .main .right .details .concatus .concatus-wrap .desc-container .item-container {
  font-size: 14px;
  line-height: 1;
  padding-bottom: 12px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .content-b .main .right .details .concatus .concatus-wrap .desc-container .item-container .name {
  display: inline-block;
  width: 80px;
  color: #999;
}
.content .content-b .main .right .details .m-list {
  border: 1px solid #eee;
  background: #fff;
  padding: 10px 0;
  overflow: hidden;
}
.content .content-b .main .right .details .m-list .list-li {
  float: left;
  width: 180px;
  margin-left: 17px;
  margin-bottom: 20px;
}
.content .content-b .main .right .details .m-list .list-li a {
  display: block;
}
.content .content-b .main .right .details .m-list .list-li a img {
  display: block;
  width: 180px;
  height: 180px;
}
.content .content-b .main .right .details .m-list .list-li a .li-text {
  margin: 8px 0 6px;
  line-height: 20px;
  height: 40px;
  color: #333;
  font-size: 14px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content .content-b .main .right .details .m-list .list-li a .li-num {
  font-size: 16px;
  line-height: 24px;
  color: #ef1f1f;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5f6f5;
  border-top: 1px solid #ebebeb;
  text-align: left;
  font-size: 12px;
  height: 42px;
  line-height: 42px;
  margin-top: 40px;
  z-index: 1000;
}
.footer .help {
  background: #f5f6f5;
  zoom: 1;
  padding: 0 0 0 50px;
  float: left;
  padding-left: 121px;
}
.footer .help a {
  color: #777;
  padding: 0 15px;
  text-decoration: none;
}
