@charset "utf-8";
/* 全局 */
::-webkit-scrollbar {
    width: 12px;
    height: 8px;
}
/* Track */
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0,0.02);
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0,0.2);
    border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0,0.6);
}
*{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -webkit-tap-highlight-color:transparent;
    margin: 0;
    padding: 0;
}
body {
    min-width: 1200px;
    font: 15px Microsoft YaHei, Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}
blockquote,button,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}
input{
    border: 0;
    outline: none;
}
a {
    color: #333;
    text-decoration: none
}
a:hover {
    outline: 0;
    color: #19537D;
    text-decoration: underline;
}
.active {
    color: #C40000 !important;
    font-weight: bold;
}
img {
    display: inline-block;
    border: none;
    vertical-align: middle
}
li {
    list-style: none !important;
}
.fl-l {
    clear: left !important;
    float: left !important;
}
.fl-r {
    clear: right !important;
    float: right !important;
}
.hide {
    display: none !important;
}
.clear{
    clear: both !important;
}
.font-red {color: #ff0000 !important;}
.font-blue {color: #0000ff !important;}
.font-green {color: #008000 !important;}
.mt12 {margin-top: 12px !important;}
.mr12 {margin-right: 12px !important;}
.mb12 {margin-bottom: 12px !important;}
.ml12 {margin-left: 12px !important;}
.pt12 {padding-top: 12px !important;}
.pr12 {padding-right: 12px !important;}
.pb12 {padding-bottom: 12px !important;}
.pl12 {padding-left: 12px !important;}
.pl20 {padding-left: 20px !important;}
.pr20 {padding-right: 20px !important;}
/*筛选*/
.chooser {
    padding-top:12px;
}
.chs-row {
    font-size:15px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom:1px dashed rgba(130,93,91,0.6);
}
.chs-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.chs-k {
    float:left;
    min-width:42px;
    line-height: 28px;
    color:#757575;
}
.chs-v {
    word-break:keep-all;
}
.chs-v a {
    display: inline-block;
    color:#19537D;
    padding: 0 8px;
    line-height:28px;
    margin-right:5px;
}
.chs-v a:hover {
    color:#C40000;
    text-decoration: underline;
}
.chs-v a.active {
    color:#C40000;
    pointer-events: none;
    font-weight: bold;
}
.more-select-item {
    position: relative;
    padding-bottom: 10px;
    height: 32px;
}
.more-select-item .filter-name {
    float: left;
    color: #999;
    margin-left: 20px;
    white-space: pre;
}
.top-filter .more-select-item .more-select-list {
    float: left;
    width: 770px;
}
.select-box {
    float: left;
    margin: 0 5px;
}
.current-show {
    position: relative;
    padding: 0 6px;
    overflow: hidden;
    cursor: pointer;
    font-size: 0;
    border-radius: 2px;
}
.current-show .text {
    float: left;
    max-width: 160px;
    z-index: 10;
    font-size: 14px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.current-show .layui-icon  {
    float: left;
    margin-left: 4px;
    font-size: 14px;
    color: #a4a4a4;
    height: 14px;
    line-height: 14px;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.current-show.active .layui-icon,  .current-show:hover .layui-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.more-select {
    display: none;
    position: absolute;
    left: 12px;
    right: 12px;
    top: 32px;
    padding: 20px 12px;
    z-index: 11;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 4px 0 #0080ff;
    box-shadow: 0 0 4px 0 #0080ff;
}
.more-select  a {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    min-width: 50px;
    padding: 0 8px;
    text-align: center;
}
.more-select a:hover, .more-select a.active{
    color: #0080ff;
    font-weight: 700;
    background: #E5F7FE;
    border-radius: 6px;
}
/*footer*/
.footer {
    clear: both;
    overflow: hidden;
    text-align: center;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    color: #676767;
    border-top: 1px solid #C8C7BC;
}
.footer .footer-links {
    margin-top:20px;
    color:#013649;
    text-align: center;
}
.footer .footer-links a{
    color:#013649;
}
.footer .footer-links-item{
    display: inline-block;
    font-size: 14px;
    padding: 2px 20px;
    cursor: pointer;
}
.footer .footer-links-item:hover{
    text-decoration: underline;
}
.footer .footer-copyright{
    font-size: 13px;
    line-height: 24px;
    clear: both;
    padding: 20px 0;
    text-align: center;
}
.footer .footer-copyright a{
    color: #013649;
}
/*分页*/
.page-box{
    margin: 24px 0;
    text-align: center;
    color: #666;
    font-size: 14px;
}
.page-a {
    padding: 0 10px;
    margin-right: 3px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(235, 232, 219, 0.8);
    border: 1px solid #bfa786;
    color: #19537D;
}
.page-a.active {
    border: 1px solid #C40000;
    color: #C40000;
    font-weight: bold;
    pointer-events: none;
}
/*面包屑*/
.breadcrumb{
    padding-top: 14px;
    margin-bottom: -6px;
    color: #C40000;
}
.breadcrumb a{
    color: #C40000;
}
.icon-home{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("/static/images/icon-home.svg")no-repeat center;
    background-size: 100%;
    vertical-align: -3px;
}