* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}
#matchTitle {
  width: 480px;
  height: 42px;
  position: absolute;
  top: calc(15% - 21px);
  left: calc(50% - 240px);
  color:#fff;
  text-align: center;
  font-size:42px;
  font-weight: bold;
  font-family: 华文中宋;
  /*transform: translate(-50%, -100px);*/
  /*background: url("../../images/v2_5/match_title.png") center no-repeat;*/
  background-size: cover;
}
#matchLogin {
  cursor: pointer;
  width: 290px;
  height: 280px;
  position: absolute;
  top: calc(50% - 150px);
  left: calc(50% - 345px);
  /*background-color: red;*/
  background: url("../../images/v2_5/matchLoginBtn.png") center no-repeat;
}
#matchTeacherLogin {
  cursor: pointer;
  width: 290px;
  height: 280px;
  position: absolute;
  top: calc(50% - 150px);
  left: calc(50% + 40px);
  /*background-color: green;*/
  background: url("../../images/v2_5/matchTeacherLoginBtn.png") center no-repeat;
}

.match {
  width: 100%;
  height: 100%;
  background: url("../../images/v2_5/match_loginbg.jpg") center no-repeat;
  background-size: cover;
}
.match__body {
  min-height: calc(100% - 55px);
}
.match__inner {
  position: relative;
  height: 100%;
  overflow: auto;
}
.match .login_box {
  padding: 0 25px;
  width: 300px;
  height: 330px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  box-shadow: 0 2px 10px 0 rgba(3, 43, 71, 0.2);
}
.match .login_box h1 {
  width: 250px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100px);
  background: url("../../images/v2_5/match_title.png") center no-repeat;
  background-size: cover;
}

.match .login_box h2 {
  font-size: 24px;
  color: #333;
  text-align: center;
  line-height: 82px;
}
.match .login_box .user,
.match .login_box .password {
  display: block;
  height: 44px;
  line-height: 43px;
  border-top: 1px solid #e4eaed;
  background: #f0f0f0;
  border-radius: 3px;
  margin-bottom: 20px;
  white-space: nowrap;
}
.match .login_box .user i,
.match .login_box .password i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: content-box;
}
.match .login_box .user input,
.match .login_box .password input {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #7d99ac;
  padding-left: 42px;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}
.match .login_box .user input:-internal-autofill-selected,
.match .login_box .password input:-internal-autofill-selected {
  background-color: transparent !important;
}
.match .login_box .user i {
  width: 16px;
  height: 16px;
  background: url("../../images/v2_5/icon-ur.png") center no-repeat;
  margin-right: -31px;
  margin-left: 15px;
}
.match .login_box .password i {
  width: 13px;
  height: 16px;
  background: url("../../images/v2_5/icon-pw.png") center no-repeat;
  margin-right: -31px;
  margin-left: 17px;
}
.match .login_box .login-button {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  border-radius: 3px;
  background: #11bb65;
  padding: 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 35px;
}
.match .login_box .login-button:hover {
  opacity: 0.9;
}
.match__header {
  width: 146px;
  height: 51px;
  position: absolute;
  top: 17px;
  left: 20px;
  background: url("../../images/v2_5/match_logo.png") center no-repeat;
  background-size: cover;
}


