/* banner部分 */
.swiper-container-banner .swiper-slide .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  color: #fff;
}
.swiper-container-banner .swiper-slide .txt h2 {
  font-size: 48px;
  font-family: "Roboto-Bold";
  font-weight: normal;
  margin-bottom: 50px;
}
.swiper-container-banner .swiper-slide .txt h3 {
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: normal;
}
.swiper-container-banner .swiper-slide .txt p {
  background: #fff;
  color: #101010;
  font-family: "Roboto-Medium";
  font-weight: normal;
  font-size: 24px;
  padding: 10px 30px;
  border-radius: 2px;
}
.swiper-button-prev-banner::after,
.swiper-button-next-banner::after {
  content: "";
}
.swiper-button-prev-banner,
.swiper-button-next-banner {
  width: 100px;
  height: 55px;
  background: rgba(52, 54, 60, 0.7);
  transition: all 0.5s;
}
.swiper-button-prev-banner:hover,
.swiper-button-next-banner:hover {
  background: #34363c;
}
.swiper-button-prev-banner {
  left: 0;
}
.swiper-button-next-banner {
  right: 0;
}
.swiper-pagination-banner {
  position: absolute;
  bottom: 30px !important;
}
.swiper-pagination-banner .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
}
.swiper-pagination-banner .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 5px;
}
.guarantee1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 360px;
}
.guarantee1 .box {
  flex: 1;
  background: #080c17;
  position: relative;
}
.guarantee1 .box .mask {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
}
.guarantee1 .box:hover .mask {
  opacity: 0.15;
}
.guarantee1 .box .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  flex-direction: column;
  color: #fff;
}
.guarantee1 .box .txt img {
  margin-bottom: 30px;
  width: 36px;
  height: 36px;
}
.guarantee1 .box .txt h2 {
  font-size: 32px;
  font-family: "Roboto-Bold";
  margin-bottom: 30px;
  max-width: 300px;
  line-height: 1.2;
  text-align: center;
}
.guarantee1 .box .txt p {
  font-size: 16px;
  max-width: 300px;
  line-height: 1.2;
  text-align: center;
}
.domaxsport {
  background: url(/lib/images/img_bg_texture.png) #faf7f5;
  padding: 100px 0;
}
.domaxsport .content {
  display: flex;
  box-shadow: 0 10px 20px rgba(9, 18, 2, 0.05);
  background: #fff;
  /* margin-bottom: 50px; */
}
.domaxsport .content > div {
  max-width: 50%;
}
.domaxsport .content .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.domaxsport .content .right {
  padding: 4.687515vw 6.25002vw;
}

