@media (min-width: 768px) {
  .sess3 {
    width: 100%;
    background: url('https://bailinog.oss-cn-beijing.aliyuncs.com/20220518/8.png') no-repeat center;
    background-size: cover;
    padding-top: 1.7rem;
    padding-bottom: 1rem;
  }
  .sess3 .inner {
    width: 12rem;
    margin: 0 auto;
  }
  .sess3 .inner .bgbox {
    background: #FFFFFF;
    min-height: 7.7rem;
    position: relative;
    padding-bottom: 0.2rem;
  }
  .sess3 .inner .bgbox .bgimg {
    width: 5.26rem;
    height: 5.26rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .sess3 .inner .bgbox .catebox {
    width: 12rem;
    padding: 0.6rem 1.1rem;
    position: relative;
    z-index: 2;
  }
  .sess3 .inner .bgbox .catebox .sertitle {
    font-size: 0.34rem;
    font-family: KaiTi;
    font-weight: bold;
    color: #333333;
    line-height: 0.32rem;
    margin-bottom: 0.3rem;
  }
  .sess3 .inner .bgbox .catebox .cateitem {
    margin-bottom: 0.18rem;
  }
  .sess3 .inner .bgbox .catebox .cateitem:last-child {
    margin-bottom: 0;
  }
  .sess3 .inner .bgbox .catebox .cateitem .catetitle {
    padding-right: 0.2rem;
    background: rgba(228, 170, 126, 0.3);
    border-radius: 0.15rem;
    position: relative;
    padding-left: 0.4rem;
    width: fit-content;
    font-size: 0.24rem;
    font-family: KaiTi;
    font-weight: bold;
    color: #333333;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .sess3 .inner .bgbox .catebox .cateitem .catetitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0.3rem;
    height: 0.3rem;
    background: #E4AA7E;
    border-radius: 50%;
  }
  .sess3 .inner .bgbox .catebox .cateitem .catedesc {
    padding-left: 0.38rem;
    font-size: 0.18rem;
    font-family: KaiTi;
    font-weight: 400;
    color: #333333;
    white-space: pre-line;
    line-height: 0.27rem;
  }
  .sess3 .inner .bgbox .getinfo {
    position: absolute;
    bottom: 0.59rem;
    left: 0;
    display: flex;
    width: 12rem;
    z-index: 2;
    padding: 0 1.4rem;
    align-items: center;
  }
  .sess3 .inner .bgbox .getinfo .input {
    width: 2.01rem;
    height: 0.47rem;
    border: 0.01rem solid #E4AA7E;
    border-radius: 0.04rem;
    font-size: 0.18rem;
    font-family: KaiTi;
    color: #333333;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    margin-right: 0.19rem;
  }
  .sess3 .inner .bgbox .getinfo .input::placeholder {
    font-size: 0.18rem;
    font-family: KaiTi;
    color: #999999;
  }
  .sess3 .inner .bgbox .getinfo .btn {
    width: 1.4rem;
    height: 0.46rem;
    background: #E4AA7E;
    box-shadow: 0rem 0rem 0rem 0rem rgba(141, 107, 70, 0.2);
    border-radius: 0.04rem;
    font-size: 0.24rem;
    font-family: KaiTi;
    font-weight: bold;
    cursor: pointer;
    color: #FFFFFF;
    line-height: 0.46rem;
    text-align: center;
  }
  .sess3 .inner .bgbox .getinfo .btn.disabled {
    cursor: no-drop;
    background-color: #999999;
  }
  .sess3 .btnslist {
    margin: 0 auto;
    margin-top: 0.4rem;
    width: 12.2rem;
    overflow: hidden;
  }
  .sess3 .btnslist .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .sess3 .btnslist .inner .item {
    padding-right: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .sess3 .btnslist .inner .item.curr .textinner {
    background: linear-gradient(180deg, #F1D0AC, #E4AA7E);
    box-shadow: 0rem 0rem 0rem 0rem rgba(141, 107, 70, 0.2);
    color: #333333;
  }
  .sess3 .btnslist .inner .item .textinner {
    min-width: 2.8rem;
    text-align: center;
    height: 0.42rem;
    line-height: 0.42rem;
    padding: 0 0.19rem;
    font-size: 0.24rem;
    color: #333333;
    cursor: pointer;
    font-family: KaiTi;
    background: linear-gradient(180deg, #FFFFFF, #E0D0BA);
    box-shadow: 0rem 0rem 0rem 0rem rgba(141, 107, 70, 0.2);
    border-radius: 0.21rem;
  }
}
@media (max-width: 768px) {
  .sess3 {
    background: #F8F2E9;
    padding: 50px 0 75px;
  }
  .sess3 .inner {
    width: 325px;
    margin: 0 auto;
  }
  .sess3 .inner .bgbox .bgimg {
    display: none;
  }
  .sess3 .inner .bgbox .catebox {
    width: 325px;
    position: relative;
    z-index: 2;
  }
  .sess3 .inner .bgbox .catebox .sertitle {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 23px;
    margin-bottom: 29px;
  }
  .sess3 .inner .bgbox .catebox .cateitem {
    margin-bottom: 25px;
  }
  .sess3 .inner .bgbox .catebox .cateitem .catetitle {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #E4AA7E;
    line-height: 13px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .sess3 .inner .bgbox .catebox .cateitem .catetitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 16px;
    background: #E4AA7E;
  }
  .sess3 .inner .bgbox .catebox .cateitem .catedesc {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    white-space: pre-line;
    letter-spacing: 0.7px;
    line-height: 21px;
  }
  .sess3 .inner .bgbox .getinfo {
    width: 325px;
    z-index: 2;
  }
  .sess3 .inner .bgbox .getinfo .input {
    width: 325px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #E4AA7E;
    border-radius: 2px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
  }
  .sess3 .inner .bgbox .getinfo .input::placeholder {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #CCCCCC;
  }
  .sess3 .inner .bgbox .getinfo .btn {
    width: 325px;
    height: 44px;
    background: #E4AA7E;
    box-shadow: 0px 1px 4px 0px rgba(179, 109, 56, 0.15);
    border-radius: 2px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
  }
  .sess3 .inner .bgbox .getinfo .btn.disabled {
    background-color: #999999;
  }
}
