.mr30 {
  margin-right: 30px;
}
.w100 {
  width: 100px !important;
}
.w110 {
  width: 110px !important;
}
.w673 {
  width: 673px;
}
.required_mark::before {
  color: #ff6666;
  content: '*';
  position: absolute;
  left: 10px;
}
.position_ra {
  position: relative;
}

/* common-table-wrap */
.common_table .input-group {
  width: auto;
  vertical-align: middle;
}
.common_list_table {
  width: 964px;
  box-sizing: border-box;
  border-top: 1px solid #5b5b5b;
}
.common_list_table th {
  background-color: #f2f2f2;
  vertical-align: middle;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 18px;
}
.common_list_table th:last-child {
  border-right: none;
}
.common_list_table tbody td {
  font-size: 13px;
  line-height: 18px;
  vertical-align: middle;
  text-align: center;
  padding: 15px 10px;
  min-width: 48px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.common_list_table tbody td a{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.common_list_table tbody td:last-child {
  border-right: none;
}
.common_list_table tbody.hover tr:hover {
  background-color: #f6faf8;
  cursor: pointer;
}
.common_list_table tbody tr.error {
  background-color: #fffafa;
}
.common_list_table .no_history td {
  height: 160px;
  padding: 50px 0 0;
  vertical-align: top;
}
.common_list_table .no_history td p {
  font-size: 13px;
  margin-top: 10px;
}
.common_table_option {
  width: 964px;
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 15px;
}
.common_table input {
  font-size: 13px;
  height: 36px;
}
.common_table_option > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_table_option > div:first-child {
  margin-bottom: 15px;
}
.common_table .select_title {
  color: #1a1a1a;
  font-weight: bold;
  font-size: 13px;
}
.common_table .select_box {
  height: 36px;
}
.common_table .picker_box {
  height: 36px;
}
.common_table .input-group {
  height: 36px;
}
.common_table .select_box select {
  padding-left: 12px;
  font-size: 13px;
  height: 36px;
}
.common_table .picker_box input {
  height: 36px;
}
.common_table .picker_box .hyphen {
  height: 36px;
  line-height: 36px;
  width: 35px;
}
.common_table .picker_box .input-group-addon {
  background: url('../images/ic_clendar.png') no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  top: 6px;
  right: 10px;
}
.common_table .search_btn {
  min-width: 70px;
  height: 36px;
  background-color: #434658;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.common_table .search_file {
  width: 95px;
  height: 36px;
  background-color: #434658;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.common_data_table {
  text-align: left;
}
.common_data_table th, .common_data_table tbody td {
  padding: 12px 20px;
}
.common_data_table tr td {
  text-align: left;
}
.common_data_table .info_agree > div{
  float: left;
}
.common_data_table .info_agree > button{
  float: right;
}