* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  font-family: Microsoft Yahei;
}
@media screen and (max-width: 1225px) {
  body {
    width: 1226px;
    height: 100%;
  }
}
img {
  border: none;
  max-width: 100%;
  max-height: 100%;
}
a {
  border: none;
  text-decoration: none;
  color: #000;
}
.border {
  border: 1px solid #f00;
}
.center {
  margin: 0 auto;
}
.w {
  width: 1226px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix::after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.mt20 {
  margin-top: 20px;
}
.mt10 {
  margin-top: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml40 {
  margin-left: 40px;
}
.mr40 {
  margin-right: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.border2 {
  border: 2px solid #ff6700;
}
.ft20 {
  font-size: 20px;
}
.ftbc {
  color: #ff6700;
  font-weight: bold;
}
.pr {
  padding-right: 40px;
}
.h3 {
  font-size: 22px;
  font-weight: bold;
}


.fa-list-ul:before {
  content: "\f0ca"
}

.fa-location-arrow:before {
  content: "\f124"
}



.fa,.far,.fas {
  font-family: "Font Awesome 5 Free"
}

.fa,.fas {
  font-weight: 900;
}

.product_nav_pill {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #ffd54c;
  width: 100%;
}
.product_nav_pill .nav_pill {
  flex: 1;
  width: auto;
  display: table-cell;
  text-align: center;
  cursor: pointer;
}
.product_nav_pill .nav_pill > a {
  color: #ffd54c;
  border-bottom: 2px solid #ffd54c;
  white-space: nowrap;
}
.product_nav_pill .nav_pill ~ a {
  color: #ffd54c;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 250px;
  overflow: hidden;
}
.product_nav_pill .nav_pill .active {
  font-size: 900;
  color: white;
  background-color: #ffd54c;
}
.product_nav_pill .nav_pill .active:hover {
  color: white;
  font-weight: 700;
}
.product_nav_pill .dropdown-menu {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
}
.product_nav_pill .dropdown-item {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.product_nav_pill .dropdown-item:focus, .product_nav_pill .dropdown-item:hover {
  background-color: #ffd54c;
  color: white;
}
.product_nav_pill .dropdown-item .active {
  color: white;
}
