
.blogger-main {

}
.blogger-center {
    width: 1200px;
    margin: 0 auto;
}
.blogger-header {
    height: 300px;
    background: url("../../../images/pc/site/influencer_banner_2.png") no-repeat center;
    background-size: cover;
}

.blogger-center_item{
    padding-top: 51px;
    width: 432px;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.blogger-center_txt_1{
    font-weight: 600;
    font-size: 38px;
    color: #000000;
    margin-bottom: 20px;
}
.blogger-center_txt_2{
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 25px;
}
.blogger-center_txt_3{
    margin-top: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #008750;
    cursor: pointer;
    line-height: 20px;
}
.blogger-center_btn{
    margin-top: 20px;
    line-height: 38px;
    height: 38px;
    padding: 0 40px;
    background: #008750;
    border-radius: 23px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}
.blogger-center_btn:hover{
    color: #ffffff;
}
.blogger_partner_box{
    padding: 32px 0px;
    background: #ffffff;
}
.blogger_partner{
    width: 1200px;
    margin: 0 auto;
}
.blogger_partner_title{

    font-weight: 600;
    font-size: 24px;
    color: #000000;
}
.blogger_partner_list{
    margin-top: 32px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.blogger_partner_item{
    width: 151px;
    height: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.blogger_partner_list_img{
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
}
.blogger_partner_list_img_2{
    width: 13px;
    height: 24px;
}
.blogger_partner_txt{
    font-weight: 400;
    font-size: 14px;
    color: #1C201E;
    text-align: center;
    line-height: 18px;
}

.share_box{
    padding: 20px;
    width: 1200px;
    margin: 0 auto;
    margin-top: 24px;
    background: #FFFFFF;
    border-radius: 4px;
    padding-bottom: 0px;
}
.share_box_title{
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    margin-bottom: 20px;
}
.share_box_list{
    display: flex;
    flex-wrap: wrap;
}
.share_box_item{
    width: 270px;
    height: 88px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 20px;
}
.iconfont_share{
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    font-size: 15px;
    font-weight: bold;
    color: #1C201E;
}
.share_box_item_img{
    width: 88px;
    height: 88px;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.09);
    border-radius: 4px;
    object-fit: contain;
}
.share_box_item_left{
    margin-left: 12px;
}
.share_box_item_txt_1{
    font-weight: 600;
    font-size: 16px;
    color: #1C201E;
    width: 152px;
    height: 40px;
    line-height: 20px;
}
.share_box_item_box_txt{
    display: flex;
    align-items: center;
    margin-top: 4px;
    line-height: 18px;
}
.share_box_item_txt_2{
    /*width: 91px;*/
    font-weight: 600;
    font-size: 14px;
    color: #FF5306;
}
.share_box_item_txt_3{
    margin-left: 4px;
    font-weight: 400;
    font-size: 12px;
    color: #8F9391;
}

.Influencer_box{
    width: 1200px;
    background: #FFFFFF;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px;
    padding-bottom: 8px;
}
.Influencer_box_txt_1{
    font-weight: 600;
    font-size: 18px;
    color: #1C201E;
    line-height: 23px;
    font-family: SourceSansPro, SourceSansPro;
}
.Influencer_box_txt_2{
    margin-top: 4px;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 14px;
    color: #1C201E;
}


.none{
    display: none;
}
.cover_share{
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}
.cover_box{
    width: 500px;
    background: #FFFFFF;
    border-radius: 20px;
    padding:40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cover_close{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    cursor:pointer;
}
.cover_box_txt_1{
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #1C201E;
}
.cover_box_txt_2{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cover_icon_copy{
    font-size: 16px;
    margin-right: 4px;
}
.cover_box_txt_2_1{
    font-weight: 600;
    font-size: 14px;
    color: #1C201E;
}
.cover_box_txt_2_2{
    font-weight: 400;
    font-size: 14px;
    color: #008750;
    cursor:pointer;
}
.cover_box_txt_3{
    margin-top: 12px;
    padding: 12px;
    background: #F9F9F9;
    border-radius: 12px;
    font-weight: 400;
    font-size: 12px;
    color: #1C201E;
}




