.message {
  position: relative;
  /*display: flex;*/
  align-items: center;
  margin: 69px 0 66px;
  text-align: center;
}

.message form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.message form .input {
  width: 49%;
  margin-bottom: 25px;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  color: #a1a1a8;
  padding-left: 13px;
}

.message form .input:nth-child(2n) {
  margin-right: 0;
}

.message form .input::-webkit-input-placeholder {
  color: #a1a1a8;
}

.message form textarea {
  width: 100%;
  height: 89px;
  border: 1px solid #d6d6d6;
  color: #a1a1a8;
  padding-left: 13px;
}

.message form textarea::-webkit-input-placeholder {
  color: #a1a1a8;
}

.message form button {
 width: 200px;
    height: 40px;
    background-color: #e01b13;
    color: #fff;
    /* padding: 6px 32px; */
    border-radius: 3px;
    margin-top: 55px;
    border: 0;
    font-size: 16px;
    margin-left: 39%;
}

@media screen and (max-width: 600px) {
  .wb_53 {
    margin-top: 20px;
  }
  .message {
    flex-direction: column;
  }
  .scan {
    width: 100% !important;
  }
   .message form {
    display: block;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
        .dis_in-b2-son {
    width: 50%;
    margin-top: 50px;
    margin-left: 13%;
}
.message form .input{
    width: 300px
}
.message form textarea{
    width: 300px;
    height: 125px;
}
 .message form textarea{
     padding:0px !important;
     min-height:0px !important;
 }
 .message form button{
     margin-left: 25%;
 }
}

.c_info img {
  width: 100%;
  padding-bottom: 2vh;
}

.c_info .dh {
  display: flex;
}

.c_info .dh span {
  display: flex;
  padding-top: 12px;
}

.c_info .wz {
  display: flex;
  align-items: center;
}

.boldt {
  color: black;
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin: 20px 0;
}

.scan {
  margin-top: 20px;
}

.scan {
  width: 30%;
  display: flex;
  align-items: center;
}

.scan .wx {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: 2vw;
}

.scan .gzh {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: 2vw;
}
