/*Reset*/

a {
  text-decoration: none;
  cursor: pointer;
}

html,
body {
  font: 12px Arial, "Microsoft YaHei", "PingFangSC-Regular";
  color: #222;
}

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: #ff661a;
}

.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: #ff661a;
}

.crumbs_nav_title {
  font-weight: bold;
}

.crumbs_nav b {
  padding: 0 6px;
}

.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 rgb(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;
}

/*按钮*/

.btn_red {
  background: #ff661a;
  color: #fff;
  border: 1px solid #ff661a;
  border-radius: 2px;
  cursor: pointer;
}

.btn_red:hover {
  background: #cc6813;
  border-color: #cc6813;
  border-radius: 2px;
}

.btn_red:active {
  background: #b15b14;
  border-color: #b15b14;
  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: 30px;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  z-index: 9999;
}

.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: 3px 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-position: 0 0;
}

.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-position: 0 -25px;
}

.tools .area span {
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  max-width: 100px;
  overflow: hidden;
  color: #757575;
}

.tools .area span:hover {
  color: #ff661a;
}

.tools .tools_list a {
  display: block;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  margin: 0 12px;
}

.tools .tools_list a.tbonline {
  color: #ff661a;
  font-weight: bold;
}

.tools .tools_list a.orange,
.tools .tools_list a.orange:hover {
  color: #ff661a;
  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;
  background-image: url(../../img/product/buy/tool_spritesvip.png);
  background-repeat: no-repeat;
  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;
}

.tools .tools_list li span {
  float: left;
  height: 30px;
  line-height: 30px;
}

.tools .border_right {
  line-height: 30px;
  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;
  position: relative;
}

.tools .drop-downbox a:hover {
  background: #f5f5f5;
  color: #ff661a;
}

.tools .drop-phonedownbox-5ht {
  height: 5px;
}

.tools .drop-phonedownbox {
  position: absolute;
  z-index: 100;
  text-align: center;
  display: none;
  width: 211px;
  height: 376px;
  border-radius: 4px;
  opacity: 1;
  background: #fff;
  box-shadow: 0 0px 20px 0px rgb(0 0 0 / 20%);
  padding: 8px;
  right: 0;
}

.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 {
  float: left;
}

.tools .drop-phonedownbox span {
  display: inline-block;
  color: #333;
  height: auto !important;
  line-height: normal !important;
  float: none !important;
}

.tools .tools_list li.phonefs:hover .drop-phonedownbox,
.tools .tools_list li.myfangsheng:hover .drop-downbox-show {
  display: block;
}

.tools .tools_list a.tbonline img {
  float: left;
  margin: 6px 6px 0 0;
  width: 16px;
  height: 16px;
}

.tools .tools_list .icon {
  margin-right: -9px;
}

.tools .drop-phonedownbox .drop-phone-line {
  height: 120px;
  width: 211px;
  overflow: hidden;
  padding-bottom: 8px;
}

.tools .drop-phonedownbox img {
  width: 120px;
  height: 120px;
}

.tools .drop-phonedownbox .drop-phone {
  width: 75px;
  float: left;
  font-size: 12px;
  text-align: left;
  margin-left: 12px;
}

.tools .drop-phonedownbox .drop-phone-t {
  color: #333;
  font-weight: bold;
  margin-top: 38px;
  font-size: 14px;
}

.tools .drop-phonedownbox .drop-phone-b {
  color: #808080;
  margin-top: 4px;
  font-size: 12px;
}

.tools .drop-lianxr {
  position: absolute;
  z-index: 100;
  text-align: center;
  margin-left: -3px;
  display: none;
  width: 206px;
  height: 70px;
  border-radius: 4px;
  opacity: 1;
  background: #fff;
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.tools .drop-lianxr p {
  line-height: 20px;
  text-align: left;
  font-size: 12px;
  color: #666;
}

.tools .drop-lianxr .lianxr-name {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  display: block;
}

/* 页头搜索 */

.header {
  width: 100%;
  margin: 0 auto;
  height: 118px;
  position: relative;
  background: #fff;
}

.header .icon {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  background-image: url(../../img/product/header_sprites.png);
  background-repeat: no-repeat;
}

.header .header_nav {
  width: 1200px;
  margin: 0 auto;
}

.header .header_content {
  width: 1200px;
  margin: 0 auto;
}

.header .search_box a {
  color: #808080;
  text-decoration: none;
}

.header .search_box a:hover {
  color: #ff661a;
}

.header .logo {
  width: 337px;
  float: left;
  padding: 0;
  height: 118px;
  overflow: hidden;
  line-height: 118px;
}

.header .lodo_01 {
  float: left;
  line-height: 118px;
}

.header .lodo_01 img {
  vertical-align: middle;
}

.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;
  position: relative;
  z-index: 999;
}

.header .input_form {
  height: 36px;
  float: left;
  padding: 0 0 0 10px;
  width: 455px;
  border: 2px solid #ff661a;
  border-radius: 4px 0 0 4px;
  position: relative;
}

