/*最外白色背景*/
.outermost-box {
  width: 100%;
  background: #fff;
}
.outline-con {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
/*顶部操作条*/
#topMenuNav {
  height: 40px;  
  width: 100%;
  background: #fff; 
  color: #808080;
}
#topMenuNav .tools_list{
  line-height: 40px;
}
#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: 562px;
  z-index: 1000;
  top: 44px;
  left: 0px;   
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 16px 32px -8px #00000014, 0 8px 16px -4px #00000014, 0 4px 8px -2px #00000014, 0 2px 4px 0 #0000000a;

}
#topMenuNav .top_area_box .tab { 
  width: 514px;
  padding: 16px 24px 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 10px -1px 0;
  border: 1px solid #e8e8e8;
  padding: 0 30px;
  background: #fff;
  cursor: default;
  color: #666;
  font-size: 14px;
  border-radius: 8px 8px 0 0;
}
#topMenuNav .top_area_box .close {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 24px;
  right: 24px;
  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 24px !important; 
}
#topMenuNav .top_area_box .list li {
  float: left;
  margin-left: 0 !important;
  line-height: 24px;
  margin-bottom: 5px;
  overflow: hidden;
  color: #666;
  text-align: center;
  width: 101px;
}
#topMenuNav .top_area_box .list li span {
  display: inline-block;
  padding: 5px 10px;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 81px;
  font-size:14px;
}
#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;
  width:656px;
}
#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.fixed_header .search_box .history-list{
  top:57px;
}
#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;
}
/*头部菜单区*/
.header-menu-box {
  width: 100%;
  background: #f5f5f5;
}
.header-menu-box .header-topnav {
  height: 42px;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.header-menu-box .header-topnav .nav-all {
  float: left;
  width: 220px;
  height: 42px;
  line-height: 42px;
  position: relative;
  z-index: 999;
}
.header-menu-box .header-topnav .nav-all:hover .text{
  border-radius: 8px 8px 0 0;
}
.header-menu-box .header-topnav .nav-all .text {
  display: block;
  padding-left: 78px;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  background: #ff661a url("https://image.xfs.com/yc/img/nav_all.png") no-repeat 46px 9px;
  position: relative;
  z-index: 99;
}
.header-menu-box .header-topnav .nav-all a {
  width: 220px;
  height: 42px;
  display: block;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.header-menu-box .header-topnav .out-sort-all .menu_list li a {
  display: unset;
  width: auto; 
}
.header-menu-box .menu_list .cate_pop li h4 a{
  color: #808080;
  font-weight: normal;
}
.header-menu-box .header-topnav .topnav-tab {
  float: left;
  margin-left: 8px;
  font-size: 16px;
  background: #fff;
  border-radius: 8px;
  width: 964px;
  padding: 0 4px;
  font-size: 16px;
  font-weight: bold;
}
.header-menu-box .header-topnav .topnav-tab li {
  float: left;
  margin: 0 16px;
  height: 42px;
  line-height: 42px;
  position: relative;
}
.header-menu-box .header-topnav .topnav-tab a {
  color: #222;
}
.header-menu-box .header-topnav .topnav-tab a:hover {
  color: #ff661a;
}

.header-menu-box .header-topnav .topnav-tab .active:after{
  width: 100%;
  height: 4px;
  background:#ff661a;
  position: absolute;
  left: 0;
  bottom: 0;
  content:' '
}

.header-menu-box .header-topnav .topnav-tab .active a {
  color: #ff661a;
  font-weight: bold;
}
.header-menu-box .header-topnav .topnav-tab .com_down {
  background: url(https://image.xfs.com/yc/img/header_nav-drop.png) no-repeat right 2px;
  padding-right: 20px;
}
.header-menu-box .header-topnav .topnav-tab .hot {
  position: relative;
}
.header-menu-box .header-topnav .topnav-tab .hot:after {
  display: block;
  width: 24px;
  height: 12px;
  position: absolute;
  top: -12px;
  right: -5px;
  content: " ";
  background: url(https://image.xfs.com/yc/img/header-hot.png) no-repeat 0 0;
}
.header-menu-box .header-topnav .topnav-tab .nav_pop-con {
  position: relative;
  z-index: 88;
}
.header-menu-box .header-topnav .topnav-tab .nav_pop-con .nav_scene_pop {
  display: flex;
  flex-direction: column;
  width: 725px;
  height: 240px;
  padding: 10px 0 0 25px;
  position: absolute;
  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;
  overflow-y: auto;
  background: #fff;
  font-size: 14px;
  border-radius: 4px;
}
.header-menu-box .header-topnav .topnav-tab .nav_pop-con .nav_scene_pop .nav_scene_list {
  line-height: 40px;
}
.header-menu-box .header-topnav .topnav-tab .nav_pop-con .nav_scene_pop .nav_scene_list .scene_nav_first {
  float: left;
  position: relative;
  font-weight: bold;
  padding: 0 30px 0 0;
  cursor: pointer;
  width: 90px;
  text-align: right;
}
.header-menu-box .header-topnav .topnav-tab .nav_pop-con .nav_scene_pop .nav_scene_list .scene_nav_first_sun {
  float: left;
  width: 575px;
}
.header-menu-box .header-topnav .topnav-tab .nav_pop-con .nav_scene_pop .nav_scene_list .scene_nav_first_sun p {
  padding: 0 10px;
  float: left;
  position: relative;
  cursor: pointer;
  font-size: 12px;
}
.header-menu-box .header-topnav .topnav-tab .nav_pop-con .nav_scene_pop .nav_scene_list .scene_nav_first_sun p:after {
  position: absolute;
  display: block;
  content: " | ";
  font-weight: normal;
  right: -1px;
  top: 0;
  color: #666;
  font-family: "SimSun";
}
.header-menu-box .header-topnav .topnav-tab .nav_pop-con .nav_scene_pop .nav_scene_list .scene_nav_first_sun p:last-child:after {
  display: none;
}
.header-menu-box .header-topnav .topnav-tab .nav_pop-con .nav_scene_pop .scene_nav_first:after {
  position: absolute;
  display: block;
  content: " > ";
  font-weight: normal;
  right: 15px;
  top: 0;
  color: #666;
  font-family: "SimSun";
}
.header-menu-box .header-topnav .topnav-tab .nav_pop-con .compare_link {
  position: absolute;
  height: 186px;
  top: 40px;
  left: 10px;
  z-index: 666;
  overflow: hidden;
  border-radius: 4px;
  background: #222;
}
.header-menu-box .header-topnav .topnav-tab .nav_pop-con .compare_link .compare_link_box {
  width: 300px;
  height: 62px;
  line-height: 62px;
  opacity: 1;
  position: relative;
}
.header-menu-box .header-topnav .topnav-tab .nav_pop-con .compare_link a {
  display: block;
  padding: 0 16px;
  color: #fff;
  font-size: 16px;
}
.header-menu-box .header-topnav .topnav-tab .nav_pop-con .compare_link a:hover {
  position: relative;
  background: linear-gradient(135deg, #333333 30%, #564626 100%);
  color: #ff661a;
}
.header-menu-box .header-topnav .topnav-tab .nav_pop-con .compare_link a:hover:after {
  position: absolute;
  top: 12px;
  right: 16px;
  content: " ";
  background: url("https://image.xfs.com/yc/img/header-nav-zsjt.png") no-repeat 0 0;
  z-index: 999;
  width: 50px;
  height: 38px;
}
.header-menu-box .header-topnav .topnav-tab .nav_pop-con .content-pop {
  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;
}
.header-menu-box .header-topnav .topnav-tab .nav_pop-con .content-pop p {
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  font-size: 16px;
}
.header-menu-box .header-topnav .topnav-tab .index_compare {
  position: relative;
  overflow: visible;
}
.header-menu-box .header-topnav .topnav-tab .index_compare .compare_link1 {
  display: none;
}
.header-menu-box .header-topnav .topnav-tab .index_compare:hover .compare_link1 {
  display: block;
}
.header-menu-box .menu_list {
  display: none;
  position: absolute;
  left: 0;
  top: 42px;
  height: 390px;
  width: 220px;
  z-index: 88; 
  border-radius: 0 0 8px 8px;
}
.header-menu-box .menu_list::before,.header-menu-box .menu_list::after{
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 0;
  left: 0;
  background: #FF6619;
  z-index: 8;
}
.header-menu-box .menu_list::after{
  left:212px;
}


.header-menu-box .menu_list a {
  color: #222;
  font-size: 14px;
}
.header-menu-box .menu_list .cate_menu {
  padding-top: 3px;
  height: 387px;
  width: 220px;
  overflow: hidden;
  position: relative;
  z-index: 44;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 26px 7px 0 #00000000, 0 17px 7px 0 #00000003, 0 9px 6px 0 #0000000a, 0 4px 4px 0 #00000012, 0 1px 2px 0 #00000014;
}
.header-menu-box .menu_list .cate_menu li {
  height: 32px;
  line-height: 32px;
  margin-top: 2px;
  padding-left: 20px;
  position: relative;
}
.header-menu-box .menu_list .cate_menu li a {
  position: relative;
  padding-right: 21px;
  float: left;
  height: auto;
}
.header-menu-box .menu_list .cate_menu li a:after {
  content: "/";
  position: absolute;
  right: 8px;
  color: #aaa;
}
.header-menu-box .menu_list .cate_menu li a:last-child {
  padding-right: 0;
}
.header-menu-box .menu_list .cate_menu li a:last-child:after {
  display: none;
}
.header-menu-box .menu_list .cate_menu li:hover a,
.header-menu-box .menu_list .cate_menu li:hover a:after {
  font-weight: bold;
  color: #ff661a;
}
.header-menu-box .menu_list .cate_menu li:hover:after {
  position: absolute;
  width: 4px;
  height: 16px;
  left: 0;
  top: 8px;
  border-radius: 0 2px 2px 0;
  content: " ";
  background: #ff661a;
}
.header-menu-box .menu_list .cate_pop_bg{
  position: absolute;
  left: 0;
  top: -42px;   
  width: 1200px;
  height: 452px; 
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
}
.header-menu-box .menu_list .cate_pop {
  position: absolute;
  left: 226px;
  top: 0;
  width: 974px;
  height: 402px;
  padding: 8px 0 22px 0;
  background: #fff;
  border-radius: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 32px 9px 0 #00000000, 0 21px 8px 0 #00000003, 0 12px 7px 0 #0000000a, 0 5px 5px 0 #00000012, 0 1px 3px 0 #00000014;
}

.header-menu-box .menu_list .cate_pop a:hover {
  color: #ff661a;
}
.header-menu-box .menu_list .cate_pop li {
  line-height: 34px;
  width: 982px;
  overflow: hidden;
}
.header-menu-box .menu_list .cate_pop li h4 {
  float: left;
  width: 134px;
  text-align: left;
  position: relative;
  height: 50px;
  overflow: hidden;
  padding-right: 16px;
  padding-left: 24px;
  line-height: 50px;
}
.header-menu-box .menu_list .cate_pop li h4:after {
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: normal;
  font-family: "SimSun";
  color: #666;
}
.header-menu-box .menu_list .cate_pop li .third-level {
  float: left;
  width: 768px;   
  padding: 16px 0 8px 0;
  margin-left: 16px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  flex-wrap: wrap;  
  line-height: 19px;
  min-height: 24px;
}
.header-menu-box .menu_list .cate_pop li .third-level a {
  display: inline-block;
  margin-right: 24px;
  height: auto;
  padding-bottom: 8px;
}
.header-menu-box .menu_list .cate_pop li .third-level a:last-child {
  margin-right: 0;
}
.header-menu-box .menu_list .cate_pop li:last-child .third-level {
  border-bottom: 0;
}
/*首页导航栏固定顶部*/
#searchAssembly.fixed_header {
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 80px;
  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;
}
#searchAssembly.fixed_header .header-search {
  height: 80px;
  line-height: 80px;
}
#searchAssembly.fixed_header #searchText {
  position: relative;
  top: -12px;
}
#searchAssembly.fixed_header .lodo_01 {
  height: 60px;
  line-height: 60px;
}
#searchAssembly.fixed_header .lodo_01 img {
  width: auto;
  margin-top: 15px;
}
#searchAssembly.fixed_header .key_word {
  display: none;
}
#searchAssembly.fixed_header .search_box {
  margin-top: 12px;
}
#searchAssembly.fixed_header .cart {
  top: 12px;
}
#searchAssembly.fixed_header .cart .cart-btn{
  border: 1px solid #e2e2e2;
  width: 121px;
  height: 54px;
}
#searchAssembly.fixed_header .logo {
  padding: 0;
  height: 60px;
  line-height: 60px;
}
/*退出登录弹框按钮样式*/
.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;
}
