.header {
    width: 100%;
    min-width: 1300px;
    height: 83px;
    border-bottom: 2px solid #ebebe8;
    box-shadow: 0px 3px 4px #f3fce6;
    box-sizing: content-box;
    line-height:60px;
}

  .header ul li:hover{
    background-color: #bccf13;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    box-shadow: 3px 3px 3px #e1e1e1;
    cursor:pointer;
  }
  .header ul li.header_select{
    background-color: #bccf13; /*#ff9e3e;  #FF8200; #febd21;  #fbc558; */
	box-shadow: 3px 3px 3px #e1e1e1;
	border-left:1px solid #fff;
    border-right:1px solid #fff;
  }
  
.logo-img{
	padding-left: 12px;
	padding-top: 7px;
}

.custom_page_border_color{
    border-bottom: 2px solid #bccf13 !important;
}

.header .logo {
    display: block;
    width: auto;
    height: 50px;
    margin: 5px auto;
}
.header_div_yotta {
    float: right;
    width: auto;
    margin-top: 2px;
    font-size: 15px;
    color: #666;
}
.header_div_status{
	width: auto
}
.header_div_status .div_menu2{
	width: auto
}