html, body{
    height: 100%;
}
body{
    background-color: #F7F8F9;
    padding-top: 70px;
    padding-left: 80px;
    padding-right: 20px;
}

#wrapper{
    padding-bottom: 20px;
}
.header{
    width: 100%;
    position: fixed;
    height: 53px;
    overflow: visible;
    z-index: 10;
    background-color: #484848;
    color: #fff;
    top: 0px;
    left: 0px;
    border-bottom: 3px solid #333;
}
.logo-team{
    line-height: 50px;
    height: 50px;
    float: left;
    background-color: #333;
    font-size: 16pt;
    padding: 0 15px;
    padding-right: 60px;
    position: relative;
    color: #00cc99;
}
.logo-team > a{
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 30px;
    top: 50%;
    width: 24px;
    height: 20px;
    background: url("images/switch-32.png") center center no-repeat;
    background-size: 12px auto;
}
.logo-team > a:hover{
    background-color: #484848;
    border-radius: 3px;
}
.logo-module {
    float: left;
    line-height: 50px;
    padding-left: 15px;
}
.top-menu-w1{
    float: left;
    margin-left: 50px;
}
ul#topMenu{
    overflow: visible;
}
ul#topMenu > li{
    float: left;
    position: relative;
    padding-top: 10px;
}
ul#topMenu > li > a{
    display: block;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    color: #fff;
    min-width: 100px;
    text-align: center;
    border-radius: 3px 3px 0 0;
}
ul#topMenu > li > a:hover{
    background-color: #555;
}
ul#topMenu > li.selected > a{
    background-color: #333;
    font-weight: bold;
}
ul#topMenu > li > a.more > i{
    display: inline-block;
    vertical-align: bottom;
    height: 40px;
    width: 10px;
    background: url("images/down-32.png") center center no-repeat;
    background-size: 8px auto;
}

ul.list-menu-children{
    display: none;
    background-color: #484848;
    position: absolute;
    top: auto;
    left: 0px;
    width: 150px;
}
ul#topMenu > li:hover ul.list-menu-children{
    display: block;
}
ul#topMenu > li:hover ul.list-menu-children.clicking{
    display: none;
}
ul.list-menu-children > li > a{
    display: block;
    line-height: 40px;
    padding: 0 12px;
    border-bottom: 1px solid #484848;
    color: #fff;
    font-size: 10pt;
}
ul.list-menu-children > li.selected > a{
    background-color: #333;
    font-weight: bold;
}
ul.list-menu-children > li > a:hover{
    background-color: #555;
}
#loginW1{
    position: absolute;
    right: 15px;
    top:0px;
    padding: 10px 0;
}
#loginW1 > a{
    display: block;
    width: 30px;
    height: 30px;
}
#loginW1 > a > img{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 2px;
}
.login-w2 {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 3px #ccc;
    width: 150px;
    right: 0px;
    top: 50px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
#loginW1:hover .login-w2{
    display: block;
}
.login-w2 li{

}
.login-w2 li > a,
.login-w2 li > label{
    display: block;
    line-height: 40px;
    padding-left: 12px;
    border-bottom: 1px solid #ddd;
    color: #333;
}
.login-w2 ul > li:last-child > a{
    border-bottom: 0;
}
#teamInfo{
    position: absolute;
    right: 60px;
    font-size: 9pt;
    padding-top: 10px;
    line-height: 30px;
    color: #bbb;
}

#dialogPayVip .dialog-content{
    padding: 25px 0;
}
#dialogPayVip .dialog-content > img{
    width: 180px;
    height: 180px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 5px #bbb;
    border-radius: 3px;
}
#dialogPayVip .dialog-content > h4{
    text-align: center;
    padding-top: 25px;
    font-weight: normal;
    color: #888;
}

