* {
    margin: 0;
    padding: 0;
}
body {
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
}
.search {
    width: 100%;
    margin-top: 10rem;
    box-sizing: border-box;
    padding: 1rem;
}
.search_history {
    margin-top: 4rem;
}
.search > .title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    color: #000000;
    font-weight: bold;
}
.search > .search_input {
    box-sizing: border-box;
    padding: 1rem 0;
    width: 100%;
    display: flex;
}
.search > .search_input > #phone {
    width: 17rem;
    height: 3rem;
    box-sizing: border-box;
    padding-left: .666rem;
    border: 1px solid #dddddd;
    font-size: 1rem;
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
    outline: none;
}
.search > .search_input > #submit {
    width: 6rem;
    height: 3rem;
    box-sizing: border-box;
    border: 1px solid #1890ff;
    font-size: 1rem;
    background-color: #1890ff;
    color: #ffffff;
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
    outline: none;
}
.search > .tips {
    font-size: 0.9rem;
    line-height: 1rem;
    color: #e64242;
}
.recent {
    box-sizing: border-box;
    padding: 0 1rem;
}
.recent_content {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    border-radius: .2rem;
    padding: .666rem 1rem;
}
.recent_list {
    display: flex;
    box-sizing: border-box;
    padding: .333rem 0;
    flex-wrap: wrap;
}
.recent_list > a {
    display: inline-block;
    box-sizing: border-box;
    width: 8rem;
    height: 1.5rem;
    border: 1px solid #dddddd;
    border-radius: 0.7rem;
    text-align: center;
    text-decoration: none;
    color: #4e4e4e;
    font-size: .9rem;
    line-height: 1.5rem;
    margin: .333rem .666rem .333rem 0;
}
.history {
    box-sizing: border-box;
    padding: 0 1rem;
}
.history_error {
    box-sizing: border-box;
    padding: 1rem 0;
    margin: 1rem 0;
    border: 1px solid #dddddd;
    border-radius: 0.2rem;
    font-size: .9rem;
    line-height: 1.5rem;
    text-align: center;
    color: #000000;
}
.history_error > b {
    font-size: 1.2rem;
    line-height: 2rem;
}
.history_list {
    box-sizing: border-box;
    padding: 1rem 0;
}
.history_a {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    text-decoration: none;
    box-sizing: border-box;
    padding: 1rem;
    border-top: 1px solid #dddddd;
}
.history_icon {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 1.6rem;
    margin-right: 1rem;
}
.history_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.history_express {
    font-size: 1.1rem;
    font-weight: bold;
    color: #000000;
    margin-right: .666rem;
}
.history_no {
    font-size: 1.1rem;
    font-weight: bold;
    color: #000000;
}
.history_time {
    font-size: 1rem;
    color: #4e4e4e;
}
.result_details {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 1rem;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.result_details > span {
    display: inline-block;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .8rem;
    color: #4e4e4e;
}
.result_details > span:nth-of-type(odd) {
    width: 10rem;
}
.result_details > span:nth-of-type(even) {
    width: 13rem;
}
.result_details > span > span {
    display: inline-block;
    box-sizing: border-box;
    width: 3rem;
    border-radius: 0.2rem;
    text-align: center;
}
.status_blue {
    color: #007aff;
    background-color: #7cc2ef;
    border: 1px solid #007aff;
}
.status_yellow {
    color: #eea236;
    background-color: #f7ecb5;
    border: 1px solid #eea236;
}
.status_green {
    color: #2b542c;
    background-color: #5cb85c;
    border: 1px solid #2b542c;
}
.result_error {
    box-sizing: border-box;
    padding: 2rem;
    font-size: .9rem;
    line-height: 1.5rem;
    color: #000000;
    text-align: center;
}
.hidden {
    display: none;
}
.loading {
    box-sizing: border-box;
    padding: 1rem 0;
    font-size: .9rem;
    color: #4e4e4e;
    text-align: center;
}
.result_content {
    box-sizing: border-box;
    padding: 1rem;
    font-size: .8rem;
}