/**基础样式**/
body{
    font-size:14px;
    text-align:left;
    color:#333;
    padding:0;
    margin:0;
    font-family: PingFangSC-Regular, PingFang SC, Microsoft YaHei, 微软雅黑, 宋体-简, Arial, Helvetica, sans-serif;
}
*{
    padding:0;
    margin:0;
}
a{
    color:inherit;
    text-decoration: none;
}
ul{
    list-style: none;
    padding:0;
    margin:0;
}
.container {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-between;
    box-sizing: border-box;
}
input{
    background: transparent;
    outline: none;
}
input::-webkit-input-placeholder {
    color: #ffffff;
}
em,i{
    font-style: normal;
}
.el-col-5{
    width: 20%;
}
.radius{
    border-radius: 100%;
}
.radius-5{
    border-radius: 5px;
}
.radius-8{
    border-radius: 8px;
}
.radius-10{
    border-radius: 8px;
}
.relative{
    position: relative;
}
p{margin-bottom: 10px;}
.bgColor{background-color:var(--bg-color);color:var(--font-color);}
.varColor{color:var(--var-color);};
.shadow{box-shadow:0 4px 20px 5px rgba(68,93,127,0.1);border-radius:4px;transition:box-shadow .3s ease,transform .3s ease;cursor: pointer;}
.icon{background-color: var(--bg-color);width:var(--size);height:var(--size);line-height: var(--size);text-align: center;border-radius: 5px;margin:auto auto;}
.icon.round{border-radius: 1000px;}
.abs{
    position: absolute;
}
.margin{
    margin:auto auto;
}
.b{
    font-weight: bold;
}
.border{
    border:1px solid var(--border-color);
}
.border-top{
    border-top:1px solid #ebebeb;
}
.border-bottom{
    border-bottom:1px solid #ebebeb;
}
.border-left{
    border-left:1px solid #ebebeb;
}
.vline .item{
    border-bottom:1px solid #ebebeb;
}
.vline .item:last-child{
    border-bottom: 0;
}
.hline.p10 .item{
    padding:0 10px;
}
.hline .item{
    border-right:1px solid #ebebeb;
    word-break: keep-all;
    white-space: nowrap;
}
.hline.p10 .item:first-child{
    padding-left:0;
}
.hline .item:last-child{
    border-right:0;
}
.block{
    display: block;
}
.t-r{
    text-align: right !important;
}
.t-l{
    text-align: left !important;
}
.t-c{
    text-align: center !important;
}
.fl{
    float:left !important;
}
.fr{
    float:right !important;
}
.flex,.row {
    display: flex !important;
    flex-wrap:wrap;
}
.flex.eq>div, .row.eq>div{
    flex: 1;
}
.flex>.fill, .row>.fill{
    flex: 1;
}
.flex-v,.row-v{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.pointer{
    cursor: pointer;
}
.bk{
    height:10px;
}
.money{
    color: #FF0000;
}
.del{
    text-decoration:line-through;
    color: #999;
}
.line{
    position: relative;
    background: #ebebeb;
    height: 2px;
}
.content{
    width: 100%;
    overflow:hidden;
}
.content p{
    margin-bottom: 15px;
}
.content blockquote p{
    margin-bottom: 0;
    font-size:16px;
    font-weight: 600;
}
.content img{
    max-width:100%;
}
.overflow{
    overflow: hidden;
}
/***宽度**/
.w-50{
    width:50px;
}
.w-60{
    width:60px;
}
.w-70{
    width:70px;
}
.w-80{
    width:80px;
}
.w-90{
    width:90px;
}
.w-100{
    width:100px;
}
.w-150{
    width:150px;
}
.w-200{
    width:200px;
}
.w-250{
    width:250px;
}
.w-300{
    width:300px;
}
.w-400{
    width:400px;
}
.w-500{
    width:500px;
}
.w-600{
    width:600px;
}
.w-700{
    width:700px;
}
.w-800{
    width:800px;
}
.w-900{
    width:900px;
}
.w-1000{
    width:1000px;
}
.mh-100{
    min-height: 100px;
}
.mh-600{
    min-height: 600px;
}
.mh-700{
    min-height: 700px;
}
.mh-800{
    min-height: 800px;
}
/***高度**/
.h-5{
    height:5px;
}
.h-10{
    height:10px;
}
.h-15{
    height:15px;
}
.h-20{
    height:20px;
}
.h-30{
    height:30px;
}
.h-40{
    height:40px;
}
.h-50{
    height:50px;
}
.h-60{
    height:60px;
}
.h-70{
    height:70px;
}
.h-80{
    height:80px;
}
.h-90{
    height:90px;
}
.h-100{
    height:100px;
}
.h-120{
    height:120px;
}
.h-130{
    height:130px;
}
.h-140{
    height:140px;
}
.h-150{
    height:150px;
}
.h-200{
    height:200px;
}
.h-250{
    height:250px;
}
.h-300{
    height: 300px;
}
.h-350{
    height: 350px;
}
.h-400{
    height: 400px;
}
.h-410{
    height: 410px;
}
.h-500{
    height: 500px;
}
.h-600{
    height: 600px;
}
/***图片大小定义***/
.thumb-all{
    width:100%;
}
.thumb-20{
    width:20px;
    height:20px;
}
.thumb-25{
    width:25px;
    height:25px;
}
.thumb-30{
    width:30px;
    height:30px;
}
.thumb-40{
    width:40px;
    height:40px;
}
.thumb-50{
    width:50px;
    height:50px;
}
.thumb-60{
    width:60px;
    height:60px;
}
.thumb-70{
    width:70px;
    height:70px;
}
.thumb-80{
    width:80px;
    height:80px;
}
.thumb-90{
    width:90px;
    height:90px;
}
.thumb-100{
    width:100px;
    height:100px;
}
.thumb-150{
    width:150px;
    height:150px;
}
.thumb-200{
    width:200px;
    height:200px;
}
/***行高**/
.lh-1{
    line-height: 1px;
}
.lh-5{
    line-height: 5px;
}
.lh-15{
    line-height: 15px;
}
.lh-20{
    line-height: 20px;
}
.lh-25{
    line-height: 25px;
}
.lh-30{
    line-height: 30px;
}
.lh-40{
    line-height: 40px;
}
.lh-50{
    line-height: 50px;
}
.lh-60{
    line-height: 60px;
}
.lh-100{
    line-height: 100px;
}
/******字体大小****/
.font-12{
    font-size: 12px;
}
.font-13{
    font-size: 13px;
}
.font-14{
    font-size: 14px;
}
.font-15{
    font-size: 15px;
}
.font-16{
    font-size: 16px;
}
.font-17{
    font-size: 17px;
}
.font-18{
    font-size: 18px;
}
.font-19{
    font-size: 19px;
}
.font-20{
    font-size: 20px;
}
.font-22{
    font-size: 22px;
}
.font-23{
    font-size: 23px;
}
.font-25{
    font-size: 25px;
}
.font-26{
    font-size: 26px;
}
.font-28{
    font-size: 28px;
}
.font-30{
    font-size: 30px;
}
.font-40{
    font-size: 40px;
}
.font-50{
    font-size: 50px;
}
/******宽度百分比****/
.wp-100{
    width:100%;
}
.wp-95{
    width:95%;
}
.wp-90{
    width:90%;
}
.wp-80{
    width:80%;
}
.wp-70{
    width:70%;
}
.wp-60{
    width:60%;
}
.wp-50{
    width:50%;
}
.wp-40{
    width:40%;
}
.wp-30{
    width:30%;
}
.wp-25{
    width:25%;
}
.wp-20{
    width:20%;
}
.wp-10{
    width:10%;
}
/**间距***/
.m-5{
    margin:5px;
}
.m-10{
    margin:10px;
}
.m-20{
    margin:20px;
}
.m-30{
    margin:30px;
}
.m-40{
    margin:40px;
}
.m-50{
    margin:50px;
}
.mt-2{
    margin-top:2px;
}
.mt-5{
    margin-top:5px;
}
.mt-10{
    margin-top:10px;
}
.mt-15{
    margin-top:15px;
}
.mt-20{
    margin-top:20px;
}
.mt-30{
    margin-top:30px;
}
.mt-40{
    margin-top:40px;
}
.mt-50{
    margin-top:50px;
}
.mt-80{
    margin-top:80px;
}
.ml-5{
    margin-left:5px;
}
.ml-10{
    margin-left:10px;
}
.ml-20{
    margin-left:20px;
}
.ml-30{
    margin-left:30px;
}
.ml-40{
    margin-left:40px;
}
.ml-50{
    margin-left:50px;
}
.ml-100{
    margin-left:100px;
}
.mr-5{
    margin-right:5px;
}
.mr-10{
    margin-right:10px;
}
.mr-20{
    margin-right:20px;
}
.mr-30{
    margin-right:30px;
}
.mr-40{
    margin-right:40px;
}
.mr-50{
    margin-right:50px;
}
.mb-5{
    margin-bottom:5px;
}
.mb-10{
    margin-bottom:10px;
}
.mb-15{
    margin-bottom:15px;
}
.mb-20{
    margin-bottom:20px;
}
.mb-30{
    margin-bottom:30px;
}
.mb-40{
    margin-bottom:40px;
}
.mb-50{
    margin-bottom:50px;
}
.mb-100{
    margin-bottom:100px;
}
.mv-5{
    margin-bottom:5px;
    margin-top:5px;
}
.mv-10{
    margin-bottom:10px;
    margin-top:10px;
}
.mv-20{
    margin-bottom:20px;
    margin-top:20px;
}
.mv-30{
    margin-bottom:30px;
    margin-top:30px;
}
.mv-40{
    margin-bottom:40px;
    margin-top:40px;
}
.mv-50{
    margin-bottom:50px;
    margin-top:50px;
}
.mm-5{
    margin-left:5px;
    margin-right:5px;
}
.mm-10{
    margin-left:10px;
    margin-right:10px;
}
.mm-20{
    margin-left:20px;
    margin-right:20px;
}
.mm-30{
    margin-left:30px;
    margin-right:30px;
}
.mm-40{
    margin-left:40px;
    margin-right:40px;
}
.mm-50{
    margin-left:50px;
    margin-right:50px;
}
.mm-70{
    margin-left:70px;
    margin-right:70px;
}
.mm-100{
    margin-left:100px;
    margin-right:100px;
}
/**填充***/
.p-5{
    padding:5px;
}
.p-10{
    padding:10px;
}
.p-20{
    padding:20px;
}
.p-30{
    padding:30px;
}
.p-40{
    padding:40px;
}
.p-50{
    padding:50px;
}
.pt-2{
    padding-top:2px;
}
.pt-5{
    padding-top:5px;
}
.pt-10{
    padding-top:10px;
}
.pt-15{
    padding-top:15px;
}
.pt-20{
    padding-top:20px;
}
.pt-25{
    padding-top:25px;
}
.pt-27{
    padding-top:27px;
}
.pt-30{
    padding-top:30px;
}
.pt-40{
    padding-top:40px;
}
.pt-50{
    padding-top:50px;
}
.pt-100{
    padding-top:100px;
}
.pl-3{
    padding-left:3px;
}
.pl-5{
    padding-left:5px;
}
.pl-10{
    padding-left:10px;
}
.pl-20{
    padding-left:20px;
}
.pl-30{
    padding-left:30px;
}
.pl-40{
    padding-left:40px;
}
.pl-50{
    padding-left:50px;
}
.pr-5{
    padding-right:5px;
}
.pr-10{
    padding-right:10px;
}
.pr-20{
    padding-right:20px;
}
.pr-30{
    padding-right:30px;
}
.pr-40{
    padding-right:40px;
}
.pr-50{
    padding-right:50px;
}
.pb-5{
    padding-bottom:5px;
}
.pb-10{
    padding-bottom:10px;
}
.pb-20{
    padding-bottom:20px;
}
.pb-30{
    padding-bottom:30px;
}
.pb-40{
    padding-bottom:40px;
}
.pb-50{
    padding-bottom:50px;
}
.pv-5{
    padding-bottom:5px;
    padding-top:5px;
}
.pv-10{
    padding-bottom:10px;
    padding-top:10px;
}
.pv-15{
    padding-bottom:15px;
    padding-top:15px;
}
.pv-20{
    padding-bottom:20px;
    padding-top:20px;
}
.pv-30{
    padding-bottom:30px;
    padding-top:30px;
}
.pv-40{
    padding-bottom:40px;
    padding-top:40px;
}
.pv-50{
    padding-bottom:50px;
    padding-top:50px;
}
.pv-100{
    padding-bottom:100px;
    padding-top:100px;
}
.pm-5{
    padding-left:5px;
    padding-right:5px;
}
.pm-10{
    padding-left:10px;
    padding-right:10px;
}
.pm-15{
    padding-left:15px;
    padding-right:15px;
}
.pm-20{
    padding-left:20px;
    padding-right:20px;
}
.pm-30{
    padding-left:30px;
    padding-right:30px;
}
.pm-40{
    padding-left:40px;
    padding-right:40px;
}
.pm-50{
    padding-left:50px;
    padding-right:50px;
}
.pm-80{
    padding-left:80px;
    padding-right:80px;
}
.pm-100{
    padding-left:100px;
    padding-right:100px;
}
/*****字体加粗******/
.fw-100{
    font-weight: 100;
}
.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fw-800{
    font-weight: 800;
}
.fw-900{
    font-weight: 900;
}
/******背景颜色****/
.bg-transparent {
    background-color: transparent !important
}
.bg-white {
    color: #333; background-color: #fff
}
.bg-black {
    color: #fff; background-color: #212121
}
.bg-primary {
    color: #fff; background-color: #f72929 !important
}
.bg-light-primary {
    background-color: #e8ffe8 !important;
}
.bg-red {
    color: #fff; background-color: #bd2d2b !important
}
.bg-pink {
    color: #fff; background-color: #ff256f !important;
}
.bg-purple {
    color: #fff; background-color: #7d3ef9 !important;
}
.bg-indigo {
    color: #fff; background-color: #3a57ff !important;
}
.bg-blue {
    color: #fff; background-color: #2469f3 !important;
}
.bg-cyan {
    color: #fff; background-color: #17b8cc !important;
}
.bg-teal {
    color: #fff; background-color: #07c1ae !important;
}
.bg-green {
    color: #fff; background-color: #09bf71 !important;
}
.bg-light-green {
    color: #fff; background-color: #E9EDF8 !important
}
.bg-yellow {
    color: #fff; background-color: #FF6600 !important
}
.bg-orange {
    color: #fff; background-color: #fd9321 !important
}
.bg-brown {
    color: #fff; background-color: #715146 !important
}
.bg-light-red {
    background-color: #fff2f2 !important
}
.bg-light-pink {
    background-color: #fff1f6 !important
}
.bg-light-purple {
    background-color: #f3edff !important
}
.bg-light-indigo {
    background-color: #f1f3ff !important
}
.bg-light-blue {
    background-color: #f0f8ff !important
}
.bg-light-cyan {
    background-color: #f1fdff !important
}
.bg-light-teal {
    background-color: #f2fffe !important
}
.bg-light-light-green {
    background-color: #f8fff0 !important
}
.bg-light-yellow {
    background-color: #fffbf0 !important
}
.bg-light-orange {
    background-color: #fff7ed !important
}
.bg-light-brown {
    background-color: #efeceb !important
}
.bg-grey {
    background-color: #f8f8f8 !important
}
.bg-blue-grey {
    color: #fff; background-color: #263238 !important
}
.bg-light-grey {
    background-color: #e6e6e6 !important;
}
.bg-light-white {
    background-color: #f5f5f5 !important;
}
.bg-ffcb80{
    background-color: #ffcb80 !important;
}
.bg-ffab33{
    background-color: #ffab33 !important;
}
.bg-4ca2f0{
    background-color: #4ca2f0 !important;
}
.bg-8fc5f6{
    background-color: #8fc5f6 !important;
}
.bg-66c859{
    background-color: #66c859 !important;
}
.bg-a0dd98{
    background-color: #a0dd98 !important;
}
.bg-59c5d5{
    background-color: #59c5d5 !important;
}
.bg-98dbe5{
    background-color: #98dbe5 !important;
}
.bg-eeeeee{
    background-color: #eeeeee !important;
}
/***字体颜色***/
.black {
    color: #464646 !important
}
.heavy-black {
    color: #000 !important
}
.white {
    color: #fff !important
}
.grey,.gray  {
    color: #aaa !important
}
.color-primary {
    color: #1890ff !important
}
.color-999 {
    color: #999999!important
}
.color-666 {
    color: #666666!important
}
.color-red{
    color: #F56C6C !important
}
.color-pink {
    color: #f32b70 !important
}
.color-purple {
    color: #7030ef !important
}
.color-indigo {
    color: #314ce2 !important
}
.color-blue {
    color: #003077 !important
}
.color-cyan {
    color: #20b1c3 !important
}
.color-teal {
    color: #19afa0 !important
}
.color-green {
    color: #23c37f !important
}
.color-light-green {
    color: #7ac523 !important
}
.color-yellow {
    color: #fbc02d !important
}
.color-orange {
    color: #ff931f !important;
}
.color-brown {
    color: #715146 !important
}
.color-grey {
    color: #424242 !important
}
.color-blue-grey {
    color: #263238 !important
}
.color-weixin {
    color: #1890ff !important;
}
.color-zhifubao {
    color: #00A2EA !important;
}
.color-pengyouquan {
    color: #9DCF5E !important;
}
.color-qq {
    color: #12B8F6 !important;
}
.color-weibo {
    color: #E8142B !important;
}
blockquote{
    margin: 10px 0;
    padding: 15px;
    line-height: 22px;
    border-left: 5px solid #009688;
    border-radius: 0 2px 2px 0;
    background-color: #f2f2f2;
}
code{
    display: block;
    margin: 10px 0;
    padding: 0;
    border: 1px solid #e2e2e2;
    border-left-width: 6px;
    background-color: #F2F2F2;
    color: #333;
    padding:10px 5px;
    font-size:12px;
}
.pagination li{
    display: inline-block;
    background: #f4f4f5;
    margin:0 5px;
    cursor: pointer;
    border-radius: 5px;
    line-height: 20px;
}
.pagination li.active{
    background: #FF6600;
    color:#FFF;
}
.pagination li a, .pagination li span{
    padding:5px 10px;
    display: inline-block;
}
.pagination li.disabled{
    cursor:not-allowed;
}
.box{
    width:1200px;
    margin: auto auto;
    position: relative;
}
.ell1{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ell2{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ell3{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.input-max{
    width:450px;
}
[v-cloak] {
    display: none;
}
