.detail .more {
    user-select: none;
    cursor: pointer;
  }
  .detail .more .each-left {
    color: #856437 !important;
  }
  .detail .more .each-right .layui-icon {
    display: inline-block;
    font-size: 12px;
    transform: rotate(180deg);
    transition: all 0.3s;
  }
  .detail .more .each-right .rotate {
    transform: rotate(0);
  }
  .detail .more-detail {
    display: none;
  }
  .content1 .each-item {
    cursor: pointer;
    margin-bottom: 36px;
    width: 355px;
  }
  .content1 .each-item .img-box {
    height: 268px;
    margin-bottom: 24px;
  }
  .content1 .each-item .img-box img {
    width: 100%;
    height: 100%;
  }
  .content1 .each-item .detail {
    /* padding: 10px 22px 15px;
    border: solid 1px #dfdfdf; */
  }
  .content1 .each-item .detail .name {
    width: 100%;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .content1 .each-item .detail .way {
    font-weight: 400;
    font-size: 20px;
    color: rgba(51,51,51,0.7);
    margin-bottom: 20px;
  }
  .content1 .each-item .detail .fee {
    font-size: 20px;

    font-weight: 400;
    color: #707070;
  }
  .content1 .each-item .detail .fee span {
    color: #F54C4C;
    font-size: 30px;
    font-weight: 700;
  }
  