.header .input_form input {
  border: 0;
  height: 26px;
  width: 450px;
  line-height: 26px;
  font-size: 16px;
  text-align: left;
}

.header button {
  float: left;
  width: 128px;
  height: 40px;
  background: #ff661a url("../../img/product/buy/header-search.png") no-repeat 24px 8px;
  border: 0;
  border-radius: 0 4px 4px 0;
  overflow: hidden;
  padding: 0 0 0 64px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.header .key_word {
  clear: both;
  width: 580px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  font-size: 12px;
  padding-top: 4px;
}

.header .key_word a {
  display: inline-block;
  margin-left: 12px;
  cursor: pointer;
}

.header .cart {
  position: absolute;
  top: 30px;
  right: 0;
  background: #fff;
  z-index: 999;
}

.header .cart a,
.header .cart a:hover {
  border: 2px solid #e2e2e2;
  display: block;
  height: 34px;
  background: #fff url("../../img/product/header_buy_518.png") no-repeat 24px 6px;
  color: #222;
  font-size: 16px;
  line-height: 36px;
  width: 119px;
  border-radius: 4px;
  padding: 2px 0 0 60px;
}

.header .cart a img {
  display: none;
}

.header .cart a span {
  display: inline-block;
}

.search_box .input_form .placeholder {
  position: absolute;
  height: 36px;
  display: block;
  line-height: 36px;
  left: 10px;
  top: 0;
  color: #aaa;
  font-size: 14px;
  /* z-index: -10; */
}

.search_box .input_form #searchText {
  background: transparent;
}

/* AIC搜索 */

.header .search_aic .input_form {
  width: 341px;
}

.header .search_aic .input_form .placeholder {
  left: 12px;
  width: 340px;
}

.search_aic .key_word_list {
  width: 480px;
}

.header .search_aic .input_form input {
  width: 340px;
}

.search_box .search_aic_btn {
  display: none;
}

.vip_header .search_aic .icon1 {
  background: #ff661a url(../../img/product/buy/header-search.png) no-repeat 15px 8px;
  padding-left: 49px;
}
.vip_header .search_aic .search_aic_btn {
  border-radius: 4px;
  margin-left: 8px;
  padding-left: 48px;
  display: block;
}

/* 地址选择*/

.top_area_box {
  position: absolute;
  width: 448px;
  z-index: 1000;
  top: 30px;
  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 24px !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: #ff661a;
  border-radius: 4px;
  color: #fff;
}

.top_area_box .list .selection span {
  background-color: #ff661a;
  border-radius: 4px;
  color: #fff;
}

.top_area_box .inp_area {
  background: #fff url(../../img/product/address/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;
}

.sure-btn {
  border: 1px solid #ff661a;
  background: #ff661a;
  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: #cc6813;
  background: #cc6813;
}

.sure-btn:active {
  border-color: #b15b14;
  background: #b15b14;
}

.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 #ff661a;
  color: #ff661a;
}

.cancel-btn:active {
  border: 1px solid #ff661a;
  background: #fff0e3;
  color: #ff661a;
}

.disabled-btn {
  background: #999 !important;
  cursor: default !important;
  color: #fff !important;
  border: solid 1px #999 !important;
}

.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: #ff661a;
  color: #fff;
  border: none;
  height: 30px;
  padding: 0 11px;
}

/*分类导航栏*/

.home_content .nav li.active a {
  color: #ff661a;
  font-weight: bold;
}

ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/*签约*/

.viptools_bg {
  background: #474747;
  height: 45px;
  color: #c9c9c9;
}

.viptools_bg .tools {
  color: #c9c9c9;
}

.viptools_bg .tools a {
  color: #c9c9c9;
  height: 45px;
  line-height: 45px;
  margin: 0 8px;
}

.viptools_bg .tools a:hover {
  color: #ff661a;
}

.viptools_bg .tools a.tools_name_a:hover {
  color: #c9c9c9;
}

.viptools_bg .tools a:hover .tools_name {
  color: #ff661a;
}

.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;} */

.viptools_bg .tools .tools_list {
  max-width: 1015px;
}

.viptools_bg .tools .tools_list li .title_project {
  max-width: 175px;
}

.viptools_bg .tools a.tel_icon {
  margin: 0 15px 0 10px;
  padding: 0 10px;
  color: #c9c9c9;
  cursor: default;
}

.viptools_bg .tools a.tel_icon em {
  float: left;
}

.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;
}

.vip_menu_list .cate_menu li.hoveron {
  background-color: #fff;
}

.vip_menu_list .cate_menu li a,
.vip_menu_list .cate_menu li a:hover {
  color: #fff;
}

.vip_menu_list .cate_menu li.hoveron a {
  color: #333;
}

.viphead_nav_bg .menu_list {
  background: #222;
  border-radius: 0 0 0 4px;
}

.viphead_nav_bg .menu_list .cate_menu li a:hover {
  color: #222;
}

.viphead_nav_bg .cate_menu li.hoveron {
  background: #fff;
}

.viphead_nav_bg .cate_menu li a,
.viphead_nav_bg .cate_menu li a:hover {
  color: #fff;
}

