body {
    margin: 0px;
    background-color: #ffff;
}
.top {
    background-color: red;
    display: flex;
    border-radius: 10px;
    height: 80px;
    cursor: pointer;
}
.logo {
    position: relative;
    left: 150px;
    top: 15px;
}
.hotline {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffff;
    font-size: 12px;
    position: absolute;
    top: 25px;
    left: 43px;
}
.logo span {
    white-space: nowrap;
}
.showlocation {
    position: relative;
    left: 200px;
}
.showlocation span {
    color: #ffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: none;
    font-size: 12px;
}
.showlocation {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff4d4d;
    color: #fff;
    padding-right: 15px;
    padding-left: 5px;
    border-radius: 10px;
    font-size: 13px;
    margin: 20px;
}
.icon-location{
    font-size: 28px;
}
.location-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.location-text .small {
    font-size: 12px;
}
.location-text .city {
    font-size: 13px;
}
.icon-arrow {
    position: absolute;
    top:4px;
    left: 100px;
}