.title h2 {
  font-size: 52px;
  font-family: "Roboto-Bold";
  font-weight: normal;
  color: #080c17;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 50px;
}
.title h2 span {
  display: inline-block;
  width: 80px;
  height: 4px;
  background: #080c17;
  margin: 0 20px;
}
.domaxsport .content .right p {
  font-size: 16px;
  color: #404040;
  line-height: 1.5;
  margin-bottom: 30px;
  max-width: 580px;
}
.domaxsport .content .right p:last-child {
  margin-bottom: 0;
}
.domaxsport .button {
  width: 280px;
  height: 56px;
  background: #080c17;
  color: #fff;
  margin: 0 auto;
  border-radius: 2px;
}
.domaxsport .button p {
  margin-right: 10px;
}
.why_chose {
  padding: 6.25002vw 0;
}
.why_chose .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why_chose .content > img {
  margin-bottom: 30px;
}
.why_chose .content .line {
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #404040;
  margin-bottom: 20px;
}
.why_chose .content .title h2 {
  margin-bottom: 20px;
}
.why_chose .content > p {
  text-align: center;
  font-size: 16px;
  max-width: 800px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.why_chose .content .four_box {
  width: 100%;
}
.why_chose .content .four_box .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 380px;
  padding: 40px;
  border-radius: 40px;
}
.why_chose .content .four_box .box:hover {
  box-shadow: 20px 0 200px rgba(9, 16, 32, 0.1);
}
.why_chose .content .four_box .box:hover .img {
  background: #080c17;
}
.why_chose .content .four_box .box .img {
  width: 96px;
  height: 96px;
  background: #606266;
  border-radius: 50%;
  margin-bottom: 30px;
}
.why_chose .content .four_box h3 {
  font-size: 28px;
  font-family: "Roboto-Bold";
  max-width: 230px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
  min-height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.why_chose .content .four_box p {
  font-size: 20px;
  color: #666;
  line-height: 1.5;
  max-width: 340px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 84px;
}
.brand_logo {
  background: #f7f7f7;
  padding: 5.20835vw 0;
}
.brand_logo .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.brand_logo .content h2 {
  font-size: 52px;
  font-family: "Roboto-Bold";
  font-weight: normal;
  color: #080c17;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.2;
}
.brand_logo .content span.line {
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #404040;
  margin-bottom: 20px;
}
.brand_logo .content p {
  text-align: center;
  font-size: 16px;
  max-width: 800px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.swiper-container-logo {
  width: 100%;
}
.brand_logo .swiper-pagination .swiper-pagination-bullet {
  background-color: #080c17;
}
.swiper-container-logo .swiper-slide img {
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
}
.made .title h2 {
  justify-content: center;
  margin-bottom: 80px;
}
.made .made_in {
  width: 100%;
  position: relative;
  background: url(/lib/images/img_bg_texture.png) #faf7f5;
  height: 900px;
}
.made .made_in .img {
  margin: 0 auto;
  position: relative;
  height: 900px;
  width: fit-content;
  z-index: 9;
}
.made .made_in .img > img {
  height: 900px;
}
.made .made_in .img .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(8, 12, 23, 0.3);
  flex-direction: column;
}
.made .made_in .img .txt h2 {
  font-size: 52px;
  font-family: "Roboto-Bold";
  color: #fff;
  margin-bottom: 40px;
}
.made .made_in .img .txt a {
  width: 280px;
  height: 56px;
  background: #fff;
  color: #080c17;
  margin: 0 auto;
  border-radius: 2px;
  transition: all 0.5s;
}
.made .made_in .img .txt a:hover {
  background: #080c17;
  color: #fff;
}
.made .made_in .img .txt a:hover svg {
  fill: #fff;
}
.made .made_in .img .txt a p {
  color: #fff;
}
.made .made_in .img .txt a svg {
  margin-left: 10px;
  transition: all 0.5s;
}
.made .made_in img.bg {
  position: absolute;
  top: 0;
  left: 0;
}
.made .made_in img.bg_right {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
.look_hot {
  padding: 6.25002vw 0;
}
.look_hot .title h2 {
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 80px;
  text-align: center;
}
.look_hot .look_in {
  width: 100%;
  overflow: hidden;
  margin-top: 4.16665vw;
}
.look_hot .look_in .swiper-container {
  --swiper-navigation-color: #080c17; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 24px; /* 设置按钮大小 */
}
.look_hot .look_in .swiper-container .box {
  display: block;
  border: 15px solid #f7f7f7;
  margin-bottom: 0;
}
.look_hot .look_in .box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.look_hot .look_in .box figure {
  background: #080c17;
  aspect-ratio: 1/1;
  margin: 0;
}
.look_hot .look_in .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  opacity: 0.7;
}
.look_hot .look_in .box:hover figure {
  background: #fff;
}
.look_hot .look_in .box:hover img {
  transform: scale(1.1);
  opacity: 1;
}
.look_hot .look_in .box .txt {
  position: absolute;
  width: 100%;
  height: 250px;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(8, 12, 23, 0), rgba(8, 12, 23, 0.7));
  flex-direction: column;
  color: #fff;
  transition: all 0.5s;
}
.look_hot .look_in .box .txt p {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  max-width: 90%;
  text-align: center;
}
.look_hot .look_in .box .txt h3 {
  font-size: 32px;
  margin: 15px 0;
  font-family: "Roboto-Bold";
  position: relative;
  max-width: 90%;
  text-align: center;
}
.look_hot .look_in .box .txt h3::after {
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background: #fff;
  content: "";
  transition: all 0.5s;
}
.look_hot .look_in .box:hover .txt {
  opacity: 0;
}
.look_hot .look_in .box .txt-none {
  opacity: 0;
  height: 100%;
  bottom: 50%;
  transform: translateY(50%);
}
.look_hot .look_in .box:hover .txt-none {
  opacity: 1;
}
.look_hot .look_in .box .txt-none .a {
  border: 2px solid #fff;
  padding: 10px 20px;
  color: #fff;
}
.look_hot .look_in .box:hover .txt h3::after {
  width: 100%;
}
.business {
  height: 528px;
  position: relative;
  background: linear-gradient(#34363c, #080c17);
}
.business .mask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: url(/lib/images/img_cta_bg.jpg) no-repeat;
  background-attachment: fixed;
  opacity: 0.1;
}
.business .content {
  position: relative;
  z-index: 10;
  flex-direction: column;
  height: 100%;
  color: #fff;
}
.business .content .title {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
.business .content .title .line {
  width: 100%;
  height: 2px;
  background: #fff;
}
.business .content .title h3 {
  font-size: 40px;
  font-family: "Roboto-Bold";
  flex-shrink: 0;
  padding: 0 30px;
}
.business .content .desc {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.business .content .desc p {
  line-height: 1.5;
}
.business .content h4 {
  font-size: 20px;
  margin-bottom: 40px;
}
.business .content .button {
  display: flex;
  margin-bottom: 50px;
}
.business .content .button a {
  width: 270px;
  height: 60px;
  background: #080c17;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 2px;
}
.business .content .button a:nth-child(1) {
  background: #fff;
  color: #080c17;
  margin-right: 20px;
  transition: all 0.5s;
}
.business .content .button a:nth-child(1):hover {
  background: #080c17;
  color: #fff;
}
.business .content .button a svg {
  margin-right: 10px;
}
.business .content p span {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  font-style: italic;
}
.business .content p a {
  color: #fff;
  font-style: italic;
}
.commitment {
  padding: 6.025002vw 0;
}
.commitment .content {
  flex-direction: column;
}
.commitment .content .title h2 {
  margin-bottom: 30px;
}
.commitment .content > p {
  font-size: 16px;
  color: #303030;
  line-height: 1.5;
  max-width: 820px;
  text-align: center;
}
.commitment .content .commitment-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.commitment .content .commitment-txt .left {
  margin-right: 20px;
  max-width: 630px;
  width: 100%;
}
.commitment .content .commitment-txt .right {
  max-width: 700px;
  width: 100%;
}
.commitment .content .commitment-txt .right p {
  margin: 10px 0;
  line-height: 24px;
}
.commitment .content .commitment_in {
  margin-top: 70px;
  width: 100%;
  display: flex;
}
.commitment .content .commitment_in .box {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  border-right: 1px solid #e5e5e5;
}
.commitment .content .commitment_in .box:last-child {
  border-right: none;
}
.commitment .content .commitment_in .box p {
  margin-top: 40px;
  font-size: 20px;
  color: #303030;
  text-align: center;
}
.slide_show {
  width: 100%;
}
.slide_show .swiper-slide {
  cursor: pointer;
}
.slide_show .swiper-slide .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 12, 23, 0.8);
  z-index: 9;
  opacity: 0;
  transition: all 0.5s;
}
.slide_show .swiper-slide .hover .border {
  width: 72px;
  height: 72px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0;
}
.slide_show .swiper-slide:hover .hover {
  opacity: 1;
}
.information {
  background: url(/lib/images/img_footer_bg.jpg) no-repeat right bottom;
  position: relative;
  padding: 7.29169vw 0;
}
.information .mask {
  position: absolute;
  left: 90px;
  bottom: 0;
}
.information .content {
  flex-direction: column;
}
.information .content .title h2 {
  margin-bottom: 35px;
}
.information .content img {
  margin-bottom: 30px;
}
.information .content .information-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.information .content .information-txt .right {
  max-width: 630px;
  width: 100%;
}