.viphead_nav_bg .cate_menu li.hoveron a,
.viphead_nav_bg .cate_menu li.hoveron a:hover {
  color: #333;
}

/*我的方盛*/

.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_nav {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.key_word_list {
  width: 595px;
  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);
  border-radius: 0 0 4px 4px;
}

.key_word_list li {
  height: 30px;
  line-height: 30px;
  /* overflow: hidden; */
}

.key_word_list li:hover {
  background: #f5f5f5;
  color: #ff661a;
}

.key_word_list li span.text,
.key_word_list li span.text_val {
  float: left;
  padding-left: 20px;
  max-width: 437px;
  overflow: hidden;
  cursor: pointer;
}

.key_word_list li span.text {
  float: right;
  color: #999;
  padding-right: 20px;
  max-width: 486px;
  overflow: hidden;
  text-align: right;
}

.key_word_list li span.text span {
  max-width: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
}

.key_word_list #close_search {
  height: 40px;
  line-height: 40px;
  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-border {
  width: 100%;
  border-bottom: 2px solid #f9f9f9;
  padding: 24px 0;
  background: #fff;
}

.footer {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.footer a,
.footer a:hover {
  color: #808080;
  text-decoration: none;
}

.footer a:hover {
  color: #ff661a;
  text-decoration: none;
}

.footer .service li {
  float: left;
  height: 72px;
  color: #808080;
  line-height: 27px;
  padding: 0 0 0 67px;
  position: relative;
  margin-right: 120px;
}

.footer .service li:last-child {
  margin-right: 0;
}

.footer .service li .icon {
  width: 63px;
  height: 50px;
  overflow: hidden;
  background-image: url(../../img/product/footer_sprites_2.png);
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}

.footer .service li .icon01 {
  background-position: 0 0;
}

.footer .service li .icon02 {
  background-position: -67px 0;
}

.footer .service li .icon03 {
  background-position: -136px 0;
}

.footer .service li .icon04 {
  background-position: -203px 0;
}

.footer .service li span {
  display: block;
}

.footer .service li .text_t {
  color: #222;
  font-weight: bold;
  font-size: 16px;
}

.footer .footer_list li {
  width: 196px;
  float: left;
}

.footer .footer_list span {
  display: block;
  color: #808080;
  line-height: 24px;
}

.footer .footer_list .title {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 18px;
  color: #222;
}

.footer .footer_list li:last-child {
  padding-left: 17px;
  font-size: 14px;
  width: 170px;
  text-align: center;
}

.footer .footer_list li.last .tel {
  font: bold 22px "微软雅黑";
  color: #ff6619;
}

.footer .footer_list li.last .pic {
  width: 80px;
  margin: 4px auto 0;
}

.footer .footer_list li.last .pic img {
  width: 80px;
  height: 80px;
  display: block;
  margin-bottom: 4px;
}

.footer .copyright {
  line-height: 22px;
  text-align: center;
  padding: 24px 0;
  color: #808080;
  font-size: 14px;
}

.footer .copyright span {
  display: block;
}

.footer-a {
  color: #808080;
}

.footer-a:hover {
  color: #ff6619;
}

.copyright .record_number {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(../../img/product/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: 170px;
}

.vip_footer_bg .footer .footer_list li.last {
  width: 170px;
  padding: 0;
}

/*收藏、常购商品置灰按钮*/

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: 267px;
  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/product/icon/jeicon1.png) no-repeat;
}

.msg_icon2 {
  background: url(../../img/product/icon/jeicon2.png) no-repeat;
}

.msg_icon3 {
  background: url(../../img/product/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: #ff661a;
  color: #fff;
}

/*图片活动弹框*/

.act_dia {
  width: 576px;
  height: 400px;
  position: relative;
}

.act_dia .close_dia {
  position: absolute;
  background: url(../../img/product/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: #ff661a;
  text-decoration: none;
  border-radius: 2px;
}

.modify_code .info_ok .btn_or:hover {
  background: #cc6813;
}

.modify_code .info_ok .btn_or:active {
  background: #b15b14;
}

.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/product/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: #ff661a;
  text-decoration: none;
  border-radius: 2px;
}

.btn_or:hover {
  background: #cc6813;
}

.btn_or:active {
  background: #b15b14;
}

/*.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/product/index_pop_sprites.png) no-repeat 0 -70px;
}

.modify_code .step .step_lastli em {
  background: url(../../img/product/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: #ff661a;
}

.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/product/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/product/index_pop_sprites.png") no-repeat 0 -100px;
  position: absolute;
}

.error {
  color: #ff661a;
  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;
}

.pop_password_01 .close {
  background: url(../../img/product/myfs_comm_sprites.png) no-repeat 0 -20px;
  width: 30px;
  height: 30px;
  line-height: 90px;
  overflow: hidden;
  font-size: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.pop_password_01 .paypwd {
  font-size: 20px;
}

.pop_password_01 .paypwd p {
  line-height: 28px;
}

.pop_password_01 .btn_bottom .btn_goset {
  margin: 40px auto 0;
}

/*退出登录弹框*/

.sure-btn {
  border: 1px solid #ff661a;
  background: #ff661a;
  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: #cc6813;
  background: #cc6813;
}

.sure-btn:active {
  border-color: #b15b14;
  background: #b15b14;
}

.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 #ff661a;
  color: #ff661a;
}

