.nonsense {
    width: 72%;
    margin-left: 14%;
    font-size: 1.6rem;
    font-family: "微软雅黑";
    padding-right: 5%;
    box-sizing: border-box;
  }
  .nonsense > div > div:first-child {
    font-size: 2.8rem;
  }
  .nonsense_one {
    margin-bottom: 3%;
  }
  .nonsense_one > div:last-child {
    line-height: 200%;
  }
  .nonsense_one > div,
  .nonsense_two > div {
    margin-top: 1%;
  }
  .nonsense_two > div:not(:first-child) > span:first-child {
    font-weight: 700;
  }
  .nonsense_two {
    position: relative;
  }
  .customerFirst {
    width: 72%;
    height: 25%;
    position: absolute;
    top: 68%;
    left: 14%;
    color: #ffffff;
    text-align: center;
  }
  .customerFirst_title {
    font-size: 3.6rem;
    font-weight: 700;
  }
  .customerFirst_details {
    padding: 0 2%;
    font-size: 1.6rem;
    margin-top: 2%;
  }
  .customerFirst_five {
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
    height: 50%;
  }
  .customerFirst_five > div {
    width: 19%;
    height: 100%;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    padding: 3% 1%;
    box-sizing: border-box;
    position: relative;
  }
  .customerFirst_five > div:hover {
    background-color: white;
    color: black;
  }
  .customerFirst_five > div:nth-child(4) {
    width: 19%;
    height: 100%;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    padding: 1% 1%;
    box-sizing: border-box;
    position: relative;
  }
  .customerFirst_five > div:nth-child(4) > .customerFirst_five_details {
    font-size: 1.6rem;
    margin-top: 10%;
  }
  .customerFirst_five_title {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 2px;
  }
  .customerFirst_five_details {
    font-size: 1.6rem;
    margin-top: 15%;
  }
  .yellowCirle {
    width: 33%;
    padding-bottom: 33%;
    border-radius: 50%;
    border: 1px dashed #ffb900;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
  }
  .yellowCirle > div {
    width: 78%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .yellowCirle img {
    max-width: 100%;
    display: block;
  }
  .body {
    margin-top: 7%;
  }
  * {
    padding: 0;
    margin: 0;
  }
  a {
    text-decoration: none;
  }
  ul,
  li,
  ol {
    list-style: none;
  }
  a,
  p,
  span,
  li {
    font-family: "微软雅黑";
  }
  .bj {
    width: 100%;
    /* background-image: url("../assets/img/lxwm3.jpg"); */
    /* background-size: 100%; */
    /* padding-bottom: 1000%; */
    position: relative;
  }
  .bj > img,
  .form > form > img,
  .seatimg > img {
    width: 100%;
    max-width: 100%;
  }
  .top_details {
    width: 72%;
    color: #090909;
    position: absolute;
    top: 0px;
    left: 14%;
    text-align: center;
  }
  /* .welcome{
      position: absolute;
      top: 7%;
      left: -12%;
      font-weight: 900;
      font-size: 11rem;
      color:#768291;
      opacity: .7;
  } */
  .yuanjiao {
    /* margin-top: 1%; */
    /* margin-left: 20%; */
    position: absolute;
    top: 28%;
    left: 18%;
    width: 25%;
  }
  .yuanjiao > img {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .bcname {
    margin-top: 13%;
    font-size: 7rem;
    font-weight: 700;
    letter-spacing: 3px;
  }
  /* .bcname>div:first-child{
      font-size: 4rem;
      font-weight: 700;
      letter-spacing: 5px;
  }
  .bcname>div:not(:first-child){
      margin-top: 2%;
      font-size: 3rem;
      letter-spacing: 2px;
  } */
  .bcarea {
    margin-top: 3%;
    font-size: 2.6rem;
  }
  .bcarea > div {
    margin-top: 1%;
  }
  .seat {
    /* margin-top: 20%; */
    position: absolute;
    top: 5%;
    width: 100%;
    display: flex;
    align-items: flex-end;
  }
  .seat > div {
    display: inline;
  }
  .seattip {
    color: #000000;
    font-size: 1.6rem;
    margin-left: 1%;
    letter-spacing: 2px;
  }
  .seatimg {
    width: 3%;
  }
  .form {
    width: 72%;
    position: absolute;
    top: 33%;
    left: 14%;
    /* bottom: -57%; */
    /* left: 14%; */
  }
  .form_details {
    position: absolute;
    top: 17%;
    left: 11%;
    font-size: 1.8rem;
    width: 38%;
    height: 100%;
  }
  .form_title {
    position: absolute;
    top: 25%;
    /* transform: translateY(-50%); */
    left: 11%;
    color: white;
    font-size: 3.4rem;
    text-shadow: 1px 1px 1px #ffffff;
  }
  .form_details > div:nth-of-type(odd):not(:first-child) {
    margin-top: 7%;
  }
  .form_details > div:nth-of-type(even) {
    height: 7%;
  }
  .important {
    color: #cc0000;
  }
  .submit {
    width: 18%;
    position: absolute;
    top: 76%;
    left: 19%;
    height: 7%;
  }
  .submit > button {
    width: 100%;
    height: 100%;
    background-color: #c52620;
    color: white;
    font-size: 1.8rem;
    border: 0;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
  }
  .submit > button > img {
    height: 59%;
    max-width: 100%;
    max-height: 100%;
    width: 10%;
  }
  .information {
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .information_title {
    color: #000000;
    font-size: 2.4rem;
    text-align: center;
    margin-top: 15%;
  }
  .information_details {
    color: #676767;
    font-size: 1.6rem;
    width: 70%;
    height: 60%;
    margin-top: 10%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .information_details img {
    margin-right: 5%;
    width: 12%;
    /* height: 100%; */
    max-width: 100%;
    max-height: 100%;
  }
  .information_details > div {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
  }
  .solution_bottom {
    width: 72%;
    margin-bottom: 4%;
    margin-left: 14%;
  }
  .baidu_map {
    width: 100%;
    margin-top: 7%;
  }
  #map {
    width: 100%;
    height: 600px;
  }
  @media screen and (max-width: 1680px) {
    #map {
      width: 100%;
      height: 600px;
    }
  }
  .tips {
    /**提示定位 */
    margin-top: 4%;
    margin-bottom: 3%;
    text-align: center;
    font-size: 1.4rem;
  }
  .tips span {
    color: red;
  }
  .footer {
    width: 100%;
    padding-bottom: 3%;
    background-color: #233450;
    position: relative;
  }
  .infooter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    color: white;
    font-size: 1.6rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .infooter img {
    max-width: 100%;
    display: block;
  }
  .exinxin {
    display: flex;
    width: 35%;
  }
  .exinxin > div:not(:last-child) {
    width: 4%;
  }
  .exinxin span {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .infooter a {
    color: white;
  }
  .erweimamama {
    width: 20%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 1%;
    right: 1%;
    text-align: center;
  }
  .erweimamama > div > div {
    margin-top: 10%;
  }
.footer {
    width: 100%;
    padding-bottom: 3%;
    background-color: #233450;
    position: relative;
  }
  .infooter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    color: white;
    font-size: 1.2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .infooter img {
    max-width: 100%;
    display: block;
  }
  .exinxin {
    display: flex;
    width: 25%;
  }
  .exinxin > div:not(:last-child) {
    width: 3%;
    margin-right: 1%;
  }
  .exinxin span {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .titleplus{
    border-bottom: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 55%;
    margin: 0 auto;
}
.borderbottom{
    border-bottom: 1px solid #c52620;
    /* display: flex; */
    display: -webkit-box;
    display: -moz-box;
    align-items: center;
}
.title_logo{
    width: 15%;
}
.title_logo img{
    width: 100%;
    max-width: 100%;
}
.titleplus_tip{
    font-family: "微软雅黑";
   
}
.china{
    font-size: 3.6rem;
    font-weight: 500;
    letter-spacing: 5px;
    margin-left: 5%;
}
.english{
    font-size: 1.8rem;
    color: #c52620;
    margin-left: 3%;
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.form_details .el-input__inner {
    height: 100%;
    font-size: 1.4rem;
}
.el-input--prefix .el-input__inner {
    padding-left: 30px;
}
.el-input__prefix {
    left: 10px;
    transition: all .3s;
}
.el-input__prefix, .el-input__suffix {
    position: absolute;
    top: 1px;
    -webkit-transition: all .3s;
    height: 100%;
    color: #c0c4cc;
    text-align: center;
}
.el-input__icon {
    line-height: 20px;
}
.el-input__icon {
    height: 100%;
    width: 25px;
    text-align: center;
    transition: all .3s;
    line-height: 40px;
}
.el-input__icon {
    line-height: 20px;
}
.el-input__icon {
    height: 100%;
    width: 25px;
    text-align: center;
    transition: all .3s;
    line-height: 40px;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.el-input__inner:focus{
    border: 1px solid rgba(0, 162, 255, 0.678);
}