html,
body {
  /* 大屏幕（大桌面显示器，大于等于 1200px） */
  /* 中屏幕（小桌面显示器，小于等于 1198px） */
  /* 手机 */
}
@media screen and (min-width: 1198px) and (min-width: 1200px) {
  html main .new,
  body main .new {
    background: #F6F6F6;
    padding-bottom: 40px;
  }
  html main .new .bread,
  body main .new .bread {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 300px;
  }
  html main .new .bread .breadcrumb,
  body main .new .bread .breadcrumb {
    padding: 8px 0;
    margin: 0;
    color: #000;
    font-size: 16px;
  }
  html main .new .bread .breadcrumb .active,
  body main .new .bread .breadcrumb .active {
    color: #008B4A;
  }
  html main .new .letter,
  body main .new .letter {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 300px;
  }
  html main .new .letter h3,
  body main .new .letter h3 {
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #3F8850;
    line-height: 22px;
    background: #fff;
    margin: 0px;
  }
  html main .new .letter form,
  body main .new .letter form {
    overflow: hidden;
    padding: 40px 0;
    background: #fff;
  }
  html main .new .letter form .form-group label,
  body main .new .letter form .form-group label {
    line-height: 34px;
  }
  html main .new .letter form .form-group input,
  body main .new .letter form .form-group input {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  html main .new .letter form .form-group textarea,
  body main .new .letter form .form-group textarea {
    display: block;
    height: 220px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  html main .new .letter form .btn,
  body main .new .letter form .btn {
    cursor: pointer;
    background: #3F8850;
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1198px) {
  html main .new,
  body main .new {
    padding: 0 18px 40px;
    background: #F6F6F6;
  }
  html main .new .bread,
  body main .new .bread {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 300px;
  }
  html main .new .bread .breadcrumb,
  body main .new .bread .breadcrumb {
    padding: 8px 0;
    margin: 0;
    color: #000;
    font-size: 16px;
  }
  html main .new .bread .breadcrumb .active,
  body main .new .bread .breadcrumb .active {
    color: #008B4A;
  }
  html main .new .letter,
  body main .new .letter {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 300px;
  }
  html main .new .letter h3,
  body main .new .letter h3 {
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #3F8850;
    line-height: 22px;
    background: #fff;
    margin: 0px;
  }
  html main .new .letter form,
  body main .new .letter form {
    overflow: hidden;
    padding: 40px 0;
    background: #fff;
    text-align: center;
  }
  html main .new .letter form .form-group label,
  body main .new .letter form .form-group label {
    line-height: 34px;
  }
  html main .new .letter form .form-group input,
  body main .new .letter form .form-group input {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  html main .new .letter form .form-group textarea,
  body main .new .letter form .form-group textarea {
    display: block;
    height: 220px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  html main .new .letter form .btn,
  body main .new .letter form .btn {
    cursor: pointer;
    margin: 0 auto;
    background: #3F8850;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  html .navbar-default .navbar-nav > li > a,
  body .navbar-default .navbar-nav > li > a {
    color: #fff !important;
  }
  html main .new,
  body main .new {
    padding: 0 18px 40px;
    background: #F6F6F6;
  }
  html main .new .bread,
  body main .new .bread {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 300px;
  }
  html main .new .bread .breadcrumb,
  body main .new .bread .breadcrumb {
    padding: 8px 0;
    margin: 0;
    color: #000;
    font-size: 16px;
  }
  html main .new .bread .breadcrumb .active,
  body main .new .bread .breadcrumb .active {
    color: #008B4A;
  }
  html main .new .letter,
  body main .new .letter {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 300px;
  }
  html main .new .letter h3,
  body main .new .letter h3 {
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #3F8850;
    line-height: 22px;
    background: #fff;
    margin: 0px;
  }
  html main .new .letter form,
  body main .new .letter form {
    overflow: hidden;
    padding: 40px 0;
    background: #fff;
    text-align: center;
  }
  html main .new .letter form .form-group label,
  body main .new .letter form .form-group label {
    line-height: 34px;
  }
  html main .new .letter form .form-group input,
  body main .new .letter form .form-group input {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  html main .new .letter form .form-group textarea,
  body main .new .letter form .form-group textarea {
    display: block;
    height: 220px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  html main .new .letter form .btn,
  body main .new .letter form .btn {
    cursor: pointer;
    margin: 0 auto;
    background: #3F8850;
    color: #fff;
  }
}
/*# sourceMappingURL=report.css.map */