*{
    padding: 0;
    margin: 0;
}
body{
    background-color: #eee;
}
.text{
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.text > p:first-child{
    color: #222222;
    font-size: 24px;
}
.text > p:last-child{
    color: #999999;
}

table{
    width: 100%;
    background-color: #fff;
    color: #666;
}
td,th{
    position: relative;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    word-break: break-all;
}
button{
    width:210px; height:50px; border-radius: 4px;background-color:#FE6714;
    border:0 #FE6714 solid; cursor: pointer;  color:#fff;  font-size:16px;
}
input{
    width: 100%;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: transparent;
    font-size: inherit;
    color: inherit;
    height: 1.47058824em;
    line-height: 1.47058824;
}