@charset "UTF-8";
.activity-awards_detail .title {
  font-weight: bold;
  font-size: 72px;
  color: #333; }

.activity-awards_detail .subTitle {
  font-size: 30px;
  color: #32c5a5;
  font-weight: normal; }

.activity-awards_detail .subTitleP {
  font-size: 20px;
  color: #32c5a5;
  font-weight: normal;
  margin: 14px;
  text-align: center;}

.activity-awards_detail .input_order-number {
  background: #333;
  color: #fff;
  width: 295px;
  height: 37px;
  padding-left: 15px;
  font-size: 16px;
  border-radius: 7px 0 0 7px; }

.activity-awards_detail .input_order-number::input-placeholder {
  color: #fff; }

.activity-awards_detail .input_order-number::-webkit-input-placeholder {
  color: #fff; }

.activity-awards_detail .input_order-number:-moz-placeholder {
  color: #fff;
  opacity: 1; }

.activity-awards_detail .input_order-number::-moz-placeholder {
  color: #fff;
  opacity: 1; }

.activity-awards_detail .input_order-number:-ms-input-placeholder {
  color: #fff; }

.activity-awards_detail .search_order-number {
  background: #c83e33;
  color: #fff;
  width: 120px;
  height: 37px;
  font-size: 16px;
  border-radius: 0 7px 7px 0; }

.activity-awards_detail .remarks {
  width: 415px;
  font-size: 12px;
  color: #282828; 
  line-height: 20px;
  text-indent: 20px;}
  .activity-awards_detail .remarksDetail {
    text-indent: 40px !important;}
.activity-awards_detail .congratulation {
  color: #c83e33;
  font-size: 12px; }

.activity-awards_detail .input_label {
  font-size: 15px;
  color: #161616;
  margin-right: 5px; }

.activity-awards_detail .detail_search-input {
  border: 1px #e0e0e0 solid;
  width: 150px;
  margin-right: 20px;
  color: #333; }

.activity-awards_detail .detail_search {
  border: 1px #898989 solid;
  color: #fff;
  width: 70px;
  background: #5b5d5c;
  /* 一些不支持背景渐变的浏览器 */
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6c6e6d), to(#444645));
  background: -o-linear-gradient(top, #6c6e6d, #444645); }

.activity-awards_detail .detail_table {
  width: 100%; }
  .activity-awards_detail .detail_table thead {
    background: #c83e33; }
    .activity-awards_detail .detail_table thead td {
      font-size: 20px;
      font-weight: bold;
      color: #fff;
      height: 40px;
      text-align: center;
      border-left: 1px #fff solid;
      border-right: 1px #fff solid; }
  .activity-awards_detail .detail_table tbody tr:nth-child(odd) {
    background: #fff; }
  .activity-awards_detail .detail_table tbody tr:nth-child(even) {
    background: #fff; }
  .activity-awards_detail .detail_table tbody tr:hover {
    background: #dafdf4; }
  .activity-awards_detail .detail_table tbody td {
    color: #333333;
    height: 40px; }
