
.comm_topbar {
    background-color: #7ac0f8
}

.brand_search {
    padding-top: 178px;
    min-height: 600px;
    background:url("../image/everest-full.jpg");
    background-size:cover;
    width: 1446px;
    margin: auto;
}

.brand_search h2 {
    text-align: center;
    margin-bottom: 50px;
}

.brand_tab {
    padding-top: 60px;
    padding-left: 200px;
}

.brand_tab li {
    display: inline-block;
    padding: 0 10px;
    font-size: 20px;
    color: #000;
    cursor: pointer
}

.brand_tab li.current {
    font-size: 22px;
    color: #2196f4
}

.form_brand {
    padding: 10px 0 0 200px;
}

.form_brand input.brand_input {
    width: 720px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #333;
    border: 1px solid #e6e6e6;
    padding: 0 12px;
    box-sizing: border-box;
}

.form_brand input.error {
    border: 1px solid red;
}

.form_brand input.btn_search, .form_brand button.btn_search {
    width: 90px;
    height: 45px;
    background-color: #2196f4;
    font-size: 18px;
    color: #fff;
    border: 1px solid #2196f4;
    vertical-align: top;
}

.form_brand input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 18px;
}

.tip_txt {
    font-size: 12px;
    color: red;
    display: none;
}

.brand_tipbox {
    overflow: hidden;
    padding-top: 70px;
    /* padding-bottom: 130px; */
    opacity: 0.9;
}

.brand_tipbox li {
    float: left;
    width: 362px;
    height: 300px;
    margin: 0px 60px;
    text-align: center;
}

.brand_tipbox li img {
    width: 160px;
}

.brand_tipbox li span {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #2196f4;
    line-height: 44px;
    padding-top: 20px;
}

footer {
    margin: 0 auto;
}

.hot_container {
    padding: 30px 0 0px 177px;
}

.hottitle {
    display: inline-block;
    vertical-align: middle;
    width: 112px;
    height: 56px;
    border-radius: 4px;
    letter-spacing: 4px;
    /* padding-left: 4px; */
    padding-top: 6px;
    line-height: 22px;
    font-size: 16px;
    color: #2e2d2d;
    /* background-color: #2196f4; */
    text-align: center;
}

.hotitem {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 754px;
    height: 65px;
    padding-top: 5px;
    /* background-color: #268383; */
}

.hotitem a{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
    min-width: 120px;
    height: 56px;
    margin-left: 24px;
    padding-right: 8px;
    border-radius: 4px;
    font-size: 0;
    /* background-color: rgb(240, 244, 247); */
}
.hotitem .line-height{
    line-height:48px;
}

.hot-img {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 56px;
    height: 56px;
    float: left;
    display: none;
}

.hot-title {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    display: inline-block;
    max-width: 112px;
    min-width: 46px;
    margin-top: 4px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-left: 10px;
    float:right;
}

.hot-tag {
    display: block;
    font-size: 24px;
    /* background: #2196f4; */
    vertical-align: middle;
    /* border-radius: 30px; */
    width: 56px;
    height: 56px;
    float: left;
    line-height: 56px;
    text-align: center;
    color: #fff;
}
.brand_tipbox{
    padding-left: 120px;
}