
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td, table {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-family: "microsoft YaHei";
}
html{
    font-size: 16px;
}
.dib{
    display: inline-block;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
ul, li {
    list-style: none;
}
i{
    font-style: normal;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    clear:both;
    content:".";
    display:block;
    font-size:0;
    height:0;
    visibility:hidden;
}
a{
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    color: #028f72;
}
.col-1{
    width: 30%;
}
.rel{
    position: relative;
}
.abs{
    position: absolute;
}
.tr{
    text-align: right;
}
.bg-white{
    background:#fff;
}
.bg-black{
    background: #000;
}
.bg-lightblack{
    background: #1b1b1b;
}
.t2{
    text-indent: 2em;
}
.f12{
    font-size: 0.8rem;
}
.f14{
    font-size: 1em;
}
.color-grey{
    color: #888;
}
.color-blue{
    color: #004ea2;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mb20{
    margin-bottom: 20px;
}
.mr10{
    margin-right: 10px;
}
.pb20{
    padding-bottom: 20px;
}
.p10{
    padding: 10px;
}
.hidden{
    display: none;
}
input[type=submit]{
    -webkit-appearance: none;
}
.tc{
    text-align: center;
}
.hidden{
    display: none;
}
/*蓝色按钮*/
.btn-blue, a.btn-blue {
    display: inline-block;
    padding: 3px 15px;
    color: white;
    background-color: #1caaea;
    border: 1px solid #1caaea;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
input,select{
    -webkit-appearance: none;
}

/*table相关*/

.table-normal {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    color: #333;
    border-collapse: collapse;
}

.table-normal input[type=text], .table-normal input[type=password], .item input[type=text] {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.table-normal input[type=text] {
    text-indent: 5px;
    transition: all 0.3s ease 0s;
}

.table-normal select {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}

.table-normal textarea {
    width: 99.5%;
    resize: none;
    border: 1px solid #aaa;
    font-size: 13px;
}

.table-normal.table-simple th {
    font-weight: bold;
    line-height: 20px;
    height: 20px;
}

.table-normal.table-simple td {
    line-height: 20px;
    height: 20px;
}

.table-normal th, .table-normal td {
    height: 28px;
    font-weight: normal;
    padding: 2px 5px;
}

.th-grey th {
    background-color: #e6f1fd;
    color: #111;
}

.th-grey th, .th-grey td {
    height: 32px;
    padding: 1px 5px 1px;
    border: 1px solid #d3e1ea;
}

.th-grey-1 th {
    color: #000;
    background-color: #e2efda;
}

.th-grey-1 th, .th-grey-1 td {
    border: 1px solid #70ad47;
}

.th-right th {
    text-align: right;
}

.td-left td {
    text-align: left;
}

td.img {
    text-align: center;
}

td.img span.title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 200px;
}

td.img img {
    display: inline-block;
    vertical-align: middle;
}

td.left {
    text-align: left;
}

.table-normal label.tips {
    font-size: 12px;
}

.table-normal.th-right .table-center th {
    text-align: center;
}

.radio-control {
    vertical-align: middle;
    margin-right: 3px;
    margin-left: 10px;
}

@media (min-width:800px){
    body{
        width:414px;
        margin: 0 auto;
        border-left:2px solid #ccc;
        border-right:2px solid #ccc;
    }
}
.hidden{
    display: none;

}