[v-clock] {
  display: none;
}
.fix-select-list {
  width: 77px;
  height: 265px;
  background: #ffffff;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 100;
  top: 600px;
  right: 130px;
}
.contact-service {
  position: relative;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}
.contact-service img {
  filter: grayscale(100%);
}
.contact-service:hover .title {
  color: #3584FF;
}
.contact-service:hover .hide-info {
  display: block;
}
.contact-service:hover .hide-img {
  display: block;
}
.contact-service:hover img {
  color: #3584FF;
  filter: grayscale(0%);
}
.hide-info {
  width: 100px;
  background-color: #fff;
  position: absolute;
  right: -110px;
  top: -130px;
  border-radius: 2px;
  border: 1px solid #EFEFEF;
  padding: 5px;
  padding-bottom: 0;
  display: none;
}
.hide-info span {
  height: 32px;
  line-height: 32px;
}
.hide-img {
  display: none;
  position: absolute;
  top: -300px;
  right: -110px;
  width: 100px;
  padding: 5px;
  /* height: 100px; */
  background-color: #fff;
}
.content-wrapper {
  float: left;
  display: block;
  width: 100%;
  background-color: #fff;
}
.part1-wrapper {
  width: 100%;
  background: linear-gradient(269.64890078deg, #4b93ff 1%, #1b23ec 74%);
  min-width: 1200px;
  height: 619px;
  display: flex;
  justify-content: center;
}
.part1-wrapper .content {
  display: flex;
  width: 1200px;
  flex-direction: row;
  justify-content: flex-start;
}
.part1-wrapper .content .img {
  display: flex;
  width: 500px;
  height: 100%;
  background: url("../images/app/img-07.png") no-repeat;
  background-size: 300px auto;
  background-position: center center;
}
.part1-wrapper .content .text-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 160px;
}
.part1-wrapper .content .text-wrapper .title {
  display: flex;
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
}
.part1-wrapper .content .text-wrapper .text {
  display: flex;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  margin-top: 15px;
}
.part1-wrapper .content .text-wrapper .code-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: 84px;
  margin-top: 58px;
}
.part1-wrapper .content .text-wrapper .code-wrapper .code {
  width: 184px;
  height: 184px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part1-wrapper .content .text-wrapper .code-wrapper .code img {
  width: 165px;
  height: 165px;
}
.btn-wrapper-wrap .btn-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.btn-wrapper-wrap .btn-wrapper .d-btn {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  width: 220px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  border-radius: 8px;
  margin-left: 52px;
}
.btn-wrapper-wrap .btn-wrapper .d-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}
.btn-wrapper-wrap .btn-wrapper .d-btn .d-icon {
  display: flex;
  width: 30px;
  background: url("/images/app/8.png") no-repeat center;
  height: 28px;
}
.btn-wrapper-wrap .btn-wrapper .d-btn .d-text {
  display: flex;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 10px;
}
.btn-wrapper-wrap .btn-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  margin-left: 52px;
}
.btn-wrapper-wrap .btn-wrapper .d-btn {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  width: 220px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  border-radius: 8px;
}
.btn-wrapper-wrap .btn-wrapper .d-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}
.btn-wrapper-wrap .btn-wrapper .d-btn .d-icon {
  display: flex;
  width: 30px;
  background: url("/images/app/8.png") no-repeat center;
  height: 28px;
}
.btn-wrapper-wrap .btn-wrapper .d-btn .d-text {
  display: flex;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 10px;
}
.btn-wrapper-wrap .btn-wrapper .text {
  font-size: 29px;
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: bold;
  color: #ffffff;
  margin-top: 15px;
}
.hover-data {
  position: relative;
  z-index: 99;
}
.hover-data:hover .qr-code {
  display: block;
}
.hover-data .qr-code {
  display: none;
  position: absolute;
  top: -70px;
  left: 140px;
  text-align: center;
  background: url("/images/app/code-bg.png") no-repeat center;
}
.link-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}
.link-pay-btn {
  position: relative;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(90deg, #08d94f, #e8e01a);
  color: rgba(255, 255, 255, 0.99607843);
  font-size: 14px;
}
.link-pay-btn span {
  position: relative;
  z-index: 1;
}
.link-pay-btn:before {
  content: '';
  position: absolute;
  width: 144px;
  height: 34px;
  right: 3px;
  top: 3px;
  background: #2a46f2;
}
.link-pay-btn:hover:before {
  width: 0;
  transition: all 0.1s ease-in-out;
}
.link-pay-btn.open-video:before {
  background: linear-gradient(90deg, #4089ff, #9092d2);
}
.link-pay-btn:hover {
  color: white;
}
.app-block-module {
  padding: 70px 0 20px;
  background: #fff;
}
.app-block-module .block-title {
  text-align: center;
  font-weight: 650;
  font-style: normal;
  font-size: 25px;
  color: #333333;
  padding-bottom: 0;
  height: unset;
  line-height: normal;
}
.app-block-module .block-title:before {
  content: unset;
}
.app-block-module .block-sub-title {
  text-align: center;
  font-weight: 650;
  font-style: normal;
  font-size: 15px;
  color: #797979;
  margin-top: 25px;
}
.app-block-module .block-content {
  width: 1200px;
  text-align: center;
  margin: auto;
}
.server-introduce {
  padding: 140px 0;
  position: relative;
}
.server-introduce .bg-img {
  width: 1200px;
  pointer-events: none;
}
.server-introduce .introduce-center {
  position: absolute;
  left: 50%;
  top: 230px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  width: 130px;
  height: 130px;
  padding: 15px;
  border: 25px solid #fff;
  background: linear-gradient(134.62552311deg, #f218b1 0%, #d52dcf 31%, #425fc4 88%, #00f2f2 119%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.server-introduce .introduce-center h3 {
  font-size: 20px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.server-introduce .introduce-center p {
  font-size: 16px;
}
.server-introduce .introduce-desc {
  box-sizing: border-box;
  position: absolute;
  padding: 0 15px 15px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 200px;
  text-align: left;
}
.server-introduce .introduce-desc h3 {
  font-weight: 650;
  font-style: normal;
  font-size: 15px;
  line-height: 3;
  color: #333333;
}
.server-introduce .introduce-desc p {
  font-size: 12px;
  color: #333;
}
.server-introduce .introduce-desc.left-top {
  left: 110px;
  top: 200px;
}
.server-introduce .introduce-desc.right-top {
  right: 180px;
  top: 165px;
}
.server-introduce .introduce-desc.left-bottom {
  bottom: 140px;
  left: 155px;
}
.server-introduce .introduce-desc.right-bottom {
  bottom: 130px;
  right: 140px;
}
.server-introduce .introduce-img {
  position: absolute;
  width: 77px;
  height: 77px;
  background: #fff no-repeat;
  background-size: 34px 34px;
  background-position: center center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.server-introduce .introduce-img.left-top {
  left: -10px;
  top: 205px;
}
.server-introduce .introduce-img.right-top {
  right: -10px;
  top: 116px;
}
.server-introduce .introduce-img.left-bottom {
  bottom: 120px;
  left: -5px;
}
.server-introduce .introduce-img.right-bottom {
  bottom: 125px;
  right: -10px;
}
.use-advantage {
  justify-content: space-between;
  padding: 90px 0;
}
.use-advantage h3 {
  font-weight: 650;
  font-style: normal;
  font-size: 25px;
  margin-bottom: 15px;
}
.use-advantage p {
  font-weight: 650;
  font-style: normal;
  font-size: 15px;
}
.qr-code-list {
  justify-content: center;
  padding-bottom: 90px;
}
.qr-code-list > div:not(:last-child) {
  margin-right: 85px;
}
.qr-code-list .img {
  box-sizing: border-box;
  width: 150px;
  height: 150px;
  padding: 8px;
  border-radius: 10px;
  background: #fff;
}
.qr-code-list p {
  font-size: 12px;
  margin: 10px -10px 0;
}
.ranking-desc-list {
  justify-content: space-between;
  padding: 80px 0;
}
.ranking-desc-list:before,
.ranking-desc-list:after {
  content: '';
}
.ranking-desc-list img {
  width: 276px;
}
.function-display-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding-top: 50px;
}
.function-display-wrap .item {
  box-sizing: border-box;
  width: 292px;
  height: 106px;
  border: 1px solid hsla(0, 0%, 100%, 0.4);
  padding: 18px 30px 0 20px;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.function-display-wrap .item.active {
  border: none;
  background: linear-gradient(90deg, #8900e1, #022fe8);
}
.function-display-wrap .item:after {
  width: 0;
  height: 0;
  content: "";
  font-size: 0;
  border: 8px solid transparent;
  position: absolute;
  top: 50%;
}
.function-display-wrap .item p:first-child {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 11px;
}
.function-display-wrap .item p:last-child {
  font-size: 13px;
  color: #fff;
  opacity: 0.9;
}
.function-display-wrap .left .item.active:after {
  border-left-color: #022fe8;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
.function-display-wrap .right .item.active:after {
  border-right-color: #022fe8;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
.function-display-wrap .center {
  width: 616px;
  height: 468px;
  position: relative;
}
.function-display-wrap .center img {
  width: 180px;
  height: 390px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transition: all 0.3s;
}
.function-display-wrap .center img:nth-child(1),
.function-display-wrap .center img:nth-child(2),
.function-display-wrap .center img:nth-child(3) {
  transform: translate(-140%, -50%);
}
.function-display-wrap .center img:nth-child(4),
.function-display-wrap .center img:nth-child(5),
.function-display-wrap .center img:nth-child(6) {
  transform: translate(40%, -50%);
}
.function-display-wrap .center img.active {
  width: 220px;
  height: 476px;
  z-index: 10;
  transform: translate(-50%, -50%);
}
