/*font-size*/
.content1 {
  padding: 0.8rem 0 1rem;
  background-position: center;
  background-size: cover;
}
.content1 .innerWrap {
  width: 1280px;
  margin: 0 auto;
}
.content1 h1 {
  font-size: 38px;
  margin-bottom: 0.2rem;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .content1 h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 h1 {
    font-size: 24px;
  }
}
.content1 .detail {
  padding-bottom: 0.4rem;
}
.content1 .detail ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content1 .detail ul li {
  display: flex;
  align-items: center;
  height: 0.15rem;
  line-height: 0.15rem;
  font-size: 16px;
  margin-right: 0.3rem;
  padding-right: 0.3rem;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 1366px) {
  .content1 .detail ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .detail ul li {
    font-size: 14px;
  }
}
.content1 .detail ul li svg {
  cursor: pointer;
  font-size: 30px;
  margin-right: 0.1rem;
}
@media only screen and (max-width: 1440px) {
  .content1 .detail ul li svg {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .detail ul li svg {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .detail ul li svg {
    font-size: 18px;
  }
}
.content1 .detail ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.content1 .detail ul li:last-child .shareBtn:last-child {
  display: none;
}
.content1 .detail ul li .shareBtn {
  position: relative;
}
.content1 .detail ul li .shareBtn .qrContainer {
  display: none;
  position: absolute;
  left: 50%;
  width: 150px;
  padding: 20px;
  background: #fff;
  margin-left: -75px;
  top: 50px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.content1 .detail ul li .shareBtn .qrContainer::after {
  position: absolute;
  left: 50%;
  top: -0.2rem;
  margin-left: -0.18rem;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.18rem solid transparent;
  border-right: 0.18rem solid transparent;
  border-bottom: 0.2rem solid #fff;
}
.content1 .detail ul li .shareBtn .qrContainer img {
  width: 100%;
}
.content1 .detail ul li .shareBtn .qrContainer .qrcode {
  width: 150px;
  height: 150px;
}
.content1 .detail ul li .shareBtn .qrContainer p {
  text-align: center;
  line-height: 2;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .content1 .detail ul li .shareBtn .qrContainer p {
    font-size: 12px;
  }
}
.content1 .ctx {
  padding: 0.4rem 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.content1 .ctx .imgSwiper {
  position: relative;
}
.content1 .ctx .imgSwiper .swiper-button-prev,
.content1 .ctx .imgSwiper .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  width: 0.25rem;
  height: 0.25rem;
  font-size: 40px;
  color: #b2b2b2;
  top: 50%;
  margin-top: -0.125rem;
}
@media only screen and (max-width: 1440px) {
  .content1 .ctx .imgSwiper .swiper-button-prev,
  .content1 .ctx .imgSwiper .swiper-button-next {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .ctx .imgSwiper .swiper-button-prev,
  .content1 .ctx .imgSwiper .swiper-button-next {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx .imgSwiper .swiper-button-prev,
  .content1 .ctx .imgSwiper .swiper-button-next {
    font-size: 24px;
  }
}
.content1 .ctx .imgSwiper .swiper-button-prev:hover,
.content1 .ctx .imgSwiper .swiper-button-next:hover {
  color: #d12d25;
}
.content1 .ctx .imgSwiper .swiper-button-prev {
  font-family: iconfont;
  left: 0;
  background-image: none;
}
.content1 .ctx .imgSwiper .swiper-button-prev:before {
  content: "\e601";
}
.content1 .ctx .imgSwiper .swiper-button-next {
  font-family: iconfont;
  background-image: none;
  right: 0;
}
.content1 .ctx .imgSwiper .swiper-button-next:before {
  content: "\e683";
}
.content1 .ctx .imgSwiper .swiper-slide img {
  height: auto;
  max-height: 80%;
}
.content1 .ctx .imgSwiper .swiper-slide p {
  font-size: 18px;
  margin-top: 0.2rem;
}
@media only screen and (max-width: 1024px) {
  .content1 .ctx .imgSwiper .swiper-slide p {
    font-size: 16px;
  }
}
.content1 .ctx .swiper-container {
  height: 4.8rem;
  margin-bottom: 0.3rem;
}
.content1 .ctx .videoContainer {
  position: relative;
  margin-bottom: 0.3rem;
}
.content1 .ctx .videoContainer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content1 .ctx .videoContainer .playBtn {
  cursor: pointer;
  position: absolute;
  padding: 0.3rem;
  z-index: 1;
  left: 50%;
  margin-left: -0.195rem;
  top: 50%;
  margin-top: -0.54rem;
}
.content1 .ctx .videoContainer .playBtn img {
  width: 0.39rem;
}
.content1 .ctx .text h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 1440px) {
  .content1 .ctx .text h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .ctx .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .ctx .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx .text h2 {
    font-size: 16px;
  }
}
.content1 .ctx .text p {
  font-size: 14px;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  .content1 .ctx .text p {
    font-size: 12px;
  }
}
.content1 .link {
  padding: 0.4rem 0;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
}
.content1 .link p {
  color: #777;
  line-height: 2;
}
.content1 .link p:hover a {
  color: #e60111;
  text-decoration: underline;
}
.content1 .link p a {
  color: #777;
}
.content1 .link .button {
  box-sizing: border-box;
  border: 2px solid #e1e1e1;
  color: #666;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.content1 .link .button:hover {
  border-color: #e60111;
  background: #e60111;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .content1 .innerWrap {
    width: 1110px;
  }
}
@media screen and (max-width: 1280px) {
  .content1 .innerWrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .content1 .innerWrap {
    flex-direction: column;
  }
  .content1 .innerWrap .detail ul {
    justify-content: center;
  }
  .content1 .innerWrap .detail ul li {
    line-height: 2;
    height: auto;
    border: none;
    margin-right: 0.2rem;
    padding-right: 0.2rem;
  }
  .content1 .innerWrap .detail ul li:last-child {
    display: none;
    margin-right: 0;
    padding-right: 0;
  }
  .content1 .link {
    flex-direction: column;
    align-items: flex-start;
  }
  .content1 .link .left {
    margin-bottom: 0.3rem;
  }
  .content1 img {
    width: 100% !important;
    height: auto;
    max-height: 400px;
  }
  .content1 video {
    width: 100% !important;
    height: auto;
    max-height: 400px;
  }
}