@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK&family=Noto+Sans+SC&family=Noto+Sans+TC&display=swap');

/* @font-face {
    font-family: 'MyFont';
    src: url('./NotoSansChineseRegular.ttf') format('truetype');
} */
/*
@font-face {
    font-family: 'Hando';
    src: url('./fonts/Hando-Regular.eot');
    src: url('./fonts/Hando-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Hando-Regular.woff2') format('woff2'),
        url('./fonts/Hando-Regular.woff') format('woff'),
        url('./fonts/Hando-Regular.ttf') format('truetype'),
        url('./fonts/Hando-Regular.svg#Hando-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hando';
    src: url('./fonts/Hando-Light.eot');
    src: url('./fonts/Hando-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Hando-Light.woff2') format('woff2'),
        url('./fonts/Hando-Light.woff') format('woff'),
        url('./fonts/Hando-Light.ttf') format('truetype'),
        url('./fonts/Hando-Light.svg#Hando-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hando';
    src: url('./fonts/Hando-Bold.eot');
    src: url('./fonts/Hando-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Hando-Bold.woff2') format('woff2'),
        url('./fonts/Hando-Bold.woff') format('woff'),
        url('./fonts/Hando-Bold.ttf') format('truetype'),
        url('./fonts/Hando-Bold.svg#Hando-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans SC';
    src: url('./fonts/NotoSansSC-Regular.eot');
    src: url('./fonts/NotoSansSC-Regular.eot?#iefix') format('embedded-opentype'), url('./fonts/NotoSansSC-Regular.woff2') format('woff2'), url('./fonts/NotoSansSC-Regular.woff') format('woff'), url('./fonts/NotoSansSC-Regular.ttf') format('truetype'), url('./fonts/NotoSansSC-Regular.svg#NotoSansSC-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans SC';
    src: url('./fonts/NotoSansSC-Bold.eot');
    src: url('./fonts/NotoSansSC-Bold.eot?#iefix') format('embedded-opentype'), url('./fonts/NotoSansSC-Bold.woff2') format('woff2'), url('./fonts/NotoSansSC-Bold.woff') format('woff'), url('./fonts/NotoSansSC-Bold.ttf') format('truetype'), url('./fonts/NotoSansSC-Bold.svg#NotoSansSC-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans SC';
    src: url('./fonts/NotoSansSC-Light.eot');
    src: url('./fonts/NotoSansSC-Light.eot?#iefix') format('embedded-opentype'), url('./fonts/NotoSansSC-Light.woff2') format('woff2'), url('./fonts/NotoSansSC-Light.woff') format('woff'), url('./fonts/NotoSansSC-Light.ttf') format('truetype'), url('./fonts/NotoSansSC-Light.svg#NotoSansSC-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}*/

* {
    font-family: Arial, PMingLiu, Helvetica, sans-serif;
}

* {
    font-family: 'Hando','Noto Sans SC'!important;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.red {
    color: #EA4120
}

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 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

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 {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    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-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -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-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: #f7001a;
    text-decoration: none
}

a:focus, a:hover {
    color: #ea4120;
    text-decoration: none
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1000px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -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-left: 15px;
    padding-right: 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
    }
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both
}

.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
    }
}

.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;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.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 {
    text-decoration: none;
    color: #262626;
    /* background-color: #f5f5f5; */
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.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;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Improvements by SÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©bastien Malot
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
    padding: 4px;
    margin-top: 5px;
    white-space: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr
}

.datetimepicker.datetimepicker-rtl {
    direction: rtl
}

.datetimepicker.datetimepicker-rtl table tr td span {
    float: right
}

.datetimepicker>div {
    display: none
}

.datetimepicker.minutes div.datetimepicker-minutes {
    display: block
}

.datetimepicker.hours div.datetimepicker-hours {
    display: block
}

.datetimepicker.days div.datetimepicker-days {
    display: block
}

.datetimepicker.months div.datetimepicker-months {
    display: block
}

.datetimepicker.years div.datetimepicker-years {
    display: block
}

.datetimepicker table {
    margin: 0
}

.datetimepicker table tr td.minute:hover {
    background: #eee;
    cursor: pointer
}

.datetimepicker table tr td.hour:hover {
    background: #eee;
    cursor: pointer
}

.datetimepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}

.datetimepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datetimepicker table tr td span:hover {
    background: #eee
}

.datetimepicker table tr td span.old {
    color: #999
}

.datetimepicker .datetimepicker-hours span {
    height: 26px;
    line-height: 26px
}

.datetimepicker .datetimepicker-minutes span {
    height: 26px;
    line-height: 26px
}

.datetimepicker th.switch {
    width: 145px
}

.datetimepicker-inline {
    width: 220px
}

.datetimepicker-dropdown, .datetimepicker-dropdown-left {
    top: 0;
    left: 0
}

[class*=datetimepicker-dropdown]:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute
}

[class*=datetimepicker-dropdown]:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute
}

[class*=datetimepicker-dropdown-top]:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, .2);
    border-bottom: 0
}

[class*=datetimepicker-dropdown-top]:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.datetimepicker-dropdown-bottom-left:before {
    top: -7px;
    right: 6px
}

.datetimepicker-dropdown-bottom-left:after {
    top: -6px;
    right: 7px
}

.datetimepicker-dropdown-bottom-right:before {
    top: -7px;
    left: 6px
}

.datetimepicker-dropdown-bottom-right:after {
    top: -6px;
    left: 7px
}

.datetimepicker-dropdown-top-left:before {
    bottom: -7px;
    right: 6px
}

.datetimepicker-dropdown-top-left:after {
    bottom: -6px;
    right: 7px
}

.datetimepicker-dropdown-top-right:before {
    bottom: -7px;
    left: 6px
}

.datetimepicker-dropdown-top-right:after {
    bottom: -6px;
    left: 7px
}

.datetimepicker td, .datetimepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none
}

.table-striped .datetimepicker table tr td, .table-striped .datetimepicker table tr th {
    background-color: transparent
}

.datetimepicker table tr td.new, .datetimepicker table tr td.old {
    color: #999
}

.datetimepicker table tr td.disabled, .datetimepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datetimepicker table tr td.today, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover, .datetimepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.datetimepicker table tr td.today.active, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled.active, .datetimepicker table tr td.today.disabled.disabled, .datetimepicker table tr td.today.disabled:active, .datetimepicker table tr td.today.disabled:hover, .datetimepicker table tr td.today.disabled:hover.active, .datetimepicker table tr td.today.disabled:hover.disabled, .datetimepicker table tr td.today.disabled:hover:active, .datetimepicker table tr td.today.disabled:hover:hover, .datetimepicker table tr td.today.disabled:hover[disabled], .datetimepicker table tr td.today.disabled[disabled], .datetimepicker table tr td.today:active, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today:hover.active, .datetimepicker table tr td.today:hover.disabled, .datetimepicker table tr td.today:hover:active, .datetimepicker table tr td.today:hover:hover, .datetimepicker table tr td.today:hover[disabled], .datetimepicker table tr td.today[disabled] {
    background-color: #fdf59a
}

.datetimepicker table tr td.today.active, .datetimepicker table tr td.today.disabled.active, .datetimepicker table tr td.today.disabled:active, .datetimepicker table tr td.today.disabled:hover.active, .datetimepicker table tr td.today.disabled:hover:active, .datetimepicker table tr td.today:active, .datetimepicker table tr td.today:hover.active, .datetimepicker table tr td.today:hover:active {
    background-color: #fbf069\9
}

.datetimepicker table tr td.active, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datetimepicker table tr td.active.active, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td.active.disabled:hover.disabled, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active.disabled:hover[disabled], .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active:hover.disabled, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active:hover[disabled], .datetimepicker table tr td.active[disabled] {
    background-color: #04c
}

.datetimepicker table tr td.active.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active:hover:active {
    background-color: #039\9
}

.datetimepicker .datetimepicker-hours table tr td span.hour_am, .datetimepicker .datetimepicker-hours table tr td span.hour_pm {
    width: 14.6%
}

