.banner-common {
  position: relative;
  width: 100%;
  color: #fff;
}
.banner-common img {
  width: 100%;
}
.banner-common .icon-common {
  width: 47px;
  height: 47px;
  margin-right: 12px;
}
.banner {
  height: 860px;
  background: url("../assets/img/home/banner.png") no-repeat center center/auto
    100%;
  background-size: cover;
  z-index: 2;
}
.bannerCon {
  position: absolute;
  left: 65%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.banner .bannerDownload {
  /* position: absolute;
  top: 50%;
  left: 64%;
  transform: translate(-50%, -50%); */
}
.banner .bannerDownload .goProduct {
  display: inline-block;
  width: 100%;
}
.banner .bannerDownload div:nth-of-type(1) {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 4px;
}
.banner .bannerDownload div:nth-of-type(2) {
  width: 200px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  border-radius: 55px;
  background: #5b23ff;
  margin-top: 35px;
}
.banner .bannerDownload div:nth-of-type(3) {
  width: 200px;
  text-align: center;
  margin-top: 16px;
}
.banner .bannerDownload div:nth-of-type(3) a {
  color: #8e67ff;
}
.banner .bannerShow {
  width: 260px;
  height: 200px;
  position: absolute;
  left: 91%;
  top: -67px;
}
.banner-strong {
  height: 622px;
  background: url("../assets/img/home/bg-01.png") no-repeat center center/auto
    100%;
  background-size: cover;
}
.container-common {
  width: 1460px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.common-text {
  width: 487px;
  font-size: 20px;
  margin-top: 124px;
}
.h2-common {
  font-size: 40px;
  display: flex;
  align-items: center;
  color: #6530ff;
}
.p-common {
  font-size: 22px;
  color: #fff;
  margin-top: 10px;
}
.ptext-common {
  font-size: 22px;
  color: #818084;
  margin-top: 10px;
}
.ul-common {
  margin-top: 30px;
}
.ul-common li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ul-common li span {
  display: inline-block;
  width: 20px;
  height: 20px;

  border-radius: 50%;
  margin-right: 14px;
}
.strong-radius {
  background-color: #5b23ff;
}
.clever-radius {
  background-color: #ff74ff;
}
.free-radius {
  background-color: #28fefb;
}

.p-common {
  padding-top: 18px;
  color: #fff;
}
.common-show {
  width: 770px;
  margin-top: 20px;
  /* height: 492px;
  border: 2px solid #fff; */
  /* border-radius: 4px; */
  /* margin-top: 63px; */
}
.common-show video{
  width: 100%;
  border: 3px solid #fff;
  border-radius: 4px;
  overflow: hidden;
}
.banner-clever {
  height: 638px;
  background: url("../assets/img/home/bg-02.png") no-repeat center center/auto
    100%;
  background-size: cover;
}
.h2-clever {
  color: #ff74ff;
}
.h2-free {
  color: #28fefb;
}

.banner-free {
  height: 622px;
  background: url("../assets/img/home/bg-03.png") no-repeat center center/auto
    100%;
  background-size: cover;
}

.banner-experience {
  height: 488px;
  background: url("../assets/img/home/bg-04.png") no-repeat center center/auto
    100%;
  background-size: cover;
}
.banner-experience img {
  width: 100%;
}
.bottomText {
  width: 480px;
  margin: 0 auto;
  padding-top: 50px;
}
.bottomStep {
  width: 1382px;
  margin: 0 auto;
  margin-top: 52px;
}
.immediatelyStart {
  width: 268px;
  height: 64px;
  line-height: 64px;
  background: #5b23ff;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 55px;
  margin: 0 auto;
  margin-top: 40px;
  cursor: pointer;
  box-shadow: 0px 9px 14px 0px #d0c0ff;
}
.immediatelyStart a {
  display: inline-block;
  width: 100%;
}

.common_modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.common_modal_con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;

  background: #37363d;
  border-radius: 8px;
}
.commen_modal_center {
  min-height: 350px;
}

.common_modal_con .common_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  cursor: pointer;
  z-index: 10;
}
.common_modal_header {
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 20px;
}

