                        @charset "utf-8";
                        .fv-has-feedback {
                            position: relative
                        }
                        
                        .fv-control-feedback {
                            position: absolute;
                            z-index: 2;
                            top: 0;
                            right: 0;
                            display: block;
                            text-align: center
                        }
                        
                        .class2 {
                            background: #006cc2;
                            color: #fff !important;
                        }
                        
                        .fv-help-block {
                            display: block
                        }
                        
                        .fv-form [placeholder]::-ms-clear {
                            display: none
                        }
                        
                        .fv-form-bootstrap .help-block {
                            margin-bottom: 0
                        }
                        
                        .fv-form-bootstrap .tooltip-inner {
                            text-align: left
                        }
                        
                        .fv-form-bootstrap .fv-bootstrap-icon-input-group {
                            z-index: 100
                        }
                        
                        .form-inline.fv-form-bootstrap .form-group {
                            vertical-align: top
                        }
                        
                        .fv-form-bootstrap4 .fv-control-feedback {
                            line-height: 38px;
                            width: 38px;
                            height: 38px
                        }
                        
                        .fv-form-bootstrap4 .form-group.row .fv-control-feedback {
                            right: 15px
                        }
                        
                        .fv-form-bootstrap4 .form-group.row .form-check~.fv-control-feedback {
                            top: -7px
                        }
                        
                        .fv-form-bootstrap4.form-inline .form-group {
                            vertical-align: top
                        }
                        
                        .fv-form-bootstrap4:not(.form-inline) label~.fv-control-feedback {
                            top: 32px
                        }
                        
                        .fv-form-bootstrap4:not(.form-inline) label.sr-only~.fv-control-feedback {
                            top: -7px
                        }
                        
                        .fv-form-bootstrap4:not(.form-inline) .form-check~.fv-control-feedback {
                            top: 25px
                        }
                        
                        .fv-form-bootstrap4 .has-success .fv-control-feedback,
                        html:not(.met-web) .fv-form-bootstrap4 .has-success .form-control-label {
                            color: #5cb85c
                        }
                        
                        .fv-form-bootstrap4 .has-danger .fv-control-feedback,
                        html:not(.met-web) .fv-form-bootstrap4 .has-danger label {
                            color: #f0ad4e
                        }
                        
                        .webui-popover-content {
                            display: none
                        }
                        
                        .webui-popover-rtl {
                            direction: rtl;
                            text-align: right
                        }
                        
                        .webui-popover {
                            position: absolute;
                            top: 0;
                            left: 0;
                            z-index: 9999;
                            display: none;
                            min-width: 50px;
                            min-height: 32px;
                            padding: 1px;
                            text-align: left;
                            white-space: normal;
                            background-color: #fff;
                            background-clip: padding-box;
                            border: 1px solid #ccc;
                            border: 1px solid rgba(0, 0, 0, .2);
                            border-radius: 6px;
                            -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
                            box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
                        }
                        
                        .webui-popover.top,
                        .webui-popover.top-left,
                        .webui-popover.top-right {
                            margin-top: -10px
                        }
                        
                        .webui-popover.right,
                        .webui-popover.right-top,
                        .webui-popover.right-bottom {
                            margin-left: 10px
                        }
                        
                        .webui-popover.bottom,
                        .webui-popover.bottom-left,
                        .webui-popover.bottom-right {
                            margin-top: 10px
                        }
                        
                        .webui-popover.left,
                        .webui-popover.left-top,
                        .webui-popover.left-bottom {
                            margin-left: -10px
                        }
                        
                        .webui-popover.pop {
                            -webkit-transform: scale(0.8);
                            -o-transform: scale(0.8);
                            transform: scale(0.8);
                            -webkit-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
                            -o-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
                            transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
                            opacity: 0;
                            filter: alpha(opacity=0)
                        }
                        
                        .webui-popover.pop-out {
                            -webkit-transition-property: "opacity,transform";
                            -o-transition-property: "opacity,transform";
                            transition-property: "opacity,transform";
                            -webkit-transition: .15s linear;
                            -o-transition: .15s linear;
                            transition: .15s linear;
                            opacity: 0;
                            filter: alpha(opacity=0)
                        }
                        
                        .webui-popover.fade,
                        .webui-popover.fade-out {
                            -webkit-transition: opacity .15s linear;
                            -o-transition: opacity .15s linear;
                            transition: opacity .15s linear;
                            opacity: 0;
                            filter: alpha(opacity=0)
                        }
                        
                        .webui-popover.out {
                            opacity: 0;
                            filter: alpha(opacity=0)
                        }
                        
                        .webui-popover.in {
                            -webkit-transform: none;
                            -o-transform: none;
                            transform: none;
                            opacity: 1;
                            filter: alpha(opacity=100)
                        }
                        
                        .webui-popover .webui-popover-content {
                            padding: 9px 14px;
                            overflow: auto;
                            display: block
                        }
                        
                        .webui-popover .webui-popover-content>div:first-child {
                            width: 99%
                        }
                        
                        .webui-popover-inner .close {
                            font-family: arial;
                            margin: 8px 10px 0 0;
                            float: right;
                            font-size: 16px;
                            font-weight: 700;
                            line-height: 16px;
                            color: #000;
                            text-shadow: 0 1px 0 #fff;
                            opacity: .2;
                            filter: alpha(opacity=20);
                            text-decoration: none
                        }
                        
                        .webui-popover-inner .close:hover,
                        .webui-popover-inner .close:focus {
                            opacity: .5;
                            filter: alpha(opacity=50)
                        }
                        
                        .webui-popover-inner .close:after {
                            content: "\00D7";
                            width: .8em;
                            height: .8em;
                            padding: 4px;
                            position: relative
                        }
                        
                        .webui-popover-title {
                            padding: 8px 14px;
                            margin: 0;
                            font-size: 14px;
                            font-weight: 700;
                            line-height: 18px;
                            background-color: #fff;
                            border-bottom: 1px solid #f2f2f2;
                            border-radius: 5px 5px 0 0
                        }
                        
                        .webui-popover-content {
                            padding: 9px 14px;
                            overflow: auto;
                            display: none
                        }
                        
                        .webui-popover-inverse {
                            background-color: #333;
                            color: #eee
                        }
                        
                        .webui-popover-inverse .webui-popover-title {
                            background: #333;
                            border-bottom: 1px solid #3b3b3b;
                            color: #eee
                        }
                        
                        .webui-no-padding .webui-popover-content {
                            padding: 0
                        }
                        
                        .webui-no-padding .list-group-item {
                            border-right: none;
                            border-left: none
                        }
                        
                        .webui-no-padding .list-group-item:first-child {
                            border-top: 0
                        }
                        
                        .webui-no-padding .list-group-item:last-child {
                            border-bottom: 0
                        }
                        
                        .webui-popover>.webui-arrow,
                        .webui-popover>.webui-arrow:after {
                            position: absolute;
                            display: block;
                            width: 0;
                            height: 0;
                            border-color: transparent;
                            border-style: solid
                        }
                        
                        .webui-popover>.webui-arrow {
                            border-width: 11px
                        }
                        
                        .webui-popover>.webui-arrow:after {
                            border-width: 10px;
                            content: ""
                        }
                        
                        .webui-popover.top>.webui-arrow,
                        .webui-popover.top-right>.webui-arrow,
                        .webui-popover.top-left>.webui-arrow {
                            bottom: -11px;
                            left: 50%;
                            margin-left: -11px;
                            border-top-color: #999;
                            border-top-color: rgba(0, 0, 0, .25);
                            border-bottom-width: 0
                        }
                        
                        .webui-popover.top>.webui-arrow:after,
                        .webui-popover.top-right>.webui-arrow:after,
                        .webui-popover.top-left>.webui-arrow:after {
                            content: " ";
                            bottom: 1px;
                            margin-left: -10px;
                            border-top-color: #fff;
                            border-bottom-width: 0
                        }
                        
                        .webui-popover.right>.webui-arrow,
                        .webui-popover.right-top>.webui-arrow,
                        .webui-popover.right-bottom>.webui-arrow {
                            top: 50%;
                            left: -11px;
                            margin-top: -11px;
                            border-left-width: 0;
                            border-right-color: #999;
                            border-right-color: rgba(0, 0, 0, .25)
                        }
                        
                        .webui-popover.right>.webui-arrow:after,
                        .webui-popover.right-top>.webui-arrow:after,
                        .webui-popover.right-bottom>.webui-arrow:after {
                            content: " ";
                            left: 1px;
                            bottom: -10px;
                            border-left-width: 0;
                            border-right-color: #fff
                        }
                        
                        .webui-popover.bottom>.webui-arrow,
                        .webui-popover.bottom-right>.webui-arrow,
                        .webui-popover.bottom-left>.webui-arrow {
                            top: -11px;
                            left: 50%;
                            margin-left: -11px;
                            border-bottom-color: #999;
                            border-bottom-color: rgba(0, 0, 0, .25);
                            border-top-width: 0
                        }
                        
                        .webui-popover.bottom>.webui-arrow:after,
                        .webui-popover.bottom-right>.webui-arrow:after,
                        .webui-popover.bottom-left>.webui-arrow:after {
                            content: " ";
                            top: 1px;
                            margin-left: -10px;
                            border-bottom-color: #fff;
                            border-top-width: 0
                        }
                        
                        .webui-popover.left>.webui-arrow,
                        .webui-popover.left-top>.webui-arrow,
                        .webui-popover.left-bottom>.webui-arrow {
                            top: 50%;
                            right: -11px;
                            margin-top: -11px;
                            border-right-width: 0;
                            border-left-color: #999;
                            border-left-color: rgba(0, 0, 0, .25)
                        }
                        
                        .webui-popover.left>.webui-arrow:after,
                        .webui-popover.left-top>.webui-arrow:after,
                        .webui-popover.left-bottom>.webui-arrow:after {
                            content: " ";
                            right: 1px;
                            border-right-width: 0;
                            border-left-color: #fff;
                            bottom: -10px
                        }
                        
                        .webui-popover-inverse.top>.webui-arrow,
                        .webui-popover-inverse.top-left>.webui-arrow,
                        .webui-popover-inverse.top-right>.webui-arrow,
                        .webui-popover-inverse.top>.webui-arrow:after,
                        .webui-popover-inverse.top-left>.webui-arrow:after,
                        .webui-popover-inverse.top-right>.webui-arrow:after {
                            border-top-color: #333
                        }
                        
                        .webui-popover-inverse.right>.webui-arrow,
                        .webui-popover-inverse.right-top>.webui-arrow,
                        .webui-popover-inverse.right-bottom>.webui-arrow,
                        .webui-popover-inverse.right>.webui-arrow:after,
                        .webui-popover-inverse.right-top>.webui-arrow:after,
                        .webui-popover-inverse.right-bottom>.webui-arrow:after {
                            border-right-color: #333
                        }
                        
                        .webui-popover-inverse.bottom>.webui-arrow,
                        .webui-popover-inverse.bottom-left>.webui-arrow,
                        .webui-popover-inverse.bottom-right>.webui-arrow,
                        .webui-popover-inverse.bottom>.webui-arrow:after,
                        .webui-popover-inverse.bottom-left>.webui-arrow:after,
                        .webui-popover-inverse.bottom-right>.webui-arrow:after {
                            border-bottom-color: #333
                        }
                        
                        .webui-popover-inverse.left>.webui-arrow,
                        .webui-popover-inverse.left-top>.webui-arrow,
                        .webui-popover-inverse.left-bottom>.webui-arrow,
                        .webui-popover-inverse.left>.webui-arrow:after,
                        .webui-popover-inverse.left-top>.webui-arrow:after,
                        .webui-popover-inverse.left-bottom>.webui-arrow:after {
                            border-left-color: #333
                        }
                        
                        .webui-popover i.icon-refresh:before {
                            content: ""
                        }
                        
                        .webui-popover i.icon-refresh {
                            display: block;
                            width: 30px;
                            height: 30px;
                            font-size: 20px;
                            top: 50%;
                            left: 50%;
                            position: absolute;
                            margin-left: -15px;
                            margin-right: -15px;
                            background: url('/public/upload/image/loading.gif') no-repeat
                        }
                        
                        @-webkit-keyframes rotate {
                            100% {
                                -webkit-transform: rotate(360deg)
                            }
                        }
                        
                        @keyframes rotate {
                            100% {
                                transform: rotate(360deg)
                            }
                        }
                        
                        .webui-popover-backdrop {
                            background-color: rgba(0, 0, 0, .65);
                            width: 100%;
                            height: 100%;
                            position: fixed;
                            top: 0;
                            left: 0;
                            z-index: 9998
                        }
                        
                        .webui-popover .dropdown-menu {
                            display: block;
                            position: relative;
                            top: 0;
                            border: none;
                            box-shadow: none;
                            float: none
                        }
                        
                        table.tablesaw {
                            width: 100%;
                            max-width: 100%;
                            empty-cells: show
                        }
                        
                        .tablesaw {
                            width: 100%;
                            border-collapse: collapse
                        }
                        
                        .tablesaw {
                            padding: 0;
                            border: 0
                        }
                        
                        .tablesaw td,
                        .tablesaw th {
                            -webkit-box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            box-sizing: border-box;
                            padding: .5em .7em
                        }
                        
                        .tablesaw thead tr:first-child th {
                            padding-top: .9em;
                            padding-bottom: .7em
                        }
                        
                         :root {
                            var-button-selected-background: #29abe2;
                            var-button-checkbox-selected-background: #34a3de;
                            var-button-selected-shadow: rgba(0, 75, 115, .45);
                            var-button-interaction-text: #76838f;
                            var-button-interaction-shadow: #4faeef
                        }
                        
                        .tablesaw-enhanced .tablesaw-bar .btn {
                            position: relative;
                            display: block;
                            width: 100%;
                            -webkit-box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            box-sizing: border-box;
                            -webkit-appearance: none!important;
                            padding: 4px 8px;
                            margin: 0;
                            clear: both;
                            color: #76838f;
                            text-align: center;
                            text-decoration: none;
                            text-transform: capitalize;
                            cursor: pointer;
                            background: 0 0;
                            background-color: #fff;
                            border: 1px solid #e4eaec;
                            border-radius: 3px;
                            -moz-appearance: none!important;
                            -webkit-font-smoothing: antialiased
                        }
                        
                        .tablesaw-enhanced .tablesaw-bar .btn:hover {
                            text-decoration: none
                        }
                        
                        .tablesaw-enhanced .tablesaw-bar .btn:focus,
                        .tablesaw-enhanced .tablesaw-bar .btn:hover {
                            background-color: #fff;
                            border-color: #62a8ea;
                            outline: 0
                        }
                        
                        .tablesaw-enhanced .tablesaw-bar .btn:focus {
                            color: #62a8ea
                        }
                        
                        .tablesaw-bar .btn:focus {
                            color: #62a8ea
                        }
                        
                        .ie-lte8 .tablesaw-bar .btn:focus,
                        .ie-lte8 .tablesaw-bar .btn:hover {
                            color: #76838f;
                            background-color: #fff;
                            border-color: #aaa;
                            outline: 0
                        }
                        
                        .ie-lte8 .tablesaw-bar .btn:focus,
                        .ie-lte8 .tablesaw-bar .btn:hover {
                            color: #76838f;
                            background-color: #fff;
                            border-color: #62a8ea;
                            outline: 0
                        }
                        
                        .tablesaw-bar .btn-select select {
                            position: absolute;
                            top: 0;
                            left: 0;
                            z-index: 2;
                            display: block;
                            width: 100%;
                            height: 100%;
                            min-height: 1em;
                            margin: 0;
                            font-weight: inherit;
                            background: 0 0;
                            border: none
                        }
                        
                        .tablesaw-bar .btn-select select {
                            display: inline-block;
                            color: transparent;
                            filter: alpha(opacity=0);
                            opacity: 0
                        }
                        
                        .tablesaw-bar .btn select option {
                            font-family: sans-serif;
                            color: #000;
                            background: #fff
                        }
                        
                        .tablesaw-enhanced .tablesaw-bar .btn.btn-select {
                            min-width: 7.25em;
                            margin-bottom: 3px;
                            color: #76838f;
                            text-align: left;
                            text-indent: 0
                        }
                        
                        .ie-lte8 .tablesaw-bar .btn-select {
                            min-width: 6.1em
                        }
                        
                        .tablesaw-bar .btn.btn-micro,
                        .tablesaw-bar .btn.btn-small {
                            position: relative;
                            top: 0;
                            display: inline-block;
                            width: auto;
                            height: auto
                        }
                        
                        .tablesaw-bar .btn.btn-small {
                            line-height: 20px
                        }
                        
                        .tablesaw-enhanced .tablesaw-bar .btn-select {
                            text-align: left
                        }
                        
                        .tablesaw-bar .btn-select:after {
                            position: absolute;
                            display: block;
                            content: " ";
                            background: #f3f7f9;
                            background: rgba(0, 0, 0, .1)
                        }
                        
                        .tablesaw-bar .btn-select:after {
                            top: 6px;
                            right: auto;
                            bottom: 0;
                            left: auto;
                            display: inline-block;
                            width: 1.8em;
                            padding: 0;
                            margin: 0 5px 0;
                            font-family: "Web Icons";
                            font-size: 16px;
                            font-style: normal;
                            font-weight: 300;
                            font-variant: normal;
                            font-size-adjust: none;
                            font-stretch: normal;
                            line-height: 1;
                            content: "\f18f";
                            background: 0 0;
                            -webkit-font-feature-settings: normal;
                            -moz-font-feature-settings: normal;
                            font-feature-settings: normal;
                            -webkit-font-kerning: auto;
                            -moz-font-kerning: auto;
                            font-kerning: auto;
                            -webkit-font-language-override: normal;
                            -moz-font-language-override: normal;
                            font-language-override: normal;
                            font-synthesis: weight style;
                            text-rendering: auto
                        }
                        
                        .tablesaw-bar .btn-select.btn-micro:after,
                        .tablesaw-bar .btn-select.btn-small:after {
                            background: 0 0;
                            border-left-width: 0;
                            -webkit-box-shadow: none;
                            box-shadow: none
                        }
                        
                        .tablesaw-bar .btn-select.btn-small:after {
                            padding-top: 0;
                            padding-right: 0;
                            font-size: 16px
                        }
                        
                        .tablesaw-advance .btn {
                            -webkit-box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            box-sizing: border-box;
                            -webkit-appearance: none;
                            border-radius: 3px;
                            -moz-appearance: none
                        }
                        
                        .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
                            position: relative;
                            display: inline-block;
                            margin-left: .5em;
                            font-family: "Web Icons";
                            font-size: inherit;
                            font-style: normal;
                            font-weight: 300;
                            font-variant: normal;
                            font-size-adjust: none;
                            font-stretch: normal;
                            line-height: 1;
                            -webkit-font-feature-settings: normal;
                            -moz-font-feature-settings: normal;
                            font-feature-settings: normal;
                            -webkit-font-kerning: auto;
                            -moz-font-kerning: auto;
                            font-kerning: auto;
                            -webkit-font-language-override: normal;
                            -moz-font-language-override: normal;
                            font-language-override: normal;
                            font-synthesis: weight style;
                            text-rendering: auto
                        }
                        
                        .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
                            content: "\f18f"
                        }
                        
                        .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
                            content: "\f190"
                        }
                        
                        .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
                            content: "\f17e"
                        }
                        
                        .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
                            content: "\f17f"
                        }
                        
                        .tablesaw-advance a.tablesaw-nav-btn.disabled {
                            pointer-events: none;
                            cursor: default;
                            filter: alpha(opacity=40);
                            opacity: .4
                        }
                        
                        .tablesaw-bar {
                            clear: both;
                            font-family: sans-serif
                        }
                        
                        .tablesaw-toolbar {
                            float: left;
                            font-size: 13px
                        }
                        
                        .tablesaw-toolbar label {
                            display: block;
                            padding: .5em 0;
                            margin-right: 20px;
                            clear: both;
                            color: #76838f;
                            text-transform: uppercase
                        }
                        
                        .tablesaw-bar .btn,
                        .tablesaw-enhanced .tablesaw-bar .btn {
                            margin-top: .5em;
                            margin-bottom: .5em
                        }
                        
                        .tablesaw-bar .btn-select,
                        .tablesaw-enhanced .tablesaw-bar .btn-select {
                            margin-bottom: 0
                        }
                        
                        .tablesaw-bar .tablesaw-toolbar .btn {
                            padding-left: .3em;
                            margin-top: 0;
                            margin-left: .4em;
                            font-family: sans-serif;
                            font-size: 1em;
                            text-transform: uppercase;
                            background: 0 0;
                            border: none;
                            -webkit-box-shadow: none;
                            box-shadow: none
                        }
                        
                        .tablesaw-bar .tablesaw-toolbar .btn-select {
                            min-width: 0
                        }
                        
                        .tablesaw-bar .tablesaw-toolbar .btn-select:after {
                            padding-top: 0
                        }
                        
                        .tablesaw-bar .tablesaw-toolbar select {
                            color: #76838f;
                            text-transform: none;
                            background: 0 0
                        }
                        
                        .tablesaw-toolbar~table {
                            clear: both
                        }
                        
                        .tablesaw-toolbar .a11y-sm {
                            position: absolute;
                            width: 1px;
                            height: 1px;
                            overflow: hidden;
                            clip: rect(0 0 0 0)
                        }
                        
                        @media (min-width:24em) {
                            .tablesaw-toolbar .a11y-sm {
                                position: static;
                                width: auto;
                                height: auto;
                                overflow: visible;
                                clip: none
                            }
                        }
                        
                        .tablesaw td,
                        .tablesaw th {
                            line-height: 1em;
                            text-align: left;
                            vertical-align: middle
                        }
                        
                        .tablesaw tbody th,
                        .tablesaw td {
                            vertical-align: middle
                        }
                        
                        .tablesaw tbody th .btn,
                        .tablesaw td .btn {
                            margin: 0
                        }
                        
                        .tablesaw thead th {
                            text-align: left;
                            text-transform: uppercase
                        }
                        
                        .tablesaw caption {
                            margin-bottom: 0;
                            line-height: 2.4;
                            text-align: left;
                            filter: alpha(opacity=50);
                            opacity: .5
                        }
                        
                        @media (min-width:25em) {
                            .tablesaw caption {
                                margin-bottom: .6em;
                                line-height: 1.2
                            }
                        }
                        
                        .tablesaw-cell-label-top {
                            font-weight: 300;
                            text-transform: uppercase
                        }
                        
                        .tablesaw-cell-label {
                            text-transform: uppercase
                        }
                        
                        @media (min-width:40em) {
                            .tablesaw td {
                                line-height: 1.5em
                            }
                        }
                        
                        .tablesaw-cell-label-top {
                            font-weight: 300;
                            text-transform: uppercase
                        }
                        
                        .tablesaw-cell-label {
                            text-transform: uppercase
                        }
                        
                        @media (min-width:40em) {
                            .tablesaw td {
                                line-height: 1.5em
                            }
                        }
                        
                        .tablesaw-stack td .tablesaw-cell-label,
                        .tablesaw-stack th .tablesaw-cell-label {
                            display: none
                        }
                        
                        @media only all {
                            .tablesaw-stack td,
                            .tablesaw-stack th {
                                display: block;
                                text-align: left
                            }
                            .tablesaw-stack tr {
                                display: table-row;
                                clear: both
                            }
                            .tablesaw-stack td .tablesaw-cell-label,
                            .tablesaw-stack th .tablesaw-cell-label {
                                display: inline-block;
                                width: 30%;
                                padding: 0 .6em 0 0
                            }
                            .tablesaw-stack td .tablesaw-cell-label-top,
                            .tablesaw-stack th .tablesaw-cell-label-top {
                                display: block;
                                padding: .4em 0;
                                margin: .4em 0
                            }
                            .tablesaw-cell-label {
                                display: block
                            }
                            .tablesaw-stack tbody th.group {
                                margin-top: -1px
                            }
                            .tablesaw-stack th.group b.tablesaw-cell-label {
                                display: none!important
                            }
                        }
                        
                        @media (max-width:767px) {
                            .tablesaw-stack thead td,
                            .tablesaw-stack thead th {
                                display: none
                            }
                            .tablesaw-stack tbody td,
                            .tablesaw-stack tbody th {
                                float: left;
                                width: 100%;
                                clear: left
                            }
                            .tablesaw-cell-label {
                                vertical-align: top
                            }
                            .tablesaw-cell-content {
                                display: inline-block;
                                max-width: 67%
                            }
                            .tablesaw-stack td:empty,
                            .tablesaw-stack th:empty {
                                display: none
                            }
                        }
                        
                        @media (min-width:768px) {
                            .tablesaw-stack tr {
                                display: table-row
                            }
                            .tablesaw-stack td,
                            .tablesaw-stack th,
                            .tablesaw-stack thead td,
                            .tablesaw-stack thead th {
                                display: table-cell
                            }
                            .tablesaw-stack td .tablesaw-cell-label,
                            .tablesaw-stack th .tablesaw-cell-label {
                                display: none!important
                            }
                        }
                        
                        .tablesaw-fix-persist {
                            table-layout: fixed
                        }
                        
                        @media only all {
                            .tablesaw-swipe td.tablesaw-cell-hidden,
                            .tablesaw-swipe th.tablesaw-cell-hidden {
                                display: none
                            }
                        }
                        
                        .btn.tablesaw-columntoggle-btn span {
                            display: inline-block;
                            text-indent: -9999px
                        }
                        
                        .tablesaw-columntoggle-btnwrap {
                            position: relative
                        }
                        
                        .tablesaw-columntoggle-btnwrap .dialog-content {
                            padding: .5em
                        }
                        
                        .tablesaw-columntoggle tbody td {
                            line-height: 1.5
                        }
                        
                        .tablesaw-columntoggle-popup {
                            display: none
                        }
                        
                        .tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
                            position: absolute;
                            top: 2em;
                            right: 0;
                            z-index: 1;
                            display: block;
                            padding: .5em .8em;
                            background-color: #fff;
                            border: 1px solid #e4eaec;
                            border-radius: 3px
                        }
                        
                        .tablesaw-columntoggle-popup fieldset {
                            margin: 0
                        }
                        
                        @media only all {
                            .tablesaw-columntoggle td.tablesaw-priority-1,
                            .tablesaw-columntoggle td.tablesaw-priority-2,
                            .tablesaw-columntoggle td.tablesaw-priority-3,
                            .tablesaw-columntoggle td.tablesaw-priority-4,
                            .tablesaw-columntoggle td.tablesaw-priority-5,
                            .tablesaw-columntoggle td.tablesaw-priority-6,
                            .tablesaw-columntoggle th.tablesaw-priority-1,
                            .tablesaw-columntoggle th.tablesaw-priority-2,
                            .tablesaw-columntoggle th.tablesaw-priority-3,
                            .tablesaw-columntoggle th.tablesaw-priority-4,
                            .tablesaw-columntoggle th.tablesaw-priority-5,
                            .tablesaw-columntoggle th.tablesaw-priority-6 {
                                display: none
                            }
                        }
                        
                        .tablesaw-columntoggle-btnwrap .dialog-content {
                            top: 0!important;
                            right: 1em;
                            left: auto!important;
                            width: 12em;
                            max-width: 18em;
                            margin: -.5em auto 0
                        }
                        
                        .tablesaw-columntoggle-btnwrap .dialog-content:focus {
                            outline-style: none
                        }
                        
                        @media (min-width:20em) {
                            .tablesaw-columntoggle td.tablesaw-priority-1,
                            .tablesaw-columntoggle th.tablesaw-priority-1 {
                                display: table-cell
                            }
                        }
                        
                        @media (min-width:30em) {
                            .tablesaw-columntoggle td.tablesaw-priority-2,
                            .tablesaw-columntoggle th.tablesaw-priority-2 {
                                display: table-cell
                            }
                        }
                        
                        @media (min-width:40em) {
                            .tablesaw-columntoggle td.tablesaw-priority-3,
                            .tablesaw-columntoggle th.tablesaw-priority-3 {
                                display: table-cell
                            }
                            .tablesaw-columntoggle tbody td {
                                line-height: 2
                            }
                        }
                        
                        @media (min-width:50em) {
                            .tablesaw-columntoggle td.tablesaw-priority-4,
                            .tablesaw-columntoggle th.tablesaw-priority-4 {
                                display: table-cell
                            }
                        }
                        
                        @media (min-width:60em) {
                            .tablesaw-columntoggle td.tablesaw-priority-5,
                            .tablesaw-columntoggle th.tablesaw-priority-5 {
                                display: table-cell
                            }
                        }
                        
                        @media (min-width:70em) {
                            .tablesaw-columntoggle td.tablesaw-priority-6,
                            .tablesaw-columntoggle th.tablesaw-priority-6 {
                                display: table-cell
                            }
                        }
                        
                        @media only all {
                            .tablesaw-columntoggle td.tablesaw-cell-hidden,
                            .tablesaw-columntoggle th.tablesaw-cell-hidden {
                                display: none
                            }
                            .tablesaw-columntoggle td.tablesaw-cell-visible,
                            .tablesaw-columntoggle th.tablesaw-cell-visible {
                                display: table-cell
                            }
                        }
                        
                        .tablesaw-columntoggle-popup .btn-group>label {
                            display: block;
                            padding: .2em 0;
                            white-space: nowrap
                        }
                        
                        .tablesaw-columntoggle-popup .btn-group>label input {
                            margin-right: .8em
                        }
                        
                        .tablesaw-sortable,
                        .tablesaw-sortable thead,
                        .tablesaw-sortable thead tr,
                        .tablesaw-sortable thead tr th {
                            position: relative
                        }
                        
                        .tablesaw-sortable thead tr th {
                            padding-right: 1.6em;
                            vertical-align: top
                        }
                        
                        .tablesaw-sortable th.tablesaw-sortable-head,
                        .tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
                            padding: 0
                        }
                        
                        .tablesaw-sortable th.tablesaw-sortable-head button {
                            padding-top: .9em;
                            padding-right: 1.6em;
                            padding-bottom: .7em;
                            padding-left: .6em
                        }
                        
                        .tablesaw-sortable .tablesaw-sortable-head button {
                            position: relative;
                            min-width: 100%;
                            padding: 0;
                            font: inherit;
                            color: inherit;
                            text-align: left;
                            text-transform: inherit;
                            background: 0 0;
                            border: 0
                        }
                        
                        .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
                        .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
                            position: absolute;
                            right: .5em;
                            display: inline-block;
                            width: 7px;
                            height: 10px;
                            font-family: "Web Icons";
                            font-size: inherit;
                            font-style: normal;
                            font-weight: 300;
                            font-variant: normal;
                            font-size-adjust: none;
                            font-stretch: normal;
                            line-height: 1;
                            content: "\0020";
                            -webkit-font-feature-settings: normal;
                            -moz-font-feature-settings: normal;
                            font-feature-settings: normal;
                            -webkit-font-kerning: auto;
                            -moz-font-kerning: auto;
                            font-kerning: auto;
                            -webkit-font-language-override: normal;
                            -moz-font-language-override: normal;
                            font-language-override: normal;
                            font-synthesis: weight style;
                            text-rendering: auto
                        }
                        
                        .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
                            content: "\f190"
                        }
                        
                        .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
                            content: "\f18f"
                        }
                        
                        .tablesaw-sortable .not-applicable:after {
                            display: block;
                            content: "--"
                        }
                        
                        .tablesaw-sortable .not-applicable span {
                            display: none
                        }
                        
                        .tablesaw-advance {
                            float: right
                        }
                        
                        .tablesaw-advance.minimap {
                            margin-right: .4em
                        }
                        
                        .tablesaw-advance-dots {
                            float: left;
                            padding: 0;
                            margin: 0;
                            list-style: none
                        }
                        
                        .tablesaw-advance-dots li {
                            display: table-cell;
                            padding: .4em .2em
                        }
                        
                        .tablesaw-advance-dots li i {
                            display: inline-block;
                            width: 4px;
                            height: 4px;
                            background: #a3afb7;
                            border-radius: 100%
                        }
                        
                        .tablesaw-advance-dots-hide {
                            pointer-events: none;
                            cursor: default;
                            filter: alpha(opacity=30);
                            opacity: .3
                        }
                        
                        .lg-sub-html,
                        .lg-toolbar {
                            background-color: rgba(0, 0, 0, .45)
                        }
                        
                        #lg-counter,
                        .lg-outer .lg-video-cont {
                            vertical-align: middle;
                            display: inline-block
                        }
                        
                        @font-face {
                            font-family: lg;
                            src: url('../../../public/ui/v2/static/plugin/lightGallery/css/../fonts/lg.eot?n1z373');
                            src: url('../../../public/ui/v2/static/plugin/lightGallery/css/../fonts/lg.eot?#iefixn1z373') format("embedded-opentype"), url('../../../public/ui/v2/static/plugin/lightGallery/css/../fonts/lg.woff?n1z373') format("woff"), url('../../../public/ui/v2/static/plugin/lightGallery/css/../fonts/lg.ttf?n1z373') format("truetype"), url('../../../public/ui/v2/static/plugin/lightGallery/css/../fonts/lg.svg?n1z373#lg') format("svg");
                            font-weight: 400;
                            font-style: normal
                        }
                        
                        .lg-icon {
                            font-family: lg;
                            speak: none;
                            font-style: normal;
                            font-weight: 400;
                            font-variant: normal;
                            text-transform: none;
                            line-height: 1;
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale
                        }
                        
                        .lg-actions .lg-next,
                        .lg-actions .lg-prev {
                            background-color: rgba(0, 0, 0, .45);
                            border-radius: 2px;
                            color: #999;
                            cursor: pointer;
                            display: block;
                            font-size: 22px;
                            margin-top: -10px;
                            padding: 8px 10px 9px;
                            position: absolute;
                            top: 50%;
                            z-index: 1080
                        }
                        
                        .lg-actions .lg-next.disabled,
                        .lg-actions .lg-prev.disabled {
                            pointer-events: none;
                            opacity: .5
                        }
                        
                        .lg-actions .lg-next:hover,
                        .lg-actions .lg-prev:hover {
                            color: #FFF
                        }
                        
                        .lg-actions .lg-next {
                            right: 20px
                        }
                        
                        .lg-actions .lg-next:before {
                            content: "\e095"
                        }
                        
                        .lg-actions .lg-prev {
                            left: 20px
                        }
                        
                        .lg-actions .lg-prev:after {
                            content: "\e094"
                        }
                        
                        @-webkit-keyframes lg-right-end {
                            0%,
                            100% {
                                left: 0
                            }
                            50% {
                                left: -30px
                            }
                        }
                        
                        @-moz-keyframes lg-right-end {
                            0%,
                            100% {
                                left: 0
                            }
                            50% {
                                left: -30px
                            }
                        }
                        
                        @-ms-keyframes lg-right-end {
                            0%,
                            100% {
                                left: 0
                            }
                            50% {
                                left: -30px
                            }
                        }
                        
                        @keyframes lg-right-end {
                            0%,
                            100% {
                                left: 0
                            }
                            50% {
                                left: -30px
                            }
                        }
                        
                        @-webkit-keyframes lg-left-end {
                            0%,
                            100% {
                                left: 0
                            }
                            50% {
                                left: 30px
                            }
                        }
                        
                        @-moz-keyframes lg-left-end {
                            0%,
                            100% {
                                left: 0
                            }
                            50% {
                                left: 30px
                            }
                        }
                        
                        @-ms-keyframes lg-left-end {
                            0%,
                            100% {
                                left: 0
                            }
                            50% {
                                left: 30px
                            }
                        }
                        
                        @keyframes lg-left-end {
                            0%,
                            100% {
                                left: 0
                            }
                            50% {
                                left: 30px
                            }
                        }
                        
                        .lg-outer.lg-right-end .lg-object {
                            -webkit-animation: lg-right-end .3s;
                            -o-animation: lg-right-end .3s;
                            animation: lg-right-end .3s;
                            position: relative
                        }
                        
                        .lg-outer.lg-left-end .lg-object {
                            -webkit-animation: lg-left-end .3s;
                            -o-animation: lg-left-end .3s;
                            animation: lg-left-end .3s;
                            position: relative
                        }
                        
                        .lg-toolbar {
                            z-index: 1082;
                            left: 0;
                            position: absolute;
                            top: 0;
                            width: 100%
                        }
                        
                        .lg-toolbar .lg-icon {
                            color: #999;
                            cursor: pointer;
                            float: right;
                            font-size: 24px;
                            height: 47px;
                            line-height: 27px;
                            padding: 10px 0;
                            text-align: center;
                            width: 50px;
                            text-decoration: none!important;
                            outline: 0;
                            -webkit-transition: color .2s linear;
                            -o-transition: color .2s linear;
                            transition: color .2s linear
                        }
                        
                        .lg-toolbar .lg-icon:hover {
                            color: #FFF
                        }
                        
                        .lg-toolbar .lg-close:after {
                            content: "\e070"
                        }
                        
                        .lg-toolbar .lg-download:after {
                            content: "\e0f2"
                        }
                        
                        .lg-sub-html {
                            bottom: 0;
                            color: #EEE;
                            font-size: 16px;
                            left: 0;
                            padding: 10px 40px;
                            position: fixed;
                            right: 0;
                            text-align: center;
                            z-index: 1080
                        }
                        
                        .lg-sub-html h4 {
                            margin: 0;
                            font-size: 13px;
                            font-weight: 700
                        }
                        
                        .lg-sub-html p {
                            font-size: 12px;
                            margin: 5px 0 0
                        }
                        
                        #lg-counter {
                            color: #999;
                            font-size: 16px;
                            padding-left: 20px;
                            padding-top: 12px
                        }
                        
                        .lg-next,
                        .lg-prev,
                        .lg-toolbar {
                            opacity: 1;
                            -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
                            -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
                            -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
                            transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
                        }
                        
                        .lg-hide-items .lg-prev {
                            opacity: 0;
                            -webkit-transform: translate3d(-10px, 0, 0);
                            transform: translate3d(-10px, 0, 0)
                        }
                        
                        .lg-hide-items .lg-next {
                            opacity: 0;
                            -webkit-transform: translate3d(10px, 0, 0);
                            transform: translate3d(10px, 0, 0)
                        }
                        
                        .lg-hide-items .lg-toolbar {
                            opacity: 0;
                            -webkit-transform: translate3d(0, -10px, 0);
                            transform: translate3d(0, -10px, 0)
                        }
                        
                        body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
                            -webkit-transform: scale3d(.5, .5, .5);
                            transform: scale3d(.5, .5, .5);
                            opacity: 0;
                            -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
                            -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
                            -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
                            transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
                            -webkit-transform-origin: 50% 50%;
                            -moz-transform-origin: 50% 50%;
                            -ms-transform-origin: 50% 50%;
                            transform-origin: 50% 50%
                        }
                        
                        body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
                            -webkit-transform: scale3d(1, 1, 1);
                            transform: scale3d(1, 1, 1);
                            opacity: 1
                        }
                        
                        .lg-outer .lg-thumb-outer {
                            background-color: #0D0A0A;
                            bottom: 0;
                            position: absolute;
                            width: 100%;
                            z-index: 1080;
                            max-height: 350px;
                            -webkit-transform: translate3d(0, 100%, 0);
                            transform: translate3d(0, 100%, 0);
                            -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
                            -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
                            -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
                            transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
                        }
                        
                        .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
                            cursor: -webkit-grab;
                            cursor: -moz-grab;
                            cursor: -o-grab;
                            cursor: -ms-grab;
                            cursor: grab
                        }
                        
                        .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
                            cursor: move;
                            cursor: -webkit-grabbing;
                            cursor: -moz-grabbing;
                            cursor: -o-grabbing;
                            cursor: -ms-grabbing;
                            cursor: grabbing
                        }
                        
                        .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
                            -webkit-transition-duration: 0s!important;
                            transition-duration: 0s!important
                        }
                        
                        .lg-outer.lg-thumb-open .lg-thumb-outer {
                            -webkit-transform: translate3d(0, 0, 0);
                            transform: translate3d(0, 0, 0)
                        }
                        
                        .lg-outer .lg-thumb {
                            padding: 10px 0;
                            height: 100%;
                            margin-bottom: -5px
                        }
                        
                        .lg-outer .lg-thumb-item {
                            cursor: pointer;
                            float: left;
                            overflow: hidden;
                            height: 100%;
                            border: 2px solid #FFF;
                            border-radius: 4px;
                            margin-bottom: 5px
                        }
                        
                        @media (min-width:1025px) {
                            .lg-outer .lg-thumb-item {
                                -webkit-transition: border-color .25s ease;
                                -o-transition: border-color .25s ease;
                                transition: border-color .25s ease
                            }
                        }
                        
                        .lg-outer .lg-thumb-item.active,
                        .lg-outer .lg-thumb-item:hover {
                            border-color: #a90707
                        }
                        
                        .lg-outer .lg-thumb-item img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover
                        }
                        
                        .lg-outer.lg-has-thumb .lg-item {
                            padding-bottom: 120px
                        }
                        
                        .lg-outer.lg-can-toggle .lg-item {
                            padding-bottom: 0
                        }
                        
                        .lg-outer.lg-pull-caption-up .lg-sub-html {
                            -webkit-transition: bottom .25s ease;
                            -o-transition: bottom .25s ease;
                            transition: bottom .25s ease
                        }
                        
                        .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
                            bottom: 100px
                        }
                        
                        .lg-outer .lg-toogle-thumb {
                            background-color: #0D0A0A;
                            border-radius: 2px 2px 0 0;
                            color: #999;
                            cursor: pointer;
                            font-size: 24px;
                            height: 39px;
                            line-height: 27px;
                            padding: 5px 0;
                            position: absolute;
                            right: 20px;
                            text-align: center;
                            top: -39px;
                            width: 50px
                        }
                        
                        .lg-outer .lg-toogle-thumb:hover,
                        .lg-outer.lg-dropdown-active #lg-share {
                            color: #FFF
                        }
                        
                        .lg-outer .lg-toogle-thumb:after {
                            content: "\e1ff"
                        }
                        
                        .lg-outer .lg-video-cont {
                            max-width: 1140px;
                            max-height: 100%;
                            width: 100%;
                            padding: 0 5px
                        }
                        
                        .lg-outer .lg-video {
                            width: 100%;
                            height: 0;
                            padding-bottom: 56.25%;
                            overflow: hidden;
                            position: relative
                        }
                        
                        .lg-outer .lg-video .lg-object {
                            display: inline-block;
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%!important;
                            height: 100%!important
                        }
                        
                        .lg-outer .lg-video .lg-video-play {
                            width: 84px;
                            height: 59px;
                            position: absolute;
                            left: 50%;
                            top: 50%;
                            margin-left: -42px;
                            margin-top: -30px;
                            z-index: 1080;
                            cursor: pointer
                        }
                        
                        .lg-outer .lg-has-vimeo .lg-video-play {
                            background: url('/public/upload/image//vimeo-play.png') no-repeat
                        }
                        
                        .lg-outer .lg-has-vimeo:hover .lg-video-play {
                            background: url('/public/upload/image/vimeo-play.png') 0 -58px no-repeat
                        }
                        
                        .lg-outer .lg-has-html5 .lg-video-play {
                            background: url('/public/upload/image/video-play.png') no-repeat;
                            height: 64px;
                            margin-left: -32px;
                            margin-top: -32px;
                            width: 64px;
                            opacity: .8
                        }
                        
                        .lg-outer .lg-has-html5:hover .lg-video-play {
                            opacity: 1
                        }
                        
                        .lg-outer .lg-has-youtube .lg-video-play {
                            background: url('/public/upload/image/youtube-play.png') no-repeat
                        }
                        
                        .lg-outer .lg-has-youtube:hover .lg-video-play {
                            background: url('/public/upload/image/youtube-play.png') 0 -60px no-repeat
                        }
                        
                        .lg-outer .lg-video-object {
                            width: 100%!important;
                            height: 100%!important;
                            position: absolute;
                            top: 0;
                            left: 0
                        }
                        
                        .lg-outer .lg-has-video .lg-video-object {
                            visibility: hidden
                        }
                        
                        .lg-outer .lg-has-video.lg-video-playing .lg-object,
                        .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
                            display: none
                        }
                        
                        .lg-outer .lg-has-video.lg-video-playing .lg-video-object {
                            visibility: visible
                        }
                        
                        .lg-progress-bar {
                            background-color: #333;
                            height: 5px;
                            left: 0;
                            position: absolute;
                            top: 0;
                            width: 100%;
                            z-index: 1083;
                            opacity: 0;
                            -webkit-transition: opacity 80ms ease 0s;
                            -moz-transition: opacity 80ms ease 0s;
                            -o-transition: opacity 80ms ease 0s;
                            transition: opacity 80ms ease 0s
                        }
                        
                        .lg-progress-bar .lg-progress {
                            background-color: #a90707;
                            height: 5px;
                            width: 0
                        }
                        
                        .lg-progress-bar.lg-start .lg-progress {
                            width: 100%
                        }
                        
                        .lg-show-autoplay .lg-progress-bar {
                            opacity: 1
                        }
                        
                        .lg-autoplay-button:after {
                            content: "\e01d"
                        }
                        
                        .lg-show-autoplay .lg-autoplay-button:after {
                            content: "\e01a"
                        }
                        
                        .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
                        .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
                            -webkit-transition-duration: 0s;
                            transition-duration: 0s
                        }
                        
                        .lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
                            -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
                            -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
                            -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
                            transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
                        }
                        
                        .lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
                            -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
                            -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
                            -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
                            transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
                        }
                        
                        .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
                            -webkit-transform: translate3d(0, 0, 0);
                            transform: translate3d(0, 0, 0);
                            -webkit-backface-visibility: hidden;
                            -moz-backface-visibility: hidden;
                            backface-visibility: hidden
                        }
                        
                        .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
                            -webkit-transform: scale3d(1, 1, 1);
                            transform: scale3d(1, 1, 1);
                            -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
                            -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
                            -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
                            transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
                            -webkit-transform-origin: 0 0;
                            -moz-transform-origin: 0 0;
                            -ms-transform-origin: 0 0;
                            transform-origin: 0 0;
                            -webkit-backface-visibility: hidden;
                            -moz-backface-visibility: hidden;
                            backface-visibility: hidden
                        }
                        
                        #lg-zoom-in:after {
                            content: "\e311"
                        }
                        
                        #lg-actual-size {
                            font-size: 20px
                        }
                        
                        #lg-actual-size:after {
                            content: "\e033"
                        }
                        
                        #lg-zoom-out {
                            opacity: .5;
                            pointer-events: none
                        }
                        
                        #lg-zoom-out:after {
                            content: "\e312"
                        }
                        
                        .lg-zoomed #lg-zoom-out {
                            opacity: 1;
                            pointer-events: auto
                        }
                        
                        .lg-outer .lg-pager-outer {
                            bottom: 60px;
                            left: 0;
                            position: absolute;
                            right: 0;
                            text-align: center;
                            z-index: 1080;
                            height: 10px
                        }
                        
                        .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
                            overflow: visible
                        }
                        
                        .lg-outer .lg-pager-cont {
                            cursor: pointer;
                            display: inline-block;
                            overflow: hidden;
                            position: relative;
                            vertical-align: top;
                            margin: 0 5px
                        }
                        
                        .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
                            opacity: 1;
                            -webkit-transform: translate3d(0, 0, 0);
                            transform: translate3d(0, 0, 0)
                        }
                        
                        .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
                            box-shadow: 0 0 0 2px #fff inset
                        }
                        
                        .lg-outer .lg-pager-thumb-cont {
                            background-color: #fff;
                            color: #FFF;
                            bottom: 100%;
                            height: 83px;
                            left: 0;
                            margin-bottom: 20px;
                            margin-left: -60px;
                            opacity: 0;
                            padding: 5px;
                            position: absolute;
                            width: 120px;
                            border-radius: 3px;
                            -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
                            -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
                            -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
                            transition: opacity .15s ease 0s, transform .15s ease 0s;
                            -webkit-transform: translate3d(0, 5px, 0);
                            transform: translate3d(0, 5px, 0)
                        }
                        
                        .lg-outer .lg-pager-thumb-cont img {
                            width: 100%;
                            height: 100%
                        }
                        
                        .lg-outer .lg-pager {
                            background-color: rgba(255, 255, 255, .5);
                            border-radius: 50%;
                            box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
                            display: block;
                            height: 12px;
                            -webkit-transition: box-shadow .3s ease 0s;
                            -o-transition: box-shadow .3s ease 0s;
                            transition: box-shadow .3s ease 0s;
                            width: 12px
                        }
                        
                        .lg-outer .lg-pager:focus,
                        .lg-outer .lg-pager:hover {
                            box-shadow: 0 0 0 8px #fff inset
                        }
                        
                        .lg-outer .lg-caret {
                            border-left: 10px solid transparent;
                            border-right: 10px solid transparent;
                            border-top: 10px dashed;
                            bottom: -10px;
                            display: inline-block;
                            height: 0;
                            left: 50%;
                            margin-left: -5px;
                            position: absolute;
                            vertical-align: middle;
                            width: 0
                        }
                        
                        .lg-fullscreen:after {
                            content: "\e20c"
                        }
                        
                        .lg-fullscreen-on .lg-fullscreen:after {
                            content: "\e20d"
                        }
                        
                        .lg-outer #lg-dropdown-overlay {
                            background-color: rgba(0, 0, 0, .25);
                            bottom: 0;
                            cursor: default;
                            left: 0;
                            position: fixed;
                            right: 0;
                            top: 0;
                            z-index: 1081;
                            opacity: 0;
                            visibility: hidden;
                            -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
                            -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
                            transition: visibility 0s linear .18s, opacity .18s linear 0s
                        }
                        
                        .lg-outer.lg-dropdown-active #lg-dropdown-overlay,
                        .lg-outer.lg-dropdown-active .lg-dropdown {
                            -webkit-transition-delay: 0s;
                            transition-delay: 0s;
                            -moz-transform: translate3d(0, 0, 0);
                            -o-transform: translate3d(0, 0, 0);
                            -ms-transform: translate3d(0, 0, 0);
                            -webkit-transform: translate3d(0, 0, 0);
                            transform: translate3d(0, 0, 0);
                            opacity: 1;
                            visibility: visible
                        }
                        
                        .lg-outer .lg-dropdown {
                            background-color: #fff;
                            border-radius: 2px;
                            font-size: 14px;
                            list-style-type: none;
                            margin: 0;
                            padding: 10px 0;
                            position: absolute;
                            right: 0;
                            text-align: left;
                            top: 50px;
                            opacity: 0;
                            visibility: hidden;
                            -moz-transform: translate3d(0, 5px, 0);
                            -o-transform: translate3d(0, 5px, 0);
                            -ms-transform: translate3d(0, 5px, 0);
                            -webkit-transform: translate3d(0, 5px, 0);
                            transform: translate3d(0, 5px, 0);
                            -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
                            -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
                            -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
                            transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
                        }
                        
                        .lg-outer .lg-dropdown:after {
                            content: "";
                            display: block;
                            height: 0;
                            width: 0;
                            position: absolute;
                            border: 8px solid transparent;
                            border-bottom-color: #FFF;
                            right: 16px;
                            top: -16px
                        }
                        
                        .lg-outer .lg-dropdown>li:last-child {
                            margin-bottom: 0
                        }
                        
                        .lg-outer .lg-dropdown>li:hover .lg-icon,
                        .lg-outer .lg-dropdown>li:hover a {
                            color: #333
                        }
                        
                        .lg-outer .lg-dropdown a {
                            color: #333;
                            display: block;
                            white-space: pre;
                            padding: 4px 12px;
                            font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
                            font-size: 12px
                        }
                        
                        .lg-outer .lg-dropdown a:hover {
                            background-color: rgba(0, 0, 0, .07)
                        }
                        
                        .lg-outer .lg-dropdown .lg-dropdown-text {
                            display: inline-block;
                            line-height: 1;
                            margin-top: -3px;
                            vertical-align: middle
                        }
                        
                        .lg-outer .lg-dropdown .lg-icon {
                            color: #333;
                            display: inline-block;
                            float: none;
                            font-size: 20px;
                            height: auto;
                            line-height: 1;
                            margin-right: 8px;
                            padding: 0;
                            vertical-align: middle;
                            width: auto
                        }
                        
                        .lg-outer,
                        .lg-outer .lg,
                        .lg-outer .lg-inner {
                            width: 100%;
                            height: 100%
                        }
                        
                        .lg-outer #lg-share {
                            position: relative
                        }
                        
                        .lg-outer #lg-share:after {
                            content: "\e80d"
                        }
                        
                        .lg-outer #lg-share-facebook .lg-icon {
                            color: #3b5998
                        }
                        
                        .lg-outer #lg-share-facebook .lg-icon:after {
                            content: "\e901"
                        }
                        
                        .lg-outer #lg-share-twitter .lg-icon {
                            color: #00aced
                        }
                        
                        .lg-outer #lg-share-twitter .lg-icon:after {
                            content: "\e904"
                        }
                        
                        .lg-outer #lg-share-googleplus .lg-icon {
                            color: #dd4b39
                        }
                        
                        .lg-outer #lg-share-googleplus .lg-icon:after {
                            content: "\e902"
                        }
                        
                        .lg-outer #lg-share-pinterest .lg-icon {
                            color: #cb2027
                        }
                        
                        .lg-outer #lg-share-pinterest .lg-icon:after {
                            content: "\e903"
                        }
                        
                        .lg-group:after {
                            content: "";
                            display: table;
                            clear: both
                        }
                        
                        .lg-outer {
                            position: fixed;
                            top: 0;
                            left: 0;
                            z-index: 1050;
                            opacity: 0;
                            -webkit-transition: opacity .15s ease 0s;
                            -o-transition: opacity .15s ease 0s;
                            transition: opacity .15s ease 0s
                        }
                        
                        .lg-outer * {
                            -webkit-box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            box-sizing: border-box
                        }
                        
                        .lg-outer.lg-visible {
                            opacity: 1
                        }
                        
                        .lg-outer.lg-css3 .lg-item.lg-current,
                        .lg-outer.lg-css3 .lg-item.lg-next-slide,
                        .lg-outer.lg-css3 .lg-item.lg-prev-slide {
                            -webkit-transition-duration: inherit!important;
                            transition-duration: inherit!important;
                            -webkit-transition-timing-function: inherit!important;
                            transition-timing-function: inherit!important
                        }
                        
                        .lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
                        .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
                        .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
                            -webkit-transition-duration: 0s!important;
                            transition-duration: 0s!important;
                            opacity: 1
                        }
                        
                        .lg-outer.lg-grab img.lg-object {
                            cursor: -webkit-grab;
                            cursor: -moz-grab;
                            cursor: -o-grab;
                            cursor: -ms-grab;
                            cursor: grab
                        }
                        
                        .lg-outer.lg-grabbing img.lg-object {
                            cursor: move;
                            cursor: -webkit-grabbing;
                            cursor: -moz-grabbing;
                            cursor: -o-grabbing;
                            cursor: -ms-grabbing;
                            cursor: grabbing
                        }
                        
                        .lg-outer .lg {
                            position: relative;
                            overflow: hidden;
                            margin-left: auto;
                            margin-right: auto;
                            max-width: 100%;
                            max-height: 100%
                        }
                        
                        .lg-outer .lg-inner {
                            position: absolute;
                            left: 0;
                            top: 0;
                            white-space: nowrap
                        }
                        
                        .lg-outer .lg-item {
                            background: url('/public/upload/image/loading.gif') center center no-repeat;
                            display: none!important
                        }
                        
                        .lg-outer.lg-css .lg-current,
                        .lg-outer.lg-css3 .lg-current,
                        .lg-outer.lg-css3 .lg-next-slide,
                        .lg-outer.lg-css3 .lg-prev-slide {
                            display: inline-block!important
                        }
                        
                        .lg-outer .lg-img-wrap,
                        .lg-outer .lg-item {
                            display: inline-block;
                            text-align: center;
                            position: absolute;
                            width: 100%;
                            height: 100%
                        }
                        
                        .lg-outer .lg-img-wrap:before,
                        .lg-outer .lg-item:before {
                            content: "";
                            display: inline-block;
                            height: 50%;
                            width: 1px;
                            margin-right: -1px
                        }
                        
                        .lg-outer .lg-img-wrap {
                            position: absolute;
                            padding: 0 5px;
                            left: 0;
                            right: 0;
                            top: 0;
                            bottom: 0
                        }
                        
                        .lg-outer .lg-item.lg-complete {
                            background-image: none
                        }
                        
                        .lg-outer .lg-item.lg-current {
                            z-index: 1060
                        }
                        
                        .lg-outer .lg-image {
                            display: inline-block;
                            vertical-align: middle;
                            max-width: 100%;
                            max-height: 100%;
                            width: auto!important;
                            height: auto!important
                        }
                        
                        .lg-outer.lg-show-after-load .lg-item .lg-object,
                        .lg-outer.lg-show-after-load .lg-item .lg-video-play {
                            opacity: 0;
                            -webkit-transition: opacity .15s ease 0s;
                            -o-transition: opacity .15s ease 0s;
                            transition: opacity .15s ease 0s
                        }
                        
                        .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
                        .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
                            opacity: 1
                        }
                        
                        .lg-outer .lg-empty-html,
                        .lg-outer.lg-hide-download #lg-download {
                            display: none
                        }
                        
                        .lg-backdrop {
                            position: fixed;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            z-index: 1040;
                            background-color: #000;
                            opacity: 0;
                            -webkit-transition: opacity .15s ease 0s;
                            -o-transition: opacity .15s ease 0s;
                            transition: opacity .15s ease 0s
                        }
                        
                        .lg-backdrop.in {
                            opacity: 1
                        }
                        
                        .lg-css3.lg-no-trans .lg-current,
                        .lg-css3.lg-no-trans .lg-next-slide,
                        .lg-css3.lg-no-trans .lg-prev-slide {
                            -webkit-transition: none 0s ease 0s!important;
                            -moz-transition: none 0s ease 0s!important;
                            -o-transition: none 0s ease 0s!important;
                            transition: none 0s ease 0s!important
                        }
                        
                        .lg-css3.lg-use-css3 .lg-item,
                        .lg-css3.lg-use-left .lg-item {
                            -webkit-backface-visibility: hidden;
                            -moz-backface-visibility: hidden;
                            backface-visibility: hidden
                        }
                        
                        .lg-css3.lg-fade .lg-item {
                            opacity: 0
                        }
                        
                        .lg-css3.lg-fade .lg-item.lg-current {
                            opacity: 1
                        }
                        
                        .lg-css3.lg-fade .lg-item.lg-current,
                        .lg-css3.lg-fade .lg-item.lg-next-slide,
                        .lg-css3.lg-fade .lg-item.lg-prev-slide {
                            -webkit-transition: opacity .1s ease 0s;
                            -moz-transition: opacity .1s ease 0s;
                            -o-transition: opacity .1s ease 0s;
                            transition: opacity .1s ease 0s
                        }
                        
                        .lg-css3.lg-slide.lg-use-css3 .lg-item {
                            opacity: 0
                        }
                        
                        .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
                            -webkit-transform: translate3d(-100%, 0, 0);
                            transform: translate3d(-100%, 0, 0)
                        }
                        
                        .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
                            -webkit-transform: translate3d(100%, 0, 0);
                            transform: translate3d(100%, 0, 0)
                        }
                        
                        .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
                            -webkit-transform: translate3d(0, 0, 0);
                            transform: translate3d(0, 0, 0);
                            opacity: 1
                        }
                        
                        .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
                        .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
                        .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
                            -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
                            -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
                            -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
                            transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
                        }
                        
                        .lg-css3.lg-slide.lg-use-left .lg-item {
                            opacity: 0;
                            position: absolute;
                            left: 0
                        }
                        
                        .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
                            left: -100%
                        }
                        
                        .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
                            left: 100%
                        }
                        
                        .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
                            left: 0;
                            opacity: 1
                        }
                        
                        .lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
                        .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
                        .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
                            -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
                            -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
                            -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
                            transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
                        }
                        
                        .pswp {
                            display: none;
                            position: absolute;
                            width: 100%;
                            height: 100%;
                            left: 0;
                            top: 0;
                            overflow: hidden;
                            -ms-touch-action: none;
                            touch-action: none;
                            z-index: 1800;
                            -webkit-text-size-adjust: 100%;
                            -webkit-backface-visibility: hidden;
                            outline: none
                        }
                        
                        .pswp * {
                            -webkit-box-sizing: border-box;
                            box-sizing: border-box
                        }
                        
                        .pswp img {
                            max-width: none;
                            -webkit-transition: none;
                            -o-transition: none;
                            transition: none
                        }
                        
                        .pswp--animate_opacity {
                            opacity: 0.001;
                            will-change: opacity;
                            -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
                            transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
                        }
                        
                        .pswp--open {
                            display: block
                        }
                        
                        .pswp--zoom-allowed .pswp__img {
                            cursor: -webkit-zoom-in;
                            cursor: -moz-zoom-in;
                            cursor: zoom-in
                        }
                        
                        .pswp--zoomed-in .pswp__img {
                            cursor: -webkit-grab;
                            cursor: -moz-grab;
                            cursor: grab
                        }
                        
                        .pswp--dragging .pswp__img {
                            cursor: -webkit-grabbing;
                            cursor: -moz-grabbing;
                            cursor: grabbing
                        }
                        
                        .pswp__bg {
                            position: absolute;
                            left: 0;
                            top: 0;
                            width: 100%;
                            height: 100%;
                            background: #fff;
                            opacity: 0;
                            transform: translateZ(0);
                            -webkit-backface-visibility: hidden;
                            will-change: opacity
                        }
                        
                        .pswp__scroll-wrap {
                            position: absolute;
                            left: 0;
                            top: 0;
                            width: 100%;
                            height: 100%;
                            overflow: hidden
                        }
                        
                        .pswp__container,
                        .pswp__zoom-wrap {
                            -ms-touch-action: none;
                            touch-action: none;
                            position: absolute;
                            left: 0;
                            right: 0;
                            top: 0;
                            bottom: 0
                        }
                        
                        .pswp__container,
                        .pswp__img {
                            -webkit-user-select: none;
                            -moz-user-select: none;
                            -ms-user-select: none;
                            user-select: none;
                            -webkit-tap-highlight-color: transparent;
                            -webkit-touch-callout: none
                        }
                        
                        .pswp__zoom-wrap {
                            position: absolute;
                            width: 100%;
                            -webkit-transform-origin: left top;
                            -ms-transform-origin: left top;
                            transform-origin: left top;
                            -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
                            transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
                        }
                        
                        .pswp__bg {
                            will-change: opacity;
                            for open/close transition-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
                            transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
                        }
                        
                        .pswp--animated-in .pswp__bg,
                        .pswp--animated-in .pswp__zoom-wrap {
                            -webkit-transition: none;
                            transition: none
                        }
                        
                        .pswp__container,
                        .pswp__zoom-wrap {
                            -webkit-backface-visibility: hidden
                        }
                        
                        .pswp__item {
                            position: absolute;
                            left: 0;
                            right: 0;
                            top: 0;
                            bottom: 0;
                            overflow: hidden
                        }
                        
                        .pswp__img {
                            position: absolute;
                            width: auto;
                            height: auto;
                            top: 0;
                            left: 0
                        }
                        
                        .pswp__img--placeholder {
                            -webkit-backface-visibility: hidden
                        }
                        
                        .pswp__img--placeholder--blank {
                            background: #222
                        }
                        
                        .pswp--ie .pswp__img {
                            width: 100%!important;
                            height: auto!important;
                            left: 0;
                            top: 0
                        }
                        
                        .pswp__error-msg {
                            position: absolute;
                            left: 0;
                            top: 50%;
                            width: 100%;
                            text-align: center;
                            font-size: 14px;
                            line-height: 16px;
                            margin-top: -8px;
                            color: #777
                        }
                        
                        .pswp__error-msg a {
                            color: #333;
                            text-decoration: underline
                        }
                        
                        .pswp__button {
                            width: 44px;
                            height: 44px;
                            position: relative;
                            background: none;
                            cursor: pointer;
                            overflow: visible;
                            -webkit-appearance: none;
                            display: block;
                            border: 0;
                            padding: 0;
                            margin: 0;
                            float: right;
                            opacity: 0.75;
                            -webkit-transition: opacity 0.2s;
                            transition: opacity 0.2s;
                            -webkit-box-shadow: none;
                            box-shadow: none;
                            outline: none
                        }
                        
                        .pswp__button:focus,
                        .pswp__button:hover {
                            opacity: 1
                        }
                        
                        .pswp__button:active {
                            outline: none;
                            opacity: 0.9
                        }
                        
                        .pswp__button::-moz-focus-inner {
                            padding: 0;
                            border: 0
                        }
                        
                        [class*=pswp__button--rotate] {
                            background: none!important;
                            outline: none!important
                        }
                        
                        [class*=pswp__button--rotate] .icon {
                            top: 1px;
                            font-size: 17px;
                            font-weight: 400;
                            color: #555
                        }
                        
                        .pswp__ui--over-close .pswp__button--close {
                            opacity: 1
                        }
                        
                        .pswp__button,
                        .pswp__button--arrow--left:before,
                        .pswp__button--arrow--right:before {
                            background: url('/public/upload/image/default-skin.png') 0 0 no-repeat;
                            background-size: 264px 88px;
                            width: 44px;
                            height: 44px
                        }
                        
                        @media (-webkit-min-device-pixel-ratio:1.1),
                        (-webkit-min-device-pixel-ratio:1.09375),
                        (min-resolution:105dpi),
                        (min-resolution:1.1dppx) {
                            .pswp--svg .pswp__button,
                            .pswp--svg .pswp__button--arrow--left:before,
                            .pswp--svg .pswp__button--arrow--right:before {
                                background-image: url('../../../public/ui/v2/static/plugin/PhotoSwipe/default-skin/default-skin.svg')
                            }
                            .pswp--svg .pswp__button--arrow--left,
                            .pswp--svg .pswp__button--arrow--right {
                                background: none
                            }
                            [class*=pswp__button--rotate] {
                                opacity: .75
                            }
                        }
                        
                        .pswp__button--close {
                            background-position: 0 -44px
                        }
                        
                        .pswp__button--share {
                            background-position: -44px -44px
                        }
                        
                        .pswp__button--fs {
                            display: none
                        }
                        
                        .pswp--supports-fs .pswp__button--fs {
                            display: block
                        }
                        
                        .pswp--fs .pswp__button--fs {
                            background-position: -44px 0
                        }
                        
                        .pswp__button--zoom {
                            display: none;
                            background-position: -88px 0
                        }
                        
                        .pswp--zoom-allowed .pswp__button--zoom {
                            display: block
                        }
                        
                        .pswp--zoomed-in .pswp__button--zoom {
                            background-position: -132px 0
                        }
                        
                        .pswp--touch .pswp__button--arrow--left,
                        .pswp--touch .pswp__button--arrow--right {
                            visibility: hidden
                        }
                        
                        .pswp__button--arrow--left,
                        .pswp__button--arrow--right {
                            background: none;
                            top: 50%;
                            margin-top: -50px;
                            width: 70px;
                            height: 100px;
                            position: absolute
                        }
                        
                        .pswp__button--arrow--left {
                            left: 0
                        }
                        
                        .pswp__button--arrow--right {
                            right: 0
                        }
                        
                        .pswp__button--arrow--left:before,
                        .pswp__button--arrow--right:before {
                            content: '';
                            top: 35px;
                            background-color: rgba(0, 0, 0, 0.1);
                            height: 30px;
                            width: 32px;
                            position: absolute
                        }
                        
                        .pswp__button--arrow--left:before {
                            left: 6px;
                            background-position: -138px -44px
                        }
                        
                        .pswp__button--arrow--right:before {
                            right: 6px;
                            background-position: -94px -44px
                        }
                        
                        .pswp__counter,
                        .pswp__share-modal {
                            -webkit-user-select: none;
                            -moz-user-select: none;
                            -ms-user-select: none;
                            user-select: none
                        }
                        
                        .pswp__share-modal {
                            display: block;
                            background: rgba(0, 0, 0, 0.5);
                            width: 100%;
                            height: 100%;
                            top: 0;
                            left: 0;
                            padding: 10px;
                            position: absolute;
                            z-index: 1600;
                            opacity: 0;
                            -webkit-transition: opacity 0.25s ease-out;
                            transition: opacity 0.25s ease-out;
                            -webkit-backface-visibility: hidden;
                            will-change: opacity
                        }
                        
                        .pswp__share-modal--hidden {
                            display: none
                        }
                        
                        .pswp__share-tooltip {
                            z-index: 1620;
                            position: absolute;
                            background: #FFF;
                            top: 56px;
                            border-radius: 2px;
                            display: block;
                            width: auto;
                            right: 44px;
                            -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
                            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
                            -webkit-transform: translateY(6px);
                            -ms-transform: translateY(6px);
                            transform: translateY(6px);
                            -webkit-transition: -webkit-transform 0.25s;
                            transition: transform 0.25s;
                            -webkit-backface-visibility: hidden;
                            will-change: transform
                        }
                        
                        .pswp__share-tooltip a {
                            display: block;
                            padding: 8px 12px;
                            color: #000;
                            text-decoration: none;
                            font-size: 14px;
                            line-height: 18px
                        }
                        
                        .pswp__share-tooltip a:hover {
                            text-decoration: none;
                            color: #000
                        }
                        
                        .pswp__share-tooltip a:first-child {
                            border-radius: 2px 2px 0 0
                        }
                        
                        .pswp__share-tooltip a:last-child {
                            border-radius: 0 0 2px 2px
                        }
                        
                        .pswp__share-modal--fade-in {
                            opacity: 1
                        }
                        
                        .pswp__share-modal--fade-in .pswp__share-tooltip {
                            -webkit-transform: translateY(0);
                            -ms-transform: translateY(0);
                            transform: translateY(0)
                        }
                        
                        .pswp--touch .pswp__share-tooltip a {
                            padding: 16px 12px
                        }
                        
                        a.pswp__share--facebook:before {
                            content: '';
                            display: block;
                            width: 0;
                            height: 0;
                            position: absolute;
                            top: -12px;
                            right: 15px;
                            border: 6px solid transparent;
                            border-bottom-color: #FFF;
                            -webkit-pointer-events: none;
                            -moz-pointer-events: none;
                            pointer-events: none
                        }
                        
                        a.pswp__share--facebook:hover {
                            background: #3E5C9A;
                            color: #FFF
                        }
                        
                        a.pswp__share--facebook:hover:before {
                            border-bottom-color: #3E5C9A
                        }
                        
                        a.pswp__share--twitter:hover {
                            background: #55ACEE;
                            color: #FFF
                        }
                        
                        a.pswp__share--pinterest:hover {
                            background: #CCC;
                            color: #CE272D
                        }
                        
                        a.pswp__share--download:hover {
                            background: #DDD
                        }
                        
                        .pswp__counter {
                            position: absolute;
                            left: 0;
                            top: 0;
                            height: 44px;
                            font-size: 13px;
                            line-height: 44px;
                            color: #555;
                            opacity: 0.75;
                            padding: 0 10px
                        }
                        
                        .pswp__caption {
                            position: absolute;
                            left: 0;
                            bottom: 0;
                            width: 100%;
                            min-height: 44px
                        }
                        
                        .pswp__caption small {
                            font-size: 11px;
                            color: #777
                        }
                        
                        .pswp__caption__center {
                            text-align: center;
                            max-width: 420px;
                            margin: 0 auto;
                            font-size: 13px;
                            padding: 10px;
                            line-height: 20px;
                            color: #333
                        }
                        
                        .pswp__caption--empty {
                            display: none
                        }
                        
                        .pswp__caption--fake {
                            visibility: hidden
                        }
                        
                        .pswp__preloader {
                            width: 44px;
                            height: 44px;
                            position: absolute;
                            top: 0;
                            left: 50%;
                            margin-left: -22px;
                            opacity: 0;
                            -webkit-transition: opacity 0.25s ease-out;
                            transition: opacity 0.25s ease-out;
                            will-change: opacity;
                            direction: ltr
                        }
                        
                        .pswp__preloader__icn {
                            width: 20px;
                            height: 20px;
                            margin: 12px
                        }
                        
                        .pswp__preloader--active {
                            opacity: 1
                        }
                        
                        .pswp__preloader--active .pswp__preloader__icn {
                            background: url('/public/upload/image/preloader.gif') 0 0 no-repeat
                        }
                        
                        .pswp--css_animation .pswp__preloader--active {
                            opacity: 1
                        }
                        
                        .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
                            -webkit-animation: clockwise 500ms linear infinite;
                            animation: clockwise 500ms linear infinite
                        }
                        
                        .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
                            -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
                            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite
                        }
                        
                        .pswp--css_animation .pswp__preloader__icn {
                            background: none;
                            opacity: 0.75;
                            width: 14px;
                            height: 14px;
                            position: absolute;
                            left: 15px;
                            top: 15px;
                            margin: 0
                        }
                        
                        .pswp--css_animation .pswp__preloader__cut {
                            position: relative;
                            width: 7px;
                            height: 14px;
                            overflow: hidden
                        }
                        
                        .pswp--css_animation .pswp__preloader__donut {
                            -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                            width: 14px;
                            height: 14px;
                            border: 2px solid #FFF;
                            border-radius: 50%;
                            border-left-color: transparent;
                            border-bottom-color: transparent;
                            position: absolute;
                            top: 0;
                            left: 0;
                            background: none;
                            margin: 0
                        }
                        
                        @media screen and (max-width:1024px) {
                            .pswp__preloader {
                                position: relative;
                                left: auto;
                                top: auto;
                                margin: 0;
                                float: right
                            }
                        }
                        
                        @-webkit-keyframes clockwise {
                            0% {
                                -webkit-transform: rotate(0deg);
                                transform: rotate(0deg)
                            }
                            100% {
                                -webkit-transform: rotate(360deg);
                                transform: rotate(360deg)
                            }
                        }
                        
                        @keyframes clockwise {
                            0% {
                                -webkit-transform: rotate(0deg);
                                transform: rotate(0deg)
                            }
                            100% {
                                -webkit-transform: rotate(360deg);
                                transform: rotate(360deg)
                            }
                        }
                        
                        @-webkit-keyframes donut-rotate {
                            0% {
                                -webkit-transform: rotate(0);
                                transform: rotate(0)
                            }
                            50% {
                                -webkit-transform: rotate(-140deg);
                                transform: rotate(-140deg)
                            }
                            100% {
                                -webkit-transform: rotate(0);
                                transform: rotate(0)
                            }
                        }
                        
                        @keyframes donut-rotate {
                            0% {
                                -webkit-transform: rotate(0);
                                transform: rotate(0)
                            }
                            50% {
                                -webkit-transform: rotate(-140deg);
                                transform: rotate(-140deg)
                            }
                            100% {
                                -webkit-transform: rotate(0);
                                transform: rotate(0)
                            }
                        }
                        
                        .pswp__ui {
                            -webkit-font-smoothing: auto;
                            visibility: visible;
                            opacity: 1;
                            z-index: 1550
                        }
                        
                        .pswp__top-bar {
                            position: absolute;
                            left: 0;
                            top: 0;
                            height: 44px;
                            width: 100%
                        }
                        
                        .pswp__caption,
                        .pswp__top-bar,
                        .pswp--has_mouse .pswp__button--arrow--left,
                        .pswp--has_mouse .pswp__button--arrow--right {
                            -webkit-backface-visibility: hidden;
                            will-change: opacity;
                            -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
                            transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
                        }
                        
                        .pswp--has_mouse .pswp__button--arrow--left,
                        .pswp--has_mouse .pswp__button--arrow--right {
                            visibility: visible
                        }
                        
                        .pswp__top-bar,
                        .pswp__caption {
                            background-color: rgba(255, 255, 255, 0.8)
                        }
                        
                        .pswp__ui--fit .pswp__top-bar,
                        .pswp__ui--fit .pswp__caption {
                            background-color: rgba(255, 255, 255, 0.8)
                        }
                        
                        .pswp__ui--idle .pswp__button--arrow--left,
                        .pswp__ui--idle .pswp__button--arrow--right {
                            opacity: 0
                        }
                        
                        .pswp__ui--hidden .pswp__top-bar,
                        .pswp__ui--hidden .pswp__caption,
                        .pswp__ui--hidden .pswp__button--arrow--left,
                        .pswp__ui--hidden .pswp__button--arrow--right {
                            opacity: 0.001
                        }
                        
                        .pswp__ui--one-slide .pswp__button--arrow--left,
                        .pswp__ui--one-slide .pswp__button--arrow--right,
                        .pswp__ui--one-slide .pswp__counter {
                            display: none
                        }
                        
                        .pswp__element--disabled {
                            display: none!important
                        }
                        
                        .pswp--minimal--dark .pswp__top-bar {
                            background: none
                        }
                        
                        @font-face {
                            font-family: "iconfont";
                            src: url('../../../public/ui/v2/static/fonts/iconfont/iconfont.eot?t=1497855280632');
                            src: url('../../../public/ui/v2/static/fonts/iconfont/iconfont.eot?t=1497855280632#iefix') format('embedded-opentype'), url('../../../public/ui/v2/static/fonts/iconfont/iconfont.woff?t=1497855280632') format('woff'), url('../../../public/ui/v2/static/fonts/iconfont/iconfont.ttf?t=1497855280632') format('truetype'), url('../../../public/ui/v2/static/fonts/iconfont/iconfont.svg?t=1497855280632#iconfont') format('svg')
                        }
                        
                        .iconfont {
                            font-family: "iconfont"!important;
                            font-size: 16px;
                            font-style: normal;
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale
                        }
                        
                        .icon-next:before {
                            content: "\e601"
                        }
                        
                        .icon-next2:before {
                            content: "\e636"
                        }
                        
                        .icon-prev2:before {
                            content: "\e637"
                        }
                        
                        .icon-prev1:before {
                            content: "\e648"
                        }
                        
                        .icon-next1:before {
                            content: "\e655"
                        }
                        
                        .icon-prev:before {
                            content: "\e606"
                        }
                        
                        .slick-slider {
                            position: relative;
                            display: block;
                            box-sizing: border-box;
                            -webkit-user-select: none;
                            -moz-user-select: none;
                            -ms-user-select: none;
                            user-select: none;
                            -webkit-touch-callout: none;
                            -khtml-user-select: none;
                            -ms-touch-action: pan-y;
                            touch-action: pan-y;
                            -webkit-tap-highlight-color: transparent
                        }
                        
                        .slick-list {
                            position: relative;
                            display: block;
                            overflow: hidden;
                            margin: 0;
                            padding: 0
                        }
                        
                        .slick-list:focus {
                            outline: none
                        }
                        
                        .slick-list.dragging {
                            cursor: pointer;
                            cursor: hand
                        }
                        
                        .slick-slider .slick-track,
                        .slick-slider .slick-list {
                            -webkit-transform: translate3d(0, 0, 0);
                            -moz-transform: translate3d(0, 0, 0);
                            -ms-transform: translate3d(0, 0, 0);
                            -o-transform: translate3d(0, 0, 0);
                            transform: translate3d(0, 0, 0)
                        }
                        
                        .slick-track {
                            position: relative;
                            top: 0;
                            left: 0;
                            display: block
                        }
                        
                        .slick-track:before,
                        .slick-track:after {
                            display: table;
                            content: ''
                        }
                        
                        .slick-track:after {
                            clear: both
                        }
                        
                        .slick-loading .slick-track {
                            visibility: hidden
                        }
                        
                        .slick-slide {
                            float: left;
                            height: 100%;
                            min-height: 1px
                        }
                        
                        .slick-slide:not(:first-child) {
                            display: none
                        }
                        
                        [dir='rtl'] .slick-slide {
                            float: right
                        }
                        
                        .slick-slide img {
                            display: block
                        }
                        
                        .slick-slide.slick-loading img {
                            display: none
                        }
                        
                        .slick-slide.dragging img {
                            pointer-events: none
                        }
                        
                        .slick-initialized .slick-slide {
                            display: block
                        }
                        
                        .slick-loading .slick-slide {
                            visibility: hidden
                        }
                        
                        .slick-vertical .slick-slide {
                            display: block;
                            height: auto;
                            border: 1px solid transparent
                        }
                        
                        .slick-arrow.slick-hidden {
                            display: none
                        }
                        
                        .slick-loading .slick-list {
                            background: #fff url('../../../public/ui/v2/static/plugin/slick/./ajax-loader.gif') center center no-repeat
                        }
                        
                        @font-face {
                            font-family: 'slick';
                            font-weight: normal;
                            font-style: normal;
                            src: url('../../../public/ui/v2/static/plugin/slick/./fonts/slick.eot');
                            src: url('../../../public/ui/v2/static/plugin/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../public/ui/v2/static/plugin/slick/./fonts/slick.woff') format('woff'), url('../../../public/ui/v2/static/plugin/slick/./fonts/slick.ttf') format('truetype'), url('../../../public/ui/v2/static/plugin/slick/./fonts/slick.svg#slick') format('svg')
                        }
                        
                        .slick-prev,
                        .slick-next {
                            font-size: 0;
                            line-height: 0;
                            position: absolute;
                            top: 50%;
                            display: block;
                            width: 20px;
                            height: 20px;
                            padding: 0;
                            -webkit-transform: translate(0, -50%);
                            -ms-transform: translate(0, -50%);
                            transform: translate(0, -50%);
                            cursor: pointer;
                            color: transparent;
                            border: none;
                            outline: none;
                            background: transparent
                        }
                        
                        .slick-prev:hover,
                        .slick-prev:focus,
                        .slick-next:hover,
                        .slick-next:focus {
                            color: transparent;
                            outline: none;
                            background: transparent
                        }
                        
                        .slick-prev:hover:before,
                        .slick-prev:focus:before,
                        .slick-next:hover:before,
                        .slick-next:focus:before {
                            opacity: 1
                        }
                        
                        .slick-prev.slick-disabled:before,
                        .slick-next.slick-disabled:before {
                            opacity: .25
                        }
                        
                        .slick-prev:before,
                        .slick-next:before {
                            font-family: 'slick';
                            font-size: 20px;
                            line-height: 1;
                            opacity: .75;
                            color: white;
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale
                        }
                        
                        .slick-prev {
                            left: -25px
                        }
                        
                        [dir='rtl'] .slick-prev {
                            right: -25px;
                            left: auto
                        }
                        
                        .slick-prev:before {
                            content: '←'
                        }
                        
                        [dir='rtl'] .slick-prev:before {
                            content: '→'
                        }
                        
                        .slick-next {
                            right: -25px
                        }
                        
                        [dir='rtl'] .slick-next {
                            right: auto;
                            left: -25px
                        }
                        
                        .slick-next:before {
                            content: '→'
                        }
                        
                        [dir='rtl'] .slick-next:before {
                            content: '←'
                        }
                        
                        .slick-dots {
                            position: absolute;
                            bottom: -25px;
                            display: block;
                            width: 100%;
                            padding: 0;
                            margin: 0;
                            list-style: none;
                            text-align: center
                        }
                        
                        .slick-dots li {
                            position: relative;
                            display: inline-block;
                            width: 20px;
                            height: 20px;
                            margin: 0 5px;
                            padding: 0;
                            cursor: pointer
                        }
                        
                        .slick-dots li button {
                            font-size: 0;
                            line-height: 0;
                            display: block;
                            width: 20px;
                            height: 20px;
                            padding: 5px;
                            cursor: pointer;
                            color: transparent;
                            border: 0;
                            outline: none;
                            background: transparent
                        }
                        
                        .slick-dots li button:hover,
                        .slick-dots li button:focus {
                            outline: none
                        }
                        
                        .slick-dots li button:hover:before,
                        .slick-dots li button:focus:before {
                            opacity: 1
                        }
                        
                        .slick-dots li button:before {
                            font-family: 'slick';
                            font-size: 6px;
                            line-height: 20px;
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 20px;
                            height: 20px;
                            content: '•';
                            text-align: center;
                            opacity: .25;
                            color: black;
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale
                        }
                        
                        .slick-dots li.slick-active button:before {
                            opacity: .75;
                            color: black
                        }
                        
                        .swiper-container {
                            margin: 0 auto;
                            position: relative;
                            overflow: hidden;
                            z-index: 1
                        }
                        
                        .swiper-container-no-flexbox .swiper-slide {
                            float: left
                        }
                        
                        .swiper-container-vertical>.swiper-wrapper {
                            -webkit-box-orient: vertical;
                            -moz-box-orient: vertical;
                            -ms-flex-direction: column;
                            -webkit-flex-direction: column;
                            flex-direction: column
                        }
                        
                        .swiper-wrapper {
                            position: relative;
                            width: 100%;
                            height: 100%;
                            z-index: 1;
                            display: -webkit-box;
                            display: -moz-box;
                            display: -ms-flexbox;
                            display: -webkit-flex;
                            display: flex;
                            -webkit-transition-property: -webkit-transform;
                            -moz-transition-property: -moz-transform;
                            -o-transition-property: -o-transform;
                            -ms-transition-property: -ms-transform;
                            transition-property: transform;
                            -webkit-box-sizing: content-box;
                            -moz-box-sizing: content-box;
                            box-sizing: content-box
                        }
                        
                        .swiper-container-android .swiper-slide,
                        .swiper-wrapper {
                            -webkit-transform: translate3d(0, 0, 0);
                            -moz-transform: translate3d(0, 0, 0);
                            -o-transform: translate(0, 0);
                            -ms-transform: translate3d(0, 0, 0);
                            transform: translate3d(0, 0, 0)
                        }
                        
                        .swiper-container-multirow>.swiper-wrapper {
                            -webkit-box-lines: multiple;
                            -moz-box-lines: multiple;
                            -ms-flex-wrap: wrap;
                            -webkit-flex-wrap: wrap;
                            flex-wrap: wrap
                        }
                        
                        .swiper-container-free-mode>.swiper-wrapper {
                            -webkit-transition-timing-function: ease-out;
                            -moz-transition-timing-function: ease-out;
                            -ms-transition-timing-function: ease-out;
                            -o-transition-timing-function: ease-out;
                            transition-timing-function: ease-out;
                            margin: 0 auto
                        }
                        
                        .swiper-slide {
                            -webkit-flex-shrink: 0;
                            -ms-flex: 0 0 auto;
                            flex-shrink: 0;
                            width: 100%;
                            height: 100%;
                            position: relative
                        }
                        
                        .swiper-container-autoheight,
                        .swiper-container-autoheight .swiper-slide {
                            height: auto
                        }
                        
                        .swiper-container-autoheight .swiper-wrapper {
                            -webkit-box-align: start;
                            -ms-flex-align: start;
                            -webkit-align-items: flex-start;
                            align-items: flex-start;
                            -webkit-transition-property: -webkit-transform, height;
                            -moz-transition-property: -moz-transform;
                            -o-transition-property: -o-transform;
                            -ms-transition-property: -ms-transform;
                            transition-property: transform, height
                        }
                        
                        .swiper-container .swiper-notification {
                            position: absolute;
                            left: 0;
                            top: 0;
                            pointer-events: none;
                            opacity: 0;
                            z-index: -1000
                        }
                        
                        .swiper-wp8-horizontal {
                            -ms-touch-action: pan-y;
                            touch-action: pan-y
                        }
                        
                        .swiper-wp8-vertical {
                            -ms-touch-action: pan-x;
                            touch-action: pan-x
                        }
                        
                        .swiper-button-next,
                        .swiper-button-prev {
                            position: absolute;
                            top: 50%;
                            width: 27px;
                            height: 44px;
                            margin-top: -22px;
                            z-index: 10;
                            cursor: pointer;
                            -moz-background-size: 27px 44px;
                            -webkit-background-size: 27px 44px;
                            background-size: 27px 44px;
                            background-position: center;
                            background-repeat: no-repeat
                        }
                        
                        .swiper-button-next.swiper-button-disabled,
                        .swiper-button-prev.swiper-button-disabled {
                            opacity: .35;
                            cursor: auto;
                            pointer-events: none
                        }
                        
                        .swiper-button-prev,
                        .swiper-container-rtl .swiper-button-next {
                            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
                            left: 10px;
                            right: auto
                        }
                        
                        .swiper-button-prev.swiper-button-black,
                        .swiper-container-rtl .swiper-button-next.swiper-button-black {
                            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
                        }
                        
                        .swiper-button-prev.swiper-button-white,
                        .swiper-container-rtl .swiper-button-next.swiper-button-white {
                            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
                        }
                        
                        .swiper-button-next,
                        .swiper-container-rtl .swiper-button-prev {
                            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
                            right: 10px;
                            left: auto
                        }
                        
                        .swiper-button-next.swiper-button-black,
                        .swiper-container-rtl .swiper-button-prev.swiper-button-black {
                            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
                        }
                        
                        .swiper-button-next.swiper-button-white,
                        .swiper-container-rtl .swiper-button-prev.swiper-button-white {
                            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
                        }
                        
                        .swiper-pagination {
                            position: absolute;
                            text-align: center;
                            -webkit-transition: .3s;
                            -moz-transition: .3s;
                            -o-transition: .3s;
                            transition: .3s;
                            -webkit-transform: translate3d(0, 0, 0);
                            -ms-transform: translate3d(0, 0, 0);
                            -o-transform: translate3d(0, 0, 0);
                            transform: translate3d(0, 0, 0);
                            z-index: 10
                        }
                        
                        .swiper-pagination.swiper-pagination-hidden {
                            opacity: 0
                        }
                        
                        .swiper-container-horizontal>.swiper-pagination-bullets,
                        .swiper-pagination-custom,
                        .swiper-pagination-fraction {
                            bottom: 10px;
                            left: 0;
                            width: 100%
                        }
                        
                        .swiper-pagination-bullet {
                            width: 8px;
                            height: 8px;
                            display: inline-block;
                            border-radius: 100%;
                            background: #000;
                            opacity: .2
                        }
                        
                        button.swiper-pagination-bullet {
                            border: none;
                            margin: 0;
                            padding: 0;
                            box-shadow: none;
                            -moz-appearance: none;
                            -ms-appearance: none;
                            -webkit-appearance: none;
                            appearance: none
                        }
                        
                        .swiper-pagination-clickable .swiper-pagination-bullet {
                            cursor: pointer
                        }
                        
                        .swiper-pagination-white .swiper-pagination-bullet {
                            background: #fff
                        }
                        
                        .swiper-pagination-bullet-active {
                            opacity: 1;
                            background: #007aff
                        }
                        
                        .swiper-pagination-white .swiper-pagination-bullet-active {
                            background: #fff
                        }
                        
                        .swiper-pagination-black .swiper-pagination-bullet-active {
                            background: #000
                        }
                        
                        .swiper-container-vertical>.swiper-pagination-bullets {
                            right: 10px;
                            top: 50%;
                            -webkit-transform: translate3d(0, -50%, 0);
                            -moz-transform: translate3d(0, -50%, 0);
                            -o-transform: translate(0, -50%);
                            -ms-transform: translate3d(0, -50%, 0);
                            transform: translate3d(0, -50%, 0)
                        }
                        
                        .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
                            margin: 5px 0;
                            display: block
                        }
                        
                        .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
                            margin: 0 5px
                        }
                        
                        .swiper-pagination-progress {
                            background: rgba(0, 0, 0, .25);
                            position: absolute
                        }
                        
                        .swiper-pagination-progress .swiper-pagination-progressbar {
                            background: #007aff;
                            position: absolute;
                            left: 0;
                            top: 0;
                            width: 100%;
                            height: 100%;
                            -webkit-transform: scale(0);
                            -ms-transform: scale(0);
                            -o-transform: scale(0);
                            transform: scale(0);
                            -webkit-transform-origin: left top;
                            -moz-transform-origin: left top;
                            -ms-transform-origin: left top;
                            -o-transform-origin: left top;
                            transform-origin: left top
                        }
                        
                        .swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
                            -webkit-transform-origin: right top;
                            -moz-transform-origin: right top;
                            -ms-transform-origin: right top;
                            -o-transform-origin: right top;
                            transform-origin: right top
                        }
                        
                        .swiper-container-horizontal>.swiper-pagination-progress {
                            width: 100%;
                            height: 4px;
                            left: 0;
                            top: 0
                        }
                        
                        .swiper-container-vertical>.swiper-pagination-progress {
                            width: 4px;
                            height: 100%;
                            left: 0;
                            top: 0
                        }
                        
                        .swiper-pagination-progress.swiper-pagination-white {
                            background: rgba(255, 255, 255, .5)
                        }
                        
                        .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
                            background: #fff
                        }
                        
                        .swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
                            background: #000
                        }
                        
                        .swiper-container-3d {
                            -webkit-perspective: 1200px;
                            -moz-perspective: 1200px;
                            -o-perspective: 1200px;
                            perspective: 1200px
                        }
                        
                        .swiper-container-3d .swiper-cube-shadow,
                        .swiper-container-3d .swiper-slide,
                        .swiper-container-3d .swiper-slide-shadow-bottom,
                        .swiper-container-3d .swiper-slide-shadow-left,
                        .swiper-container-3d .swiper-slide-shadow-right,
                        .swiper-container-3d .swiper-slide-shadow-top,
                        .swiper-container-3d .swiper-wrapper {
                            -webkit-transform-style: preserve-3d;
                            -moz-transform-style: preserve-3d;
                            -ms-transform-style: preserve-3d;
                            transform-style: preserve-3d
                        }
                        
                        .swiper-container-3d .swiper-slide-shadow-bottom,
                        .swiper-container-3d .swiper-slide-shadow-left,
                        .swiper-container-3d .swiper-slide-shadow-right,
                        .swiper-container-3d .swiper-slide-shadow-top {
                            position: absolute;
                            left: 0;
                            top: 0;
                            width: 100%;
                            height: 100%;
                            pointer-events: none;
                            z-index: 10
                        }
                        
                        .swiper-container-3d .swiper-slide-shadow-left {
                            background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
                            background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
                            background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
                            background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
                            background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
                        }
                        
                        .swiper-container-3d .swiper-slide-shadow-right {
                            background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
                            background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
                            background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
                            background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
                            background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
                        }
                        
                        .swiper-container-3d .swiper-slide-shadow-top {
                            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
                            background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
                            background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
                            background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
                            background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
                        }
                        
                        .swiper-container-3d .swiper-slide-shadow-bottom {
                            background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
                            background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
                            background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
                            background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
                            background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
                        }
                        
                        .swiper-container-coverflow .swiper-wrapper,
                        .swiper-container-flip .swiper-wrapper {
                            -ms-perspective: 1200px
                        }
                        
                        .swiper-container-cube,
                        .swiper-container-flip {
                            overflow: visible
                        }
                        
                        .swiper-container-cube .swiper-slide,
                        .swiper-container-flip .swiper-slide {
                            pointer-events: none;
                            -webkit-backface-visibility: hidden;
                            -moz-backface-visibility: hidden;
                            -ms-backface-visibility: hidden;
                            backface-visibility: hidden;
                            z-index: 1
                        }
                        
                        .swiper-container-cube .swiper-slide .swiper-slide,
                        .swiper-container-flip .swiper-slide .swiper-slide {
                            pointer-events: none
                        }
                        
                        .swiper-container-cube .swiper-slide-active,
                        .swiper-container-cube .swiper-slide-active .swiper-slide-active,
                        .swiper-container-flip .swiper-slide-active,
                        .swiper-container-flip .swiper-slide-active .swiper-slide-active {
                            pointer-events: auto
                        }
                        
                        .swiper-container-cube .swiper-slide-shadow-bottom,
                        .swiper-container-cube .swiper-slide-shadow-left,
                        .swiper-container-cube .swiper-slide-shadow-right,
                        .swiper-container-cube .swiper-slide-shadow-top,
                        .swiper-container-flip .swiper-slide-shadow-bottom,
                        .swiper-container-flip .swiper-slide-shadow-left,
                        .swiper-container-flip .swiper-slide-shadow-right,
                        .swiper-container-flip .swiper-slide-shadow-top {
                            z-index: 0;
                            -webkit-backface-visibility: hidden;
                            -moz-backface-visibility: hidden;
                            -ms-backface-visibility: hidden;
                            backface-visibility: hidden
                        }
                        
                        .swiper-container-cube .swiper-slide {
                            visibility: hidden;
                            -webkit-transform-origin: 0 0;
                            -moz-transform-origin: 0 0;
                            -ms-transform-origin: 0 0;
                            transform-origin: 0 0;
                            width: 100%;
                            height: 100%
                        }
                        
                        .swiper-container-cube.swiper-container-rtl .swiper-slide {
                            -webkit-transform-origin: 100% 0;
                            -moz-transform-origin: 100% 0;
                            -ms-transform-origin: 100% 0;
                            transform-origin: 100% 0
                        }
                        
                        .swiper-container-cube .swiper-slide-active,
                        .swiper-container-cube .swiper-slide-next,
                        .swiper-container-cube .swiper-slide-next+.swiper-slide,
                        .swiper-container-cube .swiper-slide-prev {
                            pointer-events: auto;
                            visibility: visible
                        }
                        
                        .swiper-container-cube .swiper-cube-shadow {
                            position: absolute;
                            left: 0;
                            bottom: 0;
                            width: 100%;
                            height: 100%;
                            background: #000;
                            opacity: .6;
                            -webkit-filter: blur(50px);
                            filter: blur(50px);
                            z-index: 0
                        }
                        
                        .swiper-container-fade.swiper-container-free-mode .swiper-slide {
                            -webkit-transition-timing-function: ease-out;
                            -moz-transition-timing-function: ease-out;
                            -ms-transition-timing-function: ease-out;
                            -o-transition-timing-function: ease-out;
                            transition-timing-function: ease-out
                        }
                        
                        .swiper-container-fade .swiper-slide {
                            pointer-events: none;
                            -webkit-transition-property: opacity;
                            -moz-transition-property: opacity;
                            -o-transition-property: opacity;
                            transition-property: opacity
                        }
                        
                        .swiper-container-fade .swiper-slide .swiper-slide {
                            pointer-events: none
                        }
                        
                        .swiper-container-fade .swiper-slide-active,
                        .swiper-container-fade .swiper-slide-active .swiper-slide-active {
                            pointer-events: auto
                        }
                        
                        .swiper-scrollbar {
                            border-radius: 10px;
                            position: relative;
                            -ms-touch-action: none;
                            background: rgba(0, 0, 0, .1)
                        }
                        
                        .swiper-container-horizontal>.swiper-scrollbar {
                            position: absolute;
                            left: 1%;
                            bottom: 3px;
                            z-index: 50;
                            height: 5px;
                            width: 98%
                        }
                        
                        .swiper-container-vertical>.swiper-scrollbar {
                            position: absolute;
                            right: 3px;
                            top: 1%;
                            z-index: 50;
                            width: 5px;
                            height: 98%
                        }
                        
                        .swiper-scrollbar-drag {
                            height: 100%;
                            width: 100%;
                            position: relative;
                            background: rgba(0, 0, 0, .5);
                            border-radius: 10px;
                            left: 0;
                            top: 0
                        }
                        
                        .swiper-scrollbar-cursor-drag {
                            cursor: move
                        }
                        
                        .swiper-lazy-preloader {
                            width: 42px;
                            height: 42px;
                            position: absolute;
                            left: 50%;
                            top: 50%;
                            margin-left: -21px;
                            margin-top: -21px;
                            z-index: 10;
                            -webkit-transform-origin: 50%;
                            -moz-transform-origin: 50%;
                            transform-origin: 50%;
                            -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
                            -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
                            animation: swiper-preloader-spin 1s steps(12, end) infinite
                        }
                        
                        .swiper-lazy-preloader:after {
                            display: block;
                            content: "";
                            width: 100%;
                            height: 100%;
                            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
                            background-position: 50%;
                            -webkit-background-size: 100%;
                            background-size: 100%;
                            background-repeat: no-repeat
                        }
                        
                        .swiper-lazy-preloader-white:after {
                            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
                        }
                        
                        @-webkit-keyframes swiper-preloader-spin {
                            100% {
                                -webkit-transform: rotate(360deg)
                            }
                        }
                        
                        @keyframes swiper-preloader-spin {
                            100% {
                                transform: rotate(360deg)
                            }
                        }
                        
                        .animated {
                            -webkit-animation-duration: 1s;
                            animation-duration: 1s;
                            -webkit-animation-fill-mode: both;
                            animation-fill-mode: both
                        }
                        
                        .animated.infinite {
                            -webkit-animation-iteration-count: infinite;
                            animation-iteration-count: infinite
                        }
                        
                        .animated.hinge {
                            -webkit-animation-duration: 2s;
                            animation-duration: 2s
                        }
                        
                        .animated.flipOutX,
                        .animated.flipOutY,
                        .animated.bounceIn,
                        .animated.bounceOut {
                            -webkit-animation-duration: .75s;
                            animation-duration: .75s
                        }
                        
                        @-webkit-keyframes bounce {
                            from,
                            20%,
                            53%,
                            80%,
                            to {
                                -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
                                animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                            40%,
                            43% {
                                -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
                                animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
                                -webkit-transform: translate3d(0, -30px, 0);
                                transform: translate3d(0, -30px, 0)
                            }
                            70% {
                                -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
                                animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
                                -webkit-transform: translate3d(0, -15px, 0);
                                transform: translate3d(0, -15px, 0)
                            }
                            90% {
                                -webkit-transform: translate3d(0, -4px, 0);
                                transform: translate3d(0, -4px, 0)
                            }
                        }
                        
                        @keyframes bounce {
                            from,
                            20%,
                            53%,
                            80%,
                            to {
                                -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
                                animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                            40%,
                            43% {
                                -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
                                animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
                                -webkit-transform: translate3d(0, -30px, 0);
                                transform: translate3d(0, -30px, 0)
                            }
                            70% {
                                -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
                                animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
                                -webkit-transform: translate3d(0, -15px, 0);
                                transform: translate3d(0, -15px, 0)
                            }
                            90% {
                                -webkit-transform: translate3d(0, -4px, 0);
                                transform: translate3d(0, -4px, 0)
                            }
                        }
                        
                        .bounce {
                            -webkit-animation-name: bounce;
                            animation-name: bounce;
                            -webkit-transform-origin: center bottom;
                            transform-origin: center bottom
                        }
                        
                        @-webkit-keyframes flash {
                            from,
                            50%,
                            to {
                                opacity: 1
                            }
                            25%,
                            75% {
                                opacity: 0
                            }
                        }
                        
                        @keyframes flash {
                            from,
                            50%,
                            to {
                                opacity: 1
                            }
                            25%,
                            75% {
                                opacity: 0
                            }
                        }
                        
                        .flash {
                            -webkit-animation-name: flash;
                            animation-name: flash
                        }
                        
                        @-webkit-keyframes pulse {
                            from {
                                -webkit-transform: scale3d(1, 1, 1);
                                transform: scale3d(1, 1, 1)
                            }
                            50% {
                                -webkit-transform: scale3d(1.05, 1.05, 1.05);
                                transform: scale3d(1.05, 1.05, 1.05)
                            }
                            to {
                                -webkit-transform: scale3d(1, 1, 1);
                                transform: scale3d(1, 1, 1)
                            }
                        }
                        
                        @keyframes pulse {
                            from {
                                -webkit-transform: scale3d(1, 1, 1);
                                transform: scale3d(1, 1, 1)
                            }
                            50% {
                                -webkit-transform: scale3d(1.05, 1.05, 1.05);
                                transform: scale3d(1.05, 1.05, 1.05)
                            }
                            to {
                                -webkit-transform: scale3d(1, 1, 1);
                                transform: scale3d(1, 1, 1)
                            }
                        }
                        
                        .pulse {
                            -webkit-animation-name: pulse;
                            animation-name: pulse
                        }
                        
                        @-webkit-keyframes rubberBand {
                            from {
                                -webkit-transform: scale3d(1, 1, 1);
                                transform: scale3d(1, 1, 1)
                            }
                            30% {
                                -webkit-transform: scale3d(1.25, 0.75, 1);
                                transform: scale3d(1.25, 0.75, 1)
                            }
                            40% {
                                -webkit-transform: scale3d(0.75, 1.25, 1);
                                transform: scale3d(0.75, 1.25, 1)
                            }
                            50% {
                                -webkit-transform: scale3d(1.15, 0.85, 1);
                                transform: scale3d(1.15, 0.85, 1)
                            }
                            65% {
                                -webkit-transform: scale3d(.95, 1.05, 1);
                                transform: scale3d(.95, 1.05, 1)
                            }
                            75% {
                                -webkit-transform: scale3d(1.05, .95, 1);
                                transform: scale3d(1.05, .95, 1)
                            }
                            to {
                                -webkit-transform: scale3d(1, 1, 1);
                                transform: scale3d(1, 1, 1)
                            }
                        }
                        
                        @keyframes rubberBand {
                            from {
                                -webkit-transform: scale3d(1, 1, 1);
                                transform: scale3d(1, 1, 1)
                            }
                            30% {
                                -webkit-transform: scale3d(1.25, 0.75, 1);
                                transform: scale3d(1.25, 0.75, 1)
                            }
                            40% {
                                -webkit-transform: scale3d(0.75, 1.25, 1);
                                transform: scale3d(0.75, 1.25, 1)
                            }
                            50% {
                                -webkit-transform: scale3d(1.15, 0.85, 1);
                                transform: scale3d(1.15, 0.85, 1)
                            }
                            65% {
                                -webkit-transform: scale3d(.95, 1.05, 1);
                                transform: scale3d(.95, 1.05, 1)
                            }
                            75% {
                                -webkit-transform: scale3d(1.05, .95, 1);
                                transform: scale3d(1.05, .95, 1)
                            }
                            to {
                                -webkit-transform: scale3d(1, 1, 1);
                                transform: scale3d(1, 1, 1)
                            }
                        }
                        
                        .rubberBand {
                            -webkit-animation-name: rubberBand;
                            animation-name: rubberBand
                        }
                        
                        @-webkit-keyframes shake {
                            from,
                            to {
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                            10%,
                            30%,
                            50%,
                            70%,
                            90% {
                                -webkit-transform: translate3d(-10px, 0, 0);
                                transform: translate3d(-10px, 0, 0)
                            }
                            20%,
                            40%,
                            60%,
                            80% {
                                -webkit-transform: translate3d(10px, 0, 0);
                                transform: translate3d(10px, 0, 0)
                            }
                        }
                        
                        @keyframes shake {
                            from,
                            to {
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                            10%,
                            30%,
                            50%,
                            70%,
                            90% {
                                -webkit-transform: translate3d(-10px, 0, 0);
                                transform: translate3d(-10px, 0, 0)
                            }
                            20%,
                            40%,
                            60%,
                            80% {
                                -webkit-transform: translate3d(10px, 0, 0);
                                transform: translate3d(10px, 0, 0)
                            }
                        }
                        
                        .shake {
                            -webkit-animation-name: shake;
                            animation-name: shake
                        }
                        
                        @-webkit-keyframes headShake {
                            0% {
                                -webkit-transform: translateX(0);
                                transform: translateX(0)
                            }
                            6.5% {
                                -webkit-transform: translateX(-6px) rotateY(-9deg);
                                transform: translateX(-6px) rotateY(-9deg)
                            }
                            18.5% {
                                -webkit-transform: translateX(5px) rotateY(7deg);
                                transform: translateX(5px) rotateY(7deg)
                            }
                            31.5% {
                                -webkit-transform: translateX(-3px) rotateY(-5deg);
                                transform: translateX(-3px) rotateY(-5deg)
                            }
                            43.5% {
                                -webkit-transform: translateX(2px) rotateY(3deg);
                                transform: translateX(2px) rotateY(3deg)
                            }
                            50% {
                                -webkit-transform: translateX(0);
                                transform: translateX(0)
                            }
                        }
                        
                        @keyframes headShake {
                            0% {
                                -webkit-transform: translateX(0);
                                transform: translateX(0)
                            }
                            6.5% {
                                -webkit-transform: translateX(-6px) rotateY(-9deg);
                                transform: translateX(-6px) rotateY(-9deg)
                            }
                            18.5% {
                                -webkit-transform: translateX(5px) rotateY(7deg);
                                transform: translateX(5px) rotateY(7deg)
                            }
                            31.5% {
                                -webkit-transform: translateX(-3px) rotateY(-5deg);
                                transform: translateX(-3px) rotateY(-5deg)
                            }
                            43.5% {
                                -webkit-transform: translateX(2px) rotateY(3deg);
                                transform: translateX(2px) rotateY(3deg)
                            }
                            50% {
                                -webkit-transform: translateX(0);
                                transform: translateX(0)
                            }
                        }
                        
                        .headShake {
                            -webkit-animation-timing-function: ease-in-out;
                            animation-timing-function: ease-in-out;
                            -webkit-animation-name: headShake;
                            animation-name: headShake
                        }
                        
                        @-webkit-keyframes swing {
                            20% {
                                -webkit-transform: rotate3d(0, 0, 1, 15deg);
                                transform: rotate3d(0, 0, 1, 15deg)
                            }
                            40% {
                                -webkit-transform: rotate3d(0, 0, 1, -10deg);
                                transform: rotate3d(0, 0, 1, -10deg)
                            }
                            60% {
                                -webkit-transform: rotate3d(0, 0, 1, 5deg);
                                transform: rotate3d(0, 0, 1, 5deg)
                            }
                            80% {
                                -webkit-transform: rotate3d(0, 0, 1, -5deg);
                                transform: rotate3d(0, 0, 1, -5deg)
                            }
                            to {
                                -webkit-transform: rotate3d(0, 0, 1, 0deg);
                                transform: rotate3d(0, 0, 1, 0deg)
                            }
                        }
                        
                        @keyframes swing {
                            20% {
                                -webkit-transform: rotate3d(0, 0, 1, 15deg);
                                transform: rotate3d(0, 0, 1, 15deg)
                            }
                            40% {
                                -webkit-transform: rotate3d(0, 0, 1, -10deg);
                                transform: rotate3d(0, 0, 1, -10deg)
                            }
                            60% {
                                -webkit-transform: rotate3d(0, 0, 1, 5deg);
                                transform: rotate3d(0, 0, 1, 5deg)
                            }
                            80% {
                                -webkit-transform: rotate3d(0, 0, 1, -5deg);
                                transform: rotate3d(0, 0, 1, -5deg)
                            }
                            to {
                                -webkit-transform: rotate3d(0, 0, 1, 0deg);
                                transform: rotate3d(0, 0, 1, 0deg)
                            }
                        }
                        
                        .swing {
                            -webkit-transform-origin: top center;
                            transform-origin: top center;
                            -webkit-animation-name: swing;
                            animation-name: swing
                        }
                        
                        @-webkit-keyframes tada {
                            from {
                                -webkit-transform: scale3d(1, 1, 1);
                                transform: scale3d(1, 1, 1)
                            }
                            10%,
                            20% {
                                -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
                                transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
                            }
                            30%,
                            50%,
                            70%,
                            90% {
                                -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
                                transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
                            }
                            40%,
                            60%,
                            80% {
                                -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
                                transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
                            }
                            to {
                                -webkit-transform: scale3d(1, 1, 1);
                                transform: scale3d(1, 1, 1)
                            }
                        }
                        
                        @keyframes tada {
                            from {
                                -webkit-transform: scale3d(1, 1, 1);
                                transform: scale3d(1, 1, 1)
                            }
                            10%,
                            20% {
                                -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
                                transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
                            }
                            30%,
                            50%,
                            70%,
                            90% {
                                -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
                                transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
                            }
                            40%,
                            60%,
                            80% {
                                -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
                                transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
                            }
                            to {
                                -webkit-transform: scale3d(1, 1, 1);
                                transform: scale3d(1, 1, 1)
                            }
                        }
                        
                        .tada {
                            -webkit-animation-name: tada;
                            animation-name: tada
                        }
                        
                        @-webkit-keyframes wobble {
                            from {
                                -webkit-transform: none;
                                transform: none
                            }
                            15% {
                                -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
                                transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
                            }
                            30% {
                                -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
                                transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
                            }
                            45% {
                                -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
                                transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
                            }
                            60% {
                                -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
                                transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
                            }
                            75% {
                                -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
                                transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
                            }
                            to {
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        @keyframes wobble {
                            from {
                                -webkit-transform: none;
                                transform: none
                            }
                            15% {
                                -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
                                transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
                            }
                            30% {
                                -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
                                transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
                            }
                            45% {
                                -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
                                transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
                            }
                            60% {
                                -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
                                transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
                            }
                            75% {
                                -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
                                transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
                            }
                            to {
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        .wobble {
                            -webkit-animation-name: wobble;
                            animation-name: wobble
                        }
                        
                        @-webkit-keyframes jello {
                            from,
                            11.1%,
                            to {
                                -webkit-transform: none;
                                transform: none
                            }
                            22.2% {
                                -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
                                transform: skewX(-12.5deg) skewY(-12.5deg)
                            }
                            33.3% {
                                -webkit-transform: skewX(6.25deg) skewY(6.25deg);
                                transform: skewX(6.25deg) skewY(6.25deg)
                            }
                            44.4% {
                                -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
                                transform: skewX(-3.125deg) skewY(-3.125deg)
                            }
                            55.5% {
                                -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
                                transform: skewX(1.5625deg) skewY(1.5625deg)
                            }
                            66.6% {
                                -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
                                transform: skewX(-0.78125deg) skewY(-0.78125deg)
                            }
                            77.7% {
                                -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
                                transform: skewX(0.390625deg) skewY(0.390625deg)
                            }
                            88.8% {
                                -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
                                transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
                            }
                        }
                        
                        @keyframes jello {
                            from,
                            11.1%,
                            to {
                                -webkit-transform: none;
                                transform: none
                            }
                            22.2% {
                                -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
                                transform: skewX(-12.5deg) skewY(-12.5deg)
                            }
                            33.3% {
                                -webkit-transform: skewX(6.25deg) skewY(6.25deg);
                                transform: skewX(6.25deg) skewY(6.25deg)
                            }
                            44.4% {
                                -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
                                transform: skewX(-3.125deg) skewY(-3.125deg)
                            }
                            55.5% {
                                -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
                                transform: skewX(1.5625deg) skewY(1.5625deg)
                            }
                            66.6% {
                                -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
                                transform: skewX(-0.78125deg) skewY(-0.78125deg)
                            }
                            77.7% {
                                -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
                                transform: skewX(0.390625deg) skewY(0.390625deg)
                            }
                            88.8% {
                                -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
                                transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
                            }
                        }
                        
                        .jello {
                            -webkit-animation-name: jello;
                            animation-name: jello;
                            -webkit-transform-origin: center;
                            transform-origin: center
                        }
                        
                        @-webkit-keyframes bounceIn {
                            from,
                            20%,
                            40%,
                            60%,
                            80%,
                            to {
                                -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
                                animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
                            }
                            0% {
                                opacity: 0;
                                -webkit-transform: scale3d(.3, .3, .3);
                                transform: scale3d(.3, .3, .3)
                            }
                            20% {
                                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                                transform: scale3d(1.1, 1.1, 1.1)
                            }
                            40% {
                                -webkit-transform: scale3d(.9, .9, .9);
                                transform: scale3d(.9, .9, .9)
                            }
                            60% {
                                opacity: 1;
                                -webkit-transform: scale3d(1.03, 1.03, 1.03);
                                transform: scale3d(1.03, 1.03, 1.03)
                            }
                            80% {
                                -webkit-transform: scale3d(.97, .97, .97);
                                transform: scale3d(.97, .97, .97)
                            }
                            to {
                                opacity: 1;
                                -webkit-transform: scale3d(1, 1, 1);
                                transform: scale3d(1, 1, 1)
                            }
                        }
                        
                        @keyframes bounceIn {
                            from,
                            20%,
                            40%,
                            60%,
                            80%,
                            to {
                                -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
                                animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
                            }
                            0% {
                                opacity: 0;
                                -webkit-transform: scale3d(.3, .3, .3);
                                transform: scale3d(.3, .3, .3)
                            }
                            20% {
                                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                                transform: scale3d(1.1, 1.1, 1.1)
                            }
                            40% {
                                -webkit-transform: scale3d(.9, .9, .9);
                                transform: scale3d(.9, .9, .9)
                            }
                            60% {
                                opacity: 1;
                                -webkit-transform: scale3d(1.03, 1.03, 1.03);
                                transform: scale3d(1.03, 1.03, 1.03)
                            }
                            80% {
                                -webkit-transform: scale3d(.97, .97, .97);
                                transform: scale3d(.97, .97, .97)
                            }
                            to {
                                opacity: 1;
                                -webkit-transform: scale3d(1, 1, 1);
                                transform: scale3d(1, 1, 1)
                            }
                        }
                        
                        .bounceIn {
                            -webkit-animation-name: bounceIn;
                            animation-name: bounceIn
                        }
                        
                        @-webkit-keyframes bounceInDown {
                            from,
                            60%,
                            75%,
                            90%,
                            to {
                                -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
                                animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
                            }
                            0% {
                                opacity: 0;
                                -webkit-transform: translate3d(0, -3000px, 0);
                                transform: translate3d(0, -3000px, 0)
                            }
                            60% {
                                opacity: 1;
                                -webkit-transform: translate3d(0, 25px, 0);
                                transform: translate3d(0, 25px, 0)
                            }
                            75% {
                                -webkit-transform: translate3d(0, -10px, 0);
                                transform: translate3d(0, -10px, 0)
                            }
                            90% {
                                -webkit-transform: translate3d(0, 5px, 0);
                                transform: translate3d(0, 5px, 0)
                            }
                            to {
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        @keyframes bounceInDown {
                            from,
                            60%,
                            75%,
                            90%,
                            to {
                                -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
                                animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
                            }
                            0% {
                                opacity: 0;
                                -webkit-transform: translate3d(0, -3000px, 0);
                                transform: translate3d(0, -3000px, 0)
                            }
                            60% {
                                opacity: 1;
                                -webkit-transform: translate3d(0, 25px, 0);
                                transform: translate3d(0, 25px, 0)
                            }
                            75% {
                                -webkit-transform: translate3d(0, -10px, 0);
                                transform: translate3d(0, -10px, 0)
                            }
                            90% {
                                -webkit-transform: translate3d(0, 5px, 0);
                                transform: translate3d(0, 5px, 0)
                            }
                            to {
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        .bounceInDown {
                            -webkit-animation-name: bounceInDown;
                            animation-name: bounceInDown
                        }
                        
                        @-webkit-keyframes bounceInLeft {
                            from,
                            60%,
                            75%,
                            90%,
                            to {
                                -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
                                animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
                            }
                            0% {
                                opacity: 0;
                                -webkit-transform: translate3d(-3000px, 0, 0);
                                transform: translate3d(-3000px, 0, 0)
                            }
                            60% {
                                opacity: 1;
                                -webkit-transform: translate3d(25px, 0, 0);
                                transform: translate3d(25px, 0, 0)
                            }
                            75% {
                                -webkit-transform: translate3d(-10px, 0, 0);
                                transform: translate3d(-10px, 0, 0)
                            }
                            90% {
                                -webkit-transform: translate3d(5px, 0, 0);
                                transform: translate3d(5px, 0, 0)
                            }
                            to {
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        @keyframes bounceInLeft {
                            from,
                            60%,
                            75%,
                            90%,
                            to {
                                -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
                                animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
                            }
                            0% {
                                opacity: 0;
                                -webkit-transform: translate3d(-3000px, 0, 0);
                                transform: translate3d(-3000px, 0, 0)
                            }
                            60% {
                                opacity: 1;
                                -webkit-transform: translate3d(25px, 0, 0);
                                transform: translate3d(25px, 0, 0)
                            }
                            75% {
                                -webkit-transform: translate3d(-10px, 0, 0);
                                transform: translate3d(-10px, 0, 0)
                            }
                            90% {
                                -webkit-transform: translate3d(5px, 0, 0);
                                transform: translate3d(5px, 0, 0)
                            }
                            to {
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        .bounceInLeft {
                            -webkit-animation-name: bounceInLeft;
                            animation-name: bounceInLeft
                        }
                        
                        @-webkit-keyframes bounceInRight {
                            from,
                            60%,
                            75%,
                            90%,
                            to {
                                -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
                                animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
                            }
                            from {
                                opacity: 0;
                                -webkit-transform: translate3d(3000px, 0, 0);
                                transform: translate3d(3000px, 0, 0)
                            }
                            60% {
                                opacity: 1;
                                -webkit-transform: translate3d(-25px, 0, 0);
                                transform: translate3d(-25px, 0, 0)
                            }
                            75% {
                                -webkit-transform: translate3d(10px, 0, 0);
                                transform: translate3d(10px, 0, 0)
                            }
                            90% {
                                -webkit-transform: translate3d(-5px, 0, 0);
                                transform: translate3d(-5px, 0, 0)
                            }
                            to {
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        @keyframes bounceInRight {
                            from,
                            60%,
                            75%,
                            90%,
                            to {
                                -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
                                animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
                            }
                            from {
                                opacity: 0;
                                -webkit-transform: translate3d(3000px, 0, 0);
                                transform: translate3d(3000px, 0, 0)
                            }
                            60% {
                                opacity: 1;
                                -webkit-transform: translate3d(-25px, 0, 0);
                                transform: translate3d(-25px, 0, 0)
                            }
                            75% {
                                -webkit-transform: translate3d(10px, 0, 0);
                                transform: translate3d(10px, 0, 0)
                            }
                            90% {
                                -webkit-transform: translate3d(-5px, 0, 0);
                                transform: translate3d(-5px, 0, 0)
                            }
                            to {
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        .bounceInRight {
                            -webkit-animation-name: bounceInRight;
                            animation-name: bounceInRight
                        }
                        
                        @-webkit-keyframes bounceInUp {
                            from,
                            60%,
                            75%,
                            90%,
                            to {
                                -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
                                animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
                            }
                            from {
                                opacity: 0;
                                -webkit-transform: translate3d(0, 3000px, 0);
                                transform: translate3d(0, 3000px, 0)
                            }
                            60% {
                                opacity: 1;
                                -webkit-transform: translate3d(0, -20px, 0);
                                transform: translate3d(0, -20px, 0)
                            }
                            75% {
                                -webkit-transform: translate3d(0, 10px, 0);
                                transform: translate3d(0, 10px, 0)
                            }
                            90% {
                                -webkit-transform: translate3d(0, -5px, 0);
                                transform: translate3d(0, -5px, 0)
                            }
                            to {
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                        }
                        
                        @keyframes bounceInUp {
                            from,
                            60%,
                            75%,
                            90%,
                            to {
                                -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
                                animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
                            }
                            from {
                                opacity: 0;
                                -webkit-transform: translate3d(0, 3000px, 0);
                                transform: translate3d(0, 3000px, 0)
                            }
                            60% {
                                opacity: 1;
                                -webkit-transform: translate3d(0, -20px, 0);
                                transform: translate3d(0, -20px, 0)
                            }
                            75% {
                                -webkit-transform: translate3d(0, 10px, 0);
                                transform: translate3d(0, 10px, 0)
                            }
                            90% {
                                -webkit-transform: translate3d(0, -5px, 0);
                                transform: translate3d(0, -5px, 0)
                            }
                            to {
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                        }
                        
                        .bounceInUp {
                            -webkit-animation-name: bounceInUp;
                            animation-name: bounceInUp
                        }
                        
                        @-webkit-keyframes bounceOut {
                            20% {
                                -webkit-transform: scale3d(.9, .9, .9);
                                transform: scale3d(.9, .9, .9)
                            }
                            50%,
                            55% {
                                opacity: 1;
                                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                                transform: scale3d(1.1, 1.1, 1.1)
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: scale3d(.3, .3, .3);
                                transform: scale3d(.3, .3, .3)
                            }
                        }
                        
                        @keyframes bounceOut {
                            20% {
                                -webkit-transform: scale3d(.9, .9, .9);
                                transform: scale3d(.9, .9, .9)
                            }
                            50%,
                            55% {
                                opacity: 1;
                                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                                transform: scale3d(1.1, 1.1, 1.1)
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: scale3d(.3, .3, .3);
                                transform: scale3d(.3, .3, .3)
                            }
                        }
                        
                        .bounceOut {
                            -webkit-animation-name: bounceOut;
                            animation-name: bounceOut
                        }
                        
                        @-webkit-keyframes bounceOutDown {
                            20% {
                                -webkit-transform: translate3d(0, 10px, 0);
                                transform: translate3d(0, 10px, 0)
                            }
                            40%,
                            45% {
                                opacity: 1;
                                -webkit-transform: translate3d(0, -20px, 0);
                                transform: translate3d(0, -20px, 0)
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(0, 2000px, 0);
                                transform: translate3d(0, 2000px, 0)
                            }
                        }
                        
                        @keyframes bounceOutDown {
                            20% {
                                -webkit-transform: translate3d(0, 10px, 0);
                                transform: translate3d(0, 10px, 0)
                            }
                            40%,
                            45% {
                                opacity: 1;
                                -webkit-transform: translate3d(0, -20px, 0);
                                transform: translate3d(0, -20px, 0)
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(0, 2000px, 0);
                                transform: translate3d(0, 2000px, 0)
                            }
                        }
                        
                        .bounceOutDown {
                            -webkit-animation-name: bounceOutDown;
                            animation-name: bounceOutDown
                        }
                        
                        @-webkit-keyframes bounceOutLeft {
                            20% {
                                opacity: 1;
                                -webkit-transform: translate3d(20px, 0, 0);
                                transform: translate3d(20px, 0, 0)
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(-2000px, 0, 0);
                                transform: translate3d(-2000px, 0, 0)
                            }
                        }
                        
                        @keyframes bounceOutLeft {
                            20% {
                                opacity: 1;
                                -webkit-transform: translate3d(20px, 0, 0);
                                transform: translate3d(20px, 0, 0)
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(-2000px, 0, 0);
                                transform: translate3d(-2000px, 0, 0)
                            }
                        }
                        
                        .bounceOutLeft {
                            -webkit-animation-name: bounceOutLeft;
                            animation-name: bounceOutLeft
                        }
                        
                        @-webkit-keyframes bounceOutRight {
                            20% {
                                opacity: 1;
                                -webkit-transform: translate3d(-20px, 0, 0);
                                transform: translate3d(-20px, 0, 0)
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(2000px, 0, 0);
                                transform: translate3d(2000px, 0, 0)
                            }
                        }
                        
                        @keyframes bounceOutRight {
                            20% {
                                opacity: 1;
                                -webkit-transform: translate3d(-20px, 0, 0);
                                transform: translate3d(-20px, 0, 0)
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(2000px, 0, 0);
                                transform: translate3d(2000px, 0, 0)
                            }
                        }
                        
                        .bounceOutRight {
                            -webkit-animation-name: bounceOutRight;
                            animation-name: bounceOutRight
                        }
                        
                        @-webkit-keyframes bounceOutUp {
                            20% {
                                -webkit-transform: translate3d(0, -10px, 0);
                                transform: translate3d(0, -10px, 0)
                            }
                            40%,
                            45% {
                                opacity: 1;
                                -webkit-transform: translate3d(0, 20px, 0);
                                transform: translate3d(0, 20px, 0)
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(0, -2000px, 0);
                                transform: translate3d(0, -2000px, 0)
                            }
                        }
                        
                        @keyframes bounceOutUp {
                            20% {
                                -webkit-transform: translate3d(0, -10px, 0);
                                transform: translate3d(0, -10px, 0)
                            }
                            40%,
                            45% {
                                opacity: 1;
                                -webkit-transform: translate3d(0, 20px, 0);
                                transform: translate3d(0, 20px, 0)
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(0, -2000px, 0);
                                transform: translate3d(0, -2000px, 0)
                            }
                        }
                        
                        .bounceOutUp {
                            -webkit-animation-name: bounceOutUp;
                            animation-name: bounceOutUp
                        }
                        
                        @-webkit-keyframes fadeIn {
                            from {
                                opacity: 0
                            }
                            to {
                                opacity: 1
                            }
                        }
                        
                        @keyframes fadeIn {
                            from {
                                opacity: 0
                            }
                            to {
                                opacity: 1
                            }
                        }
                        
                        .fadeIn {
                            -webkit-animation-name: fadeIn;
                            animation-name: fadeIn
                        }
                        
                        @-webkit-keyframes fadeInDown {
                            from {
                                opacity: 0;
                                -webkit-transform: translate3d(0, -100%, 0);
                                transform: translate3d(0, -100%, 0)
                            }
                            to {
                                opacity: 1;
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        @keyframes fadeInDown {
                            from {
                                opacity: 0;
                                -webkit-transform: translate3d(0, -100%, 0);
                                transform: translate3d(0, -100%, 0)
                            }
                            to {
                                opacity: 1;
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        .fadeInDown {
                            -webkit-animation-name: fadeInDown;
                            animation-name: fadeInDown
                        }
                        
                        @-webkit-keyframes fadeInDownBig {
                            from {
                                opacity: 0;
                                -webkit-transform: translate3d(0, -2000px, 0);
                                transform: translate3d(0, -2000px, 0)
                            }
                            to {
                                opacity: 1;
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        @keyframes fadeInDownBig {
                            from {
                                opacity: 0;
                                -webkit-transform: translate3d(0, -2000px, 0);
                                transform: translate3d(0, -2000px, 0)
                            }
                            to {
                                opacity: 1;
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        .fadeInDownBig {
                            -webkit-animation-name: fadeInDownBig;
                            animation-name: fadeInDownBig
                        }
                        
                        @-webkit-keyframes fadeInLeft {
                            from {
                                opacity: 0;
                                -webkit-transform: translate3d(-100%, 0, 0);
                                transform: translate3d(-100%, 0, 0)
                            }
                            to {
                                opacity: 1;
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        @keyframes fadeInLeft {
                            from {
                                opacity: 0;
                                -webkit-transform: translate3d(-100%, 0, 0);
                                transform: translate3d(-100%, 0, 0)
                            }
                            to {
                                opacity: 1;
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        .fadeInLeft {
                            -webkit-animation-name: fadeInLeft;
                            animation-name: fadeInLeft
                        }
                        
                        @-webkit-keyframes fadeInLeftBig {
                            from {
                                opacity: 0;
                                -webkit-transform: translate3d(-2000px, 0, 0);
                                transform: translate3d(-2000px, 0, 0)
                            }
                            to {
                                opacity: 1;
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        @keyframes fadeInLeftBig {
                            from {
                                opacity: 0;
                                -webkit-transform: translate3d(-2000px, 0, 0);
                                transform: translate3d(-2000px, 0, 0)
                            }
                            to {
                                opacity: 1;
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        .fadeInLeftBig {
                            -webkit-animation-name: fadeInLeftBig;
                            animation-name: fadeInLeftBig
                        }
                        
                        @-webkit-keyframes fadeInRight {
                            from {
                                opacity: 0;
                                -webkit-transform: translate3d(100%, 0, 0);
                                transform: translate3d(100%, 0, 0)
                            }
                            to {
                                opacity: 1;
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        @keyframes fadeInRight {
                            from {
                                opacity: 0;
                                -webkit-transform: translate3d(100%, 0, 0);
                                transform: translate3d(100%, 0, 0)
                            }
                            to {
                                opacity: 1;
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        .fadeInRight {
                            -webkit-animation-name: fadeInRight;
                            animation-name: fadeInRight
                        }
                        
                        @-webkit-keyframes fadeInRightBig {
                            from {
                                opacity: 0;
                                -webkit-transform: translate3d(2000px, 0, 0);
                                transform: translate3d(2000px, 0, 0)
                            }
                            to {
                                opacity: 1;
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        @keyframes fadeInRightBig {
                            from {
                                opacity: 0;
                                -webkit-transform: translate3d(2000px, 0, 0);
                                transform: translate3d(2000px, 0, 0)
                            }
                            to {
                                opacity: 1;
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        .fadeInRightBig {
                            -webkit-animation-name: fadeInRightBig;
                            animation-name: fadeInRightBig
                        }
                        
                        @-webkit-keyframes fadeInUp {
                            from {
                                opacity: 0;
                                -webkit-transform: translate3d(0, 100%, 0);
                                transform: translate3d(0, 100%, 0)
                            }
                            to {
                                opacity: 1;
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        @keyframes fadeInUp {
                            from {
                                opacity: 0;
                                -webkit-transform: translate3d(0, 100%, 0);
                                transform: translate3d(0, 100%, 0)
                            }
                            to {
                                opacity: 1;
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        .fadeInUp {
                            -webkit-animation-name: fadeInUp;
                            animation-name: fadeInUp
                        }
                        
                        @-webkit-keyframes fadeInUpBig {
                            from {
                                opacity: 0;
                                -webkit-transform: translate3d(0, 2000px, 0);
                                transform: translate3d(0, 2000px, 0)
                            }
                            to {
                                opacity: 1;
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        @keyframes fadeInUpBig {
                            from {
                                opacity: 0;
                                -webkit-transform: translate3d(0, 2000px, 0);
                                transform: translate3d(0, 2000px, 0)
                            }
                            to {
                                opacity: 1;
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        .fadeInUpBig {
                            -webkit-animation-name: fadeInUpBig;
                            animation-name: fadeInUpBig
                        }
                        
                        @-webkit-keyframes fadeOut {
                            from {
                                opacity: 1
                            }
                            to {
                                opacity: 0
                            }
                        }
                        
                        @keyframes fadeOut {
                            from {
                                opacity: 1
                            }
                            to {
                                opacity: 0
                            }
                        }
                        
                        .fadeOut {
                            -webkit-animation-name: fadeOut;
                            animation-name: fadeOut
                        }
                        
                        @-webkit-keyframes fadeOutDown {
                            from {
                                opacity: 1
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(0, 100%, 0);
                                transform: translate3d(0, 100%, 0)
                            }
                        }
                        
                        @keyframes fadeOutDown {
                            from {
                                opacity: 1
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(0, 100%, 0);
                                transform: translate3d(0, 100%, 0)
                            }
                        }
                        
                        .fadeOutDown {
                            -webkit-animation-name: fadeOutDown;
                            animation-name: fadeOutDown
                        }
                        
                        @-webkit-keyframes fadeOutDownBig {
                            from {
                                opacity: 1
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(0, 2000px, 0);
                                transform: translate3d(0, 2000px, 0)
                            }
                        }
                        
                        @keyframes fadeOutDownBig {
                            from {
                                opacity: 1
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(0, 2000px, 0);
                                transform: translate3d(0, 2000px, 0)
                            }
                        }
                        
                        .fadeOutDownBig {
                            -webkit-animation-name: fadeOutDownBig;
                            animation-name: fadeOutDownBig
                        }
                        
                        @-webkit-keyframes fadeOutLeft {
                            from {
                                opacity: 1
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(-100%, 0, 0);
                                transform: translate3d(-100%, 0, 0)
                            }
                        }
                        
                        @keyframes fadeOutLeft {
                            from {
                                opacity: 1
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(-100%, 0, 0);
                                transform: translate3d(-100%, 0, 0)
                            }
                        }
                        
                        .fadeOutLeft {
                            -webkit-animation-name: fadeOutLeft;
                            animation-name: fadeOutLeft
                        }
                        
                        @-webkit-keyframes fadeOutLeftBig {
                            from {
                                opacity: 1
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(-2000px, 0, 0);
                                transform: translate3d(-2000px, 0, 0)
                            }
                        }
                        
                        @keyframes fadeOutLeftBig {
                            from {
                                opacity: 1
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(-2000px, 0, 0);
                                transform: translate3d(-2000px, 0, 0)
                            }
                        }
                        
                        .fadeOutLeftBig {
                            -webkit-animation-name: fadeOutLeftBig;
                            animation-name: fadeOutLeftBig
                        }
                        
                        @-webkit-keyframes fadeOutRight {
                            from {
                                opacity: 1
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(100%, 0, 0);
                                transform: translate3d(100%, 0, 0)
                            }
                        }
                        
                        @keyframes fadeOutRight {
                            from {
                                opacity: 1
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(100%, 0, 0);
                                transform: translate3d(100%, 0, 0)
                            }
                        }
                        
                        .fadeOutRight {
                            -webkit-animation-name: fadeOutRight;
                            animation-name: fadeOutRight
                        }
                        
                        @-webkit-keyframes fadeOutRightBig {
                            from {
                                opacity: 1
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(2000px, 0, 0);
                                transform: translate3d(2000px, 0, 0)
                            }
                        }
                        
                        @keyframes fadeOutRightBig {
                            from {
                                opacity: 1
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(2000px, 0, 0);
                                transform: translate3d(2000px, 0, 0)
                            }
                        }
                        
                        .fadeOutRightBig {
                            -webkit-animation-name: fadeOutRightBig;
                            animation-name: fadeOutRightBig
                        }
                        
                        @-webkit-keyframes fadeOutUp {
                            from {
                                opacity: 1
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(0, -100%, 0);
                                transform: translate3d(0, -100%, 0)
                            }
                        }
                        
                        @keyframes fadeOutUp {
                            from {
                                opacity: 1
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(0, -100%, 0);
                                transform: translate3d(0, -100%, 0)
                            }
                        }
                        
                        .fadeOutUp {
                            -webkit-animation-name: fadeOutUp;
                            animation-name: fadeOutUp
                        }
                        
                        @-webkit-keyframes fadeOutUpBig {
                            from {
                                opacity: 1
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(0, -2000px, 0);
                                transform: translate3d(0, -2000px, 0)
                            }
                        }
                        
                        @keyframes fadeOutUpBig {
                            from {
                                opacity: 1
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(0, -2000px, 0);
                                transform: translate3d(0, -2000px, 0)
                            }
                        }
                        
                        .fadeOutUpBig {
                            -webkit-animation-name: fadeOutUpBig;
                            animation-name: fadeOutUpBig
                        }
                        
                        @-webkit-keyframes flip {
                            from {
                                -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
                                transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
                                -webkit-animation-timing-function: ease-out;
                                animation-timing-function: ease-out
                            }
                            40% {
                                -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
                                transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
                                -webkit-animation-timing-function: ease-out;
                                animation-timing-function: ease-out
                            }
                            50% {
                                -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
                                transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
                                -webkit-animation-timing-function: ease-in;
                                animation-timing-function: ease-in
                            }
                            80% {
                                -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
                                transform: perspective(400px) scale3d(.95, .95, .95);
                                -webkit-animation-timing-function: ease-in;
                                animation-timing-function: ease-in
                            }
                            to {
                                -webkit-transform: perspective(400px);
                                transform: perspective(400px);
                                -webkit-animation-timing-function: ease-in;
                                animation-timing-function: ease-in
                            }
                        }
                        
                        @keyframes flip {
                            from {
                                -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
                                transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
                                -webkit-animation-timing-function: ease-out;
                                animation-timing-function: ease-out
                            }
                            40% {
                                -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
                                transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
                                -webkit-animation-timing-function: ease-out;
                                animation-timing-function: ease-out
                            }
                            50% {
                                -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
                                transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
                                -webkit-animation-timing-function: ease-in;
                                animation-timing-function: ease-in
                            }
                            80% {
                                -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
                                transform: perspective(400px) scale3d(.95, .95, .95);
                                -webkit-animation-timing-function: ease-in;
                                animation-timing-function: ease-in
                            }
                            to {
                                -webkit-transform: perspective(400px);
                                transform: perspective(400px);
                                -webkit-animation-timing-function: ease-in;
                                animation-timing-function: ease-in
                            }
                        }
                        
                        .animated.flip {
                            -webkit-backface-visibility: visible;
                            backface-visibility: visible;
                            -webkit-animation-name: flip;
                            animation-name: flip
                        }
                        
                        @-webkit-keyframes flipInX {
                            from {
                                -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
                                transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
                                -webkit-animation-timing-function: ease-in;
                                animation-timing-function: ease-in;
                                opacity: 0
                            }
                            40% {
                                -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
                                transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
                                -webkit-animation-timing-function: ease-in;
                                animation-timing-function: ease-in
                            }
                            60% {
                                -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
                                transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
                                opacity: 1
                            }
                            80% {
                                -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
                                transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
                            }
                            to {
                                -webkit-transform: perspective(400px);
                                transform: perspective(400px)
                            }
                        }
                        
                        @keyframes flipInX {
                            from {
                                -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
                                transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
                                -webkit-animation-timing-function: ease-in;
                                animation-timing-function: ease-in;
                                opacity: 0
                            }
                            40% {
                                -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
                                transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
                                -webkit-animation-timing-function: ease-in;
                                animation-timing-function: ease-in
                            }
                            60% {
                                -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
                                transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
                                opacity: 1
                            }
                            80% {
                                -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
                                transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
                            }
                            to {
                                -webkit-transform: perspective(400px);
                                transform: perspective(400px)
                            }
                        }
                        
                        .flipInX {
                            -webkit-backface-visibility: visible !important;
                            backface-visibility: visible !important;
                            -webkit-animation-name: flipInX;
                            animation-name: flipInX
                        }
                        
                        @-webkit-keyframes flipInY {
                            from {
                                -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
                                transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
                                -webkit-animation-timing-function: ease-in;
                                animation-timing-function: ease-in;
                                opacity: 0
                            }
                            40% {
                                -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
                                transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
                                -webkit-animation-timing-function: ease-in;
                                animation-timing-function: ease-in
                            }
                            60% {
                                -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
                                transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
                                opacity: 1
                            }
                            80% {
                                -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
                                transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
                            }
                            to {
                                -webkit-transform: perspective(400px);
                                transform: perspective(400px)
                            }
                        }
                        
                        @keyframes flipInY {
                            from {
                                -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
                                transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
                                -webkit-animation-timing-function: ease-in;
                                animation-timing-function: ease-in;
                                opacity: 0
                            }
                            40% {
                                -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
                                transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
                                -webkit-animation-timing-function: ease-in;
                                animation-timing-function: ease-in
                            }
                            60% {
                                -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
                                transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
                                opacity: 1
                            }
                            80% {
                                -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
                                transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
                            }
                            to {
                                -webkit-transform: perspective(400px);
                                transform: perspective(400px)
                            }
                        }
                        
                        .flipInY {
                            -webkit-backface-visibility: visible !important;
                            backface-visibility: visible !important;
                            -webkit-animation-name: flipInY;
                            animation-name: flipInY
                        }
                        
                        @-webkit-keyframes flipOutX {
                            from {
                                -webkit-transform: perspective(400px);
                                transform: perspective(400px)
                            }
                            30% {
                                -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
                                transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
                                opacity: 1
                            }
                            to {
                                -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
                                transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
                                opacity: 0
                            }
                        }
                        
                        @keyframes flipOutX {
                            from {
                                -webkit-transform: perspective(400px);
                                transform: perspective(400px)
                            }
                            30% {
                                -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
                                transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
                                opacity: 1
                            }
                            to {
                                -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
                                transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
                                opacity: 0
                            }
                        }
                        
                        .flipOutX {
                            -webkit-animation-name: flipOutX;
                            animation-name: flipOutX;
                            -webkit-backface-visibility: visible !important;
                            backface-visibility: visible !important
                        }
                        
                        @-webkit-keyframes flipOutY {
                            from {
                                -webkit-transform: perspective(400px);
                                transform: perspective(400px)
                            }
                            30% {
                                -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
                                transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
                                opacity: 1
                            }
                            to {
                                -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
                                transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
                                opacity: 0
                            }
                        }
                        
                        @keyframes flipOutY {
                            from {
                                -webkit-transform: perspective(400px);
                                transform: perspective(400px)
                            }
                            30% {
                                -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
                                transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
                                opacity: 1
                            }
                            to {
                                -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
                                transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
                                opacity: 0
                            }
                        }
                        
                        .flipOutY {
                            -webkit-backface-visibility: visible !important;
                            backface-visibility: visible !important;
                            -webkit-animation-name: flipOutY;
                            animation-name: flipOutY
                        }
                        
                        @-webkit-keyframes lightSpeedIn {
                            from {
                                -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
                                transform: translate3d(100%, 0, 0) skewX(-30deg);
                                opacity: 0
                            }
                            60% {
                                -webkit-transform: skewX(20deg);
                                transform: skewX(20deg);
                                opacity: 1
                            }
                            80% {
                                -webkit-transform: skewX(-5deg);
                                transform: skewX(-5deg);
                                opacity: 1
                            }
                            to {
                                -webkit-transform: none;
                                transform: none;
                                opacity: 1
                            }
                        }
                        
                        @keyframes lightSpeedIn {
                            from {
                                -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
                                transform: translate3d(100%, 0, 0) skewX(-30deg);
                                opacity: 0
                            }
                            60% {
                                -webkit-transform: skewX(20deg);
                                transform: skewX(20deg);
                                opacity: 1
                            }
                            80% {
                                -webkit-transform: skewX(-5deg);
                                transform: skewX(-5deg);
                                opacity: 1
                            }
                            to {
                                -webkit-transform: none;
                                transform: none;
                                opacity: 1
                            }
                        }
                        
                        .lightSpeedIn {
                            -webkit-animation-name: lightSpeedIn;
                            animation-name: lightSpeedIn;
                            -webkit-animation-timing-function: ease-out;
                            animation-timing-function: ease-out
                        }
                        
                        @-webkit-keyframes lightSpeedOut {
                            from {
                                opacity: 1
                            }
                            to {
                                -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
                                transform: translate3d(100%, 0, 0) skewX(30deg);
                                opacity: 0
                            }
                        }
                        
                        @keyframes lightSpeedOut {
                            from {
                                opacity: 1
                            }
                            to {
                                -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
                                transform: translate3d(100%, 0, 0) skewX(30deg);
                                opacity: 0
                            }
                        }
                        
                        .lightSpeedOut {
                            -webkit-animation-name: lightSpeedOut;
                            animation-name: lightSpeedOut;
                            -webkit-animation-timing-function: ease-in;
                            animation-timing-function: ease-in
                        }
                        
                        @-webkit-keyframes rotateIn {
                            from {
                                -webkit-transform-origin: center;
                                transform-origin: center;
                                -webkit-transform: rotate3d(0, 0, 1, -200deg);
                                transform: rotate3d(0, 0, 1, -200deg);
                                opacity: 0
                            }
                            to {
                                -webkit-transform-origin: center;
                                transform-origin: center;
                                -webkit-transform: none;
                                transform: none;
                                opacity: 1
                            }
                        }
                        
                        @keyframes rotateIn {
                            from {
                                -webkit-transform-origin: center;
                                transform-origin: center;
                                -webkit-transform: rotate3d(0, 0, 1, -200deg);
                                transform: rotate3d(0, 0, 1, -200deg);
                                opacity: 0
                            }
                            to {
                                -webkit-transform-origin: center;
                                transform-origin: center;
                                -webkit-transform: none;
                                transform: none;
                                opacity: 1
                            }
                        }
                        
                        .rotateIn {
                            -webkit-animation-name: rotateIn;
                            animation-name: rotateIn
                        }
                        
                        @-webkit-keyframes rotateInDownLeft {
                            from {
                                -webkit-transform-origin: left bottom;
                                transform-origin: left bottom;
                                -webkit-transform: rotate3d(0, 0, 1, -45deg);
                                transform: rotate3d(0, 0, 1, -45deg);
                                opacity: 0
                            }
                            to {
                                -webkit-transform-origin: left bottom;
                                transform-origin: left bottom;
                                -webkit-transform: none;
                                transform: none;
                                opacity: 1
                            }
                        }
                        
                        @keyframes rotateInDownLeft {
                            from {
                                -webkit-transform-origin: left bottom;
                                transform-origin: left bottom;
                                -webkit-transform: rotate3d(0, 0, 1, -45deg);
                                transform: rotate3d(0, 0, 1, -45deg);
                                opacity: 0
                            }
                            to {
                                -webkit-transform-origin: left bottom;
                                transform-origin: left bottom;
                                -webkit-transform: none;
                                transform: none;
                                opacity: 1
                            }
                        }
                        
                        .rotateInDownLeft {
                            -webkit-animation-name: rotateInDownLeft;
                            animation-name: rotateInDownLeft
                        }
                        
                        @-webkit-keyframes rotateInDownRight {
                            from {
                                -webkit-transform-origin: right bottom;
                                transform-origin: right bottom;
                                -webkit-transform: rotate3d(0, 0, 1, 45deg);
                                transform: rotate3d(0, 0, 1, 45deg);
                                opacity: 0
                            }
                            to {
                                -webkit-transform-origin: right bottom;
                                transform-origin: right bottom;
                                -webkit-transform: none;
                                transform: none;
                                opacity: 1
                            }
                        }
                        
                        @keyframes rotateInDownRight {
                            from {
                                -webkit-transform-origin: right bottom;
                                transform-origin: right bottom;
                                -webkit-transform: rotate3d(0, 0, 1, 45deg);
                                transform: rotate3d(0, 0, 1, 45deg);
                                opacity: 0
                            }
                            to {
                                -webkit-transform-origin: right bottom;
                                transform-origin: right bottom;
                                -webkit-transform: none;
                                transform: none;
                                opacity: 1
                            }
                        }
                        
                        .rotateInDownRight {
                            -webkit-animation-name: rotateInDownRight;
                            animation-name: rotateInDownRight
                        }
                        
                        @-webkit-keyframes rotateInUpLeft {
                            from {
                                -webkit-transform-origin: left bottom;
                                transform-origin: left bottom;
                                -webkit-transform: rotate3d(0, 0, 1, 45deg);
                                transform: rotate3d(0, 0, 1, 45deg);
                                opacity: 0
                            }
                            to {
                                -webkit-transform-origin: left bottom;
                                transform-origin: left bottom;
                                -webkit-transform: none;
                                transform: none;
                                opacity: 1
                            }
                        }
                        
                        @keyframes rotateInUpLeft {
                            from {
                                -webkit-transform-origin: left bottom;
                                transform-origin: left bottom;
                                -webkit-transform: rotate3d(0, 0, 1, 45deg);
                                transform: rotate3d(0, 0, 1, 45deg);
                                opacity: 0
                            }
                            to {
                                -webkit-transform-origin: left bottom;
                                transform-origin: left bottom;
                                -webkit-transform: none;
                                transform: none;
                                opacity: 1
                            }
                        }
                        
                        .rotateInUpLeft {
                            -webkit-animation-name: rotateInUpLeft;
                            animation-name: rotateInUpLeft
                        }
                        
                        @-webkit-keyframes rotateInUpRight {
                            from {
                                -webkit-transform-origin: right bottom;
                                transform-origin: right bottom;
                                -webkit-transform: rotate3d(0, 0, 1, -90deg);
                                transform: rotate3d(0, 0, 1, -90deg);
                                opacity: 0
                            }
                            to {
                                -webkit-transform-origin: right bottom;
                                transform-origin: right bottom;
                                -webkit-transform: none;
                                transform: none;
                                opacity: 1
                            }
                        }
                        
                        @keyframes rotateInUpRight {
                            from {
                                -webkit-transform-origin: right bottom;
                                transform-origin: right bottom;
                                -webkit-transform: rotate3d(0, 0, 1, -90deg);
                                transform: rotate3d(0, 0, 1, -90deg);
                                opacity: 0
                            }
                            to {
                                -webkit-transform-origin: right bottom;
                                transform-origin: right bottom;
                                -webkit-transform: none;
                                transform: none;
                                opacity: 1
                            }
                        }
                        
                        .rotateInUpRight {
                            -webkit-animation-name: rotateInUpRight;
                            animation-name: rotateInUpRight
                        }
                        
                        @-webkit-keyframes rotateOut {
                            from {
                                -webkit-transform-origin: center;
                                transform-origin: center;
                                opacity: 1
                            }
                            to {
                                -webkit-transform-origin: center;
                                transform-origin: center;
                                -webkit-transform: rotate3d(0, 0, 1, 200deg);
                                transform: rotate3d(0, 0, 1, 200deg);
                                opacity: 0
                            }
                        }
                        
                        @keyframes rotateOut {
                            from {
                                -webkit-transform-origin: center;
                                transform-origin: center;
                                opacity: 1
                            }
                            to {
                                -webkit-transform-origin: center;
                                transform-origin: center;
                                -webkit-transform: rotate3d(0, 0, 1, 200deg);
                                transform: rotate3d(0, 0, 1, 200deg);
                                opacity: 0
                            }
                        }
                        
                        .rotateOut {
                            -webkit-animation-name: rotateOut;
                            animation-name: rotateOut
                        }
                        
                        @-webkit-keyframes rotateOutDownLeft {
                            from {
                                -webkit-transform-origin: left bottom;
                                transform-origin: left bottom;
                                opacity: 1
                            }
                            to {
                                -webkit-transform-origin: left bottom;
                                transform-origin: left bottom;
                                -webkit-transform: rotate3d(0, 0, 1, 45deg);
                                transform: rotate3d(0, 0, 1, 45deg);
                                opacity: 0
                            }
                        }
                        
                        @keyframes rotateOutDownLeft {
                            from {
                                -webkit-transform-origin: left bottom;
                                transform-origin: left bottom;
                                opacity: 1
                            }
                            to {
                                -webkit-transform-origin: left bottom;
                                transform-origin: left bottom;
                                -webkit-transform: rotate3d(0, 0, 1, 45deg);
                                transform: rotate3d(0, 0, 1, 45deg);
                                opacity: 0
                            }
                        }
                        
                        .rotateOutDownLeft {
                            -webkit-animation-name: rotateOutDownLeft;
                            animation-name: rotateOutDownLeft
                        }
                        
                        @-webkit-keyframes rotateOutDownRight {
                            from {
                                -webkit-transform-origin: right bottom;
                                transform-origin: right bottom;
                                opacity: 1
                            }
                            to {
                                -webkit-transform-origin: right bottom;
                                transform-origin: right bottom;
                                -webkit-transform: rotate3d(0, 0, 1, -45deg);
                                transform: rotate3d(0, 0, 1, -45deg);
                                opacity: 0
                            }
                        }
                        
                        @keyframes rotateOutDownRight {
                            from {
                                -webkit-transform-origin: right bottom;
                                transform-origin: right bottom;
                                opacity: 1
                            }
                            to {
                                -webkit-transform-origin: right bottom;
                                transform-origin: right bottom;
                                -webkit-transform: rotate3d(0, 0, 1, -45deg);
                                transform: rotate3d(0, 0, 1, -45deg);
                                opacity: 0
                            }
                        }
                        
                        .rotateOutDownRight {
                            -webkit-animation-name: rotateOutDownRight;
                            animation-name: rotateOutDownRight
                        }
                        
                        @-webkit-keyframes rotateOutUpLeft {
                            from {
                                -webkit-transform-origin: left bottom;
                                transform-origin: left bottom;
                                opacity: 1
                            }
                            to {
                                -webkit-transform-origin: left bottom;
                                transform-origin: left bottom;
                                -webkit-transform: rotate3d(0, 0, 1, -45deg);
                                transform: rotate3d(0, 0, 1, -45deg);
                                opacity: 0
                            }
                        }
                        
                        @keyframes rotateOutUpLeft {
                            from {
                                -webkit-transform-origin: left bottom;
                                transform-origin: left bottom;
                                opacity: 1
                            }
                            to {
                                -webkit-transform-origin: left bottom;
                                transform-origin: left bottom;
                                -webkit-transform: rotate3d(0, 0, 1, -45deg);
                                transform: rotate3d(0, 0, 1, -45deg);
                                opacity: 0
                            }
                        }
                        
                        .rotateOutUpLeft {
                            -webkit-animation-name: rotateOutUpLeft;
                            animation-name: rotateOutUpLeft
                        }
                        
                        @-webkit-keyframes rotateOutUpRight {
                            from {
                                -webkit-transform-origin: right bottom;
                                transform-origin: right bottom;
                                opacity: 1
                            }
                            to {
                                -webkit-transform-origin: right bottom;
                                transform-origin: right bottom;
                                -webkit-transform: rotate3d(0, 0, 1, 90deg);
                                transform: rotate3d(0, 0, 1, 90deg);
                                opacity: 0
                            }
                        }
                        
                        @keyframes rotateOutUpRight {
                            from {
                                -webkit-transform-origin: right bottom;
                                transform-origin: right bottom;
                                opacity: 1
                            }
                            to {
                                -webkit-transform-origin: right bottom;
                                transform-origin: right bottom;
                                -webkit-transform: rotate3d(0, 0, 1, 90deg);
                                transform: rotate3d(0, 0, 1, 90deg);
                                opacity: 0
                            }
                        }
                        
                        .rotateOutUpRight {
                            -webkit-animation-name: rotateOutUpRight;
                            animation-name: rotateOutUpRight
                        }
                        
                        @-webkit-keyframes hinge {
                            0% {
                                -webkit-transform-origin: top left;
                                transform-origin: top left;
                                -webkit-animation-timing-function: ease-in-out;
                                animation-timing-function: ease-in-out
                            }
                            20%,
                            60% {
                                -webkit-transform: rotate3d(0, 0, 1, 80deg);
                                transform: rotate3d(0, 0, 1, 80deg);
                                -webkit-transform-origin: top left;
                                transform-origin: top left;
                                -webkit-animation-timing-function: ease-in-out;
                                animation-timing-function: ease-in-out
                            }
                            40%,
                            80% {
                                -webkit-transform: rotate3d(0, 0, 1, 60deg);
                                transform: rotate3d(0, 0, 1, 60deg);
                                -webkit-transform-origin: top left;
                                transform-origin: top left;
                                -webkit-animation-timing-function: ease-in-out;
                                animation-timing-function: ease-in-out;
                                opacity: 1
                            }
                            to {
                                -webkit-transform: translate3d(0, 700px, 0);
                                transform: translate3d(0, 700px, 0);
                                opacity: 0
                            }
                        }
                        
                        @keyframes hinge {
                            0% {
                                -webkit-transform-origin: top left;
                                transform-origin: top left;
                                -webkit-animation-timing-function: ease-in-out;
                                animation-timing-function: ease-in-out
                            }
                            20%,
                            60% {
                                -webkit-transform: rotate3d(0, 0, 1, 80deg);
                                transform: rotate3d(0, 0, 1, 80deg);
                                -webkit-transform-origin: top left;
                                transform-origin: top left;
                                -webkit-animation-timing-function: ease-in-out;
                                animation-timing-function: ease-in-out
                            }
                            40%,
                            80% {
                                -webkit-transform: rotate3d(0, 0, 1, 60deg);
                                transform: rotate3d(0, 0, 1, 60deg);
                                -webkit-transform-origin: top left;
                                transform-origin: top left;
                                -webkit-animation-timing-function: ease-in-out;
                                animation-timing-function: ease-in-out;
                                opacity: 1
                            }
                            to {
                                -webkit-transform: translate3d(0, 700px, 0);
                                transform: translate3d(0, 700px, 0);
                                opacity: 0
                            }
                        }
                        
                        .hinge {
                            -webkit-animation-name: hinge;
                            animation-name: hinge
                        }
                        
                        @-webkit-keyframes rollIn {
                            from {
                                opacity: 0;
                                -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
                                transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
                            }
                            to {
                                opacity: 1;
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        @keyframes rollIn {
                            from {
                                opacity: 0;
                                -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
                                transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
                            }
                            to {
                                opacity: 1;
                                -webkit-transform: none;
                                transform: none
                            }
                        }
                        
                        .rollIn {
                            -webkit-animation-name: rollIn;
                            animation-name: rollIn
                        }
                        
                        @-webkit-keyframes rollOut {
                            from {
                                opacity: 1
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
                                transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
                            }
                        }
                        
                        @keyframes rollOut {
                            from {
                                opacity: 1
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
                                transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
                            }
                        }
                        
                        .rollOut {
                            -webkit-animation-name: rollOut;
                            animation-name: rollOut
                        }
                        
                        @-webkit-keyframes zoomIn {
                            from {
                                opacity: 0;
                                -webkit-transform: scale3d(.3, .3, .3);
                                transform: scale3d(.3, .3, .3)
                            }
                            50% {
                                opacity: 1
                            }
                        }
                        
                        @keyframes zoomIn {
                            from {
                                opacity: 0;
                                -webkit-transform: scale3d(.3, .3, .3);
                                transform: scale3d(.3, .3, .3)
                            }
                            50% {
                                opacity: 1
                            }
                        }
                        
                        .zoomIn {
                            -webkit-animation-name: zoomIn;
                            animation-name: zoomIn
                        }
                        
                        @-webkit-keyframes zoomInDown {
                            from {
                                opacity: 0;
                                -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
                                transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
                                -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
                                animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
                            }
                            60% {
                                opacity: 1;
                                -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
                                transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
                                -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
                                animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
                            }
                        }
                        
                        @keyframes zoomInDown {
                            from {
                                opacity: 0;
                                -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
                                transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
                                -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
                                animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
                            }
                            60% {
                                opacity: 1;
                                -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
                                transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
                                -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
                                animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
                            }
                        }
                        
                        .zoomInDown {
                            -webkit-animation-name: zoomInDown;
                            animation-name: zoomInDown
                        }
                        
                        @-webkit-keyframes zoomInLeft {
                            from {
                                opacity: 0;
                                -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
                                transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
                                -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
                                animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
                            }
                            60% {
                                opacity: 1;
                                -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
                                transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
                                -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
                                animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
                            }
                        }
                        
                        @keyframes zoomInLeft {
                            from {
                                opacity: 0;
                                -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
                                transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
                                -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
                                animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
                            }
                            60% {
                                opacity: 1;
                                -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
                                transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
                                -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
                                animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
                            }
                        }
                        
                        .zoomInLeft {
                            -webkit-animation-name: zoomInLeft;
                            animation-name: zoomInLeft
                        }
                        
                        @-webkit-keyframes zoomInRight {
                            from {
                                opacity: 0;
                                -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
                                transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
                                -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
                                animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
                            }
                            60% {
                                opacity: 1;
                                -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
                                transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
                                -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
                                animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
                            }
                        }
                        
                        @keyframes zoomInRight {
                            from {
                                opacity: 0;
                                -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
                                transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
                                -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
                                animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
                            }
                            60% {
                                opacity: 1;
                                -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
                                transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
                                -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
                                animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
                            }
                        }
                        
                        .zoomInRight {
                            -webkit-animation-name: zoomInRight;
                            animation-name: zoomInRight
                        }
                        
                        @-webkit-keyframes zoomInUp {
                            from {
                                opacity: 0;
                                -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
                                transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
                                -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
                                animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
                            }
                            60% {
                                opacity: 1;
                                -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
                                transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
                                -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
                                animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
                            }
                        }
                        
                        @keyframes zoomInUp {
                            from {
                                opacity: 0;
                                -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
                                transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
                                -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
                                animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
                            }
                            60% {
                                opacity: 1;
                                -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
                                transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
                                -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
                                animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
                            }
                        }
                        
                        .zoomInUp {
                            -webkit-animation-name: zoomInUp;
                            animation-name: zoomInUp
                        }
                        
                        @-webkit-keyframes zoomOut {
                            from {
                                opacity: 1
                            }
                            50% {
                                opacity: 0;
                                -webkit-transform: scale3d(.3, .3, .3);
                                transform: scale3d(.3, .3, .3)
                            }
                            to {
                                opacity: 0
                            }
                        }
                        
                        @keyframes zoomOut {
                            from {
                                opacity: 1
                            }
                            50% {
                                opacity: 0;
                                -webkit-transform: scale3d(.3, .3, .3);
                                transform: scale3d(.3, .3, .3)
                            }
                            to {
                                opacity: 0
                            }
                        }
                        
                        .zoomOut {
                            -webkit-animation-name: zoomOut;
                            animation-name: zoomOut
                        }
                        
                        @-webkit-keyframes zoomOutDown {
                            40% {
                                opacity: 1;
                                -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
                                transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
                                -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
                                animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
                                transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
                                -webkit-transform-origin: center bottom;
                                transform-origin: center bottom;
                                -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
                                animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
                            }
                        }
                        
                        @keyframes zoomOutDown {
                            40% {
                                opacity: 1;
                                -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
                                transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
                                -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
                                animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
                                transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
                                -webkit-transform-origin: center bottom;
                                transform-origin: center bottom;
                                -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
                                animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
                            }
                        }
                        
                        .zoomOutDown {
                            -webkit-animation-name: zoomOutDown;
                            animation-name: zoomOutDown
                        }
                        
                        @-webkit-keyframes zoomOutLeft {
                            40% {
                                opacity: 1;
                                -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
                                transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
                                transform: scale(.1) translate3d(-2000px, 0, 0);
                                -webkit-transform-origin: left center;
                                transform-origin: left center
                            }
                        }
                        
                        @keyframes zoomOutLeft {
                            40% {
                                opacity: 1;
                                -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
                                transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
                                transform: scale(.1) translate3d(-2000px, 0, 0);
                                -webkit-transform-origin: left center;
                                transform-origin: left center
                            }
                        }
                        
                        .zoomOutLeft {
                            -webkit-animation-name: zoomOutLeft;
                            animation-name: zoomOutLeft
                        }
                        
                        @-webkit-keyframes zoomOutRight {
                            40% {
                                opacity: 1;
                                -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
                                transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
                                transform: scale(.1) translate3d(2000px, 0, 0);
                                -webkit-transform-origin: right center;
                                transform-origin: right center
                            }
                        }
                        
                        @keyframes zoomOutRight {
                            40% {
                                opacity: 1;
                                -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
                                transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
                                transform: scale(.1) translate3d(2000px, 0, 0);
                                -webkit-transform-origin: right center;
                                transform-origin: right center
                            }
                        }
                        
                        .zoomOutRight {
                            -webkit-animation-name: zoomOutRight;
                            animation-name: zoomOutRight
                        }
                        
                        @-webkit-keyframes zoomOutUp {
                            40% {
                                opacity: 1;
                                -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
                                transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
                                -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
                                animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
                                transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
                                -webkit-transform-origin: center bottom;
                                transform-origin: center bottom;
                                -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
                                animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
                            }
                        }
                        
                        @keyframes zoomOutUp {
                            40% {
                                opacity: 1;
                                -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
                                transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
                                -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
                                animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
                            }
                            to {
                                opacity: 0;
                                -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
                                transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
                                -webkit-transform-origin: center bottom;
                                transform-origin: center bottom;
                                -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
                                animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
                            }
                        }
                        
                        .zoomOutUp {
                            -webkit-animation-name: zoomOutUp;
                            animation-name: zoomOutUp
                        }
                        
                        @-webkit-keyframes slideInDown {
                            from {
                                -webkit-transform: translate3d(0, -100%, 0);
                                transform: translate3d(0, -100%, 0);
                                visibility: visible
                            }
                            to {
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                        }
                        
                        @keyframes slideInDown {
                            from {
                                -webkit-transform: translate3d(0, -100%, 0);
                                transform: translate3d(0, -100%, 0);
                                visibility: visible
                            }
                            to {
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                        }
                        
                        .slideInDown {
                            -webkit-animation-name: slideInDown;
                            animation-name: slideInDown
                        }
                        
                        @-webkit-keyframes slideInLeft {
                            from {
                                -webkit-transform: translate3d(-100%, 0, 0);
                                transform: translate3d(-100%, 0, 0);
                                visibility: visible
                            }
                            to {
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                        }
                        
                        @keyframes slideInLeft {
                            from {
                                -webkit-transform: translate3d(-100%, 0, 0);
                                transform: translate3d(-100%, 0, 0);
                                visibility: visible
                            }
                            to {
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                        }
                        
                        .slideInLeft {
                            -webkit-animation-name: slideInLeft;
                            animation-name: slideInLeft
                        }
                        
                        @-webkit-keyframes slideInRight {
                            from {
                                -webkit-transform: translate3d(100%, 0, 0);
                                transform: translate3d(100%, 0, 0);
                                visibility: visible
                            }
                            to {
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                        }
                        
                        @keyframes slideInRight {
                            from {
                                -webkit-transform: translate3d(100%, 0, 0);
                                transform: translate3d(100%, 0, 0);
                                visibility: visible
                            }
                            to {
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                        }
                        
                        .slideInRight {
                            -webkit-animation-name: slideInRight;
                            animation-name: slideInRight
                        }
                        
                        @-webkit-keyframes slideInUp {
                            from {
                                -webkit-transform: translate3d(0, 100%, 0);
                                transform: translate3d(0, 100%, 0);
                                visibility: visible
                            }
                            to {
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                        }
                        
                        @keyframes slideInUp {
                            from {
                                -webkit-transform: translate3d(0, 100%, 0);
                                transform: translate3d(0, 100%, 0);
                                visibility: visible
                            }
                            to {
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                        }
                        
                        .slideInUp {
                            -webkit-animation-name: slideInUp;
                            animation-name: slideInUp
                        }
                        
                        @-webkit-keyframes slideOutDown {
                            from {
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                            to {
                                visibility: hidden;
                                -webkit-transform: translate3d(0, 100%, 0);
                                transform: translate3d(0, 100%, 0)
                            }
                        }
                        
                        @keyframes slideOutDown {
                            from {
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                            to {
                                visibility: hidden;
                                -webkit-transform: translate3d(0, 100%, 0);
                                transform: translate3d(0, 100%, 0)
                            }
                        }
                        
                        .slideOutDown {
                            -webkit-animation-name: slideOutDown;
                            animation-name: slideOutDown
                        }
                        
                        @-webkit-keyframes slideOutLeft {
                            from {
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                            to {
                                visibility: hidden;
                                -webkit-transform: translate3d(-100%, 0, 0);
                                transform: translate3d(-100%, 0, 0)
                            }
                        }
                        
                        @keyframes slideOutLeft {
                            from {
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                            to {
                                visibility: hidden;
                                -webkit-transform: translate3d(-100%, 0, 0);
                                transform: translate3d(-100%, 0, 0)
                            }
                        }
                        
                        .slideOutLeft {
                            -webkit-animation-name: slideOutLeft;
                            animation-name: slideOutLeft
                        }
                        
                        @-webkit-keyframes slideOutRight {
                            from {
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                            to {
                                visibility: hidden;
                                -webkit-transform: translate3d(100%, 0, 0);
                                transform: translate3d(100%, 0, 0)
                            }
                        }
                        
                        @keyframes slideOutRight {
                            from {
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                            to {
                                visibility: hidden;
                                -webkit-transform: translate3d(100%, 0, 0);
                                transform: translate3d(100%, 0, 0)
                            }
                        }
                        
                        .slideOutRight {
                            -webkit-animation-name: slideOutRight;
                            animation-name: slideOutRight
                        }
                        
                        @-webkit-keyframes slideOutUp {
                            from {
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                            to {
                                visibility: hidden;
                                -webkit-transform: translate3d(0, -100%, 0);
                                transform: translate3d(0, -100%, 0)
                            }
                        }
                        
                        @keyframes slideOutUp {
                            from {
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                            to {
                                visibility: hidden;
                                -webkit-transform: translate3d(0, -100%, 0);
                                transform: translate3d(0, -100%, 0)
                            }
                        }
                        
                        .slideOutUp {
                            -webkit-animation-name: slideOutUp;
                            animation-name: slideOutUp
                        }
                        
                        .str_wrap {
                            overflow: hidden;
                            zoom: 1;
                            width: 100%;
                            font-size: 12px;
                            line-height: 16px;
                            position: relative;
                            -moz-user-select: none;
                            -khtml-user-select: none;
                            user-select: none;
                            background: #f6f6f6;
                            white-space: nowrap
                        }
                        
                        .str_wrap.str_active {
                            background: #f1f1f1
                        }
                        
                        .str_move {
                            white-space: nowrap;
                            position: absolute;
                            top: 0;
                            left: 0;
                            cursor: move
                        }
                        
                        .str_move_clone {
                            display: inline-block;
                            display: inline;
                            zoom: 1;
                            vertical-align: top;
                            position: absolute;
                            left: 100%;
                            top: 0
                        }
                        
                        .str_vertical .str_move_clone {
                            left: 0;
                            top: 100%
                        }
                        
                        .str_down .str_move_clone {
                            left: 0;
                            bottom: 100%
                        }
                        
                        .str_vertical .str_move,
                        .str_down .str_move {
                            white-space: normal;
                            width: 100%
                        }
                        
                        .str_static .str_move,
                        .no_drag .str_move,
                        .noStop .str_move {
                            cursor: inherit
                        }
                        
                        .str_wrap img {
                            max-width: none !important
                        }
                        
                        html {
                            font-family: sans-serif;
                            -webkit-text-size-adjust: 100%;
                            -ms-text-size-adjust: 100%
                        }
                        
                        body {
                            margin: 0
                        }
                        
                        article,
                        aside,
                        details,
                        figcaption,
                        figure,
                        footer,
                        header,
                        hgroup,
                        main,
                        menu,
                        nav,
                        section,
                        summary {
                            display: block
                        }
                        
                        audio,
                        canvas,
                        progress,
                        video {
                            display: inline-block;
                            vertical-align: baseline
                        }
                        
                        audio:not([controls]) {
                            display: none;
                            height: 0
                        }
                        
                        [hidden],
                        template {
                            display: none
                        }
                        
                        a {
                            background-color: transparent
                        }
                        
                        a:active,
                        a:hover {
                            outline: 0
                        }
                        
                        abbr[title] {
                            border-bottom: 1px dotted
                        }
                        
                        b,
                        strong {
                            font-weight: 700
                        }
                        
                        dfn {
                            font-style: italic
                        }
                        
                        h1 {
                            margin: .67em 0;
                            font-size: 2em
                        }
                        
                        mark {
                            color: #000;
                            background: #ff0
                        }
                        
                        small {
                            font-size: 80%
                        }
                        
                        sub,
                        sup {
                            position: relative;
                            font-size: 75%;
                            line-height: 0;
                            vertical-align: baseline
                        }
                        
                        sup {
                            top: -.5em
                        }
                        
                        sub {
                            bottom: -.25em
                        }
                        
                        img {
                            border: 0
                        }
                        
                        svg:not(:root) {
                            overflow: hidden
                        }
                        
                        figure {
                            margin: 1em 40px
                        }
                        
                        hr {
                            height: 0;
                            -webkit-box-sizing: content-box;
                            -moz-box-sizing: content-box;
                            box-sizing: content-box
                        }
                        
                        pre {
                            overflow: auto
                        }
                        
                        code,
                        kbd,
                        pre,
                        samp {
                            font-family: monospace, monospace;
                            font-size: 1em
                        }
                        
                        button,
                        input,
                        optgroup,
                        select,
                        textarea {
                            margin: 0;
                            font: inherit;
                            color: inherit
                        }
                        
                        button {
                            overflow: visible
                        }
                        
                        button,
                        select {
                            text-transform: none
                        }
                        
                        button,
                        html input[type=button],
                        input[type=reset],
                        input[type=submit] {
                            -webkit-appearance: button;
                            cursor: pointer
                        }
                        
                        button[disabled],
                        html input[disabled] {
                            cursor: default
                        }
                        
                        button::-moz-focus-inner,
                        input::-moz-focus-inner {
                            padding: 0;
                            border: 0
                        }
                        
                        input {
                            line-height: normal
                        }
                        
                        input[type=checkbox],
                        input[type=radio] {
                            -webkit-box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            box-sizing: border-box;
                            padding: 0
                        }
                        
                        input[type=number]::-webkit-inner-spin-button,
                        input[type=number]::-webkit-outer-spin-button {
                            height: auto
                        }
                        
                        input[type=search] {
                            -webkit-box-sizing: content-box;
                            -moz-box-sizing: content-box;
                            box-sizing: content-box;
                            -webkit-appearance: textfield
                        }
                        
                        input[type=search]::-webkit-search-cancel-button,
                        input[type=search]::-webkit-search-decoration {
                            -webkit-appearance: none
                        }
                        
                        fieldset {
                            padding: .35em .625em .75em;
                            margin: 0 2px;
                            border: 1px solid silver
                        }
                        
                        legend {
                            padding: 0;
                            border: 0
                        }
                        
                        textarea {
                            overflow: auto
                        }
                        
                        optgroup {
                            font-weight: 700
                        }
                        
                        table {
                            border-spacing: 0;
                            border-collapse: collapse
                        }
                        
                        td,
                        th {
                            padding: 0
                        }
                        
                        @media print {
                            *,
                             :after,
                             :before {
                                color: #000!important;
                                text-shadow: none!important;
                                background: 0 0!important;
                                -webkit-box-shadow: none!important;
                                box-shadow: none!important
                            }
                            a,
                            a:visited {
                                text-decoration: underline
                            }
                            a[href]:after {
                                content: " (" attr(href) ")"
                            }
                            abbr[title]:after {
                                content: " (" attr(title) ")"
                            }
                            a[href^="javascript:"]:after,
                            a[href^="#"]:after {
                                content: ""
                            }
                            blockquote,
                            pre {
                                border: 1px solid #999;
                                page-break-inside: avoid
                            }
                            thead {
                                display: table-header-group
                            }
                            img,
                            tr {
                                page-break-inside: avoid
                            }
                            img {
                                max-width: 100%!important
                            }
                            h2,
                            h3,
                            p {
                                orphans: 3;
                                widows: 3
                            }
                            h2,
                            h3 {
                                page-break-after: avoid
                            }
                            .navbar {
                                display: none
                            }
                            .btn>.caret,
                            .dropup>.btn>.caret {
                                border-top-color: #000!important
                            }
                            .label {
                                border: 1px solid #000
                            }
                            .table {
                                border-collapse: collapse!important
                            }
                            .table td,
                            .table th {
                                background-color: #fff!important
                            }
                            .table-bordered td,
                            .table-bordered th {
                                border: 1px solid #ddd!important
                            }
                        }
                        
                        @font-face {
                            font-family: 'Glyphicons Halflings';
                            src: url('../../../public/ui/v2/static/plugin/xinhuiyuan/css/../fonts/glyphicons-halflings-regular.eot');
                            src: url('../../../public/ui/v2/static/plugin/xinhuiyuan/css/../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../public/ui/v2/static/plugin/xinhuiyuan/css/../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../../public/ui/v2/static/plugin/xinhuiyuan/css/../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../public/ui/v2/static/plugin/xinhuiyuan/css/../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../public/ui/v2/static/plugin/xinhuiyuan/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
                        }
                        
                        .glyphicon {
                            position: relative;
                            top: 1px;
                            display: inline-block;
                            font-family: 'Glyphicons Halflings';
                            font-style: normal;
                            font-weight: 400;
                            line-height: 1;
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale
                        }
                        
                        .glyphicon-asterisk:before {
                            content: "\2a"
                        }
                        
                        .glyphicon-plus:before {
                            content: "\2b"
                        }
                        
                        .glyphicon-eur:before,
                        .glyphicon-euro:before {
                            content: "\20ac"
                        }
                        
                        .glyphicon-minus:before {
                            content: "\2212"
                        }
                        
                        .glyphicon-cloud:before {
                            content: "\2601"
                        }
                        
                        .glyphicon-envelope:before {
                            content: "\2709"
                        }
                        
                        .glyphicon-pencil:before {
                            content: "\270f"
                        }
                        
                        .glyphicon-glass:before {
                            content: "\e001"
                        }
                        
                        .glyphicon-music:before {
                            content: "\e002"
                        }
                        
                        .glyphicon-search:before {
                            content: "\e003"
                        }
                        
                        .glyphicon-heart:before {
                            content: "\e005"
                        }
                        
                        .glyphicon-star:before {
                            content: "\e006"
                        }
                        
                        .glyphicon-star-empty:before {
                            content: "\e007"
                        }
                        
                        .glyphicon-user:before {
                            content: "\e008"
                        }
                        
                        .glyphicon-film:before {
                            content: "\e009"
                        }
                        
                        .glyphicon-th-large:before {
                            content: "\e010"
                        }
                        
                        .glyphicon-th:before {
                            content: "\e011"
                        }
                        
                        .glyphicon-th-list:before {
                            content: "\e012"
                        }
                        
                        .glyphicon-ok:before {
                            content: "\e013"
                        }
                        
                        .glyphicon-remove:before {
                            content: "\e014"
                        }
                        
                        .glyphicon-zoom-in:before {
                            content: "\e015"
                        }
                        
                        .glyphicon-zoom-out:before {
                            content: "\e016"
                        }
                        
                        .glyphicon-off:before {
                            content: "\e017"
                        }
                        
                        .glyphicon-signal:before {
                            content: "\e018"
                        }
                        
                        .glyphicon-cog:before {
                            content: "\e019"
                        }
                        
                        .glyphicon-trash:before {
                            content: "\e020"
                        }
                        
                        .glyphicon-home:before {
                            content: "\e021"
                        }
                        
                        .glyphicon-file:before {
                            content: "\e022"
                        }
                        
                        .glyphicon-time:before {
                            content: "\e023"
                        }
                        
                        .glyphicon-road:before {
                            content: "\e024"
                        }
                        
                        .glyphicon-download-alt:before {
                            content: "\e025"
                        }
                        
                        .glyphicon-download:before {
                            content: "\e026"
                        }
                        
                        .glyphicon-upload:before {
                            content: "\e027"
                        }
                        
                        .glyphicon-inbox:before {
                            content: "\e028"
                        }
                        
                        .glyphicon-play-circle:before {
                            content: "\e029"
                        }
                        
                        .glyphicon-repeat:before {
                            content: "\e030"
                        }
                        
                        .glyphicon-refresh:before {
                            content: "\e031"
                        }
                        
                        .glyphicon-list-alt:before {
                            content: "\e032"
                        }
                        
                        .glyphicon-lock:before {
                            content: "\e033"
                        }
                        
                        .glyphicon-flag:before {
                            content: "\e034"
                        }
                        
                        .glyphicon-headphones:before {
                            content: "\e035"
                        }
                        
                        .glyphicon-volume-off:before {
                            content: "\e036"
                        }
                        
                        .glyphicon-volume-down:before {
                            content: "\e037"
                        }
                        
                        .glyphicon-volume-up:before {
                            content: "\e038"
                        }
                        
                        .glyphicon-qrcode:before {
                            content: "\e039"
                        }
                        
                        .glyphicon-barcode:before {
                            content: "\e040"
                        }
                        
                        .glyphicon-tag:before {
                            content: "\e041"
                        }
                        
                        .glyphicon-tags:before {
                            content: "\e042"
                        }
                        
                        .glyphicon-book:before {
                            content: "\e043"
                        }
                        
                        .glyphicon-bookmark:before {
                            content: "\e044"
                        }
                        
                        .glyphicon-print:before {
                            content: "\e045"
                        }
                        
                        .glyphicon-camera:before {
                            content: "\e046"
                        }
                        
                        .glyphicon-font:before {
                            content: "\e047"
                        }
                        
                        .glyphicon-bold:before {
                            content: "\e048"
                        }
                        
                        .glyphicon-italic:before {
                            content: "\e049"
                        }
                        
                        .glyphicon-text-height:before {
                            content: "\e050"
                        }
                        
                        .glyphicon-text-width:before {
                            content: "\e051"
                        }
                        
                        .glyphicon-align-left:before {
                            content: "\e052"
                        }
                        
                        .glyphicon-align-center:before {
                            content: "\e053"
                        }
                        
                        .glyphicon-align-right:before {
                            content: "\e054"
                        }
                        
                        .glyphicon-align-justify:before {
                            content: "\e055"
                        }
                        
                        .glyphicon-list:before {
                            content: "\e056"
                        }
                        
                        .glyphicon-indent-left:before {
                            content: "\e057"
                        }
                        
                        .glyphicon-indent-right:before {
                            content: "\e058"
                        }
                        
                        .glyphicon-facetime-video:before {
                            content: "\e059"
                        }
                        
                        .glyphicon-picture:before {
                            content: "\e060"
                        }
                        
                        .glyphicon-map-marker:before {
                            content: "\e062"
                        }
                        
                        .glyphicon-adjust:before {
                            content: "\e063"
                        }
                        
                        .glyphicon-tint:before {
                            content: "\e064"
                        }
                        
                        .glyphicon-edit:before {
                            content: "\e065"
                        }
                        
                        .glyphicon-share:before {
                            content: "\e066"
                        }
                        
                        .glyphicon-check:before {
                            content: "\e067"
                        }
                        
                        .glyphicon-move:before {
                            content: "\e068"
                        }
                        
                        .glyphicon-step-backward:before {
                            content: "\e069"
                        }
                        
                        .glyphicon-fast-backward:before {
                            content: "\e070"
                        }
                        
                        .glyphicon-backward:before {
                            content: "\e071"
                        }
                        
                        .glyphicon-play:before {
                            content: "\e072"
                        }
                        
                        .glyphicon-pause:before {
                            content: "\e073"
                        }
                        
                        .glyphicon-stop:before {
                            content: "\e074"
                        }
                        
                        .glyphicon-forward:before {
                            content: "\e075"
                        }
                        
                        .glyphicon-fast-forward:before {
                            content: "\e076"
                        }
                        
                        .glyphicon-step-forward:before {
                            content: "\e077"
                        }
                        
                        .glyphicon-eject:before {
                            content: "\e078"
                        }
                        
                        .glyphicon-chevron-left:before {
                            content: "\e079"
                        }
                        
                        .glyphicon-chevron-right:before {
                            content: "\e080"
                        }
                        
                        .glyphicon-plus-sign:before {
                            content: "\e081"
                        }
                        
                        .glyphicon-minus-sign:before {
                            content: "\e082"
                        }
                        
                        .glyphicon-remove-sign:before {
                            content: "\e083"
                        }
                        
                        .glyphicon-ok-sign:before {
                            content: "\e084"
                        }
                        
                        .glyphicon-question-sign:before {
                            content: "\e085"
                        }
                        
                        .glyphicon-info-sign:before {
                            content: "\e086"
                        }
                        
                        .glyphicon-screenshot:before {
                            content: "\e087"
                        }
                        
                        .glyphicon-remove-circle:before {
                            content: "\e088"
                        }
                        
                        .glyphicon-ok-circle:before {
                            content: "\e089"
                        }
                        
                        .glyphicon-ban-circle:before {
                            content: "\e090"
                        }
                        
                        .glyphicon-arrow-left:before {
                            content: "\e091"
                        }
                        
                        .glyphicon-arrow-right:before {
                            content: "\e092"
                        }
                        
                        .glyphicon-arrow-up:before {
                            content: "\e093"
                        }
                        
                        .glyphicon-arrow-down:before {
                            content: "\e094"
                        }
                        
                        .glyphicon-share-alt:before {
                            content: "\e095"
                        }
                        
                        .glyphicon-resize-full:before {
                            content: "\e096"
                        }
                        
                        .glyphicon-resize-small:before {
                            content: "\e097"
                        }
                        
                        .glyphicon-exclamation-sign:before {
                            content: "\e101"
                        }
                        
                        .glyphicon-gift:before {
                            content: "\e102"
                        }
                        
                        .glyphicon-leaf:before {
                            content: "\e103"
                        }
                        
                        .glyphicon-fire:before {
                            content: "\e104"
                        }
                        
                        .glyphicon-eye-open:before {
                            content: "\e105"
                        }
                        
                        .glyphicon-eye-close:before {
                            content: "\e106"
                        }
                        
                        .glyphicon-warning-sign:before {
                            content: "\e107"
                        }
                        
                        .glyphicon-plane:before {
                            content: "\e108"
                        }
                        
                        .glyphicon-calendar:before {
                            content: "\e109"
                        }
                        
                        .glyphicon-random:before {
                            content: "\e110"
                        }
                        
                        .glyphicon-comment:before {
                            content: "\e111"
                        }
                        
                        .glyphicon-magnet:before {
                            content: "\e112"
                        }
                        
                        .glyphicon-chevron-up:before {
                            content: "\e113"
                        }
                        
                        .glyphicon-chevron-down:before {
                            content: "\e114"
                        }
                        
                        .glyphicon-retweet:before {
                            content: "\e115"
                        }
                        
                        .glyphicon-shopping-cart:before {
                            content: "\e116"
                        }
                        
                        .glyphicon-folder-close:before {
                            content: "\e117"
                        }
                        
                        .glyphicon-folder-open:before {
                            content: "\e118"
                        }
                        
                        .glyphicon-resize-vertical:before {
                            content: "\e119"
                        }
                        
                        .glyphicon-resize-horizontal:before {
                            content: "\e120"
                        }
                        
                        .glyphicon-hdd:before {
                            content: "\e121"
                        }
                        
                        .glyphicon-bullhorn:before {
                            content: "\e122"
                        }
                        
                        .glyphicon-bell:before {
                            content: "\e123"
                        }
                        
                        .glyphicon-certificate:before {
                            content: "\e124"
                        }
                        
                        .glyphicon-thumbs-up:before {
                            content: "\e125"
                        }
                        
                        .glyphicon-thumbs-down:before {
                            content: "\e126"
                        }
                        
                        .glyphicon-hand-right:before {
                            content: "\e127"
                        }
                        
                        .glyphicon-hand-left:before {
                            content: "\e128"
                        }
                        
                        .glyphicon-hand-up:before {
                            content: "\e129"
                        }
                        
                        .glyphicon-hand-down:before {
                            content: "\e130"
                        }
                        
                        .glyphicon-circle-arrow-right:before {
                            content: "\e131"
                        }
                        
                        .glyphicon-circle-arrow-left:before {
                            content: "\e132"
                        }
                        
                        .glyphicon-circle-arrow-up:before {
                            content: "\e133"
                        }
                        
                        .glyphicon-circle-arrow-down:before {
                            content: "\e134"
                        }
                        
                        .glyphicon-globe:before {
                            content: "\e135"
                        }
                        
                        .glyphicon-wrench:before {
                            content: "\e136"
                        }
                        
                        .glyphicon-tasks:before {
                            content: "\e137"
                        }
                        
                        .glyphicon-filter:before {
                            content: "\e138"
                        }
                        
                        .glyphicon-briefcase:before {
                            content: "\e139"
                        }
                        
                        .glyphicon-fullscreen:before {
                            content: "\e140"
                        }
                        
                        .glyphicon-dashboard:before {
                            content: "\e141"
                        }
                        
                        .glyphicon-paperclip:before {
                            content: "\e142"
                        }
                        
                        .glyphicon-heart-empty:before {
                            content: "\e143"
                        }
                        
                        .glyphicon-link:before {
                            content: "\e144"
                        }
                        
                        .glyphicon-phone:before {
                            content: "\e145"
                        }
                        
                        .glyphicon-pushpin:before {
                            content: "\e146"
                        }
                        
                        .glyphicon-usd:before {
                            content: "\e148"
                        }
                        
                        .glyphicon-gbp:before {
                            content: "\e149"
                        }
                        
                        .glyphicon-sort:before {
                            content: "\e150"
                        }
                        
                        .glyphicon-sort-by-alphabet:before {
                            content: "\e151"
                        }
                        
                        .glyphicon-sort-by-alphabet-alt:before {
                            content: "\e152"
                        }
                        
                        .glyphicon-sort-by-order:before {
                            content: "\e153"
                        }
                        
                        .glyphicon-sort-by-order-alt:before {
                            content: "\e154"
                        }
                        
                        .glyphicon-sort-by-attributes:before {
                            content: "\e155"
                        }
                        
                        .glyphicon-sort-by-attributes-alt:before {
                            content: "\e156"
                        }
                        
                        .glyphicon-unchecked:before {
                            content: "\e157"
                        }
                        
                        .glyphicon-expand:before {
                            content: "\e158"
                        }
                        
                        .glyphicon-collapse-down:before {
                            content: "\e159"
                        }
                        
                        .glyphicon-collapse-up:before {
                            content: "\e160"
                        }
                        
                        .glyphicon-log-in:before {
                            content: "\e161"
                        }
                        
                        .glyphicon-flash:before {
                            content: "\e162"
                        }
                        
                        .glyphicon-log-out:before {
                            content: "\e163"
                        }
                        
                        .glyphicon-new-window:before {
                            content: "\e164"
                        }
                        
                        .glyphicon-record:before {
                            content: "\e165"
                        }
                        
                        .glyphicon-save:before {
                            content: "\e166"
                        }
                        
                        .glyphicon-open:before {
                            content: "\e167"
                        }
                        
                        .glyphicon-saved:before {
                            content: "\e168"
                        }
                        
                        .glyphicon-import:before {
                            content: "\e169"
                        }
                        
                        .glyphicon-export:before {
                            content: "\e170"
                        }
                        
                        .glyphicon-send:before {
                            content: "\e171"
                        }
                        
                        .glyphicon-floppy-disk:before {
                            content: "\e172"
                        }
                        
                        .glyphicon-floppy-saved:before {
                            content: "\e173"
                        }
                        
                        .glyphicon-floppy-remove:before {
                            content: "\e174"
                        }
                        
                        .glyphicon-floppy-save:before {
                            content: "\e175"
                        }
                        
                        .glyphicon-floppy-open:before {
                            content: "\e176"
                        }
                        
                        .glyphicon-credit-card:before {
                            content: "\e177"
                        }
                        
                        .glyphicon-transfer:before {
                            content: "\e178"
                        }
                        
                        .glyphicon-cutlery:before {
                            content: "\e179"
                        }
                        
                        .glyphicon-header:before {
                            content: "\e180"
                        }
                        
                        .glyphicon-compressed:before {
                            content: "\e181"
                        }
                        
                        .glyphicon-earphone:before {
                            content: "\e182"
                        }
                        
                        .glyphicon-phone-alt:before {
                            content: "\e183"
                        }
                        
                        .glyphicon-tower:before {
                            content: "\e184"
                        }
                        
                        .glyphicon-stats:before {
                            content: "\e185"
                        }
                        
                        .glyphicon-sd-video:before {
                            content: "\e186"
                        }
                        
                        .glyphicon-hd-video:before {
                            content: "\e187"
                        }
                        
                        .glyphicon-subtitles:before {
                            content: "\e188"
                        }
                        
                        .glyphicon-sound-stereo:before {
                            content: "\e189"
                        }
                        
                        .glyphicon-sound-dolby:before {
                            content: "\e190"
                        }
                        
                        .glyphicon-sound-5-1:before {
                            content: "\e191"
                        }
                        
                        .glyphicon-sound-6-1:before {
                            content: "\e192"
                        }
                        
                        .glyphicon-sound-7-1:before {
                            content: "\e193"
                        }
                        
                        .glyphicon-copyright-mark:before {
                            content: "\e194"
                        }
                        
                        .glyphicon-registration-mark:before {
                            content: "\e195"
                        }
                        
                        .glyphicon-cloud-download:before {
                            content: "\e197"
                        }
                        
                        .glyphicon-cloud-upload:before {
                            content: "\e198"
                        }
                        
                        .glyphicon-tree-conifer:before {
                            content: "\e199"
                        }
                        
                        .glyphicon-tree-deciduous:before {
                            content: "\e200"
                        }
                        
                        .glyphicon-cd:before {
                            content: "\e201"
                        }
                        
                        .glyphicon-save-file:before {
                            content: "\e202"
                        }
                        
                        .glyphicon-open-file:before {
                            content: "\e203"
                        }
                        
                        .glyphicon-level-up:before {
                            content: "\e204"
                        }
                        
                        .glyphicon-copy:before {
                            content: "\e205"
                        }
                        
                        .glyphicon-paste:before {
                            content: "\e206"
                        }
                        
                        .glyphicon-alert:before {
                            content: "\e209"
                        }
                        
                        .glyphicon-equalizer:before {
                            content: "\e210"
                        }
                        
                        .glyphicon-king:before {
                            content: "\e211"
                        }
                        
                        .glyphicon-queen:before {
                            content: "\e212"
                        }
                        
                        .glyphicon-pawn:before {
                            content: "\e213"
                        }
                        
                        .glyphicon-bishop:before {
                            content: "\e214"
                        }
                        
                        .glyphicon-knight:before {
                            content: "\e215"
                        }
                        
                        .glyphicon-baby-formula:before {
                            content: "\e216"
                        }
                        
                        .glyphicon-tent:before {
                            content: "\26fa"
                        }
                        
                        .glyphicon-blackboard:before {
                            content: "\e218"
                        }
                        
                        .glyphicon-bed:before {
                            content: "\e219"
                        }
                        
                        .glyphicon-apple:before {
                            content: "\f8ff"
                        }
                        
                        .glyphicon-erase:before {
                            content: "\e221"
                        }
                        
                        .glyphicon-hourglass:before {
                            content: "\231b"
                        }
                        
                        .glyphicon-lamp:before {
                            content: "\e223"
                        }
                        
                        .glyphicon-duplicate:before {
                            content: "\e224"
                        }
                        
                        .glyphicon-piggy-bank:before {
                            content: "\e225"
                        }
                        
                        .glyphicon-scissors:before {
                            content: "\e226"
                        }
                        
                        .glyphicon-bitcoin:before {
                            content: "\e227"
                        }
                        
                        .glyphicon-btc:before {
                            content: "\e227"
                        }
                        
                        .glyphicon-xbt:before {
                            content: "\e227"
                        }
                        
                        .glyphicon-yen:before {
                            content: "\00a5"
                        }
                        
                        .glyphicon-jpy:before {
                            content: "\00a5"
                        }
                        
                        .glyphicon-ruble:before {
                            content: "\20bd"
                        }
                        
                        .glyphicon-rub:before {
                            content: "\20bd"
                        }
                        
                        .glyphicon-scale:before {
                            content: "\e230"
                        }
                        
                        .glyphicon-ice-lolly:before {
                            content: "\e231"
                        }
                        
                        .glyphicon-ice-lolly-tasted:before {
                            content: "\e232"
                        }
                        
                        .glyphicon-education:before {
                            content: "\e233"
                        }
                        
                        .glyphicon-option-horizontal:before {
                            content: "\e234"
                        }
                        
                        .glyphicon-option-vertical:before {
                            content: "\e235"
                        }
                        
                        .glyphicon-menu-hamburger:before {
                            content: "\e236"
                        }
                        
                        .glyphicon-modal-window:before {
                            content: "\e237"
                        }
                        
                        .glyphicon-oil:before {
                            content: "\e238"
                        }
                        
                        .glyphicon-grain:before {
                            content: "\e239"
                        }
                        
                        .glyphicon-sunglasses:before {
                            content: "\e240"
                        }
                        
                        .glyphicon-text-size:before {
                            content: "\e241"
                        }
                        
                        .glyphicon-text-color:before {
                            content: "\e242"
                        }
                        
                        .glyphicon-text-background:before {
                            content: "\e243"
                        }
                        
                        .glyphicon-object-align-top:before {
                            content: "\e244"
                        }
                        
                        .glyphicon-object-align-bottom:before {
                            content: "\e245"
                        }
                        
                        .glyphicon-object-align-horizontal:before {
                            content: "\e246"
                        }
                        
                        .glyphicon-object-align-left:before {
                            content: "\e247"
                        }
                        
                        .glyphicon-object-align-vertical:before {
                            content: "\e248"
                        }
                        
                        .glyphicon-object-align-right:before {
                            content: "\e249"
                        }
                        
                        .glyphicon-triangle-right:before {
                            content: "\e250"
                        }
                        
                        .glyphicon-triangle-left:before {
                            content: "\e251"
                        }
                        
                        .glyphicon-triangle-bottom:before {
                            content: "\e252"
                        }
                        
                        .glyphicon-triangle-top:before {
                            content: "\e253"
                        }
                        
                        .glyphicon-console:before {
                            content: "\e254"
                        }
                        
                        .glyphicon-superscript:before {
                            content: "\e255"
                        }
                        
                        .glyphicon-subscript:before {
                            content: "\e256"
                        }
                        
                        .glyphicon-menu-left:before {
                            content: "\e257"
                        }
                        
                        .glyphicon-menu-right:before {
                            content: "\e258"
                        }
                        
                        .glyphicon-menu-down:before {
                            content: "\e259"
                        }
                        
                        .glyphicon-menu-up:before {
                            content: "\e260"
                        }
                        
                        * {
                            -webkit-box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            box-sizing: border-box
                        }
                        
                         :after,
                         :before {
                            -webkit-box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            box-sizing: border-box
                        }
                        
                        html {
                            font-size: 10px;
                            -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
                        }
                        
                        body {
                            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                            font-size: 14px;
                            line-height: 1.42857143;
                            color: #333;
                            background-color: #fff
                        }
                        
                        button,
                        input,
                        select,
                        textarea {
                            font-family: inherit;
                            font-size: inherit;
                            line-height: inherit
                        }
                        
                        a {
                            color: #337ab7;
                            text-decoration: none
                        }
                        
                        a:focus,
                        a:hover {
                            color: #23527c;
                            text-decoration: underline
                        }
                        
                        a:focus {
                            outline: thin dotted;
                            outline: 5px auto -webkit-focus-ring-color;
                            outline-offset: -2px
                        }
                        
                        figure {
                            margin: 0
                        }
                        
                        img {
                            vertical-align: middle
                        }
                        
                        .carousel-inner>.item>a>img,
                        .carousel-inner>.item>img,
                        .img-responsive,
                        .thumbnail a>img,
                        .thumbnail>img {
                            display: block;
                            max-width: 100%;
                            height: auto
                        }
                        
                        .img-rounded {
                            border-radius: 6px
                        }
                        
                        .img-thumbnail {
                            display: inline-block;
                            max-width: 100%;
                            height: auto;
                            padding: 4px;
                            line-height: 1.42857143;
                            background-color: #fff;
                            border: 1px solid #ddd;
                            border-radius: 4px;
                            -webkit-transition: all .2s ease-in-out;
                            -o-transition: all .2s ease-in-out;
                            transition: all .2s ease-in-out
                        }
                        
                        .img-circle {
                            border-radius: 50%
                        }
                        
                        hr {
                            margin-top: 20px;
                            margin-bottom: 20px;
                            border: 0;
                            border-top: 1px solid #eee
                        }
                        
                        .sr-only {
                            position: absolute;
                            width: 1px;
                            height: 1px;
                            padding: 0;
                            margin: -1px;
                            overflow: hidden;
                            clip: rect(0, 0, 0, 0);
                            border: 0
                        }
                        
                        .sr-only-focusable:active,
                        .sr-only-focusable:focus {
                            position: static;
                            width: auto;
                            height: auto;
                            margin: 0;
                            overflow: visible;
                            clip: auto
                        }
                        
                        [role=button] {
                            cursor: pointer
                        }
                        
                        .h1,
                        .h2,
                        .h3,
                        .h4,
                        .h5,
                        .h6,
                        h1,
                        h2,
                        h3,
                        h4,
                        h5,
                        h6 {
                            font-family: inherit;
                            font-weight: 500;
                            line-height: 1.1;
                            color: inherit
                        }
                        
                        .h1 .small,
                        .h1 small,
                        .h2 .small,
                        .h2 small,
                        .h3 .small,
                        .h3 small,
                        .h4 .small,
                        .h4 small,
                        .h5 .small,
                        .h5 small,
                        .h6 .small,
                        .h6 small,
                        h1 .small,
                        h1 small,
                        h2 .small,
                        h2 small,
                        h3 .small,
                        h3 small,
                        h4 .small,
                        h4 small,
                        h5 .small,
                        h5 small,
                        h6 .small,
                        h6 small {
                            font-weight: 400;
                            line-height: 1;
                            color: #777
                        }
                        
                        .h1,
                        .h2,
                        .h3,
                        h1,
                        h2,
                        h3 {
                            margin-top: 20px;
                            margin-bottom: 10px
                        }
                        
                        .h1 .small,
                        .h1 small,
                        .h2 .small,
                        .h2 small,
                        .h3 .small,
                        .h3 small,
                        h1 .small,
                        h1 small,
                        h2 .small,
                        h2 small,
                        h3 .small,
                        h3 small {
                            font-size: 65%
                        }
                        
                        .h4,
                        .h5,
                        .h6,
                        h4,
                        h5,
                        h6 {
                            margin-top: 10px;
                            margin-bottom: 10px
                        }
                        
                        .h4 .small,
                        .h4 small,
                        .h5 .small,
                        .h5 small,
                        .h6 .small,
                        .h6 small,
                        h4 .small,
                        h4 small,
                        h5 .small,
                        h5 small,
                        h6 .small,
                        h6 small {
                            font-size: 75%
                        }
                        
                        .h1,
                        h1 {
                            font-size: 36px
                        }
                        
                        .h2,
                        h2 {
                            font-size: 30px
                        }
                        
                        .h3,
                        h3 {
                            font-size: 24px
                        }
                        
                        .h4,
                        h4 {
                            font-size: 18px
                        }
                        
                        .h5,
                        h5 {
                            font-size: 14px
                        }
                        
                        .h6,
                        h6 {
                            font-size: 12px
                        }
                        
                        p {
                            margin: 0 0 10px
                        }
                        
                        .lead {
                            margin-bottom: 20px;
                            font-size: 16px;
                            font-weight: 300;
                            line-height: 1.4
                        }
                        
                        @media (min-width:768px) {
                            .lead {
                                font-size: 21px
                            }
                        }
                        
                        .small,
                        small {
                            font-size: 85%
                        }
                        
                        .mark,
                        mark {
                            padding: .2em;
                            background-color: #fcf8e3
                        }
                        
                        .text-left {
                            text-align: left
                        }
                        
                        .text-right {
                            text-align: right
                        }
                        
                        .text-center {
                            text-align: center
                        }
                        
                        .text-justify {
                            text-align: justify
                        }
                        
                        .text-nowrap {
                            white-space: nowrap
                        }
                        
                        .text-lowercase {
                            text-transform: lowercase
                        }
                        
                        .text-uppercase {
                            text-transform: uppercase
                        }
                        
                        .text-capitalize {
                            text-transform: capitalize
                        }
                        
                        .text-muted {
                            color: #777
                        }
                        
                        .text-primary {
                            color: #337ab7
                        }
                        
                        a.text-primary:focus,
                        a.text-primary:hover {
                            color: #286090
                        }
                        
                        .text-success {
                            color: #3c763d
                        }
                        
                        a.text-success:focus,
                        a.text-success:hover {
                            color: #2b542c
                        }
                        
                        .text-info {
                            color: #31708f
                        }
                        
                        a.text-info:focus,
                        a.text-info:hover {
                            color: #245269
                        }
                        
                        .text-warning {
                            color: #8a6d3b
                        }
                        
                        a.text-warning:focus,
                        a.text-warning:hover {
                            color: #66512c
                        }
                        
                        .text-danger {
                            color: #a94442
                        }
                        
                        a.text-danger:focus,
                        a.text-danger:hover {
                            color: #843534
                        }
                        
                        .bg-primary {
                            color: #fff;
                            background-color: #337ab7
                        }
                        
                        a.bg-primary:focus,
                        a.bg-primary:hover {
                            background-color: #286090
                        }
                        
                        .bg-success {
                            background-color: #dff0d8
                        }
                        
                        a.bg-success:focus,
                        a.bg-success:hover {
                            background-color: #c1e2b3
                        }
                        
                        .bg-info {
                            background-color: #d9edf7
                        }
                        
                        a.bg-info:focus,
                        a.bg-info:hover {
                            background-color: #afd9ee
                        }
                        
                        .bg-warning {
                            background-color: #fcf8e3
                        }
                        
                        a.bg-warning:focus,
                        a.bg-warning:hover {
                            background-color: #f7ecb5
                        }
                        
                        .bg-danger {
                            background-color: #f2dede
                        }
                        
                        a.bg-danger:focus,
                        a.bg-danger:hover {
                            background-color: #e4b9b9
                        }
                        
                        .page-header {
                            padding-bottom: 9px;
                            margin: 40px 0 20px;
                            border-bottom: 1px solid #eee
                        }
                        
                        ol,
                        ul {
                            margin-top: 0;
                            margin-bottom: 10px
                        }
                        
                        ol ol,
                        ol ul,
                        ul ol,
                        ul ul {
                            margin-bottom: 0
                        }
                        
                        .list-unstyled {
                            padding-left: 0;
                            list-style: none
                        }
                        
                        .list-inline {
                            padding-left: 0;
                            margin-left: -5px;
                            list-style: none
                        }
                        
                        .list-inline>li {
                            display: inline-block;
                            padding-right: 5px;
                            padding-left: 5px
                        }
                        
                        dl {
                            margin-top: 0;
                            margin-bottom: 20px
                        }
                        
                        dd,
                        dt {
                            line-height: 1.42857143
                        }
                        
                        dt {
                            font-weight: 700
                        }
                        
                        dd {
                            margin-left: 0
                        }
                        
                        @media (min-width:768px) {
                            .dl-horizontal dt {
                                float: left;
                                width: 160px;
                                overflow: hidden;
                                clear: left;
                                text-align: right;
                                text-overflow: ellipsis;
                                white-space: nowrap
                            }
                            .dl-horizontal dd {
                                margin-left: 180px
                            }
                        }
                        
                        abbr[data-original-title],
                        abbr[title] {
                            cursor: help;
                            border-bottom: 1px dotted #777
                        }
                        
                        .initialism {
                            font-size: 90%;
                            text-transform: uppercase
                        }
                        
                        blockquote {
                            padding: 10px 20px;
                            margin: 0 0 20px;
                            font-size: 17.5px;
                            border-left: 5px solid #eee
                        }
                        
                        blockquote ol:last-child,
                        blockquote p:last-child,
                        blockquote ul:last-child {
                            margin-bottom: 0
                        }
                        
                        blockquote .small,
                        blockquote footer,
                        blockquote small {
                            display: block;
                            font-size: 80%;
                            line-height: 1.42857143;
                            color: #777
                        }
                        
                        blockquote .small:before,
                        blockquote footer:before,
                        blockquote small:before {
                            content: '\2014 \00A0'
                        }
                        
                        .blockquote-reverse,
                        blockquote.pull-right {
                            padding-right: 15px;
                            padding-left: 0;
                            text-align: right;
                            border-right: 5px solid #eee;
                            border-left: 0
                        }
                        
                        .blockquote-reverse .small:before,
                        .blockquote-reverse footer:before,
                        .blockquote-reverse small:before,
                        blockquote.pull-right .small:before,
                        blockquote.pull-right footer:before,
                        blockquote.pull-right small:before {
                            content: ''
                        }
                        
                        .blockquote-reverse .small:after,
                        .blockquote-reverse footer:after,
                        .blockquote-reverse small:after,
                        blockquote.pull-right .small:after,
                        blockquote.pull-right footer:after,
                        blockquote.pull-right small:after {
                            content: '\00A0 \2014'
                        }
                        
                        address {
                            margin-bottom: 20px;
                            font-style: normal;
                            line-height: 1.42857143
                        }
                        
                        code,
                        kbd,
                        pre,
                        samp {
                            font-family: Menlo, Monaco, Consolas, "Courier New", monospace
                        }
                        
                        code {
                            padding: 2px 4px;
                            font-size: 90%;
                            color: #c7254e;
                            background-color: #f9f2f4;
                            border-radius: 4px
                        }
                        
                        kbd {
                            padding: 2px 4px;
                            font-size: 90%;
                            color: #fff;
                            background-color: #333;
                            border-radius: 3px;
                            -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
                            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
                        }
                        
                        kbd kbd {
                            padding: 0;
                            font-size: 100%;
                            font-weight: 700;
                            -webkit-box-shadow: none;
                            box-shadow: none
                        }
                        
                        pre {
                            display: block;
                            padding: 9.5px;
                            margin: 0 0 10px;
                            font-size: 13px;
                            line-height: 1.42857143;
                            color: #333;
                            word-break: break-all;
                            word-wrap: break-word;
                            background-color: #f5f5f5;
                            border: 1px solid #ccc;
                            border-radius: 4px
                        }
                        
                        pre code {
                            padding: 0;
                            font-size: inherit;
                            color: inherit;
                            white-space: pre-wrap;
                            background-color: transparent;
                            border-radius: 0
                        }
                        
                        .pre-scrollable {
                            max-height: 340px;
                            overflow-y: scroll
                        }
                        
                        .container {
                            margin-right: auto;
                            margin-left: auto
                        }
                        
                        @media (min-width:768px) {
                            .container {
                                width: 750px
                            }
                        }
                        
                        @media (min-width:992px) {
                            .container {
                                width: 970px
                            }
                        }
                        
                        @media (min-width:1200px) {
                            .container {
                                width: 1200px
                            }
                        }
                        
                        .container-fluid {
                            padding-right: 15px;
                            padding-left: 15px;
                            margin-right: auto;
                            margin-left: auto
                        }
                        
                        .row {
                            margin-right: -15px;
                            margin-left: -15px
                        }
                        
                        .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-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-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-xs-1,
                        .col-xs-10,
                        .col-xs-11,
                        .col-xs-12,
                        .col-xs-2,
                        .col-xs-3,
                        .col-xs-4,
                        .col-xs-5,
                        .col-xs-6,
                        .col-xs-7,
                        .col-xs-8,
                        .col-xs-9 {
                            position: relative;
                            min-height: 1px;
                            padding-right: 15px;
                            padding-left: 15px
                        }
                        
                        .col-xs-1,
                        .col-xs-10,
                        .col-xs-11,
                        .col-xs-12,
                        .col-xs-2,
                        .col-xs-3,
                        .col-xs-4,
                        .col-xs-5,
                        .col-xs-6,
                        .col-xs-7,
                        .col-xs-8,
                        .col-xs-9 {
                            float: left
                        }
                        
                        .col-xs-12 {
                            width: 100%
                        }
                        
                        .col-xs-11 {
                            width: 91.66666667%
                        }
                        
                        .col-xs-10 {
                            width: 83.33333333%
                        }
                        
                        .col-xs-9 {
                            width: 75%
                        }
                        
                        .col-xs-8 {
                            width: 66.66666667%
                        }
                        
                        .col-xs-7 {
                            width: 58.33333333%
                        }
                        
                        .col-xs-6 {
                            width: 50%
                        }
                        
                        .col-xs-5 {
                            width: 41.66666667%
                        }
                        
                        .col-xs-4 {
                            width: 33.33333333%
                        }
                        
                        .col-xs-3 {
                            width: 25%
                        }
                        
                        .col-xs-2 {
                            width: 16.66666667%
                        }
                        
                        .col-xs-1 {
                            width: 8.33333333%
                        }
                        
                        .col-xs-pull-12 {
                            right: 100%
                        }
                        
                        .col-xs-pull-11 {
                            right: 91.66666667%
                        }
                        
                        .col-xs-pull-10 {
                            right: 83.33333333%
                        }
                        
                        .col-xs-pull-9 {
                            right: 75%
                        }
                        
                        .col-xs-pull-8 {
                            right: 66.66666667%
                        }
                        
                        .col-xs-pull-7 {
                            right: 58.33333333%
                        }
                        
                        .col-xs-pull-6 {
                            right: 50%
                        }
                        
                        .col-xs-pull-5 {
                            right: 41.66666667%
                        }
                        
                        .col-xs-pull-4 {
                            right: 33.33333333%
                        }
                        
                        .col-xs-pull-3 {
                            right: 25%
                        }
                        
                        .col-xs-pull-2 {
                            right: 16.66666667%
                        }
                        
                        .col-xs-pull-1 {
                            right: 8.33333333%
                        }
                        
                        .col-xs-pull-0 {
                            right: auto
                        }
                        
                        .col-xs-push-12 {
                            left: 100%
                        }
                        
                        .col-xs-push-11 {
                            left: 91.66666667%
                        }
                        
                        .col-xs-push-10 {
                            left: 83.33333333%
                        }
                        
                        .col-xs-push-9 {
                            left: 75%
                        }
                        
                        .col-xs-push-8 {
                            left: 66.66666667%
                        }
                        
                        .col-xs-push-7 {
                            left: 58.33333333%
                        }
                        
                        .col-xs-push-6 {
                            left: 50%
                        }
                        
                        .col-xs-push-5 {
                            left: 41.66666667%
                        }
                        
                        .col-xs-push-4 {
                            left: 33.33333333%
                        }
                        
                        .col-xs-push-3 {
                            left: 25%
                        }
                        
                        .col-xs-push-2 {
                            left: 16.66666667%
                        }
                        
                        .col-xs-push-1 {
                            left: 8.33333333%
                        }
                        
                        .col-xs-push-0 {
                            left: auto
                        }
                        
                        .col-xs-offset-12 {
                            margin-left: 100%
                        }
                        
                        .col-xs-offset-11 {
                            margin-left: 91.66666667%
                        }
                        
                        .col-xs-offset-10 {
                            margin-left: 83.33333333%
                        }
                        
                        .col-xs-offset-9 {
                            margin-left: 75%
                        }
                        
                        .col-xs-offset-8 {
                            margin-left: 66.66666667%
                        }
                        
                        .col-xs-offset-7 {
                            margin-left: 58.33333333%
                        }
                        
                        .col-xs-offset-6 {
                            margin-left: 50%
                        }
                        
                        .col-xs-offset-5 {
                            margin-left: 41.66666667%
                        }
                        
                        .col-xs-offset-4 {
                            margin-left: 33.33333333%
                        }
                        
                        .col-xs-offset-3 {
                            margin-left: 25%
                        }
                        
                        .col-xs-offset-2 {
                            margin-left: 16.66666667%
                        }
                        
                        .col-xs-offset-1 {
                            margin-left: 8.33333333%
                        }
                        
                        .col-xs-offset-0 {
                            margin-left: 0
                        }
                        
                        @media (min-width:768px) {
                            .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 {
                                float: left
                            }
                            .col-sm-12 {
                                width: 100%
                            }
                            .col-sm-11 {
                                width: 91.66666667%
                            }
                            .col-sm-10 {
                                width: 83.33333333%
                            }
                            .col-sm-9 {
                                width: 75%
                            }
                            .col-sm-8 {
                                width: 66.66666667%
                            }
                            .col-sm-7 {
                                width: 58.33333333%
                            }
                            .col-sm-6 {
                                width: 50%
                            }
                            .col-sm-5 {
                                width: 41.66666667%
                            }
                            .col-sm-4 {
                                width: 33.33333333%
                            }
                            .col-sm-3 {
                                width: 25%
                            }
                            .col-sm-2 {
                                width: 16.66666667%
                            }
                            .col-sm-1 {
                                width: 8.33333333%
                            }
                            .col-sm-pull-12 {
                                right: 100%
                            }
                            .col-sm-pull-11 {
                                right: 91.66666667%
                            }
                            .col-sm-pull-10 {
                                right: 83.33333333%
                            }
                            .col-sm-pull-9 {
                                right: 75%
                            }
                            .col-sm-pull-8 {
                                right: 66.66666667%
                            }
                            .col-sm-pull-7 {
                                right: 58.33333333%
                            }
                            .col-sm-pull-6 {
                                right: 50%
                            }
                            .col-sm-pull-5 {
                                right: 41.66666667%
                            }
                            .col-sm-pull-4 {
                                right: 33.33333333%
                            }
                            .col-sm-pull-3 {
                                right: 25%
                            }
                            .col-sm-pull-2 {
                                right: 16.66666667%
                            }
                            .col-sm-pull-1 {
                                right: 8.33333333%
                            }
                            .col-sm-pull-0 {
                                right: auto
                            }
                            .col-sm-push-12 {
                                left: 100%
                            }
                            .col-sm-push-11 {
                                left: 91.66666667%
                            }
                            .col-sm-push-10 {
                                left: 83.33333333%
                            }
                            .col-sm-push-9 {
                                left: 75%
                            }
                            .col-sm-push-8 {
                                left: 66.66666667%
                            }
                            .col-sm-push-7 {
                                left: 58.33333333%
                            }
                            .col-sm-push-6 {
                                left: 50%
                            }
                            .col-sm-push-5 {
                                left: 41.66666667%
                            }
                            .col-sm-push-4 {
                                left: 33.33333333%
                            }
                            .col-sm-push-3 {
                                left: 25%
                            }
                            .col-sm-push-2 {
                                left: 16.66666667%
                            }
                            .col-sm-push-1 {
                                left: 8.33333333%
                            }
                            .col-sm-push-0 {
                                left: auto
                            }
                            .col-sm-offset-12 {
                                margin-left: 100%
                            }
                            .col-sm-offset-11 {
                                margin-left: 91.66666667%
                            }
                            .col-sm-offset-10 {
                                margin-left: 83.33333333%
                            }
                            .col-sm-offset-9 {
                                margin-left: 75%
                            }
                            .col-sm-offset-8 {
                                margin-left: 66.66666667%
                            }
                            .col-sm-offset-7 {
                                margin-left: 58.33333333%
                            }
                            .col-sm-offset-6 {
                                margin-left: 50%
                            }
                            .col-sm-offset-5 {
                                margin-left: 41.66666667%
                            }
                            .col-sm-offset-4 {
                                margin-left: 33.33333333%
                            }
                            .col-sm-offset-3 {
                                margin-left: 25%
                            }
                            .col-sm-offset-2 {
                                margin-left: 16.66666667%
                            }
                            .col-sm-offset-1 {
                                margin-left: 8.33333333%
                            }
                            .col-sm-offset-0 {
                                margin-left: 0
                            }
                        }
                        
                        @media (min-width:992px) {
                            .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 {
                                float: left
                            }
                            .col-md-12 {
                                width: 100%
                            }
                            .col-md-11 {
                                width: 91.66666667%
                            }
                            .col-md-10 {
                                width: 83.33333333%
                            }
                            .col-md-9 {
                                width: 75%
                            }
                            .col-md-8 {
                                width: 66.66666667%
                            }
                            .col-md-7 {
                                width: 58.33333333%
                            }
                            .col-md-6 {
                                width: 50%
                            }
                            .col-md-5 {
                                width: 41.66666667%
                            }
                            .col-md-4 {
                                width: 33.33333333%
                            }
                            .col-md-3 {
                                width: 25%
                            }
                            .col-md-2 {
                                width: 16.66666667%
                            }
                            .col-md-1 {
                                width: 8.33333333%
                            }
                            .col-md-pull-12 {
                                right: 100%
                            }
                            .col-md-pull-11 {
                                right: 91.66666667%
                            }
                            .col-md-pull-10 {
                                right: 83.33333333%
                            }
                            .col-md-pull-9 {
                                right: 75%
                            }
                            .col-md-pull-8 {
                                right: 66.66666667%
                            }
                            .col-md-pull-7 {
                                right: 58.33333333%
                            }
                            .col-md-pull-6 {
                                right: 50%
                            }
                            .col-md-pull-5 {
                                right: 41.66666667%
                            }
                            .col-md-pull-4 {
                                right: 33.33333333%
                            }
                            .col-md-pull-3 {
                                right: 25%
                            }
                            .col-md-pull-2 {
                                right: 16.66666667%
                            }
                            .col-md-pull-1 {
                                right: 8.33333333%
                            }
                            .col-md-pull-0 {
                                right: auto
                            }
                            .col-md-push-12 {
                                left: 100%
                            }
                            .col-md-push-11 {
                                left: 91.66666667%
                            }
                            .col-md-push-10 {
                                left: 83.33333333%
                            }
                            .col-md-push-9 {
                                left: 75%
                            }
                            .col-md-push-8 {
                                left: 66.66666667%
                            }
                            .col-md-push-7 {
                                left: 58.33333333%
                            }
                            .col-md-push-6 {
                                left: 50%
                            }
                            .col-md-push-5 {
                                left: 41.66666667%
                            }
                            .col-md-push-4 {
                                left: 33.33333333%
                            }
                            .col-md-push-3 {
                                left: 25%
                            }
                            .col-md-push-2 {
                                left: 16.66666667%
                            }
                            .col-md-push-1 {
                                left: 8.33333333%
                            }
                            .col-md-push-0 {
                                left: auto
                            }
                            .col-md-offset-12 {
                                margin-left: 100%
                            }
                            .col-md-offset-11 {
                                margin-left: 91.66666667%
                            }
                            .col-md-offset-10 {
                                margin-left: 83.33333333%
                            }
                            .col-md-offset-9 {
                                margin-left: 75%
                            }
                            .col-md-offset-8 {
                                margin-left: 66.66666667%
                            }
                            .col-md-offset-7 {
                                margin-left: 58.33333333%
                            }
                            .col-md-offset-6 {
                                margin-left: 50%
                            }
                            .col-md-offset-5 {
                                margin-left: 41.66666667%
                            }
                            .col-md-offset-4 {
                                margin-left: 33.33333333%
                            }
                            .col-md-offset-3 {
                                margin-left: 25%
                            }
                            .col-md-offset-2 {
                                margin-left: 16.66666667%
                            }
                            .col-md-offset-1 {
                                margin-left: 8.33333333%
                            }
                            .col-md-offset-0 {
                                margin-left: 0
                            }
                        }
                        
                        @media (min-width:1200px) {
                            .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 {
                                float: left
                            }
                            .col-lg-12 {
                                width: 100%
                            }
                            .col-lg-11 {
                                width: 91.66666667%
                            }
                            .col-lg-10 {
                                width: 83.33333333%
                            }
                            .col-lg-9 {
                                width: 75%
                            }
                            .col-lg-8 {
                                width: 66.66666667%
                            }
                            .col-lg-7 {
                                width: 58.33333333%
                            }
                            .col-lg-6 {
                                width: 50%
                            }
                            .col-lg-5 {
                                width: 41.66666667%
                            }
                            .col-lg-4 {
                                width: 33.33333333%
                            }
                            .col-lg-3 {
                                width: 25%
                            }
                            .col-lg-2 {
                                width: 16.66666667%
                            }
                            .col-lg-1 {
                                width: 8.33333333%
                            }
                            .col-lg-pull-12 {
                                right: 100%
                            }
                            .col-lg-pull-11 {
                                right: 91.66666667%
                            }
                            .col-lg-pull-10 {
                                right: 83.33333333%
                            }
                            .col-lg-pull-9 {
                                right: 75%
                            }
                            .col-lg-pull-8 {
                                right: 66.66666667%
                            }
                            .col-lg-pull-7 {
                                right: 58.33333333%
                            }
                            .col-lg-pull-6 {
                                right: 50%
                            }
                            .col-lg-pull-5 {
                                right: 41.66666667%
                            }
                            .col-lg-pull-4 {
                                right: 33.33333333%
                            }
                            .col-lg-pull-3 {
                                right: 25%
                            }
                            .col-lg-pull-2 {
                                right: 16.66666667%
                            }
                            .col-lg-pull-1 {
                                right: 8.33333333%
                            }
                            .col-lg-pull-0 {
                                right: auto
                            }
                            .col-lg-push-12 {
                                left: 100%
                            }
                            .col-lg-push-11 {
                                left: 91.66666667%
                            }
                            .col-lg-push-10 {
                                left: 83.33333333%
                            }
                            .col-lg-push-9 {
                                left: 75%
                            }
                            .col-lg-push-8 {
                                left: 66.66666667%
                            }
                            .col-lg-push-7 {
                                left: 58.33333333%
                            }
                            .col-lg-push-6 {
                                left: 50%
                            }
                            .col-lg-push-5 {
                                left: 41.66666667%
                            }
                            .col-lg-push-4 {
                                left: 33.33333333%
                            }
                            .col-lg-push-3 {
                                left: 25%
                            }
                            .col-lg-push-2 {
                                left: 16.66666667%
                            }
                            .col-lg-push-1 {
                                left: 8.33333333%
                            }
                            .col-lg-push-0 {
                                left: auto
                            }
                            .col-lg-offset-12 {
                                margin-left: 100%
                            }
                            .col-lg-offset-11 {
                                margin-left: 91.66666667%
                            }
                            .col-lg-offset-10 {
                                margin-left: 83.33333333%
                            }
                            .col-lg-offset-9 {
                                margin-left: 75%
                            }
                            .col-lg-offset-8 {
                                margin-left: 66.66666667%
                            }
                            .col-lg-offset-7 {
                                margin-left: 58.33333333%
                            }
                            .col-lg-offset-6 {
                                margin-left: 50%
                            }
                            .col-lg-offset-5 {
                                margin-left: 41.66666667%
                            }
                            .col-lg-offset-4 {
                                margin-left: 33.33333333%
                            }
                            .col-lg-offset-3 {
                                margin-left: 25%
                            }
                            .col-lg-offset-2 {
                                margin-left: 16.66666667%
                            }
                            .col-lg-offset-1 {
                                margin-left: 8.33333333%
                            }
                            .col-lg-offset-0 {
                                margin-left: 0
                            }
                        }
                        
                        table {
                            background-color: transparent
                        }
                        
                        caption {
                            padding-top: 8px;
                            padding-bottom: 8px;
                            color: #777;
                            text-align: left
                        }
                        
                        th {
                            text-align: left
                        }
                        
                        .table {
                            width: 100%;
                            max-width: 100%;
                            margin-bottom: 20px
                        }
                        
                        .table>tbody>tr>td,
                        .table>tbody>tr>th,
                        .table>tfoot>tr>td,
                        .table>tfoot>tr>th,
                        .table>thead>tr>td,
                        .table>thead>tr>th {
                            padding: 8px;
                            line-height: 1.42857143;
                            vertical-align: top;
                            border-top: 1px solid #ddd
                        }
                        
                        .table>thead>tr>th {
                            vertical-align: bottom;
                            border-bottom: 2px solid #ddd
                        }
                        
                        .table>caption+thead>tr:first-child>td,
                        .table>caption+thead>tr:first-child>th,
                        .table>colgroup+thead>tr:first-child>td,
                        .table>colgroup+thead>tr:first-child>th,
                        .table>thead:first-child>tr:first-child>td,
                        .table>thead:first-child>tr:first-child>th {
                            border-top: 0
                        }
                        
                        .table>tbody+tbody {
                            border-top: 2px solid #ddd
                        }
                        
                        .table .table {
                            background-color: #fff
                        }
                        
                        .table-condensed>tbody>tr>td,
                        .table-condensed>tbody>tr>th,
                        .table-condensed>tfoot>tr>td,
                        .table-condensed>tfoot>tr>th,
                        .table-condensed>thead>tr>td,
                        .table-condensed>thead>tr>th {
                            padding: 5px
                        }
                        
                        .table-bordered {
                            border: 1px solid #ddd
                        }
                        
                        .table-bordered>tbody>tr>td,
                        .table-bordered>tbody>tr>th,
                        .table-bordered>tfoot>tr>td,
                        .table-bordered>tfoot>tr>th,
                        .table-bordered>thead>tr>td,
                        .table-bordered>thead>tr>th {
                            border: 1px solid #ddd
                        }
                        
                        .table-bordered>thead>tr>td,
                        .table-bordered>thead>tr>th {
                            border-bottom-width: 2px
                        }
                        
                        .table-striped>tbody>tr:nth-of-type(odd) {
                            background-color: #f9f9f9
                        }
                        
                        .table-hover>tbody>tr:hover {
                            background-color: #f5f5f5
                        }
                        
                        table col[class*=col-] {
                            position: static;
                            display: table-column;
                            float: none
                        }
                        
                        table td[class*=col-],
                        table th[class*=col-] {
                            position: static;
                            display: table-cell;
                            float: none
                        }
                        
                        .table>tbody>tr.active>td,
                        .table>tbody>tr.active>th,
                        .table>tbody>tr>td.active,
                        .table>tbody>tr>th.active,
                        .table>tfoot>tr.active>td,
                        .table>tfoot>tr.active>th,
                        .table>tfoot>tr>td.active,
                        .table>tfoot>tr>th.active,
                        .table>thead>tr.active>td,
                        .table>thead>tr.active>th,
                        .table>thead>tr>td.active,
                        .table>thead>tr>th.active {
                            background-color: #f5f5f5
                        }
                        
                        .table-hover>tbody>tr.active:hover>td,
                        .table-hover>tbody>tr.active:hover>th,
                        .table-hover>tbody>tr:hover>.active,
                        .table-hover>tbody>tr>td.active:hover,
                        .table-hover>tbody>tr>th.active:hover {
                            background-color: #e8e8e8
                        }
                        
                        .table>tbody>tr.success>td,
                        .table>tbody>tr.success>th,
                        .table>tbody>tr>td.success,
                        .table>tbody>tr>th.success,
                        .table>tfoot>tr.success>td,
                        .table>tfoot>tr.success>th,
                        .table>tfoot>tr>td.success,
                        .table>tfoot>tr>th.success,
                        .table>thead>tr.success>td,
                        .table>thead>tr.success>th,
                        .table>thead>tr>td.success,
                        .table>thead>tr>th.success {
                            background-color: #dff0d8
                        }
                        
                        .table-hover>tbody>tr.success:hover>td,
                        .table-hover>tbody>tr.success:hover>th,
                        .table-hover>tbody>tr:hover>.success,
                        .table-hover>tbody>tr>td.success:hover,
                        .table-hover>tbody>tr>th.success:hover {
                            background-color: #d0e9c6
                        }
                        
                        .table>tbody>tr.info>td,
                        .table>tbody>tr.info>th,
                        .table>tbody>tr>td.info,
                        .table>tbody>tr>th.info,
                        .table>tfoot>tr.info>td,
                        .table>tfoot>tr.info>th,
                        .table>tfoot>tr>td.info,
                        .table>tfoot>tr>th.info,
                        .table>thead>tr.info>td,
                        .table>thead>tr.info>th,
                        .table>thead>tr>td.info,
                        .table>thead>tr>th.info {
                            background-color: #d9edf7
                        }
                        
                        .table-hover>tbody>tr.info:hover>td,
                        .table-hover>tbody>tr.info:hover>th,
                        .table-hover>tbody>tr:hover>.info,
                        .table-hover>tbody>tr>td.info:hover,
                        .table-hover>tbody>tr>th.info:hover {
                            background-color: #c4e3f3
                        }
                        
                        .table>tbody>tr.warning>td,
                        .table>tbody>tr.warning>th,
                        .table>tbody>tr>td.warning,
                        .table>tbody>tr>th.warning,
                        .table>tfoot>tr.warning>td,
                        .table>tfoot>tr.warning>th,
                        .table>tfoot>tr>td.warning,
                        .table>tfoot>tr>th.warning,
                        .table>thead>tr.warning>td,
                        .table>thead>tr.warning>th,
                        .table>thead>tr>td.warning,
                        .table>thead>tr>th.warning {
                            background-color: #fcf8e3
                        }
                        
                        .table-hover>tbody>tr.warning:hover>td,
                        .table-hover>tbody>tr.warning:hover>th,
                        .table-hover>tbody>tr:hover>.warning,
                        .table-hover>tbody>tr>td.warning:hover,
                        .table-hover>tbody>tr>th.warning:hover {
                            background-color: #faf2cc
                        }
                        
                        .table>tbody>tr.danger>td,
                        .table>tbody>tr.danger>th,
                        .table>tbody>tr>td.danger,
                        .table>tbody>tr>th.danger,
                        .table>tfoot>tr.danger>td,
                        .table>tfoot>tr.danger>th,
                        .table>tfoot>tr>td.danger,
                        .table>tfoot>tr>th.danger,
                        .table>thead>tr.danger>td,
                        .table>thead>tr.danger>th,
                        .table>thead>tr>td.danger,
                        .table>thead>tr>th.danger {
                            background-color: #f2dede
                        }
                        
                        .table-hover>tbody>tr.danger:hover>td,
                        .table-hover>tbody>tr.danger:hover>th,
                        .table-hover>tbody>tr:hover>.danger,
                        .table-hover>tbody>tr>td.danger:hover,
                        .table-hover>tbody>tr>th.danger:hover {
                            background-color: #ebcccc
                        }
                        
                        .table-responsive {
                            min-height: .01%;
                            overflow-x: auto
                        }
                        
                        @media screen and (max-width:767px) {
                            .table-responsive {
                                width: 100%;
                                margin-bottom: 15px;
                                overflow-y: hidden;
                                -ms-overflow-style: -ms-autohiding-scrollbar;
                                border: 1px solid #ddd
                            }
                            .table-responsive>.table {
                                margin-bottom: 0
                            }
                            .table-responsive>.table>tbody>tr>td,
                            .table-responsive>.table>tbody>tr>th,
                            .table-responsive>.table>tfoot>tr>td,
                            .table-responsive>.table>tfoot>tr>th,
                            .table-responsive>.table>thead>tr>td,
                            .table-responsive>.table>thead>tr>th {
                                white-space: nowrap
                            }
                            .table-responsive>.table-bordered {
                                border: 0
                            }
                            .table-responsive>.table-bordered>tbody>tr>td:first-child,
                            .table-responsive>.table-bordered>tbody>tr>th:first-child,
                            .table-responsive>.table-bordered>tfoot>tr>td:first-child,
                            .table-responsive>.table-bordered>tfoot>tr>th:first-child,
                            .table-responsive>.table-bordered>thead>tr>td:first-child,
                            .table-responsive>.table-bordered>thead>tr>th:first-child {
                                border-left: 0
                            }
                            .table-responsive>.table-bordered>tbody>tr>td:last-child,
                            .table-responsive>.table-bordered>tbody>tr>th:last-child,
                            .table-responsive>.table-bordered>tfoot>tr>td:last-child,
                            .table-responsive>.table-bordered>tfoot>tr>th:last-child,
                            .table-responsive>.table-bordered>thead>tr>td:last-child,
                            .table-responsive>.table-bordered>thead>tr>th:last-child {
                                border-right: 0
                            }
                            .table-responsive>.table-bordered>tbody>tr:last-child>td,
                            .table-responsive>.table-bordered>tbody>tr:last-child>th,
                            .table-responsive>.table-bordered>tfoot>tr:last-child>td,
                            .table-responsive>.table-bordered>tfoot>tr:last-child>th {
                                border-bottom: 0
                            }
                        }
                        
                        fieldset {
                            min-width: 0;
                            padding: 0;
                            margin: 0;
                            border: 0
                        }
                        
                        legend {
                            display: block;
                            width: 100%;
                            padding: 0;
                            margin-bottom: 20px;
                            font-size: 21px;
                            line-height: inherit;
                            color: #333;
                            border: 0;
                            border-bottom: 1px solid #e5e5e5
                        }
                        
                        label {
                            display: inline-block;
                            max-width: 100%;
                            margin-bottom: 5px;
                            font-weight: 700
                        }
                        
                        input[type=search] {
                            -webkit-box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            box-sizing: border-box
                        }
                        
                        input[type=checkbox],
                        input[type=radio] {
                            margin: 4px 0 0;
                            margin-top: 1px\9;
                            line-height: normal
                        }
                        
                        input[type=file] {
                            display: block
                        }
                        
                        input[type=range] {
                            display: block;
                            width: 100%
                        }
                        
                        select[multiple],
                        select[size] {
                            height: auto
                        }
                        
                        input[type=file]:focus,
                        input[type=checkbox]:focus,
                        input[type=radio]:focus {
                            outline: thin dotted;
                            outline: 5px auto -webkit-focus-ring-color;
                            outline-offset: -2px
                        }
                        
                        output {
                            display: block;
                            padding-top: 7px;
                            font-size: 14px;
                            line-height: 1.42857143;
                            color: #555
                        }
                        
                        .form-control {
                            display: block;
                            width: 100%;
                            height: 34px;
                            padding: 6px 12px;
                            font-size: 14px;
                            line-height: 1.42857143;
                            color: #555;
                            background-color: #fff;
                            background-image: none;
                            border: 1px solid #ccc;
                            border-radius: 4px;
                            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
                            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
                            -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
                            -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
                            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
                        }
                        
                        .form-control:focus {
                            border-color: #66afe9;
                            outline: 0;
                            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
                            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
                        }
                        
                        .form-control::-moz-placeholder {
                            color: #999;
                            opacity: 1
                        }
                        
                        .form-control:-ms-input-placeholder {
                            color: #999
                        }
                        
                        .form-control::-webkit-input-placeholder {
                            color: #999
                        }
                        
                        .form-control[disabled],
                        .form-control[readonly],
                        fieldset[disabled] .form-control {
                            background-color: #eee;
                            opacity: 1
                        }
                        
                        .form-control[disabled],
                        fieldset[disabled] .form-control {
                            cursor: not-allowed
                        }
                        
                        textarea.form-control {
                            height: auto
                        }
                        
                        input[type=search] {
                            -webkit-appearance: none
                        }
                        
                        @media screen and (-webkit-min-device-pixel-ratio:0) {
                            input[type=date].form-control,
                            input[type=time].form-control,
                            input[type=datetime-local].form-control,
                            input[type=month].form-control {
                                line-height: 34px
                            }
                            .input-group-sm input[type=date],
                            .input-group-sm input[type=time],
                            .input-group-sm input[type=datetime-local],
                            .input-group-sm input[type=month],
                            input[type=date].input-sm,
                            input[type=time].input-sm,
                            input[type=datetime-local].input-sm,
                            input[type=month].input-sm {
                                line-height: 30px
                            }
                            .input-group-lg input[type=date],
                            .input-group-lg input[type=time],
                            .input-group-lg input[type=datetime-local],
                            .input-group-lg input[type=month],
                            input[type=date].input-lg,
                            input[type=time].input-lg,
                            input[type=datetime-local].input-lg,
                            input[type=month].input-lg {
                                line-height: 46px
                            }
                        }
                        
                        .form-group {
                            margin-bottom: 15px
                        }
                        
                        .checkbox,
                        .radio {
                            position: relative;
                            display: block;
                            margin-top: 10px;
                            margin-bottom: 10px
                        }
                        
                        .checkbox label,
                        .radio label {
                            min-height: 20px;
                            padding-left: 20px;
                            margin-bottom: 0;
                            font-weight: 400;
                            cursor: pointer
                        }
                        
                        .checkbox input[type=checkbox],
                        .checkbox-inline input[type=checkbox],
                        .radio input[type=radio],
                        .radio-inline input[type=radio] {
                            position: absolute;
                            margin-top: 4px\9;
                            margin-left: -20px
                        }
                        
                        .checkbox+.checkbox,
                        .radio+.radio {
                            margin-top: -5px
                        }
                        
                        .checkbox-inline,
                        .radio-inline {
                            position: relative;
                            display: inline-block;
                            padding-left: 20px;
                            margin-bottom: 0;
                            font-weight: 400;
                            vertical-align: middle;
                            cursor: pointer
                        }
                        
                        .checkbox-inline+.checkbox-inline,
                        .radio-inline+.radio-inline {
                            margin-top: 0;
                            margin-left: 10px
                        }
                        
                        fieldset[disabled] input[type=checkbox],
                        fieldset[disabled] input[type=radio],
                        input[type=checkbox].disabled,
                        input[type=checkbox][disabled],
                        input[type=radio].disabled,
                        input[type=radio][disabled] {
                            cursor: not-allowed
                        }
                        
                        .checkbox-inline.disabled,
                        .radio-inline.disabled,
                        fieldset[disabled] .checkbox-inline,
                        fieldset[disabled] .radio-inline {
                            cursor: not-allowed
                        }
                        
                        .checkbox.disabled label,
                        .radio.disabled label,
                        fieldset[disabled] .checkbox label,
                        fieldset[disabled] .radio label {
                            cursor: not-allowed
                        }
                        
                        .form-control-static {
                            min-height: 34px;
                            padding-top: 7px;
                            padding-bottom: 7px;
                            margin-bottom: 0
                        }
                        
                        .form-control-static.input-lg,
                        .form-control-static.input-sm {
                            padding-right: 0;
                            padding-left: 0
                        }
                        
                        .input-sm {
                            height: 30px;
                            padding: 5px 10px;
                            font-size: 12px;
                            line-height: 1.5;
                            border-radius: 3px
                        }
                        
                        select.input-sm {
                            height: 30px;
                            line-height: 30px
                        }
                        
                        select[multiple].input-sm,
                        textarea.input-sm {
                            height: auto
                        }
                        
                        .form-group-sm .form-control {
                            height: 30px;
                            padding: 5px 10px;
                            font-size: 12px;
                            line-height: 1.5;
                            border-radius: 3px
                        }
                        
                        .form-group-sm select.form-control {
                            height: 30px;
                            line-height: 30px
                        }
                        
                        .form-group-sm select[multiple].form-control,
                        .form-group-sm textarea.form-control {
                            height: auto
                        }
                        
                        .form-group-sm .form-control-static {
                            height: 30px;
                            min-height: 32px;
                            padding: 6px 10px;
                            font-size: 12px;
                            line-height: 1.5
                        }
                        
                        .input-lg {
                            height: 46px;
                            padding: 10px 16px;
                            font-size: 18px;
                            line-height: 1.3333333;
                            border-radius: 6px
                        }
                        
                        select.input-lg {
                            height: 46px;
                            line-height: 46px
                        }
                        
                        select[multiple].input-lg,
                        textarea.input-lg {
                            height: auto
                        }
                        
                        .form-group-lg .form-control {
                            height: 46px;
                            padding: 10px 16px;
                            font-size: 18px;
                            line-height: 1.3333333;
                            border-radius: 6px
                        }
                        
                        .form-group-lg select.form-control {
                            height: 46px;
                            line-height: 46px
                        }
                        
                        .form-group-lg select[multiple].form-control,
                        .form-group-lg textarea.form-control {
                            height: auto
                        }
                        
                        .form-group-lg .form-control-static {
                            height: 46px;
                            min-height: 38px;
                            padding: 11px 16px;
                            font-size: 18px;
                            line-height: 1.3333333
                        }
                        
                        .has-feedback {
                            position: relative
                        }
                        
                        .has-feedback .form-control {
                            padding-right: 42.5px
                        }
                        
                        .form-control-feedback {
                            position: absolute;
                            top: 0;
                            right: 0;
                            z-index: 2;
                            display: block;
                            width: 34px;
                            height: 34px;
                            line-height: 34px;
                            text-align: center;
                            pointer-events: none
                        }
                        
                        .form-group-lg .form-control+.form-control-feedback,
                        .input-group-lg+.form-control-feedback,
                        .input-lg+.form-control-feedback {
                            width: 46px;
                            height: 46px;
                            line-height: 46px
                        }
                        
                        .form-group-sm .form-control+.form-control-feedback,
                        .input-group-sm+.form-control-feedback,
                        .input-sm+.form-control-feedback {
                            width: 30px;
                            height: 30px;
                            line-height: 30px
                        }
                        
                        .has-success .checkbox,
                        .has-success .checkbox-inline,
                        .has-success .control-label,
                        .has-success .help-block,
                        .has-success .radio,
                        .has-success .radio-inline,
                        .has-success.checkbox label,
                        .has-success.checkbox-inline label,
                        .has-success.radio label,
                        .has-success.radio-inline label {
                            color: #3c763d
                        }
                        
                        .has-success .form-control {
                            border-color: #3c763d;
                            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
                            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
                        }
                        
                        .has-success .form-control:focus {
                            border-color: #2b542c;
                            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
                            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
                        }
                        
                        .has-success .input-group-addon {
                            color: #3c763d;
                            background-color: #dff0d8;
                            border-color: #3c763d
                        }
                        
                        .has-success .form-control-feedback {
                            color: #3c763d
                        }
                        
                        .has-warning .checkbox,
                        .has-warning .checkbox-inline,
                        .has-warning .control-label,
                        .has-warning .help-block,
                        .has-warning .radio,
                        .has-warning .radio-inline,
                        .has-warning.checkbox label,
                        .has-warning.checkbox-inline label,
                        .has-warning.radio label,
                        .has-warning.radio-inline label {
                            color: #8a6d3b
                        }
                        
                        .has-warning .form-control {
                            border-color: #8a6d3b;
                            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
                            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
                        }
                        
                        .has-warning .form-control:focus {
                            border-color: #66512c;
                            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
                            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
                        }
                        
                        .has-warning .input-group-addon {
                            color: #8a6d3b;
                            background-color: #fcf8e3;
                            border-color: #8a6d3b
                        }
                        
                        .has-warning .form-control-feedback {
                            color: #8a6d3b
                        }
                        
                        .has-error .checkbox,
                        .has-error .checkbox-inline,
                        .has-error .control-label,
                        .has-error .help-block,
                        .has-error .radio,
                        .has-error .radio-inline,
                        .has-error.checkbox label,
                        .has-error.checkbox-inline label,
                        .has-error.radio label,
                        .has-error.radio-inline label {
                            color: #a94442
                        }
                        
                        .has-error .form-control {
                            border-color: #a94442;
                            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
                            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
                        }
                        
                        .has-error .form-control:focus {
                            border-color: #843534;
                            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
                            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
                        }
                        
                        .has-error .input-group-addon {
                            color: #a94442;
                            background-color: #f2dede;
                            border-color: #a94442
                        }
                        
                        .has-error .form-control-feedback {
                            color: #a94442
                        }
                        
                        .has-feedback label~.form-control-feedback {
                            top: 25px
                        }
                        
                        .has-feedback label.sr-only~.form-control-feedback {
                            top: 0
                        }
                        
                        .help-block {
                            display: block;
                            margin-top: 5px;
                            margin-bottom: 10px;
                            color: #737373
                        }
                        
                        @media (min-width:768px) {
                            .form-inline .form-group {
                                display: inline-block;
                                margin-bottom: 0;
                                vertical-align: middle
                            }
                            .form-inline .form-control {
                                display: inline-block;
                                width: auto;
                                vertical-align: middle
                            }
                            .form-inline .form-control-static {
                                display: inline-block
                            }
                            .form-inline .input-group {
                                display: inline-table;
                                vertical-align: middle
                            }
                            .form-inline .input-group .form-control,
                            .form-inline .input-group .input-group-addon,
                            .form-inline .input-group .input-group-btn {
                                width: auto
                            }
                            .form-inline .input-group>.form-control {
                                width: 100%
                            }
                            .form-inline .control-label {
                                margin-bottom: 0;
                                vertical-align: middle
                            }
                            .form-inline .checkbox,
                            .form-inline .radio {
                                display: inline-block;
                                margin-top: 0;
                                margin-bottom: 0;
                                vertical-align: middle
                            }
                            .form-inline .checkbox label,
                            .form-inline .radio label {
                                padding-left: 0
                            }
                            .form-inline .checkbox input[type=checkbox],
                            .form-inline .radio input[type=radio] {
                                position: relative;
                                margin-left: 0
                            }
                            .form-inline .has-feedback .form-control-feedback {
                                top: 0
                            }
                        }
                        
                        .form-horizontal .checkbox,
                        .form-horizontal .checkbox-inline,
                        .form-horizontal .radio,
                        .form-horizontal .radio-inline {
                            padding-top: 7px;
                            margin-top: 0;
                            margin-bottom: 0
                        }
                        
                        .form-horizontal .checkbox,
                        .form-horizontal .radio {
                            min-height: 27px
                        }
                        
                        .form-horizontal .form-group {
                            margin-right: -15px;
                            margin-left: -15px
                        }
                        
                        @media (min-width:768px) {
                            .form-horizontal .control-label {
                                padding-top: 7px;
                                margin-bottom: 0;
                                text-align: right
                            }
                        }
                        
                        .form-horizontal .has-feedback .form-control-feedback {
                            right: 15px
                        }
                        
                        @media (min-width:768px) {
                            .form-horizontal .form-group-lg .control-label {
                                padding-top: 14.33px;
                                font-size: 18px
                            }
                        }
                        
                        @media (min-width:768px) {
                            .form-horizontal .form-group-sm .control-label {
                                padding-top: 6px;
                                font-size: 12px
                            }
                        }
                        
                        .btn {
                            display: inline-block;
                            padding: 6px 12px;
                            margin-bottom: 0;
                            font-size: 14px;
                            font-weight: 400;
                            line-height: 1.42857143;
                            text-align: center;
                            white-space: nowrap;
                            vertical-align: middle;
                            -ms-touch-action: manipulation;
                            touch-action: manipulation;
                            cursor: pointer;
                            -webkit-user-select: none;
                            -moz-user-select: none;
                            -ms-user-select: none;
                            user-select: none;
                            background-image: none;
                            border: 1px solid transparent;
                            border-radius: 4px
                        }
                        
                        .btn.active.focus,
                        .btn.active:focus,
                        .btn.focus,
                        .btn:active.focus,
                        .btn:active:focus,
                        .btn:focus {
                            outline: thin dotted;
                            outline: 5px auto -webkit-focus-ring-color;
                            outline-offset: -2px
                        }
                        
                        .btn.focus,
                        .btn:focus,
                        .btn:hover {
                            color: #333;
                            text-decoration: none
                        }
                        
                        .btn.active,
                        .btn:active {
                            background-image: none;
                            outline: 0;
                            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
                            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
                        }
                        
                        .btn.disabled,
                        .btn[disabled],
                        fieldset[disabled] .btn {
                            cursor: not-allowed;
                            filter: alpha(opacity=65);
                            -webkit-box-shadow: none;
                            box-shadow: none;
                            opacity: .65
                        }
                        
                        a.btn.disabled,
                        fieldset[disabled] a.btn {
                            pointer-events: none
                        }
                        
                        .btn-default {
                            color: #333;
                            background-color: #fff;
                            border-color: #ccc
                        }
                        
                        .btn-default.focus,
                        .btn-default:focus {
                            color: #333;
                            background-color: #e6e6e6;
                            border-color: #8c8c8c
                        }
                        
                        .btn-default:hover {
                            color: #333;
                            background-color: #e6e6e6;
                            border-color: #adadad
                        }
                        
                        .btn-default.active,
                        .btn-default:active,
                        .open>.dropdown-toggle.btn-default {
                            color: #333;
                            background-color: #e6e6e6;
                            border-color: #adadad
                        }
                        
                        .btn-default.active.focus,
                        .btn-default.active:focus,
                        .btn-default.active:hover,
                        .btn-default:active.focus,
                        .btn-default:active:focus,
                        .btn-default:active:hover,
                        .open>.dropdown-toggle.btn-default.focus,
                        .open>.dropdown-toggle.btn-default:focus,
                        .open>.dropdown-toggle.btn-default:hover {
                            color: #333;
                            background-color: #d4d4d4;
                            border-color: #8c8c8c
                        }
                        
                        .btn-default.active,
                        .btn-default:active,
                        .open>.dropdown-toggle.btn-default {
                            background-image: none
                        }
                        
                        .btn-default.disabled,
                        .btn-default.disabled.active,
                        .btn-default.disabled.focus,
                        .btn-default.disabled:active,
                        .btn-default.disabled:focus,
                        .btn-default.disabled:hover,
                        .btn-default[disabled],
                        .btn-default[disabled].active,
                        .btn-default[disabled].focus,
                        .btn-default[disabled]:active,
                        .btn-default[disabled]:focus,
                        .btn-default[disabled]:hover,
                        fieldset[disabled] .btn-default,
                        fieldset[disabled] .btn-default.active,
                        fieldset[disabled] .btn-default.focus,
                        fieldset[disabled] .btn-default:active,
                        fieldset[disabled] .btn-default:focus,
                        fieldset[disabled] .btn-default:hover {
                            background-color: #fff;
                            border-color: #ccc
                        }
                        
                        .btn-default .badge {
                            color: #fff;
                            background-color: #333
                        }
                        
                        .btn-primary {
                            color: #fff;
                            background-color: #337ab7;
                            border-color: #2e6da4
                        }
                        
                        .btn-primary.focus,
                        .btn-primary:focus {
                            color: #fff;
                            background-color: #286090;
                            border-color: #122b40
                        }
                        
                        .btn-primary:hover {
                            color: #fff;
                            background-color: #286090;
                            border-color: #204d74
                        }
                        
                        .btn-primary.active,
                        .btn-primary:active,
                        .open>.dropdown-toggle.btn-primary {
                            color: #fff;
                            background-color: #286090;
                            border-color: #204d74
                        }
                        
                        .btn-primary.active.focus,
                        .btn-primary.active:focus,
                        .btn-primary.active:hover,
                        .btn-primary:active.focus,
                        .btn-primary:active:focus,
                        .btn-primary:active:hover,
                        .open>.dropdown-toggle.btn-primary.focus,
                        .open>.dropdown-toggle.btn-primary:focus,
                        .open>.dropdown-toggle.btn-primary:hover {
                            color: #fff;
                            background-color: #204d74;
                            border-color: #122b40
                        }
                        
                        .btn-primary.active,
                        .btn-primary:active,
                        .open>.dropdown-toggle.btn-primary {
                            background-image: none
                        }
                        
                        .btn-primary.disabled,
                        .btn-primary.disabled.active,
                        .btn-primary.disabled.focus,
                        .btn-primary.disabled:active,
                        .btn-primary.disabled:focus,
                        .btn-primary.disabled:hover,
                        .btn-primary[disabled],
                        .btn-primary[disabled].active,
                        .btn-primary[disabled].focus,
                        .btn-primary[disabled]:active,
                        .btn-primary[disabled]:focus,
                        .btn-primary[disabled]:hover,
                        fieldset[disabled] .btn-primary,
                        fieldset[disabled] .btn-primary.active,
                        fieldset[disabled] .btn-primary.focus,
                        fieldset[disabled] .btn-primary:active,
                        fieldset[disabled] .btn-primary:focus,
                        fieldset[disabled] .btn-primary:hover {
                            background-color: #337ab7;
                            border-color: #2e6da4
                        }
                        
                        .btn-primary .badge {
                            color: #337ab7;
                            background-color: #fff
                        }
                        
                        .btn-success {
                            color: #fff;
                            background-color: #5cb85c;
                            border-color: #4cae4c
                        }
                        
                        .btn-success.focus,
                        .btn-success:focus {
                            color: #fff;
                            background-color: #449d44;
                            border-color: #255625
                        }
                        
                        .btn-success:hover {
                            color: #fff;
                            background-color: #449d44;
                            border-color: #398439
                        }
                        
                        .btn-success.active,
                        .btn-success:active,
                        .open>.dropdown-toggle.btn-success {
                            color: #fff;
                            background-color: #449d44;
                            border-color: #398439
                        }
                        
                        .btn-success.active.focus,
                        .btn-success.active:focus,
                        .btn-success.active:hover,
                        .btn-success:active.focus,
                        .btn-success:active:focus,
                        .btn-success:active:hover,
                        .open>.dropdown-toggle.btn-success.focus,
                        .open>.dropdown-toggle.btn-success:focus,
                        .open>.dropdown-toggle.btn-success:hover {
                            color: #fff;
                            background-color: #398439;
                            border-color: #255625
                        }
                        
                        .btn-success.active,
                        .btn-success:active,
                        .open>.dropdown-toggle.btn-success {
                            background-image: none
                        }
                        
                        .btn-success.disabled,
                        .btn-success.disabled.active,
                        .btn-success.disabled.focus,
                        .btn-success.disabled:active,
                        .btn-success.disabled:focus,
                        .btn-success.disabled:hover,
                        .btn-success[disabled],
                        .btn-success[disabled].active,
                        .btn-success[disabled].focus,
                        .btn-success[disabled]:active,
                        .btn-success[disabled]:focus,
                        .btn-success[disabled]:hover,
                        fieldset[disabled] .btn-success,
                        fieldset[disabled] .btn-success.active,
                        fieldset[disabled] .btn-success.focus,
                        fieldset[disabled] .btn-success:active,
                        fieldset[disabled] .btn-success:focus,
                        fieldset[disabled] .btn-success:hover {
                            background-color: #5cb85c;
                            border-color: #4cae4c
                        }
                        
                        .btn-success .badge {
                            color: #5cb85c;
                            background-color: #fff
                        }
                        
                        .btn-info {
                            color: #fff;
                            background-color: #5bc0de;
                            border-color: #46b8da
                        }
                        
                        .btn-info.focus,
                        .btn-info:focus {
                            color: #fff;
                            background-color: #31b0d5;
                            border-color: #1b6d85
                        }
                        
                        .btn-info:hover {
                            color: #fff;
                            background-color: #31b0d5;
                            border-color: #269abc
                        }
                        
                        .btn-info.active,
                        .btn-info:active,
                        .open>.dropdown-toggle.btn-info {
                            color: #fff;
                            background-color: #31b0d5;
                            border-color: #269abc
                        }
                        
                        .btn-info.active.focus,
                        .btn-info.active:focus,
                        .btn-info.active:hover,
                        .btn-info:active.focus,
                        .btn-info:active:focus,
                        .btn-info:active:hover,
                        .open>.dropdown-toggle.btn-info.focus,
                        .open>.dropdown-toggle.btn-info:focus,
                        .open>.dropdown-toggle.btn-info:hover {
                            color: #fff;
                            background-color: #269abc;
                            border-color: #1b6d85
                        }
                        
                        .btn-info.active,
                        .btn-info:active,
                        .open>.dropdown-toggle.btn-info {
                            background-image: none
                        }
                        
                        .btn-info.disabled,
                        .btn-info.disabled.active,
                        .btn-info.disabled.focus,
                        .btn-info.disabled:active,
                        .btn-info.disabled:focus,
                        .btn-info.disabled:hover,
                        .btn-info[disabled],
                        .btn-info[disabled].active,
                        .btn-info[disabled].focus,
                        .btn-info[disabled]:active,
                        .btn-info[disabled]:focus,
                        .btn-info[disabled]:hover,
                        fieldset[disabled] .btn-info,
                        fieldset[disabled] .btn-info.active,
                        fieldset[disabled] .btn-info.focus,
                        fieldset[disabled] .btn-info:active,
                        fieldset[disabled] .btn-info:focus,
                        fieldset[disabled] .btn-info:hover {
                            background-color: #5bc0de;
                            border-color: #46b8da
                        }
                        
                        .btn-info .badge {
                            color: #5bc0de;
                            background-color: #fff
                        }
                        
                        .btn-warning {
                            color: #fff;
                            background-color: #f0ad4e;
                            border-color: #eea236
                        }
                        
                        .btn-warning.focus,
                        .btn-warning:focus {
                            color: #fff;
                            background-color: #ec971f;
                            border-color: #985f0d
                        }
                        
                        .btn-warning:hover {
                            color: #fff;
                            background-color: #ec971f;
                            border-color: #d58512
                        }
                        
                        .btn-warning.active,
                        .btn-warning:active,
                        .open>.dropdown-toggle.btn-warning {
                            color: #fff;
                            background-color: #ec971f;
                            border-color: #d58512
                        }
                        
                        .btn-warning.active.focus,
                        .btn-warning.active:focus,
                        .btn-warning.active:hover,
                        .btn-warning:active.focus,
                        .btn-warning:active:focus,
                        .btn-warning:active:hover,
                        .open>.dropdown-toggle.btn-warning.focus,
                        .open>.dropdown-toggle.btn-warning:focus,
                        .open>.dropdown-toggle.btn-warning:hover {
                            color: #fff;
                            background-color: #d58512;
                            border-color: #985f0d
                        }
                        
                        .btn-warning.active,
                        .btn-warning:active,
                        .open>.dropdown-toggle.btn-warning {
                            background-image: none
                        }
                        
                        .btn-warning.disabled,
                        .btn-warning.disabled.active,
                        .btn-warning.disabled.focus,
                        .btn-warning.disabled:active,
                        .btn-warning.disabled:focus,
                        .btn-warning.disabled:hover,
                        .btn-warning[disabled],
                        .btn-warning[disabled].active,
                        .btn-warning[disabled].focus,
                        .btn-warning[disabled]:active,
                        .btn-warning[disabled]:focus,
                        .btn-warning[disabled]:hover,
                        fieldset[disabled] .btn-warning,
                        fieldset[disabled] .btn-warning.active,
                        fieldset[disabled] .btn-warning.focus,
                        fieldset[disabled] .btn-warning:active,
                        fieldset[disabled] .btn-warning:focus,
                        fieldset[disabled] .btn-warning:hover {
                            background-color: #f0ad4e;
                            border-color: #eea236
                        }
                        
                        .btn-warning .badge {
                            color: #f0ad4e;
                            background-color: #fff
                        }
                        
                        .btn-danger {
                            color: #fff;
                            background-color: #d9534f;
                            border-color: #d43f3a
                        }
                        
                        .btn-danger.focus,
                        .btn-danger:focus {
                            color: #fff;
                            background-color: #c9302c;
                            border-color: #761c19
                        }
                        
                        .btn-danger:hover {
                            color: #fff;
                            background-color: #c9302c;
                            border-color: #ac2925
                        }
                        
                        .btn-danger.active,
                        .btn-danger:active,
                        .open>.dropdown-toggle.btn-danger {
                            color: #fff;
                            background-color: #c9302c;
                            border-color: #ac2925
                        }
                        
                        .btn-danger.active.focus,
                        .btn-danger.active:focus,
                        .btn-danger.active:hover,
                        .btn-danger:active.focus,
                        .btn-danger:active:focus,
                        .btn-danger:active:hover,
                        .open>.dropdown-toggle.btn-danger.focus,
                        .open>.dropdown-toggle.btn-danger:focus,
                        .open>.dropdown-toggle.btn-danger:hover {
                            color: #fff;
                            background-color: #ac2925;
                            border-color: #761c19
                        }
                        
                        .btn-danger.active,
                        .btn-danger:active,
                        .open>.dropdown-toggle.btn-danger {
                            background-image: none
                        }
                        
                        .btn-danger.disabled,
                        .btn-danger.disabled.active,
                        .btn-danger.disabled.focus,
                        .btn-danger.disabled:active,
                        .btn-danger.disabled:focus,
                        .btn-danger.disabled:hover,
                        .btn-danger[disabled],
                        .btn-danger[disabled].active,
                        .btn-danger[disabled].focus,
                        .btn-danger[disabled]:active,
                        .btn-danger[disabled]:focus,
                        .btn-danger[disabled]:hover,
                        fieldset[disabled] .btn-danger,
                        fieldset[disabled] .btn-danger.active,
                        fieldset[disabled] .btn-danger.focus,
                        fieldset[disabled] .btn-danger:active,
                        fieldset[disabled] .btn-danger:focus,
                        fieldset[disabled] .btn-danger:hover {
                            background-color: #d9534f;
                            border-color: #d43f3a
                        }
                        
                        .btn-danger .badge {
                            color: #d9534f;
                            background-color: #fff
                        }
                        
                        .btn-link {
                            font-weight: 400;
                            color: #337ab7;
                            border-radius: 0
                        }
                        
                        .btn-link,
                        .btn-link.active,
                        .btn-link:active,
                        .btn-link[disabled],
                        fieldset[disabled] .btn-link {
                            background-color: transparent;
                            -webkit-box-shadow: none;
                            box-shadow: none
                        }
                        
                        .btn-link,
                        .btn-link:active,
                        .btn-link:focus,
                        .btn-link:hover {
                            border-color: transparent
                        }
                        
                        .btn-link:focus,
                        .btn-link:hover {
                            color: #23527c;
                            text-decoration: underline;
                            background-color: transparent
                        }
                        
                        .btn-link[disabled]:focus,
                        .btn-link[disabled]:hover,
                        fieldset[disabled] .btn-link:focus,
                        fieldset[disabled] .btn-link:hover {
                            color: #777;
                            text-decoration: none
                        }
                        
                        .btn-group-lg>.btn,
                        .btn-lg {
                            padding: 10px 16px;
                            font-size: 18px;
                            line-height: 1.3333333;
                            border-radius: 6px
                        }
                        
                        .btn-group-sm>.btn,
                        .btn-sm {
                            padding: 5px 10px;
                            font-size: 12px;
                            line-height: 1.5;
                            border-radius: 3px
                        }
                        
                        .btn-group-xs>.btn,
                        .btn-xs {
                            padding: 1px 5px;
                            font-size: 12px;
                            line-height: 1.5;
                            border-radius: 3px
                        }
                        
                        .btn-block {
                            display: block;
                            width: 100%
                        }
                        
                        .btn-block+.btn-block {
                            margin-top: 5px
                        }
                        
                        input[type=button].btn-block,
                        input[type=reset].btn-block,
                        input[type=submit].btn-block {
                            width: 100%
                        }
                        
                        .fade {
                            opacity: 0;
                            -webkit-transition: opacity .15s linear;
                            -o-transition: opacity .15s linear;
                            transition: opacity .15s linear
                        }
                        
                        .fade.in {
                            opacity: 1
                        }
                        
                        .collapse {
                            display: none
                        }
                        
                        .collapse.in {
                            display: block
                        }
                        
                        tr.collapse.in {
                            display: table-row
                        }
                        
                        tbody.collapse.in {
                            display: table-row-group
                        }
                        
                        .collapsing {
                            position: relative;
                            height: 0;
                            overflow: hidden;
                            -webkit-transition-timing-function: ease;
                            -o-transition-timing-function: ease;
                            transition-timing-function: ease;
                            -webkit-transition-duration: .35s;
                            -o-transition-duration: .35s;
                            transition-duration: .35s;
                            -webkit-transition-property: height, visibility;
                            -o-transition-property: height, visibility;
                            transition-property: height, visibility
                        }
                        
                        .caret {
                            display: inline-block;
                            width: 0;
                            height: 0;
                            margin-left: 2px;
                            vertical-align: middle;
                            border-top: 4px dashed;
                            border-top: 4px solid\9;
                            border-right: 4px solid transparent;
                            border-left: 4px solid transparent
                        }
                        
                        .dropdown,
                        .dropup {
                            position: relative
                        }
                        
                        .dropdown-toggle:focus {
                            outline: 0
                        }
                        
                        .dropdown-menu {
                            position: absolute;
                            top: 100%;
                            left: 0;
                            z-index: 1000;
                            display: none;
                            float: left;
                            min-width: 160px;
                            padding: 5px 0;
                            margin: 2px 0 0;
                            font-size: 14px;
                            text-align: left;
                            list-style: none;
                            background-color: #fff;
                            -webkit-background-clip: padding-box;
                            background-clip: padding-box;
                            border: 1px solid #ccc;
                            border: 1px solid rgba(0, 0, 0, .15);
                            border-radius: 4px;
                            -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
                            box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
                        }
                        
                        .dropdown-menu.pull-right {
                            right: 0;
                            left: auto
                        }
                        
                        .dropdown-menu .divider {
                            height: 1px;
                            margin: 9px 0;
                            overflow: hidden;
                            background-color: #e5e5e5
                        }
                        
                        .dropdown-menu>li>a {
                            display: block;
                            padding: 3px 20px;
                            clear: both;
                            font-weight: 400;
                            line-height: 1.42857143;
                            color: #333;
                            white-space: nowrap
                        }
                        
                        .dropdown-menu>li>a:focus,
                        .dropdown-menu>li>a:hover {
                            color: #262626;
                            text-decoration: none;
                            background-color: #f5f5f5
                        }
                        
                        .dropdown-menu>.active>a,
                        .dropdown-menu>.active>a:focus,
                        .dropdown-menu>.active>a:hover {
                            color: #fff;
                            text-decoration: none;
                            background-color: #337ab7;
                            outline: 0
                        }
                        
                        .dropdown-menu>.disabled>a,
                        .dropdown-menu>.disabled>a:focus,
                        .dropdown-menu>.disabled>a:hover {
                            color: #777
                        }
                        
                        .dropdown-menu>.disabled>a:focus,
                        .dropdown-menu>.disabled>a:hover {
                            text-decoration: none;
                            cursor: not-allowed;
                            background-color: transparent;
                            background-image: none;
                            filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
                        }
                        
                        .open>.dropdown-menu {
                            display: block
                        }
                        
                        .open>a {
                            outline: 0
                        }
                        
                        .dropdown-menu-right {
                            right: 0;
                            left: auto
                        }
                        
                        .dropdown-menu-left {
                            right: auto;
                            left: 0
                        }
                        
                        .dropdown-header {
                            display: block;
                            padding: 3px 20px;
                            font-size: 12px;
                            line-height: 1.42857143;
                            color: #777;
                            white-space: nowrap
                        }
                        
                        .dropdown-backdrop {
                            position: fixed;
                            top: 0;
                            right: 0;
                            bottom: 0;
                            left: 0;
                            z-index: 990
                        }
                        
                        .pull-right>.dropdown-menu {
                            right: 0;
                            left: auto
                        }
                        
                        .dropup .caret,
                        .navbar-fixed-bottom .dropdown .caret {
                            content: "";
                            border-top: 0;
                            border-bottom: 4px dashed;
                            border-bottom: 4px solid\9
                        }
                        
                        .dropup .dropdown-menu,
                        .navbar-fixed-bottom .dropdown .dropdown-menu {
                            top: auto;
                            bottom: 100%;
                            margin-bottom: 2px
                        }
                        
                        @media (min-width:768px) {
                            .navbar-right .dropdown-menu {
                                right: 0;
                                left: auto
                            }
                            .navbar-right .dropdown-menu-left {
                                right: auto;
                                left: 0
                            }
                        }
                        
                        .btn-group,
                        .btn-group-vertical {
                            position: relative;
                            display: inline-block;
                            vertical-align: middle
                        }
                        
                        .btn-group-vertical>.btn,
                        .btn-group>.btn {
                            position: relative;
                            float: left
                        }
                        
                        .btn-group-vertical>.btn.active,
                        .btn-group-vertical>.btn:active,
                        .btn-group-vertical>.btn:focus,
                        .btn-group-vertical>.btn:hover,
                        .btn-group>.btn.active,
                        .btn-group>.btn:active,
                        .btn-group>.btn:focus,
                        .btn-group>.btn:hover {
                            z-index: 2
                        }
                        
                        .btn-group .btn+.btn,
                        .btn-group .btn+.btn-group,
                        .btn-group .btn-group+.btn,
                        .btn-group .btn-group+.btn-group {
                            margin-left: -1px
                        }
                        
                        .btn-toolbar {
                            margin-left: -5px
                        }
                        
                        .btn-toolbar .btn,
                        .btn-toolbar .btn-group,
                        .btn-toolbar .input-group {
                            float: left
                        }
                        
                        .btn-toolbar>.btn,
                        .btn-toolbar>.btn-group,
                        .btn-toolbar>.input-group {
                            margin-left: 5px
                        }
                        
                        .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
                            border-radius: 0
                        }
                        
                        .btn-group>.btn:first-child {
                            margin-left: 0
                        }
                        
                        .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
                            border-top-right-radius: 0;
                            border-bottom-right-radius: 0
                        }
                        
                        .btn-group>.btn:last-child:not(:first-child),
                        .btn-group>.dropdown-toggle:not(:first-child) {
                            border-top-left-radius: 0;
                            border-bottom-left-radius: 0
                        }
                        
                        .btn-group>.btn-group {
                            float: left
                        }
                        
                        .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
                            border-radius: 0
                        }
                        
                        .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
                        .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
                            border-top-right-radius: 0;
                            border-bottom-right-radius: 0
                        }
                        
                        .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
                            border-top-left-radius: 0;
                            border-bottom-left-radius: 0
                        }
                        
                        .btn-group .dropdown-toggle:active,
                        .btn-group.open .dropdown-toggle {
                            outline: 0
                        }
                        
                        .btn-group>.btn+.dropdown-toggle {
                            padding-right: 8px;
                            padding-left: 8px
                        }
                        
                        .btn-group>.btn-lg+.dropdown-toggle {
                            padding-right: 12px;
                            padding-left: 12px
                        }
                        
                        .btn-group.open .dropdown-toggle {
                            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
                            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
                        }
                        
                        .btn-group.open .dropdown-toggle.btn-link {
                            -webkit-box-shadow: none;
                            box-shadow: none
                        }
                        
                        .btn .caret {
                            margin-left: 0
                        }
                        
                        .btn-lg .caret {
                            border-width: 5px 5px 0;
                            border-bottom-width: 0
                        }
                        
                        .dropup .btn-lg .caret {
                            border-width: 0 5px 5px
                        }
                        
                        .btn-group-vertical>.btn,
                        .btn-group-vertical>.btn-group,
                        .btn-group-vertical>.btn-group>.btn {
                            display: block;
                            float: none;
                            width: 100%;
                            max-width: 100%
                        }
                        
                        .btn-group-vertical>.btn-group>.btn {
                            float: none
                        }
                        
                        .btn-group-vertical>.btn+.btn,
                        .btn-group-vertical>.btn+.btn-group,
                        .btn-group-vertical>.btn-group+.btn,
                        .btn-group-vertical>.btn-group+.btn-group {
                            margin-top: -1px;
                            margin-left: 0
                        }
                        
                        .btn-group-vertical>.btn:not(:first-child):not(:last-child) {
                            border-radius: 0
                        }
                        
                        .btn-group-vertical>.btn:first-child:not(:last-child) {
                            border-top-right-radius: 4px;
                            border-bottom-right-radius: 0;
                            border-bottom-left-radius: 0
                        }
                        
                        .btn-group-vertical>.btn:last-child:not(:first-child) {
                            border-top-left-radius: 0;
                            border-top-right-radius: 0;
                            border-bottom-left-radius: 4px
                        }
                        
                        .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
                            border-radius: 0
                        }
                        
                        .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
                        .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
                            border-bottom-right-radius: 0;
                            border-bottom-left-radius: 0
                        }
                        
                        .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
                            border-top-left-radius: 0;
                            border-top-right-radius: 0
                        }
                        
                        .btn-group-justified {
                            display: table;
                            width: 100%;
                            table-layout: fixed;
                            border-collapse: separate
                        }
                        
                        .btn-group-justified>.btn,
                        .btn-group-justified>.btn-group {
                            display: table-cell;
                            float: none;
                            width: 1%
                        }
                        
                        .btn-group-justified>.btn-group .btn {
                            width: 100%
                        }
                        
                        .btn-group-justified>.btn-group .dropdown-menu {
                            left: auto
                        }
                        
                        [data-toggle=buttons]>.btn input[type=checkbox],
                        [data-toggle=buttons]>.btn input[type=radio],
                        [data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
                        [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
                            position: absolute;
                            clip: rect(0, 0, 0, 0);
                            pointer-events: none
                        }
                        
                        .input-group {
                            position: relative;
                            display: table;
                            border-collapse: separate
                        }
                        
                        .input-group[class*=col-] {
                            float: none;
                            padding-right: 0;
                            padding-left: 0
                        }
                        
                        .input-group .form-control {
                            position: relative;
                            z-index: 2;
                            float: left;
                            width: 100%;
                            margin-bottom: 0
                        }
                        
                        .input-group-lg>.form-control,
                        .input-group-lg>.input-group-addon,
                        .input-group-lg>.input-group-btn>.btn {
                            height: 46px;
                            padding: 10px 16px;
                            font-size: 18px;
                            line-height: 1.3333333;
                            border-radius: 6px
                        }
                        
                        select.input-group-lg>.form-control,
                        select.input-group-lg>.input-group-addon,
                        select.input-group-lg>.input-group-btn>.btn {
                            height: 46px;
                            line-height: 46px
                        }
                        
                        select[multiple].input-group-lg>.form-control,
                        select[multiple].input-group-lg>.input-group-addon,
                        select[multiple].input-group-lg>.input-group-btn>.btn,
                        textarea.input-group-lg>.form-control,
                        textarea.input-group-lg>.input-group-addon,
                        textarea.input-group-lg>.input-group-btn>.btn {
                            height: auto
                        }
                        
                        .input-group-sm>.form-control,
                        .input-group-sm>.input-group-addon,
                        .input-group-sm>.input-group-btn>.btn {
                            height: 30px;
                            padding: 5px 10px;
                            font-size: 12px;
                            line-height: 1.5;
                            border-radius: 3px
                        }
                        
                        select.input-group-sm>.form-control,
                        select.input-group-sm>.input-group-addon,
                        select.input-group-sm>.input-group-btn>.btn {
                            height: 30px;
                            line-height: 30px
                        }
                        
                        select[multiple].input-group-sm>.form-control,
                        select[multiple].input-group-sm>.input-group-addon,
                        select[multiple].input-group-sm>.input-group-btn>.btn,
                        textarea.input-group-sm>.form-control,
                        textarea.input-group-sm>.input-group-addon,
                        textarea.input-group-sm>.input-group-btn>.btn {
                            height: auto
                        }
                        
                        .input-group .form-control,
                        .input-group-addon,
                        .input-group-btn {
                            display: table-cell
                        }
                        
                        .input-group .form-control:not(:first-child):not(:last-child),
                        .input-group-addon:not(:first-child):not(:last-child),
                        .input-group-btn:not(:first-child):not(:last-child) {
                            border-radius: 0
                        }
                        
                        .input-group-addon,
                        .input-group-btn {
                            width: 1%;
                            white-space: nowrap;
                            vertical-align: middle
                        }
                        
                        .input-group-addon {
                            padding: 6px 12px;
                            font-size: 14px;
                            font-weight: 400;
                            line-height: 1;
                            color: #555;
                            text-align: center;
                            background-color: #eee;
                            border: 1px solid #ccc;
                            border-radius: 4px
                        }
                        
                        .input-group-addon.input-sm {
                            padding: 5px 10px;
                            font-size: 12px;
                            border-radius: 3px
                        }
                        
                        .input-group-addon.input-lg {
                            padding: 10px 16px;
                            font-size: 18px;
                            border-radius: 6px
                        }
                        
                        .input-group-addon input[type=checkbox],
                        .input-group-addon input[type=radio] {
                            margin-top: 0
                        }
                        
                        .input-group .form-control:first-child,
                        .input-group-addon:first-child,
                        .input-group-btn:first-child>.btn,
                        .input-group-btn:first-child>.btn-group>.btn,
                        .input-group-btn:first-child>.dropdown-toggle,
                        .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
                        .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
                            border-top-right-radius: 0;
                            border-bottom-right-radius: 0
                        }
                        
                        .input-group-addon:first-child {
                            border-right: 0
                        }
                        
                        .input-group .form-control:last-child,
                        .input-group-addon:last-child,
                        .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
                        .input-group-btn:first-child>.btn:not(:first-child),
                        .input-group-btn:last-child>.btn,
                        .input-group-btn:last-child>.btn-group>.btn,
                        .input-group-btn:last-child>.dropdown-toggle {
                            border-top-left-radius: 0;
                            border-bottom-left-radius: 0
                        }
                        
                        .input-group-addon:last-child {
                            border-left: 0
                        }
                        
                        .input-group-btn {
                            position: relative;
                            font-size: 0;
                            white-space: nowrap
                        }
                        
                        .input-group-btn>.btn {
                            position: relative
                        }
                        
                        .input-group-btn>.btn+.btn {
                            margin-left: -1px
                        }
                        
                        .input-group-btn>.btn:active,
                        .input-group-btn>.btn:focus,
                        .input-group-btn>.btn:hover {
                            z-index: 2
                        }
                        
                        .input-group-btn:first-child>.btn,
                        .input-group-btn:first-child>.btn-group {
                            margin-right: -1px
                        }
                        
                        .input-group-btn:last-child>.btn,
                        .input-group-btn:last-child>.btn-group {
                            z-index: 2;
                            margin-left: -1px
                        }
                        
                        .nav {
                            padding-left: 0;
                            margin-bottom: 0;
                            list-style: none
                        }
                        
                        .nav>li {
                            position: relative;
                            display: block
                        }
                        
                        .nav>li>a {
                            position: relative;
                            display: block;
                            padding: 10px 15px
                        }
                        
                        .nav>li>a:focus,
                        .nav>li>a:hover {
                            text-decoration: none;
                            background-color: #eee
                        }
                        
                        .nav>li.disabled>a {
                            color: #777
                        }
                        
                        .nav>li.disabled>a:focus,
                        .nav>li.disabled>a:hover {
                            color: #777;
                            text-decoration: none;
                            cursor: not-allowed;
                            background-color: transparent
                        }
                        
                        .nav .open>a,
                        .nav .open>a:focus,
                        .nav .open>a:hover {
                            background-color: #eee;
                            border-color: #337ab7
                        }
                        
                        .nav .nav-divider {
                            height: 1px;
                            margin: 9px 0;
                            overflow: hidden;
                            background-color: #e5e5e5
                        }
                        
                        .nav>li>a>img {
                            max-width: none
                        }
                        
                        .nav-tabs {
                            border-bottom: 1px solid #ddd
                        }
                        
                        .nav-tabs>li {
                            float: left;
                            margin-bottom: -1px
                        }
                        
                        .nav-tabs>li>a {
                            margin-right: 2px;
                            line-height: 1.42857143;
                            border: 1px solid transparent;
                            border-radius: 4px 4px 0 0
                        }
                        
                        .nav-tabs>li>a:hover {
                            border-color: #eee #eee #ddd
                        }
                        
                        .nav-tabs>li.active>a,
                        .nav-tabs>li.active>a:focus,
                        .nav-tabs>li.active>a:hover {
                            color: #555;
                            cursor: default;
                            background-color: #fff;
                            border: 1px solid #ddd;
                            border-bottom-color: transparent
                        }
                        
                        .nav-tabs.nav-justified {
                            width: 100%;
                            border-bottom: 0
                        }
                        
                        .nav-tabs.nav-justified>li {
                            float: none
                        }
                        
                        .nav-tabs.nav-justified>li>a {
                            margin-bottom: 5px;
                            text-align: center
                        }
                        
                        .nav-tabs.nav-justified>.dropdown .dropdown-menu {
                            top: auto;
                            left: auto
                        }
                        
                        @media (min-width:768px) {
                            .nav-tabs.nav-justified>li {
                                display: table-cell;
                                width: 1%
                            }
                            .nav-tabs.nav-justified>li>a {
                                margin-bottom: 0
                            }
                        }
                        
                        .nav-tabs.nav-justified>li>a {
                            margin-right: 0;
                            border-radius: 4px
                        }
                        
                        .nav-tabs.nav-justified>.active>a,
                        .nav-tabs.nav-justified>.active>a:focus,
                        .nav-tabs.nav-justified>.active>a:hover {
                            border: 1px solid #ddd
                        }
                        
                        @media (min-width:768px) {
                            .nav-tabs.nav-justified>li>a {
                                border-bottom: 1px solid #ddd;
                                border-radius: 4px 4px 0 0
                            }
                            .nav-tabs.nav-justified>.active>a,
                            .nav-tabs.nav-justified>.active>a:focus,
                            .nav-tabs.nav-justified>.active>a:hover {
                                border-bottom-color: #fff
                            }
                        }
                        
                        .nav-pills>li {
                            float: left
                        }
                        
                        .nav-pills>li>a {
                            border-radius: 4px
                        }
                        
                        .nav-pills>li+li {
                            margin-left: 2px
                        }
                        
                        .nav-pills>li.active>a,
                        .nav-pills>li.active>a:focus,
                        .nav-pills>li.active>a:hover {
                            color: #fff;
                            background-color: #337ab7
                        }
                        
                        .nav-stacked>li {
                            float: none
                        }
                        
                        .nav-stacked>li+li {
                            margin-top: 2px;
                            margin-left: 0
                        }
                        
                        .nav-justified {
                            width: 100%
                        }
                        
                        .nav-justified>li {
                            float: none
                        }
                        
                        .nav-justified>li>a {
                            margin-bottom: 5px;
                            text-align: center
                        }
                        
                        .nav-justified>.dropdown .dropdown-menu {
                            top: auto;
                            left: auto
                        }
                        
                        @media (min-width:768px) {
                            .nav-justified>li {
                                display: table-cell;
                                width: 1%
                            }
                            .nav-justified>li>a {
                                margin-bottom: 0
                            }
                        }
                        
                        .nav-tabs-justified {
                            border-bottom: 0
                        }
                        
                        .nav-tabs-justified>li>a {
                            margin-right: 0;
                            border-radius: 4px
                        }
                        
                        .nav-tabs-justified>.active>a,
                        .nav-tabs-justified>.active>a:focus,
                        .nav-tabs-justified>.active>a:hover {
                            border: 1px solid #ddd
                        }
                        
                        @media (min-width:768px) {
                            .nav-tabs-justified>li>a {
                                border-bottom: 1px solid #ddd;
                                border-radius: 4px 4px 0 0
                            }
                            .nav-tabs-justified>.active>a,
                            .nav-tabs-justified>.active>a:focus,
                            .nav-tabs-justified>.active>a:hover {
                                border-bottom-color: #fff
                            }
                        }
                        
                        .tab-content>.tab-pane {
                            display: none
                        }
                        
                        .tab-content>.active {
                            display: block
                        }
                        
                        .nav-tabs .dropdown-menu {
                            margin-top: -1px;
                            border-top-left-radius: 0;
                            border-top-right-radius: 0
                        }
                        
                        .navbar {
                            position: relative;
                            min-height: 50px;
                            margin-bottom: 20px;
                            border: 1px solid transparent
                        }
                        
                        @media (min-width:768px) {
                            .navbar {
                                border-radius: 4px
                            }
                        }
                        
                        @media (min-width:768px) {
                            .navbar-header {
                                float: left
                            }
                        }
                        
                        .navbar-collapse {
                            overflow-x: visible;
                            -webkit-overflow-scrolling: touch;
                            border-top: 1px solid transparent;
                            -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
                            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
                        }
                        
                        .navbar-collapse.in {
                            overflow-y: auto
                        }
                        
                        @media (min-width:768px) {
                            .navbar-collapse {
                                width: auto;
                                border-top: 0;
                                -webkit-box-shadow: none;
                                box-shadow: none
                            }
                            .navbar-collapse.in {
                                overflow-y: visible
                            }
                            .navbar-fixed-bottom .navbar-collapse,
                            .navbar-fixed-top .navbar-collapse,
                            .navbar-static-top .navbar-collapse {
                                padding-right: 0;
                                padding-left: 0
                            }
                        }
                        
                        .navbar-fixed-bottom .navbar-collapse,
                        .navbar-fixed-top .navbar-collapse {
                            max-height: 340px
                        }
                        
                        @media (max-device-width:480px) and (orientation:landscape) {
                            .navbar-fixed-bottom .navbar-collapse,
                            .navbar-fixed-top .navbar-collapse {
                                max-height: 200px
                            }
                        }
                        
                        .container-fluid>.navbar-collapse,
                        .container-fluid>.navbar-header,
                        .container>.navbar-collapse,
                        .container>.navbar-header {
                            margin-right: -15px;
                            margin-left: -15px
                        }
                        
                        @media (min-width:768px) {
                            .container-fluid>.navbar-collapse,
                            .container-fluid>.navbar-header,
                            .container>.navbar-collapse,
                            .container>.navbar-header {
                                margin-right: 0;
                                margin-left: 0
                            }
                        }
                        
                        .navbar-static-top {
                            z-index: 1000;
                            border-width: 0 0 1px
                        }
                        
                        @media (min-width:768px) {
                            .navbar-static-top {
                                border-radius: 0
                            }
                        }
                        
                        .navbar-fixed-bottom,
                        .navbar-fixed-top {
                            position: fixed;
                            right: 0;
                            left: 0;
                            z-index: 1030
                        }
                        
                        @media (min-width:768px) {
                            .navbar-fixed-bottom,
                            .navbar-fixed-top {
                                border-radius: 0
                            }
                        }
                        
                        .navbar-fixed-top {
                            top: 0;
                            border-width: 0 0 1px
                        }
                        
                        .navbar-fixed-bottom {
                            bottom: 0;
                            margin-bottom: 0;
                            border-width: 1px 0 0
                        }
                        
                        .navbar-brand {
                            float: left;
                            height: 50px;
                            padding: 15px 15px;
                            font-size: 18px;
                            line-height: 20px
                        }
                        
                        .navbar-brand:focus,
                        .navbar-brand:hover {
                            text-decoration: none
                        }
                        
                        .navbar-brand>img {
                            display: block
                        }
                        
                        @media (min-width:768px) {
                            .navbar>.container .navbar-brand,
                            .navbar>.container-fluid .navbar-brand {
                                margin-left: -15px
                            }
                        }
                        
                        .navbar-toggle {
                            position: relative;
                            float: right;
                            padding: 9px 10px;
                            margin-top: 8px;
                            margin-right: 15px;
                            margin-bottom: 8px;
                            background-color: transparent;
                            background-image: none;
                            border: 1px solid transparent;
                            border-radius: 4px
                        }
                        
                        .navbar-toggle:focus {
                            outline: 0
                        }
                        
                        .navbar-toggle .icon-bar {
                            display: block;
                            width: 22px;
                            height: 2px;
                            border-radius: 1px
                        }
                        
                        .navbar-toggle .icon-bar+.icon-bar {
                            margin-top: 4px
                        }
                        
                        .navbar-nav {
                            margin: 7.5px -15px
                        }
                        
                        .navbar-nav>li>a {
                            padding-top: 10px;
                            padding-bottom: 10px;
                            line-height: 20px
                        }
                        
                        @media (max-width:767px) {
                            .navbar-nav .open .dropdown-menu {
                                position: static;
                                float: none;
                                width: auto;
                                margin-top: 0;
                                background-color: transparent;
                                border: 0;
                                -webkit-box-shadow: none;
                                box-shadow: none
                            }
                            .navbar-nav .open .dropdown-menu .dropdown-header,
                            .navbar-nav .open .dropdown-menu>li>a {
                                padding: 5px 15px 5px 25px
                            }
                            .navbar-nav .open .dropdown-menu>li>a {
                                line-height: 20px
                            }
                            .navbar-nav .open .dropdown-menu>li>a:focus,
                            .navbar-nav .open .dropdown-menu>li>a:hover {
                                background-image: none
                            }
                        }
                        
                        @media (min-width:768px) {
                            .navbar-nav {
                                float: left;
                                margin: 0
                            }
                            .navbar-nav>li>a {
                                padding-top: 15px;
                                padding-bottom: 15px
                            }
                        }
                        
                        .navbar-form {
                            padding: 10px 15px;
                            margin-top: 8px;
                            margin-right: -15px;
                            margin-bottom: 8px;
                            margin-left: -15px;
                            border-top: 1px solid transparent;
                            border-bottom: 1px solid transparent;
                            -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
                            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
                        }
                        
                        @media (min-width:768px) {
                            .navbar-form .form-group {
                                display: inline-block;
                                margin-bottom: 0;
                                vertical-align: middle
                            }
                            .navbar-form .form-control {
                                display: inline-block;
                                width: auto;
                                vertical-align: middle
                            }
                            .navbar-form .form-control-static {
                                display: inline-block
                            }
                            .navbar-form .input-group {
                                display: inline-table;
                                vertical-align: middle
                            }
                            .navbar-form .input-group .form-control,
                            .navbar-form .input-group .input-group-addon,
                            .navbar-form .input-group .input-group-btn {
                                width: auto
                            }
                            .navbar-form .input-group>.form-control {
                                width: 100%
                            }
                            .navbar-form .control-label {
                                margin-bottom: 0;
                                vertical-align: middle
                            }
                            .navbar-form .checkbox,
                            .navbar-form .radio {
                                display: inline-block;
                                margin-top: 0;
                                margin-bottom: 0;
                                vertical-align: middle
                            }
                            .navbar-form .checkbox label,
                            .navbar-form .radio label {
                                padding-left: 0
                            }
                            .navbar-form .checkbox input[type=checkbox],
                            .navbar-form .radio input[type=radio] {
                                position: relative;
                                margin-left: 0
                            }
                            .navbar-form .has-feedback .form-control-feedback {
                                top: 0
                            }
                        }
                        
                        @media (max-width:767px) {
                            .navbar-form .form-group {
                                margin-bottom: 5px
                            }
                            .navbar-form .form-group:last-child {
                                margin-bottom: 0
                            }
                        }
                        
                        @media (min-width:768px) {
                            .navbar-form {
                                width: auto;
                                padding-top: 0;
                                padding-bottom: 0;
                                margin-right: 0;
                                margin-left: 0;
                                border: 0;
                                -webkit-box-shadow: none;
                                box-shadow: none
                            }
                        }
                        
                        .navbar-nav>li>.dropdown-menu {
                            margin-top: 0;
                            border-top-left-radius: 0;
                            border-top-right-radius: 0
                        }
                        
                        .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
                            margin-bottom: 0;
                            border-top-left-radius: 4px;
                            border-top-right-radius: 4px;
                            border-bottom-right-radius: 0;
                            border-bottom-left-radius: 0
                        }
                        
                        .navbar-btn {
                            margin-top: 8px;
                            margin-bottom: 8px
                        }
                        
                        .navbar-btn.btn-sm {
                            margin-top: 10px;
                            margin-bottom: 10px
                        }
                        
                        .navbar-btn.btn-xs {
                            margin-top: 14px;
                            margin-bottom: 14px
                        }
                        
                        .navbar-text {
                            margin-top: 15px;
                            margin-bottom: 15px
                        }
                        
                        @media (min-width:768px) {
                            .navbar-text {
                                float: left;
                                margin-right: 15px;
                                margin-left: 15px
                            }
                        }
                        
                        @media (min-width:768px) {
                            .navbar-left {
                                float: left!important
                            }
                            .navbar-right {
                                float: right!important;
                                margin-right: -15px
                            }
                            .navbar-right~.navbar-right {
                                margin-right: 0
                            }
                        }
                        
                        .navbar-default {
                            background-color: #f8f8f8;
                            border-color: #e7e7e7
                        }
                        
                        .navbar-default .navbar-brand {
                            color: #777
                        }
                        
                        .navbar-default .navbar-brand:focus,
                        .navbar-default .navbar-brand:hover {
                            color: #5e5e5e;
                            background-color: transparent
                        }
                        
                        .navbar-default .navbar-text {
                            color: #777
                        }
                        
                        .navbar-default .navbar-nav>li>a {
                            color: #777
                        }
                        
                        .navbar-default .navbar-nav>li>a:focus,
                        .navbar-default .navbar-nav>li>a:hover {
                            color: #333;
                            background-color: transparent
                        }
                        
                        .navbar-default .navbar-nav>.active>a,
                        .navbar-default .navbar-nav>.active>a:focus,
                        .navbar-default .navbar-nav>.active>a:hover {
                            color: #555;
                            background-color: #e7e7e7
                        }
                        
                        .navbar-default .navbar-nav>.disabled>a,
                        .navbar-default .navbar-nav>.disabled>a:focus,
                        .navbar-default .navbar-nav>.disabled>a:hover {
                            color: #ccc;
                            background-color: transparent
                        }
                        
                        .navbar-default .navbar-toggle {
                            border-color: #ddd
                        }
                        
                        .navbar-default .navbar-toggle:focus,
                        .navbar-default .navbar-toggle:hover {
                            background-color: #ddd
                        }
                        
                        .navbar-default .navbar-toggle .icon-bar {
                            background-color: #888
                        }
                        
                        .navbar-default .navbar-collapse,
                        .navbar-default .navbar-form {
                            border-color: #e7e7e7
                        }
                        
                        .navbar-default .navbar-nav>.open>a,
                        .navbar-default .navbar-nav>.open>a:focus,
                        .navbar-default .navbar-nav>.open>a:hover {
                            color: #555;
                            background-color: #e7e7e7
                        }
                        
                        @media (max-width:767px) {
                            .navbar-default .navbar-nav .open .dropdown-menu>li>a {
                                color: #777
                            }
                            .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
                            .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
                                color: #333;
                                background-color: transparent
                            }
                            .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
                            .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
                            .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
                                color: #555;
                                background-color: #e7e7e7
                            }
                            .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
                            .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
                            .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
                                color: #ccc;
                                background-color: transparent
                            }
                        }
                        
                        .navbar-default .navbar-link {
                            color: #777
                        }
                        
                        .navbar-default .navbar-link:hover {
                            color: #333
                        }
                        
                        .navbar-default .btn-link {
                            color: #777
                        }
                        
                        .navbar-default .btn-link:focus,
                        .navbar-default .btn-link:hover {
                            color: #333
                        }
                        
                        .navbar-default .btn-link[disabled]:focus,
                        .navbar-default .btn-link[disabled]:hover,
                        fieldset[disabled] .navbar-default .btn-link:focus,
                        fieldset[disabled] .navbar-default .btn-link:hover {
                            color: #ccc
                        }
                        
                        .navbar-inverse {
                            background-color: #222;
                            border-color: #080808
                        }
                        
                        .navbar-inverse .navbar-brand {
                            color: #9d9d9d
                        }
                        
                        .navbar-inverse .navbar-brand:focus,
                        .navbar-inverse .navbar-brand:hover {
                            color: #fff;
                            background-color: transparent
                        }
                        
                        .navbar-inverse .navbar-text {
                            color: #9d9d9d
                        }
                        
                        .navbar-inverse .navbar-nav>li>a {
                            color: #9d9d9d
                        }
                        
                        .navbar-inverse .navbar-nav>li>a:focus,
                        .navbar-inverse .navbar-nav>li>a:hover {
                            color: #fff;
                            background-color: transparent
                        }
                        
                        .navbar-inverse .navbar-nav>.active>a,
                        .navbar-inverse .navbar-nav>.active>a:focus,
                        .navbar-inverse .navbar-nav>.active>a:hover {
                            color: #fff;
                            background-color: #080808
                        }
                        
                        .navbar-inverse .navbar-nav>.disabled>a,
                        .navbar-inverse .navbar-nav>.disabled>a:focus,
                        .navbar-inverse .navbar-nav>.disabled>a:hover {
                            color: #444;
                            background-color: transparent
                        }
                        
                        .navbar-inverse .navbar-toggle {
                            border-color: #333
                        }
                        
                        .navbar-inverse .navbar-toggle:focus,
                        .navbar-inverse .navbar-toggle:hover {
                            background-color: #333
                        }
                        
                        .navbar-inverse .navbar-toggle .icon-bar {
                            background-color: #fff
                        }
                        
                        .navbar-inverse .navbar-collapse,
                        .navbar-inverse .navbar-form {
                            border-color: #101010
                        }
                        
                        .navbar-inverse .navbar-nav>.open>a,
                        .navbar-inverse .navbar-nav>.open>a:focus,
                        .navbar-inverse .navbar-nav>.open>a:hover {
                            color: #fff;
                            background-color: #080808
                        }
                        
                        @media (max-width:767px) {
                            .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
                                border-color: #080808
                            }
                            .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
                                background-color: #080808
                            }
                            .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
                                color: #9d9d9d
                            }
                            .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
                            .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
                                color: #fff;
                                background-color: transparent
                            }
                            .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
                            .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
                            .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
                                color: #fff;
                                background-color: #080808
                            }
                            .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
                            .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
                            .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
                                color: #444;
                                background-color: transparent
                            }
                        }
                        
                        .navbar-inverse .navbar-link {
                            color: #9d9d9d
                        }
                        
                        .navbar-inverse .navbar-link:hover {
                            color: #fff
                        }
                        
                        .navbar-inverse .btn-link {
                            color: #9d9d9d
                        }
                        
                        .navbar-inverse .btn-link:focus,
                        .navbar-inverse .btn-link:hover {
                            color: #fff
                        }
                        
                        .navbar-inverse .btn-link[disabled]:focus,
                        .navbar-inverse .btn-link[disabled]:hover,
                        fieldset[disabled] .navbar-inverse .btn-link:focus,
                        fieldset[disabled] .navbar-inverse .btn-link:hover {
                            color: #444
                        }
                        
                        .breadcrumb {
                            padding: 8px 15px;
                            margin-bottom: 20px;
                            list-style: none;
                            background-color: #f5f5f5;
                            border-radius: 4px
                        }
                        
                        .breadcrumb>li {
                            display: inline-block
                        }
                        
                        .breadcrumb>li+li:before {
                            padding: 0 5px;
                            color: #ccc;
                            content: "/\00a0"
                        }
                        
                        .breadcrumb>.active {
                            color: #777
                        }
                        
                        .pagination {
                            display: inline-block;
                            padding-left: 0;
                            margin: 20px 0;
                            border-radius: 4px
                        }
                        
                        .pagination>li {
                            display: inline
                        }
                        
                        .pagination>li>a,
                        .pagination>li>span {
                            position: relative;
                            float: left;
                            padding: 6px 12px;
                            margin-left: -1px;
                            line-height: 1.42857143;
                            color: #337ab7;
                            text-decoration: none;
                            background-color: #fff;
                            border: 1px solid #ddd
                        }
                        
                        .pagination>li:first-child>a,
                        .pagination>li:first-child>span {
                            margin-left: 0;
                            border-top-left-radius: 4px;
                            border-bottom-left-radius: 4px
                        }
                        
                        .pagination>li:last-child>a,
                        .pagination>li:last-child>span {
                            border-top-right-radius: 4px;
                            border-bottom-right-radius: 4px
                        }
                        
                        .pagination>li>a:focus,
                        .pagination>li>a:hover,
                        .pagination>li>span:focus,
                        .pagination>li>span:hover {
                            z-index: 3;
                            color: #23527c;
                            background-color: #eee;
                            border-color: #ddd
                        }
                        
                        .pagination>.active>a,
                        .pagination>.active>a:focus,
                        .pagination>.active>a:hover,
                        .pagination>.active>span,
                        .pagination>.active>span:focus,
                        .pagination>.active>span:hover {
                            z-index: 2;
                            color: #fff;
                            cursor: default;
                            background-color: #337ab7;
                            border-color: #337ab7
                        }
                        
                        .pagination>.disabled>a,
                        .pagination>.disabled>a:focus,
                        .pagination>.disabled>a:hover,
                        .pagination>.disabled>span,
                        .pagination>.disabled>span:focus,
                        .pagination>.disabled>span:hover {
                            color: #777;
                            cursor: not-allowed;
                            background-color: #fff;
                            border-color: #ddd
                        }
                        
                        .pagination-lg>li>a,
                        .pagination-lg>li>span {
                            padding: 10px 16px;
                            font-size: 18px;
                            line-height: 1.3333333
                        }
                        
                        .pagination-lg>li:first-child>a,
                        .pagination-lg>li:first-child>span {
                            border-top-left-radius: 6px;
                            border-bottom-left-radius: 6px
                        }
                        
                        .pagination-lg>li:last-child>a,
                        .pagination-lg>li:last-child>span {
                            border-top-right-radius: 6px;
                            border-bottom-right-radius: 6px
                        }
                        
                        .pagination-sm>li>a,
                        .pagination-sm>li>span {
                            padding: 5px 10px;
                            font-size: 12px;
                            line-height: 1.5
                        }
                        
                        .pagination-sm>li:first-child>a,
                        .pagination-sm>li:first-child>span {
                            border-top-left-radius: 3px;
                            border-bottom-left-radius: 3px
                        }
                        
                        .pagination-sm>li:last-child>a,
                        .pagination-sm>li:last-child>span {
                            border-top-right-radius: 3px;
                            border-bottom-right-radius: 3px
                        }
                        
                        .pager {
                            padding-left: 0;
                            margin: 20px 0;
                            text-align: center;
                            list-style: none
                        }
                        
                        .pager li {
                            display: inline
                        }
                        
                        .pager li>a,
                        .pager li>span {
                            display: inline-block;
                            padding: 5px 14px;
                            background-color: #fff;
                            border: 1px solid #ddd;
                            border-radius: 15px
                        }
                        
                        .pager li>a:focus,
                        .pager li>a:hover {
                            text-decoration: none;
                            background-color: #eee
                        }
                        
                        .pager .next>a,
                        .pager .next>span {
                            float: right
                        }
                        
                        .pager .previous>a,
                        .pager .previous>span {
                            float: left
                        }
                        
                        .pager .disabled>a,
                        .pager .disabled>a:focus,
                        .pager .disabled>a:hover,
                        .pager .disabled>span {
                            color: #777;
                            cursor: not-allowed;
                            background-color: #fff
                        }
                        
                        .label {
                            display: inline;
                            padding: .2em .6em .3em;
                            font-size: 75%;
                            font-weight: 700;
                            line-height: 1;
                            color: #fff;
                            text-align: center;
                            white-space: nowrap;
                            vertical-align: baseline;
                            border-radius: .25em
                        }
                        
                        a.label:focus,
                        a.label:hover {
                            color: #fff;
                            text-decoration: none;
                            cursor: pointer
                        }
                        
                        .label:empty {
                            display: none
                        }
                        
                        .btn .label {
                            position: relative;
                            top: -1px
                        }
                        
                        .label-default {
                            background-color: #777
                        }
                        
                        .label-default[href]:focus,
                        .label-default[href]:hover {
                            background-color: #5e5e5e
                        }
                        
                        .label-primary {
                            background-color: #337ab7
                        }
                        
                        .label-primary[href]:focus,
                        .label-primary[href]:hover {
                            background-color: #286090
                        }
                        
                        .label-success {
                            background-color: #5cb85c
                        }
                        
                        .label-success[href]:focus,
                        .label-success[href]:hover {
                            background-color: #449d44
                        }
                        
                        .label-info {
                            background-color: #5bc0de
                        }
                        
                        .label-info[href]:focus,
                        .label-info[href]:hover {
                            background-color: #31b0d5
                        }
                        
                        .label-warning {
                            background-color: #f0ad4e
                        }
                        
                        .label-warning[href]:focus,
                        .label-warning[href]:hover {
                            background-color: #ec971f
                        }
                        
                        .label-danger {
                            background-color: #d9534f
                        }
                        
                        .label-danger[href]:focus,
                        .label-danger[href]:hover {
                            background-color: #c9302c
                        }
                        
                        .badge {
                            display: inline-block;
                            min-width: 10px;
                            padding: 3px 7px;
                            font-size: 12px;
                            font-weight: 700;
                            line-height: 1;
                            color: #fff;
                            text-align: center;
                            white-space: nowrap;
                            vertical-align: middle;
                            background-color: #777;
                            border-radius: 10px
                        }
                        
                        .badge:empty {
                            display: none
                        }
                        
                        .btn .badge {
                            position: relative;
                            top: -1px
                        }
                        
                        .btn-group-xs>.btn .badge,
                        .btn-xs .badge {
                            top: 0;
                            padding: 1px 5px
                        }
                        
                        a.badge:focus,
                        a.badge:hover {
                            color: #fff;
                            text-decoration: none;
                            cursor: pointer
                        }
                        
                        .list-group-item.active>.badge,
                        .nav-pills>.active>a>.badge {
                            color: #337ab7;
                            background-color: #fff
                        }
                        
                        .list-group-item>.badge {
                            float: right
                        }
                        
                        .list-group-item>.badge+.badge {
                            margin-right: 5px
                        }
                        
                        .nav-pills>li>a>.badge {
                            margin-left: 3px
                        }
                        
                        .jumbotron {
                            padding-top: 30px;
                            padding-bottom: 30px;
                            margin-bottom: 30px;
                            color: inherit;
                            background-color: #eee
                        }
                        
                        .jumbotron .h1,
                        .jumbotron h1 {
                            color: inherit
                        }
                        
                        .jumbotron p {
                            margin-bottom: 15px;
                            font-size: 21px;
                            font-weight: 200
                        }
                        
                        .jumbotron>hr {
                            border-top-color: #d5d5d5
                        }
                        
                        .container .jumbotron,
                        .container-fluid .jumbotron {
                            border-radius: 6px
                        }
                        
                        .jumbotron .container {
                            max-width: 100%
                        }
                        
                        @media screen and (min-width:768px) {
                            .jumbotron {
                                padding-top: 48px;
                                padding-bottom: 48px
                            }
                            .container .jumbotron,
                            .container-fluid .jumbotron {
                                padding-right: 60px;
                                padding-left: 60px
                            }
                            .jumbotron .h1,
                            .jumbotron h1 {
                                font-size: 63px
                            }
                        }
                        
                        .thumbnail {
                            display: block;
                            padding: 4px;
                            margin-bottom: 20px;
                            line-height: 1.42857143;
                            background-color: #fff;
                            border: 1px solid #ddd;
                            border-radius: 4px;
                            -webkit-transition: border .2s ease-in-out;
                            -o-transition: border .2s ease-in-out;
                            transition: border .2s ease-in-out
                        }
                        
                        .thumbnail a>img,
                        .thumbnail>img {
                            margin-right: auto;
                            margin-left: auto
                        }
                        
                        a.thumbnail.active,
                        a.thumbnail:focus,
                        a.thumbnail:hover {
                            border-color: #337ab7
                        }
                        
                        .thumbnail .caption {
                            padding: 9px;
                            color: #333
                        }
                        
                        .alert {
                            padding: 15px;
                            margin-bottom: 20px;
                            border: 1px solid transparent;
                            border-radius: 4px
                        }
                        
                        .alert h4 {
                            margin-top: 0;
                            color: inherit
                        }
                        
                        .alert .alert-link {
                            font-weight: 700
                        }
                        
                        .alert>p,
                        .alert>ul {
                            margin-bottom: 0
                        }
                        
                        .alert>p+p {
                            margin-top: 5px
                        }
                        
                        .alert-dismissable,
                        .alert-dismissible {
                            padding-right: 35px
                        }
                        
                        .alert-dismissable .close,
                        .alert-dismissible .close {
                            position: relative;
                            top: -2px;
                            right: -21px;
                            color: inherit
                        }
                        
                        .alert-success {
                            color: #3c763d;
                            background-color: #dff0d8;
                            border-color: #d6e9c6
                        }
                        
                        .alert-success hr {
                            border-top-color: #c9e2b3
                        }
                        
                        .alert-success .alert-link {
                            color: #2b542c
                        }
                        
                        .alert-info {
                            color: #31708f;
                            background-color: #d9edf7;
                            border-color: #bce8f1
                        }
                        
                        .alert-info hr {
                            border-top-color: #a6e1ec
                        }
                        
                        .alert-info .alert-link {
                            color: #245269
                        }
                        
                        .alert-warning {
                            color: #8a6d3b;
                            background-color: #fcf8e3;
                            border-color: #faebcc
                        }
                        
                        .alert-warning hr {
                            border-top-color: #f7e1b5
                        }
                        
                        .alert-warning .alert-link {
                            color: #66512c
                        }
                        
                        .alert-danger {
                            color: #a94442;
                            background-color: #f2dede;
                            border-color: #ebccd1
                        }
                        
                        .alert-danger hr {
                            border-top-color: #e4b9c0
                        }
                        
                        .alert-danger .alert-link {
                            color: #843534
                        }
                        
                        @-webkit-keyframes progress-bar-stripes {
                            from {
                                background-position: 40px 0
                            }
                            to {
                                background-position: 0 0
                            }
                        }
                        
                        @-o-keyframes progress-bar-stripes {
                            from {
                                background-position: 40px 0
                            }
                            to {
                                background-position: 0 0
                            }
                        }
                        
                        @keyframes progress-bar-stripes {
                            from {
                                background-position: 40px 0
                            }
                            to {
                                background-position: 0 0
                            }
                        }
                        
                        .progress {
                            height: 20px;
                            margin-bottom: 20px;
                            overflow: hidden;
                            background-color: #f5f5f5;
                            border-radius: 4px;
                            -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
                            box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
                        }
                        
                        .progress-bar {
                            float: left;
                            width: 0;
                            height: 100%;
                            font-size: 12px;
                            line-height: 20px;
                            color: #fff;
                            text-align: center;
                            background-color: #337ab7;
                            -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
                            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
                            -webkit-transition: width .6s ease;
                            -o-transition: width .6s ease;
                            transition: width .6s ease
                        }
                        
                        .progress-bar-striped,
                        .progress-striped .progress-bar {
                            background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
                            background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
                            background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
                            -webkit-background-size: 40px 40px;
                            background-size: 40px 40px
                        }
                        
                        .progress-bar.active,
                        .progress.active .progress-bar {
                            -webkit-animation: progress-bar-stripes 2s linear infinite;
                            -o-animation: progress-bar-stripes 2s linear infinite;
                            animation: progress-bar-stripes 2s linear infinite
                        }
                        
                        .progress-bar-success {
                            background-color: #5cb85c
                        }
                        
                        .progress-striped .progress-bar-success {
                            background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
                            background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
                            background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
                        }
                        
                        .progress-bar-info {
                            background-color: #5bc0de
                        }
                        
                        .progress-striped .progress-bar-info {
                            background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
                            background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
                            background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
                        }
                        
                        .progress-bar-warning {
                            background-color: #f0ad4e
                        }
                        
                        .progress-striped .progress-bar-warning {
                            background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
                            background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
                            background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
                        }
                        
                        .progress-bar-danger {
                            background-color: #d9534f
                        }
                        
                        .progress-striped .progress-bar-danger {
                            background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
                            background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
                            background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
                        }
                        
                        .media {
                            margin-top: 15px
                        }
                        
                        .media:first-child {
                            margin-top: 0
                        }
                        
                        .media,
                        .media-body {
                            overflow: hidden;
                            zoom: 1
                        }
                        
                        .media-body {
                            width: 10000px
                        }
                        
                        .media-object {
                            display: block
                        }
                        
                        .media-object.img-thumbnail {
                            max-width: none
                        }
                        
                        .media-right,
                        .media>.pull-right {
                            padding-left: 10px
                        }
                        
                        .media-left,
                        .media>.pull-left {
                            padding-right: 10px
                        }
                        
                        .media-body,
                        .media-left,
                        .media-right {
                            display: table-cell;
                            vertical-align: top
                        }
                        
                        .media-middle {
                            vertical-align: middle
                        }
                        
                        .media-bottom {
                            vertical-align: bottom
                        }
                        
                        .media-heading {
                            margin-top: 0;
                            margin-bottom: 5px
                        }
                        
                        .media-list {
                            padding-left: 0;
                            list-style: none
                        }
                        
                        .list-group {
                            padding-left: 0;
                            margin-bottom: 20px
                        }
                        
                        .list-group-item {
                            position: relative;
                            display: block;
                            padding: 10px 15px;
                            margin-bottom: -1px;
                            background-color: #fff;
                            border: 1px solid #ddd
                        }
                        
                        .list-group-item:first-child {
                            border-top-left-radius: 4px;
                            border-top-right-radius: 4px
                        }
                        
                        .list-group-item:last-child {
                            margin-bottom: 0;
                            border-bottom-right-radius: 4px;
                            border-bottom-left-radius: 4px
                        }
                        
                        a.list-group-item,
                        button.list-group-item {
                            color: #555
                        }
                        
                        a.list-group-item .list-group-item-heading,
                        button.list-group-item .list-group-item-heading {
                            color: #333
                        }
                        
                        a.list-group-item:focus,
                        a.list-group-item:hover,
                        button.list-group-item:focus,
                        button.list-group-item:hover {
                            color: #555;
                            text-decoration: none;
                            background-color: #f5f5f5
                        }
                        
                        button.list-group-item {
                            width: 100%;
                            text-align: left
                        }
                        
                        .list-group-item.disabled,
                        .list-group-item.disabled:focus,
                        .list-group-item.disabled:hover {
                            color: #777;
                            cursor: not-allowed;
                            background-color: #eee
                        }
                        
                        .list-group-item.disabled .list-group-item-heading,
                        .list-group-item.disabled:focus .list-group-item-heading,
                        .list-group-item.disabled:hover .list-group-item-heading {
                            color: inherit
                        }
                        
                        .list-group-item.disabled .list-group-item-text,
                        .list-group-item.disabled:focus .list-group-item-text,
                        .list-group-item.disabled:hover .list-group-item-text {
                            color: #777
                        }
                        
                        .list-group-item.active,
                        .list-group-item.active:focus,
                        .list-group-item.active:hover {
                            z-index: 2;
                            color: #fff;
                            background-color: #337ab7;
                            border-color: #337ab7
                        }
                        
                        .list-group-item.active .list-group-item-heading,
                        .list-group-item.active .list-group-item-heading>.small,
                        .list-group-item.active .list-group-item-heading>small,
                        .list-group-item.active:focus .list-group-item-heading,
                        .list-group-item.active:focus .list-group-item-heading>.small,
                        .list-group-item.active:focus .list-group-item-heading>small,
                        .list-group-item.active:hover .list-group-item-heading,
                        .list-group-item.active:hover .list-group-item-heading>.small,
                        .list-group-item.active:hover .list-group-item-heading>small {
                            color: inherit
                        }
                        
                        .list-group-item.active .list-group-item-text,
                        .list-group-item.active:focus .list-group-item-text,
                        .list-group-item.active:hover .list-group-item-text {
                            color: #c7ddef
                        }
                        
                        .list-group-item-success {
                            color: #3c763d;
                            background-color: #dff0d8
                        }
                        
                        a.list-group-item-success,
                        button.list-group-item-success {
                            color: #3c763d
                        }
                        
                        a.list-group-item-success .list-group-item-heading,
                        button.list-group-item-success .list-group-item-heading {
                            color: inherit
                        }
                        
                        a.list-group-item-success:focus,
                        a.list-group-item-success:hover,
                        button.list-group-item-success:focus,
                        button.list-group-item-success:hover {
                            color: #3c763d;
                            background-color: #d0e9c6
                        }
                        
                        a.list-group-item-success.active,
                        a.list-group-item-success.active:focus,
                        a.list-group-item-success.active:hover,
                        button.list-group-item-success.active,
                        button.list-group-item-success.active:focus,
                        button.list-group-item-success.active:hover {
                            color: #fff;
                            background-color: #3c763d;
                            border-color: #3c763d
                        }
                        
                        .list-group-item-info {
                            color: #31708f;
                            background-color: #d9edf7
                        }
                        
                        a.list-group-item-info,
                        button.list-group-item-info {
                            color: #31708f
                        }
                        
                        a.list-group-item-info .list-group-item-heading,
                        button.list-group-item-info .list-group-item-heading {
                            color: inherit
                        }
                        
                        a.list-group-item-info:focus,
                        a.list-group-item-info:hover,
                        button.list-group-item-info:focus,
                        button.list-group-item-info:hover {
                            color: #31708f;
                            background-color: #c4e3f3
                        }
                        
                        a.list-group-item-info.active,
                        a.list-group-item-info.active:focus,
                        a.list-group-item-info.active:hover,
                        button.list-group-item-info.active,
                        button.list-group-item-info.active:focus,
                        button.list-group-item-info.active:hover {
                            color: #fff;
                            background-color: #31708f;
                            border-color: #31708f
                        }
                        
                        .list-group-item-warning {
                            color: #8a6d3b;
                            background-color: #fcf8e3
                        }
                        
                        a.list-group-item-warning,
                        button.list-group-item-warning {
                            color: #8a6d3b
                        }
                        
                        a.list-group-item-warning .list-group-item-heading,
                        button.list-group-item-warning .list-group-item-heading {
                            color: inherit
                        }
                        
                        a.list-group-item-warning:focus,
                        a.list-group-item-warning:hover,
                        button.list-group-item-warning:focus,
                        button.list-group-item-warning:hover {
                            color: #8a6d3b;
                            background-color: #faf2cc
                        }
                        
                        a.list-group-item-warning.active,
                        a.list-group-item-warning.active:focus,
                        a.list-group-item-warning.active:hover,
                        button.list-group-item-warning.active,
                        button.list-group-item-warning.active:focus,
                        button.list-group-item-warning.active:hover {
                            color: #fff;
                            background-color: #8a6d3b;
                            border-color: #8a6d3b
                        }
                        
                        .list-group-item-danger {
                            color: #a94442;
                            background-color: #f2dede
                        }
                        
                        a.list-group-item-danger,
                        button.list-group-item-danger {
                            color: #a94442
                        }
                        
                        a.list-group-item-danger .list-group-item-heading,
                        button.list-group-item-danger .list-group-item-heading {
                            color: inherit
                        }
                        
                        a.list-group-item-danger:focus,
                        a.list-group-item-danger:hover,
                        button.list-group-item-danger:focus,
                        button.list-group-item-danger:hover {
                            color: #a94442;
                            background-color: #ebcccc
                        }
                        
                        a.list-group-item-danger.active,
                        a.list-group-item-danger.active:focus,
                        a.list-group-item-danger.active:hover,
                        button.list-group-item-danger.active,
                        button.list-group-item-danger.active:focus,
                        button.list-group-item-danger.active:hover {
                            color: #fff;
                            background-color: #a94442;
                            border-color: #a94442
                        }
                        
                        .list-group-item-heading {
                            margin-top: 0;
                            margin-bottom: 5px
                        }
                        
                        .list-group-item-text {
                            margin-bottom: 0;
                            line-height: 1.3
                        }
                        
                        .panel {
                            margin-bottom: 20px;
                            background-color: #fff;
                            border: 1px solid transparent;
                            border-radius: 4px;
                            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
                            box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
                        }
                        
                        .panel-body {
                            padding: 15px
                        }
                        
                        .panel-heading {
                            padding: 10px 15px;
                            border-bottom: 1px solid transparent;
                            border-top-left-radius: 3px;
                            border-top-right-radius: 3px
                        }
                        
                        .panel-heading>.dropdown .dropdown-toggle {
                            color: inherit
                        }
                        
                        .panel-title {
                            margin-top: 0;
                            margin-bottom: 0;
                            font-size: 16px;
                            color: inherit
                        }
                        
                        .panel-title>.small,
                        .panel-title>.small>a,
                        .panel-title>a,
                        .panel-title>small,
                        .panel-title>small>a {
                            color: inherit
                        }
                        
                        .panel-footer {
                            padding: 10px 15px;
                            background-color: #f5f5f5;
                            border-top: 1px solid #ddd;
                            border-bottom-right-radius: 3px;
                            border-bottom-left-radius: 3px
                        }
                        
                        .panel>.list-group,
                        .panel>.panel-collapse>.list-group {
                            margin-bottom: 0
                        }
                        
                        .panel>.list-group .list-group-item,
                        .panel>.panel-collapse>.list-group .list-group-item {
                            border-width: 1px 0;
                            border-radius: 0
                        }
                        
                        .panel>.list-group:first-child .list-group-item:first-child,
                        .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
                            border-top: 0;
                            border-top-left-radius: 3px;
                            border-top-right-radius: 3px
                        }
                        
                        .panel>.list-group:last-child .list-group-item:last-child,
                        .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
                            border-bottom: 0;
                            border-bottom-right-radius: 3px;
                            border-bottom-left-radius: 3px
                        }
                        
                        .panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
                            border-top-left-radius: 0;
                            border-top-right-radius: 0
                        }
                        
                        .panel-heading+.list-group .list-group-item:first-child {
                            border-top-width: 0
                        }
                        
                        .list-group+.panel-footer {
                            border-top-width: 0
                        }
                        
                        .panel>.panel-collapse>.table,
                        .panel>.table,
                        .panel>.table-responsive>.table {
                            margin-bottom: 0
                        }
                        
                        .panel>.panel-collapse>.table caption,
                        .panel>.table caption,
                        .panel>.table-responsive>.table caption {
                            padding-right: 15px;
                            padding-left: 15px
                        }
                        
                        .panel>.table-responsive:first-child>.table:first-child,
                        .panel>.table:first-child {
                            border-top-left-radius: 3px;
                            border-top-right-radius: 3px
                        }
                        
                        .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
                        .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
                        .panel>.table:first-child>tbody:first-child>tr:first-child,
                        .panel>.table:first-child>thead:first-child>tr:first-child {
                            border-top-left-radius: 3px;
                            border-top-right-radius: 3px
                        }
                        
                        .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
                        .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
                        .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
                        .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
                        .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
                        .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
                        .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
                        .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
                            border-top-left-radius: 3px
                        }
                        
                        .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
                        .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
                        .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
                        .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
                        .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
                        .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
                        .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
                        .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
                            border-top-right-radius: 3px
                        }
                        
                        .panel>.table-responsive:last-child>.table:last-child,
                        .panel>.table:last-child {
                            border-bottom-right-radius: 3px;
                            border-bottom-left-radius: 3px
                        }
                        
                        .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
                        .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
                        .panel>.table:last-child>tbody:last-child>tr:last-child,
                        .panel>.table:last-child>tfoot:last-child>tr:last-child {
                            border-bottom-right-radius: 3px;
                            border-bottom-left-radius: 3px
                        }
                        
                        .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
                        .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
                        .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
                        .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
                        .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
                        .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
                        .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
                        .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
                            border-bottom-left-radius: 3px
                        }
                        
                        .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
                        .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
                        .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
                        .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
                        .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
                        .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
                        .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
                        .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
                            border-bottom-right-radius: 3px
                        }
                        
                        .panel>.panel-body+.table,
                        .panel>.panel-body+.table-responsive,
                        .panel>.table+.panel-body,
                        .panel>.table-responsive+.panel-body {
                            border-top: 1px solid #ddd
                        }
                        
                        .panel>.table>tbody:first-child>tr:first-child td,
                        .panel>.table>tbody:first-child>tr:first-child th {
                            border-top: 0
                        }
                        
                        .panel>.table-bordered,
                        .panel>.table-responsive>.table-bordered {
                            border: 0
                        }
                        
                        .panel>.table-bordered>tbody>tr>td:first-child,
                        .panel>.table-bordered>tbody>tr>th:first-child,
                        .panel>.table-bordered>tfoot>tr>td:first-child,
                        .panel>.table-bordered>tfoot>tr>th:first-child,
                        .panel>.table-bordered>thead>tr>td:first-child,
                        .panel>.table-bordered>thead>tr>th:first-child,
                        .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
                        .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
                        .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
                        .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
                        .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
                        .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
                            border-left: 0
                        }
                        
                        .panel>.table-bordered>tbody>tr>td:last-child,
                        .panel>.table-bordered>tbody>tr>th:last-child,
                        .panel>.table-bordered>tfoot>tr>td:last-child,
                        .panel>.table-bordered>tfoot>tr>th:last-child,
                        .panel>.table-bordered>thead>tr>td:last-child,
                        .panel>.table-bordered>thead>tr>th:last-child,
                        .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
                        .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
                        .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
                        .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
                        .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
                        .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
                            border-right: 0
                        }
                        
                        .panel>.table-bordered>tbody>tr:first-child>td,
                        .panel>.table-bordered>tbody>tr:first-child>th,
                        .panel>.table-bordered>thead>tr:first-child>td,
                        .panel>.table-bordered>thead>tr:first-child>th,
                        .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
                        .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
                        .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
                        .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
                            border-bottom: 0
                        }
                        
                        .panel>.table-bordered>tbody>tr:last-child>td,
                        .panel>.table-bordered>tbody>tr:last-child>th,
                        .panel>.table-bordered>tfoot>tr:last-child>td,
                        .panel>.table-bordered>tfoot>tr:last-child>th,
                        .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
                        .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
                        .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
                        .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
                            border-bottom: 0
                        }
                        
                        .panel>.table-responsive {
                            margin-bottom: 0;
                            border: 0
                        }
                        
                        .panel-group {
                            margin-bottom: 20px
                        }
                        
                        .panel-group .panel {
                            margin-bottom: 0;
                            border-radius: 4px
                        }
                        
                        .panel-group .panel+.panel {
                            margin-top: 5px
                        }
                        
                        .panel-group .panel-heading {
                            border-bottom: 0
                        }
                        
                        .panel-group .panel-heading+.panel-collapse>.list-group,
                        .panel-group .panel-heading+.panel-collapse>.panel-body {
                            border-top: 1px solid #ddd
                        }
                        
                        .panel-group .panel-footer {
                            border-top: 0
                        }
                        
                        .panel-group .panel-footer+.panel-collapse .panel-body {
                            border-bottom: 1px solid #ddd
                        }
                        
                        .panel-default {
                            border-color: #ddd
                        }
                        
                        .panel-default>.panel-heading {
                            color: #333;
                            background-color: #f5f5f5;
                            border-color: #ddd
                        }
                        
                        .panel-default>.panel-heading+.panel-collapse>.panel-body {
                            border-top-color: #ddd
                        }
                        
                        .panel-default>.panel-heading .badge {
                            color: #f5f5f5;
                            background-color: #333
                        }
                        
                        .panel-default>.panel-footer+.panel-collapse>.panel-body {
                            border-bottom-color: #ddd
                        }
                        
                        .panel-primary {
                            border-color: #337ab7
                        }
                        
                        .panel-primary>.panel-heading {
                            color: #fff;
                            background-color: #337ab7;
                            border-color: #337ab7
                        }
                        
                        .panel-primary>.panel-heading+.panel-collapse>.panel-body {
                            border-top-color: #337ab7
                        }
                        
                        .panel-primary>.panel-heading .badge {
                            color: #337ab7;
                            background-color: #fff
                        }
                        
                        .panel-primary>.panel-footer+.panel-collapse>.panel-body {
                            border-bottom-color: #337ab7
                        }
                        
                        .panel-success {
                            border-color: #d6e9c6
                        }
                        
                        .panel-success>.panel-heading {
                            color: #3c763d;
                            background-color: #dff0d8;
                            border-color: #d6e9c6
                        }
                        
                        .panel-success>.panel-heading+.panel-collapse>.panel-body {
                            border-top-color: #d6e9c6
                        }
                        
                        .panel-success>.panel-heading .badge {
                            color: #dff0d8;
                            background-color: #3c763d
                        }
                        
                        .panel-success>.panel-footer+.panel-collapse>.panel-body {
                            border-bottom-color: #d6e9c6
                        }
                        
                        .panel-info {
                            border-color: #bce8f1
                        }
                        
                        .panel-info>.panel-heading {
                            color: #31708f;
                            background-color: #d9edf7;
                            border-color: #bce8f1
                        }
                        
                        .panel-info>.panel-heading+.panel-collapse>.panel-body {
                            border-top-color: #bce8f1
                        }
                        
                        .panel-info>.panel-heading .badge {
                            color: #d9edf7;
                            background-color: #31708f
                        }
                        
                        .panel-info>.panel-footer+.panel-collapse>.panel-body {
                            border-bottom-color: #bce8f1
                        }
                        
                        .panel-warning {
                            border-color: #faebcc
                        }
                        
                        .panel-warning>.panel-heading {
                            color: #8a6d3b;
                            background-color: #fcf8e3;
                            border-color: #faebcc
                        }
                        
                        .panel-warning>.panel-heading+.panel-collapse>.panel-body {
                            border-top-color: #faebcc
                        }
                        
                        .panel-warning>.panel-heading .badge {
                            color: #fcf8e3;
                            background-color: #8a6d3b
                        }
                        
                        .panel-warning>.panel-footer+.panel-collapse>.panel-body {
                            border-bottom-color: #faebcc
                        }
                        
                        .panel-danger {
                            border-color: #ebccd1
                        }
                        
                        .panel-danger>.panel-heading {
                            color: #a94442;
                            background-color: #f2dede;
                            border-color: #ebccd1
                        }
                        
                        .panel-danger>.panel-heading+.panel-collapse>.panel-body {
                            border-top-color: #ebccd1
                        }
                        
                        .panel-danger>.panel-heading .badge {
                            color: #f2dede;
                            background-color: #a94442
                        }
                        
                        .panel-danger>.panel-footer+.panel-collapse>.panel-body {
                            border-bottom-color: #ebccd1
                        }
                        
                        .embed-responsive {
                            position: relative;
                            display: block;
                            height: 0;
                            padding: 0;
                            overflow: hidden
                        }
                        
                        .embed-responsive .embed-responsive-item,
                        .embed-responsive embed,
                        .embed-responsive iframe,
                        .embed-responsive object,
                        .embed-responsive video {
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            border: 0
                        }
                        
                        .embed-responsive-16by9 {
                            padding-bottom: 56.25%
                        }
                        
                        .embed-responsive-4by3 {
                            padding-bottom: 75%
                        }
                        
                        .well {
                            min-height: 20px;
                            padding: 19px;
                            margin-bottom: 20px;
                            background-color: #f5f5f5;
                            border: 1px solid #e3e3e3;
                            border-radius: 4px;
                            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
                            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
                        }
                        
                        .well blockquote {
                            border-color: #ddd;
                            border-color: rgba(0, 0, 0, .15)
                        }
                        
                        .well-lg {
                            padding: 24px;
                            border-radius: 6px
                        }
                        
                        .well-sm {
                            padding: 9px;
                            border-radius: 3px
                        }
                        
                        .close {
                            float: right;
                            font-size: 21px;
                            font-weight: 700;
                            line-height: 1;
                            color: #000;
                            text-shadow: 0 1px 0 #fff;
                            filter: alpha(opacity=20);
                            opacity: .2
                        }
                        
                        .close:focus,
                        .close:hover {
                            color: #000;
                            text-decoration: none;
                            cursor: pointer;
                            filter: alpha(opacity=50);
                            opacity: .5
                        }
                        
                        button.close {
                            -webkit-appearance: none;
                            padding: 0;
                            cursor: pointer;
                            background: 0 0;
                            border: 0
                        }
                        
                        .modal-open {
                            overflow: hidden
                        }
                        
                        .modal {
                            position: fixed;
                            top: 0;
                            right: 0;
                            bottom: 0;
                            left: 0;
                            z-index: 1050;
                            display: none;
                            overflow: hidden;
                            -webkit-overflow-scrolling: touch;
                            outline: 0
                        }
                        
                        .modal.fade .modal-dialog {
                            -webkit-transition: -webkit-transform .3s ease-out;
                            -o-transition: -o-transform .3s ease-out;
                            transition: transform .3s ease-out;
                            -webkit-transform: translate(0, -25%);
                            -ms-transform: translate(0, -25%);
                            -o-transform: translate(0, -25%);
                            transform: translate(0, -25%)
                        }
                        
                        .modal.in .modal-dialog {
                            -webkit-transform: translate(0, 0);
                            -ms-transform: translate(0, 0);
                            -o-transform: translate(0, 0);
                            transform: translate(0, 0)
                        }
                        
                        .modal-open .modal {
                            overflow-x: hidden;
                            overflow-y: auto
                        }
                        
                        .modal-dialog {
                            position: relative;
                            width: auto;
                            margin: 10px
                        }
                        
                        .modal-content {
                            position: relative;
                            background-color: #fff;
                            -webkit-background-clip: padding-box;
                            background-clip: padding-box;
                            border: 1px solid #999;
                            border: 1px solid rgba(0, 0, 0, .2);
                            border-radius: 6px;
                            outline: 0;
                            -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
                            box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
                        }
                        
                        .modal-backdrop {
                            position: fixed;
                            top: 0;
                            right: 0;
                            bottom: 0;
                            left: 0;
                            z-index: 1040;
                            background-color: #000
                        }
                        
                        .modal-backdrop.fade {
                            filter: alpha(opacity=0);
                            opacity: 0
                        }
                        
                        .modal-backdrop.in {
                            filter: alpha(opacity=50);
                            opacity: .5
                        }
                        
                        .modal-header {
                            min-height: 16.43px;
                            padding: 15px;
                            border-bottom: 1px solid #e5e5e5
                        }
                        
                        .modal-header .close {
                            margin-top: -2px
                        }
                        
                        .modal-title {
                            margin: 0;
                            line-height: 1.42857143
                        }
                        
                        .modal-body {
                            position: relative;
                            padding: 15px
                        }
                        
                        .modal-footer {
                            padding: 15px;
                            text-align: right;
                            border-top: 1px solid #e5e5e5
                        }
                        
                        .modal-footer .btn+.btn {
                            margin-bottom: 0;
                            margin-left: 5px
                        }
                        
                        .modal-footer .btn-group .btn+.btn {
                            margin-left: -1px
                        }
                        
                        .modal-footer .btn-block+.btn-block {
                            margin-left: 0
                        }
                        
                        .modal-scrollbar-measure {
                            position: absolute;
                            top: -9999px;
                            width: 50px;
                            height: 50px;
                            overflow: scroll
                        }
                        
                        @media (min-width:768px) {
                            .modal-dialog {
                                width: 600px;
                                margin: 30px auto
                            }
                            .modal-content {
                                -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
                                box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
                            }
                            .modal-sm {
                                width: 300px
                            }
                        }
                        
                        @media (min-width:992px) {
                            .modal-lg {
                                width: 900px
                            }
                        }
                        
                        .tooltip {
                            position: absolute;
                            z-index: 1070;
                            display: block;
                            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                            font-size: 12px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: 1.42857143;
                            text-align: left;
                            text-align: start;
                            text-decoration: none;
                            text-shadow: none;
                            text-transform: none;
                            letter-spacing: normal;
                            word-break: normal;
                            word-spacing: normal;
                            word-wrap: normal;
                            white-space: normal;
                            filter: alpha(opacity=0);
                            opacity: 0;
                            line-break: auto
                        }
                        
                        .tooltip.in {
                            filter: alpha(opacity=90);
                            opacity: .9
                        }
                        
                        .tooltip.top {
                            padding: 5px 0;
                            margin-top: -3px
                        }
                        
                        .tooltip.right {
                            padding: 0 5px;
                            margin-left: 3px
                        }
                        
                        .tooltip.bottom {
                            padding: 5px 0;
                            margin-top: 3px
                        }
                        
                        .tooltip.left {
                            padding: 0 5px;
                            margin-left: -3px
                        }
                        
                        .tooltip-inner {
                            max-width: 200px;
                            padding: 3px 8px;
                            color: #fff;
                            text-align: center;
                            background-color: #000;
                            border-radius: 4px
                        }
                        
                        .tooltip-arrow {
                            position: absolute;
                            width: 0;
                            height: 0;
                            border-color: transparent;
                            border-style: solid
                        }
                        
                        .tooltip.top .tooltip-arrow {
                            bottom: 0;
                            left: 50%;
                            margin-left: -5px;
                            border-width: 5px 5px 0;
                            border-top-color: #000
                        }
                        
                        .tooltip.top-left .tooltip-arrow {
                            right: 5px;
                            bottom: 0;
                            margin-bottom: -5px;
                            border-width: 5px 5px 0;
                            border-top-color: #000
                        }
                        
                        .tooltip.top-right .tooltip-arrow {
                            bottom: 0;
                            left: 5px;
                            margin-bottom: -5px;
                            border-width: 5px 5px 0;
                            border-top-color: #000
                        }
                        
                        .tooltip.right .tooltip-arrow {
                            top: 50%;
                            left: 0;
                            margin-top: -5px;
                            border-width: 5px 5px 5px 0;
                            border-right-color: #000
                        }
                        
                        .tooltip.left .tooltip-arrow {
                            top: 50%;
                            right: 0;
                            margin-top: -5px;
                            border-width: 5px 0 5px 5px;
                            border-left-color: #000
                        }
                        
                        .tooltip.bottom .tooltip-arrow {
                            top: 0;
                            left: 50%;
                            margin-left: -5px;
                            border-width: 0 5px 5px;
                            border-bottom-color: #000
                        }
                        
                        .tooltip.bottom-left .tooltip-arrow {
                            top: 0;
                            right: 5px;
                            margin-top: -5px;
                            border-width: 0 5px 5px;
                            border-bottom-color: #000
                        }
                        
                        .tooltip.bottom-right .tooltip-arrow {
                            top: 0;
                            left: 5px;
                            margin-top: -5px;
                            border-width: 0 5px 5px;
                            border-bottom-color: #000
                        }
                        
                        .popover {
                            position: absolute;
                            top: 0;
                            left: 0;
                            z-index: 1060;
                            display: none;
                            max-width: 276px;
                            padding: 1px;
                            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                            font-size: 14px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: 1.42857143;
                            text-align: left;
                            text-align: start;
                            text-decoration: none;
                            text-shadow: none;
                            text-transform: none;
                            letter-spacing: normal;
                            word-break: normal;
                            word-spacing: normal;
                            word-wrap: normal;
                            white-space: normal;
                            background-color: #fff;
                            -webkit-background-clip: padding-box;
                            background-clip: padding-box;
                            border: 1px solid #ccc;
                            border: 1px solid rgba(0, 0, 0, .2);
                            border-radius: 6px;
                            -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
                            box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
                            line-break: auto
                        }
                        
                        .popover.top {
                            margin-top: -10px
                        }
                        
                        .popover.right {
                            margin-left: 10px
                        }
                        
                        .popover.bottom {
                            margin-top: 10px
                        }
                        
                        .popover.left {
                            margin-left: -10px
                        }
                        
                        .popover-title {
                            padding: 8px 14px;
                            margin: 0;
                            font-size: 14px;
                            background-color: #f7f7f7;
                            border-bottom: 1px solid #ebebeb;
                            border-radius: 5px 5px 0 0
                        }
                        
                        .popover-content {
                            padding: 9px 14px
                        }
                        
                        .popover>.arrow,
                        .popover>.arrow:after {
                            position: absolute;
                            display: block;
                            width: 0;
                            height: 0;
                            border-color: transparent;
                            border-style: solid
                        }
                        
                        .popover>.arrow {
                            border-width: 11px
                        }
                        
                        .popover>.arrow:after {
                            content: "";
                            border-width: 10px
                        }
                        
                        .popover.top>.arrow {
                            bottom: -11px;
                            left: 50%;
                            margin-left: -11px;
                            border-top-color: #999;
                            border-top-color: rgba(0, 0, 0, .25);
                            border-bottom-width: 0
                        }
                        
                        .popover.top>.arrow:after {
                            bottom: 1px;
                            margin-left: -10px;
                            content: " ";
                            border-top-color: #fff;
                            border-bottom-width: 0
                        }
                        
                        .popover.right>.arrow {
                            top: 50%;
                            left: -11px;
                            margin-top: -11px;
                            border-right-color: #999;
                            border-right-color: rgba(0, 0, 0, .25);
                            border-left-width: 0
                        }
                        
                        .popover.right>.arrow:after {
                            bottom: -10px;
                            left: 1px;
                            content: " ";
                            border-right-color: #fff;
                            border-left-width: 0
                        }
                        
                        .popover.bottom>.arrow {
                            top: -11px;
                            left: 50%;
                            margin-left: -11px;
                            border-top-width: 0;
                            border-bottom-color: #999;
                            border-bottom-color: rgba(0, 0, 0, .25)
                        }
                        
                        .popover.bottom>.arrow:after {
                            top: 1px;
                            margin-left: -10px;
                            content: " ";
                            border-top-width: 0;
                            border-bottom-color: #fff
                        }
                        
                        .popover.left>.arrow {
                            top: 50%;
                            right: -11px;
                            margin-top: -11px;
                            border-right-width: 0;
                            border-left-color: #999;
                            border-left-color: rgba(0, 0, 0, .25)
                        }
                        
                        .popover.left>.arrow:after {
                            right: 1px;
                            bottom: -10px;
                            content: " ";
                            border-right-width: 0;
                            border-left-color: #fff
                        }
                        
                        .carousel {
                            position: relative
                        }
                        
                        .carousel-inner {
                            position: relative;
                            width: 100%;
                            overflow: hidden
                        }
                        
                        .carousel-inner>.item {
                            position: relative;
                            display: none;
                            -webkit-transition: .6s ease-in-out left;
                            -o-transition: .6s ease-in-out left;
                            transition: .6s ease-in-out left
                        }
                        
                        .carousel-inner>.item>a>img,
                        .carousel-inner>.item>img {
                            line-height: 1
                        }
                        
                        @media all and (transform-3d),
                        (-webkit-transform-3d) {
                            .carousel-inner>.item {
                                -webkit-transition: -webkit-transform .6s ease-in-out;
                                -o-transition: -o-transform .6s ease-in-out;
                                transition: transform .6s ease-in-out;
                                -webkit-backface-visibility: hidden;
                                backface-visibility: hidden;
                                -webkit-perspective: 1000px;
                                perspective: 1000px
                            }
                            .carousel-inner>.item.active.right,
                            .carousel-inner>.item.next {
                                left: 0;
                                -webkit-transform: translate3d(100%, 0, 0);
                                transform: translate3d(100%, 0, 0)
                            }
                            .carousel-inner>.item.active.left,
                            .carousel-inner>.item.prev {
                                left: 0;
                                -webkit-transform: translate3d(-100%, 0, 0);
                                transform: translate3d(-100%, 0, 0)
                            }
                            .carousel-inner>.item.active,
                            .carousel-inner>.item.next.left,
                            .carousel-inner>.item.prev.right {
                                left: 0;
                                -webkit-transform: translate3d(0, 0, 0);
                                transform: translate3d(0, 0, 0)
                            }
                        }
                        
                        .carousel-inner>.active,
                        .carousel-inner>.next,
                        .carousel-inner>.prev {
                            display: block
                        }
                        
                        .carousel-inner>.active {
                            left: 0
                        }
                        
                        .carousel-inner>.next,
                        .carousel-inner>.prev {
                            position: absolute;
                            top: 0;
                            width: 100%
                        }
                        
                        .carousel-inner>.next {
                            left: 100%
                        }
                        
                        .carousel-inner>.prev {
                            left: -100%
                        }
                        
                        .carousel-inner>.next.left,
                        .carousel-inner>.prev.right {
                            left: 0
                        }
                        
                        .carousel-inner>.active.left {
                            left: -100%
                        }
                        
                        .carousel-inner>.active.right {
                            left: 100%
                        }
                        
                        .carousel-control {
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            left: 0;
                            width: 15%;
                            font-size: 20px;
                            color: #fff;
                            text-align: center;
                            text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
                            filter: alpha(opacity=50);
                            opacity: .5
                        }
                        
                        .carousel-control.left {
                            background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
                            background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
                            background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
                            background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
                            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
                            background-repeat: repeat-x
                        }
                        
                        .carousel-control.right {
                            right: 0;
                            left: auto;
                            background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
                            background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
                            background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
                            background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
                            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
                            background-repeat: repeat-x
                        }
                        
                        .carousel-control:focus,
                        .carousel-control:hover {
                            color: #fff;
                            text-decoration: none;
                            filter: alpha(opacity=90);
                            outline: 0;
                            opacity: .9
                        }
                        
                        .carousel-control .glyphicon-chevron-left,
                        .carousel-control .glyphicon-chevron-right,
                        .carousel-control .icon-next,
                        .carousel-control .icon-prev {
                            position: absolute;
                            top: 50%;
                            z-index: 5;
                            display: inline-block;
                            margin-top: -10px
                        }
                        
                        .carousel-control .glyphicon-chevron-left,
                        .carousel-control .icon-prev {
                            left: 50%;
                            margin-left: -10px
                        }
                        
                        .carousel-control .glyphicon-chevron-right,
                        .carousel-control .icon-next {
                            right: 50%;
                            margin-right: -10px
                        }
                        
                        .carousel-control .icon-next,
                        .carousel-control .icon-prev {
                            width: 20px;
                            height: 20px;
                            font-family: serif;
                            line-height: 1
                        }
                        
                        .carousel-control .icon-prev:before {
                            content: '\2039'
                        }
                        
                        .carousel-control .icon-next:before {
                            content: '\203a'
                        }
                        
                        .carousel-indicators {
                            position: absolute;
                            bottom: 10px;
                            left: 50%;
                            z-index: 15;
                            width: 60%;
                            padding-left: 0;
                            margin-left: -30%;
                            text-align: center;
                            list-style: none
                        }
                        
                        .carousel-indicators li {
                            display: inline-block;
                            width: 12px;
                            height: 12px;
                            margin: 0 10px;
                            text-indent: -999px;
                            cursor: pointer;
                            background-color: #000\9;
                            background-color: rgba(0, 0, 0, 0);
                            border: 1px solid #fff;
                            border-radius: 10px
                        }
                        
                        .carousel-indicators .active {
                            width: 12px;
                            height: 12px;
                            margin: 0 10px;
                            background-color: #fff
                        }
                        
                        .carousel-caption {
                            position: absolute;
                            right: 15%;
                            bottom: 20px;
                            left: 15%;
                            z-index: 10;
                            padding-top: 20px;
                            padding-bottom: 20px;
                            color: #fff;
                            text-align: center;
                            text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
                        }
                        
                        .carousel-caption .btn {
                            text-shadow: none
                        }
                        
                        @media screen and (min-width:768px) {
                            .carousel-control .glyphicon-chevron-left,
                            .carousel-control .glyphicon-chevron-right,
                            .carousel-control .icon-next,
                            .carousel-control .icon-prev {
                                width: 30px;
                                height: 30px;
                                margin-top: -15px;
                                font-size: 30px
                            }
                            .carousel-control .glyphicon-chevron-left,
                            .carousel-control .icon-prev {
                                margin-left: -15px
                            }
                            .carousel-control .glyphicon-chevron-right,
                            .carousel-control .icon-next {
                                margin-right: -15px
                            }
                            .carousel-caption {
                                right: 20%;
                                left: 20%;
                                padding-bottom: 30px
                            }
                            .carousel-indicators {
                                bottom: 20px
                            }
                        }
                        
                        .btn-group-vertical>.btn-group:after,
                        .btn-group-vertical>.btn-group:before,
                        .btn-toolbar:after,
                        .btn-toolbar:before,
                        .clearfix:after,
                        .clearfix:before,
                        .container-fluid:after,
                        .container-fluid:before,
                        .container:after,
                        .container:before,
                        .dl-horizontal dd:after,
                        .dl-horizontal dd:before,
                        .form-horizontal .form-group:after,
                        .form-horizontal .form-group:before,
                        .modal-footer:after,
                        .modal-footer:before,
                        .nav:after,
                        .nav:before,
                        .navbar-collapse:after,
                        .navbar-collapse:before,
                        .navbar-header:after,
                        .navbar-header:before,
                        .navbar:after,
                        .navbar:before,
                        .pager:after,
                        .pager:before,
                        .panel-body:after,
                        .panel-body:before,
                        .row:after,
                        .row:before {
                            display: table;
                            content: " "
                        }
                        
                        .btn-group-vertical>.btn-group:after,
                        .btn-toolbar:after,
                        .clearfix:after,
                        .container-fluid:after,
                        .container:after,
                        .dl-horizontal dd:after,
                        .form-horizontal .form-group:after,
                        .modal-footer:after,
                        .nav:after,
                        .navbar-collapse:after,
                        .navbar-header:after,
                        .navbar:after,
                        .pager:after,
                        .panel-body:after,
                        .row:after {
                            clear: both
                        }
                        
                        .center-block {
                            display: block;
                            margin-right: auto;
                            margin-left: auto
                        }
                        
                        .pull-right {
                            float: right!important
                        }
                        
                        .pull-left {
                            float: left!important
                        }
                        
                        .hide {
                            display: none!important
                        }
                        
                        .show {
                            display: block!important
                        }
                        
                        .invisible {
                            visibility: hidden
                        }
                        
                        .text-hide {
                            font: 0/0 a;
                            color: transparent;
                            text-shadow: none;
                            background-color: transparent;
                            border: 0
                        }
                        
                        .hidden {
                            display: none!important
                        }
                        
                        .affix {
                            position: fixed
                        }
                        
                        @-ms-viewport {
                            width: device-width
                        }
                        
                        .visible-lg,
                        .visible-md,
                        .visible-sm,
                        .visible-xs {
                            display: none!important
                        }
                        
                        .visible-lg-block,
                        .visible-lg-inline,
                        .visible-lg-inline-block,
                        .visible-md-block,
                        .visible-md-inline,
                        .visible-md-inline-block,
                        .visible-sm-block,
                        .visible-sm-inline,
                        .visible-sm-inline-block,
                        .visible-xs-block,
                        .visible-xs-inline,
                        .visible-xs-inline-block {
                            display: none!important
                        }
                        
                        @media (max-width:767px) {
                            .visible-xs {
                                display: block!important
                            }
                            table.visible-xs {
                                display: table!important
                            }
                            tr.visible-xs {
                                display: table-row!important
                            }
                            td.visible-xs,
                            th.visible-xs {
                                display: table-cell!important
                            }
                        }
                        
                        @media (max-width:767px) {
                            .visible-xs-block {
                                display: block!important
                            }
                        }
                        
                        @media (max-width:767px) {
                            .visible-xs-inline {
                                display: inline!important
                            }
                        }
                        
                        @media (max-width:767px) {
                            .visible-xs-inline-block {
                                display: inline-block!important
                            }
                        }
                        
                        @media (min-width:768px) and (max-width:991px) {
                            .visible-sm {
                                display: block!important
                            }
                            table.visible-sm {
                                display: table!important
                            }
                            tr.visible-sm {
                                display: table-row!important
                            }
                            td.visible-sm,
                            th.visible-sm {
                                display: table-cell!important
                            }
                        }
                        
                        @media (min-width:768px) and (max-width:991px) {
                            .visible-sm-block {
                                display: block!important
                            }
                        }
                        
                        @media (min-width:768px) and (max-width:991px) {
                            .visible-sm-inline {
                                display: inline!important
                            }
                        }
                        
                        @media (min-width:768px) and (max-width:991px) {
                            .visible-sm-inline-block {
                                display: inline-block!important
                            }
                        }
                        
                        @media (min-width:992px) and (max-width:1199px) {
                            .visible-md {
                                display: block!important
                            }
                            table.visible-md {
                                display: table!important
                            }
                            tr.visible-md {
                                display: table-row!important
                            }
                            td.visible-md,
                            th.visible-md {
                                display: table-cell!important
                            }
                        }
                        
                        @media (min-width:992px) and (max-width:1199px) {
                            .visible-md-block {
                                display: block!important
                            }
                        }
                        
                        @media (min-width:992px) and (max-width:1199px) {
                            .visible-md-inline {
                                display: inline!important
                            }
                        }
                        
                        @media (min-width:992px) and (max-width:1199px) {
                            .visible-md-inline-block {
                                display: inline-block!important
                            }
                        }
                        
                        @media (min-width:1200px) {
                            .visible-lg {
                                display: block!important
                            }
                            table.visible-lg {
                                display: table!important
                            }
                            tr.visible-lg {
                                display: table-row!important
                            }
                            td.visible-lg,
                            th.visible-lg {
                                display: table-cell!important
                            }
                        }
                        
                        @media (min-width:1200px) {
                            .visible-lg-block {
                                display: block!important
                            }
                        }
                        
                        @media (min-width:1200px) {
                            .visible-lg-inline {
                                display: inline!important
                            }
                        }
                        
                        @media (min-width:1200px) {
                            .visible-lg-inline-block {
                                display: inline-block!important
                            }
                        }
                        
                        @media (max-width:767px) {
                            .hidden-xs {
                                display: none!important
                            }
                        }
                        
                        @media (min-width:768px) and (max-width:991px) {
                            .hidden-sm {
                                display: none!important
                            }
                        }
                        
                        @media (min-width:992px) and (max-width:1199px) {
                            .hidden-md {
                                display: none!important
                            }
                        }
                        
                        @media (min-width:1200px) {
                            .hidden-lg {
                                display: none!important
                            }
                        }
                        
                        .visible-print {
                            display: none!important
                        }
                        
                        @media print {
                            .visible-print {
                                display: block!important
                            }
                            table.visible-print {
                                display: table!important
                            }
                            tr.visible-print {
                                display: table-row!important
                            }
                            td.visible-print,
                            th.visible-print {
                                display: table-cell!important
                            }
                        }
                        
                        .visible-print-block {
                            display: none!important
                        }
                        
                        @media print {
                            .visible-print-block {
                                display: block!important
                            }
                        }
                        
                        .visible-print-inline {
                            display: none!important
                        }
                        
                        @media print {
                            .visible-print-inline {
                                display: inline!important
                            }
                        }
                        
                        .visible-print-inline-block {
                            display: none!important
                        }
                        
                        @media print {
                            .visible-print-inline-block {
                                display: inline-block!important
                            }
                        }
                        
                        @media print {
                            .hidden-print {
                                display: none!important
                            }
                        }
                        
                        body,
                        html {
                            margin: 0px;
                            padding: 0px;
                            font-family: "微软雅黑";
                            font-size: 14px;
                            line-height: 1.23;
                            color: #000
                        }
                        
                        body {
                            overflow-x: hidden
                        }
                        
                        img {
                            max-width: 100%;
                            height: auto !important
                        }
                        
                        h1,
                        h2,
                        h3,
                        h4,
                        h5,
                        h6,
                        .h1,
                        .h2,
                        .h3,
                        .h4,
                        .h5,
                        .h6,
                        p {
                            font-family: "微软雅黑";
                            margin: 0px;
                            padding: 0px;
                            max-width: 100%
                        }
                        
                        address,
                        caption,
                        cite,
                        code,
                        dfn,
                        em,
                        th,
                        var,
                        i {
                            font-style: normal;
                            font-weight: normal
                        }
                        
                        table,
                        td {
                            border: 1px solid #ccc
                        }
                        
                        ul {
                            padding: 0px;
                            margin: 0;
                            height: auto;
                            overflow: hidden
                        }
                        
                        ul li {
                            list-style: none
                        }
                        
                        a:hover,
                        a:active,
                        a:focus {
                            text-decoration: none;
                            color: #333
                        }
                        
                        .clear {
                            display: block;
                            clear: both
                        }
                        
                        .clearfix {
                            zoom: 1
                        }
                        
                        .clearfix::after {
                            content: '';
                            display: block;
                            clear: both;
                            height: 0;
                            visibility: hidden
                        }
                        
                        .m_footer {
                            display: none
                        }
                        
                        @font-face {
                            font-family: 'iconfont_footer';
                            src: url('../../../public/ui/v2/static/plugin/xinhuiyuan/css///at.alicdn.com/t/font_325027_qyi8xzhyf83erk9.eot');
                            src: url('../../../public/ui/v2/static/plugin/xinhuiyuan/css///at.alicdn.com/t/font_325027_qyi8xzhyf83erk9.eot?#iefix') format('embedded-opentype'), url('../../../public/ui/v2/static/plugin/xinhuiyuan/css///at.alicdn.com/t/font_325027_qyi8xzhyf83erk9.woff') format('woff'), url('../../../public/ui/v2/static/plugin/xinhuiyuan/css///at.alicdn.com/t/font_325027_qyi8xzhyf83erk9.ttf') format('truetype'), url('../../../public/ui/v2/static/plugin/xinhuiyuan/css///at.alicdn.com/t/font_325027_qyi8xzhyf83erk9.svg#iconfont') format('svg')
                        }
                        
                        .main_top_select {
                            display: block;
                            position: absolute;
                            height: 41px;
                            right: 0px;
                            color: #fff;
                            background: #1F9D5D;
                            border: 0px;
                            top: 0
                        }
                        
                        .iconfont_footer {
                            font-family: iconfont_footer;
                            font-style: normal
                        }
                        
                        .returnTop {
                            position: fixed;
                            right: 0;
                            bottom: 50px;
                            z-index: 99998;
                            cursor: pointer;
                            width: 48px;
                            height: 48px !important;
                            text-align: center;
                            white-space: normal;
                            font-size: 14px;
                            line-height: 16px;
                            padding: 10px;
                            color: #fff;
                            opacity: 1;
                            display: inline-block;
                            background: url('/public/upload/image/ss.png') no-repeat -36px center #666
                        }
                        
                        .carousel-indicators li {
                            border: 1px solid #006cc2;
                            background-color: #fff
                        }
                        
                        .carousel-indicators .active,
                        .carousel-indicators li {
                            width: 70px;
                            height: 7px
                        }
                        
                        .carousel-indicators li.active {
                            border: 1px solid #fff;
                            background-color: #006cc2
                        }
                        
                        .ImTable * {
                            padding: 0px;
                            margin: 0px
                        }
                        
                        .ImTable {
                            border-collapse: collapse;
                            border: 9px solid #434343;
                            background: #fff
                        }
                        
                        .ImTable h2 {
                            font-size: 14px;
                            margin-top: 5px;
                            color: #333
                        }
                        
                        .ImHeader {
                            height: 91px;
                            background: url('/public/upload/image/im_01.png') no-repeat
                        }
                        
                        .ImRow0 {
                            background: #fff;
                            line-height: 34px
                        }
                        
                        .ImRow1 {
                            background: #fff;
                            line-height: 34px
                        }
                        
                        a {
                            color: #333
                        }
                        
                        a.im,
                        a:hover.im {
                            text-decoration: none;
                            color: #333;
                            font-size: 13px
                        }
                        
                        .ImFooter {
                            height: 177px;
                            background: url('/public/upload/image/im_04.png') no-repeat
                        }
                        
                        ol,
                        ul {
                            margin-bottom: 0px
                        }
                        
                        .header_meta {
                            height: 45px;
                            background: #e8e8e8
                        }
                        
                        .header_meta_l {
                            float: left;
                            height: 45px;
                            line-height: 45px;
                            font-size: 14px;
                            color: #555
                        }
                        
                        .header_meta_r {
                            float: right;
                            height: 16px;
                            margin-top: 15px;
                            text-align: right
                        }
                        
                        .header_meta_r a {
                            height: 16px;
                            font-size: 13px;
                            color: #333333;
                            padding: 0 9px;
                            line-height: 16px;
                            border-left: 1px dotted #8d8d8c;
                            position: relative
                        }
                        
                        .header_meta_r a:first-of-type {
                            border-left: none;
                            padding-left: 15px
                        }
                        
                        header {
                            padding: 30px 0;
                            background: url('/public/upload/image/l_bg.png') repeat left top
                        }
                        
                        .logo_l {
                            display: block;
                            width: 70%;
                            float: left
                        }
                        
                        .logo_l h1 {
                            float: left
                        }
                        
                        .logo_l .logo_wel {
                            width: 60%;
                            float: left;
                            margin: 10px 0;
                            padding-top: 10px;
                            margin-left: 30px;
                            padding-left: 30px;
                            border-left: 1px dashed #d4d4d4
                        }
                        
                        .logo_l .logo_wel h5 {
                            font-size: 24px;
                            position: relative;
                            color: #333;
                            font-weight: bold;
                            word-spacing: -1.5px
                        }
                        
                        .logo_l .logo_wel p {
                            font-size: 18px;
                            color: #333;
                            word-spacing: -1.5px;
                            margin-top: 5px
                        }
                        
                        .logo_r {
                            width: 30%;
                            float: left;
                            padding: 19px 0;
                            text-align: right;
                            padding-right: 55px;
                            background: url('/public/upload/image/header_tel.png') no-repeat right center
                        }
                        
                        .logo_r h5 {
                            font-size: 14px;
                            color: #666;
                            height: 18px;
                            line-height: 18px
                        }
                        
                        .logo_r p {
                            font-size: 26px;
                            color: #006cc2;
                            height: 30px;
                            line-height: 30px
                        }
                        
                        nav {
                            height: 55px;
                            background: #006cc2;
                            border-bottom: 1px solid #006cc2;
                            z-index: 5;
                            position: relative
                        }
                        
                        nav ul {
                            overflow: inherit
                        }
                        
                        nav ul li {
                            float: left;
                            height: 55px;
                            border-right: 1px solid #fff;
                            margin-left: 1px;
                            position: relative
                        }
                        
                        nav ul li:last-of-type {
                            border-right: 0
                        }
                        
                        nav ul li>a {
                            display: block;
                            color: #fff;
                            padding: 0 40px;
                            font-size: 14px;
                            line-height: 55px
                        }
                        
                        nav ul li span {
                            position: absolute;
                            width: 100%;
                            height: auto;
                            left: 0;
                            overflow: hidden;
                            top: 55px;
                            background: #006cc2
                        }
                        
                        nav ul li span>a {
                            display: block;
                            color: #fff;
                            height: 0;
                            overflow: hidden;
                            line-height: 36px;
                            text-align: center;
                            font-size: 14px;
                            border-top: 0;
                            transition: .8s
                        }
                        
                        nav ul li:hover span>a {
                            height: 36px;
                            border-top: 1px solid #fff
                        }
                        
                        nav ul li:first-child>a {
                            display: block;
                            background: url('/public/upload/image/navicon01.png') no-repeat 28px center;
                            padding: 0 35px 0 50px
                        }
                        
                        nav ul li.active,
                        nav ul li:hover {
                            background: #3b99e4
                        }
                        
                        nav ul li.active>a,
                        nav ul li:hover>a {
                            color: #fff
                        }
                        
                        .index_top {
                            height: 80px;
                            background: url('/public/upload/image/l_bg.png') repeat left top
                        }
                        
                        .in_top_l {
                            font-size: 14px;
                            color: #333;
                            float: left;
                            margin-top: 32px;
                            height: 16px;
                            line-height: 16px
                        }
                        
                        .in_top_l span {
                            display: inline-block;
                            width: 90px;
                            color: #333;
                            font-weight: bold
                        }
                        
                        .in_top_l a {
                            display: inline-block;
                            color: #888;
                            font-size: 14px;
                            margin-right: 10px
                        }
                        
                        .in_top_r {
                            float: right;
                            width: 360px;
                            height: 41px;
                            margin-top: 19px;
                            border: 1px solid #dbdbdb;
                            overflow: hidden;
                            background: #fff;
                            position: relative
                        }
                        
                        .main_top_select {
                            display: block;
                            position: absolute;
                            height: 41px;
                            right: 0px;
                            color: #fff;
                            background: #006cc2;
                            border: 0px;
                            top: 0
                        }
                        
                        .in_top_r .in_top_inp {
                            border: none;
                            height: 41px;
                            line-height: 41px;
                            width: 314px;
                            float: left;
                            outline: none;
                            text-indent: 12px;
                            font-size: 14px;
                            color: #888
                        }
                        
                        .in_top_r .in_top_btn {
                            display: block;
                            float: right;
                            width: 44px;
                            height: 23px;
                            position: relative;
                            top: 9px;
                            background: url('/public/upload/image/search.png') no-repeat center;
                            border-left: 1px solid #d3d3d3
                        }
                        
                        .in_title p {
                            font-size: 32px;
                            text-align: center;
                            font-weight: bold;
                            padding-top: 30px;
                            text-transform: uppercase;
                            color: #cccccc
                        }
                        
                        .in_title h5 {
                            text-align: center;
                            font-size: 32px;
                            margin-bottom: 30px
                        }
                        
                        .in_title h5 i {
                            display: inline-block;
                            vertical-align: middle;
                            width: 230px;
                            height: 3px
                        }
                        
                        .in_title_l {
                            background: url('/public/upload/image/titl01.png') no-repeat right center
                        }
                        
                        .in_title_r {
                            background: url('/public/upload/image/titr01.png') no-repeat left center
                        }
                        
                        .in_title h5 a {
                            display: inline-block;
                            vertical-align: middle;
                            padding: 0 15px;
                            color: #333;
                            font-size: 32px;
                            font-weight: bold
                        }
                        
                        .index_product {
                            padding-bottom: 30px
                        }
                        
                        .in_pro_l {
                            padding: 0 13px 13px 13px;
                            background: #006cc2;
                            float: left;
                            display: inline
                        }
                        
                        .in_pro_l h2 {
                            padding: 30px 0;
                            text-align: center;
                            position: relative;
                            font-size: 27px;
                            background: #006cc2;
                            width: 240px
                        }
                        
                        .in_pro_l h2 a {
                            color: #fff;
                            font-weight: bold;
                            font-size: 27px
                        }
                        
                        .in_pro_l h2 a i {
                            display: block;
                            font-size: 12px;
                            text-transform: uppercase;
                            color: #fff
                        }
                        
                        .in_pro_l_main {
                            width: 100%!important;
                            background: #fff;
                            padding: 12px;
                            height: 976px;
                            overflow-y: auto;
                            border-radius: 5px
                        }
                        
                        .in_pro_l_main>a.in_pro_l_main_p {
                            word-spacing: -1.5px;
                            height: 44px;
                            line-height: 44px;
                            font-size: 18px;
                            background: #006cc2;
                            color: #fff;
                            display: block;
                            text-indent: 21px;
                            border-radius: 5px;
                            margin-bottom: 10px
                        }
                        
                        .in_pro_l_main ul {
                            height: auto;
                            padding-bottom: 20px
                        }
                        
                        .in_pro_l_main ul.active {
                            height: auto;
                            padding-bottom: 20px
                        }
                        
                        .in_pro_l_main ul li {
                            height: 36px;
                            font-size: 14px;
                            position: relative;
                            transition: .5s;
                            border-bottom: 1px solid #e6e6e6
                        }
                        
                        .in_pro_l_main ul li a {
                            display: block;
                            line-height: 36px;
                            height: 36px;
                            transition: .5s;
                            color: #666;
                            padding-left: 12px
                        }
                        
                        .in_pro_l_main ul li:hover {
                            background: #e6e6e6;
                            font-weight: bold
                        }
                        
                        .in_pro_l_main ul li:hover a {
                            color: #006cc2;
                            background: url('/public/upload/image/projt.png') no-repeat 170px center
                        }
                        
                        .in_pro_more {
                            display: block;
                            height: 42px;
                            line-height: 42px;
                            text-indent: 20px;
                            font-size: 18px;
                            border: 1px solid #006cc2;
                            color: #006cc2;
                            transition: .5s;
                            border-radius: 3px
                        }
                        
                        .in_pro_more:hover {
                            background: #006cc2;
                            color: #fff
                        }
                        
                        .in_pro_r {
                            width: 893px;
                            float: right;
                            display: inline
                        }
                        
                        .in_pro_r h3 {
                            overflow: hidden;
                            position: relative;
                            margin-bottom: 20px
                        }
                        
                        .in_pro_r h3 a {
                            color: #333;
                            font-size: 25px;
                            font-weight: bold
                        }
                        
                        .in_pro_r h3 em {
                            font-size: 14px;
                            color: #999999
                        }
                        
                        .in_pro_r h3 a.in_pro_r_more {
                            float: right;
                            font-size: 13px;
                            font-weight: normal;
                            height: 30px;
                            line-height: 30px;
                            color: #666
                        }
                        
                        .in_pro_top {
                            border: 1px solid #d8d8d8;
                            background: url('/public/upload/image/probg.png');
                            position: relative;
                            border-top: 5px solid #006cc2;
                            overflow: hidden
                        }
                        
                        .in_pro_btnl {
                            display: block;
                            width: 32px;
                            height: 82px;
                            background: url('/public/upload/image/jtl01.png') no-repeat center;
                            position: absolute;
                            left: 15px;
                            top: 130px;
                            z-index: 2;
                            cursor: pointer
                        }
                        
                        .in_pro_btnr {
                            display: block;
                            width: 32px;
                            height: 82px;
                            background: url('/public/upload/image/jtr01.png') no-repeat center;
                            position: absolute;
                            right: 15px;
                            top: 130px;
                            z-index: 2;
                            cursor: pointer
                        }
                        
                        .in_pro_top ul {
                            width: 500%;
                            position: relative
                        }
                        
                        .in_pro_top ul li {
                            width: 20%;
                            float: left;
                            position: relative
                        }
                        
                        .in_pro_top ul li a {
                            display: block
                        }
                        
                        .in_pro_top ul li a img {
                            width: 100%
                        }
                        
                        .in_pro_top ul li dl {
                            width: 365px;
                            background: #fff;
                            padding: 30px 25px;
                            position: absolute;
                            left: 425px;
                            top: 74px;
                            box-shadow: 3px 3px 10px #d1e4e6
                        }
                        
                        .in_pro_top ul li dl dt {
                            font-size: 25px;
                            text-overflow: ellipsis;
                            overflow: hidden;
                            white-space: nowrap;
                            color: #006cc2;
                            font-weight: bold;
                            padding-bottom: 15px;
                            border-bottom: 1px solid #d0d0d0;
                            margin-bottom: 15px
                        }
                        
                        .in_pro_top ul li dl dt em {
                            display: block;
                            width: 14px;
                            height: 30px;
                            position: absolute;
                            left: -14px;
                            top: 30px;
                            background: url('/public/upload/image/rla.png') no-repeat center
                        }
                        
                        .in_pro_top ul li dl dd {
                            font-size: 14px;
                            line-height: 20px
                        }
                        
                        .in_pro_r_main {
                            margin-top: 5px
                        }
                        
                        .in_pro_r_main ul li {
                            width: 288px;
                            margin: 15px 0 0 14px;
                            float: left
                        }
                        
                        .in_pro_r_main ul li:nth-child(3n+1) {
                            margin-left: 0
                        }
                        
                        .in_pro_r_main ul li h5 {
                            overflow: hidden
                        }
                        
                        .in_pro_r_main ul li h5 img {
                            transition: .8s;
                            width: 288px;
                            height: 288px;
                            object-fit: cover
                        }
                        
                        .in_pro_r_main ul li span {
                            display: block
                        }
                        
                        .in_pro_r_main ul li span a {
                            height: 44px;
                            display: block;
                            transition: .5s;
                            line-height: 44px;
                            color: #fff;
                            text-overflow: ellipsis;
                            overflow: hidden;
                            white-space: nowrap;
                            text-align: center;
                            font-size: 16px;
                            background: #009dda
                        }
                        
                        .in_pro_r_main ul li:hover img {
                            transform: scale(1.1)
                        }
                        
                        .in_pro_r_main ul li:hover span a {
                            background: #006cc2
                        }
                        
                        .index_advan {
                            height: 1895px;
                            background: url('/public/upload/image/advbg02.jpg') no-repeat center bottom;
                            position: relative
                        }
                        
                        .in_advan_top {
                            height: 172px;
                            background: url('/public/upload/image/advbg01.png') no-repeat center top
                        }
                        
                        .in_advan_top p {
                            padding-top: 32px;
                            color: #fff;
                            font-size: 32px;
                            text-align: center;
                            font-weight: bold;
                            text-transform: uppercase
                        }
                        
                        .in_advan_top h2 {
                            text-align: center;
                            font-size: 32px;
                            margin-bottom: 30px
                        }
                        
                        .in_advan_top h2 i {
                            display: inline-block;
                            vertical-align: middle;
                            width: 230px;
                            height: 3px
                        }
                        
                        .in_advan_top h2 .in_advan_titl {
                            background: url('/public/upload/image/titl02.png') no-repeat right center
                        }
                        
                        .in_advan_top h2 .in_advan_titr {
                            background: url('/public/upload/image/titr02.png') no-repeat left center
                        }
                        
                        .in_advan_top h2 span {
                            display: inline-block;
                            vertical-align: middle;
                            padding: 0 15px;
                            color: #fff;
                            font-size: 32px;
                            font-weight: bold
                        }
                        
                        .fl {
                            float: left;
                            display: inline
                        }
                        
                        .fr {
                            float: right;
                            display: inline
                        }
                        
                        .in_advan_main {
                            height: 1722px;
                            position: relative
                        }
                        
                        .in_advan_bd {
                            display: block;
                            width: 1px;
                            height: 1734px;
                            position: absolute;
                            left: 0;
                            top: -27px;
                            background: #006cc2
                        }
                        
                        .in_advan_list {
                            height: 322px;
                            margin-top: 16px
                        }
                        
                        .in_advan_list .in_advan_img {
                            width: 522px;
                            height: 300px;
                            overflow: hidden
                        }
                        
                        .in_advan_list .in_advan_img>img {
                            height: 100%!important;
                            width: 100%;
                            object-fit: contain
                        }
                        
                        .in_advan_list .in_advan_info {
                            width: 470px;
                            padding-top: 65px;
                            position: relative;
                            box-sizing: content-box;
                            border-top: 1px solid #e6e6e6;
                            border-bottom: 1px solid #e6e6e6;
                            height: 255px
                        }
                        
                        .in_advan_list .in_advan_info.fr {
                            padding-left: 87px;
                            padding-right: 30px
                        }
                        
                        .in_advan_list .in_advan_info .in_advan_num {
                            display: block;
                            width: 105px;
                            height: 105px;
                            background: url('/public/upload/image/advnum.png') no-repeat center;
                            color: #fff;
                            text-align: center;
                            font-weight: bold;
                            color: #fff;
                            line-height: 105px;
                            font-size: 36px;
                            position: absolute;
                            top: 100px
                        }
                        
                        .in_advan_list .in_advan_info.fr .in_advan_num {
                            left: -52px
                        }
                        
                        .in_advan_list .in_advan_info h3 {
                            font-size: 28px;
                            color: #333;
                            font-weight: bold
                        }
                        
                        .in_advan_list .in_advan_info h3 i {
                            display: block;
                            font-size: 18px;
                            text-transform: uppercase;
                            color: #999;
                            margin-bottom: 40px
                        }
                        
                        .in_advan_list .in_advan_info p {
                            font-size: 16px;
                            color: #333;
                            line-height: 34px
                        }
                        
                        .in_advan_list .in_advan_info.fl {
                            padding-left: 30px;
                            padding-right: 88px
                        }
                        
                        .in_advan_list .in_advan_info.fl .in_advan_num {
                            right: -52px
                        }
                        
                        .index_zxzx {
                            height: 264px;
                            background: #006cc2
                        }
                        
                        .index_zxzx .container {
                            height: 264px;
                            position: relative;
                            overflow: inherit
                        }
                        
                        .in_zxbg {
                            width: 155px;
                            height: 288px;
                            position: absolute;
                            left: 0;
                            top: 35px
                        }
                        
                        .in_zx_l {
                            margin-left: 238px;
                            padding-top: 30px;
                            color: #fff
                        }
                        
                        .in_zx_l h4 {
                            font-size: 26px;
                            color: #009ddc;
                            margin-bottom: 15px
                        }
                        
                        .in_zx_l h4 font {
                            font-weight: bold;
                            font-size: 40px;
                            color: #fff
                        }
                        
                        .in_zx_l h5 {
                            overflow: hidden;
                            position: relative;
                            margin-bottom: 10px
                        }
                        
                        .in_zx_l h5 span {
                            float: left;
                            margin-right: 15px;
                            padding-left: 12px;
                            font-size: 16px;
                            background: url('/public/upload/image/zxzx02.png') no-repeat left center
                        }
                        
                        .in_zx_l h6 {
                            width: 440px;
                            height: 42px;
                            line-height: 42px;
                            text-align: center;
                            font-size: 22px;
                            color: #4b440d;
                            background: #fde200;
                            border-radius: 25px;
                            box-shadow: 3px 3px 10px #00803a;
                            margin-bottom: 15px
                        }
                        
                        .in_zx_l .in_zx_tel {
                            padding-left: 55px;
                            height: 50px;
                            background: url('/public/upload/image/zxzx_tel.png') no-repeat left center
                        }
                        
                        .in_zx_l .in_zx_tel p {
                            font-size: 14px;
                            height: 20px;
                            line-height: 20px
                        }
                        
                        .in_zx_l .in_zx_tel h3 {
                            font-size: 28px;
                            font-weight: bold;
                            height: 30px;
                            line-height: 30px
                        }
                        
                        .in_zxzx_r {
                            width: 390px;
                            padding: 24px 32px;
                            background: #009ddc;
                            height: 216px;
                            color: #fff;
                            box-sizing: content-box
                        }
                        
                        .in_zxzx_r h4 {
                            font-size: 30px;
                            font-weight: normal;
                            margin-bottom: 15px
                        }
                        
                        .in_zxzx_r h4 span {
                            display: block;
                            font-size: 20px
                        }
                        
                        .in_zxzx_r .in_zx_info1 {
                            height: 40px;
                            background: #fff;
                            overflow: hidden;
                            position: relative;
                            margin-bottom: 5px
                        }
                        
                        .in_zxzx_r .in_zx_info1 span {
                            float: left;
                            width: 40px;
                            height: 40px;
                            border-right: 1px solid #dddddd;
                            background: url('/public/upload/image/zxzx03.png') no-repeat center
                        }
                        
                        .in_zxzx_r .in_zx_info1 input {
                            width: 350px;
                            height: 40px;
                            border: none;
                            line-height: 40px;
                            text-indent: 12px;
                            font-size: 14px;
                            color: #666
                        }
                        
                        .in_zxzx_r .in_zx_info2 {
                            height: 40px;
                            background: #fff;
                            overflow: hidden;
                            position: relative;
                            margin-bottom: 5px
                        }
                        
                        .in_zxzx_r .in_zx_info2 span {
                            float: left;
                            width: 40px;
                            height: 40px;
                            border-right: 1px solid #dddddd;
                            background: url('/public/upload/image/zxzx04.png') no-repeat center
                        }
                        
                        .in_zxzx_r .in_zx_info2 input {
                            width: 350px;
                            height: 40px;
                            border: none;
                            line-height: 40px;
                            text-indent: 12px;
                            font-size: 14px;
                            color: #666
                        }
                        
                        .in_zxzx_r button {
                            display: block;
                            height: 40px;
                            font-size: 21px;
                            text-align: center;
                            line-height: 40px;
                            color: #413b0c;
                            background: #fde200;
                            width: 100%;
                            border: 0
                        }
                        
                        .index_eq {
                            padding-bottom: 15px
                        }
                        
                        .in_eq_box {
                            height: 490px;
                            position: relative;
                            padding-top: 20px;
                            padding: 0 68px
                        }
                        
                        .in_eq_btnl {
                            position: absolute;
                            left: 0;
                            top: 140px;
                            background: url('/public/upload/image/jtl01.png') no-repeat center;
                            width: 32px;
                            height: 82px;
                            cursor: pointer;
                            z-index: 4
                        }
                        
                        .in_eq_btnr {
                            position: absolute;
                            right: 0;
                            top: 140px;
                            background: url('/public/upload/image/jtr01.png') no-repeat center;
                            width: 32px;
                            height: 82px;
                            cursor: pointer;
                            z-index: 4
                        }
                        
                        .in_eq_main {
                            height: 490px;
                            margin: 0 auto;
                            position: relative;
                            overflow: hidden
                        }
                        
                        .in_eq_main .item {
                            overflow: hidden
                        }
                        
                        .in_eq_main .item:first-child {
                            width: 50%;
                            left: 25%;
                            top: 0px;
                            z-index: 3;
                            position: absolute
                        }
                        
                        .in_eq_main .item:nth-child(2) {
                            width: 40%;
                            left: 60%;
                            top: 10%;
                            z-index: 2;
                            position: absolute
                        }
                        
                        .in_eq_main .item:nth-child(3) {
                            width: 40%;
                            left: 0%;
                            top: 10%;
                            z-index: 2;
                            position: absolute
                        }
                        
                        .in_eq_main .item:nth-child(4) {
                            width: 0%;
                            left: 50%;
                            top: 50%;
                            z-index: 0;
                            position: absolute
                        }
                        
                        .in_eq_main .item:nth-child(5) {
                            width: 0%;
                            left: 50%;
                            top: 50%;
                            z-index: 0;
                            position: absolute
                        }
                        
                        .in_eq_main .item:last-child {
                            width: 30%;
                            left: 35%;
                            top: 5%;
                            z-index: 0;
                            position: absolute
                        }
                        
                        .in_eq_main .item p {
                            padding: 10px 0
                        }
                        
                        .in_eq_main .item p a {
                            display: block;
                            text-align: center;
                            color: #006cc2;
                            font-size: 12px;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden
                        }
                        
                        .index_reason {
                            height: 1684px;
                            background: url('/public/upload/image/advbg02.jpg') no-repeat center top
                        }
                        
                        .index_reason .in_title h4 {
                            height: 42px;
                            background: url('/public/upload/image/xzdbbg03.png') no-repeat center;
                            line-height: 42px;
                            text-align: center;
                            color: #fff;
                            font-size: 20px
                        }
                        
                        .index_reason .container {
                            height: 1684px;
                            position: relative
                        }
                        
                        .in_reason_list {
                            position: absolute;
                            width: 560px
                        }
                        
                        .in_reason_box>img {
                            position: absolute;
                            width: 500px;
                            height: 300px !important;
                            object-fit: cover
                        }
                        
                        .reason_img1 {
                            left: 0;
                            top: 258px
                        }
                        
                        .in_reason1 {
                            right: 0;
                            top: 258px
                        }
                        
                        .reason_img2 {
                            right: 0;
                            top: 595px
                        }
                        
                        .in_reason2 {
                            left: 0;
                            top: 595px
                        }
                        
                        .reason_img3 {
                            left: 0;
                            top: 930px
                        }
                        
                        .in_reason3 {
                            right: 0;
                            top: 930px
                        }
                        
                        .reason_img4 {
                            right: 0;
                            top: 1330px
                        }
                        
                        .in_reason4 {
                            left: 0;
                            top: 1330px
                        }
                        
                        .in_reason_list_top {
                            padding: 18px 0 0 72px
                        }
                        
                        .in_reason_list_top span {
                            display: block;
                            width: 49px;
                            height: 69px;
                            border: 3px solid #bfbfbf;
                            position: absolute;
                            left: 0;
                            top: 0
                        }
                        
                        .in_reason_list_top span i {
                            display: block;
                            width: 28px;
                            padding-top: 30px;
                            margin: 0 auto;
                            font-size: 22px;
                            border-bottom: 3px solid #bfbfbf;
                            font-weight: bold
                        }
                        
                        .in_reason_list_top h5 {
                            font-size: 22px;
                            font-weight: bold;
                            color: #333
                        }
                        
                        .in_reason_list_top p {
                            font-size: 16px;
                            text-transform: uppercase;
                            color: #bfbfbf
                        }
                        
                        .in_reason_list_top em {
                            display: block;
                            width: 127px;
                            height: 3px;
                            background: #006cc2;
                            margin-top: 8px
                        }
                        
                        .in_reason_list ul {
                            margin-top: 50px
                        }
                        
                        .in_reason_list ul li {
                            font-size: 16px;
                            color: #333;
                            margin-bottom: 15px;
                            line-height: 24px;
                            background: url('/public/upload/image/icon01.png') no-repeat left center;
                            padding-left: 22px
                        }
                        
                        .in_reason_list ul li b {
                            color: #006cc2
                        }
                        
                        .in_reason_tel {
                            display: block;
                            width: 322px;
                            height: 92px;
                            background: url('/public/upload/image/xzdbtel.png') no-repeat left top;
                            position: absolute;
                            left: 567px;
                            top: 1350px
                        }
                        
                        .in_reason_tel span {
                            display: block;
                            width: 46px;
                            height: 46px;
                            background: url('/public/upload/image/zxzx_tel.png') no-repeat center;
                            position: absolute;
                            left: 32px;
                            top: 15px
                        }
                        
                        .in_reason_tel h5 {
                            font-size: 14px;
                            color: #fff;
                            padding-top: 15px;
                            margin-left: 90px
                        }
                        
                        .in_reason_tel p {
                            font-size: 26px;
                            color: #fff;
                            margin-left: 90px
                        }
                        
                        .index_process {
                            background: url('/public/upload/image/line01.png') no-repeat center 215px #006cc2;
                            height: 360px
                        }
                        
                        .index_process .in_title p {
                            font-size: 32px;
                            text-align: center;
                            font-weight: bold;
                            padding-top: 50px;
                            text-transform: uppercase;
                            color: #009ddc
                        }
                        
                        .index_process .in_title h5 span {
                            display: inline-block;
                            vertical-align: middle;
                            padding: 0 15px;
                            color: #fff
                        }
                        
                        .index_process .in_title h5 i {
                            display: inline-block;
                            vertical-align: middle;
                            width: 230px;
                            height: 3px
                        }
                        
                        .index_process .in_title h5 .in_title_l {
                            background: url('/public/upload/image/titl02.png') no-repeat right center
                        }
                        
                        .index_process .in_title h5 .in_title_r {
                            background: url('/public/upload/image/titr02.png') no-repeat left center
                        }
                        
                        .in_process_main {
                            height: 180px;
                            background: url('/public/upload/image/dzlc01.png') no-repeat center top
                        }
                        
                        .in_process_main ul {
                            text-align: center;
                            padding-top: 140px
                        }
                        
                        .in_process_main ul li {
                            float: left;
                            width: 132px;
                            margin-left: 73px;
                            font-size: 16px;
                            color: #fff
                        }
                        
                        .in_process_main ul li:nth-of-type(1) {
                            margin-left: 0
                        }
                        
                        .index_case ul {
                            padding-bottom: 70px
                        }
                        
                        .in_title font {
                            display: block;
                            font-size: 18px;
                            color: #666;
                            margin-top: 10px;
                            text-align: center
                        }
                        
                        .in_case_main ul li {
                            width: 375px;
                            border: 1px solid #999999;
                            float: left;
                            padding-bottom: 50px;
                            transition: .8s;
                            position: relative;
                            margin-left: 22px
                        }
                        
                        .in_case_main ul li:nth-of-type(1) {
                            margin-left: 0
                        }
                        
                        .in_case_main ul li h5 {
                            overflow: hidden;
                            position: relative
                        }
                        
                        .in_case_main ul li h5 img {
                            transition: .8s;
                            width: 100%
                        }
                        
                        .in_case_main ul li h4 {
                            margin: 15px 0
                        }
                        
                        .in_case_main ul li h4 a {
                            font-size: 18px;
                            font-weight: bold;
                            text-align: center;
                            display: block;
                            color: #333
                        }
                        
                        .in_case_main ul li h4 em {
                            display: block;
                            width: 32px;
                            height: 3px;
                            background: #999999;
                            margin: 20px auto 0 auto
                        }
                        
                        .in_case_main ul li h6 {
                            font-size: 14px;
                            line-height: 24px;
                            height: 72px;
                            overflow: hidden;
                            padding: 0 25px;
                            color: #333
                        }
                        
                        .in_case_main ul li font {
                            position: absolute;
                            left: 50%;
                            width: 140px;
                            height: 36px;
                            line-height: 36px;
                            margin-left: -70px;
                            bottom: -18px;
                            background: #7b7b7b;
                            text-align: center;
                            transition: .8s;
                            font-size: 14px
                        }
                        
                        .in_case_main ul li font a {
                            color: #fff
                        }
                        
                        .in_case_main ul li:hover {
                            border: 1px solid #006cc2
                        }
                        
                        .in_case_main ul li:hover h5 img {
                            transform: scale(1.1)
                        }
                        
                        .in_case_main ul li:hover font {
                            background: #006cc2
                        }
                        
                        .index_about {
                            padding-bottom: 30px;
                            background: url('/public/upload/image/bg01.png') repeat left top
                        }
                        
                        .in_about_l {
                            width: 596px;
                            height: 380px
                        }
                        
                        .in_about_r {
                            width: 535px;
                            height: 320px;
                            background: #fff;
                            padding: 30px;
                            position: relative
                        }
                        
                        .in_about_r h5 {
                            font-size: 25px;
                            margin-bottom: 30px
                        }
                        
                        .in_about_r h5 span {
                            display: block;
                            width: 14px;
                            height: 25px;
                            position: absolute;
                            left: 0;
                            top: 31px;
                            background: url('/public/upload/image/aboicon01.png') no-repeat center
                        }
                        
                        .in_about_r h5 a {
                            font-size: 25px;
                            font-weight: bold;
                            color: #333
                        }
                        
                        .in_about_r h5 i {
                            display: block;
                            font-size: 16px;
                            color: #999;
                            text-transform: uppercase
                        }
                        
                        .in_about_r p {
                            font-size: 14px;
                            line-height: 24px
                        }
                        
                        .in_about_r a.in_about_more {
                            display: block;
                            width: 124px;
                            height: 35px;
                            line-height: 35px;
                            text-align: center;
                            font-size: 14px;
                            color: #fff;
                            background: #006cc2;
                            border-radius: 5px;
                            margin-top: 30px
                        }
                        
                        .index_news {
                            padding-bottom: 50px;
                            height: 654px
                        }
                        
                        .in_news_l {
                            width: 800px;
                            position: relative
                        }
                        
                        .in_news_l_title {
                            border: 3px solid #006cc2;
                            background: #fff;
                            margin-bottom: 30px
                        }
                        
                        .in_news_l_title a {
                            float: left;
                            width: 50%;
                            color: #222;
                            height: 55px;
                            line-height: 55px;
                            position: relative;
                            text-align: center;
                            font-size: 18px
                        }
                        
                        .in_news_l_title a.active {
                            background: #006cc2;
                            color: #fff
                        }
                        
                        .in_news_l_title a i {
                            text-transform: uppercase;
                            font-size: 14px
                        }
                        
                        .in_news_list {
                            display: none
                        }
                        
                        .in_news_list.active {
                            display: block
                        }
                        
                        .in_news_list dl {
                            padding: 0 0 20px 325px;
                            position: relative;
                            height: 200px
                        }
                        
                        .in_news_list dl dt {
                            width: 305px;
                            height: 196px;
                            position: absolute;
                            left: 0;
                            top: 0
                        }
                        
                        .in_news_list dl dd.dd1 {
                            height: 30px;
                            line-height: 30px;
                            font-weight: bold
                        }
                        
                        .in_news_list dl dd.dd1 a {
                            color: #000;
                            font-size: 16px;
                            float: left;
                            width: 380px;
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis
                        }
                        
                        .in_news_list dl dd.dd1 span {
                            float: right;
                            font-size: 13px;
                            color: #555
                        }
                        
                        .in_news_list dl dd.dd2 {
                            margin-top: 5px;
                            line-height: 24px;
                            font-size: 13px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            display: -webkit-box;
                            -webkit-line-clamp: 4;
                            -webkit-box-orient: vertical;
                            height: 96px
                        }
                        
                        .in_news_list dl dd.dd3 {
                            margin-top: 25px
                        }
                        
                        .in_news_list dl dd.dd3 a {
                            display: block;
                            width: 99px;
                            height: 33px;
                            line-height: 33px;
                            text-align: center;
                            background: #006cc2;
                            color: #fff;
                            font-size: 14px;
                            border-radius: 5px
                        }
                        
                        .in_news_list ul {
                            margin-top: 20px
                        }
                        
                        .in_news_list ul li {
                            height: 40px;
                            float: left;
                            width: 49%;
                            border-bottom: 1px dashed #d0d0d0;
                            line-height: 40px;
                            padding-left: 20px;
                            font-size: 13px;
                            background: url('/public/upload/image/newsicon.png') no-repeat left center
                        }
                        
                        .in_news_list ul li:nth-child(odd) {
                            margin-right: 2%
                        }
                        
                        .in_news_list ul li a {
                            float: left;
                            width: 265px;
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            color: #000
                        }
                        
                        .in_news_list ul li span {
                            float: right;
                            color: #000;
                            width: 80px
                        }
                        
                        .in_news_r {
                            width: 340px
                        }
                        
                        .in_news_r_title {
                            text-align: center
                        }
                        
                        .in_news_r_title a {
                            color: #fff;
                            display: block;
                            height: 52px;
                            background: #006cc2;
                            font-size: 18px;
                            line-height: 52px
                        }
                        
                        .in_news_r_main {
                            height: 369px;
                            margin-top: 10px;
                            position: relative;
                            overflow: hidden
                        }
                        
                        .in_news_r_main ul {
                            height: 369px;
                            margin-top: 10px;
                            position: relative;
                            overflow: auto
                        }
                        
                        .in_news_r_main ul li {
                            padding: 15px 0;
                            font-size: 14px;
                            width: 100%;
                            border-bottom: 1px dashed #e7e7e7
                        }
                        
                        .in_news_r_main ul li h5 {
                            padding: 2px 0;
                            padding-left: 30px;
                            display: block;
                            background: url('/public/upload/image/news_q.png') no-repeat left center
                        }
                        
                        .in_news_r_main ul li h5 a {
                            color: #333;
                            font-weight: bold;
                            font-size: 16px;
                            height: 22px;
                            line-height: 22px
                        }
                        
                        .in_news_r_main ul li p {
                            height: 60px;
                            margin-top: 13px;
                            overflow: auto;
                            color: #868686;
                            line-height: 20px;
                            height: 60px;
                            padding-left: 30px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            display: -webkit-box;
                            -webkit-line-clamp: 3;
                            -webkit-box-orient: vertical;
                            background: url('/public/upload/image/news_a.png') no-repeat left top
                        }
                        
                        .index_links {
                            background: url('/public/upload/image/l_bg.png');
                            padding-bottom: 20px
                        }
                        
                        .index_links h4 {
                            background: url('/public/upload/image/yqljbd.png') no-repeat center 45px;
                            text-align: center;
                            margin-bottom: 20px
                        }
                        
                        .index_links h4 em {
                            display: block;
                            margin: 0 auto;
                            font-size: 32px;
                            color: #ccc;
                            height: 30px;
                            line-height: 30px;
                            font-weight: bold
                        }
                        
                        .index_links h4 span {
                            color: #333;
                            font-size: 26px
                        }
                        
                        .index_links p {
                            display: block
                        }
                        
                        .index_links p a {
                            display: inline-block;
                            margin: 0 10px 10px 0;
                            font-size: 14px;
                            color: #555;
                            transition: .5s
                        }
                        
                        .index_links p a:hover {
                            color: #006cc2
                        }
                        
                        .footer {
                            background: #006cc2
                        }
                        
                        .footer .container {
                            position: relative
                        }
                        
                        .footer a {
                            color: #fff
                        }
                        
                        .footer .f_left {
                            width: 180px;
                            text-align: center;
                            background: #fff;
                            position: absolute;
                            left: 0;
                            top: 25px
                        }
                        
                        .footer .f_left dl {
                            margin-bottom: 0
                        }
                        
                        .footer .f_left dl dt {}
                        
                        .footer .f_left dl dt img {
                            display: block;
                            margin: 10px auto;
                            width: 160px;
                            height: 160px
                        }
                        
                        .footer .f_left dl dd.dd1 {
                            font-size: 11px;
                            color: #333;
                            margin-bottom: 0
                        }
                        
                        .footer .f_left dl dd.dd2 {
                            font-size: 12px;
                            width: 105px;
                            margin: 0 auto 6px auto;
                            height: 9px;
                            position: relative;
                            border-bottom: 1px solid #999999
                        }
                        
                        .footer .f_left dl dd.dd2 i {
                            display: block;
                            width: 70px;
                            margin: 0 auto;
                            background: #fff;
                            color: #333
                        }
                        
                        .footer .f_left dl dd.dd3 {
                            color: #006cc2;
                            font-weight: bold;
                            margin-bottom: 0
                        }
                        
                        .footer .f_top {
                            margin-left: 180px;
                            height: 50px;
                            border-bottom: 1px solid #cdcdcd;
                            padding-left: 40px
                        }
                        
                        .footer .f_top ul.top_ul li {
                            float: left;
                            height: 50px;
                            line-height: 50px;
                            padding: 0 19px;
                            font-size: 14px
                        }
                        
                        .footer .f_top ul.top_ul li:first-child {
                            padding-left: 0
                        }
                        
                        .footer .f_top ul.top_ul li:hover a {
                            color: #fff
                        }
                        
                        .footer .f_bot {
                            margin-left: 180px;
                            padding: 32px 0 0 40px;
                            height: 200px
                        }
                        
                        .footer .f_bot ul.bot_ul1 {
                            padding: 0 55px 0 55px;
                            border-left: 1px solid #cdcdcd;
                            float: left;
                            height: 190px
                        }
                        
                        .footer .f_bot ul.bot_ul1:first-child {
                            padding-left: 0;
                            border-left: none
                        }
                        
                        .footer .f_bot ul.bot_ul1 li {
                            line-height: 28px;
                            font-size: 13px;
                            position: relative;
                            color: #fff
                        }
                        
                        .footer .f_bot ul.bot_ul1 li i {
                            display: block;
                            height: 18px;
                            width: 3px;
                            background: #fff;
                            position: absolute;
                            left: -19px;
                            top: 0
                        }
                        
                        .footer .f_bot ul.bot_ul1 li:first-child {
                            font-size: 14px;
                            font-weight: bold;
                            margin-bottom: 15px;
                            height: 18px;
                            line-height: 18px
                        }
                        
                        .footer .f_bot ul.bot_ul1 li:first-child a {
                            color: #fff
                        }
                        
                        .footer .f_bot ul.bot_ul1 li:hover a {
                            color: #fff
                        }
                        
                        .f_icp {
                            text-align: center;
                            height: 43px;
                            line-height: 43px;
                            background: #006cc2;
                            color: #fff;
                            font-size: 13px
                        }
                        
                        .f_icp a {
                            color: #fff
                        }
                        
                        .f_icp img {
                            position: relative;
                            top: 5px;
                            left: 5px
                        }
                        
                        a:hover {
                            text-decoration: none
                        }
                        
                        .footer_meta {
                            text-align: center;
                            height: 70px;
                            line-height: 30px;
                            background: #006cc2;
                            color: #fff;
                            font-size: 13px
                        }
                        
                        .footer_meta a,
                        .footer_meta b,
                        .footer_meta span,
                        .footer_meta font {
                            color: #fff;
                            font-size: 13px
                        }
                        
                        .nei_banner {
                            overflow: hidden
                        }
                        
                        .main {
                            background: #EBEBEB;
                            padding: 20px 0
                        }
                        
                        .main_l {
                            width: 20%;
                            overflow: hidden
                        }
                        
                        .main_l .in_pro_l {
                            margin-bottom: 15px;
                            display: block;
                            float: none
                        }
                        
                        .main_l .in_pro_l h2 {
                            width: 100%
                        }
                        
                        .main_l .in_pro_l .in_pro_l_main {
                            width: 100%;
                            background: #fff;
                            padding: 12px 2px;
                            height: auto;
                            overflow-y: auto;
                            border-radius: 5px;
                            height: 1100px;
                            box-sizing: content-box
                        }
                        
                        .main_l .in_pro_l .in_pro_l_main ul {
                            height: auto
                        }
                        
                        .main_l_pro h3 {
                            padding-left: 90px;
                            height: 100px;
                            background: url('/public/upload/image/pro_h2.png') no-repeat 35px center;
                            background-color: #006cc2;
                            font-weight: normal;
                            line-height: 100px;
                            font-size: 18px;
                            color: #fff;
                            border-radius: 10px 10px 0 0
                        }
                        
                        .main_l_pro ul {
                            overflow: hidden;
                            display: block;
                            border-radius: 0 0 10px 10px;
                            margin-bottom: 15px;
                            border-top: none;
                            border-bottom: 1px solid #e3e0e0;
                            background: #fff
                        }
                        
                        .main_l_pro ul li {
                            overflow: hidden;
                            width: 100%
                        }
                        
                        .main_l_pro ul li>a {
                            display: block;
                            padding-left: 35px;
                            height: 54px;
                            line-height: 54px;
                            font-size: 16px;
                            text-decoration: none;
                            background: url('/public/upload/image/pro_s.png') no-repeat 190px center;
                            border-bottom: 1px solid #e3e0e0;
                            color: #000
                        }
                        
                        .main_l_pro ul li .main_l_pro_nav {
                            overflow: hidden;
                            padding: 0;
                            padding-left: 23px;
                            font-size: 14px;
                            height: 0;
                            transition: .8s;
                            line-height: 35px;
                            color: #666;
                            border-bottom: 1px solid #e3e0e0
                        }
                        
                        .main_l_pro ul li.active .main_l_pro_nav {
                            height: auto;
                            padding: 15px 0
                        }
                        
                        .main_l_pro ul li .main_l_pro_nav a {
                            display: block;
                            padding-left: 25px;
                            text-decoration: none
                        }
                        
                        .main_l_pro ul li.active>a {
                            color: #fff;
                            background: #009ddc url('/public/upload/image/pro_s2.png') no-repeat 190px center
                        }
                        
                        .main_l_pro ul li .main_l_pro_nav a:hover {
                            color: #009ddc;
                            background: url('/public/upload/image/02.png') no-repeat left center
                        }
                        
                        .main_l_contact {
                            overflow: hidden;
                            padding: 30px 0;
                            padding-left: 75px;
                            border-radius: 10px;
                            background: url('/public/upload/image/pro_phone.png') no-repeat 20px center;
                            background-color: #006cc2
                        }
                        
                        .main_l_contact p {
                            font-size: 16px;
                            color: #fff
                        }
                        
                        .main_l_contact b {
                            display: block;
                            font-size: 20px;
                            color: #fff
                        }
                        
                        .main_r {
                            width: 80%;
                            padding: 0 25px 20px 25px;
                            background: #fff;
                            float: right
                        }
                        
                        .pos {
                            overflow: hidden;
                            padding-top: 20px;
                            margin-bottom: 20px;
                            padding-bottom: 9px;
                            border-bottom: 1px solid #006cc2;
                            line-height: 20px
                        }
                        
                        .pos h5 {
                            float: left;
                            padding-left: 26px;
                            font-weight: bold;
                            margin-right: 10px;
                            font-size: 18px;
                            line-height: 22px;
                            background: url('/public/upload/image/dhtiticon1.png') no-repeat
                        }
                        
                        .pos_info {
                            margin-left: 10px;
                            color: #006cc2;
                            font-size: 14px
                        }
                        
                        .pos_info a,
                        .pos_info font,
                        .pos_info b,
                        .pos_info span {
                            color: #006cc2;
                            font-size: 14px
                        }
                        
                        .product ul li {
                            display: block;
                            width: 32%;
                            float: left;
                            margin: 15px 1.333% 0 0
                        }
                        
                        .product ul li:nth-child(4n+4) {
                            margin-right: 0
                        }
                        
                        .product ul li h5 {
                            overflow: hidden
                        }
                        
                        .product ul li img {
                            transition: .8s
                        }
                        
                        .product ul li p a {
                            display: block;
                            text-align: center;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden;
                            font-size: 14px;
                            color: #333333;
                            font-weight: normal;
                            transition: .5s;
                            padding: 10px 0;
                            border-bottom: 1px solid transparent;
                            text-align: center
                        }
                        
                        .product ul li:hover img {
                            transform: scale(1.1)
                        }
                        
                        .product ul li:hover p a {
                            border-bottom: 1px solid #006cc2
                        }
                        
                        .function {
                            padding: 5px 10px;
                            margin-top: 20px;
                            text-align: right;
                            margin-bottom: 20px
                        }
                        
                        .function span {
                            height: 30px;
                            line-height: 30px;
                            color: #ccc;
                            font-size: 12px
                        }
                        
                        .function a {
                            margin-left: 5px;
                            padding: 0 10px;
                            height: 28px;
                            line-height: 28px;
                            color: #ccc;
                            transition: .5s;
                            border: 1px solid #ccc;
                            text-decoration: none
                        }
                        
                        .function a.active,
                        .function a:hover {
                            background: #006cc2;
                            color: #fff
                        }
                        
                        .main_t_news,
                        .main_t_product {
                            display: block;
                            margin-top: 20px
                        }
                        
                        .main_t_news h4,
                        .main_t_product h4 {
                            padding-left: 12px;
                            height: 36px;
                            line-height: 36px;
                            color: #006cc2;
                            font-weight: normal;
                            border-bottom: 1px solid #006cc2;
                            font-size: 18px
                        }
                        
                        .main_t_news ul li {
                            height: 28px;
                            line-height: 28px;
                            width: 49%;
                            float: left;
                            overflow: hidden;
                            margin-top: 10px
                        }
                        
                        .main_t_news ul li:nth-child(odd) {
                            margin-right: 2%
                        }
                        
                        .main_t_news ul li a {
                            width: 240px;
                            display: block;
                            background: url('/public/upload/image/ico55.gif') no-repeat 0 1px;
                            padding-left: 20px;
                            overflow: hidden;
                            float: left;
                            white-space: nowrap;
                            transition: .5s;
                            text-overflow: ellipsis;
                            height: 18px;
                            line-height: 18px;
                            font-size: 14px
                        }
                        
                        .main_t_news ul li a:hover {
                            background: url('/public/upload/image/ico552.png') no-repeat left;
                            text-decoration: none;
                            color: #006cc2
                        }
                        
                        .main_t_news ul li font {
                            font-size: 12px;
                            line-height: 18px;
                            color: #ccc;
                            float: right;
                            display: inline
                        }
                        
                        .main_l_caroty h3 {
                            line-height: 90px;
                            height: 90px;
                            color: #fff;
                            overflow: hidden;
                            background: #006cc2 url('../../../public/ui/v2/static/plugin/xinhuiyuan/css/../images/newsico.png') no-repeat 35px center;
                            border-radius: 10px 10px 0 0;
                            padding-left: 80px
                        }
                        
                        .main_l_caroty ul {
                            padding: 11px 12px 12px 14px;
                            margin-bottom: 15px;
                            background: #fff
                        }
                        
                        .main_l_caroty ul li {
                            padding: 0 0 0 25px;
                            font-weight: 100;
                            line-height: 44px;
                            height: 44px;
                            overflow: hidden;
                            font-size: 16px;
                            margin-bottom: 10px
                        }
                        
                        .main_l_caroty ul li a {
                            color: #333;
                            display: block;
                            height: 24px;
                            line-height: 24px;
                            border-left: 4px solid transparent;
                            padding-left: 20px;
                            margin: 10px 0;
                            transition: .5s
                        }
                        
                        .main_l_caroty ul li:hover a {
                            border-left: 4px solid #006cc2;
                            color: #006cc2;
                            font-weight: bold
                        }
                        
                        .main_l_news h3 {
                            display: block;
                            background: #006cc2;
                            color: #fff;
                            font-size: 20px;
                            text-align: center;
                            margin-top: 10px;
                            height: 60px;
                            line-height: 60px
                        }
                        
                        .main_l_news ul {
                            border-top: 0;
                            padding: 5px 12px;
                            zoom: 1;
                            background: #fff;
                            padding-bottom: 10px;
                            margin-bottom: 10px
                        }
                        
                        .main_l_news ul li a {
                            background: url('/public/upload/image/dian.png') left center no-repeat;
                            margin: 15px 0;
                            line-height: 20px;
                            height: 20px;
                            display: block;
                            transition: .5s;
                            overflow: hidden;
                            padding-left: 20px;
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            font-size: 13px
                        }
                        
                        .main_l_news ul li a:hover {
                            color: #006cc2
                        }
                        
                        .conten_info {
                            display: block;
                            padding: 0 0 20px 0;
                            font-size: 16px !important
                        }
                        
                        .about ul li {
                            display: block;
                            width: 32%;
                            float: left;
                            margin-top: 10px;
                            margin-right: 1.333%;
                            height: 200px
                        }
                        
                        .about ul li:nth-child(3n+3) {
                            margin-right: 0
                        }
                        
                        .about ul li h5 {
                            padding: 1px;
                            border: 1px solid #d7d7d7;
                            display: block;
                            overflow: hidden;
                            transition: .8s
                        }
                        
                        .about ul li h5 img {
                            transition: .8s
                        }
                        
                        .about ul li p a {
                            padding: 5px 0;
                            text-align: center;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden;
                            font-size: 14px;
                            color: #333;
                            display: block;
                            transition: .5s
                        }
                        
                        .about ul li:hover h5 {
                            border: 1px solid #006cc2
                        }
                        
                        .about ul li:hover h5 img {
                            transform: scale(1.1)
                        }
                        
                        .about ul li:hover p a {
                            color: #006cc2
                        }
                        
                        .main_t_product ul li {
                            display: block;
                            width: 24%;
                            float: left;
                            margin-top: 10px;
                            margin-right: 1.333%
                        }
                        
                        .main_t_product ul li:nth-child(4n+4) {
                            margin-right: 0
                        }
                        
                        .main_t_product ul li h5 {
                            border: 1px solid #d7d7d7;
                            display: block;
                            overflow: hidden;
                            transition: .8s
                        }
                        
                        .main_t_product ul li h5 img {
                            transition: .8s
                        }
                        
                        .main_t_product ul li p a {
                            padding: 5px 0;
                            text-align: center;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden;
                            font-size: 12px;
                            color: #333;
                            display: block;
                            transition: .5s
                        }
                        
                        .main_t_product ul li:hover h5 img {
                            transform: scale(1.1)
                        }
                        
                        .main_t_product ul li:hover p a {
                            color: #006cc2
                        }
                        
                        .case ul li {
                            margin-top: 20px;
                            padding: 20px 15px;
                            transition: .8s
                        }
                        
                        .case ul li h4 {
                            width: 323px;
                            float: left;
                            border: 1px solid #d7d7d7;
                            display: block;
                            transition: .5s;
                            overflow: hidden
                        }
                        
                        .case ul li h4 img {
                            transition: .8s
                        }
                        
                        .case ul li .case_info {
                            padding-left: 15px;
                            float: left;
                            width: 500px;
                            line-height: 24px;
                            overflow: hidden;
                            color: #666
                        }
                        
                        .case ul li .case_info h5 {
                            padding-bottom: 5px;
                            height: 24px;
                            line-height: 24px;
                            overflow: hidden
                        }
                        
                        .case ul li .case_info h5 a {
                            text-overflow: ellipsis;
                            display: block;
                            white-space: nowrap;
                            font-size: 15px;
                            color: #006cc2;
                            font-weight: bold
                        }
                        
                        .case ul li .case_info p {
                            overflow: hidden;
                            font-size: 13px;
                            height: 182px
                        }
                        
                        .case ul li .case_info span {
                            display: block;
                            text-align: right
                        }
                        
                        .case ul li .case_info span a {
                            font-size: 14px;
                            color: #006cc2;
                            font-weight: bold
                        }
                        
                        .case ul li:hover {
                            background: #d7d7d7
                        }
                        
                        .case ul li:hover h4 {
                            border: 1px solid #006cc2
                        }
                        
                        .case ul li:hover img {
                            transform: scale(1.1)
                        }
                        
                        .news ul li {
                            display: block;
                            margin-top: 15px;
                            border-bottom: 1px solid #dcdcdc
                        }
                        
                        .news ul li:first-of-type {
                            margin-top: 0
                        }
                        
                        .news ul li .news_img {
                            display: block;
                            float: left;
                            overflow: hidden;
                            border: 1px solid #DCDCDC;
                            width: 20%;
                            transition: .5s
                        }
                        
                        .news ul li .news_img img {
                            transition: .8s
                        }
                        
                        .news ul li .news_info {
                            width: 80%;
                            float: left;
                            padding-left: 30px
                        }
                        
                        .news ul li .news_info h5 a {
                            display: block;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden;
                            font-size: 15px;
                            color: #333;
                            font-weight: bold;
                            transition: .5s
                        }
                        
                        .news ul li .news_info span {
                            display: block;
                            padding: 6px 0;
                            font-size: 12px;
                            color: #868686
                        }
                        
                        .news ul li .news_info p {
                            font-size: 12px;
                            color: #868686;
                            line-height: 20px;
                            padding-bottom: 7px
                        }
                        
                        .news ul li:hover .news_img {
                            border: 1px solid #006cc2
                        }
                        
                        .news ul li:hover .news_img img {
                            transform: scale(1.1)
                        }
                        
                        .news ul li:hover .news_info h5 a {
                            color: #006cc2
                        }
                        
                        .contact {
                            display: block;
                            padding: 0 0 10px 0;
                            width: 100%;
                            overflow: hidden
                        }
                        
                        .contact h5 {
                            font-size: 16px;
                            color: #3e3e3e;
                            margin-bottom: 10px
                        }
                        
                        .contact p {
                            font-size: 14px;
                            color: #898989;
                            margin-bottom: 10px
                        }
                        
                        .map_box {
                            width: 100%
                        }
                        
                        .page_dz_title {
                            display: block;
                            text-align: center;
                            font-size: 24px;
                            font-weight: bold;
                            color: #006cc2
                        }
                        
                        .page_dz_main ul li {
                            display: block;
                            background: url('/public/upload/image/page_dz_li_bg.jpg') no-repeat center bottom;
                            padding-bottom: 30px;
                            position: relative;
                            padding-left: 100px
                        }
                        
                        .page_dz_main ul li:last-of-type {
                            background: none
                        }
                        
                        .page_dz_main ul li::before {
                            content: " ";
                            position: absolute;
                            width: 96px;
                            height: 153px;
                            left: 0;
                            top: 0
                        }
                        
                        .page_dz_main ul li:nth-of-type(1)::before {
                            background: url('/public/upload/image/page_dz_img1.jpg') no-repeat left top
                        }
                        
                        .page_dz_main ul li:nth-of-type(2)::before {
                            background: url('/public/upload/image/page_dz_img2.jpg') no-repeat left top
                        }
                        
                        .page_dz_main ul li:nth-of-type(3)::before {
                            background: url('/public/upload/image/page_dz_img3.jpg') no-repeat left top
                        }
                        
                        .page_dz_main ul li:nth-of-type(4)::before {
                            background: url('/public/upload/image/page_dz_img4.jpg') no-repeat left top
                        }
                        
                        .page_dz_main ul li:nth-of-type(5)::before {
                            background: url('/public/upload/image/page_dz_img5.jpg') no-repeat left top
                        }
                        
                        .page_dz_main ul li:nth-of-type(6)::before {
                            background: url('/public/upload/image/page_dz_img6.jpg') no-repeat left top
                        }
                        
                        .page_dz_info h5 {
                            display: block;
                            font-weight: bold;
                            font-size: 20px;
                            color: #006cc2;
                            margin-bottom: 10px
                        }
                        
                        .page_dz_info:nth-of-type(1) {
                            margin-bottom: 10px
                        }
                        
                        .page_dz_info:nth-of-type(2) {
                            padding-bottom: 20px
                        }
                        
                        .page_dz_info p {
                            font-size: 14px;
                            color: #666;
                            line-height: 1.68
                        }
                        
                        .page_dz_info p a {
                            color: #006cc2
                        }
                        
                        .conten_title {
                            display: block;
                            text-align: center;
                            font-size: 20px;
                            font-weight: 600;
                            color: #666;
                            margin-bottom: 15px
                        }
                        
                        .conten_bianji {
                            display: block;
                            text-align: center;
                            padding-bottom: 5px;
                            margin-bottom: 5px;
                            border-bottom: 1px solid #8C8C8C
                        }
                        
                        .conten_bianji span {
                            display: inline-block;
                            font-size: 14px;
                            color: #8c8c8c;
                            margin: 0px 10px
                        }
                        
                        .conten_bianji span p {
                            display: inline-block;
                            color: #8c8c8c
                        }
                        
                        .conten_info p {
                            color: #666;
                            font-size: 16px !important;
                            line-height: 1.8
                        }
                        
                        .conten_info p video {
                            width: 889px;
                            height: 500px;
                        }
                        
                        .conten .bdshare-button-style0-16 {
                            text-align: left;
                            margin: 10px 0
                        }
                        
                        .conten_tag span {
                            display: inline-block;
                            font-size: 14px;
                            color: #8c8c8c;
                            padding: 8px 0
                        }
                        
                        .conten_tag {
                            display: block;
                            padding: 2px 0;
                            text-align: left
                        }
                        
                        .conten_tag a {
                            margin-left: 5px;
                            padding: 8px;
                            color: #8C8C8C;
                            border-radius: 5px;
                            font-size: 12px;
                            transition: .6s;
                            display: inline-block
                        }
                        
                        .conten_tag a:hover {
                            background: #006cc2;
                            color: #fff
                        }
                        
                        .conten .bdshare-button-style0-16 a {
                            float: none !important
                        }
                        
                        .conten_page {
                            display: block;
                            text-align: left;
                            border-top: 1px solid #8c8c8c;
                            padding-top: 10px
                        }
                        
                        .conten_page p {
                            display: block;
                            margin-bottom: 10px;
                            font-size: 16px;
                            color: #8c8c8c
                        }
                        
                        .conten_page p a {
                            font-size: 14px;
                            color: #8c8c8c
                        }
                        
                        .conten_article_other,
                        .conten_case_other {
                            display: block;
                            margin-top: 20px
                        }
                        
                        .conten_article_other h5,
                        .conten_case_other h5 {
                            font-size: 16px;
                            font-weight: 300;
                            color: #666;
                            padding-bottom: 10px;
                            margin-bottom: 10px;
                            border-bottom: 1px solid #8C8C8C
                        }
                        
                        .conten_article_other ul li {
                            display: block;
                            width: 48%;
                            float: left;
                            padding-bottom: 10px;
                            margin-bottom: 10px;
                            transition: .5s;
                            border-bottom: 1px solid #DCDCDC
                        }
                        
                        .conten_article_other ul li:nth-child(odd) {
                            margin-right: 4%
                        }
                        
                        .conten_article_other ul li a {
                            display: block;
                            width: 80%;
                            float: left;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden;
                            font-size: 12px;
                            transition: .5s;
                            color: #8c8c8c
                        }
                        
                        .conten_article_other ul li:hover {
                            border-bottom: 1px solid #006cc2
                        }
                        
                        .conten_article_other ul li:hover a {
                            color: #006cc2
                        }
                        
                        .conten_article_other ul li font {
                            font-size: 12px;
                            color: #8c8c8c;
                            display: block;
                            width: 20%;
                            float: right;
                            text-align: right
                        }
                        
                        .conten_case_other ul li {
                            display: block;
                            width: 24%;
                            float: left
                        }
                        
                        .conten_case_other ul li h6 {
                            overflow: hidden;
                            border: 1px solid #DCDCDC;
                            transition: .8s
                        }
                        
                        .conten_case_other ul li img {
                            transition: .8s
                        }
                        
                        .conten_case_other ul li p a {
                            display: block;
                            padding: 5px 0;
                            text-align: center;
                            transition: .8s;
                            position: relative;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            font-size: 12px;
                            color: #8C8C8C;
                            z-index: 1
                        }
                        
                        .conten_case_other ul li p a::before {
                            content: " ";
                            position: absolute;
                            z-index: -1;
                            width: 100%;
                            height: 100%;
                            background: #006cc2;
                            left: 0;
                            bottom: -100%;
                            transition: .8s
                        }
                        
                        .conten_case_other ul li:nth-of-type(2) {
                            margin: 0 1.333%
                        }
                        
                        .conten_case_other ul li:nth-of-type(3) {
                            margin: 0 1.333% 0 0
                        }
                        
                        .conten_case_other ul li:hover h6 {
                            border: 1px solid #006cc2
                        }
                        
                        .conten_case_other ul li:hover img {
                            transform: scale(1.1)
                        }
                        
                        .conten_case_other ul li:hover p a {
                            color: #fff
                        }
                        
                        .conten_case_other ul li:hover p a::before {
                            bottom: 0
                        }
                        
                        .prodetailsinfo {
                            padding: 15px 0;
                            clear: both;
                            zoom: 1;
                            margin-bottom: 30px
                        }
                        
                        .mswh5 {
                            padding-left: 10px;
                            font-weight: normal;
                            font-size: 14px;
                            color: #333;
                            background-color: #ededed;
                            line-height: 35px;
                            margin: 10px 0
                        }
                        
                        .proviewbox {
                            float: left;
                            width: 364px;
                            position: relative;
                            z-index: 5
                        }
                        
                        .probigshow {
                            position: relative;
                            width: 360px;
                            padding: 1px;
                            border: 1px solid #ddd;
                            overflow: hidden
                        }
                        
                        .probigshow .span_showtip {
                            position: absolute;
                            top: 0px;
                            left: 0px;
                            width: 81px;
                            height: 81px;
                            text-indent: -999em;
                            overflow: hidden
                        }
                        
                        .probigshow .showtip_1 {
                            background-position: 0 0
                        }
                        
                        .probigshow .showtip_2 {
                            background-position: 0 -81px
                        }
                        
                        .probigshow a.a_probigshow {
                            cursor: crosshair
                        }
                        
                        .zoomplepopup {
                            position: absolute;
                            top: 0px;
                            left: 0px;
                            display: none;
                            background: #fff;
                            border: 1px solid #e9493d;
                            overflow: hidden;
                            opacity: 0.5;
                            filter: alpha(opacity=50);
                            z-index: 10;
                            cursor: crosshair
                        }
                        
                        #probig_preview {
                            position: absolute;
                            visibility: hidden;
                            top: 0px;
                            left: 405px;
                            width: 340px;
                            height: 340px;
                            background: #fff;
                            border: 1px solid #ccc;
                            overflow: hidden
                        }
                        
                        #probig_preview img {
                            position: relative
                        }
                        
                        .div_prothumb {
                            position: relative;
                            padding: 25px 15px 0
                        }
                        
                        .thumbporbox {
                            position: relative;
                            width: 280px;
                            overflow: hidden;
                            margin: 0 auto
                        }
                        
                        .div_prothumb .span_prev,
                        .div_prothumb .span_next {
                            position: absolute;
                            top: 25px;
                            width: 35px;
                            height: 62px;
                            text-indent: -999em;
                            overflow: hidden;
                            cursor: pointer
                        }
                        
                        .div_prothumb .span_prev {
                            left: 0px;
                            _left: -25px;
                            background: url('/public/upload/image/pre01.png') no-repeat center top
                        }
                        
                        .div_prothumb .span_prevb {
                            background: url('/public/upload/image/pre01.png') no-repeat center top;
                            cursor: default
                        }
                        
                        .div_prothumb .span_next {
                            right: 0px;
                            background: url('/public/upload/image/next02.png') no-repeat center top
                        }
                        
                        .div_prothumb .span_nextb {
                            background: url('/public/upload/image/next02.png') no-repeat center top;
                            cursor: default
                        }
                        
                        .mswcpgs {
                            font-size: 16px;
                            color: #000;
                            padding-left: 10px;
                            border-left: 8px solid #EB2533;
                            margin-bottom: 20px
                        }
                        
                        .ul_prothumb {
                            position: relative;
                            width: 7500px;
                            overflow: hidden
                        }
                        
                        .ul_prothumb li {
                            float: left;
                            width: 70px;
                            height: 70px;
                            text-align: center
                        }
                        
                        .ul_prothumb img {
                            padding: 1px;
                            border: 1px solid #ddd;
                            width: 60px;
                            height: 60px
                        }
                        
                        .ul_prothumb li.now img {
                            border: 1px solid #009ddc
                        }
                        
                        .prodbaseinfo_a {
                            float: right;
                            width: 495px;
                            z-index: 1
                        }
                        
                        .h2_prodtitle {
                            font-size: 22px;
                            color: #414141;
                            padding: 2px 0 10px;
                            line-height: 1.6em;
                            border-bottom: 1px dashed #DCDCDC
                        }
                        
                        .ul_prodinfo {
                            padding: 6px 0;
                            overflow: hidden;
                            zoom: 1
                        }
                        
                        .ul_prodinfos {
                            margin-top: 48px;
                            padding: 6px 15px;
                            overflow: hidden;
                            zoom: 1;
                            background: #f3f3f3;
                            font-size: 14px;
                            font-weight: bold
                        }
                        
                        .ul_prodinfos li {
                            padding: 5px 0 10px;
                            font-size: 20px;
                            float: left;
                            height: 50px;
                            line-height: 50px
                        }
                        
                        .ul_prodinfos li.li_weight {
                            float: right
                        }
                        
                        .ul_prodinfo li {
                            font-size: 14px;
                            float: left;
                            padding: 6px 0;
                            min-height: 280px
                        }
                        
                        .ul_prodinfo li span {
                            font-size: 14px
                        }
                        
                        .other_product {
                            display: block;
                            margin-top: 10px
                        }
                        
                        .other_product h5 {
                            display: block;
                            padding: 10px 0;
                            font-size: 18px;
                            margin-bottom: 10px;
                            border-bottom: 1px solid #8C8C8C;
                            margin-bottom: 10px
                        }
                        
                        .info_product_conten .infp_product_con {
                            padding: 0 10px;
                            color: #8C8C8C
                        }
                        
                        .other_product ul li {
                            display: block;
                            width: 24%;
                            margin-right: 1%;
                            float: left;
                            margin-bottom: 10px
                        }
                        
                        .other_product ul li p {
                            display: block;
                            overflow: hidden
                        }
                        
                        .other_product ul li p img {
                            width: 100%;
                            transition: .6s
                        }
                        
                        .other_product ul li span {
                            display: block
                        }
                        
                        .other_product ul li span a {
                            padding: 5px 0;
                            font-size: 14px;
                            display: block;
                            transition: .6s;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden;
                            text-align: center;
                            color: #8C8C8C
                        }
                        
                        .other_product ul li:hover p img {
                            transform: scale(1.08)
                        }
                        
                        .other_product ul li:hover span a {
                            background: #006cc2;
                            color: #fff
                        }
                        
                        .li_normalprice,
                        .li_prono {
                            line-height: 24px
                        }
                        
                        .ul_prodinfo .li_prono,
                        .ul_prodinfo .li_marketprice,
                        .ul_prodinfo .li_volume,
                        .ul_prodinfo .li_weight,
                        .ul_prodinfo .li_jf,
                        .ul_prodinfo .li_brand .span_title {
                            color: #999
                        }
                        
                        .ul_prodinfo .li_brand {
                            width: 180px
                        }
                        
                        .li_prono {
                            line-height: 2.9em
                        }
                        
                        .ul_prodinfo .b_proprice {
                            font-size: 14px;
                            color: #ce1919;
                            font-weight: normal
                        }
                        
                        .ul_prodinfo a.a_brand {
                            color: #c00
                        }
                        
                        .ul_prodinfo a.a_brand:hover {
                            text-decoration: underline
                        }
                        
                        .ul_prodinfo .li_jf {
                            clear: both;
                            width: 300px
                        }
                        
                        .ul_prodinfo .li_jf b {
                            font-weight: normal;
                            color: #c00
                        }
                        
                        .ul_prodinfo .li_jf a.a_usejf {
                            display: -moz-inline-stack;
                            display: inline-block;
                            *display: inline;
                            *zoom: 1;
                            width: 80px;
                            height: 22px;
                            line-height: 22px;
                            line-height: 25px\9;
                            _line-height: 22px;
                            overflow: hidden;
                            background-position: -420px -120px;
                            text-align: center;
                            color: #fff;
                            margin: 0 0 0 8px;
                            filter: alpha(opacity=90);
                            opacity: 0.9;
                            vertical-align: middle
                        }
                        
                        .ul_prodinfo .li_jf a.a_usejf:hover {
                            filter: alpha(opacity=100);
                            opacity: 1.0
                        }
                        
                        .prodbaseinfo_a .div_choose {
                            background: #fcf0f0;
                            border: 1px solid #fbd2d2;
                            margin-top: 7px;
                            padding: 10px
                        }
                        
                        .prodbaseinfo_a .div_choose h3 {
                            font-weight: normal;
                            padding: 0 0 5px
                        }
                        
                        .ul_choosecolor {
                            overflow: hidden;
                            zoom: 1
                        }
                        
                        .ul_choosecolor li {
                            float: left;
                            position: relative;
                            width: 48px
                        }
                        
                        .ul_choosecolor li .span_lack {
                            position: absolute;
                            top: 0px;
                            left: 0px;
                            text-indent: -999em;
                            overflow: hidden;
                            width: 42px;
                            height: 42px;
                            background-position: 0 -300px
                        }
                        
                        .ul_choosecolor img {
                            border: 1px solid #c8c9cd
                        }
                        
                        .ul_choosecolor a:hover img,
                        .ul_choosecolor li.now img {
                            border: 1px solid #c00
                        }
                        
                        .prodbaseinfo_a .p_inputnum {
                            padding: 10px 0 0
                        }
                        
                        .prodbaseinfo_a .p_inputnum .txt {
                            border: 1px solid #c4c4c4;
                            width: 45px;
                            height: 15px;
                            text-align: center;
                            vertical-align: middle
                        }
                        
                        .prodbaseinfo_a .p_inputnum b {
                            font-weight: normal
                        }
                        
                        .product_info_title {
                            clear: both;
                            margin-bottom: 10px;
                            position: relative;
                            background-color: #eee;
                            height: 65px
                        }
                        
                        .product_info_title ul li.active {
                            height: 62px;
                            line-height: 62px;
                            border-top: 3px solid #006cc2;
                            position: relative
                        }
                        
                        .product_info_title ul li {
                            float: left;
                            transition: .5s;
                            cursor: pointer;
                            border-right: 1px solid #fff
                        }
                        
                        .product_info_title ul li h3 {
                            display: block;
                            width: 128px;
                            height: 65px;
                            line-height: 65px;
                            text-align: center;
                            font-size: 18px;
                            color: #333;
                            transition: .5s;
                            border-bottom: 0;
                            font-weight: normal
                        }
                        
                        .product_info_title ul li.active h3 {
                            height: 62px;
                            line-height: 58px;
                            background-color: #fff;
                            color: #006cc2
                        }
                        
                        .product_info_list {
                            display: none
                        }
                        
                        .product_info_list.active {
                            display: block
                        }
                        
                        .product_ask {
                            display: block;
                            margin-top: 20px
                        }
                        
                        .product_ask h3 {
                            margin-bottom: 20px;
                            font-size: 20px;
                            color: #006cc2;
                            font-weight: bold
                        }
                        
                        .div_readysale {
                            margin: 10px 0;
                            padding: 7px 6px 5px;
                            background: #fbd1bc;
                            border: 1px solid #fab98d;
                            font-family: "宋体"
                        }
                        
                        div.div_readysale a.a_toreadyinfo {
                            color: #c00
                        }
                        
                        div.div_readysale a.a_toreadyinfo:hover {
                            text-decoration: underline
                        }
                        
                        .div_buybtn {
                            height: 60px;
                            margin: 10px 0 3px;
                            border-bottom: 1px dashed #bbb;
                            overflow: hidden;
                            clear: both;
                            zoom: 1
                        }
                        
                        .div_buybtn a {
                            float: left;
                            height: 57px;
                            overflow: hidden
                        }
                        
                        .div_buybtnr {
                            border: none
                        }
                        
                        .div_buybtnr a {
                            float: right
                        }
                        
                        .div_buybtn .a_tobuy {
                            width: 199px;
                            text-indent: -999em;
                            background-position: 0 -50px
                        }
                        
                        .div_buybtn .a_addtofavor {
                            width: 104px;
                            text-indent: -999em;
                            background-position: -200px -50px;
                            margin-left: 6px;
                            _display: inline
                        }
                        
                        .div_proabs {
                            padding: 5px
                        }
                        
                        .ul_proabs {
                            line-height: 2.2em
                        }
                        
                        .ul_proabs .li_proupdate {
                            color: #c00;
                            font-weight: bold
                        }
                        
                        .ul_proabs b.b_numa {
                            color: #ffb005
                        }
                        
                        .ul_proabs a.a_tocomments {
                            color: #319ae1
                        }
                        
                        .ul_proabs a.a_tocomments:hover {
                            text-decoration: underline
                        }
                        
                        .prodetailsinfo_b {
                            margin: 15px 0;
                            word-wrap: break-word;
                            word-break: break-all;
                            clear: both
                        }
                        
                        .ul_property {
                            padding: 5px 10px;
                            overflow: hidden;
                            zoom: 1
                        }
                        
                        .ul_property li {
                            float: left;
                            height: 27px;
                            line-height: 27px;
                            width: 358px;
                            background: #f6f5f5;
                            border-bottom: 1px solid #fff;
                            border-left: 1px solid #fff;
                            overflow: hidden;
                            zoom: 1
                        }
                        
                        .ul_property span.span_title {
                            float: left;
                            height: 27px;
                            width: 90px;
                            background: #dbdbdb;
                            border-right: 1px solid #fff;
                            padding-right: 2px;
                            margin-right: 5px;
                            text-align: right;
                            _display: inline
                        }
                        
                        .ask_main {
                            display: block
                        }
                        
                        .ask_main h5 {
                            display: block;
                            font-size: 18px;
                            color: #666;
                            margin-bottom: 10px
                        }
                        
                        .guestbook_info {
                            display: block;
                            margin-bottom: 10px
                        }
                        
                        .guestbook_info span {
                            display: block;
                            font-size: 14px;
                            color: #8C8C8C;
                            margin-bottom: 10px
                        }
                        
                        .guestbook_sub {
                            display: block;
                            margin-top: 10px;
                            text-align: right
                        }
                        
                        .lisitemap {
                            float: left;
                            list-style: none
                        }
                        
                        .content_map {
                            display: block;
                            margin-bottom: 10px
                        }
                        
                        .content_map p {
                            display: block;
                            padding: 0 0 10px 0;
                            border-bottom: 2px solid #006cc2;
                            font-size: 16px;
                            margin-bottom: 10px;
                            color: #8C8C8C
                        }
                        
                        .content_map ul {
                            display: block
                        }
                        
                        .content_map ul li {
                            display: inline-block;
                            margin-left: 20px;
                            margin-bottom: 5px
                        }
                        
                        .content_map ul li a {
                            display: block;
                            border: 1px solid #DCDCDC;
                            color: #8C8C8C;
                            font-size: 14px;
                            transition: .6s;
                            padding: 5px
                        }
                        
                        .content_map ul li a:hover {
                            background: #006cc2;
                            color: #fff;
                            border: 1px solid #006cc2
                        }
                        
                        .tag_main {
                            display: block
                        }
                        
                        .tag_main h2 {
                            display: inline-block;
                            font-size: 18px;
                            font-weight: bold;
                            padding: 10px 0;
                            width: 60px;
                            text-align: center;
                            background: #006cc2;
                            color: #fff;
                            margin-bottom: 10px
                        }
                        
                        .tag_main ul li {
                            float: left;
                            margin: 0 18px 18px 0
                        }
                        
                        .tag_main ul li a {
                            padding: 0 11px;
                            height: 34px;
                            line-height: 34px;
                            border: 1px solid #cfcfcf;
                            font-size: 14px;
                            display: block;
                            color: #888;
                            text-align: center;
                            float: left
                        }
                        
                        .m_mune {
                            display: none
                        }
                        
                        @media only screen and (min-width:320px) and (max-width:1023px) {
                            .header_meta,
                            .logo_wel,
                            .logo_r,
                            .index_top,
                            .in_pro_l,
                            .in_pro_top,
                            .in_pro_r h3,
                            .index_zxzx,
                            .in_advan_img,
                            .in_advan_bd,
                            .in_eq_btnl,
                            .in_eq_btnr,
                            .index_eq,
                            .index_reason,
                            .index_process,
                            .in_about_r h5 span,
                            .in_news_l_title a i,
                            #divOranIm,
                            .in_news_list dl dd.dd1,
                            .in_news_list dl dd.dd2,
                            .in_news_list dl dd.dd3,
                            .index_links,
                            .footer .f_left,
                            .footer .f_top,
                            .footer .f_bot ul.bot_ul1:nth-of-type(1),
                            .footer .f_bot ul.bot_ul1:nth-of-type(2),
                            .footer .f_bot ul.bot_ul1:nth-of-type(3),
                            .footer_meta,
                            .main_l_pro h3,
                            .main_l_contact,
                            .client-2,
                            .pos h5 {
                                display: none
                            }
                            .m_mune {
                                display: block;
                                width: 20%;
                                float: right;
                                text-align: right
                            }
                            .m_mune i {
                                display: inline-block;
                                font-size: 36px;
                                color: #006cc2;
                                line-height: 50px;
                                padding-right: 5px
                            }
                            header {
                                padding: 5px 0
                            }
                            .logo_l {
                                width: 50%;
                                padding-left: 5px
                            }
                            nav ul li:first-child a {
                                background: none
                            }
                            nav {
                                position: fixed;
                                width: 0;
                                height: 0;
                                background: rgba(0, 0, 0, .64);
                                right: -100%;
                                top: -100%;
                                transition: 1s;
                                overflow: hidden;
                                overflow-y: auto;
                                z-index: 99
                            }
                            nav ul {
                                height: auto;
                                line-height: 1;
                                margin: 0px
                            }
                            nav ul li {
                                width: 100%;
                                border: 0;
                                height: auto;
                                border-bottom: 1px solid #fff
                            }
                            nav ul li a {
                                text-align: center;
                                font-size: 14px;
                                line-height: 24px;
                                padding: 8px 0 !important
                            }
                            .carousel-indicators .active,
                            .carousel-indicators li {
                                width: 20px
                            }
                            .in_title p {
                                font-size: 20px;
                                padding-top: 15px
                            }
                            .in_title h5 {
                                font-size: 20px;
                                margin-bottom: 5px
                            }
                            .in_title h5 a {
                                font-size: 20px;
                                padding: 0 5px
                            }
                            .in_title h5 i {
                                width: 15%
                            }
                            .in_pro_r {
                                display: block;
                                width: 100%
                            }
                            .in_pro_r_main ul li {
                                width: 48%;
                                display: none;
                                margin: 1% !important
                            }
                            .in_pro_r_main ul li:nth-of-type(1),
                            .in_pro_r_main ul li:nth-of-type(2),
                            .in_pro_r_main ul li:nth-of-type(3),
                            .in_pro_r_main ul li:nth-of-type(4) {
                                display: block
                            }
                            .in_pro_r_main ul li span a {
                                line-height: 1;
                                height: auto;
                                font-size: 12px;
                                padding: 5px 0
                            }
                            .index_product {
                                padding-bottom: 10px
                            }
                            .in_advan_top p {
                                padding-top: 15px;
                                font-size: 20px
                            }
                            .in_advan_top h2 {
                                font-size: 20px;
                                margin-bottom: 15px
                            }
                            .in_advan_top h2 span {
                                font-size: 20px;
                                padding: 0 5px
                            }
                            .in_advan_top h2 i {
                                width: 25px
                            }
                            .in_advan_top {
                                height: 100px;
                                background: url('/public/upload/image/advbg01.png') no-repeat center bottom
                            }
                            .in_advan_list {
                                height: auto;
                                margin-top: 0px
                            }
                            .in_advan_list .in_advan_info {
                                width: 100%;
                                height: auto;
                                box-sizing: border-box;
                                padding: 10px 0 !important;
                                padding-left: 80px !important
                            }
                            .in_advan_list .in_advan_info .in_advan_num {
                                top: 50%;
                                transform: translateY(-50%);
                                left: -25px !important
                            }
                            .in_advan_list .in_advan_info h3 {
                                font-size: 20px
                            }
                            .in_advan_list .in_advan_info h3 i {
                                margin: 5px 0;
                                font-size: 14px;
                                line-height: 1.46
                            }
                            .in_advan_list .in_advan_info p {
                                font-size: 12px;
                                line-height: 20px
                            }
                            .index_advan,
                            .in_advan_main {
                                height: auto
                            }
                            .in_title font {
                                font-size: 14px
                            }
                            .index_case ul {
                                padding-bottom: 15px
                            }
                            .in_case_main ul li {
                                width: 98%;
                                display: none;
                                padding-bottom: 20px;
                                margin: 10px 1% 0 1% !important
                            }
                            .in_case_main ul li:nth-of-type(1) {
                                display: block
                            }
                            .in_case_main ul li h4 {
                                margin: 10px 0
                            }
                            .in_case_main ul li h4 em {
                                margin-top: 10px
                            }
                            .in_about_main {
                                margin-top: 15px
                            }
                            .in_about_l,
                            .in_about_r {
                                display: block;
                                width: 100%;
                                height: auto
                            }
                            .index_about {
                                padding-bottom: 15px
                            }
                            .in_about_r {
                                padding: 10px
                            }
                            .in_about_r h5 {
                                font-size: 20px;
                                margin-bottom: 10px
                            }
                            .in_about_r h5 a {
                                font-size: 20px;
                                display: block;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                overflow: hidden;
                                margin-bottom: 10px
                            }
                            .in_about_r a.in_about_more {
                                width: 110px;
                                height: 25px;
                                line-height: 25px;
                                margin-top: 10px
                            }
                            .in_news_main {
                                margin-top: 15px
                            }
                            .in_news_l {
                                width: 100%
                            }
                            .in_news_l_title {
                                margin-bottom: 15px
                            }
                            .in_news_l_title a {
                                font-size: 16px;
                                height: 36px;
                                line-height: 36px
                            }
                            .in_news_list dl {
                                height: auto;
                                margin-bottom: 10px;
                                padding: 0
                            }
                            .in_news_list dl dt {
                                height: auto;
                                width: 100%;
                                display: block;
                                position: relative
                            }
                            .in_news_list ul {
                                margin-top: 0
                            }
                            .in_news_list ul li {
                                width: 98%;
                                margin: 0 1% !important;
                                height: auto;
                                line-height: 1;
                                padding: 10px 0 10px 20px
                            }
                            .in_news_list ul li a {
                                width: 73%
                            }
                            .in_news_list ul li span {
                                width: 27%
                            }
                            .in_news_r_title a {
                                height: 40px;
                                line-height: 40px;
                                margin-top: 15px
                            }
                            .in_news_r,
                            .in_news_r_main ul {
                                width: 100%
                            }
                            .index_news {
                                height: auto;
                                padding-bottom: 15px
                            }
                            .footer .f_bot {
                                margin: 15px 0;
                                padding: 0;
                                height: auto;
                                overflow: hidden
                            }
                            .footer .f_bot ul.bot_ul1 {
                                padding: 0 10px;
                                height: auto;
                                width: 100%
                            }
                            .footer .f_bot ul.bot_ul1 li:first-child a {
                                font-size: 18px
                            }
                            .footer .f_bot ul.bot_ul1 li {
                                line-height: 24px
                            }
                            .footer .f_bot ul.bot_ul1 li:first-child {
                                height: auto;
                                line-height: 1
                            }
                            body {
                                padding-bottom: 50px
                            }
                            .m_foot_btn {
                                width: 20%;
                                float: left;
                                height: 50px;
                                display: block;
                                padding-top: 5px;
                                text-align: center;
                                border-right: 1px solid #fff
                            }
                            .m_foot_btn:last-of-type {
                                border-right: 0
                            }
                            .m_foot_btn i {
                                color: #fff;
                                display: block;
                                font-size: 20px;
                                margin-bottom: 5px
                            }
                            .m_foot_btn span {
                                display: block;
                                text-align: center;
                                color: #fff;
                                font-size: 12px
                            }
                            .m_footer {
                                display: block;
                                height: 50px;
                                position: fixed;
                                bottom: 0px;
                                width: 100%;
                                left: 0px;
                                background: #006cc2;
                                z-index: 999;
                                border-top: 1px solid #fff
                            }
                            .main {
                                padding: 10px 0
                            }
                            .main_l {
                                width: 100%
                            }
                            .main_l_pro ul li>a {
                                height: 36px;
                                line-height: 36px;
                                font-size: 14px;
                                display: inline-block;
                                padding-left: 10px;
                                float: left;
                                background: none
                            }
                            .main_l_pro ul li.active .main_l_pro_nav {
                                padding: 0
                            }
                            .main_l_pro ul li .main_l_pro_nav {
                                height: 36px;
                                line-height: 36px;
                                font-size: 12px;
                                padding: 0;
                                display: inline-block;
                                padding-left: 5px
                            }
                            .main_l_pro ul li .main_l_pro_nav a {
                                padding-left: 15px;
                                display: inline-block
                            }
                            .main_l_pro {
                                overflow-x: auto
                            }
                            .main_l_pro ul li {
                                display: block;
                                float: none;
                                width: auto
                            }
                            .main_r {
                                width: 100%;
                                padding: 10px 5px
                            }
                            nav ul li span {
                                display: none
                            }
                            .pos {
                                padding-top: 0;
                                margin-bottom: 10px
                            }
                            .pos_info {
                                width: 100%;
                                float: left;
                                line-height: 1.46
                            }
                            .product ul li,
                            .about ul li,
                            .other_product ul li {
                                width: 48%;
                                margin: 1% !important
                            }
                            .main_t_news,
                            .main_t_product {
                                display: none
                            }
                            .main_l_caroty,
                            .in_pro_l {
                                overflow-x: auto;
                                padding: 0
                            }
                            .main_l_caroty ul,
                            .in_pro_l ul {
                                padding: 0
                            }
                            .main_l_caroty ul li,
                            .in_pro_l ul li,
                            .in_pro_l_main>a.in_pro_l_main_p {
                                padding: 0 10px 0 0;
                                height: 36px;
                                line-height: 36px;
                                font-size: 14px;
                                display: inline-block;
                                float: left;
                                margin-bottom: 0;
                                width: auto;
                                background: none;
                                color: #333;
                                text-indent: 0;
                                word-spacing: 0;
                                border-radius: 0;
                                letter-spacing: 0
                            }
                            .main_l .in_pro_l .in_pro_l_main ul {
                                display: inline-block;
                                float: left
                            }
                            .main_l .in_pro_l .in_pro_l_main {
                                padding: 10px;
                                border: 0;
                                overflow-x: auto;
                                overflow-y: auto
                            }
                            .main_l_caroty ul li a,
                            .in_pro_l ul li a {
                                margin: 0;
                                display: block;
                                height: 36px;
                                line-height: 36px;
                                padding-left: 0
                            }
                            .main_l_caroty h3,
                            .in_pro_l h2,
                            .main_l_news,
                            .in_pro_more {
                                display: none
                            }
                            .case ul li {
                                padding: 10px 0;
                                margin-top: 0
                            }
                            .case ul li .case_info {
                                padding-left: 0;
                                display: block;
                                width: 100%
                            }
                            .case ul li h4 {
                                width: 100%;
                                margin-bottom: 10px
                            }
                            .case ul li .case_info p {
                                height: auto
                            }
                            .news ul li .news_img {
                                display: none
                            }
                            .news ul li .news_info {
                                width: 100%;
                                padding-left: 0
                            }
                            .news ul li .news_info p {
                                overflow: hidden;
                                box-sizing: border-box
                            }
                            .conten_article_other ul li font {
                                width: 25%
                            }
                            .conten_article_other ul li a {
                                width: 75%
                            }
                            .conten_title {
                                margin-bottom: 10px;
                                font-size: 18px
                            }
                            .proviewbox,
                            .probigshow,
                            .thumbporbox,
                            .prodbaseinfo_a {
                                width: 100%
                            }
                            .prodbaseinfo_a {
                                padding-left: 0
                            }
                            .div_prothumb {
                                padding: 25px 38px 0
                            }
                            .ul_prodinfo li {
                                min-height: 1px
                            }
                            .ul_prodinfos {
                                margin-top: 10px;
                                padding: 6px 3px
                            }
                            .ul_prodinfos li {
                                font-size: 15px;
                                height: 36px;
                                line-height: 36px
                            }
                            .prodetailsinfo {
                                margin-bottom: 0
                            }
                            .ul_prodinfos {
                                display: none
                            }
                            .jqszoom,
                            .jqszoom img {
                                width: 100% !important
                            }
                            .product_info_title {
                                height: 39px
                            }
                            .product_info_title ul li.active {
                                height: 39px;
                                line-height: 39px
                            }
                            .product_info_title ul li h3 {
                                height: 39px;
                                line-height: 39px;
                                font-size: 16px
                            }
                            .product_info_title ul li.active h3 {
                                height: 36px;
                                line-height: 34px
                            }
                            .page_dz_title {
                                margin-bottom: 20px
                            }
                        }
                        
                        @media only screen and (min-width:768px) and (max-width:1023px) {
                            .in_case_main ul li {
                                width: 48%
                            }
                            .in_case_main ul li:nth-of-type(2) {
                                display: block
                            }
                            .in_pro_r_main ul li h5 {
                                text-align: center
                            }
                        }
                        
                        @media only screen and (min-width:1024px) and (max-width:1344px) {
                            .logo_l .logo_wel h5 {
                                font-size: 20px
                            }
                            .logo_l {
                                width: 74%
                            }
                            .logo_r {
                                width: 26%
                            }
                            nav ul li a {
                                padding: 0 15px
                            }
                            .logo_l .logo_wel {
                                padding-left: 20px;
                                margin-left: 20px
                            }
                            .in_pro_l_main,
                            .in_pro_l h2 {
                                width: 200px
                            }
                            .in_pro_r {
                                width: 725px
                            }
                            #divOranIm {
                                display: none
                            }
                            .in_pro_r_main ul li {
                                width: 32.33%;
                                margin: 10px 1% 0 0
                            }
                            .in_pro_l_main {
                                height: 803px
                            }
                            .in_advan_list .in_advan_img {
                                width: 343px
                            }
                            .in_advan_list .in_advan_info {
                                width: 355px
                            }
                            .in_zxzx_r,
                            .index_process {
                                display: none
                            }
                            .in_case_main ul li {
                                width: 32.33%;
                                margin-left: 1%
                            }
                            .in_about_l {
                                height: auto
                            }
                            .in_about_l,
                            .in_about_r {
                                width: 50%
                            }
                            .in_news_l {
                                width: 675px
                            }
                            .in_news_r {
                                width: 280px
                            }
                            .in_news_list dl dd.dd1 a {
                                width: 75%
                            }
                            .footer .f_top ul.top_ul li {
                                padding: 0 8px
                            }
                            .footer .f_bot ul.bot_ul1 {
                                padding: 0 40px
                            }
                            .footer_meta {
                                height: auto;
                                line-height: 20px;
                                padding: 10px 0;
                                font-size: 12px
                            }
                            .main_l_pro h3 {
                                padding-left: 60px;
                                background: url('/public/upload/image/pro_h2.png') no-repeat 15px center #006cc2
                            }
                            .main_l_pro ul li>a {
                                background: url('/public/upload/image/pro_s.png') no-repeat 175px center
                            }
                            .main_l_contact {
                                padding-left: 60px;
                                background: url('/public/upload/image/pro_phone.png') no-repeat 10px center #006cc2
                            }
                            .main_l_contact b {
                                font-size: 16px
                            }
                            .prodbaseinfo_a {
                                width: 325px
                            }
                            .ul_prodinfos {
                                margin-top: 49px
                            }
                            .propar {
                                display: none
                            }
                            .news ul li .news_info p {
                                overflow: hidden
                            }
                            .main_l_caroty h3 {
                                padding-left: 60px;
                                background: #006cc2 url('/public/upload/image/newsico.png') no-repeat 15px center
                            }
                            .case ul li h4,
                            .case ul li .case_info {
                                width: 50%
                            }
                        }
                        
                        .conten_info_s a {
                            color: #009946
                        }
                        
                        .client-2 {
                            position: fixed;
                            right: -170px;
                            top: 50%;
                            z-index: 900
                        }
                        
                        #client {
                            overflow: visible!important
                        }
                        
                        .client-2 li {
                            margin-top: 1px;
                            clear: both;
                            height: 71px;
                            position: relative
                        }
                        
                        .client-2 .my-kefu-main {
                            background: #004998;
                            width: 97px;
                            height: 70px;
                            position: relative;
                            padding: 9px 0 6px;
                            float: left;
                            transition: all 1s
                        }
                        
                        .client-2 .my-kefu-main:hover {
                            transform: translateX(-10px)
                        }
                        
                        .client-2 .my-kefu-left {
                            float: left;
                            width: 77px;
                            height: 47px;
                            position: relative
                        }
                        
                        .client-2 li a {
                            text-decoration: none;
                            color: #666;
                            word-wrap: break-word
                        }
                        
                        .client-2 .my-kefu-qq i {
                            background-position: 4px 5px
                        }
                        
                        .client-2 li i {
                            background: url('/public/upload/image/fx.png') no-repeat;
                            background-position-x: 0%;
                            background-position-y: 0%;
                            display: block;
                            width: 30px;
                            height: 27px;
                            margin: 0px auto;
                            text-align: center;
                            font-style: normal
                        }
                        
                        .client-2 li p {
                            height: 20px;
                            font-size: 14px;
                            line-height: 20px;
                            overflow: hidden;
                            text-align: center;
                            color: #fff
                        }
                        
                        .client-2 .my-kefu-right {
                            width: 20px
                        }
                        
                        .client-2 .my-kefu-tel-main {
                            background: #004998;
                            color: #fff;
                            height: 70px;
                            width: 247px;
                            padding: 9px 0 6px;
                            float: left;
                            transition: all 1s
                        }
                        
                        .client-2 .my-kefu-tel-main:hover {
                            transform: translateX(-160px)
                        }
                        
                        .client-2>ul {
                            overflow: visible
                        }
                        
                        .client-2 .my-kefu-tel-right {
                            font-size: 16px;
                            color: #fff;
                            float: left;
                            height: 24px;
                            line-height: 22px;
                            padding: 0 15px;
                            border-left: 1px solid #fff;
                            margin-top: 14px
                        }
                        
                        .client-2 .my-kefu-weixin i {
                            background-position: -34px 4px
                        }
                        
                        .client-2 .my-kefu-weixin-pic {
                            position: absolute;
                            left: -130px;
                            top: -24px;
                            display: none;
                            z-index: 333;
                            transition: all 2s
                        }
                        
                        #qrcodeShow:hover .my-kefu-weixin-pic {
                            display: block
                        }
                        
                        .my-kefu-weixin-pic img {
                            width: 115px;
                            height: 115px
                        }
                        
                        .client-2 .my-kefu-ftop i {
                            width: 33px;
                            height: 35px;
                            background-position: -27px -51px
                        }
                        
                        .client-2 .my-kefu-tel i {
                            background-position: 0 -21px
                        }
                        
                        .client-2 .my-kefu-liuyan i {
                            background-position: 4px -53px
                        }
                        
                        *a {
                            color: $first_color$
                        }
                        
                        .btn-outline.btn-primary {
                            color: $first_color$;
                            background-color: transparent;
                            border-color: $first_color$
                        }
                        
                        .btn-primary {
                            border-color: $first_color$;
                            background-color: $first_color$
                        }
                        
                        .btn-outline.btn-primary.active,
                        .btn-outline.btn-primary:active,
                        .btn-outline.btn-primary:focus,
                        .btn-outline.btn-primary:hover,
                        .open>.btn-outline.btn-primary.dropdown-toggle {
                            border-color: $first_color$;
                            background-color: $first_color$
                        }
                        
                        .modal-primary .modal-header {
                            background-color: $first_color$
                        }
                        
                        .radio-primary input[type=radio]:checked+label::before {
                            border-color: $first_color$
                        }
                        
                        .met-index-body {
                            padding: 50px 0
                        }
                        
                        .met-index-body h2 {
                            position: relative
                        }
                        
                        .met-index-body h2:after {
                            content: '';
                            position: absolute;
                            bottom: -11px;
                            left: 50%;
                            margin-left: -30px;
                            width: 60px;
                            height: 2px;
                            background-color: $first_color$
                        }
                        
                        .met-index-body h2 {
                            font-size: 30px;
                            color: #333
                        }
                        
                        .met-index-body p.desc {
                            font-size: 16px;
                            color: #666
                        }
                        
                        @media (max-width:991px) {
                            .met-index-body {
                                padding: 40px 0px
                            }
                        }
                        
                        @media (max-width:767px) {
                            .met-index-body h2 {
                                font-size: 24px
                            }
                            .met-index-body {
                                padding: 30px 0px
                            }
                        }
                        
                        body.met-navfixed {
                            padding-top: 60px
                        }
                        
                        .met-logo {
                            height: 60px
                        }
                        
                        .met-logo img {
                            max-height: 50px
                        }
                        
                        .met-nav {
                            min-height: 60px;
                            margin-bottom: 0;
                            box-shadow: none
                        }
                        
                        .met-nav [class*=animation-] {
                            -webkit-animation-duration: .5s;
                            animation-duration: .5s
                        }
                        
                        .met-nav .met-head-user {
                            margin-left: 15px;
                            line-height: initial
                        }
                        
                        .met-nav .no-login {
                            height: 60px
                        }
                        
                        .met-nav.navbar-shadow {
                            -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
                            box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
                            -webkit-animation-duration: .7s;
                            animation-duration: .7s
                        }
                        
                        .met-nav.navbar-fixed-top .navbar-right {
                            margin-right: 0
                        }
                        
                        .met-nav .navbar-logo {
                            height: 60px;
                            margin: 0;
                            margin-left: 0;
                            padding: 0;
                            display: block
                        }
                        
                        .met-nav .navbar-logo img {
                            max-height: 50px
                        }
                        
                        .met-nav .nav-item .nav-link {
                            color: #666;
                            position: relative;
                            z-index: 2;
                            font-size: 15px
                        }
                        
                        .met-nav .dropdown.open>a,
                        .met-nav .nav li>a.active {
                            color: #fff!important;
                            background-color: transparent
                        }
                        
                        .met-nav .navbar-nav>.open>.nav-link,
                        .met-nav .navbar-nav>.open>.nav-link:hover,
                        .met-nav .navbar-nav .nav-link.active:hover,
                        .met-nav .navbar-nav .nav-link.active {
                            background-color: transparent;
                            color: #fff
                        }
                        
                        .met-nav .nav-item {
                            position: relative
                        }
                        
                        .met-nav .nav-item .nav-link {
                            padding-left: 15px;
                            padding-right: 15px
                        }
                        
                        .met-nav .nav-item .nav-link:after {
                            content: '';
                            width: 100%;
                            height: 30px;
                            opacity: 0;
                            background-color: $first_color$;
                            left: 0;
                            position: absolute;
                            top: 0;
                            margin-top: 0px;
                            margin-left: 0px;
                            -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
                            transition: all .66s cubic-bezier(.17, .84, .44, 1);
                            z-index: -1;
                            border: none;
                            border-radius: 20px
                        }
                        
                        .met-nav .nav-item:hover .nav-link:after,
                        .met-nav .nav-item .nav-link.active::after {
                            opacity: 1;
                            top: 50%;
                            margin-top: -15px
                        }
                        
                        .met-nav .nav-item:hover .nav-link,
                        .met-nav .navlist .nav-item a.nav-link:hover {
                            color: #fff
                        }
                        
                        .met-nav .nav-item .nav-link i {
                            -webkit-transition: all .3s ease-out;
                            transition: all .3s ease-out;
                            margin-left: 5px
                        }
                        
                        .met-nav .nav-item .nav-link:hover i,
                        .met-nav .dropdown.open>a i {
                            -webkit-transform: rotate(180deg);
                            transform: rotate(180deg);
                            -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
                            transition: all .66s cubic-bezier(.17, .84, .44, 1)
                        }
                        
                        .met-nav #met-head-user-collapse .dropdown-item {
                            line-height: initial
                        }
                        
                        .met-nav #met-head-user-collapse .btn-primary {
                            color: $first_color$;
                            background-color: transparent;
                            border-color: $first_color$;
                            padding: 4px 10px;
                            -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
                            transition: all .66s cubic-bezier(.17, .84, .44, 1)
                        }
                        
                        .met-nav #met-head-user-collapse .btn-primary:hover {
                            color: #fff;
                            background-color: $first_color$;
                            border-color: $first_color$
                        }
                        
                        .met-nav #met-head-user-collapse .btn-success {
                            color: #666;
                            background-color: transparent;
                            border-color: #666;
                            padding: 4px 10px;
                            -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
                            transition: all .66s cubic-bezier(.17, .84, .44, 1)
                        }
                        
                        .met-nav #met-head-user-collapse .btn-success:hover {
                            color: #fff;
                            background-color: #666;
                            border-color: #666
                        }
                        
                        .met-nav .dropdown-item {
                            color: #666
                        }
                        
                        .met-nav .overflow-visible {
                            overflow: visible!important
                        }
                        
                        .met-nav .navlist-2 {
                            transform: translateY(-10%)
                        }
                        
                        .met-nav .navbar-toggler {
                            height: 60px;
                            line-height: 60px
                        }
                        
                        .met-nav .nav>li>a {
                            color: $first_color$
                        }
                        
                        .met-nav .nav>li>a i {
                            -webkit-transition: all .3s ease-out;
                            transition: all .3s ease-out
                        }
                        
                        .met-nav .nav li .link.active:after {
                            content: '';
                            width: 100%;
                            background-color: $first_color$;
                            left: 0;
                            position: absolute;
                            top: 0;
                            height: 2px;
                            -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
                            transition: all .66s cubic-bezier(.17, .84, .44, 1);
                            z-index: -1
                        }
                        
                        .met-nav .nav>li>.link:after {
                            content: '';
                            width: 0;
                            background-color: $first_color$;
                            left: 0;
                            position: absolute;
                            top: 0;
                            height: 2px;
                            -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
                            transition: all .66s cubic-bezier(.17, .84, .44, 1);
                            z-index: -1
                        }
                        
                        .met-nav .nav>li>.link:hover:after {
                            content: '';
                            width: 100%;
                            background-color: $first_color$;
                            left: 0;
                            position: absolute;
                            top: 0;
                            height: 2px;
                            -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
                            transition: all .66s cubic-bezier(.17, .84, .44, 1);
                            z-index: -1
                        }
                        
                        .met-nav .met-nav-login {
                            padding-top: 15px;
                            text-align: center
                        }
                        
                        .met-nav .dropdown-menu>li>a {
                            overflow: hidden;
                            -webkit-transition: all .3s ease-out;
                            transition: all .3s ease-out
                        }
                        
                        .met-nav .dropdown-menu>li>a:hover {
                            background: #f2f2f2 none repeat scroll 0 0;
                            text-indent: 5px;
                            -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
                            transition: all .66s cubic-bezier(.17, .84, .44, 1)
                        }
                        
                        @media (min-width:768px) {
                            .navbar-nav>.nav-item {
                                padding: 0px
                            }
                            .met-nav .nav>li>a {
                                padding: 0;
                                height: 60px;
                                line-height: 60px
                            }
                            .met-nav .dropdown-menu {
                                top: 48px;
                                border-radius: 0;
                                box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1)
                            }
                            .met-nav .dropdown-menu .dropdown-submenu>a:after {
                                display: none
                            }
                            .met-nav .dropdown-menu .dropdown-submenu>a i {
                                position: absolute;
                                right: 10px
                            }
                            .met-nav .dropdown-menu.bullet {
                                top: 60px
                            }
                            .met-nav .met-nav-login {
                                height: 60px;
                                padding-top: 0;
                                margin-left: 10px
                            }
                            .navbar-nav .nav-item .nav-link {
                                line-height: 18px
                            }
                            .met-nav .mblogo {
                                display: none
                            }
                        }
                        
                        @media (max-width:991px) {
                            .met-nav .navbar-logo img {
                                max-height: 30px
                            }
                            .met-nav .nav>li>a>i {
                                float: right
                            }
                            .met-nav .dropdown-menu .dropdown-submenu>a:after {
                                display: none
                            }
                            .met-nav .dropdown-menu .dropdown-submenu>a>i {
                                float: right
                            }
                        }
                        
                        @media (max-width:767px) {
                            .met-nav-btn:after {
                                display: table;
                                clear: both;
                                content: ''
                            }
                            .met-nav .nav>li {
                                margin-left: 0!important
                            }
                            .met-nav .nav>li>a {
                                padding: 10px 15px;
                                line-height: 25px
                            }
                            .met-nav .nav li .link.active:after {
                                height: 1px;
                                bottom: 0;
                                top: auto;
                                left: 15px
                            }
                            .met-nav .nav>li>.link:after {
                                height: 1px;
                                bottom: 0;
                                top: auto;
                                left: 15px
                            }
                            .met-nav .nav>li>.link:hover:after {
                                height: 1px;
                                bottom: 0;
                                top: auto;
                                left: 15px
                            }
                            .met-nav .dropdown-menu>li>.dropdown-menu>li>a {
                                padding-left: 40px
                            }
                            .met-nav .dropdown-menu.bullet:before,
                            .met-nav .dropdown-menu.bullet:after {
                                display: none
                            }
                            .met-nav .navbar-collapse.in {
                                -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
                                box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2)
                            }
                            .met-nav .navbar-logo {
                                float: none;
                                max-width: 90px;
                                margin: 0 auto
                            }
                            .met-nav .navbar-collapse {
                                width: 100%
                            }
                            .met-nav .navlist {
                                margin-left: 0;
                                margin-right: 0
                            }
                            .met-nav .met-head-user {
                                width: 100%;
                                margin: 0;
                                text-align: center
                            }
                            .met-nav .pclogo {
                                display: none
                            }
                        }
                        
                        .navbar-shadow {
                            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1)
                        }
                        
                        .met-banner .carousel-inner.met-banner-mh {
                            background: #ddd;
                            min-height: 300px
                        }
                        
                        .met-banner .carousel-control.right .icon {
                            border-radius: 50%
                        }
                        
                        .met-banner .carousel-control.left .icon {
                            border-radius: 50%
                        }
                        
                        @media (max-width:767px) {
                            .met-banner .carousel-inner {
                                min-height: auto
                            }
                        }
                        
                        @media (max-width:488px) {
                            .met-banner .carousel-inner.met-banner-mh {
                                min-height: 100px
                            }
                        }
                        
                        .met-banner .met-banner-text {
                            width: 100%;
                            height: 100%;
                            position: absolute;
                            left: 0;
                            top: 0;
                            z-index: 10
                        }
                        
                        .met-banner .met-banner-text .container {
                            height: 100%;
                            width: 85%
                        }
                        
                        .met-banner .met-banner-text .container .met-banner-text-con {
                            width: 100%;
                            height: 100%;
                            display: table;
                            text-align: center
                        }
                        
                        .met-banner .met-banner-text .container .met-banner-text-con.p-0 {
                            max-width: 50%;
                            text-align: left;
                            float: left
                        }
                        
                        .met-banner .met-banner-text .container .met-banner-text-con.p-1 {
                            max-width: 50%;
                            text-align: right;
                            float: right
                        }
                        
                        .met-banner .met-banner-text .container .met-banner-text-con.p-2>div {
                            vertical-align: top;
                            padding-top: 5%
                        }
                        
                        .met-banner .met-banner-text .container .met-banner-text-con.p-3>div {
                            vertical-align: bottom;
                            padding-bottom: 5%
                        }
                        
                        .met-banner .met-banner-text .container .met-banner-text-con>div {
                            display: table-cell;
                            vertical-align: middle
                        }
                        
                        .met-banner .met-banner-text .container .met-banner-text-con>div h3 {
                            margin: 0;
                            font-size: 50px;
                            font-weight: 300
                        }
                        
                        .met-banner .met-banner-text .container .met-banner-text-con>div p {
                            margin: 20px 0 0;
                            font-size: 24px;
                            font-weight: 300;
                            line-height: 1.2;
                            text-shadow: none
                        }
                        
                        .met-banner .met-banner-text .container .met-banner-text-con>div .btn {
                            position: relative;
                            z-index: 14;
                            margin-top: 30px;
                            font-size: 20px;
                            margin-left: $btn_margin$px;
                            margin-right: $btn_margin$px
                        }
                        
                        .met-banner .btn-outline.btn-default {
                            background: none!important;
                            border-color: $first_color$!important;
                            color: $first_color$!important;
                            border-radius: 5px 0
                        }
                        
                        .met-banner .btn-outline.btn-default:hover {
                            background: $first_color$!important;
                            color: #fff!important
                        }
                        
                        .met-banner .carousel-indicators li:after {
                            background: $first_color$
                        }
                        
                        .met-banner a.all-imgmask {
                            width: 100%;
                            height: 100%;
                            display: block;
                            position: absolute;
                            left: 0;
                            top: 0;
                            z-index: 13
                        }
                        
                        .met-banner-ny {
                            background-color: $page_top_bgcolor$;
                            height: 120px;
                            text-align: center
                        }
                        
                        .met-banner-ny h2,
                        .met-banner-ny h3 {
                            color: $bannersub_color$;
                            font-size: 35px;
                            font-weight: 300;
                            padding: 10px 30px;
                            margin: 0px;
                            text-shadow: none
                        }
                        
                        .met-banner .carousel-control {
                            width: 10%
                        }
                        
                        @media screen and (min-width:768px) {
                            .met-banner a.mobile {
                                display: none
                            }
                            .met-banner .mobile_img {
                                display: none !important
                            }
                            .met-banner .mobile-content {
                                display: none !important
                            }
                        }
                        
                        @media screen and (max-width:767px) {
                            .met-banner a.pc {
                                display: none
                            }
                            .met-banner .pc_img {
                                display: none !important
                            }
                            .met-banner .pc-content {
                                display: none !important
                            }
                            .met-banner .met-banner-text .container .met-banner-text-con.p-0 {
                                max-width: 90%
                            }
                            .met-banner .met-banner-text .container .met-banner-text-con.p-1 {
                                max-width: 90%
                            }
                        }
                        
                        @media (max-width:400px) {
                            .met-banner .met-banner-text .container .met-banner-text-con>div h3 {
                                font-size: 16px
                            }
                            .met-banner .met-banner-text .container .met-banner-text-con>div p {
                                font-size: 12px
                            }
                            .met-banner .met-banner-text .container .met-banner-text-con>div .btn {
                                padding: 5px 10px
                            }
                        }
                        
                        .met-banner .carousel-control .icon {
                            width: 50px;
                            height: 50px;
                            margin-top: -25px;
                            border-radius: 100%;
                            background: #fff;
                            font: 40px/50px '宋体';
                            text-align: center;
                            color: $first_color$
                        }
                        
                        @media (max-width:767px) {
                            .met-banner .met-banner-text .container .met-banner-text-con>div h3 {
                                font-size: 30px
                            }
                            .met-banner .met-banner-text .container .met-banner-text-con>div p {
                                font-size: 16px
                            }
                            .met-banner .met-banner-text .container .met-banner-text-con>div .btn {
                                font-size: 16px
                            }
                            .met-banner .carousel-control .icon {
                                width: 40px;
                                height: 40px;
                                margin-top: -20px;
                                font: 30px/40px '宋体'
                            }
                            .met-banner .met-banner-text .container .met-banner-text-con>div .btn {
                                margin-left: $mbtn_margin$px;
                                margin-right: $mbtn_margin$px
                            }
                            .met-banner-ny {
                                height: 90px
                            }
                        }
                        
                        @media (max-width:488px) {
                            .met-banner .met-banner-text .container .met-banner-text-con>div h3 {
                                font-size: 20px
                            }
                            .met-banner .met-banner-text .container .met-banner-text-con>div p {
                                font-size: 14px;
                                margin-top: 10px
                            }
                            .met-banner .met-banner-text .container .met-banner-text-con>div .btn {
                                margin-top: 10px;
                                font-size: 12px
                            }
                            .met-banner .carousel-control .icon {
                                width: 30px;
                                height: 30px;
                                margin-top: -15px;
                                font: 20px/30px '宋体'
                            }
                        }
                        
                        .met-index-product .index-product-list li {
                            padding: 15px;
                            margin-bottom: 0px
                        }
                        
                        .met-index-product .index-product-list li .card-shadow {
                            border-bottom-width: 3px;
                            border-bottom-color: #ffffff;
                            border-bottom-style: solid
                        }
                        
                        .met-index-product .index-product-list h4 {
                            font-size: 18px;
                            color: #333
                        }
                        
                        .met-index-product .index-product-list p {
                            font-size: 14px;
                            color: #666;
                            margin-top: 10px;
                            display: block
                        }
                        
                        .met-index-product .index-product-list li a.txt-info {
                            padding: 10px
                        }
                        
                        .met-index-product .index-product-list li,
                        .met-index-product .index-product-list li a,
                        .met-index-product .index-product-list li .card-shadow {
                            transition: color 300ms ease 0ms, font-size 300ms ease 0ms, color 300ms ease 0ms, margin 300ms ease 0ms, padding 300ms ease 0ms, border 300ms ease 0ms, border 300ms ease 0ms, color 300ms ease 0ms
                        }
                        
                        .met-index-product .index-product-list li:hover .card-shadow {
                            border-bottom-color: $first_color$;
                            border-bottom-width: 3px
                        }
                        
                        .met-index-product .index-product-list li:hover h4 {
                            color: $first_color$
                        }
                        
                        .met-index-product .index-product-list .card {
                            border-radius: 0px
                        }
                        
                        .met-index-product .index-product-list {
                            margin-top: 40px
                        }
                        
                        .met-index-product .index-product-list .card {
                            -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .15);
                            box-shadow: 0 1px 10px rgba(0, 0, 0, .15)
                        }
                        
                        @media (max-width:767px) {
                            .met-index-product .index-product-list {
                                margin: 0 -5px;
                                margin-top: 20px
                            }
                            .met-index-product .index-product-list li {
                                padding: 5px
                            }
                        }
                        
                        .met-index-news .list-group li {
                            padding: 20px 15px;
                            margin-bottom: 0px
                        }
                        
                        .met-index-news .list-group li .media {
                            -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .15);
                            box-shadow: 0 1px 10px rgba(0, 0, 0, .15);
                            padding: 0px;
                            transition: color 300ms ease 0ms, color 300ms ease 0ms, margin 300ms ease 0ms, background-color 300ms ease 0ms
                        }
                        
                        .met-index-news .list-group .media .media-heading {
                            font-size: 18px;
                            margin-top: 15px
                        }
                        
                        .met-index-news .list-group .media .media-left {
                            padding: 0px
                        }
                        
                        .met-index-news .list-group .media .media-body {
                            padding-right: 15px;
                            padding-left: 15px;
                            padding-bottom: 9px
                        }
                        
                        .met-index-news .media-lg .media-object {
                            width: 200px;
                            height: 100%;
                            object-fit: cover
                        }
                        
                        @media (min-width:1024px) {
                            .met-index-news .list-group li .media:hover {
                                margin-right: 10px!important;
                                margin-left: -10px!important;
                                color: $first_color$
                            }
                        }
                        
                        @media (max-width:1600px) {
                            .met-index-news .media-lg .media-object {
                                width: 200px;
                                height: 100%;
                                object-fit: cover
                            }
                        }
                        
                        @media (max-width:992px) {
                            .met-index-news .list-group {
                                margin: 0px
                            }
                        }
                        
                        @media (max-width:767px) {
                            .met-index-news .list-group {
                                margin-top: 20px
                            }
                        }
                        
                        @media (max-width:479px) {
                            .met-index-news .media-lg .media-object {
                                width: 100%;
                                height: auto
                            }
                            .met-index-news .list-group li {
                                padding: 5px .9375rem
                            }
                        }
                        
                        .met-index-case .met-index-list {
                            margin-top: 40px
                        }
                        
                        .met-index-case .case-list {
                            padding: 10px;
                            text-align: center
                        }
                        
                        .met-foot-info .foot-nav a {
                            color: #333
                        }
                        
                        .met-foot-info .foot-nav a:hover {
                            color: $first_color$
                        }
                        
                        @media (max-width:767px) {
                            .met-index-case .met-index-list {
                                margin-top: 20px
                            }
                        }
                        
                        .met-foot-info {
                            padding: 20px 0px;
                            color: #aaa;
                            height: auto;
                            line-height: 1.8
                        }
                        
                        .met-foot-info p {
                            margin-bottom: 0px
                        }
                        
                        .met-foot-info a {
                            color: $first_color$
                        }
                        
                        .met-langlist .met-lang-other {
                            font-size: 15px;
                            color: #2a333c
                        }
                        
                        .met-langlist img {
                            margin-right: 2px;
                            position: relative;
                            top: -1px
                        }
                        
                        @media (max-width:767px) {
                            #met-langlist-modal .modal-center {
                                height: auto!important
                            }
                        }
                        
                        #met-langlist-modal .modal-content {
                            border-radius: 0px
                        }
                        
                        #met-langlist-modal .modal-content .modal-body {
                            padding: 40px 40px 20px;
                            position: relative
                        }
                        
                        #met-langlist-modal .modal-content .modal-body .close {
                            position: absolute;
                            right: 10px;
                            top: 0px;
                            font-size: 40px
                        }
                        
                        #met-langlist-modal .modal-content a.btn {
                            border: none;
                            font-size: 16px;
                            text-align: left;
                            color: #2a333c;
                            height: 50px;
                            line-height: 50px;
                            padding: 0px 15px
                        }
                        
                        #met-langlist-modal .modal-content a.btn:hover {
                            color: #aaa
                        }
                        
                        #met-langlist-modal .modal-content a.btn span.flag-icon {
                            font-size: 30px;
                            margin-top: 10px;
                            margin-right: 8px
                        }
                        
                        .met-crumbs {
                            padding-top: 10px;
                            padding-bottom: 10px;
                            padding-left: 5px;
                            padding-right: 5px
                        }
                        
                        .met-crumbs .border-bottom {
                            border-bottom: 1px solid #eee
                        }
                        
                        .met-crumbs .subcolumn-crumbs {
                            color: #999;
                            padding-left: 0;
                            padding-right: 0
                        }
                        
                        .met-crumbs .subcolumn-crumbs>.breadcrumb-item>a {
                            color: #999;
                            text-decoration: none
                        }
                        
                        .met-crumbs .subcolumn-crumbs>.breadcrumb-item>a:hover {
                            color: $first_color$
                        }
                        
                        .met-column-nav ul {
                            list-style: none;
                            margin: 0;
                            z-index: 51;
                            padding: 10px 0px
                        }
                        
                        .met-column-nav ul li {
                            padding: 0 15px;
                            font-size: 16px;
                            display: inline-block
                        }
                        
                        .met-column-nav ul li a:hover,
                        .met-column-nav ul li a.active {
                            color: $first_color$
                        }
                        
                        .met-column-nav ul li a {
                            color: #666;
                            text-decoration: none
                        }
                        
                        .met-column-nav ul li:first-child {
                            padding-left: 0
                        }
                        
                        .met-column-nav .met-col-search {
                            padding: 10px 0px
                        }
                        
                        .met-column-nav .form-group {
                            margin-bottom: 0px;
                            width: 450px;
                            max-width: 90%;
                            margin: 0 auto
                        }
                        
                        .swiper-navtab .swiper-slide {
                            width: auto
                        }
                        
                        .overflow-visible {
                            overflow: visible!important
                        }
                        
                        @media (max-width:767px) {
                            .met-column-nav {
                                width: 96%;
                                margin: 0 auto
                            }
                        }
                        
                        .met-show-body {
                            background: #f2f2f2
                        }
                        
                        .met-show {
                            min-height: 450px;
                            padding: 30px 0px;
                            background: #fff
                        }
                        
                        .met-editor {
                            padding: 30px;
                            line-height: 1.8;
                            word-wrap: break-word
                        }
                        
                        @media (max-width:767px) {
                            .met-show {
                                padding: 10px 0
                            }
                            .met-editor {
                                padding: 15px
                            }
                        }
                        
                        .met-feedback {
                            padding: 30px 0px;
                            background: #f2f2f2
                        }
                        
                        .met-feedback .container {
                            max-width: 800px
                        }
                        
                        .met-feedback .met-feedback-body {
                            background: #fff;
                            padding: 30px;
                            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
                        }
                        
                        @media (max-width:767px) {
                            .met-feedback {
                                padding: 10px
                            }
                            .met-feedback .met-feedback-body {
                                padding: 10px
                            }
                        }
                        
                        .met-message {
                            padding: 30px 0px;
                            background: #f2f2f2
                        }
                        
                        .met-message .media-body {
                            width: calc(100% - 46px)
                        }
                        
                        .met-message .col-md-6 {
                            float: none;
                            margin: auto
                        }
                        
                        .met-message .met-message-body {
                            background: #fff;
                            padding: 30px;
                            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
                        }
                        
                        @media (max-width:767px) {
                            .met-message {
                                padding: 0px
                            }
                            .met-message .met-message-body {
                                padding: 10px
                            }
                        }
                        
                        .met-message .met-message-body .media-left {
                            padding-right: 0px
                        }
                        
                        .met-message .met-message-body .media-left i {
                            font-size: 36px;
                            color: #aaa
                        }
                        
                        .met-message .met-message-body .media-body p {
                            font-size: 14px;
                            color: #5e7387
                        }
                        
                        .met-message .met-message-submit {
                            background: #fff;
                            padding: 30px;
                            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
                        }
                        
                        @media (max-width:767px) {
                            .met-message .met-message-submit {
                                padding: 10px;
                                padding-bottom: 20px
                            }
                        }
                        
                        @media (min-width:992px) {
                            .met-message .met-message-submit {
                                margin-left: 30px
                            }
                        }
                        
                        .met_pager {
                            margin-top: 20px;
                            text-align: center;
                            display: table;
                            margin: auto
                        }
                        
                        .met_pager * {
                            display: inline-block;
                            float: left;
                            line-height: 30px;
                            transition: color 0.5s;
                            -moz-transition: color 0.5s;
                            -webkit-transition: color 0.5s;
                            -o-transition: color 0.5s
                        }
                        
                        .met_pager a {
                            width: auto;
                            padding: 9px 15px;
                            color: #5e7387;
                            border: 1px solid #eee;
                            border-right: none;
                            border-left: none;
                            text-decoration: none;
                            background: #fff
                        }
                        
                        .met_pager a:active,
                        .met_pager a:focus,
                        .met_pager a:hover {
                            text-decoration: none
                        }
                        
                        .met_pager a:not(.Ahover) {
                            color: #2a333c
                        }
                        
                        .met_pager a:not(.Ahover):hover {
                            color: $first_color$
                        }
                        
                        .met_pager a:not(.Ahover).NextA:hover,
                        .met_pager a:not(.Ahover).PreA:hover {
                            background: #fff
                        }
                        
                        .met_pager a.Ahover {
                            background: #006CC2;
                            border: 1px solid $first_color$;
                            color: #fff;
                            cursor: default
                        }
                        
                        .met_pager .PreSpan,
                        .met_pager .NextSpan,
                        .met_pager a.NextA,
                        .met_pager a.PreA {
                            width: auto;
                            padding: 9px 15px;
                            border: 1px solid #eee;
                            background: #fff;
                            color: #999
                        }
                        
                        .met_pager .PreSpan,
                        .met_pager .NextSpan {
                            cursor: default
                        }
                        
                        .met_pager .firstPage,
                        .met_pager .lastPage {
                            min-width: 40px
                        }
                        
                        .met_pager .PageText {
                            margin-left: 10px;
                            color: #aaa;
                            display: none
                        }
                        
                        .met_pager input {
                            display: none
                        }
                        
                        .met-news {
                            padding: 30px 0px;
                            background: #f2f2f2
                        }
                        
                        .met-news .met-news-body {
                            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
                        }
                        
                        .met-news .met-news-list {
                            background: #fff;
                            padding: 30px
                        }
                        
                        .met-news .met-news-list h4 {
                            margin: 0px
                        }
                        
                        .met-news .met-news-list ul {
                            padding: 0px;
                            list-style: none
                        }
                        
                        .met-news .met-news-list ul li {
                            border-bottom: 1px solid #ddd;
                            padding-bottom: 30px;
                            margin-bottom: 30px
                        }
                        
                        .met-news .met-news-list ul li h4 {
                            font-weight: 300
                        }
                        
                        .met-news .met-news-list ul li h4 a {
                            color: #2a333c;
                            text-decoration: none;
                            transition: color 0.5s;
                            -moz-transition: color 0.5s;
                            -webkit-transition: color 0.5s;
                            -o-transition: color 0.5s
                        }
                        
                        .met-news .met-news-list ul li h4 a:hover {
                            color: $first_color$
                        }
                        
                        .met-news .met-news-list ul li h4 a:active,
                        .met-news .met-news-list ul li h4 a:focus,
                        .met-news .met-news-list ul li h4 a:hover {
                            text-decoration: none
                        }
                        
                        .met-news .met-news-list ul li p {
                            margin-bottom: 0px
                        }
                        
                        .met-news .met-news-list ul li p.des {
                            color: #76838f;
                            font-size: 16px;
                            font-weight: 300;
                            margin: 10px 0
                        }
                        
                        .met-news .met-news-list ul li p.info {
                            color: #a3afb7;
                            font-size: 16px;
                            font-weight: 300
                        }
                        
                        .met-news .met-news-list ul li p.info i {
                            color: $first_color$
                        }
                        
                        @media (max-width:767px) {
                            .met-news {
                                padding: 0px
                            }
                            .met-news .met-news-list {
                                padding: 10px;
                                padding-top: 20px
                            }
                            .met-news .met-news-list ul li {
                                padding-bottom: 20px;
                                margin-bottom: 20px
                            }
                            .met-news .met-news-list ul li h4 {
                                font-size: 18px;
                                margin-bottom: 10px
                            }
                            .met-news .met-news-list ul li.media .media-left {
                                padding-right: 10px;
                                display: table-cell
                            }
                            .met-news .met-news-list ul li.media p.des {
                                display: none
                            }
                            .met-news .met-news-list ul li.media.media-lg .media-object {
                                width: 100px
                            }
                        }
                        
                        .met_tools_code {
                            text-align: center;
                            margin-top: 30px;
                            font-size: 0px
                        }
                        
                        .met_tools_code .bdsharebuttonbox {
                            display: inline
                        }
                        
                        .met_tools_code .bdsharebuttonbox a {
                            float: none;
                            display: inline-block
                        }
                        
                        @media (max-width:767px) {
                            .met_tools_code {
                                margin-top: 10px
                            }
                        }
                        
                        .met-bar {
                            background: #fff;
                            border-radius: 1px;
                            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
                            box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
                            padding: 20px 15px;
                            margin-left: 30px
                        }
                        
                        .met-bar .sidebar-news-list h3 {
                            color: $first_color$;
                            font-size: 20px
                        }
                        
                        .met-bar .sidebar-news-list .list-group li a {
                            color: #666;
                            display: block;
                            text-overflow: ellipsis;
                            overflow: hidden;
                            white-space: nowrap;
                            width: 100%
                        }
                        
                        .met-bar .column h3 {
                            font-size: 20px;
                            color: $first_color$;
                            margin-top: 0px
                        }
                        
                        .met-bar .list-icons>li a {
                            color: #666;
                            text-decoration: none
                        }
                        
                        .met-bar .list-icons>li a.active {
                            color: #1baadb
                        }
                        
                        .met-bar .list-icons>li.met-bar-son {
                            position: relative;
                            padding-left: 20px
                        }
                        
                        .met-bar .list-icons>li a:hover {
                            color: $first_color$
                        }
                        
                        .met-bar .list-icons>li i {
                            position: absolute;
                            left: 0px;
                            top: 0px
                        }
                        
                        @media (max-width:767px) {
                            .met-bar {
                                margin-left: 0
                            }
                        }
                        
                        .met-page .pagination {
                            border-top: 1px solid #f7f7f7
                        }
                        
                        .page-link {
                            border-radius: 24px!important
                        }
                        
                        .met-shownews {
                            padding: 30px 0px;
                            border-top: 1px solid #f7f7f7;
                            background: #f2f2f2
                        }
                        
                        .met-shownews .met-news-body {
                            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
                        }
                        
                        .met-shownews .met-shownews-body {
                            background: #fff;
                            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                            -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                            -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                            -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
                        }
                        
                        .met-shownews .met-shownews-content {
                            padding-top: 30px
                        }
                        
                        .met-shownews .details-title,
                        .met-shownews-footer {
                            padding: 30px;
                            background: #fff
                        }
                        
                        .met-shownews .details-title {
                            padding-bottom: 0
                        }
                        
                        .met-shownews .met-shownews-header,
                        .met-shownews .met-shownews-footer {
                            background: #fff;
                            padding: 30px
                        }
                        
                        .met-shownews .met-shownews-header {
                            padding-bottom: 0px
                        }
                        
                        .met-shownews h1,
                        .met-showimg h1 {
                            margin: 0px;
                            margin-bottom: 5px;
                            font-size: 32px;
                            line-height: 1.5;
                            font-weight: 300
                        }
                        
                        .met-shownews .info {
                            padding-bottom: 20px;
                            border-bottom: 1px solid #f7f7f7;
                            font-size: 16px;
                            font-weight: 300;
                            color: #a3afb7
                        }
                        
                        .met-shownews .info span {
                            padding-right: 10px
                        }
                        
                        .met-shownews .met-shownews-footer {
                            padding-top: 0px
                        }
                        
                        .met-shownews .met-shownews-footer ul.pager {
                            margin: 0px;
                            border-top: 1px solid #f7f7f7;
                            padding-top: 20px
                        }
                        
                        @media (max-width:767px) {
                            .met-shownews {
                                padding: 0px
                            }
                            .met-shownews h1 {
                                font-size: 24px
                            }
                            .met-shownews .met-shownews-header,
                            .met-shownews .met-shownews-footer {
                                padding: 10px
                            }
                            .met-shownews .met-shownews-header {
                                padding-top: 20px
                            }
                            .met-shownews .met-shownews-content {
                                padding: 15px 0
                            }
                            .met-shownews .info {
                                padding-bottom: 20px
                            }
                        }
                        
                        .met_tools_code {
                            margin-top: 30px;
                            text-align: center;
                            font-size: 0px
                        }
                        
                        @media (max-width:767px) {
                            .met_tools_code {
                                margin-top: 10px
                            }
                        }
                        
                        .met_tools_code .bdsharebuttonbox {
                            display: inline
                        }
                        
                        .met_tools_code .bdsharebuttonbox a {
                            float: none;
                            display: inline-block
                        }
                        
                        .met-product-list {
                            padding: 30px 0;
                            background: #f2f2f2
                        }
                        
                        .met-product-list ul {
                            margin: 0 -10px 0 0
                        }
                        
                        .met-product-list .blocks>.block,
                        .met-product-list [class*=blocks-]>.block,
                        .met-product-list [class*=blocks-]>li {
                            padding-left: 0;
                            margin-bottom: 10px
                        }
                        
                        .met-showproduct {
                            background: #f2f2f2
                        }
                        
                        .met-showproduct.pagetype1 .met-showproduct-head {
                            background: rgb(255, 255, 255);
                            padding: 30px 0px
                        }
                        
                        .met-showproduct-head .product-para {
                            margin: 0
                        }
                        
                        .product-hot {
                            border-radius: 0
                        }
                        
                        .met-showproduct.pagetype1 {
                            background: #f2f2f2
                        }
                        
                        .met-showproduct.pagetype1 .less-page-content {
                            background: #f2f2f2
                        }
                        
                        .met-showproduct.pagetype1 .met-showproduct-head {
                            background: #fff;
                            padding: 30px 0px
                        }
                        
                        .met-showproduct.pagetype1 .met-showproduct-head .ad-gallery .ad-thumbs li a.ad-active img {
                            border: 2px solid #7dc01d
                        }
                        
                        .met-showproduct.pagetype1 .met-showproduct-head .ad-image {
                            cursor: -webkit-zoom-in;
                            cursor: zoom-in
                        }
                        
                        .met-showproduct.pagetype1 .met-showproduct-head .product-intro h1 {
                            font-size: 28px;
                            margin-top: 0px
                        }
                        
                        .met-showproduct.pagetype1 .met-showproduct-head .product-intro p.description {
                            color: #5e7387;
                            margin-bottom: 15px
                        }
                        
                        .met-showproduct.pagetype1 .met-showproduct-head .product-intro .para {
                            border-top: 1px solid #ddd;
                            border-bottom: 1px solid #ddd;
                            padding: 15px;
                            padding-bottom: 0px
                        }
                        
                        .met-showproduct.pagetype1 .met-showproduct-head .product-intro .tools {
                            margin: 15px 15px 0px
                        }
                        
                        .met-showproduct.pagetype1 .met-showproduct-body {
                            padding: 30px 0px
                        }
                        
                        .met-showproduct.pagetype1 .met-showproduct-body .panel {
                            border-radius: 0px
                        }
                        
                        .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .met-editor {
                            padding: 0px
                        }
                        
                        .met-showproduct.pagetype1 .met-showproduct-body .product-content-body ul.nav-tabs {
                            margin-bottom: 30px
                        }
                        
                        .met-showproduct.pagetype1 .met-showproduct-body .product-hot h4.example-title {
                            font-size: 16px;
                            font-weight: 300;
                            margin-bottom: 15px
                        }
                        
                        .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.img {
                            margin: 0px auto;
                            display: block;
                            margin-bottom: 5px
                        }
                        
                        .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.img img {
                            margin: 0px auto
                        }
                        
                        .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt {
                            color: #5e7387;
                            text-decoration: none
                        }
                        
                        .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:active,
                        .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:focus,
                        .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:hover {
                            text-decoration: none
                        }
                        
                        .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:hover {
                            color: #7dc01d
                        }
                        
                        .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list p {
                            color: #f96868;
                            margin-bottom: 0px
                        }
                        
                        .sidebar-piclist-ul li h4 a:hover,
                        .sidebar-piclist-ul li h4 a:hover span {
                            color: $first_color$ !important
                        }
                        
                        @media (min-width:992px) {
                            .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
                                margin-right: 15px
                            }
                            .met-showproduct.pagetype1 .met-showproduct-body .product-hot {
                                margin-left: 45px
                            }
                        }
                        
                        .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list {
                            padding: 0px 15px
                        }
                        
                        @media (min-width:768px) {
                            .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list {
                                padding: 0px 15px
                            }
                        }
                        
                        @media (max-width:991px) {
                            .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list:nth-child(3n+1) {
                                clear: both
                            }
                        }
                        
                        @media (max-width:767px) {
                            .met-showproduct.pagetype1 .met-showproduct-body {
                                padding: 15px 0px 0px
                            }
                            .met-showproduct.pagetype1 .met-showproduct-body .panel {
                                -webkit-box-shadow: none;
                                box-shadow: none;
                                margin-bottom: 15px
                            }
                            .met-showproduct.pagetype1 .met-showproduct-body .panel-body {
                                padding: 15px;
                                margin-bottom: 15px!important
                            }
                            .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
                                margin-right: 0px
                            }
                            .met-showproduct.pagetype1 .met-showproduct-body .product-content-body ul.nav-tabs {
                                margin-bottom: 15px;
                                margin-top: -10px
                            }
                        }
                        
                        @media (max-width:488px) {
                            .met-showproduct.pagetype1 .met-showproduct-head .product-intro h1 {
                                margin-top: 10px!important
                            }
                            .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list {
                                width: 50%
                            }
                            .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list:nth-child(3n+1) {
                                clear: none
                            }
                            .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list:nth-child(2n+1) {
                                clear: both
                            }
                        }
                        
                        .met-download {
                            padding: 30px 0px;
                            background: #f2f2f2
                        }
                        
                        .met-download ul {
                            padding: 0
                        }
                        
                        .met-download .list-group {
                            margin-bottom: 30px
                        }
                        
                        .met-download .met-download-body {
                            -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
                            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1)
                        }
                        
                        .met-download .met-download-list {
                            background: #fff;
                            padding: 30px
                        }
                        
                        .met-download .met-download-list .list-group-item {
                            padding: 30px 0px;
                            border-bottom: 1px solid #ddd;
                            background: transparent
                        }
                        
                        .met-download .met-download-list .media-left {
                            padding-right: 5px;
                            padding-left: 10px
                        }
                        
                        .met-download .met-download-list .media-left i {
                            font-size: 38px;
                            color: #a3afb7
                        }
                        
                        .met-download .met-download-list h4.media-heading a {
                            color: #2a333c;
                            font-size: 16px
                        }
                        
                        .met-download .met-download-list h4.media-heading a:hover {
                            color: $first_color$
                        }
                        
                        .met-download .met-download-list small {
                            color: #76838f;
                            font-size: 14px
                        }
                        
                        .met-download .met-download-list a.btn {
                            margin-right: 10px
                        }
                        
                        @media (max-width:767px) {
                            .met-download {
                                padding: 0px
                            }
                            .met-download .met-download-list {
                                padding: 10px
                            }
                        }
                        
                        .met-showdownload {
                            padding: 30px 0px;
                            border-top: 1px solid #f7f7f7;
                            background: #f2f2f2
                        }
                        
                        .met-showdownload .met-showdownload-body {
                            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                            -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                            -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                            -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
                        }
                        
                        .met-showdownload .met-showdownload-content {
                            padding-top: 30px
                        }
                        
                        .met-showdownload .details-title,
                        .met-showdownload .met-showdownload-footer {
                            padding: 30px;
                            background: #fff
                        }
                        
                        .met-showdownload .details-title {
                            padding-bottom: 0
                        }
                        
                        .met-showdownload .met-showdownload-header {
                            padding-bottom: 0px
                        }
                        
                        .met-showdownload h1 {
                            margin: 0px;
                            margin-bottom: 5px;
                            font-size: 32px;
                            line-height: 1.5;
                            font-weight: 300
                        }
                        
                        .met-showdownload .info {
                            padding-bottom: 20px;
                            border-bottom: 1px solid #f7f7f7;
                            font-size: 16px;
                            font-weight: 300;
                            color: #a3afb7
                        }
                        
                        .met-showdownload .info span {
                            padding-right: 10px
                        }
                        
                        .met-showdownload .met-showdownload-footer {
                            padding-top: 0px
                        }
                        
                        .met-showdownload .met-showdownload-footer ul.pager {
                            margin: 0px;
                            border-top: 1px solid #f7f7f7;
                            padding-top: 20px
                        }
                        
                        .met-showdownload .download-paralist {
                            background: #fff;
                            padding: 30px;
                            padding-bottom: 0px
                        }
                        
                        .met-showdownload .met-editor {
                            background: #fff;
                            padding: 30px;
                            line-height: 1.8;
                            font-size: 18px;
                            font-weight: 300;
                            color: #222
                        }
                        
                        .met-showdownload .paralist dl {
                            font-size: 16px;
                            border-bottom: 1px solid #ddd;
                            margin-bottom: 0px;
                            padding-bottom: 5px
                        }
                        
                        .met-showdownload .paralist dl dd {
                            color: #76838f;
                            margin-bottom: 5px
                        }
                        
                        .met-showdownload .paralist .met-showdownload-btn {
                            margin-top: 20px
                        }
                        
                        @media (min-width:768px) {
                            .met-showdownload .paralist dl {
                                padding-bottom: 25px
                            }
                            .met-showdownload .paralist dl dt {
                                width: 100px;
                                margin-bottom: 5px
                            }
                            .met-showdownload .paralist dl dd {
                                margin-left: 120px;
                                margin-bottom: 5px
                            }
                        }
                        
                        @media (max-width:767px) {
                            .met-showdownload {
                                padding: 0px
                            }
                            .met-showdownload .info {
                                padding-bottom: 20px
                            }
                            .met-showdownload h1 {
                                font-size: 24px
                            }
                            .met-showdownload .met-showdownload-header,
                            .met-showdownload .met-showdownload-footer {
                                padding: 10px
                            }
                            .met-showdownload .met-showdownload-header {
                                padding-top: 20px
                            }
                            .met-showdownload .met-showdownload-content {
                                padding: 15px 0
                            }
                            .met-showdownload .paralist {
                                padding: 10px
                            }
                        }
                        
                        .met-img {
                            padding: 30px 0;
                            background: #f2f2f2
                        }
                        
                        .met-img-showbtn {
                            width: 100%;
                            padding: 0
                        }
                        
                        .met-img .cover {
                            overflow: hidden
                        }
                        
                        .met-img .widget {
                            background: none;
                            padding: 5px!important
                        }
                        
                        .overlay-fade {
                            opacity: 0
                        }
                        
                        .cover-title {
                            background: #393939;
                            text-align: center;
                            padding: 15px 0;
                            line-height: 2;
                            transition: all 0.5s
                        }
                        
                        .cover-title h3 {
                            font-size: 16px;
                            font-weight: normal;
                            margin: 0;
                            display: block;
                            overflow: hidden;
                            white-space: normal;
                            text-overflow: ellipsis
                        }
                        
                        .cover-title h3 a {
                            color: #fff
                        }
                        
                        .cover-title p {
                            margin: 0;
                            padding: 5px 0 0 0;
                            display: block;
                            color: #aaa;
                            overflow: hidden;
                            white-space: normal;
                            text-overflow: ellipsis
                        }
                        
                        .cover-title p a {
                            color: #aaa
                        }
                        
                        .cover-title p a:hover {
                            text-decoration: underline
                        }
                        
                        .met-img .widget:hover .cover-title {
                            background: $first_color$
                        }
                        
                        .met-showimg {
                            padding: 30px 0;
                            background: #f2f2f2
                        }
                        
                        #met-imgs-slick .slick-prev:before,
                        #met-imgs-slick .slick-next:before {
                            display: none
                        }
                        
                        #met-imgs-slick .slick-arrow.slick-next {
                            right: 0
                        }
                        
                        #met-imgs-slick .slick-arrow.slick-prev {
                            left: 0
                        }
                        
                        #met-imgs-slick {
                            min-height: 150px
                        }
                        
                        #met-imgs-slick.slick-dotted {
                            padding-bottom: 80px
                        }
                        
                        #met-imgs-slick.slick-slider:not(.slick-fade) .slick-slide {
                            cursor: -webkit-grab;
                            cursor: -moz-grab;
                            cursor: grab
                        }
                        
                        #met-imgs-slick.fngallery .slick-slide a,
                        #met-imgs-slick.fngallery .slick-slide img {
                            cursor: zoom-in
                        }
                        
                        @media screen\0 {
                            #met-imgs-slick.fngallery .slick-slide a,
                            #met-imgs-slick.fngallery .slick-slide img {
                                cursor: url(https://gsp0.baidu.com/5aAHeD3nKhI2p27j8IqW0jdnxx1xbK/tb/img/frs/cur_zin.cur?t=1489493164029), pointer
                            }
                        }
                        
                        #met-imgs-slick .slick-slide:first-child {
                            display: block
                        }
                        
                        #met-imgs-slick .slick-slide {
                            width: 100%
                        }
                        
                        #met-imgs-slick .slick-slide a {
                            display: inline-block
                        }
                        
                        #met-imgs-slick .slick-slide img {
                            display: inline
                        }
                        
                        #met-imgs-slick .slick-img-cover {
                            width: 100%;
                            height: 100%;
                            position: absolute;
                            left: 0;
                            top: 0;
                            z-index: 1000
                        }
                        
                        #met-imgs-slick .swiper-navtab {
                            width: 100%;
                            height: 69px;
                            position: absolute;
                            left: 0;
                            bottom: 0;
                            cursor: grab
                        }
                        
                        #met-imgs-slick .swiper-navtab .slick-dots {
                            bottom: 5px
                        }
                        
                        #met-imgs-slick .slick-dots {
                            height: 64px;
                            bottom: 0;
                            z-index: 2
                        }
                        
                        #met-imgs-slick .slick-dots li {
                            width: 60px;
                            height: 60px;
                            margin: 0 0 0 10px;
                            border: 2px solid #ddd;
                            opacity: 0.7
                        }
                        
                        #met-imgs-slick .slick-dots li:first-child {
                            margin: 0
                        }
                        
                        #met-imgs-slick .slick-dots li.slick-active {
                            border-color: #4e97d9
                        }
                        
                        #met-imgs-slick .slick-dots li img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover
                        }
                        
                        #met-imgs-slick.slick-slider .slick-arrow {
                            height: calc(100% - 80px)
                        }
                        
                        #met-imgs-slick .slick-arrow {
                            width: 15%;
                            height: 100%;
                            top: 0;
                            transform: translate(0, 0)
                        }
                        
                        #met-imgs-slick .slick-arrow.slick-prev {
                            text-align: left
                        }
                        
                        #met-imgs-slick .slick-arrow.slick-next {
                            text-align: right
                        }
                        
                        #met-imgs-slick .slick-arrow i {
                            font-size: 50px;
                            color: #999
                        }
                        
                        @media (max-width:767px) {
                            #met-imgs-slick.slick-slider .slick-arrow {
                                height: calc(100% - 60px)
                            }
                            #met-imgs-slick.slick-dotted {
                                padding-bottom: 60px
                            }
                            #met-imgs-slick .swiper-navtab {
                                height: 47px
                            }
                            #met-imgs-slick .slick-dots {
                                height: 42px
                            }
                            #met-imgs-slick .slick-dots li {
                                width: 40px;
                                height: 40px;
                                margin-left: 5px;
                                border-width: 1px
                            }
                        }
                        
                        .met-showimg-body {
                            background: #ffff
                        }
                        
                        .details-title {
                            padding: 30px;
                            background: #fff
                        }
                        
                        .met-showimg-con,
                        .img-paralist {
                            margin-top: 30px;
                            list-style: none
                        }
                        
                        @media (max-width:991px) {
                            .met-showimg-con,
                            .img-paralist {
                                margin-top: 20px
                            }
                        }
                        
                        @media (max-width:767px) {
                            .met-img {
                                padding: 0
                            }
                            .met-showimg-con,
                            .img-paralist {
                                margin-top: 15px
                            }
                        }
                        
                        .met-job {
                            padding: 30px 0px;
                            background: #f2f2f2
                        }
                        
                        .met-job .widget {
                            -webkit-border-radius: 0;
                            -moz-border-radius: 0;
                            -o-border-radius: 0;
                            -ms-border-radius: 0;
                            border-radius: 0
                        }
                        
                        .met-job .widget .widget-body:last-child {
                            -webkit-border-radius: 0;
                            -moz-border-radius: 0;
                            -o-border-radius: 0;
                            -ms-border-radius: 0;
                            border-radius: 0
                        }
                        
                        .met-job .widget .widget-title a {
                            color: #2a333c
                        }
                        
                        .met-job .widget .widget-title a:hover {
                            color: #32a4fc
                        }
                        
                        .met-job .widget .widget-metas span {
                            margin-right: 10px
                        }
                        
                        .met-job .widget .met-editor {
                            padding: 0px 20px
                        }
                        
                        #met-job-cv .modal-header {
                            border-radius: 0px
                        }
                        
                        .met-form .form-group .control-label {
                            font-weight: normal
                        }
                        
                        .met-job .card {
                            padding: 30px 25px
                        }
                        
                        @media (max-width:767px) {
                            .met-job {
                                padding: 10px
                            }
                            .met-job .widget {
                                margin: 15px 10px
                            }
                            .met-job .widget .widget-body {
                                padding: 15px 10px
                            }
                            .met-job .widget .met-editor {
                                padding: 0px
                            }
                            .met-job .widget hr {
                                margin-top: 15px;
                                margin-bottom: 15px
                            }
                            #met-job-cv .modal-body {
                                padding: 15px
                            }
                            .met-job .card {
                                padding: 15px 10px
                            }
                            .card {
                                margin-bottom: 10px
                            }
                        }
                        
                        .met-link .breadcrumb-item {
                            float: none;
                            display: inline-block
                        }
                        
                        .met-link .breadcrumb-item a {
                            color: #666
                        }
                        
                        .met-link .breadcrumb-item:nth-child(1) {
                            color: $first_color$
                        }
                        
                        .met-search {
                            padding: 30px 0px;
                            border-top: 1px solid #f5f5f5;
                            background: #f2f2f2
                        }
                        
                        .met-search .met-search-body {
                            min-height: 500px;
                            padding: 30px;
                            background: #fff;
                            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                            -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                            -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                            -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
                        }
                        
                        .met-search-body em {
                            color: #ff0000
                        }
                        
                        .met-search .met-search-body .page-search-form {
                            margin-bottom: 10px
                        }
                        
                        .met-search .met-search-body .met_pager {
                            margin-top: 30px;
                            text-align: left
                        }
                        
                        .met-search .met-search-body .page-search-title {
                            font-size: 26px
                        }
                        
                        .met-search .met-search-body .list-group-item {
                            padding-top: 10px;
                            padding-bottom: 10px
                        }
                        
                        .met-search .met-search-body .list-group-item p {
                            color: #76838f
                        }
                        
                        .met-search .met-search-body .list-group-item>h4 {
                            margin-bottom: 5px
                        }
                        
                        .met-search .met-search-body .list-group-item>h4 a {
                            text-decoration: none;
                            color: #526069
                        }
                        
                        .met-search .met-search-body .list-group-item>h4 a:hover {
                            text-decoration: none;
                            color: #37474f
                        }
                        
                        .met-search .met-search-body .list-group-item>p:last-child {
                            margin-bottom: 0
                        }
                        
                        .met-search .met-search-body select {
                            margin: 5px 0px
                        }
                        
                        .met-search .met-search-body [data-plugin] select {
                            margin-right: 0px !important
                        }
                        
                        .met-search .met-search-body [data-plugin] {
                            display: flex;
                            align-items: center;
                            justify-content: space-between
                        }
                        
                        @media (max-width:767px) {
                            .met-search {
                                padding: 0px
                            }
                            .met-search .met-search-body {
                                padding: 20px 10px
                            }
                            .met-search .met-search-body {
                                padding: 10px
                            }
                        }
                        
                        .met-sitemap {
                            padding: 30px 0px;
                            background: #f2f2f2
                        }
                        
                        .met-sitemap .met-sitemap-body {
                            padding: 30px;
                            background: #fff;
                            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                            -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                            -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                            -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
                        }
                        
                        .sitemap-list {
                            padding: 0;
                            margin: 0px;
                            list-style-type: none
                        }
                        
                        .sitemap-list a {
                            color: #76838f
                        }
                        
                        .sitemap-list>li {
                            margin-bottom: 25px
                        }
                        
                        .sitemap-list>li:last-child {
                            margin-bottom: 0px
                        }
                        
                        .sitemap-list>li.is-single {
                            margin-bottom: 10px
                        }
                        
                        .sitemap-list>li>a {
                            display: block;
                            padding: 14px 15px;
                            line-height: 1;
                            text-decoration: none;
                            border: 1px solid #e4eaec;
                            -webkit-border-radius: 5px;
                            -moz-border-radius: 5px;
                            -o-border-radius: 5px;
                            -ms-border-radius: 5px;
                            border-radius: 5px
                        }
                        
                        .sitemap-list>li>ul {
                            position: relative;
                            padding: 10px 10px 20px 40px;
                            margin: 0;
                            list-style-type: none
                        }
                        
                        .sitemap-list>li>ul a:hover {
                            color: #62a8ea
                        }
                        
                        .sitemap-list>li>ul::before {
                            position: absolute;
                            top: 0;
                            left: 20px;
                            width: 1px;
                            height: 100%;
                            content: " ";
                            background: #e4eaec
                        }
                        
                        .sitemap-list>li>ul>li>a {
                            position: relative;
                            display: block;
                            min-width: 220px;
                            padding: 10px;
                            margin-bottom: 5px;
                            line-height: 1;
                            text-decoration: none;
                            border: 1px solid #e4eaec
                        }
                        
                        .sitemap-list>li>ul>li>a::after,
                        .sitemap-list>li>ul>li>a::before {
                            position: absolute;
                            top: 50%;
                            content: " ";
                            background: #e4eaec
                        }
                        
                        .sitemap-list>li>ul>li>a::before {
                            left: -20px;
                            width: 20px;
                            height: 1px;
                            margin-top: -1px
                        }
                        
                        .sitemap-list>li>ul>li>a::after {
                            left: -23px;
                            width: 5px;
                            height: 5px;
                            margin-top: -3px;
                            -webkit-border-radius: 50%;
                            -moz-border-radius: 50%;
                            -o-border-radius: 50%;
                            -ms-border-radius: 50%;
                            border-radius: 50%
                        }
                        
                        .sitemap-list-sub {
                            position: relative;
                            padding: 5px 0 9px 40px;
                            margin-top: -5px;
                            list-style-type: none
                        }
                        
                        .sitemap-list-sub::before {
                            position: absolute;
                            top: 0;
                            left: 20px;
                            width: 1px;
                            height: 100%;
                            content: " ";
                            background: #e4eaec
                        }
                        
                        .sitemap-list-sub>li {
                            position: relative;
                            line-height: 30px
                        }
                        
                        .sitemap-list-sub>li::after,
                        .sitemap-list-sub>li::before {
                            position: absolute;
                            top: 50%;
                            left: -22px;
                            content: " ";
                            background: #e4eaec
                        }
                        
                        .sitemap-list-sub>li::before {
                            width: 15px;
                            height: 1px;
                            margin-top: -1px
                        }
                        
                        .sitemap-list-sub>li::after {
                            width: 5px;
                            height: 5px;
                            margin-top: -3px;
                            -webkit-border-radius: 50%;
                            -moz-border-radius: 50%;
                            -o-border-radius: 50%;
                            -ms-border-radius: 50%;
                            border-radius: 50%
                        }
                        
                        @media (max-width:767px) {
                            .met-sitemap {
                                padding: 0px
                            }
                            .met-sitemap .met-sitemap-body {
                                padding: 10px
                            }
                        }
                        
                        @media (max-width:479px) {
                            .sitemap-list {
                                padding-left: 40px;
                                list-style-type: disc
                            }
                            .sitemap-list .icon {
                                display: none
                            }
                            .sitemap-list>li:first-child {
                                margin-bottom: 20px;
                                margin-left: -16px;
                                list-style-type: none
                            }
                            .sitemap-list>li>a {
                                display: inline;
                                padding: 10px;
                                border: none
                            }
                            .sitemap-list>li>a i {
                                display: none
                            }
                            .sitemap-list>li>ul {
                                padding: 5px 0 5px 26px;
                                list-style-type: circle
                            }
                            .sitemap-list>li>ul::before {
                                display: none
                            }
                            .sitemap-list>li>ul>li>a {
                                display: inline;
                                padding: 10px 0;
                                border: none
                            }
                            .sitemap-list>li>ul>li>a::after,
                            .sitemap-list>li>ul>li>a::before {
                                display: none
                            }
                            .sitemap-list-sub {
                                padding: 5px 0 5px 20px;
                                list-style-type: square
                            }
                            .sitemap-list-sub::before {
                                display: none
                            }
                            .sitemap-list-sub>li {
                                line-height: normal
                            }
                            .sitemap-list-sub>li::after,
                            .sitemap-list-sub>li::before {
                                display: none
                            }
                        }
                        
                        .met-langlist {
                            display: inline-block
                        }
                        
                        .met-langlist span {
                            font-size: 14px;
                            cursor: pointer
                        }
                        
                        #btn-convert {
                            margin-top: 6px
                        }
                        
                        .metlang #btn-convert {
                            margin-top: 0px;
                            cursor: pointer;
                            display: inline-block
                        }
                        
                        .met-head-user {
                            font-size: 0
                        }
                        
                        .met_navbtn {
                            color: #666
                        }
                        
                        .met-head-user li a {
                            padding: 0 5px;
                            font-size: 14px
                        }
                        
                        .met-head-user li a+a {
                            border-left: 1px solid #ccc
                        }
                        
                        .met-nav #met-head-user-collapse a {
                            color: #666
                        }
                        
                        .border-left1 {
                            border-left: 1px solid #ccc;
                            padding: 0 5px;
                            cursor: pointer
                        }
                        
                        @media (min-width:768px) {
                            .met-nav #met-head-user-collapse a.navbar-avatar {
                                height: 60px;
                                line-height: 60px;
                                display: block
                            }
                            .metlang {
                                height: 60px;
                                line-height: 60px
                            }
                            .metlang a {
                                line-height: normal
                            }
                        }
                        
                        @media (max-width:767px) {
                            .met-head-user .dropdown>a,
                            .metlang .met_navbtn {
                                line-height: 40px;
                                height: 40px;
                                display: block
                            }
                            .metlang {
                                margin: 0 !important
                            }
                            .met-langlist {
                                padding-left: 15px
                            }
                        }
                        
                        .order {
                            padding: 0;
                            float: right;
                            margin-bottom: 10px!important
                        }
                        
                        .order li {
                            display: inline-block;
                            padding: 0 5px
                        }
                        
                        .order li a {
                            color: #666
                        }
                        
                        .order li a:hover {
                            color: $first_color$
                        }
                        
                        .column.list-icons {
                            padding: 0
                        }
                        
                        .detail_tag {
                            padding: 0 30px 30px;
                            background: #fff
                        }
                        
                        .detail_tag span {
                            font-size: 14px
                        }
                        
                        .detail_tag a {
                            color: #333;
                            padding: 0 5px
                        }
                        
                        .detail_tag a:hover {
                            color: $first_color$
                        }
                        
                        .page404 {
                            background: #f5f5f5
                        }
                        
                        .box404 {
                            display: table;
                            min-height: 500px
                        }
                        
                        .size404 {
                            display: table-cell;
                            width: 100%;
                            text-align: center;
                            vertical-align: middle;
                            font-size: 50px;
                            color: #333
                        }
                        
                        @media (max-width:767px) {
                            .box404 {
                                min-height: 250px
                            }
                            .size404 {
                                font-size: 25px
                            }
                        }
                        
                        .type-order {
                            border-top: 1px solid #e4e4e4;
                            border-right: 1px solid #e4e4e4;
                            border-left: 1px solid #e4e4e4
                        }
                        
                        .type-order>div {
                            background: #e5e5e5;
                            border-bottom: 1px solid #ededed
                        }
                        
                        .type-order ul {
                            background: #fafafa
                        }
                        
                        .type-order ul {
                            padding: 0;
                            margin: 0
                        }
                        
                        .type-order ul li {
                            height: 40px;
                            line-height: 40px
                        }
                        
                        .type-order .attr-name {
                            height: 40px;
                            line-height: 40px;
                            white-space: nowrap;
                            position: relative;
                            overflow: hidden
                        }
                        
                        .type-order .attr-value a {
                            color: #333
                        }
                        
                        .type-order .attr-value a:hover,
                        .type-order .attr-value.para_select_option a {
                            color: $first_color$
                        }
                        
                        .order li a {
                            background: #fff
                        }
                        
                        .met-relevant ul {
                            background: #fff;
                            margin: 0px;
                            padding-top: 10px;
                            margin-top: 2px
                        }
                        
                        .met-relevant ul li {
                            margin-bottom: 10px;
                            margin-left: 0px;
                            padding-left: 0px
                        }
                        
                        .met-relevant ul li h4 a {
                            color: #333;
                            font-size: 14px
                        }
                        
                        .tag-border {
                            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
                            margin: 0 30px;
                            padding: 10px;
                            margin-bottom: 20px
                        }
                        
                        .tag-border .detail_tag {
                            padding: 0px
                        }
                        
                        .met-menu-list {
                            overflow: hidden;
                            position: fixed;
                            bottom: 0;
                            left: 0;
                            z-index: 999;
                            width: 100%
                        }
                        
                        .met-menu-list a.item {
                            padding: 5px 0;
                            display: inline-block
                        }
                        
                        .met-menu-list a.item i {
                            font-size: 16px;
                            display: block
                        }
                        
                        .met-menu-list {
                            display: none
                        }
                        
                        .met-menu-list.iskeshi {
                            display: block
                        }
                        
                        .met-menu-list .main {
                            display: flex
                        }
                        
                        .met-menu-list .main>div {
                            flex: 1
                        }
                        
                        @media (max-width:767px) {
                            .met-menu-list {
                                display: block
                            }
                        }
                        
                        *.main {
                            background-color: white!important
                        }
                        
                        .main_r video {
                            max-width: 100%
                        }
                        
                        .footer_meta {
                            height: 90px !important
                        }
                        
                        .main_l .in_pro_l .in_pro_l_main {
                            height: auto
                        }
                        
                        .Active {
                            display: block !important;
                        }
                        
                        .hidden-sm-down {
                            display: block !important
                        }
                        
                        @media (max-width:767px) {
                            .met_pager a {
                                padding: 0;
                                width: 20px
                            }
                            .met_pager .PreSpan,
                            .met_pager .NextSpan,
                            .met_pager a.NextA,
                            .met_pager a.PreA {
                                height: 32px;
                                padding: 5px;
                                display: flex;
                                align-items: center;
                                justify-content: center
                            }
                        }
                        
                        .List {
                            width: 60px !important;
                            height: 60px;
                            margin: 0 5px;
                        }