/*
 * =========================================================================
 * APIClud - AUI UI 框架    流浪男  QQ：343757327  http://www.auicss.com
 * Verson 2.1
 * =========================================================================
 */
 /*初始化类*/
@charset "UTF-8";
html{
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
}
html,body {
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-user-select:none;
	width: 100%;
}
body {
	line-height: 1.5;
	font-size: 0.8rem;
	color: #384c6d;
    background-color: #f4f7fc;
	outline: 0;
}
html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,textarea,h1,h2,h3,h4,h5,h6,p{
	margin:0;
	border:0;
	padding:0;
	font-style:normal;
}
* {
	-webkit-box-sizing: border-box;
	      	box-sizing: border-box;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
@media only screen and (min-width: 400px) {
	html {
		font-size: 21.33333333px !important;
	}
}
@media only screen and (min-width: 414px) {
	html {
		font-size: 21px !important;
	}
}
@media only screen and (min-width: 480px) {
	html {
		font-size: 25.6px !important;
	}
}
ul, li {
	list-style: none;
}

a {
	color: #0062cc;
	text-decoration: none;
	background-color: transparent;
}
textarea {
	overflow: hidden;
	resize: none;
}
button {
	overflow: visible;
}
button,select {
	text-transform: none;
}
button,input,select,textarea {
	font: inherit;
	color: inherit;
}


/*文字、背景颜色*/
h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
}
h1 {
	font-size: 1.2rem;
}
h2 {
	font-size: 1rem;
}
h3 {
	font-size: 0.8rem;
}
h4 {
	font-size: 0.7rem;
}
h5 {
	font-size: 0.7rem;
	font-weight: normal;
	color: #757575;
}
h6 {
	font-size: 0.7rem;
	font-weight: normal;
	color: #757575;
}
h1 small,h2 small,h3 small,h4 small {
	font-weight: normal;
	line-height: 1;
	color: #757575;
}
h5 small,h6 small {
	font-weight: normal;
	line-height: 1;
	color: #757575;
}
h1 small,h2 small,h3 small {
	font-size: 65%;
}
h4 small,h5 small,h6 small {
	font-size: 75%;
}
img {
	max-width: 100%;
	display: block;
}

