/* 顶部内容 */
.affiliate_case_header{
    height: 8rem;
    background-image: url(/www/xgwy/img/affiliate_case/affiliate_case_bg.png);
}
.affiliate_case_header .affiliate_case_header_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.affiliate_case_header .affiliate_case_header_content .chinese_title{
    font-size: 0.5rem;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 4px;
}
.affiliate_case_header .affiliate_case_header_content .english_title{
    font-size: 0.15rem;
    font-weight: 600;
    color: rgba(225,225,225,0.5);
    letter-spacing: 1px;
    margin-top: 0.05rem;
    text-transform: uppercase;
}
.affiliate_case_header .affiliate_case_header_content .chinese_text{
    font-size: 0.24rem;
    font-weight: 600;
    color: rgba(225,225,225,0.9);
    letter-spacing: 2px;
    margin-top: 0.4rem;
}


.affiliate_case_body{
    margin: auto;
    width: 12.4rem;
}

.affiliate_case_body .item h5{
    font-size: 0.44rem;
    font-weight: 600;
    color: #181818;
    letter-spacing: 1px;
    margin: 0.6rem 0;
}
.affiliate_case_body .item:first-child h5{
    margin-top: 1.7rem;
}
.affiliate_case_body .item .item_body{
    display: flex;
    flex-wrap: wrap;
}
.affiliate_case_body .item .item_address{
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    padding: 0.3rem 0.3rem 0 0.3rem;
    justify-content: space-between;
}
.affiliate_case_body .item .item_address .item_address_text{
    width: calc(33.33% - 0.6rem);
    display: flex;
    padding-bottom: 30px;
    justify-content: space-between;
}
.affiliate_case_body .item .item_address .item_address_text span:first-child{
    font-size: 0.16rem;
    font-weight: 700;
    color: #191919;
}
.affiliate_case_body .item .item_address .item_address_text span:last-child{
    font-weight: 700;
    color: #191919;
    opacity: .4;
    font-size: 0.16rem;
}
.affiliate_case_body .item .item_body .list{
    width: 3.82rem;
    margin-right: 0.47rem;
    height: 3.9rem;
    background: #FFFFFF;
    padding: 0.3rem 0.3rem 0.28rem 0.3rem;
    box-sizing: border-box;
    margin-bottom: 0.4rem;
}
.affiliate_case_body .item .item_body .list:nth-of-type(3n){
    margin-right: 0;
}
.affiliate_case_body .item .item_body .list .list_img{
    height: 2.39rem;
    width: 100%;
}
.affiliate_case_body .item .item_body .list  .list_title{
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    color: #181818;
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.affiliate_case_body .item .item_body .list  .list_text{
    font-size: 16px;
    line-height: 22px;
    color: #191919;
    opacity: .69;
    font-weight: 500;
    letter-spacing: 2px;
}

.affiliate_case_container{
    position: relative;
}

.affiliate_case_nav{
    position: absolute;
    top: 7.38rem;
    right: 0;
    left: 0;
    margin: auto;
    width: 12.4rem;
    background: #ffffff;
    z-index: 99;
    display: flex;
    height: 1.32rem;
    border-radius: 6px;
}
.affiliate_case_nav a{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.affiliate_case_nav a{
    position: relative;
}
.affiliate_case_nav a::after{
    position: absolute;
    background: #D8D8D8;
    height: 0.4rem;
    width: 1px;
    content: '';
    left: 0;
}
.affiliate_case_nav a:first-child::after{
    width: 0;
}
.affiliate_case_nav a .nav_content{
    display: flex;
    flex-direction: column;
    padding-left: 0.08rem;
}
.affiliate_case_nav a .nav_content span:first-child{
    font-size: 0.22rem;
    font-weight: 500;
    color: #181818;
    letter-spacing: 1px;
}
.affiliate_case_nav a .nav_content span:last-child{
    font-size: 0.12rem;
    font-weight: 600;
    color: #181818;
    text-transform: uppercase;
    opacity: 0.65;
}