.matchindex {
  width: 100%;
  height: 100%;
  background: url("../../images/v2_5/match_indexbg.jpg") center no-repeat;
  background-size: cover;
  background-attachment: local;
  overflow: auto;
}
.matchindex__header {
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 6px 0 rgba(0, 34, 102, 0.1), inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
}
.matchindex__header-nin {
  width: 121px;
  height: 24px;
  background: url("../../images/v2_5/match_nin.png") center no-repeat;
  position: absolute;
  top: 13px;
  left: 20px;
}
.matchindex__header-name {
  width: 200px;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
}
.matchindex__header .btn-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 133px;
  height: 50px;
  background: url("../../images/v2_5/btn-back.png") center no-repeat;
  background-size: cover;
}
.matchindex__header .btn-match {
  display: block;
  min-width: 48px;
  padding: 0 7px;
  height: 22px;
  line-height: 20px;
  border: 1px solid #fff;
  background: transparent;
  text-align: center;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 20px;
}
.matchindex__header .btn-match:hover {
  background-color: #fff;
  color: #8fa1b3;
}
.matchindex__body {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  min-height: calc(100% - 105px);
}
.matchindex__body .row {
  margin-bottom: 20px;
  width: 100%;
  min-height: 160px;
  border-radius: 5px;
  background: #fff;
  padding: 10px 15px;
  font-size: 0;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
}
.matchindex__body .row_left {
  display: inline-block;
  vertical-align: top;
  width: 640px;
  height: 100%;
}
.matchindex__body .row_left_top {
  height: 46px;
  line-height: 45px;
  border-bottom: 1px solid #dde3e8;
  font-size: 16px;
  color: #000;
  border-right: 1px solid #dde3e8;
}
.matchindex__body .row_left_bottom {
  line-height: 2;
  padding-top: 15px;
  border-right: 1px solid #dde3e8;
}
.matchindex__body .row_left_bottom p {
  font-size: 16px;
  color: #208ce1;
}
.matchindex__body .row_left_bottom span {
  font-size: 14px;
  color: #737f99;
}
.matchindex__body .row_right {
  display: inline-block;
  vertical-align: top;
  width: 330px;
  height: 100%;
}
.matchindex__body .row_right_t {
  font-size: 14px;
  color: #475f81;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  text-align: center;
}
.matchindex__body .row_right_b {
  padding-top: 21px;
}
.matchindex__body .row_right_b .timer {
  width: 224px;
  height: 44px;
  line-height: 42px;
  margin: 0 auto;
  font-size: 14px;
  color: #6c8baf;
}
.matchindex__body .row_right_b .timer span {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  font-family: Arial;
  background: #fc4365;
  border-radius: 3px;
  padding: 5px;
  margin: 0 10px;
  margin-right: 5px;
}
.matchindex__body .row_right_b .timer .h {
  margin-left: 0;
}
.matchindex__body .row_right_b .btn-entry {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #1e9ef9;
  background: #208ce1;
  font-size: 16px;
  color: #fefefe;
  text-align: center;
  border-radius: 3px;
  margin: 0 auto;
}
.matchindex__body .row_right_b .btn-entry:hover {
  opacity: 0.9;
}
.matchindex__body .row_right_b .btn-entry.disabled {
  background-color: #f5f7f8;
  border-color: #dde3e8;
  color: #8fa1b3;
  pointer-events: none;
}
.matchindex__footer {
  width: 788px;
  height: 55px;
  background: url("../../images/v2_5/match_footer.png") center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.matchapply {
  width: 100%;
  height: 100%;
  background: url("../../images/v2_5/match_indexbg.jpg") center no-repeat;
  background-size: cover;
}
.matchapply__body-infobox {
  position: relative;
  width: 1000px;
  height: 510px;
  margin: 0 auto;
  margin-top: 66px;
  background: url("../../images/v2_5/match_infobox.png") center no-repeat;
  text-align: center;
}
.matchapply__body-infobox .t {
  font-size: 18px;
  color: #475f81;
}
.matchapply__body-infobox_head {
  height: 160px;
  padding-top: 40px;
}
.matchapply__body-infobox_head .info {
  font-size: 16px;
  color: #2f3440;
  margin-top: 35px;
}
.matchapply__body-infobox_head .info span {
  padding: 0 10px;
}
.matchapply__body-infobox_content {
  padding-top: 40px;
}
.matchapply__body-infobox_content .msg .qq {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 14px;
  color: #737f99;
}
.matchapply__body-infobox_content .msg .qq label {
  color: #0a61a7;
}
.matchapply__body-infobox_content .msg p {
  font-size: 14px;
  color: #ff0000;
}
.matchapply__body-infobox_content .msg .row1 {
  margin-top: 21px;
}
.matchapply__body-infobox_content .msg .row2 {
  margin-top: 12px;
}
.matchapply__body-infobox_content .msg .row3 {
  margin-top: 37px;
  margin-bottom: 27px;
}
.matchapply__body-infobox_content .msg .a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #3399ff;
  text-decoration: underline;
  text-underline-position: under;
}
.matchapply__body-infobox_content .msg .a:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: -22px;
  top: 4px;
  background: url("../../images/v2_5/icon-a.png") center no-repeat;
}
.matchapply__body-infobox_content .msg .s {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #3399ff;
  text-decoration: underline;
  text-underline-position: under;
}
.matchapply__body-infobox_content .msg .s:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: -22px;
  top: 4px;
  background: url("../../images/v2_5/icon-s.png") center no-repeat;
}
.matchapply__body-infobox_content .msg .btn-in {
  display: inline-block;
  width: 241px;
  height: 36px;
  line-height: 34px;
  border-radius: 17px;
  background: #fff;
  border: 1px solid #3399ff;
  font-size: 14px;
  color: #3399ff;
  text-align: center;
}
.matchapply__body-infobox_content .msg .btn-in:hover {
  background: #3399ff;
  color: #fff;
}

