.cata {
  height: 58px;
  background: #fff;
  margin-bottom: 12px;
}

.cata_main {
  position: relative;
}

.cata_two {
  position: absolute;
  right: 0;
  top: 10px;
  display: none;
}

.cata_two>div {
  display: table;
  text-align: center;
  width: 64px;
  height: 60px;
  font-size: 12px;
  margin-left: 15px;
  position: relative;
  top: 0;
  transition: top 1s ease;
  -webkit-transition: top 1s ease;
  -ms-transition: top 1s ease;
  -o-transition: top 1s ease;
  cursor: pointer;
}

.cata_two>div>span {
  display: table-cell;
  vertical-align: middle;
}

.cata_two span p {
  color: #fff;
}

.cata_process {
  background: #ff5256;
  -webkit-box-shadow: 0 3px 5px rgba(255, 82, 86, 0.35);
  box-shadow: 0 3px 5px rgba(255, 82, 86, 0.35);
}

.cata_buy {
  background: #19dce4;
  -webkit-box-shadow: 0 3px 5px rgba(20, 204, 212, 0.35);
  box-shadow: 0 3px 5px rgba(20, 204, 212, 0.35);
}

.one_step,
.buy_process {
  position: absolute;
  top: 60px;
  right: 0;
  width: 435px;
  height: 350px;
  z-index: 3;
  display: none;
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f0f0f0;
}

.one_step {
  border: 1px solid #19dce4;
  -webkit-box-shadow: 0 2px 3px rgba(20, 204, 212, 0.35);
  box-shadow: 0 2px 3px rgba(20, 204, 212, 0.35);
}

.buy_process {
  border: 1px solid #ff5256;
  -webkit-box-shadow: 0 2px 3px rgba(255, 82, 86, 0.35);
  box-shadow: 0 2px 3px rgba(255, 82, 86, 0.35);
}

.process_lists {
  margin-right: -2px;
  margin-bottom: 15px;
}

.process_list {
  width: 185px;
  height: 78px;
  background: #fff;
  display: table;
  text-align: center;
  margin-right: 2px;
  margin-bottom: 2px;
}

.process_dt,
.process_dd {
  display: inline-block;
}

.process_dt img {
  vertical-align: baseline;
  margin-right: 10px;
}

.process_dl {
  display: table-cell;
  vertical-align: middle;
}

.process_btn {
  width: 100%;
  background: #ff5256;
  height: 47px;
  display: block;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.one_form textarea,
.one_form input {
  display: block;
  background: #fff;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  border: 0;
  width: 100%;
}

.one_form textarea {
  height: 90px;
  resize: none;
  line-height: 26px;
  padding: 5px 15px;
}

.one_input {
  height: 47px;
  line-height: 46px;
}

.one_form .one_button {
  background: #19dce4;
  color: #fff;
  height: 47px;
  cursor: pointer;
  font-size: 14px;
}

.cata_step {
  max-width: 950px;
  line-height: 22px;
  color: #6d6d6d;
  margin-right: 10px;
  padding: 17px 0;
}

.cata_step a {
  color: #3d3d3d;
  font-size: 12px;
  padding: 0 5px;
}

.cata_step .cata_index {
  color: #2e61d4;
}

.cata_step .current {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  font-size: 12px;
  background: #f0f0f0;
  line-height: 12px;
  margin: 0 6px;
}

.cata_step .current i {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-left: 5px;
}

.cata_step .current:hover i {
  color: #f31d22;
}

.cata_lists {
  padding-top: 18px;
}

.cata_list {
  padding: 4px 10px;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  font-size: 12px;
  background: #f0f0f0;
  margin-right: 12px;
  line-height: 12px;
}

.cata_list a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-left: 5px;
  cursor: pointer;
}

.cata_list a:hover {
  color: #f31d22;
}

.cata_list a img {
  vertical-align: baseline;
}

.cata_list_define {
  color: #9f9f9f;
}

/* 分类 CSS */
.classify,
.goods_box,
.more_like {
  background: #fff;
  padding: 16px 26px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px rgba(49, 42, 42, 0.06);
  box-shadow: 0 0 5px rgba(49, 42, 42, 0.06);
}

.screen_main {
  width: 1265px;
  margin: 0 auto 25px;
  position: relative;
}

.classify {
  width: 1015px;
}

.screenfr {
  width: 240px;
  height: 100%;
  background: #f7f7f7;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px rgba(49, 42, 42, 0.06);
  box-shadow: 0 0 5px rgba(49, 42, 42, 0.06);
  overflow: hidden;
}

.screenfr .frtp {
  height: 69px;
  text-align: center;
  padding: 23px 0 13px;
}

.screenfr .frtp .p {
  height: 20px;
  padding-bottom: 12px;
}

.screenfr .frtp .contactbtn {
  display: block;
  width: 189px;
  height: 37px;
  line-height: 37px;
  background: #f23f43;
  border-radius: 10px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.screenfr .frtp .contactbtn i {
  display: inline-block;
  width: 18px;
  height: 37px;
  background: url('../images/sell_icon.png') no-repeat centercenter;
  vertical-align: top;
  margin-right: 10px;
}

.screenfr .frbt {
  background: #fff;
  padding: 0 11px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.screenfr .frbt .botit {
  height: 19px;
  line-height: 19px;
  font-size: 14px;
  color: #3f3f3f;
  padding: 15px 0 15px 9px;
}

.screenfr .frbt .botit:after {
  display: inline-block;
  content: '';
  width: 102px;
  height: 1px;
  background: #3f3f3f;
  margin: 9px 0 0 15px;
  vertical-align: top;
}

.screenfr .scrollbd,
.screenfr .scrollbd ul {
  overflow: hidden;
}

.screenfr .scrollbd ul li {
  height: 47px;
  background: #f0f0f0;
  border-radius: 10px;
  margin-bottom: 15px;
}

.screenfr .scrollbd ul li a {
  display: block;
  height: 36px;
  line-height: 18px;
  font-size: 12px;
  color: #565656;
  padding: 5px 14px 6px 8px;
  text-align: justify;
  overflow: hidden;
}

.screenfr .scrollbd ul li i {
  display: inline-block;
  color: #b5b5b5;
  margin-left: 16px;
}

.screenfr .scrollbd ul li i:first-child {
  margin-left: 0;
}

.screenfr .scrollbd ul li b {
  display: inline-block;
  font-weight: normal;
  color: #b5b5b5;
  float: right;
}

.screenfr .scrollbd ul li a>div {
  height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* .screenfr .scrollbd{height: 186px;} */
/*默认是three的高度*/
/* async综合搜索的高度控制 */
/* .screenfr.async .scrollbd{height: 100% !important;}
.screenfr.two.hei01 .frtp,
.screenfr.two.hei02 .frtp,
.screenfr.two.hei04 .frtp{padding: 16px 0 12px;}
.screenfr.two.hei01 .frbt .botit{padding: 10px 0 10px 9px;}
.screenfr.two.hei02 .frbt .botit{padding: 16px 0 16px 9px;}
.screenfr.two.hei04 .frbt .botit{padding: 14px 0 14px 9px;} */
/* async综合搜索的高度控制结束*/
/*差异化*/
/* .screenfr.one .scrollbd{height: 62px;}
.screenfr.two .scrollbd{height: 124px;}
.screenfr.four .scrollbd,
.screenfr.other .scrollbd{height: 248px;}
.screenfr.one .frtp{padding: 22px 0 13px;}
.screenfr.one .frbt .botit{padding: 15px 0 15px 9px;}
.screenfr.two .frtp{padding: 33px 0 23px;}
.screenfr.two .frbt .botit{padding: 18px 0 18px 9px;}
.screenfr.four .frtp{padding: 20px 0 11px;}
.screenfr.four .frbt .botit{padding: 13px 0 13px 9px;}
.screenfr.qy .frtp{padding: 31px 0 22px;}
.screenfr.qy .frbt .botit{padding: 18px 0 18px 9px;}
.screenfr.tmall .frtp,
.screenfr.mgj .frtp,
.screenfr.qiang .frtp{padding: 20px 0 13px;}
.screenfr.tmall .frbt .botit,
.screenfr.mgj .frbt .botit,
.screenfr.qiang .frbt .botit{padding: 13px 0 13px 9px;}
.screenfr.other .frtp{padding: 30px 0 25px;}
.screenfr.other .frbt .botit{padding: 16px 0 15px 9px;}
.screenfr.jdespic .frtp{padding: 30px 0 20px;}
.screenfr.jdespic .frbt .botit{padding: 20px 0 20px 9px;} */
/*差异化结束*/
.classify_list {
  width: 100%;
  padding: 16px 0 12px;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

.classify_list:last-of-type {
  border: 0;
}

.classify_name {
  width: 85px;
}

.classify_con {
  width: 878px;
}

.classify_con span {
  margin-bottom: 8px;
  display: inline-block;
  padding: 4px 10px;
  background: #fff;
  margin-right: 15px;
  border-radius: 15px;
  cursor: pointer;
}

.classify_con a {
  margin-bottom: 7px;
  display: inline-block;
  cursor: pointer;
  margin-right: 8px;
  float: left;
}

.classify_con a em {
  font-style: normal;
  padding: 2px 10px;
  border-radius: 15px;
  line-height: 19px;
  display: inline-block;
  margin-right: -22px;
}

.classify_con a:hover {
  color: #f74549;
}

.classify_con .classify_default em {
  background: #f74549;
  color: #fff;
}

/* 各个平台对齐开始 */
.classify_con .talign {
  display: inline-block;
  vertical-align: top;
}

.classify_con.classify_range .talign {
  width: 538px !important;
}

/* 天猫 */
.tmall .classify_con a {
  min-width: 94px;
  margin-right: 4px;
}

.classify_list.espic .classify_con a {
  min-width: inherit;
  min-width: initial;
  margin-right: 34px;
}

.tmall .classify_con>a {
  min-width: 48px;
}

.tmall .classify_con .talign {
  width: 742px;
  margin-left: 14px;
}

/* 淘宝 */
.taobao .classify_con a {
  min-width: 82px;
  margin-right: 4px;
}

.taobao .classify_con>a {
  min-width: 48px;
}

.taobao .classify_con .talign {
  width: 742px;
  margin-left: 14px;
}

.screenfr.taobao .frtp {
  padding: 18px 0 12px;
}

.screenfr.taobao .frbt .botit {
  padding: 15px 0 15px 9px;
}

/* 企业店铺 */
.firm .classify_con a {
  min-width: 82px;
  margin-right: 4px;
}

.firm .classify_con>a {
  min-width: 48px;
}

.firm .classify_con .talign {
  width: 742px;
  margin-left: 14px;
}

/* 特殊资质 */
.tezi .classify_con a {
  min-width: 82px;
  margin-right: 4px;
}

.tezi .classify_con>a {
  min-width: 48px;
}

.tezi .classify_con .talign {
  width: 742px;
  margin-left: 14px;
}

.screenfr.tezi .frtp {
  padding: 32px 0 22px;
}

.screenfr.tezi .frbt .botit {
  padding: 18px 0 18px 9px;
}

/* 京东 */
.jd .classify_con a {
  min-width: 82px;
  margin-right: 4px;
}

.jd .classify_con>a {
  min-width: 48px;
}

.jd .classify_con .talign {
  width: 742px;
  margin-left: 14px;
}

.screenfr.jd .scrollbd {
  /* height: 248px; */
}

.screenfr.jd .frtp {
  padding: 30px 0 22px;
}

.screenfr.jd .frbt .botit {
  padding: 20px 0 15px 9px;
}

/* 蘑菇街 */
.mgj .classify_con a {
  min-width: 90px;
  margin-right: 4px;
}

.mgj .classify_con>a {
  min-width: 48px;
}

.mgj .classify_con .talign {
  width: 742px;
  margin-left: 14px;
}

/* 其他平台 */
.other .classify_con a {
  min-width: 82px;
  margin-right: 4px;
}

.other .classify_con>a {
  min-width: 48px;
}

.other .classify_con .talign {
  width: 742px;
  margin-left: 14px;
}

/* 综合搜索 */
.shopSearch .classify_con a {
  min-width: 82px;
  margin-right: 4px;
}

.shopSearch .classify_con>a {
  min-width: 48px;
}

.shopSearch .classify_con .talign {
  width: 742px;
  margin-left: 14px;
}

/* 各个平台对齐结束 */
.classify_con select,
.classify_con option {
  color: #4c4c4c !important;
}

.classify_con select {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.classify_con .classify_default:hover {
  color: #fff;
}

.classify_name {
  line-height: 23px;
  color: #2f2f2f;
}

.classify_name img {
  margin: 0 10px;
}

/*--滑动选择条 css--*/
.classify_range {
  width: auto;
}

.slider-container {
  width: 800px;
  padding-top: 13px;
  margin-left: 10px;
}

.slider-container .back-bar {
  height: 2px;
  position: relative;
}

.slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%;
}

.slider-container .back-bar .pointer {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  cursor: col-resize;
  opacity: 1;
  z-index: 2;
}

.slider-container .back-bar .pointer.last-active {
  z-index: 3;
}

.slider-container .back-bar .pointer-label {
  position: absolute;
  top: 15px;
  font-size: 8px;
  background: white;
  white-space: nowrap;
  line-height: 1;
}

.slider-container .back-bar .focused {
  z-index: 10;
}

.slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slider-container .scale {
  top: 2px;
  position: relative;
}

.slider-container .scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0;
}

.slider-container .scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 5px;
  color: #999;
  line-height: 1;
  display: none;
}

.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
  cursor: auto;
}

.theme-green .back-bar {
  height: 2px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}

.theme-green .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #ff5256;
  /*background-image: -moz-linear-gradient(top, #bdfade, #76fabc); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc)); background-image: -webkit-linear-gradient(top, #bdfade, #76fabc); background-image: -o-linear-gradient(top, #bdfade, #76fabc); background-image: linear-gradient(to bottom, #bdfade, #76fabc); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);*/
}

