html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input {
  padding: 0;
  margin: 0;
  font-family: 'Lato', 'Microsoft YaHei';
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
em,
strong,
table,
th,
td {
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
}

/* h3 {
  white-space: break-spaces;
} */
strong {
  font-weight: bold;
}
ul,
ol {
  list-style: none outside none;
}
fieldset,
img {
  border: medium none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input:focus {
  outline: none;
}
a {
  text-decoration: none;
  color: #999;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
/*公共样式*/
body {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1400px) {
  body,
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  body,
  html {
    font-size: 98%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  body,
  html {
    font-size: 96%;
  }
}
.u-r-p, .u-r-search {
  position: relative;
}
.u-t-c {
  text-align: center;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.f-12 {
  font-size: 12px;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-24 {
  font-size: 24px;
}
.f-36 {
  font-size: 36px;
}
.font-9 {
  color: #999;
}
.font-9 a {
  color: #999;
}
.font-9 a:hover {
  color: #333;
}
.white {
  color: #fff;
}
.font-c {
  color: #ccc;
}
.gray {
  color: #666;
}
.black {
  color: #333;
}
.yellow {
  color: #ff7b1a;
}
.yellow a:hover {
  color: #ff7b1a;
}
.f2b-blue {
  color: #3a74ff;
}
.f2b-blue a {
  color: #3a74ff;
}
.f-red {
  color: #e73235;
}
.p-l-10 {
  padding-left: 10px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-l-32 {
  padding-left: 32px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-l-48 {
  padding-left: 48px;
}
.p-l-80 {
  padding-left: 80px;
}
.p-t-8 {
  padding-top: 8px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-t-14 {
  padding-top: 14px;
}
.p-t-16 {
  padding-top: 16px;
}
.p-t-18 {
  padding-top: 18px;
}
.p-t-24 {
  padding-top: 24px;
}
.p-t-32 {
  padding-top: 32px;
}
.p-b-48 {
  padding-bottom: 48px;
}
.p-t-14 {
  padding-top: 14px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-8{margin-top:8px;}
.m-t-30 {
  margin-top: 30px;
}
.m-t-64 {
  margin-top: 64px;
}
.m-t-140 {
  margin-top: 140px;
}
.m-t-16{margin-top:16px}
.m-b-8 {
  margin-bottom: 8px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-b-28 {
  margin-bottom: 28px;
}
.m-l-64 {
  margin-left: 64px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-r-24 {
  margin-right: 24px;
}
.m-r-36 {
  margin-right: 36px;
}
.p-16 {
  padding: 16px 0;
}
.m-16 {
  margin: 16px 0;
}
.f-b {
  font-weight: 600;
}
.f-w {
  font-weight: 100;
}
.m-b-64 {
  margin-bottom: 64px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.text-r{text-align: right;}
.body-bg {
  background: #f8f8f8 url(/static/themes/images/tabnav-bg.png) repeat-x;
  padding-bottom: 72px;
}
.icon-icon-right:before {
  font-size: 20px;
  position: absolute;
  top: 42%;
}
.icon-right-nav:before {
  color: #5a6677;
}
.icon-cart:before {
  font-size: 30px;
}
.icon-person:before {
  font-size: 30px;
}
.icon-right1:before {
  color: #5e5c5c;
}
/*logo*/
.f2b-lj-content {
  width: 100%;
  background: #fff;
}
.f2b-top-mid {
  width: 1366px;
  margin: auto;
  height: 100%;
}
.f2b-logo {
  width: 35%;
  float: left;
  padding: 23px 0;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .f2b-logo {
    width: 21%;
    text-align: right;
  }
  .f2b-logo img {
    max-width: 90%;
  }
}
.f2b-search {
  width: 45%;
  float: left;
  position: relative;
  padding: 30px 0;
}

.f2b-search-input {
  width: 410px;
  border-left: 1px solid #3a74ff;
  border-right: 1px solid #3a74ff;
  border-top: 1px solid #3a74ff;
  border-bottom: 1px solid #3a74ff;
  height: 38px;
  line-height: 38px;
  color: #333;
  padding: 0 20px 0 40px;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .f2b-search {
    width: 42%;
    margin-left: 60px;
  }
  .f2b-search-input {
    width: 360px;
  }
}

.button-search {
  background: #3a74ff;
  text-align: center;
  color: #fff;
  font-size: 16px;
  width: 90px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #3a74ff;
}
.f2b-right {
  width: 19%;
  float: right;
}
@media screen and (min-width: 1330px) and (max-width: 1399px) {
  .f2b-right {
    width: 22%;
    float: right;
  }
}
@media screen and (min-width: 1279px) and (max-width: 1329px) {
  .f2b-right {
    width: 28%;
    float: right;
  }
}
.f2b-right li {
  float: left;
  padding: 40px 0 40px 45px;
}
.f2b-right li a {
  color: #333;
  display: block;
}
.f2b-right li a:hover {
  color: #3a74ff;
}
.f2b-cart-tips {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #ff0000;
  color: #fff;
  line-height: 14px;
}

/*前台币种切换*/
.currency {
  position: relative;
  cursor: pointer;
  width: 40px;
  color: #999;
  padding-top: 8px;
}
.currency-icon {
  margin-left: 2px;
}
.currency-icon::before {
  font-family: 'icomoon' !important;
  content: '\e900';
}
.currency-down {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -moz-transform: rotate(90deg); /* Firefox */
  -webkit-transform: rotate(90deg); /* Safari 和 Chrome */
  -o-transform: rotate(90deg); /* Opera */
}
.currency-up {
  transform: rotate(270deg);
  -ms-transform: rotate(270deg); /* IE 9 */
  -moz-transform: rotate(270deg); /* Firefox */
  -webkit-transform: rotate(270deg); /* Safari 和 Chrome */
  -o-transform: rotate(270deg); /* Opera */
}
.currency-content {
  width: 40px;
  background-color: #fff;
  color: #999;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  z-index: 9;
  position: absolute;
}
.currency .currency-content {
  display: none;
}
.currency:hover .currency-content {
  display: block;
}
/*下拉*/
.wechat {
  position: relative;
  cursor: pointer;
}
.wechat a {
  cursor: pointer;
}
.wechat-w {
  width: 130px;
}
.wechat_code {
  left: 30px;
  margin-top: 10px;
  background-color: #fff;
  color: #999;
  box-shadow: 0px 5px 20px 0px rgb(119 123 128 / 50%);
  line-height: 24px;
  padding: 20px 25px;
  z-index: 9;
  position: absolute;
  font-size: 14px;
  color: #333;
}
.wechat_code::before {
  content: '';
  position: absolute;
  left: 45%;
  top: -54px;
  width: 10px;
  height: 15px;
  margin: 50px 0;
  transform: rotate(45deg);
  background: #fff;
  z-index: 0;
}
.wechat .wechat_code {
  display: none;
}
.wechat:hover .wechat_code {
  display: block;
}
/*导航*/
.f2b-en-nav {
  width: 100%;
  background: #f8f8f8;
  padding: 10px 0px;
  box-shadow: 0px 5px 10px rgba(119, 123, 128, 0.1);
  position: relative;
  z-index: 1;
}
.f2b-en-menu-category,
.f2b-en-menu-branas {
  position: relative;
  font-weight: 600;
  display: inline-block;
}
.f2b-en-menu-category:hover .navul-span,
.f2b-en-menu-branas:hover .navul-span {
  color: #3a74ff;
}
.icon-search-top {
  position: absolute;
  left: 10px;
  top: 40px;
  color: #e5e5e5;
}
.car-count {
  line-height: 14px;
  position: absolute;
  right: -7px;
  top: 36px;
  background: #e73235;
  font-size: 10px;
  color: #fff;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 14px;
  text-align: center;
  font-weight: 400;
}
/* 切换 */
/* menu::base */
.f2b-nav-menu {
  background: #f8f8f8;
  width: 100%;
  height: 40px;
  padding-top: 10px;
  clear: both;
  box-shadow: -1px 2px 5px 0px rgb(0 0 0 / 10%);
}
.f2b-nav-w {
  width: 1366px;
  margin: auto;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .f2b-nav-w {
    width: 95%;
    margin: auto;
  }
}

div#menu {
  color: #646464;
  font-size: 12px;
  line-height: 150%;
  float: left;
}
ul.menu {
  clear: both;
  float: none;
  cursor: pointer;
  z-index: 1;
  position: relative;
  background: #f8f8f8;
  width: 100%;
}

div#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
  z-index: 2;
  font-size: 16px;
  line-height: 30px;
  position: relative;
}
div#menu li {
  margin: 0px;
  padding: 0px;
  z-index: 3;
  margin-right: 72px;
  overflow: hidden;
}
/* menu::level1 */
div#menu li a {
  display: inline-block;
  line-height: 30px;
  text-decoration: none;
  color: #646464;
  z-index: 4;
  padding-left: 30px;
}
div#menu li a:hover {
  color: #3a74ff;
}
div#menu li span {
  color: #333;
  display: block;
  background-repeat: no-repeat;
  background-position: 95% 0px;
  z-index: 6;
  line-height: 30px;
  position: relative;
  float: left;
  width: 250px;
}
div#menu li span b {
  text-align: right;
}

div#menu li span:hover {
  font-weight: 600;
}
div#menu li span.bg {
  display: block;
  padding: 0;
  z-index: 5;
  position: relative;
  float: left;
}
div#menu li.current {
  font-weight: bold;
}
div#menu li.current ul {
  font-weight: normal;
}
div#menu ul li .child ul {
  padding: 0px 0px 10px;
  left: 0px;
  position: absolute;
  top: 30px;
  text-align: left;
  display: none;
}
div#menu ul li:hover .child ul {
  display: block;
}
div#menu ul li .child ul li .child0 ul {
  padding: 32px 10px;
  left: 330px;
  width: 270px;
  position: absolute;
  top: 0px;
  min-height: 500px;
  display: none;
}
div#menu ul li .child ul li:hover .child0 ul {
  display: block;
}
div#menu ul li .child ul li .child0 li {
  width: 500px;
  display: block;
}

