/**
* @name：ffcs-pc.css  V2.0
* @description: https://www.w3school.com.cn/css3/index.asp 参考w3c
* @cteate:2019-12
* @update:
*   2019-12-25    v1.0修改
    2021-6-15   v2.0修改
*/
/*region html reset ------------------------------ */
/*region html标签初始化 ----------------------------------*/
@charset "utf-8";
html, body {
    font-size: 12px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, span, object, iframe {
    font-size: 12px;
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei";
    color: #3f3e3e;
}

strong {
    font-weight: bold;
}

ul, ol {
    list-style: none outside none;
}

fieldset, img {
    border: medium none;
    vertical-align: middle;
}

caption, th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    display: block;
    border: 0;
    width: auto \9;
    height: auto;
    width: 100%;
    /* max-width: 100%; */
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before, q:after {
    content: "";
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    font-size: 0;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden;
}

.hide {
    display: none;
}

a, a span {
    outline: none;
    text-decoration: none;
    color: #333;
}

a:hover, a:hover span {
    text-decoration: none;
    cursor: pointer;
    color: #666;
}

input, button, select, textarea {
    outline: none
}

em, i {
    font-style: normal;
    font-weight: normal;
    display: inline-block;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

label {
    font-weight: normal;
}

input, textarea, option, textarea {
    border: none;
}

textarea {
    resize: none;
    overflow: hidden;
}

input, button, a {
    outline: 0 none !important;
    /* blr: expression(this.onFocus=this.blur()); */
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block;
}

/* Clearfix,避免因子元素浮动而导致的父元素高度缺失能问题 */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

* + html .clearfix {
    height: 1%;
}

/*endregion */

/*region 字体大小设置---------------*/

.fs-p10 {
    font-size: 10px !important;
}

.fs-p11 {
    font-size: 11px !important;
}

.fs-p12 {
    font-size: 12px !important;
}

.fs-p13 {
    font-size: 13px !important;
}

.fs-p14 {
    font-size: 14px !important;
}

.fs-p15 {
    font-size: 15px !important;
}

.fs-p16 {
    font-size: 16px !important;
}

.fs-p17 {
    font-size: 17px !important;
}

.fs-p18 {
    font-size: 18px !important;
}

.fs-p19 {
    font-size: 19px !important;
}

.fs-p20 {
    font-size: 20px !important;
}

.fs-p21 {
    font-size: 21px !important;
}

.fs-p22 {
    font-size: 22px !important;
}

.fs-p23 {
    font-size: 23px !important;
}

.fs-p24 {
    font-size: 24px !important;
}

.fs-p25 {
    font-size: 25px !important;
}

.fs-p26 {
    font-size: 26px !important;
}

.fs-p28 {
    font-size: 28px !important;
}

.fs-p30 {
    font-size: 30px !important;
}

.fs-p32 {
    font-size: 32px !important;
}

.fs-p34 {
    font-size: 34px !important;
}

.fs-p36 {
    font-size: 36px !important;
}

.fs-p38 {
    font-size: 38px !important;
}

.fs-p40 {
    font-size: 40px !important;
}

.fs-p42 {
    font-size: 42px !important;
}

.fs-p44 {
    font-size: 44px !important;
}

.fs-p46 {
    font-size: 46px !important;
}

.fs-p48 {
    font-size: 48px !important;
}

.fs-p50 {
    font-size: 50px !important;
}

.fs-p60 {
    font-size: 60px !important;
}

/*endregion*/

/*region 边框设置--------------*/

.bor {
    border: 1px solid #eee !important;
}

.borright {
    border-right: 1px solid #eee !important;
}

.borleft {
    border-left: 1px solid #eee !important;
}

.bortop {
    border-top: 1px solid #eee;
}

.borbtm {
    border-bottom: 1px solid #eee;
}

.borbtmdash {
    border-bottom: 1px dashed #eee;
}

.borbtmdash3 {
    border-bottom: 3px dashed #eee;
}

.bortopdash {
    border-top: 2px dashed #eee;
}

.borightdash {
    border-right: 1px dashed #eee;
}

.borleftdash {
    border-bottom: 1px dashed #eee;
}

.borbtmddd {
    border-bottom: 1px solid #ddd;
}

.borno {
    border: none !important;
}

.borradius0 {
    border-radius: 0 !important;
}

.borradius {
    border-radius: 5px !important
}
.borradius10 {
    border-radius: 10px !important;
}
.borradius30 {
    border-radius: 30px !important
}

.bortrradius {
    border-radius: 5px 5px 0 0;
}

.borlf-red {
    border-left: 3px solid #f94334;
}

.borlf-blue {
    border-left: 3px solid #1a71ff;
}

.borlf-orange {
    border-left: 3px solid #ff9e07;
}

.borbtm-black {
    border-bottom: 1px solid #333;
}

.btn-radius {
    border-radius: 3px;
}

.btn-radius20 {
    border-radius: 20px !important;
}

.btn-radius70 {
    border-radius: 70px !important;
}

/*endregion*/

/*region 内外边距------------*/
.mb0 {
    margin-bottom: 0 !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mt3 {
    margin-top: 3px;
}

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.ml5 {
    margin-left: 5px;
}

.m10 {
    margin: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt15 {
    margin-top: 15px;
}

.ml15 {
    margin-left: 15px;
}

.m15 {
    margin: 15px;
}

.mt-15 {
    margin-top: -15px;
}

.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mr30 {
    margin-right: 30px;
}

.ml30 {
    margin-left: 30px;
}

.mt40 {
    margin-top: 40px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb60 {
    margin-bottom: 60px;
}

.ml50 {
    margin-left: 50px
}

.mr50 {
    margin-right: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.ml100 {
    margin-left: 100px;
}

.p0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pl00 {
    padding-left: 0 !important;
}

.pr00 {
    padding-right: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.p5 {
    padding: 5px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.p10 {
    padding: 10px !important;
}

.pr10 {
    padding-right: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.ptd10 {
    padding: 10px 0 !important;
}

.p15 {
    padding: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.pl15 {
    padding-left: 15px;
}

.p20 {
    padding: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.p30 {
    padding: 30px;
}

.pl30 {
    padding-left: 30px;
}

.pr30 {
    padding-right: 30px;
}
.pl40 {
    padding-left: 40px;
}

.pr40 {
    padding-right: 40px;
}
.pr50 {
    padding-right: 50px;
}
.pr60 {
    padding-right: 60px;
}
.pt15 {
    padding-top: 15px;
}
.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.p40 {
    padding: 40px;
}

.pt40 {
    padding-top: 40px;
}
.pt50 {
    padding-top: 50px;
}
.pt60 {
    padding-top: 60px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb50 {
    padding-bottom: 50px;
}
.pb60 {
    padding-bottom: 60px;
}
.plr50{
    padding-left: 50px;
    padding-right: 50px;
}

/*endregion*/

/*region 字体颜色 -------------*/
.colblue {
    color: #1e89e0;
}

.colblue2 {
    color: #2074ff
}

.colred {
    color: #e01d20;
}

.col333 {
    color: #333;
}

.col666 {
    color: #666;
}

.colorg {
    color: #ff6e1a;
}

.colorg2 {
    color: #ff8e0d;
}

.colorgback {
    color: #d99a55;
}

.colgold {
    color: #cdac68;
}

.colgrey {
    color: #e8e7e7;
}

.colgrey2 {
    color: #cbcbcb;
}

.colgreen {
    color: #3fb860;
}

.col999 {
    color: #999;
}

.col000 {
    color: #000;
}

.colddd {
    color: #ddd;
}

.colfff {
    color: #fff;
}

.colpink {
    color: #f99e8c;
}

.colpurper {
    color: #655c98;
}

.colgreen {
    color: #62c65b;
}

.colyellow {
    color: #fed173;
}

.colyellow2 {
    color: #ffef65;
}

.cole35561 {
    color: #e35561;
}

.colaaa {
    color: #aaa;
}

.colfc2020 {
    color: #fc2020;
}

.coldarkpink {
    color: #a48a6b;
}

.col4a42ec {
    color: #4a42ec;
}

.colf7645f {
    color: #f7645f;
}

.txt_italic {
    font-style: italic;
}

a.colfff:hover, a.colfff:focus {
    color: #fff;
}

a.col333:hover, a.col333:focus {
    color: #333;
}

a.colred:hover, a.colred:focus {
    color: #e01d20;
}

a.colorg:hover, a.colorg:focus {
    color: #ff6e1a;
}

/*endregion*/

/*region  背景颜色----------------*/
.nobg {
    background: none !important;
}

.bgred {
    background: #e73a34;
}

.bggrey {
    background: #f8f8f8;
}

.bggrey2 {
    background: #f3f4f6;
}

.bgfff {
    background: #fff;
}

.bggold {
    background: #eecc90
}

.bgeee {
    background: #eee;
}

.bgf7 {
    background: #f7f7f7;
}

.bgf4 {
    background: #f4f4f4;
}

.bgfa {
    background: #fafafa;
}

.bgorange {
    background: #fc8a40;
}

.bggreen {
    background: #49dab6;
}

.bgblue {
    background: #35b4fb;
}

.bgorange2 {
    background: #ff9b69;
}

.bgyel {
    background: #fdc636;
}

/*endregion*/

/*region  宽度高度设置------------------*/
.w20 {
    width: 19.99999999%;
}

.wd12 {
    width: 11.5%;
}

.wd15 {
    width: 15%;
}

.wd17 {
    width: 17%;
}

.wd20 {
    width: 20%;
}
.wd23 {
    width: 23%;
}

.wd25 {
    width: 25%;
}

.wd26 {
    width: 26%;
}

.wd30 {
    width: 30%;
}

.wd36 {
    width: 36%;
}

.wd33 {
    width: 33.333333333%;
}

.wd40 {
    width: 40%;
}

.wd45 {
    width: 45%;
}

.wd49 {
    width: 49%;
}

.wd50 {
    width: 50%;
}

.wd60 {
    width: 60%;
}

.wd70 {
    width: 70%;
}

.wd75 {
    width: 75%
}

.wd10 {
    width: 10%
}

.wd85 {
    width: 85%;
}

.wd100 {
    width: 100%;
}

.wdx100 {
    width: 100px;
}

.wdx120 {
    width: 120px;
}

.wdx200 {
    width: 200px;
}

.wdx400 {
    width: 400px;
}

.ht100 {
    height: 100%;
}

/*endregion*/

/*region layout 通用样式 ------------------*/

/* 超出隐藏（需要再设置宽高） */
.ofzm {
    overflow: hidden;
    zoom: 1;
}

.over_hidden {
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.paddingno {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.txtleft {
    text-align: left !important;
}

.txtright {
    text-align: right !important;
}

.txtcenter {
    text-align: center !important;
}

.txtindent {
    text-indent: 2.8rem;
}

.mgauto {
    margin: 0 auto;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.vmiddle {
    vertical-align: middle;
}

.vtop {
    vertical-align: top;
}

.vertbot {
    vertical-align: bottom;
}

.prt {
    position: relative;
}

.pat {
    position: absolute;
}

.pointer {
    cursor: pointer;
}

.fbold {
    font-weight: bold;
}

.fnormal {
    font-weight: normal !important;
}

.underline {
    text-decoration: underline;
}

.overline {
    text-decoration: line-through;
}

.lh2 {
    line-height: 20px;
}

.lh25 {
    line-height: 25px;
}

.lh3 {
    line-height: 30px;
}

.lh35 {
    line-height: 35px;
}

.lh4 {
    line-height: 40px;
}
.lh5 {
    line-height: 50px;
}
.ht3 {
    height: 30px;
}

.ht4 {
    height: 40px;
}
.dflex{
    display: flex;
}
/* 超过某行省略号 */
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis-two {
    display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-three {
    display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 标签样式 */
.fontwrap {
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 2px 4px;
    color: #fff;
}

.redtip {
    background: #f94334;
    color: #fff;
    text-align: center;
    padding: 0.3rem 1rem;
    font-size: 1.4rem;
    border-radius: 3rem;
    width: 40%;
    margin: 0 auto;
}

.orangetip {
    background: #ffbb33;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 0.3rem 1rem;
    border-radius: 3rem;
}

/*富文本框图片 */
.fuconent img {
    width: auto !important;
    height: auto !important;
}

/*内容页全屏*/
.page-content.full {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10100;
    overflow: auto;
}

.img-thumbnail {
    border-radius: 0;
}

.scrobar::-webkit-scrollbar {
    width: 6px;
}

.scrobar::-webkit-scrollbar-thumb {
    background-color: #8899A7;
    border-radius: 3px;
}

.width100 {
    width: 100% !important;
}

.flex-start {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex-end {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flex-between {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.justbetween{justify-content: space-between;}

.flex-around {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.flex-center {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-grow1{
    flex: 1;
    -webkit-webkit: flex 1;
    -moz-webkit: flex 1;
    -ms-webkit: flex 1;
    -o-webkit: flex 1;
}
.border-bottom {
    border-bottom: 1px solid #e8e8e8;
}
.borderbox{
    box-sizing: border-box;
}
.alignitemscenter{
    align-items: center;
}
/*图片圆角 */
.pic-circle {
    border-radius: 100%;
}

.noboder.title {
    border: none;
}

/* 加载等待 */
.bnet-mask {
    z-index: 1000;
    background-color: #e5e5e5;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-image: url(../images/loading/loading-jd.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.floatlft {
    float: left;
}

.floatrgt {
    float: right;
}

.bshadow {
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
}

.bsiz {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.icons {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.layui-row > [class^='layui-col']:not(.pull-right) {float: left;}
.layui-col-lg1{width:8.33333333%}
.layui-col-lg2{width:16.66666667%}
.layui-col-lg3{width:25%}
.layui-col-lg4{width:33.33333333%}
.layui-col-lg5{width:41.66666667%}
.layui-col-lg6{width:50%}
.layui-col-lg7{width:58.33333333%}
.layui-col-lg8{width:66.66666667%}
.layui-col-lg9{width:75%}
.layui-col-lg10{width:83.33333333%}
.layui-col-lg11{width:91.66666667%}
.layui-col-lg12{width:100%}


.layui-tab-item.layui-show {
    display: none!important;
}

.layui-tab-item.item-show {
    display: block!important;
}

/*endregion*/