a,
ul {
  text-decoration: none;
  margin: 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) {
  .content {
    display: none !important;
  }
  .iphone-con {
    display: block !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;
  }
}
main {
  position: relative;
}
main header {
  position: absolute;
}
main .content {
  width: 100%;
  background-color: #fff;
}
main .content .shop {
  width: 1226px;
  height: 550px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
}
main .content .shop .left-shop {
  width: 500px;
  margin-top: 58px;
  overflow: hidden;
  position: relative;
}
main .content .shop .right-shop {
  width: 400px;
  flex: 1;
  padding-left: 50px;
  padding-top: 50px;
  height: 100%;
}
main .content .shop .right-shop .eval {
  font-size: 12px;
  color: #959595;
  display: flex;
  align-items: center;
  height: 25px;
  margin-bottom: 25px;
}
main .content .shop .right-shop .content {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 10px;
}
main .content .shop .right-shop .content .title {
  font-size: 24px;
  font-weight: 400;
  color: #212121;
  font-weight: 900;
  margin-bottom: 0;
  margin-right: 10px;
}
main .content .shop .right-shop .content .tag1,
main .content .shop .right-shop .content .tag2 {
  margin-bottom: 0;
  padding: 0 5px;
  color: #fff;
  font-size: 12px;
  user-select: none;
  cursor: pointer;
}
main .content .shop .right-shop .content .tag1 {
  background-color: #ea5515;
  color: #fff;
}
main .content .shop .right-shop .content .tag2 {
  background-color: #653e21;
}
main .content .shop .right-shop .sub-title {
  font-size: 14px;
  color: #ea5515;
  margin-top: 5px;
  margin-bottom: 3px;
}
main .content .shop .right-shop .box1 {
  width: 100%;
  height: 150px;
  border: 1px #9fa1a2 dashed;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin-bottom: 35px;
  font-size: 14px;
}
main .content .shop .right-shop .box1 .drop {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #9fa1a2;
}
main .content .shop .right-shop .box1 .drop p {
  margin-bottom: 0;
}
main .content .shop .right-shop .box1 .drop span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #9fa1a2;
}
main .content .shop .right-shop .prefer .title {
  margin-bottom: 0;
}
main .content .shop .right-shop .prefer input {
  caret-color: #ea5515;
}
main .content .shop .right-shop .prefer input::placeholder {
  color: #ccc;
}
main .content .shop .right-shop .prefer .form-submit {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
  align-items: center;
}
main .content .shop .right-shop .prefer #twoModal .modal-dialog {
  max-width: 700px;
  margin: 1.75rem auto;
}
main .content .shop .right-shop .prefer #twoModal .activity-description .title {
  text-align: center;
  margin-bottom: 30px;
}
main .content .shop .right-shop .prefer #twoModal .activity-description .content {
  background-color: #fafafa;
  padding: 20px 30px;
  height: 500px;
  box-shadow: inset 0 0 5px #efefef;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main .content .shop .right-shop .prefer #twoModal .activity-description .content .secondary-title {
  font-size: 14px;
  font-weight: bolder;
  color: #333;
}
main .content .shop .right-shop .prefer #twoModal .activity-description .content .text {
  font-size: 14px;
  color: #333;
  margin-left: 25px;
}
main .content .shop .right-shop .prefer .one-line {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 25px;
}
main .content .shop .right-shop .prefer .one-line .item1 {
  color: #999;
}
main .content .shop .right-shop .prefer .one-line .box {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
main .content .shop .right-shop .prefer .one-line .box img {
  width: 22px;
  height: 30px;
}
main .content .shop .right-shop .prefer .one-line .box .item2 {
  font-size: 12px;
  padding: 2px 10px;
  color: #fff;
  background-color: #ff784c;
}
main .content .shop .right-shop .prefer .one-line .box .item3 {
  font-size: 12px;
  padding: 2px 10px;
  color: #fff;
  background-color: #cb64da;
}
main .content .shop .right-shop .prefer .one-line .box .item4 {
  font-size: 12px;
  padding: 2px 10px;
  color: #fff;
  background-color: #2bcbbf;
}
main .content .shop .right-shop .prefer .one-line .box-two {
  margin-left: 30px;
}
main .content .shop .right-shop .prefer .two-line {
  display: flex;
  font-size: 14px;
}
main .content .shop .right-shop .prefer .two-line .item1 {
  color: #999;
}
main .content .shop .right-shop .prefer .two-line .bot {
  margin-left: 40px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  font-size: 12px;
}
main .content .shop .right-shop .prefer .two-line .bot span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  background-color: #000000;
  margin: 0 8px;
}
main .content .shop .right-shop .prefer .three-line {
  display: flex;
  font-size: 14px;
}
main .content .shop .right-shop .prefer .three-line .item1 {
  color: #999;
}
main .content .shop .right-shop .prefer .three-line .bot {
  margin-left: 40px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  font-size: 12px;
}
main .content .shop .right-shop .prefer .three-line .bot span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  background-color: #000000;
  margin: 0 8px;
}
main .content .shop .right-shop .prefer .four-line {
  display: flex;
  font-size: 14px;
}
main .content .shop .right-shop .prefer .four-line .item1 {
  color: #999;
}
main .content .shop .right-shop .prefer .four-line .bot {
  margin-left: 40px;
  margin-bottom: 15px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
main .content .details {
  width: 100%;
  margin-top: 10px;
  background-color: #ffffff;
}
main .content .details .title {
  text-align: center;
  font-size: 56px;
  font-weight: 600;
}
main .content .details .nav {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: 60px;
  background-color: #f7f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  gap: 50px;
  line-height: 16px;
  color: #333;
}
main .content .details .nav .left {
  cursor: pointer;
  width: 200px;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 60px;
}
main .content .details .nav .right {
  width: 200px;
  height: 100%;
  cursor: pointer;
  color: #fff;
  background-color: #ea5515;
  text-align: center;
  line-height: 60px;
}
main .content .details .nav .item {
  cursor: pointer;
  height: 100%;
  display: flex;
  width: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3;
  color: #3b3a3a;
}
main .content .details .nav .item::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  transform: scale(0);
  transition: 0.5s;
}
main .content .details .nav .active {
  color: #ea5515;
  font-weight: 600;
  font-size: 18px;
}
main .content .details .nav .active::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  transform: scale(1) !important;
  width: 100%;
  height: 2px;
  background-color: #ea5515;
}
main .content .details #profile {
  width: 100%;
  height: 1000px;
  overflow-x: hidden;
  background-color: #000;
}
main .content .details #profile .con1 {
  width: 1152px;
  margin: 0 auto;
  color: #f5f6fa;
  padding-top: 80px;
  padding-bottom: 100px;
}
main .content .details #profile .con1 .title {
  font-size: 56px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 44px;
}
main .content .details #profile .con1 .content {
  position: relative;
  width: 100%;
  height: 600px;
  margin-top: 100px;
  background-color: rgba(0, 0, 0, 0);
}
main .content .details #profile .con1 .content .one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  overflow: hidden;
}
main .content .details #profile .con1 .content .one .center {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
main .content .details #profile .con1 .content .one .center .img-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
main .content .details #profile .con1 .content .one .bg {
  position: absolute;
  width: 560px;
  height: 560px;
  background-color: #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