.theme-green .back-bar .pointer {
  width: 18px;
  height: 18px;
  top: -9px;
  background: url(../images/value_1.png) no-repeat center center;
}

.theme-green .back-bar .pointer-label {
  color: #999;
}

.theme-green .back-bar .focused {
  color: #333;
}

.theme-green .scale span {
  border-left: 1px solid #e5e5e5;
  display: none;
}

.theme-green .scale ins {
  color: #999;
}

.kind_list {
  line-height: 23px;
  cursor: pointer;
  position: relative;
  padding: 0 18px;
  margin-right: 2px;
}

.kind_list i {
  margin-right: 5px;
}

/*on 筛选中 其他选择 下拉框选中保留样式*/
.kind_list i.on {
  color: #ee2e32;
}

.kind_list.active {
  background: #f2f2f2;
}

.kind_list.gray {
  background: #f2f2f2;
}

.select_lists {
  position: absolute;
  top: 23px;
  background: #fff;
  left: 0;
  padding-left: 10px;
  width: 100%;
  z-index: 99;
  height: auto;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.select_list:hover {
  color: #f74549;
}

/* Modify by Li Gang, 2019.03.19 */
.select_lists.r_sort_box {
  width: 722px;
  height: 364px;
  padding-left: 0;
  padding: 10px 0;
  overflow: hidden;
  background-color: #fff;
  border: solid 1px #d3d3d3;
  box-shadow: 0 3px 6px 0 rgba(202, 202, 202, 0.8);
}

.select_lists.r_sort_box li {
  float: left;
  width: 121px;
  height: 14px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  line-height: 14px;
  padding: 10px 0 10px 23px;
}

.r_sort_key {
  font-size: 14px;
  color: #c1c1c1;
  padding-right: 7px;
  font-style: normal;
}

/*.select_lists::-webkit-scrollbar{width: 5px;}
.select_lists::-webkit-scrollbar-track{border-radius: 10px; background-color: #fff;}
.select_lists::-webkit-scrollbar-thumb{border-radius: 10px; background-color: #eee;}*/
/*--商品列表--*/
.goods_box {
  padding: 6px 0 45px;
}

.goods_sort {
  border-bottom: 1px solid #e1e1e1;
}

.goods_sort .sort_page .more_publish {
  display: inline-block;
  height: 26px;
  line-height: 24px;
  padding: 0 15px;
  font-size: 14px;
  border: 1px solid #ed2b2f;
  border-radius: 5px;
}

.goods_sort .sort_page .more_publish:hover {
  color: #fff;
}

.sort_box span {
  padding: 0 31px;
  line-height: 60px;
  cursor: pointer;
  position: relative;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sort_box span:hover {
  color: #f31d22;
}

.sort_default:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: 13px;
  width: 0;
  height: 0;
  border-bottom: 5px solid #8a8a8a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.sort_default:after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  right: 13px;
  width: 0;
  height: 0;
  border-top: 5px solid #8a8a8a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

/*tmall_sort类 去掉独家的筛选*/
.sort_box span.tmall_sort:before,
.sort_box span.tmall_sort:after {
  display: none;
}

/*on 点击样式变红*/
.sort_box span.on {
  color: red;
}

.sort_default.sortcolor:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: 13px;
  width: 0;
  height: 0;
  border-bottom: 5px solid #8a8a8a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

/*.sort_default.sortcolor:after{*/
/*border-top: 5px solid #f74549;*/
/*}*/
.sort_new:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: 13px;
  width: 0;
  height: 0;
  border-bottom: 5px solid #8a8a8a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.sort_new.sortcolor1:before {
  border-bottom: 5px solid #f74549;
}

.sort_new:after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  right: 13px;
  width: 0;
  height: 0;
  border-top: 5px solid #8a8a8a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.sort_new.sortcolor2:after {
  border-top: 5px solid #f74549;
}

.sort_page a {
  margin-right: 30px;
}

.sort_page {
  padding-right: 26px;
  line-height: 60px;
}

.sort_page a:hover {
  color: #f31d22;
}

