/* ========== 初始化CSS ========== */
body,
p,
ul,
ol,
li,
img,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
select,
input {
  margin: 0;
  padding: 0;
}

body {
  color: #333333;
  background: #fff;
  text-align: left;
  font: 14px/1.8 "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
}

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

select,
input {
  outline: none;
  vertical-align: middle;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
}

img {
  border: 0;
}

p {
  text-indent: 0;
}

textarea {
  resize: none;
  outline: none;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
}

a,
a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

.clearfix:after {
  content: '\0020';
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

[v-cloak] {
  display: none;
}

/* ========== 颜色工具 ========== */
.color-blue {
  color: #0086FF;
}

.color-orange {
  color: #FF6600;
}

/* ========== 移动端基础 ========== */
body.wap {
  margin: 0 auto;
  min-width: 375px;
  max-width: 750px;
  background: #f5f5f5;
}

.wap-nav-bar {
  position: relative;
  z-index: 1;
  height: 1.17rem;
  display: flex;
  align-items: center;
}

.wap-nav-bar .wap-nav-bar__left {
  padding: 0.2rem 0.37rem;
}

.wap-nav-bar .wap-nav-bar__right {
  padding: 0 0.43rem;
}

.wap-nav-bar .iconfont {
  font-size: 0.48rem;
  color: #000;
}

.wap-nav-bar .wap-nav-bar__left .iconfont {
  font-weight: 700;
}

.wap img {
  max-width: 100%;
}

/* ========== PC端Banner ========== */
.banner {
  height: 420px;
  background: url("../../skin/images/fsx-pc") no-repeat top center;
}

.wap-banner {
  height: 4rem;
  background: url("../../skin/images/fsx-pc") no-repeat top center;
  background-size: contain;
}

/* ========== 背景色 ========== */
.bg-grey {
  padding: 50px 0;
  background: rgba(239, 241, 244, 0.5);
}

.bg-grey .wrap {
  margin-top: 0;
  margin-bottom: 0;
}

/* ========== 布局容器 ========== */
.wrap {
  width: 1180px;
  margin: 50px auto;
}

.wap-wrap {
  font-size: 0.37rem;
}

/* ========== 导言区域 ========== */
.dy-box {
  display: flex;
  height: 110px;
  margin-top: -18px;
  margin-bottom: 50px;
  align-items: center;
}

.dy-box .title {
  display: flex;
  width: 150px;
  height: 110px;
  background: #167FF0;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  border-radius: 5px 0px 0px 5px;
}

.dy-box .value {
  display: flex;
  flex: 1;
  height: 110px;
  padding: 0 20px;
  line-height: 30px;
  font-size: 16px;
  align-items: center;
  box-sizing: border-box;
  background: #EFF1F4;
  border-radius: 0px 5px 5px 0px;
}

.wap-dy-box {
  position: relative;
  margin: 0.43rem 0 0.27rem 0;
  padding: 0.43rem;
  background: #fff;
}

.wap-dy-box::after {
  content: " ";
  position: absolute;
  right: 0.44rem;
  top: -0.28rem;
  width: 0.72rem;
  height: 0.56rem;
  background: url("../../skin/images/dy-bg.png") no-repeat;
  background-size: contain;
}

.wap-dy-box .title {
  height: 0.4rem;
  line-height: 0.4rem;
  margin-bottom: 0.24rem;
  font-size: 0.37rem;
  font-weight: 700;
  color: #0087EB;
}

.wap-dy-box .value {
  line-height: 0.61rem;
  font-size: 0.37rem;
}

/* ========== 内容盒子（PC端） ========== */
.con-box .col-two-type-one {
  display: flex;
  justify-content: space-between;
}

.con-box .col-two-type-one .item {
  width: 570px;
  padding: 0 24px 18px 24px;
  border-top: 6px solid #0187EC;
  box-shadow: 0px 5px 9px 1px rgba(11, 63, 103, 0.08);
  box-sizing: border-box;
}

.con-box .col-two-type-one .item:last-child {
  border-color: #FF6000;
}

.con-box .col-two-type-one .item:last-child .col-title {
  color: #FF6000;
}

.con-box .col-two-type-one .col-title {
  height: 25px;
  padding: 23px 0 17px 0;
  line-height: 25px;
  font-size: 24px;
  font-weight: 700;
  color: #0187EC;
  text-align: center;
}

.con-box .col-two-type-one .col-con {
  line-height: 28px;
  font-size: 16px;
}

.con-box h3.title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  line-height: 25px;
  font-size: 24px;
  font-weight: 700;
}

.con-box h3.title::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 10px;
  margin-right: 18px;
  background: url("../../skin/images/title-left.png") no-repeat 0 0;
}

.con-box h3.title::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 10px;
  margin-left: 18px;
  background: url("../../skin/images/title-right.png") no-repeat 0 0;
}

/* ========== 专业列表 ========== */
.con-box .zy-list {
  margin-top: 50px;
}