main .content .details #profile .con1 .content .one .one-box {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 50;
  transition: all 1s;
}
main .content .details #profile .con1 .content .one .one-box .img-2,
main .content .details #profile .con1 .content .one .one-box .img-3,
main .content .details #profile .con1 .content .one .one-box .img-4,
main .content .details #profile .con1 .content .one .one-box .img-5,
main .content .details #profile .con1 .content .one .one-box .img-6,
main .content .details #profile .con1 .content .one .one-box .img-7 {
  z-index: 10;
  cursor: pointer;
}
main .content .details #profile .con1 .content .one .one-box .img-2 {
  position: absolute;
  left: 590px;
  top: 45px;
  transform: rotate(1deg);
  width: 200px;
}
main .content .details #profile .con1 .content .one .one-box .img-3 {
  position: absolute;
  left: 390px;
  top: 26px;
  transform: rotate(-60deg);
  width: 200px;
}
main .content .details #profile .con1 .content .one .one-box .img-4 {
  position: absolute;
  left: 671px;
  top: 225px;
  transform: rotate(62deg);
  width: 200px;
}
main .content .details #profile .con1 .content .one .one-box .img-5 {
  position: absolute;
  left: 280px;
  top: 190px;
  transform: rotate(-120deg);
  width: 200px;
}
main .content .details #profile .con1 .content .one .one-box .img-6 {
  position: absolute;
  left: 560px;
  top: 385px;
  transform: rotate(120deg);
  width: 200px;
}
main .content .details #profile .con1 .content .one .one-box .img-7 {
  position: absolute;
  left: 365px;
  top: 366px;
  transform: rotate(180deg);
  width: 200px;
}
main .content .details #profile .con1 .content .one .text .one-text {
  position: absolute;
  display: none;
  width: 100%;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: #ea5515;
  color: #000;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
}
main .content .details #profile .con1 .content .one .text .one-text:nth-of-type(1) {
  background-image: url('/page_files/business_area/imgs/two-one.jpg');
  background-size: 100% 100%;
}
main .content .details #profile .con1 .content .one .text .one-text:nth-of-type(2) {
  background-image: url('/page_files/business_area/imgs/two-two.jpg');
  background-size: 100% 100%;
}
main .content .details #profile .con1 .content .one .text .one-text:nth-of-type(3) {
  background-image: url('/page_files/business_area/imgs/two-three.jpg');
  background-size: 100% 100%;
}
main .content .details #profile .con1 .content .one .text .one-text:nth-of-type(4) {
  background-image: url('/page_files/business_area/imgs/two-four.jpg');
  background-size: 100% 100%;
}
main .content .details #profile .con1 .content .one .text .one-text:nth-of-type(5) {
  background-image: url('/page_files/business_area/imgs/two-five.jpg');
  background-size: 100% 100%;
}
main .content .details #profile .con1 .content .one .text .one-text .title-one,
main .content .details #profile .con1 .content .one .text .one-text .title-two {
  padding-left: 20px;
}
main .content .details #profile .con1 .content .one .text .one-text .title-one p,
main .content .details #profile .con1 .content .one .text .one-text .title-two p {
  color: #fff;
  font-size: 16px;
}
main .content .details #profile .con1 .content .one .text .one-text .title-one .top,
main .content .details #profile .con1 .content .one .text .one-text .title-two .top {
  letter-spacing: 2px;
  font-size: 25px;
}
main .content .details #profile .con1 .content .one .text .one-text .title-two {
  padding-right: 20px;
}
main .content .details #profile .con1 .content .one .text .one-text .title-two p {
  text-align: right;
}
main .content .details #two {
  height: 100vh;
  position: relative;
}
main .content .details #two .two-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
main .content .details #two .slider {
  display: flex;
  width: 500%;
  height: 100%;
  transition: all 0.25s ease-in;
  transform: translateX(0);
}
main .content .details #two .slider .box {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  overflow: hidden;
  position: relative;
}
main .content .details #two .slider .box1 {
  background-image: url("imgs/two_bg_one.jpg");
  background-size: 100% 100%;
}
main .content .details #two .slider .box1 button {
  background-color: #ff0077;
}
main .content .details #two .slider .box2 {
  background-image: url("imgs/two_bg_two.jpeg");
  background-size: 100% 100%;
}
main .content .details #two .slider .box3 {
  background-image: url("imgs/fentou.jpg");
  background-color: #00501d;
}
main .content .details #two .trail {
  z-index: 10000;
  position: absolute;
}
main .content .details #two .trail {
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  text-align: center;
  font-size: 1.5rem;
}
main .content .details #two .trail div {
  padding: 2rem;
  border-top: 3px solid #fff;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.3s ease;
  color: #fff;
}
main .content .details #two .trail div:hover {
  opacity: 0.6;
}
main .content .details #two .active {
  opacity: 1 !important;
}
main .content .details #four {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
  gap: 60px;
}
main .content .details #four .title {
  margin-bottom: 100px;
}
main .content .details #four .bot {
  font-size: 20px;
  margin-top: 50px;
  text-align: center;
  font-weight: 600;
}
main .content .details #four .move,
main .content .details #four .move-two {
  padding: 0 20px;
  display: flex;
  gap: 30px;
  width: 3180px;
}
main .content .details #four .move .item,
main .content .details #four .move-two .item {
  border: 4px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #69e0f4, #e6f7c4);
  border-radius: 20px 25px 10px 20px;
  padding: 20px 30px;
  font-weight: 500;
}
main .content .details .move {
  animation: move 60s linear infinite;
}
main .content .details .move-two {
  animation: move 90s linear infinite;
}
@keyframes move {
  form {
    transform: translateX(0);
  }
  to {
    transform: translateX(-40%);
  }
}
main .content .details #strength-witness {
  width: 100%;
  height: 1080px;
  position: relative;
  border-bottom: 1px #ccc solid;
}
main .content .details #strength-witness img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: absolute;
  transition: 0.5s linear;
  opacity: 0;
}
main .content .details #strength-witness .active-img {
  z-index: 2;
  opacity: 1;
}
main .content .details #strength-witness .content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0);
  padding: 60px 0;
}
main .content .details #strength-witness .content .title {
  text-align: center;
  font-size: 56px;
  font-weight: 600;
}
main .content .details #strength-witness .content .bottom {
  width: 1200px;
  height: 110px;
  position: absolute;
  bottom: 85px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: space-between;
}
main .content .details #strength-witness .content .bottom .item {
  width: 350px;
  height: 100%;
  cursor: pointer;
  opacity: 0.3;
  transition: 1s;
}
main .content .details #strength-witness .content .bottom .item .top {
  font-size: 16px;
  margin-bottom: 0;
}
main .content .details #strength-witness .content .bottom .item .bot {
  font-size: 12px;
}
main .content .details #strength-witness .content .bottom .item hr {
  background-color: #000;
  height: 2px;
  opacity: 1;
  margin: 10px 0;
}
main .content .details #strength-witness .content .bottom .active {
  opacity: 1;
}
main .content .details #case {
  padding: 100px 0;
  height: 1000px;
  width: 100%;
  background-image: url("imgs/shuli_bg_first.png");
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}
main .content .details #case .title {
  text-align: left;
  padding-left: 120px;
}
main .content .details #case .left {
  width: 60%;
  height: 900px;
  top: 300px;
  display: flex;
  position: absolute;
  transition: 1s all;
}
main .content .details #case .left .cloud {
  margin-top: -150px;
  animation: yun 40s linear infinite;
  display: flex;
}
@keyframes yun {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
main .content .details #case .case-box {
  position: absolute;
  right: 0;
  width: 60%;
  display: flex;
  height: 550px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 20px;
  margin-top: 100px;
  background-color: #ffffffeb;
}
main .content .details #case .case-box .item {
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #e5e5e5;
  transition: 0.5s;
  background-color: #f6f6f6;
}
main .content .details #case .case-box .item:hover {
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
}
main .content .details #case .case-box .item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  position: static;
}
main .content .details #case .case-box .item .bot {
  padding: 15px 30px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100px;
  color: #000;
}
main .content .details #case .case-box .item .bot .bot-one {
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}
main .content .details #case .case-box .item .bot .tags {
  display: flex;
  font-size: 10px;
  gap: 15px;
  justify-content: center;
}
main .content .details #case .case-box .item .bot .tags p {
  border: 1px solid #ffa880;
  border-radius: 4px;
  padding: 0 3px;
  color: #ea5515;
}
main .content .details #evaluate {
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0 30px 0;
}
main .content .details #evaluate .title {
  font-size: 56px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 0 0 60px 0;
}
main .content .details #evaluate .item {
  height: 200px;
  border-bottom: 1px #ccc solid;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
