﻿/*Header*/
span.addGgMapHome a {
    font-family: RoboR;
    font-size: 13px;
    text-decoration: none;
    color: #fffdfd;
}

.wp-top-header-car {
    
    display: flex;
    justify-content: space-between;
    height: 42px;
    align-items: center;
}

span.hotline-top-header-right a {
    font-family: RoboB;
    font-size: 14px;
    color: #cb0d01;
    text-decoration: none;
}

span.email-top-header-right a {
    font-size: 14px;
    font-family: RoboR;
    color: #2e2e2e;
    text-decoration: none;
}

.bottom-header {
    display: block;
    background: #b2110d;
    position: relative;
    border-bottom: 1px solid #e51515;
    height: 68px;
}

span.addGgMapHome i {
    font-size: 11px;
    color: #fff;
    position: relative;
    top: -1px;
    left: -4px;
}

span.hotline-top-header-right {
    font-size: 14px;
    color: #cb0d01;
    font-family: RoboB;
    display: inline-block;
    padding-right: 8px;
}
.left-top-header-car {
    padding-left: 49px;
}
span.email-top-header-right {
    display: inline-block;
    font-size: 14px;
    font-family: 'RoboR';
    color: #2e2e2e;
    padding-right: 8px;
}

span.email-top-header-right i {
    font-size: 13px;
    color: #cb0d01;
    padding-right: 5px;
}

span.hotline-top-header-right i {
    font-size: 16px;
    transform: rotate(322deg);
    position: relative;
    top: -2px;
    left: -2px;
    /* padding-right: 10px; */
}
li.wp-search-home {
    /* position: absolute; */
    width: 165px;
    height: 100%;
}

.widget-search input {
    border: 1px solid #ea1511;
    outline: none;
    /* padding: 12px 28px; */
    padding-left: 10px;
    width: 100%;
    height: 36px;
    border-radius: 3px;
    background: #7c0300;
}
.widget-search input[type=text]{
    color: #fff;
    font-family: sans-serif;
    font-size: 15px;
}
.widget-search input::placeholder{
    color: #ffaac0;
    font-size: 12px;
    font-family: MonR;
}
.btn-search i {
    color: #fff;
    padding: 9px;
    /* background: #22232b; */
    border-radius: 50px;
}

.widget-search {
    position: relative;
}
.btn-search{
    position: absolute;
    right: 2px;
    top: 1px;
}
/*End*/
