body {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC,
    Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
img[src=""],
img[src=null],
img:not([src]) {
  display: none !important;
}
.auth-bg {
  position: fixed;
  left: 0;
  top: 0px;
  bottom: 0px;
  width: 100%;
  min-height: 100%;
  /* background: url('./../img/bg.png') center no-repeat; */

  background-size: cover;
  overflow: auto;
}
.content {
  width: 100%;
 flex:1;
  position: relative;
  box-sizing: border-box;
  /* padding-bottom: 50px; */
}
/* @media screen and (min-width:1025px){
	.content {
		width: 350px;
		margin: 0px auto;
		position: relative;
		padding-bottom: 50px;
		box-sizing: border-box;
	}
} */
.logo {
  width: 40%;
  margin: 0px 30%;
  margin-top: 20px;
}
.welcome {
  padding: 10px 0px;
  vertical-align: middle;
  text-align: center;
  /* width: 70%; */
  margin: 0px 15%;
}
.welcome p {
  display: none;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC,
    Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  padding: 0px;
  margin: 0px;
}
.remark {
  width: 100%;
  text-align: center;
  margin: 0px 15%;
  padding: 10px 0px;
}
.remark p {
  display: none;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 10px;
}

.loginTmp input {
  color: #fff;
}

.msg {
  width: 70%;
  text-align: center;
  margin: 0px 15%;
}
.msg p {
  display: none;
  overflow-wrap: break-word;
  word-break: normal;
  word-wrap: break-word;
  white-space: normal;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  color: red;
}

.agree {
  display: none;
  position: relative;
  line-height: 20px;
  font-size: 12px;
  padding-left: 25px;
  z-index: 11111;
}
.agree img {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 1px;
  left: 0px;
}
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.agree a {
  text-decoration: underline;
}
.portal-login-btn {
  width: 90%;
  background: rgb(0, 102, 255);
  border: none;
  border-radius: 25px;
  /* margin: 0px 5%; */
  text-align: center;
  position: relative;
  margin-top: 20px;
  height: 36px;
  line-height: 36px !important;
  z-index: 11111;
}
.portal-login-btn span {
  font-size: 10px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  height: 100%;
}
.portal-login-btn .portal-icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 10px;
  background-size: 16px 16px;
}

.portal-login-btn.default {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
}
.portal-login-btn .portal-icon.icon-one-click {
  background-image: url("./../img/click.png");
  left: 12px;
}
.portal-login-btn .portal-icon.voucher {
  background-image: url("./../img/voucher.png");
  left: 12px;
}
.portal-login-btn .portal-icon.account {
  background-image: url("./../img/account.png");
  left: 12px;
}
.portal-login-btn .portal-icon.facebook {
  background-image: url("./../img/facebook.png");
  left: 12px;
}
.portal-login-btn .portal-icon.phoneLogin {
  background-image: url("./../img/account.png");
  left: 12px;
}

.copy {
  position: absolute;
  bottom: 8px;
  width: 90%;
  line-height: 15px;
  margin-top: 25px;
  text-align: center;
}
.copy p {
  overflow-wrap: break-word;
  word-break: normal;
}
.markBg {
  position: fixed;
  top: 0px;
  bottom: 0px;
  min-height: 100%;
  width: 100%;
}
.mark-bg-mask {
  position: fixed;
  top: 0px;
  bottom: 0px;
  min-height: 100%;
  width: 100%;
  z-index: 1;
}
.language {
  z-index: 11111;
  position: absolute;
  right: 24px;
  top: 24px;
  align-items: center;
}
.language p:first-child {
  line-height: 20px;
  margin-right: 4px;
}
.language img:last-child {
  max-height: 7px;
}

