.body {
  margin: 0 auto;
  width: 1280px;
}
.page-1 {
  width: 1280px;
  height: 720px;
  background: url("../media/super-secretary/page-1-bg.png") center center no-repeat;
  background-size: contain;
  overflow: hidden;
}
.page-1 .inner {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.page-1 .lg {
  margin: 50px 0 0 50px;
  width: 155px;
  height: 38px;
}
.page-1 .sub-logo {
  margin: 184px 0 0 -50px;
  width: 1031px;
  height: 205px;
}
.page-1 .text {
  float: left;
  margin: 80px 0 0 0;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  letter-spacing: 2px;
}
.page-1 .app-download {
  margin: 50px 0 0px 0;
}
.page-1 .app-download img {
  display: inline-block;
}
.page-1 .android {
  vertical-align: top;
  margin: 66px 20px 0 0;
  width: 64px;
  height: 55px;
}
.page-1 .ios {
  vertical-align: top;
  margin: 66px 20px 0 0;
  width: 36px;
  height: 55px;
}
.page-1 .qr-wrapper {
  display: inline-block;
  font-size: 12px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 17px;
  text-align: center;
}
.page-1 .qr {
  display: inline-block;
  margin-bottom: 5px;
  width: 122px;
  height: 122px;
}
.page-1 .clearfix {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-2 {
  width: 1280px;
  height: 720px;
  background: #F7F8FA;
}
.page-2 .title-1 {
  margin: 63px 0 40px 0;
  width: 211px;
  height: 75px;
}
.page-2 .block-area {
  margin: 0 auto;
  width: 800px;
  height: 504px;
}
.page-2 .block-area > div {
  position: relative;
  float: left;
  width: 160px;
  height: 160px;
}
.page-2 .block-area > div.hover {
  transition: 0.3s all ease-out;
  transform: scale(0.9);
}
.page-2 .block-area > div.hover:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  transform: scale(1);
}
.page-2 .block-area > div.hover:hover img:first-child {
  opacity: 1;
}
.page-2 .block-area > div.hover:hover img:last-child {
  opacity: 0;
}
.page-2 .block-area > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
}
.page-2 .block-area > div img:first-child {
  opacity: 0;
  transition: 0.4s all ease-out;
}
.page-2 .block-area > div img:last-child {
  transition: 0.2s all ease-out;
}
.page-3 {
  width: 1280px;
  height: 720px;
  background: #fff;
}
.page-3 .title-2 {
  margin: 56px 0 40px 0;
  width: 201px;
  height: 83px;
}
.page-3 .hxys-wrapper {
  position: relative;
  margin: 40px 0 0 126px;
}
.page-3 .hxys {
  width: 296px;
  height: 396px;
}
.page-3 .hxys-2 {
  position: absolute;
  top: 201px;
  left: 56px;
  width: 419px;
  height: 244px;
}
.page-3 .hxys-3 {
  position: absolute;
  top: 50px;
  left: 530px;
  width: 450px;
  height: 345px;
}
.page-4 {
  position: relative;
  width: 1280px;
  height: 720px;
  background: url("../media/super-secretary/p4-bg.png") center center no-repeat;
  background-size: cover;
}
.page-4 .title-3 {
  position: relative;
  margin: 56px 0 40px 0;
  width: 426px;
  height: 83px;
  z-index: 2;
}
.page-4 .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.page-4 .p4-paper {
  margin: 260px 0 0 160px;
  width: 230px;
  height: 334px;
}
.page-4 .p4-step {
  position: relative;
  top: 140px;
  left: 40px;
  width: 650px;
  height: 375px;
}
.page-5 {
  width: 1280px;
  height: 720px;
  background: #fff;
}
.page-5 .title-4 {
  margin: 56px 0 30px 0;
  width: 426px;
  height: 83px;
}
.page-5 .content .left {
  float: left;
  margin: 106px 0 0 160px;
  width: 622px;
}
.page-5 .content .left > div {
  margin-bottom: 55px;
}
.page-5 .content .left > div > div {
  padding-left: 20px;
}
.page-5 .content .left > div > div:first-child {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
}
.page-5 .content .left > div > div:first-child:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-10px);
  width: 8px;
  height: 20px;
  background: #E63130;
  border-radius: 1px;
  content: '';
}
.page-5 .content .left > div > div:last-child {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.page-5 .content .right {
  position: relative;
  float: right;
  margin: 0 159px 0 0;
}
.page-6 {
  position: relative;
  width: 1280px;
  height: 720px;
  background: url("../media/super-secretary/p6-bg.png") center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.page-6 .title-5 {
  position: relative;
  margin: 30px 0 40px 0;
  width: 401px;
  height: 72px;
  z-index: 2;
}
.page-6 .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.page-6 .phone-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 180px auto 0;
}
.page-6 .left {
  float: left;
}
.page-6 .right {
  float: right;
}
.page-6 .right .phone {
  margin: 0 auto;
}
.page-6 .left,
.page-6 .right {
  transition: 0.3s all ease-out;
}
.page-6 .left:hover,
.page-6 .right:hover {
  transform: scale(1.1);
}
.page-6 .left:hover .swiper-switch-btns,
.page-6 .right:hover .swiper-switch-btns {
  opacity: 1;
}
.page-6 .phone {
  padding: 7px;
  width: 168px;
  height: 332.5px;
}
.page-6 .phone .body {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 154px;
  height: 318.5px;
}
.page-6 .phone .body .swiper-container,
.page-6 .phone .body .swiper-wrapper,
.page-6 .phone .body .swiper-slide {
  width: 154px;
  height: 318.5px;
}
.page-6 .phone .frame {
  width: 168px;
  height: 332.5px;
}
.page-6 .swiper-switch-btns {
  margin-top: 10px;
  opacity: 0;
}
.page-6 .swiper-switch-btns div.active {
  background: #a4a1a1;
}
.page-6 .text-center {
  margin-top: 20px;
}
.page-6 .text-center div:first-child {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 28px;
}
.page-6 .text-center div:last-child {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
}
.page-6 .brands {
  display: block;
  margin: 50px auto 0;
  width: 666px;
  height: 25px;
}
.page-7 {
  width: 1280px;
  height: 720px;
  background: #fff;
}
.page-7 .title-6 {
  margin: 56px 0 40px 0;
  width: 399px;
  height: 82px;
}
.page-7 .lr {
  margin: 10px auto 0;
  width: 841px;
}
.page-7 .left {
  float: left;
}
.page-7 .right {
  float: right;
}
.page-7 .phone {
  position: relative;
  width: 166px;
  height: 348px;
  background: url("../media/super-secretary/page-7-phone-1.png") center center no-repeat;
  background-size: cover;
  box-shadow: 16px 30px 50px 0px rgba(0, 0, 0, 0.1);
}
.page-7 .page-7-phone-2 {
  position: absolute;
  top: 64px;
  left: 64px;
  width: 166px;
  height: 348px;
  box-shadow: 16px 30px 50px 0px rgba(0, 0, 0, 0.1);
}
.page-7 .circle {
  width: 449px;
  height: 373px;
}
.page-7 .page-7-text {
  display: block;
  margin: 70px auto;
  width: 983px;
  height: 44px;
}
.page-8 {
  width: 1280px;
  height: 720px;
  background: url("../media/super-secretary/p8-bg.png") center center no-repeat;
  background-size: cover;
}
.page-8 .title-7 {
  margin: 56px 0 40px 0;
  width: 427px;
  height: 83px;
}
.page-8 .lr {
  margin: 0 auto;
  width: 763px;
  height: 434px;
}
.page-8 .lr .left,
.page-8 .lr .right {
  padding: 0 33px;
  width: 280px;
  height: 434px;
  background: #fff;
}
.page-8 .lr .left {
  float: left;
}
.page-8 .lr .right {
  float: right;
}
.page-8 .icon {
  display: block;
  margin: 0 auto;
  width: 100px;
  padding: 60px 0 32px 0;
  text-align: center;
  border-bottom: 2px solid #dbdbdb;
}
.page-8 .icon-1 {
  width: 56px;
  height: 64px;
}
.page-8 .icon-2 {
  width: 60px;
  height: 60px;
}
.page-8 .tt {
  margin-top: 36px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  text-align: center;
}
.page-8 .dc {
  margin-top: 19px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  text-align: left;
}
.page-9 {
  width: 1280px;
  height: 720px;
  background: #fff;
}
.page-9 .title-8 {
  margin: 56px 0 40px 0;
  width: 199px;
  height: 79px;
}
@keyframes three-D {
  0%,
  27% {
    left: 211px;
    z-index: 1;
    transform: scale(1);
  }
  34%,
  61% {
    left: 0;
    z-index: 2;
    transform: scale(1.1);
  }
  68%,
  95% {
    left: -211px;
    z-index: 1;
    transform: scale(1);
  }
  100% {
    left: 211px;
    z-index: 1;
    transform: scale(1);
  }
}
.page-9 .block {
  position: relative;
  margin: 40px auto 0;
  width: 580px;
  height: 422px;
  transform-style: preserve-3d;
  perspective: 800px;
}
.page-9 .block div {
  position: absolute;
  top: 0;
  width: 580px;
  height: 422px;
  background: #FFFFFF;
  box-shadow: 0px 4px 25px 0px rgba(188, 188, 188, 0.5);
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
}
.page-9 .block div:nth-child(1) {
  left: 0;
  z-index: 1;
  animation: three-D 7.5s ease -5s infinite;
}
.page-9 .block div:nth-child(2) {
  left: 0;
  z-index: 1;
  animation: three-D 7.5s ease -2.5s infinite;
}
.page-9 .block div:nth-child(3) {
  left: 0;
  z-index: 1;
  animation: three-D 7.5s ease 0s infinite;
}
.page-9 .block div img {
  width: 100%;
  height: 100%;
}
.page-10 {
  width: 1280px;
  height: 616px;
  background: #333;
  overflow: hidden;
}
.page-10 .lr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto 0;
}
.page-10 .left {
  float: left;
  margin-right: 80px;
}
.page-10 .left .phone {
  margin: 0 auto;
}
.page-10 .right {
  float: right;
  margin: 20px 0 0 80px;
}
.page-10 .qr {
  margin-bottom: 37px;
  width: 140px;
  height: 140px;
}
.page-10 .text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.page-10 .tt {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 37px;
}
.page-10 .tt i {
  margin-right: 10px;
}
.page-10 .ttt {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
}
.page-10 .t1 {
  position: relative;
  margin-left: 35px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
}
.page-10 .t1 span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-11px);
  width: 22px;
  height: 22px;
  background: url("../media/super-secretary/icon-3.png") center center no-repeat;
  background-size: cover;
}
.page-10 .t2 {
  margin: 10px 0 0 36px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
}
.page-10 .btn {
  margin: 15px 0 60px 0;
  width: 164px;
  height: 52px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  line-height: 52px;
  background: #E63130;
  border-radius: 8px;
  cursor: pointer;
}
.page-10 .qr {
  margin-top: 20px;
}
.phone {
  position: relative;
  padding: 10px;
  width: 240px;
  height: 475px;
  box-shadow: 16px 30px 50px 0px rgba(0, 0, 0, 0.08);
  border-radius: 25px;
  user-select: none;
}
.phone .body {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  width: 220px;
  height: 455px;
  background: #fff;
  overflow: hidden;
}
.phone .body img {
  width: 100%;
  height: 100%;
}
.phone .body .swiper-container,
.phone .body .swiper-wrapper,
.phone .body .swiper-slide {
  width: 220px;
  height: 455px;
}
.phone .frame {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 240px;
  height: 475px;
  background: url("../media/super-secretary/phone-frame.png") center center no-repeat;
  background-size: cover;
}
.swiper-switch-btns {
  position: relative;
  margin: 10px 0 0 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.swiper-switch-btns div {
  display: inline-block;
  margin: 0 7px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.swiper-switch-btns div.active {
  background: #DCDCDC;
}
.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.fix-bottom-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding-bottom: 15px;
  width: 100%;
  height: 200px;
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  background: #e63130;
}
.placeholder {
  width: 100%;
  height: 200px;
}
.form {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 101;
  transform: translate3d(-215px, -260px, 0);
  width: 430px;
  height: 520px;
  background: #fff;
  border-radius: 16px;
}
.form .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  background: url("../media/close.png") center center no-repeat;
}
.form .form-title {
  margin-bottom: 32px;
  padding-top: 18px;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
}
.form input {
  margin-bottom: 20px;
  padding: 8px 10px;
  width: 280px;
  height: 34px;
  font-size: 16px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
}
.form button {
  width: 158px;
  height: 34px;
  color: #fff;
  background: #E63130;
  border: none;
  border-radius: 4px;
}
.form.mobile {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 101;
  transform: translate3d(-45vw, -700px, 0);
  padding: 30px;
  width: 90vw;
  height: 1400px;
  background: #fff;
  border-radius: 16px;
}
.form.mobile.visible {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form.mobile .close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  background: url("../media/close.png") center center no-repeat;
  background-size: contain;
}
.form.mobile .form-title {
  margin-bottom: 32px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
  font-size: 20px;
}
[data-dpr="2"] .form.mobile .form-title {
  font-size: 30px;
}
[data-dpr="2.5"] .form.mobile .form-title {
  font-size: 30px;
}
[data-dpr="2.75"] .form.mobile .form-title {
  font-size: 35px;
}
[data-dpr="3"] .form.mobile .form-title {
  font-size: 45px;
}
[data-dpr="4"] .form.mobile .form-title {
  font-size: 50px;
}
.form.mobile form {
  width: 100%;
}
.form.mobile input {
  margin-bottom: 30px;
  padding: 18px 20px;
  width: 80%;
  height: 120px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  font-size: 16px;
}
[data-dpr="2"] .form.mobile input {
  font-size: 30px;
}
[data-dpr="2.5"] .form.mobile input {
  font-size: 30px;
}
[data-dpr="2.7"] .form.mobile input {
  font-size: 35px;
}
[data-dpr="2.75"] .form.mobile input {
  font-size: 35px;
}
[data-dpr="3"] .form.mobile input {
  font-size: 45px;
}
[data-dpr="4"] .form.mobile input {
  font-size: 50px;
}
.form.mobile button {
  width: 80%;
  height: 120px;
  color: #fff;
  background: #E63130;
  border: none;
  border-radius: 4px;
  font-size: 16px;
}
[data-dpr="2"] .form.mobile button {
  font-size: 30px;
}
[data-dpr="2.5"] .form.mobile button {
  font-size: 30px;
}
[data-dpr="2.75"] .form.mobile button {
  font-size: 35px;
}
[data-dpr="3"] .form.mobile button {
  font-size: 45px;
}
[data-dpr="4"] .form.mobile button {
  font-size: 50px;
}
.etoast {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 200;
  transform: translate3d(-35vw, -50px, 0);
  width: 70vw;
  height: 100px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
}
[data-dpr="2"] .etoast {
  font-size: 30px;
}
[data-dpr="2.5"] .etoast {
  font-size: 30px;
}
[data-dpr="2.75"] .etoast {
  font-size: 35px;
}
[data-dpr="3"] .etoast {
  font-size: 45px;
}
[data-dpr="4"] .etoast {
  font-size: 50px;
}
@keyframes sl {
  0% {
    transform: translate3d(-35vw, -50px, 0) scale(0);
  }
  100% {
    transform: translate3d(-35vw, -50px, 0) scale(1);
  }
}
