.content {
    max-width: 78rem;
    margin: 3.125rem auto 1.25rem;
    letter-spacing: 1px;
    line-height: 1.75rem;
}

h2 {
    padding: 0.3125rem 0.9375rem;
    max-width: 100%;
    color: #ffffff;
    background: #0084ff;
    font-size: 1rem;
}

h2 span {
    background: url('../img/zy.png') left center no-repeat;
    padding-left: 2.1875rem;
}

.search_head .search_head_f1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search_head_f1 .search_head_f1_search,
.search_head_f1 .search_head_f1_upload {
    display: flex;
    align-items: center;
    padding-right: 1.5rem;
}

.search_head_f1 .search_head_f1_search {
    width: 75%;
}


.search_head_f1 .search_head_f1_search form {
    display: flex;
    align-items: center;
    width: 45%;
}

.search_head_f1 .search_head_f1_search .x_form {
    width: 25%;
}



.search_head_f1 .search_head_f1_search form:nth-child(1) {
    margin-right: 4rem;

}

.search_head .search_head_f1 .search_head_f1_search .x_search {
    margin-right: 10px;
    width: 80%;
}

.search_head .search_head_f1 .search_head_f1_search .t_search {
    margin-right: 10px;
    width: 70%;
}


.search_head .search_head_f1 .search_head_f1_search .value {
    font-size: 0.875rem;
    padding: 0.5rem;
    height: 1rem;
    border-radius: 3px;
    border: solid 1px #cccccc;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.search_head .search_head_f1 .search_head_f1_search .btn {
    color: #ffffff;
    background-color: #0084ff;
    border-radius: 3px;
    font-size: 0.875rem;
    padding: 0.375rem;
    border: 1px solid #0084ff;
}

.search_head .search_head_f1 .search_head_f1_search .btn_pl {
    color: #0084ff;
    border: 1px solid #0084ff;
    background: #ffffff;
    border-radius: 3px;
    font-size: 0.875rem;
    padding: 0.375rem;
}

.search_head .search_head_f1 .search_head_f1_upload .upload_btn {
    height: 2.375rem;
    line-height: 2.375rem;
    border: 1px solid transparent;
    padding: 0 1.125rem;
    background-color: #ff9900;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 0.875rem;
    border-radius: 6.25rem;
    cursor: pointer;
}

.search_head .search_head_f1 .search_head_f1_upload .upload_btn:nth-child(1) {
    margin-right: 0.625rem;
}

.search_head .search_head_f1 .upload .upload_btn:active {
    background-color: #1E9FFF;
}

.search_head .search_type {
    border-radius: 3px;
    border: solid 1px #eeeeee;
    max-width: 100%;
    padding: 1.3125rem 1rem;
    margin-top: 1.0625rem;
    min-height: 5rem;
    display: block;
}

.layui-form-select .layui-edge {
    border-top-color: #0084ff;
}

.search_head .search_type ul {
    display: flex;
    height: 100%;
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
}

.search_head .search_type ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    width: 18%;
}

.search_head .search_type ul li:last-of-type {
    width: 10%;
}

.search_head .search_type ul li .select:nth-child(1) {
    margin-bottom: 0.9375rem;
}

.search_head .search_type ul li button {
    display: block;
    width: 6.25rem;
    height: 2.375rem;
    background-color: #0084ff;
    border-radius: 3px;
    border: solid 1px #0084ff;
    color: #ffffff;
    margin-bottom: 15px;
    margin-left: 15px;
}

.select {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    width: 88%;
    margin-bottom: 10px;
}

.select .tips{
    white-space: nowrap;
    color: #bbbbbb;
    font-size: 0.875rem;
}

.select span {
    color: #bbbbbb;
    flex: none;
    text-align: right;
    font-size: 0.875rem;

}

.select .value {
    /*font-size: 0.875rem;*/
    padding: 0.5rem;
    height: 1.25rem;
    /* max-width: 60%; */
    max-width: 66%;
    border-radius: 3px;
    border: solid 1px #eee;
}

.select .value:hover {
    border: solid 1px #d2d2d2 !important;
}

.select .max_min {
    max-width: 45%;
    /* max-width: 25%; */
}

.search_head,
.search_details {
    max-width: 100%;
    padding: 1.3125rem;
    background: #ffffff;
    margin-bottom: 0.9375rem;
}


.content .search_details ol li {
    display: flex;
    align-items: center;

}

.content .search_details ol li div {
    text-align: center;
    width: 17%;
    flex: none;

}

.content .search_details .change li div {
    text-align: center;
    width: 12.5%;
    flex: none;
}

.content .search_details ol li div {
    font-size: 1rem;
    position: relative;
}

