.name {
  font-size: 1.9791vw;
  line-height: 2.8645vw;
  color: #2f2f2f;
  font-weight: bold;
  margin-bottom: 1.0416vw;
}
@media screen and (max-width: 750px) {
  .name {
    font-size: 5.3333vw;
    line-height: 8vw;
    margin-bottom: 5.0666vw;
  }
}

.pic-top {
  width: 100%;
  margin-bottom: 0.5208vw;
}
@media screen and (max-width: 750px) {
  .pic-top {
    margin-bottom: 1.3333vw;
  }
}
.pic-top .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 26.4583vw;
  box-sizing: border-box;
  background: #fff;
  border: 0.052vw solid #d8d8d8;
  background: #fff;
  border-radius: 0.3125vw;
}
@media screen and (max-width: 750px) {
  .pic-top .swiper-slide {
    height: 46.1333vw;
    border-width: 0.1333vw;
    border-radius: 0.8vw;
  }
}
.pic-top .swiper-slide img {
  display: block;
  width: 21.875vw;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .pic-top .swiper-slide img {
    width: 43.0666vw;
  }
}
.pic-top .swiper-button-next,
.pic-top .swiper-button-prev {
  width: 2.6041vw;
  height: 1.8229vw;
  opacity: 0.4;
  transition: 0.3s all ease-in;
}
@media screen and (max-width: 750px) {
  .pic-top .swiper-button-next,
  .pic-top .swiper-button-prev {
    width: 10.6666vw;
    height: 7.4666vw;
    opacity: 1;
  }
  .pic-top .swiper-button-next.swiper-button-disabled,
  .pic-top .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
  }
}
@media screen and (min-width: 751px) {
  .pic-top .swiper-button-next:hover,
  .pic-top .swiper-button-prev:hover {
    opacity: 1;
  }
}
.pic-top .swiper-button-next {
  right: 2.6666vw;
  background-image: url("../img/swiper-arr.png");
  background-size: 100% 100%;
  transform: rotate(180deg);
}
@media screen and (max-width: 750px) {
  .pic-top .swiper-button-next {
    right: 2.6666vw;
  }
}
.pic-top .swiper-button-prev {
  left: 2.6666vw;
  background-image: url("../img/swiper-arr.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 750px) {
  .pic-top .swiper-button-prev {
    left: 2.6666vw;
  }
}

.pic-thumbs {
  width: 100%;
  border-bottom: 0.052vw solid #333;
  padding-bottom: 3.125vw;
  margin-bottom: 2.6041vw;
}
.pic-thumbs .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.1666vw;
  box-sizing: border-box;
  background: #fff;
  border: 0.052vw solid #d8d8d8;
  background: #fff;
  border-radius: 0.3125vw;
}
@media screen and (max-width: 750px) {
  .pic-thumbs .swiper-slide {
    height: 10.6666vw;
    border-width: 0.1333vw;
    border-radius: 0.8vw;
    padding: 1.0666vw 0;
  }
}
.pic-thumbs .swiper-slide img {
  display: block;
  width: 3.125vw;
}
@media screen and (max-width: 750px) {
  .pic-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
  }
}