.match__dialog {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.match__dialog .match__dialog-inner {
  width: 100%;
  height: 100%;
  background: white;
  box-shadow: 0 0 10px 0 rgba(0, 34, 102, 0.2);
}
.match__dialog .table {
  height: calc(100% - 51px);
}
.match__dialog .table_head {
  height: 40px;
  overflow: hidden;
}
.match__dialog .table_body {
  height: calc(100% - 40px);
  overflow-x: hidden;
  overflow-y: scroll;
}
.match__dialog .table_body td[rowspan="3"] {
  position: relative;
}
.match__dialog .table_body td[rowspan="3"]:after {
  content: "";
  position: absolute;
  width: 823px;
  height: 4px;
  background: #e6f4ff;
  left: 0;
  bottom: -2px;
}
.match__dialog table {
  border-top: 1px solid #e2eaf0;
  border-left: 1px solid #e2eaf0;
}
.match__dialog table th, .match__dialog table td {
  padding: 0 20px;
  line-height: 54px;
  border-right: 1px solid #e2eaf0;
  border-bottom: 1px solid #e2eaf0;
}
.match__dialog table th {
  background: #f4f8fe;
  line-height: 38px;
  color: #6c8baf;
  text-align: left;
}
.match__dialog table .co {
  padding: 2px 0;
  background: #e6f5ff;
}
.match__dialog .button {
  text-align: center;
  margin-top: 28px;
}
.match__dialog .button .close {
  display: inline-block;
  width: 80px;
  height: 32px;
  line-height: 32px;
  background: #208ce1;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
}
.match__dialog .button .close:hover {
  opacity: 0.9;
}

.layui-layer.layer-ext-match {
  border: 6px solid rgba(4, 16, 30, 0.3);
  border-radius: 10px;
  background-image: linear-gradient(to bottom, #5fbcff, #fff);
}
.layui-layer.layer-ext-match .layui-layer-title {
  height: 45px;
  line-height: 44px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.layui-layer.layer-ext-match .layui-layer_btn {
  padding: 0;
  text-align: center;
}
.layui-layer.layer-ext-match .search-blank {
  height: 51px;
  line-height: 50px;
  border-bottom: 1px solid #dde3e8;
  padding: 0 20px;
  background: white;
}
.layui-layer.layer-ext-match .search-blank > span {
  font-weight: 600;
  font-size: 16px;
}
.layui-layer.layer-ext-match .search-blank select {
  width: 200px;
  height: 30px;
  border: 1px solid #ccc;
  margin: 0 10px;
  background: #f1f1f1;
}
.layui-layer.layer-ext-match .search-blank button {
  height: 30px;
  line-height: 28px;
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #3399ff;
  color: #3399ff;
  cursor: pointer;
}
.layui-layer.layer-ext-match .search-blank button:hover {
  background: #3399ff;
  color: #fff;
}
.txt{
  color: #fff!important;
}