/**基础样式**/
body{
    font-size:14px;
    text-align:left;
    color:#333;
    padding:0;
    margin:0;
}
*{
    paddig: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;
}
em,i{
    font-style: normal;
}
.radius{
    border-radius: 50%;
}
.radius-5{
    border-radius: 5px;
}
.radius-8{
    border-radius: 8px;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.absolute.right0{
    right:0;
}
.margin{
    margin:auto auto;
}
.b{
    font-weight: bold;
}
.border{
    border:1px solid #ebebeb;
}
.border-top{
    border-top:1px solid #ebebeb;
}
.border-bottom{
    border-bottom:1px solid #ebebeb;
}
.border-left{
    border-left:1px solid #ebebeb;
}
.border-left2{
    border-left:2px solid #ebebeb;
}
.vline{

}
.vline .item{
    border-bottom:1px solid #ebebeb;
}
.hline{

}
.hline.p10 .item{
    padding:0 10px;
}
.hline .item{
    border-right:2px solid #ccc;
    word-break: keep-all;
    white-space: nowrap;
}
.hline.p10 .item:first-child{
    padding-left:0;
}
.hline .item:last-child{
    border-right:0;
}
.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{
    background: #ebebeb;
    height: 1px;
}
.content{
    font-size:14px;
    width: 100%;
    overflow:hidden;
}
.content img{
    max-width:100%;
}
.close{
    position: absolute;
    margin-top:-20px;
    right:5px;
    background: #FFF;
    width:25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    color:#CCC;
}
.overflow{
    overflow: hidden;
}
.ad{

}
.ad image{
    width:100%;
    height:100px;
    border-radius: 10px;
}
/***宽度**/
.w-50{
    width:50px;
}
.w-80{
    width:80px;
}
.w-100{
    width:100px;
}
.w-150{
    width:150px;
}
.w-200{
    width:200px;
}
.w-300{
    width:300px;
}
.w-400{
    width:400px;
}
.w-500{
    width:500px;
}
.w-600{
    width:600px;
}
.w-800{
    width:800px;
}
.w-1000{
    width:1000px;
}
.mh-600{
    min-height: 600px;
}
/***高度**/
.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-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-400{
    height: 400px;
}
.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;
}
.thumb-437{
    width:437px;
    height:437px;
}
/***行高**/
.lh-1{
    line-height: 1px;
}
.lh-5{
    line-height: 5px;
}
.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;
}
/******字体大小****/
.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-23{
    font-size: 23px;
}
.font-25{
    font-size: 25px;
}
.font-28{
    font-size: 28px;
}
.font-30{
    font-size: 30px;
}
.font-40{
    font-size: 40px;
}
/******宽度百分比****/
.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;
}
.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;
}
/**填充***/
.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;
}
.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;
}
.pm-5{
    padding-left:5px;
    padding-right:5px;
}
.pm-10{
    padding-left:10px;
    padding-right:10px;
}
.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;
}
/*****字体加粗******/
.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: #FF0000 !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: #80d41e !important
}
.bg-yellow {
    color: #fff; background-color: #fbc02d !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-green {
    background-color: #f2fff9 !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: #ebebeb !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;
}
/***字体颜色***/
.black {
    color: #464646 !important
}
.heavy-black {
    color: #000 !important
}
.white {
    color: #fff !important
}
.grey,.gray  {
    color: #aaa !important
}
.yellow{
    color: #ff5a00 !important
}
.color-primary {
    color: #1890ff !important
}
.color-999 {
    color: #999999!important
}
.color-666 {
    color: #666666!important
}
.color-red,.red {
    color: #f7292c !important
}
.color-pink {
    color: #f32b70 !important
}
.color-purple {
    color: #7030ef !important
}
.color-indigo {
    color: #314ce2 !important
}
.color-blue {
    color: #0820FF !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;
}
.content{
    font-size:15px;
}
.content img{
    max-width: 100%;
}
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;
    padding:5px 10px;
    background: #f4f4f5;
    margin:0 5px;
    cursor: pointer;
    border-radius: 5px;
    line-height: 20px;
}
.pagination li.active{
    background: #409eff;
    color:#FFF;
}
.state{
    background:#38d1ab;
    position: absolute;
    width:50px;
    line-height: 20px;
    color:#FFF;
    z-index: 1;
    border-radius:8px 0 15px 0;
    font-size:12px;
    padding:0 5px;
    text-align: center;
}
/****公共样式***/
.body{
    min-height: calc(100vh - 50px);
}
.top{
    background: #646464;
    height: 70px;
    font-size: 12px;
    color: #D9D9D9;
    border-top: 1px solid #ddd;
    line-height: 30px;
    opacity:0.7;
    padding-top:10px;
    font-weight: 400;
}
.box{
    width:1200px;
    margin: auto auto;
    position: relative;
}
.navs>.item{
    margin-right:50px;
    margin-left:50px;
    font-weight: 500;
    font-size:14px;
}
.navs>.item.on{
    border-bottom: 3px solid #3FAFF3;
}
.active{
    color:#2469f3;
}
.footer{
    background: #323232;
    color:#FFF;
    font-size: 16px;
    font-weight: 400;
    padding:20px;
    line-height: 30px;
}
