
    
.headerDiv_B {
    background: #fff;
    height: 100px;
    min-width: 1200px;
    display: flex;
    justify-content:center;
    width: 100%;
    position: fixed;
    z-index: 1000;
    /* justify-content: space-around; */
    position: fixed;
    width: 100%;
    z-index: 1000;
} 

.divNavbar > a:hover{
    text-decoration: none;
    color: #333 !important;
    border-bottom: 2px #00b0ff solid;
}
.divNavbar >a:focus,.divNavbar >a:active {
    text-decoration: none !important;
    color: #333 !important;
}
.font_05d {
    color: #00b0ff !important;
}
.divLogoImg {
    min-width: 170px;
    padding-top: 24px;  
    margin-right: 60px;  
}
.divLogoImg > a > img {
    max-height: 60px;
    width:170px;height:40px;

}
.divLogin {
    min-width: 280px;
    margin-left: 60px;
}
.btnLoginB {
    color: #333;
}
.active {
    font-weight: bold;
    color: #00b0ff !important;
    border-bottom: 2px #00b0ff solid;
}
.navbarLi {
    height: 100px;
    line-height: 100px;
    padding: 0 10px;
    margin: 0 8px;
    color: #333;
    font-size: 14px;
    display: inline-block;
}
.navbarLi:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    text-decoration:none;
    /* font-weight: bolder;     */
}

.btnPrimary,.btnLoginRegist,.toDevControl {
    border-radius: 25px;
    padding: 8px 20px;
    color: #333;
    outline: none;
    height: 40px;
    border: 1px solid #5e6dfe
}
.btnPrimary {
    background: #5e6dfe;
    color: #FFF ;   
}
.header_ul {
  height: 100px;
  list-style: none;
  font-size: 14px;
}
.header_ul >.card {
    background: #5e6dfe;
}
.header_ul > button {
    background-color: transparent;
    border: 1px solid #5e6dfe;
    color: #fff;
}
.header_ul > .active >button {
    background-color: #5e6dfe;
}
.header_ul > li {
    height: 100px;
    line-height: 100px;
    float: left;
    margin: 0 10px;
    cursor: pointer;    
}
.tobeDevLi{
    cursor:default !important;
}
.btnPrimary{
    cursor: pointer;    
}
 .header_ul > li:hover .dropdown {
      max-height: 1000px;
}
.activeLogin{
    display: none;
}
.welcomeLi{
    max-width:180px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;    
}
.dropdownIcon{
    display:none;
    position: absolute;
    top:40px;
    right:0;
    transform:rotate(45deg);
    width:12px;
    height:12px;
    border-right:1px solid #00b0ff;
    border-bottom:1px solid #00b0ff;
}
.dropdown {
    transition: all 0.3s;
    max-height: 0;
    overflow: hidden;
    width: 160px;
    background-color: #fff;
    position: absolute;
    top: 70px;
    z-index: 9999;  
    background: #333;  

}
.dropdown > li {
    line-height: 40px;
    padding: 0 10px;
    cursor: pointer;
    list-style: none;
    color: #FFF;
}
.dropdown  > li:hover {
    color: #00b0ff;
}