﻿body {
}
.order_history_border, .public_orders_search2 {
    overflow: hidden;
    border: 1px solid #d3d3d3;
    margin: 10px;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    line-height: 24px;
}

.public_orders_search2 {
    margin: 0 10px 10px;
}

.public_orders_search_tab {
    margin: 1rem 1.4rem 0;
    overflow: hidden;
    position: relative;
    top: 1px;
}

    .public_orders_search_tab span {
        box-sizing: border-box;
        display: block;
        width: 96%;
        float: left;
        border: 1px solid #d3d3d3;
        border-bottom: none;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding: 0.5rem;
        margin: 0 1%;
        font-size: 1rem;
        line-height: 1.2rem;
        text-align: center;
        background: #d3d3d3;
        color: #999;
    }

        .public_orders_search_tab span.current {
            background: #fff;
            color: #333;
        }

.search_tab_m li {
    width: 100%;
    overflow: hidden;
    margin: 0.4rem auto;
}

    .search_tab_m li span {
        float: left;
        line-height: 35px;
        width: 25%;
        font-size: 14px;
        text-align: center;
    }

.search_input {
    padding-left: 5px;
    box-sizing: border-box;
    float: left;
    height: 35px;
    line-height: 35px;
    border: 1px solid #d7d7d7;
    width: 70%;
    border-radius: 5px;
    margin-right: 5%;
}

.submit_btn_nb {
    border-radius: 5px;
    padding: 0.4rem 3rem;
    background-color: #f90;
    color: #fff;
    font-size: 1.2rem;
    border: none;
    margin-top: 0.4rem;
}
/*measure*/
/*html{font-size:13.333vw}*/

.measure {
    overflow: hidden;
    background: #fff;
    border: 1px solid #d3d3d3;
    margin: 10px;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    line-height: 24px;
}

    .measure h2 {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #d7d5d4;
        font-size: 18px;
        padding: 5px 0;
        font-weight: 800;
    }

    .measure .measure_img {
        width: 100%;
        overflow: hidden;
        padding: 20px 5px 0;
    }

.measure_img a {
    width: 17%;
    margin-right: 8%;
    display: inline-block;
    overflow: hidden;
    float: left;
    margin-bottom: 0.2rem;
}

    .measure_img a:first-child, .measure_img a:nth-child(5) {
        margin-left: 4%;
    }

    .measure_img a li {
        width: 100%;
        height: 100%;
    }

        .measure_img a li img {
            width: 100%;
            float: left;
        }

        .measure_img a li p {
            width: 100%;
            line-height: 24px !important;
            color: #1a1a1a;
            text-align: center;
            font-size: 0.28rem;
        }

    .measure_img a:nth-child(4), .measure_img a:last-child {
        margin-right: 0;
    }