.languageList {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 99999;
}
.languageList .contentDiv {
  width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  margin: 10px auto;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 50px;
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
@media screen and (min-width: 1025px) {
  .languageList .contentDiv {
    width: 330px;
    max-height: calc(100% - 20px);
    margin: 10px auto;
    position: relative;
    padding-bottom: 50px;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  }
}
.languageList .items {
  clear: both;
  margin-top: 30px;
  max-height: 100%;
  overflow: auto;
  text-align: center;
}
.languageList .items img {
  max-height: 12px;
}
.languageList .items div {
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}

.languageList .close {
  float: right;
  margin: 10px 10px 0px 0px;
}

.termsOfService {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 99999;
}
.termsOfService .contentDiv {
  width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  margin: 10px auto;
  position: relative;
  box-sizing: border-box;
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  overflow: auto;
  border-radius: 5px;
}

.termsOfService .contentDiv pre {
  white-space: pre-wrap;
  word-break: keep-all;
}

@media screen and (min-width: 1025px) {
  .termsOfService .contentDiv {
    width: 330px;
    max-height: calc(100% - 20px);
    margin: 10px auto;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  }
}

.termsOfService .termsOfServiceTitle {
  clear: both;
  /* margin-top: 5px; */
  /* margin-bottom: 15px; */
  /* max-height: 100%; */
  overflow: auto;
  padding: 10px;
  box-sizing: border-box;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
  line-height: 20px;
  width: 100%;
  height: 41px;
  border-bottom: 1px solid #a0a0a05c;
}

.termsOfService .termsOfServiceContent {
  clear: both;
  max-height: 100%;
  overflow: auto;
  padding: 10px;
  box-sizing: border-box;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
  line-height: 20px;
  margin-bottom: 20px;
}

.termsOfService .close {
  float: right;
}

.codeLogin {
  position: relative;
  width: 95%;
  box-sizing: border-box;
  /* margin: 10px 2.5%; */
  line-height: 20px;
  font-size: 12px;
  z-index: 11111;
  padding-left: 25px;
}
.codeLogin .title {
  display: none;
}
.codeLogin .title.show_true {
  display: inline-block;
}
.codeLogin .title img {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 1px;
  left: 0px;
}

.codeLogin .title span {
  font-size: 12px;
}

.codeLogin input {
  border: none;
  width: 95%;
  border-bottom: 1px solid #fff;
  background: none;
  outline: none;
  line-height: 30px;
  height: 30px;
  /* margin-top: 10px; */
  box-sizing: border-box;
}

.accountLogin {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  line-height: 20px;
  font-size: 12px;
  z-index: 11111;
}
.accountLogin .title {
  display: none;
}
.accountLogin .title.show_true {
  display: inline-block;
}
.accountLogin .title img {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 1px;
  left: 0px;
}
.accountLogin .title span {
  font-size: 12px;
}
.accountLogin .inputItem {
  position: relative;
}
.accountLogin .inputItem span {
  position: absolute;
  left: 0px;
  top: 13px;
  font-size: 14px;
}
.accountLogin .line {
  position: initial !important;
  font-size: 14px;
}
.accountLogin .inputItem img {
  position: absolute;
  right: 5%;
  top: 20px;
}
.accountLogin input {
  border: none;
  width: 95%;
  border-bottom: 1px solid #fff;
  background: none;
  outline: none;
  line-height: 30px;
  height: 30px;
  box-sizing: border-box;
  padding-right: 20px;
}
.accountLogin .input_phone_number {
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
  outline: none;
  line-height: 30px;
  height: 30px;
  box-sizing: border-box;
}

.registerLogin {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  line-height: 20px;
  font-size: 12px;
  z-index: 11111;
}
.registerLogin .title {
  display: none;
}
.registerLogin .title.show_true {
  display: inline-block;
}
.registerLogin .title img {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 1px;
  left: 0px;
}
.registerLogin .title span {
  font-size: 12px;
}
.registerLogin .inputItem {
  position: relative;
}
.registerLogin .inputItem span {
  position: absolute;
  left: 0px;
  top: 13px;
  font-size: 14px;
}
.registerLogin .line {
  position: initial !important;
  font-size: 14px;
}
.registerLogin .inputItem img {
  position: absolute;
  right: 5%;
  top: 20px;
}
.registerLogin input,
.registerLogin .input_phone_number {
  border: none;
  width: 95%;
  border-bottom: 1px solid #fff;
  background: none;
  outline: none;
  line-height: 30px;
  height: 20px;
  box-sizing: border-box;
  padding-right: 20px;
}
.isRegister-line {
  position: relative;
  margin: 10px 0;
  text-align: center;
}
.isRegister-line span {
  color: #FFF;
}
.isRegister-line .left {
  position: absolute;
  top: -9px;
  left: 0px;
  width: calc(25% - 7px);
  border-bottom: 0px solid #fff;
}
.isRegister-line .right {
  position: absolute;
  top: -9px;
  right: 0px;
  width: calc(25% - 7px);
  border-bottom: 0px solid #fff;
}

.split-line {
  position: relative;
  width: 95%;
  margin: 10px 2.5% 20px 2.5%;
  text-align: center;
}
.split-line span {
  color: #FFF;
}
.split-line .left {
  position: absolute;
  top: -20px;
  left: 0px;
  width: calc(45% - 7px);
  border-bottom: 1px solid #fff;
}
.split-line .right {
  position: absolute;
  top: -20px;
  right: 0px;
  width: calc(45% - 7px);
  border-bottom: 1px solid #fff;
}

.validcode {
  cursor: pointer;
  background: rgb(0, 102, 255);
  border-radius: 25px;
  padding: 2px 10px;
  top: 13px;
  float: right;
  width: 55%;
  border: none;
  margin: 0px 5% 5%;
  text-align: center;
  position: relative;
  line-height: 30px !important;
  z-index: 9999;
}

/* v7修订 */
.body-v7 .auth-bg {
  background: url("./../img/bgV7.jpg") center no-repeat;
  background-size: cover;
}

.body-v7 .portal-login-btn span {
  font-size: 14px !important;
}

.body-v7 .portal-login-btn .portal-icon {
  display: none;
}

.body-v7 .codeLogin {
  width: auto;
  /* margin: 32px; */
  padding-left: 0;
}

.body-v7 .codeLogin input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 25px;
}

