@charset "UTF-8";
/* 定义flex布局 */
/* 定义flex布局 是横向还是纵向布局 */
/*定义flex 超出换行*/
.my {
  width: var(--n);
}
.my .my-center {
  width: 1100px;
  height: 605px;
  background-color: #fff;
  margin: 60px auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 60px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.my .my-center .my-center-left {
  width: 550px;
  border-right: 2px solid #f5f5f5;
}
.my .my-center .my-center-left .my-center-left-image {
  width: 500px;
  height: 241px;
  margin-top: 25px;
}
.my .my-center .my-center-left .my-center-left-title {
  width: 500px;
  font-size: 16px;
  margin-bottom: 30px;
}
.my .my-center .my-center-right {
  width: 500px;
  margin-left: 50px;
}
.my .my-center .my-center-right .my-center-right-input {
  width: 450px;
  height: 50px;
  background-color: #f5f5f5;
  margin-top: 25px;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.my .my-center .my-center-right .my-center-right-input .my-center-right-input-input {
  margin-left: 25px;
  height: 50px;
  width: 350px;
}
.my .my-center .my-center-right .my-center-right-textarea {
  width: 450px;
  padding: 18px 25px;
  height: 110px;
  background-color: #f5f5f5;
  margin-top: 25px;
  font-size: 14px;
}
.my .my-center .my-center-right .my-center-right-textarea .my-center-right-textarea-textarea {
  border: none;
  background-color: #f5f5f5;
  width: 450px;
  height: 80px;
  margin-top: 10px;
}
.my .my-center .my-center-right .submit {
  width: 500px;
  height: 50px;
  background-color: #00a09f;
  color: #FFF;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
.my .my-center .my-center-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #00a09f;
}
.my .my-center .my-center-en {
  text-align: center;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 18px;
  margin-top: 15px;
}

.my-center-lists {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.my-center-lists .my-center-lists-input {
  width: 190px;
  height: 50px;
  padding: 0 25px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #666666;
}
.my-center-lists .my-center-lists-input .my-center-lists-input-input {
  width: 140px;
  margin-left: 10px;
}