.banner1-size {
  width: 560px;
  height: 428px;
}
.swiper-button-prev {
  background-color: #5F5F5F;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 0.5;
}
.swiper-button-next {
  background-color: #5F5F5F;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 0.5;
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 10px;
  color: #fff;
}
.banner1-size img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.el-menu-item:focus, .el-menu-item:hover {
  background-color: #B6D2FF !important;
}
.index-main-content {
  width: 1200px;
  margin: 0 auto;
}
.mt16 {
  margin-top: 16px;
}
.menu-banner {
  width: 560px;
  height: 428px;
  margin: 0 20px;
  background-color: #FAFAFA;
  border-radius: 12px;
}
.menu-banner .swiper-container {
  border-radius: 12px;
}
.menu-title {
  width: 300px;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
  /* text-align: center; */
  border-radius: 12px 12px 0 0;
  padding-left: 60px;
}
.menu-left {
  width: 300px;
  height: 428px;
  background-color: #fff;
  border-radius: 12px;
}
.menu-left-bg {
  background: url('../images/bg_all_categories.png') no-repeat;
  background-size: 100%;
}
.menu-right-top {
  font-size: 16px;
  color: #000000;
}
.menu-right {
  width: 300px;
  height: 428px;
  padding: 16px 20px;
  background-color: #fff;
  border-radius: 12px;
}
.menu-right-bg {
  width: 260px;
  height: 54px;
  border-radius: 6px;
  background: url('../images/bg_purchasing_release.png') no-repeat;
  background-size: 100%;
  line-height: 54px;
  font-weight: 500;
  margin: 10px 0 6px 0;
  cursor: pointer;
}
.menu-right-list-title {
  padding: 10px 3px 0;
  font-weight: 600;
}
.p14 {
  padding: 14px 14px 0;
}
.gray-line {
  height: 12px;
  background: #BBBBBB;
  opacity: 0.28;
  filter: blur(2px);
  margin-top: -16px;
}
.menu-right-title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.menu-right-list {
  margin-top: 7px;
  border-top: 4px solid #F6BF72;
  font-size: 14px;
}
.menu-right-list-contnet {
  padding-bottom: 5px;
  border-bottom: 1px solid #DDDDDD;
  /* line-height: 1.5; */
}
.menu-right-list-item {
  padding: 0px 3px;
  font-size: 14px;
  color: #7F7F7F;
  line-height: 1.5;
}
.menu-right-btn {
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #002A79;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #002A79;
  margin-top: 6px;
  cursor: pointer;
}
.menu-right-btn i {
  margin-left: 6px;
  font-size: 16px;
  font-weight: bold;
}
.menu-left-icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.menu-left-title {
  width: 85%;
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  word-break:normal;
}
.menu-second-level {
  font-size: 12px;
  font-weight: 600;
  color: #111111;
  padding-bottom: 5px;
}
.menu-third-level {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  padding: 7px 0 20px 0;
  line-height: 2;
  min-height: 30px;
}
.el-divider--horizontal {
  margin: 0;
}
.el-popover {
  padding: 20px 20px 0;
}
.el-link {
  font-size: 12px;
}
.menu-second-level.el-link.el-link--default:hover{
  color: #002A79;
}
.menu-third-level .el-link.el-link--default:hover{
  color: #002A79;
}
.menu-left .el-menu {
  border-radius: 12px;
}
.menu-left .el-menu-item {
  display: flex;
  align-items: center;
  height: 54px;
  line-height: 54px;
}
.menu-left .el-menu-item:last-child {
  border-radius: 0 0 12px 12px;
}
.menu-left .el-menu-item span {
  width: 100%;
  white-space: normal;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  word-break: break-all;
  line-height: 20px;
}
.featured {
  background: #fff;
  margin: 30px 0;
  border-radius: 12px;
}
.featured-tag-title {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #002A79;
  padding: 20px 0;
}
.more-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
}
.more-btn-icon{
  width: 11px;
  height: 14px;
  margin-left: 7px;
}
.tag-list {
  padding: 0 20px;
  flex-wrap: wrap;
}
.featured-card {
  width: 275px;
  height: 370px;
  margin: 0 20px 20px 0;
  background-color: #6088FF;
  cursor: pointer;
  border-radius: 12px;
}
.featured-card:nth-of-type(4n) {
  margin-right: 0;
}
.featured-card-img {
  width: 275px;
  height: 275px;
  border-radius: 12px;
  object-fit: cover;
  background-color: #f5f5f5;
}
.featured-card-text {
  width: 275px;
  height: 95px;
  padding: 10px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.featured-card-title {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
}
.featured-text {
  width: 280px;
  height: 136px;
  position: absolute;
  padding: 30px 15px;
  text-align: center;
  white-space: normal;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  word-break: break-all;
  font-size: 28px;
  font-weight: 600;
  color: #FAFAFA;
}
.youlike {
  width: 1200px;
  background: #fff;
  margin: 30px 0;
  border-radius: 12px;
}
.youlike-content {
  padding: 0 20px;
  flex-wrap: wrap;
}
.youlike-card {
  width: 275px;
  height: 440px;
  background: #F5F5F5;
  margin: 0 20px 20px 0;
  border-radius: 12px;
}
.youlike-card:nth-of-type(4n) {
  margin-right: 0;
}
.youlike-img {
  width: 275px;
  height: 275px;
  border-radius: 12px;
  background: #fff;
}
.youlike-info {
  width: 100%;
  height: 165px;
  padding: 16px 14px;
  font-size: 14px;
  color: #111;
  font-weight: 400;
}
.youlike-title {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #002A79;
  line-height: 19px;
}
.youlike-desc {
  width: 100%;
  height: 30px;
  font-size: 14px;
  color: #666666;
  margin: 8px 0 15px 0;
  line-height: 16px;
}
.youlike-store {
  font-size: 14px;
  color: #002A79;
  line-height: 19px;
}

.recommend {
  width: 1200px;
  background: #fff;
  border-radius: 12px;
}
.recommend-card {
  width: 373px;
  height: 243px;
  background: #F5F5F5;
  border-radius: 12px;
  cursor: pointer;
  padding: 20px 15px;
  margin: 0 20px 20px 0;
}
.recommend-card:nth-of-type(3n) {
  margin-right: 0;
}
.recommend-card-logo {
  width: 78px;
  height: 78px;
  box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.07);
  border-radius: 12px;
  background: #fff;
}
.recommend-card-right {
  width: 253px;
  font-size: 16px;
  font-weight: 600;
  margin-left: 14px;
  color: #002A79;
}
.recommend-card-label {
  max-width: 100px;
  padding: 5px 13px;
  font-size: 12px;
  background: #F4B650;
  border-radius: 2px;
  text-align: center;
  margin: 10px 10px 0 0;
}
.recommend-card-bottom {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 105px;
}
.recommend-card-img {
  width: 105px;
  height: 105px;
  background: #FFFFFF;
  border-radius: 12px;
  margin-right: 15px;
}
.recommend-card-img:last-child {
  margin-right: 0;
}



.banner2-swiper {
  width: 1200px;
  height: 240px;
  border-radius: 12px;
  margin: 30px 0;
}
.banner2-swiper img{
  width: 100%;
  height: 100%;
}
.index-top-msg {
  padding: 20px 0;
  color: #F6BF72;
  font-size: 16px;
}
.index-top-img {
  width: 40px;
  height: 40px;
}
.index-top-desc {
  max-width: 630px;
  padding: 0px 6px;
}
.index-top-btn {
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #F4B650;
  cursor: pointer;
}

.w160 {
  width: 160px;
}
.mb30 {
  margin-bottom: 30px;
}