/*
 * @Author: ph-xiaoka xiaoka@qq.com
 * 
 * 
 * 
 * 
 * 
 * git config --global user.name xiaoka
 * @Date: 2022-09-15 16:46:50
 * @LastEditors: ph-xiaoka xiaoka@qq.com





git config --global user.name xiaoka





git config --global user.name xiaoka





git config --global user.name xiaoka





git config --global user.name xiaoka





git config --global user.name xiaoka





git config --global user.name xiaoka





git config --global user.name xiaoka





git config --global user.name xiaoka





git config --global user.name xiaoka





git config --global user.name xiaoka





git config --global user.name xiaoka





git config --global user.name xiaoka





git config --global user.name xiaoka





git config --global user.name xiaoka





git config --global user.name xiaoka





git config --global user.name xiaoka





git config --global user.name xiaoka
 * 
 * 
 * 
 * 
 * 
 * git config --global user.name xiaoka
 * @LastEditTime: 2022-09-15 16:47:47
 * @FilePath: /okaypay/css/home.css
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 */
html,
body {
  width: 100%;
  height: 100%;

  margin: 0;
  font-size: 12px;
  padding: 0;
  font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei,
    Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}

::-webkit-scrollbar {
  display: none;
}
li,
ol,
ul {
  list-style: none;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #1e1e1e;
  position: relative;
}

