@charset "utf-8";
.main .filter {
  position: relative;
  height: .88rem;
  background: #FEFEFE;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}
.main .filter .filter-con {
  width: 33%;
  float: left;
}
.main .filter .filter-con .filter-title {
  overflow: hidden;
  text-align: center;
}
.main .filter .filter-con .filter-title span {
  font-size: .28rem;
  color: #2B333B;
  font-weight: bold;
  position: relative;
  padding-right: .26rem;
  line-height: .86rem;
}
.main .filter .filter-con .filter-title span:after {
  content: '';
  position: absolute;
  border-width: .1rem .1rem;
  border-color: #71777D transparent transparent;
  border-style: solid;
  right: 0;
  top: .16rem;
  border-radius: 0.04rem;
}
.main .filter .filter-con .filter-title-click span {
  color: #4356FF;
}
.main .filter .filter-con .filter-title-click span:after {
  content: '';
  position: absolute;
  border-width: .1rem .1rem;
  border-color: transparent transparent #4356FF;
  border-style: solid;
  right: 0;
  top: 0.06rem;
}
.main .filter .filter-list {
  background: #ffffff;
  position: absolute;
  left: 0;
  top: .88rem;
  z-index: 9;
  width: 100%;
  height: 7rem;
  overflow-y: auto;
  display: none;
}
.main .filter .filter-list ul {
  overflow: hidden;
}
.main .filter .filter-list ul li {
  display: block;
  height: 1rem;
  line-height: 1rem;
  font-size: .32rem;
  color: #2B333B;
  padding: 0 .4rem;
}
.main .filter .filter-list ul li:first-child {
  position: relative;
}
.main .filter .filter-list ul li:first-child:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  top: 0;
  background: #F8F8F8;
  box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 0, 0, 0.1);
}
.main .filter .filter-list ul li.cur {
  background: url("../images/selected.png") no-repeat 94% center;
  background-size: .32rem .32rem;
}
.main .filter .filter-list ul li span {
  display: block;
  overflow: hidden;
  width: 85%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .filter .filter-list ul li:active {
  background: #F8F8F8;
}
.main .filter .filter-list ul li:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.01rem;
  border-bottom: 0.01rem solid #F8F8F8;
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.main .subject-list {
  overflow: hidden;
}
.main .subject-list .tips {
  font-size: .24rem;
  color: #71777D;
  text-align: center;
  margin: .3rem 0;
}
.main .subject-list .tips em {
  color: #F01414;
  font-weight: bold;
  font-family: 'pingfang';
}
.main .subject-list ul li {
  background: #FFFFFF;
  box-shadow: 0 0 0.3rem 0 rgba(43, 51, 59, 0.1);
  border-radius: 0.08rem;
  display: block;
  margin: 0 .4rem .2rem;
  padding: .3rem;
  overflow: hidden;
}
.main .subject-list ul li a {
  overflow: hidden;
  align-items: center;
}
.main .subject-list ul li .wrap-subject {
  float: left;
  overflow: hidden;
  width: 91%;
  margin-right: .1rem;
}
.main .subject-list ul li .wrap-subject .subject-title {
  overflow: hidden;
}
.main .subject-list ul li .wrap-subject .subject-title h1 {
  font-size: .32rem;
  color: #2B333B;
  float: left;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: .36rem;
  box-sizing: border-box;
  font-weight: bold;
}
.main .subject-list ul li .wrap-subject .subject-title span {
  display: block;
  float: left;
  font-size: .20rem;
  color: #FFFFFF;
  padding: .02rem .1rem;
  border-radius: 0.02rem;
  margin-left: .16rem;
}
.main .subject-list ul li .wrap-subject .subject-title span.undergraduate {
  background: #09A384;
}
.main .subject-list ul li .wrap-subject .subject-title span.specialty {
  background: #4356FF;
}
.main .subject-list ul li .wrap-subject p {
  font-size: .24rem;
  color: #B7BBBF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: .24rem;
  margin-top: .24rem;
}
.main .subject-list ul li .subject-detail {
  float: right;
  width: .4rem;
  height: .4rem;
  background: url("../images/right.png") no-repeat center;
  background-size: .4rem .4rem;
  margin: .24rem 0;
}
.main .subject-list ul li:active {
  background-image: linear-gradient(-90deg, #4356ff 0%, #467eff 100%);
  box-shadow: 0 0.08rem 0.2rem 0 rgba(67, 86, 255, 0.4);
}
.main .subject-list ul li:active .subject-title h1 {
  color: #ffffff;
}
.main .subject-list ul li:active p {
  color: #ffffff;
}
.marsker {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1.76rem;
  opacity: 0.4;
  background: #2B333B;
  display: none;
}