.cancel-btn:active {
  border: 1px solid #ff661a;
  background: #fff0e3;
  color: #ff661a;
}

/*购物车下浮窗*/

.header .cart a.mose {
  z-index: 888;
  position: relative;
}

.cart .cart_down_list {
  position: absolute;
  right: 0;
  top: 40px;
  background: #fff;
  width: 365px;
  display: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  z-index: 99;
  border-radius: 4px;
}

.cart .cart_down_empty {
  height: 89px;
  top: 40px;
}

.cart .cart_down_empty p {
  line-height: 88px;
  padding-left: 35px;
  margin-left: 20px;
  color: #333;
  background: url(../../img/product/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: 0 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;
  background: #ff0d35;
  margin-right: 26px;
  cursor: pointer;
  margin-top: 15px;
}

.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: #999999;
  float: left;
  margin-left: 19px;
}

.header .search_box .text:hover {
  font-size: 12px;
  color: #0b5da2 !important;
}

.header .search_box a.deleallbtn:hover {
  font-size: 12px;
  color: #0b5da2 !important;
}

.CartCountbubbl {
  z-index: 999;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  background: #ff661a;
  border-radius: 10px 10px 10px 0px;
  width: 32px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  top: 0;
  right: 12px;
}

/*logo效果优化*/

.auto_logo {
  display: none;
}


.head_nav .nav .ffzx_munu {
  padding-right: 0;
}

/*场景*/

.home_content .nav .nav_scene,
.head_nav .nav .nav_scene {
  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: #ff661a;
}

.home_content .nav_scene_pop .nav_scene_list li:hover,
.nav_scene_pop .nav_scene_list li:hover {
  color: #ff661a;
}

.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;
} */

.xfs_down_code {
  display: none;
}


/*12月30上线加注册 加盟商合作*/

.nav .com_down {
  background: url("../../img/product/home/nav_down_518.png") no-repeat right 2px;
  padding-right: 20px;
  position: relative;
}

.nav .com_down:after {
  display: block;
  width: 24px;
  height: 12px;
  position: absolute;
  top: -12px;
  right: -5px;
  content: " ";
  background: url("../../img/product/hot_518.png") no-repeat 0 0;
}

.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;
}

.nav .index_compare {
  position: relative;
  overflow: visible;
  z-index: 555;
}

.nav .index_compare:hover .compare_link {
  display: block;
}
li.nav_pop-con.content_ommunity {
  position: relative;
  z-index: 555;
}
.content_ommunity_count {
  position: absolute;
  width: 128px;
  left: 0;
  -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);
  text-align: center;
  background: #fff;
  border-radius: 4px;
  display: none;
}
.content_ommunity_count p {
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  font-size: 16px;
}
.content_ommunity:hover .content_ommunity_count {
  display: block;
}
.compare_link_box {
  width: 300px;
  height: 62px;
  opacity: 1;
  background: rgba(51, 51, 51, 1);
  padding: 22px 16px;
  box-sizing: border-box;
  position: relative;
}

.compare_link_box img {
  width: 50px;
  height: 38px;
  display: none;
  position: absolute;
  top: 12px;
  right: 16px;
}

.compare_link_box a {
  color: rgba(255, 255, 255, 1) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Microsoft YaHei" !important;
  text-align: left !important;
  height: 18px !important;
  width: 300px !important;
  line-height: 18px !important;
  display: block !important;
}

.compare_link_box:hover {
  width: 300px;
  height: 62px;
  opacity: 1;
  background: linear-gradient(
    135deg,
    rgba(51, 51, 51, 1) 30%,
    rgba(86, 70, 38, 1) 100%
  );
  color: #ff6619 !important;
}

.compare_link_box:hover a {
  color: #ff6619 !important;
  font-family: "Microsoft YaHe" !important;
  font-size: 16px !important;
}

.compare_link_box:hover img {
  display: block;
}

/*底部浮窗*/

.ban_bottom {
  width: 1920px;
  height: 80px;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -960px;
  z-index: 999;
  overflow: hidden;
}

.ban_bottom .pic,
.ban_bottom .pic img {
  display: block;
  width: 1920px;
  height: 80px;
}

.ban_bottom_away {
  width: 200px;
  left: 0;
  margin-left: auto;
}

.ban_bottom .pic,
.ban_bottom_away .pic img {
  width: 128px;
}

.ban_bottom .close {
  width: 16px;
  height: 16px;
  overflow: hidden;
  font-size: 0;
  line-height: 60px;
  background: url(../../icon/index/close.png) no-repeat 0 0;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: 572px;
  cursor: pointer;
}

.message_notice,
.message_notice_ord {
  z-index: 999;
  font-size: 12px;
  color: #ffffff;
  background: #ff661a;
  border-radius: 7px 7px 7px 0px;
  width: 23px;
  height: 16px !important;
  text-align: center;
  line-height: 16px !important;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 18px;
}

