.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;
    padding: 0 0.2rem;
    background: #ffffff;
    box-sizing: border-box;
}

.content .con-on{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-on .con-top{
    width: 100%;
    height: 1.2rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.con-top .con-le{
    width: auto;
    height: 1.2rem;
    overflow: hidden;
    display: flex;
}
.con-le .con-img{
    width: 1.2rem;
    height: 1.2rem;
}
.con-le .con-ou{
    width: 3.7rem;
    height: 1.2rem;
    overflow: hidden;
    margin-left: 0.2rem;
    position: relative;
}
.con-ou .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.3rem;
    color: #6da288;
    line-height: 0.34rem;
    margin-top: 0.4rem;
}
.con-ou .con-num{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.26rem;
    color: #666666;
    line-height: 0.3rem;
    position: absolute;
    bottom: 0.15rem;
    left: 0;
}
.con-top .con-ri{
    width: 1.7rem;
    height: 0.5rem;
    display: flex;
    padding-left: 0.1rem;
    box-sizing: border-box;
    cursor: pointer;
    background: #6da288;
    border-radius: 0.05rem;
}
.con-ri .con-icon{
    width: 0.32rem;
    height: 0.27rem;
    margin-top: 0.11rem;
}
.con-ri .con-span{
    width: auto;
    height: 0.5rem;
    font-size: 0.26rem;
    color: #ffffff;
    line-height: 0.5rem;
    margin-left: 0.15rem;
}
.con-on .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.34rem;
    margin-top: 0.15rem;
    text-align: justify;
    text-indent: 2em;
}
.content .con-list{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    margin-top: 0.2rem;
}
.con-list a{
    display: block;
    width: 1.7rem;
    height: 1.7rem;
    margin-right: 0.2rem;
}
.con-list .con-item{
    width: 1.7rem;
    height: 1.7rem;
    position: relative;
}
.con-list a:last-child{
    margin-right: 0;
}
.con-item .con-p{
    width: 100%;
    height: 0.3rem;
    background: rgba(0,0,0,0.6);
    font-size: 0.16rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.3rem;
    padding: 0 0.1rem;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content .con-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0.4rem;
    margin-top: 0.2rem;
}
.con-ul .con-li{
    width: 100%;
    /*height: 1rem;*/
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    padding: 0 0.1rem;
    margin-top: 0.1rem;
}
.con-li:nth-of-type(even){
    margin-right: 0;
}
.con-li .con-image{
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.1rem;
}
.con-image img{
    width: 0.42rem;
    height: 0.5rem;
    margin: 0 auto;
}
.con-li:nth-of-type(2) img{
    width: 0.5rem;
    height: 0.5rem;
    margin: 0;
}
.con-li:nth-of-type(3) img{
    width: 0.48rem;
    height: 0.47rem;
    margin: 0.01rem auto;
}
.con-li:nth-of-type(4) img{
    width: 0.38rem;
    height: 0.5rem;
    margin: 0 auto;
}
.con-li .con-i{
    width: auto;
    height: 0.5rem;
    overflow: hidden;
    font-size: 0.26em;
    color: #333333;
    line-height: 0.5rem;
    box-sizing: border-box;
    margin-left: 0.1rem;
    margin-top: 0.1rem;
}
.con-li:nth-of-type(n+3) .con-i{
    /*padding-top: 0.1rem;*/
}



.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;
}