@charset "UTF-8";

.main {
  width: 90%;
  margin: 0 auto;
}

.logon {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.logon>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logon .logon_box {
  width: 915px;
  height: 518px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  box-shadow: 7px 6px 34px 0px rgba(165, 187, 216, 0.23);
  border-radius: 20px;
  overflow: hidden;
}

.logon .logon_box .logon_img {
  position: relative;
}

.logon .logon_box .logon_img .logo_icon {
  position: absolute;
  top: 50px;
  left: 50px;
}

.logon .logon_box .logon_text {
  flex: 1;
  background-color: #fff;
  padding: 40px 180px 0 60px;
}

.logon .logon_box .logon_text h4 {
  font-size: 24px;
  font-weight: bold;
}

.logon .logon_box .logon_text i {
  opacity: 0.6;
  display: block;
  margin-top: 10px;
}

.logon .logon_box .logon_text .logon_btn {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.logon .logon_box .logon_text .logon_btn a {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin-right: 60px;
  position: relative;
}

.logon .logon_box .logon_text .logon_btn_active::after {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  background-color: #0097E4;
  opacity: .6;
  border-radius: 4px;
  position: absolute;
  left: 0;
  bottom: 6px;
}

.logon .logon_box .logon_text .inp {
  width: 100%;
  padding-left: 12px;
  border: 1px solid #E5E9EC;
  border-radius: 4px;
  margin-top: 10px;
  position: relative;
}

.logon .logon_box .logon_text .inp input {
  width: 100%;
  height: 40px;
}

.logon .logon_box .logon_text .inp .phone_error {
  color: #E34040;
  position: absolute;
  right: -38%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  border: 1px solid #E34040;
  padding: 2px 10px;
}

.logon .logon_box .logon_text .inp .phone_error img {
  margin-right: 5px;
}

.logon .logon_box .logon_text .inp .phone_error p {
  line-height: 1;
}

.logon .logon_box .logon_text .inp .inp_code {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.logon .logon_box .logon_text .inp .inp_code a {
  color: #3568FF;
}

.logon .logon_box .logon_text .strength_uls {
  display: flex;
  align-items: center;
  margin-top: 6px;
}

.logon .logon_box .logon_text .strength_uls li {
  padding: 4px 24px;
  font-size: 12px;
  line-height: 1;
  background-color: #E5E9EC;
  margin-right: 5px;
  color: #ADB1B3;
}

.logon .logon_box .logon_text .re_enter {
  margin-bottom: 30px;
}

.logon .logon_box .logon_text .logon_agreement {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.logon .logon_box .logon_text .logon_agreement input {
  margin-right: 8px;
}

.logon .logon_box .logon_text .tijiao {
  width: 100%;
  height: 40px;
  background-color: #064399;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
}

.logon .logon_box .logon_text .logon_find {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  margin-top: 40px;
}

.logon .logon_box .logon_text .logon_find a span {
  color: #3568FF;
}

.logon .logon_box .logon_text .flow_uls {
  display: flex;
  text-align: center;
  justify-content: space-between;
  margin: 30px 0;
}

.logon .logon_box .logon_text .flow_uls .flow_lis {
  width: 80px;
}

.logon .logon_box .logon_text .flow_uls .flow_lis span {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin: 0 auto;
  text-align: center;
  background-color: #0097E4;
  border-radius: 50%;
  color: #fff;
}

.logon .logon_box .logon_text .flow_uls .flow_lis p {
  font-size: 16px;
}

.logon .logon_box .logon_text .flow_uls .flow_lis:nth-child(2) span {
  position: relative;
}

.logon .logon_box .logon_text .flow_uls .flow_lis:nth-child(2) span::after {
  content: '';
  display: block;
  width: 95px;
  height: 1px;
  background-color: #0097E4;
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
}

.logon .logon_box .logon_text .flow_uls .flow_lis:nth-child(2) span::before {
  content: '';
  display: block;
  width: 95px;
  height: 1px;
  background-color: #0097E4;
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
}

.login .logon_box .logon_text .logon_find {
  margin-top: 16px;
}

.logon .logon_box .logon_text .inp .inp_icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.find .logon_box .logon_text .inp .phone_error {
  background-color: #FFEFEF;
  font-size: 12px;
  width: 110%;
  position: absolute;
  top: auto;
  bottom: -30px;
  right: auto;
  left: 0;
}

.all_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  height: 6vh;
  padding: 0 2%;
  box-shadow: 0 4px 20px 1px #EEF3F6;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.all_top .all_logo {
  display: flex;
  align-items: center;
}

.all_top .all_logo img {
  margin-right: 20px;
}

.all_top .all_logo b {
  font-size: 16px;
  color: #1756A2;
  font-weight: bolder;
  margin-top: -6px;
}

.all_top .all_btn {
  display: flex;
  align-items: center;
}

.all_top .all_btn a {
  display: flex;
  align-items: center;
}

.all_top .all_btn a img {
  margin: 0 10px 0 36px;
}

.all_top .all_btn a i {
  display: block;
}

.all_back {
  background-color: #EFF4F7;
}

.all_a .all_fl {
  width: 14%;
  height: 94vh;
  padding-top: 20px;
  background-color: #fff;
}

.all_a .all_fl .all_fl_lis {
  height: 50px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.all_a .all_fl .all_fl_lis img {
  margin-right: 10px;
}

.all_a .all_fl .all_fl_lis a {
  font-size: 16px;
  font-weight: bold;
}

.all_a .all_fl .all_fl_lis:hover {
  background-color: #EDF6FF;
}

.all_a .all_fl .all_fl_lis_active {
  background-color: #EDF6FF;
  border-right: 5px solid #0097E4;
}

.all_a .all_fr {
  width: 84%;
}

.bread {
  margin: 12px 0;
  display: flex;
  align-items: center;
  opacity: 0.6;
}

.bread span {
  margin: 0 4px;
}

.all_b {
  width: 98%;
  background-color: #fff;
  padding: 32px 66px 50px;
  border-radius: 20px;
  box-shadow: 0px 6px 34px 0px rgba(165, 187, 216, 0.23);
}

.all_b h5 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 40px -30px;
  padding-left: 30px;
  background: url(/esimg/icon/logo_icon.png) no-repeat left center;
}

.all_b .request_uls {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.all_b .request_uls li {
  border-radius: 15px;
  padding: 6px 30px 6px 50px;
  color: #959697;
}

.all_b .request_uls li:nth-child(1) {
  background-color: #F2F4F6;
  margin-right: -20px;
  z-index: 100;
  padding-left: 30px;
}

.all_b .request_uls li:nth-child(2) {
  background-color: #E5E9EC;
  margin-right: -20px;
  z-index: 10;
}

.all_b .request_uls li:nth-child(3) {
  background-color: #D6DDE3;
  margin-right: -20px;
  z-index: 1;
}

.all_b .all_inp {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.all_b .all_inp p {
  font-size: 16px;
  margin-right: 20px;
  width: 80px;
}

.all_b .all_inp input {
  width: 300px;
  height: 40px;
  border: 1px solid #E5E9EC;
  border-radius: 4px;
  padding-left: 12px;
}

.all_b .all_inp textarea {
  width: 300px;
  height: 80px;
  border: 1px solid #E5E9EC;
  border-radius: 4px;
  padding: 6px 0 0 12px;
}

.all_b .all_inp select {
  width: 300px;
  height: 40px;
  border: 1px solid #E5E9EC;
  border-radius: 4px;
  padding-left: 12px;
  opacity: .6;
  position: relative;
}

.all_b .all_inp select option {
  opacity: .6;
}

.all_b .all_inp .select_jt {
  display: block;
  border: 5px solid transparent;
  border-top-color: #949DA5;
  position: absolute;
  top: 50%;
  left: 375px;
  transform: translateY(-50%);
}

.all_b .all_inp .tel_all_checkbox {
  flex: 1;
}

.all_b .all_inp .tel_all_checkbox #cblSort {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.all_b .all_inp .tel_all_checkbox #cblSort li {
  width: 150px;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #A5BBD8;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/esimg/icon/all_checkbox_content_.png) no-repeat right bottom;
  overflow: hidden;
}

.all_b .all_inp .tel_all_checkbox #cblSort li input {
  width: 0;
  border: none;
}

.all_b .all_inp .tel_all_checkbox #cblSort li label {
  text-align: center;
  line-height: 40px;
  width: 100%;
}

.all_b .all_inp .tel_all_checkbox #cblSort .content_0 {
  border: 1px solid #0097E4;
  background: url(/esimg/icon/all_checkbox_content_0.png) no-repeat right bottom;
}


/* .all_b .all_inp .tel_all_checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}

.all_b .all_inp .tel_all_checkbox .all_checkbox {
  width: 150px;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #A5BBD8;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/esimg/icon/all_checkbox_content_.png) no-repeat right bottom;
  overflow: hidden;
}

.all_b .all_inp .tel_all_checkbox .all_checkbox input {
  width: 0;
  border: none;
}

.all_b .all_inp .tel_all_checkbox .all_checkbox label {
  text-align: center;
  line-height: 40px;
  width: 100%;
}

.all_b .all_inp .tel_all_checkbox .content_0 {
  border: 1px solid #0097E4;
  background: url(/esimg/icon/all_checkbox_content_0.png) no-repeat right bottom;
} */

.all_b .all_inp .progress_textarea {
  width: 910px;
  height: 120px;
  padding: 13px;
  font-family: '微软雅黑';
}

.all_b .all_date input {
  padding-left: 30px;
}

.all_b .all_date .all_date_icon {
  width: 18px;
  position: relative;
  margin-left: 50px;
  z-index: 10;
}

.all_b .tijiao2 {
  width: 300px;
  height: 40px;
  background-color: #064399;
  color: #fff;
  border-radius: 4px;
  margin-left: 100px;
}

.all_b .progress_xq {
  display: flex;
}

.all_b .progress_xq .progress_lis {
  margin-right: auto;
}

.all_b .progress_xq .progress_lis .progress_text {
  display: flex;
  align-items: center;
}

.all_b .progress_xq .progress_lis .progress_text span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #1756A2;
  border-radius: 50%;
  margin-right: 10px;
  line-height: 30px;
}