.con-box .zy-list li {
  float: left;
  height: 22px;
  line-height: 22px;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #ddd;
  background: #fff;
  padding: 1px 8px;
}

.con-box .zy-list li.selected {
  background: #0187EC;
  border: 1px solid #0187EC;
  color: #fff;
}

/* ========== 图表容器 ========== */
.con-box .chart-container {
  border: 1px solid #DCDCDC;
  box-shadow: 0px 5px 9px 1px rgba(11, 63, 103, 0.05);
  border-radius: 5px;
  background-color: #fff;
}

.con-box .chart-container .chart-title {
  line-height: 20px;
  padding-left: 14px;
  border-left: 6px solid #0087EB;
  margin: 20px;
  font-size: 18px;
  font-weight: 700;
}

.con-box .chart-container .chart-con {
  display: flex;
  padding: 0 34px 21px;
  justify-content: space-between;
  align-items: start;
}

.con-box .chart-container .chart-con .line-chart-con {
  width: 487px;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
}

.con-box .chart-container .chart-con .line-chart {
  height: 300px;
}

.con-box .chart-container .chart-con .table-chart-con {
  position: relative;
  width: 591px;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
}

.table-chart tr {
  line-height: 40px;
}

.con-box .chart-container .chart-con .table-chart-tip {
  position: absolute;
  bottom: -35px;
  text-align: center;
  font-size: 14px;
  width: 100%;
}

.con-box .chart-container .chart-con .lin-chart-title {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #DCDCDC;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
}

.con-box .chart-container .chart-con .lin-chart-title td {
  height: 47px;
  border-bottom: 1px solid #DCDCDC;
  font-weight: 700;
}

.con-box .chart-container .chart-con .column-title td {
  line-height: 20px;
  padding: 12px 0;
}

.con-box .chart-container .table-chart {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  word-wrap: break-word;
  text-align: center;
  font-size: 14px;
}

/* ========== 成绩汇总 ========== */
.con-box .cjhz-con {
  margin-top: 30px;
}

.con-box .cjhz-con .year-list {
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}

.con-box .cjhz-con .year-list a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.con-box .cjhz-con .year-list a:first-child {
  color: #0087EB;
}

.con-box .cjhz-con .year-list a + a {
  margin-left: 5px;
}

/* ========== 自划线高校列表 ========== */
.con-box .zhx-sch-list {
  margin-top: 12px;
}

