﻿a:link {
color: #000000;
 text-decoration: none;
}
a:visited {
color: #000000;
 text-decoration: none;
}
a:hover {
color: #000000;
 text-decoration: none;
}


* {
  padding: 0;
  margin: 0;
}
html{
  font-size: calc(100vw/7.5);
}
/* a {
  color: #333 !important;
} */
.full{
  width: 100%;
  height: 100%;
  overflow-x: auto;
  top: 0;
  width: 7.5rem;
  background: #fff;
  position: fixed;
  z-index: 99;
  display: none;
}
.full .my-table{
  width: 100%;
  height: 100%;
  background: #fff;
}
/*
.Admission-Scheme {
  max-width: 14rem;
  font-size: 0.28rem;
  margin: 0 auto;
}

.Admission-Scheme .Admission-query .box-top {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 0.2rem;
}
.Admission-Scheme .Admission-query .box-top div {
  font-size: 0.4rem;
  color: #c24631;
}
.Admission-Scheme .Admission-query .box-top p {
  color: #777;
  font-size: 0.26rem;
  margin-top: 0.15rem;
}
.Admission-Scheme .Admission-query .box-bottom {
  padding: 0.6rem 0.3rem 0;
  font-size: 0.32rem;
}
.Admission-Scheme .Admission-query .box-bottom div {
  line-height: 0.6rem;
  text-indent: 2em;
}
.Admission-Scheme .Admission-query .box-bottom .last {
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #8c7b7b;
}
.Admission-Scheme .Admission-table {
  text-align: center;
  padding: 0.2rem;
}
.Admission-Scheme .Admission-table .table-nav .nav-title {
  width: 43%;
  float: left;
  border-bottom: 1px solid #ccc;
  line-height: 1rem;
  font-size: 0.28rem;
  font-weight: 700;
}
.Admission-Scheme .Admission-table .table-nav .title-active {
  border-bottom: 1px solid #c24631;
  color: #c24631;
}
.Admission-Scheme .Admission-table .table-nav .close {
  width: 14%;
  display: inline-block;
  color: #c24631;
  line-height: 1rem;
}
.Admission-Scheme .Admission-table .table-query {
  text-align: left;
  padding-top: 0.4rem;
}
.Admission-Scheme .Admission-table .table-query .query-box {
  padding-top: 0.2rem;
}
.student-list{
  width: 100%;
  padding-top: 0.2rem;
  float: left;
}
.Admission-Scheme .Admission-table .table-query .query-box .query-title {
  font-weight: 700;
  width: 1.3rem;
  display: inline-block;
}
 .Admission-Scheme .Admission-table .table-query .query-box a {
  margin: 0.15rem;
  display: none;
  cursor: pointer;
}
.Admission-Scheme .Admission-table .table-query .query-box span {
  margin: 0.15rem;
  cursor: pointer;
}
.Admission-Scheme .Admission-table .table-query .query-box .city-active {
  border: 1px solid #c24631;
  padding: 0.15rem;
  border-radius: 0.1rem;
  display: inline-block;
}
.Admission-Scheme .Admission-table .table-query .query-box .query-more{
  cursor: pointer;
}

.Admission-Scheme .Admission-table .table-query .query-box .query-more,
.Admission-Scheme .Admission-table .table-query .query-box .query-close {
  display: inline-block;
  padding: 0 0.15rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  line-height: 0.6rem;
  color: #fff;
  background-color: #c24631;
  font-weight: 400;
} */
.Admission-Scheme .Admission-table .table-content {
  position: relative;
}
.Admission-Scheme .Admission-table .table-content .tips {
  margin-top: 0.4rem;
  color: #c24631;
  font-size: 700;
  text-align: left;
}
.Admission-Scheme .Admission-table .table-content .tips .full-screen {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background-color: #c24631;
  padding: 0.1rem;
  border-radius: 0.1rem;
  cursor: pointer;
}
.Admission-Scheme .Admission-table .table-content .my-table {
  overflow-x: scroll;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
    border:0;margin:0;border-collapse:collapse;
}
.Admission-Scheme .Admission-table .table-content .my-table table {
  width: 10rem;
}
.Admission-Scheme .Admission-table .table-content .my-table table thead tr th {
  border: 1px solid #fff;
  background-color: #c24631;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #fff;
  font-weight: 400;
}
.Admission-Scheme .Admission-table .table-content .my-table table thead tr th:last-of-type {
  border-right: 1px solid #c24631;
}
.Admission-Scheme .Admission-table .table-content .my-table table thead tr th:first-of-type {
  border-left: 1px solid #c24631;
}
.Admission-Scheme .Admission-table .table-content .my-table table tbody tr td {
	padding:0;
  border: 1px solid #c24631;
  padding: 0.15rem;
}
@media screen and (min-width: 1000px) {
  .Admission-Scheme .Admission-query .box-top {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 0.1rem;
  }
  .Admission-Scheme .Admission-query .box-top div {
    font-size: 0.2rem;
    color: #c24631;
  }
  .Admission-Scheme .Admission-query .box-top p {
    color: #777;
    font-size: 0.13rem;
    margin-top: 0.075rem;
  }
  .Admission-Scheme .Admission-query .box-bottom {
    padding: 0.3rem 0.15rem 0;
    font-size: 0.16rem;
  }
  .Admission-Scheme .Admission-query .box-bottom div {
    line-height: 0.3rem;
    text-indent: 1em;
  }
  .Admission-Scheme .Admission-query .box-bottom .last {
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #8c7b7b;
  }
  .Admission-Scheme .Admission-table {
    text-align: center;
    padding: 0.1rem;
  }
  .Admission-Scheme .Admission-table .table-nav .nav-title {
    width: 43%;
    float: left;
    border-bottom: 1px solid #ccc;
    line-height: .5rem;
    font-size: 0.14rem;
    font-weight: 350;
  }
  .Admission-Scheme .Admission-table .table-nav .title-active {
    border-bottom: 1px solid #c24631;
    color: #c24631;
  }
  .Admission-Scheme .Admission-table .table-nav .close {
    width: 14%;
    display: inline-block;
    color: #c24631;
    line-height: .5rem;
  }
  .Admission-Scheme .Admission-table .table-query {
    text-align: left;
    padding-top: 0.2rem;
  }
  .Admission-Scheme .Admission-table .table-query .query-box {
    font-size: 0.18rem;
    padding-top: 0.1rem;
  }
  .student-list{
    width: 100%;
    padding-top: 0.1rem;
    float: left;
  }
  .Admission-Scheme .Admission-table .table-query .query-box .query-title {
    font-weight: 350;
    width: .8rem;
    display: inline-block;
  }
  .Admission-Scheme .Admission-table .table-query .query-box a {
  	display: inline-block;
    margin: 0.075rem;
    cursor: pointer;
  }
  .Admission-Scheme .Admission-table .table-query .query-box span {
 	display: inline-block;
    margin: 0.075rem;
    cursor: pointer;
  }
  .Admission-Scheme .Admission-table .table-query .query-box .city-active {
    border: 1px solid #c24631;
    padding: 0.075rem;
    border-radius: 0.05rem;
    display: inline-block;
  }
  .Admission-Scheme .Admission-table .table-query .query-box .query-more{
    cursor: pointer;
  }
  
.Admission-Scheme .Admission-table .table-query .query-box .query-more-lx,
.Admission-Scheme .Admission-table .table-query .query-box .query-more-pc,
.Admission-Scheme .Admission-table .table-query .query-box .query-more-kl,
.Admission-Scheme .Admission-table .table-query .query-box .query-more-jhxz,
.Admission-Scheme .Admission-table .table-query .query-box .query-more-lqfs,
  .Admission-Scheme .Admission-table .table-query .query-box .query-more,
  .Admission-Scheme .Admission-table .table-query .query-box .query-close {
    display: inline-block;
    padding: 0 0.075rem;
    height: 0.3rem;
    border-radius: 0.15rem;
    line-height: 0.3rem;
    color: #fff;
    background-color: #c24631;
    font-weight: 200;
  }
  .Admission-Scheme .Admission-table .table-content {
    font-size: .22rem;
    position: relative;
  }
  .Admission-Scheme .Admission-table .table-content .tips {
    margin-top: 0.2rem;
    color: #c24631;
    font-size: 350;
    text-align: left;
  }
  .Admission-Scheme .Admission-table .table-content .tips .full-screen {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #c24631;
    padding: 0.05rem;
    border-radius: 0.05rem;
    cursor: pointer;
  }
  .Admission-Scheme .Admission-table .table-content .my-table {
    overflow-x: scroll;
    margin-top: 0.125rem;
    margin-bottom: .5rem;
  }
  .Admission-Scheme .Admission-table .table-content .my-table table {
    width: 100%;
  }
  .Admission-Scheme .Admission-table .table-content .my-table table thead tr th {
    border: 1px solid #fff;
    background-color: #c24631;
    text-align: center;
    height: 0.4rem;
    line-height: 0.4rem;
    color: #fff;
    font-weight: 200;
  }
  .Admission-Scheme .Admission-table .table-content .my-table table thead tr th:last-of-type {
    border-right: 1px solid #c24631;
  }
  .Admission-Scheme .Admission-table .table-content .my-table table thead tr th:first-of-type {
    border-left: 1px solid #c24631;
  }
  .Admission-Scheme .Admission-table .table-content .my-table table tbody tr td {
    border: 1px solid #c24631;
    padding: 0.075rem;
  }
}
