a,
ul {
  text-decoration: none;
  margin: 0;
  color: #000;
}
.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;
  }
  .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;
  }
  .video_search {
    width: 100%;
    height: 60vh !important;
  }
  .video_search .search {
    padding-top: 120px !important;
    height: auto !important;
    justify-content: start !important;
  }
  .video_search .search .title-one :first-child {
    font-size: 25px !important;
    margin-bottom: 0 !important;
  }
  .video_search .search .title-one :last-child {
    font-size: 20px !important;
  }
  .video_search .search .title-two {
    margin-top: 20px !important;
  }
  .video_search .search .title-two input {
    width: auto !important;
    height: 40px !important;
  }
  .video_search .search .title-two .search-btn {
    width: 35px !important;
    height: 35px !important;
  }
  .video_search .search .title-two .search-btn svg {
    width: 20px !important;
    height: 20px !important;
  }
  .video_search .search .title-three {
    display: none !important;
  }
  .tags {
    width: auto !important;
    margin-top: 10px !important;
    height: auto !important;
    flex-wrap: wrap !important;
    justify-content: space-around !important;
  }
  .tags .item {
    width: 45% !important;
    margin-bottom: 10px !important;
    gap: 10px !important;
  }
  .lists {
    width: auto !important;
  }
  .lists .left {
    display: none !important;
  }
  .lists .line {
    display: none !important;
  }
  .lists .right {
    width: 100%;
    padding: 0 10px;
  }
  .lists .right .sum {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    text-align: center;
    margin-top: 20px;
  }
  .lists .right .item {
    width: 100% !important;
    padding: 10px !important;
  }
  .lists .right .item .title {
    text-align: center;
  }
  .lists .right .item .content p {
    text-wrap: wrap !important;
  }
  .person {
    width: auto !important;
  }
  .person .title {
    text-align: center !important;
  }
  .person .imgs {
    flex-direction: column !important;
    align-items: center;
    gap: 10px;
  }
  .person .imgs .item1,
  .person .imgs .item2,
  .person .imgs .item3,
  .person .imgs .item4 {
    height: 300px !important;
    width: 90% !important;
  }
  .more {
    width: auto !important;
    margin: 0 !important;
    padding: 20px 10px !important;
    flex-direction: column !important;
  }
  .more .right {
    display: none !important;
  }
}
main .video_search {
  width: 100%;
  height: 100vh;
}
main .video_search .search {
  width: 100%;
  height: 100%;
  padding-top: 250px;
  padding-bottom: 50px;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
main .video_search .search .title-one :first-child {
  font-size: 52px;
  letter-spacing: 4px;
  line-height: 60px;
  color: #fff;
  text-align: center;
}
main .video_search .search .title-one :last-child {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  color: #fff;
  text-align: center;
}
main .video_search .search .title-two {
  margin-top: -100px;
}
main .video_search .search .title-two input {
  width: 650px;
  height: 68px;
  background-color: #fff;
  border-radius: 78px;
  padding: 0 10px 0 40px;
  font-size: 20px;
}
main .video_search .search .title-two input::placeholder {
  color: #c2c2c2;
}
main .video_search .search .title-two .search-btn {
  width: 60px;
  height: 60px;
  background-color: #ea5515;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
main .video_search .search .title-two .search-btn:hover {
  background-color: rgba(217, 95, 45, 0.8);
}
main .video_search .search .title-three {
  width: 1280px;
  height: 212px;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
}
main .video_search .search .title-three .item {
  flex: 1;
  padding: 32px 30px 48px 30px;
  width: 256px;
  cursor: pointer;
}
main .video_search .search .title-three .item:hover .line {
  background-color: #ea5515;
}
main .video_search .search .title-three .item .title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  color: #111925;
}
main .video_search .search .title-three .item .line {
  display: inline-block;
  margin-top: 12px;
  width: 40px;
  height: 8px;
  border-radius: 4px;
  background-color: #e0e0e0;
}
main .video_search .search .title-three .item .bot {
  margin-top: 12px;
  font-weight: 400;
  opacity: 0.75;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  color: #111925;
  width: 220px;
}
main .tags {
  width: 1280px;
  height: 228px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .tags .item {
  width: 236px;
  height: 100px;
  border: 1px solid #eaecf0;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
}
main .tags .item span {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}
main .tags .item:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
main .lists {
  width: 1280px;
  margin: 0 auto;
  display: flex;
}
main .lists .left {
  width: 250px;
}
main .lists .left .own-list {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .lists .left .own-list .active {
  font-weight: 900;
  color: white;
  background: #ea5515;
}
main .lists .left .own-list a {
  width: 85px;
  height: 36px;
  margin-bottom: 12px;
  text-align: center;
  line-height: 36px;
  color: #000;
  background: #f4f5f7;
  border-radius: 6px;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
}
main .lists .line {
  width: 1px;
  margin: 0 27.5px;
  position: relative;
  background-color: #ebedf0;
}
main .lists .right .sum {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-left: 28px;
}
main .lists .right .item {
  width: 988px;
  height: 198px;
  cursor: pointer;
  padding: 28px 0 28px 28px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  border-radius: 16px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: 0.5s;
}
main .lists .right .item:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
main .lists .right .item .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
main .lists .right .item .two-line {
  display: flex;
  color: #959595;
  height: 46px;
  align-items: center;
  padding: 16px 0;
}
main .lists .right .item .two-line .line {
  display: block;
  height: 100%;
  width: 2px;
  background-color: #dcdcdc;
}
main .lists .right .item .content .deliver {
  width: 160px;
  height: 40px;
  background-color: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
main .lists .right .item .content .deliver:hover {
  background-color: #ea5515;
  color: #fff;
}
main .lists .right .item .content .title {
  font-size: 14px;
  padding: 4px 0;
  font-weight: 600;
  text-align: justify;
}
main .lists .right .item .content .term {
  max-width: 770px;
  padding-top: 8px;
  word-break: break-all;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
}
main .person {
  width: 1280px;
  margin: 20px auto 0;
}
main .person .title {
  font-weight: 600;
  font-size: 28px;
  color: #111925;
  line-height: 40px;
  margin-bottom: 50px;
}
main .person .imgs {
  display: flex;
  justify-content: space-between;
}
main .person .imgs .item1,
main .person .imgs .item2,
main .person .imgs .item3,
main .person .imgs .item4 {
  width: 296px;
  height: 464px;
  border-radius: 16px;
  overflow: hidden;
  background-size: 100% 100%;
  position: relative;
  user-select: none;
}
main .person .imgs .item1:hover .text,
main .person .imgs .item2:hover .text,
main .person .imgs .item3:hover .text,
main .person .imgs .item4:hover .text {
  bottom: 0;
}
main .person .imgs .item1:hover .text .top,
main .person .imgs .item2:hover .text .top,
main .person .imgs .item3:hover .text .top,
main .person .imgs .item4:hover .text .top {
  margin-bottom: 15px;
}
main .person .imgs .item1 .text,
main .person .imgs .item2 .text,
main .person .imgs .item3 .text,
main .person .imgs .item4 .text {
  position: absolute;
  height: 200px;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  transition: 0.5s;
}
main .person .imgs .item1 .text .top,
main .person .imgs .item2 .text .top,
main .person .imgs .item3 .text .top,
main .person .imgs .item4 .text .top {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  margin-bottom: 45px;
  transition: 0.3s;
}
main .person .imgs .item1 .text .center,
main .person .imgs .item2 .text .center,
main .person .imgs .item3 .text .center,
main .person .imgs .item4 .text .center {
  width: 250px;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 20px;
}
main .person .imgs .item1 .text .bot,
main .person .imgs .item2 .text .bot,
main .person .imgs .item3 .text .bot,
main .person .imgs .item4 .text .bot {
  font-weight: 900;
}
main .person .imgs .item1 .text .bot a,
main .person .imgs .item2 .text .bot a,
main .person .imgs .item3 .text .bot a,
main .person .imgs .item4 .text .bot a {
  font-weight: 900;
  background-color: #ea5515;
  border: none;
  color: #fff;
}
main .person .imgs .item1 {
  background-image: url("imgs/grow.png");
}
main .person .imgs .item2 {
  background-image: url("imgs/care@2x.png");
}
main .person .imgs .item3 {
  background-image: url("imgs/grow.png");
}
main .person .imgs .item4 {
  background-image: url("imgs/care@2x.png");
}
main .more {
  width: 1280px;
  margin: 20px auto 80px;
  height: 462px;
  display: flex;
}
main .more .left,
main .more .right {
  flex: 1;
  padding: 50px 0 0 0;
}
main .more .left .top,
main .more .right .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .more .left .top .title-one,
main .more .right .top .title-one {
  font-weight: 600;
  font-family: PingFangSC-Medium;
  font-size: 28px;
  color: #111925;
  line-height: 40px;
}
main .more .left .top .title-two,
main .more .right .top .title-two {
  font-size: 14px;
  color: #111925;
  line-height: 20px;
  display: flex;
  align-items: center;
  height: 25px;
}
main .more .left .bot,
main .more .right .bot {
  margin-top: 50px;
  font-size: 16px;
}
main .more .left .bot a:hover,
main .more .right .bot a:hover {
  color: #ea5515;
}
main .more .left .bot hr,
main .more .right .bot hr {
  background-color: #eaecf0;
  margin: 32px 0;
}
main .more .line {
  width: 1px;
  background-color: #eaecf0;
  height: 70%;
  margin: 10% 100px 0;
}
.accordion-button:focus {
  z-index: 3;
  border-color: rgba(0, 0, 0, 0);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.accordion-button:not(.collapsed) {
  color: #ea5515;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0;
}
.accordion-item {
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
