@media screen and (max-width: 1220px) {
  .left_box {
    left: 0.5rem;
  }
  #about {
    padding: 0.6rem 0.5rem 0 2.65rem;
  }
}
@media screen and (max-width: 1000px) {
  body {
    overflow-y: auto;
  }
  .wal {
    max-width: 8rem;
  }

  .left_boxPhone {
    bottom: auto;
    padding: 0 0.3rem;
    height: 1.28rem;
    width: 100%;
  }
  .left_boxPhone .nav,
  .left_boxPhone .nav ul {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
  }

  .left_box .nav {
    position: absolute;
    z-index: 10;
    left: 0.5rem;
    right: 0;
    top: 2.4rem;
    bottom: auto;
  }
  .left_box .nav li {
    height: 0.9rem;
  }
  .left_box .nav li a.name {
    line-height: 0.9rem;
    font-size: 0.25rem;
  }
  .left_box .nav li:hover i:before,
  .left_box .nav li.on i:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
  .left_box .language dd {
    width: 0.46rem;
    margin-right: 0.2rem;
  }
  .left_box .language dd p{
    display: none;
  }
  .left_boxPhone {
    bottom: auto;
    padding: 0 0.4rem;
    height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url("../image/bg.png");
  }
  .left_boxPhone .logo {
    display: none;
  }
  .left_boxPhone .logo-phone {
    display: block;
    width: 1.2rem;
  }
  .left_boxPhone a.menuIcon {
    display: block;
    width: 0.4rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.3rem;
    top: 0;
    bottom: 0;
    background: url("../image/icon_menu.png") center no-repeat;
    background-size: 100%;
  }
  .left_boxPhone .nav {
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100vh;
    background: url("../image/bg.png") center no-repeat;
    background-size: cover;
    padding: 2.4rem 0 0 0.55rem;
    visibility: hidden;
    opacity: 0;
  }
  .left_boxPhone .nav ul {
    left: -100vw;
    position: relative;
  }
  .left_boxPhone .language {
    left: auto;
    bottom: auto;
    top: 50%;
    right: 1rem;
    margin-top: -0.23rem;
  }
  .left_boxPhone .pc-ban {
    display: none;
  }
  .left_boxPhone .app-ban {
    display: block;
  }

  body.navShow a.menuIcon {
    background-image: url("../image/icon_close.png");
  }
  body.navShow .left_boxPhone .nav {
    opacity: 1;
    visibility: visible;
  }
  body.navShow .left_boxPhone .nav ul {
    left: 0;
  }

  #about {
    padding: 2rem 0 0;
  }
  #about .container {
    width: 100%;
    padding: 0.3rem 0.3rem 0.5rem;
  }
  #about .container .content {
    font-size: 0.24rem;
    max-height: 2.4rem;
  }
  #about .container .content p {
    line-height: 0.4rem;
  }
  #about .list {
    position: relative;
    right: 0;
    width: 7rem;
    height: 7rem;
    margin: 0 auto;
    padding: 1rem 0.5rem;
  }
  #about .list li .box {
    display: none;
  }
  #about .list li.on .name {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
  #about .list li .name {
    padding-top: 22%;
  }
  #about .list li:nth-of-type(n + 3) .name {
    padding-top: 28%;
  }
  #about .list li:nth-of-type(2n) .name {
    padding-right: 0;
  }
  #about .list li.on .box {
    opacity: 0;
  }
  #about .list li .name div {
    font-size: 0.24rem;
  }
  #about .list .round p {
    font-size: 0.22rem;
  }
  #client{
    position: fixed;
  }
  #client .list {
    left: 50%;
    margin-left: -5.525rem;
    margin-top: 4.5rem;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  #client .list li .name {
    font-size: 0.28rem;
  }
  #client .container {
    left: 1rem;
    top: 5.5rem;
    width: 6rem;
    margin: 0;
  }
  #client .container .img-list {
    top: -3.7rem;
  }
  #client .container .img-list img {
    width: 85%;
  }
  #client .container .content .tit {
    font-size: 0.26rem;
    padding: 0.16rem 0 0.1rem 0;
  }
  #client .container .content {
    font-size: 0.24rem;
  }
  #client .list .tips {
    display: none;
  }
  #client .arrow {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    opacity: 0;
    cursor: pointer;
  }
  #client .arrow button {
    padding: 0 0.6rem;
    font-size: 0.34rem;
    color: #5d5d5b;
    background: transparent;
    border: none;
    text-transform: uppercase;
  }

  #dialog .dialog-body {
    width: 90%;
    padding: 16px;
  }
  .form_half {
    flex-wrap: wrap;
  }
  .form_half .form_item {
    width: 100% !important;
  }
  #dialog .title,
  .form_item {
    margin: 0 0 10px;
  }
  #dialog .title {
    display: flex;
  }
  .form_item .name,
  .form .submit input {
    font-size: 0.21rem;
  }
  .form input,
  .form textarea {
    height: 32px;
    font-size: 0.21rem;
  }
  .form input::placeholder,
  .form textarea::placeholder {
    font-size: 0.21rem;
  }
  .input-file span {
    font-size: 0.15rem;
    color: #999;
  }
  .form textarea {
    height: 64px;
  }
  .form .input-file span:last-child {
    display: block;
    margin: 10px 0 0;
  }
  .dialog-layer .container .btn{
    font-size: 0.21rem;
  }
}
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 0.3rem;
  }
  #client{
    display: flex;
    justify-content: center;
  }
  #client .container {
    margin: 2rem 0 0;
    position: static;
    width: auto;
    max-width: 86%;
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
  }
  #client .container .img-list {
    position: static;
    width: auto;
    max-width: 100%;
    display: inline-block;
  }

  #client .container .img-list img {
    width: auto;
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
}
