/*
* zui 云平台风格
* @url			https://ziima.cn/zui
* @author		殷非非 <eglic@ziima.cn>
* @copyright	北京微畅科技有限公司
* @create		2019-09-17
*/

body.cloud {
    padding: 0px;
}

body.cloud>header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    min-width: 400px;
    height: 48px;
    line-height: 48px;
    padding: 0px 16px;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #6ca984;
    z-index: 200;
    text-align: right;
}

body.cloud>header a {
    color: #eee;
    text-decoration: none;
}

body.cloud>header a:hover {
    color: #fff;
    text-decoration: underline;
}

body.cloud>footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

body.cloud>main {
    padding-top: 48px;
}