@media (min-width: 960px) {
  .header img {
    display: none;
  }

  .outerClose {
    display: none;
  }

  .header {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }

  .header .content {
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }

  .header .content .logo {
    width: 127px;
    height: 40px;
    background-image: url("../assets/img/logo.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .header .content .nav-content {
    display: flex;
    height: 100%;
  }

  .header .content .nav-content .nav_item {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin-right: 64px;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
  }

  .header .content .nav-content .nav_item:last-child {
    margin-right: 0;
  }

  .header .content .nav-content .nav_item.active {
    color: #fff;
  }

  .header .content .nav-content .nav_item.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
    left: 50%;
    margin-left: -20px;
    background-color: #fff;
    border-radius: 2px;
  }

  .banner-wrapper {
    width: 100%;
    height: 5rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../assets/img/PC/newai.jpg");
  }

  .banner-wrapper .banner-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 1.64rem;
  }

  .banner-wrapper .banner-content .title {
    font-size: 40px;
    font-family: Gotham-Black, Gotham;
    font-weight: 900;
    color: #ffffff;
  }

  .banner-wrapper .banner-content .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 330px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    margin-top: 31px;
  }

  .banner-wrapper .banner-content .item.last {
    width: 354px;
    margin-top: 23px;
  }

  .banner-wrapper .banner-content .item img {
    display: block;
    height: 40px;
    width: 2px;
  }

  .about-wrapper {
    width: 1200px;
    margin: 80px auto 0;
  }

  .about-wrapper .desc {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2a3e52;
    line-height: 36px;
    margin-top: 64px;
  }

  .about-wrapper .item-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 32px;
  }

  .about-wrapper .item-wrapper .item {
    width: 379px;
    height: 120px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .about-wrapper .item-wrapper .item p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2a3e52;
    line-height: 20px;
    margin-top: 8px;
  }

  .ai-xnsx {
    width: 100%;
    height: 1096px;
    background: #0e3257;
    padding-top: 80px;
    box-sizing: border-box;
    margin-top: 58px;
  }

  .ai-xnsx .content {
    width: 1200px;
    margin: 0 auto;
  }

  .ai-xnsx .content .text {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fdfeff;
    line-height: 36px;
    margin-top: 64px;
  }

  .ai-xnsx .content .item-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
  }

  .ai-xnsx .content .item-wrapper .item {
    width: 379px;
    height: 120px;
    background: #07223f;
    border-radius: 6px;
    opacity: 0.37;
    border: 1px solid #5c5c76;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .ai-xnsx .content .item-wrapper .item p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #f6f6f6;
    margin-top: 10px;
  }

  .services-container {
    margin-top: 80px;
  }

  .services-container .content {
    width: 1200px;
    margin: 64px auto 0;
  }

  .services-container .content .desc {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2a3e52;
    line-height: 36px;
    text-align: justify;
  }

  .services-container .content .show-product {
    position: relative;
    margin-top: 20px;
  }

  .services-container .content img {
    width: 100%;
  }

  .services-container .content .show-product .arrow {
    position: absolute;
    top: 251px;
    left: 582px;
    width: 54px;
    height: 35px;
    background: linear-gradient(90deg, rgba(117, 161, 255, 0) 0%, #75a1ff 100%);
  }

  .services-container .content .show-product .arrow::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: -13px;
    right: -62px;
    border: 31px solid #75a1ff;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
  }

  .services-container .content .show-product .content-wrapper {
    position: absolute;
    top: 92px;
    left: 700px;
  }

  .services-container .content .show-product .content-wrapper .item {
    display: flex;
  }

  .services-container .content .show-product .content-wrapper .item:last-child {
    margin-top: 80px;
  }

  .services-container .content .show-product .content-wrapper img {
    width: 100px;
    margin-right: 30px;
  }

  .services-container .content .show-product .content-wrapper .right .title {
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #2a3e52;
  }

  .services-container .content .show-product .content-wrapper .right .desc {
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2a3e52;
    line-height: 28px;
    text-align: justify;
    width: 381px;
    margin-top: 16px;
  }

  .services-container .content .show-product .concat {
    margin: 20px auto 0;
  }

  .core-container {
    width: 100%;
    height: 9.92rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../assets/img/bg6.png");
    box-sizing: border-box;
    padding-top: 0.8rem;
    margin-top: 0.8rem;
  }

  .core-container .content {
    width: 1200px;
    margin: 0.66rem auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .core-container .content .text {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fdfeff;
    line-height: 36px;
  }

  .core-container .content img {
    width: 12rem;
    min-width: 800px;
    max-width: 1200px;
    margin-top: 0.8rem;
  }

  .concat-container {
    margin-top: 80px;
  }

  .concat-container .content {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 61px auto;
  }

  .concat-container .content .form-item {
    display: flex;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    align-items: center;
    margin-bottom: 32px;
  }

  .concat-container .content .form-item div {
    flex: 1;
  }

  .concat-container .content .form-item input,
  textarea {
    width: 322px;
    height: 40px;
    padding-left: 12px;
    margin-left: 20px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    outline: none;
    box-sizing: border-box;
  }

  textarea {
    height: 140px;
    padding-top: 10px;
  }

  .concat-container .content .right {
    width: 719px;
    height: 356px;
  }

  #map {
    width: 719px;
    height: 356px;
  }

  .concat-methods {
    display: flex;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5c5c76;
    line-height: 17px;
    letter-spacing: 1px;
    margin-top: 32px;
  }

  .address {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5c5c76;
    line-height: 17px;
    letter-spacing: 1px;
    margin-top: 12px;
  }

  .floor {
    width: 100%;
    height: 85px;
    background: #07122d;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 85px;
    margin-top: 207px;
  }

  .header {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    /* z-index: 999; */
  }

  .header .content {
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }

  .header .content .logo {
    width: 127px;
    height: 40px;
    background-image: url("../assets/img/logo.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .header .content .nav-content {
    display: flex;
    height: 100%;
  }

  .header .content .nav-content .nav_item {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin-right: 64px;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .header .content .nav-content .nav_item:last-child {
    margin-right: 0;
  }

  .header .content .nav-content .nav_item.active {
    color: #fff;
  }

  .header .content .nav-content .nav_item.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
    left: 50%;
    margin-left: -20px;
    background-color: #fff;
    border-radius: 2px;
  }

  .banner-wrapper {
    width: 100%;
    height: 5rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../assets/img/bg3.png");
  }

  .banner-wrapper .banner-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 1.64rem;
  }

  .banner-wrapper .banner-content .title {
    font-size: 40px;
    font-family: Gotham-Black, Gotham;
    font-weight: 900;
    color: #ffffff;
  }

  .banner-wrapper .banner-content .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 330px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    margin-top: 31px;
  }

  .banner-wrapper .banner-content .item.last {
    width: 354px;
    margin-top: 23px;
  }

  .banner-wrapper .banner-content .item img {
    display: block;
    height: 40px;
    width: 2px;
  }

  .about-wrapper {
    width: 1200px;
    margin: 80px auto 0;
  }

  .about-wrapper .desc {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2a3e52;
    line-height: 36px;
    margin-top: 64px;
  }

  .about-wrapper .item-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 32px;
  }

  .about-wrapper .item-wrapper .item {
    width: 379px;
    height: 120px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .about-wrapper .item-wrapper .item p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2a3e52;
    line-height: 20px;
    margin-top: 8px;
  }

  .ai-xnsx {
    width: 100%;
    height: 1096px;
    background: #0e3257;
    padding-top: 80px;
    box-sizing: border-box;
    margin-top: 58px;
  }

  .ai-xnsx .content {
    width: 1200px;
    margin: 0 auto;
  }

  .ai-xnsx .content .text {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fdfeff;
    line-height: 36px;
    margin-top: 64px;
  }

  .ai-xnsx .content .item-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
  }

  .ai-xnsx .content .item-wrapper .item {
    width: 379px;
    height: 120px;
    background: #07223f;
    border-radius: 6px;
    opacity: 0.37;
    border: 1px solid #5c5c76;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .ai-xnsx .content .item-wrapper .item p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #f6f6f6;
    margin-top: 10px;
  }

  .services-container {
    margin-top: 80px;
  }

  .services-container .content {
    width: 1200px;
    margin: 64px auto 0;
  }

  .services-container .content .desc {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2a3e52;
    line-height: 36px;
    text-align: justify;
  }

  .services-container .content .show-product {
    position: relative;
    margin-top: 20px;
  }

  .services-container .content img {
    width: 100%;
  }

  .services-container .content .show-product .arrow {
    position: absolute;
    top: 251px;
    left: 582px;
    width: 54px;
    height: 35px;
    background: linear-gradient(90deg, rgba(117, 161, 255, 0) 0%, #75a1ff 100%);
  }

  .services-container .content .show-product .arrow::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: -13px;
    right: -62px;
    border: 31px solid #75a1ff;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
  }

  .services-container .content .show-product .content-wrapper {
    position: absolute;
    top: 92px;
    left: 700px;
  }

  .services-container .content .show-product .content-wrapper .item {
    display: flex;
  }

  .services-container .content .show-product .content-wrapper .item:last-child {
    margin-top: 80px;
  }

  .services-container .content .show-product .content-wrapper img {
    width: 100px;
    margin-right: 30px;
  }

  .services-container .content .show-product .content-wrapper .right .title {
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #2a3e52;
  }

  .services-container .content .show-product .content-wrapper .right .desc {
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2a3e52;
    line-height: 28px;
    text-align: justify;
    width: 381px;
    margin-top: 16px;
  }

  .services-container .content .show-product .concat {
    margin: 20px auto 0;
  }

  .core-container {
    width: 100%;
    height: 9.92rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../assets/img/PC/合成分析.jpg");
    box-sizing: border-box;
    padding-top: 0.8rem;
    margin-top: 0.8rem;
  }

  .core-container .content {
    width: 1200px;
    margin: 0.66rem auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .core-container .content .text {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fdfeff;
    line-height: 36px;
  }

  .core-container .content img {
    width: 12rem;
    min-width: 800px;
    max-width: 1200px;
    margin-top: 0.8rem;
  }

  .concat-container {
    margin-top: 80px;
  }

  .concat-container .content {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 61px auto;
  }

  .concat-container .content .form-item {
    display: flex;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    align-items: center;
    margin-bottom: 32px;
  }

  .concat-container .content .form-item div {
    flex: 1;
  }

  .concat-container .content .form-item input,
  textarea {
    width: 322px;
    height: 40px;
    padding-left: 12px;
    margin-left: 20px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    outline: none;
    box-sizing: border-box;
  }

  textarea {
    height: 140px;
    padding-top: 10px;
  }

  .concat-container .content .right {
    width: 719px;
    height: 356px;
  }

  #map {
    width: 719px;
    height: 356px;
  }

  .concat-methods {
    display: flex;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5c5c76;
    line-height: 17px;
    letter-spacing: 1px;
    margin-top: 32px;
  }

  .address {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5c5c76;
    line-height: 17px;
    letter-spacing: 1px;
    margin-top: 12px;
  }

  .floor {
    width: 100%;
    height: 85px;
    background: #07122d;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 85px;
    margin-top: 207px;
  }
}

