#head{
  width: 100%;
  height: 80px;
  z-index: 99;
  display: flex;
  justify-content: center;
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0; */
  background: rgba(251, 235, 235, 0.9);
}
#head .content{
  width: 1366px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#head .logo img{
  /* width: 330px; */
  height: 50px;
  cursor: pointer;
}

.nav{
  height: 100%;
}
#menu{
  display: flex;
  align-items: center;
  height: 100%;
}
 #menu .senc{
    font-size: 16px;
    color: #1f1f1f;
    /* padding: 0 20px; */
    width: 122px;
    height: 100%;
 }
 #menu a{
   text-decoration: none;
   color: #1f1f1f;
   cursor: pointer;
   display:flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width:100%;
   height:100%;
   z-index: 100;
 }
 #menu a:hover{
   color: #D70C42 !important;
 }
 #menu .senc ul a{
   font-weight: normal;
   font-size: 14px;
}
#menu .senc{
   position: relative;
   z-index: 99;
}
.secondOrder li:hover{
   /* background: #f84e72; */
   background: linear-gradient(143deg, #FF8584 0%, #FE4241 100%);
}
#menu .secondOrder li a:hover{
   color: #fff !important;
}
.nav li{
   color: #fff;
   float: left;
   text-align: center;
   line-height: 60px;
   font-size: 16px;
}
.secondOrder {
   min-width: 120px;
   position: absolute;
   left: 0;
   background: #fff;
   display: none;
   box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 6%);
   z-index: 1000;
}
.secondOrder li {
   float: none!important;
   line-height: 23px!important;
   font-size: 14px!important;
}
#menu .secondOrder li a {
   display: inline-block;
   padding: 0 20px;
   line-height: 44px;
   color: #3c3c3c!important;
}
#menu .senc:hover::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
   /* background: #f84e72; */
   background: linear-gradient(143deg, #FF8584 0%, #FE4241 100%);
  border-radius: 0px 0px 8px 8px;
  z-index: -1;
}
#menu .senc:hover a{
   color: #fff !important;
}
.secondOrder {
   position: absolute;
   background: #fff;
   display: none;
   box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 6%);
   z-index: 1000;
}
#menu .senc .secondOrder a{
   color: #333 !important;
   word-break: keep-all;
}

.nav_box{
   position: relative;
   height: 100%;
}