.datetimepicker .datetimepicker-hours fieldset legend, .datetimepicker .datetimepicker-minutes fieldset legend {
    margin-bottom: inherit;
    line-height: 30px
}

.datetimepicker table tr td span.disabled, .datetimepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datetimepicker table tr td span.active, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover, .datetimepicker table tr td span.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled.disabled, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover, .datetimepicker table tr td span.active.disabled:hover.active, .datetimepicker table tr td span.active.disabled:hover.disabled, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.disabled:hover:hover, .datetimepicker table tr td span.active.disabled:hover[disabled], .datetimepicker table tr td span.active.disabled[disabled], .datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active:hover.disabled, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active:hover:hover, .datetimepicker table tr td span.active:hover[disabled], .datetimepicker table tr td span.active[disabled] {
    background-color: #04c
}

.datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover.active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active:hover:active {
    background-color: #039\9
}

.datetimepicker tfoot tr:first-child th, .datetimepicker thead tr:first-child th {
    cursor: pointer
}

.datetimepicker tfoot tr:first-child th:hover, .datetimepicker thead tr:first-child th:hover {
    background: #eee
}

.input-append.date .add-on i, .input-group.date .input-group-addon span, .input-prepend.date .add-on i {
    cursor: pointer;
    width: 14px;
    height: 14px
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

body, html {
    width: 100%
}

body, button, input, label, select, textarea {
    font-size: 16px;
    color: #333;
    -webkit-text-size-adjust: none
}

@media (max-width: 767px) {
    body, button, input, label, select, textarea {
        font-size: 16px;
        color: #333;
        -webkit-text-size-adjust: none
    }
    .content {
    overflow: hidden;
    position: relative;
    top: 0px !important;
}
}

button, input, label, select {
    vertical-align: middle;
    list-style-type: none;
    border: none
}

label {
    padding-left: .4em
}

h1, h2, h3, h4, h5, h6, ol, p, ul {
    font-size: 100%
}

ul {
    list-style: none
}

h1 {
    font-size: 22px
}

h2 {
    font-size: 16px
}

h3 {
    font-size: 13px
}

h4 {
    font-size: 12px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 12px
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
}

small {
    font-size: 12px
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

img {
    border: 0 none
}

a img, span img {
    vertical-align: bottom
}

a {
    color: #333;
}

a:hover {
    color: #ea4120
}

em {
    font-style: normal;
    font-weight: 700
}

button, input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table th {
    font-weight: 300
}

.nopadding {
    padding: 0
}

.dot {
    display: block;
    width: 3px;
    height: 3px;
    background: #000
}

.ml15 {
    margin-left: 15px
}

.mb55 {
    margin-bottom: 55px
}

.pl0 {
    padding-left: 0
}

.pr0 {
    padding-right: 0
}

.pl10 {
    padding-left: 10px
}

.pr10 {
    padding-right: 10px
}

.btn {
    height: 30px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    display: block;
    outline-style: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.s_h70 {
    height: 70px
}

.moudleTitle {
    width: 100%;
    height: 40px;
    margin-bottom: 25px;
    text-align: center
}

.moudleTitle .inner {
    display: inline-block
}

.moudleTitle span {
    float: left;
    height: 40px
}

.moudleTitle .headline {
    line-height: 32px;
    padding: 0 15px;
    border-bottom: 5px solid #fedb39;
    font-size: 24px;
    color: #EA4120
}

.moudleTitle .titDes {
    line-height: 40px;
    padding: 0 25px;
    border-bottom: 5px solid #f5f5f5;
    font-size: 16px;
    color: #666;
    display: table-cell;
    vertical-align: bottom
}

.moudleTitle2 .text {
    color: #EA4120;
    height: 43px;
    line-height: 40px;
    border-bottom: 3px solid #f5f5f5;
    display: inline-block;
    position: relative;
    font-size: 20px
}

.moudleTitle2 .y_line {
    width: 50%;
    height: 3px;
    background: #fedb39;
    position: absolute;
    left: 0;
    bottom: -3px
}

.moudleTitle2 .firstP, .moudleTitle2 .secondP {
    color: #EA4120;
    line-height: 40px;
    border-bottom: 3px solid #f5f5f5;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    font-size: 20px;
    text-indent: 0;
    padding: 0
}

.moudleTitle2 .firstP {
    border-bottom: 3px solid #fedb39
}

.moudleTitle2 .secondP {
    border-bottom: 3px solid #f5f5f5
}

.pageTit {
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    padding-left: 15px;
    color: #000;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px
}

.pageTit .redline {
    width: 3px;
    height: 18px;
    background: #EA4120;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px
}

.mdTit {
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    font-weight: 700;
    padding-left: 22px;
    position: relative;
    color: #000
}

.mdTit .icon_mt {
    display: block;
    position: absolute;
    left: 0;
    top: 50%
}

.header {
    border-top: 3px solid #EA4120;
}

.header .top {
    background: #f1f1f1;
    height: 40px
}

.header .tabnav {
    width: 300px;
    height: auto;
    overflow: hidden;
    float: left
}

.header .tabnav li {
    float: left;
    padding: 0 20px;
    background: url(line.png) no-repeat right top
}

.header .tabnav a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px
}

.header .tabnav a:hover {
    color: #EA4120
}

.header .tabnav .active {
    background: #fff;
    font-weight: 700
}

.header .tabnav .active a {
    color: #EA4120;
}

.header .tools {
    width: 450px;
    float: right;
    height: auto;
    padding-right: 50px;
    position: relative
}

.header .tools .toolbox {
    float: left;
    height: auto;
    padding-left: 25px;
    position: relative
}

.header .tools .busNetwork {
    margin-left: 0
}

.header .tools span {
    display: inline-block
}

.header .tools .text {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #666;
    font-size: 14px
}

.header .tools .text:hover {
    color: #EA4120
}

.header .tools .icon-position {
    width: 24px;
    height: 24px;
    background: url(icon_03.png) no-repeat top center;
    position: relative;
    top: 7px;
    margin-right: 6px
}

.header .tools .decorate-arrow {
    width: 8px;
    height: 5px;
    background: url(arrow_bottom.png) no-repeat;
    margin-left: 12px;
    position: relative;
    top: -3px;
    cursor: pointer;
    display: none
}

.header .tools .icon-money {
    width: 24px;
    height: 24px;
    background: url(icon-money.png) no-repeat;
    position: relative;
    top: 7px;
    margin-right: 6px;
}

.header .tools .icon-people {
    width: 24px;
    height: 24px;
    background: url(icon_05.png) no-repeat;
    margin-right: 10px;
    position: relative;
    top: 6px;
}

.header .tools .icon-phone {
    width: 24px;
    height: 24px;
    background: url(icon_07.png) no-repeat;
    margin-right: 6px;
    position: relative;
    top: 5px;
}

.header .tools .language {
    height: 19px;
    line-height: 19px;
    padding: 0 13px;
    color: #fff;
    font-size: 12px;
    background: #EA4120;
    background: linear-gradient(269deg, #E63328 0%,#E83B24 13%,#EE511B 34%,#F8750B 59%,#FF8F00 75%,#FFB000 89%,#FFCB00 100%);
    position: absolute;
    right: 0;
    top: 10px
}

.header .tools .language:hover {
    background: #ea4120
}

.header .tools2 {
    width: 565px;
}

.header .bottom {
    height: 88px;
    padding-top: 15px
}

.header .bot_con {
    position: relative
}

.header .logo {
    width: 208px;
    height: 40px;
    margin-left: 22px;
    margin-right: 57px;
    margin-top: 7px;
    float: left
}

.header .beainfo_logo {
    margin-right: 40px
}

.header .logo a {
    display: block;
    width: 100%;
    height: 100%
}

.header .logo img {
    width: 100%
}

.header .li_bot {
    width: 720px;
    height: auto;
    padding-top: 63px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 10;
    display: none
}

.header .active {
    display: block
}

.header .li_bot_inner {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    padding-left: 25px;
    padding-right: 205px;
    padding-top: 47px;
    height: 395px
}

.header .picbox {
    position: absolute;
    top: 110px;
    right: 25px
}

.header .picbox img {
    display: block
}

.header .group {
    overflow: hidden;
    height: auto
}

.header .dlmenu {
    width: 160px;
    float: left;
    padding-left: 40px;
    margin-bottom: 15px
}

.header .dlmenu dt {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px
}

.header .dlmenu a {
    width: 100%;
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px
}

.header .dlmenu a:hover {
    color: #EA4120
}

.header .dlmenu .icon {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: -40px;
    background: #fcc
}

.header .dlmenu .icon01 {
    background: url(nav_icon_01.png) no-repeat left center;
    background-size: 100%
}

.header .dlmenu .icon02 {
    background: url(nav_icon_02.png) no-repeat left center;
    background-size: 90%
}

.header .dlmenu .icon03 {
    background: url(nav_icon_03.png) no-repeat left center;
    background-size: 100%
}

.header .dlmenu .icon04 {
    background: url(nav_icon_04.png) no-repeat left center;
    background-size: 100%
}

.header .dlmenu .icon05 {
    background: url(nav_icon_05.png) no-repeat left center;
    background-size: 95%
}

.header .dlmenu .icon06 {
    background: url(nav_icon_06.png) no-repeat left center;
    background-size: 100%
}

.header .navBox {
    float: left;
    position: relative
}

.header .ah {
    padding: 7px 0;
    display: block;
    height: 50px;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: #666;
}

.header .navBox2 .ah {
    padding-left: 10px;
    padding-right: 10px
}

.header .navli {
    float: left;
    position: relative
}

.header .li_ddCon {
    display: none;
    width: auto;
    height: auto;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 11;
    padding: 39px 0 0 0;
}

.header .li_bg {
    height: 63px;
    width: 100%
}

.header .dropDown {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    background: #fff
}

.header .dropDown li {
    position: relative
}

.header .dropDown li>ul {
    display: none;
    position: absolute;
    left: 216px;
    top: 0;
    background: #fff;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, .3)
}

.header .dropDown li:hover {
    background: #fedc19
}

.header .dropDown li:hover>a {
    color: #EA4120;
    border-bottom: 1px solid #fedc19
}

.header .dropDown li:hover>a>.dot {
    background: #EA4120
}

.header .dropDown li:hover>ul {
    display: block
}

.header .dropDown a {
    display: block;
    height: auto;
    line-height: 25px;
    padding: 10px 0px;
    width: 180px;
    padding-left: 13px;
    position: relative;
    color: #000;
    margin: 0 18px;
    border-bottom: 1px solid #f8f8f8
}

.header .dropDown .dot {
    background: #c7c7c7;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px
}

.header .dropDown .arrow {
    width: 4px;
    height: 7px;
    background: url(arrow_red_r.png) no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px
}

.header .navli.active, .header .navli:hover {
    background: url(l.png) no-repeat left top
}

.header .ah:hover, .header .navli.active .ah {
    color: #EA4120;
    background: url(r.png) no-repeat right center
}

.header .navli.active .li_ddCon {
    display: block
}

.header .navli.active1, .header navli:hover {
    background: url(l.png) no-repeat left top
}

.header .ah:hover, .header .navli.active1 .ah {
    color: #EA4120;
    background: url(r.png) no-repeat right center
}

.cb_header .ah {
    padding-left: 40px;
    padding-right: 40px
}

.header .newAnn {
    width: 100%;
    height: 32px;
    background: #ff9f00;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff
}

.header .newAnn .icon_gg {
    width: 18px;
    height: 18px;
    display: block;
    background: url(icon_gg.png) no-repeat;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -9px
}

.header .newAnn .gg {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding-left: 50px;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff
}

.header .newAnn .gg:hover {
    color: #EA4120
}

.header .newAnn .more {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 40px;
    top: 0
}

.header .newAnn .more:hover {
    color: #EA4120
}

.header .search {
    position: absolute;
    right: 15px;
    top: 15px
}

.header .beainfo_search {
    right: 0
}

.header .icon-magnifier {
    display: block;
    width: 23px;
    height: 23px;
    background: url(icon_09.png) no-repeat;
    cursor: pointer
}

.header .search_inner {
    display: none;
    position: absolute;
    right: 0;
    top: 60px;
    width: 1000px;
    height: auto;
    background: #fff;
    border-top: 2px solid #EA4120;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    z-index: 9;
    padding-top: 48px;
    padding-bottom: 30px
}

.header .close {
    display: block;
    width: 20px;
    height: 20px;
    background: url(icon_close.png) no-repeat;
    position: absolute;
    top: 8px;
    right: 15px;
    cursor: pointer
}

.header .s_range {
    width: 650px;
    height: 90px;
    margin-left: auto;
    margin-right: auto
}

.header .inpbox {
    height: auto;
    overflow: hidden;
    margin-bottom: 10px
}

.header .s_inp {
    width: 516px;
    height: 44px;
    border: 1px solid #EA4120;
    outline-style: none;
    padding: 7px 10px;
    line-height: 30px;
    float: left
}

.header .btn_search {
    display: block;
    width: 96px;
    height: 44px;
    line-height: 30px;
    background: #EA4120;
    color: #fff;
    font-size: 18px;
    outline-style: none;
    float: right;
    border-radius: 2px
}

.header .btn_search:hover {
    background: #ea4120
}

.header .hot_span {
    font-size: 16px;
    color: #666;
    display: block;
    float: left
}

.header .icon-hot {
    width: 22px;
    height: 22px;
    margin-left: 3px;
    margin-right: 10px;
    background: url(hot.png) no-repeat left center
}

.header .ling_hotkey {
    font-size: 16px;
    color: #666;
    height: 22px;
    line-height: 22px;
    margin-right: 20px
}

.header .ling_hotkey:hover {
    color: #EA4120
}

.header .hot {
    color: #EA4120
}

.header .bnlistC {
    width: 140px;
    height: auto;
    display: none;
    position: absolute;
    top: 40px;
    left: 10px;
    background: #f6f4f5;
    z-index: 99;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 1px solid #fefcfd;
    border-right: 1px solid #fefcfd;
    border-bottom: 1px solid #fefcfd;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3)
}

.header .bnlist {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    overflow: hidden
}

.header .bnlist li {
    margin-top: -1px;
    height: 42px;
    line-height: 42px;
    border-top: 1px solid #eae8e9;
    padding-left: 15px;
    position: relative
}

.header .bnlist a {
    display: block
}

.header .bnlist span {
    display: block
}

.header .bnlist .dot {
    position: absolute;
    left: 3px;
    top: 20px;
    background: #929091
}

.header .on {
    display: block
}

.header .li_bot2 .li_bot_inner {
    height: 240px
}

.header .li_bot2 .picbox {
    width: 89px
}

.header .li_bot2 img {
    width: 100%
}

.header .hlListC {
    width: 156px;
    height: auto;
    position: absolute;
    top: 40px;
    left: -5px;
    background: #f6f4f5;
    z-index: 99;
    padding-top: 5px;
    padding-bottom: 10px;
    border-left: 1px solid #fefcfd;
    border-right: 1px solid #fefcfd;
    border-bottom: 1px solid #fefcfd;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    display: none
}

.header .hlList {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    overflow: hidden
}

.header .hlList li {
    margin-top: -1px;
    height: auto;
    line-height: 24px;
    border-top: 1px solid #eae8e9;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative
}

.header .hlList a {
    display: block
}

.header .hlList span {
    display: block
}

.header .hlList .dot {
    position: absolute;
    left: 3px;
    top: 20px;
    background: #929091
}

.login {
    width: 100%;
    font-size: 14px
}

.login .linebox {
    /* background-size: 100% 40px; */
    height: 40px
}

.login .line {
    height: 0;
    border-top-width: 8px;
    /* border-top-style: solid */
}

.login .line1 {
    /* border-color: #98292e */
    height: 16px;
    background: url(./header_solar.png);
    background-size: 100% 16px;
}

.login .line2 {
    border-color: #dd352c
}

.login .line3 {
    border-color: #fffffd
}

.login .line4 {
    border-color: #f1a141
}

.login .line5 {
    border-color: #f7d047
}

.login .loginInner {
    width: 100%;
    position: relative;
    top: -40px;
    left: -1px;
    height: 0;
    z-index: 2
}

.login .loginTop {
    width: 250px;
    height: 80px;
    background: url(./bgColor.png) no-repeat;
    background-size: 250px 67px;
    position: absolute;
    top: -13px;
    left: -5px
}

.login .caidai {
    width: 270px;
    height: 54px;
    background: url(dec_caidai_03.png) no-repeat;
    position: absolute;
    left: -15px;
    top: 30px;
    display: none;
}

.login .pEBank {
    display: block;
    width: 140px;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    background: url(./selectbg.jpg) no-repeat right center #fff;
    position: absolute;
    left: 25px;
    top: 20px;
    z-index: 3;
    cursor: pointer;
    font-size: 14px
}

.login .btn-login {
    width: 49px;
    height: 25px;
    background: #fedb39;
    border-radius: 2px;
    position: absolute;
    left: 176px;
    top: 20px;
    outline-style: none;
    color: #000;
    font-size: 14px;
    z-index: 19
}

.login .loginBotcon {
    width: 280px;
    padding-top: 84px;
    position: absolute;
    top: 0;
    left: 1px
}

.login .loginBot {
    display: none;
    width: 238px;
    height: 320px;
    /* background: #EA4120; */
    background: linear-gradient(242deg, #E63328 0%, #E63328 0%, #E83B24 13%, #EE511B 34%, #F8750B 59%, #FF8F00 75%, #FFB000 89%, #FFCB00 100%);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    border-radius: 4px;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    top: -35px;
}

.login .link {
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
    color: #000;
    background: #fff;
    border-radius: 4px;
    text-align: center
}

.login .link:hover {
    color: #EA4120
}

.login .link2 {
    height: 36px;
    line-height: 36px;
    display: block;
    width: 50%;
    position: relative;
    padding-left: 10px;
    color: #fff;
    float: left
}

.login .linkbox {
    height: auto;
    overflow: hidden;
    padding-bottom: 10px
}

.login .dot {
    background: #fff;
    position: absolute;
    top: 15px;
    left: 0
}

.login .QR-box {
    width: 100%;
    height: 130px;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-top: 10px;
    background: url(qrl.png) no-repeat center #fff
}

.login .QRcode {
    width: 50%;
    float: left
}

.login .codeName {
    width: 100%;
    color: #000;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: block
}

.login .imgbox {
    width: 75px;
    height: 75px;
    margin: 5px auto
}

.login .imgbox img {
    display: block;
    width: 100%
}

.login .link3 {
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding-left: 20px;
    display: block;
    position: relative
}

.login .arrow_l {
    display: block;
    width: 13px;
    height: 15px;
    position: absolute;
    right: 25px;
    top: 7px
}

.index_content, .cb_index_content, .beainfo_index {
    overflow: hidden;
    position: relative;
    top: -24px;
}

.content {
    margin-bottom: 60px;
}

.content .mainConInner {
    margin-top: 55px;
    height: auto
}

.content .mianLeftInner {
    background: #f7f6f6;
    height: auto
}

.content .topPath {
    height: 50px;
    width: 100%;
    line-height: 50px;
    color: #666;
    font-size: 16px;
    border-bottom: 1px dashed #e7e7e7
}

.content .topPath a:last-child {
    font-weight: 600;
}

.content .topPath a {
    color: #666
}

.content .topPath .current {
    color: #EA4120
}

.content .colName {
    line-height: 20px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-top: 26px;
    margin-bottom: 14px;
    padding-left: 15px;
    border-left: 3px solid #EA4120
}

.sideNav.noI i {
    display: none
}

.sideNav .sideNavTit {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    color: #fff;
    background: linear-gradient(269deg, #E63328 0%,#E83B24 13%,#EE511B 34%,#F8750B 59%,#FF8F00 75%,#FFB000 89%,#FFCB00 100%);
    font-size: 16px
}

.sideNav a {
    display: block;
    height: auto;
    line-height: 25px;
    padding: 10px 10px;
    border-bottom: 1px solid #e7e7e7;
    color: #000;
    position: relative
}

.sideNav .active, .sideNav a:hover {
    color: #EA4120
}

.sideNav .li01 a {
    padding-left: 30px
}

.sideNav .ul02 {
    padding-left: 30px;
    display: none
}

.sideNav .li02 a {
    padding-left: 18px
}

.sideNav .ul03 {
    padding-left: 14px;
    display: none
}

.sideNav .ul04 {
    padding-left: 18px;
    display: none
}

.sideNav .on {
    display: block
}

.sideNav i {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -20px;
    background: url(arrow2.png) no-repeat center
}

.sideNav .arrow1 {
    background: url(arrow1.png) no-repeat center
}

.sidebar_head {
    height: 50px;
    background-color: #EA4120;
    background: linear-gradient(269deg, #E63328 0%,#E83B24 13%,#EE511B 34%,#F8750B 59%,#FF8F00 75%,#FFB000 89%,#FFCB00 100%);
    line-height: 50px;
    color: #fff;
    padding-left: 27px
}

.sidebar_content {
    padding-top: 30px;
    padding-bottom: 36px;
    padding-left: 27px
}

.sidebar_content li {
    margin-bottom: 24px
}

.sidebar_content li input {
    margin-right: 8px;
    margin-bottom: 3px
}

.breadNav {
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    color: #666;
    background: url(bn_line_03.png) left bottom repeat-x
}

.breadNav a {
    color: #666
}

.breadNav .active, .breadNav a:hover {
    color: #EA4120
}

.footer {
    /* background: url(decorate_border_06.jpg) repeat-x #EA4120; */
    background: url(./botbg.png) repeat-x;
    background: linear-gradient(230deg, #E63328 0%,#E63328 13%,#E63328 34%,#FF8F00 100%);
    background-size: cover;
    padding-top: 15px;
    margin-top: 80px;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.footer .container {
    position: relative
}

.footer .inner {
    height: 225px;
    padding-top: 40px
}

.footer .decoreate {
    display: none;
    width: 69px;
    height: 56px;
    background: url(decorate_03.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -71px;
    left: 0
}

.footer .left {
    /* padding-left: 19px; */
    padding-right: 0;
    overflow: hidden;
    color: #fff;
    position: relative
}

.footer .LOGO .slogan {
    width: 342px;
    height: 35px;
}

.footer .linkNav {
    margin-bottom: 15px;
    line-height: 30px;
    width: 440px;
    margin-left: -20px;
    margin-top: 26px;
}

.footer .mobile_linkNav {
    display: none;
}

.footer .link {
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    background: url(decoreate_line.png) no-repeat left center
}

.footer .copyright {
    line-height: 24px;
    font-size: 14px;
    /* margin-top: 41px; */
}

.footer .QR-box {
    width: 460px;
    height: auto;
    position: absolute;
    right: -10px;
    top: 0
}

.footer .QR-box .QRcode1 {
    height: 116px;
    float: left;
    margin-right: 40px;
}

.footer .QR-box .QRcode1 img {
    width: 100%;
}

.footer .QRcode {
    width: 80px;
    margin-right: 40px;
    float: left;
    height: auto
}

.footer .imgbox {
    width: 80px;
    height: 80px;
    padding: 5px;
    background: #fff
}

.footer img {
    display: block;
    width: 100%
}

.footer .codeName {
    margin-top: 15px;
    font-size: 15px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center
}

.page {
    width: 100%;
    height: 44px;
    margin-top: 50px;
    text-align: center
}

.page a:first-child {
    padding-left: 0
}

.page a {
    padding: 0 15px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    color: #666
}

.page .active {
    color: #fff;
    background-color: #EA4120
}

.page .input {
    border: 1px solid #EA4120;
    width: 47px;
    margin: 0 5px;
    text-align: center;
    outline: 0
}

.page .comfirmBtn {
    padding: 0 10px;
    background-color: #EA4120;
    height: 22px;
    color: #fff;
    margin-left: 20px;
    outline: 0
}

.laypage_main {
    width: 100%;
    height: 44px;
    margin-top: 50px;
    text-align: center
}

.laypage_main a, .laypage_main label, .laypage_main span {
    height: 22px;
    line-height: 22px;
    display: inline-block;
    color: #666
}

.laypage_main .laypage_curr, .laypage_main a {
    padding: 0 15px
}

.laypage_main .laypage_curr {
    color: #fff;
    background-color: #EA4120!important;
}

.laypage_main .laypage_skip {
    border: 1px solid #EA4120;
    width: 47px;
    margin: 0 5px;
    text-align: center;
    outline: 0
}

.laypage_main .laypage_btn {
    padding: 0 10px;
    background-color: #EA4120;
    height: 22px;
    color: #fff;
    margin-left: 20px;
    outline: 0
}

.laypage_main .laypage_total {
    vertical-align: top
}

.phonePage {
    display: none
}

.announcement li {
    height: 40px;
    line-height: 40px
}

.announcement li a {
    display: block;
    color: #333;
    font-size: 14px;
    height: 100%;
    position: relative
}

.announcement li a span {
    float: left
}

.announcement li a .dot {
    position: absolute;
    top: 18px;
    left: 0
}

.announcement li a .sign {
    position: absolute;
    left: 15px;
    top: 0;
    display: none
}

.announcement li a .title {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 92px;
    padding-left: 10px;
    display: block
}

.announcement li a .title:hover {
    color: #ea4120
}

.announcement li a .time {
    position: absolute;
    right: 0;
    top: 0
}

.prompt {
    overflow: hidden;
    background: #f1f1f1
}

.prompt .w1000 {
    width: 1000px;
    margin: 0 auto
}

.prompt .p_child {
    border-top: 1px solid #d9d8d8;
    margin-top: -1px
}

.prompt .cpcn {
    padding-top: 15px;
    padding-bottom: 15px
}

.prompt .cpcn p {
    line-height: 24px;
    color: #000;
    font-size: 12px;
    text-align: justify
}

.prompt .p_tit {
    height: 36px;
    font-size: 0;
    font-size: 16px;
    color: #EA4120;
    position: relative
}

.prompt .img_jg {
    display: inline-block;
    width: 30px;
    margin-right: 5px
}

.prompt .p_tit_span {
    line-height: 36px;
    display: inline-block
}

.prompt .img_close {
    display: block;
    width: 18px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer
}

.prompt .toDetail {
    color: #EA4120;
    margin: 0 3px
}

.prompt .toDetail:hover {
    color: #ea4120
}

.prompt .downloadApp {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 84px;
    padding-right: 50px;
    position: relative;
    height: 108px;
    display: none
}

.prompt .downloadApp .img_close {
    top: 20px
}

.prompt .img_getapp {
    display: block;
    width: 64px;
    float: left;
    position: absolute;
    left: 0;
    top: 20px
}

.prompt .toAppStore {
    display: block;
    width: 48px;
    position: absolute;
    right: 0;
    bottom: 20px
}

.prompt .toAppStore img {
    width: 100%
}

.prompt .dl_tit {
    font-size: 16px;
    line-height: 36px;
    color: #000
}

.prompt .dl_info {
    line-height: 24px;
    color: #666
}

@media (min-width: 992px) {
    .container {
        width: 1000px
    }
}

@media (min-width: 768px) and (max-width:1000px) {
    body, html {
        width: 1000px
    }

    .container {
        width: 1000px
    }

    .bottom .logo {
        margin-right: 70px
    }
}

@media (min-width: 768px) {
    .content .mianLeft {
        padding-left: 0;
        padding-right: 12px
    }

    .content .mainRight {
        padding-right: 0;
        padding-left: 10px
    }
}

@media (max-width: 767px) {
    .moudleTitle {
        width: 100%;
        height: .8rem;
        margin-bottom: .25rem;
        text-align: center
    }

    .moudleTitle .inner {
        display: inline-block
    }

    .moudleTitle span {
        height: .8rem
    }

    .moudleTitle .headline {
        font-size: .44rem;
        padding: 0 .3rem;
        line-height: .66rem;
        border-bottom: .05rem solid #fedb39
    }

    .moudleTitle .titDes {
        padding: 0 .3rem;
        font-size: .26rem;
        line-height: .8rem;
        border-bottom: .05rem solid #f5f5f5
    }

    .moudleTitle2 .firstP, .moudleTitle2 .secondP {
        line-height: .56rem;
        font-size: .32rem
    }

    .pageTit {
        margin-top: .3rem;
        margin-bottom: .3rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .36rem;
        padding-left: .18rem;
        position: relative;
        font-weight: 700
    }

    .pageTit .redline {
        width: .05rem;
        height: .3rem;
        background: #d42c2e;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -.16rem
    }

    .mdTit {
        height: .6rem;
        line-height: .6rem;
        font-size: .36rem;
        font-weight: 700;
        padding-left: .28rem
    }

    .mdTit .icon_mt {
        position: absolute;
        left: 0;
        top: 50%
    }

    .btn {
        height: .48rem;
        font-size: .22rem
    }

    .header-ph .top-ph {
        height: .72rem;
        background: #f1f1f1
    }

    .header-ph .top-right-ph {
        padding-right: .25rem;
    }

    .header-ph .tools_ph {
        float: right;
        width: 3.2rem;
        padding-left: 0;
        padding-right: 0
    }

    .header-ph .tools_ph img {
        display: none
    }

    .header-ph .tools_ph2 {
        width: 4.1rem;
    }

    .header-ph .toolbox-ph {
        width: .48rem;
        height: .72rem;
        display: block;
        float: left;
        margin-right: .4rem;
        position: relative
    }

    .header-ph .icon {
        display: block;
        width: 100%;
        height: 100%;
        cursor: pointer;
        padding-left: 0 !important
    }

    .header-ph .icon-position {
        background: url(icon-ph_03.png) no-repeat center center;
        background-size: 100%
    }

    .header-ph .icon-people {
        background: url(icon-ph_06.png) no-repeat center center;
        background-size: 100%
    }

    .header-ph .icon-phone {
        background: url(icon-ph_09.png) no-repeat center center;
        background-size: 100%
    }

    .header-ph .icon-money {
        background: url(icon-money-ph.png) no-repeat center center;
        background-size: 100%
    }

    .header-ph .language {
        width: .56rem;
        height: .42rem;
        line-height: .42rem;
        display: block;
        float: left;
        text-align: center;
        background: linear-gradient(269deg, #E63328 0%,#E83B24 13%,#EE511B 34%,#F8750B 59%,#FF8F00 75%,#FFB000 89%,#FFCB00 100%);
        color: #fff;
        font-size: .3rem;
        position: relative;
        top: .16rem;
    }

    .header-ph .position-ph ul {
        width: 3rem;
        position: absolute;
        top: .72rem;
        left: 0;
        z-index: 99;
        overflow: hidden;
        font-size: .26rem;
        display: none
    }

    .header-ph .position-ph li {
        height: .82rem;
        line-height: .82rem;
        background: #dfdfdf;
        border-top: 1px solid #bebebe;
        margin-top: -1px
    }

    .header-ph .position-ph a {
        display: block;
        padding-left: .25rem
    }

    .header-ph .hotline-ph ul {
        width: 3rem;
        position: absolute;
        top: .72rem;
        right: -1.2rem;
        z-index: 99;
        overflow: hidden;
        font-size: .26rem;
        display: none
    }

    .header-ph .hotline-ph li {
        height: 1.16rem;
        background: #dfdfdf;
        border-top: 1px solid #bebebe;
        margin-top: -1px;
        padding-top: .22rem
    }

    .header-ph .hotline-ph span {
        padding-left: .4rem;
        display: block;
        width: 100%;
        line-height: .36rem;
        font-size: .28rem;
        color: #000;
        position: relative
    }

    .header-ph .hotline-ph .red {
        color: #EA4120
    }

    .header-ph .hotline-ph .dot {
        position: absolute;
        left: .2rem;
        top: .15rem
    }

    .header-ph .menu-ph {
        padding-left: 0
    }

    .header-ph .ddMenu {
        width: 2rem;
        height: .72rem;
        font-size: .26rem;
        position: relative
    }

    .header-ph .ddMenu .active {
        width: 100%;
        height: 100%;
        line-height: .72rem;
        padding-left: .25rem;
        color: #EA4120;
        cursor: pointer
    }

    .header-ph .ddMenu ul {
        display: none;
        position: absolute;
        top: .72rem;
        width: 100%;
        z-index: 99;
        overflow: hidden
    }

    .header-ph .ddMenu li {
        height: .82rem;
        line-height: .82rem;
        background: #dfdfdf;
        border-top: 1px solid #bebebe;
        margin-top: -1px
    }

    .header-ph .ddMenu a {
        display: block;
        padding-left: .25rem
    }

    .header-ph .ddMenu a:hover {
        background: #ffdb00
    }

    .header-ph .arrow {
        background: url(t_a_03.png) no-repeat;
        background-size: 100%;
        width: .22rem;
        height: .13rem;
        display: inline-block;
        margin-left: .2rem
    }

    .header-ph .bot-ph {
        height: auto;
        position: relative
    }

    .header-ph .logo-ph {
        width: 3.48rem;
        height: 1.36rem;
        margin: 0 auto;
        padding-top: .36rem
    }

    .header-ph a {
        width: 3.48rem;
        height: .64rem;
        margin: 0 auto;
        display: block
    }

    .header-ph .logo-ph img {
        display: block;
        width: 100%
    }

    .header-ph .search_ph {
        width: 100%;
        height: auto;
        background: #fff;
        padding: 0 15px;
        border-top: 1px solid #f1f1f1;
        position: relative
    }

    .header-ph .icon_search {
        display: block;
        width: .48rem;
        height: .48rem;
        background: url(fdj.png) no-repeat;
        background-size: 100%;
        cursor: pointer;
        position: absolute;
        right: .3rem;
        top: -.92rem
    }

    .header-ph .isopen {
        background: url(isopen_03.png) no-repeat;
        background-size: 100%
    }

    .header-ph .search_inner {
        display: none;
        position: relative;
        padding-right: 1.18rem;
        margin: .4rem 0
    }

    .header-ph .s_inp {
        width: 100%;
        height: .96rem;
        border: 1px solid #EA4120;
        outline-style: none;
        padding: .2rem .2rem;
        line-height: .56rem;
        font-size: .28rem;
        color: #999
    }

    .header-ph .btn_search_ph {
        display: block;
        width: .96rem;
        height: .96rem;
        line-height: .56rem;
        background: #EA4120;
        color: #fff;
        font-size: .28rem;
        outline-style: none;
        position: absolute;
        text-indent: 0;
        right: 0;
        top: 0
    }

    .header-ph .hotkey {
        height: .22rem;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .header-ph .hot_span {
        font-size: .16rem;
        color: #666;
        display: block;
        float: left;
        height: .22rem;
        line-height: .22rem
    }

    .header-ph .icon-hot {
        width: .22rem;
        height: .22rem;
        margin-right: .1rem;
        background: url(hot.png) no-repeat left center;
        background-size: 100%;
        display: block
    }

    .header-ph .line_hotkey {
        font-size: .16rem;
        color: #666;
        height: .22rem;
        line-height: .22rem;
        margin-right: .2rem;
        display: block;
        float: left
    }

    .header-ph .line_hotkey:hover {
        color: #EA4120
    }

    .header-ph .hot {
        color: #EA4120
    }

    .login {
        height: auto
    }

    .login .linebox {
        height: auto
    }

    .login .line1 {
        border-top-width: .085rem;
        height: 0.16rem;
        background-size: 100% 0.16rem;
    }

    .login .loginInner {
        display: none
    }

    .content .mainConInner {
        margin-top: 0;
    }

    .content .colName {
        line-height: .32rem;
        font-size: .36rem;
        margin-top: .48rem;
        margin-bottom: .4rem;
        padding-left: .1rem;
        border-left: .05rem solid #EA4120
    }

    .footer {
        padding-top: 0;
        margin-top: .8rem;
        /* margin-bottom: 0; */
        /* box-sizing: border-box; */
        /* padding-left: 0.36rem; */
    }

    .footer .container {
        position: relative
    }

    .footer .inner {
        height: auto;
        padding-top: .4rem;
        padding-bottom: .4rem
    }

    .footer .decoreate {
        width: .69rem;
        height: .56rem;
        left: .2rem;
        top: -.54rem
    }

    .footer .left {
        padding-left: 0
    }

    .footer .LOGO .slogan {
        padding-left: 15px;
    }

    .footer .linkNav {
        /* display: none; */
        margin-bottom: 3.6rem;
        margin-left: -1px;
        width: 100%;
        margin-top: 10px;
        /* width: 140px; */
    }

    .footer .mobile_linkNav {
        display: black;
    }

    .footer .link {
        width: 33.3%;
        text-align: center;
        display: block;
        padding: 0;
        font-size: .26rem;
        line-height: .4rem;
        float: left;
        margin-top: 0;
    }

    .footer .mibile_link {
        width: 2.5rem !important;
    }

    .footer .link:nth-last-child(2) {
        width: 50%;
        text-align: center;
        display: block;
        padding: 0;
        font-size: .26rem;
        line-height: .4rem;
        float: left
    }

    .footer .link:last-child {
        width: 50%;
        text-align: center;
        display: block;
        padding: 0;
        font-size: .26rem;
        line-height: .4rem;
        float: left
    }

    .footer .right {
        height: 100%
    }

    .footer .QR-box {
        width: 100%;
        top: 2rem;
        text-align: center;
        right: 0
    }

    .footer .QRcode {
        width: 1.2rem;
        float: inherit;
        display: inline-block;
        margin-right: .3rem;
        margin-left: -15px;
    }

    .footer .QR-box .QRcode1 {
        height: 98px;
        float: left;
        margin-right: .3rem;
        margin-left: .4rem;
    }

    .footer .QRcode1 img {
        height: 98px;
    }

    .footer .imgbox {
        width: 1.2rem;
        height: 1.2rem;
        padding: .1rem
    }

    .footer .codeName {
        margin-top: 15px;
        font-size: .26rem;
        color: #fff;
        display: block;
        width: 100%;
        text-align: center
    }

    .footer .copyright {
        /* line-height: .36rem; */
        /* text-align: center; */
        /* font-size: .14rem; */
        padding: 0;
    }

    .phonePage {
        margin-top: .7rem;
        height: .6rem;
        width: 100%;
        display: block
    }

    .phonePage a:first-child {
        color: #666
    }

    .phonePage a {
        height: .38rem;
        line-height: .38rem;
        font-size: .36rem;
        width: 49%;
        display: inline-block;
        text-align: center;
        color: #EA4120
    }

    .announcement li {
        height: .72rem;
        line-height: .72rem
    }

    .announcement li a {
        font-size: .26rem;
        height: 100%
    }

    .announcement li a .dot {
        top: .35rem;
        left: 0
    }

    .announcement li a .sign {
        left: .24rem;
        top: 0
    }

    .announcement li a .title {
        width: 90%;
        padding-left: .2rem
    }

    .announcement li a .time {
        right: 0;
        top: 0
    }

    .laypage_main {
        margin-top: .5rem;
        font-size: 0
    }

    .laypage_main .laypage_total {
        display: none
    }

    .laypage_main .laypage_curr, .laypage_main a, .laypage_main span {
        display: none
    }

    .laypage_main .laypage_next, .laypage_main .laypage_prev {
        height: .5rem;
        line-height: .5rem;
        display: inline-block;
        width: 50%;
        font-size: .36rem;
        padding: 0
    }

    .laypage_main .active {
        color: #EA4120
    }

    .prompt {
        padding-left: .25rem;
        padding-right: .25rem;
        /* border-bottom: 1px solid #d9d8d8; */
    }

    .prompt .w1000 {
        width: 100%
    }

    .prompt .cpcn {
        padding-top: .4rem;
        padding-bottom: .4rem
    }

    .prompt .p_tit {
        height: .6rem
    }

    .prompt .p_tit_span {
        line-height: .6rem
    }

    .prompt .img_jg {
        width: .5rem;
        margin-right: .1rem
    }

    .prompt .p_tit_span {
        font-size: .28rem
    }

    .prompt .img_close {
        width: .32rem;
        height: .33rem;
        right: 0;
        top: .1rem
    }

    .prompt .cpcn p {
        line-height: .4rem;
        color: #666;
        font-size: .22rem
    }

    .prompt .toDetail {
        margin: 0
    }

    .prompt .warp {
        display: block
    }

    .prompt .downloadApp {
        padding-top: .4rem;
        padding-bottom: .4rem;
        padding-left: 1.8rem;
        padding-right: 1.9rem;
        height: 2rem;
        display: block
    }

    .prompt .img_getapp {
        width: 1.28rem;
        top: .4rem
    }

    .prompt .toAppStore {
        width: .94rem;
        padding-top: .1rem
    }

    .prompt .dl_tit {
        font-size: .28rem;
        line-height: .32rem;
        margin-top: .1rem;
        margin-bottom: .1rem
    }

    .prompt .dl_info {
        font-size: .24rem
    }

    .prompt .downloadApp .img_close {
        top: .16rem
    }

    .prompt .toAppStore {
        bottom: .7rem
    }
}

@media (max-width: 320px) {
    .header-ph .selected-ph {
        background: url(t_a_03.png) no-repeat right center;
        background-size: .3rem
    }
}

.isIE8 .header .dropDown, .isIE8 .header .dropDown li>ul, .isIE8 .header .li_bot_inner {
    border: 1px solid #ddd
}

.icon-arrow-left, .icon-arrow-right {
    display: block;
    width: 20px;
    height: 20px;
    background: url(arr_l.png) center center no-repeat
}

.icon-arrow-right {
    background: url(arr_r.png) center center no-repeat
}

.dl-menuwrapper {
    width: 100%;
    height: auto;
    float: right;
    position: absolute;
    top: 1.12rem;
    left: 0;
    z-index: 9;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    -moz-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%
}

#menuname {
    display: none;
    width: 100%;
    height: 1.12rem;
    background: #EA4120;
    color: #fff;
    font-size: .36rem;
    line-height: 1.22rem;
    padding-left: .2rem;
    position: absolute;
    top: -1.12rem;
    z-index: 29;
    cursor: pointer
}

#menuname:after {
    width: .33rem;
    height: .33rem;
    display: block;
    content: "";
    background: url(ico_close_03.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: .2rem;
    top: 50%;
    margin-top: -.16rem
}

.dl-menuwrapper button {
    border: none;
    width: .5rem !important;
    height: .41rem !important;
    text-indent: -900em;
    overflow: hidden;
    position: absolute;
    top: -.7rem !important;
    left: 15px;
    cursor: pointer;
    outline: 0;
    background: url(h_03.png) no-repeat left center;
    background-size: 100%
}

.dl-menuwrapper ul {
    background: #dfdfdf
}

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.dl-menuwrapper li {
    position: relative
}

.dl-menuwrapper li a {
    width: auto;
    height: .96rem;
    line-height: .96rem;
    display: block;
    position: relative;
    padding: 0 .2rem;
    font-size: .3rem;
    font-weight: 300;
    color: #333;
    border-bottom: 1px solid #bebebe;
    outline: 0
}

.dl-menuwrapper .dl-menu li a.active {
    background: #fedc19
}

.dl-menuwrapper li.dl-back>a {
    padding-left: .4rem
}

.dl-menuwrapper li.dl-back:after, .dl-menuwrapper li>a:not(:only-child):after {
    position: absolute;
    top: 0;
    height: 100%;
    line-height: .96rem;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: ">";
    display: block;
    font-size: .3rem
}

.dl-menuwrapper li.dl-back:after {
    left: .1rem;
    color: #333;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dl-menuwrapper li>a:after {
    right: .1rem;
    color: #333
}

.dl-menuwrapper .dl-menu {
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    z-index: 29
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.dl-menuwrapper li .dl-submenu {
    display: none
}

.dl-menu.dl-subview li, .dl-menu.dl-subview li.dl-subview>a, .dl-menu.dl-subview li.dl-subviewopen>a {
    display: none
}

.dl-menu.dl-subview li.dl-subview, .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen, .dl-menu.dl-subview li.dl-subviewopen>.dl-submenu, .dl-menu.dl-subview li.dl-subviewopen>.dl-submenu>li {
    display: block
}

.dl-menuwrapper>.dl-submenu {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0
}

.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 .4s;
    -moz-animation: MenuAnimOut1 .4s;
    animation: MenuAnimOut1 .4s
}

.dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 .3s ease-in-out;
    -moz-animation: MenuAnimOut2 .3s ease-in-out;
    animation: MenuAnimOut2 .3s ease-in-out
}

.dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 .4s ease;
    -moz-animation: MenuAnimOut3 .4s ease;
    animation: MenuAnimOut3 .4s ease
}

.dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 .4s ease;
    -moz-animation: MenuAnimOut4 .4s ease;
    animation: MenuAnimOut4 .4s ease
}

.dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 .4s ease;
    -moz-animation: MenuAnimOut5 .4s ease;
    animation: MenuAnimOut5 .4s ease
}

@-webkit-keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg)
    }

    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5
    }

    100% {
        -webkit-transform: translateZ(-500px) rotateY(0);
        opacity: 0
    }
}

@-webkit-keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0
    }
}