main .content .details #evaluate .item .left {
  width: 80%;
  font-size: 12px;
  padding-right: 200px;
}
main .content .details #evaluate .item .left .text {
  word-wrap: break-word;
}
main .content .details #evaluate .item .left .official {
  color: #ea5515;
}
main .content .details #evaluate .item .left p {
  text-align: justify;
}
main .content .details #evaluate .item .right {
  width: 20%;
  font-size: 12px;
}
main .content .details #evaluate .item .right p {
  text-align: center;
  margin-bottom: 0;
}
main .content .details .submit {
  width: 1200px;
  height: 525px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  box-shadow: #ebebeb 0px 0px 10px;
}
main .content .details .submit .left {
  width: 400px;
  position: relative;
}
main .content .details .submit .left .left-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  filter: brightness(0.6);
}
main .content .details .submit .left .text {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
}
main .content .details .submit .left .text .top {
  font-size: 40px;
  color: #fff;
  font-weight: 900;
  margin-top: 50px;
  padding-left: 60px;
}
main .content .details .submit .left .text .wx-icon {
  position: absolute;
  left: 30px;
  bottom: 40px;
}
main .content .details .submit .right {
  width: 100%;
  flex: 1;
  padding: 40px 80px;
}
main .content .details .submit .right form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .content .details .submit .right form input::placeholder {
  color: #ccc;
}
main .content .details .submit .right form textarea {
  resize: none;
}
main .iphone-con {
  display: none;
}
main .iphone-con .head {
  height: 300px;
}
main .iphone-con .head .my-swipe .van-swipe-item {
  height: 100%;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
main .iphone-con .head .my-swipe .van-swipe-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  filter: brightness(0.8);
  vertical-align: middle;
}
main .iphone-con .head .custom-indicator {
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 2px 5px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
main .iphone-con .right-shop {
  flex: 1;
  padding: 10px;
  height: 100%;
}
main .iphone-con .right-shop .eval {
  font-size: 12px;
  color: #959595;
  display: flex;
  align-items: center;
  height: 25px;
  margin-bottom: 15px;
}
main .iphone-con .right-shop .content {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 10px;
}
main .iphone-con .right-shop .content .title {
  font-size: 24px;
  font-weight: 400;
  color: #212121;
  font-weight: 900;
  margin-bottom: 0;
  margin-right: 10px;
}
main .iphone-con .right-shop .content .tag1,
main .iphone-con .right-shop .content .tag2 {
  margin-bottom: 0;
  padding: 0 5px;
  color: #fff;
  font-size: 12px;
  user-select: none;
  cursor: pointer;
}
main .iphone-con .right-shop .content .tag1 {
  background-color: #ea5515;
  color: #fff;
}
main .iphone-con .right-shop .content .tag2 {
  background-color: #653e21;
}
main .iphone-con .right-shop .sub-title {
  font-size: 12px;
  color: #ea5515;
  margin-top: 5px;
  margin-bottom: 3px;
}
main .iphone-con .right-shop .box1 {
  width: 100%;
  gap: 10px;
  border: 1px #9fa1a2 dashed;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 5px 20px;
  position: relative;
  margin-bottom: 20px;
  font-size: 12px;
}
main .iphone-con .right-shop .box1 .drop {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #9fa1a2;
}
main .iphone-con .right-shop .box1 .drop p {
  margin-bottom: 0;
  font-size: 9px;
}
main .iphone-con .right-shop .box1 .drop span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #9fa1a2;
}
main .iphone-con .right-shop .prefer {
  overflow: hidden;
}
main .iphone-con .right-shop .prefer .title {
  margin-bottom: 0;
}
main .iphone-con .right-shop .prefer input {
  caret-color: #ea5515;
}
main .iphone-con .right-shop .prefer input::placeholder {
  color: #ccc;
}
main .iphone-con .right-shop .prefer .form-submit {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
  align-items: center;
}
main .iphone-con .right-shop .prefer #twoModal .modal-dialog {
  max-width: 700px;
  margin: 1.75rem auto;
}
main .iphone-con .right-shop .prefer #twoModal .activity-description .title {
  text-align: center;
  margin-bottom: 30px;
}
main .iphone-con .right-shop .prefer #twoModal .activity-description .content {
  background-color: #fafafa;
  padding: 20px 30px;
  height: 500px;
  box-shadow: inset 0 0 5px #efefef;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main .iphone-con .right-shop .prefer #twoModal .activity-description .content .secondary-title {
  font-size: 14px;
  font-weight: bolder;
  color: #333;
}
main .iphone-con .right-shop .prefer #twoModal .activity-description .content .text {
  font-size: 14px;
  color: #333;
  margin-left: 25px;
}
main .iphone-con .right-shop .prefer .one-line {
  display: flex;
  font-size: 14px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  margin-top: 2px;
  gap: 20px;
}
main .iphone-con .right-shop .prefer .one-line .item1 {
  color: #999;
}
main .iphone-con .right-shop .prefer .one-line .box {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
main .iphone-con .right-shop .prefer .one-line .box img {
  width: 22px;
  height: 30px;
}
main .iphone-con .right-shop .prefer .one-line .box .item2 {
  font-size: 12px;
  padding: 2px 10px;
  color: #fff;
  background-color: #ff784c;
}
main .iphone-con .right-shop .prefer .one-line .box .item3 {
  font-size: 12px;
  padding: 2px 10px;
  color: #fff;
  background-color: #cb64da;
}
main .iphone-con .right-shop .prefer .one-line .box .item4 {
  font-size: 12px;
  padding: 2px 10px;
  color: #fff;
  background-color: #2bcbbf;
}
main .iphone-con .right-shop .prefer .one-line .box-two {
  margin-left: 30px;
}
main .iphone-con .right-shop .prefer .two-line {
  display: flex;
  font-size: 14px;
}
main .iphone-con .right-shop .prefer .two-line .item1 {
  color: #999;
}
main .iphone-con .right-shop .prefer .two-line .bot {
  margin-left: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-top: 2px;
}
main .iphone-con .right-shop .prefer .two-line .bot span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  background-color: #000000;
  margin: 0 8px;
}
main .iphone-con .right-shop .prefer .three-line {
  display: flex;
  font-size: 14px;
}
main .iphone-con .right-shop .prefer .three-line .item1 {
  color: #999;
}
main .iphone-con .right-shop .prefer .three-line .bot {
  margin-left: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  margin-top: 2px;
  font-size: 12px;
}
main .iphone-con .right-shop .prefer .three-line .bot span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  background-color: #000000;
  margin: 0 8px;
}
main .iphone-con .right-shop .prefer .four-line {
  display: flex;
  font-size: 14px;
}
main .iphone-con .right-shop .prefer .four-line .item1 {
  color: #999;
}
main .iphone-con .right-shop .prefer .four-line .bot {
  margin-left: 20px;
  margin-bottom: 15px;
  margin-top: 2px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
main .iphone-con .jianjie {
  width: 100%;
  height: 400px;
  background-color: #000000;
  overflow: hidden;
}
main .iphone-con .jianjie .van-tree-select__content {
  color: #fff;
  position: relative;
}
main .iphone-con .jianjie .van-tree-select__content .right-title {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #ea5515;
}
main .iphone-con .jianjie .van-tree-select__content .right-text {
  text-align: center;
  font-size: 12px;
}
main .iphone-con .jianjie .van-tree-select__content img {
  width: 94%;
  position: absolute;
  bottom: 0;
  height: 100px;
  object-fit: cover;
  left: 3%;
  border-radius: 10px;
}
main .iphone-con .jianjie .title {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin: 20px 0;
  font-weight: 600;
}
main .iphone-con .jituans {
  position: relative;
}
main .iphone-con .jituans img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
  filter: brightness(0.7);
}
main .iphone-con .jituans .navs {
  position: absolute;
  width: 80%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
main .iphone-con .jituans .navs .van-tab {
  color: #c8c8c8;
}
main .iphone-con .jituans .navs .van-tab--active {
  color: #fff;
}
main .iphone-con .fanwei {
  width: 100%;
  overflow: hidden;
}
main .iphone-con .fanwei .title {
  font-size: 22px;
  color: #000000;
  text-align: center;
  margin: 20px 0;
  font-weight: 600;
}
main .iphone-con .fanwei #lists {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  gap: 30px;
}
main .iphone-con .fanwei #lists .move,
main .iphone-con .fanwei #lists .move-two {
  padding: 0 20px;
  display: flex;
  gap: 30px;
  width: 3180px;
}
main .iphone-con .fanwei #lists .move .item,
main .iphone-con .fanwei #lists .move-two .item {
  border: 3px solid transparent;
  font-size: 12px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #69e0f4, #e6f7c4);
  border-radius: 10px 15px 5px 10px;
  padding: 10px 20px;
  font-weight: 500;
}
main .iphone-con .fanwei #lists .move {
  animation: move 60s linear infinite;
}
main .iphone-con .fanwei #lists .move-two {
  animation: move 90s linear infinite;
}
@keyframes move {
  form {
    transform: translateX(0);
  }
  to {
    transform: translateX(-40%);
  }
}
main .iphone-con .zhengshu {
  position: relative;
}
main .iphone-con .zhengshu .title {
  font-size: 22px;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 15px;
  z-index: 10;
  font-weight: 600;
}
main .iphone-con .zhengshu img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
main .iphone-con .zhengshu .navs {
  position: absolute;
  width: 70%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
main .iphone-con .anli {
  height: 400px;
  position: relative;
}
main .iphone-con .anli img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .iphone-con .anli .title {
  font-size: 22px;
  color: #000000;
  text-align: center;
  margin: 20px 0;
  font-weight: 600;
}
main .iphone-con .anli .con {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 !important;
}
main .iphone-con .anli .con #case {
  padding: 20px 0;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}
