/**
* @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;
}

.borcolrwhite {
    border-color: white !important;
}

.borcol166 {
    border: 1px rgb(166, 166, 166) solid;
}

.borcol229 {
    border: 1px rgb(229, 229, 229) solid;
}

.borcol243 {
    border: 1px rgb(243, 243, 243) solid;
}

.borlftcol166 {
    border-left: 1px rgb(166, 166, 166) solid;
}

.borrgtcol229 {
    border-right: 1px rgb(229, 229, 229) solid;
}

.borbtmcol229 {
    border-bottom: 1px rgb(229, 229, 229) solid;
}

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

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

.borlft229 {
    border-left: 1px rgb(229, 229, 229) solid;
}

.borbtm229 {
    border-bottom: 1px rgb(229, 229, 229) solid;
}

.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
}

.borradius3 {
    border-radius: 3px;
}

.borradius10 {
    border-radius: 10px !important;
}

.borradius30 {
    border-radius: 30px !important
}

.borradiuscircular {
    border-radius: 50%;
}

.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;
}

.lp2{
    letter-spacing: 2px;
}



/*endregion*/

/*region 内外边距------------*/
.mag0a {
    margin: 0 auto;
}

.ml0 {
    margin-left: 0px!important;
}

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

.ml-5 {
    margin-left: 5px!important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb15 {
    margin-bottom: 15px!important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mt3 {
    margin-top: 3px!important;
}

.mt5 {
    margin-top: 5px!important;
}

.mt7 {
    margin-top: 7px!important;
}

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

.mb5 {
    margin-bottom: 5px!important;
}

.ml5 {
    margin-left: 5px!important;
}

.mb8 {
    margin-bottom: 8px!important;
}

.m10 {
    margin: 10px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mr10 {
    margin-right: 10px!important;
}

.ml10 {
    margin-left: 10px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mr15 {
    margin-right: 15px!important;
}

.mt15 {
    margin-top: 15px!important;
}

.ml13 {
    margin-left: 13px!important;
}

.ml15 {
    margin-left: 15px!important;
}

.m15 {
    margin: 15px!important;
}

.mt-5 {
    margin-top: -5px!important;
}

.mt-7 {
    margin-top: -7px!important;
}

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

.mt20 {
    margin-top: 20px!important;
}

.mt25 {
    margin-top: 25px!important;
}

.mr25 {
    margin-right: 25px!important;
}

.mr20 {
    margin-right: 20px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb25 {
    margin-bottom: 25px!important;
}

.mb28 {
    margin-bottom: 28px!important;
}


.ml20 {
    margin-left: 20px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr30 {
    margin-right: 30px!important;
}

.ml30 {
    margin-left: 30px!important;
}

.ml33 {
    margin-left: 33px!important;
}

.mr33 {
    margin-right: 33px!important;
}

.ml40 {
    margin-left: 40px!important;
}

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

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

.mr40 {
    margin-right: 40px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb60 {
    margin-bottom: 60px!important;
}

.ml50 {
    margin-left: 50px!important;
}

.mr50 {
    margin-right: 50px!important;
}

.mt60 {
    margin-top: 60px!important;
}

.ml60 {
    margin-left: 60px!important;
}

.ml70 {
    margin-left: 70px!important;
}

.mt70 {
    margin-top: 70px!important;
}

.mr70 {
    margin-right: 70px!important;
}

.ml80 {
    margin-left: 80px!important;
}


.mr80 {
    margin-right: 80px!important;
}

.ml85 {
    margin-left: 85px!important;
}

.ml90 {
    margin-left: 90px!important;
}

.ml95 {
    margin-left: 95px!important;
}

.ml100 {
    margin-left: 100px!important;
}

.ml110 {
    margin-left: 110px!important;
}

.ml120 {
    margin-left: 120px!important;
}

.ml125 {
    margin-left: 125px!important;
}

.mt205 {
    margin-top: 205px!important;
}

.ml440 {
    margin-left: 440px!important;
}

.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;
}

.pt5 {
    padding-top: 5px;
}

.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!important;
}


.pt2 {
    padding-top: 2px!important;
}

.pb2 {
    padding-bottom: 2px!important;
}

.pt10 {
    padding-top: 10px!important;
}

.pb10 {
    padding-bottom: 10px!important;
}

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

.p15 {
    padding: 15px!important;
}

.pr15 {
    padding-right: 15px!important;
}

.pb15 {
    padding-bottom: 15px!important;
}

.pl15 {
    padding-left: 15px!important;
}

.p20 {
    padding: 20px!important;
}

.pt20 {
    padding-top: 20px!important;
}

.pb20 {
    padding-bottom: 20px!important;
}

.pl20 {
    padding-left: 20px!important;
}

.pr20 {
    padding-right: 20px!important;
}

.pr25 {
    padding-right: 25px!important;
}

.p30 {
    padding: 30px!important;
}

.pl30 {
    padding-left: 30px!important;
}

.pr30 {
    padding-right: 30px!important;
}

.pl40 {
    padding-left: 40px!important;
}

.pr40 {
    padding-right: 40px!important;
}

.pr50 {
    padding-right: 50px!important;
}

.pl60 {
    padding-left: 60px!important;
}

.pr60 {
    padding-right: 60px!important;
}

.pt15 {
    padding-top: 15px!important;
}

.pt30 {
    padding-top: 30px!important;
}

.pb30 {
    padding-bottom: 30px!important;
}

.p40 {
    padding: 40px;
}

.pt40 {
    padding-top: 40px!important;
}

.pt45 {
    padding-top: 45px!important;
}

.pt50 {
    padding-top: 50px!important;
}

.pt60 {
    padding-top: 60px!important;
}

.pt70 {
    padding-top: 70px!important;
}

.pb40 {
    padding-bottom: 40px!important;
}

.pb50 {
    padding-bottom: 50px!important;
}

.pl56 {
    padding-left: 56px!important;
}

.pb60 {
    padding-bottom: 60px!important;
}

.plr50 {
    padding-left: 50px!important;
    padding-right: 50px!important;
}

.plr45 {
    padding-left: 45px!important;
    padding-right: 45px!important;
}

.ptlr35{
    padding-top: 35px!important;
    padding-left: 35px!important;
    padding-right: 35px!important;
}

.ptlr40 {
    padding-top: 40px!important;
    padding-left: 40px!important;
    padding-right: 40px!important;
}

.ptlr10 {
    padding-top: 10px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
}

/*endregion*/

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

.col-blue {
    color: #0e55fa;
}

.colblue2 {
    color: #2074ff;
}

.colblue3 {
    color: rgb(9, 81, 232);
}

.colblue4 {
    color: rgb(53, 113, 255);
}

.colbluebtn {
    color: #3b82ff;
}

.col5f {
    color: #5f5f5f;
}

.colred {
    color: #e01d20;
}

.colred2 {
    color: red;
}

.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;
}

.col102 {
    color: rgb(102, 102, 102);
}


.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;
}

.bg250252254 {
    background-color: rgb(230, 240, 254);
}

.bgblue2 {
    background: #2074ff;
}

.bg215223252 {
    background-color: rgb(215, 223, 252);
}

.bg200 {
    background-color: rgb(200, 200, 200);
}

/*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;
}

.padding5tlbr {
    padding: 5px !important;
}

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

.padding35 {
    padding: 0 35px;
}

.padding40 {
    padding-left: 40px;
    padding-right: 40px;
}

.ptlr30 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.ptlr50 {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.padding33 {
    padding: 0 33px;
}

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

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

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

.txtindent {
    text-indent: 2.8rem;
}

.ptxtindent2em {
    text-indent: 2em;
}

.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;
}

.a-underline-color {
    text-decoration: underline;
    color: #0e55fa;
}

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

.lh2 {
    line-height: 20px;
}

.lh25 {
    line-height: 25px;
}

.lh30 {
    line-height: 30px;
}

.lh20 {
    line-height: 20px;
}

.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;
}


.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);
}

.bshadowOp:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    opacity: .7;
}

.bshadowOp8:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    opacity: .8;
}

.bshadowk:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.basadowk1 {
    box-shadow: 0 0 10px rgba(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*/