@-webkit-keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0
    }
}

@-webkit-keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0
    }
}

@-webkit-keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: translateY(40%);
        opacity: 0
    }
}

@-moz-keyframes MenuAnimOut1 {
    50% {
        -moz-transform: translateZ(-250px) rotateY(30deg)
    }

    75% {
        -moz-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5
    }

    100% {
        -moz-transform: translateZ(-500px) rotateY(0);
        opacity: 0
    }
}

@-moz-keyframes MenuAnimOut2 {
    100% {
        -moz-transform: translateX(-100%);
        opacity: 0
    }
}

@-moz-keyframes MenuAnimOut3 {
    100% {
        -moz-transform: translateZ(300px);
        opacity: 0
    }
}

@-moz-keyframes MenuAnimOut4 {
    100% {
        -moz-transform: translateZ(-300px);
        opacity: 0
    }
}

@-moz-keyframes MenuAnimOut5 {
    100% {
        -moz-transform: translateY(40%);
        opacity: 0
    }
}

@keyframes MenuAnimOut1 {
    50% {
        transform: translateZ(-250px) rotateY(30deg)
    }

    75% {
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5
    }

    100% {
        transform: translateZ(-500px) rotateY(0);
        opacity: 0
    }
}

@keyframes MenuAnimOut2 {
    100% {
        transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes MenuAnimOut3 {
    100% {
        transform: translateZ(300px);
        opacity: 0
    }
}

@keyframes MenuAnimOut4 {
    100% {
        transform: translateZ(-300px);
        opacity: 0
    }
}

@keyframes MenuAnimOut5 {
    100% {
        transform: translateY(40%);
        opacity: 0
    }
}

.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 .3s;
    -moz-animation: MenuAnimIn1 .3s;
    animation: MenuAnimIn1 .3s
}

.dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 .3s ease-in-out;
    -moz-animation: MenuAnimIn2 .3s ease-in-out;
    animation: MenuAnimIn2 .3s ease-in-out
}

.dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 .4s ease;
    -moz-animation: MenuAnimIn3 .4s ease;
    animation: MenuAnimIn3 .4s ease
}

.dl-menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 .4s ease;
    -moz-animation: MenuAnimIn4 .4s ease;
    animation: MenuAnimIn4 .4s ease
}

.dl-menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 .4s ease;
    -moz-animation: MenuAnimIn5 .4s ease;
    animation: MenuAnimIn5 .4s ease
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0);
        opacity: 0
    }

    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        opacity: .5
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        opacity: 1
    }
}

@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes MenuAnimIn1 {
    0% {
        -moz-transform: translateZ(-500px) rotateY(0);
        opacity: 0
    }

    20% {
        -moz-transform: translateZ(-250px) rotateY(30deg);
        opacity: .5
    }

    100% {
        -moz-transform: translateZ(0) rotateY(0);
        opacity: 1
    }
}

@-moz-keyframes MenuAnimIn2 {
    0% {
        -moz-transform: translateX(-100%);
        opacity: 0
    }

    100% {
        -moz-transform: translateX(0);
        opacity: 1
    }
}

@-moz-keyframes MenuAnimIn3 {
    0% {
        -moz-transform: translateZ(300px);
        opacity: 0
    }

    100% {
        -moz-transform: translateZ(0);
        opacity: 1
    }
}

