@charset "UTF-8";
@import url(./wappublic.css);
@import url(./wapheader.css);
@import url(./fenlan.css);
@import url(./wapfooter.css);
@import url(./wapNavlist.css);

.main_info{
    width:100%;
    height: 100%;
}
.reInfo_top{
    width: 100%;
    height: 3.81rem;
    display: flex;
}
.reInfo_top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 体验官招募 */
.tyg_fs{
    width: 92%;
    margin: 0 auto;
    padding: 0.68rem 0 0 0;
}
.tyg_fs_top{
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:0.01rem solid #33333326;
    padding-bottom: 0.3rem;
    position: relative;
}
.tyg_fs_top::after{
    content: "";
    width: 0.9rem;
    height: 0.03rem;
    background: #000000;
    position: absolute;
    top: 0.74rem;
    left: 0;
    z-index: 9;
}
.tyg_fs_top span{
    font-size: 0.34rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
}
.tyw{
    font-size: 0.34rem;
    font-family: Jxixinkai;
    font-weight: 400;
    color: #000000;
}
.tyg_fs_list{
    width: 100%;
    font-size: 0.25rem;
    font-family: PingFang SC;
    color: #545555;
    line-height: 0.45rem;
    margin-top: 0.4rem;
}
.tyg_of{
    width: 100%;
    height: 5.02rem;
    object-fit: contain;
    margin: 0.3rem 0 0 0;
}

/* 成为体验官的流程 */
.tyg_lc{
    width: 92%;
    margin: 0 auto;
    padding: 0.46rem 0 0 0;
}
.tyg_lc_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.4rem;
}
.tyg_lc_item{
    width: 27%;
    height: 1.7rem;
    box-shadow: 0rem 0.1rem 0.3rem 0rem rgba(4,1,1,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.16rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #3F3F3F;
    padding: 0.8rem 0.2rem 0 0.2rem;
    line-height: 0.35rem;
}
.off_iconr{
    width: 0.07rem;
    height: 0.13rem;
}
.off_one{
    background: url(../wapimages/lc_img01.png) no-repeat;
    background-size: 100% 100%;
}
.off_two{
    background: url(../wapimages/lc_img02.png) no-repeat;
    background-size: 100% 100%;
}
.off_treen{
    background: url(../wapimages/lc_img03.png) no-repeat;
    background-size: 100% 100%;
}
.tyg_lc_ewm{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.tyg_lc_ewm p{
    font-size: 0.27rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #555656;
    line-height: 0.47rem;
    margin: 0.3rem 0 0.3rem 0;
}
.tyg_lc_ewm div{
    width: 2.61rem;
    height: 0.66rem;
    line-height: 0.66rem;
    background: #040000;
    border-radius: 0.07rem;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tyg_lc_ewm div img{
    width: 0.37rem;
    height: 0.14rem;
    margin-left: 0.2rem;
}
.tyg_lc_ewm div:active{
    background: #555656;
}

/* 成为体验官的好处 */

.re_qy{
    width: 92%;
    margin: 0 auto;
    padding-top: 0.7rem;
}
.re_qy_img{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.7rem;
}
.re_qy_img img{
    width: 100%;
    height: 2.77rem;
    object-fit: contain;
    margin: 0.3rem 0;
}
.re_qy_text{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.re_qy_text p{
    font-size: 0.27rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #555656;
    margin-bottom: 0.1rem;
}
.re_qy_text div{
    font-size: 0.26rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #555656;
    line-height: 0.45rem;
    margin-bottom: 0.1rem;
}

