﻿html {
    font-size: 62.5%
}

/*search*/
.search {
    width: 96%;
    background-color: #f3f3f3;
    border-radius: 2px;
    margin: 2%;
}

.search input {
    width: 72%;
    font-size: 1.76rem;
    color: #999;
    height: 4.16rem;
    line-height: 4.16rem;
    border: none;
    padding-left: 4%;
    background: none;
}

.search_btn_inside {
    width: 2.24rem;
    display: block;
    float: right;
    height: 2.24rem;
    margin: 1.12rem 0.8rem;
}

.search_btn_inside img {
    width: 100%;
}

.city-entry-arrow {
    width: 0;
    height: 0;
    border: 0.5rem solid transparent;
    border-top-color: #b0b0b0;
    display: inline-block;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    margin-top: 1.8rem;
}

.store_all_1 {
    margin: 0 auto;
    padding: 2% 2%;
    font-size: 1rem;
    background: #d80e19;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}
