.none {
  display: none;
}

/* 中间部分css */
.maximum .middlecontent {
  width: 100%;
  background-color: #F5F5F5;
}

.maximum .middlecontent .center {
  width: 1200px;
  margin: auto;
}

/* 面包屑 */
.maximum .middlecontent .center .crumbs {
  height: 46px;
  width: 100%;
  background: #FFFFFF;
  margin-bottom: 10px;
}

.maximum .middlecontent .center .crumbs ul {
  display: flex;
  height: 100%;
  align-items: center;
  margin-left: 10px;
}

.maximum .middlecontent .center .crumbs ul li a,
.maximum .middlecontent .center .crumbs ul a {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.maximum .middlecontent .center .crumbs ul li:last-child {
  color: #F15645;
  font-size: 14px;
  font-weight: 400;
}

/* 学校详情 */
.maximum .middlecontent .school {
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 20px 10px;
}

.maximum .middlecontent .school .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 15px 0 13px;
  box-sizing: border-box;
}

.maximum .middlecontent .school .top .left {
  width: 780px;
}

.maximum .middlecontent .school .top .left .zhongxue {
  display: flex;
  margin-bottom: 35px;
}

.maximum .middlecontent .school .top .left .zhongxue .badge img {
  width: 130px;
  height: 130px;
}

.maximum .middlecontent .school .top .left .zhongxue .message {
  margin-left: 20px;
}

.maximum .middlecontent .school .top .left .zhongxue .message .bold {
  display: flex;
}