#sideNav{
    position: fixed;
    width: 60px;
    background-color: #484848;
    top: 53px;
    overflow: auto;
    left: 0px;
    z-index: 1;
}
#sideNav ul{
    width: 60px;
    padding-top: 8px;
}
#sideNav ul > li{
    margin-bottom: 5px;
}
#sideNav a{
    display: block;
    padding-top: 4px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 10pt;
}
#sideNav a:hover{
    background-color: #555;
}
#sideNav i{
    display: block;
    height: 42px;
    background-image: url("images/nav-icons.png");
    background-size: 150px auto;
    background-repeat: no-repeat;
}
#sideNav li.selected a{
    background-color: #00cc99;
}
#sideNav li.selected a{
    color: #fff;
}
#sideNav span{
    display: block;
    cursor: pointer;
    font-size: 9pt;
}
i.nav-home{
    background-position: 4px -2px;
}
li.selected i.nav-home{
    background-position: -97px -2px;
}
i.nav-project{
    background-position: 4px -50px;
}
li.selected .nav-project{
    background-position: -97px -50px;
}
i.nav-audit{
    background-position: 4px -98px;
}
li.selected i.nav-audit{
    background-position: -97px -98px;
}
i.nav-doc{
    background-position: 4px -148px;
}
li.selected i.nav-doc{
    background-position: -97px -148px;
}
i.nav-message{
    background-position: 4px -192px;
}
li.selected i.nav-message{
    background-position: -97px -192px;
}
i.nav-setting{
    background-position: 4px  -242px;
}
li.selected .nav-setting{
    background-position: -97px  -242px;
}
i.nav-data{
    background-position: 4px  -292px;
}
li.selected .nav-data{
    background-position: -97px  -292px;
}
.scrollbar::-webkit-scrollbar{
    width : 6px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.scrollbar::-webkit-scrollbar-thumb{
    border-radius   : 10px;
    background-color: #333;
}
.scrollbar::-webkit-scrollbar-track{
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #ededed;
    border-radius: 10px;
}

/*********************************/
.page{
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 4px #e0e0e0;
}
.page-busy {
    text-align: center;
    font-size: 16pt;
    color: #999;
    padding-top: 100px;
    padding-bottom: 50px;
}
.page-title{
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
    font-size: 18pt;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}
.page-title > .btns-right{
    float: right;
}
.panel{
    padding: 25px;
    border-top:1px solid #ddd;
}
.page-back{
    display: inline-block;
    vertical-align: bottom;
    height: 40px;
    width: 40px;
    background: url("images/left-64.png") center center no-repeat;
    background-size: 20px auto;
    cursor: pointer;
}
.page-back:hover{
    border-radius: 4px;
    background-color: #f4f4f4;
}

/**********************************************************************/
body.phone .header{
    display: flex;
    flex-direction: row;
    height: 100px;
}
body.phone .logo-team{
    float: none;
    padding-right: 30px;
    padding-left: 50px;
}
body.phone #teamInfo{
    display: none;
}
body.phone .top-menu-w1{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    overflow-x: auto;
    float: none;
    margin-left: 0;
}
body.phone .logo-team > a{
    right: 0;
}
body.phone ul#topMenu{
    display: flex;
    flex-direction: row;
}
body.phone ul#topMenu > li{
    float: none;
}
body.phone .logo-module{
    padding-right: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 50px;
    flex: 1;
}
body.phone .header.show-top-menu ul#topMenu > li.open ul.list-menu-children {
    display: block;
    position: fixed;
    left: 0;
    top: 100px;
    z-index: 999;
    width: 100%;
}
body.phone #body{
    min-width: 1200px;
}
.btn-show-hide-top-menu{
    display: none;
}
body.phone .btn-show-hide-top-menu{
    display: block;
    background: url("images/menu-48.png") center no-repeat;
    background-size: 16px auto;
    width: 32px;
    height: 32px;
    position: absolute;
    top:9px;
    left: 9px;
    border-radius: 3px;
}
body.phone .header.show-top-menu .btn-show-hide-top-menu{
    background-color: #000;
}
body.phone .header{
    height: 50px;
    overflow: hidden;
}
body.phone .header.show-top-menu{
    height: 100px;
    overflow: visible;
}