
#app{
    overflow: hidden;
}
.top {
    height: 160px;
    background-color: #fafafa;
}

.header {
    background-color: #ffffff;
}

.header .container {
    max-width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.headerNav {
    width: 70%;
    margin: 0 auto;
}

.header .container .headerNav .navUl {
    width: 100%;
    display: flex;
    border-bottom: 2px solid #0c6fb3;
}

.header .container .headerNav .navUl li {
    flex: 1;
    height: 60px;
    line-height: 2.5;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px;
}

.header .container .headerNav .navUl li.active {
    background-color: #0c6fb3;
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
    color: #333333;
    font-size: 16px;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #ffffff;
}

.breadcrumb {
    padding: 20px 0;
    background-color: #ffffff;
}

.el-tree-node__content {
    height: 50px;
    border: 1px solid #dadada;
    border-bottom: 2px solid #dadada;

}

.el-tree .el-tree-node .el-tree-node__content:nth-child(1) {
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
}

.productsColor {
    background-color: #be2243;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 20px;
    padding-left: 30px;
}

.el-select {
    width: 100%;
}

.cardImg {
    height: auto;
    line-height: 200px;
    position: relative;
}

.card-body {
    padding: 0;
}

.dropdownDiv{
    position: absolute;
    top: 63px; 
    background-color: #f7f7f7; 
    width: 100%;
    /* padding: 10px; */
    box-shadow: 0px 10px 5px #f7f7f7;
}
.dropdownDiv .row .col-md-3 {
    background-color: #efefef;
    padding: 25px;
    color: #000000;
    font-weight: 600;
}

.dropdownDiv .row .col-md-3 .item{
    cursor:pointer;
}
.dropdownDiv .row .col-md-3 .active{
    background-color: #0089f6;
    color: #ffffff;
}
.dropdownDiv .row .col-md-9 {
    padding: 20px;
}

.cardCol{
    display: flex;
    flex-wrap: wrap;
}
.cardCol .item{
    width: 200px;
    margin-left: 15px;
}

.bottom{
    background-color: #f6f6f6;
    padding-top: 100px;
}
.bottom .headerNav{
    display: flex;
    flex-wrap: wrap;
}
.bottom .headerNav .item{
    width: 33.33333%;
    padding-left: 20px;
    color: #545454;
}
.bottom .headerNav .item div a{
    
    color: #666666;
}
.bottom .headerNav .item .itemTitle{
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
}
.keepOnRecord{
    background-color: #333333;
    text-align: center;
    padding: 25px 0;
    color: #cccccc;
    font-size: 14px;
}
.sign{
    background-color: #a11f1c;
    text-align: center;
}
.el-carousel__arrow{
    width: 80px;
    height: 80px;
    font-size: 30px;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border: none;
}
.nav-btnOne .line {
    display: inline-block;
    width: 24px;
    height: 1px;
    background-color: #888;
    border-radius: 1px;
    position: absolute;
    left: 18px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.navbar-nav .nav-link:hover {
    background-color: #0c6fb3;
    color: #ffffff !important;
}
.nav-item:hover{
    background-color: #0c6fb3;
}
.btn-group:hover{
    background-color: #0c6fb3;
}
.btn-group button:hover{
    color: #ffffff !important;
}
.ffgg:hover{
    background-color: #0c6fb3;
}
.sign img{
    max-width: 100%;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: none;
    border-bottom: 0;
    border-left: none;
}
.headerImg{

    position: absolute; 
    top: 2px;
    left: 40%;
    z-index: 1200;
}
.btnPrimaryActive .el-button--primary.is-plain:focus,
.btnPrimaryActive .el-button--primary.is-plain:hover {
    color: rgb(252, 15, 15);
}
@media (max-width: 995px) {
    .headerNav {
        width: 100%;
    }
    .bottom .headerNav .item{
        width: 100%
    }
    .bottom{
        padding-bottom: 50px;
    }
}