.message_notice_vip {
  right: 0;
}

.tools .drop-downbox .notice_text {
  position: relative;
  top: -7px;
}

#publicStaticHeader{
  position: relative;
  z-index: 888;
  display: none;
}

#publicStaticHeader .message_notice, #publicStaticHeader .message_notice_ord{
  right: 0;
}

/*外部引入静态header.css里的*/

/*最外白色背景*/
.outermost-box {
  width: 100%;
  background: #fff;
}
.outline-con {
  width: 1200px;
  margin: 0 auto;
}
/*首页导航栏固定顶部*/
.fixed_header {
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 60px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  width: 100% !important;
  background: #fff;
}
.fixed_header .lodo_01 {
  height: 60px;
  line-height: 60px;
}
.fixed_header .lodo_01 img {
  height: 50px;
  width: auto;
  margin-top: -50px;
}
.fixed_header .key_word {
  display: none;
}
.fixed_header .search_box {
  margin-top: -20px;
}
.fixed_header .cart {
  top: -20px;
}
.fixed_header .logo {
  padding: 0;
}
/*退出登录弹框按钮样式*/
.sure-btn {
  border: 1px solid #ff661a;
  background: #ff661a;
  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: #cc6813;
  background: #cc6813;
}
.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;
}
/* 地址弹框 首页初始化*/
.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_box .indexarea_list .tab {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #d8d8d8;
  height: 31px;
}
.indexarea_box .indexarea_list .tab span.curr {
  border-color: #d8d8d8 #d8d8d8 #fff;
}
.indexarea_box .indexarea_list .tab span:first-child {
  cursor: pointer;
  margin-left: 20px;
}
.indexarea_box .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_box .indexarea_list .list1 {
  clear: both;
  padding: 14px 0 5px 0;
  margin-left: 35px;
}
.indexarea_box .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_box .indexarea_list .list1 li span.spancurr {
  background: #ff661a;
  color: #fff;
}
.indexarea_box .indexarea_list .list1 li span {
  display: inline-block;
  padding: 0 5px;
  border-radius: 4px;
}
/*顶通*/
.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;
}
/*animation*/
@-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);
  }
}
#udesk_btn {
  display: none;
}

