/*Reset*/
a {
  text-decoration: none;
  cursor: pointer;
}
@font-face {
  font-family: 'iconfont xfslogo';
  src: url('../fonts/iconfont.eot?t=1678174048360');
  /* IE9*/
  src: url('../fonts/iconfont.woff2?t=1678174048360') format('woff2'), url('../fonts/iconfont.woff?t=1678174048360') format('woff'), url('../fonts/iconfont.ttf?t=1678174048360') format('truetype'), url('../fonts/iconfont.svg?t=1678174048360#font_family') format('svg');
}
.font_family {
  font-family: "iconfont xfslogo" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  font: 12px Arial, "Microsoft YaHei", "PingFangSC-Regular";
  color: #222;
  background: #F5F5F5;
}
body,
ul,
li,
ol,
p,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
img,
iframe,
form,
div {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
}
input {
  padding: 0;
  margin: 0;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
input {
  outline: none;
  padding: 5px 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
b.more {
  font-family: 宋体;
  font-weight: normal;
}
.content_bk a,
.content_bk a:hover,
.content_line a,
.content_line a:hover {
  color: #333;
  text-decoration: none;
}
.content_bk a:hover,
.content_line a:hover {
  color: #FF0D35;
}
.placeholder_con {
  position: relative;
}
.placeholder_con input {
  background: none;
}
.placeholder_con .ph_hide {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  color: #999;
  padding-left: 5px;
  z-index: 666;
}
.hide {
  display: none!important;
}
.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
/*面包屑*/
.crumbs_nav {
  width: 1200px;
  margin: 0 auto;
  color: #333;
  padding: 15px 0;
}
.crumbs_nav a,
.crumbs_nav a:hover {
  color: #333;
  text-decoration: none;
}
.crumbs_nav_info {
  position: relative;
  cursor: default;
  display: inline-block;
}
.nav-title {
  display: inline-block;
  padding: 3px 8px;
  background: #fff;
  border-radius: 4px;
  color: #222;
}
.nav-title img {
  float: right;
}
.crumbs_nav a:hover {
  color: #FF0D35;
}
.crumbs_nav_title {
  font-weight: bold;
}
.crumbs_nav b {
  padding: 0 4px;
}
.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/*筛选*/
.nav_title_con {
  width: 523px;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 9999;
  display: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  top: 23px;
  border-radius: 4px;
}
.nav_title_con ul {
  padding: 16px;
  width: 507px;
  max-height: 170px;
  height: auto;
  overflow-y: auto;
}
.nav_title_con ul li {
  float: left;
  margin-right: 10px;
  width: 88px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  cursor: pointer;
  height: 16px;
  margin-bottom: 12px;
  color: #222;
}
.nav_title_con ul li:hover {
  color: #FF0D35;
}
/*按钮*/
.btn_red {
  background: #FF0D35;
  color: #fff;
  border: 1px solid #FF0D35;
  border-radius: 2px;
  cursor: pointer;
}
.btn_red:hover {
  background: #E50C30;
  border-color: #E50C30;
  border-radius: 2px;
}
.btn_red:active {
  background: #E50C30;
  border-color: #E50C30;
  border-radius: 2px;
}
/* 通栏 */
.ban_top {
  width: 100%;
  margin: 0 auto;
  height: 80px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  display: none;
}
.ban_top img {
  display: block;
  width: 1200px;
  height: 80px;
  margin: 0 auto;
}
/* 顶部操作条 */
.tools_bg {
  width: 100%;
  height: 40px;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  z-index: 10000;
}
.tools {
  width: 1200px;
  margin: 0 auto;
  color: #999;
  position: relative;
  z-index: 1000;
}
.tools a,
.tools a:hover {
  color: #757575;
  text-decoration: none;
}
.tools i {
  margin: 6px 0 0;
  width: 25px;
  height: 25px;
}
.tools .area {
  padding: 0 30px 0 0px;
  float: left;
  cursor: pointer;
}
.tools .area i {
  float: left;
}
.tools i.i_site {
  background: url(../img/pos_icon.png) no-repeat center;
}
.tools .area:hover i.i_site {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.tools i.i_drop {
  background: url(../img/arror_down_icon.png) no-repeat center;
}
.tools .area span {
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  max-width: 100px;
  overflow: hidden;
  color: #757575;
}
.tools .area span:hover {
  color: #FF0D35;
}
.tools .tools_list a {
  display: block;
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  margin: 0 12px;
}
.tools .tools_list a.tbonline {
  color: #FF0D35;
  font-weight: bold;
}
.tools .tools_list a.orange,
.tools .tools_list a.orange:hover {
  color: #FF0D35;
  display: inline-block;
  margin: 0 15px 0 0;
  cursor: pointer;
}
.tools .area2 {
  padding: 0;
  float: left;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
}
.tools .icon {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.tools .tools_list {
  float: right;
  width: auto;
  max-width: 945px;
}
.tools .tools_list li {
  float: left;
  position: relative;
  cursor: pointer;
}
.tools .tools_list li span {
  float: left;
  height: 40px;
  line-height: 40px;
}
.tools .tools_list li .tools_name {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tools .border_right {
  line-height: 38px;
  color: #bbb;
}
.tools .drop-downbox {
  width: 110px;
  background-color: #fff;
  position: absolute;
  z-index: 100;
  text-align: center;
  margin-left: 0;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12);
  display: none;
}
.tools .drop-downbox a {
  display: block;
  padding: 0;
  height: 30px;
  line-height: 30px;
  margin: 0;
  text-align: left;
  padding-left: 16px;
}
.tools .drop-downbox a:hover {
  background: #f5f5f5;
  color: #FF0D35;
}
.tools .drop-phonedownbox {
  width: 210px;
  background-color: #fff;
  position: absolute;
  z-index: 100;
  /* text-align: center; */
  padding: 8px;
  margin-top: 5px;
  margin-left: -3px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  display: none;
  line-height: normal;
}
.tools .drop-phonedownbox .sanjiao {
  position: absolute;
  top: -6px;
  left: 40px;
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.tools .drop-phonedownbox img {
  margin-top: 4px;
  width: 120px;
  height: 120px;
  min-height: 120px;
}
.tools .drop-phonedownbox .img-info {
  display: inline-block;
  font-size: 14px;
  color: #222222;
  font-weight: 700;
  float: right;
  margin-top: 40px;
  width: 84px;
}
.tools .drop-phonedownbox .img-info p {
  font-weight: normal;
  color: #808080;
  font-size: 12px;
}
/* .tools .tools_list li.phonefs a {
    margin-right: 0;
} */
.tools .tools_list li.phonefs i {
  margin: 0 6px 0 0;
  vertical-align: bottom;
  color: #bbb;
}
.tools .tools_list li.phonefs:hover .drop-phonedownbox,
.tools .tools_list li.myfangsheng:hover .drop-downbox-show {
  display: block;
}
.tools .tools_list a img {
  float: left;
  margin: 12px 6px 0 0;
}
.tools .tools_list a .user_status {
  margin-left: 5px;
}
.tools .tools_list .icon {
  margin-right: -9px;
}
/* 页头搜索 */
.header .icon1 {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #FFFFFF;
}
.header .icon1 img {
  margin-right: 8px;
}
.header .icon {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #FFFFFF;
  background-repeat: no-repeat;
}
.header {
  width: 100%;
  margin: 0 auto;
  height: 118px!important;
  position: relative;
  background: #fff;
}
.header .header_nav {
  width: 1200px;
  margin: 0 auto;
}
.header .header_content {
  width: 1200px;
  margin: 0 auto;
}
.header .search_box a {
  color: #666666 !important;
  text-decoration: none;
}
/*.header a,.header a:hover{color:#999;text-decoration:none;}*/
.header .search_box a:hover {
  color: #FF0D35 !important;
}
.header .logo {
  /* width: 340px;
    float: left;
    padding: 0;
    height: 105px;
    overflow: hidden; */
  width: 180px;
  height: 60px;
  float: left;
  margin-top: 20px;
  margin-right: 49px;
}
.header .lodo_01 {
  display: block;
}
.header .lodo_01 img {
  width: 180px;
  height: 60px;
}
.header .logo_02 {
  float: left;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 2px;
}
.header .logo_02 img {
  width: auto;
  max-width: 100px;
  height: 100px;
  display: block;
}
.current {
  background-color: #F5F5F5;
  color: #FF0D35;
}
.key_word_list .close_search {
  height: 40px;
  line-height: 40px;
  text-align: right;
  border-top: 1px solid #E8E8E8;
}
.key_word_list .close_search a {
  float: right;
  margin-right: 20px;
}
.header .search_box {
  float: left;
  margin: 30px 0 0;
  width: 744px;
}
.header .input_form {
  height: 36px;
  float: left;
  width: 612px;
  border: 2px solid #FF0D35;
  border-radius: 4px 0 0 4px;
}
.header .input_form input {
  border: 0;
  width: 584px;
  font-size: 16px;
  text-align: left;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  padding: 10px 12px;
}
.header button {
  float: left;
  width: 128px;
  height: 40px;
  background: #FF0D35;
  background-position: center 0;
  border: 0;
  border-radius: 0 4px 4px 0;
}
.header .icon1 em {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/fangda_icon.png) no-repeat center;
  vertical-align: middle;
  margin-right: 8px;
}
.header .key_word {
  clear: both;
  padding: 4px 0 0 0;
  width: 580px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  font-size: 12px;
}
.header .key_word a {
  display: inline-block;
  margin-left: 14px;
  cursor: pointer;
}
.header .cart {
  position: absolute;
  top: 30px;
  right: 0;
  background: #fff;
  z-index: 888;
}
.header .cart a,
.header .cart a:hover {
  border: 2px solid #e2e2e2;
  display: block;
  height: 36px;
  background-color: #fff;
  color: #222222;
  font-size: 16px;
  line-height: 36px;
  width: 176px;
  padding-left: 0;
  border-radius: 4px;
  text-align: center;
}
.header .cart a .icon {
  padding-right: 8px;
  font-size: 24px;
  color: #FF0D35;
  vertical-align: top;
}
.header .cart a span {
  display: inline-block;
}
.search_box .input_form .placeholder {
  position: absolute;
  height: 40px;
  display: block;
  line-height: 40px;
  left: 24px;
  top: 0;
  color: #999;
  font-size: 14px;
  z-index: -10;
}
.search_box .input_form #searchText {
  background: transparent;
}
/* 地址选择*/
.top_area_box {
  position: absolute;
  width: 448px;
  z-index: 1000;
  top: 40px;
  left: 55px;
  border: 1px solid #d3d3d3;
  background: #fff;
}
.viptools_bg .top_area_box {
  top: 45px;
}
.top_area_box .tab {
  width: 428px;
  padding: 16px 10px 0;
  margin: 5px auto 0;
  border-bottom: 1px solid #e8e8e8;
}
.top_area_box .tab span {
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 0 0 -1px 10px;
  border: 1px solid #e8e8e8;
  padding: 0 30px;
  background: #fff;
  cursor: default;
  color: #666;
  font-size: 14px;
}
.top_area_box .tab span.curr {
  border-color: #e8e8e8 #e8e8e8 #fff;
}
.top_area_box .close {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 30px;
  right: 7px;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  background: url(../icon/index/close.png) no-repeat 0 0;
  cursor: pointer;
}
.top_area_box .list {
  clear: both;
  padding: 10px 0 10px 2px!important;
  width: 95%;
  margin-left: 10px;
}
.top_area_box .list li {
  float: left;
  margin-left: 0 !important;
  line-height: 24px;
  margin-bottom: 5px;
  overflow: hidden;
  color: #666;
  width: 82px;
  text-align: center;
}
.top_area_box .list li span {
  display: inline-block;
  padding: 0 5px;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.top_area_box .list li span:hover {
  background-color: #FF0D35;
  border-radius: 4px;
  color: #fff;
}
.top_area_box .list .selection span {
  background-color: #FF0D35;
  border-radius: 4px;
  color: #fff;
}
.top_area_box .inp_area {
  background: #fff url(../img/icon/down.png) no-repeat right 0;
  cursor: default;
  border: 1px solid #d3d3d3;
  float: left;
  width: 265px;
  height: 24px;
  line-height: 24px;
  padding: 0 0 0 5px;
  font-size: 14px;
}
.cancel-btn {
  margin: 0 10px;
  color: #333;
  background: #fff;
  border: 1px solid #666;
  font-size: 14px;
  outline: none;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  border-radius: 2px;
}
.cancel-btn:hover {
  border: 1px solid #FF0D35;
  color: #FF0D35;
}
.cancel-btn:active {
  border: 1px solid #FF0D35;
  background: #fff0e3;
  color: #FF0D35;
}
/*签约*/
.viptools_bg {
  background: #474747;
  height: 45px;
  color: #c9c9c9;
}
.viptools_bg .tools {
  color: #c9c9c9;
}
.viptools_bg .tools a {
  color: #c9c9c9;
  height: 45px;
  line-height: 45px;
}
.viptools_bg .tools a:hover {
  color: #FF0D35;
}
.viptools_bg .tools a.tools_name_a:hover {
  color: #c9c9c9;
}
.viptools_bg .tools a:hover .tools_name {
  color: #FF0D35;
}
/*.viptools_bg .tools a:hover{color:#FF0D35;}*/
viptools_bg .tools a:hover .tools_name {
  color: #FF0D35;
}
.viptools_bg .tools .area span {
  height: 45px;
  line-height: 45px;
}
.viptools_bg .tools .drop-downbox {
  background: #474747;
  width: 100px;
}
.viptools_bg .tools .drop-downbox a,
.viptools_bg .tools .drop-downbox a:hover {
  color: #c9c9c9;
  height: 30px;
  line-height: 30px;
}
.viptools_bg .tools .drop-downbox a:hover {
  background-color: #575757;
}
.viptools_bg .tools .icon {
  margin-top: 10px;
}
.viptools_bg .tools i.i_site {
  margin-right: 20px;
}
.viptools_bg .tools .area i.i_drop {
  margin-left: 20px;
}
.vip_header .input_form {
  width: 561px;
  border-color: #FF0D35;
  margin: 0;
}
.vip_header .input_form input {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding: 0;
}
.vip_header .key_word {
  width: 680px;
}
.vip_header .key_word_list {
  width: 685px;
  left: 2px;
}
.vip_header .cart a,
.vip_header .cart a:hover {
  padding-left: 52px;
  background-position: 7px 8px;
  width: 90px;
}
.vip_header .cart a.gray {
  cursor: default;
  color: #999;
  opacity: 0.5;
}
.viptools_bg .tools a.tel_icon {
  margin: 0 15px 0 10px;
  padding: 0 10px;
  color: #c9c9c9;
  cursor: default;
}
.viptools_bg .tools .area span {
  color: #c9c9c9;
}
.viptools_bg .tools .tools_list li span {
  height: 45px;
  line-height: 45px;
  max-width: 77px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn_white {
  float: left;
  height: 28px;
  padding: 0 10px;
  line-height: 28px;
  margin-left: 20px;
  border: 1px solid #d3d3d3;
  cursor: pointer;
  background: #fff;
  color: #333;
}
.btn_white:hover {
  background: #FF0D35;
  color: #fff;
  border: none;
  height: 30px;
  padding: 0 11px;
}
/*分类导航栏*/
ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.head_nav_bg {
  width: 100%;
  background: #fff;
}
.head_nav {
  padding-left: 220px;
  height: 40px;
  width: 980px;
  margin: 0 auto;
  clear: both;
  position: relative;
}
.head_nav .sort_all {
  left: 0;
  width: 220px;
  height: 40px;
  position: absolute;
  color: #333;
  line-height: 40px;
  cursor: default;
  font-size: 16px;
  border-bottom: 8px solid transparent;
  color: #FFf;
  border-radius: 4px 4px 0 0;
  text-align: center;
  z-index: 1;
}
.head_nav .sort_all .icon_content {
  display: inline-block;
  background: #FF0D35;
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.head_nav .sort_all_back {
  display: block;
  width: 230px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  overflow: hidden;
}
.sort_all_click i.icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  margin-right: 12px;
  overflow: hidden;
  position: relative;
  top: 6px;
  /* color: #c5c5c5; */
  font-size: 24px;
}
.head_nav .sort_all_back:hover {
  top: -6px;
  height: 46px;
  line-height: 46px;
  vertical-align: top;
  z-index: 600;
}
.head_nav .sort_all_back:hover img {
  position: absolute;
  top: 0;
}
.head_nav .nav {
  overflow: hidden;
  height: 40px;
}
.head_nav .nav li {
  float: left;
  padding: 4px 16px 0;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  position: relative;
  bottom: 2px;
}
.head_nav .nav li.indexActive {
  padding-left: 8px;
  position: relative;
  bottom: 2px;
}
.head_nav .nav li a {
  color: #333;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  display: inline-block;
}
.head_nav .nav li a:hover,
.head_nav .nav li.active a {
  border-bottom: 2px solid #FF0D35;
  color: #FF0D35;
}
.head_nav .nav li .defalut_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  margin-right: 2px;
  position: relative;
  top: 6px;
}
.head_nav .nav li .defalut_icon img {
  vertical-align: baseline;
}
.head_nav .nav li a .defalut_icon .icon {
  font-size: 24px;
  color: #FF0D35;
}
.head_nav .nav li a:hover .defalut_icon img {
  margin-left: -24px;
}
.head_nav .nav .active a .defalut_icon img {
  margin-left: -24px;
}
.head_nav .nav .new_product img {
  position: relative;
  top: 3px;
  margin-right: 2px;
  vertical-align: baseline;
}
/*分类展开*/
.head_nav .menu_list {
  position: absolute;
  z-index: 1000;
  top: 48px;
  left: 0;
  display: none;
  color: #222222;
  height: 382px;
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}
.head_nav .menu_list.allshow {
  width: 1200px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}
.menu_list .cate_menu_bg {
  width: 220px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  background-color: #222222;
}
.menu_list .cate_menu {
  height: 372px;
  overflow: hidden;
  padding-top: 10px;
}
.menu_list .cate_menu_js {
  overflow: auto;
}
.menu_list .cate_menu li {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  color: #222;
}
.menu_list .cate_menu li .icon {
  width: 24px;
  height: 24px;
  margin: 0 12px;
  position: relative;
  top: 8px;
  float: left;
  background: none;
  overflow: hidden;
}
.menu_list .cate_menu_js li .icon {
  margin: 0 10px 0 10px;
}
.menu_list .cate_menu li .icon img {
  display: block;
}
.menu_list .cate_menu li.hoveron .icon img {
  margin: 0 0 0 -26px;
}
.menu_list .cate_menu li a,
.menu_list .cate_menu li a:hover {
  color: #fff;
  float: left;
  width: 150px;
  height: 36px;
  overflow: hidden;
  font-size: 14px;
  text-decoration: none;
}
.menu_list .cate_menu li.hoveron a {
  color: #A6293E;
}
.menu_list .cate_menu li.hoveron {
  background-color: #fff;
  font-weight: 700;
  color: #A6293E;
}
.menu_list .cate_menu li a:hover {
  color: #A6293E;
}
.menu_list .cate_menu li:hover {
  background: #fff;
  font-weight: 700;
}
.menu_list .cate_pop {
  position: absolute;
  left: 220px;
  top: 0;
  width: 980px;
  height: 382px;
  overflow: hidden;
  background: #fff;
  border-radius: 0 4px 4px 0;
}
.menu_list .cate_pop li {
  color: #808080;
  font-size: 14px;
  height: auto;
  line-height: 22px;
}
.menu_list .cate_pop li:hover {
  background-color: transparent;
}
.cate_pop .cate_left_box {
  float: left;
  width: 760px;
  background: #fff;
  height: 377px;
  padding: 5px 0 0;
  overflow: hidden;
}
.cate_pop .cate_left {
  height: 455px;
  overflow-y: auto;
}
.menu_list .cate_left .clearfix {
  width: 710px;
  margin: 0 auto;
  padding: 5px 16px;
  overflow: hidden;
  line-height: 22px;
}
.menu_list .cate_left .clearfix li a {
  color: #666;
  cursor: pointer;
}
.menu_list .cate_left .clearfix li a:hover {
  color: #FF0D35;
}
.menu_list .cate_left h4 {
  float: left;
  width: 116px;
  overflow: hidden;
  text-align: right;
  padding-right: 24px;
}
.menu_list .cate_left h4 a,
.menu_list .cate_left h4 a:hover {
  color: #222;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  display: block;
  position: relative;
  padding-right: 16px;
  text-decoration: none;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.menu_list .cate_left h4 a:hover {
  color: #FF0D35;
}
.menu_list .cate_left h4 i {
  font-family: simsun;
  font-style: normal;
  position: absolute;
  right: 0;
  top: 0;
  color: #666;
  font-weight: normal;
  padding-right: 3px;
}
.menu_list .cate_left .clearfix ul {
  float: left;
  width: 556px;
  overflow: hidden;
}
.cate_pop .cate_right {
  float: left;
  width: 220px;
  height: 382px;
  overflow: hidden;
}
.cate_pop .cate_right .lg {
  width: 220px;
  height: 165px;
  overflow: hidden;
}
.cate_pop .cate_right .lg li {
  float: left;
  width: 72px;
  height: 24px !important;
  overflow: hidden;
  background: #fff;
  position: relative;
  margin-left: 25px;
  margin-top: 17px;
}
.cate_pop .cate_right .lg li img {
  display: block;
  width: 72px;
  max-height: 24px;
}
.cate_pop .cate_right .ban {
  width: 210px;
  margin: 0 auto;
  margin-top: 17px;
}
.cate_pop .cate_right .ban li {
  height: 92px !important;
  width: 204px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.cate_pop .cate_right .ban li img {
  width: 208px;
  height: 92px;
  border-radius: 4px;
}
.viphead_nav_bg .menu_list .cate_menu li a:hover {
  color: #222;
}
.menu_list .cate_left .clearfix ul li {
  display: inline-block;
  padding-right: 11px;
  margin-right: 10px;
  height: 26px;
  line-height: 24px;
  float: left;
  position: relative;
}
/*我的方盛*/
.main {
  background-color: #f5f5f5;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
.main_left {
  float: left;
  width: 130px;
}
.main_right {
  float: left;
  width: 1060px;
  margin-left: 10px;
}
/*key_word*/
.search_box {
  position: relative;
  z-index: 9999;
}
.search_nav {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.key_word_list {
  width: 740px;
  background: #fff;
  position: absolute;
  top: 40px;
  left: 2px;
  max-height: 341px;
  overflow-y: auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.key_word_list li {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
.key_word_list li:hover {
  background: #F5F5F5;
  color: #FF0D35;
}
.key_word_list li span {
  float: left;
  padding-left: 12px;
  max-width: 508px;
  overflow: hidden;
  cursor: pointer;
}
.key_word_list li span.text {
  float: right;
  color: #808080;
  padding-right: 12px;
  max-width: 143px;
  overflow: hidden;
  text-align: right;
}
.key_word_list li span.text_val {
  width: 500px;
}
.key_word_list .history-line .text_val {
  display: block;
  width: calc(100% - 80px);
  max-width: unset;
}
.key_word_list #close_search {
  height: 36px;
  line-height: 36px;
  text-align: right;
  border-top: 1px solid #E8E8E8;
}
.key_word_list #close_search:hover {
  background: #fff;
}
.key_word_list #close_search a {
  color: #333;
  font-size: 12px;
  margin-right: 20px;
}
.key_word_list #close_search a:hover {
  color: #0B5DA2 !important;
}
/* 页尾 */
.footer_bg {
  width: 100%;
  background: #fff;
}
.footer {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.footer a,
.footer a:hover {
  color: #666;
  text-decoration: none;
}
.footer a:hover {
  color: #FF0D35;
}
.footer .service {
  border-bottom: 2px solid #f2f2f2;
  padding: 35px 0;
}
.footer .service li {
  float: left;
  width: 212px;
  height: 50px;
  margin-right: 115px;
}
.footer .service .wid_240 {
  width: 218px;
}
.footer .service li:last-child {
  margin-right: 0;
}
.footer .service li .icon {
  width: 63px;
  height: 50px;
  display: block;
  float: left;
  margin-right: 8px;
}
.footer .service li span {
  display: block;
  float: left;
  width: 140px;
  margin-top: 6px;
  color: #808080;
  font-size: 14px;
}
.footer .service wid_240 span {
  width: 141px;
}
.footer .service li .text_t {
  font-weight: bold;
  color: #222;
  font-size: 16px;
  margin-top: 3px;
}
.footer .service .wid_240 .text_t {
  width: 140px;
}
.footer .footer_list {
  border-bottom: 2px solid #f2f2f2;
  padding: 24px 0 54px;
}
.footer .footer_list li {
  width: 196px;
  float: left;
  height: 138px;
}
.footer .footer_list span {
  display: block;
  line-height: 24px;
  color: #666;
  text-align: center;
}
.footer .footer_list .title {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 18px;
  color: #333;
}
.footer .footer_list li.last {
  width: 140px;
  margin-left: 40px;
  padding: 0;
}
.footer .footer_list li.last .tel {
  font: bold 22px/24px Impact, Arial;
  color: #ED6D15;
  margin: 0 -10px -2px;
}
.footer .footer_list li.last .pic {
  width: 186px;
  padding-top: 4px;
  margin-left: -24px;
}
.footer .footer_list li.last .pic span {
  width: 80px;
  margin-right: 13px;
  text-align: center;
  margin: 0 auto;
}
.footer .footer_list li.last .pic img {
  width: 80px;
  height: 80px;
  display: block;
}
.footer .copyright {
  line-height: 28px;
  text-align: center;
  padding: 30px 0;
  color: #666;
}
.footer .copyright span {
  display: block;
}
.footer-a {
  text-decoration: none;
}
.footer-a:hover {
  text-decoration: none;
  color: #666 !important;
}
.footer_bg .record_number {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(../img/loginFooter/beian.png) no-repeat;
}
.copyright span .icp {
  display: inline-block;
  vertical-align: middle;
}
.copyright .footer-a {
  vertical-align: middle;
}
.vip_footer_bg .footer .footer_list li {
  width: 161px;
}
.vip_footer_bg .footer .footer_list li.last {
  width: 140px;
  margin-left: -14px;
}
.vip_footer_bg .footer .footer_list span {
  text-align: left;
}
/* 返回顶部 */
.backtop {
  position: fixed;
  right: 16px;
  top: 208px;
  z-index: 9999;
  /* background: #fff; */
  border-radius: 4px;
  overflow: hidden;
}
.backtop li {
  width: 60px;
  height: 60px;
  color: #fff;
  margin-bottom: 4px;
  background: #222;
  border-radius: 4px;
}
.backtop li .a_out {
  display: block;
  /* height: 70px; */
  color: #FFF;
  /* width: 100px; */
  text-align: center;
  cursor: pointer;
  font-size: 12px;
}
.backtop li .a_out:hover {
  color: #FF0D35;
}
/* .backtop li .a_out img {
    display: block;
    margin: 0 auto;
    padding: 8px 0 4px;
    } */
.backtop li .a_out .icon {
  font-size: 24px;
  color: #A6293E;
  padding: 8px 0 4px;
}
/* .backtop li.returnTop .a_out .icon{
    color: #fff;
   } */
.backtop .cart {
  position: relative;
}
.backtop .cart .CartCount1 {
  position: absolute;
  z-index: 9999999;
  top: -10px;
  left: 1px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  color: #fff;
  height: 20px;
  line-height: 20px;
  background: #FF0D35;
  border-radius: 10px;
  padding: 0 5px;
}
/*收藏、常购商品置灰按钮*/
a.btn_wh.disabled,
a.btn_ora.disabled {
  border-color: #d5d5d5 !important;
  background: #d5d5d5 !important;
}
/*弹框*/
.msg_alert {
  display: none;
  background-color: #000;
  text-align: center;
  color: #ffffff;
  border: none;
  padding: 10px;
  line-height: 24px;
  font-size: 14px;
  height: 28px;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 250px;
  margin-left: -125px;
  z-index: 999;
  border-radius: 4px;
  opacity: 0.65;
  -moz-opacity: 0.65;
  /* 兼容 FF*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  /*IE8*/
  filter: alpha(opacity=65);
  /*IE5、IE5.5、IE6、IE7*/
}
.msg_alert_text {
  height: 30px;
  padding-left: 40px;
  line-height: 30px;
}
.msg_text {
  padding-left: 0;
}
.msg_icon1 {
  background: url(../img/icon/jeicon1.png) no-repeat;
}
.msg_icon2 {
  background: url(../img/icon/jeicon2.png) no-repeat;
}
.msg_icon3 {
  background: url(../img/icon/jeicon3.png) no-repeat;
}
/*第一次进来修改地址弹框*/
.indexarea_box {
  position: relative;
  width: 100%;
  z-index: 666;
  font-size: 14px;
  color: #606266;
}
.indexarea_box .indexarea_list {
  position: absolute;
  top: 20px;
  left: 0;
  background: #fff;
  width: 100%;
}
.indexarea_list .tab {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #d8d8d8;
  height: 31px;
}
.indexarea_list .tab span {
  float: left;
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin: 0 10px -1px 0;
  border: 1px solid #d3d3d3;
  border-bottom-color: #d8d8d8;
  text-align: center;
  background: #fff;
  cursor: default;
}
.indexarea_list .tab span:first-child {
  cursor: pointer;
  margin-left: 20px;
}
.indexarea_list .tab span.curr {
  border-color: #d8d8d8 #d8d8d8 #fff;
}
.indexarea_list .list1 {
  clear: both;
  padding: 14px 0 5px 0;
  margin-left: 35px;
}
.indexarea_list .list1 li {
  float: left;
  width: 76px;
  margin-right: 17px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 11px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.indexarea_list .list1 li span {
  display: inline-block;
  padding: 0 5px;
  border-radius: 4px;
}
.indexarea_list .list1 li span.spancurr {
  background: #FF0D35;
  color: #fff;
}
/*图片活动弹框*/
.act_dia {
  width: 576px;
  height: 400px;
  position: relative;
}
.act_dia .close_dia {
  position: absolute;
  background: url(../img/icon/close.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: block;
  right: 18px;
  top: 19px;
}
.act_dia .act_img {
  display: block;
  width: 100%;
}
/*修改登录密码*/
.modify_code {
  margin: 0;
  padding: 0;
}
.modify_code .info {
  position: relative;
}
.modify_code .btn_bottom {
  padding-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.modify_code .btn_bottom a {
  cursor: pointer;
}
.modify_code .info_ok .btn_bottom {
  text-align: center;
}
.modify_code .info_ok .btn_or {
  height: 34px;
  line-height: 34px;
  padding: 0 30px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  background: #FF0D35;
  text-decoration: none;
  border-radius: 2px;
}
.modify_code .info_ok .btn_or:hover {
  background: #E50C30;
}
.modify_code .info_ok .btn_or:active {
  background: #E50C30;
}
.modify_code .btn_bottom .btn_goout {
  height: 32px;
  line-height: 34px;
  padding: 0 28px;
  color: #0B5DA2;
  font-size: 14px;
  display: inline-block;
  background: #fff;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #d3d3d3;
  margin-left: 10px;
}
.modify_code .info .icon_cue {
  display: block;
  background: url(../img/icon/index_pop_sprites.png) no-repeat 0 0;
  width: 68px;
  height: 68px;
  margin: 35px auto 25px;
}
.modify_code .info .icon_cue_text {
  display: block;
  text-align: center;
  font-size: 20px;
}
.btn_or {
  height: 34px;
  line-height: 34px;
  padding: 0 30px;
  color: #fff !important;
  font-size: 14px;
  display: inline-block;
  background: #FF0D35;
  text-decoration: none;
  border-radius: 2px;
}
.btn_or:hover {
  background: #E50C30;
}
.btn_or:active {
  background: #E50C30;
}
/*.jeBox-height{height:auto;}*/
.modify_code .step {
  width: 498px;
  margin: 70px auto 0;
}
.modify_code .step li {
  float: left;
  width: 166px;
  position: relative;
  text-align: center;
}
.modify_code .step li span {
  display: block;
  padding-top: 30px;
  color: #999;
}
.modify_code .step li i {
  position: absolute;
  top: 9px;
  left: -3px;
  border-radius: 100px;
  width: 172px;
  background: #CBCBCB;
  height: 5px;
}
.modify_code .step .lastli em {
  background: url(../img/icon/index_pop_sprites.png) no-repeat 0 -70px;
}
.modify_code .step .step_lastli em {
  background: url(../img/icon/index_pop_sprites.png) no-repeat 0 -70px;
}
.modify_code .step li em {
  display: inline-block;
  position: absolute;
  left: 71px;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: #D8D8D8 !important;
  font: normal 12px/24px Arial;
  color: #fff;
  border-radius: 24px;
  text-align: center;
  overflow: hidden;
}
.modify_code .step li.curr {
  z-index: 10;
}
.modify_code .step li.curr em,
.modify_code .step li.curr i {
  background-color: #60C042 !important;
}
.modify_code .step li.curr span {
  color: #60C042;
}
.modify_code .info .clearfix {
  padding-bottom: 30px;
  color: #666;
  height: 30px;
}
.modify_code .info label {
  float: left;
  width: 370px;
  padding-right: 10px;
  text-align: right;
  font-size: 14px;
  line-height: 27px;
}
.modify_code .info .t {
  float: left;
  font-size: 14px;
  padding-top: 2px;
}
.modify_code .info input {
  float: left;
  height: 24px;
  border: 1px solid #d3d3d3;
  padding-left: 5px;
  width: 160px;
  line-height: 24px;
}
.modify_code .info .code {
  float: left;
  background: #F5F4F4;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 24px;
  padding: 0 24px;
  text-align: center;
  color: #333;
  text-decoration: none;
  line-height: 24px;
  margin-left: 20px;
}
.modify_code .info img {
  float: left;
  width: 112px;
  height: 26px;
  margin-left: 10px;
}
.modify_code .info .pic {
  float: left;
  line-height: 33px;
  margin-left: 10px;
  color: #666;
  text-decoration: none;
}
.modify_code .info .pic:hover {
  color: #FF0D35;
}
.modify_code .info .getVerifi {
  cursor: pointer;
  float: left;
  background: #F5F4F4;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 28px;
  line-height: 28px;
  padding: 0 20px;
  text-align: center;
  color: #333;
  text-decoration: none;
  margin: 2px 0 2px 10px;
}
.modify_code .info .fang_yan {
  cursor: pointer;
  float: left;
  background: #F5F4F4;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  text-align: center;
  color: #333;
  text-decoration: none;
  width: 110px;
  height: 32px;
  line-height: 32px;
  margin: -2px 0 0 10px;
}
.modify_code .info_ok {
  clear: both;
  line-height: 30px;
  background-position: 0 -55px;
  position: relative;
  padding: 60px 0 0 215px;
  width: 231px;
}
.modify_code .info_ok p {
  margin: 0;
  padding: 0;
}
.modify_code .info_ok .text {
  font-size: 22px;
  font-weight: bold;
}
.modify_code .inv-ipt {
  position: relative;
}
.modify_code .inv-ipt .icon {
  background-image: url("../img/icon/index_pop_sprites.png");
}
.modify_code .inv-ipt .invisible {
  position: absolute;
  left: 523px;
  top: 5px;
  width: 17px;
  height: 15px;
  background-position: -24px -70px;
  cursor: pointer;
}
.modify_code .inv-ipt .invisible.visible {
  background-position: -44px -70px;
}
.modify_code .info label {
  width: 170px;
}
.modify_code .inv-ipt .invisible {
  left: 322px;
}
.modify_code .icon_ok {
  left: 150px;
  width: 50px;
  height: 50px;
  background: url("../img/icon/index_pop_sprites.png") no-repeat 0 -100px;
  position: absolute;
}
.error {
  color: #FF0D35;
  text-align: center;
  height: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.modify_code .info .clearfix .getYzm {
  cursor: pointer;
  float: left;
  background: #F5F4F4;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  text-align: center;
  color: #333;
  text-decoration: none;
  margin: -2px 0 0 10px;
}
.modify_code .info .clearfix .dis_color {
  pointer-events: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
/*退出登录弹框*/
.sure-btn {
  border: 1px solid #FF0D35;
  background: #FF0D35;
  color: #fff;
  margin: 0 10px;
  font-size: 14px;
  outline: none;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  border-radius: 2px;
}
.sure-btn:hover {
  border-color: #E50C30;
  background: #E50C30;
}
.sure-btn:active {
  border-color: #E50C30;
  background: #E50C30;
}
.cancel-btn {
  margin: 0 10px;
  color: #333;
  background: #fff;
  border: 1px solid #666;
  font-size: 14px;
  outline: none;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  border-radius: 2px;
}
.cancel-btn:hover {
  border: 1px solid #FF0D35;
  color: #FF0D35;
}
.cancel-btn:active {
  border: 1px solid #FF0D35;
  background: #fff0e3;
  color: #FF0D35;
}
/*12月30上线加注册，商家入驻*/
.tools .tools_list .tools-name-box,
.tools .tools_list .login-box {
  float: left;
}
.tools .tools_list li.my_registration:hover .drop_registration_icon {
  display: block;
}
.tools .tools_list .drop_registration_icon {
  width: 148px;
  height: 44px;
  position: absolute;
  z-index: 100;
  text-align: center;
  margin-left: 0;
  display: block;
  top: 23px;
}
.qq_nav_12 .nav .index_compare {
  position: relative;
  overflow: visible;
  z-index: 555;
  padding: 4px 0 0 20px;
}
.qq_nav_12 .nav .index_compare:hover .compare_link {
  display: block;
}
.qq_nav_12 .index_compare .compare_link {
  width: 126px;
  height: 95px;
  position: absolute;
  display: none;
  top: 37px;
  left: 20px;
  -webkit-box-shadow: 1px 9px 9px 0 #999;
  box-shadow: 1px 9px 9px 0 #999;
  z-index: 666;
}
.qq_nav_12 .compare_link a {
  display: block;
  padding-left: 26px;
  width: 100px;
  text-align: left;
  background: #fff;
  font-size: 12px;
}
.qq_nav_12 .compare_link a:hover {
  background: #F5F5F5;
  color: #FF0D35;
}
/*购物车下浮窗*/
.header .cart a.mose {
  border-bottom: 2px solid #fff;
  z-index: 888;
  position: relative;
}
.cart .cart_down_list {
  position: absolute;
  right: 0;
  top: 40px;
  background: #fff;
  width: 365px;
  display: none;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}
.cart .cart_down_empty {
  height: 89px;
  top: 38px;
}
.cart .cart_down_empty p {
  line-height: 88px;
  padding-left: 25px;
  margin-left: 20px;
  color: #333;
  background: url(../img/cart_icon_dis.png) no-repeat left center;
}
.cart .cart_down_full {
  max-height: 530px;
  overflow-y: auto;
  overflow: hidden;
}
.cart .cart_down_full ul {
  margin-bottom: 52px;
  max-height: 477px;
  overflow-y: auto;
}
.cart .cart_down_full li {
  background: #fff;
  height: 93px;
  max-height: 530px;
}
.cart .cart_down_full li:hover {
  background: #F5F5F5;
}
.cart .cart_down_full li:hover .cart_d_del {
  color: #FF0D35;
}
.cart .cart_down_full .cart_d_out {
  border-bottom: 1px dashed #eee;
  overflow: hidden;
  margin: 0px 10px;
  padding: 10px 0;
  height: 72px;
}
.cart .cart_d_ft {
  float: left;
}
.cart .cart_d_l {
  width: 60px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.cart .cart_d_l img {
  width: 58px;
  height: 58px;
  border: 1px solid #D3D3D3;
  display: inline-block;
}
.cart .cart_d_c {
  width: 138px;
  margin-right: 10px;
  overflow: hidden;
  cursor: pointer;
}
.cart .cart_d_c p {
  line-height: 18px;
}
.cart .cart_d_c .cart_d_title {
  max-height: 54px;
  overflow: hidden;
}
.cart .cart_d_c .cart_d_size {
  margin: 3px 0 5px 0;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cart .cart_d_r {
  width: 110px;
  float: right;
  text-align: right;
}
.cart .cart_d_r p {
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cart .cart_d_r .cart_d_del {
  cursor: pointer;
}
.cart .cart_d_btn {
  position: absolute;
  bottom: 0;
  height: 52px;
  background: #F5F5F5;
  width: 100%;
  line-height: 52px;
  border-top: 2px solid #fff;
}
.cart .cart_d_btn .cart_d_hj {
  margin-left: 10px;
}
.cart .cart_d_btn em {
  font-weight: bold;
  font-style: normal;
}
.cart .cart_d_btn .cart_d_orange {
  color: #FF0D35;
}
.cart .cart_d_btn .cart_d_go {
  float: right;
  display: inline-block;
  width: 65px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  border-radius: 2px;
  margin-right: 26px;
  cursor: pointer;
  margin-top: 15px;
  background: url(../img/sj_right.png) no-repeat 56px center;
  background-color: #FF0D35;
  padding-right: 10px;
}
.cart .cart_d_out .cart_d_dis {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.85;
  background: #B5B5B5;
  color: #fff;
  line-height: 22px;
  height: 22px;
  text-align: center;
}
.fixed_header .cart .cart_down_list {
  top: 40px;
}
.marg_lt_10 {
  margin-left: 10px;
}
/* 历史搜索记录 */
.deleall {
  font-size: 12px;
  color: #d3d3d3;
  float: left;
  margin-left: 12px;
}
.header .search_box .text:hover {
  font-size: 12px;
  color: #0B5DA2 !important;
}
.header .search_box a.deleallbtn:hover {
  font-size: 12px;
  color: #808080 !important;
}
.CartCountbubbl {
  z-index: 999;
  font-size: 12px;
  color: #FFFFFF;
  position: absolute;
  background: #FF002C;
  border-radius: 10px 10px 10px 0px;
  width: 30px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin-top: -11px;
}
/*logo效果优化*/
/* .auto_logo {
    display: none;
} */
#udesk_btn {
  display: none;
}
.head_nav .nav .ffzx_munu {
  padding-right: 0;
}
/*场景*/
.home_content .nav .nav_scene,
.head_nav .nav .nav_scene {
  padding: 4px 0 0 20px;
  position: relative;
  z-index: 555;
}
.head_nav .comdown {
  vertical-align: middle;
}
.home_content .nav_scene:hover .nav_scene_pop,
.head_nav .nav_scene:hover .nav_scene_pop {
  display: block;
}
.nav_scene_pop {
  width: 725px;
  height: 220px;
  padding: 10px 0 20px 25px;
  position: absolute;
  display: none;
  top: 39px;
  left: -74px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  z-index: 666;
  background: #fff;
  overflow-y: auto;
}
.home_content .nav_scene_pop .nav_scene_list,
.nav_scene_pop .nav_scene_list {
  width: auto;
  padding-left: 0;
}
.home_content .nav_scene_pop .nav_scene_list li,
.nav_scene_pop .nav_scene_list li {
  padding: 0 10px;
  font-size: 12px;
  float: left;
  position: relative;
  cursor: pointer;
}
.nav_scene_pop .nav_scene_list li:after {
  position: absolute;
  display: block;
  color: #666;
  font-family: SimSun;
  content: " | ";
  font-weight: normal;
  right: -1px;
  top: 0;
}
.nav_scene_pop .nav_scene_list li:last-child:after {
  display: none;
}
.nav_scene_pop .nav_scene_list .scene_nav_first {
  float: left;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  padding: 0 30px 0 0;
  cursor: pointer;
  width: 90px;
  text-align: right;
}
.nav_scene_pop .nav_scene_list .scene_nav_first:hover {
  color: #FF0D35;
}
.home_content .nav_scene_pop .nav_scene_list li:hover,
.nav_scene_pop .nav_scene_list li:hover {
  color: #FF0D35;
}
.nav_scene_pop .nav_scene_list .scene_nav_first:after {
  position: absolute;
  display: block;
  color: #666;
  font-family: SimSun;
  content: " > ";
  font-weight: normal;
  right: 15px;
  top: 0;
}
.nav_scene_pop .nav_scene_list .scene_nav_first a {
  color: #333;
}
.nav_scene_pop .nav_scene_list .scene_nav_first_sun {
  float: left;
  width: 575px;
}
.nav_scene_pop .nav_scene_list li a {
  color: #666;
}
#shadow_box {
  height: 8px;
  box-shadow: inset 0 6px 5px -5px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: -8px;
  background: #f5f5f5;
}
.xfs_down_code {
  display: none;
}
#footer {
  background: #fff;
}
/*价格标签处理*/
.btn-logged {
  display: block;
  width: 72px;
  height: 22px;
  line-height: 22px;
  color: #FF0D35;
  font-size: 12px;
  padding: 0 0 0 12px;
  background: url("../img/product/btn-logged.png") no-repeat 84px 2px;
  border: 1px solid #FF0D35;
  border-radius: 4px;
  margin: 0 auto;
  padding-right: 20px;
  cursor: pointer;
}
.menu_bubble_tip {
  width: 30px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  background: url("../img/red_tap.png") no-repeat center;
  position: relative;
  margin-left: 4px;
  top: -4px;
  display: none;
}
.menu_bubble_tip.show {
  display: inline-block;
}
