a {
  text-decoration: none;
}
.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) {
  .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;
  }
  .con {
    display: block !important;
  }
  .content {
    display: none !important;
  }
  .navbar {
    padding: 10px !important;
    align-items: center;
    padding-top: 0 !important;
  }
  .video-box {
    height: 200px !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;
  }
}
main {
  background-color: #fff;
}
main .content {
  width: 100%;
  padding: 20px 200px;
  margin-bottom: 140px;
}
main .content .content-container {
  display: flex;
  width: 100%;
  gap: 40px;
}
main .content .content-container .left {
  display: flex;
  flex-direction: column;
  width: 1000px;
  gap: 20px;
}
main .content .content-container .left .top {
  height: 150px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: 2.5px 4.33px 50px 0px rgba(30, 39, 61, 0.08);
}
main .content .content-container .left .bottom {
  padding: 20px 30px;
  background-color: #fff;
  box-shadow: 2.5px 4.33px 50px 0px rgba(30, 39, 61, 0.08);
}
main .content .content-container .left .bottom img {
  width: 100%;
}
main .content .content-container .left .bottom p span {
  text-wrap: wrap !important;
  line-height: 2em;
}
main .content .content-container .left .bottom span {
  text-wrap: wrap !important;
}
main .content .content-container .right {
  width: 412px;
  height: 960px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main .content .content-container .right .item1 {
  flex: 1.2;
  background-color: #ffffff;
  padding: 26px;
  box-shadow: 2.5px 4.33px 50px 0px rgba(30, 39, 61, 0.08);
}
main .content .content-container .right .item1 .conetnt {
  width: 360px;
}
main .content .content-container .right .item1 .conetnt a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #646a73;
  margin: 30px 0;
}
main .content .content-container .right .item1 .conetnt a:hover {
  color: #ea5515;
}
main .content .content-container .right .item2 {
  flex: 1;
  background-color: #ffffff;
  box-shadow: 2.5px 4.33px 50px 0px rgba(30, 39, 61, 0.08);
  padding: 26px;
}
main .content .content-container .right .item2 .conetnt {
  width: 360px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
main .content .content-container .right .item2 .conetnt a {
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  background-color: #000;
}
main .content .content-container .right .item3 {
  flex: 1;
  background-color: #ffffff;
  box-shadow: 2.5px 4.33px 50px 0px rgba(30, 39, 61, 0.08);
  padding: 26px;
}
main .content .content-container .right .item3 .conetnt {
  width: 360px;
  display: flex;
  gap: 60px;
}
main .content .content-container .right .item3 .conetnt .lists li {
  font-size: 14px;
  color: #666;
  margin: 5px;
  list-style: none;
}
main .content .content-container .right .item3 .conetnt .lists li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ea5515;
  border-radius: 50%;
  margin-right: 20px;
}
main .content .content-container .right .item3 .conetnt p:first-child {
  font-size: 16px;
  color: #646a73;
}
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-text {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}
main .con .content-text img {
  height: 300px !important;
  object-fit: cover;
}
main .con .content-text p {
  font-size: 14px !important;
}
main .con .content-text p span {
  font-size: 14px !important;
  text-wrap: wrap !important;
}
.footer {
  height: 375px;
  background-color: #1b2229;
  padding: 0 100px;
  overflow: hidden;
}
.footer .warp {
  margin-left: 40px;
}
.footer .f-top {
  color: #fff;
  margin-top: 80px;
  height: 200px;
  display: flex;
}
.footer .f-top .download {
  width: 170px;
  height: 50px;
  background-color: #31383e;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  color: #fff;
  gap: 20px;
  text-decoration: none;
  transition: 0.4s;
}
.footer .f-top .download:hover {
  background-color: #ea5515;
}
.footer .f-top .search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  cursor: pointer;
}
.footer .f-top .f-t-right {
  justify-content: space-around;
}
.footer .f-top .f-t-right .item a {
  text-decoration: none;
  font-size: 15px;
  color: #959595;
}
.footer .f-top .f-t-right .item a:hover {
  color: #ea5515;
}
.footer .f-top input {
  width: 100%;
  border: none;
  background: #31383e;
  box-sizing: border-box;
  height: 58px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  padding: 10px 20px;
}
.footer .f-top input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.qq {
  height: 160px;
  padding: 30px 100px 0;
  display: flex;
  justify-content: center;
}
.qq .content {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
  align-items: center;
}
.qq .content .item {
  display: flex;
  position: relative;
  flex: 1;
  gap: 20px;
  border-right: 1px solid #dcdcdc;
  cursor: pointer;
}
.qq .content .item:hover .hover {
  color: #ea5515;
}