/*最外白色背景*/
.outermost-box {
  width: 100%;
  background: #fff;
}
.outline-con {
  width: 1200px;
  margin: 0 auto;
}
/*顶部操作条*/
#topMenuNav {
  height: 40px;
  line-height: 40px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  color: #808080;
}
#topMenuNav .topbar-con {
  width: 1200px;
  margin: 0 auto;
}
#topMenuNav i {
  float: left;
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  margin: 7px 0 0;
  font-size: 0;
}
#topMenuNav i.i_drop {
  background: url("https://image.xfs.com/yc/img/header_drop.png") no-repeat center center;
}
#topMenuNav .top_area_box {
  position: absolute;
  width: 448px;
  z-index: 1000;
  top: 30px;
  left: 55px;
  border: 1px solid #d3d3d3;
  background: #fff;
}
#topMenuNav .top_area_box .tab {
  width: 428px;
  padding: 16px 10px 0;
  margin: 5px auto 0;
  border-bottom: 1px solid #e8e8e8;
}
#topMenuNav .top_area_box .tab span.curr {
  border-color: #e8e8e8 #e8e8e8 #fff;
}
#topMenuNav .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;
}
#topMenuNav .top_area_box .close {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 30px;
  right: 7px;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  background: url(https://image.xfs.com/yc/img/close.png) no-repeat 0 0;
  cursor: pointer;
}
#topMenuNav .top_area_box .list {
  clear: both;
  padding: 10px 0 10px 2px !important;
  width: 95%;
  margin-left: 10px;
}
#topMenuNav .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;
}
#topMenuNav .top_area_box .list li span {
  display: inline-block;
  padding: 0 5px;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#topMenuNav .top_area_box .list li span:hover {
  background-color: #ff661a;
  border-radius: 4px;
  color: #fff;
}
#topMenuNav .top_area_box .list .selection span {
  background-color: #ff661a;
  border-radius: 4px;
  color: #fff;
}
#topMenuNav .area {
  padding: 0 30px 0 0;
  float: left;
  cursor: pointer;
}
#topMenuNav .area i.i_site {
  background: url("https://image.xfs.com/yc/img/header-area.png") no-repeat center center;
}
#topMenuNav .area span {
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  max-width: 100px;
  overflow: hidden;
}
#topMenuNav .area:hover {
  color: #ff661a;
}
#topMenuNav .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;
}
#topMenuNav .tools_list {
  float: right;
}
#topMenuNav .tools_list li {
  float: left;
  position: relative;
  z-index: 777;
}
#topMenuNav .tools_list li.myfangsheng:hover .drop-downbox-show {
  display: block;
}
#topMenuNav .tools_list .border_right {
  margin: 14px 11px 0;
  height: 12px;
  width: 1px;
  font-size: 0;
  background: #e2e2e2;
}
#topMenuNav .tools_list a {
  color: #808080;
}
#topMenuNav .tools_list .hot {
  color: #ff661a !important;
}
#topMenuNav .tools_list i.i_drop {
  float: right;
  margin: 7px -9px 0 0;
}
#topMenuNav .tools_list .tools_name {
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 10px;
  float: left;
  text-overflow: ellipsis;
}
#topMenuNav .tools_list .tbonline {
  font-weight: bold;
  color: #ff661a;
}
#topMenuNav .tools_list .tbonline img {
  margin: 11px 8px 0 0;
  float: left;
}
#topMenuNav .tools_list .drop_registration {
  position: absolute;
  top: 30px;
  left: 0;
}
#topMenuNav .tools_list .drop-downbox {
  display: none;
  width: 100px;
  position: absolute;
  z-index: 100;
  text-align: center;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12);
  left: -11px;
  top: 37px;
  background-color: #fff;
}
#topMenuNav .tools_list .drop-downbox a {
  display: block;
  padding: 0;
  height: 30px;
  line-height: 30px;
  margin: 0;
  text-align: left;
  padding-left: 16px;
  position: relative;
}
#topMenuNav .tools_list .drop-downbox a:hover {
  background: #f5f5f5;
  color: #ff661a;
}
#topMenuNav .tools_list .drop-downbox .message_notice,
#topMenuNav .tools_list .drop-downbox .message_notice_ord {
  z-index: 999;
  border-radius: 7px 7px 7px 0;
  width: 23px;
  height: 16px !important;
  text-align: center;
  line-height: 16px !important;
  display: inline-block;
  position: relative;
  top: -7px;
  margin-left: 5px;
  font-size: 12px;
  color: #fff;
  background: #ff661a;
}
#topMenuNav .tools_list .phonefs .drop-phonedownbox {
  position: absolute;
  z-index: 100;
  text-align: center;
  display: none;
  width: 211px;
  height: 376px;
  opacity: 1;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  padding: 8px;
  right: 0;
  border-radius: 4px;
  background: #fff;
}
#topMenuNav .tools_list .phonefs .drop-phonedownbox .drop-phone-line {
  height: 120px;
  width: 211px;
  overflow: hidden;
  padding-bottom: 8px;
}
#topMenuNav .tools_list .phonefs .drop-phonedownbox .drop-phone-line img {
  float: left;
  width: 120px;
  height: 120px;
}
#topMenuNav .tools_list .phonefs .drop-phonedownbox .drop-phone-line .drop-phone {
  width: 75px;
  float: left;
  text-align: left;
  margin-left: 12px;
}
#topMenuNav .tools_list .phonefs .drop-phonedownbox .drop-phone-line .drop-phone span {
  display: block;
  line-height: normal;
  height: auto;
}
#topMenuNav .tools_list .phonefs .drop-phonedownbox .drop-phone-line .drop-phone .drop-phone-t {
  font-weight: bold;
  margin-top: 38px;
  color: #222;
  font-size: 14px;
}
#topMenuNav .tools_list .phonefs .drop-phonedownbox .drop-phone-line .drop-phone .drop-phone-b {
  margin-top: 4px;
  color: #808080;
}
#topMenuNav .tools_list .phonefs:hover .drop-phonedownbox {
  display: block;
}
/*顶顶部搜索*/
#searchAssembly {
  width: 100%;
  background: #f5f5f5;
}
#searchAssembly .header-search {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 24px;
}
#searchAssembly .logo {
  float: left;
  width: 337px;
  height: 118px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#searchAssembly .search_box {
  float: left;
  margin: 30px 0 0;
  position: relative;
  z-index: 99;
}
#searchAssembly .search_box .input_form #searchText {
  background: transparent;
}
#searchAssembly .search_box .input_form .input_box { 
  height: 52px;
  float: left;
  padding: 0 0 0 24px;
  width: 499px;
  border: 2px solid #FF661A;
  border-radius: 8px 0 0 8px;
  position: relative;
  background: #fff;
}
#searchAssembly .search_box .input_form .input_box input {
  border: 0;
  height: 26px;
  width: 475px;
  line-height: 26px;
  text-align: left;
  font-size: 14px;
  padding: 13px 0;
}
#searchAssembly .search_box .input_form button {
  float: left;
  width: 129px;
  height: 56px;
  background: #ff661a url(https://image.xfs.com/yc/img/header-search.png) no-repeat 24px 16px;
  border: 0;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
  padding: 0 0 0 64px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
