UL {
  list-style: none;
}
.header-menu {
  display: none;
}
.main-headers {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.main_nav_layer1 {
  display: flex;
  width: 100%;
  padding: 30px 0 20px;
}
.nav_layer1_left_logo {
  /*width: 200px;*/
  width: 180px;
}
.nav_layer1_center {
  margin-left: 160px;
}
.nav_layer1_center .input-group {
  display: flex;
  align-items: center;
}
.nav_layer1_center .search-form {
  margin-bottom: 5px;
}
.nav_layer1_center .input-group .search_input {
  text-indent: 10px;
  width: 505px;
  height: 40px;
  border: 2px solid #42AD64;
}
.nav_layer1_center .input-group .search_btn {
  width: 100px;
  height: 40px;
  background-color: #42AD64;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.nav_layer1_center .input-group .search_btn .search-icon {
  width: 16px;
  height: 16px;
}
.hot_search_goods {
  padding-left: 0;
  display: flex;
  align-items: baseline;
}
.hot_search_goods_name {
  color: #999999;
}
.search_name_line {
  margin: 0 10px;
}
.nav_layer1_right {
  display: flex;
  align-items: center;
}
.phonr_icon {
  width: 60px;
}
.right_numberTxt {
  display: flex;
  flex-direction: column;
  color: #333;
  margin-left: 16px;
}
.work_time {
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
}
.carousel-indicators li {
  width: 30px;
  height: 8px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  opacity: 0.5;
}
.carousel-indicators .active {
  width: 30px;
  height: 8px;
  background: #94c724;
  border-radius: 4px 4px 4px 4px;
}
#index-focus .item {
  min-height: 430px;
}
.menu_classification {
  display: flex;
  align-items: center;
}
.menu_classification_left {
  position: relative;
}
.menu_classification_title {
  color: #fff;
  width: 200px;
  height: 40px;
  background-color: #cc0121;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
}
.menu_classification_list {
  position: absolute;
  top: 40px; /* 紧贴标题下方 */
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
  margin: 0;
  padding: 0;
  list-style: none;
  transition: max-height 0.3s;
  max-height: 1000px; /* 默认展开 */
  overflow: hidden;
  width: 200px;
}

.menu_classification_list.collapsed {
  max-height: 0;
  padding: 0;
  border: none;
}

.menu_classification_list li {
  width: 180px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.menu_classification_list li a:hover{
  color: #fff !important;
}
.menu_classification_list li:last-child {
  border-bottom: none;
  padding-bottom: 4px;
}

.menu_classification_list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  padding: 8px 18px;
  transition: background 0.2s;
}

