@media (min-width: 992px) {
  .logoTitle {
    display: block;
  }
  .logoArea {
    margin: 0 auto;
  }
  html,
  body {
    height: 100%;
  }
  .center {
    width: 100%;
    height: calc(100% - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .center .left {
    width: 400px;
  }
  .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: #409EFF;
    margin-top: 30px;
  }
  .center .left2 .content {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333;
  }
  .formPhone {
    width: 400px;
    display: flex;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000000000000;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 0;
    margin-left: 50px;
  }
  .formPhone .content {
    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 .common {
    width: 85%;
    height: 50px;
    margin: 20px auto;
    border: 1px solid #999999;
    border-radius: 5px;
    background: #ffffff;
    display: flex;
    align-items: center;
  }
  .formPhone .content .common 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 {
    width: 85%;
    height: 50px;
    margin: 20px auto;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .formPhone .content .code .phoneCode {
    width: 60%;
    height: 100%;
    border: 1px solid #999999;
    border-radius: 5px;
    background: #ffffff;
    display: flex;
    align-items: center;
  }
  .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: 20px;
    line-height: 50px;
    color: #409EFF;
    border: 1px solid #409EFF;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
  }
  .formPhone .content .jy {
    width: 85%;
    height: 50px;
    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 #999999;
    border-radius: 5px;
    background: #ffffff;
    display: flex;
    align-items: center;
  }
  .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: 85%;
    height: 50px;
    margin: 20px auto 30px;
    font-size: 20px;
    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;
  }
}