.sort_up,
.sort_down {
  cursor: pointer;
  font-size: 12px;
  padding: 2px 7px;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.sort_num {
  margin: 0 20px;
}

.sort_curr {
  color: #f74549;
}

/* Modify by Li Gang, 2019.03.19 */
.goods_lists {
  padding: 21px 0 24px;
  background: #f1f1f1;
}

.goods_list {
  padding: 36px 0 29px 29px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 1200px;
  height: 236px;
  background-color: #fff;
  box-shadow: 0 0 4.7px 0.3px rgba(49, 41, 42, 0.06);
  -webkit-box-shadow: 0 0 4.7px 0.3px rgba(49, 41, 42, 0.06);
}

.goods_list>a {
  width: 960px;
  height: 236px;
  position: absolute;
  left: 0;
  top: 0;
}

.goods_list .iconcp {
  position: absolute;
  top: -10px;
  right: -8px;
  z-index: 9;
}

.goods_list:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transition: transform .2s;
  -webkit-transition: transform .2s;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.goods_lists .goods_list:not(:first-child) {
  margin-top: 20px;
}

.goods_list .goods_left {
  width: 930px;
}

.goods_list .goods_right {
  width: 236px;
}

/* Modify by Li Gang, 2019.03.19 */
.goods_basic {
  width: 916px;
  height: 60px;
}

.goods_sort_icon {
  float: left;
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 6px;
}

.goods_basic .fr {
  width: 836px;
  height: 60px;
}

.goods_basic_infos {
  height: 26px;
  margin-top: -2px;
}

.goods_title_link {
  float: left;
  height: 26px;
  display: block;
}

.goods_title {
  height: 26px;
  font-size: 18px;
  color: #575959;
  font-weight: bold;
  /* max-width: 626px; */
  max-width: 500px;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  margin-right: 4px;
}

.goods_title:hover {
  color: #d81e06;
}

.goods_basic .icon_store11 {
  float: left;
  width: 26px;
  height: 26px;
  border: none;
  display: block;
  margin-left: 8px;
  border-radius: 3px;
  position: relative;
  background-size: 26px;
  background-image: url(../images/2019.11.png);
}

.goods_basic_infos img {
  float: left;
  width: 26px;
  height: 26px;
  border: none;
  margin-left: 4px;
  border-radius: 3px;
  display: inline-block;
}

.goods_open_cata {
  height: 28px;
  font-size: 14px;
  padding: 0 15px;
  color: #d81e06;
  line-height: 28px;
  border-radius: 5px;
  margin-top: 7px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #f5f5f5;
  max-width: 800px;
}

.goods_left .tip_lists {
  width: 916px;
  height: 36px;
  margin-top: 26px;
}

.good_title {
  line-height: 28px;
  margin-bottom: 13px;
  position: relative;
}

.good_title img {
  margin-left: 10px;
  height: initial;
  height: auto;
}

.good_title img:first-child {
  margin-left: 0;
  height: 22px;
}

.good_title h3 {
  display: inline-block;
  vertical-align: middle;
  max-width: 670px;
}

.paimai .good_title h3 {
  max-width: 586px;
}

.good_title h3.one-txt-cut a,
h3.one-txt-cut1 a {
  width: 100%;
  /*display: inline-block;*/
}

.good_title h3 a {
  color: #434343;
  font-size: 18px;
}

.good_title h3 a:hover {
  color: #f31d22;
}

.goods_basic span {
  font-size: 14px;
  padding: 2px 10px 3px;
  border-radius: 5px;
  margin-left: 4px;
  vertical-align: middle;
}

.goods_basic .aptitude {
  display: inline-block;
  padding: 0;
  width: 26px;
  height: 26px;
  background: url('../images/te_tip.png') no-repeat center center;
  position: relative;
}

.goods_basic .hover_tit {
  margin: 0 -100px;
  width: auto;
  padding: 0 3px;
  text-align: center;
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  color: #666;
  border: 1px solid #666;
  position: absolute;
  top: 32px;
  left: 100px;
  overflow: hidden;
  display: none;
}

.red_tip .hover_tip {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}

.red_tip .hover_tip dl {
  display: inline-block;
  padding: 9px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 236px;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #c9c9c9;
  margin-top: 38px;
  position: relative;
}

.red_tip dl:before {
  content: '';
  width: 0;
  height: 0;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #aaaaaa transparent;
  position: absolute;
  top: -8px;
  left: 32px;
}

.red_tip dl:after {
  content: '';
  width: 0;
  height: 0;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -7px;
  left: 32px;
}

.red_tip dl dd {
  font-size: 12px;
  color: #4c4c4c;
  line-height: 20px;
}

.red_tip:hover .hover_tip {
  display: inline-block;
}

.red_tip {
  border: 1px solid #f74549;
  color: #f74549;
  position: relative;
  z-index: 1;
}

.green_tip {
  border: 1px solid #19dce4;
  color: #19dce4;
}

.shengji_tip {
  border: 1px solid #e45eda;
  color: #e45eda;
}

.guohu_tip {
  border: 1px solid #5e99dd;
  color: #5e99dd;
}

.new_store {
  border: 1px solid #8d94de;
  color: #8d94de;
}

.tip_list {
  text-align: center;
  position: relative;
}

.tip_lists .tip_list:first-child {
  text-align: left;
}

.tip_lists .tip_list:not(:first-child)::after {
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  content: '';
  display: block;
  position: absolute;
  background: #e1e1e1;
}

.tip_list .ifshow {
  display: none;
  padding: 0 10px;
  height: 17px;
  line-height: 17px;
  border: 1px solid #e2e2e2;
  font-size: 12px;
  color: #a1a1a1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-right: -630px;
  position: absolute;
  top: 23px;
  left: 0;
}

.goods_list:hover .tip_list .ifshow {
  display: block !important;
}

.tip_list .ifshow em {
  content: "";
  display: block;
  border-bottom: 4px solid #e2e2e2;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: -4px;
  left: 10px;
}

.tip_list .ifshow::after {
  content: "";
  display: block;
  border-bottom: 3px solid #fff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  top: -3px;
  left: 11px;
}

.tip_list h3 {
  display: inline-block;
}

.tip_list01 {
  width: 85px;
  padding-right: 17px;
}

.tip_list02 {
  width: 100px;
}

.tip_list03 {
  width: 145px;
}

.tip_list04 {
  /* width: 83px; */
  width: 100px;
}

.tip_list05 {
  width: 138px;
}

.tip_list06 {
  width: 100px;
}

.tip_list07 {
  width: 105px;
}

.tip_list08 {
  width: 115px;
}

.taobao .tip_list02 {
  width: 113px;
}

.taobao .tip_list02 h3 {
  margin-top: 6px;
}

.taobao .tip_list03 {
  width: 113px;
}

.taobao .tip_list04 {
  width: 113px;
}

.taobao .tip_list05 {
  width: 113px;
}

.taobao .tip_list06 {
  width: 113px;
}

.taobao .tip_list07 {
  width: 113px;
}

.taobao .tip_list08 {
  width: 113px;
}

.jd .tip_list01 {
  width: 73px;
}

.jd .tip_list02 {
  width: 100px;
}

.jd .tip_list03 {
  width: 130px;
}

.jd .tip_list04 {
  width: 113px;
}

.jd .tip_list05 {
  width: 105px;
}

.jd .tip_list06 {
  width: 115px;
}

.jd .tip_list07 {
  width: 138px;
}

.jd .tip_list08 {
  width: 100px;
}

.mgj .tip_list01 {
  width: 107px;
}

.mgj .tip_list02 {
  width: 100px;
}

.mgj .tip_list03 {
  width: 100px;
}

.mgj .tip_list04 {
  width: 138px;
}

.mgj .tip_list05 {
  width: 83px;
}

.mgj .tip_list06 {
  width: 105px;
}

.mgj .tip_list07 {
  width: 105px;
}

.mgj .tip_list08 {
  width: 100px;
}

.other .tip_list01 {
  width: 73px;
}

.other .tip_list03 {
  width: 130px;
}

.other .tip_list05 {
  width: 100px;
}

.other .tip_list06 {
  width: 100px;
}

.other .tip_list07 {
  width: 115px;
}

.other .tip_list08 {
  width: 105px;
}

.tip_list p {
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  color: #a1a1a1;
  position: relative;
}

.dynamic_list .tip_list p:after {
  background: none;
}

.tip_list h3 {
  height: 16px;
  font-size: 16px;
  margin-top: 8px;
  color: #4b4b4b;
  line-height: 16px;
  position: relative;
  z-index: 9;
}

.tip_lists.mgj .tip_list:first-child h3 {
  max-width: 108px;
}

.tip_lists .tip_list:first-child h3,
.tip_lists .tip_list.fuck h3 {
  /* margin-right: -100px; */
  max-width: 94px;
}

.tip_lists .tip_list:first-child h3 span,
.tip_lists .tip_list.fuck h3 span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tip_list .score {
  height: 15px;
  margin-top: 8px;
  padding-top: 1px;
}

.tmall .tip_list05 h3,
.tmall .tip_list06 h3,
.taobao .tip_list04 h3,
.taobao .tip_list05 h3,
.jd .tip_list05 h3,
.jd .tip_list06 h3,
.mgj .tip_list05 h3,
.mgj .tip_list06 h3 {
  color: #f31d22;
}

.tmall .tip_list05 i,
.jd .tip_list07 i,
.mgj .tip_list04 h3 i {
  font-size: 12px;
}

.tip_list h3 i {
  color: #f31d22;
  font-style: normal;
}

.jd .tip_list h3 i,
.mgj .tip_list04 h3 i {
  color: #4b4b4b;
}

.goods_list .tip_list h3 b {
  height: 16px;
  overflow: hidden;
  font-weight: normal;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
  text-overflow: ellipsis;
}

.score span {
  display: inline-block;
  width: 4px;
  height: 15px;
  text-align: center;
}

.score_bad {
  background: #e1e1e1;
}

.score_mid {
  background: #10a035;
}

.score_good {
  background: #ec3337;
}

.open_cata {
  display: inline-block;
  max-width: 775px;
  height: 28px;
  line-height: 28px;
  padding: 0 20px;
  margin: 20px 0 8px;
  border: 1px solid #dbdbdb;
  background: #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.good_price {
  margin-top: -5px;
}

.good_price span:first-child {
  font-size: 12px;
}

.good_price_p {
  color: #f31d22;
  font-size: 30px;
  font-family: 'moneyfont';
  font-weight: 700;
}

.good_price_unit {
  font-size: 18px;
  color: #f31d22;
  margin-left: -3px;
}

.good_price>span {
  display: inline-block;
  margin-left: -4px;
}

.good_price span i {
  font-size: 24px;
  font-family: 'Microsoft YaHei', 'Adobe 黑体 Std R' !important;
  font-weight: bold;
  display: inline-block;
  margin-left: 3px;
  line-height: 34px;
  vertical-align: top;
}

.good_contact {
  width: 202px;
  height: 39px;
  display: block;
  cursor: pointer;
  margin-top: 12px;
  line-height: 39px;
  border-radius: 3px;
  background-image: linear-gradient(0deg, #df2616 0%, #e9332d 50%, #f23f43 100%), linear-gradient(#007fe6, #007fe6);
}

.good_contact,
.good_contact:hover {
  color: #fff;
}

.good_contactone {
  display: inline-block;
  width: 136px;
  height: 28px;
  line-height: 30px;
  color: #0ea0d6;
  background: #fff;
  border: 1px solid #0ea0d6;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: 7px;
}

.good_contact img {
  vertical-align: sub;
  margin-right: 10px;
}

.good_Countdown {
  margin-top: 12px;
}

.good_Countdown>p {
  font-size: 14px;
}

.good_Countdown>p>span {
  font-size: 16px;
}

.good_Countdown>p>span>i {
  color: #fea641;
}

.good_more {
  height: 29px;
  margin-top: 10px;
}

.good_more .good_like,
.good_cart {
  float: left;
  width: 52px;
  height: 27px;
  font-size: 12px;
  color: #c2c2c2;
  text-align: left;
  line-height: 27px;
  border-radius: 5px;
  padding-left: 46px;
  display: inline-block;
  border: 1px solid #dbdbdb;
}

.good_more .good_like {
  background: url(../images/icon_collect.png) no-repeat 23px center;
}

.good_cart {
  margin-left: 4px;
  background: url(../images/icon_vs.png) no-repeat 23px center;
}

.good_like[data-on] {
  color: #e8322c;
  /* background: url(../images/icon_collected.png) no-repeat 23px center; */
  /* 修改已收藏样式 */
  background: url(../images/icon_collected.png) no-repeat 16px center;
}

.white-price .good_like[data-on] {
  text-indent: 20px;
}

.good_cart[data-on] {
  color: #e8322c;
  background: url(../images/icon_vs_on.png) no-repeat 23px center;
}

/*分页 css*/
.page_box {
  margin: 35px auto 0;
  text-align: center;
}

.page_box a {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  background: #f0f0f0;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  cursor: pointer;
}

.page_box>span i:last-of-type {
  color: #ee2e32;
}

.page_box a.page_num {
  margin: 0 3px;
}

.page_box a.page_num.current,
.page_box a:hover {
  background: #ec3337;
  border-color: #ec3337;
  color: #fff;
}

.page_main {
  margin-right: 12px;
}

.page_prev {
  margin-right: 12px;
}

.page_next {
  margin-left: 12px;
  margin-right: 20px;
}

.page_input {
  width: 56px;
  text-align: center;
  height: 30px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  margin: 0 10px;
}

.page_box button {
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  height: 30px;
  color: #fff;
  background: #ee2e32;
  border: 1px solid #ee2e32;
  border-radius: 5px;
  cursor: pointer;
}

/*--更多商品--*/
.more_like {
  padding: 30px;
  border-radius: 0;
  margin: 30px auto 40px;
}

.more_title {
  text-align: center;
  line-height: 44px;
  margin-bottom: 12px;
  color: #6a6a6a;
  font-size: 18px;
}

.more_or {
  text-align: center;
  margin-bottom: 40px;
}

.more_or a {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 25px;
  font-size: 16px;
  border: 1px solid #ed2b2f;
  border-radius: 5px;
}

.more_help {
  color: #ed2b2f;
}

.more_publish {
  color: #fff;
  background: #ed2b2f;
}

.more_or span {
  font-size: 18px;
  padding: 0 8px;
}

.more_guess {
  text-align: center;
  color: #bfbfbf;
  position: relative;
  margin-bottom: 22px;
}

.more_guess:after,
.more_guess:before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #e1e1e1;
  top: 10px;
}

.more_guess:before {
  left: 42%;
}

.more_guess:after {
  left: 54%;
}

.more_lists {
  margin-right: -22px;
}

.more_list {
  width: 387px;
  height: 213px;
  background: #f0f0f0;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 22px;
}

.more_list .good_title {
  margin-bottom: 20px;
  height: 52px;
  line-height: 24px;
}

.more_list .more_con:after {
  content: '';
  display: block;
  clear: both;
}

.more_list .good_title img {
  width: 16px;
  height: 16px;
}

.more_list .good_title h3 {
  display: inline;
}

.more_list .good_title h3 a {
  font-size: 16px;
}

.more_con .tip_list {
  margin-left: 30px;
  padding-left: 30px;
}

.more_con .tip_list:first-child {
  margin-left: 0;
  padding-left: 0;
}

.more_con .tip_lists .tip_list {
  margin-right: -6px;
}

.more_con .tip_list h3 {
  font-size: 14px;
}

.more_con .good_price {
  margin-top: 0;
}

.more_list .open_cata {
  color: #6f6f6f;
  background: #fff;
  font-size: 12px;
  max-width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*--消息滚动 css--*/
.message_lists {
  position: fixed;
  bottom: 10px;
  left: 20px;
}

.message_lists .bd {
  width: 387px;
}

.message_lists .tempWrap {
  padding-top: 40px;
}

.message_list {
  width: 387px;
  height: 28px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 28px;
  padding: 0 10px 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 14px;
  margin-top: 40px;
  visibility: hidden;
  position: relative;
  /*position: absolute; bottom: 10px; display: none;*/
}

.message_list p {
  color: #fff;
  width: 330px;
}

.message_list p a {
  color: #fff;
  width: 330px;
}

.message_list .message_close {
  height: 28px;
  width: 32px;
  text-align: center;
  background: url(../images/close_2.png) no-repeat center center;
}

.message_list .message_close:hover {
  background-image: url(../images/close_3.png);
}

/*----------------------------------内容页------------------------------------------------*/
.content_header {
  background: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.05);
  /*padding-bottom: 40px;*/
}

.cata_step .curr_page {
  color: #8c8c8c;
}

.content_left {
  max-width: 900px;
  width: 100%;
  padding: 0 10px;
}

.content_right {
  padding-top: 12px;
}

.onfixedcata {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  padding: 10px 0 25px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.06);
}

.content_title {
  color: #e81d17;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
}

.content_title a {
  color: #e81d17;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.content_title img {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  vertical-align: sub;
}

.content_intro span {
  color: #8c8c8c;
  line-height: 26px;
}

.content_intro .content_intro_detail {
  color: #555;
}

.content_intro_detail_a,
.content_intro_detail_a1 {
  display: inline-block;
  max-width: 862px;
  vertical-align: bottom;
  line-height: 26px;
}

.content_intro .one-txt-cut {
  max-width: 806px;
}

.content_intro .hide_more {
  color: #509ddf;
  padding-left: 20px;
  display: inline;
}

.show_more {
  display: none;
  line-height: 26px;
  color: #509ddf;
}

.content_intro .one-txt-cut .hide_more {
  display: none;
}

.content_intro .one-txt-cut~.show_more {
  display: inline;
}

.show_more:hover,
.hide_more:hover,
.shou_more:hover,
.zhan_more:hover {
  color: #f31d22 !important;
}

.content_intro .hide_more1 {
  color: #509ddf;
  padding-left: 20px;
  display: none;
}

.show_more1 {
  line-height: 26px;
  color: #509ddf;
}

.show_more1:hover,
.hide_more1:hover {
  color: #f31d22;
}

.collect,
.compare {
  margin-left: 25px;
  text-align: center;
}

