.main {
    /* border: 1px solid red; */
    width: 1200px;
    /* 测试 */
    /* height: 900px; */
    margin: 50px auto;
    margin-top: 50px;
    box-sizing: border-box;
    clear: both;
}

.crumbs_tabs {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}

.search_result {
    width: 380px;
    height: 380px;
    margin-top: 45px;
    margin-right: 19px;
    position: relative;
    /* clear: both; */
}

.search_result div {
    width: 380px;
    height: 380px;
    text-align: center;
    line-height: 380px;
    background-color: #f7f7f7;
}

.search_result img {
    max-width: 380px;
    max-height: 380px;
    display: inline-block;
}


/* .search_result:hover .text1 {
    color: #a08722;
} */

.text1 {
    position: absolute;
    bottom: 20px;
    line-height: 24px;
    height: 24px;
    left: 0px;
    padding: 0px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.main .title span {
    color: #a08722;
}

.fll {
    float: left;
}

.flr {
    float: right;
}

.btn1 {
    width: 240px;
    height: 44px;
    background-color: #ffffff;
    box-shadow: 0px 15px 30px 0px rgba(189, 189, 189, 0.2);
    border-radius: 22px;
    border: solid 1px #a08722;
    position: absolute;
    right: 250px;
    top: 110px;
}

.btn1>div {
    height: 40px;
    width: 40px;
    border: solid 1px #a08722;
    /* text-align: center; */
    align-items: center;
    background-color: #a08722;
    color: white;
    padding: 0;
    margin-left: 27px;
    border-radius: 0 40% 40% 0/0 50% 50% 0;
}

.crumbs_tabs>.width1440 {
    position: relative;
}

.pc_btn2 {
    position: relative;
    height: 100%;
}

.input {
    width: 240px;
    height: 44px;
    border: solid 1px #a08722;
    position: absolute;
    right: 0px;
    top: 8px;
    box-shadow: 0px 15px 30px 0px rgba(189, 189, 189, 0.2);
    border-radius: 22px;
    overflow: hidden;
}

.pc_btn2>input {
    height: 100%;
    width: 100%;
    padding: 0px 80px 0px 20px;
    outline: none;
}

.pc_btn2>button {
    width: 60px;
    height: 42px;
    background-color: #a08722;
    color: white;
    position: absolute;
    border: none;
    line-height: 42px;
    right: 0px;
    top: 0px;
}

.noData {
    width: 100%;
    text-align: center;
    padding: 250px 0px;
}

.noData p {
    color: #999;
    line-height: 30px;
    margin-top: 20px;
}

@media (max-width:768px) {
    .main {
        width: 100%;
    }
    .move_btn1 {
        /* width: 100%; */
        border: solid 1px #a08722;
        position: relative;
    }
    .move_btn1>input {
        width: 82%;
        height: 44px;
        padding: 10px;
    }
    .move_btn1>button {
        width: 70px;
        height: 44px;
        background-color: #a08722;
        color: white;
        position: absolute;
        border: none;
        right: 0;
    }
    .move_images {
        width: 160px;
    }
    .text2 {
        text-align: center;
    }
    .search_result {
        margin: 13px;
    }
    .input {
        border-radius: 0px;
        position: relative;
        width: 100%;
        top: 0px;
        left: 0px;
        box-shadow: 0px 8px 15px 0px rgba(189, 189, 189, 0.2);
    }
    .crumbs_tabs {
        border: none;
        padding: 30px 0px 20px;
    }
    .main {
        margin-top: 0px;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-between;
    }
    .search_result {
        margin: 0px;
        width: 100%;
        height: auto;
        float: none;
    }
    .search_result img,
    .search_result div {
        height: 100%;
        line-height: normal;
        width: 100%;
    }
    .search_result+.search_result {
        margin-bottom: 10px;
    }
    .text1 {
        position: relative;
        bottom: auto;
        line-height: 40px;
        height: 40px;
    }
    .main.clearfix::before {
        display: none;
    }
    .search_result:hover {
        transform: translateY(0px);
    }
    .pages_mobile {
        margin-top: 10px;
    }
    .pages {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .noData {
        padding: 100px 0px;
    }
    .maintext {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-between;
    }
    .maintext>a {
        display: inline-block;
        width: calc(50% - 5px);
        height: auto;
    }
    .search_result div {
        height: 170px;
        line-height: 170px;
        text-align: center;
    }
    .search_result div img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
    }
}