body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: "????";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}
a,
a:link,
a:visited,
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

/* h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} */
p:before,
q:after {
  content: "";
}
.header_content {
  width: 100%;
  height: 60px;
  background: #3f3f61;
  padding: 15px 27px;
  box-sizing: border-box;
}
.header_wrapper {
  display: flex;
  align-items: center;
}
.content_width {
  width: 1000px;
  margin: 0 auto;
}
.header_content .header_left_logo > img {
  width: 174px;
  height: 31px;
  margin-right: 110px;
}

.header_content .header_right_tab {
  flex: 1;
}
.header_content .header_right_tab ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cursor {
  cursor: pointer;
}
.header_content .header_right_tab ul li {
  font-size: 14px;
  border-radius: 17px;
  color: #ffffff;
  margin-right: 40px;
  cursor: pointer;
  padding: 7px 10px;
}
.header_content .header_right_tab ul li.active {
  background: linear-gradient(270deg, #3163ed 0%, #2cb2ff 100%);
}

.header_content .header_right_tab ul li:last-child {
  margin-right: 0;
}
.content_wrapper {
  padding: 5px 25px 20px 25px;
  box-sizing: border-border;
}
.notice_wrapper {
  margin-top: 20px;
  background: #fff;
  padding-bottom: 15px;
}

.notice_wrapper .content_title {
  display: flex;
  justify-content: space-between;
}
.notice_wrapper .content_title > h2 {
  font-size: 22px;
  color: #000000;
  margin-bottom: 9px;
}

.notice_wrapper .content_title .content_tips img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
}

.notice_wrapper .content_title .content_tips span {
  font-size: 16px;
  color: #da0808;
  font-weight: bold;
  vertical-align: middle;
}

.notice_box {
  width: 691px;
  height: 40px;
  background: #fff4ec;
  border-radius: 6px;
  display: flex;
  align-items: center;
  background: #fff4ec;
  padding: 0 21px;
}
.notice_box .notice_button {
  width: 48px;
  height: 24px;
  background: #ff801a;
  border-radius: 15px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  margin-right: 5px;
}
.notice_box .notice_text {
  font-size: 14px;
  color: #402212;
}
.notice_box .notice_text > span {
  font-weight: bold;
}
.card_line {
  border-radius: 2px;
  border: 1px solid #e2e2e2;
  padding: 30px 20px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.card_line h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.form_input_content .el-input__inner {
  width: 251px;
  background: #eff3f7;
}
.people_count_form .form_input_content .el-form-item {
  margin-right: 40px;
}

.form_input_content .el-button {
  width: 110px;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
}
.search_result_info {
  padding: 18px 136px 18px 70px;
  width: 910px;
  height: 54px;
  background: #f3f9ff;
  border-radius: 2px;
  box-sizing: border-box;
}

.search_result_info {
  display: flex;
  justify-content: space-between;
}

.search_result_info .label {
  color: #27274a;
  font-size: 14px;
  margin-right: 10px;
}

.search_result_info span {
  font-size: 14px;
  font-weight: bold;
  color: #3894ff;
}

.el-table .el-table__row:nth-child(odd) {
  background: #f7fbff;
}

.el-table .el-table__row:nth-child(even) {
  background: #eef5fc;
}
.el-table .cell {
  color: #27274a;
}
.el-table th.el-table__cell > .cell {
  color: #27274a;
  font-weight: bold;
}
.pagination_box {
  margin: 0 auto;
  margin-top: 22px;
  display: flex;
  justify-content: center;
  min-width: 180px;
  align-items: center;
}
.pagination_box .page_btn {
  width: 44px;
  height: 21px;
  border-radius: 2px;
  text-align: center;
  line-height: 21px;
  border: 1px solid #979797;
  font-size: 12px;
  color: #999999;
}

.pagination_box .page_content {
  font-size: 14px;
  margin: 0 23px;
}

.pagination_box .page_content .cur_page {
  color: #da0808;
  font-weight: bold;
}

.pagination_box .page_content .total_page {
  color: #3894ff;
  font-weight: bold;
}

.dialog_box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.75);
  padding-top: 118px;
}
.dialog_box .dialog_wrapper {
  width: 370px;
  height: 469px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
  padding-top: 54px;
  box-sizing: border-box;
}

.dialog_box .dialog_wrapper img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.dialog_wrapper h2 {
  font-size: 16px;
  padding-left: 24px;
  margin-bottom: 14px;
}

.dialog_wrapper .el-form-item {
  margin-bottom: 10px;
}
.el-input-number .el-input__inner {
  width: 180px;
}
.dialog_wrapper .reset_count {
  color: #3894ff;
  font-weight: bold;
}

.dialog_footer {
  display: flex;
  justify-content: center;
}

@keyframes dialog-fade-out {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }

  100% {
    transform: translateZ(0, -20px, 0);
    opacity: 0;
  }
}

@keyframes dialog-fade-in {
  0% {
    transform: translateZ(0, -20px, 0);
    opacity: 0;
  }

  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.enter {
  animation: dialog-fade-in 0.3s;
}
.leave {
  animation: dialog-fade-out 0.3s;
}
.rules_box {
  margin-top: 30px;
  padding-bottom: 60px;
}

.rules_box span {
  display: block;
  margin-bottom: 10px;
  color: #27274a;
}
.rules_box span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../images/pic_quan@2x.png") center/cover;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 1px;
}
.rules_box > .rules_button {
  width: 100px;
  height: 34px;
  background: linear-gradient(270deg, #ff9c6f 0%, #fb4820 100%);
  font-size: 14px;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  margin-bottom: 30px;
}
