/* 二级导航样式 */
.dishWashing>img {
		display: block;
		width: 100%;
		height: 100%;
}

.dishWashing>.dishWashing_box {
		width: 100vw;
		background: #fff;
}

.dishWashing>.dishWashing_box>.dishWashing_top {
		display: flex;
		width: 1170px;
		height: 50px;
		line-height: 50px;
		margin: 0 auto;
		justify-content: space-between;
		background: #FFFFFF;
}

.dishWashing>.dishWashing_box>.dishWashing_top>.dishWashing_top_left {
		font-size: 12px;
		/* font-weight: 600; */
		color: #000000;
		margin-left: 5px;
        display: flex;
        align-items: center;
}
.dishWashing_top_left strong{
    font-weight: bolder;
}
.dishWashing_top_left span{
		font-family: PingFang SC, PingFang SC;
		font-weight: 400;
		font-size: 12px;
		color: #000000;
		line-height: 16px;
}
.dishWashing>.dishWashing_box>.dishWashing_top>.dishWashing_top_right {
		display: flex;
		font-size: 12px;
		font-weight: 400;
		color: #1A1A1A;
		align-items: center;
}

.dishWashing>.dishWashing_box>.dishWashing_top>.dishWashing_top_right>.dishWashing_top_right_box {
		margin-left: 27px;
		cursor: pointer;
}

.dishWashing>.dishWashing_box>.dishWashing_top>.dishWashing_top_right>.dishWashing_top_right_order {
		width: 55px;
		height: 25px;
		background: #9C1D22;
		border-radius: 4px;
        font-size: 10px;

		text-align: center;
		line-height: 25px;

		font-weight: 600;
		color: #FFFFFF;
		margin-left: 28px;
		cursor: pointer;
}

.dishWashing>.dishWashing_box>.dishWashing_top>.dishWashing_top_right>.dishWashing_top_right_order>span {
		display: inline-block;
		font-size: 12px;
		transform: scale(0.83);
}

.dishWashing_top_right_line {
		width: 1px;
		height: 18px;
		background: #E4E4E4;
		margin-left: 17px;
}

.title-fixed {
		position: fixed;
		top: 0;
		z-index: 999;
}
.dishWashing_top_right div {
    cursor: pointer;
}
/* 亮点 */
.drop-sec{
    position: relative;
    min-width: 139px;
    padding: 2px 10px;
    background-color: #fff;
    height: 36px;
    overflow: hidden;
    margin-right: 27px;
    cursor: pointer;
    align-self: flex-start;
    position: relative;
    z-index: 99;
    /* border-bottom: 1px solid #DDDDDD; */
    box-sizing:border-box;
    margin-top: 7px;
}
.drop-sec::after{
    content: '';
    position: absolute;
    left: 10px;
    right: 4px;
    bottom: 0;

    height: 1px;
    background: #ddd;
}
.drop-sec:hover::after{
    height: 0px;
}
.drop-arrow{
    /* width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    content:'';
    transition: all 0.5s ease-out;
    display: inline-block;
    position: absolute;
    right: 10px;
    top:12px;
    transform: rotate(135deg); */
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url('https://hsimage.fotile.com/202601091406328622782.png');
    background-size: cover;
    position: absolute;
    right: 0;
    top:11px;
    transition: all 300ms cubic-bezier(0.0, 0.0, 0.58, 1.0);
    /* transform: translateY(-50%); */
}
.drop-sec:hover .drop-arrow{
    /* width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000; */
    transform: rotate(-180deg);
    transition: all 300ms cubic-bezier(0.0, 0.0, 0.58, 1.0);
    /* content:''; */
}
/* .drop-sec:hover .drop-ul{
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 8px 8px;
    background-color: #fff;
} */
.drop-ul{
    position: absolute;
    top:0px;
    left: 10px;
    transition: all 300ms cubic-bezier(0.0, 0.0, 0.58, 1.0);
    /* transition: all 300ms cubic-bezier(0.0, 0.0, 0.58, 1.0); */
    /* box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 8px 8px;
    background-color: #fff; */
}
.drop-ul.drop-current {
    transition: all 0.3s ease-out;
}
.drop-ul>li{
    padding: 10px 0;
    font-weight: 400;
    font-size: 12px;
    color: #7F7F7F;
    line-height: 16px;
    min-width: 139px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor:pointer;
}
/* .drop-ul>li:not(:first-child) {
    padding-left: 20px;
} */