@media (max-width: 960px) {
  #index .banner-wrapper {
    height: 3.2rem;
  }

  .header {
    height: 1rem;
    background-color: #fff;
    position: fixed;
    top:0;
    left:0;
    z-index: 999;
  }

  .mobile-header .content {
    display: flex;
    justify-content: center;
    padding-top: 0.22rem;
  }

  .mobile-header .content img {
    position: absolute;
    left: 0.3rem;
    top: 0;
  }

  .header .content .nav-content {
    font-size: 0.2rem;
  }

  /* banner */
  .banner-wrapper {
    width: 100%;
    height: 3.2rem;
    /* margin-top: .13rem; */
    margin-top: 1rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../assets/img/mobileimgs/ai.jpg");
  }

  .banner-wrapper .banner-content {
    padding-top: 0.73rem;
    padding-left: 0.3rem;
    color: white;
  }

  .banner-wrapper .banner-content .title {
    font-size: 0.24rem;
    margin-bottom: 0.16rem;
    font-family: Gotham-Black, Gotham;
    font-weight: bold;
  }

  .banner-wrapper .banner-content .item > div {
    font-size: 0.2rem;
    margin-top: 0.08rem;
  }

  .banner-wrapper .banner-content .item img {
    display: none;
  }

  /* AI药物分子设计 */
  .about-wrapper {
    margin: 0 0.3rem;
  }

  .about-wrapper .c-title_container .c-title_wrapper {
    margin-top: 0.6rem;
  }

  .about-wrapper .c-title_container .c-title_wrapper .name {
    font-size: 0.32rem;
  }

  .about-wrapper .c-title_container .en-name {
    color: #5c5c76;
    font-size: 0.2rem;
    letter-spacing: 0.02rem;
    line-height: 0.24rem;
    margin-top: 0.1rem !important;
    margin-bottom: 0.48rem;
  }

  .about-wrapper .content .desc {
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2a3e52;
    font-size: 0.24rem;
    line-height: 0.48rem;
  }

  .about-wrapper .content .item-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
  }

  .about-wrapper .content .item-wrapper .item {
    width: 2.1rem !important;
    height: 1.2rem;
    font-size: 0.2rem;
    border-radius: 0.06rem;
    border: 0.01rem solid #e5e5e5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0rem;
  }

  .about-wrapper .content > img {
    width: 100%;
    height: 2rem;
    margin-top: 0.6rem !important;
  }

  /* AI虚拟筛选 */
  .ai-xnsx {
    background: #0e3257;
    margin-top: 0.6rem;
  }

  .ai-xnsx .c-title_container .c-title_wrapper .name {
    font-size: 0.32rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    margin-top: 0.6rem;
  }

  .ai-xnsx .c-title_container .en-name {
    font-size: 0.2rem;
    font-family: Helvetica;
    letter-spacing: 0.02rem;
    color: #ffffff;
    margin-top: 0.1rem !important;
  }

  .ai-xnsx .content .text {
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 0.48rem;
    margin: 0.48rem 0 0.3rem;
    padding: 0 0.3rem;
  }

  .ai-xnsx .content .item-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 0.3rem;
  }

  .ai-xnsx .content .item-wrapper .item {
    width: 2.1rem !important;
    height: 1.2rem;
    font-size: 0.2rem;
    border-radius: 0.06rem;
    border: 1px solid #5c5c76;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f6f6f6;
    background: #07223f;
    flex-direction: column;
  }
  .ai-xnsx .content .item-wrapper .item p{
    margin-top: .07rem;
  }

  .ai-xnsx .content > img {
    width: 6.9rem !important;
    /* 100%实现不了 */
    height: 2.91rem;
    margin: 0.8rem 0.3rem 0.6rem !important;
  }
  .ai-xnsx .content .item-wrapper .item img{
    width:.47rem;
    height: .52rem;
  }

  /* ADMET */
  .services-container {
    margin: 0.6rem 0.3rem 0;
  }

  .services-container .c-title_container .c-title_wrapper .name {
    font-size: 0.32rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #2a3e52;
  }

  .services-container .c-title_container .en-name {
    font-size: 0.2rem;
    font-family: Helvetica;
    letter-spacing: 0.02rem;
    color: #5c5c76;
    margin-top: 0.1rem !important;
  }

  .services-container .content .desc {
    font-size: 0.24rem;
    line-height: 0.48rem;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #2a3e52;
    margin-top: 0.48rem;
  }

  .services-container .content > img {
    width: 100% !important;
    margin-top: .6rem!important;
  }

  /* AI逆合成分析 */
  .core-container {
    margin-top: 0.6rem;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../assets/img/bg6.png");
  }

  .core-container .c-title_container .c-title_wrapper .name {
    margin-top: 0.6rem;
    font-size: 0.32rem;
    font-family: PingFangSC-Medium, PingFang SC;
  }

  .core-container .c-title_container .en-name {
    font-size: 0.2rem;
    letter-spacing: 0.02rem;
    font-family: Helvetica;
    margin-top: 0.1rem !important;
  }

  .core-container .content .text {
    margin: 0.48rem 0.3rem 0.6rem;
    font-size: 0.24rem;
    line-height: 0.48rem;
    color: #fff;
  }

  .core-container .content > img {
    width: 6.9rem;
    margin: 0 0.3rem 0.6rem;
  }

  /* 联系我们 */
  .concat-container .c-title_container .c-title_wrapper {
    margin-top: 0.6rem;
  }

  .concat-container .c-title_container .c-title_wrapper .name {
    font-size: 0.32rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #2a3e52;
  }

  .concat-container .c-title_container .en-name {
    font-size: 0.2rem;
    font-family: Helvetica;
    color: #5c5c76;
    letter-spacing: 0.02rem;
    margin-top: 0.1rem !important;
  }

  .concat-container .content .left {
    width: 100%;
    font-size: 0.24rem;
    margin-top: 0.6rem;
  }

  .concat-container .content .left .form-item {
    display: flex;
    margin: 0.3rem;
    align-items: center;
    margin-bottom: 0.3rem;
  }

  .concat-container .content .form-item div {
    flex: 1;
  }

  .concat-container .content .left .form-item div:nth-child(2) input,
  textarea {
    width: 5.42rem;
    height: 0.6rem;
    padding-left: 0.12rem;
    flex: auto;
    border-radius: 0.04rem;
    border: 0.01rem solid #e5e5e5;
    outline: none;
    box-sizing: border-box;
  }

  textarea {
    height: 1.8rem;
    padding-top: 0.18rem;
  }

  #map {
    width: 6.9rem;
    height: 3.56rem;
    margin: 0.49rem 0 0.4rem;
  }

  .right {
    margin: 0.4rem 0.3rem 0.7rem;
  }

  .right .concat-methods {
    display: flex;
    font-size: 0.2rem;
    letter-spacing: 0.02rem;
    line-height: 0.28rem;
    color: #5c5c76;
    font-family: PingFangSC-Regular, PingFang SC;
  }

  .right .concat-methods div:nth-child(2) {
    margin-left: 0.6rem !important;
  }

  .right .address {
    margin-top: 0.16rem;
    font-size: 0.2rem;
    letter-spacing: 0.02rem;
    color: #5c5c76;
  }

  .floor {
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    background-color: #07122d;
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.7rem;
    text-align: center;
  }

  /*左侧菜单*/
  .nav-content .nav_item {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: 0.3rem;
    cursor: pointer;
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #2a3e52;
  }

  .nav-content > a {
    text-decoration: none;
  }

  .leftMenu {
    background: #fff;
    left: -1000px;
    position: fixed;
    top: 0;
    display: block;
    height: 100%;
    width: 2.5rem;
    z-index: 9999;
    position: fixed;
  }

  .leftMenu.menu-open {
    left: 0;
  }

  .menu-dark-backdrop {
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }

  .menu-dark-backdrop.in {
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
  }

  .menu_btn {
    margin-left: 0.3rem;
    margin-top: 0.38rem;
    width: 0.39rem;
    height: 0.24rem;
  }

  .mobileLogo {
    width: 1.83rem;
    height: 0.56rem;
    margin-left: 2.15rem;
    margin-top: 0.22rem;
  }

  .mobileHeader {
    display: flex;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    height:1rem;
    border-bottom: 1px solid #e5e5e5;
  }

  .outerClose {
    display: block;
    font-size: 0.27rem;
    padding-top: 0.2rem;
    padding-left: 0.2rem;
  }
}