.main-wrap .content {
  border-bottom: 0.052vw solid #333;
  margin-bottom: 2.6041vw;
}
.main-wrap .content:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.main-wrap .content img {
  display: block;
  width: 100%;
}
.main-wrap .content .pic {
  display: block;
  width: 18.2291vw;
  margin: 0 auto 1.3541vw;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .pic {
    width: 80%;
    margin-bottom: 2.6666vw;
  }
}
.main-wrap .content .info {
  font-size: 0.8333vw;
  line-height: 1.5;
  color: #535353;
  margin-bottom: 0;
  font-weight: normal;
  padding: 2.1875vw 2.6041vw;
  background: #f5f7fa;
  /*text-indent: 2em;*/
  margin-bottom: 2.6041vw;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .info {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .main-wrap .content .info {
    padding: 6.6666vw 5.3333vw;
    margin-bottom: 6.6666vw;
  }
}
.main-wrap .content .title {
  font-size: 1.0416vw;
  line-height: 1.5;
  color: #262728;
  margin-bottom: 1.0416vw;
  font-weight: bold;
  position: relative;
  padding-left: 1.0416vw;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .title {
    font-size: 3.7333vw;
    margin-bottom: 2.6666vw;
  }
}
.main-wrap .content .title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0.4166vw;
  height: 0.4166vw;
  background: #323232;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .title {
    padding-left: 4.4vw;
  }
  .main-wrap .content .title::before {
    width: 2.1333vw;
    height: 2.1333vw;
  }
}
.main-wrap .content .list .item {
  margin-bottom: 1.3541vw;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .list .item {
    margin-bottom: 6.6666vw;
  }
}
.main-wrap .content .list .item:last-child {
  margin-bottom: 0;
}
.main-wrap .content .list .item .txt {
  font-size: 0.8333vw;
  line-height: 1.5;
  color: #535353;
  margin-bottom: 0;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .list .item .txt {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
}

.main-wrap .content .table-wrap {
  width: 100%;
  margin-bottom: 2.6041vw;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .table-wrap {
    overflow-x: auto;
    margin-bottom: 6.6666vw;
  }
  .main-wrap .content .table-wrap::-webkit-scrollbar {
    display: none;
  }
}
.main-wrap .content .table-wrap table {
  width: 100%;
  border-collapse: separate;
  border-radius: 0.3125vw;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .table-wrap table {
    width: 180vw;
  }
}
.main-wrap .content .table-wrap table tr:first-child th:first-child {
  border-top-left-radius: 0.3125vw;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .table-wrap table tr:first-child th:first-child {
    border-top-left-radius: 0.8vw;
  }
}
.main-wrap .content .table-wrap table tr:first-child th:last-child {
  border-top-right-radius: 0.3125vw;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .table-wrap table tr:first-child th:last-child {
    border-top-right-radius: 0.8vw;
  }
}
.main-wrap .content .table-wrap table tr:last-child td:first-child {
  border-bottom-left-radius: 0.3125vw;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .table-wrap table tr:last-child td:first-child {
    border-bottom-left-radius: 0.8vw;
  }
}
.main-wrap .content .table-wrap table tr:last-child td:last-child {
  border-bottom-right-radius: 0.3125vw;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .table-wrap table tr:last-child td:last-child {
    border-bottom-right-radius: 0.8vw;
  }
}
.main-wrap .content .table-wrap table tr th {
  font-size: 0.8333vw;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
  background: #0069c0;
  padding: 0.625vw 1.5625vw;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .table-wrap table tr th {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .main-wrap .content .table-wrap table tr th {
    padding: 2.6666vw 4vw;
    white-space: nowrap;
  }
}
.main-wrap .content .table-wrap table tr th:first-child {
  text-align: center;
  padding-right: 0;
  padding-left: 0;
}
.main-wrap .content .table-wrap table tr th:nth-child(4) {
  width: 14.427vw;
}
.main-wrap .content .table-wrap table tr th:nth-child(3) {
  width: 9.2708vw;
}
.main-wrap .content .table-wrap table tr td {
  font-size: 0.8333vw;
  line-height: 1.5;
  color: #686868;
  margin-bottom: 0;
  font-weight: normal;
  padding: 1.25vw 1.5625vw;
  border-bottom: 0.052vw solid #e1e1e1;
  border-right: 0.052vw solid #e1e1e1;
  box-sizing: border-box;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .table-wrap table tr td {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .main-wrap .content .table-wrap table tr td {
    padding: 2.6666vw 4vw;
  }
}
.main-wrap .content .table-wrap table tr td:first-child[rowspan] {
  width: 5.2604vw;
  text-align: center;
  background: #f7f9ff;
  border-left: 0.052vw solid #e1e1e1;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .table-wrap table tr td:first-child[rowspan] {
    width: 15%;
  }
}
.main-wrap .content .code-table-wrap {
  width: 100%;
  margin-bottom: 2.0833vw;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .code-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 2.6666vw;
  }
  .main-wrap .content .code-table-wrap::-webkit-scrollbar {
    display: none;
  }
}
.main-wrap .content .code-table-wrap table {
  width: 100%;
  border-collapse: separate;
  border-radius: 0.3125vw;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .code-table-wrap table {
    width: 200vw;
  }
}
.main-wrap .content .code-table-wrap table tr th {
  font-size: 0.8333vw;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
  background: #0069c0;
  padding: 0.625vw 0;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .code-table-wrap table tr th {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.main-wrap .content .code-table-wrap table tr th:first-child {
  width: 7.7083vw;
  padding: 2.6666vw 0;
}
.main-wrap .content .code-table-wrap table tr td {
  font-size: 0.8333vw;
  line-height: 1.5;
  color: #686868;
  margin-bottom: 0;
  font-weight: normal;
  padding: 1.25vw 0;
  padding-left: 1.5625vw;
  border-bottom: 0.052vw solid #e1e1e1;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .code-table-wrap table tr td {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .main-wrap .content .code-table-wrap table tr td {
    padding-left: 4vw;
  }
}
.main-wrap .content .code-table-wrap table tr td:last-child {
  border-right: 0.052vw solid #e1e1e1;
}
.main-wrap .content .code-table-wrap table tr td:nth-child(odd) {
  padding-left: 0.7291vw;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .code-table-wrap table tr td:nth-child(odd) {
    padding-left: 1.3333vw;
  }
}
.main-wrap .content .code-table-wrap table tr td:first-child {
  width: 8.8541vw;
  padding-right: 0;
  padding-left: 1.3541vw;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .code-table-wrap table tr td:first-child {
    padding-left: 2.6666vw;
  }
}
.main-wrap .content .code-table-wrap table tr:first-child th:first-child {
  border-top-left-radius: 0.3125vw;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .code-table-wrap table tr:first-child th:first-child {
    border-top-left-radius: 0.8vw;
  }
}
.main-wrap .content .code-table-wrap table tr:first-child th:last-child {
  border-top-right-radius: 0.3125vw;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .code-table-wrap table tr:first-child th:last-child {
    border-top-right-radius: 0.8vw;
  }
}
.main-wrap .content .code-table-wrap table tr:last-child td:last-child {
  border-bottom-right-radius: 0.3125vw;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .code-table-wrap table tr:last-child td:last-child {
    border-bottom-right-radius: 0.8vw;
  }
}
.main-wrap .content .code-table-wrap table tr:nth-child(2) td:first-child {
  width: 7.7083vw;
  box-sizing: border-box;
  border-left: 0.052vw solid #e1e1e1;
  background: #f7f9ff;
  border-bottom-left-radius: 0.3125vw;
  text-align: center;
}
.main-wrap .content .code-table-wrap table tr:nth-child(2) td:nth-child(even) {
  padding-left: 0.7291vw;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .code-table-wrap table tr:nth-child(2) td:nth-child(even) {
    padding-left: 1.3333vw;
  }
}
.main-wrap .content .code-table-wrap table tr:nth-child(2) td:nth-child(odd) {
  padding-left: 1.5625vw;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .code-table-wrap table tr:nth-child(2) td:nth-child(odd) {
    padding-left: 4vw;
  }
}
.main-wrap .content .code-table-wrap table tr:nth-child(2) td:first-child {
  padding-left: 0;
  width: 10%;
}
.main-wrap .content .code-table-wrap table tr:nth-child(2) td:nth-child(2) {
  width: 8.8541vw;
  padding-left: 1.3541vw;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .code-table-wrap table tr:nth-child(2) td:nth-child(2) {
    padding-left: 2.6666vw;
  }
}
.main-wrap .content .tips {
  font-size: 0.7291vw;
  line-height: 1.5;
  color: #848585;
  margin-bottom: 0;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .main-wrap .content .tips {
    font-size: 3.2vw;
  }
}