.common-input::-webkit-input-placeholder {
  color: #cecee5;
}

.common-input:-moz-placeholder {
  color: #cecee5;
}

.common-input::-moz-placeholder {
  color: #cecee5;
}

.common-input:-ms-input-placeholder {
  color: #cecee5;
}

.common-input {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  padding: 0 6px 0 12px;
  margin-bottom: 20px;
  background: #1e1e1e;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #cecee5;
  border: 1px solid #1e1e1e;
}

.common-input:focus {
  border-color: #5b23ff;
}

.modal_center {
  width: 340px;
  margin: 0 auto;
}

.btn-common {
  height: 48px;
  background: #5b23ff;
  border-radius: 53px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
}
.link-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.link-box span:nth-of-type(1) {
  cursor: pointer;
  color: #cecee5;
}
.link-box span:nth-of-type(2) {
  cursor: pointer;
  color: #28fefb;
}

.third-party {
  display: flex;
  margin-top: 34px;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
  height: 20px;
  color: #cecee5;
}
.third-party span {
  width: 36px;
  height: 1px;
  background: #cecee5;
}
.third-party p {
  font-size: 12px;
  color: #cecee5;
  line-height: 20px;
  margin: 0 12px;
}
.third-party-icon {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.third-party-icon img {
  padding: 5px;
  cursor: pointer;
}
.third-party-icon img:nth-of-type(1) {
  margin-right: 10px;
}
.third-party-icon img:nth-of-type(2) {
  margin-left: 10px;
}

.modal-logo {
  border-top: 1px solid #404044;
  width: 100%;
  height: 56px;
  margin: 0 auto;
  /* height: 56px; */
  display: flex;
  justify-content: center;
  width: 126px;
}
.modal-logo img {
  width: 100%;
}

.check-email-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.email-code {
  width: 150px;
  margin-bottom: 0;
}
.get-email-code {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 150px;
  height: 48px;
  background-color: #5b23ff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  user-select: none;
  cursor: pointer;
}
.login-link-box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cecee5;
  margin-top: 20px;
  padding-bottom: 20px;
}
.login-link-box span {
  color: #28fefb;
  cursor: pointer;
  display: inline-block;
  margin-left: 3px;
}

/* 步骤弹窗 */
.modal_step {
  width: 834px;
  height: 516px;
  background: #37363d;
  border-radius: 8px;
}

.stepCon {
  position: relative;
  display: flex;
  height: 100%;
}
.stepLeft {
  width: 400px;
  height: 100%;
}
.stepRight {
  flex: 1;
}
.stepNum {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 56px;
}
.stepCon p {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin: 0 auto;
  color: #ffffff;
  margin-bottom: 5px;
}
.stepImg {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 50px;
}
.registerStep {
  width: 99px;
  height: 43px;
  background: #5b23ff;
  border-radius: 2px;
  text-align: center;
  line-height: 43px;
  color: #fff !important;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 50px;
  cursor: pointer;
}
.registerSart {
  width: 135px;
  height: 43px;
  background: #5b23ff;
  border-radius: 2px;
  text-align: center;
  line-height: 43px;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 51px;
  cursor: pointer;
}
.registerSart a {
  width: 100%;
  display: inline-block;
}
.stepImg02 {
  margin-top: 60px;
}
.disable {
  background-color: #cccccc;
  color: #fff;
  cursor: default;
}
.download {
  cursor: pointer;
  color: #5b23ff;
}
.downloadModal {
  cursor: pointer;
  color: #5b23ff;
}
.wxLoginModal {
  padding-top: 39px;
}

.wx_code {
  width: 204px;
  height: 204px;
  margin: 0 auto;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background: #cccccc;
}
.wx_code img {
  width: 100%;
  height: 100%;
}
.step_line {
  position: absolute;
  top: 50px;
  left: 46%;
  width: 1px;
  background: #424246;
  height: 415px;
}