.menu_classification_list a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.menu_classification_list .arrow {
  font-size: 18px;
  color: #fff;
  margin-left: 8px;
}
.navigation {
  display: flex;
  margin: 0 0 0 30px;
}
.navigation li {
  margin-right: 30px;
}
.m-0 {
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}
.row p a:hover {
  color: #fff !important;
}
a:hover {
  text-decoration: none !important;
}
/* pc固定最小宽度 */
.group-page {
  min-width: 100%;
}
.mt-0 {
  margin-top: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.m-1 {
  margin-top: 5px !important;
  margin-right: 5px !important;
  margin-bottom: 5px !important;
  margin-left: 5px !important;
}
.mt-1 {
  margin-top: 5px !important;
}
.mr-1 {
  margin-right: 5px !important;
}
.mb-1 {
  margin-bottom: 5px !important;
}
.ml-1 {
  margin-left: 5px !important;
}
.mx-1 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.my-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.m-2 {
  margin-top: 10px !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  margin-left: 10px !important;
}
.mt-2 {
  margin-top: 10px !important;
}
.mr-2 {
  margin-right: 10px !important;
}
.mb-2 {
  margin-bottom: 10px !important;
}
.ml-2 {
  margin-left: 10px !important;
}
.mx-2 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.m-3 {
  margin-top: 15px !important;
  margin-right: 15px !important;
  margin-bottom: 15px !important;
  margin-left: 15px !important;
}
.mt-3 {
  margin-top: 15px !important;
}
.mr-3 {
  margin-right: 15px !important;
}
.mb-3 {
  margin-bottom: 15px !important;
}
.ml-3 {
  margin-left: 15px !important;
}
.mx-3 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.my-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.m-4 {
  margin-top: 20px !important;
  margin-right: 20px !important;
  margin-bottom: 20px !important;
  margin-left: 20px !important;
}
.mt-4 {
  margin-top: 20px !important;
}
.mr-4 {
  margin-right: 20px !important;
}
.mb-4 {
  margin-bottom: 20px !important;
}
.ml-4 {
  margin-left: 20px !important;
}
.mx-4 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.my-4 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.p-0 {
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.p-1 {
  padding-top: 5px !important;
  padding-right: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
}
.pt-1 {
  padding-top: 5px !important;
}
.pr-1 {
  padding-right: 5px !important;
}
.pb-1 {
  padding-bottom: 5px !important;
}
.pl-1 {
  padding-left: 5px !important;
}
.px-1 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.p-2 {
  padding-top: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
}
.pt-2 {
  padding-top: 10px !important;
}
.pr-2 {
  padding-right: 10px !important;
}
.pb-2 {
  padding-bottom: 10px !important;
}
.pl-2 {
  padding-left: 10px !important;
}
.px-2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.p-3 {
  padding-top: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 15px !important;
  background: #2e2e2e;
}
.pt-3 {
  padding-top: 15px !important;
}
.pr-3 {
  padding-right: 15px !important;
}
.pb-3 {
  padding-bottom: 15px !important;
}
.pl-3 {
  padding-left: 15px !important;
}
.px-3 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.p-4 {
  padding-top: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
}
.pt-4 {
  padding-top: 20px !important;
}
.pr-4 {
  padding-right: 20px !important;
}
.pb-4 {
  padding-bottom: 20px !important;
}
.pl-4 {
  padding-left: 20px !important;
}
.px-4 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.py-4 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  -webkit-text-size-adjust: 100%;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Ubuntu,
    Helvetica Neue,
    Helvetica,
    Arial,
    PingFang SC,
    Hiragino Sans GB,
    Microsoft YaHei UI,
    Microsoft YaHei,
    Source Han Sans CN,
    sans-serif;
  font-weight: 400;
  background: #f4f6f8;
  font-size: 14px;
  color: #616161;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
}
.card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
a {
  color: #555;
}
a:hover,
a:focus {
  color: #e31939;
}
a.primary-link {
  color: #94c724;
}
.btn-primary {
  color: #fff;
  background-color: #94c724;
  border-color: #94c724;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  color: #fff;
  background-color: #94c724;
  border-color: #94c724;
}
.btn-gray {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-gray:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light {
  color: #94c724;
  background: #b3d7ff;
  border-color: transparent;
}
.btn-light:hover {
  color: #fff;
  background-color: #94c724;
  border-color: #94c724;
}
.label-primary {
  color: #fff;
  background-color: #94c724;
  border-color: #94c724;
}
.btn-outline-primary {
  color: #94c724;
  background-color: transparent;
  background-image: none;
  border-color: #94c724;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #94c724;
  border-color: #94c724;
}
.btn-lg {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.wow {
  visibility: hidden;
}
.bg-white {
  background: #fff !important;
}
.bg-gray {
  background: #f8f9fa !important;
}
@media (hover: hover) {
  .dropdown > a:hover + .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.alert-paid {
  margin: 10px 0;
  text-align: center;
}
.alert-paid a {
  color: #f39c12;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-border-radius: 3px 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 3px 0 3px 3px;
  background-clip: padding-box;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 3px 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 3px 0 3px 3px;
  background-clip: padding-box;
}
.top-bar {
  line-height: 36px;
  height: 36px;
  color: #666;
  font-size: 14px;
  background: #f7f7f7;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.top-bar .cont_left {
  color: #999999;
  font-size: 14px;
  width: 160px;
  span {
    color: #333333;
  }
}
.top-bar .nav-top_v1 {
  display: flex;
}
.top-bar .cont_right_v1 {
  display: flex;
}
.top-bar .cont_right_v1 a{
    text-decoration: underline;
}
.top-bar .nav_layer1_left_li_v1 img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.top-bar .nav_layer1_left_li_v1 a{
    display: inline-block;
}

.top-bar a {
  color: #888;
  display: block;
}
.top-bar a:hover {
  /* color: #007bff; */
  text-decoration: none;
}
.top-bar ul.dropdown-menu {
  border: none;
}
.top-bar ul.dropdown-menu > li > a {
  padding: 5px 20px;
}
@media (min-width: 979px) {
  .top-bar li.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.btn-lg,
.input-lg {
  font-size: 14px;
}
.header-search .search-form .search-input {
  border: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  height: 40px;
  line-height: 40px;
  background: #f3f3f3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header-search .search-form .btn-search {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
}
.header-search .search-hot a {
  margin-right: 5px;
  color: #999;
  font-size: 13px;
}
.header-header {
  padding: 35px 0 35px 0;
  background: #fff;
}
.header-menu {
  background: #fff;
  box-shadow: 0 2px 4px 0 hsla(210, 7%, 43%, 0.09);
  position: relative;
  z-index: 99;
  display: none;
}
.header-menu.fixed {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
/* //2025-01-3 修改首页自定义导航顶部浮动 */
.header-menus {
  background: #fff;
  box-shadow: 0 2px 4px 0 hsla(210, 7%, 43%, 0.09);
  position: relative;
  z-index: 99;
}
.header-menus.fixed {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
.top-menu {
  display: none;
}
/* .hasbanner .top-menu {
  display: block;
} */
.nav-menu {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 100;
}
.nav-menu > li {
  text-align: center;
  min-width: 50px;
}
.nav-menu > li > a {
  color: #333;
}
.nav-menu > li > ul a {
  color: #314555;
  background-color: #fff;
}
.nav-menu > li > ul li:hover a,
.nav-menu > li > ul li.active a {
  color: #007bff;
  background-color: #f1f1f1;
}
.nav-menu > li > ul li a .indicator {
  position: absolute;
  top: 0;
  right: 15px;
}
.nav-menu > li a {
  color: #314555;
}
.nav-menu > li a .indicator {
  margin-left: 10px;
}
.nav-menu.nav-menu-right > a,
.nav-menu > li:hover > a,
.nav-menu > li.active > a {
  color: #007bff;
}
.nav-menu:before,
.nav-menu:after {
  content: "";
  display: table;
}
.nav-menu:after {
  clear: both;
}
.nav-menu.nav-menu-right {
  position: absolute;
  top: 0;
  right: 0;
}
.nav-menu.nav-menu-right a {
  display: inline-block;
}
.nav-menu.nav-menu-right a:hover {
  background: #f7f7f7;
}
.nav-header {
  position: relative;
  display: none;
}
.nav-toggle {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 32px;
  padding: 10px 4px;
  left: 0;
}
.nav-toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.nav-toggle i + i {
  margin-top: 7px;
}
.nav-bar {
  position: relative;
}
.nav-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-menu > li > ul {
  top: 100%;
  left: 0;
}
.nav-menu > li > ul,
.nav-menu > li > ul > li ul {
  background: #fff;
  margin: 0;
  display: none;
  min-width: 200px;
  position: absolute;
  z-index: 99;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border-radius: 0;
  border: none;
}
.nav-menu > li > ul > li ul {
  top: 0;
  left: 100%;
}
.nav-menu > li:last-child > ul {
  right: 0;
}
.nav-menu > li:last-child > ul > li ul {
  right: 100%;
}
.nav-menu li {
  display: block;
  position: relative;
}
.nav-menu > li {
  float: left;
}
.nav-menu > li.category {
  width: 200px;
  background: #007bff;
  text-align: center;
  font-size: 15px;
  margin-right: 20px;
}
.nav-menu > li.category a {
  color: #fff;
}
.nav-menu a {
  text-decoration: none;
  display: block;
  padding: 0 15px;
  margin: 0;
  position: relative;
}
.nav-menu > li > a,
.nav-menu > a {
  height: 40px;
  line-height: 40px;
}
.nav-menu > li ul li a {
  height: 40px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .nav-header > span.nav-item-topmenu {
    background: #007bff;
    display: inline-block;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-header {
    display: block;
    z-index: 99;
  }
  .nav-collapse {
    display: none;
    padding-bottom: 10px;
  }
  .nav-header,
  .nav-menu.nav-menu-right a {
    height: 44px;
    line-height: 44px;
  }
  .nav-menu ul {
    padding-left: 20px;
  }
  .nav-menu li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .nav-menu li > a,
  .nav-menu li.active a {
    color: #314555;
    background-color: #fff;
  }
  .nav-menu li:hover > a,
  .nav-menu li.active-mobile > a {
    color: #007bff;
    background-color: #f1f1f1;
  }
  .nav-menu li:last-child {
    border-bottom: 0;
  }
  .nav-menu > li a .indicator {
    position: absolute;
    top: 0;
    right: 20px;
  }
  .nav-menu > li > ul,
  .nav-menu > li > ul > li ul {
    width: 100%;
    position: static;
  }
  .nav-menu > li > a,
  .nav-menu > li ul li a {
    height: 40px;
    line-height: 40px;
  }
}
.navbar {
  border: none;
}
.navbar-nav .form-search.focused {
  position: relative;
}
.navbar-nav .form-search.focused input {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
}
.navbar-nav li > a {
  font-size: 13px;
}
.navbar-nav li > a h5 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-nav > li > a {
  font-size: 14px;
}
.navbar-nav ul.dropdown-menu {
  border: none;
  border-radius: 0;
}
.navbar-nav ul.dropdown-menu > li > a {
  padding: 5px 20px;
}
.navbar-brand {
  padding: 5px 15px;
}
.toast-top-center {
  top: 50px;
}
.toast-top-center > div {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#floatbtn {
  width: 50px;
  height: auto;
  position: fixed;
  top: auto;
  right: 0vw;
  bottom: 3vh;
  left: auto;
  z-index: 80;
}
#floatbtn.fixed {
  position: absolute;
  bottom: 279px;
  right: 50%;
}
#floatbtn a {
  position: relative;
  z-index: 90;
  display: block;
  margin-top: 4px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #d5d5d5;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#floatbtn a.hover:hover {
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
  background: #007bff;
  border-color: #007bff;
  text-decoration: none;
  text-align: center;
  line-height: 20px;
  padding: 5px;
}
#floatbtn a.hover:hover i {
  display: none;
}
#floatbtn a.hover:hover em {
  display: block;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}
#floatbtn a em {
  display: none;
}
#floatbtn a:hover {
  background: #007bff;
}
#floatbtn a:hover i {
  color: #fff;
}
#floatbtn a:hover .floatbtn-wrapper {
  display: block;
}
#floatbtn .iconfont {
  display: inline-block;
  font: normal normal normal 14px/1 iconfont;
  font-size: inherit;
}
.floatbtn-wrapper {
  position: absolute;
  right: 59px;
  top: -55px;
  z-index: 120;
  display: none;
  width: 190px;
  height: 212px;
  background-color: #fff;
  border: 1px solid #eee;
}
.floatbtn-wrapper:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 73px;
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid #d5d5d5;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.floatbtn-wrapper .qrcode {
  margin-top: 20px;
  line-height: 1;
}
.floatbtn-wrapper .qrcode img {
  width: 128px;
  height: 128px;
}
.floatbtn-wrapper p {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.floatbtn-wrapper p em {
  color: #dd3067;
}
.text-primary,
.text-primary:hover {
  color: #444c69;
}
.text-success,
.text-success:hover {
  color: #18bc9c;
}
.text-danger,
.text-danger:hover {
  color: #f75444;
}
.text-warning,
.text-warning:hover {
  color: #f39c12;
}
.text-info,
.text-info:hover {
  color: #1688f1;
}
.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.responsive-container {
  position: relative;
  width: 100%;
  border: 1px solid #f8f8f8;
}
footer {
  width: 100%;
  color: #aaa;
  background: #fff;
  /* margin-top: 25px; */
  overflow: hidden;
  min-height: 60px;
}
.nav-sidebar li.active a {
  text-decoration: none;
  background-color: #ecf0f1;
}
.navbar-toggle .icon-bar {
  width: 18px;
}
.panel-default {
  border: none;
  padding: 0 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.panel-default > .panel-heading {
  position: relative;
  padding: 15px 0;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
}
.panel-default > .panel-heading .panel-title {
  font-size: 16px;
  /*color: @gray-dark;*/
}
.panel-default > .panel-heading .panel-title > i {
  display: none;
}
.panel-default > .panel-heading small {
  font-weight: normal;
  color: #999;
  font-size: 13px;
}
.panel-default > .panel-heading .more {
  position: absolute;
  top: 13px;
  right: 0;
  display: block;
  color: #919191;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 13px;
}
.panel-default > .panel-heading .more:hover {
  color: #616161;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-default > .panel-heading div.more {
  top: 17px;
}
.panel-default > .panel-heading .panel-bar {
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
}
.panel-default > .panel-footer {
  padding: 15px 0;
  background: none;
}
.panel-default > .panel-body {
  position: relative;
  padding: 15px 0;
}
.panel-primary > .panel-heading {
  background-color: #46c37b;
  color: #fff;
}
.panel-primary > .panel-body {
  background: #fafafa;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.panel-gray {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.panel-gray > .panel-heading {
  background-color: #f5f5f5;
  color: #919191;
}
.panel-gray > .panel-body {
  color: #919191;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-page {
  padding: 45px 50px 50px;
  min-height: 500px;
}
.panel-page .panel-heading {
  background: transparent;
  border-bottom: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.panel-page .panel-heading h2 {
  font-size: 25px;
  margin-top: 0;
}
h1 .breadcrumb {
  padding: 0 5px;
  margin-bottom: 5px;
  background: none;
}
h1 .breadcrumb li {
  font-size: 12px;
  font-weight: 400;
}
.carousel-focus .item .carousel-img {
  background-size: cover;
  width: 100%;
  height: 180px;
  background-position: center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel-focus:hover .carousel-img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.carousel-focus .carousel-control.left,
.carousel-focus .carousel-control.right {
  background-image: none;
}
.carousel-focus .carousel-control.left span,
.carousel-focus .carousel-control.right span {
  display: none;
}
.carousel-focus .carousel-control.left:hover,
.carousel-focus .carousel-control.right:hover {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.carousel-focus .carousel-control.left:hover span,
.carousel-focus .carousel-control.right:hover span {
  display: block;
}
.panel-blockimg {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel-blockimg img {
  width: 100%;
}
.hot-tags .panel-body a span {
  margin-bottom: 10px;
}
.tags {
  margin: 0;
  display: inline-block;
}
.tags .tag {
  margin-bottom: 5px;
}
.tag {
  display: inline-block;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: #007bff;
  background: rgba(0, 132, 255, 0.1);
  margin-right: 3px;
  border-radius: 2px;
}
.tag img {
  width: 16px;
  height: 16px;
  margin-top: -1px;
  margin-right: 3px;
}
.tag[href]:focus,
.tag[href]:hover {
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
}
.tag-xs {
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.tag-sm {
  padding: 0 6px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
}
.tag-lg {
  font-size: 16px;
  font-weight: 700;
  height: 30px;
  line-height: 28px;
}
.tag-link {
  background-color: transparent;
}
.tag-logo {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: 4px 2px;
  background-size: 16px 16px;
}
.tag-success {
  background-color: #dff0d8;
  color: #18bc9c;
}
.tag-info {
  background-color: #d9edf7;
  color: #3498db;
}
.tag-warning {
  background-color: #fcf8e3;
  color: #f39c12;
}
.tag-danger {
  background-color: #f2dede;
  color: #e74c3c;
}
.product-item .card {
  border-radius: 3px;
  position: relative;
  padding: 12px;
  margin: 0 auto 20px;
  -webkit-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  border: 1px solid #eee;
  min-height: 250px;
  overflow: hidden;
  background-color: #fff;
}
.product-item .card .thumb {
  position: relative;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  margin: -12px;
}
.product-item .card .thumb > .preview-link::before {
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.product-item .card .thumb > .quickview-link {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  line-height: 40px;
  text-align: center;
  z-index: 10;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.product-item .card .thumb:hover .preview-link::before {
  opacity: 1;
}
.product-item .card .thumb:hover .quickview-link {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.product-item .card:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item .card:hover .operate .pull-right {
  display: block;
}
.product-item .card .image {
  position: relative;
  width: 100%;
  height: 1px;
  overflow: hidden;
  padding-bottom: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.product-item .card .title {
  padding-top: 10px;
}
.product-item .card h2 {
  color: #000;
  padding: 0;
  margin-bottom: 5px;
  height: 24px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.product-item .card .operate {
  height: 31px;
}
.product-item .card .operate .pull-right {
  display: none;
}
#content-container {
  margin-top: 15px;
  min-height: calc(100vh - 320px);
}
#content-container > h1 {
  margin-top: 0;
}
#comment-container #commentlist dl {
  position: relative;
  border-bottom: 1px solid #eee;
  clear: both;
  padding: 10px 0;
  margin-bottom: 5px;
}
#comment-container #commentlist dl dt {
  float: left;
  margin-right: 10px;
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
}
#comment-container #commentlist dl dt img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#comment-container #commentlist dl dd {
  padding-left: 55px;
  float: left;
  width: 100%;
}
#comment-container #commentlist dl dd cite a {
  color: #007bff;
}
#comment-container #commentlist dl dd small {
  color: #999;
  margin: 0 0 0 3px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
}
#comment-container #commentlist dl dd small a {
  display: none;
}
#comment-container #commentlist dl dd dl {
  margin: 0px;
  border-top: 1px solid #eee;
  border-bottom: none;
  padding-top: 15px;
  padding-bottom: 0;
}
#comment-container #commentlist dl dd dl dd {
  width: 550px;
}
#comment-container #commentlist dl dd p {
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 24px;
}
#comment-container #commentlist dl dd p em {
  font-style: normal;
  display: inline-block;
  padding: 0 5px;
  height: 22px;
  line-height: 22px;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: #007bff;
  background: rgba(0, 132, 255, 0.1);
  border-radius: 2px;
}
#comment-container #commentlist cite {
  font-style: normal;
}
#comment-container h3 {
  position: relative;
  font-size: 16px;
  padding: 15px 0;
  background: #fff;
}
#comment-container h3 a {
  display: none;
}
#comment-container #postcomment .form-group {
  margin-bottom: 10px;
}
#comment-container #postcomment label {
  font-weight: normal;
}
#comment-container #postcomment a small {
  display: inline !important;
}
.text-gray {
  color: #d2d6de !important;
}
.no-padding {
  padding: 0 !important;
}
.no-border {
  border: none !important;
}
.pager .pagination {
  margin: 0;
}
.pager .pager {
  margin: 0;
}
.pager li {
  margin: 0 0.4em;
  display: inline-block;
}
.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
  padding: 0.5em 1.2em;
}
.pager li > a,
.pager li > span {
  background: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  padding: 0.5em 0.93em;
  font-size: 14px;
}
.list-partner li {
  display: inline-block;
  margin: 0 12px 12px 0;
  padding: 10px 15px;
  width: 140px;
  text-align: center;
  border: 1px solid #efefef;
}
.list-partner li:hover {
  border: 1px solid #363f48;
}
.list-partner li img {
  height: 30px;
}
.index-focus {
  margin-bottom: 19px;
}
.category-title {
  margin-bottom: 20px;
  font-size: 24px;
  color: #444;
}
.category-title .breadcrumb li {
  font-size: 14px;
}
.category-order li > a.active {
  color: #007bff;
}
.img-zoom {
  overflow: hidden;
  display: inline-block;
}
.img-zoom img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.img-zoom:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive img,
.embed-responsive .embed-responsive-item {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 0;
  left: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive-square {
  padding-bottom: 100%;
  overflow: hidden !important;
}
.list-links a {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .header-header {
    padding: 25px 0;
  }
  .header-menu {
    margin: 0;
    color: #fff;
  }
  .header-menu .nav-toggle i {
    background-color: #007bff;
  }
  .nav-menu > li:last-child > ul {
    text-align: center;
  }
  .brand {
    text-align: center;
    margin-bottom: 10px;
  }
  .nav-menu > li.category {
    width: 100%;
    display: none;
  }
  .hasbanner .top-menu {
    display: none;
  }
  ul.dropdown-menu {
    position: relative;
    width: 100%;
    background: #222;
  }
  ul.dropdown-menu .open > a,
  ul.dropdown-menu .open > a:hover,
  ul.dropdown-menu .open > a:focus {
    background: none;
    color: #9d9d9d;
  }
  ul.dropdown-menu > .dropdown-menu {
    position: relative;
    width: 100%;
    margin: 0;
  }
  .navbar-nav .form-search {
    padding: 0 10px;
  }
  .navbar-nav .open .dropdown-menu {
    position: relative;
    width: 100%;
    margin: 0;
    left: 0;
    background: #404950;
  }
  .dropdown-submenu > a:after {
    display: none;
  }
  .panel-page {
    padding: 15px;
    min-height: 300px;
  }
  .navbar-nav {
    margin: 8.25px 0;
  }
  .navbar-nav .form-search.focused {
    position: inherit;
  }
  .navbar-nav .form-search.focused input {
    position: inherit;
    width: 100%;
  }
  .navbar-form {
    margin: 10px 0;
  }
  .navbar-nav .form-search {
    padding: 0;
  }
}
@media (min-width: 768px) {
  #index-focus .item .carousel-img {
    height: 490px;
    width: 100%;
  }
}
@media (min-width: 979px) {
  nav.nav-bar li.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .carousel-caption {
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 0;
    bottom: 0;
    text-shadow: none;
  }
  .carousel-caption h3 {
    margin: 0;
    font-size: 14px;
    padding: 15px;
    text-align: left;
  }
  .carousel-caption p {
    display: none;
  }
  .carousel-indicators {
    opacity: 0.6;
  }
}
.carousel-control {
  text-shadow: none;
}
.carousel-control .fa {
  font: normal normal normal 30px/1 FontAwesome;
}
.carousel-control .icon-prev {
  left: 20px;
}
.carousel-control .icon-next {
  right: 20px;
}
.carousel-control .fa-chevron-left:before {
  content: "\f053";
}
.carousel-control .fa-chevron-right:before {
  content: "\f054";
}
.product-grid {
  display: flex;
  background-color: #fff;
  flex-wrap: wrap;
  align-items: center;
  justify-self: center;
  height: auto;
  margin: 0 auto;
  flex-flow: row wrap;
  align-content: flex-start;
}
.product-grid .product-item {
  position: relative;
  flex: 0 0 25%;
}
.product-grid .product-item a.card-item {
  text-align: center;
  display: block;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  background: #fff;
  height: 100%;
}
.product-grid .product-item a.card-item .item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.product-grid .product-item a.card-item .item-detail {
  padding: 5px 0;
  font-size: 16px;
}
.product-grid .product-item a.card-item:hover {
  text-decoration: none;
  color: #e74c3c;
}
@media (max-width: 768px) {
  .product-grid .product-item {
    flex: 0 0 50%;
  }
}
li.category:hover .top-menu {
  display: block;
}
.top-menu {
  width: 200px;
  position: absolute;
  top: 0px;
  left: 0;
  display: none;
  z-index: 999;
  margin-top: 40px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.top-menu.open {
  display: block;
}
.top-menu > ul > li > a {
  display: block;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #191919;
  font-weight: 400;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.top-menu > ul > li > a:hover {
  text-decoration: none;
  color: #007bff;
  padding-left: 28px;
}
.top-menu > ul > li > a:before {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  width: 160px;
  height: 1px;
  background-color: #e9e7e7;
}
.top-menu > ul > li > a .indicator {
  float: right;
  color: #888;
  margin-right: 5px;
}
.top-menu > ul > li:hover > a {
  text-decoration: none;
  color: #007bff;
}
.top-menu > ul > li:last-child > a:before {
  background: transparent;
}
.top-menu > ul > li .dropdown-menu {
  position: absolute;
  left: 199px;
  top: 0;
  min-width: 200px;
  margin-top: 0;
  border: none;
  border-radius: 0;
}
.dropdown-menu-wrapper h3 {
  font-size: 14px;
  font-weight: bold;
}
.dropdown-menu-wrapper ul > li {
  display: block;
  text-align: center;
}
.dropdown-menu-wrapper ul > li > a {
  color: #666;
  font-size: 14px;
  line-height: 30px;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.dropdown-menu-wrapper ul > li > a:hover {
  color: #007bff;
  background: #eee;
  text-decoration: none;
}
#nav-bar {
  width: 100%;
  margin: 0 0 10px 0;
}
.nav-bar-row {
  background-color: #fff;
  padding-left: 0;
  margin: 0;
}
ul.nav-bar-tabs {
  margin: 0;
}
ul.nav-bar-tabs > li > a {
  padding: 15px 20px;
  display: inline-block;
}
ul.nav-bar-tabs > li > a:hover {
  color: #007bff;
}
ul.nav-bar-tabs > li > a i.fa-sort-down {
  vertical-align: top;
}
ul.nav-bar-tabs > li > a i.fa-sort-up {
  vertical-align: bottom;
}
ul.nav-bar-tabs > li.active a {
  color: #007bff;
}
.variations {
  margin-bottom: 15px;
}
.variations .tr-item {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.variations .hidden-tag {
  display: none;
}
.variations .label,
.variations .value {
  padding: 0;
  display: table-cell;
  vertical-align: top;
  line-height: 2em;
  text-align: left;
}
.variations .label {
  width: 66px;
  color: #999;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 30px;
  margin: 0;
}
.variations .value {
  padding-left: 10px;
}
.quantity {
  font-size: 0;
  margin: 0 10px 10px 0;
  display: inline-block;
  vertical-align: top;
}
.quantity .quantity-text {
  font-weight: 600;
  color: #666;
  line-height: 16px;
  display: inline-block;
  width: 3em;
  text-align: center;
  font-size: 14px;
  border: 0;
  outline: 0;
  vertical-align: top;
  height: 30px;
}
.quantity .quantity-down,
.quantity .quantity-up {
  font-size: 24px;
  color: #666;
  text-align: center;
}
/* .quantity .quantity-down:hover, */
/* .quantity .quantity-up:hover {
  background: #fafafa;
  cursor: pointer;
} */
/* .panel-border {
  border: 1px solid #f1f1f1;
} */
.nav-product {
  background: #f7f7f7;
  /* border-bottom: 1px solid #007bff; */
}
.nav-product > li.active > a,
.nav-product > li.active > a:hover,
.nav-product > li.active > a:focus {
  background: #e31939;
  color: #fff;
  border-color: 94c724;
  border-radius: 0;
}
.nav-product > li > a {
  padding: 10px 25px;
}
.nav-product > li > a:hover {
  border-color: #eeeeee #eeeeee #007bff;
}
.container .nav-filter {
  border: none;
}
.container .nav-filter li > a {
  border-radius: 3px;
  margin-right: 10px;
}
.container .nav-filter li > a:hover {
  background: #ffffff;
  color: #007bff;
  text-decoration: none;
  border-color: #ffffff;
}
.container .nav-filter li.active > a {
  color: #ffffff;
  background-color: #007bff;
  border: none;
  cursor: pointer;
}
.container .nav-filter li.active > a:hover {
  background-color: #2c3e50;
  color: #ffffff;
}
.rating {
  overflow: hidden;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #ffca00;
}
.rating-star {
  padding: 0 2px;
  margin: 0;
  cursor: pointer;
  display: block;
  float: right;
}
.rating-star:after {
  position: relative;
  font-family: FontAwesome;
  content: "\f006";
}
@media (max-width: 1200px) {
  .rating-star {
    padding: 0 1px;
  }
}
.rating-star.checked ~ .rating-star:after,
.rating-star.checked:after {
  content: "\f005";
}
.rating.vote .rating:hover .rating-star:after {
  content: "\f006";
}
.rating.vote .rating-star:hover ~ .rating-star:after,
.rating.vote .rating-star:hover:after {
  content: "\f005" !important;
}
.filter-container {
  margin-bottom: 10px;
  background-color: #fff;
}
.filter-row {
  padding: 3px 20px;
  border-bottom: 1px solid #f4f6f8;
}
.filter-row:last-child {
  border-bottom: none;
}
.filter-title {
  width: 100px;
  color: #777;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  text-align: left;
}
.filter-values {
  display: inline-block;
  color: #606269;
  width: 900px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.filter-values > li {
  display: inline-block;
  margin: 5px 5px 3px;
  position: relative;
}
.filter-values > li > a {
  padding: 5px 8px;
  display: inline-block;
}
.filter-values > li > a i {
  display: none;
}
.filter-values > li.active a {
  background-color: #99caff;
  color: #007bff;
}
.layui-layer .layui-layer-confirm {
  width: 100%;
  height: 100%;
}
.layui-layer .layui-layer-confirm:focus {
  border: 1px solid #444c69;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.layui-layer .layui-layer-confirm:focus-visible {
  outline: 0;
}
.main-footer a {
  color: #aaa;
}
.common_goodsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}

.common_goodsList li {
  transition: all 0.3s ease;
  margin-right: 30px;
  line-height: 1;
  margin-bottom: 40px;
  cursor: pointer;
  width: 218px;
  height: 300px;
  background: #f2f2f2;
}

.common_goodsList li:nth-child(5n) {
  margin-right: 0;
}

/* .common_goodsList li:hover {
  margin-top: -10px;
  background: #fff;
  box-shadow: 0 0 16px #00000029;
  border-radius: 20px;
  transition: all 0.3s ease;
} */

/* .common_goodsList li:hover .magazine_name {
  margin-left: 10px;
  transition: all 0.3s ease;
}

.common_goodsList li:hover .magazine_desc {
  margin: 10px 10px 0;
  transition: all 0.3s ease;
} */

/* .common_goodsList li:hover .magazine_img {
  transition: all 0.3s ease;
  border-radius: 20px 20px 0 0;
} */
.index-tab {
  width: 1244px !important;
  margin: 0 auto;
}
.common_goodsList li .magazine_img {
  margin-top: 18px;
  transition: all 0.3s ease;
  width: 166px;
  height: 200px;
}

.common_goodsList li .magazine_name {
  transition: all 0.3s ease;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  width: 200px;
}

.common_goodsList li .magazine_desc {
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.common_goodsList li .magazine_desc .magazine_desc_left {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.common_goodsList li .magazine_desc .magazine_desc_left .magazine_price {
  font-weight: 600;
  font-size: 16px;
  color: #ec5328;
}

.common_goodsList li .magazine_desc .magazine_desc_left .magazine_price span {
  font-size: 10px;
}

.common_goodsList li .magazine_desc .magazine_desc_left .magazine_market_price {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-left: 8px;
  text-decoration: line-through;
}

.common_goodsList li .magazine_desc .magazine_desc_right {
  min-width: 50px;
  height: 24px;
  background: #ec3428;
  border-radius: 12px 12px 12px 0px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_layer1 .footer1_content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_layer1 .footer1_content li {
  display: flex;
  align-items: center;
}
.footer_layer1 .footer1_content li .txt1 {
  width: 40px;
  height: 40px;
  border: 2px solid #cc0121;
  border-radius: 5px;
  font-size: 22px;
  color: #cc0121;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_layer1 .footer1_content li .txt2 {
  font-size: 18px;
  color: #000000;
  margin-left: 10px;
  font-weight: 600;
}
.footer_layer1 .footer1_content li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  color: #42AD64;
}

.footer_layer1 .footer1_content li .footer_icon {
  width: 60px;
  height: 60px;
}

.footer_layer1 .footer1_content li .footer_txt {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
}

/* .footer_layer1 .footer1_content li .footer_txt .footer_title {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
} */

/* .footer_layer1 .footer1_content li .footer_txt .footer_desc {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-top: 3px;
} */
.footer_layer2 {
  width: 1200px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 50px 0;
}

.footer_layer2 ul {
  list-style: none;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.footer_layer2_right {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  /*border-left: 1px solid #cccccc;*/
  margin-left: 100px;
  height: 100%;
  padding-top: 30px;
}
.top_subscription {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.bottom_subscription {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom_subscription .qrcode_img {
  width: 106px;
  height: 106px;
}
.bottom_subscription .txt {
  font-size: 16px;
  color: #666666;
  margin-top: 8px;
}
.top_subscription .sub_title {
  font-size: 16px;
  color: #333333;
}
.top_subscription .sub_number {
  font-size: 18px;
  color: #cc0101;
}

.footer_layer2 ul li .layer2_title {
  font-weight: 600;
  font-size: 16px;
  color: #6A6A6A;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
}

.footer_layer2 ul li .layer2_title .footer_icon {
  width: 24px;
  height: 22px;
  margin-right: 10px;
}

.footer_layer2 ul li .layer2_txt {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
  cursor: pointer;
}

.footer_layer2 ul li .layer2_txt:last-child {
  margin-bottom: 0;
}
.hot_list {
  width: 100%;
  height: 707px;
  background: url("../../../addons/shop/img/share/maigeyin/hot_bg.png") no-repeat;
  background-size: cover;
  margin-top: 50px;
}

.hot_list .hot_list_content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hot_list .hot_list_content .hot_title {
  width: 786px;
  height: 72px;
  margin-top: 40px;
}

.hot_list .hot_list_content .hot_title_txt {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin-top: -10px;
}

.hot_list .hot_list_content .hot_list_layer1 {
  width: 100%;
  margin-top: 29px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.hot_list .hot_list_content .hot_list_layer1 li {
  display: flex;
  background-color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition:
    width 0.5s ease,
    margin 0.5s ease;
  height: 378px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #ffffff;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_img {
  width: 216px;
  height: 300px;
  transition:
    width 0.5s ease,
    height 0.5s ease,
    margin 0.3s ease,
    border-radius 0.5s ease;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_info {
  margin-top: 8px;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_info .goods_name {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 216px;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_info .hot_info_desc {
  line-height: 1;
  margin: 10px 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_info .hot_info_desc .hot_price {
  font-weight: 600;
  color: #ec5328;
  display: flex;
  align-items: baseline;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_info .hot_info_desc .hot_price .shop_price {
  font-size: 16px;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_info .hot_info_desc .hot_price .shop_price span {
  font-size: 10px;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_info .hot_info_desc .hot_price .market_price {
  font-size: 12px;
  color: #999999;
  margin-left: 8px;
  text-decoration: line-through;
}

/* 继续第二段导航相关的代码转换 */
.navgations_container {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 10;
}

.navgations_container .nav_content {
  border-radius: 20px 0 0 20px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
  width: 68px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
}

.navgations_container .nav_content li {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 13px;
  cursor: pointer;
}

.navgations_container .nav_content li:first-child {
  margin-top: 0;
}

.navgations_container .nav_content li img {
  width: 24px;
}

.navgations_container .nav_content li .text {
  font-weight: 600;
  color: #333;
  line-height: 14px;
  font-size: 12px;
  margin-top: 8px;
}

.el-backtop {
  right: 0px;
  bottom: -50px;
  width: 68px;
  height: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
  border-radius: 20px 0 0 20px;
}
/* 主容器样式 */
.floor-nav {
  display: none;
  width: 104px;
  height: 408px;
  position: fixed;
  top: 30%;
  border-radius: 104px;
  border: 4px solid #94c724;
  transition: All 0.4s ease-in-out;
  z-index: 9;
  right: 51%;
  margin-right: 600px;
}

/* 内层包装容器样式 */
.floor-nav .floor-nav-wrap {
  width: 96px;
  height: 400px;
  border: 1px solid #fff;
  border-radius: 104px;
  background: #94c724;
  overflow: hidden;
  position: relative;
}

/* 导航项样式 */
.floor-nav .floor-nav-wrap .nav {
  cursor: pointer;
  margin-top: 10px;
}

.floor-nav .floor-nav-wrap .nav:hover {
  background: #fff;
  overflow: hidden;
}

.floor-nav .floor-nav-wrap .nav:hover span {
  color: #982e36;
}

.floor-nav .floor-nav-wrap .nav:first-child {
  margin-top: 20px;
}

.floor-nav .floor-nav-wrap .nav span {
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: bold;
}

.floor-nav .floor-nav-wrap .nav .dashed_line {
  width: 44px;
  height: 1px;
  border-bottom: 1px dashed #fff;
  margin: 0 auto;
}

/* 顶部导航按钮样式 */
.floor-nav .floor-nav-wrap .nav_top {
  position: absolute;
  bottom: 5px;
  left: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 6px auto 0;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #94c724;
}

.floor-nav .floor-nav-wrap .nav_top:hover {
  background: #fff;
}

.floor-nav .floor-nav-wrap .nav_top:hover .top_txt {
  color: #d03440;
}

.floor-nav .floor-nav-wrap .nav_top:hover .white_img {
  display: none;
}

.floor-nav .floor-nav-wrap .nav_top:hover .red_img {
  display: block;
}

.floor-nav .floor-nav-wrap .nav_top img {
  width: 14px;
  height: 10px;
  margin-top: 8px;
}

.floor-nav .floor-nav-wrap .nav_top .red_img {
  display: none;
}

.floor-nav .floor-nav-wrap .nav_top .top_txt {
  width: 32px;
  height: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 19px;
}

@media screen and (min-width: 100px) and (max-width: 1367px) {
  .floor-nav {
    transform: scale(0.7);
    margin-right: 584px;
  }
}
/* 头部第二层样式 */
.header_layer2 {
  width: 100%;
  height: 88px;
  background-color: #ffffff;
}

.header_layer2 .layer2_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0 40px;
}

/* 左侧区域样式 */
.header_layer2 .layer2_content .cont2_left {
  display: flex;
  align-items: center;
  flex: 4;
}

.header_layer2 .layer2_content .cont2_left .web_icon {
  width: 130px;
}

.header_layer2 .layer2_content .cont2_left .icon_line {
  width: 56px;
  height: 0px;
  border: 1px solid #dddddd;
  opacity: 0.5;
  margin: 0 30px;
  transform: rotate(90deg);
}

.header_layer2 .layer2_content .cont2_left .navigation {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

.header_layer2 .layer2_content .cont2_left .navigation li {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  margin-right: 30px;
  cursor: pointer;
}
.navigation li a {
  color: #000;
  font-size: 18px;
}
.header_layer2 .layer2_content .cont2_left .navigation li:last-child {
  margin-right: 0;
}

.header_layer2 .layer2_content .cont2_left .navigation::after {
  content: "";
  position: absolute;
  left: 25%;
  bottom: 0;
  width: 50%;
  height: 2px;
  background-color: #94c724;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header_layer2 .layer2_content .cont2_left .navigation:hover::after {
  opacity: 1;
}

.header_layer2 .layer2_content .cont2_left .navigation a {
  font-weight: 400;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
}

.header_layer2 .layer2_content .cont2_left .navigation a:hover {
  font-weight: 600;
  color: #94c724;
}

.header_layer2 .layer2_content .cont2_left .navigation .active a {
  color: #94c724;
  font-weight: 600;
}

.header_layer2 .layer2_content .cont2_left .navigation .active::after {
  content: "";
  position: absolute;
  left: 25%;
  bottom: 0;
  width: 50%;
  height: 2px;
  background-color: #94c724;
  opacity: 1;
}

/* 中间区域样式 */
.header_layer2 .layer2_content .cont2_center {
  flex: 1;
  border-radius: 222px;
  border: 1px solid #94c724;
  height: 60px;
  margin: 0 10px;
}

.header_layer2 .layer2_content .cont2_center .cont2_center_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header_layer2 .layer2_content .cont2_center .cont2_center_content .search-form {
  margin: 0;
}

.header_layer2 .layer2_content .cont2_center .cont2_center_content .input-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header_layer2 .layer2_content .cont2_center .cont2_center_content .search_input {
  margin-left: 20px;
  flex: 1;
  font-size: 16px;
  color: #999999;
  border: none;
}

.header_layer2 .layer2_content .cont2_center .cont2_center_content input:focus {
  outline: none;
}

.header_layer2 .layer2_content .cont2_center .cont2_center_content .search_btn {
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #94c724;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.header_layer2 .layer2_content .cont2_center .cont2_center_content .search_btn .fa-2x {
  color: #fff;
}

/* 右侧区域样式 */
.header_layer2 .layer2_content .cont2_right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header_layer2 .layer2_content .cont2_right .phonr_icon {
  width: 60px;
}

.header_layer2 .layer2_content .cont2_right .right_numberTxt {
  display: flex;
  flex-direction: column;
  color: #94c724;
  margin-left: 16px;
  white-space: nowrap;
}

.header_layer2 .layer2_content .cont2_right .right_numberTxt .work_time {
  font-weight: 400;
  font-size: 14px;
}

.header_layer2 .layer2_content .cont2_right .right_numberTxt .number {
  font-weight: 800;
  font-size: 24px;
}

.counsel_btn_v1{
    width: 180px;
    height: 40px;
    border: 1px solid #E5E5E5;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 118px;
}

.counsel_btn_v1 .counsel_icon_v1{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.main-footer {
  background-color: #F9F9F9;
}

.main-footer a {
  color: #A0A0A0;
}

#floatbtn{
    width: 134px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
#floatbtn .qrcode-box{
    width: 134px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 7px 9px;
    box-sizing: border-box;
    background-color: #42AD64;
    margin-bottom: 80px;
    font-size: 12px;
    color: #ffffff;
}
#floatbtn .qrcode-box .footer_icon{
    width: 46px;
    height: 46px;
    margin-right: 10px;
}

#floatbtn .footer_icon{
    width: 61px;
    height: 61px;
}
