.index {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: default;
}
.header {
  width: 1440px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.header .left {
  width: 250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .left .title {
  font-size: 14px;
  color: #4c4c4c;
  font-weight: 700;
}
.header .left .swiper {
  width: 160px;
  height: 30px;
  color: #666;
}
.header .left .swiper-slide {
  text-align: center;
  font-size: 14px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .left .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .right {
  width: 450px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .right .line {
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .right .line .img {
  height: 13px;
  width: 13px;
  margin-right: 10px;
}
.header .right .dl {
  background: #fff;
  border: 1px solid #dcdfe6;
  border-color: #dcdfe6;
  color: #606266;
  height: 28px;
  width: 50px;
}
.header .right .dl:hover {
  background-color: #caa36e;
  color: #fff;
  border: 1px solid #caa36e;
}
.nav {
  width: 1440px;
  height: 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .left img {
  height: 85px;
  width: 240px;
}
.nav .right {
  width: 600px;
  font-size: 16px;
  font-weight: 500;
  color: #404040;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .right .title {
  color: #caa36e;
}
.box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
}
.box .recommend {
  width: 1440px;
  height: 700px;
  background-image: url("../img/banner-botm.png");
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fafafa;
}
.box .recommend .bannerbox {
  width: 400px;
  height: 200px;
  margin-top: 300px;
}
.box .recommend .bannerbox .swiper-pagination {
  position: relative;
  width: 100%;
}
.box .recommend .bannerbox .swiper-pagination-bullet {
  width: 25%;
  height: auto;
  background: none;
}
.box .recommend .bannerbox .swiper-pagination-bullet img {
  width: 100%;
}
.box .recommend .bannerbox .bomton {
  display: flex;
  margin-top: 50px;
  margin-left: 20px;
}
.box .recommend .bannerbox .bomton .swipe-but {
  width: 170px;
  height: 55px;
  padding: 14px 10px;
  font-size: 20px;
  border-radius: 41px;
  border: none;
}
.box .recommend .bannerbox .bomton .swipe-but1 {
  background-color: #caa36e;
  color: #fff !important;
  margin-right: 66px;
}
.box .recommend .bannerbox .bomton .swipe-but2 {
  color: #caa36e !important;
  border: 1px solid #caa36e !important;
  background-color: #fff;
}
.box .recommend .bannerbox .bomton .swipe-but2:hover {
  background-color: #caa36e;
  color: #fff !important;
  border: 1px solid #caa36e !important;
}
.box .recommend .right {
  width: 780px;
  height: 700px;
  overflow: hidden;
}
.box .recommend .right #banner {
  max-width: 780px;
}
.box .recommend .right .swiper-slide {
  width: auto;
}
.box .recommend .right .swiper-slide img {
  width: 100%;
}
.out {
  width: 100%;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.out .gundong {
  width: 1440px;
  height: 300px;
  background-image: url("../img/组 3.png");
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.out .gundong .data {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  height: 100px;
  font-size: 24px;
  color: #fff;
}
.out .gundong .data .count {
  font-weight: 700;
}
.content {
  margin: 32px 0px;
  width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content .headline {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 20px;
  align-self: flex-start;
}
.content .type {
  width: 1440px;
  height: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.content .type .form {
  display: block;
  color: #737373;
  font-size: 12px;
  border: 0;
  height: 30px;
  width: 100px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.content .type .form:hover {
  background-color: #caa36e;
  color: #fff;
}
.content .type .forma {
  background-color: #caa36e;
  color: #fff;
}
.content .shopping {
  width: 1440px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.content .shopping .line {
  width: 325px;
  height: 450px;
}
.content .shopping .line .img {
  height: 324px;
  width: 324px;
}
.content .shopping .line .title {
  text-align: left;
  height: 24px;
  line-height: 24px;
  color: #4c4c4c;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  margin-top: 26px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.content .shopping .line .level {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 17.38px;
  color: #caa36e;
  text-align: left;
  vertical-align: top;
  margin-bottom: 16px;
}
.content .shopping .line .price {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  color: #d43030;
  justify-content: space-between;
  display: flex;
}
.content .shopping .line .price .button {
  background: #caa36e;
  color: white;
  border: 0px;
  width: 100px;
  border-radius: 12px;
}
.content .btn1 {
  margin-top: 40px;
  background-color: #caa36e;
  border: 2px solid #caa36e;
  font-size: 16px;
  border-radius: 4px;
  color: #fff;
  width: 148px;
  height: 48px;
}
.sheji {
  height: 950px;
  width: 100%;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  box-sizing: border-box;
}
.sheji .sheji_cont {
  width: 1440px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.sheji .sheji_cont .top {
  height: 624px;
  width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sheji .sheji_cont .top .left {
  width: 610px;
  height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.sheji .sheji_cont .top .left .img {
  height: 580px;
  width: 580px;
}
.sheji .sheji_cont .top .left .cut {
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.sheji .sheji_cont .top .left .cut img {
  height: 40px;
}
.sheji .sheji_cont .top .right {
  width: 600px;
  height: 620px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sheji .sheji_cont .bom {
  height: 100px;
  width: 1440px;
  background-image: url("../img/微信截图_20231016092931.png");
}
.kehushuo {
  width: 1440px;
  height: 450px;
  margin: 32px 0px;
  display: flex;
  justify-content: space-around;
}
.kehushuo .title {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 32px;
  text-align: left;
  vertical-align: top;
  font-size: 18px;
  color: #262626;
}
.kehushuo .right {
  width: 1000px;
  height: 400px;
}
.kehushuo .right .swiper {
  width: 100%;
  height: 100%;
}
.kehushuo .right .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}
.kehushuo .right .userbox {
  height: 250px;
  width: 500px;
  position: relative;
  background: #fafafa;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.kehushuo .right .userbox .img {
  position: absolute;
  top: -50px;
  left: 25px;
  height: 80px;
  width: 80px;
  border-radius: 80px;
}
.kehushuo .right .userbox .usercontent {
  width: 300px;
  height: 100px;
  text-align: left;
}
.kehushuo .right .userbox .usercontent .username {
  margin-bottom: 10px;
}
.kehushuo .right .userbox .usercontent .usersay {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-top: 16px;
  line-height: 32px;
  color: #737373;
  text-align: left;
  vertical-align: top;
}
.kehushuo .right .aaa {
  height: 40px;
  width: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kehushuo .right .aaa img {
  height: 40px;
  width: 40px;
}
.zanzhu {
  height: 600px;
  width: 1440px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.zanzhu .title {
  font-size: 20px;
}
.zanzhu .conte {
  height: 400px;
  width: 1440px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zanzhu .conte .partner-item {
  width: 200px;
  margin-bottom: 50px;
  display: flex;
  padding: 29px;
  align-items: center;
  height: 109px;
  justify-content: center;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
}
.yejiao {
  width: 100%;
  height: 600px;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yejiao .conte {
  width: 1440px;
  height: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yejiao .conte .left {
  width: 280px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.yejiao .conte .left img {
  height: 83px;
  width: 283px;
}
.yejiao .conte .left .span {
  width: 280px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 32px;
  color: #4d4d4d;
  text-align: left;
  vertical-align: top;
  margin-top: 32px;
}
.yejiao .conte .center {
  width: 580px;
  height: 400px;
  display: flex;
  justify-content: space-around;
}
.yejiao .conte .center .s {
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.yejiao .conte .center .title {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 32px;
  text-align: left;
  vertical-align: top;
  font-size: 20px;
}
.yejiao .conte .center .sub {
  margin-top: 32px;
  font-size: 14px;
  color: #595959;
  text-align: left;
}
.yejiao .conte .right {
  width: 380px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.yejiao .conte .right .erweima {
  width: 350px;
  height: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yejiao .conte .right .erweima .gzh {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 180px;
  width: 180px;
}
.yejiao .conte .right .erweima .gzh img {
  height: 120px;
  width: 120px;
}
.yejiao .conte .right .erweima .gzh .a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 32px;
  color: #999999;
  text-align: left;
  vertical-align: top;
}
.yejiao .conte .right .banquan {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 32px;
  color: #595959;
  text-align: left;
  vertical-align: top;
  width: 344px;
}
