@import url("./css/common.css");
@import url("./layui/css/layui.css");
html,body{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    overflow: hidden;
}

.hide{
    display: none;
}

.hang_div{
    display: flow-root;
}
.hang_left{
    float: left;
}
.hang_right{
    float: left;
}
