.allcover {
  position: absolute;
  top: 0;
  right: 0;
}
.ctt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.lr {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ell {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ell2 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ell3 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
body {
  background: #f7f8fa;
}
body .top {
  position: static;
  background: #f6f6fa;
  color: #999;
  border-bottom: none;
}
body .top .inner .top-nav ul li {
    border-color: #999;
}
body .top .inner .top-nav ul li a {
    color: #999;
}
body header {
  position: static;
  border-bottom: 0;
}
body .banner {
  overflow: hidden;
  width: 100%;
  height: 540px;
}
body .banner a{
    display: flex;
    justify-content: center;
}
body .banner a img {
  max-width: fit-content;
}
body .content {
  margin-bottom: 40px;
}
body .content .inner .breadcrumb {
  padding: 20px 0;
}
body .content .inner .breadcrumb ul {
  display: flex;
}
body .content .inner .breadcrumb ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
  margin-right: 5px;
}
body .content .inner .breadcrumb ul li img {
  margin-right: 8px;
}
body .content .inner .breadcrumb ul li a {
  font-size: 14px;
  color: #999;
}
body .content .inner .content-box {
  display: flex;
  justify-content: space-between;
}
body .content .inner .content-box .content-l {
  width: 920px;
}
body .content .inner .content-box .content-l .fangan {
  height: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 0 40px;
  box-sizing: border-box;
}
body .content .inner .content-box .content-l strong {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  padding: 50px 0;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 40px;
}
body .content .inner .content-box .content-l form .form-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .content .inner .content-box .content-l form .form-box .layui-form-label {
  width: 98px;
  color: #666;
}
body .content .inner .content-box .content-l form .form-box .layui-form-label span {
  color: #fb6772;
}
body .content .inner .content-box .content-l form .form-box .layui-input-block {
  margin-left: 118px;
}
body .content .inner .content-box .content-l form .form-box .layui-form-item {
  width: 388px;
  margin-bottom: 20px;
}
body .content .inner .content-box .content-l form .form-box .layui-input {
  width: 260px;
  border-radius: 6px;
  border: 1px solid #E8E8E8;
  color: #000;
}
body .content .inner .content-box .content-l form .form-box .layui-textarea {
  width: 820px;
  height: 200px;
  color: #000;
  border-radius: 6px;
}
body .content .inner .content-box .content-l form .form-box .layui-form-select dl {
  left: 10px;
  min-width: 260px;
}
body .content .inner .content-box .content-l form .form-box .layui-form-select dl dd.layui-this {
  background-color: #e02727;
}
body .content .inner .content-box .content-l form button {
  display: block;
  width: 320px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #e02727;
  border-radius: 6px;
  font-size: 18px;
  color: #fff;
  margin: 58px auto;
  border: none;
}
body .content .inner .content-box .content-l .search {
  padding: 20px 30px;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
}
body .content .inner .content-box .content-l .search ul {
  display: flex;
  align-items: center;
}
body .content .inner .content-box .content-l .search ul li span {
  font-size: 12px;
  color: #666;
  margin-right: 20px;
}
body .content .inner .content-box .content-l .search ul li input {
  width: 300px;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  color: #999;
  box-sizing: border-box;
}
body .content .inner .content-box .content-l .search ul li a {
  display: inline-block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
  background: #e02727;
  font-size: 14px;
  color: #fff;
  margin-left: 20px;
}
body .content .inner .content-box .content-l .search ul li:first-child {
  margin-right: 48px;
}
body .content .inner .content-box .content-l .teacher-info {
  padding: 30px;
  background: #fff;
  border-radius: 6px;
}
body .content .inner .content-box .content-l .teacher-info .info-t {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
body .content .inner .content-box .content-l .teacher-info .info-t .pic {
  width: 156px;
  height: 180px;
  overflow: hidden;
  margin-right: 30px;
}
body .content .inner .content-box .content-l .teacher-info .info-t .txt {
  width: 664px;
}
body .content .inner .content-box .content-l .teacher-info .info-t .txt h4 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  margin: 10px 0 25px;
}
body .content .inner .content-box .content-l .teacher-info .info-t .txt h4 span {
  display: inline-block;
  font-size: 14px;
  color: #666;
  margin-left: 14px;
  font-weight: normal;
}
body .content .inner .content-box .content-l .teacher-info .info-t .txt ul {
  display: flex;
  flex-wrap: wrap;
}
body .content .inner .content-box .content-l .teacher-info .info-t .txt ul li {
  font-size: 14px;
  color: #000;
  width: 312px;
  margin-bottom: 16px;
}
body .content .inner .content-box .content-l .teacher-info .info-t .txt ul li span {
  display: inline-block;
  width: 70px;
  margin-right: 14px;
  color: #666;
}
body .content .inner .content-box .content-l .teacher-info .evaluate {
  padding-bottom: 40px;
}
body .content .inner .content-box .content-l .teacher-info .evaluate p {
  font-size: 14px;
  color: #666;
  text-indent: 28px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
}
body .content .inner .content-box .content-l .teacher-info .success ul {
  display: flex;
  flex-wrap: wrap;
}
body .content .inner .content-box .content-l .teacher-info .success ul li {
  margin-right: 20px;
  margin-bottom: 24px;
}
body .content .inner .content-box .content-l .teacher-info .success ul li a {
  display: inline-block;
  width: 273px;
  height: 200px;
  background: #F7F8FA;
  border-radius: 6px;
}
body .content .inner .content-box .content-l .teacher-info .success ul li a img {
  width: 100%;
  height: 155px;
  margin-bottom: 14px;
}
body .content .inner .content-box .content-l .teacher-info .success ul li a p {
  font-size: 14px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
body .content .inner .content-box .content-l .teacher-info .success ul li:nth-of-type(3n) {
  margin-right: 0;
}
body .content .inner .content-box .content-l .teacher-info strong {
  display: block;
  border-bottom: 1px solid #E8E8E8;
  padding: 0;
  text-align: left;
  height: 10px;
}
body .content .inner .content-box .content-l .teacher-info strong span {
  display: inline-block;
  font-size: 20px;
  color: #000;
  padding: 0 20px 0 12px;
  background: #fff;
  border-left: 4px solid #fb6772;
  line-height: 20px;
}
body .content .inner .content-box .content-r {
  width: 460px;
}
body .content .inner .content-box .content-r strong {
  display: block;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 25px;
}
body .content .inner .content-box .content-r .plan {
  width: 100%;
  padding: 24px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
body .content .inner .content-box .content-r .plan form .form-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #F7F8FA;
  padding: 9px 14px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
body .content .inner .content-box .content-r .plan form .form-box .layui-form-item {
  width: 187px;
  margin: 5px 0;
}
body .content .inner .content-box .content-r .plan form .form-box .layui-input-block {
  margin-left: 0;
}
body .content .inner .content-box .content-r .plan form .form-box .layui-input {
  width: 187px;
  height: 38px;
  line-height: 38px;
  border-radius: 6px;
  border: 1px solid #E8E8E8;
  color: #999;
}
body .content .inner .content-box .content-r .plan form button {
  display: block;
  width: 266px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 6px;
  background: #e02727;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  border: none;
  cursor: pointer ;
}
body .content .inner .content-box .content-r .activity {
  width: 100%;
  padding: 24px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
body .content .inner .content-box .content-r .activity .pic {
  width: 100%;
  height: 232px;
  background: #F7F8FA;
}
body .content .inner .content-box .content-r .activity p a {
  font-size: 16px;
  color: #000;
  padding: 23px 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
body .content .inner .content-box .content-r .activity > a {
  display: block;
  width: 266px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 6px;
  background: #e02727;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
}
body .content .inner .content-box .content-r .hot {
  width: 100%;
  padding: 24px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
}
body .content .inner .content-box .content-r .hot ul li {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
body .content .inner .content-box .content-r .hot ul li span {
  font-size: 18px;
  color: #9295A2;
  font-weight: bold;
  margin-right: 10px;
  width: 20px;
  line-height: 20px;
  padding-top: 2px;
}
body .content .inner .content-box .content-r .hot ul li a {
  width: 320px;
  font-size: 16px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
body .content .inner .content-box .content-r .hot ul li a:hover {
  color: #e02727;
}
body .content .inner .content-box .content-r .hot ul li:last-child {
  padding-bottom: 0;
}
body .content .inner .content-box .content-r .hot ul li:nth-of-type(1) span {
  color: #E7444D;
}
body .content .inner .content-box .content-r .hot ul li:nth-of-type(2) span {
  color: #EA6F2D;
}
body .content .inner .content-box .content-r .hot ul li:nth-of-type(3) span {
  color: #EDAB3E;
}
/*# sourceMappingURL=liuxue.css.map */