.wrap{
  top: .76rem;
  background-color: #fff;
}

.wrap .nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: .68rem;
  background-color: #fff;
}
.wrap .nav li{
  flex: 1;
  text-align: center;
  font-size: .26rem;
}
.wrap .nav li span{}
.wrap .nav li i{
  display: inline-block;
  font-size: .26rem;
  transition: all .5s;
}
.wrap .nav li.active span, .wrap .nav li.active i{
  color: #f95e5a;
}
.wrap .con{
  position: absolute;
  left: 0;
  top: .96rem;
  bottom: 0;
  width: 100%;
  overflow: auto;
  background-color: #fff;
}
.opacity{
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,.3);
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: all .5s;
}
.opacity .pub{
  width: 4.8rem;
  background-color: #fff;
  border-radius: 5px;
}
.opacity .pub p{
  margin-bottom: .16rem;
  height: .8rem;
  line-height: .8rem;
  font-size: .24rem;
  color: #999;
  text-align: center;
}
.opacity .pub ul{
  overflow: hidden;
}
.opacity .pub li{
  float: left;
  margin-bottom: .45rem;
  width: 1.2rem;
  text-align: center;
  line-height: 1;
}
.opacity .pub li a{
  display: block;
  width: 100%;
  height: 100%;
}
.opacity .expert_type, .opacity .target_educational{
  width: 2.9rem;
}
.opacity .expert_type li, .opacity .target_educational li{
  float: none;
  width: 100%;
  text-align: center;
}




.smczwrap{position: relative;
    width: 100%;}
	
.smczwrap .smczsubnav {
    position: fixed;
    right: 10%;
    background-color: #E4E4E4;
    border-radius: 217px;
    width: 5%;
    filter: alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    top: 23%;
    max-width: 30px;
}
.smczwrap .smczsubnav ul {
    padding-top: 30%;
    padding-bottom: 30%;
}

.smczsubnav ul li {
    width: 100%;
}

.smczsubnav li a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.2rem;
    color: #3A3A3A;
}

.tag {
    color: #f6594e;
    text-indent: 5%;
    width: 100%;
    background-color: #fff; border-bottom:1px solid #B0B0B0;
	
    font-size: 0.3rem;
	height:0.5rem;
    line-height: 0.5rem;
}	

.subtag {
    margin-left: 5%;
    margin-right: 5%;
}

.subtag li {
    width: 100%;
    border-bottom: 1px solid #B0B0B0;
}

.subtag li a {
    font-size: 0.2rem;
    width: 100%;
    color: #2E2E2E;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0.5rem;
}

.tea_ser1 input {
    width: 98%;
    background: none;
    border: none;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-align: left;
    color: #000;
    padding-left: 8px;
    padding-top: 0px;
    display: block;
}

.tea_ser1 {
    width: 85%;
    height: 26px;
	margin:0 auto;
	margin-top:0.2rem;
    background: #e3e3e3;
    border-radius: 10px;
    padding-top: 0;
    padding-left: 5px;
    padding-bottom: 0;
    position: relative;
    padding-right: 0px;
}