.all_b .progress_xq .progress_lis .progress_text i {
  display: block;
  margin-right: 22px;
  width: 70px;
  opacity: .6;
  line-height: 30px;
}

.all_b .flow_uls {
  display: flex;
  text-align: center;
  margin: 30px 0;
}

.all_b .flow_uls .flow_lis {
  width: 145px;
  margin-right: 240px;
}

.all_b .flow_uls .flow_lis span {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
  margin: 10px auto;
  text-align: center;
  background-color: #0097E4;
  border-radius: 50%;
  color: #fff;
}

.all_b .flow_uls .flow_lis p {
  font-size: 16px;
  font-weight: bold;
}

.all_b .flow_uls .flow_lis:nth-child(2) span {
  position: relative;
  background-color: #C5CDDC;
}

.all_b .flow_uls .flow_lis:nth-child(2) span::after {
  content: '';
  display: block;
  width: 340px;
  height: 1px;
  background-color: #0097E4;
  position: absolute;
  left: -350px;
  top: 50%;
  transform: translateY(-50%);
}

.all_b .flow_uls .flow_lis:nth-child(2) span::before {
  content: '';
  display: block;
  width: 340px;
  height: 1px;
  background-color: #C5CDDC;
  position: absolute;
  right: -350px;
  top: 50%;
  transform: translateY(-50%);
}