#searchAssembly .search_box .input_form .placeholder {
  position: absolute;
  height: 52px;
  display: block;
  line-height: 52px;
  left: 24px;
  top: 0;
  color: #aaa;
  font-size: 14px;
  /* z-index: -10; */
}
#searchAssembly .search_box .key_word {
  width: 580px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding: 4px 0 0 0;
  white-space: nowrap;
}
#searchAssembly .search_box .key_word a {
  margin-left: 12px;
  color: #808080;
}
#searchAssembly .search_box .key_word_list {
  width: 656px;
  background: #fff;
  position: absolute;
  top: 57px;
  left: 0px;
  max-height: 341px;
  overflow-y: auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 8px 8px; 
}
#searchAssembly .search_box .key_word_list .close_search {
  height: 40px;
  line-height: 40px;
  text-align: right;
  border-top: 1px solid #e2e2e2;
}
#searchAssembly .search_box .key_word_list .close_search a {
  float: right;
  margin-right: 20px;
}
#searchAssembly .search_box .key_word_list li {
  height: 30px;
  line-height: 30px;  
}
#searchAssembly .search_box .key_word_list li:hover {
  cursor: pointer;
  background: #f5f5f5;
  color: #ff661a;
}
#searchAssembly .search_box .key_word_list .history-line .text_val {
  display: block;
  width: calc(100% - 90px);
  max-width: unset;
}
#searchAssembly .search_box .key_word_list .text_val {
  float: left;
  max-width: 437px;
  overflow: hidden;
  padding-left: 20px;
}
#searchAssembly .search_box .key_word_list .text {
  float: right;
  max-width: 486px;
  overflow: hidden;
  text-align: right;
  color: #808080;
  padding-right: 20px;
}
#searchAssembly .search_box .key_word_list .text:hover {
  color: #0b5da2;
}
#searchAssembly .search_box .key_word_list #close_search {
  height: 40px;
  line-height: 40px;
  text-align: right;
  padding: 0 20px;
  border-top: 1px solid #e2e2e2;
}
#searchAssembly .search_box .key_word_list #close_search .deleall {
  float: left;
}
#searchAssembly .search_box .key_word_list #close_search a {
  color: #222;
}

#searchAssembly .search_box .history-list{ 
  width: 608px;  
  border-radius: 8px;
  padding: 24px;
  font-size: 14px;
  top:60px;
}
#searchAssembly .search_box .history-list-in{
  margin-left: 20px;  
  line-height: 10px;
}
#searchAssembly .search_box .history-list .history-line { 
  margin-right: 8px;
  position: relative;   
  display: inline-block;
  height: auto;
  margin-bottom: 14px;
}

#searchAssembly .search_box .history-list .history-line .text_val{
  padding: 0; 
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  height: 18px;
  line-height: 18px;
  color: #222;
  width: auto;
}

#searchAssembly .search_box .history-list .history-line span.text {
  position: absolute;
  right: -6px;
  top: -6px;    
  width: 16px;
  height: 16px;
  background: url(https://image.xfs.com/yc/img/del_x.png) no-repeat;
  padding: 0;
  display: none;
}
#searchAssembly .search_box .history-list .history-line:hover .text{
  display: inline-block;
}
#searchAssembly .search_box .history-list .history-line:hover .text_val{
  border: 1px solid #FF661A;
  background: #fff;
}

#searchAssembly .search_box .history-list li span.text span {
  max-width: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
}

#searchAssembly .search_box .history-list #close_search {   
  text-align: right;  
  color: #808080; 
  border-top:none;
  height: 18px;
  line-height: 18px;
  margin-bottom: 16px;
  padding: 0;
}

#searchAssembly .search_box .history-list .deleall{
  font-size: 14px;
  margin-left: 0;
  padding-left: 20px;
  background: url(https://image.xfs.com/yc/img/clock_icon.png) no-repeat left center;
}

#searchAssembly .search_box .history-list #close_search .del-history{
  padding-left: 20px;
  background: url(https://image.xfs.com/yc/img/del_lj.png) no-repeat left center;
}

#searchAssembly .search_box .history-list #close_search:hover {
  background: #fff;
}

#searchAssembly .search_box .history-list #close_search a {
  color: #808080;
  font-size: 14px;
  margin-right: 0px;
}

#searchAssembly .search_box .history-list #close_search a:hover {
  color: #808080 !important;
}


#searchAssembly .cart-box {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 99;
}
#searchAssembly .cart-box .cart-btn {
  display: block;
  height: 54px;
  background: #fff url(https://image.xfs.com/yc/img/cart_icon_on_new.png) no-repeat 24px 17px;
  color: #222;
  font-size: 16px;
  line-height: 54px;
  width: 123px;
  border-radius: 8px;
  padding: 2px 0 0 60px;
  font-size: 16px;
  font-weight: bold;
}
#searchAssembly .cart-box .cart-btn .cart-count {
  z-index: 999;
  position: absolute;
  border-radius: 10px 10px 10px 0;
  width: 32px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  top: -2px;
  right: 7px;
  font-size: 12px;
  color: #fff;
  background: #ff661a;
}
#searchAssembly .cart-box .cart_down_list {
  display: none;
  position: absolute;
  right: 0;
  top: 56px;
  width: 365px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  z-index: 99;
  background: #fff;
  border-radius: 4px;
}
#searchAssembly .cart-box .cart_down_full {
  max-height: 530px;
  overflow: hidden;
}
#searchAssembly .cart-box .cart_down_full ul {
  margin-bottom: 52px;
  max-height: 477px;
  overflow-y: auto;
}
#searchAssembly .cart-box .cart_down_full ul li {
  height: 93px;
  max-height: 530px;
  background: #fff;
}
#searchAssembly .cart-box .cart_down_full ul li .cart_d_out {
  overflow: hidden;
  margin: 0 10px;
  padding: 10px 0;
  height: 72px;
  border-bottom: 1px dashed #e2e2e2;
}
#searchAssembly .cart-box .cart_down_full ul li .cart_d_out .cart_d_ft {
  float: left;
}
#searchAssembly .cart-box .cart_down_full ul li .cart_d_out .cart_d_l {
  width: 60px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