.body-v7 .phone-ipt-wrapper {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 25px;
}

.body-v7 .code-ipt-wrapper input {
  width: calc(100% - 118px) !important;
  margin-top: 20px;
}

.body-v7 .inputItem + .inputItem {
  margin-top: 20px;
}

.body-v7 .accountLogin input,
.body-v7 .registerLogin input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 25px;
  font-size: 14px;
}
.body-v7 .registerLogin input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.body-v7 .codeLogin input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.body-v7 .accountLogin input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.body-v7 .input_phone_number:first-child {
  padding: 0;
  border: 0;
  margin: 0;
  background: none;
  width: 35% !important;
}
.body-v7 .input_phone_number:last-child {
  width: 55% !important;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}

.body-v7 .split-line {
  width: auto;
  margin: 0 32px 0;
}

.body-v7 .validcode {
  margin: 0;
  padding: 0;
  top: 20px;
  width: 100px;
  line-height: 48px !important;
}

.body-v7 .loginTmp img {
  display: none;
}

/* v8修订--2023.6.15修订 */
html,
body {
  height: 100%;
}

.body-v8 .auth-bg {
  background: url("../img/bgV7.jpg") center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .body-v8 .markBg {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(89px);
    -webkit-backdrop-filter: blur(89px);
    opacity: 1 !important;
    background-blend-mode: soft-light;
  }
}

.body-v8 .content {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  /* 这里纠结用start还是center，取决于是否想要自适应 */
  justify-content:start;
 flex:1;
  width: 100%;
}
.body-v8  .content1{
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%
}
@media screen and (min-width: 1025px) {
  .body-v8 .content {
    align-self: center;
    /* background: url("../img/bgV7.jpg") center no-repeat; */
    /* background-size: cover; */
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 32px;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    width: 1280px;
    height: 780px;
    min-height: 0;
  }
  .body-v8 .content1 {
    flex-direction: row;
    justify-content: space-between;
    width: auto;
  }
}

@media screen and (min-width: 1445px) {
  .body-v8 .content {
    align-self: center;
    /* background: url("../img/bgV7.jpg") center no-repeat; */
    /* background-size: cover; */
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 32px;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    width: 1280px;
    height: 882px;
    min-height: 0;
  }
}
.body-v8 .decoration {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
  z-index: 999;
}

@media screen and (min-width: 1025px) {
  .body-v8 .decoration {
    align-items: flex-start;
    flex: 1;
    justify-content: space-between;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    height: 100%;
  }
}

.body-v8 .logo {
  margin-bottom: 16px;
  margin-top: 70px;
  padding: 0px;
  display: none;;
}

.body-v8 .welcome {
  margin: 0 0 4px 0;
  padding: 0;
}

.body-v8 #welcomeTxt {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC,
    Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
}
.body-v8 .welcome-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 0px 16px;
}

.body-v8 .remark {
  margin: 0;
  padding: 0;
}

.body-v8 #remark {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC,
    Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}

@media screen and (min-width: 1025px) {
  .body-v8 .logo {
    margin-left: 30px;
    width: 140px;
  }
  .body-v8 .welcome-item {
    padding: 0px;
  }

  .body-v8 .welcome {
    margin: 0 0 24px 88px;
  }

  .body-v8 #welcomeTxt {
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC,
      Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial,
      sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    text-align: left;
    width: 100%;
  }

  .body-v8 .remark {
    height: 94px;
    margin: 0 0 32px 88px;
    width: 525px;
  }

  .body-v8 #remark {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC,
      Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial,
      sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    text-align: left;
    width: 525px;
  }
  .body-v8 .copy2 {
    display: none;
  }
}

.main-content {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 32px;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .main-content {
    box-sizing: border-box;
    border-radius: 0 32px 32px 0;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    height: 100%;
    width: 579px;
    z-index: 3;
  }
}

