@media (min-width: 1200px) {
  html,
  body {
    height: 100%;
  }
  .center {
    width: 100%;
    height: calc(100% - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .center .headerBox {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .center .logoArea {
    height: 100%;
    width: 50%;
    margin: 0;
  }
  .center .left {
    width: 500px;
    text-align: center;
    display: none;
  }
  .center .left span {
    font-weight: 500;
    font-size: 18px;
  }
  .center .left img {
    width: 100%;
  }
  .center .left2 {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    width: 268px;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
  }
  .center .left2 img {
    width: 100%;
  }
  .center .left2 .title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #2971F0;
    margin-top: 30px;
  }
  .center .left2 .content {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333;
  }
  .formPhone {
    display: none;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-left: 50px;
    position: relative;
  }
  .formPhone .step {
    display: none;
    position: absolute;
    left: 0;
    bottom: -33px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
  }
  .formPhone .content {
    display: none;
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    position: relative;
  }
  .formPhone .content h5 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #409EFF;
    margin-top: 30px;
  }
  .formPhone .content .title {
    text-align: center;
    height: 22px;
    font-size: 20px;
    color: #409EFF;
    padding: 24px 0 0;
    font-weight: 700;
  }
  .formPhone .content .common {
    width: 75%;
    height: 40px;
    margin: 24px auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #ffffff;
    display: flex;
    align-items: center;
    position: relative;
  }
  .formPhone .content .common span {
    color: red;
    position: absolute;
    bottom: -17px;
    left: 0;
    display: none;
  }
  .formPhone .content .common input {
    width: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    border: 0 none;
    outline: none;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .formPhone .content .code {
    width: 75%;
    height: 40px;
    margin: 24px auto;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .formPhone .content .code .phoneCode {
    width: 60%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #ffffff;
    display: flex;
    align-items: center;
    position: relative;
  }
  .formPhone .content .code .phoneCode span {
    color: red;
    position: absolute;
    bottom: -17px;
    left: 0;
    display: none;
  }
  .formPhone .content .code .phoneCode input {
    width: 100%;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    border: 0 none;
    outline: none;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .formPhone .content .code .textMsg {
    width: 35%;
    height: 100%;
    font-size: 16px;
    line-height: 42px;
    color: #409EFF;
    border: 1px solid #409EFF;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
  }
  .formPhone .content .jy {
    width: 75%;
    height: 40px;
    margin: 20px auto;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .formPhone .content .jy .tx {
    width: 60%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #ffffff;
    display: flex;
    align-items: center;
    position: relative;
  }
  .formPhone .content .jy .tx span {
    color: red;
    position: absolute;
    bottom: -17px;
    left: 0;
    display: none;
  }
  .formPhone .content .jy .tx input {
    width: 100%;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    border: 0 none;
    outline: none;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .formPhone .content .jy img {
    width: 35%;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
  }
  .formPhone .content .submitPhone {
    width: 75%;
    height: 40px;
    margin: 20px auto 30px;
    font-size: 16px;
    line-height: 50px;
    background-color: #409EFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fefefe;
    cursor: pointer;
  }
  .formPhone .content .closeFormPhone {
    position: absolute;
    right: 20px;
    top: 0rem;
    font-size: 50px;
    color: #999999;
    cursor: pointer;
    display: none;
  }
  .formPhone .isRegister {
    width: 100%;
    height: 300px;
    text-align: center;
    padding: 40px 0px;
  }
  .formPhone .isRegister .title {
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    margin-bottom: 20px;
  }
  .formPhone .isRegister .title2 {
    width: 100%;
    text-align: center;
    margin: 50px 0 20px;
    font-size: 22px;
    font-weight: 600;
    color: #2971F0;
  }
  .formPhone .isRegister .selectRegister {
    position: relative;
  }
  .formPhone .isRegister .selectRegister span {
    font-weight: 700;
    color: #fff;
    background-color: #409EFF;
    display: inline-block;
    width: 341px;
    height: 42px;
    line-height: 42px;
    margin: 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0px 0px 7px #409eff;
  }
  .formPhone .isRegister .selectRegister a {
    font-weight: 700;
    color: #409EFF;
    display: inline-block;
    width: 341px;
    height: 42px;
    line-height: 42px;
    margin: 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0px 0px 7px #409eff;
  }
  .formPhone .isRegister img {
    width: 30px;
    position: absolute;
    top: 25px;
    left: 162px;
  }
  .formPhone .sale {
    display: none;
    width: 100%;
    height: 260px;
    text-align: center;
    padding: 60px 0px;
  }
  .formPhone .sale .header {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-around;
  }
  .formPhone .sale .header img {
    width: 155px;
    height: 65px;
  }
  .formPhone .sale .header .workWe {
    display: flex;
    justify-content: center;
  }
  .formPhone .sale .header .workWe img {
    height: 60px;
    width: 63px;
  }
  .formPhone .sale .header .workWe span {
    color: #409EFF;
    font-size: 29px;
    padding: 20px 0 0;
  }
  .formPhone .sale .contentWord {
    line-height: 30px;
    font-size: 18px;
    padding: 20px;
  }
  .formPhone .sale .title {
    font-weight: 700;
    font-size: 26px;
    margin: 60px 0 52px;
    width: 100%;
  }
  .formPhone .sale .selectRegister {
    position: relative;
  }
  .formPhone .sale .selectRegister a {
    font-weight: 700;
    color: #2971F0;
    display: inline-block;
    width: 341px;
    height: 42px;
    line-height: 42px;
    margin: 15px;
    font-size: 16px;
    box-shadow: 1px 1px 7px #409EFF;
    border-radius: 10px;
    letter-spacing: 1.5px;
  }
  .formPhone .sale .selectRegister span {
    font-weight: 700;
    color: #409EFF;
    display: inline-block;
    width: 341px;
    height: 42px;
    line-height: 42px;
    margin: 15px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 1px 1px 7px #409EFF;
    border-radius: 10px;
  }
  .formPhone .sale .selectRegister .blueBack {
    background-color: #409EFF;
    color: #fff;
    letter-spacing: 1.5px;
  }
  .formPhone .sale .selectRegister img {
    width: 30px;
    position: absolute;
    top: 24px;
    left: 145px;
  }
  .formPhone .sale .selectRegister .qw {
    left: 174px;
    top: 23px;
    width: 23px;
  }
  .formPhone .followWechat {
    display: none;
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    position: relative;
    padding: 20px 0 10px;
  }
  .formPhone .followWechat .work-weixin {
    width: 300px;
    height: 300px;
    margin: 4px auto;
  }
  .formPhone .followWechat .work-weixin img {
    width: 100%;
  }
  .formPhone .followWechat .des {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #6e6e6e;
    margin: 15px 0;
  }
  .formPhone .next {
    text-align: center;
  }
  .formPhone .next button {
    background-color: #409EFF;
    border: none;
    color: #fff;
    width: 100px;
    height: 30px;
    border-radius: 6px;
    margin-bottom: 10px;
    cursor: pointer;
  }
}
.rightInfo {
  width: 700px;
  height: 525px;
  display: none;
}
.rightInfo .line {
  width: 100%;
  padding: 30px;
  clear: both;
}
.rightInfo .line .title {
  width: 615px;
  height: 36px;
  line-height: 36px;
  float: left;
  font-size: 16px;
  font-weight: 600;
}
.rightInfo .line .word {
  float: left;
  width: 135px;
  font-size: 17px;
  height: 36px;
  line-height: 36px;
  text-align: end;
}
.rightInfo .line .inp {
  float: left;
  width: 460px;
  height: 30px;
  margin: 0 10px;
}
.rightInfo .line .inp select {
  width: 200px;
  height: 36px;
  cursor: no-drop;
  border-radius: 4px;
}
.rightInfo .line .inp span {
  line-height: 36px;
  font-size: 14px;
}
.rightInfo .line .msg {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #409EFF;
  color: white;
  line-height: 20px;
  text-align: center;
  margin: 9px 0px 0 18px;
  cursor: pointer;
}
.rightInfo .line .copy {
  float: left;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 0 0 0 14px;
  cursor: pointer;
  color: #409EFF;
}
.rightInfo .line #input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -10;
}
.rightInfo .line #input2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -10;
}
.rightInfo .actionBtn {
  text-align: center;
  width: 100%;
  height: 70px;
  line-height: 70px;
}
.rightInfo .actionBtn .next {
  font-size: 16px;
  width: 60px;
  background-color: #fff;
  border: 2px solid #409EFF;
  border-radius: 5px;
  color: black;
  margin-right: 20px;
}
.rightInfo .actionBtn button {
  height: 40px;
  font-size: 16px;
  width: 60px;
  background-color: #409EFF;
  border-radius: 5px;
  border: none;
  color: #fff;
  cursor: pointer;
}
.rightInfo .actionBtn button:first-child {
  font-size: 16px;
  width: 80px;
  background-color: #fff;
  border: 2px solid #409EFF;
  border-radius: 5px;
  color: black;
  margin-right: 20px;
}
#message {
  position: fixed;
  width: 300px;
  height: 40px;
  background-color: #edf2fc;
  top: -50px;
  left: 45%;
  z-index: 10000;
  line-height: 40px;
  padding-left: 20px;
  border: 1px solid #edf2fc;
  border-radius: 5px;
  font-size: 14px;
  color: #aaa;
  transition: top 0.3s;
}
.needHelp {
  display: none;
  width: 400px;
  height: 470px;
  position: fixed;
  top: 30%;
  left: 40%;
  background-color: white;
  border: 1px solid #999999;
  border-radius: 10px;
}
.needHelp .img {
  width: 100%;
  height: 330px;
  padding: 30px;
}
.needHelp .word {
  width: 100%;
  padding: 0 30px;
  line-height: 30px;
  font-size: 17px;
}
.needHelp .word span {
  font-weight: 600;
}
#addInfo {
  display: none;
}
#authMessage {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.1);
}
#authMessage .content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 7px;
  width: 450px;
  font-size: 16px;
}
#authMessage .content .headerMsg {
  height: 50px;
  line-height: 50px;
  background-color: #409EFF;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border-radius: 7px 7px 0 0;
}
#authMessage .content #authBtn {
  text-align: end;
  height: 50px;
  line-height: 50px;
}
#authMessage .content #authBtn button {
  margin: 0 10px 0 0;
  border: 1px solid #ccc;
  background-color: #409EFF;
  color: #fff;
  padding: 7px 15px;
  border-radius: 4px;
}
#authMessage .content #authBtn #authClose {
  background-color: #fff;
  color: black;
}
#dialog {
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.1);
}
#diaHelp1 {
  width: 100%;
  height: 1100px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}
