html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

body {
  font-family: Helvetica, Arial, LiHei Pro, PMingLiU;
  margin: 0 auto;
  font-size: 18px;
}

section.container {
  width: 1336px;
  height: 750px;
  background: url("../img/bg.jpg") center top no-repeat;
  margin: 0 auto;
  padding: 10px 70px 0;
}

button {
  font-family: Helvetica, Arial, LiHei Pro, PMingLiU;
}

.txt_red {
  color: red;
}

.row_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.back {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.back .lnk_back {
  background: #199d9b;
  background: -webkit-gradient(linear, left top, left bottom, from(#199d9b), to(#022568));
  background: linear-gradient(to bottom, #199d9b 0%, #022568 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#199d9b", endColorstr="#022568",GradientType=0 );
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding: 5px 20px 8px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.3098039216);
          box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.3098039216);
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 20px;
}
.back .lnk_back:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.reg_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 480px;
}

.are_search .row_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
}
.are_search .lab_search {
  width: 200px;
  text-align: right;
  padding-right: 25px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
.are_search .cpn_search {
  width: 300px;
}
.are_search .ipt_search {
  font-size: 25px;
  border: none;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.are_search select.ipt_search {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../img/arrow.png") no-repeat right center #fff;
}
.are_search .submit_search {
  margin-top: 50px;
  text-align: center;
}
.are_search .btn_submit {
  background: #199d9b;
  background: -webkit-gradient(linear, left top, left bottom, from(#199d9b), to(#022568));
  background: linear-gradient(to bottom, #199d9b 0%, #022568 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#199d9b", endColorstr="#022568",GradientType=0 );
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding: 5px 20px 8px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.3098039216);
          box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.3098039216);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  cursor: pointer;
}
.are_search .btn_submit:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.reg_content {
  padding-top: 10px;
}

.are_table {
  width: 1000px;
  margin: 0 auto;
}
.are_table table {
  background: #fff;
}
.are_table table th, .are_table table td {
  padding: 5px;
  border: 1px solid #000;
  text-align: center;
  min-height: 40px;
  font-size: 24px;
}
.are_table table thead {
  background: #0ba29a;
}
.are_table table thead th {
  color: #fff;
}
.are_table .btn_content {
  border: none;
  background: none;
  cursor: pointer;
}

.are_pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 1000px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 24px;
}
.are_pages span {
  display: inline-block;
  padding: 0 5px;
}
.are_pages .ipt_page {
  font-size: 24px;
  border: none;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70px;
}
.are_pages .btn_go {
  border: none;
  border-radius: 25px;
  padding: 0;
  background: url("../img/go.png") center center no-repeat;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 60px;
  height: 60px;
  vertical-align: middle;
}
.are_pages .btn_go:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.are_pages .row_pageBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 240px;
}
.are_pages .btn_page {
  background: #199d9b;
  background: -webkit-gradient(linear, left top, left bottom, from(#199d9b), to(#022568));
  background: linear-gradient(to bottom, #199d9b 0%, #022568 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#199d9b", endColorstr="#022568",GradientType=0 );
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 20px 8px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  cursor: pointer;
}
.are_pages .btn_page:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.details {
  min-height: 100vh;
  background: #199d9b;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #199d9b), to(#022568));
  background: linear-gradient(to right, #199d9b 1%, #022568 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#199d9b", endColorstr="#022568",GradientType=1 );
  padding: 30px;
}

.reg_details table th, .reg_details table td {
  padding: 5px;
  border: 1px solid #000;
  text-align: left;
  background: #fff;
}
.reg_details table th {
  width: 100px;
}
.reg_details p {
  padding-bottom: 10px;
  line-height: 25px;
}

.reg_container {
  margin: 20px auto 0;
  width: 1080px;
}

.h1_title {
  font-size: 36px;
  letter-spacing: 5px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 5px #000;
}

.are_container {
  margin: 20px auto;
  width: 100%;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5882352941);
  max-height: 430px;
  overflow-y: auto;
}
.are_container::-webkit-scrollbar {
  width: 10px;
}
.are_container::-webkit-scrollbar-thumb {
  background: #22708e;
  border-radius: 8px;
}
.are_container::-webkit-scrollbar-track {
  background: rgba(3, 43, 92, 0.6509803922);
}
.are_container p {
	
  line-height: 28px;
  letter-spacing: 2px;
  width: 820px;
  margin: 0 auto 20px;
}