.banner {
  width: 100%;
  display: grid;
  justify-items: center;
}
.banner img {
  min-width: 1200px;
}
.content_wrapper {
  width: 1200px;
  margin: 47px auto 0;
}
.content_wrapper .tabs {
  width: 100%;
  height: 50px;
}
.content_wrapper .tabs span {
  flex: 1;
  background: #f9f9f9;
  height: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #393c3e;
  font-family: FZLTHGBK;
  cursor: pointer;
}
.content_wrapper .tabs span:nth-child(n+2) {
  margin-left: 2px;
}
.content_wrapper .tabs .active {
  background: #92ccfe;
  color: #133045;
  font-family: FZLTCHGBK;
}
.content_wrapper .con_box {
  width: 100%;
  border-left: 1px solid #e0eeff;
  border-right: 1px solid #e0eeff;
  border-bottom: 1px solid #e0eeff;
}
.content_wrapper .con_box .cb_item {
  width: 100%;
  padding: 20px 55px;
  display: none;
}
.content_wrapper .con_box .cb_item .cbi_inner .cbi_btn {
  width: 160px;
  height: 40px;
  background: #f2f5f8;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #133045;
  font-family: FZLTHGBK;
  margin: 10px;
}
.content_wrapper .con_box .cb_item .cbi_inner .cbi_btn:hover {
  background: #92ccfe;
}
.content_wrapper .cw_tit {
  width: 100%;
  margin: 45px 0 30px;
  color: #070707;
  font-size: 36px;
  font-family: FZLTCHGBK;
  text-align: center;
}
.content_wrapper .public_course .pc_tit {
  color: #070707;
  font-size: 20px;
  font-family: FZLTCHGBK;
  background: url('../images/bl_line-5ea22e37fa.png') no-repeat left center;
  padding-left: 15px;
}
.content_wrapper .public_course .pc_table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 40px;
  /* border-radius: 10px;
      overflow: hidden; */
}
.content_wrapper .public_course .pc_table tbody tr td {
  height: 50px;
  border: 1px solid #eee;
  text-align: center;
  color: #133045;
  font-size: 14px;
  font-family: FZLTHGBK;
}
.content_wrapper .public_course .pc_table tbody tr td a {
  color: #133045;
  font-size: 14px;
  font-family: FZLTHGBK;
}
.content_wrapper .public_course .pc_table tbody tr td a:hover {
  color: #ff7355;
}
.content_wrapper .public_course .pc_table tbody tr:nth-child(3n-2) td {
  background: #e5f4ff;
}
.content_wrapper .public_course .pc_table tbody tr:nth-child(1) td {
  width: 98px;
}
.content_wrapper .ad_box {
  display: block;
  width: 100%;
  height: 100px;
}
.content_wrapper .major_box .mb_item {
  height: 40px;
  margin-bottom: 20px;
}
.content_wrapper .major_box .mb_item .mbi_name {
  width: 140px;
  height: 100%;
  color: #393c3e;
  font-size: 18px;
  font-family: FZLTCHGBK;
  line-height: 40px;
}
.content_wrapper .major_box .mb_item .mbi_btn a {
  width: 160px;
  height: 100%;
  text-align: center;
  line-height: 40px;
  background: #f2f5f8;
  color: #133045;
  font-size: 14px;
  font-family: FZLTHGBK;
  margin-right: 20px;
}
.content_wrapper .major_box .mb_item .mbi_btn a:hover {
  color: #ff7355;
}
.content_wrapper .major_box .mb_item .xn_btn {
  width: 160px;
  height: 100%;
  text-align: center;
  line-height: 40px;
  background: #f2f5f8;
  color: #ff8a01;
  font-size: 14px;
  font-family: FZLTHGBK;
}
.xc_box {
  width: 100%;
  display: grid;
  justify-items: center;
}
.xc_box img {
  min-width: 1200px;
}
.freeData_box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}
.freeData_box .fdb_mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.freeData_box .fdb_con {
  width: 430px;
  height: 405px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.freeData_box .fdb_con .fdbc_close {
  width: 31px;
  height: 30px;
  background: url('../images/close_white-cd7db01516.png') no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.freeData_box .fdb_con .fdbc_tab {
  padding: 60px 30px 0;
}
.freeData_box .fdb_con .fdbc_tab .tab_btns {
  width: 100%;
  display: flex;
}
.freeData_box .fdb_con .fdbc_tab .tab_btns .tb_item {
  flex: 1;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  padding-bottom: 13px;
  cursor: pointer;
}
.freeData_box .fdb_con .fdbc_tab .tab_btns .active {
  border-bottom: 1px solid #ed4248;
}
.freeData_box .fdb_con .fdbc_tab .tab_con {
  width: 100%;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item {
  width: 100%;
  display: none;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .tci_box {
  width: 100%;
  height: 48px;
  border: 1px solid #d2d2d2;
  padding-left: 40px;
  display: flex;
  margin-top: 38px;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .tci_box input {
  flex: 1;
  width: 100%;
  height: 100%;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .tci_box .getyzm {
  width: 122px;
  height: 100%;
  background: #ed4248;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 12px;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .tci_box .daojishi {
  display: none;
  width: 122px;
  height: 100%;
  background: #ed4248;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 12px;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .tci_box_phone {
  background: url('../images/user-f8e1417a7f.png') no-repeat 12px center;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .tci_box_code {
  background: url('../images/password-72c2e20168.png') no-repeat 12px center;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .forgetm {
  display: block;
  text-align: right;
  padding-top: 15px;
  color: #808080;
  font-size: 0.1 0.5px;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .forgetm:hover {
  color: #ed4248;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .login {
  display: block;
  width: 100%;
  height: 48px;
  background: #ed4248;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 35px;
  border-radius: 10px;
}
.code_box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}
.code_box .cb_mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.code_box .cb_con {
  width: 430px;
  height: 405px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 50px;
}
.code_box .cb_con .cbc_close {
  width: 31px;
  height: 30px;
  background: url('../images/close_white-cd7db01516.png') no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.code_box .cb_con .cbc_succ {
  color: #1f1f1f;
  font-size: 22px;
  font-family: FZLTCHGBK;
  text-align: center;
}
.code_box .cb_con .cbc_tit {
  color: #40a1f4;
  font-size: 30px;
  font-family: FZLTCHGBK;
  line-height: 42px;
  text-align: center;
  margin-top: 15px;
}
.code_box .cb_con .cbc_tit span {
  color: #e30a20;
  font-family: FZLTCHGBK;
}
.code_box .cb_con .cbc_code {
  width: 141px;
  height: 143px;
  margin: 25px auto 0;
}
.code_box .cb_con .cbc_code img {
  width: 100%;
  height: 100%;
}
.code_box .cb_con .cbc_btn {
  color: #7c7c7c;
  font-size: 17px;
  font-family: FZLTHGBK;
  text-align: center;
  margin-top: 15px;
}
