﻿/* 通用 */
*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;}
@-ms-viewport{width:device-width;}
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);}
body{color:#666;font:14px/1.600 "Microsoft YaHei",Arial;overflow-x:hidden;}
article,aside,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block;}
h1,h2,h3,h4,h5,h6{font-size:16px;font-weight:bold;}
ul,ol{list-style:none;}
table{border-collapse:collapse;}
img{max-width:100%;border:none;}
i,strong,em,b{font-weight:normal;font-style:normal;}
input,textarea,select,button{font-size:inherit;font-family:inherit;vertical-align:middle;outline:none;-webkit-appearance:none;}
a{color:#333;text-decoration:none;transition:all .3s ease-in-out;}
a,input,button,::-moz-focus-inner,a:focus,input:focus,button:focus{outline:none!important;}
a:hover{color:#f30;}
a:focus{text-decoration:none;}
/* 浮动 */
.fl{float:left;}
.fr{float:right;}
.clr:after{content:"";display:block;height:0;line-height:0;font-size:0;clear:both;overflow:hidden;}
.clr{*zoom:1;}
/* 定位 */
.pr{position:relative;}
/* 位置 */
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.tvc{display:flex;justify-content:center;align-items:center;}
/* 文本 */
.bold{font-weight:bold;}
.p2em{text-indent:2em;}
.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
/* 外边距 */
.mt5{margin-top:5px;}
.mr5{margin-right:5px;}
.mb5{margin-bottom:5px;}
.ml5{margin-left:5px;}
.mtb5{margin-top:5px;margin-bottom:5px;}
.mlr5{margin-left:5px;margin-right:5px;}
.mt10{margin-top:10px;}
.mr10{margin-right:10px;}
.mb10{margin-bottom:10px;}
.ml10{margin-left:10px;}
.mtb10{margin-top:10px;margin-bottom:10px;}
.mlr10{margin-left:10px;margin-right:10px;}
.mt15{margin-top:15px;}
.mr15{margin-right:15px;}
.mb15{margin-bottom:15px;}
.ml15{margin-left:15px;}
.mtb15{margin-top:15px;margin-bottom:15px;}
.mlr15{margin-left:15px;margin-right:15px;}
.mt20{margin-top:20px;}
.mr20{margin-right:20px;}
.mb20{margin-bottom:20px;}
.ml20{margin-left:20px;}
.mtb20{margin-top:20px;margin-bottom:20px;}
.mlr20{margin-left:20px;margin-right:20px;}
.mt25{margin-top:25px;}
.mr25{margin-right:25px;}
.mb25{margin-bottom:25px;}
.ml25{margin-left:25px;}
.mtb25{margin-top:25px;margin-bottom:25px;}
.mlr25{margin-left:25px;margin-right:25px;}
.mt30{margin-top:30px;}
.mr30{margin-right:30px;}
.mb30{margin-bottom:30px;}
.ml30{margin-left:30px;}
.mtb30{margin-top:30px;margin-bottom:30px;}
.mlr30{margin-left:30px;margin-right:30px;}
.mt35{margin-top:35px;}
.mr35{margin-right:35px;}
.mb35{margin-bottom:35px;}
.ml35{margin-left:35px;}
.mtb35{margin-top:35px;margin-bottom:35px;}
.mlr35{margin-left:35px;margin-right:35px;}
.mt40{margin-top:40px;}
.mr40{margin-right:40px;}
.mb40{margin-bottom:40px;}
.ml40{margin-left:40px;}
.mtb40{margin-top:40px;margin-bottom:40px;}
.mlr40{margin-left:40px;margin-right:40px;}
.mt45{margin-top:45px;}
.mr45{margin-right:45px;}
.mb45{margin-bottom:45px;}
.ml45{margin-left:45px;}
.mtb45{margin-top:45px;margin-bottom:45px;}
.mlr45{margin-left:45px;margin-right:45px;}
.mt50{margin-top:50px;}
.mr50{margin-right:50px;}
.mb50{margin-bottom:50px;}
.ml50{margin-left:50px;}
.mtb50{margin-top:50px;margin-bottom:50px;}
.mlr50{margin-left:50px;margin-right:50px;}
.mc{margin-left:auto;margin-right:auto;}
/* 宽度 */
.w100{width:100px!important;}
.w150{width:150px!important;}
.w200{width:200px!important;}
.w250{width:250px!important;}
.w300{width:300px!important;}
.w350{width:350px!important;}
.w400{width:400px!important;}
.w450{width:450px!important;}
.w500{width:500px!important;}
/* 高度 */
.h100{height:100px!important;}
.h150{height:150px!important;}
.h200{height:200px!important;}
.h250{height:250px!important;}
.h300{height:300px!important;}
.h350{height:350px!important;}
.h400{height:400px!important;}
.h450{height:450px!important;}
.h500{height:500px!important;}
/* 颜色 */
.c999{color:#999!important;}
.cf30{color:#f30!important;}
.cf60{color:#f60!important;}
.cf90{color:#f90!important;}
.cbbb{color:#bbb!important;}
.ccf3{color:#c93!important;}
.c080{color:#080!important;}
.c08c{color:#08c!important;}
/* 字体大小 */
.f12{font-size:12px!important;}
.f14{font-size:14px!important;}
.f16{font-size:16px!important;}
.f18{font-size:18px!important;}
/* 背景 */
.bg-white{background-color:#fff;}
.bg-gray{background-color:#f7f8f9;}
/* 按钮 */
.btn{display:inline-block;height:35px;line-height:35px;color:#fff;cursor:pointer;font-size:14px;white-space:nowrap;text-align:center;vertical-align:middle;padding:0 20px;background-color:#009688;border:none;border-radius:3px;-webkit-appearance:none;}
.btn:hover{opacity:.8;filter:alpha(opacity=80);color:#fff;}
.btn:active{opacity:1;filter:alpha(opacity=100);}
.btn-radius{border-radius:100px;}
.btn .layui-icon{margin-right:3px;font-size:18px;vertical-align:bottom;vertical-align:middle\9;}
/* 按钮-颜色 */
.btn-primary{color:#555;background-color:#fff;border:1px solid #c9c9c9;}
.btn-primary:hover{color:#333;border-color:#009688;}
.btn-normal{background-color:#1e9fff;}
.btn-warm{background-color:#ffb800;}
.btn-danger{background-color:#ff5722;}
.btn-blue{background-color:#2af;}
.btn-orange{background-color:#f60;}
.btn-green{background-color:#5bd58c;}
.btn-white{background-color:#e7e7e7;}
.btn-gray{background-color:#bbb;}
.btn-gold{background-color:#edd063;}
.btn-disabled,.btn-disabled:active,.btn-disabled:hover{color:#c9c9c9;cursor:not-allowed;opacity:1;background-color:#fbfbfb;border:1px solid #e6e6e6;}
/* 按钮-大小 */
.btn-fluid{width:100%;}
.btn-sl{height:45px;line-height:45px;padding:0 30px;font-size:18px;border-radius:3px;}
.btn-lg{height:40px;line-height:40px;padding:0 25px;font-size:16px;border-radius:3px;}
.btn-sm{height:30px;line-height:30px;padding:0 15px;font-size:12px;}
.btn-xs{height:24px;line-height:24px;padding:0 10px;font-size:12px;}
.btn-sm i{font-size:16px!important;}
.btn-xs i{font-size:14px!important;}
.btn-primary,.btn-disabled,.btn-disabled:active,.btn-disabled:hover{line-height:33px;}
.btn-lg.btn-primary,.btn-lg.btn-disabled,.btn-lg.btn-disabled:active,.btn-lg.btn-disabled:hover{line-height:38px;}
.btn-sm.btn-primary,.btn-sm.btn-disabled,.btn-sm.btn-disabled:active,.btn-sm.btn-disabled:hover{line-height:28px;}
.btn-xs.btn-primary,.btn-xs.btn-disabled,.btn-xs.btn-disabled:active,.btn-xs.btn-disabled:hover{line-height:22px;}
/* 按钮-组 */
.btn-group{display:inline-block;font-size:0;vertical-align:middle;}
.btn-group .btn{margin-left:0!important;margin-right:0!important;border-left:1px solid rgba(255,255,255,.5);border-radius:0;}
.btn-group .btn-primary{border-left:none;}
.btn-group .btn-primary:hover{color:#009688;border-color:#c9c9c9;}
.btn-group .btn:first-child{border-left:none;border-radius:2px 0 0 2px;}
.btn-group .btn-primary:first-child{border-left:1px solid #c9c9c9;}
.btn-group .btn:last-child{border-radius:0 2px 2px 0;}
.btn-group .btn + .btn{margin-left:0;}
.btn-group + .btn-group{margin-left:10px;}
/* 表单 */
input[type=text],input[type=password],input[type=number],textarea{height:40px;line-height:38px;color:#555;vertical-align:middle;background:#fff;border:1px solid #e6e6e6;border-radius:2px;overflow:hidden;}
input[type=text]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{line-height:1.3;}
input[type=text]:hover,input[type=password]:hover,input[type=number]:hover,textarea:hover{border-color:#d2d2d2;}
input[type=text]:focus,input[type=password]:focus,input[type=number]:focus,textarea:focus{border-color:#c9c9c9;}
input[type=text],input[type=password],input[type=number]{padding:0 15px;}
textarea{min-height:100px;height:auto;line-height:1.6;padding:10px 15px;resize:vertical;}
/* 错误提示信息 */
input[type=text].input-validation-error,input[type=password].input-validation-error,input[type=number].input-validation-error,textarea.input-validation-error,select.input-validation-error,textarea.error,input.error{background:#ffc!important;border-color:#ccc28c!important;}
.field-validation-error,p.error{display:block;color:#f70;line-height:1;margin-top:5px;}
/* 布局 */
.container,.container-fluid{width:100%;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;}
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,
.col-sm-auto,.col-sm-1,.col-sm-2,.col-sm-3,col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,
.col-md-auto,.col-md-1,.col-md-2,.col-md-3,col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,
.col-lg-auto,.col-lg-1,.col-lg-2,.col-lg-3,col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,
.col-xl-auto,.col-xl-1,.col-xl-2,.col-xl-3,col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,
.col-sl-auto,.col-sl-1,.col-sl-2,.col-sl-3,col-sl-4,.col-sl-5,.col-sl-6,.col-sl-7,.col-sl-8,.col-sl-9,.col-sl-10,.col-sl-11,.col-sl-12{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;}
.col{max-width:100%;flex-grow:1;-ms-flex-preferred-size:0;-ms-flex-positive:1;}
.col-auto{width:auto;max-width:none;flex:0 0 auto;-ms-flex:0 0 auto;}
.col-1{max-width:8.333333%;flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;}
.col-2{max-width:16.666667%;flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;}
.col-3{max-width:25%;flex:0 0 25%;-ms-flex:0 0 25%;}
.col-4{max-width:33.333333%;flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;}
.col-5{max-width:41.666667%;flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;}
.col-6{max-width:50%;flex:0 0 50%;-ms-flex:0 0 50%;}
.col-7{max-width:58.333333%;flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;}
.col-8{max-width:66.666667%;flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;}
.col-9{max-width:75%;flex:0 0 75%;-ms-flex:0 0 75%;}
.col-10{max-width:83.333333%;flex:0 0 83.333333%;-ms-flex:83.333333%;}
.col-11{max-width:91.666667%;flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;}
.col-12{max-width:100%;flex:0 0 100%;-ms-flex:0 0 100%;}
/* 可见性 */
.d-none{display:none!important;}
.d-inline{display:inline!important;}
.d-inline-block{display:inline-block!important;}
.d-block{display:block!important;}
.d-table{display:table!important;}
.d-table-row{display:table-row!important;}
.d-table-cell{display:table-cell!important;}
.d-flex{display:-ms-flexbox!important;display:flex!important;}
.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important;}
/* 分页样式 */
.pager{display:flex;justify-content:center;font-size:12px;margin-top:20px;}
.pager li{line-height:30px;border:1px solid #ddd;border-left:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
.pager li:first-child{border-left:1px solid #ddd;}
.pager li>a,.pager li>span{display:block;color:#666;font-family:'Microsoft YaHei',Arial;padding:0 15px;background:#fff;}
.pager li.curr{border-color:#31c193;}
.pager li>a:hover,.pager li.curr a{color:#fff;text-decoration:none;background:#31c193;}
.pager li:hover{border-color:rgba(49,193,147,.8);}
.pager li>a:hover{background:rgba(49,193,147,.8);}
.pager li.disabled,.pager li.disabled:hover{border-color:#d9d9d9;}
.pager li.disabled>a{background:#f8f8f8;}
.pager li.disabled a,.pager li.disabled:hover a{color:#999;cursor:text;}
.pager li:first-child{border-radius:3px 0 0 3px;}
.pager li:last-child{border-radius:0 3px 3px 0;}
@keyframes arrow-down{
    0%,30%{opacity:0;transform:translateY(-5px);-webkit-transform:translateY(-5px);}
    60%{opacity:1;transform:translateY(0px);-webkit-transform:translateY(0px);}
    100%{opacity:0;transform:translateY(20px);-webkit-transform:translateY(20px);}
}
@-webkit-keyframes arrow-down{
    0%,30%{opacity:0;transform:translateY(-5px);-webkit-transform:translateY(-5px);}
    60%{opacity:1;transform:translateY(0px);-webkit-transform:translateY(0px);}
    100%{opacity:0;transform:translateY(20px);-webkit-transform:translateY(20px);}
}
@media (min-width:576px) {
    /* 布局 */
    .container{max-width:540px;}
    .col-sm{max-width:100%;flex-grow:1;flex-basis:0;-ms-flex-preferred-size:0;-ms-flex-positive:1;}
    .col-sm-auto{max-width:none;width:auto;flex:0 0 auto;-ms-flex:0 0 auto;}
    .col-sm-1{max-width:8.333333%;flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;}
    .col-sm-2{max-width:16.666667%;flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;}
    .col-sm-3{max-width:25%;flex:0 0 25%;-ms-flex:0 0 25%;}
    .col-sm-4{max-width:33.333333%;flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;}
    .col-sm-5{max-width:41.666667%;flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;}
    .col-sm-6{max-width:50%;flex:0 0 50%;-ms-flex:0 0 50%;}
    .col-sm-7{max-width:58.333333%;flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;}
    .col-sm-8{max-width:66.666667%;flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;}
    .col-sm-9{max-width:75%;flex:0 0 75%;-ms-flex:0 0 75%;}
    .col-sm-10{max-width:83.333333%;flex:0 0 83.333333%;-ms-flex:83.333333%;}
    .col-sm-11{max-width:91.666667%;flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;}
    .col-sm-12{max-width:100%;flex:0 0 100%;-ms-flex:0 0 100%;}
    /* 可见性 */
    .d-sm-none{display:none!important;}
    .d-sm-inline{display:inline!important;}
    .d-sm-inline-block{display:inline-block!important;}
    .d-sm-block{display:block!important;}
    .d-sm-table{display:table!important;}
    .d-sm-table-row{display:table-row!important;}
    .d-sm-table-cell{display:table-cell!important;}
    .d-sm-flex{display:-ms-flexbox!important;display:flex!important;}
    .d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important;}
}
@media (min-width:768px) {
    /* 布局 */
    .container{max-width:720px;}
    .col-md{max-width:100%;flex-grow:1;flex-basis:0;-ms-flex-preferred-size:0;-ms-flex-positive:1;}
    .col-md-auto{max-width:none;width:auto;flex:0 0 auto;-ms-flex:0 0 auto;}
    .col-md-1{max-width:8.333333%;flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;}
    .col-md-2{max-width:16.666667%;flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;}
    .col-md-3{max-width:25%;flex:0 0 25%;-ms-flex:0 0 25%;}
    .col-md-4{max-width:33.333333%;flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;}
    .col-md-5{max-width:41.666667%;flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;}
    .col-md-6{max-width:50%;flex:0 0 50%;-ms-flex:0 0 50%;}
    .col-md-7{max-width:58.333333%;flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;}
    .col-md-8{max-width:66.666667%;flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;}
    .col-md-9{max-width:75%;flex:0 0 75%;-ms-flex:0 0 75%;}
    .col-md-10{max-width:83.333333%;flex:0 0 83.333333%;-ms-flex:83.333333%;}
    .col-md-11{max-width:91.666667%;flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;}
    .col-md-12{max-width:100%;flex:0 0 100%;-ms-flex:0 0 100%;}
    /* 可见性 */
    .d-md-none{display:none!important;}
    .d-md-inline{display:inline!important;}
    .d-md-inline-block{display:inline-block!important;}
    .d-md-block{display:block!important;}
    .d-md-table{display:table!important;}
    .d-md-table-row{display:table-row!important;}
    .d-md-table-cell{display:table-cell!important;}
    .d-md-flex{display:-ms-flexbox!important;display:flex!important;}
    .d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important;}
    /* 分页 */
    .pager li{line-height:40px;}
    .pager li>a,.pager li>span{padding:0 20px;}
}
@media (min-width:992px) {
    /* 布局 */
    .container{max-width:960px;}
    .col-lg{max-width:100%;flex-grow:1;flex-basis:0;-ms-flex-preferred-size:0;-ms-flex-positive:1;}
    .col-lg-auto{max-width:none;width:auto;flex:0 0 auto;-ms-flex:0 0 auto;}
    .col-lg-1{max-width:8.333333%;flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;}
    .col-lg-2{max-width:16.666667%;flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;}
    .col-lg-3{max-width:25%;flex:0 0 25%;-ms-flex:0 0 25%;}
    .col-lg-4{max-width:33.333333%;flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;}
    .col-lg-5{max-width:41.666667%;flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;}
    .col-lg-6{max-width:50%;flex:0 0 50%;-ms-flex:0 0 50%;}
    .col-lg-7{max-width:58.333333%;flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;}
    .col-lg-8{max-width:66.666667%;flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;}
    .col-lg-9{max-width:75%;flex:0 0 75%;-ms-flex:0 0 75%;}
    .col-lg-10{max-width:83.333333%;flex:0 0 83.333333%;-ms-flex:83.333333%;}
    .col-lg-11{max-width:91.666667%;flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;}
    .col-lg-12{max-width:100%;flex:0 0 100%;-ms-flex:0 0 100%;}
    /* 可见性 */
    .d-lg-none{display:none!important;}
    .d-lg-inline{display:inline!important;}
    .d-lg-inline-block{display:inline-block!important;}
    .d-lg-block{display:block!important;}
    .d-lg-table{display:table!important;}
    .d-lg-table-row{display:table-row!important;}
    .d-lg-table-cell{display:table-cell!important;}
    .d-lg-flex{display:-ms-flexbox!important;display:flex!important;}
    .d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important;}
    /* 分页 */
    .pager{font-size:14px;}
    .pager li>a,.pager li>span{padding:0 30px;}
}
@media (min-width:1200px) {
    /* 布局 */
    .container{max-width:1140px;}
    .col-xl{max-width:100%;flex-grow:1;flex-basis:0;-ms-flex-preferred-size:0;-ms-flex-positive:1;}
    .col-xl-auto{max-width:none;width:auto;flex:0 0 auto;-ms-flex:0 0 auto;}
    .col-xl-1{max-width:8.333333%;flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;}
    .col-xl-2{max-width:16.666667%;flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;}
    .col-xl-3{max-width:25%;flex:0 0 25%;-ms-flex:0 0 25%;}
    .col-xl-4{max-width:33.333333%;flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;}
    .col-xl-5{max-width:41.666667%;flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;}
    .col-xl-6{max-width:50%;flex:0 0 50%;-ms-flex:0 0 50%;}
    .col-xl-7{max-width:58.333333%;flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;}
    .col-xl-8{max-width:66.666667%;flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;}
    .col-xl-9{max-width:75%;flex:0 0 75%;-ms-flex:0 0 75%;}
    .col-xl-10{max-width:83.333333%;flex:0 0 83.333333%;-ms-flex:83.333333%;}
    .col-xl-11{max-width:91.666667%;flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;}
    .col-xl-12{max-width:100%;flex:0 0 100%;-ms-flex:0 0 100%;}
    /* 可见性 */
    .d-xl-none{display:none!important;}
    .d-xl-inline{display:inline!important;}
    .d-xl-inline-block{display:inline-block!important;}
    .d-xl-block{display:block!important;}
    .d-xl-table{display:table!important;}
    .d-xl-table-row{display:table-row!important;}
    .d-xl-table-cell{display:table-cell!important;}
    .d-xl-flex{display:-ms-flexbox!important;display:flex!important;}
    .d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important;}
}
@media (min-width:2000px) {
    /* 布局 */
    .container{max-width:1600px;}
    .col-sl{max-width:100%;flex-grow:1;flex-basis:0;-ms-flex-preferred-size:0;-ms-flex-positive:1;}
    .col-sl-auto{max-width:none;width:auto;flex:0 0 auto;-ms-flex:0 0 auto;}
    .col-sl-1{max-width:8.333333%;flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;}
    .col-sl-2{max-width:16.666667%;flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;}
    .col-sl-3{max-width:25%;flex:0 0 25%;-ms-flex:0 0 25%;}
    .col-sl-4{max-width:33.333333%;flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;}
    .col-sl-5{max-width:41.666667%;flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;}
    .col-sl-6{max-width:50%;flex:0 0 50%;-ms-flex:0 0 50%;}
    .col-sl-7{max-width:58.333333%;flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;}
    .col-sl-8{max-width:66.666667%;flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;}
    .col-sl-9{max-width:75%;flex:0 0 75%;-ms-flex:0 0 75%;}
    .col-sl-10{max-width:83.333333%;flex:0 0 83.333333%;-ms-flex:83.333333%;}
    .col-sl-11{max-width:91.666667%;flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;}
    .col-sl-12{max-width:100%;flex:0 0 100%;-ms-flex:0 0 100%;}
    /* 可见性 */
    .d-sl-none{display:none!important;}
    .d-sl-inline{display:inline!important;}
    .d-sl-inline-block{display:inline-block!important;}
    .d-sl-block{display:block!important;}
    .d-sl-table{display:table!important;}
    .d-sl-table-row{display:table-row!important;}
    .d-sl-table-cell{display:table-cell!important;}
    .d-sl-flex{display:-ms-flexbox!important;display:flex!important;}
    .d-sl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important;}
}