/*
**************************
(C)2016 www.mpvv.cn
update: 2024-01-05
person: LiCong
**************************
*/

html,
body,
#container {
    width: 100%;
    height: 100%;
}
body,
p{
    margin: 0;
}
.display{
    position: absolute; 
    left: 20px; 
    top: 20px;
    padding: 10px;
    background: #FFF;
    border-bottom: 1px solid #eee;
    border-radius: 3px;
    box-shadow: 0 0 4px 1px rgba(0,0,0,.2);
    font-size: 0.85rem;
}
.display p{
    line-height:1.4rem;
}
.display span{
    padding-left: 0.25rem;
}
.text{
    height: 26px;
    padding: 0 5px;
    width: 145px;
    line-height: 26px;
    border: 1px solid #d7d8d9;
    border-radius: 2px;
}
#submit{
    background: #3d6eff;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    border: 0;
}
#upshow{
    display: none;
}
.footer{
    position: absolute; 
    left: 15px;
    bottom: 20px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}