.container {
  background-color: #f4f4f4;
  padding-bottom: 1.2rem;
}

.bg {
  width: 100%;
  height: 5.64rem;
  position: absolute;
  top: 0;
  z-index: 0;
}

.bg .van-image {
  width: 100%;
  height: 100%;
}

.bg .bg_cover {
  width: 100%;
  height: 1.2rem;
  background: linear-gradient(
    180deg,
    rgba(244, 244, 244, 0.15) 0%,
    rgba(244, 244, 244, 0.15) 20%,
    rgba(244, 244, 244, 0.6) 40%,
    rgba(244, 244, 244, 1) 100%
  );
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.bg .is_finish {
  width: 100%;
  height: 100%;
  background-image: url("../images/act/is_finish.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
}

.wrapper {
  width: 100%;
  padding: 0 0.2rem;
  /* border: 1px solid red; */
  margin-top: 4rem;
  position: relative;
  top: 0;
  z-index: 10;
}

.wrapper_top {
  width: 100%;
  height: 5.2rem;
  background-color: #ffffff;
  border-radius: 0.08rem;
  overflow: hidden;
}

.wrapper_top .top_header {
  height: 0.92rem;
  font-size: 0.36rem;
  font-family: Alibaba-PuHuiTi-M, Alibaba-PuHuiTi;
  font-weight: bold;
  color: #333333;
  line-height: 0.44rem;
  padding: 0 0.24rem;
  margin-top: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wrapper_top .top_recruit {
  font-size: 0.24rem;
  display: flex;
  padding: 0 0.2rem;
  margin-top: 0.2rem;
}

.top_recruit .left {
  height: 0.32rem;
  font-size: 0.26rem;
  font-family: AlibabaPuHuiTiR;
  color: #333333;
  line-height: 0.32rem;
}

.top_recruit .left::before {
  content: "";
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background-image: url("../images/act/recruit_user.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 0.1rem;
  vertical-align: -0.02rem;
}

.top_recruit .left .signed {
  color: #00a680;
  font-weight: bold;
}

.top_recruit .left .normal {
  font-weight: bold;
}

.top_recruit .right {
  margin-left: 0.4rem;
  font-size: 0.26rem;
  font-family: AlibabaPuHuiTiR;
  color: #333333;
  line-height: 0.32rem;
}

.top_recruit .right::before {
  content: "";
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background-image: url("../images/act/recruit_calendar.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 0.1rem;
  vertical-align: -0.02rem;
}

.top_recruit .right .time {
  font-weight: bold;
}

.wrapper_top .top_address {
  width: 100%;
  height: 1.28rem;
  background-image: url("../images/act/address.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 0.2rem;
  padding: 0.28rem 0.24rem;
  position: relative;

  font-size: 0.26rem;
  font-family: AlibabaPuHuiTiR;
  color: #333333;
  line-height: 0.34rem;
  display: flex;
}

.top_address .icon {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background-image: url("../images/act/address_icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: top;
  margin-top: 0.04rem;
}

.top_address .name {
  display: inline-block;
  width: 1.5rem;
  height: 0.7rem;
  vertical-align: top;
  margin-left: 0.16rem;
}

.top_address .address {
  width: 4rem;
  height: 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.top_flex {
  width: 100%;
  height: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.24rem;
}

.top_flex .flex_item {
  width: 2.32rem;
  height: 1.4rem;
  position: relative;
  padding: 0.24rem 0;
}

.top_flex .flex_item .name {
  font-size: 0.26rem;
  font-family: AlibabaPuHuiTiR;
  color: #333333;
  line-height: 0.26rem;
  margin-left: 0.16rem;
}

.top_flex .flex_item .content {
  width: 2rem;
  font-size: 0.26rem;
  font-family: AlibabaPuHuiTiR;
  color: #333333;
  line-height: 0.26rem;
  margin-left: 0.16rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0.28rem;
}

.top_flex .flex_item:nth-of-type(1) {
  background-image: url("../images/act/card_item_01.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.top_flex .flex_item:nth-of-type(1)::before {
  width: 0.06rem;
  height: 0.28rem;
  content: "";
  display: inline-block;
  background-color: #00a680;
  position: absolute;
  top: 0.24rem;
  left: 0.04rem;
}

.top_flex .flex_item:nth-of-type(2) {
  background-image: url("../images/act/card_item_02.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.top_flex .flex_item:nth-of-type(2)::before {
  width: 0.06rem;
  height: 0.28rem;
  content: "";
  display: inline-block;
  background-color: #ff922c;
  position: absolute;
  top: 0.24rem;
  left: 0.04rem;
}

.top_flex .flex_item:nth-of-type(3) {
  background-image: url("../images/act/card_item_03.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.top_flex .flex_item:nth-of-type(3)::before {
  width: 0.06rem;
  height: 0.28rem;
  content: "";
  display: inline-block;
  background-color: #ff7f7f;
  position: absolute;
  top: 0.24rem;
  left: 0.04rem;
}

.wrapper_bottom {
  width: 100%;
  height: 1.96rem;
  background-color: #ffffff;
  border-radius: 0.08rem;
  margin-top: 0.2rem;
  display: flex;
  justify-content: flex-start;
  padding: 0.32rem 0.24rem;
}

.bottom_img,
.bottom_img img {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  vertical-align: top;
}

.bottom_center {
  width: 5.4rem;
  height: 100%;
  margin-left: 0.2rem;
}

.bottom_center .deptname {
  width: 100%;
  font-size: .32rem;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #333333;
  line-height: .32rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.icon_success {
  display: inline-block;
  width: .28rem;
  height: .28rem;
  background-image: url("../images/act/icon_success.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 0.1rem;
}
.deptname .text {
  max-width: 5rem;
  font-size: 16px;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #333333;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.bottom_center .evaluate {
  width: 100%;
  height: 0.3rem;
  margin-top: 0.2rem;
  font-size: 0.26rem;
  font-family: AlibabaPuHuiTiR;
  color: #333333;
  line-height: 0.3rem;
  display: flex;
}

.bottom_center .evaluate .evaluate_title {
  font-size: 0.24rem;
  font-family: AlibabaPuHuiTiR;
  color: #999999;
  line-height: 0.3rem;
  margin-left: 0.1rem;
}

.bottom_center .concatphone {
  font-size: 0.26rem;
  font-family: AlibabaPuHuiTiR;
  color: #333333;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}

.bottom_center .concatphone .icon {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background-image: url("../images/act/concat_phone.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 0.2rem;
  vertical-align: -0.03rem;
}

.wrapper_cf {
    width: 100%;
    min-height: 2.64rem;
    background-color: #FFFFFF;
    border-radius: .08rem;
    margin-top: 0.2rem;
    padding: .32rem .24rem;
}
.wrapper_cf .title {
    font-size: .28rem;
    font-family: AlibabaPuHuiTiM;
    color: #333333;
    line-height: .36rem;
    font-weight: bold;
}
.line_bg {
    width: 100%;
    height: .16rem;
    border-radius: .08rem;
    background-color: #F4F4F4;
    margin-top: .2rem;
    margin-bottom: .32rem;
    position: relative;
}
.line_bg .line_content {
    height: .16rem;
    background: linear-gradient(90deg, #FFB350 0%, #FE7F2A 100%);
    border-radius: .08rem;
}
.wrapper_wap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.1rem 0 0;
}
.wap_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.wap_sub {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 .18rem;
}
.wap_sub:first-child {
    padding-left: 0;
}
.wap_sub:not(:last-child) {
    border-right: 1px solid #E1E2E3;
}
.wap_sub .title {
    font-size: .28rem;
    font-family: AlibabaPuHuiTiM;
    color: #333333;
    line-height: .28rem;
}
.wap_sub .text {
    font-size: .24rem;
    font-family: AlibabaPuHuiTiR;
    color: #767676;
    line-height: .24rem;
    margin-top: .08rem;
    white-space: nowrap;
}
.wap_button {
    width: 1.52rem;
    height: .56rem;
    background: linear-gradient(90deg, #FFB350 0%, #FE7F2A 100%);
    border-radius: .28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .26rem;
    font-family: AlibabaPuHuiTiM;
    color: #FFFFFF;
}
.wap_button.active {
    border: .02rem solid #FE7B00;
    background: initial;
    color: #FE7B00;
}

.layout {
  width: 100%;
  margin-top: 0.2rem;
  position: relative;
  z-index: 10;
}

.layout .guarantee {
  width: 100%;
  height: 3.12rem;
  background-color: #ffffff;
  border-radius: 0.08rem;
  padding-top: 0.32rem;
  padding-left: 0.2rem;
}

.layout .guarantee .title {
  font-size: 0.24rem;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #999999;
  line-height: 0.24rem;
}

.layout .guarantee .title::before {
  display: inline-block;
  content: "";
  width: 1.48rem;
  height: 0.32rem;
  background-image: url("../images/act/guarantee_title.png");
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: -0.06rem;
  margin-right: 0.2rem;
}

.layout .guarantee .guarantee_flex {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  margin-top: 0.32rem;
}

.layout .guarantee .guarantee_flex::-webkit-scrollbar {
  display: none;
}

.layout .guarantee .guarantee_flex .content {
  width: calc(1.56rem * 8 + 1.06rem);
  display: flex;
}

.layout .guarantee .guarantee_flex .content .flex_item {
  width: 1.56rem;
  height: 1.84rem;
  font-size: 0.24rem;
}

.layout .guarantee .guarantee_flex .content .flex_item:not(:first-of-type) {
  margin-left: 0.12rem;
}

.layout .guarantee .guarantee_flex .content .flex_item:last-of-type {
  margin-right: 0.12rem;
}

.layout .guarantee .guarantee_flex .content .flex_item img {
  width: 1.56rem;
  height: 1.84rem;
}

.layout .details {
  width: 100%;
  margin-top: 0.2rem;
  background-color: #ffffff;
  padding: 0.32rem 0.2rem;
  border-radius: 0.08rem;
}

.layout .details .title {
  font-size: 0.32rem;
  font-family: AlibabaPuHuiTiM;
  color: #333333;
  line-height: 0.32rem;
  font-weight: bold;
}

.layout .details .content {
  border: 1px solid #24cba9;
  padding: 0.28rem 0.24rem;
  margin-top: 0.2rem;
  background-color: #fafffe;
  font-size: 0.28rem;
  font-family: AlibabaPuHuiTiR;
  color: #333333;
  line-height: 0.48rem;
  text-align: justify;
}

.layout .reporter {
  width: 100%;
  height: 2.76rem;
  background-color: #ffffff;
  border-radius: 0.08rem;
  margin-top: 0.2rem;
  padding: 0.32rem 0.24rem;
}

.layout .reporter .title {
  display: block;
  font-size: 0.32rem;
  font-family: AlibabaPuHuiTiM;
  color: #333333;
  line-height: 0.32rem;
  font-weight: bold;
  float: left;
}

.layout .reporter .content {
  width: 100%;
  height: 1.32rem;
  margin-top: 0.7rem;
  display: flex;
}

.layout .reporter .content .reporter_item {
  width: 0.88rem;
  height: 1.32rem;
}

.layout .reporter .content .reporter_item:not(:first-of-type) {
  margin-left: 0.36rem;
}

.layout .reporter .content .reporter_item .avatar {
  width: 0.88rem;
  height: 0.88rem;
}

.layout .reporter .content .reporter_item .avatar img {
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
}

.layout .reporter .content .reporter_item .star_content {
  width: 0.9rem;
  height: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #e1e2e3;
  border-radius: 0.24rem;
  margin-top: -0.24rem;
  position: relative;
  z-index: 10;
  margin-right: 0.06rem;
}

.layout .reporter .content .reporter_item .star_content .star {
  width: 0.12rem;
  height: 0.12rem;
  background-image: url("../images/act/avatar_star.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.layout
  .reporter
  .content
  .reporter_item
  .star_content
  .star:not(:first-of-type) {
  margin-left: 0.04rem;
}

.layout .reporter .content .reporter_item .name {
  width: 100%;
  font-size: 0.24rem;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #333333;
  line-height: 0.24rem;
  text-align: center;
  margin-top: 0.24rem;
}

.layout .reporter .nodata {
  width: 100%;
  height: 1.62rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 0.5rem;
}

.layout .reporter .nodata img {
  width: 0.72rem;
  height: 0.76rem;
}

.layout .reporter .nodata span {
  font-size: 0.24rem;
  font-family: AlibabaPuHuiTiR;
  color: #999999;
  line-height: 0.24rem;
  padding: 0.1rem 0;
}

.layout .tips {
  width: 100%;
  height: 4.18rem;
  background-color: #ffffff;
  border-radius: 0.08rem;
  margin-top: 0.2rem;
  padding: 0.32rem 0.24rem;
}

.layout .tips .title {
  font-size: 0.32rem;
  font-family: AlibabaPuHuiTiM;
  color: #333333;
  line-height: 0.32rem;
  font-weight: bold;
}

.layout .tips .content {
  width: 100%;
  height: 2.9rem;
  background: #fffaf6;
  border: 1px solid #ffdfc7;
  padding: 0.28rem 0.24rem;
  margin-top: 0.32rem;
  position: relative;

  font-size: 0.28rem;
  font-family: AlibabaPuHuiTiR;
  color: #333333;
  line-height: 0.48rem;
  text-align: justify;
}

.layout .tips .content::before {
  display: block;
  content: "";
  width: 0.36rem;
  height: 0.3rem;
  background-image: url("../images/act/tips_top.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -0.16rem;
  right: 0.24rem;
}

.layout .tips .content::after {
  display: block;
  content: "";
  width: 1.52rem;
  height: 1.6rem;
  background-image: url("../images/act/tips_bottom.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.layout .message {
  width: 100%;
  padding: 0.32rem 0.24rem;
  background-color: #ffffff;
  border-radius: 0.08rem;
  margin-top: 0.2rem;
  font-size: 16px;
  font-family: AlibabaPuHuiTiM;
  color: #333333;
  line-height: 16px;
}
.message .title {
  font-size: 0.32rem;
  font-family: AlibabaPuHuiTiM;
  color: #333333;
  line-height: 0.32rem;
  font-weight: bold;
}
.message .content {
  width: 100%;
  margin-top: 0.3rem;
}
.message .content .one_menus {
  min-height: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.message .content .one_menus:not(:first-of-type) {
  margin-top: 0.2rem;
}

.message .content .one_menus .avatar {
  display: inline-block;
  width: 0.72rem;
  height: 0.72rem;
  margin-top: 0.1rem;
}
.message .content .one_menus .avatar img {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
}

.message .content .one_menus .star_content {
  width: 0.72rem;
  height: 0.2rem;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #e1e2e3;
  position: relative;
  z-index: 10;
  margin-top: -0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.message .content .one_menus .star_content .star {
  width: 0.12rem;
  height: 0.12rem;
  background-image: url("../images/act/avatar_star.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.message .content .one_menus .sub_content {
  width: 6.6rem;
  margin-left: 0.2rem;
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.message .content .one_menus .sub_content {
  border-bottom: 0.01rem solid #e1e2e3;
}
.one_menus .sub_content .avatar_title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
}
.one_menus .sub_content .avatar_title .name {
  font-size: 0.28rem;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #333333;
  line-height: 0.28rem;
  font-weight: bold;
}
.one_menus .sub_content .avatar_title .time {
  font-size: 0.24rem;
  font-family: AlibabaPuHuiTiR;
  color: #999999;
  line-height: 0.24rem;
  margin-left: 0.2rem;
}
.one_menus .sub_content .message_content {
  font-size: 0.28rem;
  font-family: AlibabaPuHuiTiR;
  color: #333333;
  line-height: 0.34rem;
  margin-top: 0.2rem;
}
.message .content .message_tips {
  font-size: 0.24rem;
  font-family: AlibabaPuHuiTiR;
  color: #999999;
  line-height: 0.24rem;
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
  text-align: center;
}
.message .no_data {
  width: 100%;
  height: 2.6rem;
  margin-top: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.8rem;
}
.message .no_data img {
  width: 0.8rem;
  height: 0.72rem;
}
.message .no_data span {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  font-family: AlibabaPuHuiTiR;
  color: #999999;
  line-height: 0.24rem;
}

.footer {
  width: 100%;
  height: 1rem;
  position: fixed;
  bottom: 0;
  padding: 0.1rem 0.2rem;
  box-shadow: 0 -0.1rem 0.2rem 0 rgba(0, 0, 0, 0.05);
}

.footer .button {
  width: 7.1rem;
  height: 0.8rem;
  background-color: #24cba9;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.24rem;
}
.footer .noclick {
  background-color: #cecece;
}
.footer .button .text {
  font-size: 0.3rem;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #ffffff;
  line-height: 0.3rem;
  margin-top: 0.12rem;
}
.footer .button .time {
  font-size: 0.2rem;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #ffffff;
  line-height: 0.2rem;
}
.no_footer {
  padding-bottom: 0;
}