.vodes {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  color: #fff;
  background-color: #000;
}
.vodes div {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.vodes div span {
  padding-right: 40px;
  font-size: 32px;
}
.vodes video {
  width: 100%;
  height: calc(100% - 100px);
}
.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: 586px;
  height: 508px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #23262f;
  justify-content: center;
  box-shadow: 0px 8px 16px -8px rgba(15, 15, 15, 0.1);
  border-radius: 32px;
  box-sizing: border-box;
  padding: 70px 150px;
  position: relative;
  /* transform: matrix(1, 0, 0, -1, 0, 0); */
}
.business p {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;

  margin-bottom: 42px;
  color: #fcfcfd;
}
.close {
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: -45px;
  width: 40px;
  height: 40px;
}
.business .come_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #777e91;
}
.business div {
  cursor: pointer;
  width: 150px;
  height: 52px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  line-height: 48px;
  background: #3b71fe;
  border-radius: 90px;
  font-weight: 700;
  font-size: 16px;
  margin-top: 48px;
  color: #fcfcfd;
}
.tg_text {
 
  display: inline-block;
  margin-top: 40px;
  font-weight: 400;
  font-size: 15px;
  color: #777e91;
}
.business div img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.okay {
  width: 1280px;
  height: 100%;
}
.flexed {
  position: fixed;
  top: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 92px;
  z-index: 10;
}
.qrcode {
  width: 164px;
  height: 164px;
  margin-top: 40px;
}
.tutorial_kefu {
  display: flex;
  justify-content: flex-start;
}
.tutorial_kefu .view {
  width: 124px;
  height: 66px;
  animation: move2 1s ease infinite;
}
.tutorial_kefu .kefu {
  width: 104px;
  height: 230px;
}
@keyframes move2 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}
.header_logo {
  display: flex;
  align-items: center;
  margin-left: 80px;
}
.header_logo .logo {
  width: 50px;
  height: 50px;
}
.header_logo .text {
  font-size: 27px;
  color: #fcfcfd;
  margin-left: 18px;
}
.header_menu {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.ac_li {
  cursor: pointer;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 40px;
  font-weight: 700;
  font-size: 14px;
  color: #777e91;
}
.header_menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #777e91;
}
.header_menu ul li {
  cursor: pointer;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 40px;
}
.header_menu ul .on {
  border: 2px solid #ffffff;
  border-radius: 43px;
  color: white;
}
.bd .item {
  width: 100%;
}
.down {
  width: 100%;
  height: 776px;
  position: relative;
  background-color: white;
  background: url("../image/home_header_bg.png") no-repeat;
  background-size: 100% 100%;
}
.down_detail {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.detail_right {
  margin-left: 166px;
  width: 377px;
  height: 788px;

  animation: group1 2s ease infinite;
}
.group_main {
  width: 100%;
  height: 100%;
}

.detail_left .title {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.02em;
  font-family: "DM Sans";
  color: #23262f;
}
.detail_left .detail {
  margin: 16px 0 10px 0;
  font-family: "PingFang SC";
  font-weight: 500;
  display: inline-block;
  width: 447px;
  font-size: 20px;
  color: #23262f;
}
.button_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 390px;
}
.button_list_item {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  width: 180px;
  height: 56px;
  margin-top: 20px;
  /* border: 1px solid #bfbfbf; */
  align-items: center;
  border-radius: 8px;
  justify-content: center;
  box-sizing: border-box;
}
.button_list_item img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.button_list_item p {
  font-weight: 500;
  font-size: 12px;
}
.button_list_item span {
  font-weight: 500;
  font-size: 20px;
}
.and {
  background: #000000;
  color: #ffffff;
}
.ios {
  background: #ffffff;
  color: #000000;
  margin-left: 30px;
}
.down_hint {
  position: absolute;
  bottom: -77px;
  left: 80px;
  background: linear-gradient(
    92.98deg,
    #23262f 3.54%,
    rgba(35, 38, 47, 0.7) 93.38%
  );
  border: 1px solid #353945;
  box-shadow: 0px 40px 64px -32px rgba(15, 15, 15, 0.1);
  backdrop-filter: blur(16px);
  border-radius: 24px;
  width: 1120px;
  height: 252px;
  padding: 30px 40px 0 40px;
  box-sizing: border-box;
}
.down_hint_text {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  padding: 0 0 28px 0;
  border-bottom: 1px solid rgba(119, 126, 145, 0.3);
}
.down_hint_step {
  display: flex;
  flex-direction: row;
}
.down_hint_step_one {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
}
.down_hint_step_one_number {
  width: 38px;
  margin-top: 5px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #8bc5e5;
  border-radius: 100px;
  font-size: 14px;
  color: #fcfcfd;
}
.down_hint_step_one_detail {
  margin-left: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #777e91;
}
.down_hint_step_one_detail p {
  font-weight: 600;
  font-size: 24px;
  color: #fcfcfd;
  margin-bottom: 5px;
}
p {
  padding: 0;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
.advantage {
  margin-top: 242px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantage_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  font-size: 48px;
  color: #fcfcfd;
}
.advantage_title span {
  margin-top: 5px;
  font-weight: 400;
  font-size: 24px;
  color: #777e91;
}
.advantage .row {
  width: 1120px;
  margin-top: 130px;
}
.antifraud {
  margin-top: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.antifraud .button {
  margin-top: 20px;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: row;
}
.antifraud .button img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.antifraud_main {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.antifraud_main .swiper-container {
  margin-left: 80px;
  width: 372px;
  height: 872px;
  overflow: hidden;
}

.antifraud_main .group {
  width: 640px;
  height: 677px;
  position: relative;
  /* animation: group1 2s ease infinite; */
}
.frame {
  position: absolute;
  top: 478px;
  width: 306px;
  animation: group1 2s ease infinite;
}
.nearby {
  position: absolute;
  right: 47px;
  bottom: 144px;
  animation: group1 2s ease infinite;
  width: 212px;
}
@keyframes group1 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.swiper-slide {
  padding: 0 10px;
  box-sizing: border-box;
}
.swiper-slide .number {
  width: 38px;
  margin-top: 5px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #8bc5e5;
  border-radius: 100px;
  font-size: 14px;
  color: #fcfcfd;
}
.swiper-slide .one {
  background: #8bc5e5;
}
.swiper-slide .two {
  background: #92a5ef;
}
.swiper-slide .three {
  background: #58c27d;
}
.swiper-slide p {
  font-weight: 600;
  margin: 20px 0 16px 0;
  font-size: 24px;
  color: #fcfcfd;
}
.swiper-slide span {
  font-weight: 400;
  font-size: 14px;
  color: #777e91;
}
.schedule {
  margin: 40px 0;
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.2);
  width: 302px;
  height: 8px;
}
.percentage {
  width: 50%;
  height: 100%;
  border-radius: 23px;
  background: white;
}
.serve {
  width: 100%;
  position: relative;
}
.vector {
  z-index: -1;
  position: absolute;
  height: 700px;
  left: -100px;
  top: 0;
}
.serve_main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.serve_button {
  cursor: pointer;
  margin-top: 20px;
  width: 112px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #fcfcfd;
  background: #3b71fe;
  border-radius: 90px;
}
.serve_list {
  margin-top: 125px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.serve_item {
  width: 357px;
  margin-left: 24px;
  height: 296px;
  background: #23262f;
  border-radius: 20px;
  padding: 68px 40px 0 30px;
  box-sizing: border-box;
}
.serve_item img {
  width: 48px;
  height: 48px;
}
.serve_item .item_title {
  font-size: 16px;
  padding: 30px 0 16px 0;
  font-weight: 500;
  color: #fcfcfd;
}
.serve_item .item_detail {
  font-weight: 400;
  font-size: 14px;
  color: #777e91;
}
.home_footer {
  margin-top: 135px;
  width: 100%;
  text-align: center;
  padding: 42px 0;
  border-top: 1px solid #23262f;
  font-weight: 400;
  font-size: 12px;
  color: #777e91;
}
.tutorial {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}
.tutorial_position {
  position: absolute;
  top: 0;
  z-index: -10;
  left: 0;
}
.tutorial_bg {
  width: 1280px;

  position: relative;
  height: 708px;
}
.tutorial_bg_main {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999;
  padding: 158px 0 139px 0;
}
.tutorial_bg_main .title {
  font-weight: 700;
  font-size: 96px;
  color: #ffffff;
}
.tutorial_bg_main .detail {
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  margin: 34px 0 75px 0;
}
.tutorial_bg_main .english {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 34px;
  color: #ffffff;
}
.tutorial_bg video {
  min-width: 100%;
  min-height: 100%;
  border-radius: 24px;
  height: auto;
  width: auto;
  /*加滤镜*/
  filter: blur(8px);
  /* -webkit-filter: grayscale(100%); */
  /* filter: grayscale(100%); */
  z-index: -11;
}
.tutorial_bg source {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}
.tutorial_main {
  margin-top: 564px;
  width: 1120px;
  display: flex;
  flex-direction: column;

  box-sizing: border-box;
  background: linear-gradient(
    92.98deg,
    #23262f 3.54%,
    rgba(35, 38, 47, 0.7) 93.38%
  );
  /* Neutrals/3 */

  border: 1px solid #353945;
  /* glass/01 */

  box-shadow: 0px 40px 64px -32px rgba(15, 15, 15, 0.1);
  backdrop-filter: blur(16px);
  /* Note: backdrop-filter has minimal browser support */

  border-radius: 24px;
  /* opacity: 0.1; */
}
.inHd {
  padding: 22px 40px;
  border-bottom: 1px solid #353945;
}
.inHd ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
}
.inHd ul li {
  cursor: pointer;
  width: 88px;
  height: 40px;
  border: 2px solid #353945;
  border-radius: 90px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  margin-right: 20px;
  color: #777e91;
}
.inHd ul .on {
  background: #fcfcfd;
  color: #23262f;
}
.inBd {
}
.inBd_bg {
  height: 657px;
  right: 0;
  z-index: -1;
  position: absolute;
  margin-top: 713px;
}
.inBd .item {
  width: 100%;
  box-sizing: border-box;
  padding: 0 150px 90px 150px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.inBd_item_list {
  margin-top: 60px;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
}
.left_icon {
  width: 93px !important;
  height: 93px !important;
  position: absolute;
  animation: move1 1s ease infinite;
}
@keyframes move1 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.item:nth-child(1) .inBd_item_list:nth-child(1) .left_icon {
  left: 10px;
  top: 60px;
}
.item:nth-child(1) .inBd_item_list:nth-child(2) .left_icon {
  left: 145px;
  top: 365px;
}
.item:nth-child(1) .inBd_item_list:nth-child(3) .left_icon {
  left: 130px;
  bottom: 60px;
}
.item:nth-child(2) .inBd_item_list:nth-child(1) .left_icon {
  right: -25px;
  bottom: 111px;
}
.item:nth-child(2) .inBd_item_list:nth-child(2) .left_icon {
  left: 131px;
  bottom: 40px;
}
.item:nth-child(3) .inBd_item_list:nth-child(1) .left_icon {
  right: 10px;
  top: 220px;
}
.item:nth-child(3) .inBd_item_list:nth-child(2) .left_icon {
  left: 131px;
  bottom: 70px;
}
.item:nth-child(3) .inBd_item_list:nth-child(3) .left_icon {
  left: 180px;
  bottom: 283px;
}
.item:nth-child(3) .inBd_item_list:nth-child(4) .left_icon {
  left: 165px;
  bottom: 170px;
}
.item:nth-child(3) .inBd_item_list:nth-child(5) .left_icon {
  left: 165px;
  bottom: 199px;
}
.item:nth-child(4) .inBd_item_list:nth-child(1) .left_icon {
  left: 60px;
  top: 225px;
}
.item:nth-child(4) .inBd_item_list:nth-child(2) .left_icon {
  left: 225px;
  top: 250px;
}
.item:nth-child(4) .inBd_item_list:nth-child(3) .left_icon {
  left: 60px;
  top: 180px;
}
.item:nth-child(4) .inBd_item_list:nth-child(4) .left_icon {
  left: 95px;
  top: 200px;
}
.item:nth-child(4) .inBd_item_list:nth-child(5) .left_icon {
  left: 169px;
  bottom: 260px;
}
.item:nth-child(4) .inBd_item_list:nth-child(6) .left_icon {
  left: 145px;
  top: 150px;
}
.item:nth-child(4) .inBd_item_list:nth-child(7) .left_icon {
  left: 165px;
  bottom: 350px;
}
.item:nth-child(5) .inBd_item_list:nth-child(1) .left_icon {
  left: 69px;
  top: 209px;
}
.item:nth-child(5) .inBd_item_list:nth-child(2) .left_icon {
  left: 70px;
  top: 140px;
}
.item:nth-child(5) .inBd_item_list:nth-child(3) .left_icon {
  left: 120px;
  bottom: 190px;
}
.item:nth-child(5) .inBd_item_list:nth-child(4) .left_icon {
  left: 140px;
  bottom: 150px;
}
.item:nth-child(6) .inBd_item_list:nth-child(1) .left_icon {
  left: 199px;
  top: 209px;
}
.item:nth-child(6) .inBd_item_list:nth-child(2) .left_icon {
  left: 190px;
  bottom: 80px;
}
.item:nth-child(6) .inBd_item_list:nth-child(3) .left_icon {
  left: 160px;
  bottom: 219px;
}
.inBd_item_list:nth-child(even) {
  margin-left: 210px;
}
.inBd_item_list p {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}
.inBd_item_list span {
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  max-width: 297px;
  color: #ffffff;
}
.inBd_item_list img {
  width: 292px;
  height: 610px;
}
.inBd_item_list .topimg {
  margin-top: 24px;
  height: 595px;
}