main .iphone-con .anli .con #case .title {
  text-align: left;
  padding-left: 20px;
}
main .iphone-con .anli .con #case .left {
  top: 200px;
  display: flex;
  position: absolute;
  transition: 1s all;
}
main .iphone-con .anli .con #case .left .cloud {
  margin-top: -120px;
  animation: yun 20s linear infinite;
  display: flex;
}
@keyframes yun {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
main .iphone-con .anli .con #case .right {
  position: absolute;
  right: 0;
  width: 85%;
  height: 220px;
  padding: 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  bottom: 50px;
  background-color: #ffffffeb;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}
main .iphone-con .anli .con #case .right .item {
  width: 48%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
main .iphone-con .anli .con #case .right .item img {
  width: 100%;
  height: 62%;
  object-fit: cover;
}
main .iphone-con .anli .con #case .right .item .text {
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1;
}
main .iphone-con .anli .con #case .right .item .text p {
  text-align: center;
}
main .iphone-con .anli .con #case .right .item .text .bot {
  display: flex;
  font-size: 10px;
  justify-content: space-around;
  color: #ea5515;
}
main .iphone-con .anli .con #case .right .item .text .bot span {
  display: block;
  border: 1px #ea5515 solid;
  padding: 1px 3px;
  border-radius: 3px;
}
main .iphone-con .pinglun {
  width: 100%;
}
main .iphone-con .pinglun .title {
  font-size: 22px;
  color: #000000;
  text-align: center;
  margin: 20px 0;
  font-weight: 600;
}
main .iphone-con .pinglun .item {
  height: 100px;
  border-bottom: 1px #ccc solid;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 10px;
}
main .iphone-con .pinglun .item .left {
  width: 74%;
  font-size: 10px;
  padding: 5px 10px;
}
main .iphone-con .pinglun .item .left .text {
  word-wrap: break-word;
  margin-bottom: 10px;
}
main .iphone-con .pinglun .item .left .official {
  color: #ea5515;
  text-align: justify;
}
main .iphone-con .pinglun .item .left p {
  text-align: justify;
}
main .iphone-con .pinglun .item .right {
  width: 20%;
  font-size: 12px;
}
main .iphone-con .pinglun .item .right p {
  text-align: center;
  margin-bottom: 0;
}
main .iphone-con .alert-one {
  width: 100%;
  height: 100%;
  padding: 20px 10px;
}
main .iphone-con .alert-one .title {
  text-align: center;
  font-size: 24px;
}
main .iphone-con .alert-one .con {
  margin-top: 20px;
  text-align: center;
  color: #8c8c8c;
}
main .iphone-con .alert-one .form {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main .iphone-con .alert-one .form .van-cell-group--inset {
  border: 1px #ccc solid;
}
main .iphone-con .details {
  background-color: #fafafa;
  margin-top: 20px;
  padding: 20px 20px;
  height: 300px;
  box-shadow: inset 0 0 5px #efefef;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
}
main .iphone-con .details .secondary-title {
  font-size: 14px;
  font-weight: bolder;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
main .iphone-con .details .text {
  font-size: 14px;
  color: #333;
  text-align: justify;
  margin-left: 30px;
  margin-bottom: 30px;
}
main .iphone-con .bot-form {
  width: 95%;
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: #ebebeb 0px 0px 10px;
}
main .iphone-con .bot-form .van-cell-group--inset {
  border: 1px solid #ccc;
}
main .iphone-con .bot-form .text {
  position: absolute;
  top: 0;
  height: 200px;
  width: 100%;
}
main .iphone-con .bot-form .text p {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 24px;
  color: #fff;
}
main .iphone-con .bot-form .text img {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.alert-box {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.3);
}
.alert {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30%;
  left: 45%;
  transform: translate(-50%);
  background-color: #f0f9eb;
  color: #67c23a;
}
.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;
}
.swiper-slide-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-top {
  height: 78%;
  width: 100%;
}
.gallery-thumbs {
  height: 22%;
  width: 75%;
  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) !important;
  transform: translateY(-100%) !important;
  bottom: 0;
  width: 50px !important;
  height: 88px !important;
  left: 0 !important;
  background-color: #777777;
}
.swiper-button-prev::after {
  color: #fff;
}
.swiper-button-prev:hover {
  background-color: #ea5515;
}
.swiper-button-next {
  top: calc(100% + 12px) !important;
  transform: translateY(-100%) !important;
  bottom: 0;
  width: 50px !important;
  height: 88px !important;
  right: 0 !important;
  background-color: #777777;
}
.swiper-button-next::after {
  color: #fff;
}
.swiper-button-next:hover {
  background-color: #ea5515;
}
.con {
  padding: 20px 20px;
}
.con .title {
  font-size: 20px;
  color: #000000;
  text-align: center;
}
.con .bottom {
  display: flex;
  align-items: center;
  height: 20px;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 16px;
  color: #5e5e5e;
  margin-top: 20px;
}
.con .bottom p {
  margin-bottom: 0;
}
.animate__animated.animate__fadeInUp {
  --animate-duration: 2.5s;
}
.skw-pages {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
.skw-pages .skw-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.skw-pages .skw-page__half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100vh;
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
}
.skw-pages .skw-page__half--left {
  left: 0;
  -webkit-transform: translate3d(-32.4vh, 100%, 0);
  transform: translate3d(-32.4vh, 100%, 0);
}
.skw-pages .skw-page__half--right {
  left: 50%;
  -webkit-transform: translate3d(32.4vh, -100%, 0);
  transform: translate3d(32.4vh, -100%, 0);
}
.skw-pages .skw-page.active .skw-page__half {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.skw-pages .skw-page__skewed {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 140%;
  height: 100%;
  -webkit-transform: skewX(-18deg);
  -ms-transform: skewX(-18deg);
  transform: skewX(-18deg);
  background: #000;
}
.skw-pages .skw-page__half--left .skw-page__skewed {
  left: -40%;
}
.skw-pages .skw-page__half--right .skw-page__skewed {
  right: -40%;
}
.skw-pages .skw-page__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 10% 0 10%;
  color: #fff;
  -webkit-transform: skewX(18deg);
  -ms-transform: skewX(18deg);
  transform: skewX(18deg);
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  background-size: cover;
}
.skw-pages .skw-page__half--left .skw-page__content {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.skw-pages .skw-page__half--right .skw-page__content {
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.skw-pages .skw-page.inactive .skw-page__content {
  opacity: 0.5;
  -webkit-transform: skewX(18deg) scale(0.95);
  -ms-transform: skewX(18deg) scale(0.95);
  transform: skewX(18deg) scale(0.95);
}
.skw-pages .skw-page__heading {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 56px;
  text-align: center;
}
.skw-pages .skw-page__description {
  font-size: 18px;
  text-align: center;
}
.skw-pages .skw-page__link {
  color: #ffa0a0;
}
.skw-pages .skw-page-1 .skw-page__half--left .skw-page__content {
  background-image: url("imgs/three_bg-one.jpg");
}
.skw-pages .skw-page-1 .skw-page__half--right .skw-page__content {
  background: #292929;
}
.skw-pages .skw-page-2 .skw-page__half--left .skw-page__content {
  background: #292929;
}
.skw-pages .skw-page-2 .skw-page__half--right .skw-page__content {
  background-image: url("imgs/three_bg_two.jpg");
}
.skw-pages .skw-page-3 .skw-page__half--left .skw-page__content {
  background-image: url("imgs/ly.png");
}
.skw-pages .skw-page-3 .skw-page__half--right .skw-page__content {
  background: #292929;
}
.submit-form-style {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 80%;
}
