/* 富文本编辑器组件 */
.ue-bkzn-title {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  position: relative;
  /* margin-bottom: 20px; */
  width: initial;
  height: initial;
  border: none;
  /* height: 60px; */
  padding: 30px 0;
  display: flex !important;
  align-items: center;
  justify-content: initial;
}
.uem-bkzn-title {
  /* display: none !important; */
}
.ue-bkzn-title::before {
  content: '';
  display: block;
  width: 3px;
  height: 18px;
  background: #387ffc;
  margin-right: 9px;
}
.ue-bkzn-btn {
  margin: 30px auto;
  /* width: 361px; */
  white-space: nowrap;
  padding: 0 30px;
  height: 50px;
  border-radius: 28px;
  border: 1px solid #387ffc;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  display: inline-block !important;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #387ffc;
  line-height: 50px;
  display: inline-block;
}
.uem-bkzn-btn {
  display: none !important;
}
.ue-subbox {
  background: url('http://att.kuaiji.com/20220808/78c266c9e08104ebcbfcf73f0b3759df.png') 0 0 / 100% 100% no-repeat;
  /* width: 880px; */
  max-width: 100%;
  min-width: 450px;
  height: 294px;
  display: flex !important;
  margin: 0 auto;
}
.ue-subbox .sub-left {
  width: 430px;
  flex-shrink: 0;
}
.ue-subbox .sub-left .title {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 26px;
  display: flex;
  align-items: center;
  margin: 20px 0 0 20px;
}
.ue-subbox .sub-left .title::before {
  content: '';
  width: 23px;
  height: 22px;
  display: flex;
  margin-right: 10px;
  background: url('http://att.kuaiji.com/20220808/cacb1aea7df090dc62f747d8514a601c.png') 0 0 / 100% 100% no-repeat;
}
.ue-subbox .sub-selects {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-left: 20px;
}
.ue-subbox .sub-selects .select {
  width: 200px;
  height: 36px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  position: relative;
  cursor: pointer;
  display: flex;
}
.ue-subbox .sub-selects .select .type {
  flex-shrink: 0;
  height: 100%;
  padding: 7px 10px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #a9a9a9;
  line-height: 21px;
}
.ue-subbox .sub-selects .select .value {
  flex: 1;
  height: 100%;
  padding: 7px 0;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 21px;
}
.ue-subbox .sub-selects .select .value::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 6px solid #999999;
  border-top-color: #999999;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  margin-top: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform-origin: 6px 3px;
  transform: translateY(-8px);
}
.ue-subbox .sub-selects .select.active .value::after {
  transform: translateY(-8px) rotateZ(180deg);
}
.ue-subbox .sub-selects .select .options {
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(169, 169, 169, 0.45);
  border-radius: 3px;
  /* padding: 10px 0; */
  position: absolute;
  left: 0;
  top: 104%;
  z-index: 333;
  background: #fff;
  display: none;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
.ue-subbox .sub-selects .select.active .options {
  display: block;
}
.ue-subbox .sub-selects .select .options .option {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 15px;
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: none;
  outline: none;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.ue-subbox .sub-selects .select .options .option:hover {
  background: #f4f4f4;
}
.ue-subbox .sub-tips {
  display: flex;
  align-items: center;
  margin-top: 12px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #a9a9a9;
  line-height: 16px;
  margin-left: 20px;
}
.ue-subbox .sub-tips .item {
  margin-right: 2px;
  display: flex;
  align-items: center;
}
.ue-subbox .sub-tips .num {
  width: 15px;
  height: 15px;
  background: #f5f6f7;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.ue-subbox .sub-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-left: 20px;
}
.ue-subbox .sub-inputs input {
  /* width: 252px; */
  width: 100%;
  height: 36px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  padding: 7px 10px;
}
.ue-subbox .sub-inputs input.input2 {
  width: 148px;
}
.ue-subbox .sub-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-left: 20px;
}
.ue-subbox .sub-btns .btn1 {
  width: 200px;
  height: 36px;
  background: #eff5ff;
  border-radius: 3px;
  border: 1px solid #afd0ff;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #387ffc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ue-subbox .sub-btns .btn2 {
  /* width: 200px; */
  width: 100%;
  height: 36px;
  background: #387ffc;
  border-radius: 3px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ue-subbox .sub-btns .btn2.ban {
  pointer-events: none;
  background: #eeeef0;
}
.ue-subbox .sub-agreement {
  display: flex;
  align-items: center;
  margin-top: 12px;
  margin-left: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7f7f7f;
  line-height: 20px;
  cursor: pointer;
}
.ue-subbox .sub-agreement .radio {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background: url('http://att.kuaiji.com/20220808/34b934c00c7eeef81e5e23861584c99b.png') 0 0 / 100% 100% no-repeat;
}
.ue-subbox .sub-agreement.active .radio {
  background: url('https://att.kuaiji.com/20220808/9fd626910f3f1547e055515ee2b7521d.png') 0 0 / 100% 100% no-repeat;
}
.ue-subbox .sub-agreement .blue {
  color: #387ffc;
}
.ue-subbox .sub-right {
  width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 326px;
}
.ue-subbox .sub-right .title {
  margin-top: 23px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #387ffc;
  line-height: 21px;
}
.ue-subbox .sub-right .code {
  width: 190px;
  height: 191px;
  background: url('http://att.kuaiji.com/20220808/935a00610ab051cd5ef09d2e53a8482f.png') 0 0 / 100% 100% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 31px;
}
.ue-subbox .sub-right .code img {
  width: 184px;
  height: 184px;
}
.ue-subbox-m {
  display: none;
}

/*文章列表页*/
.arc_list_cont a.arc_list_li {
  width: 50% !important;
  padding-right: 20px;
}
.arc_list_cont a:nth-child(odd) {
  width: 48% !important;
  margin-right: 2%;
}

/*表格样式*/
.arc_table tr td {
  text-align: left;
  padding-left: 3% !important;
  font-size: 16px !important;
}

/*按钮样式*/
.uem_arc_button {
  width: 50% !important;
  margin: 15px auto !important;
  line-height: 50px !important;
  height: 50px !important;
  border-radius: 30px !important;
  font-size: 20px !important;
}
/* 报考指南按钮 */
.bkzn_btn {
  display: block !important;
}

/*卡片*/
.ue_arc_card {
  display: flex !important;
}
.ue_arc_card > em {
  width: 49% !important;
}
.ue_arc_card > em img {
  width: 66px !important;
  /* margin-left: 15px!important; */
}
.ue_arc_card > em > a {
  background: #ffffff !important;
  right: 15px !important;
  display: block !important;
}
.ue_arc_card .ue_arc_card_desc {
  width: 140px;
  height: 27px;
  overflow: hidden;
}

/*翻转卡片*/
.flip_card {
  display: block !important;
}
.flip_card .flip_card_img1 {
  width: 45px;
  height: 37px;
  margin: 0 auto;
  display: block;
}
.flip_card .flip_card_img2 {
  width: 146px;
}
.flip_card .flip_card_front {
  width: 100%;
  height: 220px;
  background: #f7f8f9;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 30px;
  margin-bottom: 30px;
}
.flip_card .flip_card_after {
  width: 100%;
  height: 220px;
  background: #f7f8f9;
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.flip_card .flip_card_li:hover .flip_card_front {
  display: none !important;
}
.flip_card .flip_card_li:hover .flip_card_after {
  display: flex !important;
}
.flip_card .flip_card_ul {
  display: block;
  width: 94%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flip_card .flip_card_ul .flip_card_li {
  width: 24%;
  display: block;
}
.flip_card .flip_card_ul .flip_card_li .flip_card_tit {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin: 0;
  text-align: center;
  margin-bottom: 12px;
  margin-top: 25px;
  height: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.flip_card .flip_card_ul .flip_card_li .flip_card_desc {
  font-size: 16px;
  color: #999999;
  line-height: 23px;
  text-align: center;
  margin: 0;
  margin-bottom: 33px;
}
.flip_card .flip_card_ul .flip_card_li .flip_card_desc span {
  height: 23px;
  overflow: hidden;
  display: block;
}
.flip_card .flip_card_ul .flip_card_li .flip_card_wx {
  display: block;
  width: 155px;
  height: 155px;
  background-image: url('http://att.kuaiji.com/20220808/60154162e293dc99c9ff8dd70f488b06.png');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flip_card .flip_card_ul .flip_card_li .flip_card_wx_txt {
  font-size: 16px;
  color: #333333;
  margin: 0;
  margin-top: 12px;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}

/* 资料领取 */
.data_receive {
  display: block !important;
}
.data_receive .data_receive_span > span {
  width: 30% !important;
  margin: 0 auto !important;
  margin-bottom: 15px !important;
}
.data_receive .data_receive_img img {
  width: 20px;
  display: block;
}
.data_receive .data_receive_a {
  display: block !important;
  width: 50% !important;
}

/* 报考条件 */
.bk_condition {
  border: 1px solid #e9e9e9;
}
.bk_condition .bk_condition_cont {
  display: block !important;
}

.bk_condition .bk_condition_cont .title {
  font-size: 28px;
  display: block;
  font-weight: bold;
  color: #272625;
  margin: 0 auto;
  text-align: center;
}
.bk_condition .bk_condition_cont .desc {
  font-size: 14px;
  display: block;
  color: #666666;
  margin: 0;
  text-align: center;
  margin-top: 14px;
}
.bk_condition .bk_condition_cont .bk_condition_span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0 auto;
  width: 50%;
  position: relative;
}
.bk_condition .bk_condition_cont .bk_condition_span .type {
  font-size: 16px;
  color: #222222;
  display: block;
  margin-right: 20px;
  flex-shrink: 0;
}
.bk_condition .bk_condition_cont .bk_condition_span .value {
  flex: 1;
  font-size: 16px;
  min-height: 34px;
  line-height: 34px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 21px;
  border: 1px solid #d8d8d8;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.bk_condition .bk_condition_cont .bk_condition_span .value::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 6px solid #999999;
  border-top-color: #999999;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  margin-top: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform-origin: 6px 3px;
  transform: translateY(-8px);
}
.bk_condition .bk_condition_cont .bk_condition_span.select.active .value::after {
  transform: translateY(-8px) rotateZ(180deg);
}
.bk_condition .bk_condition_cont .bk_condition_span .options {
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(169, 169, 169, 0.45);
  border-radius: 3px;
  /* padding: 10px 0; */
  position: absolute;
  left: 0;
  top: 104%;
  z-index: 333;
  background: #fff;
  display: none;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
.bk_condition .bk_condition_cont .bk_condition_span.active .options {
  display: block !important;
}
.bk_condition .bk_condition_cont .bk_condition_span .options .option {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 15px;
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.bk_condition .bk_condition_cont .bk_condition_span .options .option:hover {
  background: #f4f4f4;
}
.bk_condition > a {
  margin-top: 40px !important;
  width: 50% !important;
  display: block !important;
}

/* 考试成绩查询 */
.bk_query {
  height: auto;
  background-image: url('http://att.kuaiji.com/20220808/324c588809e563732f9768894df127f9.png');
  background-size: 100% 100%;
  margin: 30px auto !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50% !important;
  padding: 30px;
}
.bk_query .bk_query_pc {
  display: block !important;
}
.bk_query .bk_query_pc .title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  display: block;
  text-align: center;
  margin-bottom: 44px;
}
.bk_query .bk_query_pc .name {
  width: 100%;
  padding-left: 10px;
  outline: none;
  margin: 0 auto;
  display: block;
  height: 40px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  font-size: 16px;
  color: #000;
}
.bk_query .bk_query_pc .password {
  width: 100%;
  outline: none;
  padding-left: 10px;
  margin: 0 auto;
  display: block;
  height: 40px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  font-size: 16px;
  color: #000;
  margin-top: 20px;
}
.bk_query > a {
  display: block !important;
}

/* 教材卡片 */
.arc_material {
  display: flex !important;
  width: 96% !important;
}
.arc_material .isue .ue_material {
  display: flex;
  flex-wrap: wrap;
}
.arc_material .isue .ue_material > span {
  width: 48% !important;
  margin-right: 4%;
  box-sizing: border-box;
  /* align-items: center!important; */
}
.arc_material .isue .ue_material > span .ue_material_img {
  display: block;
  background: #f2f2f2;
}
.arc_material .isue .ue_material > span .ue_material_img .ue_material_btn {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
}
.arc_material .isue .ue_material > span .ue_material_btn a {
  width: 70px !important;
}
.arc_material .isue .ue_material > span:nth-child(2n) {
  margin-right: 0 !important;
}

/* 课程卡片 */
.arc_curriculum {
  display: flex !important;
}
.arc_curriculum .isue .ue_curriculum {
  display: flex;
  flex-wrap: wrap;
}
.arc_curriculum .isue .ue_curriculum > span {
  width: 48% !important;
  margin-right: 4%;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.arc_curriculum .isue .ue_curriculum .ue_curriculum_img {
  width: 100%;
  display: block;
  height: 110px;
  overflow: hidden;
}

.arc_curriculum .isue .ue_curriculum > span .xian {
  display: block;
  width: 1px;
  height: 100%;
  background-color: #adc8ff;
  position: absolute;
  left: 2px;
  transform: translateY(-50%);
  top: 0%;
}
.arc_curriculum .isue .ue_curriculum > span > span > span:first-child .xian {
  display: none !important;
}

/* 交互序号 */
.arc_xuhao {
  display: block !important;
}
.arc_xuhao .arc_xuhao_box {
  width: 100%;
  margin: 30px auto;
  display: block;
  border-left: 1px dashed #d9d9d9;
  padding-left: 30px;
  box-sizing: border-box;
}
.arc_xuhao .arc_xuhao_box .article {
  position: relative;
  display: block;
  min-height: 23px;
  margin-bottom: 40px;
  font-style: normal;
}
.arc_xuhao .arc_xuhao_box .article .tit {
  font-size: 22px;
  color: #333333;
  display: block;
}
.arc_xuhao .arc_xuhao_box .article .name_num {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left: -48px;
  border-radius: 35px !important;
  width: 35px !important;
  height: 35px !important;
  line-height: 36px !important;
  padding: 0 !important;
  text-align: center;
  background: rgb(208, 208, 208);
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  z-index: 99999;
}
.arc_xuhao .arc_xuhao_box .article_title.active .name_num {
  position: fixed;
  top: 0px;
  left: auto;
  margin-left: -48px;
  background: #068bf2;
  color: #ffffff;
}
.arc_xuhao .arc_xuhao_box .article .article_p {
  font-size: 16px;
  color: #333333;
  display: block;
  margin-bottom: 20px;
}

/* 文章标题 */
.arc_tit .arc_tit_text {
  max-width: 610px !important;
  height: 34px !important;
  -webkit-line-clamp: 1 !important;
}
.arc_tit .arc_tit_img {
  margin-left: 16px !important;
}

/* 加辅导员微信 */
.arc_addwx {
  display: block !important;
}
.arc_addwx:hover .ewmpopup {
  display: flex !important;
}
.arc_addwx:hover .ewmpopup span img {
  max-width: 100% !important;
}
.arc_addwx .ewm {
  display: block !important;
}
.arc_addwx .arc_wx_code {
  display: none !important;
}

/* 备考资料 */
/* .arc_bkzl,
.arc_bkzl_cont {
  display: flex !important;
} */
.arc_bkzl_title {
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #387ffc;
  line-height: 31px;
  position: absolute;
  left: 50%;
  top: -16px;
  transform: translate(-50%);
  width: 324px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arc_bkzl_text1 {
  margin-top: 40px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
  display: flex;
  width: 100%;
}
.arc_bkzl_text1 a.red {
  color: #de4040 !important;
  font-weight: bold;
}
.arc_bkzl_text1 + .arc_bkzl_text1 {
  margin-top: 27px;
}

.detail-content img.arc_bkzl_star,
.arc_bkzl_star {
  width: 24px;
  height: 24px;
  margin: 0 15px 0 0;
  flex-shrink: 0;
}

/* 免费试听 */
.arc_shiting,
.arc_shiting_cont {
  display: block !important;
}

.arc_bkzz {
  display: block !important;
}

/* 视频广告条 */
.arc_video_gg {
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  display: block !important;
}
.arc_video_gg .arc_video_ul {
  display: block !important;
}
.arc_video_gg > a {
  height: 45px !important;
}
.arc_video_gg a:hover em,
.arc_video_gg a:hover em span {
  color: #3880fc !important;
}

/* 资讯广告条 */
.arc_new_gg {
  display: block !important;
}
.arc_new_gg .arc_new_gg_ico {
  width: 5px !important;
  height: 5px !important;
}
.arc_new_gg a:hover .arc_new_gg_ico {
  display: none !important;
}
.arc_new_gg a:hover .arc_new_gg_img {
  display: block !important;
}
.arc_new_gg a:hover em {
  color: #3880fc !important;
}

.arc_vide_new_gg {
  display: block !important;
}

/* 缩略框 */
.arc_textarea .arc_textarea_cont::-webkit-scrollbar {
  width: 5px;
  height: 100%;
  background: #dce7fa;
}
.arc_textarea .arc_textarea_cont::-webkit-scrollbar-thumb {
  background: #2755b0;
  border-radius: 50px;
}

/* 考试用书 */
.ks_book {
  display: block !important;
  margin: 30px auto;
}
.ue_ks_book {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.ue_ks_book .book_li {
  width: 240px;
  height: 373px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  margin-top: 20px;
}
.ue_ks_book .book_li + .book_li {
  margin-left: 20px;
}
.ue_ks_book .book_li:nth-child(4n) {
  margin-left: 0;
}
.ue_ks_book .book_li .book_img {
  width: 190px;
  height: 190px;
  margin: 25px 0;
}
.ue_ks_book .book_li a.tit {
  width: 200px;
  padding-top: 19px;
  border-top: 1px solid #eeeeee;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
}
.ue_ks_book .book_li .price_span {
  display: flex;
  align-items: center;
  width: 200px;
  margin-top: 14px;
}
.ue_ks_book .book_li .pre_price {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 19px;
}
.ue_ks_book .book_li .price {
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #e85307;
  line-height: 31px;
  margin-right: 12px;
}

/* 干货卡片 */
.gh_card {
  display: block !important;
  margin: 30px auto;
}
.ue_gh_card {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
  overflow-x: auto;
  flex-wrap: wrap;
}
.ue_gh_card .card_li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
  height: 327px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #eeeeee;
  cursor: pointer;
  margin-top: 20px;
}
.ue_gh_card .card_li + .card_li {
  margin-left: 20px;
}
.ue_gh_card .card_li:nth-child(4n) {
  margin-left: 0;
}
.ue_gh_card .card_li .card_top {
  width: 100%;
  height: 65px;
  padding: 7px 21px 5px 14px;
  display: flex;
  align-items: center;
  background: url('https://www.kuaiji.com/static/cms/images/acca/acca-ksgh-top.png') no-repeat 0 0/100% 100%;
}
.ue_gh_card .card_li .card_top > img {
  width: 53px;
  height: 53px;
  margin-right: 9px;
}
.ue_gh_card .card_li .card_top > span {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ue_gh_card .card_li .card_img {
  /* width: 130px; */
  height: 117px;
  margin-top: 10px;
}
.ue_gh_card .card_li .card_receive {
  width: 100%;
  margin: 10px 0;
  text-align: center;
}
.ue_gh_card .card_li .card_receive > img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 10px;
}
.ue_gh_card .card_li .card_receive .card_receive_text {
  font-size: 12px;
  color: #9f9f9f;
}
.ue_gh_card .card_li .want {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 16px;
  /* margin-top: 52px; */
}

.ue_gh_card .card_li .btn {
  width: 208px;
  height: 34px;
  background: #e3edff;
  border-radius: 17px;
  margin-top: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #387ffc;
}
.ue_gh_card .card_li .btn > img {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

.ue-timu .ue-timu-btn {
  display: flex !important;
  /* width: 126px; */
  padding: 0 30px;
  height: 35px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #387ffc;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #387ffc;
  align-self: flex-start;
}

.ue-timu .ue-timu-btn img {
  width: 16px;
  height: 16px;
  margin-right: 9px;
}

.ue-timu .ue-timu-content {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 6px 22px 0px rgba(169, 169, 169, 0.2);
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  white-space: pre-wrap;
  display: none;
  padding: 20px !important;
  font-size: 16px !important;
  margin-top: 6px !important;
  box-sizing: border-box;
}

.ue-timu.active .ue-timu-btn::after {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  border-left: 1px solid #387ffc;
  border-bottom: 1px solid #387ffc;
  position: absolute;
  left: 50%;
  top: 28px;
  transform: translate(-50%) rotateZ(-45deg);
  background: #ffffff;
}

.ue-timu.active .ue-timu-btn {
  margin-bottom: 11px;
}

.ue-timu.active .ue-timu-content {
  display: block;
}

.ue-timu-btn.logger::before {
  content: '查看答案';
}

.ue-timu.active .ue-timu-btn.logger::before {
  content: '收起答案';
}

.kj-table td {
  padding: 10px 10px !important;
}

.kj-table {
  display: table !important;
  white-space: initial !important;
  word-break: break-all !important;
}