
.author-find .container {
    width: 100%;
}



.find-text p {
    padding-top: 15px;
}

.find-item {
    height: 95px;
    font-size: 18px;
    font-weight: bold;
}

.find-list {
    padding-top: 40px;
}

.find-now-btn {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #27a6e6;
    display: inline-block;
    border-radius: 30px;
    padding: 0 60px;
    box-sizing: border-box;
    margin-top: 20px;
}





.find-now-btn:hover {
    color: #fff;
}

/* find-us-end */
/* mask */
.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    background: rgba(167, 164, 164, 0.596);
    display: none;
}

.mask.show {
    display: block;
}

.menu_open {
    display: none;
}


/* mask_end */


@media (max-width: 1200px) {
    .find-list {

        justify-content: space-around;
    }

    .catetory-mian {

        flex-basis: 100%;
    }


    .menu_open {
        background: rgba(31,131,181,0.7);
        z-index: 99;
        transition: all 0.5s ease;
        width: 50px;
        height: 50px;
        display: block;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .menu_open img {
        width: 100%;
    }

    .menu_open.opened {
        left: 100%;
        background: #1f83b5;
    }

    .menu_open.opened img {
        transform: rotate(180deg);
    }

    .category-type {
        /* width: 100%; */
        transform: translate(-100%, -50%);
        /* background: #fff; */
        z-index: 99;
        position: fixed;
        top: 50%;
        left: 49px;
        display: flex;
        transition: all 0.5s ease;
    }

    .category-type ul {

        box-shadow: none;
        overflow: visible;
        background: #fff;
        height: max-content;
    }


    .category-type.show {
        transform: translate(0%, -50%);
        left: 0;
    }

    .ul-content {
        border-radius: 4px;
        /* overflow-y: scroll; */
    }
}

/* large screen mobile phone */
@media (max-width: 767px) {

    /* common css */
    .s-flex-basis-none {
        flex-basis: 100%;
    }

    .s-flex-direction-column {
        flex-direction: column
    }

    .catetory-mian-banner picture {
        height: 100%;
    }

    .main-item {
        margin-top: 30px;
    }

    .find-item {

        margin-bottom: 30px;
    }

    .category-banner-test h4 {
        font-size: 26px;
        line-height: 32px;
    }

    .category-list {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .banner-category h1 {
        font-size: 26px;
        line-height: 34px;
    }

}


