p {margin:0;padding:0;}
h1,h2,h3,h4{ display: block; font-weight: normal; margin:0;}
a,a:visited{color:#444; text-decoration:none;}
ul{width:100%; zoom: 1;margin:0; padding:0;}
li{margin:0; padding:0; list-style:none;}
.line1hid{display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;}
.line2hid{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;}
.line3hid{display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;overflow: hidden;}
.line4hid{display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;overflow: hidden;}
.line5hid{display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;overflow: hidden;}
.line6hid{display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;overflow: hidden;}
.of-hid{overflow: hidden;}
.o-ellipsis{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.clearfix:before,.clearfix:after {clear: both;display: block;visibility: hidden;overflow: hidden;height: 0;content: " ";}
/*多个div并列*/
.dispflex{display: -webkit-box;display: -ms-flexbox;display: flex;}
/*让图片黑白*/
.gray { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
/*margin*/
.m-auto {margin:auto !important;}
.my-auto {margin:auto 0 !important;}
.mx-auto {margin:0 auto !important; }
.m-3{margin:1.5rem !important;}
.my-3, .mt-3{margin-top:1.5rem !important;}
.my-3, .mb-3{margin-bottom:1.5rem !important;}
.mx-3, .mr-3{margin-right:1.5rem !important;}
.mx-3, .ml-3{margin-left:1.5rem !important;}
.m-2{margin:.5rem !important;}
.my-2, .mt-2{margin-top:.5rem !important;}
.my-2, .mb-2{margin-bottom:.5rem !important;}
.mx-2, .mr-2{margin-right:.5rem !important;}
.mx-2, .ml-2{margin-left:.5rem !important;}
.m-1{margin:.25rem !important;}
.my-1, .mt-1{margin-top:.25rem !important;}
.my-1, .mb-1{margin-bottom:.25rem !important;}
.mx-1, .mr-1{margin-right:.25rem !important;}
.mx-1, .ml-1{margin-left:.25rem !important;}
.m-0{margin:0 !important;}
.my-0, .mt-0{margin-top:0 !important;}
.my-0, .mb-0{margin-bottom:0 !important;}
.mx-0, .mr-0{margin-right:0 !important;}
.mx-0, .ml-0{margin-left:0 !important;}
.mx-f3{margin:0 -1.5rem !important;}
.mx-f2{margin:0 -.5rem !important;}
/*padding*/
.p-3{padding:1.5rem !important;}
.py-3, .pt-3{padding-top:1.5rem !important;}
.py-3, .pb-3{padding-bottom:1.5rem !important;}
.px-3, .pr-3{padding-right:1.5rem !important;}
.px-3, .pl-3{padding-left:1.5rem !important;}
.p-2{padding:.5rem !important;}
.py-2, .pt-2{padding-top:.5rem !important;}
.py-2, .pb-2{padding-bottom:.5rem !important;}
.px-2, .pr-2{padding-right:.5rem !important;}
.px-2, .pl-2{padding-left:.5rem !important;}
.p-1{padding:.25rem !important;}
.py-1, .pt-1{padding-top:.25rem !important;}
.py-1, .pb-1{padding-bottom:.25rem !important;}
.px-1, .pr-1{padding-right:.25rem !important;}
.px-1, .pl-1{padding-left:.25rem !important;}
.p-0{padding:0 !important;}
.py-0, .pt-0{padding-top:0 !important;}
.py-0, .pb-0{padding-bottom:0 !important;}
.px-0, .pr-0{padding-right:0 !important;}
.px-0, .pl-0{padding-left:0 !important;}
.p-perc3{padding:3% !important;}
.py-perc3, .pt-perc3{padding-top:3% !important;}
.py-perc3, .pb-perc3{padding-bottom:3% !important;}
.px-perc3, .pr-perc3{padding-right:3% !important;}
.px-perc3, .pl-perc3{padding-left:3% !important;}

/*border*/
.border{border: 1px solid #dee2e6 !important;}
.border-b{border-bottom: 1px solid #dee2e6 !important;}
.border-t{border-top: 1px solid #dee2e6 !important;}
.border-l{border-left: 1px solid #dee2e6 !important;}
.border-r{border-right: 1px solid #dee2e6 !important;}
/*float*/
.float-l{float:left !important;}
.float-r{float:right !important;}
/*position*/
.position-rel{position: relative;}
.position-abs{position: absolute;}
.position-fix{position: fixed;}
.position-uns{position: unset;} 
/*background*/
.bg-fff{background:#fff !important;}
.bg-000{background:#000 !important;}
.bg-huibai{background:#e8e7e7 !important;}
.bg-f8f8{background: #f8f8f8 !important;}
/*color*/
.color-666{color:#666 !important;}
.color-888{color:#888 !important;}
.color-999{color:#999 !important;}
.color-000{color:#000 !important;}
.color-fff{color:#fff !important;}
.color-red{color:red !important;}
/*font-size*/
.font-s-12px{font-size:12px;}
/*width*/
.w-perc100{width:100% !important;}
.w-perc67{width:67% !important;}
.w-perc60{width:60% !important;}
.w-perc50{width:50% !important;}
.w-perc40{width:40% !important;}
.w-perc33{width:33% !important;}
.w-perc25{width:25% !important;}
/*line-height*/
.lh-1d5{line-height: 1.5;}
.lh-1d8{line-height: 1.8;}
.lh-2{line-height: 2;}
/*text-align*/
.text-right{text-align:right !important;}
.text-center{text-align:center !important;}
.text-left{text-align:left !important;}

/*12份栅格*/
.width-col-0d5{box-sizing: border-box;width: 4.1666667%;}
.width-col-1d5{box-sizing: border-box;width: 12.5%;}
.width-col-2d5{box-sizing: border-box;width: 20.8333333%;}
.width-col-1{box-sizing: border-box;width: 8.3333333%;}
.width-col-2{box-sizing: border-box;width: 16.6666667%;}
.width-col-3{box-sizing: border-box;width: 25%;}
.width-col-4{box-sizing: border-box;width: 33.3333333%;}
.width-col-5{box-sizing: border-box;width: 41.6666667%;}
.width-col-6{box-sizing: border-box;width: 50%;}
.width-col-7{box-sizing: border-box;width: 58.3333333%;}
.width-col-8{box-sizing: border-box;width: 66.6666667%;}
.width-col-9{box-sizing: border-box;width: 75%;}
.width-col-10{box-sizing: border-box;width: 83.3333333%;}
.width-col-11{box-sizing: border-box;width: 91.6666667%;}
.width-col-12{box-sizing: border-box;width: 100%;}

.ju-left{justify-content: left !important;}
.ju-right{justify-content: right !important;}
.ju-center{justify-content: center !important;}

/*鼠标光标*/
.cursor-p{cursor:pointer !important;}
.cursor-h{cursor:help !important;}
.cursor-m{cursor:move !important;}
.cursor-w{cursor:wait !important;}

/*div高宽不定时，内文字左右上下居中*/
.text-mid{align-items:center; justify-content:center; display: -webkit-flex; text-align: center;}

/*上下双箭头*/
.fa-angle-down::before{color: #6c757d;content: "︾";font-style: normal;vertical-align: middle;}
.fa-angle-up::before{color: #6c757d;content: "︽";font-style: normal;vertical-align: middle;}
.xiasanjiao:after{content:"";width:0px;margin:0 auto;box-sizing:border-box;border-top:0.6em solid transparent;border-left:0.7em solid transparent;border-right:0.7em solid transparent;}
/*图标倍数放大缩小*/
.scale-0d5{-webkit-transform: scale(0.5); transform: scale(0.5);}
.scale-0d6{-webkit-transform: scale(0.6); transform: scale(0.6);}
.scale-0d7{-webkit-transform: scale(0.7); transform: scale(0.7);}
.scale-0d8{-webkit-transform: scale(0.8); transform: scale(0.8);}
.scale-0d9{-webkit-transform: scale(0.9); transform: scale(0.9);}
.scale-1d5{-webkit-transform: scale(1.5); transform: scale(1.5);}
.scale-2{-webkit-transform: scale(2); transform: scale(2);}
.scale-2d5{-webkit-transform: scale(2.5); transform: scale(2.5);}
.scale-3{-webkit-transform: scale(3); transform: scale(3);}

/*信息流图数下标*/
.img-num {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: rgba(0,0,0,.4);
}
.img-center img {width: 100%;min-width: auto; height: auto; position: absolute; top: 50%; left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.shouqi{overflow: hidden !important; height: 1060px;}
/*模块标题*/
.r-title{background: #F7F7F7;padding: 10px 1rem;}