@-moz-keyframes MenuAnimIn4 {
    0% {
        -moz-transform: translateZ(-300px);
        opacity: 0
    }

    100% {
        -moz-transform: translateZ(0);
        opacity: 1
    }
}

@-moz-keyframes MenuAnimIn5 {
    0% {
        -moz-transform: translateY(40%);
        opacity: 0
    }

    100% {
        -moz-transform: translateY(0);
        opacity: 1
    }
}

@keyframes MenuAnimIn1 {
    0% {
        transform: translateZ(-500px) rotateY(0);
        opacity: 0
    }

    20% {
        transform: translateZ(-250px) rotateY(30deg);
        opacity: .5
    }

    100% {
        transform: translateZ(0) rotateY(0);
        opacity: 1
    }
}

@keyframes MenuAnimIn2 {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes MenuAnimIn3 {
    0% {
        transform: translateZ(300px);
        opacity: 0
    }

    100% {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes MenuAnimIn4 {
    0% {
        transform: translateZ(-300px);
        opacity: 0
    }

    100% {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes MenuAnimIn5 {
    0% {
        transform: translateY(40%);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 .4s ease;
    -moz-animation: SubMenuAnimIn1 .4s ease;
    animation: SubMenuAnimIn1 .4s ease
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 .3s ease-in-out;
    -moz-animation: SubMenuAnimIn2 .3s ease-in-out;
    animation: SubMenuAnimIn2 .3s ease-in-out
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 .4s ease;
    -moz-animation: SubMenuAnimIn3 .4s ease;
    animation: SubMenuAnimIn3 .4s ease
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 .4s ease;
    -moz-animation: SubMenuAnimIn4 .4s ease;
    animation: SubMenuAnimIn4 .4s ease
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 .4s ease;
    -moz-animation: SubMenuAnimIn5 .4s ease;
    animation: SubMenuAnimIn5 .4s ease
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateZ(0);
        opacity: 1
    }
}

@-moz-keyframes SubMenuAnimIn1 {
    0% {
        -moz-transform: translateX(50%);
        opacity: 0
    }

    100% {
        -moz-transform: translateX(0);
        opacity: 1
    }
}

@-moz-keyframes SubMenuAnimIn2 {
    0% {
        -moz-transform: translateX(100%);
        opacity: 0
    }

    100% {
        -moz-transform: translateX(0);
        opacity: 1
    }
}

@-moz-keyframes SubMenuAnimIn3 {
    0% {
        -moz-transform: translateZ(-300px);
        opacity: 0
    }

    100% {
        -moz-transform: translateZ(0);
        opacity: 1
    }
}

@-moz-keyframes SubMenuAnimIn4 {
    0% {
        -moz-transform: translateZ(300px);
        opacity: 0
    }

    100% {
        -moz-transform: translateZ(0);
        opacity: 1
    }
}

@-moz-keyframes SubMenuAnimIn5 {
    0% {
        -moz-transform: translateZ(-200px);
        opacity: 0
    }

    100% {
        -moz-transform: translateZ(0);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn1 {
    0% {
        transform: translateX(50%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn2 {
    0% {
        transform: translateX(100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn3 {
    0% {
        transform: translateZ(-300px);
        opacity: 0
    }

    100% {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn4 {
    0% {
        transform: translateZ(300px);
        opacity: 0
    }

    100% {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn5 {
    0% {
        transform: translateZ(-200px);
        opacity: 0
    }

    100% {
        transform: translateZ(0);
        opacity: 1
    }
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 .4s ease;
    -moz-animation: SubMenuAnimOut1 .4s ease;
    animation: SubMenuAnimOut1 .4s ease
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 .3s ease-in-out;
    -moz-animation: SubMenuAnimOut2 .3s ease-in-out;
    animation: SubMenuAnimOut2 .3s ease-in-out
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 .4s ease;
    -moz-animation: SubMenuAnimOut3 .4s ease;
    animation: SubMenuAnimOut3 .4s ease
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 .4s ease;
    -moz-animation: SubMenuAnimOut4 .4s ease;
    animation: SubMenuAnimOut4 .4s ease
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 .4s ease;
    -moz-animation: SubMenuAnimOut5 .4s ease;
    animation: SubMenuAnimOut5 .4s ease
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(50%);
        opacity: 0
    }
}

@-webkit-keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%);
        opacity: 0
    }
}

@-webkit-keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0
    }
}

@-webkit-keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0
    }
}

@-webkit-keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateZ(-200px);
        opacity: 0
    }
}

@-moz-keyframes SubMenuAnimOut1 {
    0% {
        -moz-transform: translateX(0);
        opacity: 1
    }

    100% {
        -moz-transform: translateX(50%);
        opacity: 0
    }
}

@-moz-keyframes SubMenuAnimOut2 {
    0% {
        -moz-transform: translateX(0);
        opacity: 1
    }

    100% {
        -moz-transform: translateX(100%);
        opacity: 0
    }
}

@-moz-keyframes SubMenuAnimOut3 {
    0% {
        -moz-transform: translateZ(0);
        opacity: 1
    }

    100% {
        -moz-transform: translateZ(-300px);
        opacity: 0
    }
}

@-moz-keyframes SubMenuAnimOut4 {
    0% {
        -moz-transform: translateZ(0);
        opacity: 1
    }

    100% {
        -moz-transform: translateZ(300px);
        opacity: 0
    }
}

@-moz-keyframes SubMenuAnimOut5 {
    0% {
        -moz-transform: translateZ(0);
        opacity: 1
    }

    100% {
        -moz-transform: translateZ(-200px);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut1 {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    100% {
        transform: translateX(50%);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut2 {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    100% {
        transform: translateX(100%);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut3 {
    0% {
        transform: translateZ(0);
        opacity: 1
    }

    100% {
        transform: translateZ(-300px);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut4 {
    0% {
        transform: translateZ(0);
        opacity: 1
    }

    100% {
        transform: translateZ(300px);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut5 {
    0% {
        transform: translateZ(0);
        opacity: 1
    }

    100% {
        transform: translateZ(-200px);
        opacity: 0
    }
}

.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
}

.no-js .dl-menuwrapper li .dl-submenu {
    display: block
}

.no-js .dl-menuwrapper li.dl-back {
    display: none
}

.no-js .dl-menuwrapper li>a:not(:only-child) {
    background: rgba(0, 0, 0, .1)
}

.no-js .dl-menuwrapper li>a:not(:only-child):after {
    content: ''
}

.back-to-top {
    position: fixed;
    display: none;
    bottom: 60px;
    right: 5%;
    cursor: pointer;
    z-index: 9999
}

@media (max-width: 767px) {
    .back-to-top {
        bottom: .6rem;
        right: .2rem
    }

    .mainRightInner .textConcent .TRS_Editor {
        overflow: auto
    }
}

.mainRightInner .textConcent .TRS_Editor img {
    max-width: 100%
}

.mainRightInner .textConcent img {
    max-width: 100%
}