.information .content p {
  font-size: 20px;
  color: #303030;
  font-family: "Roboto-Medium";
  max-width: 880px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.information .content a {
  width: 280px;
  height: 58px;
  background: #080c17;
  color: #fff;
  position: relative;
  z-index: 10;
  margin-top: 50px;
}

@media (max-width: 1400px) {
  .domaxsport {
    padding: 80px 0;
  }
  .information .mask {
    left: 0;
  }
}

@media (max-width: 1279px) {
  .domaxsport {
    padding: 60px 0;
  }
  .why_chose .content .four_box .box {
    padding: 15px 0;
    padding-top: 30px;
  }
}

@media (max-width: 1023px) {
  .domaxsport .content {
    flex-direction: column;
  }
  .domaxsport .content > div {
    max-width: 100%;
  }
  .commitment .content .commitment-txt {
    flex-direction: column;
  }
  .information .content .information-txt {
    flex-direction: column;
  }
  .look_hot .look_in .swiper-container .box {
    border: none;
  }
}

@media (max-width: 767px) {
  .domaxsport {
    padding: 40px 0;
  }
  .swiper-container-banner .swiper-slide img {
    aspect-ratio: 750 / 880;
    object-fit: cover;
  }
  .swiper-container-banner .swiper-slide .txt h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .swiper-container-banner .swiper-slide .txt h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .swiper-container-banner .swiper-slide .txt p {
    padding: 8px 15px;
    font-size: 16px;
  }
  .swiper-pagination-banner {
    bottom: 15px !important;
  }
  .swiper-button-prev-banner,
  .swiper-button-next-banner {
    width: 48px;
    height: 36px;
  }
  .swiper-button-prev-banner img,
  .swiper-button-next-banner img {
    width: 24px;
  }
  .guarantee1 {
    flex-direction: column;
    height: auto;
  }
  .guarantee1 .box .mask {
    height: 156px;
  }
  .guarantee1 .box:hover .mask {
    opacity: 0.4;
  }
  .guarantee1 .box .txt img {
    margin-bottom: 15px;
  }
  .guarantee1 .box .txt h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .title h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .domaxsport .content .right {
    padding: 30px 0;
  }
  .domaxsport .content {
    margin-bottom: 30px;
  }
  .why_chose {
    padding: 30px 0;
    padding-bottom: 0;
  }
  .why_chose .content .four_box .box {
    padding-top: 0;
  }
  .why_chose .content .four_box .box .img {
    margin-bottom: 20px;
    width: 76px;
    height: 76px;
  }
  .why_chose .content .four_box h3 {
    font-size: 22px;
    min-height: 66px;
    margin-bottom: 20px;
  }
  .why_chose .content .four_box p {
    font-size: 14px;
    -webkit-line-clamp: 4;
  }
  .brand_logo .content h2 {
    font-size: 26px;
    margin-top: 20px;
  }
  .made .title h2 {
    margin-bottom: 30px;
  }
  .made .made_in {
    height: auto;
    overflow: hidden;
  }
  .made .made_in .img > img {
    height: auto;
    object-fit: cover;
  }
  .made .made_in .img .txt h2 {
    font-size: 26px;
  }
  .made .made_in .img {
    height: 400px;
  }
  .look_hot {
    padding: 30px 0;
  }
  .look_hot .title h2 {
    margin-bottom: 30px;
  }
  .look_hot .look_in .box .txt h3 {
    font-size: 16px;
  }
  .look_hot .look_in .box .txt {
    height: auto;
  }
  .business {
    height: auto;
    padding: 30px 0;
  }
  .business .content .button {
    flex-direction: column;
    margin-bottom: 10px;
    align-items: center;
  }
  .business .content .button a {
    margin-bottom: 20px;
  }
  .business .content .button a:nth-child(1) {
    margin-right: 0;
  }
  .business .content .title h3 {
    font-size: 24px;
  }
  .business .content h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .business .content .title {
    margin-bottom: 20px;
  }
  .commitment {
    padding: 30px 0;
  }
  .commitment .content .commitment_in {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .commitment .content .commitment_in .box {
    width: 50%;
    flex: auto;
    border-right: none;
    padding: 20px 0;
  }
  .commitment .content .commitment_in .box img {
    width: 56px;
  }
  .commitment .content .commitment_in .box p {
    margin-top: 20px;
  }
  .information {
    padding: 30px 0;
  }
  .information .content .title h2 {
    margin-bottom: 20px;
  }
  .information .content img {
    margin-bottom: 15px;
  }
  .information .content p {
    font-size: 16px;
  }
  .information .content a {
    margin-top: 0;
  }
}
