@charset "UTF-8";
.guc-avatar-cover{
    display: inline-block;
    position: absolute;
    left: 1px;
    top: 1px;
    display: none;
    opacity: 0.3;
    cursor: pointer;
    text-align: center;
}
.guc-avatar-cover span{
    color: white;
    line-height: 60px;
}
.guc-avatar-mask{
    width: 100%;
    height: 100%;
    position: fixed;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    opacity: 0.3;
    display: none;
    top: 0px;
    left: 0px;
}
.guc-avatar-prompt{
    position: fixed;
    left: 50%;
    top: 50%;
    border: 1px solid #888;
    border-radius: 4px;
    display: none;
    background: #fff;
}
.guc-avatar-prompt *{
    font-family: 'Microsoft Yahei', verdana;
}
.guc-avatar-head{
    float: left;
    width: 100%;
    height: 30px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #888;
}
.guc-avatar-head > span.head-title{
    float: left;
    width: 94%;
    padding: 0px 3%;
    height: 100%;
    line-height: 30px;
    cursor: move;
    color: #666;
    border-radius: 4px 4px 0px 0px;
    font-size: 14px;
}
.guc-avatar-head > span.head-close{
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    right: 5px;
    top: 5px;
    font-size: 24px;
    color: #999;
}
.guc-avatar-head > span.head-close:hover{
    color: rgb(85,85,85);
}
.guc-avatar-tip{
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0px 8px 0px;
    font-size: 13px;
    color: #999;
}
.guc-avatar-body{
    float: left;
    width: 100%;
    text-align: center;
}
.guc-avatar-foot{
    display: none;
    float: left;
    width: 92%;
    padding: 10px 4%;
    border-top: 1px solid #888;
    margin-top: 10px;
}
.guc-avatar-foot > span{
    float: right;
    font-size: 14px;
    padding: 3px 20px;
    border-radius: 3px;
    cursor: pointer;
}
.guc-avatar-foot > span:hover{
    color: #333;
}
.guc-avatar-foot > span.foot-cancel{
    background: #bbb;
    color: #444;
    margin-right: 15px;
}
.guc-avatar-foot > span.foot-close{
    background: #80E0E0;
    color: #444;
}
