.partner{
    padding-top: 0.64rem;
    padding-bottom: 0.72rem;
}

.partner .map{
    height: 7.18rem;
    padding-top: 0.28rem;
    background: url(../images/map.png) no-repeat center top;
    background-size: 100% auto;
}

.partner .map .partner_list{
    width: 7rem;
    margin: auto;
}

.partner .map .partner_list li{
    width: 2.12rem;
    height: 1.23rem;
    background-color: #ffffff;
    float: left;
    margin-right: 0.32rem;
    margin-bottom: 0.18rem;
    display: flex;
    align-items: center;
}

.partner .map .partner_list li img{
    width: 2.12rem;
    display: block;
}

.partner .map .partner_list li:nth-child(3n){
    margin-right: 0;
}

.case{
    padding-top: 0.6rem;
    padding-bottom: 0.64rem;
}

.case .case_list{
    width: 7rem;
    margin: auto;
    margin-top: 0.48rem;
}

.case .case_list li{
    width: 7rem;
    height: 5.14rem;
    border: 0.02rem solid #DDDDDD;
    margin-bottom: 0.4rem;
    padding: 0.4rem;
}

.case .case_list li img{
    width: 6,2rem;
    height: 2.72rem;
    display: block;
}

.case .case_list li .case_title{
    font-size: 0.32rem;
    color: #000000;
    margin-top: 0.32rem;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.case .case_list li .case_date{
    width: 1.8rem;
    height: 0.6rem;
    border: 0.02rem solid #DDDDDD;
    font-size: 0.26rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.32rem;
    color: #6D6D6D;
}

.case_detail{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.33);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

.case_detail .case_box{
    width: 6.6rem;
    background-color: #FFFFFF;
    padding: 0.4rem 0.4rem 0.92rem;
    position: relative;
}

.case_detail .case_box h1{
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.42rem;
}

.case_detail .case_box .case_line{
    height: 0.02rem;
    background-color: #F2F2F2;
    margin-top: 0.32rem;
}

.case_detail .case_box .case_date{
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #6D6D6D;
    margin-top: 0.32rem;
}

.case_detail .case_box .case_content{
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.42rem;
    margin-top: 0.16rem;
}

.case_detail .case_box .case_grey{
    height: 4.14rem;
    background-color: #F3F3F3;
    margin-top: 0.56rem;
    padding: 0.48rem 0.48rem 0.8rem;
    position: relative;
}

.case_detail .case_box .case_grey .case_quotes{
    display: block;
    width: 0.64rem;
    height: 0.44rem;
}

.case_detail .case_box .case_grey .case_grey_word{
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #000000;
    margin-top: 0.32rem;
}

.case_detail .case_box .case_grey .case_user{
    width: 0.96rem;
    height: 0.96rem;
    display: block;
    position: absolute;
    right: 0.48rem;
    bottom: -0.48rem;
}

.case_detail .case_box .case_close{
    position: absolute;
    width: 0.64rem;
    height: 0.64rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.96rem;
}