.content_box {
  width: 100%;
  margin: 0 auto;
}
.theme_color {
  color: #FF6800 !important;
}
.pointer {
  cursor: pointer;
}
.row_flex {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.column_flex {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ant-popover-inner-content {
  padding: 0 !important;
}
.one_level_title {
  width: 100%;
  height: 48px;
  background: #ffffff;
  margin: 10px 0;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  color: #FF6800;
  font-weight: bold;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.one_level_title::before {
  content: "";
  width: 4px;
  height: 22px;
  background: #FF6800;
  border-radius: 0 3px 3px 0;
  position: absolute;
  left: 8px;
  top: 13px;
}
.one_level_title .more {
  font-size: 10px;
  color: #FF6800;
  font-weight: normal;
  cursor: pointer;
}
.one_level_title.border {
  border-bottom: 1px solid #F0F0F0;
}
.two_level_title {
  width: 100%;
  height: 38px;
  background: #ffffff;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}
.two_level_title .more {
  transform: scale(0.83);
  color: #FF6800;
  font-weight: normal;
  cursor: pointer;
}
.two_level_title.border {
  border-bottom: 1px solid #F0F0F0;
}
.filter__row {
  display: flex;
}
.filter__row .filter__label {
  width: 80px;
  line-height: 30px;
  color: #999999;
  font-size: 12px;
}
.filter__row .filter__con {
  flex: 1;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
}
.filter__row .filter__con > li {
  float: left;
  margin-right: 30px;
  font-size: 12px;
  color: #333333;
  line-height: 30px;
  cursor: pointer;
}
.filter__row .filter__con > li.active {
  color: #FF6800;
}
.map_mark_icon {
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.map_mark_icon .mark_icon {
  display: inline-block;
  width: 38px;
  height: 51px;
  position: relative;
  font-size: 0;
}
.map_mark_icon .mark_icon .circle {
  border-radius: 50%;
}
.map_mark_icon .mark_icon .circle:nth-child(1) {
  width: 38px;
  height: 38px;
  background: #ff6800;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.map_mark_icon .mark_icon .circle:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #FFDD02;
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 2;
}
.map_mark_icon .mark_icon .circle:nth-child(3) {
  width: 26px;
  height: 26px;
  background: #39A2FF;
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 3;
}
.map_mark_icon .mark_icon .circle:nth-child(4) {
  width: 20px;
  height: 20px;
  background: #7938FF;
  position: absolute;
  left: 9px;
  top: 9px;
  z-index: 4;
}
.map_mark_icon .mark_icon .circle:nth-child(5) {
  width: 15px;
  height: 15px;
  background: #7938FF;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 5;
}
.map_mark_icon .mark_icon .triangle {
  width: 0;
  height: 0;
  border-top: 17px solid #ff6800;
  border-left: 13px transparent solid;
  border-right: 13px transparent solid;
  border-bottom: 17px transparent solid;
  position: absolute;
  left: 6px;
  bottom: -15px;
}
.map_mark_icon .mark_icon > .num {
  position: absolute;
  left: 50%;
  top: 5px;
  color: #ffffff;
  z-index: 10;
  font-size: 18px;
  margin-left: -4px;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #000000;
}
.map_mark_icon > .name {
  font-size: 12px;
  color: #751313;
  font-weight: bold;
  margin-bottom: 0;
  white-space: nowrap;
}
.wangEditor {
  font-size: 16px;
  color: #333333;
  word-wrap: break-word;
  /* table 样式 */
  /* blockquote 样式 */
  /* code 样式 */
  /* ul ol 样式 */
}
.wangEditor table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.wangEditor table td,
.wangEditor table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
  height: 30px;
}
.wangEditor table th {
  border-bottom: 2px solid #ccc;
  text-align: center;
  background-color: #f1f1f1;
}
.wangEditor blockquote {
  display: block;
  border-left: 8px solid #d0e5f2;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 100%;
  background-color: #f1f1f1;
}
.wangEditor code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 3px;
}
.wangEditor pre code {
  display: block;
}
.wangEditor ul,
.wangEditor ol {
  margin: 10px 0 10px 20px;
}
.wangEditor img {
  max-width: 100%;
}
.default_page {
  height: 100%;
  min-height: 500px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.default_page img {
  width: 124px;
  margin-bottom: 25px;
}
.default_page p {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  text-align: center;
  margin: 0;
  font-weight: bold;
}
.breadcrumb_box .ant-breadcrumb-link {
  cursor: pointer;
}
.select-company-popover .ant-popover-arrow {
  display: none;
}
.select-company-popover .company {
  min-width: 100px;
  max-height: 200px;
  overflow: auto;
}
.select-company-popover .company .company-box {
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
}
.select-company-popover .company .company-box:hover {
  background-color: #fff4e6;
}
.select-company-popover .blank-is-replaced {
  height: 32px;
}
.select-company-popover .log-out {
  width: 100%;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 5px;
}
.select-company-popover .log-out:hover {
  background-color: #fff4e6;
}
.school_detail_pay_modal .ant-modal-content {
  border-radius: 10px;
  overflow: hidden;
}
.school_detail_pay_modal .ant-modal-content .ant-modal-body {
  padding: 100px 0;
}
.school_detail_pay_modal .ant-modal-header {
  height: 100px;
  background-image: url(../img/consult_modal_bg.e9c5ba68.png);
  display: flex;
  align-items: center;
  justify-content: center;
}
.school_detail_pay_modal .ant-modal-header .ant-modal-title {
  font-size: 24px;
  color: #ffffff;
}
.school_detail_pay_modal .company_pay_box {
  text-align: center;
}
.school_detail_pay_modal .company_pay_box .pay__con {
  width: 160px;
  height: 160px;
  margin: auto;
  background-image: url(data:image/png;base64,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);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.school_detail_pay_modal .company_pay_box .pay__con #wx_pay {
  width: 100%;
  height: 100%;
  background: #cccccc;
}
.school_detail_pay_modal .company_pay_box p {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  font-weight: 600;
  margin: 30px 0 0;
}
.school_detail_pay_money_modal .ant-modal-content {
  border-radius: 10px;
  overflow: hidden;
}
.school_detail_pay_money_modal .ant-modal-content .ant-modal-body {
  padding: 70px 170px 70px 130px;
}
.school_detail_pay_money_modal .ant-modal-header {
  height: 100px;
  background-image: url(../img/consult_modal_bg.e9c5ba68.png);
  display: flex;
  align-items: center;
  justify-content: center;
}
.school_detail_pay_money_modal .ant-modal-header .ant-modal-title {
  font-size: 24px;
  color: #ffffff;
}
.school_detail_pay_money_modal .consult_money_type_box {
  text-align: center;
}
.school_detail_pay_money_modal .consult_money_type_box .tips {
  text-align: center !important;
  font-size: 16px;
  color: #999999;
  margin: 70px 0 20px;
}
.school_detail_pay_money_modal .consult_money_type_box p {
  width: 100%;
  height: 42px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  text-align: left;
}
.school_detail_pay_money_modal .consult_money_type_box p .label {
  width: 120px;
}
.school_detail_pay_money_modal .consult_money_type_box p .money {
  flex: 1;
  width: 0;
  font-size: 30px;
  font-weight: bold;
  color: #FF6800;
  margin-right: 0;
}
.school_detail_pay_money_modal .consult_money_type_box p .ant-checkbox-wrapper {
  font-size: 18px;
  color: #333333;
}
.school_detail_pay_money_modal .consult_money_type_box p .ant-checkbox-wrapper .ant-checkbox,
.school_detail_pay_money_modal .consult_money_type_box p .ant-checkbox-wrapper .ant-checkbox-checked,
.school_detail_pay_money_modal .consult_money_type_box p .ant-checkbox-wrapper .ant-checkbox-inner {
  width: 23px;
  height: 23px;
}
.school_detail_pay_money_modal .consult_money_type_box p .ant-checkbox-wrapper .ant-checkbox-inner::after {
  left: 30%;
}
.school_detail_pay_money_modal .consult_money_type_box p .sub {
  font-size: 14px;
}
.school_detail_pay_money_modal .consult_money_type_box p .con {
  flex: 1;
  width: 0;
}
.school_detail_pay_money_modal .consult_money_type_box p .button {
  display: inline-flex;
  width: 154px;
  height: 42px;
  border-radius: 4px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  margin-right: 50px;
}
.school_detail_pay_money_modal .consult_money_type_box p .button:last-child {
  margin-right: 0;
}
.school_detail_pay_money_modal .consult_money_type_box p .button.active > .check {
  opacity: 1;
}
.school_detail_pay_money_modal .consult_money_type_box p .button .logo {
  width: 20px;
  margin-right: 10px;
}
.school_detail_pay_money_modal .consult_money_type_box p .button .check {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 1px;
  top: 1px;
  opacity: 0;
}
.school_detail_pay_money_modal .consult_money_type_box p .button.zhifubao {
  background: #139fff;
}
.school_detail_pay_money_modal .consult_money_type_box p .button.weixin {
  background: #7fae48;
}
.school_detail_pay_money_modal .consult_money_type_box .pay_btn {
  width: 440px;
  height: 56px;
  font-size: 24px;
}
.schoolDetail .fl {
  float: left;
}
.schoolDetail .fr {
  float: right;
}
.schoolDetail .clearfix::after {
  content: ".";
  /**/
  /*内容为“.”就是一个英文的句号而已。也可以不写。*/
  display: block;
  /**/
  /*加入的这个元素转换为块级元素。*/
  clear: both;
  /**/
  /*清除左右两边浮动。*/
  visibility: hidden;
  /**/
  /*可见度设为隐藏。注意它和display:none;是有区别的。visibility:hidden;仍然占据空间，只是看不到而已；*/
  line-height: 0;
  /**/
  /*行高为0；*/
  height: 0;
  /**/
  /*高度为0；*/
  font-size: 0;
  /**/
  /*字体大小为0；*/
}
.schoolDetail .clearfix {
  *zoom: 1;
}
.schoolDetail .content_box {
  padding: 10px 0 20px;
}
.schoolDetail .content_box .player-container {
  width: 1200px;
  height: 700px;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  /*video {*/
  /*  object-fit: fill;*/
  /*}*/
}
.schoolDetail .content_box .player-container .video-player {
  width: 100%;
  height: 640px;
  background: #000000;
}
.schoolDetail .content_box .player-container .video-player > video {
  width: 100%;
  height: 100%;
  -o-object-fit: revert;
     object-fit: revert;
}
.schoolDetail .content_box .player-container .vjs-poster {
  background-size: cover;
}
.schoolDetail .content_box .player-container .vjs-big-play-button {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.schoolDetail .content_box .player-container .vjs-has-started .vjs-control-bar {
  z-index: 999999;
}
.schoolDetail .content_box .course {
  padding: 0 30px 30px;
  height: auto;
  background-color: #fff;
  margin: 10px 0;
}
.schoolDetail .content_box .course .course-message {
  display: flex;
  justify-content: space-between;
}
.schoolDetail .content_box .course .course-message .course-message_t {
  padding: 30px 0 10px 0;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  font-weight: bold;
}
.schoolDetail .content_box .course .course-message .course-message_m {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.schoolDetail .content_box .course .course-message .course-message_b {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  padding-bottom: 40px;
}
.schoolDetail .content_box .course .course-message .course-message_b span {
  color: #ff6800;
  margin-right: 20px;
}
.schoolDetail .content_box .course .course-message .course-buy {
  padding-top: 50px;
  padding-left: 20px;
}
.schoolDetail .content_box .course .course-message .course-buy .btn {
  width: 200px;
  height: 60px;
  background: #ff6800;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}
.schoolDetail .content_box .course .select {
  padding: 20px 0 30px 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
  height: auto;
  width: 1140px;
}
.schoolDetail .content_box .course .select p {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}
.schoolDetail .content_box .course .select .gather {
  overflow: hidden;
}
.schoolDetail .content_box .course .select .gather .inner {
  overflow: hidden;
}
.schoolDetail .content_box .course .select .gather .inner .btn {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
  width: 200px;
  height: 36px;
  position: relative;
  cursor: pointer;
}
.schoolDetail .content_box .course .select .gather .inner .btn .button {
  margin-bottom: 10px;
  margin-right: 20px;
  width: 200px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 0 22px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schoolDetail .content_box .course .select .gather .inner .btn .button img {
  margin-right: 5px;
}
.schoolDetail .content_box .course .select .gather .inner .btn .button span {
  flex: 1;
  width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.schoolDetail .content_box .course .select .gather .inner .btn .exchange {
  background: rgba(255, 104, 0, 0.1);
  border: 1px solid #ff6800;
  border-radius: 5px;
  color: #ff6800;
}
.schoolDetail .content_box .course .select .gather .inner .btn .flag {
  position: absolute;
  width: 30px;
  height: 14px;
  background: #ff6800;
  border-radius: 5px 0px 5px 0px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 14px;
  bottom: 0;
  right: 0;
}
.schoolDetail .content_box .course .select .gather .inner .btn .flag span {
  display: block;
  font-size: 12px;
  transform: scale(0.8);
}
.schoolDetail .content_box .course .select .gather::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.schoolDetail .content_box .course .select .gather::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  height: 46px;
  border-radius: 3px;
  background-color: #999999;
}
.schoolDetail .content_box .info-title {
  height: 57px;
  margin-bottom: 10px;
  background-color: #fff;
  padding-left: 40px;
  display: flex;
  position: relative;
}
.schoolDetail .content_box .info-title .a {
  padding-top: 20px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  position: relative;
  cursor: pointer;
}
.schoolDetail .content_box .info-title .a .line {
  position: absolute;
  bottom: 0;
  left: 10px;
  height: 4px;
  width: 30px;
  background-color: #ff6800;
  display: none;
}
.schoolDetail .content_box .info-title .to_active {
  color: #ff6800;
}
.schoolDetail .content_box .info-title .to_active .line {
  display: block;
}
.schoolDetail .content_box .info {
  background-color: #fff;
}
.schoolDetail .content_box .info .info_top {
  height: auto;
  padding: 30px;
  border-bottom: 1px solid #3333;
  display: flex;
}
.schoolDetail .content_box .info .info_top .a {
  padding-right: 20px;
}
.schoolDetail .content_box .info .info_top .a img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.schoolDetail .content_box .info .info_top .info-word .name {
  padding-top: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  font-weight: 600;
}
.schoolDetail .content_box .info .info_top .info-word p {
  padding-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  margin: 0;
}
.schoolDetail .content_box .info .info_bot {
  padding: 30px;
  box-sizing: border-box;
}

