body {
  max-width: 100%;
  overflow-x: hidden;
  background: #F6F6F6;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
ul,
dl,
dt,
dd,
a,
i,
b,
em,
strong,
img,
input {
  margin: 0;
  padding: 0;
}
b,
strong,
i,
em {
  font-weight: normal;
}
body,
html {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1200px;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
}
ul,
ol,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
input,
:focus {
  outline: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
input::focus-inner {
  padding: 0;
  border: 0;
}
input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
select::-ms-expand {
  display: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
img {
  vertical-align: top;
  border: none;
  max-width: 100%;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
::selection {
  background: #D03333;
  color: white;
  text-shadow: none;
}
::-webkit-scrollbar-track-piece {
  width: 6px;
  background-color: #f2f2f2;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  height: 0.5rem;
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:hover {
  background: #707070;
}
textarea,
select {
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/*通用*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix::after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  clear: both;
}
.box_container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1500px;
}
.school_top {
  background-color: #fff;
}
.school_conditions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
  padding: 20px 0 10px;
  width: 100%;
  box-sizing: border-box;
}
.school_conditions.school_conditions_none {
  border: none;
}
.school_conditions h6 {
  width: 100px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  text-align: right;
}
.school_conditions ul,
.school_conditions p {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 180px);
}
.school_conditions ul li {
  margin-right: 20px;
  margin-bottom: 10px;
}
.school_conditions ul li a {
  display: block;
  border-radius: 14px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  line-height: 28px;
  background: transparent;
}
.school_conditions ul li a:hover,
.school_conditions ul li a.active {
  color: #fff;
  background: linear-gradient(135deg, #FFB6A6 0%, #FF7F6D 100%);
}
.school_conditions input {
  width: 330px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 18px 0 0 18px;
  border: 1px solid #E6E6E6;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 36px;
  margin-bottom: 10px;
  padding: 0 10px;
  box-sizing: border-box;
  border-right: none;
}
.school_conditions input.focus {
  border-color: #FF7F6D;
}
.school_conditions .school_search_btn {
  width: 62px;
  height: 36px;
  background: #E6E6E6;
  border-radius: 0px 18px 18px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.school_conditions .school_search_btn.focus {
  background: linear-gradient(135deg, #FFB6A6 0%, #FF7F6D 100%);
}
.school_content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.school_content .school_left {
  width: calc(100% - 380px);
}
.school_content .school_left > h1,
.school_content .school_left > h5,
.school_content .school_left .h1 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  display: flex;
  margin-bottom: 20px;
}
.school_content .school_left > h1 h1,
.school_content .school_left > h5 h1,
.school_content .school_left .h1 h1 {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  font-weight: 400;
}
.school_content .school_left > h1 span,
.school_content .school_left > h5 span,
.school_content .school_left .h1 span {
  margin-right: 10px;
}
.school_content .school_left > h1 a,
.school_content .school_left > h5 a,
.school_content .school_left .h1 a {
  margin: 0 5px;
}
.school_content .school_left > h1 a:hover,
.school_content .school_left > h5 a:hover,
.school_content .school_left .h1 a:hover {
  color: #FF5246;
}
.school_content .school_left .school_left_list li {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(230, 230, 230, 0.5);
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
}
.school_content .school_left .school_left_list li img {
  width: 264px;
  height: 200px;
  margin-right: 20px;
  border-radius: 12px;
}
.school_content .school_left .school_left_list li > div {
  width: calc(100% - 284px);
}
.school_content .school_left .school_left_list li h2 {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
  cursor: default;
}
.school_content .school_left .school_left_list li h6 {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
.school_content .school_left .school_left_list li h6 span,
.school_content .school_left .school_left_list li h6 strong {
  padding: 0 5px;
  border-radius: 6px;
}
.school_content .school_left .school_left_list li h6 span {
  color: #3682BC;
  background: #E3F3FF;
  margin-right: 10px;
}
.school_content .school_left .school_left_list li h6 strong {
  color: #EC6A62;
  background: rgba(255, 186, 176, 0.4);
}
.school_content .school_left .school_left_list li p {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  background: #FAFAFA;
  box-sizing: border-box;
  padding: 10px;
  max-height: 66px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
}
.school_content .school_left .school_left_list li .link span {
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  border-radius: 6px;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  margin-right: 10px;
  padding: 0 5px;
  margin-top: 11px;
}
.school_content .school_left .school_left_list li .link a {
  float: right;
  width: 165px;
  height: 46px;
  background: linear-gradient(136deg, #FFB6A6 0%, #FF7F6D 100%);
  box-shadow: 0px 6px 10px 0px rgba(255, 127, 109, 0.32);
  border-radius: 23px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 46px;
  text-align: center;
  transition: 0.2s;
}
.school_content .school_left .school_left_list li .link a:hover {
  background: linear-gradient(136deg, #FF9F8A 0%, #FF5246 100%);
}
.school_content .school_left .school_left_page {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.school_content .school_left .school_left_page a {
  background: #E6E6E6;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 40px;
  padding: 0 5px;
  margin: 0 5px;
  min-width: 40px;
  text-align: center;
  box-sizing: border-box;
}
.school_content .school_left .school_left_page a:hover {
  background: rgba(255, 82, 70, 0.1);
  color: #FF5246;
}
.school_content .school_left .school_left_page a.active {
  background: linear-gradient(135deg, #FFB4A5 0%, #FF8270 100%);
  color: #fff;
}
.school_content .school_left .details_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(230, 230, 230, 0.5);
  border-radius: 12px;
  box-sizing: border-box;
  padding: 20px;
}
.school_content .school_left .details_top img {
  width: 416px;
  height: 317px;
  margin-right: 20px;
}
.school_content .school_left .details_top .details_top_r {
  width: 100%;
}
.school_content .school_left .details_top .details_top_r div {
  display: flex;
  justify-content: space-between;
}
.school_content .school_left .details_top .details_top_r div h1 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 34px;
}
.school_content .school_left .details_top .details_top_r div span {
  display: flex;
}
.school_content .school_left .details_top .details_top_r div span i {
  width: 26px;
  height: 24px;
  background-image: url('../images/x_1.png');
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}
.school_content .school_left .details_top .details_top_r div span.i_4 i:last-child {
  background-image: url('../images/x_3.png');
}
.school_content .school_left .details_top .details_top_r div span.i_4_5 i:last-child {
  background-image: url('../images/x_2.png');
}
.school_content .school_left .details_top .details_top_r h4 {
  display: flex;
  margin-top: 10px;
}
.school_content .school_left .details_top .details_top_r h4 span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  padding: 0 5px;
  margin-right: 10px;
}
.school_content .school_left .details_top .details_top_r h4 span:nth-child(1) {
  color: #3682BC;
  background: #E3F3FF;
  border-color: #E3F3FF;
  font-size: 16px;
}
.school_content .school_left .details_top .details_top_r h4 span:nth-child(2) {
  color: #EC6A62;
  background: #FFBAB0;
  border-color: #FFBAB0;
  font-size: 16px;
}
.school_content .school_left .details_top .details_top_r h5 {
  background: #FAFAFA;
  padding: 10px;
  box-sizing: border-box;
  margin: 20px 0;
  min-height: 72px;
}
.school_content .school_left .details_top .details_top_r h5 p {
  display: flex;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  font-weight: normal;
}
.school_content .school_left .details_top .details_top_r h5 p span:first-child {
  margin-right: 60px;
}
.school_content .school_left .details_top .details_top_r h5 p strong {
  font-weight: bold;
}
.school_content .school_left .details_top .details_top_r h6 p {
  display: flex;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  font-weight: normal;
  flex-wrap: wrap;
}
.school_content .school_left .details_top .details_top_r h6 p span:first-child {
  margin-right: 30px;
}
.school_content .school_left .details_tab {
  display: flex;
  margin: 25px 0;
}
.school_content .school_left .details_tab a {
  font-size: 20px;
  color: #666666;
  line-height: 28px;
  margin-right: 40px;
  position: relative;
}
.school_content .school_left .details_tab a::after {
  content: '';
  background: #7ACB9B;
  border-radius: 2px;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -5px;
  display: none;
}
.school_content .school_left .details_tab a.active,
.school_content .school_left .details_tab a:hover {
  color: #333;
  font-weight: bold;
}
.school_content .school_left .details_tab a.active::after,
.school_content .school_left .details_tab a:hover::after {
  display: block;
}
.school_content .school_left .details_box {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(230, 230, 230, 0.5);
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 40px 0;
  box-sizing: border-box;
}
.school_content .school_left .details_box h5 {
  background: #7ACB9B;
  border-radius: 0 16px 16px 0;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  display: inline-block;
  padding: 0 20px;
}
.school_content .school_left .details_box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding: 0px 40px;
  margin-bottom: 10px;
  display: flex;
}
.school_content .school_left .allmap {
  width: calc(100% - 80px);
  height: 300px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 20px auto;
}
.school_content .school_left .details_img {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  margin: 20px 0;
}
.school_content .school_left .details_img img {
  width: 33%;
}
.school_content .school_left .recommended_a {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.school_content .school_left .recommended_a a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.school_content .school_left .recommended_a a:hover {
  color: #FF7F6D;
}
.school_content .school_left .recommended_a a:first-child {
  margin-right: 80px;
}
.school_content .school_left .recommended_a a span {
  margin-right: 10px;
}
.school_content .school_right {
  width: 360px;
}
.school_content .school_right_list h4 {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 4px;
  margin-bottom: 20px;
}
.school_content .school_right_list h4 span {
  font-weight: bold;
  color: #333333;
  position: relative;
}
.school_content .school_right_list h4 span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: #7ACB9B;
  border-radius: 2px;
}
.school_content .school_right_list ul li {
  height: 100px;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 0px #E6E6E6;
  border-radius: 12px;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  transition: 0.2s;
  overflow: hidden;
}
.school_content .school_right_list ul li:hover {
  box-shadow: 0px 2px 10px 0px #ddd;
}
.school_content .school_right_list ul li h2 {
  width: 100%;
}
.school_content .school_right_list ul li a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  font-weight: bold;
}
.school_content .school_right_list ul li a:hover {
  color: #FF5246;
}
.school_content .school_right_list ul li > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.school_content .school_right_list ul li > div p {
  display: flex;
  white-space: nowrap;
}
.school_content .school_right_list ul li > div p span {
  border-radius: 6px;
  padding: 0 5px;
  font-size: 14px;
  color: #D77D41;
  line-height: 24px;
  margin-right: 10px;
}
.school_content .school_right_list ul li > div p span.s_1 {
  background: #FFE3CF;
}
.school_content .school_right_list ul li > div p span.s_2 {
  background-color: #FFEECB;
  color: #C88934;
}
.school_content .school_right_list ul li > div p span.s_3 {
  background-color: #FFF8BD;
  color: #D39F18;
}
.school_content .school_right_list ul li > div time {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.school_content .school_right_img img {
  width: 100%;
  margin: 20px 0;
  display: block;
  border-radius: 12px;
}
.school_content .school_right_form {
  margin: 20px 0;
  height: 568px;
  background: url('../images/form_bg.png') no-repeat center;
  background-size: contain;
  box-sizing: border-box;
  padding-top: 165px;
}
.school_content .school_right_form > div {
  width: 304px;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 10px 0px rgba(255, 100, 71, 0.5);
  border-radius: 12px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
.school_content .school_right_form > div select,
.school_content .school_right_form > div input {
  width: 100%;
  display: block;
  height: 36px;
  background-color: #fff;
  border-radius: 20px;
  border: none;
  margin-bottom: 10px;
  text-indent: 1em;
  font-size: 16px;
  color: #333;
}
.school_content .school_right_form > div .select_bg {
  position: relative;
}
.school_content .school_right_form > div .select_bg::after {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  pointer-events: none;
  content: " ";
  display: block;
  width: 15px;
  height: 18px;
  background: url(../images/select.png) no-repeat top center;
}
.school_content .school_right_form > div .imgCode_wrap {
  position: relative;
}
.school_content .school_right_form > div .imgCode_wrap .vimg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  border-radius: 0 12px 12px 0;
}
.school_content .school_right_form > div p {
  position: relative;
}
.school_content .school_right_form > div p input {
  box-sizing: border-box;
  padding-right: 115px;
}
.school_content .school_right_form > div p .get-vcode {
  position: absolute;
  top: 5px;
  right: 0;
  width: 100px;
  font-size: 14px;
  line-height: 26px;
  height: 26px;
  text-align: center;
  background-color: #ddd;
  border-radius: 15px;
  z-index: 2;
  cursor: pointer;
  padding-right: 0;
}
.school_content .school_right_form > div p .get-vcode:hover {
  color: #D03333;
}
.school_content .school_right_form > div button {
  width: 165px;
  height: 46px;
  background: linear-gradient(136deg, #FFF872 0%, #FFB643 100%);
  box-shadow: 0px 8px 10px 0px rgba(255, 73, 47, 0.5), 3px 5px 5px 0px rgba(255, 235, 153, 0.5);
  border-radius: 23px;
  font-size: 18px;
  font-weight: bold;
  color: #882E2E;
  line-height: 25px;
  border: none;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
.school_content .school_right_form > div button:hover {
  color: #D03333;
}
.school_content .school_right_code {
  display: flex;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  justify-content: space-around;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.school_content .school_right_code p {
  width: 48%;
}
.school_content .school_right_code span {
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-top: 10px;
}
.school_content .school_right_code img {
  display: block;
}
#bottom p span {
  font-weight: bold;
  width: 90px;
}
#provinceList,
#cityList,
#examType {
  background: none;
  background-color: #fff;
  padding-left: 0;
}
@media only all and (max-width: 1600px) {
  .box_container {
    max-width: 1200px;
  }
  .school_conditions {
    padding: 10px 0 5px;
  }
  .school_content {
    margin-top: 20px;
  }
}
/*提示小弹窗*/
.alert_tip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
  z-index: 5;
  font-size: 16px;
  line-height: 16px;
  max-width: 400px;
  display: none;
}
