 
/* 初始化 */
 * {
     border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   /* text-align: center;*/
}
 input, button, select, textarea {
     outline: none;
     background: none;
     border: 0px;
}
 body {
     font-size: 0.75rem;
     font-family: 黑体 
}
 textarea {
     resize: none;
}
 ul, li, i {
     list-style: none;
}
 i {
     font-style: normal 
}
 a {
     text-decoration: none;
    /* color: #ccc;
     */
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
     color: #999999;
}

/*按钮*/
.opt_btn {
    background-color: #339afe;
    color: #fff;
    height: 26px;
    border-radius: 5px;
    line-height: 26px;
    padding: 0 6px;
    margin-bottom: 3px;
    font-size: 12px;
}

/* 顶部 */
 .topbar {
     background-color: #339afe;
     height: 1.875rem;
     line-height: 1.9rem;
     width: 100%;
     padding: 0 0rem 0 1.125rem;
}
 .topbar a img {
     width: 1rem;
     height: 1rem;
     margin-top: 0.375rem;
     float: left;
}
 .topbar a {
     color: white;
     font-size: 0.9375rem;
     float: left;
}
 .topbar .page {
     width: 20%;
     margin-left: 0.625rem;
}
 .topbar .user {
     width: 30%;
}
 .topbar .login {
     float: right;
     width: 22%;
}
 .topbar .quit {
     float: right;
     width: 22%;
}
/* 分页 */
 .FY {
     position:fixed;
     bottom: 0;
     width: 100%;
     font-size: 0.875rem;
     height: 2.2rem;
     background-color: #1270af;
     text-align: center;
     line-height: 2.2rem;
     color: white;
}
 .FY div a{
     padding:0 0.375rem;
     color:#fff;
     margin:0 !important;
}
 .FY div span{
     margin:0 0.5625rem 0 0.25rem !important;
}
 .FY .paging input[type="submit"] {
     color:#fff !important;
     background-color: #e42328;
     margin-left:0.625rem;
}
 .FY .paging input{
     background-color: #fff;
     display:inline-block;
     color:#000;
     text-align:center;
     height:1.5rem;
     padding:0 0.4375rem;
     line-height:1.5rem;
     /*border-radius: 0.375rem;*/
}
 .FY div input.select{
     color: #000;
     background-color: white;
     text-align: center;
     height: 1.4375rem;
     margin-right: 0.5rem;
}
 @media screen and (max-width:320px) {
    .FY div a{
        padding: 0 0.15rem;
     }
 }

/*seek搜索框 */
 .seek {
     width: 100%;
     padding: 0.8125rem 0.875rem 0.8125rem 0.875rem;
     background-color: white;
     position: fixed;
     top: 70px;
}
 .seek .import
 {
     background-image: url(/assets/mobile/img/query.png);
     width: 50%;
    /* border: 1px solid #999999; */
    height: 2rem;
    /* border-radius: 0.375rem; */
    padding: 0 0 0 0.9375rem;
    /* box-shadow: 0rem 0.015rem 0.1rem 0.1rem #d9d9d9; */
    margin-right: 0.375rem;
    border-bottom: 1px solid #df2928;
    background-repeat: no-repeat;
    background-size: 12px 16px;
    background-position-y: 8px;
}
 .seek .submitInput{
     width: 17.3%;
     height: 2rem;
     border-radius: 2px;
     text-align: center;
     background-color: #1270af;
     color: white;
     margin-top: 6px;
}
.query_btn{
    background-image: url(/assets/mobile/img/query.png);
    background-position-y: center;
    background-size: 18px 18px;
    background-position-x: 15px;
}
 
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }