/************
 * 页面样式
 ************/

/* ==========
   基本默认值
   ========== */
a{
    text-decoration:none
}
input{
    border: none;
}
input{outline:medium;}
button{outline:medium;}
button{
    border: none;
}
ul {
    margin: 0;
    padding: 0;
}
input:disabled{
    background: #ffffff;
}
li {
    list-style: none;
}
/*span{*/
    /*font-size: 13px;*/
    /*letter-spacing: 1px;*/
    /*font-family: "MicrosoftYaHei";*/
/*}*/
input::placeholder{
    /*font-size: 13px*/
 }
/* ==========
   工具样式
   ========== */
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

/* ===============
   自定义页面样式
   =============== */
html{
    height:100%;
    background: #ffffff;
}
body{
    background: #f7f7f7;
    height: 100%;
}
header{
    text-align: center;
}
header span{
    font-size: 0.7rem;
    color: #333333;

}