/*
高度auto,会失去动画效果
*/
.drop-sec:hover{
    height: 148px;
    border-bottom:none;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 8px 8px;
    background-color: #fff;
    transition: height 0.3s ease-out;
}
.drop-sec:hover #drop-ul{
    top: 0!important;
}
.drop-ul>li.drop-current{
    color: #000;
    font-weight: 600;
}
.dishWashing_right  .subscribe{
    margin-right: 0!important;
}
.menu-line{
    width: 1px;
    height: 18px;
    background-color: #DDDDDD;
    margin-right: 27px;
}
#homeBread{
    font-weight: normal;
}
.bread-arrow{
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url('https://hsimage.fotile.com/202601091714090125432.png');
    background-size: cover;
    margin:0 5px;
}




.drop-menu{
    position: relative;
    height: 36px;
}
.drop-menu::after{
    content: '';
    position: absolute;
    left: 10px;
    right: 4px;
    bottom: 0;

    height: 1px;
    background: #ddd;
}
.drop-menu:hover .drop-arrow{
    transform: rotate(-180deg);
    transition: all 300ms cubic-bezier(0.0, 0.0, 0.58, 1.0);
}
.drop-menu-trigger{
    cursor: pointer;
    min-width: 152px;
    height: 100%;
    margin-right: 0!important;
    /* background: #191c21e5;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 100px; */
    overflow: hidden;
    margin-left: 0!important;
}
.drop-menu .drop-menu-dropdown{
    display: none;
}
.menu-show .drop-menu-dropdown{
    display: block;
}
.feature-list{
    height: 100%;
    transition: transform .2s ease-out;
}
.feature-item{
    line-height: 36px;
    padding: 0 10px;
    /* padding-left: 16px;
    padding-right: 40px; */
    font-weight: 600;
    font-size: 12px;
    color: #000;
    /* opacity: .3; */
    transition: opacity .2s;
    white-space: nowrap;
    /* text-transform: uppercase; */
}
.feature-item.active{
    opacity: 1;
    position: relative;
}
.feature-item.active:after {
    /* position: absolute;
    top: 0;
    right: -1px;
    height: 100%;
    width: 80px;
    content: "";
    display: block;
    background: linear-gradient(270deg,#17191e 40%,rgba(23,25,30,0)) */
}
.drop-menu-dropdown {
    position: absolute!important;
    left: 0;
    width: 100%;
    top: 4px;
    /* border-radius: 17px;
    padding: 6px 16px;
    background-color: rgba(25,28,33,.9); */
    overflow: hidden;
    /* pointer-events: none; */
    z-index: 2;
    padding: 0 10px;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 8px 8px;
    background-color: #fff;
    transition: height 0.3s ease-out;
    margin-left: 0!important;
    box-sizing: border-box;
}
.drop-menu-dropdown .dropdown-item:first-child {
    /* text-transform: capitalize */
}
.drop-menu-dropdown .dropdown-item {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #7F7F7F;
    /* text-transform: uppercase; */
    padding: 10px 0;
    transition: color .2s;
    white-space: normal;
    word-break: break-word
}
.drop-menu .drop-arrow{
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url('https://hsimage.fotile.com/202601091406328622782.png');
    background-size: cover;
    position: absolute;
    right: 8px;
    top:11px;
    transition: all 300ms cubic-bezier(0.0, 0.0, 0.58, 1.0);
}
.drop-menu .drop-current{
    color: #000;
    font-weight: 600;
}
.drop-menu{
    margin-left: 0!important;
    margin-right: 27px!important;
    min-width: 152px;
}
.drop-menu .active::after{
    height: 0!important;
}
.drop-menu-dropdown a:hover{
    color: #000;
    font-weight: 600;
}
/* .drop-menu-trigger:hover + .drop-menu-dropdown{
    display: block;
} */