@charset "UTF-8";
/* reset */
*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}
ul{list-style: none;}
a{text-decoration: none;cursor: pointer;}
a:focus{outline: none;text-decoration: none;}
a:hover{text-decoration: none;}
.float-right{float: right;}
.float-left{float: left;}
.text-center{text-align: center;}
/* 布局 */
.content{width: 1180px;margin: 0 auto}
/* 头部 */
.header{
    height: 40px;
    background-color: #ff6d01;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 888;
}
body{
    padding-top: 40px;
}
.header *{
    box-sizing: border-box;
}
.header-content{
    height: 100%;
    position: relative;
}
.logo-wrap{
    height: 100%;
    padding-top: 5px;
}
.nav-wrap{
    float: right;
}
.nav-wrap li{
    display: inline-block;
}
.nav-wrap a{
    color: #fff;
    line-height: 40px;
    padding: 0 10px;
}
.nav-toggle-btn{
    display: none;
}
.log-wrap{
    margin-left: 60px;
}
.login-wrap{
    height: 40px;
    line-height: 40px;
    
}
.login-wrap a,.login-wrap span{
	color: #fff;
}
a.login-qq{
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    background-color: #fff;
    color: #ffa801;
    padding: 0 20px;
    border-radius: 15px;
}
.logout-wrap{
    color: #fff;
    font-size: 14px;
    max-width: 120px;
    min-width: 80px;
    position: relative;
}
.user-wrap{
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
.user-wrap img{
    width: 32px;
    height: 32px;
    margin-right: 4px;
    vertical-align: middle;
}
.user-select{
    display: none;
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    border-top: none;
    padding: 8px;
}
.user-select a{
	color:#333;
}
.user-select li{
    border-bottom: 1px solid #ccc;
    padding: 6px 0;
}
.user-select li:last-child{
    border-bottom: none;
}
/*底部*/
.footer{background-color: #282d30;color: #767a7d;padding: 20px 0 20px 0;font-size: 16px;}
@media screen and (max-width: 1400px) and (min-width: 1200px) {

}
@media screen and (max-width: 1200px) and (min-width: 980px) {
    .content{width:900px;box-sizing: border-box;}

}
@media screen and (max-width: 980px) {
    body,html{overflow-x: hidden;width: 100%;}
    body>div{margin: 0 auto;}
    .content{width:900px;box-sizing: border-box;}

}
@media screen and (max-width: 900px) {

}
