.hed {
  height: 350px;
  background: #ebf4ff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1; }
  .hed .ff {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .hed .ff .ff-left {
      width: 650px; }
      .hed .ff .ff-left .ff-left-1 {
        font-size: 60px;
        font-family: Ubuntu-Bold, Ubuntu;
        font-weight: bold;
        color: #15357a;
        line-height: 70px; }
      .hed .ff .ff-left .ff-left-2 {
        font-size: 22px;
        font-family: Open Sans-Regular, Open Sans;
        font-weight: 400;
        color: #355395; }

.re-box {
  padding: 40px 60px 60px 60px;
  transform: translateY(-100px);
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  height: 900px;
  background: #ffffff;
  box-shadow: 0px 4px 30px 0px rgba(0, 54, 130, 0.05);
  border-radius: 10px 10px 10px 10px;
  opacity: 1; }
  .re-box .b1 {
    font-size: 20px;
    font-family: Ubuntu-Bold, Ubuntu;
    font-weight: bold;
    color: #042040; }
  .re-box .b2 {
    margin-top: 10px;
    font-size: 16px;
    font-family: Ubuntu-Light, Ubuntu;
    font-weight: 300;
    color: #55687d; }
  .re-box .line {
    margin-top: 20px;
    height: 0px;
    opacity: 1;
    border-top: 1px dashed #dfdfdf; }
  .re-box .b3 {
    font-size: 20px;
    font-family: Ubuntu-Regular, Ubuntu;
    font-weight: 400;
    color: #042040;
    margin-top: 40px; }
  .re-box .choose {
    margin-top: 15px;
    display: flex;
    align-items: center; }
    .re-box .choose .c-item {
      display: flex;
      align-items: center;
      font-size: 16px;
      font-family: Open Sans-Regular, Open Sans;
      font-weight: 400;
      color: #55687d;
      margin-right: 30px; }
      .re-box .choose .c-item img {
        margin-right: 6px; }
  .re-box .sel {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 300px;
    height: 50px;
    background: #fdfdfe;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #eaeff9;
    font-size: 16px;
    font-family: Open Sans-Regular, Open Sans;
    font-weight: 400;
    color: #9da4b2;
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-top: 30px;
    position: relative; }
    .re-box .sel .selmeun {
      position: absolute;
      width: 300px;
      padding: 5px;
      background: #ffffff;
      box-shadow: 0px 4px 30px 0px rgba(0, 54, 130, 0.05);
      border-radius: 4px 4px 4px 4px;
      opacity: 1;
      right: -1px;
      top: 51px; }
      .re-box .sel .selmeun .sel-item {
        width: 290px;
        height: 44px;
        border-radius: 0px 0px 0px 0px;
        opacity: 1;
        padding: 10px 18px;
        font-size: 16px;
        font-family: Open Sans-Regular, Open Sans;
        font-weight: 400;
        color: #55687d; }
      .re-box .sel .selmeun .sel-item:hover {
        background: #f7f9fc; }
  .re-box .sel:hover {
    border: 1px solid #0e6fde; }
  .re-box .sel::after {
    content: "";
    height: 10px;
    width: 300px;
    position: absolute;
    right: 0px;
    bottom: -8px; }
  .re-box textarea {
    border: none;
    outline: none;
    resize: none;
    background: none; }
  .re-box .text {
    margin-top: 15px;
    width: 880px;
    height: 159px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #bdc7d8;
    padding: 15px 18px;
    font-size: 16px;
    font-family: Open Sans-Regular, Open Sans;
    font-weight: 400;
    color: #9da4b2;
    line-height: 23px; }
  .re-box .in {
    margin-top: 10px;
    width: 300px;
    height: 50px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #bdc9d8;
    font-size: 15px;
    font-family: Open Sans-Regular, Open Sans;
    font-weight: 400;
    color: #9da4b2;
    padding-left: 18px;
    padding-right: 18px; }
  .re-box .xin {
    color: crimson; }
  .re-box .sub {
    margin-top: 30px;
    width: 200px;
    height: 51px;
    background: #0e6fde;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: Open Sans-Regular, Open Sans;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer; }
  .re-box .road {
    margin-top: 12px;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-family: Open Sans-Regular, Open Sans;
    font-weight: 400;
    color: #55687d; }
    .re-box .road img {
      margin-right: 3px; }

.re {
  position: absolute;
  right: 42px;
  top: 439px; }

.le {
  position: absolute;
  left: 2px;
  top: 980px; }

.cc {
  cursor: pointer; }

/*# sourceMappingURL=feedback.css.map */