div#menu ul li .child ul .child0 ul li .child1 ul {
  padding: 32px 10px;
  left: 330px;
  position: absolute;
  top: 0px;
  right: 0;
  display: none;
  width: 250px;
}
div#menu ul li .child ul .child0 ul li:hover .child1 ul {
  display: block;
}
/*new ARRIVALS*/
.f2b-bg {
  background: #f8f8f8;
}

/*分页*/
ul.pagination {
  float: right;
  padding: 0;
}

ul.pagination li {
  display: inline;
  padding: 0 2px;
}

ul.pagination li a {
  color: black;
  float: left;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin: 0 5px;
  border-radius: 3px;
  text-decoration: none;
}

ul.pagination li a.active {
  background-color: #3a74ff;
  color: white;
}
.page-text {
  color: #999;
  font-size: 14px;
}
.page-input {
  border: 1px solid #e5e5e5;
  background: transparent;
  height: 26px;
  line-height: 26px;
  width: 64px;
  text-align: center;
}
.page-btn {
  border: 1px solid #e5e5e5;
  line-height: 28px;
  height: 28px;
}
.page-btn:hover {
  background: #3a74ff;
  cursor: pointer;
  color: #fff;
}
.icon-l-i {
  font-size: 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.icon-r-i {
  font-size: 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
/* ul.pagination li a:hover:not(.active) {border:1px solid #ddd; border-radius: 3px;	width:26px;height: 26px;line-height: 26px;text-align: center;} */
/*footer*/
.footer-f2b-en {
  background: #fff;
  width: 100%;
  clear: both;
  overflow: hidden;
}
.footer-f2b-left {
  width: 78%;
  padding: 40px 0 0;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .footer-f2b-left {
    width: 75%;
    padding: 40px 0 0 20px;
  }
}

.footer-f2b-left li {
  width: 20%;
  float: left;
}
.footer-f2b-left li:nth-child(2) {
  width: 28%;
}
.footer-f2b-left h3 {
  font-size: 18px;
  font-weight: 600;
}
.footer-f2b-list {
  padding: 40px 0;
}
.footer-f2b-list p {
  padding: 24px 0 0;
  color: #666;
}
.footer-f2b-list p:nth-child(1) {
  padding-top: 0;
}
.footer-f2b-right {
  width: 22%;
}
.footer-f2b-p {
  margin-top: 40px;
}
.footer-f2b-right p {
  padding: 0 0 40px;
}
.footer-f2b-right p img {
  vertical-align: middle;
  margin-right: 24px;
}
.newf2b-search-input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #e5e5e5;
}
.m-b-24-important {
  margin-bottom: 24px!important;
}
.f2b-quick-add1{line-height: 30px;}