.index-box {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  .el-container {
    height: 100%;

    .el-main {
      height: 100%;
    }
  }

  .el-content {
    width: 1200px;
    margin: 0 auto;
  }

  .page {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 20px;
  }

  .el-header {
    border-bottom: 1px solid #d3dce6;
    box-sizing: border-box;
    background-color: #fff;
    line-height: 60px;
  }

  .el-highlight {
    background-color: #fff;
  }

  .el-goods {
    display: flex;
    flex-wrap: wrap;
  }
}
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(13, 110, 253, 0.8);
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-to-top:hover {
  background-color: rgba(13, 110, 253, 1);
  transform: translateY(-3px);
}
.header-box {
  width: 1200px;
  margin: 0 auto;
}

.el-carousel__item h3 {
  color: #475669;
  font-size: 14px;
  opacity: 0.75;
  line-height: 200px;
  margin: 0;
}

.el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n+1) {
  background-color: #d3dce6;
}

.menu {
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #d3dce6;
  padding-right: 7px;
  position: sticky;
  top: 10;
}

.menu i {
  color: #19b500;
  font-weight: bold;
}

.menu-li .menu-t {
  color: #505760;
}

.menu-li a {
  display: flex;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #999;
  border-left: 2px solid #fff;
  align-items: center;

}

.menu-li a span {
  margin-left: 30px;
}

.menu-li a:hover {
  background-color: #f3fbf2;
  color: #19b500;
  border-left: 2px solid #19b500;
  margin-right: 10px;
  padding-right: 5px;
  border-right: 1px solid #d3dce6;
}

.menu-li a .more {
  margin-left: auto;
}

.ys {
  display: flex;
  flex-wrap: wrap;
}

.ys_item a {
  padding: 10px;
  display: block;

}

.ys_img img {
  width: 80px;
  height: 50px;
}

.ys_ds {
  color: #000;
  text-align: center;
  font-weight: bold;
}

.ys_item a:hover {
  background-color: #f3fbf2;
}

.cj {
  display: flex;
  flex-wrap: wrap;
}

.cj_item a {
  padding: 10px;
  display: block;
  width: 50px;
}

.cj_img img {
  width: 30px;
  height: 30px;
}

.cj_img {
  text-align: center;
}

.cj_ds {
  color: #000;
  text-align: center;
  font-weight: bold;
}

.cj_item a:hover {
  background-color: #f3fbf2;
}

.tags_item {
  padding: 10px;
}

.tags_item .title {
  font-weight: bold;
  color: #000;
  padding: 10px 0;
}

.tags_item_text {
  font-size: 10px;
  color: #000;
}

.tags_item a:hover {
  color: #19b500;
}

.info {
  color: #999;
  margin-left: 10px;
  font-size: 14px;
}

.goodsmargintop {
  margin-top: 10px
}

.goodsbox {
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdfe6
}

.goodspadding {
  padding: 20px 30px
}

.titletext {
  font-size: 16px;
  font-weight: 700
}

.title {
  font-size: 14px;
  font-weight: 700
}

.hot_box a {
  text-align: left;
}

.hot_box .flex {
  display: flex;
  align-items: center;
}

.hot_box .item_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #000;
  margin: 5px 0;
  text-align: left;
  padding-left: 5px;
}

.top_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /* letter-spacing: 2px; */
  color: #000;
  margin: 10px 0;
  text-align: left;
  padding-left: 5px;
}

a {
  color: #000
}

.el-content {
  width: 1200px;
  margin: 0 auto;
}

.el-main {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  overflow: inherit;
  padding: 20px;
  box-sizing: border-box;
}

.article_des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  letter-spacing: 2px;
  font-size: 14px;
}