.my_nav {
  display: none;
}
.err {
  font-size: 0.75rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #fa1d24;
  position: absolute;
  top: 7px;
  right: 354px;
  display: none;
}
.err.active {
  display: block;
  color: #fa1d24 !important;
}
.wrap {
  height: 100%;
}
.wrap .info_edit {
  height: 100%;
}
/* 右侧下面的内容区 样式 */
.content {
  /* checkbox 样式 */
  /*隐藏掉我们模型的checkbox*/
  /*未选中时*/
  /*选中checkbox时,修改背景图片的位置*/
  /*页码*/
  /*页码*/
}
.content .checkbox_wrap {
  margin: 0;
}
.content .checkbox_wrap .input_agreement_protocol {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none;
  vertical-align: middle;
}
.content .checkbox_wrap .input_agreement_protocol + span {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url('../../../../common/images/icon-gou.png') no-repeat;
  background-position-x: 0px;
  background-position-y: -25px;
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  vertical-align: middle;
  cursor: pointer;
}
.content .checkbox_wrap .input_agreement_protocol:checked + span {
  background-position: -1px -1px;
  vertical-align: middle;
  border: 1px solid #388cff;
  cursor: pointer;
}
.content .business_table {
  /* 表格开始 */
  width: 1000px;
  margin: 46px auto 0 auto;
  /* ul boostrap 自带margin-bottom */
}
@media (max-width: 1400px) {
  .content .business_table {
    /* 在1400px 不居中 否则右边会超出*/
    width: 100%;
  }
}
.content .business_table ul {
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .content .business_table {
    /* 在1400px 不居中 否则右边会超出*/
    margin: 46px 0 0 0;
  }
}
.content .business_table .thead {
  /* 表头 */
  margin-left: 16px;
}
.content .business_table .thead ul {
  display: flex;
  padding: 0;
}
.content .business_table .thead ul li {
  color: #666666;
}
.content .business_table .thead ul li:nth-child(2) {
  /* 全选 */
  margin-left: 14px;
}
.content .business_table .thead ul li:nth-child(2) .all_delete {
  cursor: pointer;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content .business_table .thead ul li:nth-child(3) {
  /* 课程 */
  margin-left: 219px;
}
.content .business_table .thead ul li:nth-child(4) {
  /* 课程属性 */
  margin-left: 130px;
}
.content .business_table .thead ul li:nth-child(5) {
  /* 价格 */
  margin-left: 87px;
}
.content .business_table .thead ul li:nth-child(6) {
  /* 状态 */
  margin-left: 51px;
}
.content .business_table .thead ul li:nth-child(7) {
  /* 电子发票 */
  margin-left: 38px;
}
.content .business_table .thead ul li:nth-child(8) {
  /* 操作 */
  margin-left: 78px;
}
@media (max-width: 1400px) {
  .content .business_table .thead ul li:first-child {
    margin-left: 4px;
  }
  .content .business_table .thead ul li:nth-child(2) {
    /* 全选 */
    margin-left: 11px;
  }
  .content .business_table .thead ul li:nth-child(3) {
    /* 课程 */
    margin-left: 170px;
  }
  .content .business_table .thead ul li:nth-child(4) {
    /* 课程属性 */
    margin-left: 108px;
  }
  .content .business_table .thead ul li:nth-child(5) {
    /* 价格 */
    margin-left: 73px;
  }
  .content .business_table .thead ul li:nth-child(6) {
    /* 状态 */
    margin-left: 44px;
  }
  .content .business_table .thead ul li:nth-child(7) {
    /* 电子发票 */
    margin-left: 40px;
  }
  .content .business_table .thead ul li:last-child {
    /* 操作 */
    margin-left: 80px;
  }
}
.content .business_table .tbody {
  /* 表身 样式 */
  margin-top: 27px;
  /* 表身 样式 结束 */
}
.content .business_table .tbody ul {
  margin-bottom: 0;
  padding-left: 0;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  width: 1000px;
  height: 150px;
  margin-bottom: 19px;
}
@media (max-width: 1400px) {
  .content .business_table .tbody ul {
    width: 98%;
    margin: 0 auto 19px auto;
    height: 110px;
  }
}
.content .business_table .tbody ul .li_items {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
}
.content .business_table .tbody ul .li_items li {
  font-size: 0.875rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #303030;
  padding-top: 0;
  position: absolute;
  line-height: 100%;
  /*  统一一个top值     */
  /* 表格 每一行的内容之间 margin */
}
.content .business_table .tbody ul .li_items li a {
  color: #999999;
}
.content .business_table .tbody ul .li_items li .sx {
  color: #999999 !important;
}
.content .business_table .tbody ul .li_items li.checkbox {
  /* 内容区的checkbox 位置 */
  margin: 0;
  position: absolute;
  left: 15px;
  top: 26px;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .content .business_table .tbody ul .li_items li.checkbox {
    left: 11px;
    top: 19px;
  }
}
.content .business_table .tbody ul .li_items li.checkbox label {
  padding: 0;
}
.content .business_table .tbody ul .li_items li.created_time,
.content .business_table .tbody ul .li_items li.price,
.content .business_table .tbody ul .li_items li.pay_status,
.content .business_table .tbody ul .li_items li.kp,
.content .business_table .tbody ul .li_items li.cz {
  top: 55px;
}
@media (max-width: 1400px) {
  .content .business_table .tbody ul .li_items li.created_time,
  .content .business_table .tbody ul .li_items li.price,
  .content .business_table .tbody ul .li_items li.pay_status,
  .content .business_table .tbody ul .li_items li.kp,
  .content .business_table .tbody ul .li_items li.cz {
    top: 35px;
  }
}
.content .business_table .tbody ul .li_items li.kc_intro {
  /* 课程介绍文字 */
  width: 168px;
  left: 238px;
  top: 49px;
}
@media (max-width: 1400px) {
  .content .business_table .tbody ul .li_items li.kc_intro {
    left: 174px;
    top: 29px;
  }
}
.content .business_table .tbody ul .li_items li.kc_intro > a > p {
  line-height: 25px;
  margin: 0;
  font-size: 0.875rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #303030;
}
.content .business_table .tbody ul .li_items li.cz {
  left: 863px;
}
@media (max-width: 1400px) {
  .content .business_table .tbody ul .li_items li.cz {
    left: 754px;
  }
}
.content .business_table .tbody ul .li_items li.fm_img {
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 168px;
  height: 100px;
}
@media (max-width: 1400px) {
  .content .business_table .tbody ul .li_items li.fm_img {
    width: 122px;
    height: 73px;
    left: 36px;
  }
}
.content .business_table .tbody ul .li_items li.fm_img > a {
  width: 100%;
  height: 100%;
  display: block;
}
.content .business_table .tbody ul .li_items li.fm_img > a > img {
  width: 100%;
  height: 100%;
}
.content .business_table .tbody ul .li_items li.created_time {
  /* 创建事件*/
  left: 437px;
}
@media (max-width: 1400px) {
  .content .business_table .tbody ul .li_items li.created_time {
    left: 360px !important;
  }
}
.content .business_table .tbody ul .li_items li.created_time p {
  margin: 0;
  line-height: 100%;
}
.content .business_table .tbody ul .li_items li.price {
  left: 595px;
  border: none;
  padding: 0;
}
@media (max-width: 1400px) {
  .content .business_table .tbody ul .li_items li.price {
    left: 500px;
  }
}
.content .business_table .tbody ul .li_items li.pay_status {
  /* 状态 已支付*/
  left: 691px;
}
@media (max-width: 1400px) {
  .content .business_table .tbody ul .li_items li.pay_status {
    left: 593px;
  }
}
.content .business_table .tbody ul .li_items li.pay_status p {
  margin: 0;
  color: #999999 !important;
  line-height: 100%;
}
.content .business_table .tbody ul .li_items li.kp {
  /* 电子发票 内容 左右margin */
  left: 759px;
}
@media (max-width: 1400px) {
  .content .business_table .tbody ul .li_items li.kp {
    left: 667px;
  }
}
.content .business_table .tbody ul .li_items li.kp div {
  line-height: 100%;
}
.content .business_table .tbody ul .li_items li.kp div a:hover {
  color: #0057ff;
}
.content .business_table .tbody ul .li_items li.kp a {
  line-height: 100%;
}
.content .business_table .tbody ul .li_items li.kp span {
  line-height: 100%;
}
.content .business_table .tbody ul .li_items li.cz span {
  cursor: pointer;
}
.content .business_table .tbody ul .li_items li button.dd_detail:focus {
  background-color: #fff !important;
  box-shadow: none !important;
}
.content .business_table .tbody ul .li_items li button.submit_tj {
  background: #388cff;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  outline: none !important;
  width: 80px;
  height: 30px;
  padding-bottom: 7px;
  padding-top: 8px;
  line-height: 100%;
  font-size: 14px !important;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  margin-right: 6px;
}
.content .business_table .tbody ul .li_items li button.submit_tj:hover {
  background: #0057ff !important;
  border-radius: 4px;
  outline: none !important;
}
.content .business_table .tbody ul .li_items li button.submit_tj:hover {
  background: #0057ff !important;
  border-radius: 4px;
  outline: none !important;
}
.content .business_table .tbody ul .li_items li button.dd_detail {
  width: 80px;
  height: 30px;
  padding-top: 8px;
  padding-bottom: 7px;
  border: 1px solid #DCDCDC !important;
  background-color: #fff !important;
  border-radius: 4px;
  color: #999999 !important;
  font-size: 0.875rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  line-height: 100%;
  margin-right: 6px;
}
.content .business_table .tbody ul .li_items li button.dd_detail:hover {
  border: 1px solid #BFBFBF !important;
  color: #666666 !important;
}
.content .page_btn {
  margin: 45px auto 25px auto;
  text-align: center;
}
.content .page_btn ul {
  margin: 0;
}
.content .page_btn ul li:first-child a {
  margin-right: 15px;
}
.content .page_btn ul li:last-child a {
  margin-right: 0;
  margin-left: 5px;
}
.content .page_btn ul li a {
  margin-right: 10px;
  font-size: 0.875rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  color: #999999;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .page_btn ul li a:hover {
  background: #388cff;
  border-radius: 4px;
  font-size: 0.875rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  border: 1px solid #388cff;
}
.pagination > li > a {
  margin-left: 0px;
}
.nodata {
  text-align: center;
  height: 711px;
  justify-content: center;
  align-items: center;
  display: flex;
  display: none;
}
.nodata p {
  margin: 0;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #999999;
  font-weight: 400;
}
.delete_window,
.Review_window,
.coupon_window,
.CarefulInfo_window,
.download_window {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}
.delete_window .delete_wrap {
  background-color: #fff;
  width: 300px;
  height: 200px;
  padding: 17px 25px 23px 25px;
  opacity: 1;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.delete_window .delete_wrap .hr {
  border-bottom: 1px solid #EEEEEE;
}
.delete_window .delete_wrap h2 {
  margin: 0 0 12px 0;
  font-size: 0.875rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #303030;
}
.delete_window .delete_wrap .delete_content {
  font-size: 20px;
  margin-top: 35px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #303030;
  text-align: center;
}
.delete_window .delete_wrap img.close_btn {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 15px;
  right: 27px;
  cursor: pointer;
}
.delete_window .delete_wrap .delete_btn {
  text-align: center;
}
.delete_window .delete_wrap .delete_btn .btn {
  width: 120px;
  height: 30px;
  background: #388cff;
  border-radius: 4px;
  border: none;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  box-shadow: none;
  outline: none !important;
  position: absolute;
  bottom: 23px;
  left: 50%;
  margin-left: -60px;
}
.delete_window .delete_wrap .delete_btn .btn:hover {
  background: #0057ff !important;
  border-radius: 4px;
  outline: none !important;
}
.delete_window .delete_wrap .delete_btn .btn:hover {
  background: #0057ff !important;
  border-radius: 4px;
  outline: none !important;
}
.coupon_window .coupon_wrap {
  background-color: #fff;
  width: 300px;
  height: 200px;
  padding: 17px 25px 23px 25px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.coupon_window .coupon_wrap .hr {
  border-bottom: 1px solid #EEEEEE;
}
.coupon_window .coupon_wrap h2 {
  margin: 0 0 12px 0;
  font-size: 0.875rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #303030;
}
.coupon_window .coupon_wrap .coupon_content {
  font-size: 20px;
  margin-top: 21px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #303030;
  text-align: center;
}
.coupon_window .coupon_wrap img.close_btn {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 15px;
  right: 27px;
  cursor: pointer;
}
.coupon_window .coupon_wrap .coupon_btn {
  text-align: center;
}
.coupon_window .coupon_wrap .coupon_btn .btn {
  width: 120px;
  height: 30px;
  background: #388cff;
  border-radius: 4px;
  border: none;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  box-shadow: none;
  outline: none !important;
  position: absolute;
  bottom: 23px;
  left: 50%;
  margin-left: -60px;
}
.coupon_window .coupon_wrap .coupon_btn .btn:hover {
  background: #0057ff !important;
  border-radius: 4px;
  outline: none !important;
}
.coupon_window .coupon_wrap .coupon_btn .btn:hover {
  background: #0057ff !important;
  border-radius: 4px;
  outline: none !important;
}
img.close_btn {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 15px;
  right: 27px;
  cursor: pointer;
}
h2 {
  margin: 0 0 12px 0;
  font-size: 0.875rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #303030;
}
.CarefulInfo_window .CarefulInfo_wrap {
  background-color: #fff;
  width: 400px;
  height: 250px;
  padding: 17px 25px 23px 25px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.CarefulInfo_window .CarefulInfo_wrap .hr {
  border-bottom: 1px solid #EEEEEE;
}
.CarefulInfo_window .CarefulInfo_wrap h2 {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
  margin-bottom: 15px;
}
.CarefulInfo_window .CarefulInfo_wrap .CarefulInfo_content {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #303030;
  padding: 0 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 128px;
}
.CarefulInfo_window .CarefulInfo_wrap .CarefulInfo_btn {
  display: inline-block;
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.CarefulInfo_window .CarefulInfo_wrap .CarefulInfo_btn .cancal {
  width: 100px;
  height: 31px;
  border: 1px solid #dcdcdc !important;
  background: #388cff;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  box-shadow: none;
  outline: none !important;
  background-color: #fff !important;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  line-height: 100%;
  color: #999999;
  margin-right: 20px;
}
.CarefulInfo_window .CarefulInfo_wrap .CarefulInfo_btn .cancal:hover {
  background: #0057ff !important;
  border-radius: 4px;
  outline: none !important;
}
.CarefulInfo_window .CarefulInfo_wrap .CarefulInfo_btn .cancal:hover {
  background: #0057ff !important;
  border-radius: 4px;
  outline: none !important;
}
.CarefulInfo_window .CarefulInfo_wrap .CarefulInfo_btn .cancal:hover {
  border: 1px solid #bfbfbf;
  color: #666666;
}
.CarefulInfo_window .CarefulInfo_wrap .CarefulInfo_btn .submit {
  background: #388cff;
  border-radius: 4px;
  border: none;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  box-shadow: none;
  outline: none !important;
  width: 100px;
  height: 31px;
}
.CarefulInfo_window .CarefulInfo_wrap .CarefulInfo_btn .submit:hover {
  background: #0057ff !important;
  border-radius: 4px;
  outline: none !important;
}
.CarefulInfo_window .CarefulInfo_wrap .CarefulInfo_btn .submit:hover {
  background: #0057ff !important;
  border-radius: 4px;
  outline: none !important;
}
.Review_window .Review_wrap {
  background-color: #fff;
  width: 800px;
  height: 480px;
  padding: 0px 25px 0px 25px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Review_window .Review_wrap .hr {
  border-bottom: 1px solid #EEEEEE;
}
.Review_window .Review_wrap h2 {
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
}
.Review_window .Review_wrap .Review_content {
  width: 350px;
  margin: 0 auto;
  text-align: center;
  margin-top: 62px;
  font-size: 35px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #303030;
}
.Review_window .Review_wrap .Review_content img {
  display: block;
  margin: 0 auto 58px auto;
}
.Review_window .Review_wrap .Review_btn {
  display: inline-block;
  position: absolute;
  bottom: 70px;
  left: 50%;
  margin-left: -132px;
}
.Review_window .Review_wrap .Review_btn .refresh {
  width: 120px;
  height: 40px;
  border: 1px solid #dcdcdc !important;
  background-color: #fff !important;
  background: #388cff;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  box-shadow: none;
  outline: none !important;
  color: #999999;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  margin-right: 20px;
}
.Review_window .Review_wrap .Review_btn .refresh:hover {
  background: #0057ff !important;
  border-radius: 4px;
  outline: none !important;
}
.Review_window .Review_wrap .Review_btn .refresh:hover {
  background: #0057ff !important;
  border-radius: 4px;
  outline: none !important;
}
.Review_window .Review_wrap .Review_btn .refresh:hover {
  border: none !important;
  color: #ffffff;
}
.Review_window .Review_wrap .Review_btn .cancal {
  background: #388cff;
  border-radius: 4px;
  border: none;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  box-shadow: none;
  outline: none !important;
  width: 120px;
  height: 40px;
}
.Review_window .Review_wrap .Review_btn .cancal:hover {
  background: #0057ff !important;
  border-radius: 4px;
  outline: none !important;
}
.Review_window .Review_wrap .Review_btn .cancal:hover {
  background: #0057ff !important;
  border-radius: 4px;
  outline: none !important;
}
.download_window .dzfp_wrap {
  background-color: #fff;
  width: 800px;
  height: 600px;
  padding: 0px 25px 0px 25px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.download_window .dzfp_wrap .download_close {
  position: absolute;
  right: 25px;
  top: 29px;
}
.download_window .dzfp_wrap h2 {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 30px;
  margin-bottom: 30px;
}
.download_window .dzfp_wrap .hr {
  border-bottom: 1px solid #EEEEEE;
}
.download_window .dzfp_wrap .download_content {
  margin-top: 22px;
}
.download_window .dzfp_wrap .download_content .download_text {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #303030;
  margin-left: 38px;
}
.download_window .dzfp_wrap .download_content .fapiao_img {
  width: 688px;
  height: 345px;
  margin: 16px auto 0 auto;
  display: block;
}
.download_window .dzfp_wrap .download_btn {
  position: absolute;
  bottom: 44px;
  left: 50%;
  margin-left: -100px;
}
.download_window .dzfp_wrap .download_btn .download {
  background: #388cff;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  outline: none !important;
  width: 200px;
  height: 40px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
}
.download_window .dzfp_wrap .download_btn .download:hover {
  background: #0057ff !important;
  border-radius: 4px;
  outline: none !important;
}
.download_window .dzfp_wrap .download_btn .download:hover {
  background: #0057ff !important;
  border-radius: 4px;
  outline: none !important;
}
.download_window .dzfp_wrap .download_btn .download.active {
  background: #eeeeee !important;
  border-radius: 4px;
  font-size: 18px !important;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999 !important;
}