#searchAssembly .cart-box .cart_down_full ul li .cart_d_out .cart_d_l img {
  width: 58px;
  height: 58px;
  display: inline-block;
  border: 1px solid #d3d3d3;
}
#searchAssembly .cart-box .cart_down_full ul li .cart_d_out .cart_d_l .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;
}
#searchAssembly .cart-box .cart_down_full ul li .cart_d_out .cart_d_c {
  width: 138px;
  margin-right: 10px;
  overflow: hidden;
  cursor: pointer;
  line-height: 18px;
}
#searchAssembly .cart-box .cart_down_full ul li .cart_d_out .cart_d_c .cart_d_title {
  max-height: 54px;
  overflow: hidden;
}
#searchAssembly .cart-box .cart_down_full ul li .cart_d_out .cart_d_c .cart_d_size {
  margin: 3px 0 5px 0;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#searchAssembly .cart-box .cart_down_full ul li .cart_d_out .cart_d_r {
  width: 110px;
  float: right;
  text-align: right;
}
#searchAssembly .cart-box .cart_down_full ul li .cart_d_out .cart_d_r p {
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#searchAssembly .cart-box .cart_down_full ul li .cart_d_out .cart_d_r .cart_d_del {
  cursor: pointer;
}
#searchAssembly .cart-box .cart_down_full ul li .cart_d_out .cart_d_r .cart_d_del:hover {
  color: #ff0d35;
}
#searchAssembly .cart-box .cart_down_full ul li .cart_d_out:last-child {
  border-bottom: 0;
}
#searchAssembly .cart-box .cart_down_full ul li:hover {
  background: #f5f5f5;
}
#searchAssembly .cart-box .cart_down_full .cart_d_btn {
  position: absolute;
  bottom: 0;
  height: 52px;
  width: 100%;
  line-height: 52px;
  background: #f5f5f5;
}
#searchAssembly .cart-box .cart_down_full .cart_d_btn .cart_d_hj {
  margin-left: 10px;
}
#searchAssembly .cart-box .cart_down_full .cart_d_btn em {
  font-weight: bold;
  font-style: normal;
}
#searchAssembly .cart-box .cart_down_full .cart_d_btn .cart_d_orange {
  color: #ff0d35;
}
#searchAssembly .cart-box .cart_down_full .cart_d_btn .cart_d_go {
  float: right;
  display: inline-block;
  width: 65px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  margin-right: 26px;
  cursor: pointer;
  margin-top: 15px;
  border-radius: 4px;
  color: #fff;
  background: #ff0d35;
}
#searchAssembly .cart-box .cart_down_empty {
  height: 89px;
}
#searchAssembly .cart-box .cart_down_empty p {
  line-height: 88px;
  padding-left: 35px;
  margin-left: 20px;
  background: url(https://image.xfs.com/yc/img/cart_icon_on_new.png) no-repeat left center;
}
/*首页导航栏固定顶部*/
.fixed_header {
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 60px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  width: 100% !important;
  background: #fff;
}
.fixed_header .lodo_01 {
  height: 60px;
  line-height: 60px;
}
.fixed_header .lodo_01 img {
  height: 50px;
  width: auto;
  margin-top: -50px;
}
.fixed_header .key_word {
  display: none;
}
.fixed_header .search_box {
  margin-top: -20px;
}
.fixed_header .cart {
  top: -20px;
}
.fixed_header .logo {
  padding: 0;
}
/*退出登录弹框按钮样式*/
.sure-btn {
  border: 1px solid #ff661a;
  background: #ff661a;
  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: #cc6813;
  background: #cc6813;
}
.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;
}
/* 地址弹框 首页初始化*/
.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_box .indexarea_list .tab {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #d8d8d8;
  height: 31px;
}
.indexarea_box .indexarea_list .tab span.curr {
  border-color: #d8d8d8 #d8d8d8 #fff;
}
.indexarea_box .indexarea_list .tab span:first-child {
  cursor: pointer;
  margin-left: 20px;
}
.indexarea_box .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_box .indexarea_list .list1 {
  clear: both;
  padding: 14px 0 5px 0;
  margin-left: 35px;
}
.indexarea_box .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_box .indexarea_list .list1 li span.spancurr {
  background: #ff661a;
  color: #fff;
}
.indexarea_box .indexarea_list .list1 li span {
  display: inline-block;
  padding: 0 5px;
  border-radius: 4px;
}
/*顶通*/
.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;
}
/*animation*/
@-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);
  }
}
#udesk_btn {
  display: none;
}
