/* 头部语言切换 */
.top_language_select_lis {
    top:-10px;
    width: 400px;
    position: absolute;
    background: #fff;
    z-index: 100;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    right: 0;
  }
  .top_language_select_lis_bottom {
    bottom:-10px;
    width: 450px;
    position: absolute;
    background: #fff;
    z-index: 100;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    right: 0;
  }
  .top_language_select_lis_bottom .top_language_select_ul {
    /*border-bottom: #ce0f05 3px solid;*/
  }
  .top_language_select_lis .top_language_select_ul {
    /*border-top: #ce0f05 3px solid;*/
  }
  .font_left {
    float: left;
  }
  .currency_type_cli {
    display: block;
    line-height: 35px;
    font-size: 14px;
    margin: 5px 0;
    color: #333;
    padding: 0 17px;
    width: 130px;
    box-sizing: border-box;
    position: relative;
  }
  .currency_type_cli:hover {
    text-decoration: red underline;
  }
  .stateflag {
    display: block;
    line-height: 35px;
    font-size: 14px;
    margin: 5px 0;
    color: #333;
    padding-right: 23px;
    width: 127px;
    box-sizing: border-box;
    padding-left: 37px;
    position: relative;
}

.cn_top_cart_new:hover .new_top_right_pop.contain_cart {
	display: block;
}


.ccc {
    clear: both;
    height: 0;
    _height: 1%;
    padding: 0;
    margin: 0;
    _zoom: 1;
    overflow: hidden;
    font-size: 1px;
}
/*头*/
.header {
    margin: 0 auto;
    height: 100px;
    width: 100%;
    position: relative;
}

.header_other_page {
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

.header_logo {
    float: left;
    /*width: 82px;*/
    /*height: 38px;
    background: url(/public/xm/images/logo.png) no-repeat;
    margin-right: 208px;*/
    width: 227px;
    height: 80px;
    margin-top: 6px;
    margin-right: 30px;
}

.header_logo img{
    width: 227px;
    height: 80px;
}

.logo_right {
    float: left;
    margin-right: 66px;
}

.header_search {
    /*width: 777px;*/
    height: 42px;
    float: right;
    margin-top: 16px;
    /*margin-right: 30px;*/
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.header_search_hot {
    height: 20px;
    position: absolute;
    left: 0;
    top: 47px;
    overflow: hidden;
    width: 800px;
}

.header_search_hot_main {
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}

.header_search_hot_one {
    height: 20px;
    overflow: hidden;
    padding-left: 6px;
}

.header_search_hot_one a {
    text-decoration: none;
    color: #999;
    font-size: 12px;
    margin-right: 14px;
    float: left;
}

.header_search_input {
    width: 335px;
    border: 1px solid #e5e5e5;
    height: 38px;
    text-indent: 8px;
    font-size: 15px;
    color: rgb(153, 153, 153);
    border-right: none;
    border-radius: 3px 0 0 3px;
    float: left;
    transition: all .3s;
    margin-right: -1px;
    background: none;
}

.header_search_input:focus {
    /* border: 1px solid #8d8d8f; */
    border-right: none;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 1px rgba(0, 0, 0, 0.2);
	border-color: rgba(0, 0, 0, 0.2);*/
    outline: 0 none;
}

.header_search_btn {
    float: left;
    width: 40px;
    border: 1px solid #e5e5e5;
    /*border-left: none;*/
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #fff;
    height: 40px;
    color: #4c4948;
    font-size: 20px;
    font-weight: 400;
    transition: all .3s;
    color: #ccc;
    position: relative;
    z-index: 0;
    cursor: pointer;
    margin-top:10px;
}

.header_search_btn:hover {
    color: #8d8d8f;
}

#search_input.choosez01 .header_search_input {
    border-color: #8d8d8f;
}

#search_input.choosez01 .header_seaheader_cartrch_btn {
    border: 1px solid #8d8d8f;
    border-left: 1px solid #e5e5e5;
    cursor: pointer;
}

.top {
    background: #f7f7f7;
    border-bottom: none;
    height: 38px;
    line-height: 38px;
}

.top_main {
    width: 1420px;
    margin: 0 auto;
    height: 100%;
}

.top_main_left {
    float: left;
    height: 100%;
    line-height: 38px;
    font-size: 12px;
    color: #232323;
}

.top_main_left_news {
    float: left;
    padding-left: 0px;
    color: #999;
    position: relative;
    font-size: 14px;
}

