/* 主体 */
.main {
  background-color: #f5f5f5;
  overflow: hidden;
}
/* Banner */
.main .banner {
  height: 35rem;
  /* background-color: #00000010; */
  background-image: url("../../assets/image/product/02/01.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main .banner .container-xl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 35rem;
}
.main .banner .container-xl .title {
  position: relative;
  padding-bottom: 0.75rem;
  text-shadow: 5px 5px 5px #000;
  font-weight: bold;
  color: #fff;
}
.main .banner .container-xl .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 5rem;
  height: 0.25rem;
  background-color: #fff;
}
.main .banner .container-xl .content {
  margin-top: 1.5rem;
  width: 50%;
  color: #fff;
}
.main .banner .container-xl .content p {
  margin-bottom: 0;
}
.main .banner .container-xl .link-group {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
}
.main .banner .container-xl .link-group .link {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  transition: all 0.25s ease-in-out 0s;
}
.main .banner .container-xl .link-group .link:hover {
  transform: scale(1.05);
}
.main .banner .container-xl .link-group .link:before {
  content: "";
  margin-right: 0.5rem;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  /* line-height: 1.25rem;
  border-radius: 50%;
  background-color: #005bac75;
  text-align: center;
  font-size: 0.25rem;
  color: #005bac; */
  background-image: url("../../assets/image/product_detail_one_1.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* 特色功能 */
.main .one .container-xl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .one .container-xl .title {
  font-weight: bold;
  font-size: 2rem;
}
.main .one .container-xl .content {
  margin-top: 0.75rem;
  width: 75%;
  font-size: 1.1rem;
}
/* 网格 */
.main .two {
  /* background-color: #00000050; */
  background-image: url("../../assets/image/product_detail_one_2.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main .two .container-xl {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.main .two .container-xl .row {
  padding: 0;
}
.main .two .container-xl .row li {
  list-style: none;
}
.main .two .container-xl .row li .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .two .container-xl .row li .box .icon {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background-color: #000;
}
.main .two .container-xl .row li .box .title {
  margin-top: 0.75rem;
  color: #fff;
}
.main .two .container-xl .row li .box .content {
  margin-top: 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
}
.main .two .container-xl .row li .box .content p {
  margin-bottom: 0;
}
/* 规格参数 */
.main .three .container-xl {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.main .three .container-xl > .title {
  text-align: center;
  font-weight: bold;
  color: #1290ff;
}
.main .three .container-xl > .eng {
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  background-color: #939192;
  color: #fff;
}
.main .three .container-xl .row {
  margin-top: 2.5rem;
  display: flex;
}
.main .three .container-xl .row .col .title {
  font-weight: bold;
  color: #1290ff;
}
.main .three .container-xl .row .col .title:before {
  content: "";
  margin-right: 0.5rem;
  display: inline-block;
  width: 0.5rem;
  height: 1rem;
  background-color: #1290ff;
}
.main .three .container-xl .row .col table {
  margin-top: 0.75rem;
  border-collapse: separate;
  border-spacing: 0 25px;
}
.main .three .container-xl .row .col table tr td {
  padding: 10px 15px;
  width: 125px;
  background-color: #e9e9e9;
  color: #000;
}
.main .three .container-xl .row .col table tr td.value {
  width: 200px;
  border: 2.5px solid #e9e9e9;
  background-color: #fff;
  color: #000;
}
.main .four {
  background-image: url("../../assets/image/product_detail_one_12.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main .four .container-xl {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.main .four .container-xl > .title {
  text-align: center;
  font-weight: bold;
  color: #1290ff;
}
.main .four .container-xl > .eng {
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  background-color: #939192;
  color: #fff;
}
.main .four .container-xl .row {
  margin-top: 2.5rem;
  padding: 0;
}
.main .four .container-xl .row li {
  list-style: none;
  border: 1px solid #aaa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .four .container-xl .row li .image {
  height: 50%;
}
.main .four .container-xl .row li .text {
  margin-top: 15px;
  font-weight: bold;
}
.main .five .container-xl {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.main .five .container-xl > .title {
  text-align: center;
  font-weight: bold;
  color: #1290ff;
}
.main .five .container-xl > .eng {
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  background-color: #939192;
  color: #fff;
}
.main .five .container-xl > img {
  margin-top: 25px;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 75%;
}
.main .six {
  background-image: url("../../assets/image/product_detail_one_20.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main .six .container-xl {
  display: flex;
}
.main .six img {
  margin-top: 100px;
  width: 50%;
}
.main .six .box {
  width: 50%;
  position: relative;
}
.main .six .box div {
  position: absolute;
  top: 150px;
  color: #3390f1;
  font-weight: bold;
  font-size: 55px;
  font-style: italic;
}
.main .six .box a {
  position: absolute;
  bottom: 175px;
  display: inline-block;
  width: 300px;
  height: 77px;
  background-image: url("../../assets/image/product_detail_one_22.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.25s ease-in-out 0s;
}
.main .six .box a:hover {
  transform: scale(1.05);
}

/* 媒体查询 */
/* 移动端 */
@media (max-width: 992px) {
  /* Banner */
  .main .banner .container-xl .content {
    width: 100%;
  }
  /* 特色功能 */
  .main .one .container-xl .content {
    width: 100%;
  }
  /* 规格参数 */
  .main .three .container-xl .row {
    flex-direction: column;
  }
  .main .three .container-xl .row .col {
    margin-top: 2.5rem;
  }
  .main .three .container-xl .row .col:first-child {
    margin-top: 0;
  }
  .main .five .container-xl > img {
    width: 90%;
  }
  .main .six .container-xl {
    flex-direction: column;
  }
  .main .six img {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 15px;
    width: 100%;
  }
  .main .six .box {
    margin-bottom: 10px;
    width: 100%;
  }
  .main .six .box div {
    display: none;
  }
  .main .six .box a {
    bottom: 0;
    width: 200px;
    height: 55px;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
