html,
body,
.iphone {
  width: 100%;
  /* height: 100%;
    */
  margin: 0;
  font-size: 0rem;
  padding: 0;
  font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei,
    Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}
p {
  padding: 0;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
li,
ol,
ul {
  list-style: none;
  margin: 0;
}
.iphone {
  background: url("../image/phone_bg.png");
  background-size: 100%;
  padding: 0 0.23rem;
  box-sizing: border-box;
}
.menu_list {
  display: none;
  right: 0;
  z-index: 10;
  padding: 0.14rem 0;
  animation: all 1s;
  bottom: -1.1rem;
  position: absolute;
  width: 1.34rem;
  background: #ffffff;
  border: 0.01rem solid #bfbfbf;
  border-radius: 0.08rem;
}
.menu_list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu_list p {
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 0.22rem;
  text-align: center;
  color: #000000;
  margin: 0.05rem 0;
  position: relative;
}
.menu_list li {
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 0.22rem;
  text-align: center;
  color: #000000;
  margin: 0.05rem 0;
  position: relative;
}
.menu_list .on {
  color: #e87e0b;
  font-weight: bold;
}
.menu_icon {
  position: absolute;
  width: 16px;
  height: 16px;

  background: white;
  border-radius: 2px;
  transform: rotate(-45deg);
  top: -0.07rem;
  right: 0.15rem;
}

.ipone_header {
  padding: 0.15rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.ipone_header_logo {
  width: 0.42rem;
  height: 0.42rem;
}
.ipone_header_menu {
  width: 0.32rem;
}
.iphone_group {
  margin-top: 0.1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.iphone_group_detail {
  padding: 0.1rem 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1.5rem;
}
.iphone_group_detail p {
  font-weight: 700;
  font-size: 0.18rem;
  color: #ffffff;
}
.iphone_group_detail span {
  font-weight: 500;
  display: inline-block;
  margin-top: 0.22rem;
  font-size: 0.13rem;
  color: #ffffff;
}
.iphone_group_img {
  animation: group2 2s ease infinite;
  width: 1.7rem;
}
.iphone_down_list {
  margin-top: 0.28rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.iphone_down_list .ios {
  background: #ffffff;
  border: 0.02rem solid #bfbfbf;
  color: #000000;
}
.iphone_down_list .and {
  color: #ffffff;
}
.iphone_button_list_item {
  margin-top: 0.15rem;
  width: 1.45rem;
  /* flex: 6;
    */
  height: 0.47rem;
  background: #000000;
  border: 0.02rem solid #bfbfbf;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 0.08rem;
}
.iphone_button_list_item img {
  width: 0.3rem;
  margin-right: 0.1rem;
  height: 0.3rem;
}
.iphone_button_list_item p {
  font-weight: 500;
  font-size: 0.12rem;
}
.iphone_button_list_item span {
  font-weight: 500;
  font-size: 0.14rem;
}
.iphone_hint {
  margin-top: 0.49rem;
  padding: 0 0.2rem;
  background: linear-gradient(
    92.98deg,
    #23262f 3.54%,
    rgba(35, 38, 47, 0.7) 93.38%
  );
  border: 0.01rem solid #353945;
  box-shadow: 0rem 0.4rem 0.64rem -0.32rem rgba(15, 15, 15, 0.1);
  backdrop-filter: blur(0.16rem);
  border-radius: 0.24rem;
}
.iphone_hint_title {
  text-align: center;
  padding: 0.21rem 0;
  font-weight: 500;
  font-size: 0.2rem;
  color: #ffffff;
  border-bottom: 0.01rem solid rgba(119, 126, 145, 0.3);
}
.iphone_hint_step {
  padding: 0 0 0.3rem 0;
}
.iphone_hint_step_item {
  margin-top: 0.3rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.iphone_hint_step_number {
  width: 0.38rem;
  height: 0.24rem;
  background: #8bc5e5;
  border-radius: 1rem;
  text-align: center;
  line-height: 0.24rem;
  font-weight: 500;
  font-size: 0.14rem;
  color: #fcfcfd;
  margin: 0.05rem 0.2rem 0 0;
}
.iphone_hint_step_detail {
  flex: 1;
}
.iphone_hint_step_detail p {
  font-weight: 600;
  font-size: 0.24rem;
  color: #fcfcfd;
  margin-bottom: 0.1rem;
}
.iphone_hint_step_detail span {
  font-weight: 400;
  font-size: 0.14rem;
  color: #777e91;
}
.iphone_titles {
  margin-top: 0.41rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iphone_titles p {
  font-weight: 700;
  font-size: 0.2rem;
  color: #fcfcfd;
  margin: 0.15rem 0;
}
.iphone_titles span {
  font-weight: 400;
  font-size: 0.14rem;
  color: #777e91;
}
.iphone_titles div {
  width: 1.12rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  background: #3b71fe;
  border-radius: 0.9rem;
  color: white;
  font-weight: 700;
  font-size: 0.16rem;
  color: #fcfcfd;
}
.antifraud_main {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(
    92.98deg,
    #23262f 3.54%,
    rgba(35, 38, 47, 0.7) 93.38%
  );
  /* Neutrals/3 */
  border: 0.01rem solid #353945;
  /* glass/01 */
  box-shadow: 0rem 0.4rem 0.64rem -0.32rem rgba(15, 15, 15, 0.1);
  backdrop-filter: blur(0.16rem);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 0.24rem;
  padding: 0.41rem 0.32rem;
  box-sizing: border-box;
}
.antifraud_main .swiper-container {
  width: 100%;
  height: 8.72rem;
  overflow: hidden;
}
.antifraud_main .group {
  width: 6.4rem;
  height: 6.77rem;
  position: relative;
  /* animation: group1 2s ease infinite;
    */
}
.swiper-slide p {
  font-weight: 600;
  margin: 0.2rem 0 0.16rem 0;
  font-size: 0.24rem;
  color: #fcfcfd;
}
.swiper-slide span {
  font-weight: 400;
  font-size: 0.14rem;
  color: #777e91;
}
.swiper-slide .number {
  width: 0.38rem;
  margin-top: 0.05rem;
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  background: #8bc5e5;
  border-radius: 1rem;
  font-size: 0.14rem;
  color: #fcfcfd;
}
.swiper-slide .one {
  background: #8bc5e5;
}
.swiper-slide .two {
  background: #92a5ef;
}
.swiper-slide .three {
  background: #58c27d;
}
.button {
  margin-top: 0.2rem;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: row;
}
.button img {
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
}
.schedule {
  margin: 0.4rem auto;
  border-radius: 0.23rem;
  background: rgba(255, 255, 255, 0.2);
  width: 2rem;
  height: 0.08rem;
}
.percentage {
  width: 50%;
  height: 100%;
  border-radius: 0.23rem;
  background: white;
}
.server_item {
  margin-top: 0.25rem;
  padding: 0.64rem 0 0.28rem 0.32rem;
  /* height: 2.6rem; */
  background: #23262f;
  border-radius: 0.2rem;
}
.server_item img {
  width: 0.4rem;
  height: 0.4rem;
}
.server_item p {
  font-weight: 500;
  margin: 0.36rem 0 0.16rem 0;
  font-size: 0.16rem;
  color: #fcfcfd;
}
.server_item span {
  font-weight: 400;
  font-size: 0.14rem;
  color: #777e91;
}
.footer_text {
  margin: 0 auto;
  padding: 0.3rem 0;
  width: 2.84rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.12rem;
  color: #777e91;
}

.mainBox {
  /* background: #5d4fea; */
  max-width: 3.75rem;
  margin: 0 auto;
}

.vodes {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  color: #fff;
  background-color: #000;
}
.vodes div {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: right;
}
.vodes div span {
  padding-right: 0.2rem;
  font-size: 0.16rem;
}
.vodes video {
  width: 100%;
  height: calc(100% - 0.5rem);
}

.tutorial {
  position: fixed;
  /* top: 76%; */
  bottom: 18%;
  right: 0.1rem;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
}
.tutorial .view {
  width: 0.62rem;
  height: 0.33rem;
  animation: move1 1s ease infinite;
  -moz-animation: move1 1s ease infinite;
  -webkit-animation: move1 1s ease infinite;
}
.tutorial .kefu {
  width: 0.52rem;
  height: 1.15rem;
}

.top {
  position: relative;
  padding: 0.2rem 0.2rem 0;
}
.top img {
  width: 0.62rem;
  height: 0.62rem;
}

.t1 {
  padding: 0 0.4rem;
  margin-top: 0.1rem;
  text-align: center;
  color: #fff;
}
.t1 > h2 {
  font-size: 0.3rem;
  font-weight: 500;
}
.t1 > h3 {
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;

  font-weight: 400;
  font-size: 0.2rem;
}
.t1 > p {
  margin: 0;
  padding: 0;
  color: #a3a6a0;
  font-size: 0.14rem;
}
.t1 img {
  width: 2.315rem;
}
.slideTxtBox {
  margin: 0 0.24rem;
  /* background: #fff; */
  /* margin-bottom: 0.3rem; */
  margin-top: 0.3rem;
  padding-bottom: 0.5rem;
}
.slideTxtBox .hd {
  /* padding-top: 0.3rem; */
  /* background: #392fc8; */
  padding-bottom: 0.3rem;
  /* padding-left: 0.7rem; */
  /* padding-right: 0.3rem; */
}

.slideTxtBox .hd ul {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}
.slideTxtBox .hd li {
  /* flex: 1; */
  width: 0.88rem;
  height: 1.22rem;
  /* padding: 0.16rem; */
  /* margin-left: 0.28rem; */
  text-align: center;
  /* padding-bottom: 0.2rem; */
  /* width: 50%; */
  box-sizing: border-box;
  /* padding-left: 0.2rem; */
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  border-radius: 0.05rem;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.slideTxtBox .hd li:first-child {
  background-image: url(../image/1-1@3x.png);
}
.slideTxtBox .hd li:nth-child(2) {
  background-image: url(../image/2-1@3x.png);
}
.slideTxtBox .hd li:nth-child(3) {
  background-image: url(../image/3-1@3x.png);
}

/* .slideTxtBox .hd li.on {
    background: url(../image/Group1@3x.png) no-repeat center;
    border: 1px solid rgba(255, 255, 255, 0.5);
  } */
.slideTxtBox .hd li:first-child.on {
  background-image: url(../image/1@3x.png);
}
.slideTxtBox .hd li:nth-child(2).on {
  background-image: url(../image/2@3x.png);
}
.slideTxtBox .hd li:nth-child(3).on {
  background-image: url(../image/3@3x.png);
}

p,
ul,
li {
  margin: 0;
  padding: 0;
}

.slideTxtBox .item {
  color: #ffffff;
}

.slideTxtBox .item h3 {
  font-size: 0.2rem;
  font-weight: 500;
}
.slideTxtBox .item p {
  font-size: 0.14rem;
  line-height: 1.4;
}
.slideTxtBox .item .imgs .arrow {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  animation: move 1s ease infinite;
  -moz-animation: move 1s ease infinite;
  -webkit-animation: move 1s ease infinite;
}

.arrow1 {
  top: 0.13rem;
  left: 0.36rem;
}
.arrow2 {
  top: 54%;
  left: 52%;
}
.arrow3 {
  bottom: 0.8rem;
  left: 52%;
}
.slideTxtBox .item .imgs .arrow4 {
  bottom: 1.3rem;
  right: -0.05rem;
  animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.arrow4_1 {
  bottom: 0.65rem;
  right: -0.19rem;
}
.arrow5 {
  bottom: 0.6rem;
  left: 52%;
}

.arrow2_1 {
  top: 34%;
  left: 30%;
}
.arrow2_2 {
  top: 42%;
  right: -1%;
}
.arrow2_3 {
  top: 25%;
  left: 34%;
}
.arrow2_4 {
  top: 26%;
  left: 40%;
}
.arrow2_5 {
  bottom: 16%;
  right: 0%;
}
.arrow2_6 {
  top: 11%;
  left: 60%;
}
.arrow2_7 {
  top: 28%;
  right: 18%;
}
.arrow3_1 {
  top: 32%;
  right: 10%;
}
.arrow3_2 {
  top: 38%;
  left: 40%;
}
.arrow3_3 {
  top: 45%;
  right: 10%;
}
.arrow3_4 {
  bottom: 31%;
  right: 8%;
}
.arrow3_5 {
  bottom: 36%;
  right: 15%;
}
/* 定义帧动画 */
@keyframes move {
  0% {
    transform: translate(10px, -10px);
  }
  40% {
    transform: translate(0, 0);
  }
  60% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(10px, -10px);
  }
}
@-moz-keyframes move {
  0% {
    transform: translate(10px, -10px);
  }
  40% {
    transform: translate(0, 0);
  }
  60% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(10px, -10px);
  }
}
@-webkit-keyframes move {
  0% {
    transform: translate(10px, -10px);
  }
  40% {
    transform: translate(0, 0);
  }
  60% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(10px, -10px);
  }
}

@keyframes move1 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-moz-keyframes move1 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes move1 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.slideTxtBox .item .imgs {
  position: relative;
  width: 2.6rem;
  margin: 0 auto;
}

.slideTxtBox .item img {
  display: block;
  width: 100%;
}
.swiper .swiper-slide img {
  margin: 0 auto;
  max-width: 2.5rem;
  display: block;
}
.swiper-button-next,
.swiper-button-prev {
  font-weight: bold;
  color: #9c97e3;
  outline: none;
  border: none;
  width: 0.4rem;
  height: 0.4rem;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0.4rem;
  outline: none;
  background: transparent;
}

.footer {
  margin-top: 0.15rem;
  color: #fff;
}
.footer .content {
  padding: 0.15rem 0.1rem;
  /* display: flex; */
  /* align-items: center; */
  text-align: center;
  background: #222;
}
.footer .img {
  margin: 0.15rem;
}
.footer .img img {
  width: 1.2rem;
}
.footer h3 {
  font-size: 0.18rem;
  font-weight: 500;
}
.imgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 0.65rem; */
}
.imgBox a:first-child {
  margin-right: 0.4rem;
}
.imgBox img {
  width: 1.13rem;
}

.footer .copyright {
  padding: 0.05rem 0;
  text-align: center;
  background-color: #000;
  font-size: 0.1rem;
}
.model {
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}
.business {
  width: 2.86rem;
  /* height: 5.08rem; */
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #23262f;
  justify-content: center;
  box-shadow: 0rem 0.08rem 0.16rem -0.08rem rgba(15, 15, 15, 0.1);
  border-radius: 0.32rem;
  box-sizing: border-box;
  padding: 0.2rem 0.4rem;
  position: relative;
  /* transform: matrix(1, 0, 0, -1, 0, 0);
    */
}
.business p {
  font-weight: 700;
  font-size: 0.23rem;
  line-height: 0.56rem;
  margin-bottom: 0.22rem;
  color: #fcfcfd;
}
.close {
  cursor: pointer;
  position: absolute;
  top: -0.2rem;
  right: -0.45rem;
  width: 0.4rem;
  height: 0.4rem;
}
.business .come_text {
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #777e91;
}
.business div {
  cursor: pointer;
  width: 1.5rem;
  height: 0.4rem;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  background: #3b71fe;
  border-radius: 0.9rem;
  font-weight: 700;
  font-size: 0.16rem;
  margin-top: 0.38rem;
  color: #fcfcfd;
}
.business div img {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.05rem;
}
.tg_text {
  display: inline-block;
  margin-top: 0.4rem;
  font-weight: 400;
  font-size: 0.15rem;
  color: #777e91;
}