.content .search_details ol li div a,
.content .search_details ol li div p {
    display: block;
    width: 100%;
    height: 90%;
    line-height: 4.375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;

}

.content .search_details ol li div a span,
.content .search_details ol li div p span {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}


.content .search_details ol li div .props:hover {
    display: block;
}

.content .search_details ol li div .props {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    height: 20px !important;
    line-height: 20px;
    color: #fff;
    width: auto;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 2px;
}


.content .search_details .classify_name {
    background: #0084ff;
    color: #fff;
}


.content .search_details .classify_cotant {
    height: 4.0625rem;
    padding: 0.3125rem 0;
    border-bottom: 1px solid #e3e3e3;
}

.content .search_details .classify_cotant div {
    height: 100%;
}

.content .search_details .classify_cotant .pic {
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .search_details .classify_cotant .pic a {
    max-width: 5rem;
    max-height: 3.75rem;
    border: 1px solid #e3e3e3;
    display: flex;
    padding: 0.125rem;
    align-items: center;
    justify-content: center;
}

.content .search_details .classify_cotant .pic img {
    max-width: 100%;
    max-height: 100%;
}

#demo-laypage-limits {
    user-select: none;
    text-align: right;
}


@media screen and (max-width: 768px) {
    .select .tips {
        display: none;
    }

    .search_type .price {
        margin-top: 10px;
    }

    .select .tips {
        white-space: nowrap;
    }
}



    @media screen and (max-width: 1170px) {
    .search_head .search_type ul {
        flex-wrap: wrap;
    }

    .search_head .search_type ul li {
        width: 31% !important;
        margin-bottom: 0.9375rem;
        margin-right: 0.9375rem;
    }

    .select span {
        min-width: 6.3125rem;
    }

    .select .max_min {
        max-width: 60%;
    }
}

@media screen and (max-width: 970px) {
    .search_head .search_head_f1 {
        max-width: 100%;
        margin-right: 0.625rem;
    }

    .search_head .search_type ul li {
        width: 45%;

    }

}

@media screen and (max-width: 768px) {


    .search_head .search_head_f1 {
        max-width: 100%;
        display: block;
        margin: 0.9375rem auto;
    }

    .search_head_f1 .search_head_f1_search {
        width: 100%;
        flex-wrap: wrap;
    }

    .search_head_f1 form {
        margin-bottom: 0.625rem;
    }
    .search_head_f1 .search_head_f1_search .x_form,.search_head_f1 .search_head_f1_search .t_form {
        width: 100%;
    }

    .search_head .search_head_f1 .search_head_f1_search .x_search {
        width: 100%;
    }

    .search_head .search_head_f1 .search_head_f1_search .t_search {

        width: 100%;
    }

    .search_head .search_type ul li {
        width: 90% !important;
        margin: 0 auto 0.9375rem;
    }

    .layui-form {
        display: flex;
        align-items: center;
        max-width: 100%;
    }

    .select {
        margin-right: 0.9375rem;
        max-width: 47%;
        margin: auto;
    }

    .select .value {
        max-width: 50%;
    }

    .search_head .search_type ul li .select:nth-child(1) {
        margin-bottom: 0px;
    }

    .search_head .search_type ul li {
        display: flex;
        flex-direction: row;
        height: 100%;
        justify-content: space-around;
    }

    .search_head .search_type ul li button {
        display: inline-block;
        margin: 0 0.625rem;
    }
}

@media screen and (max-width: 650px) {

    .content {
        padding: 0 0.5rem;
    }

    .search_head_f1 .search_head_f1_search {
        justify-content: space-between;
    }

    .search_head_f1 form {
        margin-right: 0 !important;
        display: flex;
    }

    .search_head .search_head_f1 .value {
        width: 71%;
        max-width: none;
    }


    .layui-form {
        display: block;
        max-width: 100%;
    }

    .select {
        justify-content: center;
        margin-right: 0;
        max-width: 88%;
    }

    .search_head .search_type ul li {
        display: block;
        text-align: center;
    }

    .search_head .search_type ul li .select:nth-child(1) {
        margin-bottom: 0.9375rem;
    }

    .content .search_details ol {
        overflow-x: auto;
    }

    .content .search_details ol li {
        width: 48.75rem;
        overflow: hidden;
    }


    .layui-laypage {
        display: flex;
        flex-wrap: wrap;
    }

    .select .value {
        max-width: 52%;
    }
}

@media screen and (max-width: 420px) {
    .search_head_f1 .search_head_f1_search {
        display: block;
    }

    .search_head_f1 .search_head_f1_search form {
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .select .value {
        max-width: 47%;
    }

    .search_head .search_type ul li button {
        margin: auto;
    }
}