.all_b .flow_uls .flow_lis:nth-child(3) span {
  background-color: #C5CDDC;
}

.all_b .flow_uls .flow_lis .flow_lis_text {
  width: 145px;
  height: auto;
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  background-color: #F2F4F6;
  border-radius: 4px;
  padding: 20px 10px;
  opacity: .6;
}

.all_b .flow_uls .flow_lis_active span {
  color: transparent;
  background: url(/esimg/icon/jindu_wc.png) no-repeat center;
  background-size: cover;
}

.all_b .evaluation_switch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.all_b .evaluation_switch li a {
  margin-left: 40px;
  font-size: 16px;
  position: relative;
  font-weight: bold;
}

.all_b .evaluation_switch .evaluation_switch_active a::after {
  content: '';
  width: 120%;
  height: 6px;
  border-radius: 3px;
  background-color: #0097E4;
  opacity: .8;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.all_b .evaluation_uls {
  margin-top: 12px;
  height: 75vh;
  overflow-y: auto;
}

.all_b .evaluation_uls .evaluation_lis {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
  background-color: #F5F7F9;
  margin-bottom: 10px;
}

.all_b .evaluation_uls .evaluation_lis .evaluation_lis_text {
  width: 90%;
}

.all_b .evaluation_uls .evaluation_lis .evaluation_lis_text .evaluation_lis_date {
  display: flex;
  align-items: center;
}

.all_b .evaluation_uls .evaluation_lis .evaluation_lis_text .evaluation_lis_date i {
  display: block;
  padding: 4px 10px;
  background-color: #E4EAF1;
  opacity: .6;
  margin-right: 20px;
  border-radius: 20px;
}

.all_b .evaluation_uls .evaluation_lis .evaluation_lis_text>p {
  height: 44px;
  line-height: 22px;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.all_b .evaluation_uls .evaluation_lis .evaluation_lis_text .evaluation_lis_reply {
  display: none;
}

.all_b .evaluation_uls .evaluation_lis .evaluation_lis_text .evaluation_lis_reply a {
  padding: 4px 10px;
  background-color: #E4EAF1;
  opacity: .6;
  margin-right: 12px;
  border-radius: 20px;
}

.all_b .evaluation_uls .evaluation_lis .evaluation_lis_text .evaluation_lis_reply p {
  color: #0097E4;
  line-height: 27px;
}

.all_b .evaluation_uls .evaluation_lis .evaluation_lis_jt {
  margin: 10px 10px 0 0;
}

.all_b .evaluation_uls .evaluation_lis .evaluation_lis_jt .evaluation_lis_jt02 {
  display: none;
}

.all_b .evaluation_uls .evaluation_lis_active .evaluation_lis_text>p {
  height: 64px;
  -webkit-line-clamp: 3;
}

.all_b .evaluation_uls .evaluation_lis_active .evaluation_lis_text .evaluation_lis_reply {
  display: flex;
}

.all_b .evaluation_uls .evaluation_lis_active .evaluation_lis_jt .evaluation_lis_jt01 {
  display: none;
}

.all_b .evaluation_uls .evaluation_lis_active .evaluation_lis_jt .evaluation_lis_jt02 {
  display: block;
}

.all_b .evaluation_uls .all_services_lis {
  background-color: #F5F7F9;
  padding: 24px 30px;
  border-radius: 4px;
  margin-bottom: 12px;
  position: relative;
}

.all_b .evaluation_uls .all_services_lis h6 {
  font-size: 16px;
  font-weight: bold;
}

.all_b .evaluation_uls .all_services_lis ul {
  display: flex;
  justify-content: space-between;
}

.all_b .evaluation_uls .all_services_lis ul li .all_services_t {
  display: flex;
  align-items: center;
  margin-top: 18px;
}

.all_b .evaluation_uls .all_services_lis ul li .all_services_t i {
  display: block;
  opacity: .6;
  margin-right: 20px;
}

.all_b .evaluation_uls .all_services_lis ul li .all_services_t span {
  color: #0097E4;
}

.all_b .evaluation_uls .all_services_lis ul li .all_services_t img {
  margin-right: 10px;
}

.all_b .evaluation_uls .all_services_lis ul li:nth-child(2) {
  margin: 20px 0 0 -100px;
}

.all_b .evaluation_uls .all_services_lis .ckxq_a {
  width: 140px;
  height: 40px;
  line-height: 40px;
  background-color: #1756A2;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}

.request_a .all_fr .all_b h5 {
  margin-bottom: 24px;
}

.all_b button {
  margin-left: 0;
  font-weight: bold;
}

.evaluation_a .all_fr .all_b {
  padding: 32px 66px;
}

.evaluation_a .all_fr .all_b h5 {
  margin-bottom: 10px;
}

@media screen and (min-width: 1000px) and (max-width: 1399px) {
  /* .all_b .all_inp .tel_all_checkbox .all_checkbox {
    width: 130px;
    margin-right: 6px;
  }

  .all_b .all_inp .tel_all_checkbox .all_checkbox label {
    font-size: 12px;
  } */

  .all_b .all_inp .tel_all_checkbox #cblSort li {
    width: 130px;
    margin-right: 6px;
  }

  .all_b .all_inp .tel_all_checkbox .cblSort li label {
    font-size: 12px;
  }

  .all_b .progress_xq .progress_lis .progress_text i {
    margin-right: 6px;
  }


}

@media (min-width: 1000px) {
  .tel {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }

  .main {
    width: 90%;
    margin: 0 auto;
  }

  .logon {
    position: relative;
  }

  .logon .logon_box {
    flex-direction: column;
    width: 90%;
    height: auto;
    position: absolute;
    left: 5%;
    top: 5%;
    transform: none;
  }

  .logon .logon_box .logon_img {
    width: 100%;
  }

  .logon .logon_box .logon_img img {
    width: 100%;
  }

  .logon .logon_box .logon_text {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 30%;
  }

  .logon .logon_box .logon_text h4 {
    font-size: 18px;
    text-align: center;
  }

  .logon .logon_box .logon_text i {
    text-align: center;
  }

  .logon .logon_box .logon_text .logon_btn {
    justify-content: center;
  }

  .logon .logon_box .logon_text .logon_btn a {
    margin-right: 0;
    margin: 0 20px;
  }

  .logon .logon_box .logon_text .inp {
    margin-bottom: 20px;
  }

  .logon .logon_box .logon_text .inp .phone_error {
    right: auto;
    left: 0;
    top: auto;
    bottom: -21px;
    transform: none;
  }

  .logon .logon_p {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    opacity: .6;
  }

  .logon .logon_box .logon_text .inp {
    margin-bottom: 10px;
  }

  .logon .logon_box .logon_text {
    padding: 20px 20px 8%;
  }

  .login .logon_box .logon_text .logon_find {
    justify-content: center;
  }

  .logon .logon_box .logon_text .flow_uls .flow_lis p {
    font-size: 14px;
  }

  .logon .logon_box .logon_text .strength_uls li:nth-child(1) {
    background-color: #E34040;
    color: #fff;
  }

  .logon .logon_box .logon_text .strength_uls li:nth-child(2) {
    background-color: #F8C431;
    color: #fff;
  }

  .logon .logon_box .logon_text .strength_uls li:nth-child(3) {
    background-color: #46AA61;
    color: #fff;
  }

  .logon .logon_box .logon_text .flow_uls .flow_lis:nth-child(2) span::after {
    width: 70px;
    left: -75px;
  }

  .logon .logon_box .logon_text .flow_uls .flow_lis:nth-child(2) span::before {
    width: 70px;
    right: -75px;
  }

  .find .logon_box .logon_text {
    padding: 20px 20px 20%;
  }

  .all_a .all_fr {
    width: 90%;
    margin: 0 auto;
    float: none;
  }

  .bread {
    margin: 8px 0;
  }

  .all_b {
    width: 100%;
    padding: 20px 40px 70px;
    border-top: 4px solid #064399;
    margin-bottom: 90px;
  }

  .all_b h5 {
    font-size: 18px;
  }

  .all_b .tijiao2 {
    width: 100%;
    margin: 0;
  }

  .all_b .all_inp p {
    width: 50px;
    font-size: 12px;
    margin-right: 10px;
  }

  .all_b .all_inp textarea,
  .all_b .all_inp input {
    flex: 1;
    width: 100%;
  }

  .tel_after_nav {
    width: 100%;
    height: 90px;
    background-color: #064399;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s;
    justify-content: space-evenly;
    position: fixed;
    bottom: 0;
    left: 0;
  }

  .tel_after_nav .after_nav_lis img {
    margin: 0 auto;
    width: 44px;
  }

  .tel_after_nav .after_nav_lis .after_ic2 {
    display: none;
  }

  .tel_after_nav .after_nav_lis i {
    display: block;
    color: #fff;
  }

  .tel_after_nav .after_nav_active .after_ic1 {
    display: none;
  }

  .tel_after_nav .after_nav_active .after_ic2 {
    display: block;
  }

  .tel_after_nav .after_nav_active i {
    color: #0097E4;
  }

  .all_b .request_uls li {
    padding: 6px 6px 6px 28px;
    font-size: 12px;
  }

  .all_b .request_uls li:nth-child(1) {
    padding-left: 10px;
  }

  /* .all_b .all_inp .tel_all_checkbox .all_checkbox {
    width: 120px;
    margin-right: 6px;
    margin-bottom: 10px;
  }

  .all_b .all_inp .tel_all_checkbox .all_checkbox label {
    font-size: 12px;
  }

  .all_b .all_inp .tel_all_checkbox {
    justify-content: space-between;
  }

  .all_b .all_inp .tel_all_checkbox .all_checkbox {
    margin-right: 0;
    width: 48%;
  } */
  .all_b .all_inp .tel_all_checkbox #cblSort li {
    width: 120px;
    margin-right: 6px;
    margin-bottom: 10px;
  }

  .all_b .all_inp .tel_all_checkbox #cblSort li label {
    font-size: 12px;
  }

  .all_b .all_inp .tel_all_checkbox #cblSort {
    justify-content: space-between;
  }

  .all_b .all_inp .tel_all_checkbox #cblSort li {
    margin-right: 0;
    width: 48%;
  }


  .el-date-editor.el-input,
  .el-date-editor.el-input__inner {
    width: 100%;
  }

  .all_b .all_date .block,
  .all_b .all_inp select {
    flex: 1;
  }

  .all_b .all_inp .select_jt {
    left: 235px;
  }

  .all_b .progress_xq {
    flex-direction: column;
  }

  .all_b h5 {
    margin-bottom: 10px;
  }

  .all_b .progress_xq .progress_lis {
    margin-right: 0;
  }

  .all_b .flow_uls {
    flex-direction: column;
  }

  .all_b .flow_uls .flow_lis {
    margin-right: 0;
  }

  .all_b .progress_examine {
    padding-left: 30px;
    margin: 30px 0;
  }

  .all_b .progress_examine .progress_ex_lis h6 {
    font-size: 16px;
    font-weight: bold;
    margin: 18px 0;
    position: relative;
  }

  .all_b .progress_examine .progress_ex_lis h6::after {
    content: '1';
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #0097E4;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
  }

  .all_b .progress_examine .progress_ex_lis p {
    width: 100%;
    background-color: #F2F4F6;
    padding: 20px;
    font-size: 12px;
    position: relative;
  }

  .all_b .progress_examine .progress_ex_lis p::after {
    content: '';
    display: block;
    width: 2px;
    height: 120%;
    background-color: #0097E4;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .all_b .progress_examine .progress_ex_lis:nth-child(1) h6::after {
    content: '1';
  }

  .all_b .progress_examine .progress_ex_lis:nth-child(2) h6::after {
    content: '2';
    background-color: #C5CDDC;
  }

  .all_b .progress_examine .progress_ex_lis:nth-child(2) p::after {
    background-color: #C5CDDC;
  }

  .all_b .progress_examine .progress_ex_lis:nth-child(3) h6::after {
    content: '3';
    background-color: #C5CDDC;
  }

  .all_b .progress_examine .progress_ex_lis:nth-child(3) p::after {
    display: none;
  }

  .all_b .progress_examine .progress_ex_active h6::after {
    content: '' !important;
    background: url(/esimg/icon/jindu_wc.png) no-repeat center;
    background-size: cover;
  }

  .evaluation_a .all_fr .all_b {
    padding: 30px 40px;
  }

  .all_b .evaluation_switch {
    justify-content: space-evenly;
  }

  .all_b .evaluation_switch li a {
    margin-left: 0;
  }

  .evaluation_a .all_fr .all_b .evaluation_uls {
    width: 110%;
    margin-left: -5%;
    height: auto;
  }

  .evaluation_a .all_fr .all_b .evaluation_uls .evaluation_lis .evaluation_lis_text .evaluation_lis_date {
    flex-wrap: wrap;
  }

  .all_b .evaluation_uls .evaluation_lis .evaluation_lis_text .evaluation_lis_reply a {
    height: 50px;
    border-radius: 6px;
  }

  .all_b .evaluation_uls .evaluation_lis_active .evaluation_lis_text .evaluation_lis_reply {
    margin-top: 10px;
  }

  .all_b .evaluation_uls .evaluation_lis_active .evaluation_lis_text>p {
    height: auto;
  }

  .all_b .evaluation_uls .evaluation_lis_active .evaluation_lis_text>p {
    -webkit-line-clamp: 10;
  }

  .all_b .evaluation_uls .evaluation_lis .evaluation_lis_jt {
    margin: 0;
  }

  .all_b .evaluation_uls .evaluation_lis .evaluation_lis_text .evaluation_lis_date i {
    margin: 4px;
  }

  .all_b .evaluation_uls .all_services_lis {
    padding: 20px;
  }

  .all_b .evaluation_uls .all_services_lis ul {
    flex-wrap: wrap;
  }

  .all_b .evaluation_uls .all_services_lis h6 {
    font-size: 14px;
  }

  .all_b .evaluation_uls .all_services_lis ul li .all_services_t {
    margin-top: 10px;
  }

  .all_b .evaluation_uls .all_services_lis ul li:nth-child(2) {
    margin: 0;
  }

  .all_b .evaluation_uls .all_services_lis .ckxq_a {
    width: 120px;
  }

  /* 修改 */
  .all_b .progress_xq {
    flex-wrap: wrap;
  }

}

/*# sourceMappingURL=bg_after.css.map */