.img-box a span {
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#0e243f), to(transparent));
  /* background: linear-gradient(to top, #0E243F, transparent); */
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  bottom: 0px;
  left: 0px;
  /* height: 30px; */
}

.img-box .big-img {
  margin-right: 10px;
  width: 360px;
  height: 330px;
}
.img-box .img-item.big-img img {
  /* width: 100%; */
  width: initial;
  height: 100%;
}
.img-box .little-img {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 330px;
}
.img-box .little-img img,
.img-box .little-img a {
  width: 210px;
  height: 160px;
}
.right-model {
  border: 1px solid #eeeeee;
  padding-bottom: 8px;
}
.right-model .title {
  display: flex;
  justify-content: space-between;
  position: relative;
  line-height: 50px;
  padding: 0 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
  font-weight: 600;
  font-size: 18px;
}
.right-model .title-noborder {
  border-bottom: none;
}
.right-model .title:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  content: '';
  display: block;
  width: 3px;
  height: 17px;
  background: #387ffc;
}
.right-model .text-ul {
  padding: 5px 20px 0;
}
.right-model .text-ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right-model .text-ul li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  padding-left: 10px;
}
.right-model .text-ul li a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #bbbbbb;
}
.ad {
  /* height: 90px; */
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
.ad .left {
  width: 960px;
  /* height: 90px; */
  overflow: hidden;
}
.ad .right {
  width: 300px;
  /* height: 90px; */
  overflow: hidden;
}
.ad .full {
  width: 1200px;
  /* height: 90px; */
  overflow: hidden;
}

.main {
  display: flex;
  margin-bottom: 20px;
}
.main .ad-swiper {
  width: 580px;
  height: 330px;
  margin-right: 20px;
}

.main .swiper-container {
  --swiper-navigation-color: #fff; /* 单独设置按钮颜色 */
}

.main .swiper-container .swiper-button {
  width: 36px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  transition: 0.5s;
}

.main .swiper-container:hover .swiper-button {
  transform: translate(0);
}

.main .swiper-container .swiper-button-prev {
  left: 0;
  transform: translate(-100%);
}

.main .swiper-container .swiper-button-next {
  right: 0;
  transform: translate(100%);
}

.main .swiper-container .swiper-button::after {
  width: 36px;
  height: 80px;
  background: rgba(0, 0, 0, 0.4);
  transition: 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.main .swiper-container .swiper-button:hover::after {
  background: #387ffc;
}

.main .box1 {
  width: 360px;
}

.main .box2 {
  width: 470px;
  /* height: 340px; */
}

.main .box2 .swiper-container.bullet,
.model.small .swiper-container.bullet {
  padding-bottom: 40px;
}

.nav-more {
  color: #387ffc;
  cursor: pointer;
  width: 88px;
  line-height: 50px;
  padding: 0 10px 0 20px;
  position: relative;
}

.nav-more::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background: rgba(215, 215, 215, 1);
  left: 0;
  top: 10px;
}

.nav-more img {
  width: 12px;
  height: 7px;
}

.model-imgbox {
  width: 100%;
  height: 140px;
  display: flex;
  margin-top: 10px;
}

.model-imgbox .img-item {
  width: 230px;
  height: 140px;
  margin-right: 10px;
  overflow: hidden;
}

.model-imgbox span {
  flex: 1;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}

.model-imgbox2 {
  width: 470px;
  height: 190px;
  margin-top: 10px;
  display: flex;
}

.model-imgbox2 .img-item {
  width: 470px;
  height: 190px;
}

.model.ask-left {
  width: 640px;
  height: 680px;
}

.model.ask-right {
  width: 300px;
  height: 680px;
}

.model-nav .nav-more-box {
  position: absolute;
  max-width: 100%;
  left: 0;
  top: 0;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 35%);
  border-radius: 4px;
  flex-wrap: wrap;
  background: #ffffff;
  z-index: 666;
  display: none;
  padding-right: 88px;
}

.model-nav.active .nav-more-box {
  display: flex;
}

.model-nav.active .nav-more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 667;
}

.model-nav.active .nav-more img {
  transform: rotate(180deg);
}

.model-nav .nav-more span.active,
.model-nav.active .nav-more span {
  display: none;
}

.model-nav.active .nav-more span.active,
.model-nav .nav-more span {
  display: block;
}

.model-nav.active dl {
  padding-right: 88px;
}

.sitemap-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  padding-bottom: 40px;
}

.swiper-container.bullet.sitemap-item {
  width: 414px;
  margin-top: 20px;
  border-radius: 8px;
  border: 1px solid #dadada;
  padding-bottom: 40px;
}

.swiper-container.bullet.sitemap-item .swiper-pagination {
  padding-bottom: 10px;
}

.sitemap-item .title {
  font-size: 20px;
  font-weight: 600;
  color: #387ffc;
  line-height: 28px;
  margin: 20px 0 10px;
  padding: 0 15px 0 25px;
  position: relative;
}

.sitemap-item .title::before {
  content: '';
  display: block;
  background: #387ffc;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translate(0, -50%);
}

.sitemap-item a {
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  /* margin-bottom: 18px; */
  height: 40px;
  padding: 0 15px 0 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 40px;
  position: relative;
}

.sitemap-item a::before {
  content: '';
  display: block;
  background: #387ffc;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translate(0, -50%);
}

.sitemap-item a:hover {
  color: #387ffc;
}

.gift-receive {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 300;
  cursor: pointer;
}

.gift-receive-bg {
  width: 100%;
}

.gift-receive-btn {
  height: 100%;
  position: absolute;
  top: 0;
  right: 16.4%;
}

.gift-receive-close {
  width: 2%;
  height: 44.4%;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
} 