* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
html,
body {
  /* scroll-behavior: smooth; */
}
.border {
  border: 1px solid #000;
  box-sizing: border-box;
}
.section {
  margin-top: 20px;
  width: 100%;
  height: 500px;
  background-color: #89c2fb;
}
/* 回到顶部按钮 */
.topbtn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  box-shadow: 0 0 3px 2px #ccc;
  background: #fff;
  border: 2px solid #000;
  box-sizing: border-box;
  transition: all 0.5s;
  z-index: 9;
}
.topbtn .iconfont {
  font-size: 30px;
  line-height: 40px;
}
.topbtn.active {
  display: inline-block;
}
/* btn 按钮 */
.btn {
  text-align: center;
  cursor: pointer;
  user-select: none;
}
/* 元素阴影效果 */
.trans-shadow {
  box-shadow: 0 0 3px 0 transparent;
  transition: all 0.5s;
}
.trans-shadow:hover {
  box-shadow: 0 0 5px 0 #000;
}
/* 文字阴影效果 */
.text-shadow {
  text-shadow: 0 0 3px transparent;
  transition: all 0.5s;
}
.text-shadow:hover {
  text-shadow: 0 0 3px #333;
}
.red-font {
  color: #ed4349;
  font-style: normal;
}
.yellow-font {
  color: #ffd820;
  font-style: normal;
}
.blue-font {
  color: #4f91f7;
  font-style: normal;
}
.orange-font {
  color: #f77118;
  font-style: normal;
}
/* 学历提升 */
.education {
  /* 头部 */
  /* ***banner */
  /* 报考专业 */
  /* 热门专业推荐 */
  /* 常见问题咨询 */
  /* 报名墙 */
  /* 省份 */
  /* 规划指导图 */
  /* ***学信网海报 */
  /* 学历提升问题 */
  /* 学历提升作用 */
  /* 机构历年成员 */
  /* 弹窗1 */
  /* 弹窗2 */
  /* 页脚 */
}
.education .header .container .content {
  display: flex;
  width: 100%;
  height: 300px;
  padding: 50px 0;
  box-sizing: border-box;
  /* 二维码 */
  /* 导航 */
}
.education .header .container .content .qrcode {
  width: 50%;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 100px;
  box-sizing: border-box;
}
.education .header .container .content .qrcode .img {
  padding: 5px;
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  background-color: #303390;
  overflow: hidden;
}
.education .header .container .content .qrcode .img img {
  width: 100%;
  object-fit: cover;
}
.education .header .container .content .qrcode .title {
  position: absolute;
  left: 310px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 44px;
  line-height: 50px;
  font-weight: bold;
}
.education .header .container .content .title {
  position: relative;
  top: 0;
  width: 50%;
}
.education .header .container .content .title .desc {
  font-weight: bold;
  width: 100%;
  font-size: 50px;
}
.education .header .container .content .title ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  position: absolute;
  width: 100%;
  bottom: 20px;
}
.education .header .container .content .title ul li {
  width: 20%;
}
.education .header .container .content .title ul li a {
  font-size: 32px;
  color: #000;
  transition: all 0.3s;
}
.education .header .container .content .title ul li a:hover {
  color: #89c2fb;
}
.education .banner {
  margin-top: 0;
  height: auto;
  width: 100%;
  max-height: 620px;
}
.education .banner .container .content img {
  width: 100%;
  object-fit: cover;
}
.education .modality {
  height: auto;
  background: #fff;
  overflow: hidden;
}
.education .modality .container .content {
  display: flex;
  justify-content: space-around;
  height: 320px;
  padding: 40px 0;
  box-sizing: border-box;
}
.education .modality .container .content .modality-list,
.education .modality .container .content .message {
  width: 33%;
  border-right: 2px solid #cacacb;
}
.education .modality .container .content .modality-list .conwars,
.education .modality .container .content .message .conwars {
  padding: 0 20px;
  box-sizing: border-box;
}
.education .modality .container .content .modality-list .conwars .title,
.education .modality .container .content .message .conwars .title {
  width: 100%;
  height: 80px;
  font-size: 48px;
  line-height: 80px;
}
.education .modality .container .content .modality-list .conwars ul,
.education .modality .container .content .message .conwars ul {
  margin-top: 20px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.education .modality .container .content .modality-list .conwars ul li,
.education .modality .container .content .message .conwars ul li {
  width: 30%;
  height: 45px;
  line-height: 45px;
  transition: all 0.3s;
}
.education .modality .container .content .modality-list .conwars ul li span,
.education .modality .container .content .message .conwars ul li span {
  font-size: 24px;
  cursor: pointer;
}
.education .modality .container .content .modality-list .conwars ul li:hover,
.education .modality .container .content .message .conwars ul li:hover {
  color: #ccc;
  text-shadow: 0 0 3px #333;
}
.education .modality .container .content .directcar {
  width: 33%;
  padding: 0 20px;
  box-sizing: border-box;
}
.education .modality .container .content .directcar .conwars {
  display: flex;
  justify-content: space-between;
}
.education .modality .container .content .directcar .conwars .img {
  width: 230px;
  height: 230px;
  overflow: hidden;
}
.education .modality .container .content .directcar .conwars .img img {
  width: 100%;
  object-fit: cover;
}
.education .modality .container .content .directcar .conwars .title {
  width: 50%;
}
.education .modality .container .content .directcar .conwars .title .desc {
  height: 80px;
  font-size: 44px;
  font-weight: bold;
  line-height: 80px;
}
.education .modality .container .content .directcar .conwars .title .direct-btn {
  width: 250px;
  height: 70px;
  text-align: center;
  font-size: 30px;
  line-height: 70px;
  color: #fff;
  background: #16b3e6;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 transparent;
  transition: all 0.5s;
}
.education .modality .container .content .directcar .conwars .title .direct-btn:hover {
  box-shadow: 0 0 5px 0 #000;
}
.education .recommend {
  margin-top: 0;
  height: auto;
  background: #fff;
}
.education .recommend .container .content .tt .title {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding-bottom: 40px;
  box-sizing: border-box;
  width: 60%;
  height: 120px;
  font-size: 56px;
  line-height: 120px;
  text-align: center;
}
.education .recommend .container .content .tt .title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.education .recommend .container .content .tt .title::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 20%;
  height: 3px;
  background-color: #bd2540;
}
.education .recommend .container .content .list {
  width: 90%;
  margin: 50px auto 0;
}
.education .recommend .container .content .list ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.education .recommend .container .content .list ul li {
  width: 18%;
  height: auto;
  margin-bottom: 20px;
  text-align: center;
}
.education .recommend .container .content .list ul li .desc {
  margin: 20px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #333;
  box-sizing: border-box;
  transition: 0.5s;
}
.education .recommend .container .content .list ul li .desc .iconfont {
  font-size: 80px;
  line-height: 150px;
}
.education .recommend .container .content .list ul li .detail {
  margin: 0px 0 20px;
  width: 100%;
  height: 30px;
  font-size: 22px;
  line-height: 30px;
}
.education .recommend .container .content .list ul li:hover .desc {
  color: #f10;
  border-color: #f10;
}
.education .consult {
  height: 120px;
}
.education .consult .container .content {
  padding: 10px 20px;
  height: 120px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  background: #272636;
}
.education .consult .container .content .left {
  position: relative;
  top: 0;
  left: 0;
  width: 50%;
  color: #fff;
}
.education .consult .container .content .left .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 150px;
  color: #fff;
}
.education .consult .container .content .left .icon .iconfont {
  font-size: 56px;
  line-height: 80px;
}
.education .consult .container .content .left .title {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 100px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  font-size: 36px;
  line-height: 60px;
}
.education .consult .container .content .left .desc {
  padding-left: 100px;
  box-sizing: border-box;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.education .consult .container .content .left .desc ul {
  position: relative;
  top: 0;
  transition: all 0.5s;
}
.education .consult .container .content .left .desc ul li {
  height: 40px;
  line-height: 40px;
}
.education .consult .container .content .left .desc ul li span {
  cursor: pointer;
  user-select: none;
  transition: all 0.5s;
}
.education .consult .container .content .left .desc ul li span:hover {
  color: #ccc;
}
.education .consult .container .content .right {
  position: relative;
  top: 0;
  right: 0;
  width: 50%;
  height: 80px;
}
.education .consult .container .content .right .qrcode {
  position: absolute;
  top: 0;
  right: 360px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.education .consult .container .content .right .qrcode img {
  width: 100%;
  object-fit: cover;
}
.education .consult .container .content .right .contact-btn {
  position: absolute;
  top: 10px;
  right: 0;
  background: #ed4343;
  color: #fff;
  font-size: 24px;
  width: 340px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 20px;
}
.education .entry {
  margin-top: 0;
  padding-bottom: 40px;
  box-sizing: border-box;
  height: auto;
  background-color: #F2F2F2;
}
.education .entry .container .content .tt .title {
  padding: 20px 0;
  height: 80px;
  font-size: 56px;
  line-height: 80px;
  text-align: center;
}
.education .entry .container .content .list {
  margin: 0 auto;
  width: 80%;
}
.education .entry .container .content .list ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  perspective: 1000px;
}
.education .entry .container .content .list ul li {
  margin-bottom: 10px;
  position: relative;
  width: 23%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0 0 3px 0 #333;
}
.education .entry .container .content .list ul li img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: 0.5s;
  background: #fff;
  z-index: 2;
}
.education .entry .container .content .list ul li:hover {
  z-index: 3;
}
.education .entry .container .content .list ul li:hover img {
  transform: scale(1.05);
  box-shadow: 0 0 3px 0 #333;
}
.education .province {
  margin-top: 0;
  height: auto;
  padding: 80px 0;
  box-sizing: border-box;
  background: #fff;
}
.education .province .container .tt {
  margin-bottom: 60px;
  height: 80px;
  font-size: 56px;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
}
.education .province .container .content {
  margin: 0 auto;
  width: 94%;
  border: 2px solid #5085f8;
  border-radius: 25px 25px 0 0;
}
.education .province .container .content .title {
  padding: 15px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 110px;
  border-radius: 20px 20px 0 0;
  background: #5085f8;
}
.education .province .container .content .title .desc {
  width: 50%;
  color: #fff;
  font-weight: bold;
  height: 80px;
  font-size: 46px;
  line-height: 80px;
  text-align: center;
  border-right: 1px dashed #fff;
}
.education .province .container .content .title .desc:last-child {
  border: none;
}
.education .province .container .content .substance {
  display: flex;
  justify-content: space-between;
  padding: 40px 20px;
  box-sizing: border-box;
}
.education .province .container .content .substance .ques-list {
  width: 50%;
  border-right: 1px dashed #d0d0d0;
}
.education .province .container .content .substance .ques-list ul {
  padding: 10px 40px 0 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.education .province .container .content .substance .ques-list ul li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  border-bottom: 1px dashed #f7741f;
  font-size: 22px;
  line-height: 60px;
}
.education .province .container .content .substance .ques-list ul li .desc {
  padding: 0 5px;
  box-sizing: border-box;
  display: inline-block;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.education .province .container .content .substance .ques-list ul li .btn {
  display: inline-block;
  margin-top: 10px;
  width: 120px;
  min-width: 120px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #f7741f;
  border: 1px solid #f7741f;
  border-radius: 20px;
  transition: all 0.5s;
}
.education .province .container .content .substance .ques-list ul li .btn:hover {
  box-shadow: 0 0 3px 0 #f7741f;
  text-shadow: 0 0 3px #f7741f;
}
.education .province .container .content .substance .city {
  width: 50%;
}
.education .province .container .content .substance .city ul {
  padding: 20px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.education .province .container .content .substance .city ul li {
  margin-bottom: 20px;
  width: 23%;
  height: 47px;
  font-size: 18px;
  line-height: 47px;
  text-align: center;
  border-radius: 10px;
  color: #3670f7;
  border: 1px solid #3670f7;
  transition: all 0.5s;
}
.education .province .container .content .substance .city ul li:hover {
  box-shadow: 0 0 5px 0 #3670f7;
  text-shadow: 0 0 3px #3670f7;
}
.education .province .container .content .substance .city ul li.orange {
  color: #f77118;
  border: 1px solid #f77118;
  transition: all 0.5s;
}
.education .province .container .content .substance .city ul li.orange:hover {
  box-shadow: 0 0 5px 0 #f77118;
  text-shadow: 0 0 3px #f77118;
}
.education .province .container .content .substance .city ul li:last-child {
  background: #f77118;
  color: #fff;
}
.education .guidance {
  height: auto;
  padding: 50px 0;
  box-sizing: border-box;
  background-color: #fff;
}
.education .guidance .container .content .guidance-title {
  width: 100%;
}
.education .guidance .container .content .guidance-title .desc {
  position: relative;
  top: 0;
  left: 0;
  height: 140px;
  font-size: 64px;
  line-height: 140px;
  text-align: center;
}
.education .guidance .container .content .guidance-title .desc::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 780px;
  height: 18px;
  background: #e71a23;
}
.education .guidance .container .content .guidance-title .detail {
  margin-top: 20px;
  width: 100%;
  height: 50px;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
}
.education .guidance .container .content ul {
  margin-top: 50px;
  padding: 0 10%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.education .guidance .container .content ul li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 310px;
  margin-bottom: 20px;
  background-color: #fff;
}
.education .guidance .container .content ul li .icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
  height: 130px;
  font-size: 56px;
  line-height: 130px;
  text-align: center;
  background-color: #16b3e6;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
}
.education .guidance .container .content ul li .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  border: 20px solid #16b3e6;
  border-color: transparent transparent transparent #16b3e6;
}
.education .guidance .container .content ul li .title {
  position: relative;
  top: 0;
  left: 0;
  width: 660px;
}
.education .guidance .container .content ul li .title .desc {
  width: 100%;
  height: 60px;
  font-size: 32px;
  line-height: 60px;
  font-weight: bold;
  color: #16b3e6;
}
.education .guidance .container .content ul li .title .detail {
  margin-top: 10px;
  font-size: 18px;
  line-height: 30px;
  max-height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.education .guidance .container .content ul li .title .guidance-btn {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 420px;
  height: 90px;
  font-size: 24px;
  line-height: 90px;
  text-align: center;
  color: #fff;
  background: #ed4343;
  border-radius: 15px;
  box-shadow: 0 0 3px 0 transparent;
  transition: all 0.5s;
}
.education .guidance .container .content ul li .title .guidance-btn:hover {
  box-shadow: 0 0 5px 0 #000;
}
.education .guidance .container .content ul li .img {
  margin-left: 50px;
  width: 520px;
  height: 310px;
  overflow: hidden;
}
.education .guidance .container .content ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.education .guidance .container .content ul li:nth-child(2n) .icon::before {
  left: -40px;
  right: unset;
  border-color: transparent #16b3e6 transparent transparent;
}
.education .poster {
  margin-top: 0;
  height: auto;
  background: unset;
}
.education .poster .container .content img {
  width: 100%;
  object-fit: cover;
}
.education .questions {
  height: auto;
  background: #fff;
}
.education .questions .container .content {
  padding: 40px 20px;
  box-sizing: border-box;
}
.education .questions .container .content .title .desc {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding-bottom: 40px;
  box-sizing: border-box;
  width: 60%;
  height: 120px;
  font-size: 56px;
  line-height: 120px;
  text-align: center;
}
.education .questions .container .content .title .desc::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.education .questions .container .content .title .desc::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 20%;
  height: 3px;
  background-color: #bd2540;
}
.education .questions .container .content .title .detail {
  margin: 30px 0 20px;
  width: 100%;
  height: 60px;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  columns: #333;
}
.education .questions .container .content .question-list {
  height: auto;
}
.education .questions .container .content .question-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.education .questions .container .content .question-list ul li {
  width: 23%;
  font-size: 18px;
  line-height: 70px;
  text-align: center;
}
.education .questions .container .content .question-list ul li .top,
.education .questions .container .content .question-list ul li .center,
.education .questions .container .content .question-list ul li .bottom {
  height: 70px;
  color: #fff;
  background: #bd2540;
  cursor: pointer;
  user-select: none;
}
.education .questions .container .content .question-list ul li .top,
.education .questions .container .content .question-list ul li .bottom {
  position: relative;
  top: 0;
  left: 0;
}
.education .questions .container .content .question-list ul li .top::after,
.education .questions .container .content .question-list ul li .bottom::after {
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  content: "";
  width: 30px;
  height: 15px;
  background: #bd2540;
}
.education .questions .container .content .question-list ul li .top::before,
.education .questions .container .content .question-list ul li .bottom::before {
  position: absolute;
  bottom: -120px;
  left: 50%;
  content: "";
  width: 0;
  height: 120px;
  border-right: 2px dashed #bd2540;
}
.education .questions .container .content .question-list ul li .center {
  margin: 120px 0;
}
.education .questions .container .content .question-list ul li .bottom::after {
  bottom: unset;
  top: -15px;
}
.education .questions .container .content .question-list ul li .bottom::before {
  content: "";
  bottom: unset;
  top: -120px;
}
.education .questions .container .content .question-list .question-btn {
  margin: 40px auto 0px;
  width: 480px;
  height: 100px;
  font-size: 36px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  background: #bd2540;
  border-radius: 10px;
  box-shadow: 0 0 3px 0 transparent;
  transition: all 0.5s;
}
.education .questions .container .content .question-list .question-btn:hover {
  box-shadow: 0 0 5px 0 #000;
}
.education .role {
  height: auto;
  background: #f2f2f2;
}
.education .role .container {
  padding: 40px;
  box-sizing: border-box;
}
.education .role .container .content .tt {
  width: 60%;
  height: 160px;
  margin: 0 auto;
}
.education .role .container .content .tt .desc {
  position: relative;
  top: 0;
  left: 0;
  font-size: 86px;
  color: #000;
  text-align: center;
}
.education .role .container .content .tt .desc::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  width: 60%;
  height: 10px;
  background-color: #e71a23;
}
.education .role .container .content .role-list {
  margin-top: 40px;
}
.education .role .container .content .role-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.education .role .container .content .role-list ul li {
  width: 30%;
  background: #fff;
  margin-bottom: 20px;
}
.education .role .container .content .role-list ul li .top {
  width: 100%;
  height: 110px;
  background-color: #16b3e6;
}
.education .role .container .content .role-list ul li .center {
  padding: 40px;
  height: 250px;
  box-sizing: border-box;
  color: #16b3e6;
}
.education .role .container .content .role-list ul li .center .title {
  width: 100%;
  height: 60px;
  text-align: center;
  font-size: 36px;
  line-height: 60px;
}
.education .role .container .content .role-list ul li .center .desc {
  margin-top: 20px;
  height: auto;
  max-height: 90px;
  font-size: 24px;
  line-height: 30px;
  overflow: hidden;
}
.education .role .container .content .role-list ul li .bottom {
  padding: 40px;
  box-sizing: border-box;
}
.education .role .container .content .role-list ul li .bottom .role-btn {
  width: 100%;
  height: 80px;
  font-size: 36px;
  line-height: 80px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #16b3e6;
  border-radius: 10px;
  box-shadow: 0 0 3px 0 transparent;
  transition: all 0.5s;
}
.education .role .container .content .role-list ul li .bottom .role-btn:hover {
  box-shadow: 0 0 5px 0 #000;
}
.education .menber {
  margin-top: 0;
  background: #f2f2f2;
  height: auto;
}
.education .menber .container {
  padding: 40px;
  box-sizing: border-box;
}
.education .menber .container .content .tt {
  width: 60%;
  height: 160px;
  margin: 0 auto;
}
.education .menber .container .content .tt .desc {
  position: relative;
  top: 0;
  left: 0;
  font-size: 86px;
  color: #000;
  text-align: center;
}
.education .menber .container .content .tt .desc::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  width: 60%;
  height: 10px;
  background-color: #e71a23;
}
.education .menber .container .content .menber-list {
  margin-top: 40px;
  position: relative;
  top: 0;
  left: 0;
  height: 480px;
  overflow: hidden;
}
.education .menber .container .content .menber-list ul {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  transition: 0.5s;
}
.education .menber .container .content .menber-list ul li {
  display: flex;
  justify-content: space-between;
  height: 80px;
  padding: 10px 0;
  box-sizing: border-box;
  line-height: 60px;
}
.education .menber .container .content .menber-list ul li .desc {
  display: flex;
  justify-content: space-between;
  width: 30%;
  background: #fff;
  border-radius: 10px;
  color: #6b7c93;
}
.education .menber .container .content .menber-list ul li .desc .name {
  text-align: center;
  width: 50%;
}
.education .menber .container .content .menber-list ul li .desc .phone {
  width: 50%;
}
.education .menber .container .content .menber-list ul li .subject {
  width: 30%;
  color: #999;
  text-align: center;
  font-size: 22px;
}
.education .menber .container .content .menber-list ul li .source {
  width: 20%;
  color: #6b7c93;
}
.education .menber .container .content .menber-list ul li .case {
  width: 20%;
  color: #e80012;
  cursor: pointer;
  user-select: none;
}
.education .aside1 {
  display: none;
  position: fixed;
  top: 230px;
  left: -230px;
  width: 230px;
  height: auto;
  background: transparent;
  z-index: 9;
  transition: 0.5s;
}
.education .aside1 .container .content .close {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.education .aside1 .container .content .close .iconfont {
  display: inline-block;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #366092;
  transition: 0.5s;
}
.education .aside1 .container .content .close:hover .iconfont {
  transform: rotateZ(720deg);
}
.education .aside1 .container .content .tt .title {
  width: 100%;
  height: 175px;
  background: url('//mat1.shenchuang.com/index/2018/images/baiduAdvert/education/edu-aside1-tt.png');
  background-size: cover;
}
.education .aside1 .container .content .list {
  margin-top: 10px;
}
.education .aside1 .container .content .list ul {
  width: 100%;
}
.education .aside1 .container .content .list ul li {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 10px;
  padding: 15px 0;
  box-sizing: border-box;
  width: 100%;
  color: #2D90EA;
  border: dashed 2px #2D90EA;
  border-radius: 10px;
  z-index: 3;
}
.education .aside1 .container .content .list ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
  transition: 0.5s;
  z-index: -1;
}
.education .aside1 .container .content .list ul li:hover::before {
  opacity: 0.3;
}
.education .aside1.active {
  left: 5px;
}
.education .aside2 {
  position: fixed;
  top: 230px;
  right: -230px;
  width: 200px;
  height: auto;
  background: transparent;
  z-index: 9;
  transition: 0.5s;
}
.education .aside2 .container .content .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.education .aside2 .container .content .close .iconfont {
  display: inline-block;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #DF5838;
  transition: 0.5s;
}
.education .aside2 .container .content .close:hover .iconfont {
  transform: rotateZ(720deg);
}
.education .aside2 .container .content .tt {
  text-align: center;
  color: #DF5838;
}
.education .aside2 .container .content .tt .title {
  height: 40px;
  font-size: 36px;
  line-height: 40px;
}
.education .aside2 .container .content .tt .desc {
  height: 30px;
  font-size: 24px;
  line-height: 30px;
}
.education .aside2 .container .content .list {
  margin-top: 10px;
}
.education .aside2 .container .content .list ul li {
  position: relative;
  height: 50px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 24px;
  transform-style: preserve-3d;
}
.education .aside2 .container .content .list ul li .desc {
  position: absolute;
  padding: 10px 0;
  width: 100%;
  height: 50px;
  line-height: 30px;
  color: #DF5838;
  border: dashed 2px #DF5838;
  box-sizing: border-box;
  transform: translateZ(25px);
  transition: 0.5s;
}
.education .aside2 .container .content .list ul li .desc::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
  transition: 0.5s;
  z-index: -1;
}
.education .aside2 .container .content .list ul li .active {
  position: absolute;
  padding: 10px 0;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  line-height: 30px;
  color: #fff;
  border: none;
  background: #DF5838;
  transform: rotateX(90deg) translateZ(-25px) translateY(25px);
  transition: 0.5s;
}
.education .aside2 .container .content .list ul li:hover .desc {
  transform: rotateX(90deg) translateZ(25px);
}
.education .aside2 .container .content .list ul li:hover .active {
  transform: rotateX(0deg);
}
.education .aside2.active {
  right: 5px;
}
.education footer {
  position: relative;
  margin-top: 0;
  height: auto;
  background: #373538;
  z-index: 1;
}
.education footer .container {
  margin: 0 auto;
  padding: 40px 0 200px;
  box-sizing: border-box;
  width: 80%;
}
.education footer .container .content .title {
  width: 100%;
  height: 360px;
  font-size: 76px;
  line-height: 180px;
  color: #fff;
  font-weight: bold;
}
.education footer .container .content .desc {
  margin: 20px auto;
  width: 1100px;
  height: 200px;
  font-size: 48px;
  line-height: 200px;
  text-align: center;
  color: #fff;
  background: url("https://mat1.shenchuang.com/index/2018/images/baidu-advert-sprite.png");
  background-size: cover;
}
.education footer .container .content .form {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
}
.education footer .container .content .form .name,
.education footer .container .content .form .phone,
.education footer .container .content .form .btn {
  width: 30%;
  height: 60px;
  font-size: 28px;
  line-height: 60px;
  color: #fff;
}
.education footer .container .content .form .name input,
.education footer .container .content .form .phone input,
.education footer .container .content .form .btn input {
  padding: 0 10px;
  box-sizing: border-box;
  width: 60%;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  color: #000;
  border-radius: 10px;
}
.education footer .container .content .form .submit-btn {
  width: 20%;
  height: 60px;
  font-size: 28px;
  line-height: 60px;
  background: #16b3e6;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
}
/* 软考入户 */
.residence {
  /* 头部导航 */
  /* ***banner */
  /* 功能菜单列表 */
  /* 入户类型 */
  /* 入户问题 */
  /* 深户优势 */
  /* 品牌 */
  /* 在线测评 */
  /* 政策 */
  /* 材料 */
  /* 流程 */
  /* 广告弹窗 */
  /* 链接 */
  /* 页脚 */
}
.residence header {
  background: #fff;
}
.residence header .container {
  padding: 20px 40px;
  box-sizing: border-box;
}
.residence header .container .content {
  display: flex;
  justify-content: space-between;
  height: 80px;
  line-height: 80px;
}
.residence header .container .content .title {
  width: 40%;
  font-size: 56px;
}
.residence header .container .content .nav {
  width: 60%;
}
.residence header .container .content .nav ul {
  display: flex;
  justify-content: space-between;
}
.residence header .container .content .nav ul li a {
  font-size: 32px;
  color: #000;
  transition: all 0.3s;
}
.residence header .container .content .nav ul li a:hover {
  color: #89c2fb;
}
.residence .banner {
  margin-top: 0;
  height: auto;
  background: unset;
}
.residence .banner .container .content .btn img {
  width: 100%;
  object-fit: cover;
}
.residence .menulist {
  height: auto;
  background: #fff;
}
.residence .menulist .container {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
  box-sizing: border-box;
}
.residence .menulist .container .content ul {
  display: flex;
  justify-content: space-around;
}
.residence .menulist .container .content ul li {
  width: 15%;
  border-right: 2px solid #dfdfdd;
  cursor: pointer;
}
.residence .menulist .container .content ul li .iconfont {
  display: inline-block;
  width: 100%;
  height: 120px;
  font-size: 56px;
  line-height: 120px;
  text-align: center;
  color: #2c69c1;
  transition: all 0.5s;
}
.residence .menulist .container .content ul li .desc {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s;
}
.residence .menulist .container .content ul li:last-child {
  border-right: unset;
}
.residence .menulist .container .content ul li:hover .iconfont {
  color: #fa3b29;
}
.residence .menulist .container .content ul li:hover .desc {
  color: #ccc;
  text-shadow: 0 0 3px #ccc;
}
.residence .type {
  height: auto;
  background: #fff;
}
.residence .type .container {
  margin: 0 auto;
  padding: 40px 0;
  box-sizing: border-box;
  width: 80%;
}
.residence .type .container .content .typelist {
  width: 100%;
}
.residence .type .container .content .typelist ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.residence .type .container .content .typelist ul li {
  width: 22%;
  margin-bottom: 80px;
  padding: 0 0 20px;
  box-sizing: border-box;
  border: 4px solid #4356a3;
  border-radius: 20px;
}
.residence .type .container .content .typelist ul li .citation {
  position: relative;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
.residence .type .container .content .typelist ul li .citation .iconfont {
  position: absolute;
  top: -50%;
  left: -50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  color: #4356a3;
}
.residence .type .container .content .typelist ul li .title {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 20px;
  height: 40px;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  color: #4356a3;
}
.residence .type .container .content .typelist ul li .title::before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  content: "";
  width: 90px;
  height: 5px;
  background: #e3bd7e;
}
.residence .type .container .content .typelist ul li .desc {
  margin: 40px auto;
  width: 60%;
  max-height: 60px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
}
.residence .type .container .content .typelist ul li .btn {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 50px;
  font-size: 26px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to top, #d5a54b, #f9cd7f);
  border-radius: 10px;
  box-shadow: 0 0 3px 0 transparent;
  transition: all 0.5s;
}
.residence .type .container .content .typelist ul li .btn:hover {
  box-shadow: 0 0 5px 0 #000;
}
.residence .type .container .typebtn {
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 0 60px;
  width: auto;
  height: 80px;
  font-size: 32px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  background: #3378e0;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 0 3px 0 transparent;
  transition: all 0.5s;
}
.residence .type .container .typebtn:hover {
  box-shadow: 0 0 5px 0 #000;
}
.residence .type .container .typebtn:hover {
  border-radius: 10px;
}
.residence .questions {
  background: #f3f8fe;
  height: auto;
}
.residence .questions .container {
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
  width: 80%;
}
.residence .questions .container .content .tt .title {
  height: 80px;
  font-size: 56px;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
}
.residence .questions .container .content .tt .desc {
  margin-top: 20px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #96999e;
}
.residence .questions .container .content .question-list {
  margin-top: 80px;
}
.residence .questions .container .content .question-list ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.residence .questions .container .content .question-list ul li {
  padding: 30px 0;
  box-sizing: border-box;
  width: 45%;
  background: #fff;
  margin-bottom: 40px;
  box-shadow: 0 0 40px 4px #ccc;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
.residence .questions .container .content .question-list ul li .left {
  position: relative;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
}
.residence .questions .container .content .question-list ul li .left .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  height: 60px;
  width: 60px;
  font-size: 36px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background: linear-gradient(to top, #ff5817, #fc8d52);
  border-radius: 50%;
  overflow: hidden;
}
.residence .questions .container .content .question-list ul li .desc {
  width: 50%;
}
.residence .questions .container .content .question-list ul li .desc .ques {
  height: 40px;
  font-size: 24px;
}
.residence .questions .container .content .question-list ul li .desc .detail {
  margin-top: 15px;
  height: 40px;
  font-size: 18px;
  line-height: 20px;
  color: #333;
  overflow: hidden;
}
.residence .questions .container .content .question-list ul li .right {
  position: relative;
  top: 0;
  left: 0;
  width: 30%;
}
.residence .questions .container .content .question-list ul li .right .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
  height: 50px;
  background: linear-gradient(to top, #ff5817, #fc8d52);
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 3px 0 transparent;
  transition: all 0.5s;
}
.residence .questions .container .content .question-list ul li .right .btn:hover {
  box-shadow: 0 0 5px 0 #000;
}
.residence .advantage {
  margin-top: 0;
  height: auto;
  background: rgba(33, 52, 128, 0.8);
}
.residence .advantage .container {
  padding: 20px;
  box-sizing: border-box;
}
.residence .advantage .container .content .tt .title {
  height: 60px;
  font-size: 46px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.residence .advantage .container .content .tt .desc {
  margin-top: 40px;
  width: 100%;
  height: 80px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.residence .advantage .container .content .advantage-list {
  margin-top: 80px;
}
.residence .advantage .container .content .advantage-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.residence .advantage .container .content .advantage-list ul li {
  margin-bottom: 60px;
  margin-right: 20px;
  width: 18%;
  height: auto;
}
.residence .advantage .container .content .advantage-list ul li .title {
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
}
.residence .advantage .container .content .advantage-list ul li .box {
  position: relative;
  top: 0;
  left: 0;
  height: 550px;
  background: #fff;
  box-shadow: 15px 15px 0px 0px #203380;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  transition: box-shadow 0.5s;
}
.residence .advantage .container .content .advantage-list ul li .box .desc,
.residence .advantage .container .content .advantage-list ul li .box .detail {
  padding: 20px 20px 0;
  box-sizing: border-box;
  height: 50px;
  font-size: 28px;
  line-height: 30px;
  color: #4356a2;
  overflow: hidden;
}
.residence .advantage .container .content .advantage-list ul li .box .detail {
  margin-top: 20px;
  padding: 0px 20px 20px;
  height: auto;
  max-height: 180px;
  font-size: 22px;
  line-height: 30px;
  color: #333;
}
.residence .advantage .container .content .advantage-list ul li .box .img {
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 100%;
  height: 230px;
  background: #ccc;
  overflow: hidden;
}
.residence .advantage .container .content .advantage-list ul li .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.residence .advantage .container .content .advantage-list ul li .box .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  font-size: 24px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to top, #d22727, #fe6c6d);
  cursor: pointer;
  user-select: none;
}
.residence .advantage .container .content .advantage-list ul li:hover .box {
  box-shadow: -15px -15px 0px 0px #203380;
}
.residence .brand {
  height: auto;
  margin-top: 0px;
  background: #fff;
}
.residence .brand .container .content .apply {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 170px;
  background: linear-gradient(to top, rgba(255, 88, 23, 0.7), rgba(252, 141, 82, 0.7));
}
.residence .brand .container .content .apply .left {
  position: relative;
  width: 40%;
}
.residence .brand .container .content .apply .left .square {
  margin-left: 50px;
  margin-top: 10px;
  padding: 10px 0;
  box-sizing: border-box;
  width: 150px;
  height: 150px;
  transform: skew(-15deg);
  background: #fff;
  color: #fd6c4b;
  border-radius: 30px;
  font-size: 60px;
  line-height: 65px;
  font-weight: bold;
  text-align: center;
}
.residence .brand .container .content .apply .left .apply-tt {
  position: absolute;
  top: 0;
  left: 230px;
}
.residence .brand .container .content .apply .left .apply-tt .title {
  position: relative;
  top: 0;
  left: 0;
  font-size: 56px;
  line-height: 80px;
  font-weight: bold;
  color: #fff;
  font-style: italic;
}
.residence .brand .container .content .apply .left .apply-tt .title i {
  font-style: italic;
}
.residence .brand .container .content .apply .left .apply-tt .title::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #fff, transparent);
}
.residence .brand .container .content .apply .left .apply-tt .desc {
  margin-left: -25px;
  font-size: 46px;
  line-height: 80px;
  color: #fff;
  font-style: italic;
}
.residence .brand .container .content .apply .right {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.residence .brand .container .content .apply .right .reservation,
.residence .brand .container .content .apply .right .lineup,
.residence .brand .container .content .apply .right .count {
  display: flex;
  align-items: center;
  width: auto;
  height: 66px;
  margin-right: 20px;
  font-size: 24px;
  color: #fff;
}
.residence .brand .container .content .apply .right .lineup {
  width: auto;
}
.residence .brand .container .content .apply .right .count {
  width: auto;
}
.residence .brand .container .content .apply .right .btn {
  padding: 0 40px;
  box-sizing: border-box;
  width: auto;
  height: 66px;
  font-size: 36px;
  line-height: 66px;
  text-align: center;
  color: #ed6a53;
  background: #fff400;
  border-radius: 33px;
  box-shadow: 0 0 3px 0 transparent;
  transition: all 0.5s;
}
.residence .brand .container .content .apply .right .btn:hover {
  box-shadow: 0 0 5px 0 #fff;
}
.residence .brand .container .content .apply .right .number {
  margin: 0 5px;
  display: inline-block;
  width: 66px;
  height: 66px;
  font-size: 46px;
  line-height: 66px;
  text-align: center;
  color: #ed6a53;
  background: #fff;
  border-radius: 10px;
}
.residence .brand .container .content .tt {
  width: 100%;
}
.residence .brand .container .content .tt .title {
  position: relative;
  top: 0;
  left: 0;
  height: 140px;
  font-size: 84px;
  line-height: 140px;
  text-align: center;
}
.residence .brand .container .content .tt .title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 680px;
  height: 8px;
  background: #e71a23;
}
.residence .brand .container .content .tt .desc {
  margin-top: 20px;
  width: 100%;
  height: 50px;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
}
.residence .brand .container .content .brand-list {
  margin: 70px auto 0;
  width: 80%;
}
.residence .brand .container .content .brand-list ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.residence .brand .container .content .brand-list ul li {
  margin-top: 40px;
  width: 22%;
  height: auto;
  text-align: center;
  border: 1px solid #bceaff;
  border-radius: 10px;
  transition: all 0.5s;
}
.residence .brand .container .content .brand-list ul li .iconfont {
  margin: 50px 0;
  display: inline-block;
  width: 100%;
  height: 90px;
  text-align: center;
  font-size: 90px;
  color: #2b6bcb;
  text-shadow: 5px 5px 5px #2b6bcb;
}
.residence .brand .container .content .brand-list ul li .title,
.residence .brand .container .content .brand-list ul li .desc {
  height: 50px;
  font-size: 28px;
  line-height: 50px;
}
.residence .brand .container .content .brand-list ul li .desc {
  font-size: 20px;
  color: #6b7c93;
}
.residence .brand .container .content .brand-list ul li .btn {
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  background: linear-gradient(to top, #3e88ff, #33befc);
  border-radius: 10px;
  transition: all 0.5s;
}
.residence .brand .container .content .brand-list ul li:hover {
  box-shadow: 0 0 5px 0 #33befc;
}
.residence .brand .container .content .brand-list ul li:hover .btn {
  background: #3857a0;
}
.residence .brand .container .content .brand-list ul li:nth-child(2n-1) .iconfont {
  color: #f46731;
  text-shadow: 5px 5px 5px #f46731;
}
.residence .evaluation {
  margin-top: 40px;
  height: auto;
  background: #fff;
}
.residence .evaluation .container .tt {
  width: 100%;
  height: 80px;
  font-size: 56px;
  line-height: 80px;
  text-align: center;
  font-family: "楷体";
}
.residence .evaluation .container .content {
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 80%;
}
.residence .evaluation .container .content .form {
  margin: 0 auto;
  width: 45%;
  border-right: 1px solid #ccc;
}
.residence .evaluation .container .content .form ul {
  margin: 0 auto;
  width: 90%;
}
.residence .evaluation .container .content .form ul li {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
}
.residence .evaluation .container .content .form ul li input,
.residence .evaluation .container .content .form ul li select {
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  font-size: 32px;
  line-height: 60px;
  color: #757575;
  border-radius: 5px;
}
.residence .evaluation .container .content .form ul li .btn {
  width: 100%;
  height: 60px;
  font-size: 32px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background: #d9534f;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 transparent;
  transition: all 0.5s;
}
.residence .evaluation .container .content .form ul li .btn:hover {
  box-shadow: 0 0 5px 0 #000;
}
.residence .evaluation .container .content .right {
  margin: 0 auto 20px;
  width: 45%;
}
.residence .evaluation .container .content .right .title {
  margin: 0 auto;
  width: 100%;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
}
.residence .evaluation .container .content .right .test-list {
  margin: 15px auto 0;
  width: 100%;
}
.residence .evaluation .container .content .right .test-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.residence .evaluation .container .content .right .test-list ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  background: #f5f5f5;
  text-align: center;
}
.residence .evaluation .container .content .right .test-list ul li .name,
.residence .evaluation .container .content .right .test-list ul li .phone,
.residence .evaluation .container .content .right .test-list ul li .integral,
.residence .evaluation .container .content .right .test-list ul li .determine,
.residence .evaluation .container .content .right .test-list ul li .case {
  width: 15%;
}
.residence .evaluation .container .content .right .test-list ul li .phone {
  width: 25%;
}
.residence .evaluation .container .content .right .test-list ul li .integral {
  width: 20%;
}
.residence .evaluation .container .content .right .test-list ul li .determine {
  width: 20%;
}
.residence .evaluation .container .content .right .test-list ul li .case {
  width: 20%;
  color: #d9534f;
  cursor: pointer;
  user-select: none;
}
.residence .policy {
  background: #fff;
  height: auto;
  margin-top: 0;
}
.residence .policy .container .tt {
  margin-top: 10px;
  width: 100%;
  height: 70px;
  background: #3857a0;
  border: 5px solid #34B8FC;
  box-sizing: border-box;
}
.residence .policy .container .tt .desc {
  transform: translateY(-3px);
  display: inline-block;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
}
.residence .policy .container .tt .iconfont {
  margin: 5px 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  color: #3857a0;
}
.residence .policy .container .content .policy-list01 {
  margin-top: 30px;
}
.residence .policy .container .content .policy-list01 ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.residence .policy .container .content .policy-list01 ul li {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 30px;
  padding: 85px 0;
  box-sizing: border-box;
  width: 45%;
  border-bottom: 1px solid #ccc;
}
.residence .policy .container .content .policy-list01 ul li .left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 60px;
}
.residence .policy .container .content .policy-list01 ul li .left .iconfont {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to top, #33befc, #3e89ff);
  border-radius: 50%;
}
.residence .policy .container .content .policy-list01 ul li .center {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
}
.residence .policy .container .content .policy-list01 ul li .center .title,
.residence .policy .container .content .policy-list01 ul li .center .desc {
  max-width: 580px;
  margin-bottom: 15px;
  height: 40px;
  font-size: 32px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.residence .policy .container .content .policy-list01 ul li .center .desc {
  font-size: 22px;
  color: #6b7c93;
}
.residence .policy .container .content .policy-list01 ul li .btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 160px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background: linear-gradient(to top, #3e89ff, #33befc);
  border-radius: 10px;
  box-shadow: 0 0 3px 0 transparent;
  transition: all 0.5s;
}
.residence .policy .container .content .policy-list01 ul li .btn:hover {
  box-shadow: 0 0 5px 0 #000;
}
.residence .policy .container .content .policy-list02 {
  width: 90%;
  margin: 20px auto 0;
}
.residence .policy .container .content .policy-list02 ul {
  display: flex;
  justify-content: space-between;
}
.residence .policy .container .content .policy-list02 ul li {
  padding: 50px 50px 30px;
  box-sizing: border-box;
  width: 45%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.residence .policy .container .content .policy-list02 ul li .title,
.residence .policy .container .content .policy-list02 ul li .desc {
  width: 100%;
  font-size: 36px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
}
.residence .policy .container .content .policy-list02 ul li .desc {
  min-height: 60px;
  font-size: 22px;
  line-height: 30px;
  color: #6b7c93;
}
.residence .policy .container .content .policy-list02 ul li .btn {
  margin: 40px auto 0;
  width: 260px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background: linear-gradient(to top, #3e89ff, #33befc);
  border-radius: 10px;
  box-shadow: 0 0 3px 0 transparent;
  transition: all 0.5s;
}
.residence .policy .container .content .policy-list02 ul li .btn:hover {
  box-shadow: 0 0 5px 0 #000;
}
.residence .policy .container .content .policy-list03 {
  margin: 30px auto 0;
  width: 90%;
}
.residence .policy .container .content .policy-list03 ul {
  display: flex;
  justify-content: space-around;
}
.residence .policy .container .content .policy-list03 ul li {
  position: relative;
  top: 0;
  left: 0;
  padding: 15px;
  padding-bottom: 100px;
  box-sizing: border-box;
  width: 23%;
  height: auto;
  border: 1px solid #ccdffb;
  transition: all 0.5s;
}
.residence .policy .container .content .policy-list03 ul li .img {
  width: 100%;
  height: 210px;
  overflow: hidden;
  background: #ccc;
}
.residence .policy .container .content .policy-list03 ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.residence .policy .container .content .policy-list03 ul li .title,
.residence .policy .container .content .policy-list03 ul li .desc {
  margin-top: 15px;
  height: 40px;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
}
.residence .policy .container .content .policy-list03 ul li .desc {
  height: auto;
  max-height: 90px;
  line-height: 30px;
  color: #6b7c93;
}
.residence .policy .container .content .policy-list03 ul li .btn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 260px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background: linear-gradient(to top, #3e89ff, #33befc);
  border-radius: 10px;
  box-shadow: 0 0 3px 0 transparent;
  transition: all 0.5s;
}
.residence .policy .container .content .policy-list03 ul li .btn:hover {
  box-shadow: 0 0 5px 0 #000;
}
.residence .policy .container .content .policy-list03 ul li:hover {
  border-radius: 10px;
  box-shadow: 0 0 5px #33befc;
}
.residence .material {
  margin-top: 60px;
  height: auto;
  background: #fff;
}
.residence .material .container .tt {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 90%;
  height: 60px;
  font-size: 36px;
  line-height: 60px;
  font-weight: bold;
  color: #5398cf;
}
.residence .material .container .tt::before {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  width: 100%;
  height: 4px;
  background: #5398cf;
}
.residence .material .container .content ul {
  margin: 30px auto;
  width: 90%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.residence .material .container .content ul li {
  width: 23%;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px 0 #ccc;
  transition: all 0.5s;
}
.residence .material .container .content ul li:hover {
  transform: translateY(-5px);
}
.residence .material .container .content ul li .img {
  margin: 15px auto;
  max-width: 260px;
  width: 90%;
  height: 160px;
  background: #ccc;
  overflow: hidden;
}
.residence .material .container .content ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.residence .material .container .content ul li .title {
  margin-bottom: 20px;
  width: 100%;
  height: 40px;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
}
.residence .procedure {
  margin-top: 0;
  height: auto;
  background: #fff;
}
.residence .procedure .container .tt {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 90%;
  height: 60px;
  font-size: 36px;
  line-height: 60px;
  font-weight: bold;
  color: #5398cf;
}
.residence .procedure .container .tt::before {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  width: 100%;
  height: 4px;
  background: #5398cf;
}
.residence .procedure .container .content ul {
  margin: 30px auto;
  width: 90%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.residence .procedure .container .content ul li {
  width: 23%;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 #ccc;
  transition: all 0.5s;
}
.residence .procedure .container .content ul li:hover {
  transform: translateY(-5px);
}
.residence .procedure .container .content ul li .icon {
  margin: 15px auto;
  width: 260px;
  height: 160px;
  text-align: center;
}
.residence .procedure .container .content ul li .icon .iconfont {
  display: inline-block;
  font-size: 96px;
  line-height: 160px;
  text-shadow: 10px 10px 10px #ccc;
}
.residence .procedure .container .content ul li .title {
  margin-bottom: 20px;
  width: 100%;
  height: 40px;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
}
.residence .aside1 {
  position: fixed;
  top: 150px;
  right: -300px;
  width: 300px;
  height: auto;
  background: unset;
  transition: 0.5s;
  z-index: 9;
}
.residence .aside1 .container .content {
  position: relative;
  padding: 30px 0;
  box-sizing: border-box;
  width: 300px;
  height: 584px;
  border-radius: 10px;
  background: url(//mat1.shenchuang.com/index/2018/images/baiduAdvert/residence/resi-aside-bj.jpg);
  background-size: cover;
  overflow: hidden;
}
.residence .aside1 .container .content .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: rgba(204, 204, 204, 0.3);
  border-radius: 5px;
  cursor: pointer;
}
.residence .aside1 .container .content .close .iconfont {
  display: inline-block;
  width: 30px;
  height: 30px;
  transform: rotateZ(45deg);
  color: #fff;
}
.residence .aside1 .container .content .tt {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.residence .aside1 .container .content .tt .title {
  height: 60px;
  font-size: 46px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
}
.residence .aside1 .container .content .tt .desc {
  height: 100px;
  font-size: 36px;
  line-height: 50px;
  color: #FBE212;
}
.residence .aside1 .container .content .qrcode {
  margin: 20px auto;
  width: 80%;
  height: auto;
}
.residence .aside1 .container .content .qrcode img {
  width: 100%;
  height: auto;
}
.residence .aside1 .container .content .btn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  padding: 10px 0;
  box-sizing: border-box;
  width: 60%;
  height: auto;
  font-size: 22px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background: #FDA833;
}
.residence .aside1.active {
  right: 5px;
}
.residence .link {
  margin-top: 0;
  height: auto;
  background: #fff;
}
.residence .link .container {
  padding-bottom: 60px;
  box-sizing: border-box;
}
.residence .link .container .tt {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 90%;
  height: 60px;
  font-size: 36px;
  line-height: 60px;
  font-weight: bold;
  color: #5398cf;
}
.residence .link .container .tt .desc {
  font-size: 24px;
  color: #6f6f6f;
  font-weight: normal;
}
.residence .link .container .tt::before {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  width: 100%;
  height: 4px;
  background: #5398cf;
}
.residence .link .container .content ul {
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.residence .link .container .content ul li {
  margin-top: 30px;
  width: 260px;
  height: 80px;
  border-radius: 50px;
  background: #ebebeb;
  box-shadow: 5px 2px 5px 0 #989898;
  transition: all 0.5s;
}
.residence .link .container .content ul li:hover {
  box-shadow: -5px -2px 5px 0 #989898;
}
.residence .link .container .content ul li .btn {
  font-size: 30px;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.residence footer {
  margin-top: 0;
  height: auto;
  background-color: #0d0639;
}
.residence footer .container {
  padding: 40px 0 80px;
  box-sizing: border-box;
}
.residence footer .container .content {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  color: #fff;
}
.residence footer .container .content .left .title {
  height: 30px;
  line-height: 30px;
}
.residence footer .container .content .left .title .iconfont {
  font-size: 22px;
}
.residence footer .container .content .left .title .desc {
  font-size: 22px;
}
.residence footer .container .content .left .qrcode {
  margin-top: 15px;
  width: 230px;
  height: 230px;
  overflow: hidden;
}
.residence footer .container .content .left .qrcode img {
  width: 100%;
  object-fit: cover;
}
.residence footer .container .content .right {
  margin-left: 130px;
}
.residence footer .container .content .right .title {
  height: 60px;
  font-size: 36px;
  line-height: 60px;
}
.residence footer .container .content .right ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.residence footer .container .content .right ul li {
  margin-bottom: 15px;
  width: 100%;
}
.residence footer .container .content .right ul li .iconfont {
  color: #2977fc;
}
.residence footer .container .content .right ul li .desc {
  display: inline-block;
  padding-left: 20px;
  box-sizing: border-box;
}
/* 心理咨询师 */
.psychology {
  /* 头部 */
  /* Banner */
  /* 流程01 */
  /* 流程02 */
  /* 通知 */
  /* 问题 */
  /* 招生对象 */
  /* 广告 */
  /* 课程 */
  /* 家庭 */
  /* 我们是谁 */
  /* 弹窗 */
}
.psychology header .container .content {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  height: 100px;
}
.psychology header .container .content .title {
  width: 30%;
  height: 60px;
  font-size: 46px;
  line-height: 60px;
}
.psychology header .container .content .nav {
  width: 70%;
  height: 60px;
  line-height: 60px;
}
.psychology header .container .content .nav ul {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  height: 40px;
}
.psychology header .container .content .nav ul li {
  line-height: 40px;
}
.psychology header .container .content .nav ul li a {
  color: #333;
  transition: all 0.5s;
}
.psychology header .container .content .nav ul li a:hover {
  color: #ccc;
}
.psychology header .container .content .nav ul .btn {
  display: inline-block;
  width: 160px;
  height: 40px;
  background: #e6322e;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 0 3px 0 transparent;
  transition: all 0.5s;
}
.psychology header .container .content .nav ul .btn:hover {
  box-shadow: 0 0 5px 0 #000;
}
.psychology .banner {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  height: 590px;
}
.psychology .banner .container .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://mat1.shenchuang.com/index/2018/images/baiduAdvert/psychology/psychology-banner.jpg");
  background-size: cover;
  z-index: 2;
}
.psychology .banner .container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(64, 164, 244, 0.7);
  z-index: 3;
}
.psychology .banner .container .content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
}
.psychology .banner .container .content .tt {
  margin-top: 110px;
  width: 100%;
  height: 80px;
  font-size: 76px;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.psychology .banner .container .content .btns {
  margin: 100px auto 0;
  width: 60%;
  display: flex;
  justify-content: space-around;
}
.psychology .banner .container .content .btns .btn1,
.psychology .banner .container .content .btns .btn2 {
  width: 360px;
  height: 80px;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
  background: #fcd144;
  border-radius: 10px;
  box-shadow: 3px 3px 3px 0px #333;
  transition: all 0.5s;
}
.psychology .banner .container .content .btns .btn1:hover,
.psychology .banner .container .content .btns .btn2:hover {
  box-shadow: -3px -3px 3px 0px #333;
}
.psychology .banner .container .content .logo-list {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 200px;
  background: rgba(229, 229, 229, 0.7);
}
.psychology .banner .container .content .logo-list ul {
  display: flex;
  justify-content: space-around;
}
.psychology .banner .container .content .logo-list ul li {
  padding: 20px 0;
  box-sizing: border-box;
  width: 30%;
  height: 100%;
  text-align: center;
}
.psychology .banner .container .content .logo-list ul li .iconfont {
  display: inline-block;
  width: 100px;
  height: 100px;
  font-size: 56px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  border: 4px solid #00347b;
  color: #00347b;
  cursor: pointer;
  user-select: none;
}
.psychology .banner .container .content .logo-list ul li .desc {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  font-size: 24px;
  color: #00347b;
}
.psychology .procedure01 {
  margin-top: 0;
  padding: 80px 0;
  height: auto;
  box-sizing: border-box;
  background: #fdfcf8;
}
.psychology .procedure01 .container .content .tt {
  width: 100%;
  height: 80px;
  font-size: 56px;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
}
.psychology .procedure01 .container .content .list {
  width: 80%;
  margin: 80px auto 0;
}
.psychology .procedure01 .container .content .list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.psychology .procedure01 .container .content .list ul li {
  margin-top: 40px;
  padding: 40px 20px;
  box-sizing: border-box;
  width: 30%;
  height: auto;
  border-radius: 20px;
  background: #4f84f7;
  color: #fff;
  transition: all 0.5s;
}
.psychology .procedure01 .container .content .list ul li .order {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  background: #f77118;
  border-radius: 50%;
}
.psychology .procedure01 .container .content .list ul li .title {
  margin-top: 30px;
  font-size: 34px;
  text-align: center;
  font-weight: bold;
}
.psychology .procedure01 .container .content .list ul li .btn {
  margin: 30px auto 0;
  width: 60%;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  color: #f77118;
  background-color: #fff;
  border-radius: 25px;
  cursor: pointer;
  user-select: none;
}
.psychology .procedure01 .container .content .list ul li:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 5px 0 #000;
}
.psychology .procedure02 {
  margin-top: 0;
  padding-bottom: 80px;
  height: auto;
  background: #fdfcf8;
}
.psychology .procedure02 .container .content ul {
  display: flex;
  justify-content: space-around;
}
.psychology .procedure02 .container .content ul li {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 60px;
  box-sizing: border-box;
  width: 18%;
  height: 400px;
}
.psychology .procedure02 .container .content ul li .overlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 130px;
  height: 130px;
  box-shadow: 0 0 5px 0px #5085f7;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.5s;
}
.psychology .procedure02 .container .content ul li .order {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 130px;
  height: 130px;
  font-size: 36px;
  line-height: 130px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  z-index: 4;
}
.psychology .procedure02 .container .content ul li .overlay-box,
.psychology .procedure02 .container .content ul li .box {
  position: absolute;
  top: 65px;
  left: 0;
  height: 335px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #5085f7;
  z-index: 2;
  transition: all 0.5s;
}
.psychology .procedure02 .container .content ul li .box {
  padding: 40px 20px;
  box-sizing: border-box;
  text-align: center;
  background: unset;
  box-shadow: none;
  z-index: 5;
}
.psychology .procedure02 .container .content ul li .box .iconfont {
  display: inline;
  height: 50px;
  font-size: 48px;
  line-height: 50px;
  color: #5085f7;
}
.psychology .procedure02 .container .content ul li .box .title,
.psychology .procedure02 .container .content ul li .box .desc {
  margin-top: 15px;
  font-size: 32px;
  line-height: 40px;
  overflow: hidden;
}
.psychology .procedure02 .container .content ul li .box .desc {
  height: 90px;
  font-size: 20px;
  line-height: 30px;
  overflow: hidden;
}
.psychology .procedure02 .container .content ul li .box .btn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 50%;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  background: #f77118;
  box-shadow: 0 0 3px 0 transparent;
  transition: all 0.5s;
}
.psychology .procedure02 .container .content ul li .box .btn:hover {
  box-shadow: 0 0 5px 0 #000;
}
.psychology .procedure02 .container .content ul li:hover .overlay {
  box-shadow: 0 0 15px 0px #5085f7;
}
.psychology .procedure02 .container .content ul li:hover .overlay-box {
  box-shadow: 0 0 15px 0 #5085f7;
}
.psychology .notice {
  margin-top: 0;
  height: auto;
  background: url(//mat1.shenchuang.com/index/2018/images/baiduAdvert/psychology/psychology-notice-bj.jpg);
}
.psychology .notice .container {
  padding: 60px 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(4, 57, 94, 0.3);
}
.psychology .notice .container .content .title {
  margin-bottom: 30px;
  height: 80px;
  font-size: 56px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.psychology .notice .container .content .tt {
  margin: 0 auto 10px;
  width: 60%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.psychology .notice .container .content .tt .left {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.psychology .notice .container .content .tt .btn {
  width: 150px;
  text-shadow: 0 0 3px transparent;
  transition: all 0.5s;
}
.psychology .notice .container .content .tt .btn:hover {
  text-shadow: 0 0 3px #333;
}
.psychology .notice .container .content .btns {
  margin-top: 60px;
  display: flex;
  justify-content: space-around;
}
.psychology .notice .container .content .btns .btn {
  background: #f77118;
  color: #fff;
  width: 30%;
  height: 90px;
  font-size: 36px;
  line-height: 90px;
  text-align: center;
  box-shadow: 0 0 3px 0 transparent;
  transition: all 0.5s;
}
.psychology .notice .container .content .btns .btn:hover {
  box-shadow: 0 0 5px 0 #000;
}
.psychology .notice .container .content .btns .btn2 {
  border: 1px solid #c4d653;
  background: rgba(4, 57, 94, 0.7);
}
.psychology .questions {
  margin-top: 0;
  height: auto;
  padding: 80px 0;
  box-sizing: border-box;
  background: #fff;
}
.psychology .questions .container .tt {
  margin-bottom: 60px;
  height: 80px;
  font-size: 56px;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
}
.psychology .questions .container .content {
  margin: 0 auto;
  width: 94%;
  border: 2px solid #5085f8;
  border-radius: 25px 25px 0 0;
}
.psychology .questions .container .content .title {
  padding: 15px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 110px;
  border-radius: 20px 20px 0 0;
  background: #5085f8;
}
.psychology .questions .container .content .title .desc {
  width: 50%;
  color: #fff;
  font-weight: bold;
  height: 80px;
  font-size: 46px;
  line-height: 80px;
  text-align: center;
  border-right: 1px dashed #fff;
}
.psychology .questions .container .content .title .desc:last-child {
  border: none;
}
.psychology .questions .container .content .substance {
  display: flex;
  justify-content: space-between;
  padding: 40px 20px;
  box-sizing: border-box;
}
.psychology .questions .container .content .substance .ques-list {
  width: 50%;
  border-right: 1px dashed #d0d0d0;
}
.psychology .questions .container .content .substance .ques-list ul {
  padding: 10px 40px 0 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.psychology .questions .container .content .substance .ques-list ul li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  border-bottom: 1px dashed #f7741f;
  font-size: 22px;
  line-height: 60px;
}
.psychology .questions .container .content .substance .ques-list ul li .desc {
  padding: 0 5px;
  box-sizing: border-box;
  display: inline-block;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.psychology .questions .container .content .substance .ques-list ul li .btn {
  display: inline-block;
  margin-top: 10px;
  width: 120px;
  min-width: 120px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #f7741f;
  border: 1px solid #f7741f;
  border-radius: 20px;
  transition: all 0.5s;
}
.psychology .questions .container .content .substance .ques-list ul li .btn:hover {
  box-shadow: 0 0 3px 0 #f7741f;
  text-shadow: 0 0 3px #f7741f;
}
.psychology .questions .container .content .substance .city {
  width: 50%;
}
.psychology .questions .container .content .substance .city ul {
  padding: 20px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.psychology .questions .container .content .substance .city ul li {
  margin-bottom: 20px;
  width: 23%;
  height: 47px;
  font-size: 18px;
  line-height: 47px;
  text-align: center;
  border-radius: 10px;
  color: #3670f7;
  border: 1px solid #3670f7;
  transition: all 0.5s;
}
.psychology .questions .container .content .substance .city ul li:hover {
  box-shadow: 0 0 5px 0 #3670f7;
  text-shadow: 0 0 3px #3670f7;
}
.psychology .questions .container .content .substance .city ul li.orange {
  color: #f77118;
  border: 1px solid #f77118;
  transition: all 0.5s;
}
.psychology .questions .container .content .substance .city ul li.orange:hover {
  box-shadow: 0 0 5px 0 #f77118;
  text-shadow: 0 0 3px #f77118;
}
.psychology .questions .container .content .substance .city ul li:last-child {
  background: #f77118;
  color: #fff;
}
.psychology .recruit {
  margin-top: 0;
  height: auto;
  background: url(//mat1.shenchuang.com/index/2018/images/baiduAdvert/psychology/psychology-recurit-bj.jpg);
  background-size: cover;
}
.psychology .recruit .container {
  padding: 10px 0 80px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(204, 204, 204, 0.6);
}
.psychology .recruit .container .tt {
  height: 80px;
  font-size: 66px;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(to top, #9baaff, #a1c1fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.psychology .recruit .container .content {
  margin-top: 100px;
}
.psychology .recruit .container .content ul {
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: space-around;
}
.psychology .recruit .container .content ul li {
  width: 23%;
  background: #395ce7;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}
.psychology .recruit .container .content ul li:hover {
  transform: translateY(-10px);
}
.psychology .recruit .container .content ul li .img {
  margin: 15px auto;
  width: 90%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.psychology .recruit .container .content ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.psychology .recruit .container .content ul li .title {
  height: 40px;
  font-size: 26px;
  line-height: 40px;
}
.psychology .recruit .container .content ul li .desc {
  margin: 15px 0;
  height: 60px;
  font-size: 18px;
  line-height: 30px;
}
.psychology .recruit .container .content ul li .btn {
  margin: 20px auto;
  width: 60%;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #895a3f;
  text-align: center;
  border-radius: 25px;
  background: linear-gradient(to left, #eeb46f, #f8c980);
}
.psychology .recruit .container .content ul li:nth-child(2) {
  background: #3bc3c7;
}
.psychology .recruit .container .content ul li:nth-child(3) {
  background: #ff83a6;
}
.psychology .recruit .container .content ul li:nth-child(4) {
  background: #3b61f4;
}
.psychology .advert {
  margin-top: 170px;
  height: auto;
  background: url(//mat1.shenchuang.com/index/2018/images/baiduAdvert/psychology/psychology-advert-bj.jpg);
  background-size: cover;
}
.psychology .advert .container {
  padding: 120px 0 80px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(149, 82, 39, 0.7);
}
.psychology .advert .container .content {
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  width: 80%;
}
.psychology .advert .container .content .left {
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 330px;
  height: 520px;
  overflow: hidden;
  background: url('https://mat1.shenchuang.com/index/2018/images/baidu-advert-sprite.png');
  background-position: 0 -158px;
}
.psychology .advert .container .content .right {
  margin-left: 330px;
  width: calc(100% - 330px);
}
.psychology .advert .container .content .right .tt {
  height: 80px;
  font-size: 56px;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.psychology .advert .container .content .right .btn {
  margin: 15px auto 0;
  width: 40%;
  height: 80px;
  font-size: 24px;
  line-height: 80px;
  border-radius: 40px;
  color: #e71a23;
  background: #fff;
}
.psychology .course {
  margin-top: 80px;
  height: auto;
  background: url(//mat1.shenchuang.com/index/2018/images/baiduAdvert/psychology/psychology-course-bj.jpg);
  background-size: cover;
}
.psychology .course .container {
  background: rgba(204, 204, 204, 0.7);
}
.psychology .course .container .content {
  padding: 0 0 30px;
}
.psychology .course .container .content .tt {
  margin-bottom: 80px;
  padding-top: 30px;
  height: 80px;
  font-size: 66px;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.psychology .course .container .content ul {
  margin: 30px auto 0;
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.psychology .course .container .content ul li {
  margin-bottom: 50px;
  width: 30%;
  box-shadow: 0 0 5px 0 #333;
  border-radius: 15px;
  background: #fff;
  transition: all 0.5s;
}
.psychology .course .container .content ul li:hover {
  transform: translateY(-10px);
}
.psychology .course .container .content ul li .title {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  width: 80%;
  height: 70px;
  font-size: 24px;
  line-height: 70px;
  color: #fff;
  background: #4f84f7;
}
.psychology .course .container .content ul li .title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%) translateY(-5px);
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
}
.psychology .course .container .content ul li .desc {
  padding: 40px;
  height: auto;
  box-sizing: border-box;
}
.psychology .course .container .content ul li .desc .detail {
  height: auto;
  min-height: 90px;
  font-size: 24px;
  line-height: 30px;
  overflow: hidden;
}
.psychology .course .container .content ul li .btn {
  margin: 0 auto 30px;
  width: 50%;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  color: #f77118;
  border: 1px solid #f77118;
  border-radius: 5px;
  transition: all 0.5s;
}
.psychology .course .container .content ul li .btn:hover {
  box-shadow: 0 0 5px 0 #f77118;
  text-shadow: 0 0 3px #f77118;
}
.psychology .course .container .content .btns {
  margin: 0 auto;
  width: 80%;
  display: flex;
  justify-content: space-around;
}
.psychology .course .container .content .btns .btn {
  width: 40%;
  height: 120px;
  font-size: 46px;
  line-height: 120px;
  text-align: center;
  color: #fff;
  background: #f77118;
  box-shadow: 0 0 3px 0 transparent;
  transition: all 0.5s;
}
.psychology .course .container .content .btns .btn:hover {
  box-shadow: 0 0 5px 0 #000;
}
.psychology .course .container .content .btns .btn2 {
  background: #4f84f7;
}
.psychology .family {
  margin-top: 0px;
  height: auto;
  background: #fff;
}
.psychology .family .container .content .tt {
  margin: 30px auto 0;
  width: 50%;
  height: 80px;
  font-size: 56px;
  line-height: 80px;
  text-align: center;
}
.psychology .family .container .content ul {
  margin: 60px auto 40px;
  width: 90%;
  display: flex;
  justify-content: space-around;
}
.psychology .family .container .content ul li {
  width: 23%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 5px #ccc;
  transition: all 0.5s;
}
.psychology .family .container .content ul li:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 3px 0 transparent;
  transition: all 0.5s;
}
.psychology .family .container .content ul li:hover:hover {
  box-shadow: 0 0 5px 0 #000;
}
.psychology .family .container .content ul li .img {
  position: relative;
  top: 0;
  left: 0;
  height: 300px;
  overflow: hidden;
}
.psychology .family .container .content ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #ccc;
}
.psychology .family .container .content ul li .img .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(187, 187, 187, 0.5);
}
.psychology .family .container .content ul li .desc {
  padding: 30px 20px;
  box-sizing: border-box;
  height: 150px;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  background: linear-gradient(to top, #a9561d, #de7c3a);
}
.psychology .family .container .content ul li .desc .detail {
  height: auto;
  max-height: 90px;
  overflow: hidden;
}
.psychology footer {
  margin-top: 0;
  height: auto;
  background: #fff;
}
.psychology footer .container .content {
  margin: 0 auto;
  width: 80%;
}
.psychology footer .container .content .tt .title,
.psychology footer .container .content .tt .desc {
  text-align: center;
}
.psychology footer .container .content .tt .title {
  position: relative;
  top: 0;
  left: 0;
  height: 80px;
  font-size: 46px;
  line-height: 80px;
  color: #a65318;
}
.psychology footer .container .content .tt .title::before {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 220px;
  height: 15px;
  content: "";
  background: rgba(191, 130, 89, 0.5);
}
.psychology footer .container .content .tt .desc {
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  color: #b1b3bf;
}
.psychology footer .container .content .descript {
  margin: 30px 50px;
  height: auto;
  font-size: 24px;
  line-height: 40px;
}
.psychology footer .container .content .descript .center {
  text-align: center;
}
.psychology footer .container .content .list ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.psychology footer .container .content .list ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  width: 40%;
  height: 140px;
  border-radius: 15px;
  overflow: hidden;
}
.psychology footer .container .content .list ul li .img {
  width: 180px;
  height: 140px;
  background: #ccc;
  overflow: hidden;
}
.psychology footer .container .content .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.psychology footer .container .content .list ul li .desc {
  padding: 0 20px;
  box-sizing: border-box;
  flex-grow: 1;
}
.psychology footer .container .content .list ul li .desc .title {
  height: 80px;
  font-size: 46px;
  line-height: 80px;
  color: #a74e2b;
}
.psychology footer .container .content .list ul li .desc .detail {
  height: 60px;
  font-size: 26px;
  line-height: 46px;
  color: #a83035;
}
.psychology .aside1 {
  position: fixed;
  top: 50px;
  right: -290px;
  width: 285px;
  height: 682px;
  background: url("https://mat1.shenchuang.com/index/2018/images/aside-advert-bj.png");
  background-size: cover;
  transition: 0.5s;
  z-index: 9;
}
.psychology .aside1 .container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.psychology .aside1 .container .content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  cursor: pointer;
  z-index: 100000;
  transition: all 0.5s;
}
.psychology .aside1 .container .content .close:hover {
  transform: rotateZ(720deg);
}
.psychology .aside1 .container .content .close span {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #e75e3b;
  text-align: center;
  font-size: 19px;
  line-height: 20px;
}
.psychology .aside1 .container .content .title {
  position: absolute;
  top: 0;
  left: 0;
}
.psychology .aside1 .container .content .title .desc1,
.psychology .aside1 .container .content .title .desc2,
.psychology .aside1 .container .content .title .desc3 {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  text-shadow: 2px 2px 4px #000;
  letter-spacing: 3px;
}
.psychology .aside1 .container .content .title .desc1 {
  margin-top: 130px;
}
.psychology .aside1 .container .content .title .desc2 {
  margin-top: 10px;
}
.psychology .aside1 .container .content .title .desc3 {
  margin-top: 10px;
  color: #ffe794;
}
.psychology .aside1 .container .content .btns {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
}
.psychology .aside1 .container .content .btns .btn-more,
.psychology .aside1 .container .content .btns .btn-quick {
  display: inline-block;
  width: 212px;
  height: 42px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 21px;
  text-align: center;
  line-height: 42px;
  font-size: 24px;
  user-select: none;
  text-shadow: 1px 1px 2px #ccc;
  cursor: pointer;
}
.psychology .aside1 .container .content .btns .btn-more {
  margin-top: 277px;
}
.psychology .aside1 .container .content .btns .btn-quick {
  margin-top: 12px;
}
.psychology .aside1 .container .content .qr-code .img {
  position: absolute;
  top: 390px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 160px;
  height: 160px;
  background-color: #000;
  box-shadow: 0 0 4px 2px #1a8067;
}
.psychology .aside1 .container .content .qr-code .img img {
  width: 100%;
  height: 100%;
}
.psychology .aside1 .container .content .qr-code .desc {
  position: absolute;
  top: 555px;
  display: inline-block;
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}
.psychology .aside1.active {
  right: 5px;
}
/* 二维码弹窗 */
.dialog-qrcode {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.7);
  z-index: 9;
}
.dialog-qrcode .qrcode {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 686px;
  height: 536px;
}
.dialog-qrcode .qrcode img {
  width: 100%;
  object-fit: cover;
}
.dialog-qrcode .qrcode .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  transform: rotateZ(45deg);
  text-align: center;
  border-radius: 50%;
  border: 3px solid #ffe8bb;
}
.dialog-qrcode .qrcode .close .iconfont {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
  color: #ffe8bb;
  transition: all 0.5s;
}
.dialog-qrcode .qrcode .close .iconfont:hover {
  transform: rotateZ(765deg);
}
.dialog-qrcode .m-qrcode {
  display: none;
}
.dialog-qrcode.active {
  display: block;
}
.dialog-qrcode.active .qrcode {
  display: block;
}
@media screen and (max-width: 1600px) {
  /* 学历提升 */
  .education {
    /* 规划指导图 */
    /* 机构历年成员 */
    /* 页脚 */
  }
  .education .guidance .container .content ul {
    padding: 0 3%;
  }
  .education .guidance .container .content ul li .icon::before {
    right: -39px;
  }
  .education .guidance .container .content ul li:nth-child(2n) .icon::before {
    left: -39px;
  }
  .education .menber .container .content .menber-list ul {
    width: 80%;
  }
  .education footer .container {
    width: 90%;
  }
  /* 软考入户 */
  .residence {
    /* 品牌 */
    /* 在线测评 */
    /* 政策 */
    /* 链接 */
  }
  .residence .brand .container .content .brand-list ul li .title {
    font-size: 26px;
  }
  .residence .evaluation .container .content {
    width: 90%;
  }
  .residence .policy .container .content .policy-list01 ul li .center .desc {
    max-width: 460px;
    font-size: 20px;
  }
  .residence .policy .container .content .policy-list02 ul li .desc {
    height: 90px;
  }
  .residence .link .container .content ul li {
    width: 15%;
  }
  /* 心理咨询师 */
  .psychology {
    /* 头部导航 */
    /* 流程02 */
    /* 通知 */
    /* 广告 */
    /* 课程 */
    /* 家庭 */
    /* 页脚 */
  }
  .psychology header .container .content .nav ul {
    justify-content: space-around;
  }
  .psychology .procedure02 .container .content ul li .box {
    padding: 40px 10px;
  }
  .psychology .procedure02 .container .content ul li .box .desc {
    font-size: 18px;
  }
  .psychology .procedure02 .container .content ul li .box .btn {
    width: 60%;
  }
  .psychology .notice .container .content .tt {
    width: 80%;
  }
  .psychology .advert .container .content .right .btn {
    width: 50%;
  }
  .psychology .course .container .content ul li .desc .detail {
    min-height: 120px;
  }
  .psychology .family .container .content ul li .desc {
    font-size: 20px;
    overflow: hidden;
  }
  .psychology footer .container .content {
    width: 90%;
  }
  .psychology footer .container .content .list ul li .desc .detail {
    height: 60px;
    font-size: 24px;
    line-height: 30px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1366px) {
  /* 学历提升 */
  .education {
    /* 头部导航 */
    /* 学历形式 */
    /* 报名墙 */
    /* 规划指导图 */
    /* 学历提升问题 */
    /* 学历提升作用 */
    /* 机构历年成员 */
  }
  .education .header .container .content .title ul {
    flex-wrap: wrap;
  }
  .education .header .container .content .title ul li a {
    font-size: 24px;
  }
  .education .modality {
    height: auto;
  }
  .education .modality .container .content .directcar .conwars .title .desc {
    font-size: 36px;
  }
  .education .modality .container .content .directcar .conwars .title .btn {
    width: 190px;
  }
  .education .entry .container .list {
    width: 90%;
  }
  .education .guidance .container .content ul li .title {
    width: 600px;
  }
  .education .guidance .container .content ul li .img {
    margin-left: 0;
    width: 460px;
  }
  .education .guidance .container .content ul li:nth-child(2n) .title {
    width: 600px;
  }
  .education .guidance .container .content ul li:nth-child(2n) .img {
    margin-left: 0;
    width: 460px;
  }
  .education .questions .container .content .title .desc {
    font-size: 48px;
  }
  .education .role .container .content .tt .desc {
    font-size: 66px;
  }
  .education .role .container .content .role-list ul li .center .title {
    font-size: 32px;
  }
  .education .role .container .content .role-list ul li .center .desc {
    font-size: 22px;
  }
  .education .menber .container .content .tt .desc {
    font-size: 66px;
  }
  /* 软考入户 */
  .residence {
    /* 品牌 */
    /* 政策 */
    /* 入户问题 */
    /* 弹窗1 */
    /* 页脚 */
  }
  .residence .brand .container .content .apply .left .apply-tt .title {
    font-size: 48px;
  }
  .residence .brand .container .content .apply .left .apply-tt .title::before {
    left: 10%;
  }
  .residence .brand .container .content .apply .left .apply-tt .desc {
    font-size: 36px;
  }
  .residence .brand .container .content .brand-list ul li .title {
    font-size: 22px;
  }
  .residence .brand .container .content .brand-list ul li .desc {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .residence .policy .container .content .policy-list01 ul li .center .desc {
    margin-bottom: 0;
    max-width: 360px;
    height: 60px;
    line-height: 30px;
    white-space: unset;
  }
  .residence .questions .container {
    width: 90%;
  }
  .residence .aside1 {
    top: 50px;
  }
  .residence footer .container {
    padding: 40px 60px 80px;
  }
  /* 心理咨询师 */
  .psychology {
    /* 头部导航 */
    /* Banner */
    /* 流程02 */
    /* 广告 */
    /* 课程 */
  }
  .psychology header .container .content .title {
    font-size: 34px;
  }
  .psychology .banner .container .content .btns {
    width: 80%;
  }
  .psychology .procedure02 .container .content ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .psychology .procedure02 .container .content ul li {
    width: 30%;
    margin-bottom: 30px;
  }
  .psychology .advert .container .content .right .btn {
    width: 60%;
  }
  .psychology .course .container .content ul li .desc .detail {
    min-height: 150px;
  }
}
@media screen and (max-width: 1280px) {
  /* 学历提升 */
  .education {
    /* 头部导航 */
    /* 学历形式 */
    /* 报名墙 */
    /* 规划指导图 */
    /* 头部导航 */
    /* 机构历年成员 */
    /* 广告弹窗1 */
    /* 广告弹窗2 */
    /* 页脚 */
  }
  .education .header .container .content {
    height: 260px;
  }
  .education .header .container .content .qrcode {
    padding-left: 50px;
  }
  .education .header .container .content .qrcode .img {
    width: 160px;
    height: 160px;
  }
  .education .header .container .content .qrcode .title {
    left: 220px;
    font-size: 36px;
  }
  .education .header .container .content .title .desc {
    font-size: 44px;
    line-height: 80px;
  }
  .education .header .container .content .title ul {
    bottom: 50px;
    height: 40px;
  }
  .education .header .container .content .title ul li {
    width: 20%;
    height: 40px;
  }
  .education .modality .container .content .directcar .conwars .title .desc {
    font-size: 28px;
  }
  .education .entry {
    padding: 0 20px 40px;
  }
  .education .entry .container .content .list {
    width: 100%;
  }
  .education .guidance .container .content .guidance-title .desc {
    font-size: 44px;
  }
  .education .guidance .container .content .guidance-title .detail {
    font-size: 24px;
  }
  .education .guidance .container .content ul li .title {
    width: 600px;
  }
  .education .guidance .container .content ul li .title .btn {
    width: 300px;
    height: 60px;
    line-height: 60px;
  }
  .education .guidance .container .content ul li .img {
    margin-left: 0;
    width: 400px;
  }
  .education .guidance .container .content ul li:nth-child(2n) .title {
    width: 600px;
  }
  .education .guidance .container .content ul li:nth-child(2n) .title .btn {
    width: 300px;
    height: 60px;
    line-height: 60px;
  }
  .education .guidance .container .content ul li:nth-child(2n) .img {
    margin-left: 0;
    width: 400px;
  }
  .education .role .container .content .role-list ul li .center {
    padding: 20px 40px;
  }
  .education .role .container .content .role-list ul li .center .title {
    font-size: 28px;
  }
  .education .role .container .content .role-list ul li .center .desc {
    font-size: 18px;
  }
  .education .role .container .content .role-list ul li .bottom {
    padding: 20px 40px;
  }
  .education .menber .container .content .menber-list {
    margin-top: 20px;
  }
  .education .menber .container .content .menber-list ul li {
    margin: unset;
  }
  .education .aside1 {
    top: 0;
  }
  .education .aside2 {
    top: 30px;
  }
  .education footer .container .content .title {
    font-size: 56px;
    line-height: 150px;
    height: 300px;
  }
  .education footer .container .content .desc {
    margin: 20px auto;
    width: 960px;
    height: 200px;
    font-size: 36px;
    line-height: 167px;
  }
  .education footer .container .content .form .name,
  .education footer .container .content .form .phone {
    width: 38%;
  }
  .education footer .container .content .form .name input,
  .education footer .container .content .form .phone input {
    width: 70%;
  }
  .education footer .container .content .form .submit-btn {
    width: 22%;
  }
  /* 软考入户 */
  .residence {
    /* 头部导航 */
    /* 入户类型 */
    /* 品牌 */
    /* 入户问题 */
    /* 深户优势 */
    /* 品牌 */
    /* 政策 */
    /* 材料 */
    /* 流程 */
    /* 弹窗1 */
  }
  .residence header .container .content .title {
    font-size: 52px;
  }
  .residence header .container .content .nav ul li a {
    font-size: 26px;
  }
  .residence .type .container {
    width: 90%;
    padding: 0;
  }
  .residence .type .container .content .typelist ul li .desc {
    width: 80%;
  }
  .residence .brand .container .content .apply .left .square {
    margin-left: 30px;
  }
  .residence .brand .container .content .apply .left .apply-tt .title {
    font-size: 36px;
  }
  .residence .brand .container .content .apply .left .apply-tt .desc {
    font-size: 26px;
  }
  .residence .brand .container .content .apply .right {
    margin-right: 10px;
  }
  .residence .brand .container .content .apply .right .reservation,
  .residence .brand .container .content .apply .right .lineup,
  .residence .brand .container .content .apply .right .count,
  .residence .brand .container .content .apply .right .btn {
    margin-right: 0px;
    font-size: 24px;
  }
  .residence .questions .container {
    width: 98%;
  }
  .residence .advantage .container .content .tt .title {
    font-size: 42px;
  }
  .residence .advantage .container .content .advantage-list ul li .box .detail {
    font-size: 16px;
    line-height: 26px;
  }
  .residence .brand .container .content .tt .title {
    font-size: 74px;
  }
  .residence .brand .container .content .tt .title::after {
    bottom: -10px;
  }
  .residence .brand .container .content .brand-list {
    margin-top: 0px;
    width: 90%;
  }
  .residence .brand .container .content .brand-list ul li .title {
    font-size: 18px;
  }
  .residence .brand .container .content .brand-list ul li .desc {
    font-size: 16px;
  }
  .residence .policy .container .content .policy-list01 ul li {
    width: 48%;
  }
  .residence .policy .container .content .policy-list01 ul li .center {
    width: 300px;
    overflow: hidden;
  }
  .residence .policy .container .content .policy-list02 {
    width: 90%;
  }
  .residence .policy .container .content .policy-list02 ul li {
    width: 48%;
  }
  .residence .policy .container .content .policy-list02 ul li .desc {
    font-size: 16px;
    line-height: 20px;
  }
  .residence .policy .container .content .policy-list03 {
    width: 98%;
  }
  .residence .policy .container .content .policy-list03 ul li .btn {
    bottom: 20px;
    width: 80%;
  }
  .residence .material .container .content ul li .title {
    font-size: 18px;
  }
  .residence .procedure .container .content ul {
    justify-content: space-around;
  }
  .residence .procedure .container .content ul li {
    width: 30%;
  }
  .residence .procedure .container .content ul li .icon {
    width: 100%;
  }
  .residence .aside1 {
    top: 20px;
  }
  /* 心理咨询师 */
  .psychology {
    /* 流程01 */
  }
  .psychology .procedure01 .container .content .list {
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  /* 学历提升 */
  .education {
    /* 头部导航 */
    /* 学历形式 */
    /* 热门专业推荐 */
    /* 报名墙 */
    /* 省份 */
    /* 规划指导图 */
    /* 学历提升问题 */
    /* 作用 */
    /* 机构历年成员 */
    /* 页脚 */
  }
  .education .header .container .content {
    height: 220px;
  }
  .education .header .container .content .qrcode {
    padding-left: 20px;
    width: 45%;
  }
  .education .header .container .content .qrcode .img {
    width: 120px;
    height: 120px;
  }
  .education .header .container .content .qrcode .title {
    left: 160px;
    transform: translateY(-50%);
    font-size: 30px;
  }
  .education .header .container .content .title {
    width: 55%;
  }
  .education .header .container .content .title .desc {
    font-size: 36px;
  }
  .education .header .container .content .title ul {
    bottom: 10px;
  }
  .education .header .container .content .title ul li a {
    font-size: 18px;
    line-height: 40px;
  }
  .education .modality {
    height: auto;
  }
  .education .modality .container .content {
    height: auto;
  }
  .education .modality .container .content .modality-list .conwars .title,
  .education .modality .container .content .message .conwars .title {
    font-size: 38px;
  }
  .education .modality .container .content .modality-list .conwars ul li,
  .education .modality .container .content .message .conwars ul li {
    width: 50%;
  }
  .education .modality .container .content .directcar .conwars {
    position: relative;
    top: 0;
    left: 0;
  }
  .education .modality .container .content .directcar .conwars .img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 136px;
    height: 136px;
  }
  .education .modality .container .content .directcar .conwars .img img {
    width: 100%;
    object-fit: cover;
  }
  .education .modality .container .content .directcar .conwars .title {
    margin-top: 110px;
    width: 100%;
    text-align: center;
  }
  .education .modality .container .content .directcar .conwars .title .desc:nth-child(2) {
    margin-top: -20px;
  }
  .education .modality .container .content .directcar .conwars .title .btn {
    margin: 0 auto;
  }
  .education .recommend .container .content .tt .title {
    font-size: 36px;
  }
  .education .recommend .container .content .list ul li .desc {
    width: 100px;
    height: 100px;
  }
  .education .recommend .container .content .list ul li .desc .iconfont {
    font-size: 46px;
    line-height: 100px;
  }
  .education .recommend .container .content .list ul li .detail {
    font-size: 20px;
  }
  .education .entry .container .content .tt .title {
    font-size: 46px;
  }
  .education .entry .container .content .list ul li {
    width: 32%;
  }
  .education .province {
    padding: 80px 0 0;
  }
  .education .province .container .content .title .desc {
    font-size: 36px;
  }
  .education .province .container .content .substance .ques-list ul li .desc {
    font-size: 18px;
  }
  .education .guidance {
    padding: 0 0 50px;
  }
  .education .guidance .container .content .guidance-title .desc {
    font-size: 38px;
  }
  .education .guidance .container .content ul {
    padding: 0 1%;
  }
  .education .guidance .container .content ul li .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .education .guidance .container .content ul li .title {
    width: 500px;
  }
  .education .guidance .container .content ul li .title .desc {
    font-size: 26px;
  }
  .education .guidance .container .content ul li .img {
    width: 260px;
  }
  .education .guidance .container .content ul li:nth-child(2n) .title {
    width: 500px;
  }
  .education .guidance .container .content ul li:nth-child(2n) .img {
    width: 260px;
  }
  .education .questions .container .content .title .desc {
    width: 100%;
    font-size: 36px;
  }
  .education .questions .container .content .title .desc::before {
    bottom: 20px;
  }
  .education .questions .container .content .title .desc::after {
    bottom: 19px;
  }
  .education .questions .container .content .title .detail {
    margin: 0px 0 20px;
  }
  .education .questions .container .content .question-list ul li {
    font-size: 17px;
    line-height: 35px;
  }
  .education .questions .container .content .question-list .question-btn {
    width: 60%;
  }
  .education .role .container .content .tt {
    width: 80%;
    height: 110px;
  }
  .education .role .container .content .tt .desc {
    font-size: 56px;
  }
  .education .role .container .content .role-list ul li .top {
    height: 50px;
  }
  .education .role .container .content .role-list ul li .center {
    padding: 10px 20px;
    height: 210px;
  }
  .education .role .container .content .role-list ul li .center .title {
    font-size: 20px;
  }
  .education .role .container .content .role-list ul li .center .desc {
    font-size: 16px;
  }
  .education .role .container .content .role-list ul li .bottom {
    box-sizing: border-box;
  }
  .education .role .container .content .role-list ul li .bottom .btn {
    height: 50px;
    font-size: 24px;
    line-height: 50px;
  }
  .education .menber .container .content .tt {
    height: 90px;
  }
  .education .menber .container .content .tt .desc {
    font-size: 46px;
  }
  .education footer .container .content .title {
    font-size: 46px;
    line-height: 120px;
    height: 240px;
  }
  .education footer .container .content .desc {
    margin: 20px auto;
    width: 780px;
    height: 160px;
    font-size: 36px;
    line-height: 135px;
  }
  .education footer .container .content .form .name,
  .education footer .container .content .form .phone {
    font-size: 18px;
  }
  .education footer .container .content .form .name input,
  .education footer .container .content .form .phone input {
    font-size: 18px;
  }
  .education footer .container .content .form .submit-btn {
    font-size: 16px;
  }
  /* 软考入户 */
  .residence {
    /* 头部导航 */
    /* 功能菜单列表 */
    /* 入户类型 */
    /* 入户问题 */
    /* 深户优势 */
    /* 品牌 */
    /* 在线测评 */
    /* 政策 */
    /* 材料 */
    /* 流程 */
    /* 链接 */
    /* 弹窗1 */
  }
  .residence header .container .content .title {
    font-size: 34px;
  }
  .residence header .container .content .nav ul li a {
    font-size: 18px;
  }
  .residence .menulist .container .content ul li {
    width: 17%;
  }
  .residence .menulist .container .content ul li .desc {
    font-size: 14px;
  }
  .residence .type .container .content {
    padding: 0 0 100px;
    box-sizing: border-box;
    position: relative;
    top: 0;
    left: 0;
  }
  .residence .type .container .content .typelist ul {
    justify-content: space-around;
  }
  .residence .type .container .content .typelist ul li {
    margin-bottom: 30px;
    width: 30%;
  }
  .residence .type .container .content .typebtn {
    position: absolute;
    width: 50%;
    height: 60px;
    font-size: 22px;
    line-height: 60px;
  }
  .residence .questions {
    width: 100%;
  }
  .residence .questions .container {
    width: 90%;
  }
  .residence .questions .container .content .question-list ul li {
    width: 100%;
  }
  .residence .advantage .container {
    padding: 20px 0;
  }
  .residence .advantage .container .content {
    width: 98%;
    margin: 0 auto;
  }
  .residence .advantage .container .content .tt .title {
    font-size: 30px;
  }
  .residence .advantage .container .content .tt .desc {
    margin-top: 10px;
    font-size: 18px;
  }
  .residence .advantage .container .content .advantage-list ul {
    justify-content: space-around;
  }
  .residence .advantage .container .content .advantage-list ul li {
    margin-right: 0;
    width: 23%;
  }
  .residence .advantage .container .content .advantage-list ul li .box .desc {
    font-size: 20px;
  }
  .residence .brand .container .content .apply {
    flex-wrap: wrap;
    height: auto;
  }
  .residence .brand .container .content .apply .left {
    width: 100%;
  }
  .residence .brand .container .content .apply .right {
    margin: 20px auto;
    width: 100%;
  }
  .residence .brand .container .content .apply .right .btn {
    margin-left: 15px;
  }
  .residence .brand .container .content .brand-list ul li {
    width: 30%;
  }
  .residence .brand .container .content .brand-list ul li .title {
    font-size: 16px;
  }
  .residence .brand .container .content .brand-list ul li .btn {
    font-size: 18px;
  }
  .residence .evaluation .container .content {
    width: 98%;
  }
  .residence .evaluation .container .content .form {
    width: 40%;
  }
  .residence .evaluation .container .content .form ul li input {
    font-size: 22px;
  }
  .residence .evaluation .container .content .form ul li select {
    font-size: 22px;
  }
  .residence .evaluation .container .content .form ul li .btn {
    font-size: 22px;
  }
  .residence .evaluation .container .content .right {
    width: 54%;
  }
  .residence .policy .container .content {
    width: 96%;
    margin: 0 auto;
  }
  .residence .policy .container .content .policy-list01 ul li {
    width: 100%;
  }
  .residence .policy .container .content .policy-list01 ul li .center {
    width: 70%;
  }
  .residence .policy .container .content .policy-list01 ul li .center .desc {
    max-width: unset;
    width: 100%;
  }
  .residence .policy .container .content .policy-list03 ul {
    flex-wrap: wrap;
  }
  .residence .policy .container .content .policy-list03 ul li {
    margin-bottom: 20px;
    width: 40%;
  }
  .residence .material .container .content ul li {
    width: 30%;
  }
  .residence .procedure .container .content ul {
    justify-content: space-around;
  }
  .residence .procedure .container .content ul li {
    width: 30%;
  }
  .residence .link .container .content ul li {
    width: 30%;
  }
  .residence .aside1 {
    display: none;
  }
  /* 心理咨询师 */
  .psychology {
    /* 头部导航 */
    /* 流程01 */
    /* 通知 */
    /* 问题 */
    /* 招生对象 */
    /* 广告 */
    /* 课程 */
    /* 家庭 */
    /* 页脚 */
  }
  .psychology header .container .content {
    height: auto;
    flex-wrap: wrap;
  }
  .psychology header .container .content .title,
  .psychology header .container .content .nav {
    text-align: center;
    width: 100%;
  }
  .psychology .procedure01 .container .content .list {
    width: 90%;
  }
  .psychology .procedure01 .container .content .list ul li .title {
    font-size: 28px;
  }
  .psychology .procedure01 .container .content .list ul li .btn {
    width: 80%;
  }
  .psychology .notice .container .content .btns .btn {
    width: 40%;
    height: 80px;
    font-size: 32px;
    line-height: 80px;
  }
  .psychology .questions .container .content .title .desc {
    font-size: 36px;
  }
  .psychology .questions .container .content .substance .ques-list ul li .desc {
    font-size: 18px;
  }
  .psychology .recruit .container .content {
    margin-top: 50px;
  }
  .psychology .recruit .container .content ul {
    flex-wrap: wrap;
  }
  .psychology .recruit .container .content ul li {
    margin-bottom: 20px;
    width: 45%;
  }
  .psychology .advert .container .content {
    width: 90%;
  }
  .psychology .advert .container .content .right .tt {
    font-size: 32px;
  }
  .psychology .advert .container .content .right .btn {
    height: 60px;
    font-size: 18px;
    line-height: 60px;
  }
  .psychology .course .container .content .tt {
    font-size: 44px;
  }
  .psychology .course .container .content ul li {
    width: 45%;
  }
  .psychology .course .container .content .btns {
    width: 90%;
  }
  .psychology .course .container .content .btns .btn {
    height: 90px;
    font-size: 36px;
    line-height: 90px;
  }
  .psychology .family .container .content ul {
    flex-wrap: wrap;
  }
  .psychology .family .container .content ul li {
    margin-bottom: 40px;
    width: 45%;
  }
  .psychology footer .container .content .descript {
    margin: 30px;
    font-size: 22px;
  }
  .psychology footer .container .content .list {
    padding: 30px;
    box-sizing: border-box;
  }
  .psychology footer .container .content .list ul li {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  /* 学历提升 */
  .education {
    /* 头部导航 */
    /* 学历形式 */
    /* 热门专业推荐 */
    /* 报名墙 */
    /* 省份 */
    /* 常见问题咨询 */
    /* 规划指导图 */
    /* 学历提升问题 */
    /* 学历提升作用 */
    /* 机构历年成员 */
    /* 页脚 */
  }
  .education .header .container .content {
    height: 220px;
  }
  .education .header .container .content .qrcode {
    width: 170px;
  }
  .education .header .container .content .qrcode .img {
    width: 120px;
    height: 120px;
  }
  .education .header .container .content .qrcode .title {
    display: none;
  }
  .education .header .container .content .title {
    flex-grow: 1;
  }
  .education .header .container .content .title .desc {
    font-size: 32px;
    line-height: 40px;
  }
  .education .header .container .content .title ul {
    bottom: 10px;
  }
  .education .header .container .content .title ul li a {
    font-size: 18px;
  }
  .education .modality .container .content {
    position: relative;
    padding-top: 120px;
    box-sizing: border-box;
  }
  .education .modality .container .content .modality-list,
  .education .modality .container .content .message {
    width: 50%;
  }
  .education .modality .container .content .message {
    border-right: none;
  }
  .education .modality .container .content .directcar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .education .modality .container .content .directcar .conwars .img {
    left: unset;
    transform: unset;
  }
  .education .modality .container .content .directcar .conwars .title {
    position: absolute;
    top: -80px;
    left: 0;
    padding-left: 150px;
    display: flex;
    justify-content: space-around;
  }
  .education .modality .container .content .directcar .conwars .title .desc {
    width: auto;
  }
  .education .modality .container .content .directcar .conwars .title .desc:nth-child(2) {
    margin-top: unset;
  }
  .education .modality .container .content .directcar .conwars .title .btn {
    margin-left: 40px;
  }
  .education .recommend .container .content .tt .title {
    font-size: 36px;
  }
  .education .recommend .container .content .list ul li {
    width: 30%;
  }
  .education .recommend .container .content .list ul li .desc {
    width: 120px;
    height: 120px;
  }
  .education .recommend .container .content .list ul li .desc .iconfont {
    font-size: 58px;
    line-height: 120px;
  }
  .education .recommend .container .content .list ul li .detail {
    font-size: 20px;
  }
  .education .entry .container .content .list ul li {
    width: 48%;
  }
  .education .province {
    padding: 30px 0;
  }
  .education .province .container .tt {
    font-size: 46px;
    margin-bottom: 30px;
  }
  .education .province .container .content .title {
    padding: 0;
    flex-wrap: wrap;
    background-color: unset;
  }
  .education .province .container .content .title .desc {
    width: 100%;
    overflow: unset;
    background-color: #5085f8;
    border-radius: 20px 20px 0 0;
  }
  .education .province .container .content .title .desc:nth-child(2) {
    margin-top: 660px;
  }
  .education .province .container .content .substance {
    flex-wrap: wrap;
    padding: 20px;
  }
  .education .province .container .content .substance .ques-list {
    width: 100%;
  }
  .education .province .container .content .substance .ques-list ul {
    padding: 0px;
  }
  .education .province .container .content .substance .ques-list ul li .desc {
    font-size: 24px;
  }
  .education .province .container .content .substance .ques-list ul li .btn {
    font-size: 22px;
  }
  .education .province .container .content .substance .city {
    margin-top: 150px;
    width: 100%;
  }
  .education .province .container .content .substance .city ul {
    pad: 20px;
    justify-content: space-around;
  }
  .education .consult .container .content .left {
    width: 60%;
  }
  .education .consult .container .content .right {
    width: 40%;
    height: 100px;
  }
  .education .consult .container .content .right .qrcode {
    right: 180px;
  }
  .education .consult .container .content .right .btn {
    width: 170px;
    height: 80px;
  }
  .education .guidance {
    padding: 20px 0;
  }
  .education .guidance .container .content .guidance-title .desc {
    font-size: 34px;
  }
  .education .guidance .container .content .guidance-title .desc::after {
    width: 580px;
    bottom: 15px;
  }
  .education .guidance .container .content .guidance-title .detail {
    margin-top: -10px;
  }
  .education .guidance .container .content ul li {
    padding-top: 100px;
    position: relative;
    top: 0;
    left: 0;
  }
  .education .guidance .container .content ul li .icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    font-size: 46px;
    line-height: 80px;
  }
  .education .guidance .container .content ul li .icon::before {
    top: unset;
    bottom: -55px;
    right: 18px;
    border-color: #16b3e6 transparent transparent transparent;
  }
  .education .guidance .container .content ul li .title .btn {
    bottom: 40px;
  }
  .education .guidance .container .content ul li:nth-child(2n) .icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    font-size: 46px;
    line-height: 80px;
  }
  .education .guidance .container .content ul li:nth-child(2n) .icon::before {
    top: unset;
    bottom: -55px;
    right: unset;
    left: 22px;
    border-color: #16b3e6 transparent transparent transparent;
  }
  .education .guidance .container .content ul li:nth-child(2n) .title {
    margin-left: 10px;
  }
  .education .questions .container .content .title .desc {
    font-size: 26px;
  }
  .education .questions .container .content .title .detail {
    font-size: 18px;
  }
  .education .questions .container .content .question-list ul li .top,
  .education .questions .container .content .question-list ul li .center,
  .education .questions .container .content .question-list ul li .bottom {
    padding: 10px;
    box-sizing: border-box;
    height: 80px;
    line-height: 30px;
  }
  .education .role .container {
    padding: 20px;
  }
  .education .role .container .content .tt .desc {
    font-size: 38px;
  }
  .education .role .container .content .role-list {
    margin-top: unset;
  }
  .education .role .container .content .role-list ul li {
    width: 32%;
  }
  .education .role .container .content .role-list ul li .center {
    padding: 5px 10px;
  }
  .education .role .container .content .role-list ul li .center .title {
    font-size: 20px;
  }
  .education .menber .container {
    padding: 20px;
  }
  .education .menber .container .content .tt {
    width: 100%;
  }
  .education .menber .container .content .menber-list ul {
    width: 100%;
  }
  .education footer .container .content .title {
    height: 200px;
    font-size: 38px;
    line-height: 100px;
  }
  .education footer .container .content .desc {
    width: 90%;
    height: 100px;
    font-size: 26px;
    line-height: 104px;
  }
  .education footer .container .content .form {
    flex-wrap: wrap;
  }
  .education footer .container .content .form .name,
  .education footer .container .content .form .phone {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
  }
  .education footer .container .content .form .name input,
  .education footer .container .content .form .phone input {
    flex-grow: 1;
  }
  .education footer .container .content .form .submit-btn {
    text-align: center;
  }
  /* 软考入户 */
  .residence {
    /* 头部导航 */
    /* 功能菜单列表 */
    /* 入户类型 */
    /* 入户问题 */
    /* 头部导航 */
    /* 品牌 */
    /* 在线测评 */
    /* 政策 */
    /* 材料 */
    /* 流程 */
    /* 页脚 */
  }
  .residence header .container .content {
    flex-wrap: wrap;
    height: auto;
  }
  .residence header .container .content .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .residence header .container .content .nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .residence header .container .content .nav ul li {
    width: 20%;
    text-align: center;
  }
  .residence .menulist .container .content ul {
    flex-wrap: wrap;
  }
  .residence .menulist .container .content ul li {
    margin-bottom: 10px;
    width: 30%;
  }
  .residence .menulist .container .content ul li:nth-child(3) {
    border-right: none;
  }
  .residence .type .container .content .typelist ul li {
    margin-bottom: 30px;
    width: 45%;
  }
  .residence .questions .container .content .tt .title {
    font-size: 44px;
  }
  .residence .questions .container .content .tt .desc {
    margin-top: 0px;
  }
  .residence .questions .container .content .question-list {
    margin-top: 50px;
  }
  .residence .advantage .container .content .tt .title {
    margin: 0 auto;
    width: 80%;
    height: 100px;
    font-size: 34px;
    line-height: 50px;
  }
  .residence .advantage .container .content .advantage-list ul li {
    width: 45%;
  }
  .residence .brand .container .content .tt .title {
    height: 110px;
    font-size: 60px;
    line-height: 110px;
  }
  .residence .brand .container .content .brand-list ul li {
    width: 40%;
  }
  .residence .evaluation .container .content {
    flex-wrap: wrap;
  }
  .residence .evaluation .container .content .form {
    width: 100%;
    border-right: none;
  }
  .residence .evaluation .container .content .right {
    width: 90%;
  }
  .residence .evaluation .container .content .right .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .residence .evaluation .container .content .right .test-list ul li {
    font-size: 24px;
  }
  .residence .policy .container .content .policy-list02 ul {
    flex-wrap: wrap;
  }
  .residence .policy .container .content .policy-list02 ul li {
    margin-bottom: 10px;
    padding: 20px 30px 30px;
    width: 100%;
  }
  .residence .policy .container .content .policy-list02 ul li .desc {
    font-size: 18px;
    line-height: 30px;
  }
  .residence .material .container .content ul li {
    width: 48%;
  }
  .residence .procedure .container .content ul li {
    width: 48%;
  }
  .residence footer .container {
    padding: 40px 20px 80px;
  }
  .residence footer .container .content .left .title {
    height: 60px;
    line-height: 60px;
  }
  .residence footer .container .content .left .title .iconfont,
  .residence footer .container .content .left .title .desc {
    font-size: 26px;
  }
  .residence footer .container .content .right {
    margin-left: 40px;
  }
  .residence footer .container .content .right .title {
    font-size: 26px;
  }
  .residence footer .container .content .right ul li {
    height: 40px;
    overflow: hidden;
  }
  .residence footer .container .content .right ul li .iconfont {
    height: 40px;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
  }
  .residence footer .container .content .right ul li .desc {
    font-size: 22px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* 心理咨询师 */
  .psychology {
    /* 头部导航 */
    /* Banner */
    /* 流程01 */
    /* 流程02 */
    /* 通知 */
    /* 问题 */
    /* 招生对象 */
    /* 心理咨询师 */
    /* 广告 */
    /* 课程 */
    /* 家庭 */
  }
  .psychology header .container .content .nav {
    height: auto;
  }
  .psychology header .container .content .nav ul {
    flex-wrap: wrap;
    height: auto;
    justify-content: space-around;
  }
  .psychology header .container .content .nav ul li {
    margin-bottom: 15px;
    width: 23%;
  }
  .psychology header .container .content .nav ul li a {
    font-size: 26px;
  }
  .psychology .banner .container .content .tt {
    font-size: 58px;
  }
  .psychology .banner .container .content .btns .btn {
    width: 250px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
  }
  .psychology .procedure01 {
    padding: 30px 0 50px;
  }
  .psychology .procedure01 .container .content .list ul li {
    width: 45%;
  }
  .psychology .procedure02 .container .content ul li {
    width: 45%;
  }
  .psychology .notice .container .content .title {
    font-size: 36px;
  }
  .psychology .notice .container .content .tt {
    width: 90%;
  }
  .psychology .notice .container .content .btns .btn {
    height: 60px;
    font-size: 24px;
    line-height: 60px;
  }
  .psychology .questions {
    padding: 30px 0;
  }
  .psychology .questions .container .tt {
    font-size: 46px;
    margin-bottom: 30px;
  }
  .psychology .questions .container .content .title {
    padding: 0;
    flex-wrap: wrap;
    background-color: unset;
  }
  .psychology .questions .container .content .title .desc {
    width: 100%;
    overflow: unset;
    background-color: #5085f8;
    border-radius: 20px 20px 0 0;
  }
  .psychology .questions .container .content .title .desc:nth-child(2) {
    margin-top: 660px;
  }
  .psychology .questions .container .content .substance {
    flex-wrap: wrap;
    padding: 20px;
  }
  .psychology .questions .container .content .substance .ques-list {
    width: 100%;
  }
  .psychology .questions .container .content .substance .ques-list ul {
    padding: 0px;
  }
  .psychology .questions .container .content .substance .ques-list ul li .desc {
    font-size: 24px;
  }
  .psychology .questions .container .content .substance .ques-list ul li .btn {
    font-size: 22px;
  }
  .psychology .questions .container .content .substance .city {
    margin-top: 150px;
    width: 100%;
  }
  .psychology .questions .container .content .substance .city ul {
    pad: 20px;
    justify-content: space-around;
  }
  .psychology .recruit .container {
    padding-bottom: 0px;
  }
  .psychology .recruit .container .content ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  .psychology .recruit .container .content ul li .img {
    margin: 30px auto;
    min-height: 400px;
  }
  .psychology .advert .container {
    padding: 30px 0 80px;
  }
  .psychology .advert .container .content .right .tt {
    height: 140px;
    line-height: 70px;
  }
  .psychology .advert .container .content .right .btn {
    width: 90%;
  }
  .psychology .course .container .content ul li {
    width: 100%;
  }
  .psychology .family .container .content .tt {
    width: 100%;
    font-size: 46px;
  }
  .psychology .family .container .content ul li {
    width: 100%;
  }
  .psychology .family .container .content ul li .img {
    height: 430px;
  }
  .psychology .family .container .content ul li .desc .detail {
    font-size: 22px;
  }
  /* 二维码弹窗 */
  .dialog-qrcode.active {
    display: block;
  }
  .dialog-qrcode.active .qrcode {
    display: none;
  }
  .dialog-qrcode.active .m-qrcode {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    height: auto;
    background: rgba(204, 204, 204, 0.7);
    border-radius: 30px;
  }
  .dialog-qrcode.active .m-qrcode .img {
    width: 80%;
    height: auto;
    margin: 40px auto 20px;
  }
  .dialog-qrcode.active .m-qrcode .img img {
    width: 100%;
    height: auto;
  }
  .dialog-qrcode.active .m-qrcode .desc {
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    text-align: center;
  }
  .dialog-qrcode.active .m-qrcode .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #f10;
    border: 2px solid #f10;
    box-sizing: border-box;
    transform: rotateZ(45deg);
    font-weight: bold;
  }
  .dialog-qrcode.active .m-qrcode .close .iconfont {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  /* 学历提升 */
  .education {
    /* 头部导航 */
    /* 学历形式 */
    /* 省份 */
    /* 常见问题咨询 */
    /* 规划指导图 */
    /* 学历提升问题 */
    /* 学历提升作用 */
    /* 机构历年成员 */
    /* 弹窗1, 弹窗2 */
    /* 页脚 */
  }
  .education .header .container .content {
    padding: 20px 0;
    height: 160px;
  }
  .education .header .container .content .qrcode .title {
    display: none;
  }
  .education .header .container .content .title {
    width: 100%;
  }
  .education .header .container .content .title ul {
    bottom: 25px;
  }
  .education .modality .container .content {
    flex-wrap: wrap;
  }
  .education .modality .container .content .directcar .conwars .title .desc {
    position: absolute;
    top: -30px;
    left: 150px;
    font-size: 28px;
  }
  .education .modality .container .content .directcar .conwars .title .desc:nth-child(2) {
    top: 20px;
  }
  .education .modality .container .content .directcar .conwars .title .btn {
    margin-left: 170px;
  }
  .education .modality .container .content .modality-list,
  .education .modality .container .content .message {
    width: 100%;
  }
  .education .modality .container .content .modality-list .conwars ul,
  .education .modality .container .content .message .conwars ul {
    margin-top: 0px;
  }
  .education .modality .container .content .modality-list .conwars ul li,
  .education .modality .container .content .message .conwars ul li {
    margin-bottom: 5px;
    width: 30%;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
  }
  .education .province .container .tt {
    font-size: 38px;
  }
  .education .province .container .content .title {
    height: 80px;
  }
  .education .province .container .content .title .desc:nth-child(2) {
    margin-top: 600px;
  }
  .education .province .container .content .substance .ques-list ul {
    padding: 0px;
  }
  .education .province .container .content .substance .city ul {
    padding: 0;
  }
  .education .consult {
    height: 220px;
    background: #272636;
  }
  .education .consult .container .content {
    position: relative;
    flex-wrap: wrap;
    height: auto;
  }
  .education .consult .container .content .left {
    width: 100%;
  }
  .education .consult .container .content .left .desc {
    width: 430px;
  }
  .education .consult .container .content .right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .education .consult .container .content .right .qrcode {
    top: 10px;
    right: 10px;
  }
  .education .consult .container .content .right .btn {
    left: 50%;
    top: 120px;
    transform: translateX(-50%);
    width: 80%;
  }
  .education .guidance {
    margin-top: 0;
  }
  .education .guidance .container .content .guidance-title .desc {
    font-size: 26px;
  }
  .education .guidance .container .content .guidance-title .detail {
    font-size: 18px;
  }
  .education .guidance .container .content ul li {
    flex-wrap: wrap;
    height: auto;
  }
  .education .guidance .container .content ul li .title {
    width: 100%;
    height: 270px;
  }
  .education .guidance .container .content ul li .title .btn {
    left: 50%;
    transform: translateX(-50%);
  }
  .education .guidance .container .content ul li .img {
    width: 100%;
  }
  .education .guidance .container .content ul li:nth-child(2n) .title {
    width: 100%;
  }
  .education .guidance .container .content ul li:nth-child(2n) .img {
    width: 100%;
  }
  .education .questions .container .content .title .desc {
    width: 100%;
    font-size: 24px;
  }
  .education .questions .container .content .question-list ul li {
    margin-bottom: 20px;
    width: 48%;
  }
  .education .role .container .content .tt {
    width: 100%;
  }
  .education .role .container .content .role-list ul {
    justify-content: space-around;
  }
  .education .role .container .content .role-list ul li {
    width: 48%;
  }
  .education .menber .container .content .menber-list ul li .desc {
    width: 50%;
  }
  .education .aside1,
  .education .aside2 {
    display: none;
  }
  .education footer .container {
    padding-bottom: 100px;
  }
  .education footer .container .content .title {
    font-size: 30px;
  }
  .education footer .container .content .desc {
    font-size: 18px;
    line-height: 86px;
  }
  .education footer .container .content .form .submit-btn {
    width: 50%;
  }
  /* 软考入户 */
  .residence {
    /* 入户类型 */
    /* 入户问题 */
    /* 品牌 */
    /* 在线测评 */
    /* 政策 */
    /* 链接 */
    /* 弹窗1 */
    /* 页脚 */
  }
  .residence .type .container .content .typelist ul li {
    padding-bottom: 40px;
  }
  .residence .type .container .content .typelist ul li .btn {
    position: absolute;
    top: unset;
    bottom: 10px;
  }
  .residence .type .container .content .typebtn {
    padding: 0 20px;
    width: 80%;
    font-size: 20px;
  }
  .residence .questions .container .content .tt .title {
    font-size: 34px;
  }
  .residence .brand .container .content .apply .right .reservation,
  .residence .brand .container .content .apply .right .lineup,
  .residence .brand .container .content .apply .right .count,
  .residence .brand .container .content .apply .right .btn {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
  .residence .brand .container .content .apply .right .number {
    width: 60px;
    height: 50px;
    line-height: 50px;
  }
  .residence .brand .container .content .tt .title {
    font-size: 48px;
  }
  .residence .brand .container .content .tt .title::after {
    width: 360px;
  }
  .residence .brand .container .content .tt .desc {
    font-size: 18px;
  }
  .residence .evaluation .container .tt {
    font-size: 38px;
  }
  .residence .evaluation .container .content {
    padding: 30px 0;
  }
  .residence .evaluation .container .content .right .test-list ul li {
    font-size: 16px;
  }
  .residence .policy .container .content .policy-list01 ul li .center {
    width: 55%;
  }
  .residence .policy .container .content .policy-list02 ul li .desc {
    height: auto;
    max-height: 90px;
  }
  .residence .policy .container .content .policy-list03 ul li {
    width: 48%;
  }
  .residence .link .container .tt {
    padding-bottom: 60px;
  }
  .residence .link .container .tt::before {
    top: unset;
    bottom: 60px;
  }
  .residence .link .container .tt .desc {
    display: block;
  }
  .residence .link .container .content ul li {
    height: 60px;
  }
  .residence .link .container .content ul li .btn {
    line-height: 60px;
    font-size: 18px;
  }
  .residence .aside1 {
    display: none;
  }
  .residence footer .container .content {
    flex-wrap: wrap;
  }
  /* 心理咨询师 */
  .psychology {
    /* 头部导航 */
    /* Banner */
    /* 流程01 */
    /* procedure02 */
    /* 通知 */
    /* 问题 */
    /* 广告 */
    /* 课程 */
    /* 弹窗1 */
    /* 页脚 */
  }
  .psychology header .container .content .nav ul li a {
    font-size: 18px;
  }
  .psychology .banner .container .content .tt {
    font-size: 46px;
  }
  .psychology .banner .container .content .btns {
    flex-wrap: wrap;
    width: 90%;
  }
  .psychology .banner .container .content .btns .btn {
    margin-bottom: 30px;
    width: 45%;
  }
  .psychology .banner .container .content .logo-list {
    height: 160px;
  }
  .psychology .banner .container .content .logo-list ul li .btn {
    width: 70px;
    height: 70px;
    font-size: 40px;
    line-height: 70px;
  }
  .psychology .banner .container .content .logo-list ul li .desc {
    font-size: 20px;
  }
  .psychology .procedure01 .container .content .list ul li {
    width: 100%;
  }
  .psychology .procedure02 .container .content ul li {
    width: 90%;
  }
  .psychology .notice .container .content .title {
    height: 120px;
    font-size: 42px;
    line-height: 60px;
  }
  .psychology .notice .container .content .tt {
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
  }
  .psychology .notice .container .content .tt .btn {
    width: 200px;
  }
  .psychology .questions .container .tt {
    font-size: 38px;
  }
  .psychology .questions .container .content .title {
    height: 80px;
  }
  .psychology .questions .container .content .title .desc:nth-child(2) {
    margin-top: 600px;
  }
  .psychology .questions .container .content .substance .ques-list ul {
    padding: 0px;
  }
  .psychology .questions .container .content .substance .city ul {
    padding: 0;
  }
  .psychology .advert .container .content .left {
    left: -10%;
  }
  .psychology .advert .container .content .right .tt {
    height: 100px;
    line-height: 50px;
    font-size: 22px;
  }
  .psychology .advert .container .content .right .btn {
    width: 100%;
    height: 60px;
    line-height: 30px;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .psychology .course .container .content .tt {
    margin-bottom: 30px;
    font-size: 36px;
  }
  .psychology .course .container .content .btns {
    flex-wrap: wrap;
  }
  .psychology .course .container .content .btns .btn {
    margin-bottom: 20px;
    width: 80%;
    height: 60px;
    font-size: 28px;
    line-height: 60px;
  }
  .psychology .aside1 {
    display: none;
  }
  .psychology footer .container .content .descript {
    margin: 0 0 30px 0;
  }
  .psychology footer .container .content .list {
    padding: 0;
  }
  .psychology footer .container .content .list .img {
    min-width: 180px;
  }
  /* 二维码弹窗 */
  .dialog-qrcode .qrcode {
    width: 480px;
    height: 375px;
  }
}
@media screen and (max-width: 420px) {
  /* 学历提升 */
  .education {
    /* 头部导航 */
    /* 学历形式 */
    /* 热门专业推荐 */
    /* 常见问题咨询 */
    /* 报名墙 */
    /* 省份 */
    /* 规划指导 */
    /* 学历提升问题 */
    /* 学历提升作用 */
    /* 机构历年成员 */
    /* 页脚 */
  }
  .education .header .container .content {
    flex-wrap: wrap;
    padding-bottom: 0;
    height: 140px;
  }
  .education .header .container .content .qrcode {
    padding-left: 10px;
    width: 100%;
  }
  .education .header .container .content .qrcode .img {
    width: 70px;
    height: 70px;
  }
  .education .header .container .content .title {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
  }
  .education .header .container .content .title .desc {
    padding-left: 90px;
    font-size: 26px;
    box-sizing: border-box;
  }
  .education .header .container .content .title ul {
    bottom: -60px;
  }
  .education .header .container .content .title ul li {
    text-align: center;
  }
  .education .header .container .content .title ul li a {
    font-size: 16px;
  }
  .education .modality .container .content {
    padding-bottom: 0;
  }
  .education .modality .container .content .modality-list,
  .education .modality .container .content .message {
    border-right: none;
  }
  .education .modality .container .content .modality-list .conwars .title,
  .education .modality .container .content .message .conwars .title {
    height: 50px;
    font-size: 24px;
    line-height: 50px;
  }
  .education .modality .container .content .modality-list .conwars ul li,
  .education .modality .container .content .message .conwars ul li {
    height: 30px;
    width: 33%;
    line-height: 30px;
  }
  .education .modality .container .content .modality-list .conwars ul li span,
  .education .modality .container .content .message .conwars ul li span {
    font-size: 16px;
  }
  .education .modality .container .content .directcar .conwars .title .btn {
    display: none;
  }
  .education .recommend .container .content .tt .title {
    width: 100%;
    height: 80px;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
  }
  .education .recommend .container .content .list {
    width: 96%;
    margin: 30px auto 0;
  }
  .education .recommend .container .content .list ul li {
    margin-bottom: 10px;
  }
  .education .recommend .container .content .list ul li .desc {
    margin: 10px auto;
    width: 100%;
    height: auto;
  }
  .education .recommend .container .content .list ul li .desc .iconfont {
    font-size: 64px;
  }
  .education .recommend .container .content .list ul li .detail {
    margin-bottom: 0;
    font-size: 18px;
  }
  .education .consult {
    height: 200px;
  }
  .education .consult .container .content {
    padding: 10px;
  }
  .education .consult .container .content .left .title {
    padding-left: 70px;
  }
  .education .consult .container .content .left .desc {
    padding-left: 70px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .education .consult .container .content .right .qrcode {
    display: none;
  }
  .education .consult .container .content .right .btn {
    height: 60px;
    line-height: 60px;
  }
  .education .entry .container .content .tt .title {
    padding: 10px;
    height: 60px;
    font-size: 36px;
    line-height: 60px;
  }
  .education .province {
    padding: 0;
  }
  .education .province .container .tt {
    margin-bottom: 0;
    font-size: 30px;
  }
  .education .province .container .content .title .desc {
    font-size: 30px;
    border: none;
  }
  .education .province .container .content .substance .ques-list ul li .desc {
    font-size: 18px;
  }
  .education .guidance {
    padding-bottom: 0;
  }
  .education .guidance .container .content .guidance-title {
    width: 96%;
  }
  .education .guidance .container .content .guidance-title .desc {
    height: 120px;
    line-height: 40px;
  }
  .education .guidance .container .content .guidance-title .desc::after {
    width: 80%;
  }
  .education .guidance .container .content .guidance-title .detail {
    height: 60px;
    line-height: 30px;
  }
  .education .guidance .container .content ul li {
    margin-top: 0;
  }
  .education .guidance .container .content ul li .title {
    padding-bottom: 110px;
    box-sizing: border-box;
    height: auto;
  }
  .education .guidance .container .content ul li .title .desc {
    height: auto;
    line-height: 40px;
  }
  .education .guidance .container .content ul li .title .detail {
    height: auto;
    margin: 5px auto;
  }
  .education .guidance .container .content ul li:last-child {
    margin-bottom: 0;
  }
  .education .questions {
    margin-top: 0;
  }
  .education .questions .container .content {
    padding: 0px 10px;
  }
  .education .questions .container .content .title .desc {
    height: 90px;
    line-height: 80px;
  }
  .education .questions .container .content .title .detail {
    height: 40px;
    line-height: 40px;
  }
  .education .questions .container .content .question-list .question-btn {
    margin: 0 auto;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
  }
  .education .role .container .content .role-list ul li {
    width: 100%;
  }
  .education .role .container .content .role-list ul li .center {
    height: auto;
  }
  .education .role .container .content .role-list ul li .center .title {
    font-size: 24px;
  }
  .education .menber .container {
    padding: 10px;
  }
  .education .menber .container .content .tt .desc {
    font-size: 36px;
  }
  .education .menber .container .content .menber-list ul li .desc {
    width: 40%;
  }
  .education .menber .container .content .menber-list ul li .desc .name {
    width: 40%;
  }
  .education .menber .container .content .menber-list ul li .desc .phone {
    width: 60%;
  }
  .education .menber .container .content .menber-list ul li .subject {
    font-size: 16px;
  }
  .education .menber .container .content .menber-list ul li .case {
    width: 25%;
  }
  .education footer .container {
    width: 96%;
  }
  .education footer .container .content .title {
    height: 80px;
    font-size: 24px;
    line-height: 40px;
  }
  .education footer .container .content .desc {
    height: 60px;
    font-size: 14px;
    line-height: 60px;
  }
  .education footer .container .content .form .name,
  .education footer .container .content .form .phone {
    height: 50px;
    line-height: 50px;
  }
  .education footer .container .content .form .name input,
  .education footer .container .content .form .phone input {
    height: 50px;
    line-height: 50px;
  }
  .education footer .container .content .form .submit-btn {
    height: 50px;
    line-height: 50px;
  }
  /* 软考入户 */
  .residence {
    /* 头部导航 */
    /* 功能菜单列表 */
    /* 入户类型 */
    /* 入户问题 */
    /* 深户优势 */
    /* 品牌 */
    /* 在线测评 */
    /* 政策 */
    /* 材料 */
    /* 链接 */
    /* 页脚 */
  }
  .residence header .container {
    padding: 5px;
  }
  .residence header .container .content .nav ul li a {
    font-size: 14px;
  }
  .residence .menulist .container {
    padding: 20px 0;
    width: 98%;
  }
  .residence .menulist .container .content ul li .desc {
    font-size: 12px;
  }
  .residence .type .container .content .typelist ul li {
    width: 100%;
  }
  .residence .questions .container {
    padding: 30px 0;
    width: 98%;
  }
  .residence .questions .container .content .tt .title {
    font-size: 26px;
  }
  .residence .questions .container .content .tt .desc {
    height: 60px;
    font-size: 16px;
    line-height: 30px;
  }
  .residence .questions .container .content .question-list ul li {
    padding: 10px 0;
    margin-bottom: 20px;
  }
  .residence .questions .container .content .question-list ul li .desc {
    width: 56%;
  }
  .residence .questions .container .content .question-list ul li .desc .ques {
    font-size: 20px;
  }
  .residence .questions .container .content .question-list ul li .desc .detail {
    font-size: 14px;
  }
  .residence .questions .container .content .question-list ul li .right {
    width: 25%;
  }
  .residence .questions .container .content .question-list ul li .right .btn {
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }
  .residence .advantage {
    overflow: hidden;
  }
  .residence .advantage .container .content .tt .title {
    width: 100%;
    font-size: 26px;
  }
  .residence .advantage .container .content .tt .desc {
    height: auto;
    font-size: 14px;
    line-height: 30px;
  }
  .residence .advantage .container .content .advantage-list {
    margin-top: 30px;
  }
  .residence .advantage .container .content .advantage-list ul li {
    margin-bottom: 40px;
    width: 80%;
  }
  .residence .advantage .container .content .advantage-list ul li .box .img {
    height: auto;
    bottom: 66px;
  }
  .residence .advantage .container .content .advantage-list ul li .box .img img {
    height: 100%;
    object-fit: cover;
  }
  .residence .brand .container .content .apply .left .square {
    margin-left: 15px;
    width: 120px;
    height: 120px;
    font-size: 46px;
    line-height: 50px;
  }
  .residence .brand .container .content .apply .left .apply-tt {
    left: 160px;
  }
  .residence .brand .container .content .apply .left .apply-tt .title {
    line-height: 65px;
  }
  .residence .brand .container .content .apply .left .apply-tt .desc {
    line-height: 65px;
  }
  .residence .brand .container .content .apply .right {
    flex-wrap: wrap;
  }
  .residence .brand .container .content .apply .right .reservation,
  .residence .brand .container .content .apply .right .lineup,
  .residence .brand .container .content .apply .right .count {
    font-size: 14px;
    width: 30%;
  }
  .residence .brand .container .content .apply .right .count {
    width: 40%;
  }
  .residence .brand .container .content .apply .right .btn {
    margin-top: 15px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .residence .brand .container .content .apply .right .number {
    width: 30px;
    height: 30px;
    font-size: 26px;
    line-height: 30px;
  }
  .residence .brand .container .content .tt .title {
    font-size: 36px;
  }
  .residence .brand .container .content .tt .desc {
    font-size: 14px;
  }
  .residence .brand .container .content .brand-list ul li {
    margin-top: 20px;
    width: 100%;
  }
  .residence .evaluation .container .tt {
    font-size: 30px;
  }
  .residence .evaluation .container .content {
    padding: 10px 0;
  }
  .residence .evaluation .container .content .right .test-list ul li {
    font-size: 14px;
  }
  .residence .policy .container .content {
    width: 100%;
  }
  .residence .policy .container .content .tt {
    width: 100%;
  }
  .residence .policy .container .content .policy-list01 {
    margin: 0 auto;
    width: 96%;
  }
  .residence .policy .container .content .policy-list01 ul li {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0px 0px 10px;
    height: auto;
  }
  .residence .policy .container .content .policy-list01 ul li .left {
    position: relative;
  }
  .residence .policy .container .content .policy-list01 ul li .center {
    flex-grow: 1;
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    padding: 5px;
    box-sizing: border-box;
  }
  .residence .policy .container .content .policy-list01 ul li .center .title {
    width: 100%;
  }
  .residence .policy .container .content .policy-list01 ul li .center .desc {
    height: auto;
    min-height: 60px;
  }
  .residence .policy .container .content .policy-list01 ul li .btn {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
  }
  .residence .policy .container .content .policy-list02 {
    margin: 20px auto 0;
    width: 96%;
  }
  .residence .policy .container .content .policy-list03 {
    margin: 0 auto;
    width: 96%;
  }
  .residence .policy .container .content .policy-list03 ul li {
    width: 100%;
  }
  .residence .material {
    margin-top: 0;
  }
  .residence .material .container .content ul li {
    width: 100%;
  }
  .residence .link .container .tt .desc {
    font-size: 20px;
  }
  .residence .link .container .content ul li {
    margin-top: 10px;
  }
  .residence footer .container {
    padding: 30px 0;
  }
  .residence footer .container .content .right {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .residence footer .container .content .right ul li .desc {
    font-size: 16px;
  }
  /* 心理咨询师 */
  .psychology {
    overflow-x: hidden;
    /* 头部导航 */
    /* banner */
    /* 流程01 */
    /* 流程02 */
    /* 通知 */
    /* 问题 */
    /* 招生对象 */
    /* 广告 */
    /* 课程 */
    /* 家庭 */
    /* 页脚 */
  }
  .psychology header .container .content {
    padding: 0;
  }
  .psychology header .container .content .nav ul li {
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
  }
  .psychology header .container .content .nav ul li a {
    font-size: 14px;
  }
  .psychology header .container .content .nav ul li.btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .psychology .banner .container .content .tt {
    margin-top: 80px;
    height: 100px;
    font-size: 38px;
    line-height: 50px;
  }
  .psychology .banner .container .content .btns {
    margin-top: 50px;
  }
  .psychology .banner .container .content .btns .btn {
    width: 80%;
  }
  .psychology .banner .container .content .logo-list {
    width: 98%;
  }
  .psychology .banner .container .content .logo-list ul li .desc {
    font-size: 16px;
  }
  .psychology .procedure01 .container .content .list ul li {
    padding: 20px;
  }
  .psychology .procedure01 .container .content .list ul li .title {
    margin-top: 10px;
  }
  .psychology .procedure02 {
    padding-bottom: 20px;
  }
  .psychology .procedure02 .container .content ul li .box .title {
    font-size: 32px;
  }
  .psychology .procedure02 .container .content ul li .box .desc {
    font-size: 16px;
  }
  .psychology .notice {
    background-size: cover;
  }
  .psychology .notice .container .content .title {
    font-size: 36px;
  }
  .psychology .notice .container .content .tt .left {
    font-size: 16px;
  }
  .psychology .notice .container .content .tt .btn {
    font-size: 16px;
  }
  .psychology .notice .container .content .btns {
    flex-wrap: wrap;
  }
  .psychology .notice .container .content .btns .btn {
    width: 60%;
  }
  .psychology .notice .container .content .btns .btn1 {
    margin-bottom: 10px;
  }
  .psychology .questions {
    padding: 0 0 20px;
  }
  .psychology .questions .container .tt {
    margin-bottom: 0;
    font-size: 24px;
  }
  .psychology .questions .container .content {
    overflow: hidden;
  }
  .psychology .questions .container .content .title .desc {
    font-size: 26px;
  }
  .psychology .questions .container .content .title .desc:nth-child(1) {
    border: none;
  }
  .psychology .questions .container .content .substance {
    padding: 10px;
  }
  .psychology .questions .container .content .substance .ques-list {
    border: none;
  }
  .psychology .questions .container .content .substance .ques-list ul li .desc {
    font-size: 18px;
  }
  .psychology .questions .container .content .substance .ques-list ul li .btn {
    min-width: 100px;
    width: 100px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .psychology .recruit .container .content ul li .img {
    min-height: unset;
    max-height: 270px;
  }
  .psychology .advert .container .content {
    height: 200px;
  }
  .psychology .advert .container .content .right {
    display: none;
  }
  .psychology .course .container .content .tt {
    font-size: 24px;
  }
  .psychology .course .container .content ul li .desc .detail {
    min-height: unset;
    height: auto;
    font-size: 20px;
  }
  .psychology .family .container .content .tt {
    font-size: 36px;
  }
  .psychology .about .container .content .descript {
    font-size: 18px;
  }
  .psychology .about .container .content .list ul li {
    flex-wrap: wrap;
    height: auto;
  }
  .psychology .about .container .content .list ul li .img {
    width: 100%;
  }
  .psychology .about .container .content .list ul li .desc {
    width: 100%;
  }
  /* 二维码弹窗 */
  .dialog-qrcode.active .m-qrcode {
    width: 90%;
  }
  .dialog-qrcode.active .m-qrcode .desc {
    font-size: 22px;
  }
  .dialog-qrcode.active .m-qrcode .close {
    width: 30px;
    height: 30px;
  }
  .dialog-qrcode.active .m-qrcode .close .iconfont {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 350px) {
  /* 学历提升 */
  .education {
    /* 头部导航 */
    /* 热门专业推荐 */
    /* 报名墙 */
    /* 省份 */
    /* 学历提升问题 */
    /* 学历提升作用 */
    /* 机构历年成员 */
    /* 页脚 */
  }
  .education .header .container {
    padding: 0;
  }
  .education .header .container .content .title .desc {
    font-size: 26px;
  }
  .education .recommend .container .content .list ul li .desc {
    position: relative;
    width: 100%;
    padding-top: 100%;
  }
  .education .recommend .container .content .list ul li .desc .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 46px;
  }
  .education .recommend .container .content .list ul li .detail {
    font-size: 14px;
  }
  .education .entry .container .content .tt .title {
    font-size: 28px;
  }
  .education .entry .container .content .list ul li {
    width: 100%;
  }
  .education .province .container .tt {
    font-size: 26px;
  }
  .education .province .container .content .title .desc {
    font-size: 26px;
  }
  .education .province .container .content .title .desc:nth-child(2) {
    margin-top: 480px;
  }
  .education .province .container .content .substance {
    padding: 10px;
  }
  .education .province .container .content .substance .ques-list {
    border-right: none;
  }
  .education .province .container .content .substance .ques-list ul li {
    height: 50px;
    line-height: 50px;
  }
  .education .province .container .content .substance .ques-list ul li .desc {
    font-size: 16px;
  }
  .education .province .container .content .substance .ques-list ul li .btn {
    width: 90px;
    min-width: 90px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .education .province .container .content .substance .city {
    margin-top: 110px;
  }
  .education .questions .container .content .title .desc {
    font-size: 20px;
  }
  .education .questions .container .content .title .detail {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .education .questions .container .content .question-list ul li {
    width: 100%;
  }
  .education .questions .container .content .question-list ul li .top,
  .education .questions .container .content .question-list ul li .center,
  .education .questions .container .content .question-list ul li .bottom {
    height: 60px;
    line-height: 40px;
  }
  .education .role .container .content .tt .desc {
    font-size: 32px;
  }
  .education .menber .container {
    padding: 5px;
  }
  .education .menber .container .content .tt .desc {
    font-size: 32px;
  }
  .education .menber .container .content .menber-list ul li .desc .name {
    width: 30%;
  }
  .education .menber .container .content .menber-list ul li .desc .phone {
    width: 70%;
  }
  .education .menber .container .content .menber-list ul li .subject {
    font-size: 14px;
  }
  .education .menber .container .content .menber-list ul li .source {
    font-size: 12px;
  }
  .education .menber .container .content .menber-list ul li .case {
    font-size: 12px;
  }
  .education footer .container .content .title {
    font-size: 20px;
  }
  /* 软考入户 */
  .residence {
    /* 头部导航 */
    /* 功能菜单列表 */
    /* 入户问题 */
    /* 品牌 */
    /* 在线测评 */
    /* 政策 */
    /* 流程 */
    /* 链接 */
    /* 页脚 */
  }
  .residence header .container .content .nav ul li a {
    font-size: 12px;
  }
  .residence .menulist .container .content ul li {
    width: 50%;
    border-right: none;
    box-sizing: border-box;
  }
  .residence .menulist .container .content ul li:nth-child(2n-1) {
    border-right: 1px solid #DFDFDD;
  }
  .residence .questions .container .content .question-list ul li .left .iconfont {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .residence .brand .container .content .apply .left .apply-tt .title {
    font-size: 26px;
  }
  .residence .brand .container .content .apply .left .apply-tt .desc {
    font-size: 24px;
  }
  .residence .brand .container .content .apply .right .btn {
    margin-left: 5px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
  }
  .residence .brand .container .content .tt .title::after {
    bottom: 10px;
    width: 300px;
  }
  .residence .brand .container .content .tt .desc {
    margin: 0 auto;
    width: 90%;
    height: 50px;
    line-height: 25px;
  }
  .residence .evaluation .container .content .right {
    width: 98%;
  }
  .residence .policy .container .content .policy-list01 ul li .center .title {
    font-size: 26px;
  }
  .residence .policy .container .content .policy-list01 ul li .center .desc {
    font-size: 16px;
  }
  .residence .policy .container .content .policy-list02 ul li .desc {
    max-height: unset;
    height: auto;
  }
  .residence .procedure .container .content ul li {
    width: 100%;
  }
  .residence .link .container .tt .desc {
    font-size: 16px;
  }
  .residence .link .container .content ul li {
    width: 45%;
    height: 40px;
  }
  .residence .link .container .content ul li .btn {
    line-height: 40px;
  }
  .residence footer .container .content .right {
    margin-left: 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
  /* 心理咨询师 */
}
/* 头部导航 */
