.apps.warp3 {
  width: 100%;
  display: block;
}
.common-section.dark {
  background-color: #fff;
  /*background-image: linear-gradient(*/
  /*  98.3deg,*/
  /*  hsla(0, 0%, 100%, 0.096),*/
  /*  rgba(92, 99, 112, 0.096) 100%,*/
  /*  rgba(19, 23, 32, 0.096) 0,*/
  /*  rgba(38, 44, 63, 0.096) 0*/
  /*);*/
}
.common-section {
  margin: 0 auto;
  padding: 60px 0;
  font-family: PingFang SC;
  overflow: hidden;
}
.common-section .common-header {
  max-width: 1200px;
  margin: 0 auto 40px;
  text-align: center;
}
.apps .common-header {
  margin-bottom: 32px !important;
}

.common-section .common-header h2 {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #333;
}
.common-section .common-header h2 {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #333;
}
.common-section.dark .common-header h2 {
  color: #2c2c2c;
}

.common-section .common-header .sub-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 24px;
  text-align: center;
  margin: 20px 0;
  color: #2c2c2c;
}

.common-section .common-header .sub-title-style {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #999;
}

.common-section .common-content {
  max-width: 1100px;
  margin: 0 auto;
}
.appswiper {
  position: relative;
  color: #2c2c2c;
}
.icons {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 90px;
  margin-bottom: 80px;
}
.icons .icon {
  margin: 0 25px;
  height: auto;
  text-align: center;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.icons .icon > img {
  width: 80px;
  height: 80px;
  display: inline-block;
  box-shadow: 0 6.86407px 25.7403px rgb(0 0 0 / 10%);
  border-radius: 25%;
  transition: all 0.3s;
}

.icons .icon__hover > img {
  transform: scale(1.2);
  transform-origin: bottom;
}
.blowup-flag {
  position: absolute;
  top: 640px;
  width: 100%;
}

.blow {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.shadow {
  width: 442px;
  height: 656px;
  position: absolute;
  left: 0;
  top: 12px;
  transition: opacity 0.3s;
}
.shadow.shadow-visible {
  opacity: 1;
}
.center {
  position: relative;
  z-index: 1;
  width: 256px;
  height: 538px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0.8s;
}
.center .phone-content-img {
  position: absolute;
  height: 526px;
  width: 244px;
  overflow: hidden;
  top: 6px;
  left: 6px;
  background: #000;
  border-radius: 20px;
}

.phone-content-item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.center .phone-content-img img,
.center .phone-content-img video {
  width: 100%;
  min-height: 100%;
      padding: 10px;
    box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
}

.phone-content-item.active {
  z-index: 1;
  -webkit-animation: mover 0.4s ease-in-out forwards;
  animation: mover 0.4s ease-in-out forwards;
}
@-webkit-keyframes mover {
  0% {
    transform: scale(1.1);
    opacity: 0.6;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes mover {
  0% {
    transform: scale(1.1);
    opacity: 0.6;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.center__img {
  position: absolute;
  background: url(../fonts/de5c06cb3c5c41d8bb0972320ef9c4bc.woff);
  text-direction: none;
  outline: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.warp8 .appswiper {
  display: flex;
  justify-content: space-between;
}

.warp8 .appswiper .icons {
  flex-wrap: wrap;
  width: 230px;
}
.warp8 .appswiper .icon {
  width: 230px;
  height: 106px;
  margin:0 0 12px 0;
}
.warp8 .icons .icon > img {
  width: 100%;
}

.warp8 .icons .icon .title {
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 55%);
  font-size: 24px;
  color: #fff;
  line-height: 120px;
}

.warp8 .icons .icon__hover .title {
  background: rgb(92 92 92 / 89%);
}
.warp8 .case-more {
  margin: 60px auto 0;
}
.warp2 .select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top:80px;
}
.warp2 .select li {
  width: 280px;
  height:280px;
  background: #0b83c6;
  border-radius: 100%;
}
.warp2 .select li:hover{
  background: #0a4f76;
  opacity: 0.8;
}
.warp2 .select li img {
  width: 80px;
  margin: 30px auto 10px;
}

.warp2 .select li .p1,
.warp2 .select li .p2 {
  color: #fff;
  font-size: 30px;
  width: 50%;
  text-align: center;
  margin: auto;
}
.warp2 .select li .p2 {
  font-size: 14px;
}
.appswiper2{
  /*min-height:650px;*/
}
.form{
  background: #1e99d0;
}
.form .common-header h2{
  color: #fff;
}
.form .input{
  display: flex;
      margin: auto;
      width: 650px;
      justify-content: space-between;
}
.form input{
  border:0;
  border-radius: 3px;
  height:35px;
  width:300px;
  padding:2px 10px;
}
.form .submit {
  margin: auto;
    text-align: center;
    margin-top: 30px;
}

.form .submit input{
  background: none;
  border: 2px solid #fff;
  color: #fff;
}