.form-control {
    padding:10px 15px;
    border-color: #e6e6e6;
    border-radius: 4px;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
	display:inline-block;
    color: #838d91;
    background-color: #fafcfe;
    background-clip: padding-box;
    border: 1px solid #e6e6e6;
border-radius: 4px;height: auto;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.imgbox { font-size: 12px;
    box-shadow: 0 3px 10px rgba(62,85,120,.045);
    background: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
  }
  .imgbox input[type="text"]{
    padding:10px 15px;
    border-color: #e6e6e6;
    border-radius: 4px;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
	display:inline-block;
    color: #838d91;
    background-color: #fafcfe;
    background-clip: padding-box;
    border: 1px solid #e6e6e6;
border-radius: 4px;height: auto;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
  .h2-title{font-size: 16px;
    color: #212121;padding:.35rem 0.75rem;border-bottom: 1px solid rgba(0, 0, 0, 0.07);}
.imgbox  table td{ padding:5px;}
.width98{width: 98%;}
.imgbox  .aui-flex{padding: 10px; overflow: hidden;}
.imgmain{ clear: both; display:flex; }
.checkbox-conter{margin: 10px 0;  border-radius: 5px;}
textarea{width: 100%;background: #fff; height: 60px; }
.imgmain h2.text{font-size: 13px; width: 180px; text-align: right;
}

    .x-red {
        color: red;
    }
    .width98 {
        width: 90%;
        border: 1px solid #e6e6e6;
        border-radius: 5px;
      }
.inputfile {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .inputfile+label {
        color: #777;
		 height:100px; line-height:100px;
       border:1px dashed #ccc;  width:150px;
        display: inline-block;
        border-radius: 4px;
       
        background:#fff;
		
        user-select: none;
        cursor: pointer;
        touch-action: manipulation;
        vertical-align: middle;
        white-space: nowrap;
        text-align: center;
       
        font-weight: 400;

    } .inputfile+label .aui-iconfont{font-size: 26px;}
	.aui-icon-plus:before {
    content: "\e6e3";
}
.aui-display{ display:inline-block}
.aui-list-img li{ display:inline-block; float:left; width:200px; height:120px; margin:0 2px; padding:2px; border:1px solid #ddd; position:relative}
.box-dele{width: 20px;
    height: 20px;
    background: #dd5044;
    color: #fff;
    position: absolute;
    right: -3px;
    top: -3px; border-radius:50%;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    font-family: Tahoma, Verdana, sans-serif;}
.aui-list-img li img{ width:100%; height:100%}
.abox{position: relative;
    display: flex;
    flex-direction: column; 
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 5px;
    background: #f7f7ff;
    box-shadow: 0 1px 3px 0px rgb(115 108 203 / 23%);
    border: 1px solid #f2f2f2; overflow: hidden;
    border-radius: 5px; padding: 5px; margin-bottom: 10px;}
    .abox  h3{font-size: 14px;
        position: relative;
        font-weight: 600;
        border-bottom: 1px solid #eee !important;
        flex: 1 1 auto;
        padding: .2rem 5px;
        padding-right: 5px;
        background: #f7f7ff;
        display: flex;
       align-items: center;
        border-radius: 5px 5px 0 0;}
        .abox  h3 img{width: 24px; margin-right: 5px;}
        .pd10{padding: 10px;}
       
.js-table {width: 100%; border-collapse:collapse; }
.js-table th{background: #2fa5f4; color: #fff;padding: 5px; border: 1px solid #fff;}
.js-table td{padding: 5px; background: #fff; text-align: center; border: 1px solid #e6e6e6; height: 30px;}
.text-y{color: #ff7302;}


.aui-radio,
.aui-checkbox {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    -webkit-border-radius: 0.6rem;
    border-radius: 0.6rem;
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: default;
    -webkit-appearance: none;
    -webkit-user-select: none;
            user-select: none;
    -webkit-transition: background-color ease 0.1s;
            transition: background-color ease 0.1s;
}
.aui-checkbox {
    border-radius: 0.1rem;
}
.aui-radio:checked,
.aui-radio.aui-checked,
.aui-checkbox:checked,
.aui-checkbox.aui-checked {
    background-color: #03a9f4;
    border: solid 1px #03a9f4;
    text-align: center;
    background-clip: padding-box;
}
.aui-radio:checked:before,
.aui-radio.aui-checked:before,
.aui-checkbox:checked:before,
.aui-checkbox.aui-checked:before,
.aui-radio:checked:after,
.aui-radio.aui-checked:after,
.aui-checkbox:checked:after,
.aui-checkbox.aui-checked:after {
    content: '';
    width: 0.3rem;
    height: 0.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.15rem;
    margin-top: -0.15rem;
    background: transparent;
    border: 1px solid #ffffff;
    border-top: none;
    border-right: none;
    z-index: 2;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.aui-radio:disabled,
.aui-radio.aui-disabled,
.aui-checkbox:disabled,
.aui-checkbox.aui-disabled {
    background-color: #dddddd;
    border: solid 1px #dddddd;
}
.aui-radio:disabled:before,
.aui-radio.aui-disabled:before,
.aui-radio:disabled:after,
.aui-radio.aui-disabled:after,
.aui-checkbox:disabled:before,
.aui-checkbox.aui-disabled:before,
.aui-checkbox:disabled:after,
.aui-checkbox.aui-disabled:after {
    content: '';
    width: 0.3rem;
    height: 0.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.15rem;
    margin-top: -0.15rem;
    background: transparent;
    border: 1px solid #ffffff;
    border-top: none;
    border-right: none;
    z-index: 2;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.aui-switch {
    width: 2.3rem;
    height: 1.2rem;
    position: relative;
    vertical-align: top;
    border: 1px solid #dddddd;
    background-color: #dddddd;
    border-radius: 0.6rem;
    background-clip: content-box;
    display: inline-block;
    outline: none;
    -webkit-appearance: none;
            appearance: none;
    -webkit-user-select: none;
            user-select: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
}
.aui-switch:before {
    width: 1.1rem;
    height: 1.1rem;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.6rem;
    background-color: #fff;
    content: '';
    -webkit-transition: left 0.2s;
            transition: left 0.2s;
}
.aui-switch:checked {
    border-color: #03a9f4;
    background-color: #03a9f4;
}
.aui-switch:checked:before {
    left: 1.1rem;
}
.aui-content-padded{display: flex; }
.aui-content-padded label{display: flex; align-items: center; margin: 0 5px;}
.aui-content-padded label input{    width: 22px;
    height: 22px; margin:0 5px;font-size: 12px;}
    .divbox{display: flex;border: 1px solid #e6e6e6; padding: 5px 10px;   border-radius: 5px;}
        .row {
            display:-ms-flexbox;
            display:flex;
            -ms-flex-wrap:wrap;
            flex-wrap:wrap;
            margin-right:-10px;
            margin-left:-10px
           }
           .no-gutters {
            margin-right:0;
            margin-left:0
           }
           .no-gutters>.col,
           .no-gutters>[class*=col-] {
            padding-right:0;
            padding-left:0
           }
           .col,
           .col-1,
           .col-10,
           .col-11,
           .col-12,
           .col-2,
           .col-3,
           .col-4,
           .col-5,
           .col-6,
           .col-7,
           .col-8,
           .col-9,
           .col-auto,
           .col-lg,
           .col-lg-1,
           .col-lg-10,
           .col-lg-11,
           .col-lg-12,
           .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-auto,
           .col-md,
           .col-md-1,
           .col-md-10,
           .col-md-11,
           .col-md-12,
           .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-auto,
           .col-sm,
           .col-sm-1,
           .col-sm-10,
           .col-sm-11,
           .col-sm-12,
           .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-auto,
           .col-xl,
           .col-xl-1,
           .col-xl-10,
           .col-xl-11,
           .col-xl-12,
           .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-auto {
            position:relative;
            width:100%;
            padding-right:10px;
            padding-left:10px
           }
           .col {
            -ms-flex-preferred-size:0;
            flex-basis:0;
            -ms-flex-positive:1;
            flex-grow:1;
            max-width:100%
           }
           .col-auto {
            -ms-flex:0 0 auto;
            flex:0 0 auto;
            width:auto;
            max-width:100%
           }
           .col-1 {
            -ms-flex:0 0 8.333333%;
            flex:0 0 8.333333%;
            max-width:8.333333%
           }
           .col-2 {
            -ms-flex:0 0 16.666667%;
            flex:0 0 16.666667%;
            max-width:16.666667%
           }
           .col-3 {
            -ms-flex:0 0 25%;
            flex:0 0 25%;
            max-width:25%
           }
           .col-4 {
            -ms-flex:0 0 33.333333%;
            flex:0 0 33.333333%;
            max-width:33.333333%
           }
           .col-5 {
            -ms-flex:0 0 41.666667%;
            flex:0 0 41.666667%;
            max-width:41.666667%
           }
           .col-6 {
            -ms-flex:0 0 50%;
            flex:0 0 50%;
            max-width:50%
           }
           .col-7 {
            -ms-flex:0 0 58.333333%;
            flex:0 0 58.333333%;
            max-width:58.333333%
           }
           .col-8 {
            -ms-flex:0 0 66.666667%;
            flex:0 0 66.666667%;
            max-width:66.666667%
           }
           .col-9 {
            -ms-flex:0 0 75%;
            flex:0 0 75%;
            max-width:75%
           }
           .col-10 {
            -ms-flex:0 0 83.333333%;
            flex:0 0 83.333333%;
            max-width:83.333333%
           }
           .col-11 {
            -ms-flex:0 0 91.666667%;
            flex:0 0 91.666667%;
            max-width:91.666667%
           }
           .col-12 {
            -ms-flex:0 0 100%;
            flex:0 0 100%;
            max-width:100%
           }
           .order-first {
            -ms-flex-order:-1;
            order:-1
           }
           .order-last {
            -ms-flex-order:13;
            order:13
           }
           .order-0 {
            -ms-flex-order:0;
            order:0
           }
           .order-1 {
            -ms-flex-order:1;
            order:1
           }
           .order-2 {
            -ms-flex-order:2;
            order:2
           }
           .order-3 {
            -ms-flex-order:3;
            order:3
           }
           .order-4 {
            -ms-flex-order:4;
            order:4
           }
           .order-5 {
            -ms-flex-order:5;
            order:5
           }
           .order-6 {
            -ms-flex-order:6;
            order:6
           }
           .order-7 {
            -ms-flex-order:7;
            order:7
           }
           .order-8 {
            -ms-flex-order:8;
            order:8
           }
           .order-9 {
            -ms-flex-order:9;
            order:9
           }
           .order-10 {
            -ms-flex-order:10;
            order:10
           }
           .order-11 {
            -ms-flex-order:11;
            order:11
           }
           .order-12 {
            -ms-flex-order:12;
            order:12
           }
           .offset-1 {
            margin-left:8.333333%
           }
           .offset-2 {
            margin-left:16.666667%
           }
           .offset-3 {
            margin-left:25%
           }
           .offset-4 {
            margin-left:33.333333%
           }
           .offset-5 {
            margin-left:41.666667%
           }
           .offset-6 {
            margin-left:50%
           }
           .offset-7 {
            margin-left:58.333333%
           }
           .offset-8 {
            margin-left:66.666667%
           }
           .offset-9 {
            margin-left:75%
           }
           .offset-10 {
            margin-left:83.333333%
           }
           .offset-11 {
            margin-left:91.666667%
           }
           @media (min-width:576px) {
            .col-sm {
             -ms-flex-preferred-size:0;
             flex-basis:0;
             -ms-flex-positive:1;
             flex-grow:1;
             max-width:100%
            }
            .col-sm-auto {
             -ms-flex:0 0 auto;
             flex:0 0 auto;
             width:auto;
             max-width:100%
            }
            .col-sm-1 {
             -ms-flex:0 0 8.333333%;
             flex:0 0 8.333333%;
             max-width:8.333333%
            }
            .col-sm-2 {
             -ms-flex:0 0 16.666667%;
             flex:0 0 16.666667%;
             max-width:16.666667%
            }
            .col-sm-3 {
             -ms-flex:0 0 25%;
             flex:0 0 25%;
             max-width:25%
            }
            .col-sm-4 {
             -ms-flex:0 0 33.333333%;
             flex:0 0 33.333333%;
             max-width:33.333333%
            }
            .col-sm-5 {
             -ms-flex:0 0 41.666667%;
             flex:0 0 41.666667%;
             max-width:41.666667%
            }
            .col-sm-6 {
             -ms-flex:0 0 50%;
             flex:0 0 50%;
             max-width:50%
            }
            .col-sm-7 {
             -ms-flex:0 0 58.333333%;
             flex:0 0 58.333333%;
             max-width:58.333333%
            }
            .col-sm-8 {
             -ms-flex:0 0 66.666667%;
             flex:0 0 66.666667%;
             max-width:66.666667%
            }
            .col-sm-9 {
             -ms-flex:0 0 75%;
             flex:0 0 75%;
             max-width:75%
            }
            .col-sm-10 {
             -ms-flex:0 0 83.333333%;
             flex:0 0 83.333333%;
             max-width:83.333333%
            }
            .col-sm-11 {
             -ms-flex:0 0 91.666667%;
             flex:0 0 91.666667%;
             max-width:91.666667%
            }
            .col-sm-12 {
             -ms-flex:0 0 100%;
             flex:0 0 100%;
             max-width:100%
            }
            .order-sm-first {
             -ms-flex-order:-1;
             order:-1
            }
            .order-sm-last {
             -ms-flex-order:13;
             order:13
            }
            .order-sm-0 {
             -ms-flex-order:0;
             order:0
            }
            .order-sm-1 {
             -ms-flex-order:1;
             order:1
            }
            .order-sm-2 {
             -ms-flex-order:2;
             order:2
            }
            .order-sm-3 {
             -ms-flex-order:3;
             order:3
            }
            .order-sm-4 {
             -ms-flex-order:4;
             order:4
            }
            .order-sm-5 {
             -ms-flex-order:5;
             order:5
            }
            .order-sm-6 {
             -ms-flex-order:6;
             order:6
            }
            .order-sm-7 {
             -ms-flex-order:7;
             order:7
            }
            .order-sm-8 {
             -ms-flex-order:8;
             order:8
            }
            .order-sm-9 {
             -ms-flex-order:9;
             order:9
            }
            .order-sm-10 {
             -ms-flex-order:10;
             order:10
            }
            .order-sm-11 {
             -ms-flex-order:11;
             order:11
            }
            .order-sm-12 {
             -ms-flex-order:12;
             order:12
            }
            .offset-sm-0 {
             margin-left:0
            }
            .offset-sm-1 {
             margin-left:8.333333%
            }
            .offset-sm-2 {
             margin-left:16.666667%
            }
            .offset-sm-3 {
             margin-left:25%
            }
            .offset-sm-4 {
             margin-left:33.333333%
            }
            .offset-sm-5 {
             margin-left:41.666667%
            }
            .offset-sm-6 {
             margin-left:50%
            }
            .offset-sm-7 {
             margin-left:58.333333%
            }
            .offset-sm-8 {
             margin-left:66.666667%
            }
            .offset-sm-9 {
             margin-left:75%
            }
            .offset-sm-10 {
             margin-left:83.333333%
            }
            .offset-sm-11 {
             margin-left:91.666667%
            }
           }
           @media (min-width:768px) {
            .col-md {
             -ms-flex-preferred-size:0;
             flex-basis:0;
             -ms-flex-positive:1;
             flex-grow:1;
             max-width:100%
            }
            .col-md-auto {
             -ms-flex:0 0 auto;
             flex:0 0 auto;
             width:auto;
             max-width:100%
            }
            .col-md-1 {
             -ms-flex:0 0 8.333333%;
             flex:0 0 8.333333%;
             max-width:8.333333%
            }
            .col-md-2 {
             -ms-flex:0 0 16.666667%;
             flex:0 0 16.666667%;
             max-width:16.666667%
            }
            .col-md-3 {
             -ms-flex:0 0 25%;
             flex:0 0 25%;
             max-width:25%
            }
            .col-md-4 {
             -ms-flex:0 0 33.333333%;
             flex:0 0 33.333333%;
             max-width:33.333333%
            }
            .col-md-5 {
             -ms-flex:0 0 41.666667%;
             flex:0 0 41.666667%;
             max-width:41.666667%
            }
            .col-md-6 {
             -ms-flex:0 0 50%;
             flex:0 0 50%;
             max-width:50%
            }
            .col-md-7 {
             -ms-flex:0 0 58.333333%;
             flex:0 0 58.333333%;
             max-width:58.333333%
            }
            .col-md-8 {
             -ms-flex:0 0 66.666667%;
             flex:0 0 66.666667%;
             max-width:66.666667%
            }
            .col-md-9 {
             -ms-flex:0 0 75%;
             flex:0 0 75%;
             max-width:75%
            }
            .col-md-10 {
             -ms-flex:0 0 83.333333%;
             flex:0 0 83.333333%;
             max-width:83.333333%
            }
            .col-md-11 {
             -ms-flex:0 0 91.666667%;
             flex:0 0 91.666667%;
             max-width:91.666667%
            }
            .col-md-12 {
             -ms-flex:0 0 100%;
             flex:0 0 100%;
             max-width:100%
            }
            .order-md-first {
             -ms-flex-order:-1;
             order:-1
            }
            .order-md-last {
             -ms-flex-order:13;
             order:13
            }
            .order-md-0 {
             -ms-flex-order:0;
             order:0
            }
            .order-md-1 {
             -ms-flex-order:1;
             order:1
            }
            .order-md-2 {
             -ms-flex-order:2;
             order:2
            }
            .order-md-3 {
             -ms-flex-order:3;
             order:3
            }
            .order-md-4 {
             -ms-flex-order:4;
             order:4
            }
            .order-md-5 {
             -ms-flex-order:5;
             order:5
            }
            .order-md-6 {
             -ms-flex-order:6;
             order:6
            }
            .order-md-7 {
             -ms-flex-order:7;
             order:7
            }
            .order-md-8 {
             -ms-flex-order:8;
             order:8
            }
            .order-md-9 {
             -ms-flex-order:9;
             order:9
            }
            .order-md-10 {
             -ms-flex-order:10;
             order:10
            }
            .order-md-11 {
             -ms-flex-order:11;
             order:11
            }
            .order-md-12 {
             -ms-flex-order:12;
             order:12
            }
            .offset-md-0 {
             margin-left:0
            }
            .offset-md-1 {
             margin-left:8.333333%
            }
            .offset-md-2 {
             margin-left:16.666667%
            }
            .offset-md-3 {
             margin-left:25%
            }
            .offset-md-4 {
             margin-left:33.333333%
            }
            .offset-md-5 {
             margin-left:41.666667%
            }
            .offset-md-6 {
             margin-left:50%
            }
            .offset-md-7 {
             margin-left:58.333333%
            }
            .offset-md-8 {
             margin-left:66.666667%
            }
            .offset-md-9 {
             margin-left:75%
            }
            .offset-md-10 {
             margin-left:83.333333%
            }
            .offset-md-11 {
             margin-left:91.666667%
            }
           }
           @media (min-width:992px) {
            .col-lg {
             -ms-flex-preferred-size:0;
             flex-basis:0;
             -ms-flex-positive:1;
             flex-grow:1;
             max-width:100%
            }
            .col-lg-auto {
             -ms-flex:0 0 auto;
             flex:0 0 auto;
             width:auto;
             max-width:100%
            }
            .col-lg-1 {
             -ms-flex:0 0 8.333333%;
             flex:0 0 8.333333%;
             max-width:8.333333%
            }
            .col-lg-2 {
             -ms-flex:0 0 16.666667%;
             flex:0 0 16.666667%;
             max-width:16.666667%
            }
            .col-lg-3 {
             -ms-flex:0 0 25%;
             flex:0 0 25%;
             max-width:25%
            }
            .col-lg-4 {
             -ms-flex:0 0 33.333333%;
             flex:0 0 33.333333%;
             max-width:33.333333%
            }
            .col-lg-5 {
             -ms-flex:0 0 41.666667%;
             flex:0 0 41.666667%;
             max-width:41.666667%
            }
            .col-lg-6 {
             -ms-flex:0 0 50%;
             flex:0 0 50%;
             max-width:50%
            }
            .col-lg-7 {
             -ms-flex:0 0 58.333333%;
             flex:0 0 58.333333%;
             max-width:58.333333%
            }
            .col-lg-8 {
             -ms-flex:0 0 66.666667%;
             flex:0 0 66.666667%;
             max-width:66.666667%
            }
            .col-lg-9 {
             -ms-flex:0 0 75%;
             flex:0 0 75%;
             max-width:75%
            }
            .col-lg-10 {
             -ms-flex:0 0 83.333333%;
             flex:0 0 83.333333%;
             max-width:83.333333%
            }
            .col-lg-11 {
             -ms-flex:0 0 91.666667%;
             flex:0 0 91.666667%;
             max-width:91.666667%
            }
            .col-lg-12 {
             -ms-flex:0 0 100%;
             flex:0 0 100%;
             max-width:100%
            }
            .order-lg-first {
             -ms-flex-order:-1;
             order:-1
            }
            .order-lg-last {
             -ms-flex-order:13;
             order:13
            }
            .order-lg-0 {
             -ms-flex-order:0;
             order:0
            }
            .order-lg-1 {
             -ms-flex-order:1;
             order:1
            }
            .order-lg-2 {
             -ms-flex-order:2;
             order:2
            }
            .order-lg-3 {
             -ms-flex-order:3;
             order:3
            }
            .order-lg-4 {
             -ms-flex-order:4;
             order:4
            }
            .order-lg-5 {
             -ms-flex-order:5;
             order:5
            }
            .order-lg-6 {
             -ms-flex-order:6;
             order:6
            }
            .order-lg-7 {
             -ms-flex-order:7;
             order:7
            }
            .order-lg-8 {
             -ms-flex-order:8;
             order:8
            }
            .order-lg-9 {
             -ms-flex-order:9;
             order:9
            }
            .order-lg-10 {
             -ms-flex-order:10;
             order:10
            }
            .order-lg-11 {
             -ms-flex-order:11;
             order:11
            }
            .order-lg-12 {
             -ms-flex-order:12;
             order:12
            }
            .offset-lg-0 {
             margin-left:0
            }
            .offset-lg-1 {
             margin-left:8.333333%
            }
            .offset-lg-2 {
             margin-left:16.666667%
            }
            .offset-lg-3 {
             margin-left:25%
            }
            .offset-lg-4 {
             margin-left:33.333333%
            }
            .offset-lg-5 {
             margin-left:41.666667%
            }
            .offset-lg-6 {
             margin-left:50%
            }
            .offset-lg-7 {
             margin-left:58.333333%
            }
            .offset-lg-8 {
             margin-left:66.666667%
            }
            .offset-lg-9 {
             margin-left:75%
            }
            .offset-lg-10 {
             margin-left:83.333333%
            }
            .offset-lg-11 {
             margin-left:91.666667%
            }
           }
           @media (min-width:1200px) {
            .col-xl {
             -ms-flex-preferred-size:0;
             flex-basis:0;
             -ms-flex-positive:1;
             flex-grow:1;
             max-width:100%
            }
            .col-xl-auto {
             -ms-flex:0 0 auto;
             flex:0 0 auto;
             width:auto;
             max-width:100%
            }
            .col-xl-1 {
             -ms-flex:0 0 8.333333%;
             flex:0 0 8.333333%;
             max-width:8.333333%
            }
            .col-xl-2 {
             -ms-flex:0 0 16.666667%;
             flex:0 0 16.666667%;
             max-width:16.666667%
            }
            .col-xl-3 {
             -ms-flex:0 0 25%;
             flex:0 0 25%;
             max-width:25%
            }
            .col-xl-4 {
             -ms-flex:0 0 33.333333%;
             flex:0 0 33.333333%;
             max-width:33.333333%
            }
            .col-xl-5 {
             -ms-flex:0 0 41.666667%;
             flex:0 0 41.666667%;
             max-width:41.666667%
            }
            .col-xl-6 {
             -ms-flex:0 0 50%;
             flex:0 0 50%;
             max-width:50%
            }
            .col-xl-7 {
             -ms-flex:0 0 58.333333%;
             flex:0 0 58.333333%;
             max-width:58.333333%
            }
            .col-xl-8 {
             -ms-flex:0 0 66.666667%;
             flex:0 0 66.666667%;
             max-width:66.666667%
            }
            .col-xl-9 {
             -ms-flex:0 0 75%;
             flex:0 0 75%;
             max-width:75%
            }
            .col-xl-10 {
             -ms-flex:0 0 83.333333%;
             flex:0 0 83.333333%;
             max-width:83.333333%
            }
            .col-xl-11 {
             -ms-flex:0 0 91.666667%;
             flex:0 0 91.666667%;
             max-width:91.666667%
            }
            .col-xl-12 {
             -ms-flex:0 0 100%;
             flex:0 0 100%;
             max-width:100%
            }
            .order-xl-first {
             -ms-flex-order:-1;
             order:-1
            }
            .order-xl-last {
             -ms-flex-order:13;
             order:13
            }
            .order-xl-0 {
             -ms-flex-order:0;
             order:0
            }
            .order-xl-1 {
             -ms-flex-order:1;
             order:1
            }
            .order-xl-2 {
             -ms-flex-order:2;
             order:2
            }
            .order-xl-3 {
             -ms-flex-order:3;
             order:3
            }
            .order-xl-4 {
             -ms-flex-order:4;
             order:4
            }
            .order-xl-5 {
             -ms-flex-order:5;
             order:5
            }
            .order-xl-6 {
             -ms-flex-order:6;
             order:6
            }
            .order-xl-7 {
             -ms-flex-order:7;
             order:7
            }
            .order-xl-8 {
             -ms-flex-order:8;
             order:8
            }
            .order-xl-9 {
             -ms-flex-order:9;
             order:9
            }
            .order-xl-10 {
             -ms-flex-order:10;
             order:10
            }
            .order-xl-11 {
             -ms-flex-order:11;
             order:11
            }
            .order-xl-12 {
             -ms-flex-order:12;
             order:12
            }
            .offset-xl-0 {
             margin-left:0
            }
            .offset-xl-1 {
             margin-left:8.333333%
            }
            .offset-xl-2 {
             margin-left:16.666667%
            }
            .offset-xl-3 {
             margin-left:25%
            }
            .offset-xl-4 {
             margin-left:33.333333%
            }
            .offset-xl-5 {
             margin-left:41.666667%
            }
            .offset-xl-6 {
             margin-left:50%
            }
            .offset-xl-7 {
             margin-left:58.333333%
            }
            .offset-xl-8 {
             margin-left:66.666667%
            }
            .offset-xl-9 {
             margin-left:75%
            }
            .offset-xl-10 {
             margin-left:83.333333%
            }
            .offset-xl-11 {
             margin-left:91.666667%
            }
           }    
@media screen and (min-width:1910px) and (max-width: 2000px) {

}
.mrgin-right-5{ margin-right:5px}