.box{
    background: #f8faf9;
}
.banner{
    width: 100%;
    height: 5.3rem;
    margin-top: 0.8rem;
}
.top{
    width: 100%;
    height: 0.5rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
}
.top .top-le{
    width: auto;
    height: 0.5rem;
    overflow: hidden;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.5rem;
    border-bottom: 0.02rem solid #6da288;
    box-sizing: border-box;
    font-weight: bold;
}
.top .top-ri{
    width: auto;
    height: 0.5rem;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.5rem;
    display: block;
}

.content{
    width: 7.1rem;
    height: auto;
    overflow: hidden;
    margin: 0.2rem auto 0;
    background: #ffffff;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.content .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-box .con-top{
    width: 100%;
    height: 1.2rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.con-top .con-avatar{
    width: 1.2rem;
    height: 1.2rem;
    overflow: hidden;
}
.con-top .con-on{
    width: 5.3rem;
    height: 1.2rem;
    overflow: hidden;
}
.con-on .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.3rem;
    color: #6da288;
    line-height: 0.34rem;
    margin-top: 0.4rem;
}
.con-on .con-num{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.26rem;
    color: #666666;
    line-height: 0.28rem;
    margin-top: 0.3rem;
}
.con-box .detail{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.2rem;
    /*margin-bottom: 0.4rem;*/
}
.detail .deta-le{
    width: 100%;
    height: 6.7rem;
    border-radius: 0.1rem;
    overflow: hidden;
}
.deta-le .swiper{
    width: 100%;
    height: 100%;
}
.detail .deta-ri{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.deta-ri .deta-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.4rem;
    margin-top: 0.15rem;
    font-weight: bold;
}
.deta-ri .deta-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.26rem;
    color: #6da288;
    line-height: 0.34rem;
    margin-top: 0.1rem;
}
.deta-ri .deta-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.16rem;
}
.deta-ul .deta-li{
    width: 50%;
    height: auto;
    overflow: hidden;
    margin-top: 0.14rem;
    float: left;
}
.deta-li .deta-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.28rem;
    font-weight: bold;
}
.deta-li .deta-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.28rem;
    margin-top: 0.02rem;
}
.deta-ri .deta-btn{
    width: 4rem;
    height: 0.6rem;
    background: #6da288;
    border-radius: 0.05rem;
    font-size: 0.26rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.6rem;
    margin: 0.35rem auto 0.4rem;
}


.tan{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 1001;
}
.tan.active{
    display: block;
}
.tan .tan-box{
    width: 6rem;
    height: 7.1rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}
.tan-box .tan-top{
    width: 100%;
    height: 5.9rem;
    background: #ffffff;
    border-radius: 15px;
}
.tan-box .tan-le{
    width: 100%;
    height: 1.6rem;
}
.tan-box .tan-ri{
    width: 100%;
    height: 4.6rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.tan-ri .tan-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    font-weight: bold;
    color: #6da288;
    line-height: 0.34rem;
    margin-top: 0.15rem;
}
.tan-ri .tan-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.tan-ul .tan-li{
    width: 100%;
    height: 0.6rem;
    border: 0.01rem solid #eeeeee;
    box-sizing: border-box;
    padding: 0 0.1rem;
    margin-top: 0.2rem;
}
.tan-li:last-child{
    width: 100%;
    height: 1.2rem;
    padding: 0.1rem;
}
.tan-li input{
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}
.tan-li textarea{
    display: block;
    width: 100%;
    height: 100%;
    resize: none;
    border: none;
}
.tan-ri .tan-btn{
    width: 100%;
    height: 0.6rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.tan-btn .btn-li{
    width: 2.6rem;
    height: 0.6rem;
    background: #eeeeee;
    font-size: 0.24rem;
    color: #999999;
    text-align: center;
    line-height: 0.6rem;
    border-radius: 0.05rem;
    cursor: pointer;
}
.btn-li:last-child{
    background: #6da288;
    color: #ffffff;
}
.tan-box .tan-del{
    width: 0.7rem;
    height: 0.7rem;
    font-size: 0.3rem;
    margin: 0.2rem auto 0;
    color: #ffffff;
    background: #999999;
    border-radius: 50%;
    text-align: center;
    line-height: 0.7rem;
}