/* 加盟政策 */
/* .content{
    color: rgba(95, 100, 100, 1);
    text-align: left;
    padding: .3rem 0 .5rem 0;
    box-sizing: border-box;
    max-width: 12rem;
    margin: 0 auto;
} */
.banner{
    margin-bottom: .3rem;
}
/* content_dl */
.content_dl{
    display: flex;
    width: 100%;
    max-width: 12rem;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: .2rem;
}
.content_dl dl{
    flex: 0 0 33.3%;
    text-align: center;
    margin-top: .3rem;
}
.content_dl dl dt{
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    margin-bottom: .2rem;
}
.content_dl dl dt img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.content_dl dl dd{
    max-width: 2.54rem;
    line-height: .32rem;
    margin: 0 auto;
}
.content_dl dl dd h2{
    color: rgba(0, 0, 0, 1);
    font-size: .24rem;
    margin-bottom: .05rem;
}
.content_dl dl dd p{
    color: rgba(51, 51, 51, 1);
    font-size: .18rem;
}
/* policy */
.policy,.case{
    background-color: #f7f7f7;
    padding: .25rem 0;
    box-sizing: border-box;
    margin-top: .3rem;
}
.policy ul ,.apply{
    max-width: 12rem;
    margin: 0 auto;
    padding-top: .15rem;
    box-sizing: border-box;
}
.policy ul li{
    line-height: .32rem;
    color: rgba(51, 51, 51, 1);
    font-size: .18rem;
}
/* condition */
.condition{
    padding: .25rem 0;
    box-sizing: border-box;
}
.condition ul {
    max-width: 12rem;
    margin: 0 auto;
    padding-top: .15rem;
    box-sizing: border-box;
}
.condition ul li{
    line-height: .32rem;
    color: rgba(51, 51, 51, 1);
    font-size: .18rem;
}
/* case */
.case_item{
    display: flex;
    width: 100%;
    background-color: #f7f7f7;
    padding: .25rem 0;
    box-sizing: border-box;
    max-width: 12rem;
    margin: 0 auto;
}
.case_item .item_l{
    width: 2.4rem;
    height: 1.6rem;
    margin-right: .2rem;
}
.case_item .item_l img{
    width: 100%;
    height: 100%;
    display: block;
}
.case_item .item_r{
    flex: 1;
}
.case_item .item_r a h3{
    height: .28rem;
    color: rgba(84, 84, 84, 1);
    font-size: .2rem;
    /* text-align: center; */
    margin-bottom: .15rem;
}
.case_item .item_r a p{
    line-height: .4rem;
    color: rgba(95, 100, 100, 1);
    font-size: .16rem;
    /* text-indent: 2em; */
}

/* 加盟申请 */
.apply_btn{
    width: 2.8rem;
    height: .5rem;
    border-radius: .04rem;
    background-color: rgba(185, 15, 28, 1);
    line-height:  .5rem;
    color: rgba(255, 255, 255, 1);
    font-size: .24rem;
    text-align: center;
    margin: .2rem 0 .15rem 0;
    cursor: pointer;
}
.apply p{
    height: .32rem;
    line-height: .32rem;
    color: rgba(51, 51, 51, 1);
    font-size: .18rem;
    margin-bottom: .5rem;
}