* {
  margin: 0;
  padding: 0;
}
.container {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 1200px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.container div img {
  width: 320px;
  height: 150px;
  border-radius: 3px;

  transition: all 300ms ease-in-out 0s;
}
.container div img:hover {
  transform: scale(1.05);
}
.img-bottom {
  margin-top: 20px;
}
.TabsBox {
  box-sizing: border-box;
  width: 1200px;
  /*padding: 0 40px;*/
  margin: 0 auto;
}
.TabsBox .tabs_container {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.TabsBox .tabs_container .item {
  font-size: 18px;
  font-weight: 600;
  color: #8d94a8;
  width: 367px;
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #efefef;
}
.TabsBox .tabs_container .active {
  color: #8fa6fc;
  font-size: 20px;
  border-bottom: 2px solid #8fa6fc;
}

.tabs_content .tabs_item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* .tabs_item{*/
/*  display: none;*/
/*}*/
.tabs_item.active {
  display: block;
}
.item_content {
  margin-top: 30px;
}
.tabs_content .tabs_item div .icon {
  width: 30px;
  height: 30px;
}
.tabs_content .tabs_item_list div {
  width: 520px;
}
.tabs_item .item_content div {
  box-sizing: border-box;
  padding-left: 40px;
  margin-bottom: 15px;
}
.tabs_item .item_content div span {
  font-size: 18px;
  color: #2e3b60;
  font-weight: 600;
  position: relative;
  top: -8px;
  left: 10px;
}
.tabs_item .item_content p {
  color: #6a789b;
  font-size: 14px;
  letter-spacing: 1px;
  text-indent: 1em;
}
/*****专业选科*******/
.content_box svg {
  position: relative;
  top: 9px;
}
.tabs_item_box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
.tabs_box_content {
  width: 260px !important;
  box-sizing: border-box;
  margin-top: 30px;
  height: 150px;
  transition: 5s ease-in-out;
  box-shadow: 0 1px 4px 0 #90a7fc;
  border-radius: 15px;
  padding: 10px;
  box-sizing: border-box;
}
.content_box {
  text-align: center;
}
.content_box_title a {
  cursor: pointer;
}

.content_box .content_box_title {
  color: #2e3b60;
  font-size: 18px;
  font-weight: 600;
}
.content_box .content_box_ratio {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.content_box .content_box_specialty {
  text-align: center;
  margin-top: 10px;
  display: none;
  font-size: 14px;
}
/****赋分****/
.tabs_item_score table tr td {
  padding: 15px;
}

.tabs_item_score table tr:nth-child(2) td {
  color: rgb(192, 0, 0);
}
.equation_text p {
  margin-bottom: 10px;
}
.equation_text {
  margin-left: 100px;
}
.equation_text span {
  font-weight: 600;
}
.equation {
  display: flex;
  margin: 30px auto 0 auto;
  width: 900px;
  justify-content: space-between;
  align-items: center;
}
.equation div:nth-child(1) {
  color: white;
  background-color: #1f7ce4;
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  letter-spacing: 3px;
}
.equation .equation_calculate {
  width: 100px;
  font-size: 25px;
  text-align: center;
}
.equation .equation_calculate {
  width: 100px;
  font-size: 25px;
  text-align: center;
}
/****新高考前后对比****/
.contrast_container {
  box-sizing: border-box;
  width: 1200px;
  margin: 50px auto 0 auto;
}

.contrast_title .contrast_title_text {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.contrast_title .contrast_title_text:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 25px;
  margin-right: 10px;
  vertical-align: text-top;
  background-color: #0078d7;
}
.score_text {
  font-size: 20px;
  font-weight: 600;
  margin: 40px 0 20px 0;
}
.score_text:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 25px;
  margin-right: 10px;
  vertical-align: text-top;
  background-color: #0078d7;
}
.contrast_title_info {
  font-size: 16px;
  margin-top: 10px;
  line-height: 25px;
  color: #6a789b;
}

.pattern {
  width: 557px;
  height: 181px;
  margin: 25px auto 20px auto;
  display: block;
}

.innovation_title .innovation_title_text {
  font-size: 20px;
  font-weight: 600;
}
.innovation_title .innovation_title_text:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 25px;
  margin-right: 10px;
  vertical-align: text-top;
  background-color: #0078d7;
}
.innovation_content {
  margin-top: 20px;
  box-sizing: border-box;
}
.content_item {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.content_item div {
  width: 350px;
  box-sizing: border-box;
}
.content_item div p {
  line-height: 30px;
}
.content_item div:nth-child(1) {
  background-color: #e7e9ed;
  margin-top: 10px;
  padding: 10px;
}
.content_item div:nth-child(2) {
  width: 150px;
  background-color: #247cd0;
  padding: 10px;
}
.content_item div:nth-child(3) {
  background-color: #e7e9ed;
  margin-top: 10px;
  padding: 10px;
}
.content_item div:nth-child(2) p {
  color: white;
  font-size: 18px;
}

.electives {
  font-size: 14px;
  color: #6a789b;
  display: flex;
  margin-bottom: 50px;
  box-sizing: border-box;
  justify-content: space-around;
}
.elective table {
  width: 98%;
  margin: 0 auto;
  text-align: center;
  border-collapse: collapse;
}
.elective table tr > td {
  padding: 10px;
  border: 1px solid #6a789b;
}
/***985院校专业查询****/
.nav:after,
.nav:before {
  content: "";
  display: table;
}
.nav:after {
  clear: both;
  overflow: hidden;
}
.nav {
  zoom: 1;
  margin-left: 20px;
}
.nav li {
  list-style: none outside none;
  float: left;
  position: relative; /*这个很重要*/
  cursor: pointer;
}
.nav .active {
  z-index: 3; /*当前项在最顶端*/
}
.nav li:before,
.nav li:after,
.nav span:before,
.nav span:after {
  content: "";
  position: absolute;
  bottom: 0;
}
.nav li:before,
.nav li:after {
  background: #f38c00;
  width: 10px;
  height: 10px;
}
.nav li:before {
  left: -10px;
}
.nav li:after {
  right: -10px;
}
.nav span {
  float: left;
  padding: 10px 40px;
  text-decoration: none;
  color: white;
  background: #f38c00;
  border-radius: 10px 10px 0 0;
}
.nav .active span {
  background: #247cd0;
  color: white;
}

.nav span:before,
.nav span:after {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #be3569;
  z-index: 2; /*圆形在矩形上面*/
}
.nav .active span:before,
.nav .active span:after {
  background: #f38c00;
}
.nav span:before {
  left: -20px;
}
.nav span:after {
  right: -20px;
}
/*当前项的:after和:before的z-index值为1*/
.nav .active:before,
.nav .active:after {
  z-index: 1; /*当前项的矩形在圆形下面*/
  background: #247cd0;
}
/*第一个选项卡的:before和最后一个选项卡的:after背景色不一样*/
.nav li:first-child span:before,
.nav li:last-child span:after {
  background-color: #fff;
}
.tab-content {
  /*width: 100%;*/
  box-shadow: 3px 4px 10px 1px;
  color: #e7e9ed;
  border-radius: 15px;
  padding: 20px;
  position: relative;
}
.tab-content .tab-pane input {
  box-sizing: border-box;
  width: 100%;
  background: white;
  padding: 10px;
  color: black;
  border-bottom: 1px solid #e7e9ed;
  letter-spacing: 2px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.search {
  position: absolute;
  display: inline-block;
  right: 1%;
  top: 20%;
  font-size: 16px;
  background-color: #48bbff;
  color: white;
  padding: 10px 20px 10px 20px;
  border-radius: 10px 20px 10px 20px;
  cursor: pointer;
}

.search_content table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.search_content table tr > td {
  width: 30px;
  padding: 10px;
  border: 1px solid #eeeeee;
}
.search_content table tr:hover {
  background-color: #fafafa;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: white;
  -webkit-transition-delay: 111111s;
  -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}
.item_content div span a {
  cursor: pointer;
}

.container div {
  position: relative;
}
.container div span {
  cursor: pointer;
  position: absolute;
  font-weight: bold;
  left: 35px;
  padding: 5px 10px;
  border-radius: 3px;
  bottom: 30px;
  background-color: white;
  letter-spacing: 2px;
  box-shadow: 0 0 4px 4px rgb(0 0 0 / 11%);
}
a {
  cursor: default;
}
.menu-group {
  margin-top: 20px;

  width: 100%;

  display: grid;

  grid-template-columns: 360px 360px 360px;

  grid-template-rows: 160px;

  grid-column-gap: 60px;

  row-gap: 20px;
}

.menu {
  background-color: #f2f2f2;

  padding: 30px 40px;

  color: white;

  border-radius: 4px;

  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);

  position: relative;
}

.menu.first {
  background-color: #94a0f5;
}

.menu.first .menu-button {
  color: #94a0f5;
}

.menu.second {
  background-color: #fd939c;
}

.menu.second .menu-button {
  color: #fd939c;
}

.menu.third {
  background-color: #52a938a8;
}

.menu.third .menu-button {
  color: #52a938a8;
}

.menu.fourth {
  background-color: #e17d2c;
}

.menu.fourth .menu-button {
  color: #e17d2c;
}

.menu.fifth {
  background-color: #f5c767;
}

.menu.fifth .menu-button {
  color: #f5c767;
}

.menu.sixth {
  background-color: #0088b9;
}

.menu.sixth .menu-button {
  color: #0088b9;
}

.menu .menu-title {
  font-size: 24px;

  font-weight: 600;
}

.menu .menu-tip {
  font-size: 12px;
}

.menu .menu-button {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.11);

  background-color: white;

  font-weight: bold;

  width: 88px;

  height: 34px;

  line-height: 34px;

  text-align: center;

  border-radius: 3px;

  margin-top: 20px;

  cursor: pointer;
}
