.container {
  margin: 0 auto;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (min-width: 1200px) {
  .container {
    width: 92%;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1600px;
  }
}
@media (max-width: 1199px) {
  .common-style[data-style="14"] {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 768px) {
  .common-style[data-style="14"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.common-style {
  display: grid;
  word-break: break-all;
  min-height: 1.4rem;
  padding: 13px 10px;
  border-radius: 8px;
  row-gap: 10px;
}

@media (max-width: 991px) {
  .common-style {
    padding: 5px !important;
  }
}
.common-style[data-columns="4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.common-style[data-columns="5"] {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.common-style[data-columns="6"] {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
@media (max-width: 1070px) {
  .common-style[data-columns="6"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  .common-style[data-columns="6"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.common-style[data-columns="7"] {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.common-style[data-columns="8"] {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.common-style[data-columns="9"] {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.common-style[data-columns="10"] {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

@media (min-width: 992px) {
  .common-style[data-columns="10"] .amz-item-2 .amz-intro {
    max-width: 5vw;
  }
}
.common-style[data-columns="11"] {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.common-style[data-columns="12"] {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.common-style[data-columns="13"] {
  grid-template-columns: repeat(13, minmax(0, 1fr));
}

.common-style[data-columns="14"] {
  grid-template-columns: repeat(14, minmax(0, 1fr));
}

.common-style[data-columns="15"] {
  grid-template-columns: repeat(15, minmax(0, 1fr));
}

.common-style[data-columns="16"] {
  grid-template-columns: repeat(16, minmax(0, 1fr));
}

.common-style[data-columns="17"] {
  grid-template-columns: repeat(17, minmax(0, 1fr));
}

.common-style[data-columns="18"] {
  grid-template-columns: repeat(18, minmax(0, 1fr));
}

.common-style[data-columns="19"] {
  grid-template-columns: repeat(19, minmax(0, 1fr));
}

.common-style[data-columns="20"] {
  grid-template-columns: repeat(20, minmax(0, 1fr));
}

.common-style[data-columns="21"] {
  grid-template-columns: repeat(21, minmax(0, 1fr));
}

.common-style[data-columns="22"] {
  grid-template-columns: repeat(22, minmax(0, 1fr));
}

.common-style[data-columns="23"] {
  grid-template-columns: repeat(23, minmax(0, 1fr));
}

.common-style[data-columns="24"] {
  grid-template-columns: repeat(24, minmax(0, 1fr));
}

.common-style[data-style="1"] {
  padding-top: 6px;
  margin-top: 6px;
  margin-bottom: 2px;
  gap: 0px;
  padding-right: 10px;
  padding-bottom: 8px;
}

@media (max-width: 991px) {
  .common-style[data-style="1"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 10px !important;
  }
}
body {
  background-color: #f0f0f0;
  min-height: 100vh;
}

.header {
  padding: 20px 15px 16px;
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1019607843);
  z-index: 9998;
  position: relative;
}
.header .logo {
  padding-top: 30px;
}

@media (max-width: 1023px) {
  .header {
    padding-left: 15px;
  }
}
@media (max-width: 992px) {
  .header .container {
    display: block;
    padding-right: 15px;
    padding-left: 15px !important;
  }
  .header .container .logo {
    display: block;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .header .container .logo img {
    margin: auto;
  }
}
.header .header_right {
  /* padding-right: 15px; */
  padding-left: 16%;
}
@media (max-width: 992px) {
  .header .header_right {
    padding-right: 0;
    display: block;
    padding-left: 0;
  }
}
.header .header_right .search_box {
  width: clamp(400px, 38.75rem, 620px);
}
@media (max-width: 992px) {
  .header .header_right .search_box {
    width: 100%;
  }
}
.header .header_right .search_box .input_wrap {
  margin-top: 10px;
}
.header .header_right .search_box .input_wrap input {
  height: 50px;
  border-radius: 25px;
  padding-left: 20px;
  background-color: #f5f5f5;
  width: 100%;
}
.header .header_right .search_box .input_wrap input::-webkit-input-placeholder {
  color: #959595;
}
.header .header_right .search_box .input_wrap input:-moz-placeholder {
  color: #959595;
}
.header .header_right .search_box .input_wrap input::-moz-placeholder {
  color: #959595;
}
.header .header_right .search_box .input_wrap input:-ms-input-placeholder {
  color: #959595;
}
.header .header_right .search_box .input_wrap input::placeholder {
  color: #959595;
}
@media (max-width: 992px) {
  .header .header_right .search_box .input_wrap input {
    height: 40px;
  }
}
.header .header_right .search_box .input_wrap .submit {
  right: 15px;
}
.header .header_right .search_tag span {
  color: #aaaaaa;
  margin-right: 2.1875rem;
  padding: 0 3px 10px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}
.header .header_right .search_tag span:last-child {
  margin-right: 0;
}
.header .header_right .search_tag span.active {
  color: #434343;
  border-bottom-color: #434343;
}
@media (max-width: 992px) {
  .header .header_right .search_tag {
    margin-bottom: 15px;
  }
}
.header .header_right .count {
  padding-bottom: 16px;
  margin-left: 24px;
}
.header .header_right .count span {
  font-weight: bold;
  font-size: 16px;
  color: #e67400;
  margin-left: 5px;
}
@media (max-width: 992px) {
  .header .header_right .count {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 0;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main {
  padding-top: 60px;
  position: relative;
}
@media (max-width: 992px) {
  .main {
    padding-top: 30px;
  }
}
@media (max-width: 640px) {
  .main {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.left_menu {
  width: 180px;
  position: sticky;
  left: 40px;
  top: 30px;
}
@media (max-width: 640px) {
  .left_menu ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 20px;
  }
}
.left_menu ul li {
  position: relative;
  height: 50px;
  font-size: 16px;
  color: #434343;
  padding: 0 24px;
  border-radius: 25px;
  cursor: pointer;
}
.left_menu ul li img {
  display: none;
}
.left_menu ul li.active {
  background-color: #4a891f;
  color: #fff;
}
.left_menu ul li.active img {
  display: block;
}
@media (max-width: 1260px) {
  .left_menu {
    width: 140px;
    left: 15px;
  }
  .left_menu ul li {
    height: 45px;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 23px;
  }
}
@media (max-width: 1160px) {
  .left_menu ul li {
    height: 40px;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 20px;
  }
  .left_menu ul li img {
    width: 16px;
  }
}
@media (max-width: 640px) {
  .left_menu {
    width: 100%;
    left: 0;
    top: 0;
    position: static;
    margin-bottom: 25px;
  }
  .left_menu img {
    display: none !important;
  }
  .left_menu ul li {
    padding: 20px;
  }
}

.col_title {
  padding-left: 10px;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .col_title {
    padding-left: 0;
  }
}
.col_title h3 {
  font-size: 18px;
  font-weight: bold;
}
.col_title h3 img {
  margin-right: 10px;
}
.col_title .fresh {
  background-color: #fff;
  width: 90px;
  height: 35px;
  border-radius: 18px;
  cursor: pointer;
}
.col_title .fresh img {
  margin-right: 10px;
}
.col_title .tab {
  margin-left: 24px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.col_title .tab span {
  margin-right: 10px;
  width: 130px;
  height: 30px;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.col_title .tab span.active, .col_title .tab span:hover {
  color: #fff;
  background-color: #4a891f;
}
@media (max-width: 640px) {
  .col_title .tab {
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            padding-bottom: 20px;
  }
  .col_title .tab span {
    width: auto;
    padding: 0 15px;
  }
  .isTab .col_title{margin-bottom: 0 !important;}
}

.preview-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-left: 30px;
  flex:1;
}

@media (max-width: 640px) {
  .preview-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0 ;
  }
}
.preview-content ul {
  padding: 20px 8px;
  background: #fff;
  border-radius: 10px;
}
.preview-content ul li {
  padding: 14px 10px;
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.preview-content ul li .icon_box img {
  width: 30px;
}
.preview-content ul li .intro {
  padding-left: 10px;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
}
.preview-content ul li .intro .title {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
     transition: all .5s;
}
.preview-content ul li .intro .description {
  line-height: 16px;
  font-size: 12px;
  color: #aaaaaa;
  padding-right: 16px;
  margin-top: 8px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.preview-content ul li:hover {
  background-color: #f5f5f5;
}
.preview-content ul li:hover .title{
  color: #d37c21;
}
@media (max-width: 1160px) {
  .preview-content .isTab .col_title {
    display: block;
  }
  .preview-content .isTab .col_title .tab {
    margin-left: 0;
    margin-top: 20px;
  }
}

.collection {
  background-color: #4a891f;
  margin-top: 30px;
  padding: 0 15px;
}
.collection .container {
  height: 70px;
}
.collection .collection__text {
  font-size: 16px;
  color: #fff;
}
.collection .collection__text .code {
  margin-left: 14px;
}
.collection .wechat-dialog {
  display: none;
  left: -webkit-calc(50% + 10px);
  left: -moz-calc(50% + 10px);
  left: calc(50% + 10px);
  top: -10px;
  -webkit-transform: translate(-50%, -100%);
     -moz-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
       -o-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  position: absolute;
  width: 160px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(42, 97, 241, 0.1019607843);
  padding: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.collection .wechat-dialog img {
  display: block;
  width: 140px;
  height: 140px;
}
.collection .wechat-dialog .text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #242528;
}
.collection .code:hover .wechat-dialog {
  display: block;
}
.collection .collection__right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.collection .collection__right .collection-button {
  border-radius: 8px;
  background-color: #fff;
  padding: 0 20px;
  height: 40px;
  color: #44a800;
  font-weight: bold;
}
.collection .collection-font, .collection span {
  margin: 0 12px;
}
@media (max-width: 640px) {
  .collection {
    display: none;
  }
}

footer {
  background-color: #27282c;
  padding: 50px 15px;
}
footer .text {
  margin-left: 15px;
}
footer p,footer p a {
  color: #afb5bd;
}
footer .p1 {
  margin-bottom: 10px;
}
footer .line {
  width: 1px;
  height: 40px;
  margin-left: 20px;
  background-color: #393a3c;
}
@media (max-width: 640px) {
  footer {
    padding: 20px 15px;
    margin-top: 30px;
  }
  footer .container {
    display: block;
  }
  footer .container .left {
    display: block;
  }
  footer .container .left .line {
    display: none;
  }
  footer .container .left .logo {
    display: block;
  }
  footer .container .left .logo img {
    margin: auto;
  }
  footer .container .left .text {
    margin-top: 20px;
    margin-left: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  .copyright span{
    display: block;
    text-align: center;
    line-height: 1.45;
  }
}


.preview-content > .section:nth-child(2) {
    /* 你的样式 */
	display:none;
}