
/*分类样式*/

.catogery {
    padding-top: 10px;
    margin-top: 10px;
    width: 1200px;
    height: 55px;
    margin: 0 auto;
}

.catogery-node{
    float: left;
    padding: 0;
    height: 45px;
    margin-bottom: unset;
}

.catogery ul li {
    float: left;
    font-size: 16px;
    color: #677179;
    letter-spacing: 0;
    width: 170px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    list-style-type: none;
    padding: 0 !important;
    z-index: 991;
}

.catogery-node >li span img{
    margin-right: 10px;
}

.catogery-node >li span div{
    width: 170px;
    height: 40px;
    display: inline;
}

.catogery ul li img {
    padding-right: 5px;
}

.catogery ul li span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 17.5px;
}

.catogery .leftli {
    text-align: left;
    background: rgba(51, 51, 51, 0.98);
}

.catogery .leftlin {
    text-align: left;
    background: #FFF;
    width:105px;
}


.catogery .leftli:hover {
    color: #FFFFFF;
    /* opacity: 0.9; */
    background-image: linear-gradient(6deg, rgba(98, 131, 236, 0.98) 0%, #5CB5ED 100%);
}


.catogery .leftli >a >div {
    width: 115px;
    height: 40px;
    display: inline;
    overflow: hidden;
}

.catogery .leftli:last-child {
    /*box-shadow: 0 16px 34px 7px rgba(121,121,121,0.10);*/
    border-radius: 0 0 6px 6px;
}

.catogery .sub-ct .ct-st .ct-st-lk{
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.catogery .sub-ct .ct-st .ct-st-nk{
     color: #000;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    
}

.catogery .sub-ct .ct-st .ct-st-nk:hover{
    color: red;
   /*  display: flex; */
    align-items: center;
}


.catogery ul .focus-link {
    color: #FFFFFF;
    /* background-image: linear-gradient(6deg, rgba(98,131,236,0.98) 0%, #5CB5ED 100%);
    box-shadow: 0px -5px 20px 5px rgba(211,211,211,0.50); */
    background-color: #629aed;
}

.catogery ul .hover {
    color: red;
}
.catogery ul .hover.focus-link {
    color:  #FFFFFF;
}

.catogery ul .hover.catogery-hover-first{
    color: #FFFFFF;
    /* background-image: linear-gradient(6deg, rgba(98,131,236,0.98) 0%, #5CB5ED 100%);
    box-shadow: 0px -5px 20px 5px rgba(211,211,211,0.50); */
    background-color: #629aed;
}
.catogery ul .home-category-hover {
    color: #FFFFFF;
    /* background-image: linear-gradient(6deg, rgba(98,131,236,0.98) 0%, #5CB5ED 100%);
    box-shadow: 0px -5px 20px 5px rgba(211,211,211,0.50); */
    background-color: #629aed;
}
.catogery nav >ul >li{
    border-radius: 6px 6px 0 0;
}

.catogery ul li:hover>ul {
    display: block;
    z-index: 9990;
    /* 滑鼠滑入母選單後，顯示子選單 */
}

/*.catogery ul li ul li a {*/
    /*width: 120px !important;*/
/*}*/

.catogery ul li ul li img {
    width: 25px !important;
    height: 25px;
    margin-left: 25px;
    margin-right: 5px;
}

.catogery ul li ul {
    position: relative;
    list-style: none;
    display: none;
    padding: 0;
    background: rgba(51, 51, 51, 0.98) !important;
}

.catogery ul li ul.nk{
    position: relative;
    /* list-style: none; */
   /*  display: none; */
    padding: 0;
    background: #FFF !important;
}


.breadcrumb-section {
    background: #fff;
    padding-left: 250px;
    padding-right: 30px;
}

.breadcrumb-section .breadcrumb{
    background: #fff;
}
#lang-selector > option{
    background-color: #629aed;
}
.navSearchBrand > div.items > a.active{
    background:#629aed;
}

.catogery .sub-ct .ct-st{
    float: unset;
}

.catogery .sub-ct .ct-st:hover .ct-st-subs{
    display: block;
}

.catogery .ct-st .ct-st-subs{
    display: none;
    width: 1000px;
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 170px;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.10);
    padding: 25px;
    font-size: 14px;
}

.catogery .ct-st .ct-st-subs .ct-nd-item{
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #e8e8e8;
}

.catogery .ct-st .ct-st-subs .ct-nd-item:last-child{
    border-bottom: none;
}

.catogery .ct-st .ct-st-subs .ct-nd-item .ct-nd-lk{
    width: 120px;
    float: left;
    margin-top: 5px;
    cursor: pointer;
    margin-right: 5px;
}

.catogery .ct-st .ct-st-subs .ct-nd-item .ct-nd-lk .ct-nd-lk-a{
    font-weight: bold;
    color: #333;
    width: 120px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
}

.catogery .ct-st .ct-st-subs .ct-nd-item .ct-nd-lk .ct-nd-lk-a:hover{
    color: #F16521;
}

.catogery .ct-st .ct-st-subs .ct-nd-item .ct-rd-item{
    width: 825px;
    float: left;
}

.catogery .ct-st .ct-st-subs .ct-nd-item .ct-rd-item .ct-rd-lk{
    padding: 0 8px;
    margin: 5px 4px;
    display: inline-block;
    color: #737373;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100px;
}

.catogery .ct-st .ct-st-subs .ct-nd-item .ct-rd-item .ct-rd-lk:hover{
    color: #F16521;
}

.catogery ul .catogery-hover.focus-link .promotion-activity  {
    color:#FFF ;
}

.catogery ul .catogery-hover .promotion-activity  {
    color:red ;
}
.catogery ul .catogery-hover .promotion-activity .promotion-activity-label {
    position: absolute;
    font-size: 12px;
    border: 1px solid red;
    line-height: 16px;
    color: #FFF;
    background-color: red;
    border-radius: 2px;
    padding: 1px;
}

/*.catogery ul .catogery-hover.hover .promotion-activity  {*/
    /*color: #FFF;*/
/*}*/