﻿.color-1{
    background-color: #3b95ad;
}
.header{ background-color: #C13432; }
.header .header-content{ 
    height: 100px; display: flex; align-items: center; justify-content: space-between; 
    overflow: hidden; background-image: url(../images/header-bg.png); background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.header .header-content.list{ 
    background-image: url(../images/list-header-bg.png);
}
.header-content .logo{
     background-image: url(../images/header-login.png);  width: 397px;  height: 82px;  
     background-repeat: no-repeat;
}
.header-content .header-right{ display: flex;align-items: center;justify-content: space-between; }
.header-content .header-right .top-btn{
    position: relative; height: 35px; line-height: 35px; border-radius: 20px;  
    padding: 0 15px; padding-left: 45px; white-space: nowrap; color: #fff;  
    font-size: 18px; margin-right: 50px; transition: all .2s;
}

.header-content .header-right .top-btn::before{ 
    position: absolute; content: " "; left: -2px; top: 50%; transform: translateY(-50%); 
    display: inline-block; background-repeat: no-repeat; background-size: 100% 100%; 
    width: 32px; height: 32px;
}
.header-content .header-right .top-btn:hover{ opacity: 0.8; }
.header-content .header-right .top-btn:active{ opacity: 0.6; }
.header-content .header-right .top-btn:nth-child(1)::before{ background-image: url(../img/mh.png); }
.header-content .header-right .top-btn:nth-child(2)::before{ background-image: url(../img/dt.png); }

.header-right .search{ 
    height: 40px; border-radius: 3px; padding: 0 0 0 10px; box-sizing: border-box; 
    background-color: #fff; width: 300px; display: flex; align-items: center;
    justify-content: space-between;
}
.header-right .search input{  
    width: calc(100% - 45px); height: 100%; background-color: transparent; color: #333;
    box-sizing: border-box; vertical-align: middle; font-size: 15px;
}
.header-right .search button{ width: 40px; height: 40px; line-height: 38px; padding: 0; }
.header-right .search button svg{ color: #fff; font-size: 23px; }
/* .header-right .search img{ display: inline-block; width: 17px; height: 17px; background-repeat: no-repeat; vertical-align: middle; } */

input::-webkit-input-placeholder { color: #a7a7a7; }
input::-moz-input-placeholder { color: #a7a7a7; }
input::-ms-input-placeholder { color: #a7a7a7 ; }

.head-menu-bg{ background-color: #C13432; 
    /* box-shadow: 0 .125rem .35rem rgba(0,0,0,.2)!important;  */
    position: relative; z-index: 101; 
}
.head-menu{ display: flex; vertical-align: middle; cursor: pointer; }
.head-menu .menu-item{ 
    position: relative; display: inline-block; text-align: center; width: 16%; height: 40px; line-height: 40px; 
}
.head-menu .menu-item a{ color: #fff; font-size: 16px; transition: all .1s; }
/* .head-menu .menu-item > a{ font-weight: bold; } */
.head-menu .menu-item:hover > a{ color: #fff; font-size: 18px; }
.head-menu .menu-item:hover { background-color: #A03635; }

.head-menu .menu-item ul{ 
    position: absolute;  top: 40px; left: 0; width: 100%; list-style: none; display: none;
    text-align: center; padding: 0; z-index: 99; background-color: #C13432;
    box-shadow: inset 0px 15px 10px -15px rgba(0,0,0,.2), 0 .125rem .35rem rgba(0,0,0,.2)!important;
}
.head-menu .menu-item ul li a{ display: block; line-height: 38px; font-size: 14px; }
.head-menu .menu-item ul li a:hover{ background-color: #b80405; color: #fff; }
.head-menu .menu-item ul li a:active{ color: #cccccc; }


.head-top{ 
    z-index: 5;
    top: 61px;
    right: 0;
    display: block;
}
.head-top .search-bar{  display: flex; align-items: center; height: 100%; position: relative; }
.head-top .search-input input{ 
    width: 240px;
    height: 30px; font-size: 14px; caret-color:black; 
    padding: 0 63px 0 18px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 16px;
    display: block;
}
.head-top .search-bar .search-btn{ 
    height: 40px; width: 42px; background-size: 60% 60%; border-top-right-radius: 5px; 
    border-bottom-right-radius: 5px;
    color: #fff; line-height: 40px;
    position: absolute;
    top: -6px;
    right: 14px;
}
.head-top .search-bar .search-btn svg{ font-size: 20px; }
.head-top .search-bar .search-btn:focus{ outline:none }

.search-btn input {
    vertical-align: middle;
    margin-left: 8px;
    width: 20px;
    height: 20px;
}

.head-tools,
.m-head-menu,
.mobile-menus{ display: none; }

.list-top{ 
    height: 170px; background-image: url(../img/list/top-bg.png); user-select: none; pointer-events: none;
    background-repeat: no-repeat; background-position: center center;
}
.head-tools{ display: none; }

#list-carouselExampleFade{ max-width: 1587px; margin: 0 auto; }
#list-carouselExampleFade .carousel-item img{ max-height: 300px;  }
#list-carouselExampleFade .carousel-indicators{ bottom: 0; justify-content: center; }
#list-carouselExampleFade .carousel-indicators li{
    width: 15px;
    height: 15px;
    border-width: 0;
    background-color: #dbddda;
    border-radius: 50%;
    margin: 0 8px;
    opacity: 1;
    transition: all 0.2s; 
}
#list-carouselExampleFade .carousel-indicators li.active{ background-color: #F79E3E; width: 15px; }

@media (max-width: 576px) {
    
}