/* 合同与收费标准 */
.contract{
  text-align: center;
  padding: 2vw 0;
  font-size: 22px;
  border-bottom: 1px solid #ececec;
}
.contract .title{
  color:#026cb7;
}

/* 收退费制度 */
.refund{
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 50px;
}
.refund h2{
  text-align: center;
  font-size: 24px;
  margin-top: 50px;
}
.refund .stit{
  text-indent: 2em;
  margin: 20px 0;
}
.refund .mt{
  margin-top:50px
}
.refund h4{
  text-align: right;
}
/* 招生计划 */
.plan{
  height: 100vh;
}
.plan .main{
  font-size: 16px;
  padding-bottom: 50px;
  min-height: calc(100% - 120px)
}
.plan .tablist{
  display: flex;
  margin-top:50px;
  justify-content: space-between;
}
.plan .tablist li{
  width: 15%;
  flex-shrink: 0;
  text-align: center;
  padding: 10px 0;
  border:1px solid #ececec;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
.plan .tablist li.cur{
  background: #40b1f8;
  color: #fff;
}
.plan h2{
  text-align: center;
  font-size: 24px;
  margin-top:50px;
}
.plan .picbox{
  margin-top: 2px;
  text-align: center
}
.plan .picbox img{
  width: 90%;
  display: none;
}
/* .plan table{
  width: 100%;
  text-align: center;
  border-left: 1px solid #ececec;
  display: none;
}
.plan tbody{
  width: 100%;
  display: inline-table;
}
.plan th{
  background: #40b1f8;
  color: #fff;
  padding: 10px 0;
  border-right: 1px solid #ececec;
}
.plan td{
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 10px 0;
} */
.plan .coursetips{
  color:red ;
  font-size: 14px;
}
/* 许可证 */
@media screen and (max-width:980px){
  .licence{
  height: 100vh;
  overflow: hidden;
  }
  .licence .main{
    height: calc(100% - 120px)
  }
  .refund h2{
    margin-top: 0;
  }
  .plan .main{
    font-size: 14px;
  }
  .plan h2{
    margin-top: 0;
  }
  .plan .picbox img{
    width: 100%;
  }
}