.contact-content {
  width: 1200px;
  padding: 20px 0;
  margin: 0 auto;
}
.contact-content .title {
  font-size: 54px;
  color: #f5f6f8;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  margin: 5% 0;
}
@media screen and (min-width: 1200px) {
  .contact-content {
    width: 1200px !important;
  }
  .contact-content .main-content .info-box {
    width: 947px;
    margin: 0;
  }

  .contact-content .main-content .code-box {
    justify-content: center;
    position: absolute;
    top: 16px;
    right: 0px;
    margin: 0;
  }
  .plat-item-btn-class {
    cursor: pointer;
    background-color: #fff;
    line-height: 54px;
    border-radius: 20px;
    display: flex;
    width: 142px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
  }
  .plat-item-btn-class .icon {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
  .plat-item-btn-class span {
    font-size: 16px;
    color: #0c0e15;
  }
  .home-codes {
    display: flex;
    align-items: center;
  }
  .home-code-box {
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 40px;
  }
  .home-code-box .home-code-img {
    width: 200px;
  }
  .home-code-box .home-text {
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
    text-align: center;
  }
}
@media screen and (min-width: 640px) {
  .home-codes {
    display: flex;
    align-items: center;
  }
  .container-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .app-img {
    display: block;
  }
  .min-app-img {
    display: none;
  }
  .platform {
    justify-content: space-between;
  }
  .bg-img {
    display: none;
  }
  .navbar-icon {
    display: none;
  }
  .plat-item-min {
    display: none;
  }

  .main-content .info-box .info-box-email-box .info-box-email {
    font-weight: 400;
    font-size: 18px;
    /* color: #3a3e4d; */
    color: #05b974;
  }
  .contact-content {
    width: 640px;
    margin: 0 auto !important;
    padding: 20px 0 !important;
  }
  .plat-item-btn-class {
    cursor: pointer;
    background-color: #fff;
    line-height: 54px;
    border-radius: 20px;
    display: flex;
    width: 142px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
  }
  .plat-item-btn-class .icon {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
  .plat-item-btn-class span {
    font-size: 16px;
    color: #0c0e15;
  }
  .plat-item-btn-box {
    justify-content: center;
  }
  .home-code-box {
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 40px;
  }
  .home-code-box .home-code-img {
    width: 200px;
  }
  .home-code-box .home-text {
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
    text-align: center;
  }
}
.home-code-box-min {
  display: none;
}
@media screen and (max-width: 640px) {
  .home-code-box-min {
    width: 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    margin-top: 0.875rem;
  }
  .home-code-box-min .home-code-img-min {
    /* width: 100px; */
    width: 2.25rem;
  }
  .home-code-box-min .home-text-min {
    margin-top: 0.25rem;
    font-size: 0.3rem;
    color: #fff;
  }
  .home-code-box {
    display: none;
  }
  .container {
    width: 100vw;
    position: relative;
  }
  .subtitle {
    display: flex;
    justify-content: center;
  }
  /* .plat-item-btn-android {
    display: none;
  }
  .plat-item-btn-ios {
    display: none;
  } */
  .app-img {
    display: none;
  }
  .min-app-img {
    width: 100%;
    display: block;
  }
  .platform {
    justify-content: center;
  }
  .el-tooltip__trigger {
    display: none;
  }
  .navbar {
    display: none;
  }
  .navbar-icon {
    display: block;
  }
  .navbar-icon .icon {
    width: 0.5rem;
    height: 0.5rem;
    display: block;
  }
  .plat-item-btn-class {
    cursor: pointer;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    width: 2.62rem;
    height: 1rem;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    margin-top: 0.28rem;
    margin-left: 0.48rem;
  }
  .plat-item-btn-class .icon {
    width: 0.37rem;
    height: 0.37rem;
    margin-right: 5px;
  }
  .plat-item-btn-class span {
    font-size: 0.29rem;
    color: #0c0e15;
  }
  .contact-content .main-content {
    width: calc(100vw - 0.76rem);
    margin: 0 auto;
    padding: 0.4rem;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0 0.05rem 0.22rem #000d3714;
    border-radius: 0.12rem;
  }
  .contact-content .main-content .info-box {
    width: 100%;
    background: #ffffff;
  }
  .contact-content {
    width: 100% !important;
  }
  .contact-content .title {
    width: 3.72rem !important;
    margin: 9% auto 0 !important;
    margin-bottom: 0.24rem !important;
    font-size: 0.51rem !important;
  }
  .main-content .info-box .info-box-title {
    font-weight: 500;
    font-size: 0.4rem;
    color: #0c0e15;
    margin-bottom: 0.24rem;
  }
  .main-content .info-box .info-box-email-box {
    border-left: 4px solid #05b974;
    padding-left: 12px;
  }
  .main-content .info-box .info-box-email-box .info-box-name {
    font-weight: 400;
    font-size: 0.26rem;
    color: #879999;
  }
  .main-content .info-box .info-box-email-box .info-box-email {
    font-weight: 400;
    font-size: 0.3rem;
    /* color: #3a3e4d; */
    color: #05b974;
  }
  .main-content .info-box .info-box-consumption {
    font-weight: 500;
    font-size: 0.4rem;
    color: #0c0e15;
    margin-top: 0.8rem;
    margin-bottom: 0.24rem;
  }
  .main-content .info-box .info-box-tip {
    font-weight: 400;
    font-size: 0.26rem;
    color: #879999;
    margin-bottom: 0.16rem;
  }
  .main-content .info-box .info-box-moblie-box {
    display: flex;
  }
  .main-content .info-box .info-box-moblie-box .info-box-moblie-img {
    width: 0.48rem;
    height: 0.48rem;
  }
  .main-content .info-box .info-box-moblie-box .info-box-moblie {
    font-weight: 600;
    font-size: 0.36rem;
    color: #05b974;
  }
  .main-content .code-box {
    width: 2.98rem;
    height: 3.4rem;
    background: linear-gradient(180deg, #09b473 2%, #57ddaa 100%);
    border-radius: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 0.8rem;
    flex-direction: column;
  }
  .main-content .code-box .code-img {
    width: 2.26rem;
    height: 2.26rem;
  }
  .main-content .code-box .text {
    font-weight: 400;
    font-size: 0.24rem;
    color: #fff;
    margin-top: 0.16rem;
  }
}

@media screen and (min-width: 640px) {
  .contact-content .main-content {
    position: relative;
  }
}

@media screen and (min-width: 640px) {
  .contact-content .main-content .info-box {
    width: 500px;
    padding: 50px;
    background: #ffffff;
    box-shadow: 0 20px 40px #00228014;
    border-radius: 8px;
    margin: 0 auto;
  }
  .main-content .info-box .info-box-email-box {
    border-left: 4px solid #05b974;
    padding-left: 12px;
  }
  .main-content .info-box .info-box-tip {
    font-weight: 400;
    font-size: 16px;
    color: #879999;
    margin-bottom: 10px;
  }
  .main-content .info-box .info-box-moblie-box {
    display: flex;
  }
  .main-content .info-box .info-box-moblie-box .info-box-moblie-img {
    width: 28px;
  }
  .main-content .info-box .info-box-moblie-box .info-box-moblie {
    font-weight: 600;
    font-size: 20px;
    color: #05b974;
  }
  .main-content .info-box .info-box-consumption {
    font-weight: 600;
    font-size: 26px;
    color: #0c0e15;
    margin-top: 82px;
    margin-bottom: 20px;
  }
  .main-content .info-box .info-box-email-box .info-box-name {
    font-weight: 400;
    font-size: 16px;
    color: #879999;
  }
  .contact-content .main-content .info-box .info-box-title {
    font-weight: 600;
    font-size: 26px;
    color: #0c0e15;
    margin-bottom: 20px;
  }
  .contact-content .main-content .code-box {
    width: 386px;
    height: 352px;
    background: linear-gradient(180deg, #09b473 2%, #57ddaa 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 15px auto 0;
  }
  .contact-content .main-content .code-box .code-img {
    width: 150px;
  }
  .main-content .code-box .text {
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-content .main-content .info-box {
    width: 947px;
    margin: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1360px) {
  .home-codes {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.msg-class {
  color: #fff;
  background-color: #000;
  padding: 10px;
  font-size: 14px;
  text-align: justify;
  box-sizing: border-box;
  border-radius: 5px;
  display: none;
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