#apiHelp1 {
  position: absolute;
  width: 1000px;
  min-height: 1000px;
  border: 1px solid #ccc;
  background-color: #fff;
  top: 30px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
#apiHelp1 .title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #409EFF;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
}
#apiHelp1 .content {
  width: 100%;
  min-height: 860px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
}
#apiHelp1 .content img {
  width: 960px;
}
#apiHelp1 .footer {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  line-height: 60px;
}
#apiHelp1 .footer button {
  color: #ffffff;
  width: 100px;
  height: 40px;
  background-color: #409EFF;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
#apiHelp1 input {
  box-sizing: border-box;
  padding-left: 5px;
}
#dialog2 {
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.1);
}
#diaHelp2 {
  width: 100%;
  height: 1930px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}
#apiHelp2 {
  position: absolute;
  width: 1000px;
  min-height: 1000px;
  border: 1px solid #ccc;
  background-color: #fff;
  top: 30px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
#apiHelp2 .title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #409EFF;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
}
#apiHelp2 .content {
  width: 100%;
  min-height: 860px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
}
#apiHelp2 .content img {
  width: 960px;
}
#apiHelp2 .footer {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  line-height: 60px;
}
#apiHelp2 .footer button {
  color: #ffffff;
  width: 100px;
  height: 40px;
  background-color: #409EFF;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
