@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  height: 100%;
}

body {
  font-family: "微软雅黑", helvetica, arial;
  -webkit-text-size-adjust: none;
  font-size: 16px;
}

.wrapper {
  background-color: #f6f6f6;
  min-height: calc(100% - 50px);
  max-width: 750px;
  margin: 0 auto;
}

.wrapper > .header {
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: relative;
}

.wrapper > .header img {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  width: 1.2rem;
  transform: translateY(-50%);
}

img {
  width: 100%;
  display: block;
}

.content {
  display: flex;
  flex-direction: column;
  background-color: white;
  margin-top: 18px;
}

.content > .title {
  font-size: 16px;
  font-weight: 600;
  margin: 10px;
}

.content .grid-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 10px;
}

.content .grid-col1 {
  width: 130px;
  font-size: 16px;
}

.content .grid-col2 {
  margin: 0px;
}

.content .year-box {
  margin: 0px 10px;
}

.content .year-box .year {
  margin-right: 8px;
}

.content .school_list .year {
  cursor: pointer;
  margin-right: 8px;
}

.content .school_list .year:hover {
  text-decoration: underline;
}

.content .light {
  color: #fe5e03;
}

.content .line {
  width: 100%;
  display: block;
  border-top: 1px solid #e6e6e6;
  margin: 10px 0;
}

.content .header-entry {
  margin: 10px;
}

.content .trend-chart {
  height: 400px;
  margin: 10px;
}

.content .trend-table {
  height: 400px;
  margin: 10px;
}

.group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.group .radio-box {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  transition: all 0.3s;
  margin: 5px 10px;
  padding: 5px 10px;
}

.group .radio-box_checked {
  background-color: #fe5e03;
  color: #fff;
  transition: all 0.3s;
}

.content .header-entry {
  margin: 10px;
}

.header-entry-box {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.header-entry-rect {
  width: 2px;
  height: 20px;
  margin-right: 5px;
}

.header-entry-title {
  display: flex;
  align-items: center;
  font-size: 14;
  margin-left: 5px;
}

.border {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.border .title {
  font-size: 14px;
  padding: 10px 10px;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content1 {
  width: 100%;
  align-items: flex-start;
}

.content1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content2 {
  width: 100%;
  display: flex;
  margin: 10px 0;
}

.content2 .titleA,
.content2 .titleB {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  font-size: 16px;
  font-weight: 700;
}

.content2 .titleA {
  margin-left: 20%;
  color: #0086ff;
}

.content2 .titleB {
  color: #f60;
}

.content3 {
  width: 100%;
  flex: 1;
}

.van-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.van-grid > div {
  width: 20%;
}

.van-grid-item__content {
  padding: 12px;
}

.van-grid-item__content--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.van-grid-item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  padding: 12px;
  background-color: #fff;
  box-sizing: border-box;
}

.content3 .header,
.content3 .year {
  font-size: 14px;
}

.content3 .txt1 {
  color: #0086ff;
  font-size: 14px;
}

.content3 .txt2 {
  color: #f60;
  font-size: 14px;
}

.van-grid-item {
  position: relative;
  box-sizing: border-box;
}

.trend-table .line {
  margin: 0;
}
