* {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

body {
  background: #F1F2F3;
}

.banner {
  background: url("../images/bg.png") top center no-repeat;
  height: 480px;
}
.banner .inner {
  position: relative;
  margin: 0 auto;
  padding-top: 20px;
  width: 1200px;
  height: 100px;
  text-align: center;
}
.banner .inner h1 .text {
  position: relative;
  display: inline-block;
  color: #FFF;
  font-size: 118px;
  font-weight: 600;
  font-family: 'Lato-HeavyItalic, Lato';
  text-shadow: 5px 12px #0d57ea;
  vertical-align: middle;
}
.banner .inner h1 .text b {
  margin-right: 20px;
  font-style: italic;
}
.banner .inner h1 .text.year {
  margin-right: 80px;
}
.banner .inner h1 .text.year:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.6);
}
.banner .inner .location {
  position: relative;
  display: inline-block;
  margin-left: 170px;
  padding: 0 60px;
  height: 85px;
  line-height: 80px;
  background: linear-gradient(180deg, #ffa764 0%, #ff7839 100%);
  border-radius: 43px;
  color: #FFF;
  font-size: 34px;
  text-align: center;
  vertical-align: middle;
}
.banner .inner .location i,
.banner .inner .location b {
  display: inline-block;
  vertical-align: middle;
}
.banner .inner .location b {
  margin: 0 4px;
  cursor: pointer;
}
.banner .inner .location .ico-location {
  width: 19px;
  height: 26px;
  background: url("../images/ico_location.png") no-repeat;
}
.banner .inner .location .ico-arrow {
  margin-top: 18px;
  width: 14px;
  height: 14px;
  background: url("../images/ico_arrow.png") no-repeat;
}
.banner .inner .date {
  display: inline-block;
  margin-left: 15px;
  padding: 0 50px;
  height: 74px;
  line-height: 74px;
  background: rgba(61, 76, 229, 0.5);
  border-radius: 37px;
  color: #FFF;
  font-size: 30px;
  vertical-align: middle;
}
.banner .inner .date i,
.banner .inner .date b,
.banner .inner .date span {
  display: inline-block;
  vertical-align: middle;
}
.banner .inner .date .ico-date {
  margin-right: 10px;
  width: 36px;
  height: 35px;
  background: url("../images/ico_cale.png") no-repeat;
}
.banner .inner .date b {
  font-weight: 400;
}
.banner .inner .date span {
  padding: 0 11px;
  height: 35px;
  line-height: 35px;
  background: #FFF;
  border-radius: 2px;
  color: #6981FD;
  font-size: 24px;
  font-weight: 600;
}
.banner .inner .mod-location {
  position: absolute;
  z-index: 100;
  top: 108px;
  left: 0;
  width: 630px;
  background: #FFF;
  box-shadow: 0px 6px 8px -2px #E5E5E5;
  border: 1px solid #EDEDED;
  border-radius: 6px;
  color: #747C84;
  font-size: 14px;
}
.banner .inner .mod-location i {
  position: absolute;
  top: -10px;
  left: 50px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF;
}
.banner .inner .mod-location ul {
  height: 480px;
  text-align: left;
  overflow: auto;
}
.banner .inner .mod-location li {
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.banner .inner .mod-location li:hover {
  color: #6196F4;
}

.container {
  margin: -90px auto 0;
  width: 1200px;
  background: #FFF;
}

.exams .hd {
  display: flex;
  flex-wrap: nowrap;
  flex-flow: space-between;
  height: 90px;
  line-height: 90px;
  color: #333;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.exams .hd .item {
  flex: 1;
  height: 90px;
}
.exams .hd .item b {
  display: inline-block;
  max-width: 65%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.exams .hd .item span {
  display: inline-block;
  width: 40px;
  height: 70px;
  line-height: 92px;
  border-radius: 0 0 100px 100px;
  vertical-align: top;
}
.exams .hd .item i {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
}
.exams .hd .item i.ico-exam1 {
  background: url("../images/ico_exam1.png") no-repeat;
}
.exams .hd .item i.ico-exam2 {
  background: url("../images/ico_exam2.png") no-repeat;
}
.exams .hd .item i.ico-exam3 {
  background: url("../images/ico_exam3.png") no-repeat;
}
.exams .hd .item i.ico-exam4 {
  background: url("../images/ico_exam4.png") no-repeat;
}
.exams .hd .item i.ico-exam5 {
  background: url("../images/ico_exam5.png") no-repeat;
}
.exams .hd .item i.ico-exam6 {
  background: url("../images/ico_exam6.png") no-repeat;
}
.exams .hd .item i.ico-exam7 {
  background: url("../images/ico_exam7.png") no-repeat;
}
.exams .hd .item i.ico-exam8 {
  background: url("../images/ico_exam8.png") no-repeat;
}
.exams .hd .item.on {
  background: #F9F9F9;
}
.exams .hd .item.on span {
  background: #FFF;
}
.exams .bd ul {
  display: none;
  padding: 20px 0;
  background: #F9F9F9;
  color: #747C84;
  font-size: 14px;
}
.exams .bd ul:nth-child(1) {
  display: block;
}
.exams .bd ul li {
  display: inline-block;
  margin-left: 42px;
  width: 140px;
  height: 36px;
  line-height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
  cursor: pointer;
}
.exams .bd ul li:hover {
  color: #6196F4;
}

.exams-event .hd {
  padding: 0 32px;
  height: 100px;
  line-height: 100px;
  color: #333;
  font-size: 22px;
  font-weight: 600;
}
.exams-event .hd i,
.exams-event .hd b {
  display: inline-block;
  vertical-align: middle;
}
.exams-event .hd i {
  width: 27px;
  height: 26px;
  background: url("../images/ico_date.png") no-repeat;
}
.exams-event .bd {
  padding: 0 32px;
}

.exams-event-empty {
  margin: 50px 0;
}

table {
  width: 100%;
  border-top: 1px solid #efeff0;
  border-left: 1px solid #efeff0;
  text-align: center;
}
table th,
table td {
  border-right: 1px solid #efeff0;
  border-bottom: 1px solid #efeff0;
  color: #333;
  font-size: 16px;
}
table th {
  height: 52px;
  background: #B8D1FF;
  text-align: center;
}
table td {
  padding: 10px 0;
  vertical-align: middle;
}
table a {
  color: #6196F4;
  font-size: 18px;
}
table a.btn {
  display: inline-block;
  margin: 0 10px;
  width: 134px;
  height: 42px;
  line-height: 42px;
  border-radius: 30px;
  border: 1px solid #6196F4;
  text-align: center;
  vertical-align: middle;
}

.dates {
  background: #F6F6F6;
  cursor: pointer;
}
.dates.fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
.dates.fixed .inner {
  margin: 0 auto;
}
.dates .inner {
  box-sizing: border-box;
  margin: 30px auto 0;
  height: 76px;
  line-height: 68px;
  border-radius: 6px;
  color: #333;
  font-size: 18px;
  display: flex;
  width: 1200px;
}
.dates .item {
  position: relative;
  flex: 1;
  text-align: center;
}
.dates .item b {
  position: relative;
  z-index: 2;
  font-weight: 400;
}
.dates .item:before {
  display: none;
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: #E4E4E4;
  border-radius: 0 0 8px 8px;
}
.dates .item:after {
  content: '';
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: #DFDFDF;
  border-radius: 50%;
}
.dates .item.on {
  color: #6196F4;
}
.dates .item.on b {
  font-weight: 600;
}
.dates .item.on:before {
  display: block;
}
.dates .item.on:after {
  background: #6196F4;
}

.exams-dates {
  margin: 0 32px;
}
.exams-dates.hide {
  display: none;
}
.exams-dates .item {
  margin: 20px 0 0;
  padding-bottom: 20px;
}
.exams-dates .item .hd {
  margin-bottom: 15px;
  height: 42px;
  line-height: 42px;
  font-weight: 600;
  color: #333;
  font-size: 20px;
}
.exams-dates .item .hd b {
  margin-right: 8px;
  color: #6196F4;
  font-size: 32px;
}

.mod-no-content {
  color: #747C84;
  font-size: 16px;
  text-align: center;
}
.mod-no-content .img {
  margin: 0 auto;
  width: 248px;
  height: 143px;
  background: url("../images/null.png") top center;
}

.win-bg {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}

.win-book {
  display: none;
  position: fixed;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
  background: #FFF;
  box-shadow: 0 8px 18px 0px #D0D0D0;
}
.win-book .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url("../images/ico_close.png") no-repeat;
  cursor: pointer;
}
.win-book .hd {
  padding: 32px;
  line-height: 35px;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.win-book .hd span {
  color: #6196F4;
}
.win-book .bd {
  margin: 0 auto;
  width: 402px;
}
.win-book .bd .item {
  position: relative;
  margin-bottom: 28px;
  height: 42px;
  color: #747C84;
  font-size: 16px;
}
.win-book .bd .item .tips {
  display: none;
  color: red;
  font-size: 14px;
}
.win-book .bd .item .select {
  position: relative;
  height: 40px;
  line-height: 40px;
  border: 1px solid #DADADA;
  border-radius: 4px;
  cursor: pointer;
}
.win-book .bd .item .select b {
  display: inline-block;
  margin-left: 16px;
  font-weight: 400;
}
.win-book .bd .item .select i {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 8px;
  background: url("../images/ico_arrow1.png") no-repeat;
}
.win-book .bd .item input {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 16px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #DADADA;
  border-radius: 4px;
  background: #FFF;
  outline: 0 none;
  vertical-align: middle;
}
.win-book .bd .item input.middle {
  margin-right: 10px;
  width: 268px;
}
.win-book .bd .item .img {
  width: 118px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
}
.win-book .bd .item .btn {
  display: inline-block;
  width: 116px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #6196F4;
  border-radius: 4px;
  color: #6196F4;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.win-book .bd .item .btn.disabled {
  background: #EEE;
  border-color: #AAA;
  color: #AAA;
  cursor: default;
}
.win-book .bd .mod-location {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 280px;
  background: #FFF;
  box-shadow: 0px 6px 8px -2px #E5E5E5;
  border: 1px solid #EDEDED;
  border-radius: 6px;
  color: #747C84;
  font-size: 14px;
  overflow: auto;
}
.win-book .bd .mod-location li {
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
}
.win-book .bd .mod-location li:hover {
  color: #6196F4;
}
.win-book .ft {
  margin: 30px auto;
  width: 402px;
}
.win-book .ft .btn {
  height: 68px;
  line-height: 68px;
  background: #F16263;
  border-radius: 4px;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