.maximum .middlecontent .school .top .left .zhongxue .message .bold span {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

.middlecontent .school .top .left .zhongxue .message .bold .open {
  padding: 0 15px 0 25px;
  background-image: url(/statics/theme/img/content/bg_juxing3.png);
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  background-repeat: no-repeat;
  margin: 5px 0 0 15px;
  background-size: cover;
}

.maximum .signup_status {
  width: fit-content;
  height: 28px;
  line-height: 28px;
  position: relative;
  bottom: 44px;
  left: 140px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 12px 0 25px;
}
.maximum .signup_status a{
  color: #FFFFFF;
}

.maximum .middlecontent .school .top .left .zhongxue .message .switchover {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #0060CC;
}

.maximum .middlecontent .school .top .left .zhongxue .message .switchover a {
  font-size: 16px;
  font-weight: 400;
  color: #0060CC;
  text-decoration: underline;
}

.maximum .middlecontent .school .top .left .zhongxue .message .quality {
  display: flex;
  margin: 10px 0 15px 0;
}

.maximum .middlecontent .school .top .left .zhongxue .message .quality span:nth-child(n+2) {
  padding: 3px 10px;
  display: block;
  background: #F15645;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 8px;
}

.maximum .middlecontent .school .top .left .zhongxue .message .quality span:first-child {
  padding: 3px 10px;
  display: block;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #F15645;
  border: 1px solid #F15645;
  border-radius: 4px;
}

.maximum .middlecontent .school .top .left .zhongxue .message ul {
  display: flex;
  flex-wrap: wrap;
  line-height: 22px;
}

.maximum .middlecontent .school .top .left .zhongxue .message ul li {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

.maximum .middlecontent .school .top .left .zhongxue .message ul li:nth-child(2n) {
  margin: 0 20px;
}

.maximum .middlecontent .school .top .left .zhongxue .message ul li span {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

.maximum .middlecontent .school .top .left .xinxi {
  width: 780px;
  display: flex;
  flex-wrap: wrap;
}

.maximum .middlecontent .school .top .left .xinxi .xinxi_more {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #F15645;
  margin-left: 5px;
}

.maximum .middlecontent .school .top .left .xinxi li {
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 16px;
}

.maximum .middlecontent .school .top .left .xinxi li img {
  vertical-align: middle;
  margin-right: 8px;
}

.maximum .middlecontent .school .top .right {
  width: 330px;
  height: 310px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(160, 160, 160, 0.25);
  border-radius: 10px;
}

.maximum .middlecontent .school .top .right .right_tab {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #E7E7E7;
}
.maximum .middlecontent .school .top .right .right_tab li{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
     cursor: pointer;
     position: relative;
    height: 50px;
    line-height: 50px;

}
.maximum .middlecontent .school .top .right .right_tab .Selected{
    color: #F15645;
    font-weight: bold;
}
.maximum .middlecontent .school .top .right .right_tab .Selected::after {
    content: '';
    width: 26px;
    height: 4px;
    background: #F15645;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
}
.maximum .middlecontent .school .top .right .img_tab{
        display: none;
        text-align: center;

}
.maximum .middlecontent .school .top .right .active{
    display: block;
}
.maximum .middlecontent .school .top .right .img_tab .size{
    width: 160px;
    margin: 15px 0 15px;
}
.maximum .middlecontent .school .top .right .img_tab p{
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.maximum .middlecontent .school .top .right .img_tab span{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.maximum .middlecontent .school .top .right .program {
  text-align: center;
}

.maximum .middlecontent .school .top .right .program img {
  width: 150px;
  height: 150px;
}

.maximum .middlecontent .school .top .right .sweep {
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  font-weight: 400;
  color: #F15645;
}


/* 院校概况 */
.maximum .middlecontent .academy {
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 20px 10px 25px;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}

.maximum .middlecontent .academy .left {
  width: 770px;
}

.maximum .middlecontent .academy .left .survey {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E8E8E8;
}

.maximum .middlecontent .academy .points {
  display: flex;
  justify-content: center;
}

.maximum .middlecontent .academy .points p {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: center;
}

.maximum .middlecontent .academy .points p::before {
  content: '';
  display: block;
  width: 4px;
  height: 22px;
  background: #F15645;
  margin-right: 10px;

}

.maximum .middlecontent .academy .academy_tab {
  display: flex;
  justify-content: space-between;
}

.maximum .middlecontent .academy .academy_tab li a {
  display: block;
  height: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding: 0 3px;
  margin-left: 40px;
  cursor: pointer;
}

.maximum .middlecontent .academy .academy_tab li .active {
  color: #F15645;
  border-bottom: 2px solid #F15645;
}

.maximum .middlecontent .academy .matter {
  width: 100%;
  display: none;
}

.maximum .middlecontent .academy .block {
  display: block;
}

.maximum .middlecontent .academy .matter .gaikuo {
  width: 100%;
  min-height: 245px;
  background: #F5F5F5;
  padding: 30px 30px 20px 38px;
  box-sizing: border-box;
  margin-top: 20px;
}

.maximum .middlecontent .academy .matter .gaikuo p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;

}

.maximum .middlecontent .academy .matter .gaikuo p.hidden {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  max-height: 176px;
}

.maximum .middlecontent .academy .matter .gaikuo div {
  text-align: center;
}

.maximum .middlecontent .academy .matter .gaikuo div span {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #F15645;
}

.maximum .middlecontent .academy .right {
  width: 362px;
}

.maximum .middlecontent .academy .right .surroundings {
  width: 362px;
  display: flex;
  align-items: center;
  height: 52px;
  border-bottom: 1px solid #E8E8E8;
}

.maximum .middlecontent .academy .right .surroundings p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: center;
}

.maximum .middlecontent .academy .right .surroundings p::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 22px;
  background: #F15645;
  margin-right: 10px;
}

.swiper {
  --swiper-theme-color: #ff6600;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #00ff33;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}

.swiper_custom {
  position: relative;
  height: 245px;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.swiper_custom .size {
  width: 100%;
  height: 100%;
}

.swiper_custom .button_last {
  height: 62px;
  width: 25px;
  background-image: url(/statics/theme/img/content/bg_left.png);
  background-repeat: initial;
}

.swiper_custom .button_next {
  height: 62px;
  width: 25px;
  background-image: url(/statics/theme/img/content/bg_right.png);
  background-repeat: initial;
}

/* 招生信息 */
.maximum .middlecontent .center .recruit {
  width: 100%;
  background: #FFFFFF;
  padding: 0 10px 10px;
  box-sizing: border-box;
}

.maximum .middlecontent .center .recruit .title {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #E8E8E8;
}

.maximum .middlecontent .center .recruit .title p {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  color: #333333;
  display: flex;
  align-items: center;
}

.maximum .middlecontent .center .recruit .title p::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 22px;
  background: #F15645;
  margin-right: 10px;
}

.maximum .middlecontent .center .recruit .specialty {
  width: 120px;
  height: 45px;
  background: #F15645;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 45px;
  margin: 20px 0 15px;
}

.table-container {
  width: 100%;
  max-height: 541px;
  /* 调整最大高度根据需要 */
  overflow: auto;
  position: relative;
}

.scrollable-table {
  border-collapse: collapse;
  width: 100%;
}

thead {
  background-color: #f2f2f2;
  position: sticky;
  top: 0;
  z-index: 2;
  box-shadow: 0 -1px #ddd;
}

thead tr {
  box-shadow: 0 -1px #ddd;
}

thead tr:nth-child(1) th {
  position: sticky;
  top: 0;
  z-index: 3;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

thead tr:nth-child(1) th:nth-child(1),
thead tr:nth-child(1) th:nth-child(5) {
  min-width: 177px;
}

thead tr:nth-child(1) th:nth-child(2) {
  min-width: 157px;
}

thead tr:nth-child(1) th:nth-last-child(-n+2) {
  min-width: 105px;
}

thead tr:nth-child(2) th {
  position: sticky;
  top: 30px;
  /* Height of the first row header */
  z-index: 2;
}

.scrollable-table th,
.scrollable-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  width: 100px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.scrollable-table th {
  background-color: #f2f2f2;
}

.scrollable-table tbody tr td:nth-child(1) a,
.scrollable-table tbody tr td:nth-child(2),
.scrollable-table tbody tr td:nth-child(4) {
  color: #F15645;
}

.scrollable-table tbody tr td:nth-child(1) a:hover {
  text-decoration: underline;
}

.maximum .middlecontent .center .recruit .comment {
  display: flex;
  margin-top: 30px;
}

.maximum .middlecontent .center .recruit .comment div {
  width: 40px;
  height: 20px;
  background: #FE943F;
  border-radius: 4px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}

.maximum .middlecontent .center .recruit .comment p {
  font-size: 13px;
  font-weight: 400;
  color: #303030;
  margin-left: 5px;
}

.maximum .middlecontent .center .PA_form{
    width: 100%;
    height: 360px;
    background-image: url('/statics/theme/img/content/bg_form.png');
    background-size: cover;
    margin-top: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}
.maximum .middlecontent .center .PA_form .form_title{
    height: 55px;
    width: 818px;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
}
.maximum .middlecontent .center .PA_form .form_title::before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 22px;
    background: #F15645;
        margin-right: 10px;
}
.PA_form .form_content{
    display: flex;
}
.PA_form .form_content .commit{
    display: flex;
    width: 770px;
    align-items: flex-start;
    justify-content: space-between;
}
.PA_form .form_content .commit>div{
        line-height: 50px;
}
.PA_form .form_content .commit>div>div>label:first-child{
    display: inline-block;
    width: 120px;
}
.PA_form .form_content .commit>div>div>label:first-child span{
    color: #F15645;    
}
.PA_form .form_content .commit input[type="text"]{
    width: 222px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
}
.PA_form .form_content .commit input[type="text"]::placeholder{
    padding-left: 10px;
}
.PA_form .form_content .commit input[type="reset"]{
    width: 120px;
    height: 40px;
    background: #EBEBEB;
    font-weight: 400;
    font-size: 14px;
    color: #7C7C7C;
    text-align: center;
    line-height: 40px;
    border: none;
    cursor: pointer;
}
.PA_form .form_content .commit input[type="submit"]{
    width: 210px;
    height: 40px;
    background: #F15645;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    border: none;
    cursor: pointer;
}
.PA_form .form_content .right_ewm{
    margin-left: 160px;
    text-align: center;
}
.PA_form .form_content .right_ewm .query{
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.PA_form .form_content .right_ewm .scan{
    font-weight: bold;
    font-size: 18px;
    color: #F15645;
        margin: 10px 0;
}
.PA_form .form_content .right_ewm .code{
    width: 170px;
    height: 170px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(160,160,160,0.25);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
        margin: 0 auto 10px;
}
.PA_form .form_content .right_ewm .code img{
    width: 150px;    
}
.PA_form .form_content .right_ewm span{
    font-weight: 400;
    font-size: 12px;
    color: #333333;
}
.PA_form .secrecy{
    font-weight: 400;
    font-size: 12px;
    color: #B5B5B5;
        display: flex;
}
.PA_form .secrecy span{
    color: #F15645;
}
.maximum .middlecontent .center .policy {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.maximum .middlecontent .center .policy .left {
  width: 838px;
    margin-right: 10px;
}

/* 购课 开始 */
.maximum .middlecontent .center .policy .left .left_pay {
  width: 100%;
  background: #fff;
  padding-bottom: 20px;
}

.maximum .middlecontent .center .policy .left_title {
  width: 100%;
  height: 40px;
  background: #F15645;
  display: flex;
  align-items: center;
}

.maximum .middlecontent .center .policy .left_title img {
  margin: 0 10px;
}

.maximum .middlecontent .center .policy .left_title span {
  font-size: 16px;
  color: #FFFFFF;
}
.maximum .middlecontent .center .policy .left_title a{
        margin: 0 10px 0 auto;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.maximum .middlecontent .center .policy .left .left_pay_table_box {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

.maximum .middlecontent .center .policy .left .left_pay_table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 17px;
  min-height: 327px;
}

.maximum .middlecontent .center .policy .left .left_pay_table th,
.left_pay_table td {
  border: 1px solid #ddd;
  padding: 12px 10px;
  text-align: center;
  width: 100px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.maximum .middlecontent .center .policy .left .left_pay_table th {
  background-color: #f2f2f2;
}

.maximum .middlecontent .center .policy .left .left_pay_table tbody tr td:nth-child(2) {
  min-width: 210px;
}

.maximum .middlecontent .center .policy .left .left_pay_table tbody tr td:nth-child(2) span {
  display: flex;
}

.maximum .middlecontent .center .policy .left .left_pay_table tbody tr td:nth-child(2) a {
  width: 64px;
  height: 20px;
  background: #FEF0EE;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
  color: #FE943F;
  text-align: center;
  line-height: 20px;
  margin-left: 4px;
}

.maximum .middlecontent .center .policy .left .left_pay_table tbody tr td:nth-child(3) a {
  color: #F15645;
}

.maximum .middlecontent .center .policy .left .left_pay_table tbody tr td:nth-child(4) a,
.maximum .middlecontent .center .policy .left .left_pay_table tbody tr td:nth-child(5) a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 50%;
  transform: translateX(-50%);
}

.maximum .middlecontent .center .policy .left .left_pay_table tbody tr td:nth-child(4) a {
  width: 130px;
  height: 32px;
  background: #FCF6F6;
  border: 1px solid #DEDEDE;
  border-radius: 16px;
  color: #333333;
}

.maximum .middlecontent .center .policy .left .left_pay_table tbody tr td:nth-child(5) a {
  width: 130px;
  height: 32px;
  background: linear-gradient(-90deg, #EE441F 0%, #F15645 100%);
  border-radius: 16px;
  color: #FFFFFF;
}

.maximum .middlecontent .center .policy .left .left_pay_detail {
  margin-top: 21px;
  margin-left: 10px;
  width: 818px;
  height: 97px;
  background: #FFF1EF;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.maximum .middlecontent .center .policy .left .left_pay_detail > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.maximum .middlecontent .center .policy .left .left_pay_detail > div span:nth-child(1) {
  font-weight: bold;
  color: #F15645;
  font-size: 16px;
  margin: 0 0 2px 0;
}

.maximum .middlecontent .center .policy .left .left_pay_detail > div span:nth-child(1) ~ span {
  color: #333;
  font-size: 14px;
}

/* 购课 结束 */

/* 毕业证书 开始 */
.maximum .middlecontent .center .policy .left .left_diploma {
  margin-top: 10px;
  width: 100%;
  background: #FFFFFF;
  padding-bottom: 20px;
}

.maximum .middlecontent .center .policy .left .left_diploma_detail {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 20px;
}

.maximum .middlecontent .center .policy .left .left_diploma_detail img {
  width: 250px;
  height: 164px;
}

.maximum .middlecontent .center .policy .left .left_diploma_detail a {
  width: 253px;
  height: 166px;
  background: url(/statics/theme/img/content/bg_diploma.png) no-repeat;
  background-size: 100% 100%;
  line-height: 166px;
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
}

/* 毕业证书 结束 */

/* 招生简章 院校政策 开始 */
.maximum .middlecontent .center .policy .left .left_pagelist {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px;
}

.maximum .middlecontent .center .policy .left .left_enrollPage,
.maximum .middlecontent .center .policy .left .left_schoolPage {
  background: #FFFFFF;
  width: 414px;
  padding-bottom: 20px;
     height: 230px;
}

.maximum .middlecontent .center .policy .left .left_enrollPage ul,
.maximum .middlecontent .center .policy .left .left_schoolPage ul {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0px 10px;
}

.maximum .middlecontent .center .policy .left .left_enrollPage ul li,
.maximum .middlecontent .center .policy .left .left_schoolPage ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 35px;
}

.maximum .middlecontent .center .policy .left .left_enrollPage ul a,
.maximum .middlecontent .center .policy .left .left_enrollPage ul span,
.maximum .middlecontent .center .policy .left .left_schoolPage ul a,
.maximum .middlecontent .center .policy .left .left_schoolPage ul span {
  font-size: 14px;
  color: #666666;
}

/* 招生简章 院校政策 结束 */

/*院校库开始*/
.More .school_datas{
        display: flex;
    flex-wrap: wrap;
}
.More .school_datas .single{
    display: block;
    width: 272px;
    min-height: 200px;
    background: #FFFFFF;
    margin-top: 10px;
}
.More .school_datas .single:not(:nth-child(3n)){
    margin-right: 10px;
}
.More .school_datas .single .compare{
        display: inline-block;
    width: 63px;
    height: 20px;
    background: #F15645;
    border-radius: 0px 10px 10px 0px;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
}
.More .school_datas .single .scholl_name{
        display: flex;
        padding: 0 10px;
        align-items: center;
        margin: 5px 0 10px;
}
.More .school_datas .single .scholl_name img{
        height: 60px;
        width: 60px;
    margin-right: 8px;
}
.More .school_datas .single .scholl_name p span{
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}
.More .school_datas .single .school_location{
    display: flex;
    justify-content: space-between;
    padding: 0 10px 10px;
    border-bottom: 1px solid #E8E8E8;
}
.More .school_datas .single .school_location p{
    font-weight: 400;
font-size: 14px;
color: #999999;    
}
.More .school_datas .single .property{
        display: flex;
    flex-wrap: wrap;
        padding: 0 10px;
}
.More .school_datas .single .property p{
    background: #FFF7F1;
    border-radius: 2px;
    border: 1px solid #FE943F;
    font-weight: 400;
    font-size: 12px;
    color: #EB7B21;
    text-align: center;
    line-height: 22px;
    padding: 0px 10px;
        margin-top: 10px;
            margin-right: 10px;
}
/*院校库结束*/

/*答疑小助手开始*/
.Mentoring{
    width: 100%;
    height: 360px;
    background-image: url(/statics/theme/img/content/bg_issue.png);
    background-size: cover;
        margin-top: 10px;
        position: relative;
}
.Mentoring_logo{
        display: flex;
    align-items: center;
    height: 82px;
    position: absolute;
    left: 53px;
    top: 0px;
}
.Mentoring_logo p img{
    height: 58px;
    width: 58px;
}
.Mentoring_logo>div{
    margin-left: 25px;
}
.Mentoring_logo>div p{
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}
.Mentoring_logo>div span{
    font-size: 14px;
    color: #FFFFFF;
}
.Mentoring .quiz{
    position: absolute;
    right: 80px;
    top: 21px;
    width: 126px;
    height: 40px;
}
.Mentoring .article{
    position: absolute;
    top: 82px;
    left: 10px;
    width: 818px;
    height: 275px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        align-content: flex-start;
}
.Mentoring .individual{
    width: 400px;
    height: 105px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #FFEFED;
    margin-top: 20px;
}
.Mentoring .individual>p{
    width: 398px;
    height: 40px;
    background: #FFEFED;
    border-radius: 10px 10px 0px 0px;
    line-height: 40px;
    padding-left: 17px;
    font-size: 14px;
    color: #F15645;
}
.Mentoring .individual>p>a{
  color: #F15645;
}
.Mentoring .individual>div{
    padding: 0 17px;
    font-size: 14px;
    color: #999999;
    margin-top: 12px;
}
.Mentoring .individual>div>a{
        font-size: 14px;
    color: #F15645;
        float: right;
}
/*答疑小助手结束*/

.maximum .middlecontent .center .policy .right {
  width: 352px;
}

/* 院校动态 开始 */
.maximum .middlecontent .center .policy .right .right_schoolPage {
  width: 100%;
  background: #FFFFFF;
}

.maximum .middlecontent .center .policy .right .right_schoolPage ul {
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 24px 20px;
  display: flex;
  flex-direction: column;
}

.maximum .middlecontent .center .policy .right .right_schoolPage ul li {
  border-bottom: 1px solid #EAEAEA;
  line-height: 50px;
  display: flex;
  align-items: center;
}

.maximum .middlecontent .center .policy .right .right_schoolPage ul span:nth-of-type(1) {
  width: 20px;
  height: 24px;
  font-weight: bold;
  color: #FF8F3C;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border-radius: 2px;
}

.maximum .middlecontent .center .policy .right .right_schoolPage ul span.right_top1 {
  background: linear-gradient(180deg, #F85F68, #ED4844);
  color: #FFFFFF;
}

.maximum .middlecontent .center .policy .right .right_schoolPage ul span.right_top2 {
  background: linear-gradient(180deg, #FB9404, #FF7E00);
  color: #FFFFFF;
}

.maximum .middlecontent .center .policy .right .right_schoolPage ul span.right_top3 {
  background: linear-gradient(180deg, #EFB76F, #E4AC72);
  color: #FFFFFF;
}

.maximum .middlecontent .center .policy .right .right_schoolPage ul li a {
  display: inline-block;
    width: 273px;
      color: #333333;
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0 15px 10px;
}

.maximum .middlecontent .center .policy .right .right_schoolPage ul span:nth-of-type(2) {
  color: #999999;
  font-size: 14px;
}

.maximum .middlecontent .center .policy .right .right_more {
  width: 178px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #F15645;
  border-radius: 20px;
  font-size: 14px;
  color: #F15645;
  line-height: 40px;
  text-align: center;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
}

/* 院校动态 结束 */

/* 中职升学院校推荐 开始 */
.maximum .middlecontent .center .policy .right .right_schoolList {
  margin-top: 10px;
  width: 100%;
}

.right_schoolList .domain {
  padding: 10px 10px;
  background: #fff;
}

.right_schoolList .domain .circulation li {
  display: flex;
  align-items: center;
  padding: 0 0 9px 0;
  margin-top: 18px;
}

.right_schoolList .domain .circulation li:not(:last-child) {
  border-bottom: 1px solid #EAEAEA;
}

.right_schoolList .domain .circulation li .number {
  margin: 0 10px 0 0;
  font-size: 16px;
  font-weight: 400;
  color: #FF8F3C;
  display: inline-block;
  width: 20px;
  height: 24px;
  text-align: center;
  line-height: 24px;
}

.right_schoolList .domain .circulation li:nth-child(-n+3) .number {
  display: inline-block;
  width: 20px;
  height: 24px;
  background: linear-gradient(180deg, #F85F68, #ED4844);
  border-radius: 2px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}

.right_schoolList .domain .circulation li:nth-child(2) .number {
  background: linear-gradient(180deg, #FB9504, #FF7D00);
}

.right_schoolList .domain .circulation li:nth-child(3) .number {
  background: linear-gradient(180deg, #EFB76F, #E3AB72);
}

.right_schoolList .domain .circulation li a {
  display: flex;
  color: #333;
}

.right_schoolList .domain .circulation li img.school_pic {
  display: block;
  width: 48px;
  height: 48px;
}

.right_schoolList .domain .circulation li a .school_tj p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 7px;
}

.right_schoolList .domain .circulation li a .school_tj {
  position: relative;
  top: -3px;
  margin-left: 10px;
}

.right_schoolList .domain .circulation li a .school_tj div span {
  display: inline-block;
  padding: 1px 7px;
  border: 1px solid #D2D2D2;
  font-size: 12px;
  font-weight: 400;
  color: #A9A4A4;
  border-radius: 4px;
}

.right_schoolList .domain .viewmore {
  width: 178px;
  height: 40px;
  display: block;
  background: #FFFFFF;
  border: 1px solid #F15645;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #F15645;
  text-align: center;
  line-height: 40px;
  margin: 13px auto;

}

/* 中职升学院校推荐 结束 */


/*顶部滑动滚动条出现开始*/
.flex_top{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 5px 21px 0px rgba(241,86,69,0.4);
      z-index: 10;
}
.flex_top .center{
    width: 1200px;
    height: 100px;
    margin: auto;
    display: flex;
    align-items: center;
        justify-content: space-around;
}
.flex_top .center>p>img{
        height: 41px;
}
.flex_top .center .border{
    width: 1px;
    height: 66px;
    background: #F15645;
}
.flex_top .center .school_top_name{
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    width: 280px;
}
.flex_top .center .subscribe{
    width: 162px;
    height: 45px;
    background: #F15645;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 45px;
        margin-left: 111px;
}
.flex_top .center .asking{
    width: 162px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #F15645;
    font-size: 18px;
    color: #F15645;
    text-align: center;
    line-height: 45px;
}
.flex_top .phone_number {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: Microsoft YaHei;
}
.flex_top .phone_number > p {
  position: relative;
}
.flex_top .phone_number > p > img {
  position: absolute;
  left: -37px;
  top: 0;
}
.flex_top .phone_number > p > span {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.flex_top .phone_number > span {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
/*顶部滑动滚动条出现结束*/


.maximum .middlecontent .center .recruit .asking {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.maximum .middlecontent .center .recruit .asking .left {
  width: 760px;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
}

.maximum .middlecontent .center .recruit .asking .left .more {
  width: 100%;
  height: 45px;
  background: #FE943F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  box-sizing: border-box;
}

.maximum .middlecontent .center .recruit .asking .left .more p {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}

.maximum .middlecontent .center .recruit .asking .left .more a {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}

.maximum .middlecontent .center .recruit .asking .left .article {
  padding: 10px 24px 10px 20px;
}

.maximum .middlecontent .center .recruit .asking .left .article .article_cen {
  width: 100%;
  border-bottom: 1px solid #E8E8E8;
  padding: 12px 0 16px;
}

.maximum .middlecontent .center .recruit .asking .left .article:last-child .article_cen:last-child {
  border: 0;
}

.maximum .middlecontent .center .recruit .asking .left .article .article_cen p {
  display: flex;
  align-items: flex-start;
}

.maximum .middlecontent .center .recruit .asking .left .article .article_cen p a {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-left: 9px;
}

.maximum .middlecontent .center .recruit .asking .left .article .article_cen .check {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  display: inline-block;
  margin-top: 10px;

}

.maximum .middlecontent .center .recruit .asking .left .article .article_cen .check span:last-child {
  color: #F15645;
}

.maximum .middlecontent .center .recruit .asking .right {
  width: 362px;
}

.maximum .middlecontent .center .recruit .asking .right .diploma,
.maximum .middlecontent .center .policy .right .diploma {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
}

.maximum .middlecontent .center .recruit .asking .right .diploma .top,
.maximum .middlecontent .center .policy .right .diploma .top {
  width: 100%;
  height: 45px;
  background: linear-gradient(0deg, #F8F0F0 0%, #FFFFFF 99%);
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 45px;
  border-left: 4px solid #F15645;
  padding-left: 14px;
  box-sizing: border-box;
}

.maximum .middlecontent .center .recruit .asking .right .diploma .buttom,
.maximum .middlecontent .center .policy .right .diploma .buttom {
  display: flex;
  justify-content: space-between;
  padding: 18px 16px;
}

.maximum .middlecontent .center .recruit .asking .right .diploma .buttom img,
.maximum .middlecontent .center .policy .right .diploma .buttom img {
  height: 140px;
  width: 210px;
}

.maximum .middlecontent .center .recruit .asking .right .diploma .buttom a,
.maximum .middlecontent .center .policy .right .diploma .buttom a {
  display: inline-block;
  width: 100px;
  height: 140px;
  background: #F15645;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.maximum .middlecontent .center .recruit .asking .right .margin,
.maximum .middlecontent .center .policy .right .margin {
  margin-top: 20px;
}

.maximum .middlecontent .center .recruit .asking .right .margin .teach,
.maximum .middlecontent .center .policy .right .margin .teach {
  padding: 13px 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.maximum .middlecontent .center .recruit .asking .right .margin .teach a,
.maximum .middlecontent .center .policy .right .margin .teach a {
  width: 156px;
}

.maximum .middlecontent .center .recruit .asking .right .margin .teach a img,
.maximum .middlecontent .center .policy .right .margin .teach a img {
  width: 156px;
  height: 90px;
}

.maximum .middlecontent .center .recruit .asking .right .margin .teach a span,
.maximum .middlecontent .center .policy .right .margin .teach a span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

/* 热门工具开始  */
.show_hotTools {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 20px;
}

.index_mian_hotTools {
  width: 100%;
  height: 145px;
  background: url(../../img/content/bg_index_NinthBg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;

}

.index_mian_hotTools > p {
  width: 48px;
  height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
  margin-left: 45px;
}

.index_mian_hotTools > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 155px;
  margin-top: 28px
}

.index_mian_hotTools > div > div {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  width: 804px;
  justify-content: space-between;
}

.index_mian_hotTools_toolList {
  display: flex;
  align-items: center;
}

.index_mian_hotTools_toolList > img {
  width: 34px;
  height: 34px;
}

.index_mian_hotTools_toolList > a {
  font-size: 18px;
  font-weight: 400;
  color: #F15645;
  margin-left: 11px;
}

.index_mian_hotTools_toolList > a:hover {
  font-size: 20px;
  transition: all .2s;
  text-decoration: underline;
}

.tool_marginLeft {
  margin-left: -15px;
}

/* 热门工具结束  */

/*预约看校开始*/
.Inspection{
    display: none;
    position: fixed;
    left: 50%;
    border-radius: 5px;
    top: 170px;
    width: 374px;
    height: 512px;
    background: url(/statics/theme/img/content/bg_Inspection.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: -187px;
    text-align: center;
    font-weight: bold;
    color: #B0400D;
    z-index: 20;
}
.Inspection .pop{
    position: absolute;
    right: 45px;
    top: 40px;
    cursor: pointer;
}
.Inspection .ewm{
        width: 252px;
    height: 252px;
    background: #FFFFFF;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 203px;
    text-align: center;
}
.Inspection .ewm>img{
        height: 188px;
            margin-top: 9px;
}
.Inspection .ewm p{
    font-size: 14px;
color: #343434;
}

/*预约看校结束*/

/*问招办开始*/
.school_close{
    width: 26px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.school_popup_form>p{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    text-align: left;
    margin: 20px 0;
}
.school_popup_form button{
    width: 400px;
    height: 56px;
    background: #EDEDED;
    border-radius: 10px;
    margin-top: 30px;
    cursor: pointer;
}
.school_popup_form {
    padding: 14px 20px;
}.school_popup_form label select {
    color: #666;
}

.school_popup_form  label select,.school_popup_form  label input{
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: right;
    appearance: none;

    background: #fff;
    height: 100%;
    width: 70%;
    text-indent: 1em;
    outline: none;
}
.school_popup_form  label p span{
    color: #F15645;
    font-weight: bold;
    margin-right: .5vw;
}
.school_popup_form  label{
    width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EDEDED;
}
.school_popup_mask{
    display:none;
    opacity: 0.34;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: #000;
    left: 0;
    z-index: 10;
}
.school_popup{
    display: none;
    position: fixed;
    left: 50%;
    border-radius: 5px;
    top: 170px;
    width: 430px;
    background: url(/statics/theme/img/mobile/school_bg.png) #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 530px;
    margin-left: -215px;
    text-align: center;
    font-weight: bold;
    color: #B0400D;
    z-index: 20;
}
#school_popup_close{
    width: 6vw;
    height: 6vw;
    position: absolute;
    right: 33vw;
    cursor: pointer;
    bottom: -8vw;}
p.school_popup_desc {
    font-size: 3.5vw;
    margin-bottom: 5vw;
    margin-top: 1vw;
}
p.school_popup_tit {
    font-size: 6vw;
}
.school_popup_text{
    font-size: 3.4vw;
    color: #333333;
}
.school_popup_header>div{

    
    text-align: left;
    margin-left: 20px;
    color: #F15645;
    font-weight: bold;
    font-size: 22px;
    
}
.school_popup_header>div>p{
    margin-bottom: .6vw;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}
.school_popup_header>div .platform{
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
    color: #F15645;
    font-weight: bold;
    font-size: 22px;
}
.school_popup_header{
    display: flex;
    padding: 28px 15px;
}
.school_popup_header img{

    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: inline;
}
/*问招办结束*/