html{
  height:100%;
}
*{
    margin:0;
    padding:0;
    list-style:none;
}
a{
    outline: 0;
    text-decoration: none;
    list-style: none;
}
a {color:#333;text-decoration:none;}
a:hover{color:#333;}
h1,h2,h3,h4,h5,h6{font-weight:400;}
html{
 height:100%;
 width:100%;
 overflow:hidden;
}
body{
    -moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
    -khtml-user-select: none;
    user-select: none;
    position:relative;
    width:100%;
    height:100%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;   
    font-family: 'MicroSoft YaHei','Helvetica', 'Arial', sans-serif;
    font-size:14px;
    color:#333;
    background:#fff url(../image/bg.png)  no-repeat;
    -webkit-background-size:100% 100%;
    -moz-background-size:100% 100%;
    background-size:100% 100%;
    overflow:auto;
}
select::-ms-expand{
    display: none;
}
input[type="text"]::-ms-clear{
    display: none;
}
input:focus{outline: none;}
input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;  
}
button, input{
    font-family: "Microsoft Yahei";
}

.header{
    width:100%;
    height:40px;
    line-height:40px;
    background:#49a0f2;
}
.logo{
    float:left;
    height:100%;
    margin-left:25px;
    font-size:18px;
    letter-spacing:2px;
    color:#fff;
}
.logo small{
    font-size:14px;
}
.logo img{
    width: 30px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
    border:0px;
}
.header-right{
    float:right;
    height:100%;
    margin-right:25px;
    color:#fff;
}
.time{
    float:left;
    height:100%;
}
.time span{
    margin:0px 5px;
    vertical-align: middle;
}
.hm{
   font-size:20px;
}
.user{
   float:left;
   margin-left:15px;
   height:100%;
}
.user img{
   width:25px;
   height:25px;
   vertical-align: middle;
   margin-top: -1px;
   margin-right:5px;
   border:1px solid #fff;
   -webkit-border-radius:100%;
   -moz-border-radius:100%;
   border-radius:100%;
}
.user a{
   color:#fff;
}
.login-user{
   display:inline-block;
   height:25px;
   line-height:25px;
   padding-left:28px;
   background:url(../image/user.png)  no-repeat left center;
    -webkit-background-size:25px auto !important;
    -moz-background-size:25px auto !important;
    background-size:25px auto !important;
}
.logout{
   display:inline-block;
   height:18px;
   line-height:18px;
   cursor:pointer;
}
.login:hover,
.logout:hover{
   cursor:pointer;
   color:#ffe617;
}
.logout:before{
    content: "";
    width: 1px;
    height: 9px;
    margin: 0px 7px;
    background: #fff;
    display: inline-block;
}
.footer{
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    line-height:22px;
    text-align:center;
    color:#707070;
}
@media (min-width:1680px){ 
  .nav-tab p{
    font-size:36px;
    margin-top:30px;
    height:36px;
    line-height:36px;
  }   
}
@media (min-width:1440px) and (max-width:1680px){
  .nav-tab p{

   font-size:30px;

   margin-top:8px;

   height:30px;

   line-height:30px;
  }
}

@media (max-width:1440px){
  .nav-tab p {
    height:24px;
    line-height:24px;
    font-size: 24px;
    margin-top:4px;
  }
}

#webo_head{
	position:relative;
}
.weiboShow .weiboShow_developerDetail_name{
	position:relative;
	top:20px;
}
.weiboShow .weiboShow_developerDetail_btn{
	position:absolute;
	top:4px;
	right:0px;
}
.eninfo{
        color:rgb(176,176,176);
}
.useInfo{
      display:inline-block;
      padding-top:4px;
      margin-left:8px;
}
.useInfo a{
      font-size:14px;
      color:#49a0f2 !important;
}





































