.pp-input
{
    width: 100%;
    line-height: 1.5;
    outline: 0;
    border: none;
    outline: 0;
    flex: 1;
    flex-shrink: 0;
    font-size: 0.875em;
    padding: 0.313em 1em;
    display: flex;
    align-items: baseline;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
    background: #fff;
}

.pp-button
{
	display: inline-block;
    flex: none;
    outline: 0;
    cursor: pointer;
    color: #fff;
    font-weight: inherit;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    background: 0 0;
    border-radius: 3px;
    border: 1px solid;
    font-size: 0.875em;
    padding: 0.313em 1em;
    -webkit-appearance: button;
}

html, body {
 height: 100%;
}
@font-face {
    font-family: hei;
    src: url(/static/font/hei.ttf);
}