.cn-top-cart .cn-top-cart-link a:hover>span {
    color: #232323;
}

.top_main_left a {
    float: left;
    /*margin-left: 8px;*/
    text-decoration: none;
    font-weight: 400;
    cursor: text;
    /*padding-top: 1px;*/
    color: #999;
    font-size: 14px;
}


.top_main_right_language {
    float: right;
    /*padding-right: 15px;*/
    position: relative;
    cursor: pointer;
    padding: 0 12px;
    right: -6px;
}

.top_main_right_language:hover>.top_main_right_language_a {
    color: #232323;
}

.top_main_right_language_a {
    color: #999;
    text-decoration: none;
    /*border-left: 1px solid #e5e5e5;*/
    /*padding-left: 15px;*/
    font-size: 12px;
}

.top_main_right_language_a:hover {
    color: #232323;
}

.top_main_right_language_a .down_arrow {
    display: inline-block;
    font-size: 12px;
    line-height: 38px;
    vertical-align: top;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}


/*英文站头部分类菜单*/
.header_main_firstul {
    float: left;
    position: relative;
    z-index: 9;
    height: 73px;
    padding-top: 10px;
}

.header_main_firstul li:hover {
    border-bottom: 3px solid red;
}

.header_main_list {
    float: left;
    padding-right: 40px;
    position: relative;
}

.header_main_list.show p {
    border-bottom: 1px solid #a1a1a1;
    box-sizing: border-box;
}

.header_main_list:nth-child(2):hover p {
    border-bottom: 1px solid #a1a1a1;
    box-sizing: border-box;
}

.header_main_list:nth-child(3):hover p {
    border-bottom: 1px solid #a1a1a1;
    box-sizing: border-box;
}


.header_main_list_more.pcb_service {
    padding-top: 0px !important;
    width: 100%;
}

.header_main_list_more_pcb_service_main {
    width: 1420px;
    margin: 0 auto;
}


.header_main_list:last-child {
    margin-right: 0;
}

.header_main_list_font {
    font-size: 14px;
    color: #232323;
    line-height: 70px;
    cursor: pointer;
}

.header_main_list_href {
    font-size: 14px;
    color: #232323;
    line-height: 72px;
}

.header_main_list .header_main_list_first:hover {
    border-bottom: 1px solid red;
}

.header_main_list_href:hover {
    text-decoration: none;
}


.header_main_search {
    float: right;
    margin-top: 16px;
    position: relative;
    z-index: 1
}

.header_main_search_txt {
    width: 334px;
    border: 1px solid #e5e5e5;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: none;
    height: 38px;
    font-size: 14px;
    text-indent: 10px;
    float: left;
    color: #707473;
    transition: border-color .3s;
    box-sizing: content-box;
    font-family: 'Microsoft YaHei';
}

.header_main_search_txt.focus,
.header_main_search_btn.focus {
    border-color: #8d8d8f;
}

.header_main_search_txt:focus {
    outline: none;
}

.header_main_search_btn {
    float: left;
    width: 40px;
    border: 1px solid #e5e5e5;
    border-left: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #fff;
    height: 40px;
    color: #4c4948;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    transition: all .3s;
}



.header_main_list_more {
    position: absolute;
    left: 0;
    top: 72px;
    z-index: 97;
    display: none;
}

.header_main_list_more.allcategories {
    width: 100%;
}

.header_main_list_more_allcategories_main {
    width: 1420px;
    margin: 0 auto;
}



.header_list_more_ul {
    padding: 13px 0;
    width: 247px;
    background-color: #f7f7f7;
    position: relative;
    float: left;
    border-top: 1px solid #eee;
}

.header_list_more_ul li {
    margin-bottom: 6px;
}

.header_list_more_ul li.show .header_list_more_ul_first_a {
    color: #000;
    background-color: #fff;
}

.header_list_more_ul li.show .header_list_li_a {
    padding-bottom:10px;
    border-bottom:1px solid red; 
}

.header_list_more_ul li.show .header_list_more_ul_first_a .icon {
    color: #232323
}

.header_list_more_ul li:last-child {
    margin-bottom: 0;
}

.header_list_li_a:hover {
    padding-bottom:10px;
    border-bottom:1px solid red; 

}

.header_list_more_ul .left-title{
    padding: 20px 20px 20px 20px;
    margin-bottom:20px;
    font-size: 20px;
    line-height: 30px;
    color: #19191a;
    font-weight: 500;

}

