body {
  background: #ffffff;
}
@media (max-width: 767px) {
  html,
  body {
    position: relative;
    background: #34b290;
  }
  #newBridge {
    z-index: -1 !important;
  }
  a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  a .logo {
    margin: 0 auto !important;
  }
  .left {
    display: none;
  }
  .center {
    background: #34b290;
  }
  .formPhone {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000000000000;
  }
  .formPhone .content {
    width: 9.2rem;
    background: #ffffff;
    border-radius: 5px;
    position: relative;
  }
  .formPhone .content h5 {
    width: 100%;
    text-align: center;
    font-size: 0.48rem;
    font-weight: 600;
    /* color: #409EFF; */
    color: #409EFF;
    margin-top: 0.65rem;
  }
  .formPhone .content .work-weixin {
    width: 5.8rem;
    height: 5.8rem;
    margin: 0.65rem auto;
  }
  .formPhone .content .work-weixin img{
    width: 100%;
  }
  .formPhone .content .des {
    width: 100%;
    text-align: center;
    font-size: 0.32rem;
    color: #6e6e6e;
    /* margin-top: 0.65rem; */
    margin-bottom: 0.65rem;
  }
  .formPhone .content .common {
    width: 80%;
    height: 1rem;
    margin: 0.5rem auto;
    border: 1px solid #999999;
    border-radius: 5px;
    background: #ffffff;
    display: flex;
    align-items: center;
  }
  .formPhone .content .common input {
    width: 100%;
    height: 0.6rem;
    font-size: 0.4rem;
    line-height: 0.6rem;
    border: 0 none;
    outline: none;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .formPhone .content .code {
    width: 80%;
    height: 1rem;
    margin: 0.5rem 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: 0.6rem;
    font-size: 0.4rem;
    line-height: 0.6rem;
    border: 0 none;
    outline: none;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .formPhone .content .code .textMsg {
    width: 35%;
    height: 100%;
    font-size: 0.4rem;
    line-height: 1rem;
    color: #409EFF;
    border: 1px solid #409EFF;
    border-radius: 5px;
    text-align: center;
  }
  .formPhone .content .jy {
    width: 80%;
    height: 1rem;
    margin: 0.5rem 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: 0.6rem;
    font-size: 0.4rem;
    line-height: 0.6rem;
    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: 80%;
    height: 1rem;
    margin: 0.3rem auto 0.65rem;
    font-size: 0.4rem;
    line-height: 1rem;
    background-color: #409EFF;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fefefe;
    cursor: pointer;
  }
  .formPhone .content .closeFormPhone {
    position: absolute;
    right: 0.4rem;
    top: 0rem;
    font-size: 1.2rem;
    font-weight: 100;
    color: #999999;
    cursor: pointer;
    display: none;
  }
}
