.property_selector_wrapper {
  margin-top: 25px;
  box-sizing: border-box;
}
.property_selector_wrapper .property_selector {
  box-sizing: border-box;
  font-size: 14px;
  box-shadow: 0 0 24px 1px rgba(191, 191, 191, 0.3);
  border-radius: 8px 8px 2px 2px;
  height: 348px;
  background: url("../image/curriculum_head_bg.png") no-repeat center center;
  background-size: 100% 100% ;
  position: relative;
}
.property_selector_wrapper .property_selector .leftFilterContent {
  width: 270px;
  height: 307px;
  background-color: #0c0d34;
  box-sizing: border-box;
  margin-top: 20px;
  margin-left: 20px;
  border-radius: 8px;
  font-size: 15px;
  color: #b8b8b8;
  padding: 20px 0;
  position: relative;
  float: left;
}
.property_selector_wrapper .property_selector .leftFilterContent .topBar {
  width: 90%;
  margin: 0 auto;
  padding-top: 15px;
  border-top: 2px solid #3d3d5d;
}
.property_selector_wrapper .property_selector .leftFilterContent .topBar .transverse {
  float: left;
  width: 18px;
  height: 18px;
  background: url("../image/all-checked.png") no-repeat center center;
}
.property_selector_wrapper .property_selector .leftFilterContent .topBar .title {
  color: #b8b8b8;
  display: inline-block;
  margin-left: 10px;
  line-height: 17px;
}
.property_selector_wrapper .property_selector .leftFilterContent .topBar .title:hover {
  color: #ffffff;
}
.property_selector_wrapper .property_selector .leftFilterContent .cartContent {
  width: 100%;
  height: 225px;
  margin-bottom: 5px;
}
.property_selector_wrapper .property_selector .leftFilterContent .cartContent.autoHeight {
  height: auto;
  overflow-y: initial;
}
.property_selector_wrapper .property_selector .leftFilterContent .cartContent a {
  display: flex;
  height: 27px;
  line-height: 27px;
  color: #b8b8b8;
  cursor: pointer;
  font-size: 0;
  position: relative;
  z-index: 99;
  justify-content: center;
  margin-bottom: 5px;
}
.property_selector_wrapper .property_selector .leftFilterContent .cartContent a .name {
  display: inline-block;
  width: 240px;
  color: #b8b8b8;
  font-size: 15px;
}
.property_selector_wrapper .property_selector .leftFilterContent .cartContent a .hoverColor {
  color: #ffffff;
}
.property_selector_wrapper .property_selector .leftFilterContent .cartContent a .arrow_left {
  width: 27px;
  height: 27px;
  text-align: center;
  position: absolute;
  right: 0;
}
.property_selector_wrapper .property_selector .leftFilterContent .cartContent a .arrow_left i {
  width: 4px;
  height: 8px;
  display: inline-block;
  color: #eee;
  padding-right: 5px;
  background: url("../image/white_arrow_icon.png") no-repeat center center;
  padding-top: 0px;
  margin-top: 10px;
  margin-right: 5px;
}
.property_selector_wrapper .property_selector .leftFilterContent .cartContent a .hoverarrowColor {
  border-radius: 50% 0 0 50%;
  background-color: #ffffff;
}
.property_selector_wrapper .property_selector .leftFilterContent .cartContent a .hoverarrowColor .courseCartArrowleft {
  background: url("../image/black_arrow_icon.png") no-repeat center center;
}
.property_selector_wrapper .property_selector .leftFilterContent .cartContent a:hover .name {
  color: #ffffff;
}
.property_selector_wrapper .property_selector .leftFilterContent .cartContent a:hover .arrow_left {
  border-radius: 50% 0 0 50%;
  background-color: #ffffff;
}
.property_selector_wrapper .property_selector .leftFilterContent .cartContent a:hover .arrow_left .courseCartArrowleft {
  background: url("../image/black_arrow_icon.png") no-repeat center center;
}
.property_selector_wrapper .property_selector .leftFilterContent .cartContent .whiteDisplaySecond {
  display: block;
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 72px;
  left: -10px;
  z-index: 999;
}
.property_selector_wrapper .property_selector .leftFilterContent .bottomBtnBox {
  height: 46px;
  font-size: 16px;
  color: #333;
  padding: 0 20px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.property_selector_wrapper .property_selector .leftFilterContent .bottomBtnBox.open .down {
  display: none;
}
.property_selector_wrapper .property_selector .leftFilterContent .bottomBtnBox.open .up {
  display: block;
}
.property_selector_wrapper .property_selector .leftFilterContent .bottomBtnBox .down {
  border-top: 1px solid #d2d7df;
  padding: 10px 0;
}
.property_selector_wrapper .property_selector .leftFilterContent .bottomBtnBox .up {
  border-top: 1px solid #d2d7df;
  padding: 10px 0;
  display: none;
}
.property_selector_wrapper .property_selector .leftFilterContent .bottomBtnBox .moreCourseCart {
  margin-left: 8px;
}
.property_selector_wrapper .property_selector .children_list {
  margin-top: 20px;
  float: left;
  width: 700px;
  height: 307px;
  background-color: #ffffff;
  border-radius: 0 8px 8px 0 ;
  position: relative;
  left: 0px;
  z-index: 101;
}
.property_selector_wrapper .property_selector .children_list .secondMenu {
  width: 95%;
  padding: 20px 20px 12px 20px;
  background-color: #fff;
}
.property_selector_wrapper .property_selector .children_list .secondMenu .menuContentBox {
  width: 100%;
  height: 275px;
  overflow: auto;
  scrollbar-width: thin;
  
}
.property_selector_wrapper .property_selector .children_list .secondMenu .menuContentBox .cartIterms {
  margin-bottom: 7px;
  border-bottom: 1px solid #f2f2f2;
}
.property_selector_wrapper .property_selector .children_list .secondMenu .menuContentBox .cartIterms .secondCart {
  display: inline-block;
  padding-top: 5px;
  font-size: 16px;
  color: #333333;
}
.property_selector_wrapper .property_selector .children_list .secondMenu .menuContentBox .cartIterms .secondCart.selected {
  color: #00a0fc;
}
.property_selector_wrapper .property_selector .children_list .secondMenu .menuContentBox .cartIterms ul {
  padding: 15px 0 5px;
}
.property_selector_wrapper .property_selector .children_list .secondMenu .menuContentBox .cartIterms ul li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.property_selector_wrapper .property_selector .children_list .secondMenu .menuContentBox .cartIterms ul li .liIterms {
  font-size: 12px;
  color: #888;
  padding: 0;
}
.property_selector_wrapper .property_selector .children_list .secondMenu .menuContentBox .cartIterms ul li .liIterms.selected {
  color: #00a0fc;
}
.property_selector_wrapper .property_selector .children_list .secondMenu .menuContentBox::-webkit-scrollbar {
  width: 5px;
}
.property_selector_wrapper .property_selector .children_list .secondMenu .menuContentBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #bdbdbd;
}
.property_selector_wrapper .property_selector .children_list .secondMenu .menuContentBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: rgba(189, 189, 189, 0.1);
}
.property_selector_wrapper .property_selector .coure-classify {
  width: 357px ;
  height: 22px;
  color: #ffffff;
  position: absolute;
  left: 379px;
  top: 34px;
  font-size: 14px;
  margin-left: 24px;
  z-index: 100;
}
.property_selector_wrapper .property_selector .coure-classify .border-dashed .sl-key,
.property_selector_wrapper .property_selector .coure-classify .border-dashed .sl-value {
  display: inline-block;
}
.property_selector_wrapper .property_selector .coure-classify .border-dashed .sl-value {
  width: 80%;
}
.property_selector_wrapper .property_selector .coure-classify .border-dashed .sl-value ul li {
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  margin: 0 5px;
}
.property_selector_wrapper .property_selector .coure-classify .border-dashed .sl-value ul li.selected {
  color: #1192ff;
  padding: 6px 10px;
  background-color: #ffffff;
  border-radius: 4px;
}
.property_selector_wrapper .property_selector .right_box {
  width: 700px;
  position: absolute;
  right: 0;
  text-align: right;
  margin: 38px 20px 0  0;
  font-size: 12px;
}
.property_selector_wrapper .property_selector .right_box .search_icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 20px;
  background: url("../image/curriculum_search_icon.png") no-repeat center center;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent {
  width: 100%;
  height: 200px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 16px;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .jt_icon {
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .jt_icon:before {
  content: "";
  display: block;
  position: relative;
  top: -12px;
  left: -20px;
  width: 0;
  height: 0;
  font-size: 0;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 6px 4px;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line {
  padding: 0 10px;
  position: relative;
  margin-top: 10px;
  text-align: left;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .filter-arrow {
  margin-right: 10px;
  position: relative;
  top: -4px;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .iterm {
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 30px;
  color: #383838;
  font-size: 14px;
  
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .iterm.selected {
  background-color: #279ff5;
  color: #fff;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .iterm.selected:hover {
  color: #fff;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .iterm.current-name {
  background-color: #fff;
  border: 1px solid #e4e4e4;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .iterm.current-name:hover {
  color: #a8aeb3;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .iterm.current-name.active {
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
  color: #279ff5;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .default-box {
  position: relative;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .current-box {
  position: absolute;
  line-height: 30px;
  height: 30px;
  font-size: 0;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .default-hot {
  margin-left: 130px;
  width: 1070px;
  height: 30px;
  overflow: hidden;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .second-list {
  background-color: #fff;
  border: 1px solid #ddd;
  padding-left: 20px;
  margin-top: 5px;
  margin-left: 75px;
  padding-top: 10px;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .second-list .iterm {
  margin-bottom: 10px;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .all-values {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 99;
  border: 1px solid #ddd;
  margin-left: 75px;
  width: 1125px;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .all-values .iterm {
  margin-top: 3px;
  margin-bottom: 2px;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .all-values .values-wrap {
  width: 1060px;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line.label-wrap {
  position: relative;
  margin-bottom: 10px;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line.label-wrap .all-values {
  position: relative;
  margin-left: 0px;
  width: 1200px;
  margin-bottom: 10px;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line.label-wrap .by-name {
  color: #383838;
  line-height: 30px;
  display: inline-block;
  width: 75px;
  text-align: right;
  font-size: 14px;
  position: absolute;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line.label-wrap .current-box {
  position: relative;
  margin-left: 75px;
  padding-right: 70px;
  height: 30px;
  overflow: hidden;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line.label-wrap .more-value {
  z-index: 1;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line.time .sl-value,
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line.price-filter .sl-value {
  display: inline-block;
  padding-right: 0px;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line.time .more-value,
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line.price-filter .more-value {
  z-index: 98;
  display: inline-block;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line.price-filter .sl-value {
  
  display: inline-block;
  padding-right: 0px;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .sl-key {
  line-height: 30px;
  position: absolute;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .sl-key .select_name {
  display: inline-block;
  color: #333;
  width: 90px;
  font-size: 14px;
  text-align: right;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .sl-key .select_second {
  margin-left: 30px;
  margin-right: 30px;
  
  cursor: pointer;
  display: inline-block;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .sl-value {
  margin-left: 100px;
  overflow: hidden;
  zoom: 1;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .sl-value.cityList {
  padding-right: 0px;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .sl-value .sl-v-list {
  height: 30px;
  overflow: hidden;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .sl-value .sl-v-list ul {
  height: 30px;
  overflow: hidden;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .sl-value .sl-v-list ul li {
  margin-top: 3px;
  display: inline-block;
  color: #a8aeb3;
  cursor: pointer;
  line-height: 25px;
  padding: 0 6px;
  box-sizing: border-box;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .sl-value .sl-v-list ul li .second-menu {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  position: absolute;
  left: 0px;
  z-index: 10;
  min-height: 50px;
  width: 1042px;
  margin-left: 55px;
  padding: 8px 0px 5px 0;
  margin-top: 10px;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .sl-value .sl-v-list ul li .second-menu span {
  display: inline-block;
  color: #9da2a7;
  font-size: 15px;
  margin: 0 10px;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .sl-value .sl-v-list ul li .second-menu span.selected {
  color: #279ff5;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .sl-value .sl-v-list ul li.selected {
  color: #fff;
  background-color: #279ff5;
  border-radius: 5px;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .more-value {
  position: absolute;
  top: 0px;
  right: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .more-value:hover .little-gray-arrow {
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .more-value .add {
  color: #c5c5c5;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  line-height: 16px;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .more-value.time-filter {
  height: 30px;
  width: 278px;
  border: none;
}
.property_selector_wrapper .property_selector .right_box .rightFilterContent .select_line .more-value.price-filter {
  height: 30px;
  width: 278px;
  border: none;
}
.property_selector_wrapper .brandLinks {
  width: 1200px;
  margin: 20px auto;
  font-size: 14px;
}
.property_selector_wrapper .brandLinks .course_a {
  float: left;
}
.property_selector_wrapper .brandLinks a {
  color: #999999;
}
.property_selector_wrapper .brandLinks .seprate {
  padding: 0 5px;
}
.interval {
  float: left;
  margin: 0 7px;
}
.make-sure {
  float: left;
  margin-top: 5px;
  margin-left: 10px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #bdbdbd;
  cursor: pointer;
  color: #333;
  border-radius: 4px;
  background-color: #efefef;
}
.drop-down-wrap {
  width: 220px;
  height: 38px;
  font-size: 14px;
  color: #999999;
  position: relative;
  border: 1px solid #e4e7ed;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
}
.drop-down-wrap .select-input {
  width: 220px;
  height: 38px;
  line-height: 38px;
  text-indent: 35px;
  position: relative;
  margin: 0;
}
.drop-down-wrap .trangle {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 11px;
  background: url("../image/time.svg") no-repeat center;
  background-size: 100% 100%;
  border: none;
}
.drop-down-wrap .date_selector {
  left: 0!important;
}
.drop-down-wrap .drop-list {
  width: 118px;
  height: 150px;
  border: 1px solid #ddd;
  border-top: none;
  position: absolute;
  top: 29px;
  left: -1px;
  z-index: 100;
  overflow: hidden;
  background-color: #fff;
  display: none;
}
.drop-down-wrap .drop-list ul li {
  color: #999;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-indent: 15px;
}
.drop-down-wrap .drop-list ul li:hover {
  background-color: #f5f5f5;
}
#recommendId {
  margin-top: 20px;
}
#recommendId .live-center-wrap .course-lists-div {
  margin-bottom: 10px;
}
#recommendId .live-center-wrap .top {
  margin-bottom: 30px;
}
#recommendId .live-center-wrap .top .reconType {
  font-size: 22px;
  color: #333;
  text-align: left;
}
#recommendId .live-center-wrap .top .reconType img {
  width: 95px;
  height: 36px;
  display: inline-block;
}
#recommendId .live-center-wrap .top .reconType a {
  position: relative;
  top: 8px;
  left: -15px;
}
#recommendId .liveCourseRecommended {
  margin-top: 30px;
  overflow: inherit!important;
}
.all-course-center .allCourse {
  font-size: 22px;
  color: #333;
  text-align: left;
  float: left;
  margin-right: 40px;
}
.all-course-center .allCourse img {
  width: 95px;
  height: 36px;
  display: inline-block;
}
.all-course-center .allCourse a {
  position: relative;
  top: 8px;
  left: -15px;
}
.all-course-center .sort-wrap {
  height: 30px;
  line-height: 0;
  box-sizing: border-box;
  font-size: 14px;
  padding-top: 4px;
  margin-bottom: 40px;
}
.all-course-center .sort-wrap .sort-content {
  height: 30px;
  border: none!important;
}
.all-course-center .sort-wrap .sort-content li {
  height: 30px;
  line-height: 30px;
  margin-right: 30px;
  float: left;
  text-align: center;
  cursor: pointer;
  color: #666;
  position: relative;
  box-sizing: border-box;
}
.all-course-center .sort-wrap .sort-content li.selected {
  color: #0f91ff;
  border-bottom: 2px solid #1192ff;
}
.all-course-center .sort-wrap .sort-content li .price-sort {
  width: 8px;
  height: 17px;
  position: absolute;
  background: url('../image/icon.png') no-repeat -88px -4px;
  left: 31px;
  top: 10px;
}
.all-course-center .sort-wrap .sort-content li .price-sort.ascending {
  top: 5px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.more-course {
  font-size: 14px;
  color: #00a0fc;
  display: block;
  margin-top: 15px;
  text-align: center;
}
.listItermsWrap {
  position: relative;
}

.imgLoadFixed {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 9999;
}
.imgLoadFixed img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
}