
.a-header
{
    
    
}
.header-bg-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* height: 110px; */
}
.a-content
{

}
.a-top-body{
    height: 100px;
    align-items: center;
}
.leftBox{
    font-size: 16px;
    font-weight: 400 !important;
    color: #FFFFFF;
    line-height: 25px;
    height: 26px;
    margin-right: 198px;
    flex: none;
}
.leftBox img{
    width: 17px;
    height: 16px;
    position: relative;
    top: 2px;
}
.rightBox .el-button{
    color: #CA0001;
    border-radius: 2px;
    border: 1px solid #FFFFFF;

}
.rightBox .el-input__inner1 {

    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    color: #FFFFFF;
    display: inline-block;
    font-size: inherit;
    height: 36px;
    line-height: 36px;
    padding-right: 30px;
    padding-left: 10px;

    width: 270px;
}

.rightBox .el-input__inner1:focus {

    background-color: unset;
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    color: #FFFFFF;
    display: inline-block;
    font-size: inherit;
    height: 36px;
    line-height: 36px;
    padding-right: 30px;
    padding-left: 10px;

    width: 270px;
}

.rightBox .el-input__suffix1 {
    right: 5px;
    transition: all .3s;
    pointer-events: all;
    position: absolute;
    top: 0;
    height: 100%;
    color: #FFFFFF;
    text-align: center;
}

.rightBox .el-input__suffix-inner1 {
    pointer-events: all;
}

.rightBox .el-input--suffix .el-input__inner1 {
    padding-right: 30px;
}

.rightBox .el-input1 {
    position: relative;
    font-size: 14px;
    display: inline-block;
    /* width: 100%; */
}

.avatar{
    height: 36px;
    width: 36px;
    border-radius: 18px;
    
}
.searchInput img {
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.header-login-icon{
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.rightBox .el-input__prefix, .el-input__suffix {
    position: absolute;
    top: 0;
    /* -webkit-transition: all .3s; */
    height: 100%;
    color: #FFFFFF;
    text-align: center;

}
.rightBox input::-webkit-input-placeholder {
    -webkit-text-fill-color: rgba(255, 255, 255, 0.6);
  }
.rightBox input::-moz-input-placeholder {
    -webkit-text-fill-color: rgba(255, 255, 255, 0.6);
  }
.rightBox input::-ms-input-placeholder {
    -webkit-text-fill-color: rgba(255, 255, 255, 0.6);
  }


/* .searchInput::placeholder { 
    color: #FFFFFF; 
} */
.a-logo{
    width: 361px;
    height: 48px;
    margin-right: 330px;
}
.a-nav{
    /* position: sticky; */
    height: 54px;
    background-color: #292929;
    width: 100%;
    z-index: 99;
    
    
}
.a-nav a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400 !important;
    color: #FFFFFF;
    line-height: 50px;
    height: 50 ;
}

 .hvr-underline-reveal:before {
    width: 80% ; 
    height: 3px; 
    border-radius: 8px;
    left: 50%; 
    background-color: rgba(202, 0, 1, 1); 
    transform: translate(-50%,3px) !important; 
}

 .hvr-underline-reveal:active:before, .w-header .hvr-underline-reveal:focus:before, .hvr-underline-reveal:hover:before {
    -webkit-transform: translate(-50%,0) !important ;
    transform: translate(-50%,0) !important;
}

.a-nav .sel:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 3px;
    border-radius: 8px;
    left:50% !important;
    bottom: 0px;
    background-color: rgba(202, 0, 1, 1);
    transform: translate(-50%,0) !important;
    

}
.nav-subnav_inner{
    width: 50px;
    color: #333333;
}
.nav-subnav_inner li:hover{

    color: #0084d8;
}
.el-popover {
 
    min-width: 80px;

}

