.blogger-box {
    padding: 70px 0;
}

.blogger-btit {
    font-size: 36px;
    text-align: center;
}




.blogger-bul {
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
}

.blogger-bul li {
    width: 25%;
    padding: 10px;
}

.blogger-bul li a {
    width: 100%;
}

.blogger-bul li a span {
    transition: all .3s;
}


.modelb-ulimg {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.modelb-ulimg img {
    width: auto;
    height: auto;
}

.ulimg-txt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 230px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    line-height: 230px;
    visibility: hidden;
    transition: all .2s;
}

.blogger-bul li a:hover .ulimg-txt {
    top: 0;
    visibility: visible;
}

.ulimg-btm {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 10px 0;
}

.ulimg-btm img {
    width: 20px;
    height: 20px;
}

.modelb-ulbtm {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modelb-ulbtm p {
    font-size: 14px;
    padding: 5px 0;
}

.modelb-ulbtm span {
    font-size: 12px;
    color: #666666;
}









.blogger-fixed {
    position: fixed;
    right: 20px;
    bottom: 130px;
    z-index: 99;
}

.fixed-itm {
    width: 70px;
    height: 70px;
    border: 1px solid #222222;
    border-radius: 50%;
    margin-top: 10px;
    background-color: #ffffff;
}

.fixed-itm a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fixed-itm a img {
    width: 20px;
    height: 20px;
}

.fixed-itm a span {
    font-size: 12px;
    margin-top: 5px;
}







/* 搜索 */
.searchsw {
    display: none;
}

.search-box {
    width: 450px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -500px;
    z-index: 999;
    background-color: #ffffff;
    transition: all .5s;
}

.search-cnt {
    padding: 40px 50px;

}

.search-ctit {
    text-align: center;
    font-size: 36px;
    position: relative;
}

.search-ctit img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.search-inpt {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 30px 0;
}

.search-inpt input {
    width: 100%;
    font-size: 14px;
}


.search-list {
    border-top: 1px solid #222222;
}

.list-itm {
    padding: 20px 25px;
    border-bottom: 1px solid #222222;
}

.list-imtop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-imtop>h3 {
    font-size: 14px;
}

.list-imtop>p .redimg {
    display: none;
}

.list-imtop>p .addimg {
    display: block;
}

.pimgsw .redimg {
    display: block !important;
}

.pimgsw .addimg {
    display: none !important;
}

.list-imtop>p img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.imbtm-blok {
    display: block !important;
}

.list-imbtm {
    padding: 15px;
    display: none;
}

.list-imbtm label {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.list-imbtm label span {
    font-size: 12px;
    margin-left: 5px;
}


.search-btn a {
    width: 100%;
    background-color: #000000;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    padding: 20px 0;
    border-radius: 5px;
    margin-top: 40px;
}

.search-a a {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-size: 12px;
}







@media only screen and (max-width: 769px) {


    .blogger-box {
        padding: .7rem 0;
    }

    .blogger-btit {
        font-size: 30px;
    }

    .blogger-bul {
        padding: .25rem 0;
    }

    .blogger-bul li {
        width: 50%;
        padding: 10px;
    }


    .blogger-fixed {
        position: fixed;
        right: .2rem;
        bottom: .8rem;
    }

    .fixed-itm {
        width: .8rem;
        height: .8rem;
        margin-top: .1rem;
    }

    .fixed-itm a img {
        width: 15px;
        height: 15px;
    }

    .fixed-itm a span {
        font-size: 10px;
        margin-top: 5px;
    }











    /* 搜索 */

    .search-box {
        width: 270px;
    }

    .search-cnt {
        padding: .2rem .3rem;

    }

    .search-ctit {
        font-size: 30px;
    }

    .search-ctit img {
        width: 15px;
        height: 15px;
    }

    .search-inpt {
        padding: .15rem .2rem;
        margin: .3rem 0;
    }

    .search-inpt input {
        font-size: 12px;
    }

    .list-itm {
        padding: .2rem .25rem;
    }

    .list-imtop>h3 {
        font-size: 12px;
    }

    .list-imtop>p img {
        width: 15px;
        height: 15px;
    }

    .list-imbtm {
        padding: .15rem;
    }

    .list-imbtm label span {
        font-size: 12px;
        margin-left: 5px;
    }


    .search-btn a {
        font-size: 12px;
        padding: .2rem 0;
        margin-top: .3rem;
    }

    .search-a a {
        margin-top: .25rem;
        font-size: 12px;
    }







}