.new_choose_list {
  width: 100%;
  display: flex;

  margin-top: 20px;
  justify-content: space-between;
}

.new_choose_list .new_choose_list_items_1 {
  /* width: 597px; */
  width: 38%;
  height: 106px;
  background: linear-gradient(180deg, #bcd3ff 0%, #dbe7ff 100%);
  border-radius: 6px;
  padding-left: 4px;
  display: flex;
  padding-right: 8px;
}
.new_choose_list .left_image {
  width: 82px;
  height: 70px;
  background-image: url(https://res1.justeasy.cn/images/edu/edu730/new_pay_image/index/rjkc.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 21px;
}
.new_choose_list .inner_kerj {
  width: 85%;
  height: 88px;
  background: #ffffff;
  border-radius: 6px;
  margin-top: 8px;

  padding: 5px;
  display: flex;
  /* 强制换行 */
  flex-wrap: wrap;
  /* justify-content: space-between; */
  position: relative;

  /* 间距8px */
  /* gap: 3px; */

  /* overflow-y: auto; */


}
/* .new_choose_list .inner_kerj_items_all {
  position: absolute;
  bottom: 0px;
  right: 8px;
} */
.new_choose_list a{
  width: calc(20% - 3px);
  height: 32px;
  margin-right: 3px;
  white-space: nowrap;
}
.new_choose_list a .inner_kerj_items {
  width: 100%;
  height: 32px;
  /* width: 92px; */
  /* width: 20%;
  height: 32px; */
  /* padding: 6px 19px; */
  background: #f5f6fb;
  border-radius: 6px;
  white-space: nowrap;
  /* margin-right: 8px; */

  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #222222;
  line-height: 32px;
  text-align: center;
  font-style: normal;
  margin-bottom: 8px;
  cursor: pointer;
}

.new_choose_list .new_choose_list_items_2 {
  /* margin-left: 20px; */
  /* width: 31%; */
  height: 104px;
  background: linear-gradient(180deg, #ffdabc 0%, #ffeddb 100%);
  border-radius: 6px;
}

.new_choose_list .new_choose_list_items_2 .left_image {
  width: 82px;
  height: 70px;
  background-image: url(https://res1.justeasy.cn/images/edu/edu730/new_pay_image/index/sjjn.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.new_choose_list .new_choose_list_items_3 {
  /* width: 394px; */
  width: 20.5%;
  /* margin-left: 41px; */
  height: 106px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
/* .new_choose_list_items_3::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 88px;
  border: 1px solid #C6C6C6;
  left: -20px;
    top: 8px;
} */
.new_choose_list .new_choose_list_items_3 a {
  width: 47%;
}
.new_choose_list .new_choose_list_items_3_icon {
  /* width: 187px; */
  width: 100%;
  height: 48px;
  cursor: pointer;
  background: #f5f6fb;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new_choose_list .new_choose_list_items_3_icon_img {
  width: 22px;
  height: 22px;
}
.new_choose_list .text_new_choose_list_items_3_icon {
  /* width: 56px;
    height: 20px; */
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  margin-left: 4px;
}

/* 首页tab */

.commont_pic {
  position: relative;
}

.commont_pic .vip_free_box {
  width: 66px;
  height: 28px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 6px 0px 6px 0px;
  bottom: 0;
  right: 0;
  position: absolute;

  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 14px;
  color: #4e4e4e;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  color: #fcc831;
}
.commont_pic .mianfei_box {
  width: 66px;
  height: 28px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 6px 0px 6px 0px;
  bottom: 0;
  right: 0;
  position: absolute;

  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 14px;
  color: #4e4e4e;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  color: #cbe8ff;
}

.commont_footer {
  padding: 10px 10px;
  /* width: 308px; */
  /* height: 154px; */
  /* background: #f40; */
}

.commont_footer_inner_title {
  width: 100%;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #0d0c22;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;

  /* 溢出打点展示 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.commont_footer_inner_jg_wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.left_jg_info {
  display: flex;
  margin-top: 12px;
  justify-content: center;
  align-items: center;
}
.left_jg_avator {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  /* background-color: #ccc; */
}
.left_jg_avator img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin-top: -10px;
}
.left_jgname {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #9a9aa5;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 6px;
}
.kecheng_learn_person {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #9a9aa5;
  line-height: 16px;
  text-align: right;
  font-style: normal;
  text-transform: none;
  margin-top: 10px;
}
.footer_kecheng_price {
  width: 100%;
  margin-top: 12px;
  height: 22px;
  /* background: #eaedff; */
  display: flex;
  justify-content: space-between;
}
.footer_kecheng_price_left {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 16px;
  color: #fa5230;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 3px;
}
.footer_kecheng_price_left_hy_text {
  color: #fa5230;
  font-weight: 400;
  /* 强制不换行 */
  white-space: nowrap;
}
.footer_kecheng_price_right {
  /* width: 56px;
  height: 14px; */
  width: 76px;
  height: 22px;
  background-image: url(https://res1.justeasy.cn/images/edu/edu730/index/look_infos.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 14px;
  color: #29476b;
  line-height: 22px;
  text-align: center;
  font-style: normal;
}

.footer_kecheng_price_start_leart {
  width: 78px;
  height: 22px;
 background: url(https://res1.justeasy.cn/images/edu/edu730/index/start_learn.png) no-repeat;
 background-size: 100% 100%;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
  border-top-left-radius: 15px;
}
.footer_kecheng_price_start_done_look {
  width: 78px;
  height: 22px;
  /* background: #fff1dc; */
  background-image: url(https://res1.justeasy.cn/images/edu/edu730/index/ljsk_btns.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;

  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 14px;
  color: #976217;
  line-height: 22px;
  text-align: center;
  font-style: normal;
}
