a,
ul {
  text-decoration: none;
  margin: 0;
}
p {
  margin-bottom: 0;
}
.yidongduan .offcanvas-body {
  font-size: 16px !important;
  padding: 10px 10px 0 20px !important;
}
.yidongduan .offcanvas-body .card li a {
  font-size: 12px !important;
}
.yidongduan .offcanvas-body .card li div {
  font-size: 12px !important;
}
@media screen and (max-width: 1430px) {
  .box-top {
    height: 300px !important;
  }
  .footer {
    height: auto !important;
    padding: 0 20px !important;
  }
  .footer .f-top {
    margin-top: 20px !important;
  }
  .footer .f-top .download {
    width: 150px !important;
    height: 50px !important;
    padding: 10px !important;
    justify-content: center;
  }
  .footer .f-top .download span {
    font-size: 14px !important;
  }
  .footer .f-t-right {
    display: none !important;
  }
  .footer .f-bot {
    font-size: 14px !important;
    text-align: center !important;
  }
  .footer .text-iphone {
    font-size: 16px !important;
    flex-direction: column;
    gap: 10px !important;
    margin-top: 0 !important;
    align-items: center !important;
  }
  .footer .bot-vr {
    display: none !important;
  }
  .footer .text-one {
    flex-direction: column !important;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap !important;
    gap: 20px !important;
  }
  .footer .text-one img {
    margin-top: 0 !important;
    width: 180px;
    height: 30px;
  }
  .navbar-expand-md .navbar-toggler {
    display: block !important;
    font-size: 15px;
  }
  .card {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 10px !important;
  }
  .collapse:not(.show) {
    display: none !important;
  }
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .navbar {
    padding: 10px !important;
    align-items: center;
    padding-top: 0 !important;
  }
  #onepage #logo {
    width: 100px !important;
    margin-left: 0;
    height: 30px !important;
  }
  #onepage #logo-text {
    width: 80px !important;
    height: 30px !important;
    margin-left: 0 !important;
  }
  #offcanvasRight {
    margin-top: 0 !important;
    width: 60%;
  }
  #offcanvasRight .offcanvas-header {
    padding: 10px 10px;
  }
  #offcanvasRight .offcanvas-header #offcanvasRightLabel img {
    width: 100px !important;
  }
  #offcanvasRight .offcanvas-header .btn-close {
    font-size: 10px !important;
    padding: 5px !important;
    margin-right: 0 !important;
  }
  .content-text {
    display: none !important;
  }
  .con {
    display: block !important;
  }
}
main .box-top {
  height: 400px;
}
main .content-text {
  width: 70%;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
}
main .content-text .swiper-left {
  height: 600px;
  width: 70%;
  overflow: hidden;
  position: relative;
}
main .content-text .top-right {
  position: sticky;
  width: 30%;
  top: 98px;
  height: 99%;
}
main .content-text .top-right .box {
  width: 90%;
  height: 450px;
  margin-left: 10%;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px #edf1f3;
  position: relative;
}
main .content-text .top-right .box img {
  position: absolute;
  width: 100%;
}
main .content-text .top-right .box .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
main .content-text .top-right .box .jieshao {
  font-size: 14px;
  background-color: #d7adad;
  padding: 3px 10px;
  border-radius: 14px;
  color: #ffffff;
}
main .content-text .top-right .box .text {
  padding: 20px;
}
main .content-text .top-right .box .text input {
  display: block;
  width: 100%;
  height: 40px;
  background: #f3f5f7;
  border-radius: 24px;
  color: #666666;
  font-size: 14px;
  line-height: 40px;
  border: none;
  margin-top: 10px;
  font-weight: 400;
  text-indent: 20px;
  margin: 20px 0;
  outline: none;
}
main .content-text .top-right .box .text button {
  width: 100%;
  height: 40px;
  background: #ea5515;
  border-radius: 24px;
  color: #ffffff;
  font-size: 14px;
  border: none;
  line-height: 40px;
}
main .content-text .top-right .box .text .infinite-text {
  width: 100%;
  height: 100px;
  margin-top: 30px;
  background: #f6f6f6;
  overflow: hidden;
}
main .content-text .top-right .box .text .infinite-text .person {
  animation: text-top infinite 5s linear;
}
main .content-text .top-right .box .text .infinite-text .person p {
  font-size: 12px;
  color: #333;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  margin-bottom: 10px;
}
@keyframes text-top {
  form {
    transform: translateY(0);
  }
  to {
    transform: translateY(-40%);
  }
}
main .content-text .top-right .details {
  width: 90%;
  height: 350px;
  margin-left: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
main .content-text .top-right .details .item1,
main .content-text .top-right .details .item2,
main .content-text .top-right .details .item3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
  align-items: center;
}
main .content-text .auto-content {
  margin-top: -220px;
  width: 70%;
}
main .content-text .auto-content .text-content p {
  margin-bottom: 20px;
  width: 100%;
}
main .content-text .auto-content .text-content p img {
  width: 100%;
}
main .content-text .auto-content .text-content p span {
  text-wrap: wrap !important;
  line-height: 2em;
}
main .content-text .auto-content .text-content span {
  text-wrap: wrap !important;
}
main .content-text .auto-content .info {
  width: 100%;
  height: 150px;
  background: #f6f6f6;
  position: relative;
  margin: 50px 0;
}
main .content-text .auto-content .info .title {
  color: white;
  background-color: #333;
  width: 150px;
  padding: 5px 0;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -18px;
  font-size: 18px;
  transform: translateX(-50%);
  position: relative;
}
main .content-text .auto-content .info .lists .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
main .content-text .auto-content .info .lists .item .text {
  width: 90%;
  margin: 0 auto;
}
main .content-text .auto-content .info .lists .item .text p .title-left {
  color: #828b8f;
  font-size: 16px;
  margin-right: 20px;
  width: 250px;
}
main .content-text .auto-content .info .lists .item .text p .title-right {
  font-size: 16px;
  font-weight: 900;
  color: #333;
}
main .content-text .auto-content .info .lists .item .text .one-rows {
  width: 350px;
}
main .con {
  display: none;
  padding: 20px 10px;
}
main .con .title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
}
main .con .time {
  text-align: center;
  color: #a1a1a1;
  font-size: 12px;
}
main .con .from {
  text-align: center;
  color: #a1a1a1;
  margin-bottom: 10px;
  font-size: 12px;
}
main .con .content {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}
main .con .content img {
  height: 300px !important;
  object-fit: cover;
}
main .con .content p {
  font-size: 14px !important;
}
main .con .content p span {
  font-size: 14px !important;
  text-wrap: wrap !important;
}
.swiper-container {
  width: 100%;
}
.swiper-slide-container {
  text-align: center;
  font-size: 18px;
  height: 100%;
  margin: auto;
}
.swiper-slide-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-top {
  height: 78%;
  width: 100%;
}
.gallery-thumbs {
  height: 22%;
  width: 85%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  cursor: pointer;
  width: 140px;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.swiper-button-prev {
  top: calc(100% + 12px);
  transform: translateY(-100%);
  bottom: 0;
  width: 50px;
  height: 112px;
  left: 0;
  background-color: #2d2d2d;
}
.swiper-button-prev::after {
  color: #fff;
}
.swiper-button-prev:hover {
  background-color: #ea5515;
}
.swiper-button-next {
  top: calc(100% + 12px);
  transform: translateY(-100%);
  bottom: 0;
  width: 50px;
  height: 112px;
  right: 0;
  background-color: #2d2d2d;
}
.swiper-button-next::after {
  color: #fff;
}
.swiper-button-next:hover {
  background-color: #ea5515;
}