.body-v8 .codeLogin {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.body-v8 .title span {
  color: rgba(255, 255, 255, 0.9);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC,
    Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 32px;
  line-height: 32px;
}
.body-v8 .title.show_true {
  margin-bottom: 16px;
}
.body-v8 .loginTmp {
  width: 100%;
  text-align: left;
}

@media screen and (min-width: 1025px) {
  .body-v8 .loginTmp {
    width: 375px;
    text-align: left;
  }
}
.body-v8 #portalBtnDiv {
  background: #2b6aed;
  border-radius: 69px !important;
  border: none !important;
  height: 48px !important;
  margin-top: 16px;
  line-height: 48px !important;
}

@media screen and (min-width: 1025px) {
  .body-v8 #portalBtnDiv {
    box-sizing: border-box;
    border-radius: 8px !important;
    height: 48px;
    width: 375px;
  }
}

.body-v8 #moreLogin {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
  z-index: 3;
  width: 100%;
}

.body-v8 .split-line {
  width: 264px;
}

.body-v8 .portal-login-btn {
  background: rgba(0, 0, 0, 0.1);
  border: 0.5px solid rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 131px;
  height: 40px;
  line-height: 40px !important;
  margin: 8px 0;
  width: 100%;
}

.body-v8 .portal-login-btn span {
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC,
    Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-style: normal;
  font-weight: 600;
  font-size: 14px !important;
}

@media screen and (min-width: 1025px) {
  .body-v8 .split-line {
    width: 375px;
  }

  .body-v8 .portal-login-btn {
    background: none;
    border: 0.5px solid rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    width: 375px;
  }
}

/* 轮播图的样式 */

.body-v8 .myswiper {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  z-index: 2;
  width: 100%;
}
.body-v8 .swiper {
  height: 100%;
  position: absolute;
  width: 100%;
  background: #000;
}

.body-v8 .swiper-pagination {
  bottom: 170px;
}

.body-v8 .swiper-pagination-bullet {
  background-color: #fff;
  border-radius: 21px;
  height: 8px;
  width: 8px;
}

.body-v8 .swiper-pagination-bullet-active {
  background-color: #fff;
  border-radius: 21px;
  height: 8px;
  width: 24px;
}

.body-v8 .swiper-button-next,
.body-v8 .swiper-button-prev {
  display: none;
}

.body-v8 .swiper-button-next:after,
.body-v8 .swiper-button-prev:after {
  display: none;
}

@media screen and (min-width: 1025px) {
  .body-v8 .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    z-index: 99999;
  }

  .body-v8 .swiper-pagination {
    bottom: 56px !important;
    left: 50%;
    display: block;
    position: absolute;
    width: 80px;
    transform: translate(-40px);
  }

  .body-v8 .swiper-button-next,
  .body-v8 .swiper-button-prev {
    background-color: #fff;
    background: rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 32px;
    display: flex;
    height: 56px;
    width: 56px;
  }

  .body-v8 .swiper-button-next:after,
  .body-v8 .swiper-button-prev:after {
    color: #ffffff;
    display: inline;
    font-size: 12px;
  }

  .body-v8 .swiper-button-next {
    right: 40px;
  }

  .body-v8 .swiper-button-prev {
    left: 40px;
  }
}

/* 等待轮播 */
.body-v8 .waitswiper {
  position: absolute;
  top: 5%;
  right: 2%;
  z-index: 2;
  cursor: pointer;
}
.body-v8,
.wait {
  height: 40px;
  line-height: 42px;
  cursor: pointer;
  /* background: #000000c2; */
  color: #ffffff;
  border-radius: 20px;
  min-width: 80px;
  padding: 0 16px;
  border: 0;
}

.body-v8 .wait span {
  font-style: normal;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  /* width: 68px; */
}

.body-v8 .skip {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.copy1 {
  display: none;
}
.pc-auth{
  display: none;
}
.mobile-auth{
  display: block;
}
@media screen and (min-width: 1025px) {
  .copy1 {
    display: block;
  }
  .loginTmp input {
    width: 375px !important;
  }
  .pc-auth{
    display: block;
  }
  .mobile-auth{
    display: none;
  }
}

.copy2 {
  margin-top: 32px;
  bottom: 16px;
  position: relative;
}
.swiper-img-wrapper {
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-img-wrapper img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .copy1 {
    display: block;
  }
  .loginTmp input {
    width: 375px !important;
  }
  .swiper-img-wrapper img {
    width: auto;
  }
}

@media screen and (max-height: 719px) {
  .body-v8 .content {
    height: 100%;
  }
}
@media screen and (min-height: 720px) {
  .body-v8 .content {
    height: 720px;
  }
}
@media screen and (min-height: 800px) {
  .body-v8 .content {
    height: 760px;
  }
}

#welcomeImg {
  width: 80%;
}

@media screen and (min-width: 1025px) {
  #welcomeImg {
    margin-left: auto;
    width: auto;
    transform: none;
  }
}
