@import "font/iconfont.css";
.f-vam {
  display: inline-block;
  vertical-align: middle;
}
.f-vat {
  display: inline-block;
  vertical-align: top;
}
.hide {
  display: none;
}
.show {
  display: block;
}
/*@media screen and (min-width: 1550px) {
  .header-sp{
    min-width: @maxW-big;
    .header-sp-main{
      width: @maxW-big;
    }
  }
}*/
/*@import "Whitney-Medium-Pro/Whitney-Pro.css";*/
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0;
}
.witing {
  color: #43d6ac;
}
body {
  padding-top: 116px;
  color: #232f3e;
  font-size: 14px;
}
/** header **/
.header-sp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  min-width: 1200px;
  height: 56px;
  background: #232f3e;
  *zoom: 1;
}
.header-sp:before,
.header-sp:after {
  display: table;
  content: "";
}
.header-sp:after {
  clear: both;
}
.header-sp .header-sp-main {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1550px) {
  .header-sp {
    min-width: 1500px;
  }
  .header-sp .header-sp-main {
    width: 1500px;
  }
}
.header-sp-left {
  font-size: 0;
  margin: 0 20px;
  float: left;
}
.header-sp-left .header-nation {
  height: 56px;
  text-align: left;
  padding: 0 13px;
}
.header-sp-left .header-nation .flag {
  vertical-align: top;
  margin: 18px 0 3px 0;
}
.header-sp-left .header-nation .glyphicon {
  font-size: 12px;
  color: #949494;
  line-height: 56px;
  margin-left: 10px;
}
.header-sp-left .dropdown-menu {
  min-width: 70px;
  margin-top: 4px;
}
.header-sp-left .dropdown-menu a {
  font-size: 12px;
  color: #5f5f5f;
  line-height: 20px;
  padding: 3px 0;
}
.header-sp-left .dropdown-menu .flag {
  margin: 0 8px 0 10px;
}
.header-sp-left.open {
  background: #fff;
}
.header-sp-logo {
  float: left;
  height: 100%;
  line-height: 56px;
}
.header-sp-logo img {
  display: block;
  width: auto;
  height: 60%;
  margin-top: 8px;
}
.header-sp-nav {
  float: left;
}
.header-sp-nav ul {
  *zoom: 1;
  margin-left: 15px;
}
.header-sp-nav ul:before,
.header-sp-nav ul:after {
  display: table;
  content: "";
}
.header-sp-nav ul:after {
  clear: both;
}
.header-sp-nav ul li {
  float: left;
  margin: 0 5px;
}
.header-sp-nav ul a {
  display: block;
  font-size: 12px;
  color: #bfbfbf;
  line-height: 56px;
  padding: 0 5px 0;
}
.header-sp-search {
  float: left;
  width: 20%;
  margin-left: 3%;
}
.header-sp-right {
  float: right;
  *zoom: 1;
}
.header-sp-right:before,
.header-sp-right:after {
  display: table;
  content: "";
}
.header-sp-right:after {
  clear: both;
}
.header-sp-right .header-login > a,
.header-sp-right .header-sign > a {
  width: 75px;
  height: 26px;
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  border-radius: 30px;
  border: 0;
}
.header-sp-right .header-login {
  float: left;
  margin: 15px 12px 0 0;
}
.header-sp-right .header-login a {
  color: #31393f;
  background: #fff;
}
.header-sp-right .header-sign {
  float: left;
  margin-top: 14px;
}
.header-sp-right .header-sign a {
  background: #0077c5;
  color: #fff;
}
.header-sp-right .header-user {
  float: left;
}
.header-user {
  position: relative;
}
.header-user .user-name {
  display: block;
  height: 56px;
  line-height: 56px;
  color: #bfbfbf;
  padding: 0 5px 0 10px;
}
.header-user .user-name span {
  color: #bfbfbf;
}
.header-user .user-layer {
  position: absolute;
  top: 100%;
  right: -1px;
  z-index: 999;
  width: 345px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  margin: 0;
  display: none;
}
.header-user .user-layer.in {
  display: block;
}
.header-user:hover .user-name {
  background: #fff;
  color: #00c6ff;
}
.header-user:hover .user-name span {
  color: #00c6ff;
}
.header-user:hover .user-layer {
  display: block;
}
.user-info {
  padding: 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.user-info .user-info-logo {
  width: 80px;
  height: 80px;
  border: 2px solid #c2c2c2;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.user-info .user-info-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.user-info .user-info-right {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.user-info .user-info-right .user-info-name {
  color: #7c7c7c;
  padding-bottom: 5px;
}
.user-info .user-info-right .user-info-line {
  *zoom: 1;
}
.user-info .user-info-right .user-info-line:before,
.user-info .user-info-right .user-info-line:after {
  display: table;
  content: "";
}
.user-info .user-info-right .user-info-line:after {
  clear: both;
}
.user-info .user-info-right .user-info-mark {
  float: left;
  margin-bottom: 8px;
}
.user-info .user-info-right .user-info-out {
  float: right;
}
.user-info .user-info-right p {
  font-size: 13px;
  color: #7c7c7c;
  padding-bottom: 5px;
}
.user-info .user-info-right .user-info-gofile {
  display: block;
  color: #000;
  font-size: 13px;
  text-align: center;
}
.user-info-mark {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  background: #d6d2c8;
  padding: 0 10px;
  border-radius: 3px;
  text-shadow: 0px 0px 2px #333;
  text-shadow: 5px 5px 5px #333, ;
}
.user-info-out {
  font-size: 13px;
  color: #7c7c7c;
}
.user-right {
  padding: 20px 0 15px;
  border-top: 1px solid #ededed;
}
.user-badge {
  text-align: center;
  padding: 0 25px;
}
.user-badge:before,
.user-badge:after {
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.user-badge:before {
  left: 0;
}
.user-badge:after {
  right: 0;
}
.user-badge .prev,
.user-badge .next {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 20px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.user-badge .prev span,
.user-badge .next span {
  color: #c7c7c7;
  font-size: 14px;
}
.user-badge .prev:hover span,
.user-badge .next:hover span {
  color: #00c6ff;
}
.user-badge .prev {
  left: 5px;
}
.user-badge .next {
  right: 5px;
}
.user-badge .img-com {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("../img/sprite-login.png") no-repeat left;
  background-size: auto 100%;
  margin: 0;
}
.user-badge .img-com.img-rebates {
  background-position: 0 0;
}
.user-badge .img-com.img-balance {
  background-position: -60px 0;
}
.user-badge .img-com.img-coins {
  background-position: -120px 0;
}
.user-badge .img-com.img-wishlist {
  background-position: -180px 0;
}
.user-badge .img-com.img-community {
  background-position: -240px 0;
}
.user-badge .img-com.img-subscibe {
  background-position: -300px 0;
}
.user-badge .img-com.img-password {
  background-position: -360px 0;
}
.user-badge p {
  font-size: 10px;
  color: #7c7c7c;
}
.user-badge .swiper-slide:hover p {
  color: #00c6ff;
}
.header-user.seller .img-com {
  background-image: url("../img/sprite-login-seller.png");
}
section.nav {
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 99;
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
  background: #fff;
}
.nav-search-input {
  width: 100%;
  height: 30px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  margin-top: 26px/2;
}
.nav-search-input .glyphicon,
.nav-search-input .iconfont {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #989898;
  text-align: center;
  margin-top: -13px;
  cursor: pointer;
}
.nav-search-input .glyphicon-search,
.nav-search-input .icon-sousuo {
  right: 10px;
  font-size: 16px;
}
.nav-search-input .search-input-cont {
  width: 100%;
  height: 100%;
  font-size: 15px;
  padding: 6px 60px 6px 14px;
  background: #fff;
  border-radius: 4px;
  border: 0;
}
.nav-search-input .glyphicon-remove-sign,
.nav-search-input .icon-Group- {
  right: 30px;
  font-size: 14px;
}
.nav-search-input .search-input-cont:not(:valid) ~ .glyphicon-remove-sign,
.nav-search-input .search-input-cont:not(:valid) ~ .icon-Group- {
  display: none;
}
.nav-cells {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.nav-cells ul {
  font-size: 0;
  margin: 0;
}
.nav-cells li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}
.nav-cells li a {
  display: block;
  font-size: 18px;
  color: #232f3e;
  line-height: 44px;
}
.nav-cells li a:hover,
.nav-cells li a.active {
  color: #00c6ff;
}
@media screen and (min-width: 1550px) {
  .nav-cells {
    min-width: 1500px;
    width: 1500px;
  }
}
/*主体*/
.main {
  width: 100%;
  min-width: 1200px;
  background: #f8f6f6;
  *zoom: 1;
  padding-bottom: 50px;
}
.main:before,
.main:after {
  display: table;
  content: "";
}
.main:after {
  clear: both;
}
.main-bd {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1550px) {
  .main {
    min-width: 1500px;
  }
  .main-bd {
    min-width: 1500px;
    width: 1500px;
  }
}
.hot-hd {
  padding: 20px 0 10px;
  *zoom: 1;
}
.hot-hd:before,
.hot-hd:after {
  display: table;
  content: "";
}
.hot-hd:after {
  clear: both;
}
.hot-hd .hot-title {
  float: left;
  color: #232f3e;
  font-size: 18px;
  line-height: 30px;
}
.hot-hd .hot-more {
  float: right;
  color: #6a6969;
  font-size: 14px;
  line-height: 30px;
}
@media screen and (min-width: 1550px) {
  .hot-hd {
    padding: 40px 0 10px;
  }
}
.hot-cont {
  width: 100%;
  height: 426px;
  position: relative;
}
.hot-cont .swiper-slide {
  position: relative;
}
.hot-cont .swiper-slide img {
  width: 100%;
  height: 100%;
}
.hot-cont .next,
.hot-cont .prev {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 100%;
  background: rgba(139, 139, 139, 0.3);
  margin-top: -15px;
}
.hot-cont .next span,
.hot-cont .prev span {
  color: #fff;
  font-size: 40px;
  margin-top: 10px;
}
.hot-cont .prev {
  left: 10px;
}
.hot-cont .next {
  right: 10px;
}
.hot-info {
  position: absolute;
  top: 35%;
  left: 60%;
  z-index: 2;
}
.hot-info .hot-h1 {
  font-size: 36px;
  color: #4b4b4b;
  font-family: "Whitney-Semibold-Pro";
  font-weight: bold;
  margin-bottom: 8px;
}
.hot-info .hot-h2 {
  font-size: 18px;
  color: #4b4b4b;
}
.hot-info .hot-btn {
  display: inline-block;
  font-size: 14px;
  color: #4b4b4b;
  border: 1px solid #4b4b4b;
  border-radius: 20px;
  padding: 5px 10px;
  margin: 10px 0 0 0;
}
/*产品*/
.wrap-sp {
  width: 100%;
  *zoom: 1;
}
.wrap-sp:before,
.wrap-sp:after {
  display: table;
  content: "";
}
.wrap-sp:after {
  clear: both;
}
.wrap-sp .wrap-main {
  width: 100%;
  float: left;
  padding-right: 340px;
}
.wrap-sp .wrap-side {
  float: left;
  width: 320px;
  margin-left: -320px;
}
.table-box ul {
  *zoom: 1;
  margin-top: 20px;
}
.table-box ul:before,
.table-box ul:after {
  display: table;
  content: "";
}
.table-box ul:after {
  clear: both;
}
.table-box li {
  float: left;
  width: 24%;
  border: 1px solid #d1d1d1;
  background: #fff;
  margin: 6px 2px 0px 2px;
}
.table-box li:first {
  border-left: none;
}
.wrap-main .table-box li {
  display: none;
}
.wrap-main .table-box li:nth-child(-n+10) {
  display: list-item;
}
@media screen and (min-width: 1550px) {
  .table-box li {
    width: 18%;
    border-radius: 6px;
  }
  .wrap-main .table-box li:nth-child(-n+12) {
    display: list-item;
  }
}
.pro-pic-box {
  position: relative;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-bottom: 5px;
}
.pro-pic-box .pro-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 4;
  border: 5px solid #fff;
}
.pro-pic-box .pro-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pro-btn,
input[type=submit].pro-btn {
  display: block;
  background: #00c6ff;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}
.pro-btn:hover,
input[type=submit].pro-btn:hover,
.pro-btn:focus,
input[type=submit].pro-btn:focus {
  color: #fff;
}
.pro-btn.not-recomm,
input[type=submit].pro-btn.not-recomm {
  background: #bfbfbf;
}
.pro-btn.pro-btn-org,
input[type=submit].pro-btn.pro-btn-org {
  background: #fda700;
}
.pro-intro-box {
  padding: 0 8% 15px;
}
.pro-intro-box .pro-price {
  font-size: 0;
  padding: 5px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.pro-intro-box .pro-price .price-now {
  height: 20px;
  line-height: 22px;
  font-size: 20px;
  color: #151515;
}
.pro-intro-box .pro-price .price-now span {
  vertical-align: middle;
  font-size: 12px;
  padding-right: 3px;
}
.pro-intro-box .pro-price .price-old {
  font-size: 12px;
  height: 20px;
  line-height: 26px;
  color: #999;
  padding: 0 4px;
  margin-left: 4px;
  border-left: 1px solid #f1b13b;
  overflow: hidden;
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.pro-intro-box .pro-price .price-discount {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  color: #f1b13b;
  border: 1px solid #f1b13b;
  padding: 0 3px;
  margin-left: 10px;
}
.pro-intro-box .pro-progress-end {
  font-size: 12px;
  line-height: 1.2;
  color: red;
  text-align: center;
}
.pro-intro-box .pro-progress-end span {
  font-size: 12px;
  color: red;
}
.pro-intro-box .pro-tit {
  display: block;
  height: 2.2em;
  line-height: 1.1;
  font-size: 12px;
  color: #000;
  margin: 3px 0;
  overflow: hidden;
}
.pro-intro-box .pro-tit:hover {
  text-decoration: underline;
}
.pro-intro-box .pro-num {
  font-size: 13px;
  color: #2f2f2f;
  line-height: 30px;
  height: 30px;
  border-top: 1px dashed #ddd;
  margin-top: 7px;
}
.pro-intro-box .pro-num span {
  font-size: 13px;
  color: #00c6ff;
  margin-left: 8px;
}
.pro-intro-box .pro-btn {
  margin-top: 5px;
}
.pro-progress {
  height: 30px;
  margin-top: 7px;
}
.pro-progress .progress {
  height: 2px;
  margin-bottom: 2px;
  background-color: #ddd;
}
.pro-progress .progress-bar-min {
  background: #00c6ff;
}
.pro-progress .progress-bar-max {
  background: #ffae00;
}
.pro-progress .pro-progress-bd {
  font-size: 12px;
  color: #2f2f2f;
  line-height: 1.2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.pro-progress .pro-progress-bd span {
  font-size: 12px;
}
.pro-progress .pro-progress-textL,
.pro-progress .pro-progress-textR {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.pro-progress .pro-progress-textR {
  display: none;
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: right;
}
.pro-cd {
  *zoom: 1;
  padding: 20px 0 10px;
}
.pro-cd:before,
.pro-cd:after {
  display: table;
  content: "";
}
.pro-cd:after {
  clear: both;
}
.pro-cd .top-comment-cell {
  float: left;
  width: 50%;
  height: 37px;
}
.pro-cd .top-comment-cell label {
  display: block;
  cursor: pointer;
  font-weight: normal;
  margin: 0;
}
.pro-cd .top-comment-cell input {
  display: none;
}
.pro-cd .top-comment-cell span {
  line-height: 30px;
  font-size: 12px;
  color: #4d4e4e;
  vertical-align: middle;
}
.pro-cd .top-comment-cell span.iconfont {
  font-size: 16px;
  color: #c7c7c7;
}
.pro-cd .top-comment-cell input[type="checkbox"]:checked + span {
  color: #ffd800;
}
.pro-cd .top-comment-cell.b {
  text-align: right;
}
.pro-cell {
  position: relative;
  border-radius: 6px;
}
.pro-cell .img-tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  color: #fff;
  background: #fda700;
  height: 24px;
  line-height: 24px;
  padding: 0 5px 0 5px;
}
.pro-cell .img-tag:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 24px solid #fda700;
}
.more-loading {
  margin: 20px 0;
  text-align: center;
  border: 1px solid #ccc;
}
.more-loading a {
  color: #333;
  height: 45px;
  line-height: 45px;
  display: block;
  background: #fff;
}
.more-loading a:hover {
  background: #eee;
  text-decoration: none;
}
.top-pro {
  background: #fff;
  padding: 0 15px;
}
.top-pro ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.top-pro ul li:last-child {
  border-bottom: 0;
}
.top-pro .top-pro-hd {
  width: 45px;
  height: 45px;
  overflow: hidden;
  position: relative;
  margin-right: 8px;
}
.top-pro .top-pro-hd img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.top-pro .top-pro-bd {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.top-pro .top-pro-bd a {
  display: block;
  font-size: 12px;
  line-height: 16px;
  height: 45px;
  color: #666;
  overflow: hidden;
  margin: 0;
}
.top-pro .top-pro-ft {
  margin-left: 8px;
}
.top-pro .top-pro-ft .top-comment-cell {
  font-size: 12px;
  color: #4e4e4e;
  line-height: 24px;
}
.top-pro .top-pro-ft .top-comment-cell .iconfont {
  font-size: 14px;
}
.top-pro .top-pro-ft .top-comment-cell.a .iconfont {
  color: #c7c7c7;
}
.top-pro .top-pro-ft .top-comment-cell.b .iconfont {
  color: #ffd800;
}
.wrap-side-cell {
  margin-bottom: 10px;
}
.wrap-side-cell .ad {
  display: block;
}
.wrap-side-cell .ad img {
  display: block;
  width: 100%;
  height: auto;
}
.buy-process {
  min-width: 1200px;
  text-align: center;
  height: 200px;
  line-height: 200px;
  background: #fafafa;
  margin: 0 auto;
}
.buy-process ul {
  width: 720px;
  margin: 0 auto;
  padding: 50px 0;
  *zoom: 1;
}
.buy-process ul:before,
.buy-process ul:after {
  display: table;
  content: "";
}
.buy-process ul:after {
  clear: both;
}
.buy-process ul li {
  float: left;
  width: 25%;
}
.buy-process ul li p {
  text-align: center;
  font-size: 18px;
  color: #595959;
  line-height: 2;
}
.buy-process ul .proc-img {
  position: relative;
}
.buy-process ul .proc-img img {
  display: block;
  width: 38%;
  height: auto;
  margin: 0 auto;
}
.buy-process ul li + li .proc-img:before {
  content: '\e603';
  position: absolute;
  font-family: 'iconfont';
  top: 50%;
  left: -12px;
  z-index: 2;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #ababab;
  font-size: 24px;
  font-weight: bold;
  margin-top: -12px;
  text-align: center;
}
/** footer **/
footer {
  background: #232f3e;
  min-width: 1200px;
}
.footer-sp {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0;
  padding: 40px 0;
  *zoom: 1;
}
.footer-sp:before,
.footer-sp:after {
  display: table;
  content: "";
}
.footer-sp:after {
  clear: both;
}
.footer-sp .footer-link-cell {
  float: left;
  width: 26%;
  font-size: 13px;
}
.footer-sp .footer-link-cell a {
  display: block;
  line-height: 1.5;
  font-size: 16px;
  color: #cecece;
}
.footer-sp .footer-link-cell a.border {
  line-height: 2;
  margin: 5px 0;
  border: 1px solid #cecece;
  border-radius: 2em;
}
.footer-sp .footer-link-cell + .footer-link-cell a {
  padding-left: 12px;
}
.footer-sp .footer-link-cell.footer-link-list {
  width: 22%;
}
@media screen and (min-width: 1550px) {
  footer {
    min-width: 1500px;
  }
  .footer-sp {
    max-width: 1500px;
  }
}
.back-top {
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 999;
}
.back-top a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  color: #898989;
  font-weight: bold;
  background: #333;
}
.back-top a:hover {
  color: #fff;
  background: #00a7e1;
}
/** 查询页面 **/
.search-box {
  margin-top: 20px;
  *zoom: 1;
}
.search-box:before,
.search-box:after {
  display: table;
  content: "";
}
.search-box:after {
  clear: both;
}
.search-box .search-leftBox {
  float: left;
  width: 248px;
  background: #fff;
  margin-bottom: 20px;
  padding: 10px 0;
}
.search-box .search-rightBox {
  float: left;
  width: 932px;
  margin: 0 0 20px 15px;
}
@media screen and (min-width: 1550px) {
  .search-box .search-rightBox {
    width: 1232px;
  }
}
.search-hd {
  color: #232f3e;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 5px;
}
.search-hd a {
  display: inline-block;
  font-size: 12px;
  color: #6f6f6f;
  padding-left: 3px;
}
.search-hd a:hover {
  text-decoration: underline;
}
.checkbox-cell {
  font-weight: normal;
}
.checkbox-cell input {
  display: none;
}
.checkbox-cell span {
  font-size: 12px;
  position: relative;
  padding-left: 20px;
}
.checkbox-cell span:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #acaaa9;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  background: #dedede;
  margin-top: -12px / 2;
}
.checkbox-cell span:hover {
  cursor: pointer;
  color: #00c6ff;
}
.checkbox-cell input[type="checkbox"]:checked + span {
  color: #00c6ff;
}
.checkbox-cell input[type="checkbox"]:checked + span:after {
  content: '\e607';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 12px;
  height: 12px;
  font-size: 10px;
  color: #424242;
  text-align: center;
  line-height: 12px;
  font-weight: bold;
}
.search-tag {
  padding: 10px 20px 20px 10px;
}
.search-tag .search-tag-keep li {
  font-size: 13px;
  color: #6f6f6f;
  line-height: 1.6;
}
.search-tag .search-tag-standby {
  padding-top: 5px;
}
.search-tag + .search-tag {
  border-top: 1px solid #dfdfdf;
}
.search-price {
  padding-top: 10px;
}
.search-price .search-price-bd {
  *zoom: 1;
  padding: 5px 0;
}
.search-price .search-price-bd:before,
.search-price .search-price-bd:after {
  display: table;
  content: "";
}
.search-price .search-price-bd:after {
  clear: both;
}
.search-price .price-start,
.search-price .price-end {
  width: 70px;
  height: 30px;
  float: left;
  position: relative;
}
.search-price .price-start span,
.search-price .price-end span {
  position: absolute;
  width: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.search-price .price-start input,
.search-price .price-end input {
  width: 100%;
  height: 100%;
  padding-left: 16px;
  border-radius: 0;
}
.search-price .point {
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
}
.search-price .search-price-btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #e6e6e6;
  margin-left: 10px;
}
.search-price .search-price-btn:hover {
  font-weight: bold;
}
.search-discount {
  padding: 10px 0;
}
.search-discount .search-hd {
  font-size: 14px;
}
.search-discount .search-discount-bd a {
  display: block;
  font-size: 13px;
  color: #6f6f6f;
  line-height: 1.6;
}
.search-discount .search-discount-bd a.li-on {
  color: #00c6ff;
}
.search-discount .search-discount-bd a:hover {
  color: #00c6ff;
}
.search-pro-hd {
  width: 100%;
  height: 70px;
  padding: 20px;
  background: #fff;
  *zoom: 1;
}
.search-pro-hd:before,
.search-pro-hd:after {
  display: table;
  content: "";
}
.search-pro-hd:after {
  clear: both;
}
.search-pro-hd .sort-by {
  float: left;
  font-size: 0;
}
.search-pro-hd .sort-by .sort-by-name {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 28px;
  margin: 0 20px;
}
.search-pro-hd .sort-by .sort-by-bd {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  height: 28px;
}
.search-pro-hd .sort-by .sort-by-bd select {
  height: 100%;
  font-size: 13px;
  padding: 0 12px;
}
.search-pro-hd .nav-search-input {
  float: right;
  width: 400px;
  height: 30px;
  margin-top: 0;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}
.search-pro-hd .nav-search-input .glyphicon-search,
.search-pro-hd .nav-search-input .glyphicon-remove-sign {
  top: 19px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
}
@media screen and (min-width: 1550px) {
  .search-pro-hd {
    width: 100%;
  }
}
/*分页*/
.tag-page {
  padding: 20px 0;
  *zoom: 1;
}
.tag-page:before,
.tag-page:after {
  display: table;
  content: "";
}
.tag-page:after {
  clear: both;
}
.tag-page .pagination {
  float: right;
  margin: 0;
}
.tag-page .pagination li a {
  border: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  color: #0072bc;
}
.tag-page .pagination li a > .iconfont {
  font-size: 14px;
  color: #0072bc;
}
.tag-page .pagination li a.nothing > .iconfont {
  color: #c7c7c7;
}
.tag-page .pagination li a.active {
  font-weight: bold;
  color: #666;
}
.pop-bd {
  padding: 50px;
}
.pop-review {
  width: 100%;
  max-width: 560px;
}
.P-rev-hd {
  font-size: 0;
  position: relative;
  padding-top: 30px;
  box-sizing: content-box;
  *zoom: 1;
}
.P-rev-hd:before,
.P-rev-hd:after {
  display: table;
  content: "";
}
.P-rev-hd:after {
  clear: both;
}
.P-rev-hd .P-rev-pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.P-rev-hd .P-rev-pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.P-rev-hd .P-rev-tit {
  float: left;
  width: 100%;
  padding-left: 70px;
  *zoom: 1;
}
.P-rev-hd .P-rev-tit:before,
.P-rev-hd .P-rev-tit:after {
  display: table;
  content: "";
}
.P-rev-hd .P-rev-tit:after {
  clear: both;
}
.P-rev-hd .P-rev-tit span {
  position: absolute;
  left: 0;
  width: 130px;
  z-index: 2;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  padding-right: 10px;
  text-align: right;
}
.P-rev-hd .P-rev-tit .P-rev-tit-w {
  float: left;
  width: 100%;
  height: 30px;
  padding-left: 60px;
}
.P-rev-hd .P-rev-tit .P-rev-tit-w input {
  height: 30px;
}
.P-rev-star {
  padding: 10px 0;
}
.P-rev-star span {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
.P-rev-star span:before {
  content: '\e646';
  color: #ffd32c;
}
.P-rev-star span.on:before {
  content: '\e642';
  color: #fff45c;
}
.P-rev-cell {
  margin-bottom: 10px;
}
.P-rev-cell span {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-weight: bold;
}
.P-rev-btn {
  padding-top: 10px;
  *zoom: 1;
}
.P-rev-btn:before,
.P-rev-btn:after {
  display: table;
  content: "";
}
.P-rev-btn:after {
  clear: both;
}
.P-rev-btn .pro-btn {
  float: right;
  padding: 0 20px;
}
.can2 {
  margin: 0 auto;
  height: 100%;
  width: 75%;
  font-size: 16px;
}
@media screen and (max-width: 1550px) {
  .can2 {
    font-size: 14px;
  }
}
.can2 .options {
  font-size: 38px;
  width: 66%;
  margin: 0 auto;
  text-align: center;
}
.can2 .bos {
  display: flex;
  height: 370px;
  margin-top: 40px;
}
.can2 .bos .boxing1 {
  width: 40%;
  height: 90%;
  border-radius: 6px;
  background: #fff;
  box-shadow: darkgrey 10px 10px 30px 5px;
}
.can2 .bos .number {
  border-style: none;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  margin-top: 30px;
}
.can2 .bos .number img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.can2 .bos .number1 {
  font-size: 20px;
  width: 56%;
  text-align: center;
  margin: 16px auto;
}
.bg {
  width: 75% ;
  margin: 66px auto;
}
.fenye {
  width: 22%;
  margin: 0 auto;
}
.today img {
  width: 100px;
  height: 100px;
}
.yun img {
  width: 75%;
}
.most {
  padding: 26px;
}
.earn {
  margin-left: 20px;
}
.got {
  margin-left: 30px;
}
.have {
  margin-top: 50px;
}
.video-1 {
  width: 100%;
  margin: 0 auto;
}
.video-2 {
  width: 75%;
  margin: 0 auto;
}
.xian {
  width: 250px;
  height: 2px;
  background: #aaaaaa;
  margin: 0 auto;
}
.question {
  width: 75% ;
  margin: 80px auto;
}
.work {
  margin-top: 50px;
}
/*# sourceMappingURL=main.css.map */