.con-box .zhx-sch-list li {
  float: left;
  display: flex;
  width: 365px;
  height: 40px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.con-box .zhx-sch-list li.mid {
  width: 450px;
  padding: 0 54px;
}

.con-box .zhx-sch-list .sch {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.con-box .zhx-sch-list .sch-year-list a {
  color: #000;
}

.con-box .zhx-sch-list .sch-year-list a:first-child {
  color: #0087EB;
}

.con-box .zhx-sch-list .sch-year-list a.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: none;
}

.con-box .zhx-sch-list .sch-year-list a + a {
  margin-left: 5px;
}

/* ========== 内容盒子（移动端） ========== */
.wap-con-box {
  padding: 0.43rem;
  margin: 0.27rem 0;
  background: #fff;
}

.wap-con-box .col-two-type-one .tab-list {
  display: flex;
  margin-bottom: 0.28rem;
  border-bottom: 1px solid #e9e9e9;
}

.wap-con-box .col-two-type-one .tab {
  position: relative;
  line-height: 0.4rem;
  height: 0.4rem;
  padding-bottom: 0.19rem;
  font-size: 0.37rem;
  font-weight: 700;
}

.wap-con-box .col-two-type-one .tab + .tab {
  margin-left: 0.62rem;
}

.wap-con-box .col-two-type-one .tab.selected {
  padding-bottom: 0.15rem;
  border-bottom: 0.04rem solid #0187EC;
  color: #0187EC;
}

.wap-con-box .col-two-type-one .tab::before {
  content: " ";
  position: absolute;
  top: 0;
  left: -0.31rem;
  display: block;
  width: 2px;
  height: 0.4rem;
  background: #333;
  margin-left: -1px;
}

.wap-con-box .col-two-type-one .tab:first-child::before {
  display: none;
}

.wap-con-box .col-two-type-one .tab-content {
  line-height: 0.61rem;
}

.wap-con-box h3.title {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.37rem;
}

.wap-con-box .cjhz-con {
  margin: 0 -0.43rem -0.43rem -0.43rem;
  line-height: 0.95rem;
}

.wap-con-box .cjhz-con h3.title {
  height: 0.95rem;
  line-height: 0.95rem;
  padding: 0 0.43rem;
  border-bottom: 1px solid #e9e9e9;
}

.wap-con-box .cjhz-con .year-list {
  padding: 0 0.43rem;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-top: 0.43rem;
  font-size: 0.37rem;
  font-weight: 400;
}

.wap-con-box .cjhz-con .year-list a {
  display: inline-flex;
  height: 0.51rem;
  line-height: 0.51rem;
  color: #000;
  border-radius: 0.13rem;
  font-weight: 400;
}

.wap-con-box .cjhz-con .year-list a:first-child {
  padding: 0 0.1rem;
  color: #0187EC;
}

.wap-con-box .cjhz-con .year-list a + a {
  margin-left: 0.16rem;
}

.wap-con-box .zhx-sch-list li {
  display: flex;
  padding: 0 0.43rem;
  border-bottom: 1px solid #e9e9e9;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  font-size: 0.37rem;
}

.wap-con-box .zhx-sch-list .sch {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wap-con-box .zhx-sch-list .sch-year-list a {
  color: #000;
}

.wap-con-box .zhx-sch-list .sch-year-list a:first-child {
  color: #0087EB;
}

.wap-con-box .zhx-sch-list .sch-year-list a.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: none;
}

.wap-con-box .zhx-sch-list .sch-year-list a + a {
  margin-left: 0.16rem;
}

.wap-con-box .zhx-sch-list .more {
  line-height: 1.15rem;
  font-size: 0.32rem;
  text-align: center;
  color: #0087EB;
}

.wap-con-box .zhx-sch-list .more .iconfont {
  margin-left: 0.16rem;
  font-size: 0.37rem;
}

/* ========== 移动端专业列表 ========== */
.wap-con-box .zy-list {
  display: flex;
  height: 100%;
  margin: 0.51rem 0.66rem 0.35rem 0;
  overflow-x: auto;
  overflow-y: hidden;
  user-select: none;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
}

.wap-con-box .zy-list.zy-list-more {
  flex-wrap: wrap;
  margin-bottom: 0.14rem;
}

.wap-con-box .zy-list.zy-list-more li {
  margin-bottom: 0.19rem;
}

.wap-con-box .zy-list::-webkit-scrollbar {
  display: none;
}

.wap-con-box .zy-list li {
  display: flex;
  flex: 1 0 auto;
  max-width: 6rem;
  min-width: 1.35rem;
  height: 0.67rem;
  line-height: 0.67rem;
  padding: 0 0.13rem;
  margin-right: 0.19rem;
  border: 1px solid #E3E4E5;
  font-size: 0.37rem;
  border-radius: 0.13rem;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  justify-content: center;
}

.wap-con-box .zy-list li.selected {
  padding: 0 5px;
  border-color: #0187EC;
  background: #0187EC;
  color: #fff;
}

.wap-con-box .zy-list li span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wap-con-box .zy-list-con {
  position: relative;
}

.wap-con-box .zy-list-con .more {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0.67rem;
  padding-left: 0.24rem;
  background: #fff;
}

.wap-con-box .zy-list-con .more .iconfont {
  font-size: 0.37rem;
}

/* ========== 移动端图表 ========== */
.wap-con-box .chart-container .chart-title {
  line-height: 0.53rem;
  padding-left: 0.3rem;
  border-left: 0.07rem solid #0087EB;
  font-size: 0.37rem;
  font-weight: 400;
}

.wap-con-box .chart-container .chart-con {
  margin-top: 0.36rem;
}

.wap-con-box .chart-container .chart-con .line-chart-con {
  border: 1px solid #DCDCDC;
  border-radius: 0.13rem;
}

.wap-con-box .chart-container .chart-con .line-chart {
  height: 5.54rem;
}

.wap-con-box .chart-container .chart-con .table-chart-con {
  position: relative;
  padding-bottom: 0.3rem;
  margin-top: 0.47rem;
  border: 1px solid #DCDCDC;
  border-radius: 0.13rem;
}

.wap-con-box .chart-container .chart-con .table-chart-tip {
  margin-top: 0.2rem;
  text-align: center;
}

.wap-con-box .chart-container .chart-con .lin-chart-title {
  padding: 0.2rem;
  line-height: 0.4rem;
  border-bottom: 1px solid #DCDCDC;
  font-weight: 400;
  font-size: 0.32rem;
}

.wap-con-box .chart-container .chart-con .lin-chart-title td {
  padding: 0.2rem;
  border-bottom: 1px solid #DCDCDC;
  font-weight: 700;
}

.wap-con-box .chart-container .chart-con .column-title td {
  line-height: 0.43rem;
  padding: 0.24rem 0;
}

.wap-con-box .chart-container .table-chart {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  word-wrap: break-word;
  text-align: center;
  font-size: 0.27rem;
}

/* ========== 加载动画 ========== */
.loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: auto;
  background: #f7f7f7;
  z-index: 10;
  margin: 0 auto;
}

.loading-bg .loading-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
}

.loading-bg .loading-gif {
  display: inline-block;
  background: rgba(248, 132, 0, 0.6);
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
}

.loading-bg .loading-gif:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
  background: rgba(248, 132, 0, 0.5);
  transform: rotate(135deg);
}

.loading-bg .tip {
  margin-top: 32px;
  font-size: 28px;
  color: #999;
}