@charset "utf-8";
@import url(/Public/Common/Lib/layui/css/layui.css);
/* 样式重置 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    font-size:14px;
    font:'微软雅黑';
    vertical-align:baseline;
}

article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
    display: block;
}
ol,ul{
    list-style:none;
    margin:0px;
    padding:0px;
}

img{max-width:100%;}


html{
    width: 100%;
    height: 100%;
    overflow-x:hidden; 
    overflow-y:auto;
}
body{
    width: 100%;
    min-height: 100%;
    background: #F2F2F2;
}
a{text-decoration:none;}

input,button,a {outline:0 none !important; blr:expression(this.onFocus=this.blur());}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #D6D6D6;
  font-size: 14px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #D6D6D6;
  font-size: 14px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #666;
  font-size: 14px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #D6D6D6;
  font-size: 14px;
}
table tr td{
   vertical-align: middle;
}

/*文字对其*/
.txt-rt{text-align:right;}
.txt-lt{text-align:left;}
.txt-center{text-align:center;}

/*浮动方向*/
.float-rt{float:right;}
.float-lt{float:left;}
.bd{border:1px solid red;}

/*分页样式*/
.rq-Pages {
    padding-top: 15px;
}
.rq-Pages .rq-countbox{
    color: #666;
    margin-bottom: 10px;
}
.rq-Pages .current,
.rq-Pages a{
    display: inline-block;
    padding: 5px 10px;
    border:1px solid #D6D6D6;
    margin-right:10px;
    margin-bottom: 10px;
    color: #666;
    border-radius: 2px;
}
.rq-Pages .current{
    background: #009688;
    border:1px solid #009688;
    color: #fff !important;
}

.rq-Pages a:hover,
.rq-Pages span:hover{
    background: #03B2A2;
    border:1px solid #03B2A2;
    color: #fff !important;
}
.pagesBottom{
    height: 30px;
}
.rq-Pages i{
    font-size: 12px;
    color: #666;
}

/*隐藏元素*/
.rq-none{
    display: none;
}

/*没有列表*/
.rq-tableMark{
    padding:20px;
    text-align: center;
    border-bottom: 1px solid #F6F6F6;
    color: #666;
}

/*弹框样式*/
.rq-Dalog-cont {
    min-width: 270px;
    text-align: center;
    padding: 20px 30px 15px;
}

.x-red {
    color: red;
}


/*表单table*/
.rq-form-table{
    width: 100%;
    max-width: 550px;
}
.rq-form-table .rq_form-td{
    padding: 7px 5px;
}
.rq-form-table .rq_form-td:first-child{
    width: 72px;
}
.rq-form-table .rq_form-td .layui-form-label{
    float: none;
    width: auto;
    display: block;
    padding: 0  5px 0 0;
}


.text-center, table.text-center th { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.font-weight-normal  { font-weight: 400;}
.font-weight-bold { font-weight: bold }
.text-secondary { color: #999 }

.float-left {
    float: left;
}
.float-right {
    float:right;
}

@media screen and (max-width: 420px){
    .rq-form-table .rq_form-td{
        width: 100%;
        display: block;
        padding: 0;
    }
    .rq-form-table .rq_form-td .layui-form-label{
        text-align: left;
        padding: 0 0 5px 0;
    }
    .rq-form-table .rq_form-td:last-child{
        padding-bottom: 14px;
    }
}

/*重置layui样式*/
.layui-table-cell{
    padding: 0 7px;
}