#apiHelp2 input {
  box-sizing: border-box;
  padding-left: 5px;
}
#dialog3 {
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.1);
}
#diaHelp3 {
  width: 100%;
  height: 1930px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}
#apiHelp3 {
  position: absolute;
  width: 1000px;
  min-height: 1000px;
  border: 1px solid #ccc;
  background-color: #fff;
  top: 30px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
#apiHelp3 .title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #409EFF;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
}
#apiHelp3 .content {
  width: 100%;
  min-height: 860px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
}
#apiHelp3 .content img {
  width: 960px;
}
#apiHelp3 .footer {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  line-height: 60px;
}
#apiHelp3 .footer button {
  color: #ffffff;
  width: 100px;
  height: 40px;
  background-color: #409EFF;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
#apiHelp3 input {
  box-sizing: border-box;
  padding-left: 5px;
}
#dialog5 {
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.1);
}
#diaHelp5 {
  width: 100%;
  height: 1930px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}
#apiHelp5 {
  position: absolute;
  width: 1000px;
  min-height: 1000px;
  border: 1px solid #ccc;
  background-color: #fff;
  top: 30px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
#apiHelp5 .title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #409EFF;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
}
#apiHelp5 .content {
  width: 100%;
  min-height: 860px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
}
#apiHelp5 .content img {
  width: 960px;
}
#apiHelp5 .footer {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  line-height: 60px;
}
#apiHelp5 .footer button {
  color: #ffffff;
  width: 100px;
  height: 40px;
  background-color: #409EFF;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
#apiHelp5 input {
  box-sizing: border-box;
  padding-left: 5px;
}
#dialog6 {
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.1);
}
#diaHelp6 {
  width: 100%;
  height: 1930px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}
#apiHelp6 {
  position: absolute;
  width: 1000px;
  min-height: 1000px;
  border: 1px solid #ccc;
  background-color: #fff;
  top: 30px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
#apiHelp6 .title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #409EFF;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
}
#apiHelp6 .content {
  width: 100%;
  min-height: 860px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
}
#apiHelp6 .content img {
  width: 960px;
}
#apiHelp6 .footer {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  line-height: 60px;
}
#apiHelp6 .footer button {
  color: #ffffff;
  width: 100px;
  height: 40px;
  background-color: #409EFF;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
#apiHelp6 input {
  box-sizing: border-box;
  padding-left: 5px;
}
