.img_box {
    width: 100%;
    position: relative;
  }

  .img_box img {
    width: 100%;
    height: 4.42rem;
    border-radius: .12rem;
  }

  .entry_imgs {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 2.13rem;
    height: .8rem;
    text-align: center;
    line-height: .8rem;
    font-size: .32rem;
    color: #fff;
    border-radius: .1rem;
    box-shadow: 0px 23px 18px -18px #009866;
    background: linear-gradient(to right, #009866, #2eab82);
    transform: translate(-50%, 0);
  }

  .content_list {
    margin: 0 .3rem;
    margin-top: .26rem;
    margin-bottom: 1.6rem;
  }

  .module_content {
    width: 100%;
    margin-bottom: .26rem;
  }

  .list_title {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    font-size: .32rem;
    color: #009866;
  }

  .title_left {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }

  .icon {
    width: .08rem;
    height: .32rem;
    margin-right: .12rem;
    background-color: #009866;
  }

  .title_right {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }

  .list_content {
    display: flex;
    flex-flow: column nowrap;
    margin-top: .26rem;
    color: #303047;
    font-size: .32rem;
  }

  .list_content span {
    line-height: .48rem;
  }

  .pic_list {
    display: flex;
    flex-flow: row wrap;
    margin-top: .26rem;
  }

  .pic_list img {
    width: 2.93rem;
    height: 2.93rem;
    border-radius: .06rem;
    margin-right: .33rem;
  }

  .pic_list img:nth-child(n+3) {
    margin-right: 0;
  }

  .user_center {
    position: fixed;
    bottom: .53rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

  }

  .user_btn {
    width: 5.6rem;
    height: .93rem;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .32rem;
    border-radius: .26rem;
    background-color: #2eab82;
  }

  .agreement_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .6);
    border-radius: .53rem;
    overflow: hidden;
    z-index: 222;
  }

  .mask {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .6);
  }

  .agreement {
    width: 80%;
    height: 80%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: .3rem;
    background-color: #fff;
  }
  .agreement--footer {
  }
  .agreement--header {
    height: 1rem;
    line-height: 1rem;
    font-size: .4rem;
    text-align: center;
    width: 100%;
    font-weight: bold;
  }
  .close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    transform: translate(50%, -50%);
  }
  .sv-wrapper {
    height: calc(100% - 2.13rem);
    padding: 0 .26rem .4rem;
  }

  .wrapper {
    margin: 0 .2rem;
  }
  .content {
    width: 100%;
    height: 100%;
    font-size: .3rem;
  }

  .btns {
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }

  .btns div {
    width: 50%;
    height: 1.1rem;
    line-height: 1.1rem;
    text-align: center;
    font-size: .32rem;
    border-radius: 0;
    background-color: #eee;
    margin:0;
  }

  .btns .accept {
    color: #fff;
    background-color: #2eab82;
  }

  .photo_list {
    margin-top: .26rem;
    display: flex;
    flex-flow: row nowrap;
  }

  .left_list, .right_list {
    width: 4.6rem;
  }

  .left_list {
    margin-right: .26rem;
  }

  .photo_list img {
    width: 4.6rem;
  }