.head-pop-bg {
    width: 320px;
  }
  .head-pop-bg .head-pop-bg-top{
    height: 98px;
    width: 100%;
    margin-top: -38px;
    margin-left: -12px;
    position: absolute;
    background: linear-gradient(180deg, #F0D8D8 0%, rgba(255,255,255,0.77) 100%);
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 2 2;
    backdrop-filter: blur(0px);
    z-index: -111;
  }
  .head-pop-bg .head-bg {
    display: flex;
    align-items: center;
    margin-top: 26px;
  }
  .head-pop-bg .head-bg .head-img {
    margin-left: 17px;
    width: 47px;
    height: 47px;
    border-radius: 23px;
  }
  .head-pop-bg .head-bg .name {
    margin-left: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #333333;
  }
  .head-pop-bg .head-icon-bg {
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 21px 50px 0px 29px;
  }
  .head-pop-bg .head-icon-bg .head-icon-img {
    width: 32px;
    height: 32px;
    /* font-size: 23px; */
  }
  .head-pop-bg .head-icon-bg .head-text {
    margin-top: 2px;
    font-size: 11px;
    font-weight: 400;
    color: #666666;
  }
  .head-pop-bg .line {
    margin-top: 23px;
    margin-bottom: 23px;
    margin-left: 23px;
    margin-right: 23px;
    height: 1px;
    /* border: 1px solid #EDEDED; */
  }
  .head-pop-bg .logout {
    /* font-size: 11px; */
    /* font-weight: 400; */
    color: #666666;
    margin-left: 23px;
    cursor: pointer;
    margin-bottom: 14px;
  }
  .head-pop-bg .logout:hover {
    color: #FFFFFF;
    border-color: rgba(240, 216, 216, 1);
    background-color: rgba(240, 216, 216, 0.7);
  }

@media (max-width:1199px) {


    .h5-header{
        width: 100%;
        height: 1.7333rem;
        display: flex;
        justify-content: space-between;
        padding-left: .426667rem;
        padding-right: .426667rem;
        align-items: center;
        background-color: #E00000;
        position: fixed;
        top: 0;
        z-index: 99;

    }

    .h5-header-p{
        width: 100%;
        height: 1.7333rem;
        /* position: absolute; */
        top:0
      

    }

    .h5-logo{
        width: 5.733333rem;
        /* height: .533333rem; */

    }

    .h5-search{
        width: .586667rem;
        height: .586667rem;
        /* margin-right: .32rem; */
        
    }

    /* .open-app{
        
    } */
    .h5-header .el-button{
        width: 1.52rem;
        height: .48rem;
        padding: .053333rem .293333rem;
        border-radius: .16rem;
        border: .053333rem solid #FFFFFF;
        font-size: .266667rem;
        color: #FFFFFF;
        margin-right: .373333rem;
        background: none;
    }

    .h5-header-right{
     
        display: flex;
 
        /* padding-left: .426667rem;
        padding-right: .426667rem; */
        align-items: center;

    }

    .h5-menu{
        width: .48rem;
        height: .48rem;
    }


    .nav-bg {
        position: absolute;
        top: 1.7333rem;
        width: 100%; /* 设置内容区域宽度 */
        height: calc(100% - 1.7333rem);
   
        z-index: 100;

        pointer-events: none;
        overflow: auto;
        /* transform: translateX(100%);
        display: flex;
        flex-direction: column; */
        /* align-items: center; */
        /* overscroll-behavior-y: contain; */
        
    }
    .nav-content {
        position: relative;
        /* top: 1.28rem; */
        width: 100%; /* 设置内容区域宽度 */
        height: 100%;
        
        background-color: #000;
        transition: transform 0.3s ease; /* 添加动画效果 */

   
        z-index: 100;

        /* overflow-x: hidden; */
        /* pointer-events: none; */
        pointer-events: auto;
        transform: translateX(100%);
      
      
    }

    .slider-content{
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        /* overscroll-behavior-y: contain; */
        overflow-y: scroll;
        height: 100%;
        -webkit-overflow-scrolling:touch;
    }
    
    .opened {
        transform: translateX(0%); /* 打开时将内容向右移动200像素（根据需要调整）*/
      
    }

    .nav-content a{
        color: #ffffff;
        height: 1.333333rem;
        border-bottom: .026667rem solid rgba(255, 255, 255, 0.4);
        font-size: .453333rem;
        line-height: 1.333333rem;
  
        text-indent: 1em
    }
    .h-nav-left{
        font-size: 0.4rem;
        color: #DC0200;
        background-color: #ffffff;
        width: 0.853333rem;
        height: 0.853333rem;
        border-radius: 0.16rem;
        text-align: center;
        line-height: 0.853333rem;
    }
    .h-r-b-w{
        width: 1.813334rem;
    }
    
}