.header_list_more_ul_first_a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
    color: #232323;
    transition: initial;
    padding: 15px 10px 15px 20px;
}

.header_list_more_ul_first_a .icon {
    color: #ccc;
    float: right;
    font-size: 12px;
}

.header_list_more_ul_first_a:hover {
    text-decoration: none;
}

.header_list_more_ul_main {
    position: absolute;
    width: 1420px;
    z-index: -1;
    box-sizing: border-box;
    top: -1px;
    left: 0;
    padding-left: 247px;
    background-color: #f7f7f7;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    display: none;
    border-top: 1px solid #eeeeee;
    min-height: 857px;
}

.header_list_more_ul_main.show {
    display: block;
}

.header_list_more_ul_main_all {
    padding: 34px 40px 40px 40px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    min-height: 857px;
}

.header_list_more_ul_main_all_con {
    float: left;
    width: 324px;
    margin-right: 60px;
    border-top: 1px solid #eee;
    overflow: hidden;
    padding-top: 20px;
    margin-top: 20px;
}

.header_list_more_ul_main_all_con:first-child,
.header_list_more_ul_main_all_con:nth-child(2),
.header_list_more_ul_main_all_con:nth-child(3) {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.header_list_more_ul_main_all_con:nth-of-type(3n) {
    margin-right: 0;
}

.header_list_more_ul_main_all_con dt {
    float: left;
    opacity: 1;
}

/*.header_list_more_ul_main_all_con:hover dt{opacity: 1;}*/
.header_list_more_ul_main_all_con dd {
    float: left;
    margin-left: 20px;
    width: 220px;
}

.header_list_more_ul_main_all_con dd h2 {
    margin-bottom: 8px;
}

.header_list_more_ul_main_all_con dd h2 a {
    font-size: 14px;
    color: #232323;
    font-weight: 600;
}

.header_list_more_ul_main_all_con dd p a {
    font-size: 14px;
    color: #6c7073;
    max-width: calc(100% - 10px);
    display: inline-block;
}

.header_list_more_ul_main_all_con dd p a.important {
    color: #444;
}

.header_list_more_ul_main_all_con dd p {
    margin-bottom: 8px;
}

.header_list_more_ul_main_all_con dd p.choosez {
    padding-right: 26px;
    box-sizing: border-box;
}

.header_list_more_ul_main_all_con dd h2 a,
.header_list_more_ul_main_all_con dd p a {
    border-bottom: 1px solid #fff;
}

.header_list_more_ul_main_all_con dd h2 a:hover,
.header_list_more_ul_main_all_con dd p a:hover {
    border-bottom: 1px solid red;
}

.header_list_more_ul_main_all_con img {
    width: 60px;
    height: 60px;
}

.categories-new {
    font-size: 12px;
    color: #83C44E;
    display: inline-block;
    line-height: 18px;
    padding: 0 6px;
    font-weight: 400;
    cursor: default;
    margin: 0 -38px 0 10px;
    vertical-align: top;
    border-radius: 2px;
    height: 18px;
}

.categories-hot {
    font-size: 12px;
    color: #ff7800;
    display: inline-block;
    line-height: 16px;
    padding: 0 6px;
    font-weight: 400;
    cursor: default;
    margin: 0 -38px 0 10px;
    vertical-align: top;
    border-radius: 2px;
    height: 18px;
}




.header_main {
    position: relative;
    width: 1420px;
    margin: 0 auto;
}

.header_main_list_more_all {
    position: absolute;
    left: 0;
    top: 72px;
    width: 1420px;
    background-color: #fff;
    overflow: hidden;
    transition: all 150ms ease-in-out;
    height: 0;
    transition-delay: 0s;
    z-index: 97;
}

.header_main_list_more {
    top: 0;
    transition: all 150ms ease-in-out;
    transition-delay: 0s;
    opacity: 0;
    display: block;
}

.header_main_list_more.show {
    opacity: 1;
    z-index: 98;
}

.header_list_more_ul {
    transition: all 150ms ease-in-out;
    transition-delay: 0s;
    margin-top: 27px;
}

.header_list_more_ul_pcb {
    transition: all 150ms ease-in-out;
    transition-delay: 0s;
    margin-top: 27px;
    padding-left: 114px;
}

.header_list_more_ul_pcb li {
    transition: all 150ms ease-in-out;
    transition-delay: 0s;
    margin-top: 27px;
    width: 324px;
    float: left;
    font-weight: bold;
}

.header_list_more_ul_main {
    min-height: auto;
}

.header_main_list.show p {
    border-bottom: none;
}

.header_main_list_line {
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #a1a1a1;
    left: 0;
    z-index: 9;
    width: 0;
    display: none;
    transition: all 150ms ease-in-out;
    transition-delay: 0s;
}

.header_main_list:hover p {
    border-bottom: none !important;
}

.header_main_list {
    padding-right: 0;
    margin-right: 40px;
}

.header_main_list_more_subject_main_right_con_list {
    margin-right: 10px;
}

.header_main_list_more_subject_main_right_con_list_pic {
    width: 191px;
    height: 140px;
    box-sizing: border-box;
    margin-bottom: 8px;
    overflow: hidden;
}

.header_main_list_more_subject_main_right_con_list_pic img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.header_main_list_more_subject_main_left,
.header_main_list_more_solution_main_left,
.header_main_list_more_resources_main_left {
    height: 232px;
    width: 247px;
}

.header_main_list_more_subject_main_right,
.header_main_list_more_resources_main_right,
.header_main_list_more_solution_main_right {
    margin-left: 247px;
}

.header_main_list_more_solution_main_right {
    background-color: #fff;
}

.header_main_list_more_solution_main {
    background: #f7f7f7;
}

.header_main_list_more_subject_main_right_con_list h2 {
    max-width: 100%;
    text-align: center;
}

.header_main_list_more_solution_main_right_con_con {
    margin-right: 80px;
}

.header_main_list_more_resources_main_right_con_list,
.header_main_list_more_resources_main_right_con.last .header_main_list_more_resources_main_right_con_list.font {
    margin-right: 20px;
}

.header_main_list_more_resources_main_right li.header_main_list_more_resources_main_right_con_list {
    cursor: pointer;
    padding: 0;
}

.header_main_list_more_resources_main_right_con_list h2 {
    margin-top: 0px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header_main_list_more_resources_main_right_con_list img {
    max-width: 100%;
    height: auto;
    min-height: 148px;
}

.header_main_list_more_resources_main_right_con_list a:hover h2 {
    text-decoration: underline;
}

.header_main_list_more_resources_main_right_con_href {
    margin-top: 6px;
}

.header_main_list_more_solution_main_right_con_href a,
.header_main_list_more_subject_main_right_con_href a,
.header_main_list_more_resources_main_right_con_href a {
    font-size: 14px;
}

.header_main_list_more_resources_main_right_con_href a:hover,
.header_main_list_more_solution_main_right_con_href a:hover {
    text-decoration: underline;
}

.header_main_list_more_subject_main_right_con_href img {
    margin-bottom: 8px;
}

.header_main_list_more_subject_main_left p .icon,
.header_main_list_more_resources_main_left p .icon,
.header_main_list_more_solution_main_left .icon {
    top: 10px;
}

.header_main_list_more_subject_main_left p,
.header_main_list_more_resources_main_left p,
.header_main_list_more_solution_main_left p {
    margin-bottom: 4px;
}

.header_list_more_ul li {
    margin-bottom: 4px;
}





/*新版国家、货币选择 2018.8.7 Barry*/
.top_country_more {
    width: 300px;
    position: absolute;
    right: 0;
    top: 38px;
    box-shadow: 0px 1px 8px 0 rgba(120, 102, 102, .3);
    border: none;
    background: #fff;
    border-radius: 2px;
    height: initial;
    display: none;
}

.top_country_more_main {
    padding: 0 20px 25px;
    cursor: default;
}

.top_country_more_main_bigtit {
    font-size: 14px;
    color: #232323;
    font-weight: 400;
    line-height: initial;
}

.top_country_more_main_smalltit {
    font-size: 13px;
    color: #6c7073;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: initial;
}

.top_country_choose_country,
.top_country_choose_currency {
    height: 38px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #e5e5e5;
    position: relative;
}

.top_country_choose_country em,
.top_country_countryList em {
    background-image: url(https://img-en.fs.com/zh/includes/templates/fiberstore/images/country.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 15px;
    top: 10px;
}

.top_country_choose_country>p,
.top_country_choose_currency_name {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    left: 0;
    text-indent: 13px;
    line-height: 36px;
    color: #232323;
    font-size: 13px;
}

.top_country_choose_country .showMore,
.top_country_choose_currency .showMore {
    float: right;
    width: 20px;
    height: 20px;
    margin: 13px 0 0 !important;
    background: none;
    color: #8d8d8f;
    font-size: 12px;
    line-height: 16px;
}

.top_country_searchCountry {
    width: 100%;
    background-color: #fff;
    border-radius: 0px 0px 2px 2px;
    border: solid 1px #e5e5e5;
    border-top: none;
    box-sizing: border-box;
    padding: 11px 13px;
    position: relative;
    display: none;
}

.top_country_search_block {
    position: relative;
}

.top_country_search_input {
    width: 100%;
    height: 34px;
    background-color: #f7f7f7;
    text-indent: 10px;
    font-size: 13px;
    color: #8d8d8f;
    border: none;
}

.top_country_search_block .icon {
    position: absolute;
    right: 10px;
    top: 9.5px;
    font-size: 14px;
    color: #ccc;
    line-height: initial;
    cursor: pointer;
}

.top_country_search_block .icon:hover {
    color: #8d8d8f;
}

.top_country_countryList {
    height: 160px;
    overflow-y: scroll;
    margin-top: 10px;
}

.top_country_countryList li {
    margin-bottom: 15px;
}

.top_country_countryList li a {
    display: block;
    position: relative;
    line-height: 20px;
}

.top_country_countryList li a em {
    left: 0;
    top: 2px;
}

.top_country_countryList em {
    display: none;
}

.top_country_choose_currency {}

.top_country_choose_currency_name {
    text-indent: 15px;
}

.top_country_choose_currency_name span {
    float: none;
}

.top_country_choose_currency_name em {
    font-style: normal;
}

.top_country_choose_currency_choose {
    width: 100%;
    background-color: #fff;
    border-radius: 0px 0px 2px 2px;
    border: solid 1px #e5e5e5;
    border-top: none;
    box-sizing: border-box;
    padding: 11px 13px;
    position: relative;
    display: none;
}

.top_country_choose_currency_choose_ul {}

.top_country_choose_currency_choose_ul li {
    line-height: 20px;
    text-indent: 2px;
    color: #232323;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 10px;
}

.top_country_choose_currency_choose_ul li:last-child {
    margin-bottom: 0;
}

.top_country_choose_currency_choose_ul li span {
    float: none;
}

.top_country_choose_currency_choose_ul li:hover {
    text-decoration: underline;
}

.top_country_choose_currency_choose_ul em {
    font-style: normal;
}

.top_country_more_main_save {
    display: block;
    height: 38px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #4c4948;
    transition: all .3s;
    box-sizing: border-box;
    text-align: center;
    line-height: 36px;
    color: #232323;
    margin-top: 15px;
}

.top_country_more_main_save:hover {
    text-decoration: none;
    background-color: #4c4948;
    color: #fff;
}

.top_country_more_main_save.saveloading {
    background-color: #ababab;
    color: #fff;
    border-color: #ababab;
    cursor: default;
    position: relative;
}

.top_country:hover .showMore {
    color: #8d8d8f;
}

.cn-top-country {
    position: relative;
    cursor: pointer;
    float: right;
    z-index: 98;
    padding-left: 12px;
}

.cn-top-country-flag {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    background-image: url(https://img-en.fs.com/zh/includes/templates/fiberstore/images/country.png);
}

.cn-top-country:hover .top_country_more {
    display: block;
}

.cn-top-country:hover .down_arrow {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.top_country_countryList li:last-child {
    margin-bottom: 0;
}

.top_country_countryList li a:hover {
    text-decoration: underline;
}

.top_country_choose_country .country-sel-icon {
    float: right;
    display: inline-block;
    background: none;
    color: #8d8d8f;
    font-size: 12px;
    vertical-align: middle;
    padding: 0 5px;
    line-height: 38px;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

.top_country_choose_country .country-sel-icon.active {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

/*头部国家选择结束*/
/*头部新增内容*/
.cn-top-cart {
    float: right;
    padding: 0 12px;
    position: relative;
}

.cn-top-sign {
    float: right;
}

.cn-top-sign-box {
    float: left;
    padding: 0 10px;
    position: relative;
}

.cn-top-sign-box a {
    color: #999;
}

.cn-top-sign-box a:hover {
    color: #232323;
    text-decoration: none;
}

.cn-top-cart .cn-top-cart-link {
    display: block;
}

.cn-top-cart .cn-top-cart-link span {
    vertical-align: top;
    color: #999;
    display: inline-block;
    line-height: 38px;
}

.cn-top-cart .cn-top-cart-link:hover {
    text-decoration: none;
}

.cn-top-cart .cn-top-cart-link:hover>span {
    color: #232323;
}

.cn-top-cart-num {
    vertical-align: top;
    font-style: normal;
    display: inline-block;
    line-height: 18px;
    background-color: #c00000;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 18px;
    /* padding: 0 5px; */
    width: 18px;
    text-align: center;
    margin-top: 10px;
}

.cn-top-cart-box {
    display: none;
    position: absolute;
    top: 38px;
    left: -50%;
    width: 300px;
    margin-left: -40px;
    z-index: 10;
    background: #ffffff;
    padding: 0px 0 0 0;
    box-shadow: 0px 1px 8px 0 rgba(120, 102, 102, .3);
}

.cn-top-cart-empty {
    text-align: center;
    font-size: 14px;
    padding: 30px 20px;
    line-height: 30px;
    color: #999;
}

.cn-top-cart-list {
    padding: 0 20px;
}

.cn-top-cart-list li {
    position: relative;
    padding: 10px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #e5e5e5;
}

.cn-top-cart-list li.cn-top-cart-more {
    line-height: 30px;
    padding: 0;
    font-size: 12px;
    color: #6c7073;
    border-bottom-color: transparent;
}

.cn-top-cart-list li.cn-top-cart-more a {
    color: #6c7073;
}

.cn-top-cart-list li.cn-top-cart-more a:hover {
    color: #232323;
}

.cn-top-cart-list li:last-child {
    border-bottom: 1px solid transparent;
}

.cn-top-cart-list-pic {
    float: left;
    width: 60px;
    height: 60px;
}

.cn-top-cart-list-pic img {
    width: 100%;
    height: auto;
}

.cn-top-cart-list-txt {
    float: left;
    width: 200px;
    color: #6c7073;
    padding: 0 30px 0 14px;
    box-sizing: border-box;
}

.cn-top-cart-list-txt b {
    display: block;
    height: 20px;
    line-height: 20px;
    color: #6c7073;
    font-size: 13px;
    font-weight: 400;
}

.cn-top-cart-name {
    display: block;
    color: #6c7073;
    line-height: 20px;
    height: 40px;
    font-size: 13px;
    overflow: hidden;
}

.cn-top-cart-name:hover {
    color: #232323;
}

.cn-top-cart-list-remove {
    display: none;
    position: absolute;
    top: 32px;
    right: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}

.cn-top-cart-list li:hover .cn-top-cart-list-remove {
    display: block;
}

.cn-top-cart-tips {
    padding: 15px 20px 0 20px;
}

.cn-top-cart-tips p {
    font-size: 12px;
    text-align: center;
    background: #f7f7f7;
    color: #6c7073;
    height: 38px;
    line-height: 38px;
}

.cn-top-cart-tips p a {
    color: #c91e24;
}

.cn-top-cart-bottom {
    padding: 15px 20px;
    background: #f7f7f7;
}

.cn-top-cart-total {
    line-height: 20px;
}

.cn-top-cart-total-num {
    display: inline-block;
    float: left;
    vertical-align: bottom;
    color: #6c7073;
    font-size: 12px;
}

.cn-top-cart-total-num a {
    color: #6c7073;
}

.cn-top-cart-total-price {
    display: inline-block;
    float: right;
    vertical-align: bottom;
    color: #c91e24;
    font-size: 14px;
}

.cn-top-cart-btn {
    display: block;
    background: #c91e24;
    height: 38px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    margin-top: 8px;
    transition: background 0.3s ease;
}

.cn-top-cart-btn:hover {
    background: #9b0912;
    transition: background 0.3s ease;
    color: #fff;
    text-decoration: none;
}

.cn-top-arrow {
    display: none;
    position: absolute;
    left: 50%;
    top: 30px;
    width: 18px;
    height: 10px;
    background: url(https://img-en.fs.com/zh/images/index_icon.png) -52px -6px no-repeat;
    z-index: 11;
    transform: translateX(-50%);
}

.cn-top-cart:hover .cn-top-arrow,
.cn-top-cart:hover .cn-top-cart-box {
    display: block;
}

.cn-top-account {
    display: none;
    position: absolute;
    top: 38px;
    left: -50%;
    width: 160px;
    margin-left: -16px;
    z-index: 10;
    background: #ffffff;
    padding: 0 10px;
    box-shadow: 0px 1px 8px 0 rgba(120, 102, 102, .3);
}

.cn-top-account-list li {
    line-height: 40px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #eee;
    padding: 0 6px;
}

.cn-top-account-list li:last-child {
    border-bottom-color: transparent;
}

.cn-top-account-list li a {
    font-size: 14px;
    display: block;
    color: #6c7073;
}

.cn-top-account-list li a:hover {
    color: #232323;
}

.top_main_right_account:hover .cn-top-arrow,
.top_main_right_account:hover .cn-top-account {
    display: block;
}











.top_main_left a {
    cursor: inherit;
}

.header_search {
    display: flex;
}

.cn-top-sign-box:first-child::after {
    display: none;
}

#search_input>form {
    position: relative;
}

.header_search_input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 0;
    text-indent: 0;
    padding-left: 20px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    color: #232323;
}

.header_search_input::-webkit-input-placeholder {
    font-size: 12px;
    color: #8d8d8f;
}

.header_search_input::-moz-placeholder {
    font-size: 12px;
    color: #8d8d8f;
}

.header_search_input:-ms-input-placeholder {
    font-size: 12px;
    color: #8d8d8f;
}

.header_search_input::placeholder {
    font-size: 12px;
    color: #8d8d8f;
}

.header_search_input:focus {
    border: 1px solid #8d8d8f;
}

.header_search_input:focus~.header_search_btn {
    color: #8d8d8f;
}

.header_search_btn {
    border: none !important;
    background: transparent;
    position: absolute;
    right: 5px;
    color: #8d8d8f;
}

.header_search_btn {
    font-size: 18px;
}

.header_search_input:focus~.header_search_btn:hover,
.header_search_btn:hover {
    color: #232323;
}

.header_search {
    margin-top: 25px;
    cursor: initial;
}

.hot-wordz {
    padding: 28px 20px 20px 12px;
}

.hot-wordz li.lz4 {
    padding: 18px 0 0px 28px;
}

.hot-wordz_box {
    width: 90%;
    left: 18px;
    top: 40px;
    border-top: transparent;
}

.cn-top-cart-new {
    padding-top: 10px;
}

.cn-top-cart {
    min-width: 119px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    height: 38px;
    border-radius: 40px;
    padding: 0;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cn-top-cart:hover .cn-top-cart-link>span {
    color: #232323;
}

.cn-top-cart-box {
    top: 48px;
    left: auto;
    margin-left: 0;
    right: 0;
}

.cn-top-cart-new .cn-top-arrow {
    top: 40px;
}




.cn-top-cart {
    min-width: unset;
    box-sizing: border-box;
    border: none;
    height: unset;
    border-radius: unset;
    padding: 0;
    margin-left: unset;
    display: block;
    position: relative;
}

.cn-top-cart>a {
    color: #19191A;
}

.cn-top-cart .top_cart {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

#suggest_popup:hover {
    color: #19191a;
    text-decoration: underline;
}


/* .footer_bg_02 .footer_foot_logo */

.global-contact-us-wrap-top {
	position: fixed;
	z-index: 100;
	right: 36px;
	top: 25px;
}
.global-contact-us-wrap-top .mask {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: hsla(0, 0%, 9%, 0.7);
}
.global-contact-us-wrap-top .global-contact-us .global-contact-us-content {
	padding: 10px 16px;
	background: #646466;
	color: #fff;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.global-contact-us-wrap-top .global-contact-us .global-contact-us-content .iconfont {
	width: 18px;
	height: 18px;
	display: inline-block;
	font-size: 18px;
}
.global-contact-us-wrap-top .global-contact-us .global-contact-us-content img {
	display: block;
	width: 18px;
	height: 18px;
}
.global-contact-us-wrap-top .global-contact-us .global-contact-us-content .txt {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	margin-left: 8px;
}
.global-contact-us-wrap-top .global-contact-us.active .global-contact-us-content,
.global-contact-us-wrap-top .global-contact-us:hover .global-contact-us-content {
	background: #4b4b4d;
}
.global-contact-us-wrap-top .content-pop-top {
	width: 320px;
	position: absolute;
	top: 25px;
	right: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.global-contact-us-wrap-top .content-pop-top .title-wrap {
	padding: 16px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.global-contact-us-wrap-top .content-pop-top .title-wrap .title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #19191a;
}
.global-contact-us-wrap-top .content-pop-top .title-wrap .iconfont {
	font-size: 16px;
	color: #89898c;
	cursor: pointer;
}
.global-contact-us-wrap-top .content-pop-top .sales-support {
	padding: 20px;
	background-color: #f7f7f7;
}
.global-contact-us-wrap-top .content-pop-top .sales-support .title {
	font-size: 16px;
	line-height: 24px;
	color: #19191a;
	font-weight: 600;
}
.global-contact-us-wrap-top .content-pop-top .sales-support .des {
	font-size: 14px;
	line-height: 22px;
	color: #646466;
	margin: 4px 0 16px;
}
.global-contact-us-wrap-top .content-pop-top .sales-support .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
         
    
    
    -ms-flex-direction: column;
	flex-direction: column;
}
.global-contact-us-wrap-top .content-pop-top .sales-support .btn-box .contact-btn {
	text-decoration: none;
}
.global-contact-us-wrap-top .content-pop-top .sales-support .btn-box .contact-btn .fs-button-black {
	width: 100%;
       
    
    
    
    
    padding: 0 12px;
} 
.fs-button-black {
	background: #4b4b4d;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	opacity: 0.8;
}
.fs-button-black:hover {
	opacity: 1.0;
}
.global-contact-us-wrap-top .content-pop-top .list-wrap {
	padding: 12px 20px;
}
.global-contact-us-wrap-top .content-pop-top .list-wrap .list-item {
	padding: 8px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #19191a;
}
.global-contact-us-wrap-top .content-pop-top .list-wrap .list-item i {
	display: block;
	font-size: 16px;
	margin-right: 10px;
	margin-top: 4px;
}
.global-contact-us-wrap-top .content-pop-top .list-wrap .list-item .iconfont {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 16px;
	height: 16px;
	font-size: 16px;
	margin-right: 12px;
	margin-top: 2px;
}
.global-contact-us-wrap-top .content-pop-top .list-wrap .list-item .txt-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.global-contact-us-wrap-top .content-pop-top .list-wrap .list-item .txt-box .tit {
	font-size: 13px;
	line-height: 20px;
	color: #19191a;
	text-decoration: none;
	display: inline;
	padding-bottom: 3.5px;
	background-size: 100% 0;
	background-position: 0 100%;
	cursor: pointer;
}
.global-contact-us-wrap-top .content-pop-top .list-wrap .list-item .txt-box .tit:hover {
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#c00000), to(#c00000)) repeat-x 0 100%;
	background: -o-linear-gradient(#c00000, #c00000) repeat-x 0 100%;
	background: linear-gradient(#c00000, #c00000) repeat-x 0 100%;
	background-size: 100% 1.5px;
}
.global-contact-us-wrap-top .content-pop-top .list-wrap .list-item .txt-box .tit.living {
	padding-bottom: 0;
	background: none;
}
.global-contact-us-wrap-top .content-pop-top .list-wrap .list-item .txt-box .tit.living span.tit-txt {
	display: inline;
	padding-bottom: 3.5px;
	background-size: 100% 0;
	background-position: 0 100%;
}
.global-contact-us-wrap-top .content-pop-top .list-wrap .list-item .txt-box .tit.living span.tit-txt:hover {
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#c00000), to(#c00000)) repeat-x 0 100%;
	background: -o-linear-gradient(#c00000, #c00000) repeat-x 0 100%;
	background: linear-gradient(#c00000, #c00000) repeat-x 0 100%;
	background-size: 100% 1.5px;
}
.global-contact-us-wrap-top .content-pop-top .list-wrap .list-item .txt-box .tit.living i {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #10a300;
	margin-left: 8px;
	margin-bottom: 1px;
}
.global-contact-us-wrap-top .content-pop-top .list-wrap .list-item .txt-box .tit.noHoverLine {
	cursor: text;
}
.global-contact-us-wrap-top .content-pop-top .list-wrap .list-item .txt-box .tit.noHoverLine:hover {
	background: rgba(0, 0, 0, 0);
}
.global-contact-us-wrap-top .content-pop-top .list-wrap .list-item .txt-box .des {
	display: block;
	font-size: 13px;
	line-height: 20px;
	color: #646466;
	margin-top: 2px;
}
.global-contact-us-wrap-top .content-pop-top .list-wrap .list-item .txt-box .des.jp {
	margin-top: 4px;
}
.global-contact-us-wrap-top .content-pop-top .list-wrap .list-item:first-child {
	display: none;
}


/* 2022/06/29 中文站导航栏优化 end */