body {
  background: #f5f5f5; }

.hdr {
  position: relative; }
  .hdr .wall {
    width: 10rem;
    height: 3.3333333333rem;
    background-image: url("./1014.png");
    background-size: 100% 100%; }
  .hdr .place {
    height: 2.6533333333rem;
    background: white;
    margin-top: 0.1333333333rem; }
  .hdr .ent-hd {
    width: 9.2rem;
    height: 3.6266666667rem;
    position: absolute;
    top: 2.04rem;
    left: 0.4rem;
    background: white;
    border-radius: 0.4rem;
    box-shadow: 0px 3px 7px #ccc; }
  .hdr .name {
    padding-top: 0.4rem;
    padding-left: 0.4133333333rem;
    padding-bottom: 0.2266666667rem;
    font-size: 0.4533333333rem;
    color: #333;
    font-weight: bold; }
  .hdr .ics {
    display: flex;
    align-items: center;
    padding-left: 0.4133333333rem; }
    .hdr .ics .icon-ck {
      width: 1.5733333333rem;
      height: 0.6133333333rem;
      background-image: url("./1035.png");
      background-size: 100% 100%;
      overflow: hidden;
      text-indent: -100em;
      margin-right: 0.2666666667rem; }
    .hdr .ics .icon-jin {
      color: #ff0c0c;
      border: 1px solid #ff0c0c;
      border-radius: 0.1733333333rem;
      height: 0.56rem;
      display: flex;
      align-items: center;
      font-size: 0.32rem;
      padding-right: 0.1733333333rem; }
      .hdr .ics .icon-jin i {
        width: 0.48rem;
        height: 0.2533333333rem;
        background-image: url("./1038.png");
        background-size: 100% 100%;
        margin: 0px 0.1466666667rem; }
  .hdr .tal {
    display: flex;
    align-items: center;
    padding-top: 0.3066666667rem; }
    .hdr .tal .item {
      text-align: center;
      flex-grow: 1;
      position: relative; }
      .hdr .tal .item span, .hdr .tal .item > i {
        display: block; }
      .hdr .tal .item span {
        padding-bottom: 0.0933333333rem;
        font-size: 0.4266666667rem; }
        .hdr .tal .item span .complete {
          color: #0baf4c; }
        .hdr .tal .item span .total {
          color: red; }
      .hdr .tal .item > i {
        color: #999999; }
      .hdr .tal .item em {
        width: 1px;
        height: 0.9066666667rem;
        background: #E5E5E5;
        display: block;
        position: absolute;
        right: 0px;
        top: 0.0933333333rem; }

.cbx {
  padding-top: 0.3066666667rem; }
  .cbx .title {
    margin: 0px 0.9866666667rem 0.3066666667rem 0.9866666667rem;
    background-image: url("./1120.gif");
    background-repeat: repeat-x;
    background-size: 100% 0.04rem;
    background-position: center;
    display: flex;
    justify-content: center; }
    .cbx .title span {
      display: inline-block;
      background: #f5f5f5;
      font-size: 0.4266666667rem;
      color: #999;
      padding: 0px 29px; }

.ats .cnt {
  background: white; }
  .ats .cnt .item {
    height: 1.3333333333rem;
    border-bottom: 1px solid #E2E2E2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0.3866666667rem; }
    .ats .cnt .item i {
      color: #666; }
    .ats .cnt .item span {
      max-width: 7.0666666667rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .ats .cnt .item:last-child {
      border-bottom: none; }

.cpt .cnt {
  background: white; }
  .cpt .cnt .item {
    display: block;
    padding: 0.3866666667rem;
    border-bottom: 1px solid #e2e2e2; }
    .cpt .cnt .item .subject .ste {
      width: 1.3333333333rem;
      height: 0.5066666667rem;
      display: inline-block;
      border-radius: 0.3066666667rem;
      color: white;
      text-align: center;
      line-height: 0.5066666667rem;
      font-size: 0.32rem;
      background: -webkit-linear-gradient(right, #B6B6B6, #B5B5B5);
      background: -o-linear-gradient(right, #B6B6B6, #B5B5B5);
      background: -moz-linear-gradient(right, #B6B6B6, #B5B5B5);
      background: linear-gradient(right, #B6B6B6, #B5B5B5); }
      .cpt .cnt .item .subject .ste.ste-ing {
        background: -webkit-linear-gradient(right, #FF2100, #EE7A08);
        background: -o-linear-gradient(right, #FF2100, #EE7A08);
        background: -moz-linear-gradient(right, #FF2100, #EE7A08);
        background: linear-gradient(right, #FF2100, #EE7A08); }
      .cpt .cnt .item .subject .ste.ste-complete {
        background: -webkit-linear-gradient(right, #24B673, #24B0B5);
        background: -o-linear-gradient(right, #24B673, #24B0B5);
        background: -moz-linear-gradient(right, #24B673, #24B0B5);
        background: linear-gradient(right, #24B673, #24B0B5); }
    .cpt .cnt .item .subject span {
      font-size: 0.4266666667rem;
      color: #333; }
    .cpt .cnt .item .ims {
      padding-top: 0.2266666667rem;
      display: flex;
      justify-content: space-between; }
      .cpt .cnt .item .ims img {
        width: 2.9333333333rem;
        height: 2rem;
        border-radius: 0.1733333333rem;
        display: block; }
    .cpt .cnt .item .props {
      padding-top: 0.2266666667rem;
      color: #999;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .cpt .cnt .item .props span {
        display: inline-block;
        margin-right: 0.3066666667rem; }
      .cpt .cnt .item .props .address {
        max-width: 6.5333333333rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .cpt .cnt .item.sim .subject {
      float: left;
      width: 6.0933333333rem;
      height: 2rem; }
    .cpt .cnt .item.sim .ims {
      padding-top: 0px;
      float: right;
      width: 2.9333333333rem;
      height: 2rem; }
    .cpt .cnt .item.secim .ims {
      justify-content: flex-start; }
      .cpt .cnt .item.secim .ims img {
        margin-right: 0.2266666667rem; }

.ent-page-done {
  text-align: center;
  padding: 0.3066666667rem; }

.goto-form {
  width: 1.7333333333rem;
  height: 1.96rem;
  position: fixed;
  right: 0.3733333333rem;
  bottom: 2.3066666667rem;
  background-image: url("./1325.png");
  background-size: 100% 100%; }
  .goto-form a {
    display: block;
    text-indent: -100em;
    overflow: hidden;
    width: 1.7333333333rem;
    height: 1.7333333333rem; }

/*# sourceMappingURL=ent.css.map */