.collect a,
.compare a {
  display: block;
  width: 100px;
  height: 40px;
  background: #2e8bff;
  color: #fff;
  text-align: center;
  line-height: 40px;
  box-shadow: 0 2px 3px rgba(46, 139, 255, 0.35);
  -webkit-box-shadow: 0 2px 3px rgba(46, 139, 255, 0.35);
  -moz-box-shadow: 0 2px 3px rgba(46, 139, 255, 0.35);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.compare a {
  background: #e3e3e3;
  box-shadow: 0 2px 3px rgba(196, 196, 196, 0.35);
  -webkit-box-shadow: 0 2px 3px rgba(196, 196, 196, 0.35);
  -moz-box-shadow: 0 2px 3px rgba(196, 196, 196, 0.35);
  color: #6d6c6c;
}

.collect p,
.compare p {
  color: #959595;
  font-size: 12px;
}

.aspect {
  margin-bottom: 30px;
  position: relative;
}

/* 五周年样式 */
/* 五周年左侧栏 */
.aspect_year5_sideBar {
  position: absolute;
  left: -211px;
  top: -10px;
  width: 210px;
  height: 466px;
  background: url(../images/year5_sidebarl_detail.png) center centerno-repeat;
}

.aspect_year5_sideBar a {
  display: block;
  width: 100%;
  height: 100%;
}

.year5_coupon {
  width: 138px;
  height: 56px;
  display: inline-block;
  position: relative;
  bottom: -18px;
  margin-top: -42px;
  background: url(../images/year5_coupon_detail.png) center centerno-repeat;
}

/* 五周年列表页增加筛选 */
.year5_list {
  width: 167px;
  height: 50px;
  padding: 0;
  position: relative;
  top: -12px;
  right: -12px;
  margin: 0 0 -20px 0;
  text-align: center;
  background: url(../images/year5_select_bg.png) center centerno-repeat !important;
}

.year5_list .i_bg {
  height: 33px;
  width: 152px;
  left: 7px;
  position: absolute;
  top: 11px;
}

.year5_list .i_bg>i {
  margin-right: 0;
}

.year5_list i {
  font-size: 14px;
  color: #ffedf6;
  line-height: 33px;
}

.year5_list.active {
  background: url(../images/year5_select_bg.png) center centerno-repeat !important;
}

.year5_list.active .i_bg {
  background: url(../images/year5_select_i_bg.png) center centerno-repeat;
}

.year5_list.active .i_bg img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.year5_list .select_lists {
  width: 100%;
  height: 190px;
  top: 42px;
  left: -3px;
  width: 171px;
  padding: 0;
  background: url(../images/year5_select_bg_h.png) bottom center;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.year5_list .select_list {
  font-size: 14px;
  color: #ffedf6;
  width: 132px;
  margin: auto;
  padding: 10px 0;
  border-top: 1px dashed #ffedf6;
  line-height: 1;
}

.year5_list .select_list:first-child {
  border-top: none;
  padding-top: 14px;
}

.year5_list .select_list:hover {
  color: #fa84da;
}

.year5_list i.on {
  color: #fa84da;
}

/* 五周年样式结束 */
.aspect_left {
  width: 932px;
}

.aspect_basic {
  margin-bottom: 35px;
  padding: 35px 0;
}

.aspect_basic.tmall {
  background: #fff url(../images/aspect_bg_1.png) no-repeat righttop;
}

.aspect_basic.tao {
  background: #fff url(../images/aspect_bg_2.png) no-repeat righttop;
}

.aspect_basic.jd {
  background: #fff url(../images/aspect_bg_3.png) no-repeat righttop;
}

.aspect_basic.mg {
  background: #fff url(../images/aspect_bg_4.png) no-repeat righttop;
}

.aspect_basic.other {
  background: #fff url(../images/aspect_bg_5.png) no-repeat righttop;
}

.aspect_tab {
  text-align: center;
  margin-bottom: 30px;
}

.aspect_two {
  display: inline-block;
  padding: 2px;
  border: 1px solid #e12d10;
  border-radius: 17px;
  height: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 16px;
}

.aspect_mess {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  color: #fff;
  padding: 0 22px;
  background: #e12d10;
  border-radius: 20px;
}

.aspect_brand {
  padding: 0 22px;
  color: #484848;
}

/*--设置锚点距离--*/
#aspect_brand,
#feature,
#estimate,
#pictures,
#purchase,
#help,
#enjoy {
  display: block;
  position: relative;
  top: -200px;
}

.aspect_list {
  width: 14%;
  text-align: center;
  height: 73px;
}

.aspect_list .tip_list {
  display: inline-block;
  margin-right: 0;
}

.dynamic {
  text-align: center;
  color: #6f6f6f;
  line-height: 24px;
}

.dynamic span {
  padding: 0 15px;
}

.dynamic_lists {
  padding: 0 28px;
}

.dynamic_lists.lifour {
  margin-left: -12px;
}

.lifour .dynamic_list {
  margin: 0 11px;
}

.tip_list .pfen {
  font-weight: bold;
  font-size: 18px;
  color: #4c4c4c;
  margin-top: 4px;
}

.dynamic_list {
  width: auto;
  text-align: center;
  /*margin: 0 27px;*/
}

.lifour .dynamic_list {
  margin: 0 20px 0 0 !important;
}

.lifour .tip_list .tip-list-left {
  margin-right: 5px !important;
}

.lifour .dynamic_line {
  min-width: 134px !important;
}

.lifour .rank_compare {
  width: 100px;
}

.dynamic_list .tip_list {
  display: inline-block;
}

.dynamic_line {
  min-width: 150px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  -wekit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #fff;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.rank_zero {
  border: 2px solid #bfbdbe;
  background: #bfbdbe;
}

.rank_zero .rank_compare {
  color: #4d4d4d;
}

.rank_low {
  border: 2px solid #38851a;
  background: #38851a;
}

.rank_low .rank_compare {
  color: #38851a;
}

.rank_high {
  border: 2px solid #e12d10;
  background: #e12d10;
}

.rank_high .rank_compare {
  color: #e12d10;
}

.rank_compare {
  display: inline-block;
  width: 112px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  background: #fff;
  color: #38851a;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1px;
}

.dynamic_line .rank {
  color: #fff;
  /*padding: 0 0 0 4px;*/
  font-size: 12px;
  position: relative;
  top: -2px;
  right: 0;
}

.open {
  color: #3d3d3d;
  font-size: 16px;
  text-align: center;
  padding: 20px 40px 45px;
  word-break: break-all;
}

.enter_title {
  text-align: center;
  font-size: 18px;
  color: #e12d10;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}

.enter_title:after,
.enter_title:before {
  content: '';
  display: block;
  position: absolute;
  width: 260px;
  height: 1px;
  background: #e4e4e4;
  top: 15px;
}

.enter_title:after {
  left: 90px;
}

.enter_title:before {
  right: 90px;
}

.item_con {
  background: #fff;
  padding: 25px 0 60px 0;
}

.item_lists {
  background: #eee;
  height: 48px;
  margin-bottom: 5px;
}

.item_lists a {
  font-size: 16px;
  display: block;
  width: 14.285%;
  height: 48px;
  line-height: 48px;
  color: #282828;
  text-align: center;
}

.item_top {
  padding: 0 20px;
}

.item_special {
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.feature_title {
  line-height: 24px;
  padding: 30px 0;
  border-bottom: 1px solid #e4e4e4;
}

.feature_title span {
  font-size: 18px;
  font-weight: bold;
  color: #282828;
}

.feature_title a {
  color: #b5b5b5;
  font-size: 12px;
}

.feature_list {
  min-height: 88px;
  border-bottom: 1px solid #e4e4e4;
}

.feature_list_name {
  line-height: 82px;
  color: #606060;
  margin-right: 60px;
  font-size: 14px;
}

.feature_list .net_store_intro {
  line-height: 1;
  margin-top: 30px;
}

.feature_list .net_store_intro_p {
  line-height: 1;
  margin-top: -6px;
  width: 650px;
  overflow: hidden;
  height: 14px;
  /* overflow:hidden; text-overflow:ellipsis; white-space:nowrap */
}

.feature_list_box {
  display: table;
  height: 82px;
  width: 700px;
}

.feature_list_con {
  display: table-cell;
  vertical-align: middle;
}

.espiclist {
  min-height: inherit;
  min-height: initial;
  padding: 15px 0;
}

.espiclist .feature_list_name {
  line-height: 26px;
}

.espiclist .feature_list_box {
  height: auto;
}

.feature_list_tip {
  height: 27px;
  line-height: 27px;
  padding: 0 8px;
  margin: 4px 0 4px 8px;
  font-size: 12px;
  display: inline-block;
}

.feature_list_tip:first-child {
  margin-left: 0;
}

.feature_list_tip.pink {
  color: #ff8062;
  background: #ffece8;
}

.feature_list_tip.green {
  color: #33be85;
  background: #d7f1e7;
}

.feature_list_tip.blue {
  color: #39becd;
  background: #d8edf0;
}

.feature_list_tip.violet {
  color: #e45eda;
  background: #f1d7ef;
}

.feature_list_tip.deep {
  color: #66a0e4;
  background: #d7e3f1;
}

.feature_list_text {
  width: auto;
  display: inline-block;
  color: #292929;
  line-height: 26px;
  vertical-align: top;
}

.feature_list_text.one-txt-cut {
  width: 650px;
}

.feature_list_text .shou_more {
  cursor: pointer;
  line-height: 26px;
  color: #509ddf;
  padding-left: 20px;
  display: inline;
}

.zhan_more {
  display: none;
  line-height: 26px;
  color: #509ddf;
}

.feature_list_con .one-txt-cut .shou_more {
  display: none;
}

.feature_list_con .one-txt-cut~.zhan_more {
  display: inline;
}

.pictures .feature_title {
  border: 0;
}

/* 1.2修改 */
/* .picture_list{width: 410px; padding: 10px; background: #e2e2e2; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: 12px; position: relative; cursor: pointer;} */
.pictures {
  position: relative;
  margin: 0 -30px;
}

.picture_hds ul {
  padding: 10px 0;
  margin-top: 14px;
  clear: both;
  zoom: 1;
  height: 21px;
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 30px;
}

.picture_hds li {
  float: left;
  cursor: pointer;
  font-size: 16px;
  color: #595959;
  margin: 0 30px;
  position: relative;
}

.picture_hds li.on:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ff0036;
  position: absolute;
  bottom: -11px;
}

.picture_bds {
  padding: 0 30px;
}

.picture_lists {
  text-align: center;
  margin-bottom: 12px;
  clear: both;
}

.picture_list {
  width: 100%;
  text-align: center;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.picture_list.show {
  display: block;
}

.picture_list.light {
  opacity: 1;
}

.picture_list img {
  border: 10px solid #e2e2e2;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.picture_list:nth-of-type(1) {
  width: 100%;
}

.picture_list:nth-of-type(2n) {
  margin-right: 12px;
}

.shelter_box {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 30px;
}

.picture_shelter {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 25px;
  border-radius: 34px;
}

.picture_close {
  position: absolute;
  right: 50px;
  top: -50px;
  width: 45px;
  height: 45px;
}

.picture_close img {
  width: 100%;
  height: 100%;
}

.picture_box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1200px;
  height: 600px;
  margin-top: -300px;
  margin-left: -600px;
  z-index: 999999;
  display: none;
}

.picture_slide {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1000px;
  height: 600px;
  margin-top: -300px;
  margin-left: -500px;
}

.picture_bd,
.pictureslide_lsits,
.pictureslide_list {
  width: 100%;
  height: 100%;
}

.picture_bd,
.pictureslide_lsits,
.pictureslide_list,
.pictureslide_list img {
  text-align: center;
}

.pictureslide_list img {
  max-width: 1000px;
  max-height: 600px;
}

.pictureslide_list {
  display: table;
}

.pictureslide_list .imgmid {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.picture_prev,
.picture_next {
  width: 62px;
  height: 124px;
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -30px;
  background: url(../images/slider-arrow.png) -154px 46px no-repeat;
  filter: alpha(opacity=50);
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.picture_prev:hover,
.picture_next:hover {
  background-color: #d2d2d2;
}

.picture_prev {
  left: 0;
  border-radius: 4px 0 0 4px;
}

.picture_prev:hover {
  background-position: -94px 46px;
}

.picture_next {
  right: 0;
  border-radius: 0 4px 4px 0;
  background-position: -34px 46px;
}

.picture_next:hover {
  background-position: 26px 46px;
}

.picture_box:hover .picture_prev,
.picture_box:hover .picture_next {
  display: block;
}

.estimate_con {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
}

.eatimate_lists {
  min-width: 312px;
}

.eatimate_lists li {
  font-size: 14px;
}

.eatimate_list {
  line-height: 40px;
}

.eatimate_first {
  height: 68px;
  line-height: 68px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 5px;
}

.eatimate_list span {
  padding-left: 5px;
}

.eatimate_list i {
  display: block;
  padding-left: 215px;
  font-size: 16px;
}

.latest .feature_title,
.trade .feature_title {
  border-bottom: none;
}

.latest .feature_title>i,
.trade .feature_title>i {
  margin-left: 20px;
  color: #8c8c8c;
  font-size: 12px;
}

.latest_title,
.trade_title {
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}

.latest_title span,
.trade_title span {
  display: inline-block;
  color: #3e3e3e;
  font-weight: bold;
}

.latest_consult {
  width: 24%;
}

.latest_feedback {
  width: 43%;
}

.latest_num {
  width: 33%;
  text-align: center;
}

.latest_lists {
  width: 75%;
}

.latest_list,
.trade_list {
  height: 96px;
  border-bottom: 1px solid #e4e4e4;
}

.latest_list:last-of-type {
  border-bottom: 0;
}

.latest_header {
  width: 32%;
  display: table;
  height: 100%;
}

.latest_dl {
  display: table-cell;
  vertical-align: middle;
}

.latest_dt {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 15px;
}

.latest_dt img {
  width: 100%;
  height: 100%;
}

.latest_dd h3 {
  color: #282828;
  font-weight: bold;
  margin-bottom: 8px;
}

.latest_dd a {
  font-size: 12px;
  color: #0e9ef1;
}

.latest_dd a img {
  vertical-align: sub;
  margin-right: 5px;
}

.latest_detail {
  width: 60%;
  height: 100%;
  display: table;
}

.latest_detail_box {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}

.latest_detail_con {
  font-size: 12px;
  line-height: 18px;
  height: 36px;
  width: 250px;
  color: #777;
}

.latest_detail_time {
  text-align: right;
  font-size: 12px;
}

.lastest_date {
  height: 290px;
  display: table;
  text-align: center;
  width: 25%;
}

.latest_date_box {
  display: table-cell;
  vertical-align: middle;
}

.latest_date_box p {
  color: #949494;
}

.latest_date_box h3 {
  font-size: 60px;
  font-weight: bold;
  color: #3e3e3e;
}

.latest_box {
  border-bottom: 1px solid #e4e4e4;
}

.trade_name,
.trade_message {
  width: 44%;
}

.trade_price {
  width: 12%;
}

.trade_list .trade_name,
.trade_list .trade_message,
.trade_list .trade_price {
  display: table;
  text-align: center;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trade_list .trade_name {
  padding-right: 90px;
}

.trade_box {
  display: table-cell;
  vertical-align: middle;
}

.trade_h3 {
  display: block;
  line-height: 24px;
  height: 48px;
  color: #7f7f7f;
  width: 275px;
  word-wrap: break-word;
  word-break: break-all;
}

.trade_h3 img {
  width: 16px;
  height: 16px;
  padding-right: 5px;
}

.trade_message_list {
  width: 100%;
}

.trade_message_list span {
  display: inline-block;
  width: 50%;
  line-height: 24px;
  text-align: left;
}

.trade_box {
  text-align: left;
}

.trade_box p {
  color: #ec1919;
  font-weight: bold;
  margin-bottom: 5px;
}

.trade_box span {
  color: #828282;
  font-size: 12px;
}

/*--右侧商品信息---*/
.aspect_right {
  margin-left: 5px;
  width: 326px;
}

.commodity {
  padding: 25px 0;
  width: 457px;
}

.fixedcom {
  position: fixed;
}

.fixedbottom {
  position: fixed;
  top: auto;
}

.commodity_name {
  color: #999;
  margin-right: 10px;
}

.commodity_price {
  color: #eb0c1c;
  font-size: 36px;
  font-family: moneyfont;
  font-weight: bold;
}

.commodity_price i {
  font-size: 18px;
  font-weight: normal;
}

.commodity_price b {
  font-weight: normal;
}

.commodity_div {
  display: inline-block;
  position: relative;
}

.price_tip {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 8px;
  background: #ff458b;
  border-radius: 5px;
  color: #fff;
  position: relative;
  margin-left: 10px;
  top: -5px;
  animation: bounce-down 2s infinite;
  -webkit-animation: bounce-down 2s infinite;
}

.price_tip a {
  display: block;
  margin: 0 -8px;
  padding: 0 8px;
  font-size: 14px;
  color: #fff;
}

.price_tip:after {
  content: '';
  top: 4px;
  left: -5px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #ff458b;
}

.yijia {
  display: inline-block;
  text-indent: -9999px;
  animation: downup 1s infinite linear;
  -webkit-animation: downup 1s infinite linear;
}

.commodity_mess .yijia {
  height: 22px;
  width: 62px;
  background: url(../images/icon_yijia2.png) no-repeat;
  margin-left: 6px;
  position: relative;
  top: -5px;
}

.good_price .yijia {
  height: 26px;
  width: 62px;
  background: url(../images/icon_yijia1.png) no-repeat;
  position: relative;
  top: 6px;
  margin-right: 4px;
  vertical-align: top;
}

@-webkit-keyframes bounce-down {

  0%,
  50%,
  100% {
    top: -5px;
  }

  25%,
  75% {
    top: -7px;
  }
}

@keyframes bounce-down {

  0%,
  50%,
  100% {
    top: -5px;
  }

  25%,
  75% {
    top: -7px;
  }
}

.commodity_safe_price {
  color: #ff6600;
  font-size: 16px;
  font-weight: bold;
  padding-right: 8px;
}

.commodity_safe_back {
  color: #454545;
}

.commodity_safe {
  display: inline-block;
  margin-right: 13px;
  line-height: 30px;
}

.commodity_mess {
  padding-left: 15px;
}

/*.commodity_mess:nth-of-type(1), .commodity_mess:nth-of-type(2), .commodity_mess:nth-of-type(3){padding-bottom: 16px; border-bottom: 1px solid #e4e4e4;}*/
.commodity_mess:nth-of-type(1) {
  padding-bottom: 15px;
}

.commodity_mess:nth-of-type(2) {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 6px;
}

.commodity_stage .commodity_name {
  line-height: 27px;
  padding-top: 4px;
}

.commodity_mess:nth-of-type(3) {
  /*min-height: 60px;*/
  padding-bottom: 20px;
}

.onsale .block01 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 12px;
}

.onsale .block02 {}

.commodity_mess_tips {
  width: 80%;
}

.commodity_mess_tips span {
  margin-bottom: 10px;
}

.commodity_mess .commodity_name {
  margin-right: 15px;
}

.commodity_list {
  margin-bottom: 18px;
}

.commodity_list .commodity_name {
  display: inline-block;
  min-width: 60px;
  text-align: right;
}

.commodity_list:nth-of-type(2n-1) {
  width: 65%;
}

.commodity_onred {
  color: #e12d10;
}

.commodity_btn {
  display: inline-block;
  line-height: 40px;
  width: 180px;
  height: 40px;
  text-align: center;
  margin-right: 32px;
  font-size: 16px;
}

.commodity_direct {
  border: 1px solid #ff0036;
  color: #ff0036;
  background: #f6e7ea;
}

.commodity_pay {
  background: #ff0036;
  color: #fff;
}

.commodity_direct.addgray {
  border: 1px solid #9e9e9e;
  color: #fff;
  background: #9e9e9e;
}

.addgray_background {
  background: #9e9e9e !important;
}

.commodity.bidding .commodity_mess:nth-of-type(1) {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.commodity.bidding .bidding-information {
  margin-bottom: 30px;
}

.bidding-time-end p:first-child {
  width: 50px;
  height: 50px;
  padding: 4px 0 0 4px;
  background-color: #e12d10;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 8px;
  line-height: 23px;
  border: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.bidding-time-end p {
  border: 1px solid #e0e0e0;
  font-size: 14px;
  color: #484848;
  padding-left: 18px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 50px;
  line-height: 50px;
  width: 350px \0;
}

.commodity_pay.addgray {
  background: #9e9e9e;
}

.collect a.addgray,
.compare a.addgray {
  color: #fff;
  background: #9e9e9e;
  box-shadow: 0 2px 3px rgba(196, 196, 196, 0.35);
  -webkit-box-shadow: 0 2px 3px rgba(196, 196, 196, 0.35);
}

.onsale {
  margin-bottom: 32px;
  border-bottom: 1px solid #e4e4e4;
}

.outsale {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
  text-align: center;
  height: 255px;
}

.outsale .hont {
  font-size: 20px;
  color: #838383;
  padding-top: 80px;
}

.outsale .backlink {
  display: block;
  width: 126px;
  height: 36px;
  line-height: 36px;
  background: #bababa;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 15px auto 0;
}

.outsale .backlink span {
  display: inline-block;
  margin-right: 4px;
}

.provide_list {
  width: 16.6666%;
  text-align: left;
  margin-bottom: 15px;
}

.provide_list img {
  margin-right: 8px;
}

.commodity_dl {
  /*padding-top: 6px*/
}

.commodity_dt {
  width: 114px;
  height: 114px;
  border-radius: 100%;
  margin-right: 25px;
}

.commodity_dt img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.service {
  background: #008aff;
  height: 42px;
  width: 246px;
  line-height: 42px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  margin-top: 5px;
}

.service_name {
  display: inline-block;
  width: 100px;
  height: 100%;
  line-height: 38px;
  background: #fff;
  color: #323232;
  font-size: 20px;
  font-weight: bold;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
  text-align-last: justify;
  /* ie9*/
  -moz-text-align-last: justify;
  /*ff*/
  -webkit-text-align-last: justify;
  /*chrome 20+*/
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.service_contact {
  padding: 0 5px;
  margin-bottom: 8px;
}

.service_contact span:first-of-type {
  margin-right: 15px;
  color: #7d7d7d;
}

.service_super {
  padding: 0 5px;
}

.service_super_a {
  color: #858585;
}

.service_super_a:hover,
.service_super_estimate:hover {
  color: #e81d17;
}

.service_super span {
  color: #383838;
}

.service_super span a {
  padding-left: 5px;
}

.service_touch {
  display: inline-block;
  width: 138px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
}

.service_touch img {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}

.purchase {
  height: 420px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 30px;
  overflow: hidden;
}

.purchase_left {
  height: 100%;
  display: table;
  margin-right: 20px;
}

.purchase_box {
  display: table-cell;
  vertical-align: middle;
}

.purchase_box p {
  color: #282828;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.purchase_box a {
  color: #999;
  position: relative;
}

.purchase_box a:after {
  content: '';
  display: block;
  position: absolute;
  width: 37px;
  height: 3px;
  background: #ff0000;
  top: 30px;
  left: 0;
  background: #ff0000;
}

.purchase_right {
  height: 100%;
  background: url(../images/pur_1.png) no-repeat center left;
  padding-left: 45px;
}

.pur_dl {
  height: 45px;
}

.pur_dt {
  font-size: 48px;
  line-height: 45px;
  color: #b0b0b0;
  margin-right: 5px;
}

.pur_dd p {
  color: #282828;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.pur_dd span {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  background: #e92222;
  color: #fff;
  padding: 0 6px;
}

.pur_lists:first-of-type {
  margin-bottom: 75px;
  margin-top: 15px;
}

.pur_list {
  width: 375px;
  position: relative;
}

.pur_list:nth-of-type(3n) {
  width: auto;
}

.pur_list:after {
  content: '';
  position: absolute;
  display: block;
  right: 80px;
  top: -7px;
  width: 15px;
  height: 62px;
  background: url(../images/pur_2.png) no-repeat center center;
}

.pur_list:nth-of-type(3n):after {
  content: none;
}

.reserve {
  height: 315px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 30px;
}

.reserve_left {
  width: 36%;
  padding-left: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reserve_left h3 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.reserve_left p {
  color: #4d4b4b;
  margin-bottom: 110px;
}

.reserve_left p i {
  font-family: 'moneyfont';
  font-size: 30px;
  color: #e10b23;
}

.reserve_btn a {
  display: inline-block;
  line-height: 32px;
  text-align: center;
  width: 112px;
  height: 32px;
  border-radius: 5px;
  margin-right: 20px;
  border: 1px solid #414141;
}

.reserve_btn a:hover {
  color: #ff0000;
  border: 1px solid #e92222;
}

.reserve_btn .reserve_on {
  color: #ff0000;
  border: 1px solid #e92222;
}

/*.reserve_btns a{display: inline-block; line-height: 32px; text-align: center; width: 112px; height: 32px; border-radius: 5px; margin-right: 20px; border: 1px solid #414141;}
.reserve_btns a:hover{color: #ff0000; border: 1px solid #e92222;}
.reserve_btns .reserve_on{color: #ff0000; border: 1px solid #e92222;}*/
.reserve_city {
  border: 1px solid #414141;
}

.reserve_right {
  width: 64%;
  position: relative;
}

.reserve_right .prev {
  position: absolute;
  width: 32px;
  height: 56px;
  display: inline-block;
  top: 25%;
  /* margin-top:-28px; */
  left: 0;
  cursor: pointer;
  display: none;
  background: url(../images/left.png) no-repeat center;
}

.reserve_right .next {
  position: absolute;
  top: 25%;
  right: 0;
  width: 32px;
  height: 56px;
  /* margin-top:-28px; */
  display: inline-block;
  cursor: pointer;
  display: none;
  background: url(../images/right.png) no-repeat center;
}

.reserve_list {
  width: 180px;
  height: 270px;
  margin-right: 22px;
  position: relative;
  overflow: hidden;
}

.reserve_person {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.reserve_list:hover .reserve_person {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.reserve_list:last-of-type {
  margin-right: 0;
}

.reverse_shlter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 76px;
  background: url(../images/person_bg.png) no-repeat centercenter;
}

.person_mess {
  width: 80px;
  text-align: center;
}

.person_mess h3 {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}

.person_mess span {
  color: #a50a0a;
  font-size: 12px;
  text-transform: uppercase;
}

.person_site {
  width: 100px;
  text-align: center;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.person_site h3 {
  margin-top: 15px;
  color: #ffeec9;
  margin-bottom: 8px;
}

.person_site a {
  display: inline-block;
  color: #f20e0e;
  width: 66px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  background: #ffeec9;
  font-size: 12px;
  font-weight: bold;
}

/*----帮助中心---*/
.help {
  padding: 30px 30px 30px 45px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.help_title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 26px;
}

.help_title a {
  color: #5f5f5f;
  font-size: 12px;
  font-weight: normal;
}

.help_title a:hover {
  color: #e81d17;
}

.help_left {
  width: 220px;
}

.help_list {
  margin-bottom: 55px;
}

.help_list:last-of-type {
  margin-bottom: 0;
}

.help_question span {
  display: inline-block;
}

.help_content {
  width: 85%;
}

.help_question .help_content {
  color: #282828;
  font-weight: bold;
  line-height: 20px;
  font-size: 14px;
}

.help_question {
  margin-bottom: 18px;
}

.help_answer .help_content {
  color: #4c4c4c;
  line-height: 18px;
  height: 56px;
  overflow: hidden;
}

.help_answer .help_content a {
  font-size: 12px;
}

.help_video {
  width: 932px;
  height: 658px;
  cursor: pointer;
}

.help_video object {
  display: block;
  width: 100%;
  height: 100%;
}

/*---遮罩层 css---*/
.shelter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

/*拍卖修改list*/
.auction {
  float: left;
  margin: 8px 12px 0 0;
  height: 144px;
}

/*修改list_detail*/
.commodity_acution {}

.followWi {
  float: right;
  margin-right: 15px;
  color: #838383;
}

.followWi>span {
  display: inline-block;
  margin-left: 20px;
}

.followWi>i {
  color: #e12d10;
}

.commodity_acution_left {
  float: left;
}

.commodity_acution_right>p:first-child {
  font-size: 12px;
  margin-left: 20px;
  vertical-align: middle;
  display: inline-block;
}

.commodity_acution_right>p:first-child+p {
  display: inline-block;
  vertical-align: middle;
}

.commodity_acution_right>p>span>i {
  font-size: 22px;
}

.commodity_acution_right>p>span {
  font-size: 16px;
  line-height: 52px;
}

.commodity_acution_right {
  display: inline-block;
  width: 383px;
  height: 52px;
  border: 1px solid #e4e4e4;
}

.commodity_Saleprice_left {
  float: left;
  width: 50%;
  font-size: 14px;
  position: relative;
}

.commodity_Saleprice_left>img {
  display: inline-block;
  margin-left: 10px;
  margin-top: 23px;
  position: absolute;
}

.commodity_Saleprice_left>p>span>i {
  font-size: 27px;
  font-weight: 700;
}

.commodity_Saleprice_left>p:first-child+p {
  display: inline-block;
  margin-top: 10px;
}

.commodity_Saleprice_left>p:first-child+p>span {
  color: #ff2d10;
}

.commodity_Saleprice_right>p:first-child {
  font-size: 12px;
  color: #a9a9a9;
  padding-top: 10px;
}

.commodity_Saleprice_right>p:first-child>i {
  color: #ffa800;
}

.commodity_Saleprice_right>p:first-child>span {
  color: #838383;
}

.commodity_Saleprice_right>p:first-child+p {
  font-size: 12px;
  color: #a9a9a9;
  margin-top: 10px;
  line-height: 30px;
}

.imgBidauc {
  margin-top: 25px;
}

.Freewat {
  margin-left: 25px;
  margin-top: 25px;
}

.commodity_Saledetail_left {
  width: 50%;
  float: left;
}

.commodity_Saledetail_left>p,
.commodity_Saledetail_right>p {
  margin-top: 3px;
}

.service_super>span {
  font-weight: 700;
}

.claerlist {
  width: 300px;
  margin-left: 130px;
  display: inline-block;
  margin-top: 20px;
}

.provide_list {
  color: #838383;
}

.rollingInfo {
  border: 1px solid #b4b4b4;
  border-radius: 28px;
  font-size: 13px;
}

.rollingInfo>p {
  line-height: 18px;
  padding: 7px;
  color: #838383;
}

.rollingInfo>p>span:first-child {
  color: #009cff;
  margin-left: 25px;
}

.rollingInfo>p>span {
  display: inline-block;
  margin-left: 20px;
}

.rollingInfo>p span>i {
  color: #ffae00;
}

.good_price {
  color: #f31d22;
  font-size: 29px;
  font-family: 'moneyfont';
  font-weight: bold;
}

.good_price span img {
  margin-top: -5px !important;
}

.good_date {
  height: 14px;
  font-size: 12px;
  margin-top: 10px;
  line-height: 14px;
  color: #b7b7b7;
  padding-left: 21px;
  background: url('../images/icon_time.png') no-repeat left center;
}

.good_serial {
  height: 12px;
  font-size: 12px;
  margin-top: 16px;
  color: #b7b7b7;
  line-height: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.reserve_btns {
  display: none;
}

.good_price.state1 {
  font-size: 24px;
}

.good_price.state1 span i {
  font-size: 18px;
}

.good_price.state2 {
  font-size: 21px;
}

/*-----------------------------------------------------------------------------------------------------------
------------------------------------------- 详情页样式修改 css ------------------------------------------------- */
.content_intro {
  margin-bottom: 20px;
  display: inline-block;
  width: 862px;
  margin-top: 11px;
}

.aspect_basic {
  background: #fff;
  padding: 25px 25px 0 25px;
}

.gray-part {
  width: 100%;
  padding: 30px 0 19px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  padding-left: 10px;
  position: relative;
}

.gray-part:hover .liketit,
.more_list:hover .liketit {
  display: block;
}

.liketit {
  display: none;
  padding: 3px 10px;
  background: #fff;
  line-height: 17px;
  text-align: center;
  border: 1px solid #dfdfdf;
  font-size: 12px;
  color: #a1a1a1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-right: -482px;
}

.liketit em {
  content: "";
  display: block;
  border-bottom: 4px solid #dfdfdf;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.liketit::after {
  content: "";
  display: block;
  border-bottom: 3px solid #fff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.more_like .liketit {
  left: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  margin-right: -400px;
}

.more_like .liketit em {
  left: 10px;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.more_like .liketit::after {
  left: 11px;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.gray-part-box .gray-part {
  padding-bottom: 23px;
}

.gray-part02 {
  display: none;
}

.gray-part-box {
  position: relative;
}

.gray-part-tab {
  height: 32px;
  display: table;
  margin: 0 auto -16px;
  z-index: 99;
  position: relative;
}

.gray-part-box .gray-part {
  border: 1px solid rgba(232, 29, 23, 0.5);
  padding-top: 48px;
  /* height: 289px; */
}

.gray-part-tab span {
  float: left;
  display: block;
  width: 204px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e81d17;
  background: #fff;
  font-size: 14px;
  color: #e81d17;
  border-top-right-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
  cursor: pointer;
}

.gray-part-tab span:first-child {
  border-top-left-radius: 16px;
  -webkit-border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  -webkit-border-bottom-left-radius: 16px;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}

.gray-part-tab span.active {
  border: 1px solid #e81d17;
  background: #e81d17;
  color: #fff;
}

.gray-part-tab i {
  display: inline-block;
  width: 54px;
  height: 18px;
  background: url('../images/icon_duzi.png') no-repeat;
  position: absolute;
  top: -14px;
  right: -46px;
}

.aspect_list {
  position: relative;
}

.gray-part .aspect_list::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 80px;
  background: #dfdfdf;
  right: 0;
  top: -13px;
}

.aspect_list:nth-child(7n)::after,
.gray-part .aspect_list:last-child::after {
  display: none;
}

.tip_list .tip-list-left {
  line-height: 20px;
  padding-bottom: 0;
  margin-right: 8px;
}

.gray-lists {
  margin-right: -60px;
}

.gray-lists .dynamic_list {
  margin-right: 60px;
}

.changenew {
  padding: 16px 28px 34px;
  min-height: 18px;
  overflow: hidden;
}

.gray-part-box .changenew {
  padding: 10px 28px 18px;
}

.gray-has {
  /*width: 410px;*/
  overflow: hidden;
}

.gray-has:first-child {
  /*width: 372px;*/
}

.gray-has i {
  float: left;
  display: inline-block;
  width: 82px;
  line-height: 18px;
  font-size: 12px;
  color: #858585;
}

.gray-has:first-child i {
  width: 70px;
}

.gray-has span {
  float: left;
  display: inline-block;
  /*width: 328px;*/
  height: 18px;
  line-height: 18px;
  color: #3d3d3d;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gray-has span.twoline {
  height: 36px;
}

.gray-has:first-child span {
  width: 732px;
}

.white-num {
  width: 847px;
  padding: 20px 0 18px 35px;
}

.commodity_style {
  margin-left: 35px;
}

.commodity_style .commodity_num {
  width: 195px;
  display: inline-block;
}

/*活动开始*/
.activity_box {
  width: 882px;
  height: 36px;
  background: #fa0566;
  background: linear-gradient(to left, #fa0566, #fea008);
  background: -webkit-linear-gradient(left, #fa0566, #fea008);
  background-blend-mode: normal, normal;
  line-height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.activity_box.xiajer {
  background: url(../images/iconcp12bg.png) no-repeat right top;
}

.activity_box.xiajer img {
  left: -10px;
  top: -16px;
}

.activity_box.xiajer span {
  margin: 0 18px;
}

.activity_box.xiajer span a {
  color: #ffd953;
  margin-left: 8px;
}

.white-price.xiajer {
  background: #9952ff;
}

.activity_box img {
  position: absolute;
  left: 13px;
  top: -8px;
}

.activity_box span {
  font-size: 14px;
  color: #ffffff;
  margin: 0 28px;
}

.activity_box span label {
  color: #fcca57;
  font-weight: bold;
  margin-right: 4px;
}

.activity_box span a {
  font-size: 14px;
  color: #fed869;
  margin-left: 4px;
}

.activity_box span a:hover {
  color: #fdb100;
}

.commodity_mess .acticon {
  background: url(../images/iconcp12_2.png) no-repeat;
  display: inline-block;
  width: 134px;
  height: 41px;
  text-indent: -9999px;
  position: relative;
  top: -21px;
  left: 6px;
}

.couponsbox {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  display: none;
}

.coupons {
  width: 685px;
  height: 626px;
  background: url(../images/coupons.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -337px;
  margin-top: -363px;
}

.couponsend {
  background: url(../images/couponsend.png) no-repeat !important;
}

.coupons .closebtn {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  z-index: 99;
  right: 103px;
  top: 91px;
}

.couponsbd {
  width: 677px;
  height: 61px;
  position: absolute;
  left: 0;
  bottom: 11px;
  text-align: center;
}

.getcouponbtn {
  display: inline-block;
  width: 195px;
  height: 61px;
}

/*活动结束*/
.white-price {
  padding: 1px;
  background: #fa0566;
  background: linear-gradient(to left, #fa0566, #fea008);
  background: -webkit-linear-gradient(left, #fa0566, #fea008);
}

.white-price .fucky {
  padding: 20px 40px 0 25px;
  background: #fff;
}

.white-price .commodity_safe {
  margin-right: 40px;
}

.compare-hover {
  display: none;
}

.white-compare {
  margin-top: 8px;
}

.white-collect {
  margin-top: 14px;
}

.white-compare,
.white-collect {
  display: block;
  line-height: 28px;
  border-radius: 5px;
  text-align: center;
  width: 85px;
  height: 28px;
  border: 1px solid #dbdbdb;
  color: #4d4d4d;
}

.white-compare img,
.white-collect img {
  margin-right: 8px;
}

.white-compare:hover,
.white-compare.on {
  border-color: #ff0036;
  color: #ff0036;
}

.white-collect.on,
.white-collect:hover {
  border-color: #ff0036;
  color: #ff0036;
}

.white-compare:hover .compare-normal,
.white-compare.on .compare-normal,
.white-collect.on .compare-normal,
.white-collect:hover .compare-normal {
  display: none;
}

.white-compare:hover .compare-hover,
.white-compare.on .compare-hover,
.white-collect.on .compare-hover,
.white-collect:hover .compare-hover {
  display: inline-block;
}

.white-btns {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.white-btns-buy,
.white-btns-fund,
.white-btns-kj {
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
  line-height: 40px;
  width: 180px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  vertical-align: middle;
}

.white-btns-buy {
  background: #f6e7ea;
  border: 1px solid #ff0036;
  color: #ff0036;
}

.white-btns-kj {
  color: #fff;
  background-color: #ff6435;
}

.white-btns-zx {
  font-size: 16px;
  display: inline-block;
  width: 132px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: solid 1px #4d4d4d;
  color: #4d4d4d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

.white-btns-zx i {
  width: 22px;
  height: 18px;
  display: inline-block;
  background: url(../images/css_list.png) -238px -230px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.white-btns-buy:hover,
.white-btns-kj:hover,
.white-btns-zx:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.white-btns-fund:hover>span {
  display: block;
}

.white-btns-fund {
  color: #fff;
  background: #ff0036;
  cursor: pointer;
  position: relative;
}

.white-btns-fund>span {
  display: block;
  width: 140px;
  padding-left: 8px;
  position: absolute;
  top: -20px;
  right: -148px;
  z-index: 99;
  display: none;
}

.white-btns-fund>span b {
  display: block;
  width: 138px;
  border: 1px solid #e1e1e1;
  background: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  position: relative;
  padding-top: 8px;
  font-weight: normal;
}

.white-btns-fund>span b::after {
  content: "";
  display: block;
  border-right: 5px solid #e1e1e1;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 35px;
  left: -5px;
}

.white-btns-fund>span::after {
  content: "";
  display: block;
  border-right: 5px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 36px;
  left: 5px;
}

.white-btns-fund>span b>i {
  display: block;
  width: 123px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  background: #f96536;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 auto 3px;
  font-size: 14px;
  color: #fafafa;
}

.white-btns-fund>span b a {
  display: block;
  width: 123px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  background: #ebebeb;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 auto 6px;
  font-size: 14px;
  color: #a7a7a7;
}

.white-btns-fund>span b a.failure {
  cursor: not-allowed;
}

.white-btns-fund>span b em {
  display: block;
  border-top: 1px solid #e1e1e1;
}

.white-btns-fund>span b img {
  width: 108px;
  height: 108px;
  padding: 14px 15px 1px;
}

.white-btns-fund>span b p {
  font-size: 14px;
  color: #666;
  line-height: 32px;
}

.white-btns-fund>span b p i {
  color: #e62129;
}

.white-btns-fund>span b em>i {
  font-size: 12px;
  color: #b4b4b4;
  display: block;
  height: 29px;
  line-height: 29px;
  background: #f7f7f7;
}

.white-btns-buy.failure {
  background: #bfbdbe;
  border: 1px solid #bfbdbe;
  color: #fff;
}

.white-btns-buy.failure:hover,
.white-btns-fund.failure:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.white-small {
  padding: 0 0 0 25px;
}

.white-small .provide_lists {
  padding-bottom: 0;
}

.after-line .aspect_list .tip_list p {
  position: relative;
}

.after-line .aspect_list .tip_list p::after {
  width: 40px;
  margin-left: -20px;
}

.item-infor {
  width: 884px;
  height: 397px;
  margin: 0 auto;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 17px;
  background: url('../images/flower-bg.png') no-repeat centercenter;
  background-size: 100% 100%;
}

.yi-header {
  width: 326px;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 27px;
}

.header_tips {
  height: 18px;
  line-height: 18px;
  font-weight: bold;
  font-size: 18px;
  color: #2d2d2d;
  text-align: center;
  padding-bottom: 10px;
}

.header_tips:after,
.header_tips:before {
  content: '';
  display: inline-block;
  width: 73px;
  height: 2px;
  background: #ddd;
  margin: 9px 14px 0;
  vertical-align: top;
}

.yi-shelter {
  width: 187px;
  height: 187px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  margin: 0 auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.yi-shelter span {
  width: 100%;
  height: 100%;
}

.yi-shelter span img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.yi-position {
  text-align: center;
  padding: 5px 0 8px 0;
  font-size: 18px;
  font-weight: bold;
  color: #545454;
}

.yi-contact {
  display: block;
  width: 209px;
  margin: 0 auto;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  height: 35px;
  background: url('../images/contact-bg.png') no-repeat centercenter;
  background-size: 100% 100%;
}

.yi-contact:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.yi-contact img {
  margin-right: 7px;
  margin-top: 3px;
  vertical-align: top;
}

.yi-score {
  height: 16px;
  text-align: center;
  margin-bottom: 10px;
}

.yi-star i img {
  vertical-align: middle;
  padding: 0 3px;
}

.yi-num {
  margin-left: 5px;
  color: #febf00;
  font-weight: bold;
  vertical-align: middle;
}

.yi-phone {
  text-indent: 54px;
  padding: 10px 0 14px;
  background: #fff;
}

.yi-phone p span {
  color: #717070;
  font-size: 14px;
}

.yi-phone p:first-child {
  margin-bottom: 6px;
}

.yi-phone p i {
  font-size: 14px;
  color: #fe9200;
  font-weight: bold;
}

.right-hook {
  background-color: #fff;
}

.yi-kf {
  width: 210px;
  margin: auto;
}

.yi-kf li {
  border-top: 1px dashed #e6e6e6;
  height: 42px;
  padding: 10px 0;
}

.yi-kf1,
.yi-kf2 {
  float: left;
}

.yi-kf1 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}

.yi-kf2 p:first-child {
  color: #4d4d4d;
  font-size: 14px;
  margin: 3px 0 9px;
  line-height: 1;
}

.yi-kf2 p:first-child+p {
  color: #999;
  font-size: 12px;
  line-height: 1;
}

.yi-kf3 {
  float: right;
  width: 50px;
  height: 24px;
  border-radius: 4px;
  border: solid 1px #0276ed;
  margin-top: 7px;
  text-align: center;
  line-height: 24px;
  color: #017cfa;
  font-size: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.yi-kf3 i {
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url(../images/css_list.png) -64px -264px;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.yi-kf li:hover .yi-kf3 {
  color: #fff;
  background-color: #0276ed;
}

.yi-kf li:hover .yi-kf3 i {
  background: url(../images/css_list.png) -46px -264px;
}

.yi-zhu {
  background: #fff;
  height: 48px;
  line-height: 48px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.yi-zhu li:first-child {
  border-right: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.yi-zhu li {
  width: 100%;
}

.yi-zhu li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #898888;
  font-size: 16px;
}

.yi-he {
  background: #fff;
  padding: 18px 30px 9px;
  display: none;
}

.yi-he-title {
  font-size: 16px;
  color: #ea3936;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px dashed #e6e6e6;
  padding-bottom: 5px;
}

.yi-he-title p {
  color: #ea3936;
}

.ta-hd-lists {
  text-align: center;
}

.ta-hd-lists li {
  display: inline-block;
  margin: 0 1px;
  width: 8px;
  height: 8px;
  background: #919191;
  border-radius: 100%;
  cursor: pointer;
}

.ta-slide {
  margin-top: 8px;
}

.ta-hd-lists li.on {
  background: #ff0036;
}

.ta-bd-title {
  margin-bottom: 9px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ta-bd-title a {
  font-size: 16px;
  color: #3e3e3e;
  line-height: 20px;
  overflow: hidden;
}

.ta-bd-p {
  height: 33px;
  line-height: 33px;
  background: #eee;
  padding: 0 20px;
  border-radius: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #6f6f6f;
}

.ta-bd-p i {
  color: #ff0036;
}

.ta-bd-p i strong img,
.eatimate_list img,
.trade_price_money img {
  margin-top: -5px !important;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}

.latest-tag {
  line-height: 55px;
  color: #959595;
  font-size: 12px;
}

.latest-tag span {
  margin-left: 0;
  margin-right: 10px;
}

.latest-tag span:first-child {
  margin-left: 55px;
}

.latest-tag span span {
  margin: 0 !important;
}

.eatimate_list-total {
  font-weight: bold;
}

.content_title span {
  vertical-align: middle;
}

.yi-zhu-left {
  padding-left: 43px;
}

.yi-zhu .yi-zhu-right a {
  text-align: center;
}

/*抢购*/
.buying {
  width: 814px;
  padding: 24px 0 23px;
  margin: 0 34px;
  border-bottom: 1px solid #eee;
}

/*已售记录*/
.completions {
  height: 44px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 42px;
}

.completes_tips {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  color: #939393;
  padding: 0 26px 0 22px;
  border: 1px solid #c7c7c7;
  background: #e3e3e3;
  margin: 0 18px;
}

.completions .backlink {
  display: inline-block;
  font-size: 14px;
  color: #5083f6;
  border-bottom: 1px solid #5083f6;
}

.completions .backlink i {
  padding-right: 4px;
}

.feature_list .net_store_intro_p {
  margin-top: 50px;
  /* width: 650px; height: 40px; */
  /* border: 1px solid red; */
}

/* .net_store_intro_p{border: 1px solid yellow;} */
.more {
  color: blue;
}

.net_store_intro_p.opened {
  height: auto;
}

.toggle .open {
  font-size: 14px;
  position: relative;
  top: -17px;
  left: 590px;
}

.toggle .close,
.opened .toggle .open {
  display: none;
}

.toggle .opened,
.opened .toggle .close {
  display: inline;
}

/*过户banner*/
.ghubd {
  display: block;
  position: relative;
  width: 1200px;
  height: 116px;
  margin: -5px auto 0;
  z-index: 1;
  background: url('../images/banner_ghu_new.png') no-repeat center center;
}

.ghubd.ghubd_act {
  background: url('../images/icon4.png') no-repeat center center;
}

.goods_left .oneself {
  width: 916px;
  height: 14px;
  margin-top: 32px;
  line-height: 14px;
}

.goods_left .oneself p {
  float: left;
  display: block;
  max-width: 672px;
  font-size: 14px;
  color: #a3a3a3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.goods_left .oneself a {
  float: left;
  display: block;
  font-size: 14px;
  color: #f6a60a;
  font-style: normal;
}

.sort_box span.tmall_du {
  padding: 0;
  display: inline-block;
  width: 73px;
  height: 44px;
  text-indent: -9999px;
  background: url('../images/tmall_dujia.png') no-repeat;
  margin-left: 34px;
}

.sort_box span.tmallstore {
  padding: 0;
  display: inline-block;
  width: 73px;
  height: 44px;
  text-indent: -9999px;
  background: url('../images/tmallstore.png') no-repeat;
  margin-left: 20px;
}

.sort_box span.tmallbrand {
  padding: 0;
  display: inline-block;
  width: 86px;
  height: 44px;
  text-indent: -9999px;
  background: url('../images/tmallbrand.png') no-repeat;
  margin-left: 20px;
}

.sort_box span.store11 {
  padding: 0;
  display: inline-block;
  width: 73px;
  height: 44px;
  text-indent: -9999px;
  background: url(../images/2019.11.11.png) no-repeat;
  margin-left: 20px;
}

.sort_box span.tmall11 {
  padding: 0;
  display: inline-block;
  width: 73px;
  height: 44px;
  text-indent: -9999px;
  background: url(../images/icon_tde.png) no-repeat;
  margin-left: 20px;
}

.sort_box .tbzhibo {
  width: 128px;
  height: 30px;
  text-indent: -9999px;
  background: url(../images/css_list.png) -2px -196px;
  display: inline-block;
  margin-left: 34px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  vertical-align: middle;
  margin-top: -2px;
}

.good_title span.icon_store11 {
  border: none;
  padding: 3px 13px 4px;
  background: url(../images/icon_store11.png) no-repeat;
}

.red_tip.icon_store11 .hover_tip {
  left: -22px;
}

.red_tip.icon_store11 .hover_tip dl {
  width: 189px;
  padding: 3px 10px;
  border-radius: 2px;
}

.red_tip.icon_store11 dl:before,
.red_tip.icon_store11 dl:after {
  border-width: 0 6px 6px 6px;
  left: 28px;
  top: -6px;
}

.red_tip.icon_store11 dl:before {
  top: -7px;
}

.right-hook {
  line-height: 1;
}

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.41);
  top: 0;
  left: 0;
  z-index: 999999;
  line-height: 1;
  display: none;
}

.mask_box {
  width: 440px;
  height: 350px;
  border: 10px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.mask_content {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.mask_content_title {
  height: 50px;
  background-color: #f41645;
  padding: 0 15px 0 20px;
  line-height: 50px;
}

.mask_content_title span {
  font-size: 20px;
  color: #fff;
}

.mask_content_title a {
  display: inline-block;
  background: url(../images/css_list.png) -293px -141px no-repeat;
  width: 20px;
  height: 21px;
  margin-top: 14px;
}

.mask_form {
  text-align: center;
}

.mask_form_title {
  margin-top: 25px;
}

.mask_form_title p:first-child {
  font-size: 22px;
  color: #2e2e2e;
}

.mask_form_title p:first-child+p {
  font-size: 14px;
  color: #999;
  margin: 12px 0 15px;
}

.mask_form_title p:first-child+p span {
  color: #fd521d;
}

.mask_form_item {
  width: 318px;
  margin: auto;
  height: 40px;
  border: solid 1px #eeeeee;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mask_form_item input {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  width: 268px;
}

.mask_form_err {
  color: #f41645;
  line-height: 24px;
  text-align: left;
  text-indent: 71px;
  height: 24px;
}

.mask_form_btn {
  display: inline-block;
  width: 320px;
  height: 46px;
  background-color: #ff9f00;
  color: #fff;
  font-size: 18px;
  line-height: 46px;
  margin-top: 4px;
}

.mask_success,
.mask_false {
  display: none;
  text-align: center;
}

.mask_success img,
.mask_false img {
  width: 66px;
  height: 66px;
  margin: 52px auto 27px;
}

.mask_text1 {
  color: #2e2e2e;
  font-size: 22px;
}

.mask_text2 {
  color: #999;
  font-size: 14px;
  line-height: 22px;
  width: 210px;
  margin: 15px auto 0;
}

/*news2018.5.13*/
.user_defined {
  float: right;
  margin: 1px 7px 0 0;
}

.user_defined input[type='text'] {
  float: left;
  width: 60px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  text-indent: 8px;
  font-size: 12px;
  color: #4c4c4c;
  border: 1px solid #a0a0a0;
}

.user_defined .inp01:focus,
.user_defined .inp02:focus {
  border: 1px solid #ff5256;
}

.user_defined em {
  float: left;
  width: 9px;
  height: 2px;
  background: #949494;
  vertical-align: top;
  margin: 10px 3px;
}

.user_defined .is_ok {
  float: left;
  width: 40px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #ff5256;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: 16px;
  cursor: pointer;
}

/*适应1200*/
.screen_main {
  width: 1200px;
}

.classify {
  width: 950px;
}

.classify_con {
  width: 813px;
}

.kind_lists {
  margin-right: -25px;
}

.classify_range {
  width: auto;
}

.kind_list {
  margin-right: 0;
}

.good_title h3 {
  max-width: 500px;
}

.more_list {
  width: 376px;
  margin-right: 10px;
  padding: 20px 19px;
}

.more_lists {
  margin-right: -18px;
  margin-left: -4px;
}

/*详情页*/
.qwtabbox .hd {
  height: 34px;
}

.qwtabbox .hd ul {
  height: 34px;
  display: table;
  margin: 0 auto;
}

.qwtabbox .hd li {
  float: left;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  background: #0072e5;
  background: linear-gradient(to right, #0072e5, #007cf9);
  background: -webkit-linear-gradient(left, #0072e5, #007cf9);
  margin: 0 4px;
  cursor: pointer;
}

.qwtabbox .hd li:first-child {
  background: #df2616;
  background: linear-gradient(to right, #df2616, #f23f43);
  background: -webkit-linear-gradient(left, #df2616, #f23f43);
}

.qwtabbox .hd li.on,
.qwtabbox .hd li:hover {
  background: #0072e5;
  background: linear-gradient(to right, #0072e5, #007cf9);
  background: -webkit-linear-gradient(left, #0072e5, #007cf9);
}

.qwtabbox .hd li:first-child.on,
.qwtabbox .hd li:first-child:hover {
  background: #df2616;
  background: linear-gradient(to right, #df2616, #f23f43);
  background: -webkit-linear-gradient(left, #df2616, #f23f43);
}

.qwtabbox .hd li a {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

.qwtabbox .bd {
  height: 272px;
}

.qwtabbox .bd li {
  display: none;
}

.qwtabbox .bd li:first-child {
  display: list-item;
}

.qwtabbox .bd .m1 {
  height: 150px;
  text-align: center;
  margin: 23px 0 21px;
}

.qwtabbox .bd .m1 img {
  width: 150px;
  height: 150px;
}

.qwtabbox .bd .m2 {
  font-size: 16px;
  color: #545454;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.qwtabbox .bd .m2 i {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 20px;
  background: url(../images/icon_smwechat.png) no-repeat center;
  margin-right: 11px;
}

.contactbtns {
  height: 39px;
  margin-top: 12px;
}

.contactbtns span {
  height: 39px;
  float: left;
  position: relative;
  margin-left: 4px;
  width: 100px;
}

.contactbtns span:first-child {
  margin-left: 0;
}

.contactbtns span a {
  line-height: 39px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  text-transform: uppercase;
  background: #0072e5;
  background: linear-gradient(to right, #0072e5, #007cf9);
  background: -webkit-linear-gradient(left, #0072e5, #007cf9);
}

.contactbtns span:first-child a {
  background: #df2616;
  background: linear-gradient(to right, #df2616, #f23f43);
  background: -webkit-linear-gradient(left, #df2616, #f23f43);
}

.contactbtns span b {
  display: none;
  width: 147px;
  height: 173px;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  text-align: center;
  position: absolute;
  left: -163px;
  top: -64px;
  z-index: 9;
}

.contactbtns span img {
  width: 120px;
  height: 120px;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  padding: 14px 13.5px 7px;
  background: #fff;
}

.contactbtns span i {
  display: block;
  font-size: 12px;
  color: #b5b5b5;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
}

.contactbtns span i em {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  height: 14px;
  width: 13px;
  margin-right: 5px;
  background: url(../images/icon_contact.png) no-repeat center;
}

.contactbtns span em::after {
  content: "";
  display: block;
  border-left: 7px solid #e6e6e6;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: -7px;
  top: 77px;
}

.contactbtns span b::after {
  content: "";
  display: block;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: -6px;
  top: 78px;
}

.contactbtns .contact_hover:hover b {
  display: block;
}

.aspect_right {
  margin-left: 6px;
  width: 262px;
}

.yi-header {
  width: 262px;
  height: 334px;
}

.header_tips:after,
.header_tips:before {
  width: 42px;
}

.pur_list {
  width: 356px;
}

.reserve_left {
  width: 400px;
}

.reserve_right {
  width: 774px;
  overflow: hidden;
}

.reserve_list {
  margin-right: 18px;
}

.help_video {
  width: 871px;
  height: 615px;
}

.help {
  padding: 30px 25px 30px 45px;
}

.yi-he {
  padding: 18px 26px 9px;
}

.yi-zhu-left {
  padding-left: 10px;
}

/*适应1200*/
/* 发布求购需求弹窗 */
.buyformbox {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.41);
  top: 0;
  left: 0;
  z-index: 999999;
  line-height: 1;
  display: none;
}

.buyform {
  width: 440px;
  height: 462px;
  border: 10px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.buyform_content {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.buyform_content_title {
  height: 50px;
  background-color: #f41645;
  padding: 0 15px 0 20px;
  line-height: 50px;
}

.buyform_content_title span {
  font-size: 20px;
  color: #fff;
}

.buyform_content_title a {
  display: inline-block;
  background: url(../images/css_list.png) -293px -141px no-repeat;
  width: 20px;
  height: 21px;
  margin-top: 14px;
}

.buyformbd {
  text-align: center;
  padding: 33px 0;
}

.buyformbd_item {
  width: 367px;
  margin: auto;
  height: 40px;
  border: solid 1px #eeeeee;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.buyformbd_row {
  width: 367px;
  margin: auto;
  height: 140px;
  border: solid 1px #eeeeee;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.buyformbd_err {
  color: #f41645;
  line-height: 26px;
  text-align: left;
  text-indent: 51px;
  height: 26px;
}

.buyformbd_btn {
  display: block;
  width: 320px;
  height: 46px;
  background-color: #ff9f00;
  color: #fff;
  font-size: 18px;
  line-height: 46px;
  margin: 26px auto 0;
}

.buyform_success,
.buyform_false {
  display: none;
  width: 440px;
  height: 412px;
  background: #fff;
  text-align: center;
  position: absolute;
  top: 50px;
  left: 0;
}

.buyform_success img,
.buyform_false img {
  width: 66px;
  height: 66px;
  margin: 90px auto 27px;
}

.buyform_text1 {
  color: #2e2e2e;
  font-size: 22px;
}

.buyform_text2 {
  color: #999;
  font-size: 14px;
  line-height: 22px;
  width: 210px;
  margin: 15px auto 0;
}

.actstag {
  width: 163px;
  height: 36px;
  display: inline-block;
  position: relative;
  background: url(../images/act51.png) no-repeat;
  vertical-align: top;
  margin-top: -9px;
  margin-left: 8px;
  z-index: 9;
}

.actstag i {
  width: 227px;
  height: 32px;
  display: inline-block;
  background: url(../images/act51_hover.png) no-repeat;
  position: absolute;
  top: 38px;
  left: 10px;
  text-indent: -9999px;
  display: none;
}

.actstag:hover i {
  display: inline-block;
}

/* 重新设计的购店流程 */
.flowtit {
  width: 1086px;
  height: 55px;
  line-height: 55px;
  padding-top: 15px;
  border-bottom: 1px solid #ebebeb;
  font-weight: bold;
  font-size: 24px;
  color: #282828;
  margin: 0 auto 32px;
}

.flowtit::after {
  content: "";
  display: block;
  width: 142px;
  height: 3px;
  background: #ff0000;
  margin-top: -2px;
}

.flowtit a {
  font-size: 14px;
  color: #e92222;
  float: right;
  font-weight: normal;
}

.flowbox {
  display: table;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.flowbox li {
  float: left;
  height: 316px;
  position: relative;
}

.flowbox .li1 {
  width: 120px;
  padding-left: 50px;
}

.flowbox .li2 {
  width: 123px;
  padding-left: 55px;
}

.flowbox .li3 {
  width: 124px;
  padding-left: 58px;
}

.flowbox .li4 {
  width: 132px;
  padding-left: 59px;
}

.flowbox .li5 {
  width: 135px;
  padding-left: 67px;
}

.flowbox .li6 {
  width: 145px;
  padding-left: 70px;
}

.flowbox::after {
  content: "";
  display: block;
  width: 957px;
  height: 14px;
  background: url(../images/line_bt_dot.png) no-repeat;
  position: absolute;
  top: 74px;
  left: 75px;
}

.flowbox li>div {
  height: 151px;
  padding-top: 52px;
}

.flowbox .li1>div {
  margin-left: -8px;
}

.flowbox .li2>div {
  margin-left: -10px;
}

.flowbox .li3>div {
  margin-left: -5px;
}

.flowbox .li4>div {
  margin-left: -11px;
}

.flowbox .li5>div {
  margin-left: -11px;
}

.flowbox .li6>div {
  margin-left: -5px;
}

.flowbox li>div i {
  width: 25px;
  float: left;
  margin-left: -31px;
}

.flowbox li>div .text {
  float: left;
}

.flowbox li>div .text .p1 {
  font-weight: bold;
  font-size: 18px;
  color: #282828;
  margin-top: -5px;
}

.flowbox li>div .text .p2 {
  font-size: 12px;
  color: #929292;
  margin-top: 3px;
}

.flowbox li>div .text .p3,
.flowbox li>div .text .p4 {
  font-size: 12px;
  color: #888;
  height: 32px;
  line-height: 16px;
  padding-top: 34px;
  background: url(../images/dot1.png) no-repeat center top;
  margin-top: 5px;
  text-align: center;
}

.flowbox li>div .text .p3 a,
.flowbox li>div .text .p4 a {
  font-size: 12px;
  color: #e92222;
  text-decoration: underline;
}

.flowbox li>div .text .p4 {
  margin-top: -1px;
}

.flowbox .li1>div .text .p3,
.flowbox .li1>div .text .p4 {
  margin-left: -33px;
}

.flowbox .li2>div .text .p3,
.flowbox .li2>div .text .p4 {
  margin-left: 8px;
  margin-right: -80px;
}

.flowbox .li3>div .text .p3,
.flowbox .li3>div .text .p4 {
  margin-left: -36px;
}

.flowbox .li5>div .text .p3,
.flowbox .li5>div .text .p4 {
  margin-left: -42px;
}

.flowbox .li6>div .text .p3,
.flowbox .li6>div .text .p4 {
  margin-left: -238px;
  margin-right: -80px;
}

.flowbox .li2>div .text .p3,
.flowbox .li6>div .text .p3 {
  background: none;
}

.flowbox .li2>div .text .p3 span {
  display: inline-block;
  vertical-align: top;
  margin-left: 18px;
  margin-top: 2px;
  width: 100px;
  height: 12px;
  background: url(../images/dot2.png) no-repeat;
}

.flowbox .li6>div .text .p3 span {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  margin-top: 2px;
  width: 135px;
  height: 12px;
  background: url(../images/dot3.png) no-repeat;
}

.biangen {
  text-indent: -9999px;
  background: url(../images/icon001.png) no-repeat center;
  width: 151px;
  height: 37px;
  display: inline-block;
  margin-left: -5px;
  top: -20px;
  position: relative;
}

.yong0 {
  text-indent: -9999px;
  background: url(../images/icon006.png) no-repeat center;
  width: 111px;
  height: 36px;
  display: inline-block;
  margin-left: -12px;
  top: -21px;
  position: relative;
}

.goods_list .listyong0 {
  position: absolute;
  top: -14px;
  right: -11px;
  z-index: 9;
}

.sort_box .act12_1 {
  width: 110px;
  height: 32px;
  text-indent: -9999px;
  background: url(../images/act1.png) no-repeat;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -2px;
}

.sort_box span.act12_2 {
  padding: 0;
  display: inline-block;
  width: 73px;
  height: 44px;
  text-indent: -9999px;
  background: url(../images/act2.png) no-repeat;
  margin-left: 20px;
}

.goods_basic .icon_store11.act12_3 {
  background-image: url(../images/act3.png);
}

.red_tip.icon_store11.act12_3 .hover_tip dl {
  width: 156px;
}

.commodity_mess .act12_4 {
  background: url(../images/act4.png) no-repeat;
  display: inline-block;
  width: 110px;
  height: 32px;
  text-indent: -9999px;
  position: relative;
  top: -14px;
  left: 6px;
}

.act12_5 {
  text-indent: -9999px;
  width: 93px;
  height: 32px;
  display: inline-block;
  margin-left: -5px;
  top: -16px;
  position: relative;
}

.act12_5.act5 {
  background: url(../images/act5.png) no-repeat left center;
}

.act12_5.act6 {
  background: url(../images/act6.png) no-repeat left center;
}

.act12_5.act7 {
  background: url(../images/act7.png) no-repeat left center;
}

.twelve_link {
  display: block;
  position: absolute;
  bottom: 42px !important;
  right: 54px;
  z-index: 99;
  width: 160px !important;
  height: 34px !important;
}

.twelve_link img {
  width: 100% !important;
  height: 100% !important;
}