﻿.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(/assets/slick/ajax-loader-e7b44c86b050fca766a96ddac2d0932af0126da6f2305280342d909168dcce6b.gif) center center no-repeat
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url(/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot);
    src: url(/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot?#iefix) format("embedded-opentype"), url(/assets/slick-26726bac4060abb1226e6ceebc1336e84930fe7a7af1b3895a109d067f5b5dcc.woff) format("woff"), url(/assets/slick-37bc99cfdbbc046193a26396787374d00e7b10d3a758a36045c07bd8886360d2.ttf) format("truetype"), url(/assets/slick-8ca11b5fcbff92ee6378017cf6832dddfa745253202d7c8d01f42d5d17c4cb5c.svg#slick) format("svg")
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}

/*!
 * 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 {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

sub {
    bottom: -0.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-family: monospace, monospace;
    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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot");
    src: url("/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix") format("embedded-opentype"), url("/assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2") format("woff2"), url("/assets/bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff") format("woff"), url("/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf") format("truetype"), url("/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular") format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #00A0DE;
    text-decoration: none
}

a:hover,
a:focus {
    color: #006992;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 3px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777777
}

.text-primary {
    color: #00A0DE
}

a.text-primary:hover,
a.text-primary:focus {
    color: #007bab
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #00A0DE
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #007bab
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.428571429
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 3px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

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

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

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

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

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

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.3333333333%
    }
    .col-sm-2 {
        width: 16.6666666667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.3333333333%
    }
    .col-sm-5 {
        width: 41.6666666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.3333333333%
    }
    .col-sm-8 {
        width: 66.6666666667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.3333333333%
    }
    .col-sm-11 {
        width: 91.6666666667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.3333333333%
    }
    .col-sm-pull-2 {
        right: 16.6666666667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.3333333333%
    }
    .col-sm-pull-5 {
        right: 41.6666666667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.3333333333%
    }
    .col-sm-pull-8 {
        right: 66.6666666667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.3333333333%
    }
    .col-sm-pull-11 {
        right: 91.6666666667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.3333333333%
    }
    .col-sm-push-2 {
        left: 16.6666666667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.3333333333%
    }
    .col-sm-push-5 {
        left: 41.6666666667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.3333333333%
    }
    .col-sm-push-8 {
        left: 66.6666666667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.3333333333%
    }
    .col-sm-push-11 {
        left: 91.6666666667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.3333333333%
    }
    .col-md-2 {
        width: 16.6666666667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.3333333333%
    }
    .col-md-5 {
        width: 41.6666666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.3333333333%
    }
    .col-md-8 {
        width: 66.6666666667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.3333333333%
    }
    .col-md-11 {
        width: 91.6666666667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.3333333333%
    }
    .col-md-pull-2 {
        right: 16.6666666667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.3333333333%
    }
    .col-md-pull-5 {
        right: 41.6666666667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.3333333333%
    }
    .col-md-pull-8 {
        right: 66.6666666667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.3333333333%
    }
    .col-md-pull-11 {
        right: 91.6666666667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.3333333333%
    }
    .col-md-push-2 {
        left: 16.6666666667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.3333333333%
    }
    .col-md-push-5 {
        left: 41.6666666667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.3333333333%
    }
    .col-md-push-8 {
        left: 66.6666666667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.3333333333%
    }
    .col-md-push-11 {
        left: 91.6666666667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.3333333333%
    }
    .col-lg-2 {
        width: 16.6666666667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.3333333333%
    }
    .col-lg-5 {
        width: 41.6666666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.3333333333%
    }
    .col-lg-8 {
        width: 66.6666666667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.3333333333%
    }
    .col-lg-11 {
        width: 91.6666666667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.3333333333%
    }
    .col-lg-pull-2 {
        right: 16.6666666667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.3333333333%
    }
    .col-lg-pull-5 {
        right: 41.6666666667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.3333333333%
    }
    .col-lg-pull-8 {
        right: 66.6666666667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.3333333333%
    }
    .col-lg-pull-11 {
        right: 91.6666666667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.3333333333%
    }
    .col-lg-push-2 {
        left: 16.6666666667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.3333333333%
    }
    .col-lg-push-5 {
        left: 41.6666666667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.3333333333%
    }
    .col-lg-push-8 {
        left: 66.6666666667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.3333333333%
    }
    .col-lg-push-11 {
        left: 91.6666666667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }
    input[type="date"].input-sm,
    .input-group-sm>input[type="date"].form-control,
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input[type="time"].form-control,
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input[type="datetime-local"].form-control,
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input[type="month"].form-control,
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 30px
    }
    input[type="date"].input-lg,
    .input-group-lg>input[type="date"].form-control,
    .input-group-lg>input[type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input[type="time"].form-control,
    .input-group-lg>input[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input[type="datetime-local"].form-control,
    .input-group-lg>input[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input[type="month"].form-control,
    .input-group-lg>input[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 3px
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 3px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #00A0DE;
    border-color: #008ec5
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #007bab;
    border-color: #003245
}

.btn-primary:hover {
    color: #fff;
    background-color: #007bab;
    border-color: #006287
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bab;
    border-color: #006287
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #006287;
    border-color: #003245
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #00A0DE;
    border-color: #008ec5
}

.btn-primary .badge {
    color: #00A0DE;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #00A0DE;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #006992;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 3px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

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

.dropup,
.dropdown {
    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, 0.15);
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

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

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

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

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    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.428571429;
    color: #777777;
    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 {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 3px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 3px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before,
.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee
}

.nav>li.disabled>a {
    color: #777777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #00A0DE
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 3px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #00A0DE
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 3px
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 3px 3px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 3px
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 3px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 3px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #00A0DE;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #006992;
    background-color: #eeeeee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #00A0DE;
    border-color: #00A0DE;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager:before,
.pager:after {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eeeeee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #00A0DE
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #007bab
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #00A0DE;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333333
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #00A0DE
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #00A0DE;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #00A0DE;
    border-color: #00A0DE
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #abe8ff
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 2px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 2px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 2px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 2px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #00A0DE
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #00A0DE;
    border-color: #00A0DE
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #00A0DE
}

.panel-primary>.panel-heading .badge {
    color: #00A0DE;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #00A0DE
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 3px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:before,
.modal-header:after {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 3px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 2px 2px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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
    }
    th.visible-xs,
    td.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
    }
    th.visible-sm,
    td.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
    }
    th.visible-md,
    td.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
    }
    th.visible-lg,
    td.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
    }
    th.visible-print,
    td.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
    }
}

.welcome-page-news nav.navbar,
.cooperations-page-index nav.navbar,
.welcome-page-user_agreement nav.navbar,
.welcome-page-sla_kodo nav.navbar,
.welcome-page-sla_fusion nav.navbar,
.welcome-page-sla_pili nav.navbar,
.welcome-page-sla_dora nav.navbar,
.welcome-page-product_news nav.navbar,
.welcome-page-welfares nav.navbar,
.errors-page nav.navbar,
.career-page nav.navbar,
.recommendations-page nav.navbar,
.feedbacks-page nav.navbar {
    background-color: #303848
}

.welcome-page-news .features,
.cooperations-page-index .features,
.welcome-page-user_agreement .features,
.welcome-page-sla_kodo .features,
.welcome-page-sla_fusion .features,
.welcome-page-sla_pili .features,
.welcome-page-sla_dora .features,
.welcome-page-product_news .features,
.welcome-page-welfares .features,
.errors-page .features,
.career-page .features,
.recommendations-page .features,
.feedbacks-page .features {
    padding-top: 85px
}

.welcome-page-news .features.web-form,
.cooperations-page-index .features.web-form,
.welcome-page-user_agreement .features.web-form,
.welcome-page-sla_kodo .features.web-form,
.welcome-page-sla_fusion .features.web-form,
.welcome-page-sla_pili .features.web-form,
.welcome-page-sla_dora .features.web-form,
.welcome-page-product_news .features.web-form,
.welcome-page-welfares .features.web-form,
.errors-page .features.web-form,
.career-page .features.web-form,
.recommendations-page .features.web-form,
.feedbacks-page .features.web-form {
    padding-top: 68px
}

.welcome-page-news .features.web-form p.tip,
.cooperations-page-index .features.web-form p.tip,
.welcome-page-user_agreement .features.web-form p.tip,
.welcome-page-sla_kodo .features.web-form p.tip,
.welcome-page-sla_fusion .features.web-form p.tip,
.welcome-page-sla_pili .features.web-form p.tip,
.welcome-page-sla_dora .features.web-form p.tip,
.welcome-page-product_news .features.web-form p.tip,
.welcome-page-welfares .features.web-form p.tip,
.errors-page .features.web-form p.tip,
.career-page .features.web-form p.tip,
.recommendations-page .features.web-form p.tip,
.feedbacks-page .features.web-form p.tip {
    text-align: center;
    margin: 0;
    color: #999;
    font-size: 12px;
    line-height: inherit
}

.welcome-page-news .features.web-form p.tip.mb-3,
.cooperations-page-index .features.web-form p.tip.mb-3,
.welcome-page-user_agreement .features.web-form p.tip.mb-3,
.welcome-page-sla_kodo .features.web-form p.tip.mb-3,
.welcome-page-sla_fusion .features.web-form p.tip.mb-3,
.welcome-page-sla_pili .features.web-form p.tip.mb-3,
.welcome-page-sla_dora .features.web-form p.tip.mb-3,
.welcome-page-product_news .features.web-form p.tip.mb-3,
.welcome-page-welfares .features.web-form p.tip.mb-3,
.errors-page .features.web-form p.tip.mb-3,
.career-page .features.web-form p.tip.mb-3,
.recommendations-page .features.web-form p.tip.mb-3,
.feedbacks-page .features.web-form p.tip.mb-3 {
    margin-bottom: 15px
}

.welcome-page-news .error-page.error-page-404,
.cooperations-page-index .error-page.error-page-404,
.welcome-page-user_agreement .error-page.error-page-404,
.welcome-page-sla_kodo .error-page.error-page-404,
.welcome-page-sla_fusion .error-page.error-page-404,
.welcome-page-sla_pili .error-page.error-page-404,
.welcome-page-sla_dora .error-page.error-page-404,
.welcome-page-product_news .error-page.error-page-404,
.welcome-page-welfares .error-page.error-page-404,
.errors-page .error-page.error-page-404,
.career-page .error-page.error-page-404,
.recommendations-page .error-page.error-page-404,
.feedbacks-page .error-page.error-page-404 {
    margin: 90px auto;
    max-width: 666px;
    min-height: 370px
}

nav.navbar {
    min-height: 68px;
    margin-bottom: 0;
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-color: transparent
}

nav.navbar:hover {
    background-color: #303848
}

nav.navbar.nav-bg {
    transition: all linear .8s;
    background-color: #303848
}

nav.navbar.nav-bg.nav-niuday {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/assets/niuday/bottom-bg-7767f6d3c95a494680b53043b53156ba71a54ce26280297b0f7197ae5ee4b1f2.jpg)
}

.navbar-default {
    background: transparent;
    color: #FFF;
    background-color: #303848;
    border: none;
    border-radius: 0;
    transition: opacity .6s ease, background .6s ease, box-shadow .6s ease
}

.navbar-default .navbar-collapse {
    padding-left: 4px;
    padding-right: 4px
}

.navbar-default .navbar-header {
    min-height: 68px
}

.navbar-default .navbar-header .sidebar-toggle {
    float: left;
    padding: 6px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 8px;
    color: #FFF;
    background-color: transparent;
    background-image: none;
    border: none;
    font-size: 24px;
    margin-right: 12px
}

.navbar-default .navbar-header .navbar-toggle {
    margin-top: 14px
}

.navbar-default .navbar-header .navbar-toggle:focus,
.navbar-default .navbar-header .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0.35)
}

.navbar-default .navbar-header .navbar-toggle .icon-bar {
    background-color: #FFF
}

.navbar-default .navbar-brand {
    display: inline-block;
    height: auto;
    color: #FFF;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #FFF
}

.navbar-default .navbar-brand img {
    display: block;
    float: left
}

.navbar-default .navbar-brand span {
    display: block;
    float: left;
    margin-top: 17px
}

.navbar-default .navbar-nav>li.open a {
    color: #00A0DE;
    background-color: transparent
}

.navbar-default .navbar-nav>li.open a:hover {
    color: #00A0DE;
    background-color: transparent
}

.navbar-default .navbar-nav>li.open a:focus {
    color: #FFF;
    background-color: transparent
}

.navbar-default .navbar-nav>li {
    position: relative;
    padding: 0.08rem 0 0.09rem
}

.navbar-default .navbar-nav>li.d-none {
    display: none
}

.navbar-default .navbar-nav>li>a {
    display: block;
    color: #FFF;
    position: relative
}

.navbar-default .navbar-nav>li>a:hover {
    color: #00A0DE
}

.navbar-default .navbar-nav>li>a:focus {
    color: #FFF
}

.navbar-default .navbar-nav>li .hotTag {
    position: absolute;
    top: 7px;
    right: 2px;
    width: 28px;
    height: auto
}

.navbar-default .navbar-nav .services-menu,
.navbar-default .navbar-nav .solutions-menu,
.navbar-default .navbar-nav .events-menu,
.navbar-default .navbar-nav .user-menu {
    background-color: #303848;
    padding: 0;
    border: 0
}

.navbar-default .navbar-nav .services-menu li i,
.navbar-default .navbar-nav .solutions-menu li i,
.navbar-default .navbar-nav .events-menu li i,
.navbar-default .navbar-nav .user-menu li i {
    display: inline-block;
    width: 28px;
    height: 12px
}

.navbar-default .navbar-nav .services-menu li i.new-icon,
.navbar-default .navbar-nav .solutions-menu li i.new-icon,
.navbar-default .navbar-nav .events-menu li i.new-icon,
.navbar-default .navbar-nav .user-menu li i.new-icon {
    background-image: url(/assets/icon-new-2dbd5c4283e72ca916eb7f9202bc56a9edca2d3da357f1a5a64d0f15179fb9ef.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.navbar-default .navbar-nav .services-menu li.menu-title,
.navbar-default .navbar-nav .solutions-menu li.menu-title,
.navbar-default .navbar-nav .events-menu li.menu-title,
.navbar-default .navbar-nav .user-menu li.menu-title {
    background-color: rgba(229, 229, 229, 0.06);
    font-size: 12px;
    color: #97989c;
    padding: 2px 0 2px 20px
}

.navbar-default .navbar-nav .services-menu li.d-none,
.navbar-default .navbar-nav .solutions-menu li.d-none,
.navbar-default .navbar-nav .events-menu li.d-none,
.navbar-default .navbar-nav .user-menu li.d-none {
    display: none
}

.navbar-default .navbar-nav .services-menu li.service,
.navbar-default .navbar-nav .services-menu li.events,
.navbar-default .navbar-nav .services-menu li.solution,
.navbar-default .navbar-nav .solutions-menu li.service,
.navbar-default .navbar-nav .solutions-menu li.events,
.navbar-default .navbar-nav .solutions-menu li.solution,
.navbar-default .navbar-nav .events-menu li.service,
.navbar-default .navbar-nav .events-menu li.events,
.navbar-default .navbar-nav .events-menu li.solution,
.navbar-default .navbar-nav .user-menu li.service,
.navbar-default .navbar-nav .user-menu li.events,
.navbar-default .navbar-nav .user-menu li.solution {
    padding: 0;
    border-bottom: 1px solid rgba(229, 229, 229, 0.07)
}

.navbar-default .navbar-nav .services-menu li a,
.navbar-default .navbar-nav .solutions-menu li a,
.navbar-default .navbar-nav .events-menu li a,
.navbar-default .navbar-nav .user-menu li a {
    padding: 10px 20px;
    color: #FFF;
    transition: all .3s
}

.navbar-default .navbar-nav .services-menu li a:hover,
.navbar-default .navbar-nav .solutions-menu li a:hover,
.navbar-default .navbar-nav .events-menu li a:hover,
.navbar-default .navbar-nav .user-menu li a:hover {
    transition: all .3s;
    color: #00A0DE;
    background-color: rgba(239, 239, 239, 0.15)
}

.navbar-default .navbar-nav .services-menu li a:hover h4 small,
.navbar-default .navbar-nav .solutions-menu li a:hover h4 small,
.navbar-default .navbar-nav .events-menu li a:hover h4 small,
.navbar-default .navbar-nav .user-menu li a:hover h4 small {
    color: #00A0DE
}

.navbar-default .navbar-nav .services-menu li a:focus,
.navbar-default .navbar-nav .solutions-menu li a:focus,
.navbar-default .navbar-nav .events-menu li a:focus,
.navbar-default .navbar-nav .user-menu li a:focus {
    transition: all .3s;
    color: #FFF
}

.navbar-default .navbar-nav .services-menu li a h4,
.navbar-default .navbar-nav .solutions-menu li a h4,
.navbar-default .navbar-nav .events-menu li a h4,
.navbar-default .navbar-nav .user-menu li a h4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 14px
}

.navbar-default .navbar-nav .services-menu li a h4 small,
.navbar-default .navbar-nav .solutions-menu li a h4 small,
.navbar-default .navbar-nav .events-menu li a h4 small,
.navbar-default .navbar-nav .user-menu li a h4 small {
    color: #FFF
}

.navbar-default .navbar-nav .services-menu li a p,
.navbar-default .navbar-nav .solutions-menu li a p,
.navbar-default .navbar-nav .events-menu li a p,
.navbar-default .navbar-nav .user-menu li a p {
    color: #97989c;
    margin: 0;
    font-size: 12px
}

.navbar-default span.navbar-btline {
    display: block;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #97989c
}

.navbar-default .navbar-right {
    margin-right: 0;
    font-size: 12px
}

.navbar-default .actions {
    margin-left: 15px;
    padding: 7px 0 0 25px;
    position: relative
}

.navbar-default .actions span.middle-line {
    display: inline-block;
    content: " ";
    width: 1px;
    height: 16px;
    background: #FFF;
    position: absolute;
    top: 17px;
    left: 0
}

.navbar-default .actions .btn {
    margin-right: 10px
}

.navbar-default .actions .btn:last-child {
    margin-right: 0
}

.nav-tabs.nav-justified.nav-short {
    width: 80%
}

.navbar-default .navbar-nav li.select-unit .language {
    position: relative
}

.navbar-default .navbar-nav li.select-unit .language .line {
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 1px;
    background-color: #fff
}

.navbar-default .navbar-nav li.select-unit .language .line.en {
    height: 0
}

.navbar-default .navbar-nav li.select-unit .language-menu,
.navbar-default .navbar-nav li.select-unit .presentation-menu {
    background-color: #303848
}

.navbar-default .navbar-nav li.select-unit .language-menu li a,
.navbar-default .navbar-nav li.select-unit .presentation-menu li a {
    color: #fff
}

.navbar-default .navbar-nav li.select-unit .language-menu li a:hover,
.navbar-default .navbar-nav li.select-unit .presentation-menu li a:hover {
    color: #00A0DE;
    background-color: rgba(239, 239, 239, 0.15);
    cursor: pointer
}

.services-menu {
    width: auto
}

.services-menu .service .kodo {
    background-image: url(/assets/menuicon-duixiangcunchu@2x-81aafe89655ebedcddea5da677273be8ba4a5d28bdb0c55e306828f654e1e6f7.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.services-menu .service .fusion {
    background-image: url(/assets/menuicon-rongheyouzhijiedian@2x-58da12206918963242b9fd27e9999b9aa8f8a0fa5e700c83fba2bc9e54a36bfd.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.services-menu .service .kirk {
    background-image: url(/assets/menuicon-rongqifuwu@2x-38e48f39c797b11f22aba8c7be9eea1c9086fd9c87e3b4391f3045dafecf6f75.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.services-menu .service .atlab {
    background-image: url(/assets/menuicon-jiqixuexi@2x-36a27b10763467dd0f3d759a3303515dd6a5a929d2c72872c2ca99538ee5885f.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.services-menu .service .pandora {
    background-image: url(/assets/menuicon-dashuju@2x-af6e9fff15935f7c6954eb9af0b1ca0ef1275937fa34d435cf04a6402e1e5ae5.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.services-menu .service .dora {
    background-image: url(/assets/menuicon-shujuchuli@2x-57367d658d02945a970aa9344652878f9eb434fb54fc9a1c7d512845e7f0b80c.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.services-menu .service .pili {
    background-image: url(/assets/menuicon-shipinzhibo@2x-8f6b4d8e205d172a3034fc8463d9c9b65252412c43de365dd4238a35a8c9db87.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.services-menu .service .rtn {
    background-image: url(/assets/menuicon-shishiyinshipinyun@2x-e0f04f9d78479bc6f0a2291e0a2c53b922565eedb313cc7cd7573eb321c342c1.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.services-menu .service .vance {
    background-image: url(/assets/menuicon-shipindianbo@2x-3b81faa06dba7bf895025b609e4ce11d07b9832e73bad0917737d7fe9bbdd0dc.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.events-menu {
    width: auto
}

.events-menu .niuday {
    background-image: url(/assets/icon-niuday-9c277de32087f43e0c21f9ca24fc59e7bb3119a002ce47fdc593f0996babb096.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.events-menu .arch {
    background-image: url(/assets/icon-jiagoushi-45d9361a0524651dde3e09c40b0c8a62a1f89e4aebc53464b8094c5ca7e86e8c.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.events-menu .ecug {
    background-image: url(/assets/icon-ecug-fa76d7242b2e3bdff87f74c2105af7af03bc9430565042823cbe1ea9180ee9d6.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.events-menu .goglobal {
    background-image: url(/assets/icon-chuhai-522e232a6b646f57f6d63c1f673edc2508603bfa8f0f215cb6ceeaadea9f6e12.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.events-menu .alaccelerator {
    background-image: url(/assets/icon-ai-adc4cd55347dfd61081f5a8bc70f6af29d5adfbf57153f2a55898b7848ab1e3a.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.events-menu .partners {
    background-image: url(/assets/icon-hezuohuoban-16f0e3221a305edc3400cc66b3a361045cf96caf383313e16d3381ca8ec32d44.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.solutions-menu {
    width: auto
}

.solutions-menu .menu-title {
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.solutions-menu .privatization {
    background-image: url(/assets/menuicon-duixiangcunchusiyouhua@2x-987a1e8933a55b9a4302cdc42039bb8911bfae2a40781f4ca82f7984a1063f20.png)
}

.solutions-menu .data {
    background-image: url(/assets/menuicon-feijiegouhuashujuguanli@2x-e971ca4b1d6190236278a762a85f80b708e653c5d4871a9d756b20179dc03279.png)
}

.solutions-menu .plsv {
    background-image: url(/assets/menuicon-duanshipin@2x-4db1a3ce26e096d4966c0766539371010270b4868a1b03b05a6d58d08677f7f3.png)
}

.solutions-menu .album {
    background-image: url(/assets/menuicon-zhinengyunxiangce@2x-2228c74d3e4fc18fe7b9c7e6e635a4b6019457bc8e1ec3f332590de7d798ee68.png)
}

.solutions-menu .intelligence {
    background-image: url(/assets/menuicon-zhinengyingjian@2x-a84b424a28a6050012d20a730949f9f22c078c413cada556e5ebb16e1abd1730.png)
}

.solutions-menu .newmedia {
    background-image: url(/assets/menuicon-guangdianchuanmei@2x-3ba8e9f619f21873a15681fe64de58008db504ec8d17f45fbfa9669918ae0324.png)
}

.solutions-menu .security {
    background-image: url(/assets/menuicon-anfang@2x-cf5262597659ecbab82a6804722689d66ae4d55c7f8fa8d1aa969227cf67c4b0.png)
}

.solutions-menu .internet {
    background-image: url(/assets/menuicon-hulianwang@2x-146312cfba6c03f489002b4455c3cd44b905be82aeabb7416a321ef64ec94abc.png)
}

.solutions-menu .qualityctrl {
    background-image: url(/assets/menuicon-yingyongzhiliangjiankong@2x-e4383b421671b9e07288a78606d26c9cb86e75ca0d540a5806ee7a00d755bfdb.png)
}

.solutions-menu .player {
    background-image: url(/assets/menuicon-bofangqijiejuefangan@2x-0b0f19fce76a861c5703cf0b42ec5d3966b37a51a44cb57e9ff6ded11f965691.png)
}

.solutions-menu .quiz {
    background-image: url(/assets/menuicon-zhibojingda-427e8b90a15bf53b3f03c8861c24079871c950e5192021cdab7066d5c1f95ee1.png)
}

.scrollbar-light::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #303848;
    border-radius: 10px
}

.scrollbar-light::-webkit-scrollbar {
    width: 5px;
    background-color: #303848
}

.scrollbar-light::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: rgba(239, 239, 239, 0.15)
}

.navbar-default .navbar-nav>li.presentation-more {
    display: none
}

@media (max-width: 767px) {
    .select-unit .language .line {
        height: 0
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .navbar-default .navbar-nav>li a {
        padding: 0.10rem 0.15rem
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .navbar-default .navbar-nav>li {
        padding-top: 0;
        padding-bottom: 0
    }
    .navbar-default .navbar-nav>li a {
        padding: 0.10rem
    }
}

@media (max-width: 767px) {
    nav.navbar {
        position: relative;
        background-color: #303848
    }
    .navbar-default .navbar-nav .services-menu li a h4,
    .navbar-default .navbar-nav .solutions-menu li a h4,
    .navbar-default .navbar-nav .events-menu li a h4 {
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 25px
    }
    .navbar-nav {
        margin: 0
    }
    .navbar-nav.navbar-nav-mobile li {
        border-bottom: 1px solid rgba(229, 229, 229, 0.07);
        padding: 0
    }
    .navbar-nav.navbar-nav-mobile li.open {
        background-color: #16171a;
        border-bottom: 0
    }
    .navbar-nav.navbar-nav-mobile li a {
        padding: 0.15rem
    }
    .navbar-default .navbar-collapse {
        padding: 0
    }
    .navbar-default .navbar-right {
        font-size: 0.2rem
    }
    .navbar-default .actions {
        padding-top: 0.15rem;
        margin: 0.15rem 0 0.15rem 0.15rem;
        text-align: center
    }
    .navbar-default .navbar-nav .services-menu,
    .navbar-default .navbar-nav .events-menu,
    .navbar-default .navbar-nav .solutions-menu {
        margin-bottom: 0
    }
    .navbar-default .navbar-nav .services-menu li a,
    .navbar-default .navbar-nav .events-menu li a,
    .navbar-default .navbar-nav .solutions-menu li a {
        padding: 0.10rem 0.15rem
    }
    .dropdown-toggle-mobile::after {
        content: '';
        border: 2px solid #667180;
        display: block;
        width: 10px;
        height: 10px;
        margin: auto;
        position: absolute;
        top: 15px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-top: none;
        border-right: none;
        right: 20px
    }
    .dropdown-toggle-mobile.actived::after {
        border-bottom: none;
        border-left: none;
        border-right: 2px solid #667180;
        border-top: 2px solid #667180
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav {
        margin-top: 10px
    }
    .navbar-default .navbar-nav>li>a {
        padding: 10px
    }
    .navbar-default .navbar-nav>li.company-more,
    .navbar-default .navbar-nav>li.developer-center,
    .navbar-default .navbar-nav>li.manage-control {
        display: none
    }
    .navbar-default .navbar-nav>li.presentation-more {
        display: block
    }
    .navbar-default .navbar-nav>li.presentation-more .presentation-menu li {
        display: block
    }
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav>li .hotTag {
        display: none
    }
    .features {
        padding-top: 185px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .navbar-nav>li.developer-center {
        display: none
    }
    .navbar-default .navbar-nav>li.presentation-more {
        display: block
    }
    .navbar-default .navbar-nav>li.presentation-more .presentation-menu li {
        display: none
    }
    .navbar-default .navbar-nav>li.presentation-more .presentation-menu li.developer-center {
        display: block
    }
}

.nav.nav-tabs {
    border-bottom: 2px solid #e5e5e5
}

.nav.nav-tabs.nav-justified>li::before {
    bottom: -2px
}

.nav.nav-tabs>li {
    position: relative;
    margin-bottom: -2px;
    margin-left: 15px;
    margin-right: 15px
}

.nav.nav-tabs>li::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1989fa;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.1s ease-in;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1)
}

.nav.nav-tabs li.active::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.nav.nav-tabs>li>a {
    padding: 12px 0;
    color: #333;
    border: none
}

.nav.nav-tabs>li>a:hover {
    color: #1989fa;
    background-color: transparent;
    border-radius: 0
}

.nav.nav-tabs>li.active>a,
.nav.nav-tabs>li.active>a:focus,
.nav.nav-tabs>li.active>a:hover {
    color: #1989fa;
    cursor: default;
    background-color: transparent;
    border: none;
    border-radius: 0
}

.nav.points-bar {
    border-bottom: 0;
    margin: auto
}

.nav.nav-tabs.nav-justified>li.active>a,
.nav.nav-tabs.nav-justified>li.active>a:focus,
.nav.nav-tabs.nav-justified>li.active>a:hover {
    color: #333;
    cursor: default;
    background-color: transparent;
    border: none;
    border-radius: 0
}

.nav.nav-tabs.nav-justified>li::before {
    width: 0;
    height: 0
}

.nav.nav-tabs.nav-justified.points-bar>li::before {
    width: 0;
    height: 0
}

.nav.nav-tabs.points-bar>li.active>a,
.nav.nav-tabs.points-bar>li.active>a:focus,
.nav.nav-tabs.points-bar>li.active>a:hover,
.nav.nav-tabs.points-bar>li>a:hover,
.nav.nav-tabs.points-bar>li>a:visited {
    color: #00a0de
}

.nav.nav-tabs.points-bar>li>a[aria-expanded="false"] {
    color: #333
}

.nav.nav-stacked.left-tab {
    border-bottom: 0;
    margin: auto
}

.nav.nav-stacked.left-tab>li::before {
    width: 0;
    height: 0
}

.nav.nav-stacked.left-tab>li.active>a,
.nav.nav-stacked.left-tab>li.active>a:focus,
.nav.nav-stacked.left-tab>li.active>a:hover,
.nav.nav-stacked.left-tab>li>a:hover,
.nav.nav-stacked.left-tab>li>a:visited {
    color: #00a0de;
    background-color: transparent
}

.p-xxs {
    padding: 5px
}

.p-xs {
    padding: 10px
}

.p-sm {
    padding: 15px
}

.p-m {
    padding: 20px
}

.p-md {
    padding: 25px
}

.p-lg {
    padding: 30px
}

.p-xl {
    padding: 40px
}

.p-xxl {
    padding: 50px
}

.p-w-xs {
    padding: 0 10px
}

.p-w-sm {
    padding: 0 15px
}

.p-w-m {
    padding: 0 20px
}

.p-w-md {
    padding: 0 25px
}

.p-w-lg {
    padding: 0 30px
}

.p-w-xl {
    padding: 0 40px
}

.p-h-xs {
    padding: 10px 0
}

.p-h-sm {
    padding: 15px 0
}

.p-h-m {
    padding: 20px 0
}

.p-h-md {
    padding: 25px 0
}

.p-h-lg {
    padding: 30px 0
}

.p-h-xl {
    padding: 40px 0
}

.m-xxs {
    margin: 2px 4px
}

.m-xs {
    margin: 5px
}

.m-sm {
    margin: 10px
}

.m {
    margin: 15px
}

.m-md {
    margin: 20px
}

.m-lg {
    margin: 30px
}

.m-xl {
    margin: 50px
}

.m-n {
    margin: 0 !important
}

.m-l-none {
    margin-left: 0
}

.m-l-xs {
    margin-left: 5px
}

.m-l-sm {
    margin-left: 10px
}

.m-l {
    margin-left: 15px
}

.m-l-md {
    margin-left: 20px
}

.m-l-lg {
    margin-left: 30px
}

.m-l-xl {
    margin-left: 40px
}

.m-l-n-xxs {
    margin-left: -1px
}

.m-l-n-xs {
    margin-left: -5px
}

.m-l-n-sm {
    margin-left: -10px
}

.m-l-n {
    margin-left: -15px
}

.m-l-n-md {
    margin-left: -20px
}

.m-l-n-lg {
    margin-left: -30px
}

.m-l-n-xl {
    margin-left: -40px
}

.m-t-none {
    margin-top: 0
}

.m-t-xxs {
    margin-top: 1px
}

.m-t-xs {
    margin-top: 5px
}

.m-t-sm {
    margin-top: 10px
}

.m-t {
    margin-top: 15px
}

.m-t-md {
    margin-top: 20px
}

.m-t-lg {
    margin-top: 30px
}

.m-t-xl {
    margin-top: 40px
}

.m-t-n-xxs {
    margin-top: -1px
}

.m-t-n-xs {
    margin-top: -5px
}

.m-t-n-sm {
    margin-top: -10px
}

.m-t-n {
    margin-top: -15px
}

.m-t-n-md {
    margin-top: -20px
}

.m-t-n-lg {
    margin-top: -30px
}

.m-t-n-xl {
    margin-top: -40px
}

.m-r-none {
    margin-right: 0
}

.m-r-xxs {
    margin-right: 1px
}

.m-r-xs {
    margin-right: 5px
}

.m-r-sm {
    margin-right: 10px
}

.m-r {
    margin-right: 15px
}

.m-r-md {
    margin-right: 20px
}

.m-r-lg {
    margin-right: 30px
}

.m-r-xl {
    margin-right: 40px
}

.m-r-n-xxs {
    margin-right: -1px
}

.m-r-n-xs {
    margin-right: -5px
}

.m-r-n-sm {
    margin-right: -10px
}

.m-r-n {
    margin-right: -15px
}

.m-r-n-md {
    margin-right: -20px
}

.m-r-n-lg {
    margin-right: -30px
}

.m-r-n-xl {
    margin-right: -40px
}

.m-b-none {
    margin-bottom: 0
}

.m-b-xxs {
    margin-bottom: 1px
}

.m-b-xs {
    margin-bottom: 5px
}

.m-b-sm {
    margin-bottom: 10px
}

.m-b {
    margin-bottom: 15px
}

.m-b-md {
    margin-bottom: 20px
}

.m-b-lg {
    margin-bottom: 30px
}

.m-b-xl {
    margin-bottom: 40px
}

.m-b-n-xxs {
    margin-bottom: -1px
}

.m-b-n-xs {
    margin-bottom: -5px
}

.m-b-n-sm {
    margin-bottom: -10px
}

.m-b-n {
    margin-bottom: -15px
}

.m-b-n-md {
    margin-bottom: -20px
}

.m-b-n-lg {
    margin-bottom: -30px
}

.m-b-n-xl {
    margin-bottom: -40px
}

.space {
    margin: 15px 0
}

.space-md {
    margin: 20px 0
}

.space-lg {
    margin: 25px 0
}

.space-xl {
    margin: 35px 0
}

.around {
    margin: 0 15px
}

.around-md {
    margin: 0 20px
}

.around-lg {
    margin: 0 25px
}

.around-xl {
    margin: 0 35px
}

footer {
    padding: 70px 0;
    background-color: #303848;
    color: #FFF;
    vertical-align: baseline;
    transition: left .4s ease-in;
    font-weight: 300
}

footer.niuday {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/assets/niuday/bottom-bg-7767f6d3c95a494680b53043b53156ba71a54ce26280297b0f7197ae5ee4b1f2.jpg)
}

footer.en {
    padding: 0 0 15px
}

footer.en .cloud-verify {
    margin-top: 10px
}

footer.en .links {
    margin: 0;
    border: none
}

footer.en .links ul {
    padding: 10px 0
}

footer a.contact {
    display: inline-block;
    padding: 0.05rem 0.3rem;
    margin-bottom: 15px;
    height: 0.25rem;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 0.25rem 0.25rem;
    text-align: center
}

footer .contact-niuday {
    padding: 45px 0 10px
}

footer .tel-box-grey {
    background-image: url(/assets/niuday/icon-phone-58bf6c12ce763f4401a7c0e0d8f51c7a96acfc345b3f39a4638263ba37c2a693.png)
}

footer .email-box-grey {
    background-image: url(/assets/niuday/icon-email-56b606334350635bf16c2ee2db6699738f18daaf2bc0b9a8df3ca1133b3acf7e.png)
}

footer .container dl dt {
    margin-bottom: 20px
}

footer .container dl dd {
    line-height: 28px
}

footer .container dl a {
    color: #FFF
}

footer .container dl a:hover {
    color: #00A0DE
}

footer .logo {
    display: inline-block;
    margin-left: -10px;
    padding: 15px 0 20px
}

footer .logo img {
    width: 125px
}

footer .qrcode {
    margin: 0 auto 5px;
    width: 112px;
    height: 112px;
    padding: 6px;
    background: #FFF
}

footer .qrcode img {
    max-width: 100%
}

footer .sns {
    position: relative;
    padding: 50px 0 5px
}

footer .sns a {
    display: inline-block;
    width: 18px;
    height: auto;
    background-size: 18px auto !important;
    padding: 10px;
    margin: 0 10px;
    cursor: pointer
}

footer .sns .github {
    background: url(/assets/github-b94aa0429288ad9c1ef67cada7c25bf6f391f45274ecbe910719eb0aed351581.png) no-repeat
}

footer .sns .weibo {
    background: url(/assets/weibo-98426eec2b21e0f23317ab7ad707aa57e8d558694c6b80a728f00d0d8e3f7401.png) no-repeat
}

footer .sns .weixin {
    background: url(/assets/icon-weichat-a828d3ecc20c8fd20ebdef1b710f2461e1ec409aa46db1ace078da96dee050bb.png) no-repeat
}

footer .sns #wexin-qrcode-popover {
    left: -68px;
    top: -120px
}

footer .links {
    margin: 35px 0 20px;
    border-top: 1px solid #4C5461;
    font-size: 12px
}

footer .links ul {
    list-style: none;
    margin: 0;
    padding: 45px 0 10px
}

footer .links ul li {
    display: inline-block;
    padding: 0 14px;
    margin: 7px 0;
    height: 14px;
    line-height: 14px;
    border-left: 1px solid #adaeb3
}

footer .links ul li:first-child {
    border-left: none;
    padding-left: 0px
}

footer .links ul li a {
    color: #FFF
}

footer .cloud-verify {
    float: right;
    margin-top: 25px
}

footer .cloud-verify .verify-logo {
    display: block;
    width: 70px;
    height: 60px;
    background-image: url(/assets/kexinyun-d31fdfad0d7acd408117e458b342d45edd7b86d2fe81a6973dbdf059bcc44175.png);
    background-repeat: no-repeat;
    background-size: auto 60px;
    float: right
}

footer .cloud-verify .iso-logo {
    display: block;
    width: 75px;
    height: 60px;
    background-image: url(/assets/iso27001-ad552b09f8c40848363a0fbb04c4389f5b889eecaa785b4f39385d6d48ca8ec9.png);
    background-repeat: no-repeat;
    background-size: auto 60px;
    float: right;
    margin-right: 20px
}

footer .icp span {
    line-height: 24px;
    white-space: nowrap
}

footer.form-footer {
    position: absolute;
    bottom: 0;
    padding: 0;
    width: 100%
}

footer.form-footer .links.career-footer-links,
footer.form-footer .links.blog-footer-links {
    display: inline-block;
    border: none;
    margin: 0;
    padding: 0 0 45px
}

footer.form-footer .contact-links {
    float: right
}

footer.form-footer .contact-links .qrcode {
    position: absolute;
    top: -40px;
    left: -120px;
    opacity: 0
}

footer.form-footer .contact-links .sns {
    display: inline-block
}

footer.form-footer .links.form-footer-links {
    border: none;
    text-align: center;
    margin: 0;
    padding: 0 0 20px
}

footer.form-footer .links.form-footer-links ul {
    border: none
}

footer.footer-mobile .collapse-wrapper {
    margin-left: -15px;
    margin-right: -15px
}

footer.footer-mobile .collapse-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0
}

footer.footer-mobile .collapse-wrapper ul li.panel {
    border: 0;
    border-radius: 0;
    background-color: #303848;
    position: relative
}

footer.footer-mobile .collapse-wrapper ul li.panel .panel-sort {
    color: #fff;
    background-color: #303848;
    border: 0
}

footer.footer-mobile .collapse-wrapper ul li.panel .panel-sort a {
    display: block
}

footer.footer-mobile .collapse-wrapper ul li.panel .panel-sort .sort-name {
    color: #fff;
    font-size: 14px
}

footer.footer-mobile .collapse-wrapper ul li.panel .panel-sort::after {
    content: '';
    border: 2px solid #667180;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: none;
    border-right: none;
    right: 20px
}

footer.footer-mobile .collapse-wrapper ul li.panel .panel-sort.actived::after {
    top: 15px;
    border-bottom: none;
    border-left: none;
    border-right: 2px solid #667180;
    border-top: 2px solid #667180
}

footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu {
    padding: 0;
    border-top-color: #4C5461
}

footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu .menu-unit {
    padding-left: 15px;
    border-bottom: 1px solid rgba(229, 229, 229, 0.07)
}

footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu a {
    display: block
}

footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu a.github,
footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu a.weibo {
    display: inline-block
}

footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu h4 {
    font-size: 12px;
    color: #777
}

.contact-niuday a.contact {
    display: inline-block;
    padding: 0.05rem 0.3rem;
    padding-right: 0;
    margin: 0 0.15rem 0.15rem;
    height: 0.25rem;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 0.25rem 0.25rem;
    text-align: center
}

.contact-niuday a.contact.tel-box-grey {
    background-image: url(/assets/niuday/icon-phone-58bf6c12ce763f4401a7c0e0d8f51c7a96acfc345b3f39a4638263ba37c2a693.png)
}

.contact-niuday a.contact.email-box-grey {
    background-image: url(/assets/niuday/icon-email-56b606334350635bf16c2ee2db6699738f18daaf2bc0b9a8df3ca1133b3acf7e.png)
}

@media (max-width: 425px) {
    footer.form-footer .links.career-footer-links,
    footer.form-footer footer.form-footer .links.blog-footer-links {
        padding: 0
    }
    footer.form-footer .contact-links {
        float: none;
        text-align: center
    }
    footer {
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 12px
    }
    footer .sns {
        padding: 20px 0 5px
    }
    footer .container dl dd {
        line-height: 24px
    }
    footer .links {
        text-align: center
    }
    footer .links .cloud-verify {
        float: none;
        text-align: center
    }
    footer .links .cloud-verify .verify-logo,
    footer .links .cloud-verify .iso-logo {
        display: inline-block;
        float: none;
        margin: 0
    }
    footer .links ul {
        width: 100%;
        padding-top: 20px
    }
    footer .links ul li {
        padding: 0 8px
    }
}

.icon {
    padding-left: 24px;
    padding-top: 0.02rem;
    padding-bottom: 0.02rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 2px;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    transition: background-image .3s
}

.icon-storage {
    background-image: url(/assets/icon-storage@2x-2e2c7d5bb9384fd4024934289b077d642a6aabfa43fbc072e21a7119f8731436.png)
}

.icon-storage:hover {
    background-image: url(/assets/icon-storage-highlight@2x-5a13511e8a135b25aeaa1df7a44cec15d7291e5e9e2c5d0feae5361bc19687aa.png)
}

.icon-databass {
    background-image: url(/assets/icon-databass@2x-65d420848f6b8573ab89f8319f5c91a2d500c2c1a73168b82c81a0aaf8399b9d.png)
}

.icon-databass:hover {
    background-image: url(/assets/icon-databass-highlight@2x-da46af53d4c3efdf05ffc368042f68bb0d4f050c118e7f6f8638633c47634c5f.png)
}

.icon-machine-learning {
    background-image: url(/assets/icon-machine-learning@2x-c0806906de84d474125ad3670bd5323ead093fdc1d0958b5b45a5186054fd5f4.png)
}

.icon-machine-learning:hover {
    background-image: url(/assets/icon-machine-learning-highlight@2x-b37ae0d8f786f4b387a384590112aae1fbc7bfc5092da9a31109371e6dcceb1d.png)
}

.icon-xspark {
    background-image: url(/assets/icon-xspark@2x-eff86ee8ac3589548e7bd78a42e39f6750f52c870339df2554682c9c41b418f2.png)
}

.icon-xspark:hover {
    background-image: url(/assets/icon-xspark-highlight@2x-9b8abe6f6a6d2f2710fd07ba9b8359eea82a5471307815115c5ad9c6cc5a2291.png)
}

.icon-bigdata {
    background-image: url(/assets/icon-bigdata@2x-4c34c0841c4d7f92ffa4ac2b2dc0b4573c1fbba17175e97834c32050aa09cdf4.png)
}

.icon-bigdata:hover {
    background-image: url(/assets/icon-bigdata-highlight@2x-2013eabfdd6b8d3da53aa07caeef7f6098ff740e031e6218abdbb07a366920a9.png)
}

.icon-dora {
    background-image: url(/assets/icon-dora@2x-72f9e00b1a3ffa0bbe537a691bc485928a5b348883eda5e860445fedd31c71fe.png)
}

.icon-dora:hover {
    background-image: url(/assets/icon-dora-highlight@2x-20ab6bd9eb677f83195ea5cc8deb3191193ecfa326b666a5e921c29def421db1.png)
}

.icon-media {
    background-image: url(/assets/icon-media@2x-84ca4ac56e65debead1a43a234e47235dcfc90c7d9f94288ae9dd3e0a3edd87d.png)
}

.icon-media:hover {
    background-image: url(/assets/icon-media-highlight@2x-0af1b286344a623c7dd460d54a8f6ee6145f70f58e661ff827ca0778b2344f30.png)
}

.icon-container {
    background-image: url(/assets/icon-container@2x-408ec8aa353bfc869e12dc322da45b469ba69775b37c79d470242cd78c34e204.png)
}

.icon-container:hover {
    background-image: url(/assets/icon-container-highlight@2x-1573e6100cb310755677d0d3317f41fc3d33dd8b4050797e585b78511685c3b8.png)
}

.icon-streaming {
    background-image: url(/assets/icon-streaming@2x-d9194bb34c26774a911afa130e67bb98aa0cc72b2e6f3ba0137e2a0597867130.png)
}

.icon-streaming:hover {
    background-image: url(/assets/icon-streaming-highlight@2x-620e3973c2062d0ed55602d79aa01307afaabd4e5a8022d08ce974057ccfce10.png)
}

.icon-video {
    background-image: url(/assets/icon-video@2x-25a9523f2b0e310d04bdf3853edd90a92124c0d1d44ba3e29e93fec9d18098e9.png)
}

.icon-video:hover {
    background-image: url(/assets/icon-video-highlight@2x-4e01ee10b4b473af8686def3f83076ed42f0295404fcdcdd4443827ee533d7d5.png)
}

.icon-aq {
    background-image: url(/assets/aq-icon-a20583c81805fe64f7fa210851ce29754af9d25fd6aa5a3225a9557529602513.png);
    padding-left: 18px;
    background-size: 16px 16px
}

.helper {
    z-index: 1000;
    min-width: 42px;
    min-height: 128px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    right: 8px
}

.helper #waiter {
    display: block;
    width: 42px;
    height: auto;
    word-break: break-all;
    text-align: center;
    color: #333;
    background: #FFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1)
}

.helper #waiter img {
    width: 40px
}

.helper #waiter span {
    display: inline-block;
    line-height: 16px;
    padding: 5px 12px;
    writing-mode: horizontal-tb
}

.helper #waiter span.d-none {
    display: none
}

.helper .close-btn {
    display: inline-block;
    width: 42px;
    height: 35px;
    padding: 5px 0;
    text-align: center;
    background: #FFF;
    border: 1px solid #D1D5DB;
    border-top: none;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1)
}

.helper .close-btn img {
    width: 15px;
    opacity: 0.6;
    filter: alpha(opacity=60)
}

.conveyor {
    margin: 0 15px;
    margin-bottom: 0.68rem
}

.conveyor.conveyor.conveyor-rectangle {
    margin-bottom: 0;
    max-height: 334px;
    overflow: hidden
}

.conveyor.conveyor.conveyor-rectangle .slick-prev {
    z-index: 1;
    top: 42%;
    left: 5px
}

.conveyor.conveyor.conveyor-rectangle .slick-next {
    z-index: 1;
    top: 42%;
    right: 5px
}

.conveyor.conveyor.conveyor-rectangle .rectangle-slider {
    position: relative;
    padding: 60% 0;
    margin-bottom: -5px
}

.conveyor.conveyor.conveyor-rectangle .rectangle-slider img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%
}

.conveyor.conveyor.conveyor-rectangle .rectangle-slider .bg {
    position: absolute;
    left: 0;
    top: 160px;
    width: 100%;
    height: 100%;
    background-color: #00a0de;
    opacity: 0
}

.conveyor.conveyor.conveyor-rectangle .rectangle-slider .mask {
    position: absolute;
    left: 0;
    top: 28%;
    height: 100%;
    width: 100%
}

.conveyor.conveyor.conveyor-rectangle .rectangle-slider .mask time {
    font-size: 0.30rem
}

.conveyor.conveyor.conveyor-rectangle .rectangle-slider .mask .title {
    font-size: 0.14rem;
    line-height: 0.22rem;
    padding: 0 10%;
    margin-top: 0.25rem
}

.conveyor.conveyor.conveyor-rectangle .rectangle-slider .mask .site {
    font-size: 0.18rem;
    margin-bottom: 0.35rem
}

.conveyor.conveyor.conveyor-rectangle .rectangle-slider .mask .site .site-spec {
    width: 40px;
    height: 4px;
    background-color: #fff;
    margin: 15px auto
}

.conveyor.conveyor.conveyor-rectangle .rectangle-slider .mask .details {
    opacity: 0
}

.conveyor.conveyor.conveyor-rectangle .rectangle-slider .mask .details time {
    font-size: 0.14rem
}

.conveyor.conveyor.conveyor-rectangle .rectangle-slider .mask .details .site {
    font-size: 0.14rem;
    margin-top: 0.15rem;
    margin-bottom: 0.20rem
}

.conveyor.conveyor.conveyor-rectangle .rectangle-slider .mask .details a {
    color: #fff
}

.conveyor.conveyor.conveyor-rectangle .rectangle-slider .mask .details a:hover {
    color: #006992
}

.conveyor.conveyor.conveyor-rectangle .rectangle-slider:hover .bg {
    transition: all 0.3s;
    opacity: 0.8;
    top: 0
}

.conveyor.conveyor.conveyor-rectangle .rectangle-slider:hover .mask {
    transition: all 0.3s;
    top: 0
}

.conveyor.conveyor.conveyor-rectangle .rectangle-slider:hover .mask .middle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.conveyor.conveyor.conveyor-rectangle .rectangle-slider:hover .mask .details {
    opacity: 1
}

.conveyor.conveyor.conveyor-rectangle.conveyor-m-x {
    overflow: initial
}

.conveyor.conveyor.conveyor-rectangle.conveyor-m-x .slick-prev {
    left: -25px
}

.conveyor.conveyor.conveyor-rectangle.conveyor-m-x .slick-next {
    right: -25px
}

.conveyor.conveyor.conveyor-rectangle.conveyor-m-x .slick-prev:hover {
    background-repeat: no-repeat;
    background-image: url(/assets/niuday/arrow-left-0f14175f9f6cbaaec76db87d4acb3170efad5bf4da660c8250fe367e97aa2a38.png)
}

.conveyor.conveyor.conveyor-rectangle.conveyor-m-x .slick-next:hover {
    background-repeat: no-repeat;
    background-image: url(/assets/niuday/arrow-right-4e44e2a830945b78c425b39a8b976ef80b43db2f4d39f19ad2eafdab760c2ddd.png)
}

.conveyor.conveyor.conveyor-rectangle.conveyor-m-x .rectangle-slider.square-slider {
    padding: 30% 0;
    margin: 0 8px
}

.conveyor.conveyor.conveyor-rectangle.conveyor-m-x .rectangle-slider.square-slider.pointer-none {
    pointer-events: none
}

.conveyor.conveyor.conveyor-rectangle.conveyor-m-x .rectangle-slider.square-slider:hover .mask .info .site {
    color: #fff
}

.conveyor.conveyor.conveyor-rectangle.conveyor-m-x .rectangle-slider.square-slider:hover .mask .info .time {
    color: #fff
}

.conveyor.conveyor.conveyor-rectangle.conveyor-m-x .rectangle-slider.square-slider:hover .mask .info .spec-border-b {
    border: none
}

.conveyor.conveyor.conveyor-rectangle.conveyor-m-x .rectangle-slider.square-slider:hover .mask .details .site {
    color: #fff
}

.conveyor.conveyor.conveyor-rectangle.conveyor-m-x .rectangle-slider.square-slider:hover .mask .details .spec-border-b {
    border-bottom: 2px solid #fff
}

.conveyor.conveyor.conveyor-rectangle.conveyor-m-x .rectangle-slider.square-slider a {
    display: block
}

.conveyor.conveyor.conveyor-rectangle.conveyor-m-x .rectangle-slider.square-slider .bg {
    background-color: #3074d5
}

.conveyor.conveyor.conveyor-rectangle.conveyor-m-x .rectangle-slider.square-slider .mask .info .site {
    font-size: 0.3rem;
    margin: 0;
    color: #3074d5
}

.conveyor.conveyor.conveyor-rectangle.conveyor-m-x .rectangle-slider.square-slider .mask .info .time {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin: 0;
    color: #3074d5
}

.conveyor.conveyor.conveyor-rectangle.conveyor-m-x .rectangle-slider.square-slider .mask .info .spec-border-b {
    display: inline-block;
    border-bottom: 2px solid #3074d5
}

.conveyor.conveyor.conveyor-rectangle.conveyor-m-x .rectangle-slider.square-slider .mask .details .site {
    font-size: 14px;
    line-height: 28px;
    padding: 0 0 5px
}

.conveyor.conveyor.conveyor-rectangle.conveyor-m-x .rectangle-slider.square-slider .mask .details .spec-border-b {
    display: inline-block;
    border-bottom: 2px solid #3074d5
}

.conveyor .slick-slide {
    text-align: center;
    outline: none
}

.conveyor .slick-arrow {
    width: 0.22rem;
    height: 0.45rem;
    top: 20%;
    -webkit-background-size: 0.21rem 0.45rem;
    -moz-background-size: 0.21rem 0.45rem;
    -o-background-size: 0.21rem 0.45rem;
    background-size: 0.21rem 0.45rem;
    background-position: 0 0;
    transition: background-image .1s
}

.conveyor .slick-arrow:before {
    content: ""
}

.conveyor .slick-prev {
    background-image: url(/assets/arrow-left@2x-0d97fafa23ea8489d220945c21da3c73c855c812f5db2e3e3e0bd98415ba47eb.png)
}

.conveyor .slick-prev:hover {
    background-image: url(/assets/arrow-left-highlight@2x-dfe84ccb8adee247d91bdbc05075a4e6d4ae201cc5f6ff5caeea20ba1e4ffe20.png)
}

.conveyor .slick-next {
    background-image: url(/assets/arrow-right@2x-a603034366ef5e9b92d2d4b2b71bb76ccaa14cdebe37d4bb602f514e94f2149c.png)
}

.conveyor .slick-next:hover {
    background-image: url(/assets/arrow-right-highlight@2x-dfc0b4e15e6d1896bf619dbd66f17a1b2ea35fd963e5beec25021210a3165ea1.png)
}

.conveyor .slick-dots li button::before {
    font-size: 40px;
    content: "-";
    color: #B9B9B9
}

.conveyor .slick-dots li.slick-active button::before {
    color: #3498db
}

.conveyor img {
    margin: auto;
    max-height: 42px;
    transition: opacity .1s
}

.conveyor .case {
    display: inline-block;
    height: 42px;
    -webkit-background-size: auto 42px;
    -moz-background-size: auto 42px;
    -o-background-size: auto 42px;
    background-size: auto 42px;
    background-repeat: no-repeat;
    transition: background-image .1s
}

.conveyor .case:hover,
.conveyor .case:focus {
    outline: none
}

.conveyor .case:hover img,
.conveyor .case:focus img {
    opacity: 0
}

.conveyor .index-case {
    display: block;
    margin: 3px;
    border: 1px solid #eeeeee;
    height: 100px;
    max-height: 100px;
    line-height: 100px;
    background-size: 100px auto;
    background-position: center center;
    background-repeat: no-repeat
}

.conveyor .customer-changba {
    background-image: url(/assets/clientcase/client-changba@2x-e21e1980d9115189e4f6840e3f1677626dad3a4559d15bd50278850bc7f397d9.jpg)
}

.conveyor .customer-changhong {
    background-image: url(/assets/clientcase/client-changhong-87a67fc371007f6f68ac2d01ed5e8500be20e72e160828e933ee66cd4be3394f.jpg)
}

.conveyor .customer-dajiang {
    background-image: url(/assets/clientcase/client-dajiang@2x-efa65d8155900f4aec44cd55a5b294b328020c0a4be763539d61756e56c6c442.jpg)
}

.conveyor .customer-dianping {
    background-image: url(/assets/clientcase/client-dianping@2x-eaff039b4337432b54e5579e7fb6eb8c8bf532dd6effc56afc6bdfd35c9dad3e.jpg)
}

.conveyor .customer-guanglianda {
    background-image: url(/assets/clientcase/client-guanglianda@2x-acac601b1896038ed546b28a99214d27cf8a35bb3eba7755fa7c4c846af2bdef.jpg)
}

.conveyor .customer-haikangweishi {
    background-image: url(/assets/clientcase/client-haikangweishi@2x-b1c4d0a85f3d18ca8a33b411bca2990adaad9e27334a68eeeb5f75dfe2346758.jpg)
}

.conveyor .customer-hubeiguangdian {
    background-image: url(/assets/clientcase/client-hubeiguangdian@2x-aac9e4b08da0d9a14e42f2b6eec8b8879f134e1cbcf347583ff099421c59474d.jpg)
}

.conveyor .customer-hujiang {
    background-image: url(/assets/clientcase/client-hujiang@2x-4c74b65ae1a5c938cfe3a5a0b57790dc7cedb72c93a7ab64b16c191f774b1678.jpg)
}

.conveyor .customer-intel {
    background-image: url(/assets/clientcase/client-intel@2x-6c50c82271ac094366208622babb77d7efef9bc9a80055b65d8c9e0668ae1f2b.jpg)
}

.conveyor .customer-jiangsuweishi {
    background-image: url(/assets/clientcase/client-jiangsuweishi@2x-4bbbd17f25a35adafe066fec01a7e0d861f41538f31683384eae5f8ff62ff527.jpg)
}

.conveyor .customer-meipai {
    background-image: url(/assets/clientcase/client-meipai@2x-f460d2868fd81a5671b645d1dfc1a9532ab8758b230a2a2d45c95ac81c408166.jpg)
}

.conveyor .customer-oppo {
    background-image: url(/assets/clientcase/client-oppo@2x-ec49bfc0e8b6309066483acf3d3a2c8c7f771ea29dd09279e8ceaae931406e50.jpg)
}

.conveyor .customer-qingtingfm {
    background-image: url(/assets/clientcase/client-qingtingfm@2x-54166d4beb70035bc9e72aef0e21ed80e52f876e11ef2635053b988ebef5777e.jpg)
}

.conveyor .customer-shunfeng {
    background-image: url(/assets/clientcase/client-shunfeng@2x-7b8310da3eb33d32ff47db14406af6d342e9f5653258ce3025f48a17756a8849.jpg)
}

.conveyor .customer-sobey {
    background-image: url(/assets/clientcase/client-sobey@2x-bed47208eca828bc896fd664e8041f4a8f8a282a2342787b592f6b3df77d5d2b.jpg)
}

.conveyor .customer-souhu {
    background-image: url(/assets/clientcase/client-souhu@2x-f90084df04d1fe4111d833ac6eaaee18ee8a1044f62d6c75accfdfcb5a9aea73.jpg)
}

.conveyor .customer-zhihu {
    background-image: url(/assets/clientcase/client-zhihu@2x-f1054be029dffee9bec021f709c3d05d026a09825ac1e66f104cfeb47ae14b82.jpg)
}

.conveyor .customer-zhongguopingan {
    background-image: url(/assets/clientcase/client-zhongguopingan@2x-31ae75908c7908c8f59f9a56072500abe866e96327a5452995b245e17d738de4.jpg)
}

.conveyor .customer-zhongguoyidong {
    background-image: url(/assets/clientcase/client-zhongguoyidong@2x-ac318a31030c582099ee199568eae8139b8754ea228d06a2658385531bf86888.jpg)
}

.conveyor .customer-zhongxing {
    background-image: url(/assets/clientcase/client-zhongxing@2x-b100f940cb6ecc8a049d636dbcd0e486f435f5a735cab4975c782a950d553cc6.jpg)
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: 'microsoft yahei ui', 'microsoft yahei', PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', arial, simsun, sans-serif
}

html {
    min-height: 100%;
    height: auto;
    position: relative;
    background-color: #FFF
}

body {
    font-size: 0.14rem
}

code {
    font-weight: 400
}

a {
    cursor: pointer
}

a:hover {
    color: #28aedf;
    text-decoration: none
}

a[data-lightbox] {
    display: inline-block
}

img {
    max-width: 100%
}

.text-left {
    text-align: left !important
}

.btn {
    font-size: 0.14rem;
    transition: background-color .3s
}

.btn-lg,
.btn-group-lg>.btn,
.btn-group-lg>.btn {
    padding: 0.10rem 0.30rem;
    font-size: 0.18rem;
    line-height: 1.3333333;
    border-radius: 4px
}

.btn.btn-primary {
    color: #fff
}

.btn-hollow {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF
}

.btn-hollow:hover,
.btn-hollow:focus {
    color: #006992;
    background-color: #FFF;
    border-color: #FFF
}

.btn-outline {
    background-color: transparent;
    border-color: #FFF
}

.btn.btn-normal {
    color: #fff;
    background: #1989fa;
    border-radius: 0
}

.btn.btn-normal:hover {
    color: #FFF
}

.form-control {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

label {
    font-weight: 300
}

.stripe {
    padding: 30px
}

.stripe.stripe-blue {
    background-color: #00A0DE;
    color: #FFF
}

.stripe.stripe-blue a.contact {
    color: #fff
}

.stripe h3 {
    line-height: 2
}

.stripe.stripe-blue.p-xxl.visible-xs {
    padding: 5px
}

.stripe.stripe-blue.p-xxl.visible-xs .stripe-close-btn {
    float: right;
    margin-top: -30px;
    margin-right: 5px
}

.stripe.stripe-blue.p-xxl.visible-xs .stripe-close-btn .stripe-close-img {
    width: 15px;
    height: 15px
}

.modal-content {
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3)
}

.modal-backdrop.in {
    opacity: 0.25;
    filter: alpha(opacity=25)
}

.alert-modal-css .modal-dialog {
    margin-top: 130px
}

.alert-modal-css .modal-header {
    text-align: center
}

.alert-modal-css .modal-body {
    padding: 25px
}

.alert-modal-css .modal-body .tips {
    padding: 0 0 20px 0;
    color: #07A0DF
}

.alert-modal-css .actions {
    padding-top: 12px;
    text-align: center
}

.alert-modal-css .actions .btn {
    min-width: 80px
}

.alert-modal-css label i {
    margin-right: 3px
}

.alert-modal-css .modal-footer {
    padding: 15px;
    text-align: left;
    margin: 0;
    border-radius: 0;
    border: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #ECF7FC
}

.alert-modal-css .modal-footer strong {
    white-space: nowrap
}

.features.submit-after {
    display: none;
    background-color: #ECF7FC
}

.features.submit-after .submit-info-wrapper {
    background-color: #fff;
    padding: 100px
}

.features.submit-after .submit-info-wrapper .submit-after-info .submit-icon {
    font-size: 55px;
    text-align: center;
    color: #fff;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: 20px auto
}

.features.submit-after .submit-info-wrapper .submit-after-info .submit-tips {
    text-align: center
}

.features.submit-after .submit-info-wrapper .submit-success {
    display: none
}

.features.submit-after .submit-info-wrapper .submit-success .correct-icon {
    background-color: #469b4b
}

.features.submit-after .submit-info-wrapper .submit-err {
    display: none
}

.features.submit-after .submit-info-wrapper .submit-err .wrong-icon {
    background-color: #e82110
}

.features.submit-after .submit-info-wrapper .stripe-submit {
    margin-top: 100px
}

.features.submit-after .submit-info-wrapper .stripe-submit a {
    color: #fff
}

.features.submit-after .submit-info-wrapper .stripe-submit .top-border {
    border-top: 1px solid #eee;
    padding: 95px 0 40px
}

@media (max-width: 767px) {
    #feedback-modal .modal-dialog {
        margin-top: 12px
    }
    body {
        font-size: 0.2rem
    }
    .btn {
        font-size: 0.2rem
    }
    .stripe.stripe-blue {
        padding: 15px
    }
    .stripe.stripe-blue h3 {
        font-size: 12px
    }
}

input[type=range] {
    -webkit-appearance: none;
    width: 300px;
    border-radius: 10px;
    background: -webkit-linear-gradient(#059CFA, #059CFA) no-repeat;
    background-size: 0% 100%
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none
}

input[type=range]:focus {
    outline: none
}

input[type=range]::-webkit-slider-runnable-track {
    height: 10px;
    border-radius: 10px;
    border: 1px solid #ededed
}

input[type=range]::-moz-range-runnable-track {
    height: 10px;
    border-radius: 10px
}

input.init[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 26px;
    width: 26px;
    margin-top: -9px;
    background-image: url(/assets/prices/slider-ecfcd356e5b4aa65c57c224bc487260c4fe99e4dcb158b599c9c93260df2bf5f.png);
    background-size: 26px 26px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 .125em .125em #f2f2f2
}

input.init[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    height: 26px;
    width: 26px;
    margin-top: -9px;
    background-image: url(/assets/prices/slider-ecfcd356e5b4aa65c57c224bc487260c4fe99e4dcb158b599c9c93260df2bf5f.png);
    background-size: 26px 26px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 .125em .125em #f2f2f2
}

input.sliding[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 26px;
    width: 26px;
    margin-top: -9px;
    background-image: url(/assets/prices/slider-selected-f8a63fa4a3f61c730daeb7e0d66635034b896e8b09dc573ef0e2418c7ea7d6cf.png);
    background-size: 26px 26px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 .125em .125em #f2f2f2
}

input.sliding[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    height: 26px;
    width: 26px;
    margin-top: -9px;
    background-image: url(/assets/prices/slider-selected-f8a63fa4a3f61c730daeb7e0d66635034b896e8b09dc573ef0e2418c7ea7d6cf.png);
    background-size: 26px 26px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 .125em .125em #f2f2f2
}

input[type=range]::-moz-range-progress {
    background: linear-gradient(#059CFA, #059CFA) no-repeat;
    height: 13px;
    border-radius: 10px
}

input[type=range]::-ms-track {
    height: 25px;
    border-radius: 10px;
    border-color: transparent;
    color: transparent
}

input[type=range]::-ms-thumb {
    border: solid 0.125em #059CFA;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #ffffff;
    margin-top: -8px
}

input[type=range]::-ms-fill-lower {
    height: 22px;
    border-radius: 10px;
    background: linear-gradient(#059CFA, #059CFA) no-repeat
}

input[type=range]::-ms-fill-upper {
    height: 22px;
    border-radius: 10px;
    background: #ffffff
}

input[type=range]:focus::-ms-fill-lower {
    background: linear-gradient(#059CFA, #059CFA) no-repeat
}

input[type=range]:focus::-ms-fill-upper {
    background: #ffffff
}

.pagination {
    margin: 0
}

.pagination>.page.current {
    color: #2c2c2c;
    background-color: #e5e5e5
}

.pagination>.first,
.pagination>.last {
    display: none
}

.pagination>.page,
.pagination>.next,
.pagination>.prev {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 6px 12px;
    color: #fff;
    background-color: #3db4ed;
    border: none;
    border-radius: 4px
}

.pagination>.page a,
.pagination>.next a,
.pagination>.prev a {
    display: inline-block;
    color: #fff
}

.pagination>.page a:hover,
.pagination>.next a:hover,
.pagination>.prev a:hover {
    color: #fff;
    background-color: #06a7e1
}

.pagination>.page:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>.page:last-child>a,
.pagination>.page:last-child>span {
    margin-right: 0
}

.social-share-button .ssb-icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    display: inline-block;
    height: 18px;
    width: 18px
}

.social-share-button .ssb-twitter {
    background-image: url(/assets/social-share-button/twitter-7b64ce0117a85c5d52ed45c27707af61d9b0e0d590284baa287cfe87867b9ae1.svg)
}

.social-share-button .ssb-facebook {
    background-image: url(/assets/social-share-button/facebook-03210e1663ee772e93ed5d344cdb36657b68342821aaebe982f2f984915990b3.svg)
}

.social-share-button .ssb-google_bookmark {
    background-image: url(/assets/social-share-button/google_bookmark-bb4c960c0421cb7dce602d10e744692bcc1c54f323410f4965d508f96e2255ce.svg)
}

.social-share-button .ssb-google_plus {
    background-image: url(/assets/social-share-button/google_plus-50c049fbb29cd3346f1bf9349017b644bcd00a53b56bd156728850f57bd85c0a.svg)
}

.social-share-button .ssb-weibo {
    background-image: url(/assets/social-share-button/weibo-a345a6ca554e6f388da9eb35746bb0425cb018c16408ba82852c66d375245d6f.svg)
}

.social-share-button .ssb-qq {
    background-image: url(/assets/social-share-button/qq-4dbae8223fc7823f6d73bc7fbe113eb894f4c174ec3ae93103ca382c78a2bf67.svg)
}

.social-share-button .ssb-delicious {
    background-image: url(/assets/social-share-button/delicious-0c55f72f821aae5352691f13eb64bf3435573e2169d0720477ed367b2f1ed28e.svg)
}

.social-share-button .ssb-linkedin {
    background-image: url(/assets/social-share-button/linkedin-b7fd42895b291003c444a9c2acf867ea813671e0b725a5d7c05dbb13f5c0fdd3.svg)
}

.social-share-button .ssb-tumblr {
    background-image: url(/assets/social-share-button/tumblr-330a37f93cce7c27a750188d0bfdbed3a22f566b807e64d21131dcdc94e08ec3.svg)
}

.social-share-button .ssb-pinterest {
    background-image: url(/assets/social-share-button/pinterest-86203d156197cce4087fee058b920d275c535df5fd59d8caa83da0ef41d1ec7f.svg)
}

.social-share-button .ssb-douban {
    background-image: url(/assets/social-share-button/douban-46298c27e3bc6d59951c0bbc464339a5ba1b44e3b25b571874f1baacd7af2495.svg)
}

.social-share-button .ssb-wechat {
    background-image: url(/assets/social-share-button/wechat-d8852cc3396a7a53eba39595d2e9f638c93a34ab1a0f41bae4ff391b63815f56.svg)
}

.social-share-button .ssb-vkontakte {
    background-image: url(/assets/social-share-button/vkontakte-0c2b68277fade991d74efcbdb6f7b359a35e65156cbada9625a3fe8f73151c14.svg)
}

.social-share-button .ssb-odnoklassniki {
    background-image: url(/assets/social-share-button/odnoklassniki-579bf782bd70fe94748254cac2c8c3dc150cceb0d2a143399e3062246b5ecb39.svg)
}

.social-share-button .ssb-xing {
    background-image: url(/assets/social-share-button/xing-0ebccb4042c8c7220e471c4f569df2bf27da227db425525819b6848c86a1603e.svg)
}

.social-share-button .ssb-email {
    background-image: url(/assets/social-share-button/email-7067143cbe69d9d8cf25e67fda1a315d133c2b79074a09088bd712cc5c81135d.svg)
}

.social-share-button .ssb-reddit {
    background-image: url(/assets/social-share-button/reddit-730429c239b6990b67d0d4aaaeb6e9fe48c62267f889a412e81f5f1066ec625f.svg)
}

.social-share-button .ssb-hacker_news {
    background-image: url(/assets/social-share-button/hacker_news-d89b13fec49355a787389a776f2e03a0a38314abf93777b8865f8c5f146eaf8d.svg)
}

.social-share-button .ssb-telegram {
    background-image: url(/assets/social-share-button/telegram-a6b5607917f3e3efbcf35c3ed43356b05622fcfc533d2fbf5066621b78c1dbe4.svg)
}

.ss-wechat-dialog {
    width: 300px;
    position: fixed;
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    z-index: 11001;
    font-size: 14px;
    line-height: 1.2em
}

.ss-wechat-dialog .wechat-popup-header {
    font-weight: bold
}

.ss-wechat-dialog .wechat-dialog-qr {
    text-align: center;
    margin: 25px 0
}

.ss-wechat-dialog .wechat-popup-close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #999;
    text-decoration: none;
    font-size: 16px
}

.ss-wechat-dialog .wechat-popup-footer {
    text-align: left;
    line-height: 22px;
    color: #666
}

.jumbotron.hero {
    height: 5rem;
    margin-bottom: 0.30rem;
    text-align: center;
    background-image: url(https://www.qiniu.com/assets/banner/banner-e0641d0c1e03a31d51c531f8f46b82b74321ccd745ebd463dafdca2d52d791f5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-font-smoothing: antialiased
}

.jumbotron.hero h2.identification {
    font-size: 0.34rem
}

.jumbotron.hero .img-wrapper {
    width: 100%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 15px 30px;
    text-align: center;
    vertical-align: middle;
    color: #fff
}

.jumbotron.hero .img-wrapper img.text {
    width: 50%;
    height: auto;
    margin: 0 auto
}

.jumbotron.hero.hero-contact,
.jumbotron.hero.hero-company {
    margin-bottom: -0.30rem
}

.jumbotron.hero.hero-niuday {
    background-image: url(/assets/niuday/banner-bg-3481cd282184ff20e445258c73223e603fb26e2de442cc1ea315643d41685f2f.jpg);
    margin: 0;
    padding-top: 68px
}

.jumbotron.hero.hero-niuday .img-wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 30px;
    text-align: center;
    vertical-align: middle;
    color: #fff
}

.jumbotron.hero.hero-niuday .img-wrapper .btn-banner {
    color: #fff;
    background-color: #3f66cf
}

.jumbotron.hero.hero-niuday .img-wrapper .text {
    width: 540px;
    height: auto;
    margin: 0 auto
}

.jumbotron.hero .banner-desc-right {
    width: 100%;
    left: 60%;
    position: absolute;
    bottom: 1.2rem;
    color: #fff
}

.jumbotron.hero .banner-desc-right p {
    text-shadow: none
}

.jumbotron.hero .highlight-desc {
    padding: 10px;
    background: #3f66cf;
    font-size: 28px;
    display: inline-block;
    font-weight: bold
}

.jumbotron.hero .banner-container {
    position: relative;
    height: 4.5rem;
    width: 100%;
    margin-top: -0.68rem;
    margin-bottom: 0.30rem;
    text-align: center
}

.jumbotron.hero .banner-container .banner-desc {
    color: #fff;
    padding-top: 1.70rem
}

.jumbotron.hero .banner-container .banner-desc p {
    margin-bottom: 0
}

.jumbotron.hero .banner-container .btn-banner {
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    transform: translateX(-50%)
}

.jumbotron.hero.hero-sourth-asia {
    background-image: url(/assets/sourth-asia-banner-90b8253e5fa3c5f14fbbbcd6b1a4f2ae4072f29e5b85a419bda80012f2d37880.jpg)
}

.jumbotron.hero.hero-bannerIdentify {
    background-image: url(/assets/banner-identification-7dca77b1659c69e290671602e2db8475a400f132ab0585f3f7395a075b15d222.jpg)
}

.jumbotron.hero.hero-banner2 {
    background-image: url(/assets/southern-price-reduce-1-872b519799f3159cb62e3243ba2beeb529749de3e2efef8071573c9aa73920b3.jpg)
}

.jumbotron.hero.hero-banner2 .banner-container .btn-banner {
    bottom: 0.4rem
}

.jumbotron.hero.hero-bannerPlayer {
    background-image: url(/assets/player/banner-e32f048dbfdbfe3b00370afbc1add70811c0580afb940fbb9bbbe05908d24a93.png)
}

.jumbotron.hero.hero-bannerPlayer .middle-container {
    padding-top: 0.7rem
}

.jumbotron.hero.hero-bannerAI {
    background-image: url(/assets/banner-aichuangxinfuchijiahua-021731413e6d538316214697b9e8aaa8b978353da95f19c5335782d7f301e8e1.jpg)
}

.jumbotron.hero.hero-cdnprice {
    background-image: url(/assets/cdnprice/cdn-banner-d77de3ddf60fe5512b979dc7a5a88815abaa77c7032afa5b070a079e68f23a21.jpg)
}

.jumbotron.hero.hero-cdnprice .banner-container {
    top: 0
}

.jumbotron.hero.hero-cdnprice .tips {
    font-size: 14px;
    color: #69c3fb;
    line-height: 28px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.jumbotron.hero.hero-bannerGoglobal {
    background-image: url(/assets/bannerGoglobal-04f1d4ae53a828ceb4cc7cfdca22bf65a845fbb8db663af7c16d1a24f48d7677.jpg)
}

.jumbotron.hero.hero-bannerGoglobal .banner-container {
    height: 4.5rem
}

.jumbotron.hero.hero-bannerGoglobal .banner-container .btn-banner {
    bottom: -50px
}

.jumbotron.hero.hero-invitation {
    background-image: url(/assets/invitation/banner-7fda31817e503b15c80d4302f39244d35c54bcb1afb6ef8461a363dc41f62185.jpg)
}

.jumbotron.hero.hero-invitation .container {
    position: relative
}

.jumbotron.hero.hero-invitation .container .content-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 800px;
    text-align: center
}

.jumbotron.hero.hero-invitation .container .content-box p {
    color: #52caff;
    font-size: 0.18rem;
    margin-top: -56px
}

.jumbotron.hero.hero-invitation .container .content-box .actions a.btn-banner-invitation {
    color: #14315b
}

.jumbotron.hero .right-mask-banner {
    min-height: 3rem
}

.jumbotron.hero .right-mask-banner img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.jumbotron.hero.hero-contact {
    background-image: url(/assets/contact/banner-b885e332839fa6634d35806f5f26992b507b760eacf98438ecd4b528ce89dd1a.jpg)
}

.jumbotron.hero.hero-events {
    background-image: url(/assets/marketing-banner-1bff810a6309be64bcfd96346f2d8b6ba655e43d2f953013a8384fa9510ff108.jpg)
}

.jumbotron.hero.hero-ecug {
    background-image: url(/assets/ecug-banner-0323273a6d428a3f27fd2558ab7bc3943f5b14f3a9fd770d4cb9ab0f9ff2a4f1.jpg)
}

.jumbotron.hero.hero-niushow {
    background-image: url(/assets/niushow-banner-8c5368c5b5bb55f19146119a2d0e8f59e2612f087e6aa521bb6e4b7c947f992a.jpg)
}

.jumbotron.hero.hero-company {
    background-image: url(/assets/company/banner-7d2f1c5e06b04151b8467a11204f56c1073e6900dba5bcf8d1a5b86bd7ec9368.jpg)
}

.jumbotron.hero.hero-case {
    background-image: url(/assets/case/banner-611598a9b4bf0f13a690072722f5c53c1832778e90b34b30abaccc0b4bf18e95.jpg)
}

.jumbotron.hero.hero-prices {
    background-image: url(/assets/price-banner-218a8bcd762b82305a438e614274abf90b29ab4c9ab4c7b175a9c6a3f404ddf7.jpg)
}

.jumbotron.hero.hero-caculator {
    background-image: url(/assets/caculator-banner-183469ed60025751f2cc7925996e71441ad2af062758b025ec7f6551a60def67.jpg)
}

.jumbotron.hero.hero-goglobal {
    background-image: url(/assets/goglobal/banner-42f2da0f568b9575d3c2a3591552c2d0c607ff20fbbc424dcabcdbb9e348d8dc.jpg)
}

.jumbotron.hero.hero-newmedia {
    background-image: url(/assets/newmedia/banner-302e17d113d07fd28eb13de644d3614ec3bcf7ff43724dd93be716782d9ab8a4.jpg)
}

.jumbotron.hero.hero-player {
    background-image: url(/assets/player/banner-e32f048dbfdbfe3b00370afbc1add70811c0580afb940fbb9bbbe05908d24a93.png)
}

.jumbotron.hero.hero-alaccelerator {
    padding-top: 68px;
    background-image: url(/assets/alaccelerator/banner-14b005d06b169828a3d535fc00cd9477fd355f6e1fd953fe7ddd0d4ccf4d209b.jpg)
}

.jumbotron.hero.hero-livequiz {
    background-image: url(/assets/livequiz/banner-bg-07c5dc11f1905c60e02b3a53484631df1a25d98a630667e6abfe5ae2806e856e.jpg)
}

.jumbotron.hero.hero-plup {
    background-image: url(/assets/bg-security-banner-f8fc89af6c27447af6576e374e1b81ad600d8b380dedffc8af887fb728b6340e.jpg)
}

.jumbotron.hero.hero-plup .middle-container {
    padding-top: 50px
}

.jumbotron.hero.hero-plup .right-mask-banner img {
    width: 80%
}

.jumbotron.hero.hero-arch {
    background-image: url(/assets/arch/banner-0341d99e0f9f9ab57a6fe994bd1bc86e076d83f04364740d80df51b3e97f5f18.jpg)
}

.jumbotron.hero.hero-arch .img-wrapper {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding-top: 60px
}

.jumbotron.hero.hero-arch .img-wrapper .arch-text {
    width: 456px;
    height: auto
}

.jumbotron.hero.hero-ecugcon {
    background-image: url(/assets/ecug/banner-1f52d22307db6174a85acd1a7fa3a40605e89b6abc9cc190fb55e79bf095b08e.jpg)
}

.jumbotron.hero.hero-ecugcon .img-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center
}

.jumbotron.hero.hero-partner {
    background-image: url(/assets/partner/banner-6f0ce9cc7da982ded480243213c0234b734f901ff2f2add757fb72a2e688f87b.jpg)
}

.jumbotron.hero .container {
    position: relative;
    height: 4.52rem;
    text-align: left
}

.jumbotron.hero .container.center-container {
    text-align: center
}

.jumbotron.hero .container.center-container .middle-container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF
}

.jumbotron.hero .middle-container {
    padding: 0 10px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFF
}

.jumbotron.hero .middle-container .banner-desc span.text-warn {
    color: #FBEF12
}

.jumbotron.hero h2 {
    font-size: 0.35rem;
    font-weight: 400;
    text-shadow: 0 0.02rem 0.03rem rgba(0, 0, 0, 0.5)
}

.jumbotron.hero h2 small {
    color: #FFF
}

.jumbotron.hero p {
    line-height: 0.28rem;
    font-size: 0.14rem;
    text-shadow: 0 0.02rem 0.03rem rgba(0, 0, 0, 0.5)
}

.jumbotron.hero.en {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent
}

.jumbotron.hero.en .videoWrapper {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    background-image: url("//odum9helk.qnssl.com/FspZJF8xgIz24cG8xWeq8Sq3yIKB");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.jumbotron.hero.en .videoWrapper .btn-icon.video-initial-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background-image: url(/assets/btn-white-play-a99fc29e6c42ad1027a44aa97c07b9c4d4d52b10713a7ce7dcae1667521e2ac8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px 100px
}

#englishVideo .modal-content {
    top: 50px
}

#englishVideo .modal-body {
    padding: 0
}

#englishVideo .modal-body video {
    margin-bottom: -5px
}

#englishVideo .modal-body .close {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 0.3rem;
    z-index: 10;
    color: #000;
    opacity: 1
}

.banners-slider {
    max-height: 5rem;
    overflow: hidden
}

@media (max-width: 425px) {
    .slick-slider {
        margin-bottom: 0
    }
    .jumbotron.hero {
        margin-top: 30px
    }
    .jumbotron.hero .img-wrapper img.text {
        width: 80%
    }
    .jumbotron.hero p {
        line-height: 0.32rem;
        font-size: 0.16rem
    }
    .jumbotron.hero.hero-banner3 {
        background-position: -520px center
    }
    .jumbotron.hero.hero-banner3 .banner-container {
        left: 0
    }
    .jumbotron.hero .banner-desc-right {
        left: 0;
        text-align: center
    }
    .jumbotron.hero.hero-plup .middle-container {
        padding: 10px
    }
}

@media (max-width: 767px) {
    .jumbotron.hero {
        margin-top: 68px
    }
    .jumbotron.hero.hero-arch .img-wrapper {
        padding-top: 50px
    }
    .jumbotron.hero.hero-arch .img-wrapper .arch-text {
        width: 330px
    }
}

@media (max-width: 768px) {
    .jumbotron.hero.hero-bannerAI .banner-container {
        top: 20px
    }
    .jumbotron.hero.hero-alaccelerator {
        height: 6rem;
        margin-top: 50px
    }
    .jumbotron.hero.hero-bannerGoglobal .banner-container {
        top: 20px
    }
    .jumbotron.hero.hero-bannerGoglobal .banner-container .btn-banner {
        bottom: -15px
    }
    .jumbotron.hero.hero-invitation .container .content-box {
        min-width: 330px
    }
    .jumbotron.hero.hero-invitation .container .content-box p {
        margin-top: -30px
    }
    .jumbotron.hero.hero-ecugcon .img-wrapper img {
        width: 80%;
        height: auto
    }
    .banners-slider .jumbotron.hero.hero-niuday .img-wrapper {
        top: 10%;
        transform: translate(-50%, 0)
    }
    .banners-slider .jumbotron.hero.hero-niuday .img-wrapper img.text {
        width: 340px
    }
}

@media (max-width: 767px) and (min-width: 426px) {
    .jumbotron.hero .banner-desc-right {
        left: 50%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .jumbotron.hero p {
        line-height: 0.34rem;
        font-size: 0.16rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .features .media .media-body p.en {
        min-height: 196px
    }
}

.contact-box {
    background-color: #F7F8F9
}

.features-contact .ipo-row {
    position: relative;
    padding-top: 0.20rem
}

.features-contact .ipo-row .col-sm-6.ipo-col {
    padding-left: 0.80rem;
    padding-right: 0.80rem
}

.features-contact .right-line {
    border-right: 1px solid #97989c
}

.features-contact .service-box h6 {
    color: #97989c
}

.features-contact .service-box .service-box-tail {
    padding-top: 0.15rem
}

.features-contact .service-box .service-box-tail em a {
    font-style: normal;
    color: #00a0de;
    padding-left: 0.07rem;
    padding-right: 0.07rem
}

.features-contact .thumbnail .mask-layer {
    position: relative;
    min-height: 100px;
    border: none;
    margin: 0
}

.features-contact .thumbnail .mask-layer img {
    width: 100%
}

.features-contact .thumbnail .mask-layer .layer {
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.35;
    color: #ffffff;
    font-size: 16px;
    transition: opacity 0.3s
}

.features-contact .thumbnail .mask-layer .layer span {
    padding-bottom: 6px;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.features-contact .thumbnail .mask-layer .layer span i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 35px;
    height: 1px;
    background: #fff
}

.features-contact .thumbnail .mask-layer .layer:hover {
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s
}

.features-contact .thumbnail div.caption.caption-contact {
    padding: 0.1rem 0 0 0;
    margin: 0
}

.features-contact .thumbnail div.caption.caption-contact p {
    padding-top: 20px
}

@media (max-width: 767px) {
    .features-contact .right-line {
        border: 0
    }
}

.hero-events h3 {
    font-size: 0.24rem
}

.features-events .container span {
    font-size: 14px;
    line-height: 28px
}

.features-events .events-slider {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.features-events .grid-container {
    transition: all 0.3s;
    position: relative;
    min-height: 100px;
    margin-bottom: 10px;
    cursor: pointer
}

.features-events .grid-container:hover {
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9;
    -moz-box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9;
    box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9
}

.features-events .grid-container:hover .btn-icon {
    background-image: url(/assets/btn-play-hover-77fd49a3131b3a1bbaa503c93dfba1901e67a57fbc63ac13c86d00153db9e1e1.png)
}

.features-events .grid-container .case {
    position: relative
}

.features-events .grid-container h5 {
    padding: 10px
}

.features-events .grid-container .btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 50px
}

.features-events .grid-container .btn-icon-visited {
    background-image: url(/assets/btn-play-highlight-f6bf1795ac4f0bc72f9e5eeea27c6b595bfb7d0824ca7da59e4853281949681c.png)
}

.features-events .ipo-class-container {
    padding-top: 100px
}

.features-events .row .ipo-col-title dt {
    font-size: 0.3rem
}

.features-events .row .ipo-col-title a.more {
    display: inline-block;
    padding-top: 20px;
    color: #00A0DE
}

.features-events .line-container {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
}

.features-events .line-container .educa-line {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #B9B9B9
}

#video-play-modal .modal-dialog {
    margin-top: 60px
}

#video-play-modal .modal-body {
    background: #000;
    padding: 0px
}

#video-play-modal .close {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 0.3rem;
    z-index: 10;
    color: #000;
    opacity: 1
}

#video-play-modal #edu-video {
    width: 100%
}

#video-play-modal video {
    display: block
}

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

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

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

.features-tech div.tech-row {
    margin-left: -0.15rem;
    margin-right: -0.15rem
}

.features-tech div.tech-row .text-ellipse {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.features-tech div.intro-row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.80rem
}

.features-tech div.intro-row .title {
    font-size: 0.28rem;
    color: #2f3033
}

.features-tech .infobox {
    position: relative;
    transition: all 0.3s
}

.features-tech .infobox .case {
    position: relative
}

.features-tech .infobox .btn-icon {
    transition: all 0.3s;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url(/assets/btn-play-hover-77fd49a3131b3a1bbaa503c93dfba1901e67a57fbc63ac13c86d00153db9e1e1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px 55px
}

.features-tech .infobox .btn-dwn-wrap {
    width: 100%;
    margin-top: 14px;
    text-align: center
}

.features-tech .infobox .btn-dwn-wrap a {
    display: inline-block;
    font-size: 0.12rem;
    width: 63px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background-color: transparent;
    color: #419ad9;
    border: 1px solid #419ad9;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px
}

.features-tech .infobox .btn-dwn-wrap a:hover {
    color: transparent;
    border: 0;
    background-image: url(/assets/btn-dowload-highlight-59934fa57a9e6f29daf96e2ea20420f60c8a043b2a7c17391b1a34647f3f705d.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 63px 27px
}

.features-tech .infobox:hover {
    transition: all 0.3s;
    transform: scale(1.02, 1.02);
    -webkit-box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9;
    -moz-box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9;
    box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9
}

.features-tech .infobox:hover .btn-icon {
    opacity: 1
}

.features-tech .tech-col .title {
    color: #5e6166;
    font-size: 0.18rem;
    padding-bottom: 14px
}

.features-tech .tech-col .title p {
    margin-top: 13px
}

.features-tech .tech-col .title time strong {
    font-size: 0.27rem;
    display: inline-block;
    padding-right: 5px
}

.features-tech .tech-col .title time span {
    display: inline-block;
    padding-left: 10px;
    border-left: 2px solid #5e6166
}

.features-tech .lecturer {
    position: relative;
    height: 150px
}

.features-tech .lecturer .lecturer-box {
    position: absolute;
    width: 100%;
    top: -28px
}

.features-tech .lecturer .img-box {
    text-align: center
}

.features-tech .lecturer .lecturer-photo {
    border-radius: 50%
}

.features-tech .lecturer .lecturer-info-box .lecturer-name {
    text-align: center;
    font-size: 0.14rem;
    color: #5e6166
}

.features-tech .lecturer .lecturer-info-box .lecturer-job {
    text-align: center;
    font-size: 0.14rem;
    color: #919396;
    line-height: 24px
}

.features-tech .lecturer .lecturer-info-box .short-line {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 1px;
    background: #eee
}

.features-tech .lecturer .lecturer-tail {
    padding: 0 30px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .lecturer-box {
        padding: 0 !important
    }
    .features-tech .lecturer .lecturer-tail a {
        margin: 0 2px !important
    }
}

.features-about div.sections-wrapper,
.features-sla div.sections-wrapper {
    padding: 0;
    margin: 0
}

.features-about ul.nav.nav-stacked.left-tab li a,
.features-sla ul.nav.nav-stacked.left-tab li a {
    color: #666
}

.features-about ul.nav.nav-stacked.left-tab li a:hover,
.features-about ul.nav.nav-stacked.left-tab li a:focus,
.features-sla ul.nav.nav-stacked.left-tab li a:hover,
.features-sla ul.nav.nav-stacked.left-tab li a:focus {
    color: #00a0de
}

.features-about ul.nav.nav-stacked.left-tab li.active a,
.features-sla ul.nav.nav-stacked.left-tab li.active a {
    color: #00a0de
}

.features-about section div.news-modal,
.features-sla section div.news-modal {
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee
}

.features-about section div.news-modal.clear-pt,
.features-sla section div.news-modal.clear-pt {
    padding-top: 0
}

.features-about section h4,
.features-sla section h4 {
    font-size: 0.21rem;
    color: #2f3033
}

.features-about section time,
.features-about section .category,
.features-sla section time,
.features-sla section .category {
    margin: 0 5px;
    font-size: 12px;
    color: #97989c
}

.features-about section p,
.features-sla section p {
    font-size: 0.14rem;
    line-height: 0.28rem;
    color: #888;
    margin-top: 0.20rem
}

#about-left-bar {
    margin-bottom: 0.20rem
}

#about-left-bar li {
    display: inline-block
}

.welcome-page-company .timeline {
    margin-top: -36px
}

.welcome-page-company .intro h2.title {
    text-align: left
}

.timeline-ul {
    width: 90%;
    max-width: 1170px;
    padding: 0;
    margin: 0 auto;
    position: relative
}

.timeline-ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 101%;
    width: 3px;
    background-color: #00a0de
}

.timeline-ul::after {
    content: '';
    display: table;
    clear: both
}

.timeline-ul li {
    list-style: none;
    vertical-align: bottom
}

.timeline-ul li time {
    color: #00a0de
}

.timeline-ul li p {
    font-size: 14px;
    color: #888;
    margin-top: 6px;
    line-height: 28px
}

.timeline-ul li .li-content {
    position: relative;
    display: inline-block
}

.timeline-ul li .li-content:hover .icon-event {
    transition: all .3s;
    transform: scale(1.5, 1.5)
}

.timeline-ul li .icon-img {
    height: 60px;
    width: 60px;
    background-size: 60px 60px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -12px
}

.timeline-ul li .icon-point {
    position: absolute;
    bottom: -7px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #00a0de;
    border-radius: 50%
}

.timeline-ul li.time-wrapper {
    position: relative;
    margin-left: 50%;
    text-align: left;
    padding-left: 20px;
    margin-top: 85px
}

.timeline-ul li.time-wrapper .time-span {
    position: relative;
    top: -5px;
    display: inline-block;
    background: #00a0de;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 80px;
    color: #fff;
    border-radius: 16px
}

.timeline-ul li.time-wrapper .time-point {
    position: absolute;
    top: -1.5%;
    left: -1.5%;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #00a0de;
    border-radius: 50%
}

.timeline-ul li.time-wrapper .time-point:hover {
    transition: all .3s;
    transform: scale(1.5, 1.5)
}

.timeline-ul li.time-wrapper .time-point .time-point-blue {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 10px;
    width: 10px;
    background-color: #00a0de;
    border-radius: 50%
}

.timeline-ul li.left {
    position: relative;
    text-align: right;
    width: 50%
}

.timeline-ul li.left .info-div {
    position: relative;
    display: inline-block;
    max-width: 420px;
    padding-right: 40px;
    padding-left: 20px;
    margin-left: 98px;
    text-align: left;
    border-bottom: 2px solid #00a0de
}

.timeline-ul li.left .icon-point-left {
    right: 100%
}

.timeline-ul li.left .icon-point-right {
    right: -7px
}

.timeline-ul li.left .icon-img {
    left: 5px
}

.timeline-ul li.right {
    position: relative;
    margin-left: 50%;
    text-align: left
}

.timeline-ul li.right .info-div {
    position: relative;
    display: inline-block;
    max-width: 460px;
    padding-left: 40px;
    padding-right: 20px;
    margin-right: 48px;
    text-align: right;
    border-bottom: 2px solid #00a0de
}

.timeline-ul li.right .icon-point-left {
    left: -4px
}

.timeline-ul li.right .icon-point-right {
    left: 100%
}

.timeline-ul li.right .icon-img {
    right: -45px
}

.timeline-ul .chenli {
    background-image: url(/assets/company/icon-chengli@2x-43c93470431fddee30659381e1b7a51a0d80583ba74ff8afa43d04354da9fd19.png)
}

.timeline-ul .yunpingtai {
    background-image: url(/assets/company/icon-yunpingtai@2x-1383e258bd167accdb7ffba666e090e1af3ac53597cdaf6470fc3605a73894e1.png)
}

.timeline-ul .alun {
    background-image: url(/assets/company/icon-alun@2x-b81adf6de8820a2ccdb77323245602a244f458df9c5dacc49c46d0d96e241920.png)
}

.timeline-ul .go {
    background-image: url(/assets/company/icon-go@2x-a9c7a9edad29163aaad3f99701ab8abda21ba7a650a05fdec569d478d550ba61.png)
}

.timeline-ul .blun {
    background-image: url(/assets/company/icon-blun@2x-deb9c593632e07204190f4369104cd08b392761e453bc966c32daaff4a261f2b.png)
}

.timeline-ul .cunchu {
    background-image: url(/assets/company/icon-@cunchu2.0@2x-3f54709da2892e9259c90f291f828bc51c4f4d679c71cf4a9da921a3ca16b70a.png)
}

.timeline-ul .clun {
    background-image: url(/assets/company/icon-clun@2x-869354f83818a873a191aac3af70ed39cdbfb744a928019b47a92f88c80f089a.png)
}

.timeline-ul .haiwaijiasu {
    background-image: url(/assets/company/icon-haiwaijiasu@2x-ac0e700e72180373a83d316df284342e09404f2bc723425ebbcc70f9c8da9a97.png)
}

.timeline-ul .kexinyun {
    background-image: url(/assets/company/icon-kexinyun@2x-5bc252b1d3032e0c29fbb52507d1a6ae8ccd1c53a56b0c647b173e1bedc34dd3.png)
}

.timeline-ul .shujuchuli {
    background-image: url(/assets/company/icon-shujuchuli@2x-06ad259623e00eec0ac3a7dff520e9cf26499de4134aa2e0a7e481ed19ac7b3d.png)
}

.timeline-ul .dlun {
    background-image: url(/assets/company/icon-dlun@2x-d7ff49b20a4e47d66eeb0ba8c6c703b7e5f14cf416adf01069c6d0a3e7bd0fad.png)
}

.timeline-ul .zhibo {
    background-image: url(/assets/company/icon-zhibo@2x-93ab15b0a8101240719963c2545ad196abfd8d0a1bc0e3cf2bd7899598ae8be2.png)
}

.timeline-ul .xinxianquan {
    background-image: url(/assets/company/icon-xinxianquan@2x-111fc5f2423b4991ae40915323f05a5126723538ee2b93aa65aece719743f667.png)
}

.timeline-ul .acmmmlsvc {
    background-image: url(/assets/company/icon-acmmmlsvc@2x-5b108bc4c1aa39ae70d7b44ed735b81f0acf5286ccfa57b3d0959b6245ff705b.png)
}

.timeline-ul .cdnpaizhao {
    background-image: url(/assets/company/icon-cdnpaizhao@2x-223f9e4aa80f68feb999fc55b143cdfce88979d7644fb7704b35ed53d9b5b7bb.png)
}

.timeline-ul .duomeitibofangqi {
    background-image: url(/assets/company/icon-duomeitibofangqi@2x-face2c87ee570f389cce68f5e689420296df22d2181876c28b90648a95605253.png)
}

.timeline-ul .elun {
    background-image: url(/assets/company/icon-elun@2x-b0dad21bf137817375637b4c1a01dc9f6de962396675fa025d26f0944e5f5ded.png)
}

.timeline-ul .cdnhaiwai {
    background-image: url(/assets/company/icon-cdnhaiwai@2x-7740e31a477e4db8a44770ecaa5030b1ba8430f0c419a43e9a1bf42b329e4061.png)
}

.timeline-ul .dashuju {
    background-image: url(/assets/company/icon-dashuju@2x-5d8d3cb3d210f12b42b65895e546cf54c2cc10f2ab8bbea1e03cc7f84d2bdbf7.png)
}

@media (max-width: 768px) {
    .timeline-ul li {
        padding-top: 20px
    }
    .timeline-ul li.right {
        margin-left: 0
    }
    .timeline-ul::before {
        left: 0
    }
    .timeline-ul li.time-wrapper .time-span {
        top: -27px
    }
    .timeline-ul li.time-wrapper .time-point {
        left: -7px
    }
}

@media (max-width: 767px) {
    .timeline-ul li.right .info-div {
        padding-left: 20px
    }
    .timeline-ul li.right .icon-img {
        right: -30px
    }
    .welcome-page-company .timeline {
        margin-bottom: 10px
    }
    .welcome-page-company .intro h2.title {
        font-size: 23px;
        text-align: center
    }
    .timeline-ul li.time-wrapper {
        margin-top: 60px
    }
}

.features-cooperation .container {
    font-size: 14px;
    line-height: 28px
}

.features-cooperation .container h2 {
    font-size: 0.30rem;
    margin-bottom: 0.10rem;
    margin-top: 0.20rem
}

.features-cooperation .container p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 0.20rem;
    margin-bottom: 0.20rem
}

.features-cooperation .container .feature-contact-box {
    width: 100%;
    overflow: hidden
}

.features-cooperation .container .feature-contact-box a {
    display: inline-block;
    padding: 0.05rem 0.36rem;
    height: 0.35rem;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 0.35rem 0.35rem;
    text-align: center
}

.features-cooperation .container .feature-contact-box a.email-box {
    background-image: url(/assets/icon-email@2x-a0130c6320ad6f6916c22dcaa76bb95c42251575a897ec1f9fd99ced05494a91.png)
}

.features-cooperation .container .feature-contact-box a.email-box:hover {
    background-image: url(/assets/icon-email-highlight@2x-15c0ce974f33290aceec7f69a81bbb263315fb62d29ba1fad1d0c8ee8a867e2a.png)
}

.features-cooperation .container .feature-contact-box a.tel-box {
    background-image: url(/assets/icon-phone@2x-1afed89f2453d7e3aa8543f1b7143a27d8076c600d62a0a70f974ef25069b49a.png)
}

.features-cooperation .container .feature-contact-box a.tel-box:hover {
    color: #666
}

ul.cooperation-step {
    list-style: none;
    background-color: transparent;
    position: relative;
    margin-top: 52px;
    padding-top: 23px;
    overflow: hidden
}

ul.cooperation-step .step-li {
    float: left;
    width: 234px;
    padding-right: 45px;
    border-top: 2px solid #eee
}

ul.cooperation-step .step-li-no {
    float: left;
    width: 234px
}

ul.cooperation-step .step-li-first {
    margin-left: -40px
}

ul.cooperation-step li {
    position: relative;
    padding-top: 30px
}

ul.cooperation-step li .step-no {
    position: absolute;
    top: -23px;
    width: 46px;
    height: 46px;
    border: 2px solid #e5e5e5;
    font-size: 22px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
    border-radius: 50%;
    margin-bottom: 26px;
    background: #fff
}

ul.cooperation-step .cooperation-step-line {
    position: absolute;
    left: 50px;
    top: 24px;
    width: 480px;
    height: 2px;
    background: #e5e5e5
}

.features-cooperation .btn {
    color: #fff;
    margin-top: 34px
}

.features-cooperation .btn:hover {
    color: #fff
}

ul.friend-link::before,
ul.friend-link::after {
    content: " ";
    display: table
}

ul.friend-link::after {
    clear: both
}

ul.friend-link li {
    float: left;
    margin-right: 92px;
    margin-bottom: 13px;
    width: 128px
}

@media (max-width: 767px) {
    .features.features-cooperation {
        padding-top: 0
    }
    .features-cooperation .container .bottom-line {
        padding-bottom: 10px
    }
    ul.cooperation-step {
        margin-top: 30px
    }
    ul.cooperation-step .step-li-first,
    ul.cooperation-step .step-li,
    ul.cooperation-step .step-li-no {
        float: none;
        margin: 0;
        padding: 30px;
        padding-top: 0;
        border-top: 0;
        border-left: 2px solid #eee
    }
    ul.cooperation-step .step-li-first .step-no,
    ul.cooperation-step .step-li .step-no,
    ul.cooperation-step .step-li-no .step-no {
        top: -10px;
        margin: 0;
        left: -25px
    }
    ul.cooperation-step .step-li-no {
        border: 0
    }
    .features-cooperation .btn {
        margin-top: 0
    }
    ul.friend-link li {
        margin-right: 10px
    }
}

.cases-wrapper {
    position: relative;
    padding: 0 0 0.05rem 0
}

.cases-wrapper .img-box img {
    width: 100%;
    height: 2.30rem
}

.cases-wrapper .case-icon {
    width: 0.70rem;
    height: 0.50rem
}

.cases-wrapper div.info-box {
    vertical-align: bottom
}

.cases-wrapper:hover {
    transition: scale 0.3s;
    transform: scale(1.02, 1.02);
    -webkit-box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9;
    -moz-box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9;
    box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9
}

.cases-wrapper:hover .btn-icon-wrap {
    visibility: visible
}

.cases-wrapper:hover .btn-icon-wrap .btn-icon {
    opacity: 1;
    color: #fff
}

.cases-wrapper:hover .img-box img {
    opacity: 0.8
}

.cases-wrapper .btn-icon-wrap {
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 2.30rem;
    background-color: rgba(0, 0, 0, 0.5)
}

.cases-wrapper .btn-icon-wrap .btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 0.10rem 0.20rem
}

.features-eval .evaluation-left h4 {
    font-size: 0.21rem;
    color: #666;
    font-weight: 300
}

.features-eval .evaluation-left h2 {
    font-size: 0.3rem;
    width: 6.40rem;
    margin: 0.26rem 0 0.26rem
}

.features-eval .evaluation-right ul {
    list-style: none
}

.features-eval .evaluation-right ul li {
    list-style: none;
    padding-left: 0.21rem;
    padding-right: 0.21rem
}

.features-eval .evaluation-right ul.client-list li {
    display: inline-block
}

.features-eval .evaluation-right ul.client-list li a {
    display: block;
    width: 0.60rem;
    height: 0.60rem;
    overflow: hidden
}

.features-eval .evaluation-right ul.client-list li a {
    padding: 0
}

.features-eval .evaluation-right ul.client-list li a img {
    border-radius: 50%
}

.features-eval .evaluation-right ul.client-list li.active a:hover,
.features-eval .evaluation-right ul.client-list li a:hover {
    background-color: transparent
}

.features-eval .evaluation-right ul.client-list li.active a img,
.features-eval .evaluation-right ul.client-list li a img:hover {
    opacity: 1
}

.features-eval .evaluation-right ul.client-list li a img {
    opacity: .3;
    transition: opacity .5s
}

.features-eval .evaluation-right img {
    max-width: 100%;
    height: auto;
    width: auto
}

.features-eval .evaluation-right .tab-content-evaluation-details {
    margin: 0;
    padding: 0
}

.features-eval .evaluation-right .tab-content {
    position: relative;
    overflow: hidden
}

.features-eval .evaluation-right .tab-content section h3 {
    margin: 0.56rem 0 0 0;
    font-size: 0.28rem;
    color: #333
}

.features-eval .evaluation-right .tab-content section h3 span {
    margin-left: 0.20rem;
    font-size: 0.14rem;
    color: #666666
}

.features-eval .evaluation-right .tab-content section p {
    margin-top: 0.18rem;
    padding-top: 0.24rem;
    border-top: 1px solid #e5e5e5;
    font-size: 0.16rem;
    color: #888;
    line-height: 0.32rem
}

.row-clear {
    margin-left: 0;
    margin-right: 0
}

.setli-3width {
    width: 100%
}

.setli-3width li {
    width: 32%;
    margin: 10px auto
}

.navbar-nav>li>a.tab-links {
    line-height: 0
}

.nav.nav-tabs.nav-prices-links,
.nav.nav-tabs.nav-prices-tabs {
    width: 400px;
    border-bottom: 0;
    background-color: #fff
}

.nav.nav-tabs.nav-prices-links li a,
.nav.nav-tabs.nav-prices-tabs li a {
    padding: 10px 0;
    border: 1px solid #e6eaef;
    background-color: #fff;
    border-radius: 0
}

.nav.nav-tabs.nav-prices-links li.active a,
.nav.nav-tabs.nav-prices-tabs li.active a {
    border: 1px solid #00a0de;
    background-color: #e4f7ff
}

.nav.nav-tabs.nav-prices-links li.active::before,
.nav.nav-tabs.nav-prices-tabs li.active::before {
    height: 0
}

.prices-page .jumbotron.hero {
    height: 4.65rem
}

.prices-page .jumbotron.hero .container {
    position: relative;
    height: 4.2rem;
    text-align: left
}

.prices-page .feature-price-nav {
    z-index: 10
}

.feature-price-nav {
    margin-top: -0.30rem;
    padding-top: 0.28rem;
    padding-bottom: 25px;
    background-color: #fff
}

.feature-price-nav .caculator {
    padding-left: 0.60rem;
    background-image: url(/assets/prices/icon-caculator@2x-79b4582c81387050c3a5b228721132e3865f2d603f6b928251b168914713d12a.png);
    background-size: 0.50rem 0.50rem;
    background-repeat: no-repeat;
    background-position: 0.16rem;
    color: #5e6166;
    font-size: 0.14rem
}

.feature-price-nav .caculator:hover {
    background-color: transparent;
    color: #00A0DE
}

.feature-price-nav .caculator:focus {
    background-color: transparent;
    outline-style: none
}

.tab-content-caculating .info .title-left {
    font-size: 0.30rem;
    color: #2f3033
}

.tab-content-caculating .row.details {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    padding: 0.35rem;
    border: 0.01rem solid #e6eaef
}

.tab-content-caculating dl.dl-border {
    border: 0.01rem solid #e6eaef;
    padding: 0.38rem 0.30rem;
    background-color: #fff
}

.tab-content-caculating dl dt.icon-title {
    font-size: 0.24rem;
    color: #17120f;
    height: 0.80rem;
    line-height: 0.80rem;
    padding-left: 0.70rem;
    background-position: left;
    background-size: 0.60rem 0.60rem;
    background-repeat: no-repeat
}

.tab-content-caculating dl dt.icon-fusion {
    background-image: url(/assets/prices/icon-cdn@2x-62dbca6ffbd7144d6903a0f73ab5ddaa2c2fb3ad58c7147c9a30a1d1b700f020.png)
}

.tab-content-caculating dl dt.icon-kodo {
    background-image: url(/assets/prices/icon-kodo@2x-abad11dbd22809c9adbd0c9521a532efc518eeb42361643d7ae41569b3478aa2.png)
}

.tab-content-caculating dl dt.icon-dipin {
    background-image: url(/assets/prices/icon-dipingcunchu@2x-5013067ba65f3f5dd8b37faa79056ee30c7411941427384042ecb66c00897b17.png)
}

.tab-content-caculating dl dt.icon-dora {
    background-image: url(/assets/prices/icon-API@2x-bc7378a43c9382ae743dbd6623edcc13169cd3a0f9ebb9a86f19cd46ce2a95f7.png)
}

.tab-content-caculating dl dd {
    color: #2f3033;
    line-height: 0.30rem
}

.tab-content-caculating dl .formula {
    font-weight: bold
}

.list-inline-prices .special-price {
    border-right: 0.01rem solid #e6eaef
}

.list-inline-prices .special-price.border-init {
    border: 0
}

.list-inline-prices .special-price p {
    padding-top: 0.10rem
}

.list-inline-prices .special-price p .big-text {
    color: #000;
    font-size: 0.32rem;
    font-weight: 500
}

.list-inline-prices .special-price p .smal-text {
    font-size: 0.18rem;
    font-weight: 500
}

.tab-content-pricing {
    padding-top: 1rem
}

.tab-content-pricing .hash {
    padding-top: 80px;
    margin-top: -80px;
    background-color: inherit
}

.tab-content-pricing .pricing-white-bg {
    background: #fff;
    border-right: 1px solid #e6eaef;
    margin-bottom: 0.50rem
}

table.pricing-table {
    border: 0.01rem solid #e6eaef;
    background-color: #fff;
    border-collapse: separate;
    margin-bottom: 0
}

table.pricing-table .text-center {
    text-align: center
}

table.pricing-table tr {
    border-bottom: 0.01rem solid #f5f5f5
}

table.pricing-table tr th {
    font-size: 0.16rem;
    font-weight: 400;
    border-right: 0.01rem solid #e6eaef;
    border-bottom: 0.01rem solid #e6eaef
}

table.pricing-table tr th.th-init {
    border: 0
}

table.pricing-table tr th.thead-title {
    font-size: 0.18rem;
    color: #97989c;
    height: 0.60rem
}

table.pricing-table tr th .grey-unit {
    font-size: 0.12rem;
    color: #666
}

table.pricing-table tr th .th-p {
    padding: 0;
    margin: 0;
    margin-left: -0.09rem;
    line-height: 0.12rem
}

table.pricing-table.border-none {
    border-right: none
}

table.pricing-table.border-none td,
table.pricing-table.border-none th {
    border-top: none;
    border-right: none
}

table.pricing-table tr th,
table.pricing-table tr td {
    vertical-align: middle;
    text-align: left;
    color: #333;
    line-height: 0.32rem;
    padding: 0.10rem 0.20rem
}

table.pricing-table tr th.border-bottom,
table.pricing-table tr td.border-bottom {
    border-bottom: 1px solid #e6eaef
}

table.pricing-table tr th.border-left,
table.pricing-table tr td.border-left {
    border-left: 1px solid #e6eaef
}

table.pricing-table tr th.border-right,
table.pricing-table tr td.border-right {
    border-right: 1px solid #e6eaef
}

table.pricing-table tr th div,
table.pricing-table tr td div {
    padding-bottom: 0.21rem;
    margin-bottom: 0.22rem
}

.pricing-info {
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 #eee, 2px 2px 20px #eee;
    -moz-box-shadow: 0 0 0 #eee, 2px 2px 20px #eee;
    box-shadow: 0 0 0 #eee, 2px 2px 20px #eee;
    background-color: #fff
}

.pricing-info dl {
    padding: 0;
    margin: 0
}

.pricing-info dt {
    padding: 0.05rem 0.15rem;
    background-color: #eaf1fb;
    border-bottom: 0.01rem solid #eee;
    font-size: 0.16rem;
    line-height: 0.32rem
}

.pricing-info dt.bg-init {
    background-color: #fff;
    border-bottom: 0
}

.pricing-info dt.dt-sm {
    font-size: 0.14rem;
    padding: 0.05rem 0.15rem
}

.pricing-info dd {
    padding: 0.05rem 0.15rem;
    width: 100%;
    overflow: hidden
}

.pricing-info p {
    word-wrap: break-word;
    color: #a8a8a8;
    font-size: 0.12rem;
    line-height: 0.24rem
}

.pricing-info .sum {
    padding: 0.10rem;
    margin: 0;
    background-color: #439ed9;
    color: #fff;
    font-size: 0.18rem;
    text-align: center
}

.pricing-info .sum:hover {
    color: #fff
}

.pricing-info-details {
    list-style: none;
    padding: 0
}

.pricing-info-details li {
    font-size: 0.18rem;
    display: inline-block
}

.pricing-info-details li.price {
    float: right;
    color: #3b99fc
}

.features div.pricing-details {
    margin-top: 0
}

.features div.pricing-details section {
    color: #2f3033;
    font-size: 0.14rem
}

.features div.pricing-details section dl {
    margin-bottom: 0
}

.features div.pricing-details section dt {
    font-size: 0.18rem;
    color: #97989c;
    height: 0.45rem;
    padding: 0.10rem 0.50rem;
    background-color: #f6f8fa;
    border-bottom: 0.01rem solid #e6eaef
}

.features div.pricing-details section dt.checkbox {
    margin-top: 0;
    margin-bottom: 0
}

.features div.pricing-details section dt.dt-lighter {
    font-size: 0.16rem;
    font-weight: lighter;
    padding: 0.1rem 0.25rem
}

.features div.pricing-details section dd {
    padding: 0.10rem 0.20rem;
    border-bottom: 0.01rem solid #e6eaef
}

.features div.pricing-details section div.active {
    display: block
}

.caculator-sec {
    background-color: #fff;
    border: 0.01rem solid #e6eaef;
    border-bottom: 0;
    margin-bottom: 0.50rem
}

.caculator-sec-last {
    background-color: #fff;
    border: 0.01rem solid #e6eaef
}

input[type="range"] {
    display: inline-block;
    margin: 0.10rem 0.10rem 0.10rem 0;
    width: 80%
}

.input-num {
    width: 0.91rem;
    color: #3b99fc;
    outline-style: none
}

.displayNone {
    display: none
}

.fix-top {
    margin-top: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.pricing-caculator {
    width: 8.10rem
}

.pricing-caculator .btn {
    font-size: 14px
}

.pricing-caculator .list-inline {
    margin-bottom: 0px
}

.pricing-caculator .area-select {
    list-style: none;
    padding-top: 5px;
    padding-left: 0px
}

.pricing-caculator .area-select li {
    display: inline-block
}

.pricing-info-wrapper {
    position: absolute;
    top: 6.30rem;
    right: 0.68rem;
    width: 2.90rem
}

.fixed-right {
    top: 1.11rem;
    z-index: 2
}

@media (min-width: 1024px) {
    .list-inline-prices .special-price.col-md-3 {
        padding-left: 0.20rem;
        padding-right: 0.20rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .prices-page .features {
        padding-top: 30px
    }
}

@media (max-width: 768px) {
    .features .row .list-inline-prices {
        margin-left: -0.40rem;
        margin-right: -0.40rem
    }
    .tab-content-caculating .row.details {
        padding-top: 0.20rem;
        padding-bottom: 0.20rem
    }
    .tab-content-pricing {
        padding-top: 0.40rem
    }
    .pricing-caculator {
        width: 100%
    }
    .pricing-info-wrapper {
        position: initial;
        width: 100%;
        margin-top: 0.20rem
    }
    #fusion-area-select {
        font-size: 0.12rem
    }
    .tab-content-caculating dl.dl-border {
        padding: 0.10rem
    }
    .tab-content-caculating dl dt.icon-title {
        font-size: 0.18rem
    }
}

@media (max-width: 767px) {
    .feature-price {
        padding-top: 10px
    }
    #feature-price-nav .nav-prices-links li {
        display: inline-block;
        margin: 0;
        position: initial
    }
    #feature-price-nav .nav-prices-links li a {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0
    }
    #nav-product .nav-prices-tabs {
        width: 100%;
        background: initial;
        border: none
    }
    #nav-product .nav-prices-tabs li {
        display: inline-block;
        margin: 0;
        position: initial;
        margin-left: -5px
    }
    #nav-product .nav-prices-tabs li a {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0
    }
}

@media (max-width: 425px) {
    .features .row .pricing-caculator .col-sm-6 {
        margin-bottom: 15px
    }
}

.inland,
.ENA,
.Asia,
.India,
.SA,
.Oceania,
.east,
.sourth,
.north,
.northAmerica {
    display: block
}

.inland.displayNone,
.ENA.displayNone,
.Asia.displayNone,
.India.displayNone,
.SA.displayNone,
.Oceania.displayNone,
.east.displayNone,
.sourth.displayNone,
.north.displayNone,
.northAmerica.displayNone {
    display: none
}

.fusion-checkbox label,
.kodo-checkbox label {
    margin-left: 0.1rem;
    margin-right: 0.1rem
}

.overflow-visible {
    overflow: visible !important
}

.features.feature-solution .left-line {
    border-left: 1px solid #e5e5e5;
    float: right
}

.features.feature-solution .right-line {
    border-right: 1px solid #e5e5e5
}

.row-solution {
    position: relative;
    padding-top: 80px;
    margin-top: -80px;
    margin-bottom: 0
}

.row-solution .col-scene {
    margin-top: 30px
}

.row-solution .col-scene .col-scene_scene .col-sm-6 {
    margin-bottom: 0
}

.row-solution .col-scene .col-scene_case {
    margin-top: 30px
}

.row-solution .col-scene .col-scene_case ul li {
    margin-bottom: 0.1rem
}

.row-solution .col-solution {
    padding-left: 35px;
    padding-right: 35px
}

.col-solution .icon-privatization {
    background-image: url(/assets/solution/icon-duixiangcunchusiyouhuabushu@2x-25f2431711b6fb23ca4634e79b9e660339398f0aad25f8c2ab39c241dfb0cda5.png)
}

.col-solution .icon-data {
    background-image: url(/assets/solution/icon-feijiegouhuashujuguanlifangan@2x-9663d50a719cd076334de70238ac8123e31b0dde8c94cc9703f5c747a6a02bcf.png)
}

.col-solution .icon-plsv {
    background-image: url(/assets/solution/icon-duanshipin@2x-5b99de01c1b9c7aa576efbe29c99708f81d1c842979093598eed88735fc40b61.png)
}

.col-solution .icon-album {
    background-image: url(/assets/solution/icon-zhinengyunxiangce@2x-8de2c05792a3f169e8d8742b1b94d4fece57811407d1066d2712810b6ed713dc.png)
}

.col-solution .icon-intelligence {
    background-image: url(/assets/solution/icon-zhinengyingjianyuwulianwangjiejuefangan@2x-6c39c2175d6f9e166704f8f8b211cae158bbab4482c112b4c9b9fe41f3e3a4e2.png)
}

.col-solution .icon-media {
    background-image: url(/assets/solution/icon-guangdianchuanmei@2x-f54ea096838bb76cfbae2a181fb3a7bf140d42c8cf2a5c7184c06bd9c744b541.png)
}

.col-solution .icon-security {
    background-image: url(/assets/solution/icon-anfangzhongduan@2x-a2c17042cc22747565fcf9155896c20bcd29b520118a06fdd4863b7b3e0ed0d0.png)
}

.col-solution .icon-internet {
    background-image: url(/assets/solution/icon-hulianwangyuyidonghulianwang@2x-d24e9cdffaae3432bb5764991f33b571a2c9603798d33cdbd1c94d7fd3566030.png)
}

.col-solution .icon-qualityctrl {
    background-image: url(/assets/solution/icon-yingyongzhiliangjiankong@2x-b35c88e417b4aca413b070f7acb4abbf6dea09afe56977482063611d440fd58b.png)
}

.col-solution .content {
    line-height: 0.36rem;
    padding: 20px 0;
    margin: 0
}

.col-solution .icon-kodo {
    background-image: url(/assets/solution/icon-duixiangcunchu@2x-9cba856a1ff31b504eef0a74577e20a29d43f285b5c00ba885ee1e14a5ba5748.png)
}

.col-solution .icon-dora {
    background-image: url(/assets/solution/icon-shujuchuli@2x-00c812efe949fb9cab220fac09ecf86a4aecf3093717eede50d45b029411b4f7.png)
}

.col-solution .icon-fusion {
    background-image: url(/assets/solution/icon-ronghecdn@2x-1c0390ad95c474350680f3fe6204bbb52c7a25b7498441409fd850de3049e744.png)
}

.col-solution .icon-pandora {
    background-image: url(/assets/solution/icon-dashujupingtai@2x-dd1c3c6b32ea315f38b88c779920f204cdfdccd6070d45429f11cb19a943d354.png)
}

.col-solution .icon-vance {
    background-image: url(/assets/solution/icon-shipindianbo@2x-31e58b138a27d1d5811243f514edc0b2674cf76df744f99de293b33e2d24d5f6.png)
}

.col-solution .icon-pili {
    background-image: url(/assets/solution/icon-shipinzhibo@2x-1236ff3f13b2bc3587c429e5e679a0518ba53277b3c0599efce26d06aa6e62fa.png)
}

.col-solution .icon-minplsv {
    background-image: url(/assets/solution/icon-duanshipinsdk@2x-0786e4f0b107c22752634b7e258f5792d2c1ddaa3101376b07be969773339133.png)
}

.col-solution .icon-face {
    background-image: url(/assets/solution/icon-renlianshibie@2x-247c18c1d952db7fafaae645f847ba6100011d9c7826486ca4d47e1aded062ee.png)
}

.col-solution .icon-scene {
    background-image: url(/assets/solution/icon-changjingshibie@2x-2f8a12e7f48d724589f1c3ecdfa233cc15a09d0487e5884c439dccdcedc6af04.png)
}

.col-solution .icon-object {
    background-image: url(/assets/solution/icon-wutishibie@2x-1e7209477f5f953af249006f973a0c196aa4622d5d047cdaa9d747142294b321.png)
}

.col-solution .icon-deepLearn {
    background-image: url(/assets/solution/icon-shenduxuexi@2x-81f033e77331781aed12188d7bbd7e4a9af6f5866bd409f901186010dead2405.png)
}

.col-solution .icon-kirk {
    background-image: url(/assets/solution/icon-zhibozhiliang@2x-bc96dd2d83054b96e9df9259df64b25abbcb8d11e0d2636097dfa55465f53889.png)
}

.col-solution .icon-cdn {
    background-image: url(/assets/solution/icon-cdnzhiliang@2x-9059fa7f822f115efe50cbfa614992e3c1e5eae24b991405a43fcb7fe549a0d9.png)
}

.col-solution .icon-mass {
    background-image: url(/assets/solution/icon-yidongzhiliang@2x-803f39263517092c11ca9aabaf89a05bf8e663becff4a5a627635b04c6f40aab.png)
}

.col-solution .icon-hailiang {
    background-image: url(/assets/solution/icon-hailiang-0870d6c45eb92b7e9a42dac4f2335f84f5d23ae952d9a1c95f7dca26b3e0ab14.png)
}

.col-solution .icon-violence {
    background-image: url(/assets/solution/icon-baokongshenghe@2x-acddacb4fd1707f28ac598f1b38f3d2d886a197b8eceeea156a7cb24e7bb0b85.png)
}

.col-solution .icon-xsex {
    background-image: url(/assets/solution/icon-jianhuangjiankong-22ef18345655f23bbcc0f83110088e15130004bcac3b9e260ed832c0f6df3ee1.png)
}

.col-scene .icon-jinrong {
    background-image: url(/assets/solution/icon-jinrong@2x-14c40b918b48fbfb22670a2407b33f7b2803f74dfe91095b67e10ee88030ca4c.png)
}

.col-scene .icon-guangdian {
    background-image: url(/assets/solution/icon-guangdian@2x-ba64877a7c4309f9d1e3dd333cfb0b8853b5280069ff7984e2550b3cdfff666a.png)
}

.col-scene .icon-anfang {
    background-image: url(/assets/solution/icon-anfang@2x-255e1941c5b7f0386b941b08251e7906ced4bfc24ba1e38a69432eaa86d54e97.png)
}

.col-scene .icon-zhinengyingjian {
    background-image: url(/assets/solution/icon-zhinengyingjianyuwulianwang@2x-6d23fa7f14496d9b5c2a7155beb7e8a82cd335dac72e2fe265f243b625f670cd.png)
}

.col-scene .icon-shejiaoapp {
    background-image: url(/assets/solution/icon-shejiaoapp@2x-f2be74c27070573278678080ee1be2531c5300d6ea769393d54500fa719675cf.png)
}

.col-scene .icon-meiyanapp {
    background-image: url(/assets/solution/icon-meiyanapp@2x-718d7a720a3114708aca5a32ed53da072ea7a7e9ce20a3de792710dfa6390729.png)
}

.col-scene .icon-shoujicaozuoxitong {
    background-image: url(/assets/solution/icon-shoujicaozuoxitong@2x-2ffec6edafba7041207f838fc1efe81a6d77d41af4f5dc92aff468fe70a7b780.png)
}

.col-scene .icon-xinmeiti {
    background-image: url(/assets/solution/icon-xinmeiti@2x-40fe834ee75a1cc41d217758f1f0946ff88e8d090824a9a7bd7332f5bef030f0.png)
}

.col-scene .icon-chengshianfang {
    background-image: url(/assets/solution/icon-chengshianfang@2x-49480ad494e9729016fad6fee9ab9bd191cec0ef621254da0f49b4487102ac54.png)
}

.col-scene .icon-xiaoyuananfang {
    background-image: url(/assets/solution/icon-xiaoyuananfang@2x-bca556eefbe24e6f19d9864c29396af5b538eb63d2d753a36b86b52ec3033aad.png)
}

.col-scene .icon-jiatinganfang {
    background-image: url(/assets/solution/icon-jiatinganfang@2x-9e05c9fd89edca243c9968dab65cb33ff2a1840da2260019a196e94cb9769535.png)
}

.col-scene .icon-lvyou {
    background-image: url(/assets/solution/icon-lvyou@2x-49f522685f19487bc6fb61d57cc3b6882a5233766de451056aad27dff9c332e2.png)
}

.col-scene .icon-dianshangyunying {
    background-image: url(/assets/solution/icon-dianshangyunying@2x-cf1a91b83fe9970fbe29c379bf4511a1983d0cb694bcfda8a6b05408271384f1.png)
}

.col-scene .icon-yule {
    background-image: url(/assets/solution/icon-yule@2x-a1b150c16d425b8545fb445f37a65e7d82725d571092ed3f6b939e91b148fc0e.png)
}

.col-scene .icon-O2O {
    background-image: url(/assets/solution/icon-o2o@2x-bb682eafab98385e43c501fee8c607862ae26e905f63cede54245eb54e5e075c.png)
}

.col-scene .icon-zaixianjiaoyu {
    background-image: url(/assets/solution/icon-zaixianjiaoyu@2x-f620b33fbbc6ac87c423f7a0c15867fcdb5c20ac233a0fd68a3f2b48020387b4.png)
}

.col-scene .icon-yidongyingyongguanli {
    background-image: url(/assets/solution/icon-yidongyingyongguanli@2x-afc3d0841530ec37baa3b32503e2a2596cbe538f498cfcd3c225e0ce7f54af2e.png)
}

.col-scene .icon-youyiyunying {
    background-image: url(/assets/solution/icon-youyiyunying@2x-c4a375d070705ae62f9f6955d00b5e045d0a659dd774a776a07940d5c4772cf9.png)
}

.col-scene .icon-shipinwangzhanyunying {
    background-image: url(/assets/solution/icon-shipinwangzhanyunying@2x-4a7aaacd82e1fb7ac31e987f6b0552841f982dc5aa11d0639c1e47f6ca66eb38.png)
}

@media (max-width: 767px) {
    .row-solution .col-solution,
    .row-solution .col-scene {
        padding-left: 10px;
        padding-right: 10px
    }
    .col-solution .content {
        padding: 0
    }
    .col-solution .icon50,
    .col-solution .icon40 {
        margin-bottom: 5px
    }
    .row-solution .col-scene .col-scene_case {
        margin-top: 15px
    }
    .row-solution .col-scene .col-scene_scene .small-padding {
        padding-left: 0
    }
    .features.feature-solution .left-line {
        float: none;
        border-left: none
    }
    .features.feature-solution .right-line {
        border-right: none
    }
    .row-solution .col-scene {
        margin-top: 0
    }
    .col-scene_scene .icon40 {
        margin-bottom: 0
    }
    .features.feature-solution {
        padding-top: 0
    }
}

.features .link-xsex,
.features .link-violence,
.features .link-face {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    background-image: url(/assets/dora/icon-neirongshenghe@2x-58c5a73893b528e50e91362a41e5a82c00b044825524b8f43c11d5b02b262221.png);
    padding-left: 35px;
    line-height: 55px;
    font-size: 0.14rem;
    color: #28aedf
}

.features-nav {
    height: 0.46rem;
    margin-top: 0
}

.features {
    background: #FFF;
    padding: 0.68rem 0 0.50rem
}

.features #cases-slider {
    max-height: 45px
}

.features .architecture {
    padding: 0 150px
}

.features.features-niuday {
    background-color: #070917
}

.features.features-niuday .niudays-actions {
    text-align: center;
    padding: 15px 0
}

.features.features-niuday .niudays-actions .btn-niudays {
    color: #fff;
    background-color: #3f66cf
}

.features.features-niuday .img-wrapper.blue-shadow {
    padding: 0 0.1rem 0.5rem
}

.features.features-niuday .intro {
    text-align: center
}

.features.features-niuday .intro .title {
    display: inline-block;
    padding: 8px 0;
    color: #fff
}

.features.features-niuday .desc-wrapper {
    position: relative;
    height: 210px
}

.features.features-niuday .desc-wrapper .content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.features.features-niuday p.text {
    color: #fff;
    padding: 0 0.5rem
}

.features.features-niuday p.desc {
    color: #fff;
    text-align: center
}

.features.features-niuday p.time {
    font-size: 0.18rem;
    color: #3786f4
}

.features.features-niuday .guest {
    text-align: center;
    padding: 0;
    min-height: 190px
}

.features.features-niuday .guest h5 {
    color: #fff;
    text-align: center
}

.features.features-niuday .table.table-niuday-meeting {
    font-size: 14px;
    color: #fff
}

.features.features-niuday .table.table-niuday-meeting.table-bordered {
    border: 1px solid #3786f4
}

.features.features-niuday .table.table-niuday-meeting.table-bordered>thead>tr>th {
    color: #000;
    background-color: #3786f4
}

.features.features-niuday .table.table-niuday-meeting.table-bordered>thead>tr>th,
.features.features-niuday .table.table-niuday-meeting.table-bordered>thead>tr>td,
.features.features-niuday .table.table-niuday-meeting.table-bordered>tbody>tr>th,
.features.features-niuday .table.table-niuday-meeting.table-bordered>tbody>tr>td,
.features.features-niuday .table.table-niuday-meeting.table-bordered>tfoot>tr>th,
.features.features-niuday .table.table-niuday-meeting.table-bordered>tfoot>tr>td {
    padding: 0.15rem;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #3786f4
}

.features.features-pbt {
    padding-bottom: 2.5rem
}

.features h2 {
    font-size: 0.30rem
}

.features h3 {
    font-size: 0.24rem;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem
}

.features h4 {
    font-size: 0.20rem
}

.features h5 {
    font-size: 0.14rem
}

.features .list li.active a {
    color: #00a0de
}

.features .list li.hot a {
    color: #2f3033
}

.features .btn.feature-btn {
    color: #28aedf;
    background-color: transparent;
    border: 0.01rem solid #28aedf
}

.features .btn.feature-btn:hover {
    color: #fff;
    background-color: #28aedf
}

.features a.more {
    display: inline-block;
    margin-top: 0;
    color: #00A0DE
}

.features div.feature-case {
    position: relative;
    border: 0.01rem solid #eeeeee;
    margin-bottom: 0.30rem;
    min-height: 1.40rem
}

.features video {
    max-height: 100%;
    max-width: 100%
}

.features .row .col-sm-6 {
    margin-bottom: 0.25rem
}

.features .row .col-sm-6.col-init,
.features .row .col-sm-8.col-init {
    padding-right: 0;
    padding-left: 0.35rem
}

.features .row .col-sm-6.col-init-left {
    padding-left: 0
}

.features .row .col-sm-6.col-sm-6-init {
    padding-left: 0.15rem
}

.features .row .col-padding {
    padding: 0.50rem
}

.features .row .col-clear {
    padding-left: 0;
    padding-right: 0;
    margin: 0
}

.features .row-clear {
    margin: 0
}

.features .media-object.media-object-index {
    max-width: 1.20rem
}

.features .caption.caption-index {
    padding: 0.15rem
}

.features .caption.caption-index .caption-title {
    margin-top: 0;
    margin-bottom: 0.20rem
}

.features .caption.caption-index p {
    color: #888;
    font-size: 0.14rem;
    line-height: 0.28rem
}

.features.kirk-usage .row .thumbnail {
    min-height: 2.33rem
}

.features.plsv-services {
    padding-bottom: 0
}

.features.plsv-services .row.row-clear {
    padding-left: 0.20rem;
    padding-right: 0.20rem
}

.features .intro {
    margin-bottom: 0.50rem
}

.features .intro .title {
    color: #333333;
    font-size: 0.30rem;
    margin-top: 0.20rem;
    margin-bottom: 0.20rem;
    text-align: center;
    font-weight: 300
}

.features .intro .title.title-light {
    color: #fff
}

.features .intro .title.border-y {
    border-top: 2px solid #3074d5;
    border-bottom: 2px solid #d9438c
}

.features .intro .desc {
    text-align: center
}

.features .tab-content {
    margin-top: 0.2rem;
    line-height: 0.28rem;
    overflow: hidden
}

.features .tab-content .tab-desc {
    padding: 0;
    text-align: center;
    margin-top: -0.20rem
}

.features .tab-content p {
    color: #888;
    font-size: 0.14rem;
    line-height: 0.28rem;
    padding: 0
}

.features .feature-item {
    margin-bottom: 0.50rem;
    padding-left: 0.15rem
}

.features .feature-item:last-child {
    margin-bottom: 0
}

.features .feature-item h4 {
    margin-bottom: 0.15rem
}

.features .feature-item h4>img {
    margin-right: 0.15rem
}

.features .media-left {
    padding-right: 0.30rem
}

.features .media-object {
    max-width: 1.40rem
}

.features .media-heading {
    margin-top: 15px;
    margin-bottom: 0.20rem
}

.features p,
.features a {
    color: #888
}

.features p {
    font-size: 0.14rem;
    line-height: 0.28rem
}

.features a.icon {
    display: inline-block;
    margin-right: 0.10rem;
    line-height: normal
}

.features a:hover {
    color: #28aedf
}

.features .thumbnail {
    border: none;
    background: transparent;
    min-height: 2.5rem;
    margin-bottom: 0
}

.features .thumbnail div.caption.p-clear {
    padding: 0
}

.features .thumbnail .caption.caption-center {
    text-align: center;
    padding-left: 0;
    padding-right: 0
}

.features .thumbnail .caption.caption-center h4 {
    margin-bottom: 0.15rem
}

.features .thumbnail .caption.caption-center p {
    color: #888
}

.features .thumbnail .desc {
    text-align: center
}

.features .thumbnail h4 {
    text-align: center
}

.features.features-scene .img-left {
    max-width: 2.70rem
}

.features.features-superiority .media {
    min-height: 180px
}

.features.features-superiority p {
    font-size: 0.14rem;
    line-height: 0.28rem;
    color: #888
}

.features.feature-core {
    padding-bottom: 0.50rem
}

.features.feature-core .title {
    font-size: 0.28rem
}

.features.feature-core p {
    line-height: 0.28rem;
    color: #888
}

.features.feature-core h4 {
    margin-bottom: 0.15rem
}

.features.pili-media .media {
    min-height: 1.10rem
}

.features.pili-media .media.en {
    min-height: 1.92rem
}

.features.pili-media .media p {
    margin: 0
}

.features.pili-media .media-heading {
    margin-bottom: 0.15rem
}

.features.pili-media p {
    color: #888;
    font-size: 0.14rem;
    line-height: 0.28rem
}

.feature-color {
    background-color: #F7F8F9
}

.features-black-bg {
    color: #fff;
    background-color: #303848
}

.features-black-bg.features .intro .title {
    color: #fff
}

.light-bkcolor {
    background-color: #f6f8fa
}

.features-solution {
    background: #F7F8F9
}

.features-cases {
    background: #FFF
}

.features-less.features-cases {
    background: #F8F8F8
}

.features-less .row h2.title {
    font-size: 0.30rem;
    text-align: center;
    margin-top: 0.05rem;
    margin-bottom: 0.3rem
}

.features-less .row .row>div {
    margin-bottom: 15px
}

.features-hotnews {
    margin-top: 0.20rem;
    border-top: 0.01rem solid rgba(0, 0, 0, 0.075)
}

.features-hotnews .hotnews-title {
    padding-bottom: 0.20rem;
    font-weight: 400;
    color: #97989c
}

.features-hotnews .hotnews-title:hover {
    cursor: pointer;
    color: #000
}

.features-hotnews .hotnews-box .hot-im-wrapper {
    height: 150px;
    overflow: hidden
}

.features-hotnews .hotnews-box img {
    width: 100%
}

.features-hotnews .hotnews-box .infobox {
    padding: 0.10rem
}

.features-hotnews .hotnews-box .infobox p {
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
    overflow: hidden
}

.features-hotnews .hotnews-box:hover {
    cursor: pointer;
    transition: all 0.3s;
    transform: scale(1.02, 1.02);
    -webkit-box-shadow: 0 0 0 #EFEFEF, 0.02rem 0.02rem 0.20rem #B9B9B9;
    -moz-box-shadow: 0 0 0 #EFEFEF, 0.02rem 0.02rem 0.20rem #B9B9B9;
    box-shadow: 0 0 0 #EFEFEF, 0.02rem 0.02rem 0.20rem #B9B9B9
}

.features-hotnews time {
    color: #97989c;
    font-size: 0.12rem;
    display: block;
    margin-bottom: 0.10rem
}

.features-hotnews p {
    color: #000;
    font-size: 14px;
    line-height: 28px
}

.features-custom-function {
    background: #F7F8F9
}

.features-custom-function .col-xs-6 .media-body {
    padding: 0
}

.features-custom-function .media-left,
.features-custom-function .media-body {
    padding-right: 0.25rem;
    padding-left: 0.25rem
}

.features-scenario {
    text-align: center
}

.features-scenario img {
    margin-bottom: 0.30rem
}

.features .list {
    list-style: none;
    margin: 0;
    padding: 0
}

.features .list a:hover {
    color: #00A0DE
}

.features .row.row-dora .col-video {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: -5px
}

.features .row.row-dora .col-content-middle {
    padding: 0.50rem;
    margin-bottom: 0
}

.features .row.row-dora .sm-right {
    float: right
}

.pandora-btn:hover {
    color: #28aedf;
    text-decoration: none;
    background-color: #fff
}

.pandora-title {
    width: 208px
}

.bottom-line {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1rem;
    margin-bottom: 0
}

.section .title1 {
    font-size: 0.30rem;
    text-align: center;
    font-weight: 500;
    margin-top: 0.20rem;
    margin-bottom: 0.10rem
}

.section .section-row {
    margin-bottom: 0
}

.section .section-content {
    margin: 0 0 0.1rem
}

.section .title2 {
    font-size: 0.24rem;
    color: #2f3033;
    font-weight: 500;
    margin-top: 0.20rem;
    margin-bottom: 0.20rem
}

.section .title3 {
    margin-bottom: 20px;
    color: #5e6166
}

.section .img-box {
    text-align: center
}

.section .img-box img {
    max-width: 70%
}

@media (max-width: 425px) {
    .features {
        padding: 0.30rem 0
    }
    .features .intro {
        margin-bottom: 0.20rem
    }
    .features .media-left {
        display: block;
        text-align: center;
        padding: 0.10rem
    }
    .features .media-left .media-object {
        margin: auto
    }
    .features .media-body {
        display: block;
        width: auto
    }
    .features .media-body .media-heading {
        text-align: center;
        font-size: 0.21rem
    }
    .features .row .col-sm-6 {
        margin-bottom: 0
    }
    .features-cases .conveyor .index-case {
        border: none
    }
    .features-cases .slick-dots {
        bottom: -15px
    }
    .features-hotnews .list {
        margin-bottom: 10px;
        text-align: center
    }
    .features-hotnews .list li {
        display: inline-block;
        padding: 0 2px
    }
}

@media (max-width: 767px) {
    .welcome-page-news .features,
    .cooperations-page-index .features,
    .welcome-page-user_agreement .features,
    .welcome-page-sla_kodo .features,
    .welcome-page-sla_fusion .features,
    .welcome-page-sla_pili .features,
    .welcome-page-sla_dora .features,
    .welcome-page-product_news .features,
    .welcome-page-welfares .features,
    .errors-page .features,
    .blog-page .features,
    .career-page .features,
    .recommendations-page .features,
    .feedbacks-page .features {
        padding-top: 1rem
    }
    .welcome-page-news .features.web-form,
    .cooperations-page-index .features.web-form,
    .welcome-page-user_agreement .features.web-form,
    .welcome-page-sla_kodo .features.web-form,
    .welcome-page-sla_fusion .features.web-form,
    .welcome-page-sla_pili .features.web-form,
    .welcome-page-sla_dora .features.web-form,
    .welcome-page-product_news .features.web-form,
    .welcome-page-welfares .features.web-form,
    .errors-page .features.web-form,
    .blog-page .features.web-form,
    .career-page .features.web-form,
    .recommendations-page .features.web-form,
    .feedbacks-page .features.web-form {
        padding-top: 0
    }
    .welcome-page-news .error-page.error-page-404,
    .cooperations-page-index .error-page.error-page-404,
    .welcome-page-user_agreement .error-page.error-page-404,
    .welcome-page-sla_kodo .error-page.error-page-404,
    .welcome-page-sla_fusion .error-page.error-page-404,
    .welcome-page-sla_pili .error-page.error-page-404,
    .welcome-page-sla_dora .error-page.error-page-404,
    .welcome-page-product_news .error-page.error-page-404,
    .welcome-page-welfares .error-page.error-page-404,
    .errors-page .error-page.error-page-404,
    .blog-page .error-page.error-page-404,
    .career-page .error-page.error-page-404,
    .recommendations-page .error-page.error-page-404,
    .feedbacks-page .error-page.error-page-404 {
        max-width: 215px;
        min-height: 120px
    }
    .banners-slider {
        max-height: 5.18rem
    }
    .jumbotron.hero {
        height: 5rem;
        margin-bottom: 0;
        padding: 0
    }
    .jumbotron.hero .container {
        height: 4.5rem;
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0);
        padding-top: 0
    }
    .jumbotron.hero .actions .btn {
        margin-right: 5px !important
    }
    .features .architecture {
        padding: 0
    }
    .features .container.container-center {
        text-align: center
    }
    .features .title2.title-center {
        text-align: center
    }
    .feature-case .container .intro .title {
        font-size: 18px
    }
    .features .row.row-dora .col-content-middle {
        padding: 0.15rem
    }
    .features .row.row-dora .col-xs-contain {
        padding: 0
    }
    .features .row.row-dora .sm-right {
        float: none
    }
    .features-hotnews .list {
        margin-bottom: 10px;
        text-align: center
    }
    .features-hotnews .list li {
        display: inline-block;
        padding: 0 2px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .features.features-livequiz-architecture .thumbnail .caption p {
        min-height: 140px
    }
    .features.features-niuday .guest {
        min-height: 239px
    }
    .features .intro {
        margin-bottom: 0.20rem
    }
    .features .col-sm-6:nth-child(odd) {
        clear: left
    }
    .features .media-left {
        display: block;
        text-align: center;
        padding: 0.10rem
    }
    .features .media-left .media-object {
        margin: auto
    }
    .features .media-body {
        display: block;
        width: auto
    }
    .features .media-body .media-heading {
        text-align: center
    }
    .features-sla .nav>li>a {
        padding: 10px 0
    }
    .features-kodo .nav-tabs.nav-justified.nav-short {
        width: 100%
    }
    .navbar-default .actions {
        margin-left: 0;
        padding-left: 0.15rem
    }
    .features-eval .evaluation-right ul {
        padding-left: 2.2rem
    }
    .features-eval .evaluation-right ul li {
        padding-top: 0.12rem;
        padding-bottom: 0.12rem
    }
    .features-less .row .row>div {
        margin-bottom: 15px
    }
    .features-less .row h2.title {
        font-size: 0.30rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .features .row a.icon {
        margin-right: 0
    }
}

@media (min-width: 992px) {
    .features.features-livequiz-architecture .thumbnail .caption p {
        min-height: 84px
    }
}

.agreement-details h2 {
    margin-bottom: 0.38rem;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem
}

.agreement-details p.condense {
    font-size: 0.14rem;
    line-height: 24px;
    margin-bottom: 0.39rem
}

.agreement-details ol {
    list-style: none;
    background: transparent;
    padding: 0;
    overflow: hidden;
    margin-bottom: 0.21rem
}

.agreement-details ol li {
    font-size: 0.14rem;
    line-height: 24px;
    margin-bottom: 0.19rem
}

.agreement-details ol li.last-li {
    margin-bottom: 0
}

.agreement-details ol li span {
    width: 40px;
    display: block;
    float: left
}

.agreement-details ol li span.exspan {
    width: 60px
}

.agreement-details ol.last-ol {
    margin-bottom: 0
}

.navbar-default .navbar-brand span.navbar-brand-text {
    margin-top: 5px
}

.hero-career .banner-desc {
    padding-top: 60px;
    padding-bottom: 60px
}

.fluid-slider-wrapper {
    padding: 1.68rem 0 0
}

.social-slider .slick-prev {
    z-index: 1;
    margin-top: -20px;
    left: 20px;
    width: 20px;
    height: 30px;
    background-image: url(/assets/career/turnpage-611fa2f0215f674c264fa007ced7c1dc15da23bc8ae67bc6dd1c66b0bd9c4311.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 30px;
    transform: rotate(180deg);
    opacity: .5
}

.social-slider .slick-prev:hover {
    opacity: 1
}

.social-slider .slick-prev:before {
    content: ''
}

.social-slider .slick-next:before {
    content: ''
}

.social-slider .slick-next {
    right: 20px;
    margin-top: -20px;
    width: 20px;
    height: 30px;
    background-image: url(/assets/career/turnpage-611fa2f0215f674c264fa007ced7c1dc15da23bc8ae67bc6dd1c66b0bd9c4311.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 30px;
    opacity: .5
}

.social-slider .slick-next:hover {
    opacity: 1
}

.fluid-word-slider {
    margin-top: 480px
}

.conveyor.fluid-wordbutton-slider .slick-slide {
    text-align: left
}

.fluid-slider-img-wraaper {
    padding: 0 0.2rem
}

.Btn-prev,
.Btn-next {
    background: #6994B9
}

.grid-container {
    transition: all 0.3s;
    position: relative;
    min-height: 100px;
    margin-bottom: 10px;
    cursor: pointer
}

.grid-container:hover {
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9;
    -moz-box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9;
    box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9
}

.grid-container:hover .btn-icon {
    background-image: url(/assets/icon-player-8d040d81e79a32ea0de13916374a1904baf6eb5e983e0c58918749ab55d36b9f.png)
}

.grid-container .btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px 100px
}

.grid-container .btn-icon-visited {
    background-image: url(/assets/btn-play-highlight-f6bf1795ac4f0bc72f9e5eeea27c6b595bfb7d0824ca7da59e4853281949681c.png)
}

.fluid-media-slider-wrapper {
    max-width: 1440px;
    text-align: center;
    margin: 0 auto
}

.fluid-media-slider {
    padding-top: 70px
}

.fluid-media-slider .slick-dots li button::before {
    font-size: 0.40rem;
    content: "-";
    color: #B9B9B9
}

.fluid-media-slider .slick-dots li.slick-active button::before {
    color: #3498db
}

.banners-slider .slick-dots.banners-arrow {
    bottom: 0.48rem
}

.banners-actions {
    position: relative
}

.banners-actions .btn-absolute {
    position: absolute;
    top: -1.70rem;
    left: 1.00rem
}

video {
    width: 100%;
    height: auto
}

#interview .modal-body {
    background: #000;
    padding: 0px
}

#interview .close {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 0.3rem;
    z-index: 10;
    color: #000;
    opacity: 1
}

#interview video {
    display: block
}

#eventParty-short .modal-body {
    background: #000;
    padding: 0px
}

#eventParty-short .close {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 0.3rem;
    z-index: 10;
    color: #000;
    opacity: 1
}

#eventParty-short video {
    display: block
}

#eventParty-long .modal-body {
    background: #000;
    padding: 0px
}

#eventParty-long .close {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 0.3rem;
    z-index: 10;
    color: #000;
    opacity: 1
}

#eventParty-long video {
    display: block
}

.features-positions.features h4 {
    font-size: 18px
}

.features-positions.features .intro p {
    margin-bottom: 0
}

.features-positions .positionTab {
    margin: 0
}

.features-positions .positionTab .info-null {
    padding: 8px;
    border-top: 1px solid #ddd;
    font-size: 14px;
    line-height: 28px
}

.features-positions .positionTab .table-responsive {
    border: none
}

.features-positions .positionTab .table-responsive .table>tbody>tr>th,
.features-positions .positionTab .table-responsive .table>tbody>tr>td {
    border-top: 1px solid #ddd
}

.features-positions .nav.nav-tabs {
    margin-top: 25px;
    text-align: center;
    border-bottom: none
}

.features-positions .nav-tabs>li.active>a,
.features-positions .nav-tabs>li.active>a:focus,
.features-positions .nav-tabs>li.active>a:hover {
    color: #00A0DE;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.features-positions .nav.nav-tabs>li {
    float: none;
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
    cursor: pointer
}

.features-positions .nav.nav-tabs>li img {
    display: block;
    opacity: .5
}

.features-positions .nav.nav-tabs>li a {
    margin-bottom: -1px
}

.features-positions .nav>li.active img {
    opacity: 1
}

.features-positions .nav>li>a {
    position: relative;
    display: block;
    padding: 6px 15px;
    text-align: center
}

.features-positions .nav>li>img {
    margin-bottom: 15px
}

.features-positions .nav.nav-tabs>li::before {
    height: 0
}

.features-positions .m-r-1 {
    display: inline-block;
    margin-right: 5px !important
}

.features-positions .table td {
    line-height: 28px
}

.features-positions td .title {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    color: #333333
}

.features-positions td .title:hover {
    cursor: pointer;
    color: #28aedf;
    text-decoration: none
}

.features-positions td .space {
    display: inline-block;
    margin: 0
}

.features-positions td time {
    display: inline-block;
    width: 100%;
    text-align: right
}

.features.features-position.features-position-bg {
    background-color: #f2f2f2
}

.features.features-position.features-last {
    margin-bottom: 152px
}

.features.features-position .position-title {
    padding-top: 51px
}

.features.features-position .desc {
    font-size: 18px;
    color: #888888
}

.features.features-position h2.title {
    font-size: 36px;
    color: #333333;
    margin: 20px 0
}

.features.features-position .tags span {
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    color: #adaeb3;
    margin-right: 15px;
    padding: 6px 12px;
    background-color: #fff
}

.features.features-position .action a.btn.btn-primary {
    margin-top: 10px;
    color: #fff;
    background-color: #00A0DE;
    border-color: #008ec5
}

.features.features-position .position-details {
    color: #888888;
    margin-top: -30px
}

.features.features-position .position-details .title {
    font-size: 18px;
    color: #333333
}

.features.features-position .position-details .position-unit {
    margin-bottom: 20px
}

.features .hiring-content ul.career-list {
    padding-left: 20px;
    padding-right: 20px
}

.features .hiring-content ul.career-list li {
    font-size: 14px;
    line-height: 28px;
    color: #5e6166;
    margin-bottom: 5px
}

.features .hiring-content .row {
    padding-bottom: 0.4rem
}

.features-career .media .modal-body {
    padding-left: 50px;
    padding-right: 50px
}

.features-career .media img {
    margin: auto;
    max-height: 100px;
    transition: opacity .1s
}

#interview .modal-dialog.modal-dialog-3top,
#eventParty-short .modal-dialog.modal-dialog-3top,
#eventParty-long .modal-dialog.modal-dialog-3top {
    margin-top: 180px
}

@media (max-width: 517px) {
    .features.features-positions h4.media-heading {
        min-height: 36px
    }
    .features.features-positions .nav.nav-tabs>li {
        margin-left: 0;
        margin-right: 0
    }
    .features.features-positions .nav.nav-tabs>li img {
        display: none
    }
    .features.features-positions .nav.nav-tabs>li a {
        padding: 5px
    }
    .features.features-positions .positionTab td .space {
        display: none
    }
    .features.features-positions .positionTab td time {
        display: none
    }
}

.banner-box.banner-career-school {
    margin-top: 68px
}

@media (min-width: 517px) and (max-width: 768px) {
    .features.features-positions .nav.nav-tabs>li {
        margin-left: 5px;
        margin-right: 5px
    }
    .features.features-positions .nav.nav-tabs>li img {
        display: none
    }
    .features.features-positions .nav.nav-tabs>li a {
        padding: 6px 10px
    }
    .features.features-positions .positionTab td .space {
        display: none
    }
    .features.features-positions .positionTab td time {
        display: none
    }
}

@media (max-width: 425px) {
    .features.features-position .desc {
        font-size: 14px
    }
    .features.features-position h2.title {
        font-size: 18px;
        margin: 15px 0
    }
}

.features-blog {
    padding-bottom: 2.5rem;
    position: relative;
    color: #2f3033
}

.features-blog .blog-content {
    width: 100%;
    overflow: hidden;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid #e5e5e5
}

.features-blog .blog-content a {
    color: #a1a1a1
}

.features-blog .blog-content a:hover {
    color: #06a7e1
}

.features-blog .blog-content img {
    max-width: 100% !important;
    height: auto !important
}

.features-blog .blog-content .entry-header .entry-utility-prep {
    color: #a1a1a1
}

.features-blog .blog-content .entry-title .title {
    font-size: 24px;
    font-weight: 100;
    color: #2f3033
}

.features-blog .blog-content .entry-meta {
    padding-top: 0.1rem
}

.features-blog .blog-content .entry-meta .entry-meta-unit {
    margin-left: 2px;
    margin-right: 2px
}

.features-blog .blog-content .entry-meta .img {
    width: 0.14rem
}

.features-blog .blog-content .blog-html {
    color: #888
}

.features-blog .blog-content .blog-html h1,
.features-blog .blog-content .blog-html h2,
.features-blog .blog-content .blog-html h3,
.features-blog .blog-content .blog-html h4,
.features-blog .blog-content .blog-html h5,
.features-blog .blog-content .blog-html h6 {
    color: #000
}

.features-blog .paginate-wrapper {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem
}

.features-blog .sidebar {
    padding-top: 0.45rem;
    padding-bottom: 0.68rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

.features-blog .searchform {
    position: relative;
    width: 100%;
    background: #fff;
    border: solid 1px #e7e7e7;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.features-blog .searchform .assistive-text {
    display: none
}

.features-blog .searchform input[type="text"] {
    width: 100%;
    height: 38px;
    float: left;
    padding: 6px 0 6px 11px;
    margin: 0;
    vertical-align: middle;
    border: 0;
    color: #a1a1a1;
    box-shadow: none;
    border-radius: 0
}

.features-blog .searchform input[type="text"]:focus {
    color: #020202;
    border-right: solid 1px #e7e7e7;
    outline-offset: 0;
    outline-width: 0;
    box-shadow: none;
    border-radius: 0
}

.features-blog .searchform input[type="submit"] {
    position: absolute;
    right: -1px;
    width: 36px;
    height: 100%;
    background: url(/assets/zoom-3a0f9db72961d6728933486ec187df820273f67b1eaccdfc70ba3a607d6a043d.jpg) no-repeat 50% 50%;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-size: 0
}

.features-blog a {
    color: #020202
}

.features-blog a:hover {
    color: #06a7e1
}

.features-blog .cat-item-first {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.features-blog .cat-item.active .category {
    color: #06a7e1
}

.features-blog .cat-item .category {
    display: inline-block;
    width: 100%;
    color: #020202;
    font-size: 14px;
    line-height: 28px
}

.features-blog .cat-item .category:hover,
.features-blog .cat-item .category:focus,
.features-blog .cat-item .category:active {
    color: #06a7e1
}

.features-blog .hot-clicks {
    color: #020202;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem
}

.features-blog .hot-clicks .title {
    font-size: 0.24rem;
    font-weight: 77
}

.features-blog .hot-clicks ul.hot-clicks-wrapper {
    padding-left: 17px;
    margin: 0
}

.features-blog .hot-clicks ul.hot-clicks-wrapper li {
    margin-top: 0.14rem;
    margin-bottom: 0.14rem
}

.features-blog .hot-clicks ul.hot-clicks-wrapper li .hot-title {
    color: #020202;
    font-size: 14px;
    line-height: 28px
}

.features-blog .hot-clicks ul.hot-clicks-wrapper li .hot-title:hover {
    color: #06a7e1
}

.container-blog {
    padding-top: 0 !important
}

.container-blog .blog-nav-back {
    min-height: 68px;
    margin-bottom: 0;
    width: 100%;
    background-color: #303848
}

.container-blog .tapbar {
    border-bottom: 1px solid #e2e2e2;
    padding: 60px 0 10px
}

.container-blog .tapbar a {
    padding-right: 40px
}

.container-blog .blog-content .blog-text {
    margin: 10px 0;
    color: #9b9ea0;
    max-height: 40px;
    overflow: hidden;
    font-size: 14px
}

.container-blog .blog-content .entry-meta>.entry-meta-unit {
    margin-right: 10px
}

.container-blog .blog-content .blog-imgBox {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

.container-blog .hot-clicks>ul.hot-clicks-wrapper {
    padding-left: 0 !important
}

.container-blog .sidebar {
    padding-top: 0.51rem
}

.blog-banner .middle-container {
    width: 950px !important;
    max-width: 100%
}

.blog-banner .middle-container h3 {
    line-height: .56rem;
    font-weight: 900 !important;
    font-size: .44rem !important;
    margin-bottom: .30rem
}

.blog-banner .middle-container h4 {
    font-size: .34rem !important;
    margin-bottom: .40rem
}

.blog-banner .middle-container .right-mask-banner {
    max-width: 4.1rem;
    text-align: right
}

@media (max-width: 767px) {
    .features-blog .side-mbbar-wrapper {
        display: none
    }
    .features-blog .cat-item-first {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .features-blog .hot-clicks {
        padding-bottom: 5px;
        margin-bottom: 5px
    }
    .features-blog .blog-content {
        padding: 20px 0
    }
    .features-blog .blog-content .blog-imgBox {
        margin-top: 10px
    }
    .features-blog .blog-content .entry-header .entry-title .title {
        font-size: 16px
    }
    .features-blog .blog-content a {
        font-size: 12px
    }
    .container-blog .tapbar {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 20px 0
    }
    .container-blog .tapbar a {
        display: inline-block;
        width: 30%;
        padding: 0;
        margin-top: 10px
    }
    .container-blog .banner {
        background-position-x: -150px
    }
    .blog-banner .banner-title {
        width: 100% !important
    }
}

.features-newmedia .desc {
    margin: 0
}

.features-newmedia h4 {
    letter-spacing: 1px
}

.features-newmedia p {
    letter-spacing: 0.6px
}

.features-newmedia .img-box {
    width: 74%;
    margin-left: 13%
}

.features-newmedia .thumbnail {
    border-radius: 0
}

.features-newmedia .thumbnail p {
    text-align: center;
    font-size: 0.12rem;
    margin: 0
}

.features-newmedia .thumbnail h4.title {
    font-size: 0.16rem;
    margin-bottom: 0.1rem
}

.features-newmedia .thumbnail img {
    margin-top: 0.4rem
}

.banner-box {
    position: relative;
    padding: 17% 0
}

.banner-box .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner-box .content-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner-box .content-box .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff
}

.banner-box .content-box .content .title {
    padding: 0;
    margin: 0
}

.banner-box .content-box .content .key {
    margin: 0;
    padding: 0.38rem 0
}

.banner-box .content-box .content .desc {
    max-width: 363px;
    overflow: hidden;
    margin: 0 auto;
    line-height: 28px
}

.features.features-newmedia-bg {
    padding-top: 0;
    background-color: #ededed
}

.features.features-newmedia-bg.features-newmedia-engine {
    padding-top: 30px
}

.features.newmedia-nav {
    padding: 0;
    background-color: #30374a
}

.features.newmedia-nav .nav.nav-tabs.nav-justified>li.active>a,
.features.newmedia-nav .nav.nav-tabs.nav-justified>li.active>a:focus,
.features.newmedia-nav .nav.nav-tabs.nav-justified>li.active>a:hover {
    margin: 0 -1px;
    color: #00A0DE;
    background-color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.features.newmedia-nav .nav.nav-tabs.nav-tabs-newmedia {
    border-bottom: none;
    margin-bottom: -2px
}

.features.newmedia-nav .nav.nav-tabs.nav-tabs-newmedia a {
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 0.25rem 0
}

.features.newmedia-nav .nav.nav-tabs.nav-tabs-newmedia a .line {
    float: right;
    width: 1px;
    height: 25px;
    background-color: #fff
}

.features.features-newmedia-matix {
    background-color: #ededed
}

.features.features-newmedia-matix .boxes {
    width: 1117px;
    margin: 0 auto;
    padding: 30px 0 0 0
}

.features.features-newmedia-matix .boxes .title-box {
    position: relative;
    width: 317px;
    height: 496px
}

.features.features-newmedia-matix .boxes .title-box .img {
    width: 100%;
    height: auto
}

.features.features-newmedia-matix .boxes .title-box .icon {
    padding: 0;
    margin: 0;
    padding-bottom: 100px;
    width: 100px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.features.features-newmedia-matix .boxes .title-box h4.title {
    background-image: url(/assets/newmedia/img-bg-8e01a0377bbf59b2a4870817761a82187aa9d81cb24cb91d70c390e82ccd0f51.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    text-align: center;
    padding: 64px 0
}

.features.features-newmedia-matix .boxes .content-box {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 800px;
    padding: 18px;
    background-color: #fff
}

.features.features-newmedia-matix .boxes .content-box .row {
    margin: 0
}

.features.features-newmedia-matix .boxes .content-box .thumbnail {
    position: relative;
    min-height: 230px
}

.features.features-newmedia-matix .boxes .content-box .thumbnail img {
    margin-top: 0.25rem
}

.features.features-newmedia-matix .boxes .content-box .thumbnail .summary {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.features.features-newmedia-matix .boxes .content-box .thumbnail.first {
    border-right: 1px solid #dadbdd;
    border-bottom: 1px solid #dadbdd;
    margin-bottom: -1px
}

.features.features-newmedia-matix .boxes .content-box .thumbnail.last {
    border-left: 1px solid #dadbdd;
    border-top: 1px solid #dadbdd;
    margin-top: -1px;
    margin-left: -1px
}

.features.features-newmedia-commerce .thumbnail.thumbnail-commerce {
    padding: 0;
    margin-bottom: 30px;
    background-color: #fff;
    min-height: 530px
}

.features.features-newmedia-commerce .thumbnail.thumbnail-commerce .caption {
    padding-top: 30px;
    position: relative
}

.features.features-newmedia-commerce .thumbnail.thumbnail-commerce .caption .title {
    position: absolute;
    width: 95%;
    top: -120px;
    color: #fff;
    width: 95%;
    text-align: center
}

.features.features-newmedia-commerce .thumbnail.thumbnail-commerce .caption p {
    padding: 0 20px
}

.features.features-newmedia-commerce .box {
    padding: 20px 15px;
    background-color: #fff
}

.features.features-newmedia-engine .boxes {
    margin-bottom: 30px;
    padding: 0;
    background-color: #fff;
    position: relative;
    padding: 0
}

.features.features-newmedia-engine .boxes .left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    padding: 0
}

.features.features-newmedia-engine .boxes .left .img {
    position: relative;
    width: 100%;
    height: auto
}

.features.features-newmedia-engine .boxes .left .icon {
    padding: 0;
    margin: 0;
    padding-bottom: 100px;
    width: 100px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.features.features-newmedia-engine .boxes .left .title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 50px;
    width: 100%;
    text-align: center;
    color: #fff
}

.features.features-newmedia-engine .boxes .left .desc {
    position: absolute;
    bottom: 0;
    padding: 15px 0;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background-image: url(/assets/newmedia/img-bg-8e01a0377bbf59b2a4870817761a82187aa9d81cb24cb91d70c390e82ccd0f51.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.features.features-newmedia-engine .boxes .left .desc .paragraph {
    min-height: 120px;
    padding: 0;
    position: relative
}

.features.features-newmedia-engine .boxes .left .desc .paragraph p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 30px
}

.features.features-newmedia-engine .boxes .left .desc p {
    color: #fff;
    padding: 0 30px;
    line-height: 0.25rem
}

.features.features-newmedia-engine .boxes .right {
    margin-left: 50%;
    position: relative
}

.features.features-newmedia-engine .boxes .right .content-box {
    position: relative;
    min-height: 580px;
    padding: 0 15px
}

.features.features-newmedia-engine .boxes .right .content-box .thumbnail {
    min-height: 2.9rem;
    position: relative
}

.features.features-newmedia-engine .boxes .right .content-box .thumbnail.first {
    border-bottom: 1px solid #dadbdd
}

.features.features-newmedia-engine .boxes .right .content-box .thumbnail .middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center
}

.features.features-newmedia-engine .boxes .right .content-box .thumbnail p {
    padding: 0 13px
}

.features.features-newmedia-engine .boxes .right .content-box .thumbnail img {
    margin-top: 0.1rem
}

.features.features-newmedia-engine .boxes .right .content-box .content {
    position: absolute;
    top: 36%;
    left: 16%;
    transform: translateY(-50%)
}

.features.features-newmedia-center .boxes {
    background-color: #fff;
    position: relative;
    width: 100%;
    margin: 40px auto
}

.features.features-newmedia-center .boxes .left {
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    padding-bottom: 100px
}

.features.features-newmedia-center .boxes .left.pu-right {
    right: 0;
    left: auto
}

.features.features-newmedia-center .boxes .left .img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.features.features-newmedia-center .boxes .left .icon {
    padding: 0;
    margin: 0;
    padding-bottom: 100px;
    width: 100px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.features.features-newmedia-center .boxes .left .title {
    position: absolute;
    bottom: 0;
    padding: 45px 0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 0.2rem;
    color: #fff;
    background-image: url(/assets/newmedia/img-bg-8e01a0377bbf59b2a4870817761a82187aa9d81cb24cb91d70c390e82ccd0f51.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.features.features-newmedia-center .boxes .right {
    position: relative;
    width: 75%;
    margin-left: 25%;
    margin-right: 0;
    padding: 15px
}

.features.features-newmedia-center .boxes .right.pu-left {
    margin-left: 0;
    margin-right: 25%
}

.features.features-newmedia-center .boxes .right .row-box.line {
    border-bottom: 1px solid #dadbdd
}

.features.features-newmedia-center .boxes .right .row-box .row .col-sm-4 {
    padding: 0
}

.features.features-newmedia-center .boxes .right .row-box .row .col-sm-6 {
    margin: 0
}

.features.features-newmedia-center .boxes .right .row-box .thumbnail {
    position: relative;
    padding: 4px 0;
    text-align: center;
    border-right: 1px solid #dadbdd;
    min-height: 2.6rem
}

.features.features-newmedia-center .boxes .right .row-box .thumbnail.thumbnail-right-last {
    border-right: none
}

.features.features-newmedia-center .boxes .right .row-box .thumbnail p.summary {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 100%;
    text-align: center
}

.features.features-newmedia-matix .boxes .content-box .thumbnail p,
.features.features-newmedia-center .boxes .right .row-box .thumbnail p {
    padding: 0 15px;
    margin: 0
}

.features.features-newmedia-matix .boxes .content-box .thumbnail p.summary,
.features.features-newmedia-center .boxes .right .row-box .thumbnail p.summary {
    padding: 0 30px
}

.features.features-newmedia-matix .boxes .content-box .thumbnail p.narrow,
.features.features-newmedia-center .boxes .right .row-box .thumbnail p.narrow {
    padding: 0 70px
}

@media (max-width: 767px) {
    .features.features-newmedia-bg.features-newmedia-engine {
        padding-top: 0
    }
    .features-newmedia .title {
        font-size: 1.2em
    }
    .features-newmedia .desc {
        font-size: 1em;
        line-height: 2em
    }
    .features-newmedia .thumbnail p {
        font-size: 1em;
        line-height: 1.8em
    }
    .features-newmedia .thumbnail h4.title {
        font-size: 1.2em;
        line-height: 2em
    }
    .banner-box .content-box .newmedia-content .desc {
        display: none
    }
    .banner-box .content-box .newmedia-content .title {
        padding: 10px 0 20px 0
    }
    .features-newmedia .img-box {
        display: none
    }
    .features.newmedia-nav .tabs .nav-justified.nav.nav-tabs.nav-tabs-newmedia>li,
    .nav-tabs.nav-justified>li {
        display: table-cell
    }
    .features.newmedia-nav .tabs .nav-justified.nav.nav-tabs.nav-tabs-newmedia>li a,
    .nav-tabs.nav-justified>li a {
        font-size: 14px
    }
    .banner-box {
        margin-top: 68px;
        min-height: 150px
    }
    .banner-box .content-box .content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        padding: 30px 0
    }
    .banner-box .content-box .content .title {
        font-size: 18px;
        padding-top: 23px
    }
    .banner-box .content-box .content .key {
        font-size: 12px;
        padding: 15px 0
    }
    .banner-box .content-box .content .desc {
        line-height: 23px;
        display: none
    }
    .features.features-newmedia-matix .boxes .title-box {
        height: 300px;
        overflow: hidden
    }
    .features.features-newmedia-matix .boxes .title-box h4.title {
        padding: 35px 0
    }
    .features.features-newmedia-matix .col-xs-6 {
        width: 100%
    }
    .features.features-newmedia-matix .boxes .content-box .thumbnail p.narrow {
        padding: 0
    }
    .features.features-newmedia-matix .boxes .content-box .thumbnail.first {
        border: none
    }
    .features.features-newmedia-matix .boxes .content-box .thumbnail.last {
        border: none
    }
    .features.features-newmedia-center .boxes {
        margin: 0 auto
    }
    .features.features-newmedia-center .boxes .left {
        position: relative;
        width: 100%;
        height: 300px;
        overflow: hidden
    }
    .features.features-newmedia-center .boxes .left .title {
        padding: 35px 0;
        font-size: 1.2em
    }
    .features.features-newmedia-center .boxes .left .img {
        position: relative;
        height: auto
    }
    .features.features-newmedia-center .boxes .right {
        width: 100%;
        margin: 15px 0
    }
    .features.features-newmedia-center .boxes .right .row-box.line {
        border: none
    }
    .features.features-newmedia-center .boxes .right .row-box .thumbnail {
        border: none
    }
    .features.features-newmedia-center .boxes .right .row-box .thumbnail p {
        padding: 0 20px
    }
    .features.features-newmedia-center .boxes .right .row-box .thumbnail p.summary {
        width: 90%;
        text-align: center
    }
    .features.features-newmedia-center .boxes .right .row-box .thumbnail p.summary.narrow {
        padding: 0
    }
    .features.features-newmedia-center .boxes .right .row-box .thumbnail.thumbnail-right-last {
        margin-left: 0
    }
    .features.features-newmedia-engine .boxes .left {
        position: relative;
        width: 100%;
        height: 300px;
        overflow: hidden
    }
    .features.features-newmedia-engine .boxes .left .title {
        z-index: 200;
        top: 75%;
        font-size: 1.2em
    }
    .features.features-newmedia-engine .boxes .left .desc {
        height: 80px
    }
    .features.features-newmedia-engine .boxes .left .desc p {
        display: none
    }
    .features.features-newmedia-engine .boxes .right {
        width: 100%;
        margin: 0
    }
    .features.features-newmedia-engine .boxes .right .content-box {
        min-height: 380px;
        padding-bottom: 50px
    }
    .features.features-newmedia-engine .boxes .right .content-box .content {
        position: relative;
        margin: 30px auto;
        transform: none;
        top: 0;
        left: 0
    }
    .features.features-newmedia-engine .boxes .right .content-box .thumbnail.first {
        border: none
    }
    .features.features-newmedia-engine .boxes .right .content-box .thumbnail {
        min-height: 4rem
    }
    .features.features-newmedia-engine .boxes .right .content-box .thumbnail p {
        padding: 0 5px
    }
    .features.features-newmedia-engine .boxes .left {
        position: relative;
        width: 100%
    }
    .features.features-newmedia-engine .boxes .left .img {
        height: 5rem
    }
    .features.features-newmedia-engine .boxes .right {
        margin-left: 0
    }
    .features.features-newmedia-engine .boxes .right .content-box {
        min-height: 300px
    }
    .features.features-newmedia-matix .boxes {
        padding: 0 0 20px 0
    }
    .features.features-newmedia-matix .boxes .title-box h4.title {
        padding: 44px 0
    }
    .features.features-newmedia-matix .boxes .title-box .img {
        height: 5rem
    }
    .features.features-newmedia-matix .col-xs-6 {
        width: 100%
    }
    .features.features-newmedia-matix .boxes .content-box {
        padding: 0
    }
    .features.features-newmedia-matix .boxes .content-box .thumbnail {
        min-height: 200px
    }
    .features.features-newmedia-commerce .thumbnail-commerce img {
        margin-top: 0
    }
    .features.features-newmedia-commerce .thumbnail.thumbnail-commerce {
        min-height: 475px
    }
    .features.features-newmedia-commerce p {
        padding: 0 30px
    }
    .features.features-newmedia-commerce .thumbnail.thumbnail-commerce .caption {
        padding: 31px 9px 31px 9px
    }
    .features.features-newmedia-center .boxes .right .row-box.line {
        border-bottom: 0
    }
    .features.features-newmedia-engine .boxes .right .content-box .thumbnail.first {
        border-bottom: 0
    }
    .features.features-newmedia-matix .boxes .content-box .thumbnail.first {
        border-bottom: 0
    }
    .features.features-newmedia-matix .boxes .content-box .thumbnail.last {
        border: none
    }
    .features.features-newmedia-engine .boxes .left .desc .paragraph {
        min-height: 60px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .features-newmedia .img-box {
        width: 90%;
        margin-left: 5%
    }
    .features.features-newmedia-center .boxes .left .title {
        padding: 35px 0
    }
    .features.features-newmedia-center .boxes .left {
        position: relative;
        width: 100%;
        height: 400px;
        overflow: hidden
    }
    .features.features-newmedia-center .boxes .left .img {
        height: 800px
    }
    .features.features-newmedia-center .boxes .right {
        width: 100%;
        margin-left: 0
    }
    .features.features-newmedia-center .boxes .right .row-box .thumbnail {
        min-height: 2.3rem
    }
    .features.features-newmedia-center .boxes .right .row-box .thumbnail img {
        margin-top: 0.2rem
    }
    .features.features-newmedia-center .boxes .right .row-box .thumbnail p.summary {
        position: relative;
        top: 40px;
        left: 0;
        transform: none
    }
    .features.features-newmedia-center .boxes .right .row-box .thumbnail p.summary.narrow {
        padding: 0 50px
    }
    .features.features-newmedia-matix .boxes .content-box .thumbnail p {
        padding: 0 21px
    }
    .features.features-newmedia-matix .boxes .title-box {
        height: 400px;
        overflow: hidden
    }
    .features.features-newmedia-matix .boxes .title-box h4.title {
        padding: 34px 0
    }
    .features.features-newmedia-commerce .thumbnail.thumbnail-commerce .caption {
        min-height: 154px;
        padding-bottom: 30px
    }
    .features.features-newmedia-commerce .col-sm-4 {
        width: 50%
    }
    .features.features-newmedia-commerce .col-sm-3 {
        width: 50%
    }
    .features.features-newmedia-commerce .thumbnail.thumbnail-commerce {
        min-height: 474px
    }
    .features.features-newmedia-commerce .thumbnail.thumbnail-commerce .caption {
        padding: 32px 9px 9px 9px
    }
    .features.features-newmedia-commerce .thumbnail.thumbnail-commerce .caption .title {
        font-size: 14px;
        top: -80px
    }
    .features.features-newmedia-commerce .thumbnail.thumbnail-commerce .caption p {
        font-size: 14px;
        line-height: 28px
    }
    .features.features-newmedia-engine .col-sm-6 {
        width: 100%
    }
    .features.features-newmedia-engine .boxes .left {
        overflow: hidden
    }
    .features.features-newmedia-engine .boxes .left .desc .paragraph {
        min-height: 90px
    }
    .features.features-newmedia-engine .boxes .right .content-box {
        min-height: 5rem
    }
    .features.features-newmedia-engine .boxes .right .content-box .content {
        top: 46%;
        left: 21%
    }
    .features.features-newmedia-engine .boxes .right .content-box .thumbnail {
        min-height: 2.5rem
    }
}

@media (max-width: 991px) {
    .features.features-newmedia-matix .boxes {
        width: 100%
    }
    .features.features-newmedia-matix .boxes .title-box {
        width: 100%
    }
    .features.features-newmedia-matix .boxes .title-box img {
        width: 100%
    }
    .features.features-newmedia-matix .boxes .content-box {
        width: 100%
    }
    .features.features-newmedia-matix .boxes .content-box .thumbnail {
        min-height: 235px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .features-newmedia .col-sm-3 {
        padding: 0
    }
    .features-newmedia .img-box {
        width: 90%;
        margin-left: 5%
    }
    .features.features-newmedia-bg .container {
        width: 100%
    }
    .features.features-newmedia-center .boxes .right .row-box .thumbnail {
        min-height: 2.3rem
    }
    .features.features-newmedia-center .boxes .right .row-box .thumbnail img {
        margin-top: 0.2rem
    }
    .features.features-newmedia-matix .boxes {
        width: 881px
    }
    .features.features-newmedia-matix .boxes .title-box {
        width: 33.3%;
        height: 496px
    }
    .features.features-newmedia-matix .boxes .title-box .img {
        height: auto
    }
    .features.features-newmedia-matix .boxes .content-box {
        width: 66.7%
    }
    .features.features-newmedia-matix .boxes .content-box .thumbnail {
        min-height: 230px
    }
    .features.features-newmedia-commerce .thumbnail.thumbnail-commerce {
        min-height: 475px
    }
    .features.features-newmedia-engine .boxes .left .img {
        height: 100%
    }
    .features.features-newmedia-engine .boxes .right .content-box .content {
        left: 9%
    }
    .features.features-newmedia-engine .boxes .left .desc p.paragraph {
        margin-bottom: -10px
    }
    .features.features-newmedia-commerce .thumbnail.thumbnail-commerce .caption p {
        padding: 0 10px
    }
}

.features.features-player {
    border-bottom: 0.01rem solid rgba(0, 0, 0, 0.075)
}

.features.features-suspension {
    padding: 0;
    position: relative;
    top: -100px;
    background: transparent
}

.features.features-suspension .container {
    background: transparent
}

.features.features-suspension .suspension {
    background-color: #fff;
    box-shadow: 1px 4px 6px #e7ecff
}

.features.features-suspension .suspension .suspension-item {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.features.features-suspension .suspension .suspension-item .icon {
    display: block;
    width: 78px;
    height: 78px;
    margin: 15px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.features.features-suspension .suspension .suspension-item .icon.first-icon {
    background-image: url(/assets/player/first-icon-99ce3c34f5e4a1a023a3b7ad82c54baec14144518714518478758351d3942b33.png)
}

.features.features-suspension .suspension .suspension-item .icon.package-icon {
    background-image: url(/assets/player/package-icon-cc6294a36c144901bc7ac7018fe8937a6ffa720b1b94b3e1df903b9aa37f168d.png)
}

.features.features-suspension .suspension .suspension-item .icon.crosite-icon {
    background-image: url(/assets/player/crosite-icon-af16901e14a8b111361cb4c10afb558d846a3fb244ee59663358a5de75d3d5dd.png)
}

.features.features-suspension .suspension .suspension-item .icon.stable-icon {
    background-image: url(/assets/player/stable-icon-2c39f62b55aec187ca61782d393bffab3e07109b8ac89ae269d2b4ffb0b0005d.png)
}

.features.features-suspension .suspension .suspension-item .icon.yanchi-icon {
    background-image: url(/assets/pili/icon-haomiaojiyanchi-9397b5270761d3af3163cab26ebc6800424153664456e6182e45bd3b7173f33d.png)
}

.features.features-suspension .suspension .suspension-item .icon.diubao-icon {
    background-image: url(/assets/pili/icon-kangdiubao-2e52985860240be58165ee22b71ffb62c13f1eed3c25614f19c7a90e7e7ea06d.png)
}

.features.features-suspension .suspension .suspension-item .icon.baoti-icon {
    background-image: url(/assets/pili/icon-xiaobaoti-e035931f8728e0b0a65afc38a33759eb9f0ece40e33adf36328bcab2f56d8eff.png)
}

.features.features-suspension .suspension .suspension-item .icon.gongneng-icon {
    background-image: url(/assets/pili/icon-100gongneng-98e96c983aaf93805dfc92a0711c75349c68943a0e0f658e04312397fd5fd438.png)
}

.features.features-suspension .suspension .suspension-item .desc {
    text-align: center;
    margin-bottom: 15px
}

.features.features-suspension .suspension .suspension-item .desc p {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    margin: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.features.features-suspension-next {
    margin-top: -100px
}

.features.features-player .player-bg .desc {
    width: 100%;
    overflow: hidden
}

.features.features-player .player-bg .desc .desc-unit {
    margin: 0 50px
}

.features.features-player .player-bg .desc .desc-unit h3 {
    margin: 0;
    color: #0d70ff
}

.features.features-player .player-bg .desc .desc-unit p {
    margin: 10px 0 0
}

.features.features-player .player-bg .bg-img {
    width: 100%
}

.features.features-player .player-bg .bg-img .player-img {
    display: block;
    margin: 5px auto;
    width: 800px;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(/assets/player/bofangqi-f101c10e9c587c2419569666491883f701d8bd5f849ec1389a774795b0f3dafa.png)
}

@media (max-width: 1024px) {
    .features.features-player .player-bg .bg-img .player-img {
        width: 660px;
        height: 320px
    }
}

@media (max-width: 768px) {
    .features.features-suspension {
        top: -50px
    }
    .features.features-player .player-bg .bg-img .player-img {
        width: 400px;
        height: 192px
    }
}

@media (max-width: 425px) {
    .features.features-suspension {
        top: 0px
    }
    .features.features-player .player-bg .desc .desc-unit {
        width: 140px;
        margin: 0
    }
    .features.features-player .player-bg .bg-img .player-img {
        width: 310px;
        height: 150px
    }
    .features.features-player .thumbnail {
        min-height: 3.3rem
    }
}

.features.plsv-services .iphone-box {
    display: none;
    padding: 171% 0 0;
    position: relative
}

.features.plsv-services .iphone-box.hover {
    display: block
}

.features.plsv-services .iphone-box img.iphone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.features.plsv-services .iphone-box .video-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 26.7% 0 0
}

.features.plsv-services .iphone-box .video-box video {
    width: 100%;
    height: 100%
}

.features.plsv-services .description-box .description {
    display: none;
    padding: 0.8rem 0;
    color: #5e6166
}

.features.plsv-services .description-box .description.hover {
    display: block
}

.features.plsv-services .description-box .description .number {
    float: left;
    width: 109px;
    font-size: 60px
}

.features.plsv-services .description-box .description .content {
    margin-left: 109px;
    padding: 0 0.43rem;
    border-left: 2px solid #5e6166
}

.features.plsv-services .description-box .direction .direc-row {
    width: 100%;
    font-size: 0;
    -webkit-text-size-adjust: none
}

.features.plsv-services .description-box .direction .direc-row .direc-col {
    display: inline-block;
    margin: 0;
    width: 20%
}

.features.plsv-services .description-box .direction .img-box {
    position: relative;
    padding: 146% 0 0;
    margin-right: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9
}

.features.plsv-services .description-box .direction .img-box:hover,
.features.plsv-services .description-box .direction .img-box.hover {
    cursor: pointer
}

.features.plsv-services .description-box .direction .img-box:hover .mask,
.features.plsv-services .description-box .direction .img-box.hover .mask {
    background-color: rgba(49, 122, 175, 0.7)
}

.features.plsv-services .description-box .direction .img-box .img-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.features.plsv-services .description-box .direction .img-box .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4)
}

.features.plsv-services .description-box .direction .img-box .icon-box {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.features.plsv-services .description-box .direction .img-box .icon-box p {
    color: #fff;
    width: 70px
}

.features.tab-content-allfunction .allfunction-tabs {
    border: 1px solid #eee
}

.features.tab-content-allfunction .allfunction-tabs .tabs .nav.nav-tabs.nav-tabs-allfunction {
    border: none
}

.features.tab-content-allfunction .allfunction-tabs .tabs .nav.nav-tabs.nav-tabs-allfunction li {
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.features.tab-content-allfunction .allfunction-tabs .tabs .nav.nav-tabs.nav-tabs-allfunction li.first {
    border-left: none
}

.features.tab-content-allfunction .allfunction-tabs .tabs .nav.nav-tabs.nav-tabs-allfunction li.active {
    border-bottom: none;
    border-top: 2px solid #1989fa
}

.features.tab-content-allfunction .allfunction-tabs .tabs .nav.nav-tabs.nav-tabs-allfunction li.active a {
    color: #1989fa
}

.features.tab-content-allfunction .allfunction-tabs .tabs .thumbnail {
    min-height: auto;
    margin-bottom: 20px
}

.features.tab-content-allfunction .allfunction-tabs .tabs .thumbnail img {
    border-radius: 50%;
    background-color: #F7F8F9
}

.features.tab-content-allfunction .action {
    padding-top: 0.50rem;
    text-align: center
}

.features.tab-content-allfunction .action a {
    color: #fff
}

.features.tab-content-programme {
    padding-bottom: 0;
    color: #fff;
    background-color: #414654
}

.features.tab-content-programme p {
    color: #a0a4af
}

.features.tab-content-programme .iphone-box {
    padding: 171% 0 0;
    position: relative
}

.features.tab-content-programme .iphone-box img.iphone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.features.tab-content-programme .steps-box {
    padding-left: 120px
}

.features.tab-content-programme .steps-box .time-line {
    border-left: 1px dotted #fff
}

.features.tab-content-programme .steps-box .time-line ul.steps {
    margin-left: -85px;
    list-style: none
}

.features.tab-content-programme .steps-box .time-line ul.steps .step-desc .step {
    width: 100%;
    overflow: hidden
}

.features.tab-content-programme .steps-box .time-line ul.steps .step-desc .step:hover .content,
.features.tab-content-programme .steps-box .time-line ul.steps .step-desc .step.active .content {
    margin: 0
}

.features.tab-content-programme .steps-box .time-line ul.steps .step-desc .step:hover .content .step-title,
.features.tab-content-programme .steps-box .time-line ul.steps .step-desc .step.active .content .step-title {
    padding: 0.15rem 0
}

.features.tab-content-programme .steps-box .time-line ul.steps .step-desc .step:hover .content .desc,
.features.tab-content-programme .steps-box .time-line ul.steps .step-desc .step.active .content .desc {
    opacity: 1;
    height: auto;
    margin-bottom: 0.25rem
}

.features.tab-content-programme .steps-box .time-line ul.steps .step-desc .step:hover .step-icon,
.features.tab-content-programme .steps-box .time-line ul.steps .step-desc .step.active .step-icon {
    margin-left: 0;
    margin-right: 25px;
    height: 88px;
    width: 88px
}

.features.tab-content-programme .steps-box .time-line ul.steps .step-desc .step:hover .step-icon img,
.features.tab-content-programme .steps-box .time-line ul.steps .step-desc .step.active .step-icon img {
    opacity: 1
}

.features.tab-content-programme .steps-box .time-line ul.steps .step-desc .step .step-icon {
    display: block;
    float: left;
    margin-left: 34px;
    margin-right: 0;
    background-color: #414654;
    background-image: url(/assets/plsv/step-icon-41f04d7eeab5a9313479e4e2db5fad16d528e76fd97b0b27876b9471bc0c83d3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    height: 20px;
    width: 20px
}

.features.tab-content-programme .steps-box .time-line ul.steps .step-desc .step .step-icon img {
    opacity: 0
}

.features.tab-content-programme .steps-box .time-line ul.steps .step-desc .step .content {
    padding-left: 113px;
    margin-top: -0.1rem
}

.features.tab-content-programme .steps-box .time-line ul.steps .step-desc .step .content .step-title {
    padding: 0
}

.features.tab-content-programme .steps-box .time-line ul.steps .step-desc .step .content .desc {
    opacity: 0;
    height: 0.45rem;
    margin: 0
}

.features.tab-content-programme .steps-box .time-line ul.steps .step-desc .step .content .link {
    color: #00A0DE
}

.features.tab-content-programme .steps-box .time-line ul.steps .step-desc .step .content .link:hover {
    text-decoration: underline
}

.features.tab-content-access {
    color: #fff;
    background-color: #18557e
}

.features.tab-content-access p {
    color: #a0a4af
}

.features.tab-content-access .access {
    text-align: center
}

.features.tab-content-access .access .steps {
    list-style: none;
    width: 100%;
    overflow: hidden;
    padding: 0
}

.features.tab-content-access .access .steps .step {
    display: inline-block
}

.features.tab-content-access .access .steps .step.line {
    display: inline-block;
    position: relative;
    bottom: 44px;
    width: 151px;
    border-bottom: 1px dotted #fff
}

.features.tab-content-access .access .steps .step.line .glyphicon {
    top: 12px
}

.features.tab-content-access .access .steps .step .thumbnail h4 {
    color: #fff
}

.features.tab-content-access .access .action {
    text-align: center
}

.features.tab-content-access .access .action a {
    color: #fff
}

@media (max-width: 1199px) {
    .features.tab-content-access .access .steps .step.line {
        display: none
    }
    .features.tab-content-programme .steps-box .time-line ul.steps .step-desc .step .content .desc {
        height: 0.25rem
    }
    .features.tab-content-programme .iphone-box {
        margin-top: 8px
    }
}

@media (min-width: 768px) {
    .jumbotron.hero.plsv .middle-container {
        top: 60%
    }
}

.row .five-sm-1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .row .five-sm-1 {
        float: left;
        width: 20%
    }
}

.alaccelerator-price {
    text-align: center
}

.alaccelerator-price .intro {
    padding: 0 30px;
    margin: 0 auto
}

.alaccelerator-price .table tbody tr td {
    border-top: none
}

.alaccelerator-price .table tbody tr td .title {
    display: block;
    color: #07aceb;
    font-size: 0.36rem
}

.alaccelerator-price .table tbody tr td .desc {
    display: block;
    color: #fff;
    font-size: 14px
}

.alaccelerator-price .table tbody tr td .line {
    display: block;
    width: 2px;
    height: 80px;
    background-color: #5a86a8
}

.features-alaccelerator .thumbnail .alaccelerator-service {
    border: 0.01rem solid #eeeeee;
    padding: 0;
    min-height: 367px;
    margin-bottom: 20px
}

.features-alaccelerator .thumbnail .alaccelerator-service .caption {
    padding: 15px;
    min-height: 172px
}

.features-alaccelerator .thumbnail .alaccelerator-service .caption .title {
    margin: 10px 0;
    font-size: 17px
}

.features-alaccelerator .thumbnail .alaccelerator-service .action {
    padding: 0 15px;
    margin-bottom: 15px;
    text-align: center
}

.features-alaccelerator .thumbnail .alaccelerator-service .action a {
    display: inline-block;
    margin: 0 10px
}

.features.alaccelerator-bg {
    background-image: url(/assets/alaccelerator/price-cc3c89185038429626ad33a0589503b56dd9414053d96fdc7dfe1a04670175b4.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.features .intro .title.light-color {
    color: #fff
}

.features.features-alaccelerator .price-box {
    padding: 0;
    margin: 0 0 15px;
    background-color: #fff;
    transition: all 0.3s
}

.features.features-alaccelerator .price-box:hover {
    cursor: pointer
}

.features.features-alaccelerator .price-box.active {
    transition: all 0.3s;
    transform: scale(1.02, 1.02)
}

.features.features-alaccelerator .price-box.active .price-title {
    background-image: url(/assets/alaccelerator/bg-price-012b1b61a0eeb34f968019b981619b778c1d6da4257c6a13cc3a9f1066234d26.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff
}

.features.features-alaccelerator .price-box .price-title {
    padding: 15px 0;
    background-color: #F7F8F9;
    border: none;
    text-align: center;
    color: #00a0de
}

.features.features-alaccelerator .price-box .price-title .num {
    font-size: 35px
}

.features.features-alaccelerator .price-box .price-title .tail {
    font-size: 14px
}

.features.features-alaccelerator .price-box .price-info {
    text-align: center;
    color: #2f3033;
    padding: 0 15px
}

.features.features-alaccelerator .price-box .price-info .begin {
    padding: 15px 0;
    font-size: 18px;
    line-height: 36px;
    border-bottom: 1px solid #eeeeee
}

.features.features-alaccelerator .price-box .price-info .outpart {
    padding: 15px 0;
    font-size: 14px;
    line-height: 28px
}

.features.features-alaccelerator .tips {
    text-align: center;
    font-size: 14px;
    color: #e6e6e6
}

ul.list-style {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center
}

ul.list-style li {
    display: inline-block;
    vertical-align: top
}

ul.list-style li img {
    margin-bottom: 15px
}

ul.list-style li .dots {
    display: block;
    padding: 0;
    margin: 46px 0 0;
    width: 100px;
    border-top: 4px dotted #36a0df
}

@media (max-width: 767px) {
    .features.features-alaccelerator .thumbnail .alaccelerator-service {
        min-height: auto
    }
    .features.features-alaccelerator .thumbnail .alaccelerator-service .caption {
        min-height: auto
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .features.features-alaccelerator .thumbnail .alaccelerator-service {
        min-height: auto
    }
    .features.features-alaccelerator .thumbnail .alaccelerator-service .caption {
        min-height: 228px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .features.features-alaccelerator .thumbnail .alaccelerator-service {
        min-height: auto
    }
    .features.features-alaccelerator .thumbnail .alaccelerator-service .caption {
        min-height: 200px
    }
}

@media (max-width: 991px) {
    ul.list-style li .dots {
        width: 1px;
        margin: 46px 8px 0
    }
}

.jumbotron.hero.hero-cdnprice.mb0 {
    margin-bottom: 0
}

.cdnprice-bg {
    background-color: #042241
}

.features.feature-cdnprice .container {
    position: relative
}

.features.feature-cdnprice .diagram {
    margin: 20px
}

.features.feature-cdnprice div.pricing-details section .checkbox-first {
    padding: 0.10rem 0
}

.features.feature-cdnprice .pricing-info-wrapper {
    top: 104px;
    right: 0
}

.features.feature-invitation.feature-invitation-bg {
    background-color: #f2f2f2
}

.features.feature-invitation .content {
    text-align: center
}

.features.feature-invitation .content .row.steps {
    margin-bottom: 50px
}

.features.feature-invitation .content p.my {
    margin: 0.25rem auto
}

.features.feature-invitation .content .actions a {
    color: #fff
}

.features.feature-invitation .content .inline-box {
    text-align: center
}

.features.feature-invitation .content .inline-box img {
    margin: 0 auto
}

.features.feature-invitation .content .step-line {
    position: relative;
    top: 40px;
    left: -8px;
    width: 100%;
    border-bottom: 2px solid #888
}

.features.feature-invitation .content .step-line .arrow {
    position: absolute;
    top: -6px;
    right: -6px;
    color: #888
}

.features.feature-invitation .logo {
    margin-bottom: 15px
}

.features.feature-invitation .logo .actions {
    text-align: center
}

.features.feature-invitation .logo .actions a {
    display: block;
    width: 100%;
    padding: 15px 0;
    background-color: #00A0DE;
    text-align: center;
    color: #fff
}

.row .seven-sm-1 {
    position: relative;
    min-height: 1px;
    padding: 0
}

@media (max-width: 425px) {
    .features.feature-invitation .slick-slider {
        margin-bottom: 35px
    }
}

@media (min-width: 768px) {
    .row .seven-sm-1 {
        float: left;
        width: 14%
    }
}

.table.table-ssl>tbody>tr>th,
.table.table-ssl>tbody>tr>td,
.table.table-ssl>tfoot>tr>th,
.table.table-ssl>tfoot>tr>td {
    border-top: 1px solid #fff
}

.table.table-ssl tr {
    background-color: #f2f2f2;
    color: #333333
}

.table.table-ssl tr.title th {
    background-color: #00a0de;
    color: #fff
}

.table.table-ssl tr th {
    font-size: 18px;
    padding: 0.2rem 0.3rem;
    vertical-align: middle
}

.table.table-ssl tr td {
    font-size: 14px;
    padding: 0.3rem
}

.table.table-ssl tr .border-right {
    border-right: 1px solid #fff
}

.features.certificate .actions {
    text-align: center
}

.features.certificate .actions a {
    color: #fff
}

@media (min-width: 992px) and (max-width: 1199px) {
    .table.table-ssl tr th {
        padding: 0.2rem
    }
    .table.table-ssl tr td {
        padding: 0.3rem 0.2rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .table.table-ssl tr th {
        font-size: 14px;
        padding: 0.15rem
    }
    .table.table-ssl tr td {
        padding: 0.3rem 0.15rem
    }
}

@media (max-width: 767px) {
    .table.table-ssl tr th {
        font-size: 14px;
        padding: 0.15rem
    }
    .table.table-ssl tr td {
        padding: 0.3rem 0.15rem
    }
}

.details-card {
    background-color: #fff;
    box-shadow: 1px 4px 6px #e7ecff;
    min-height: 647px;
    padding-bottom: 70px;
    margin-bottom: 15px;
    position: relative
}

.details-card .card-title {
    min-height: 187px;
    padding: 15px 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(/assets/pili/img-background-ad27d96d8e04bc71a2781c4f4b84c11857b44ce4c72a06384cb9106a3ff8f23c.jpg);
    color: #fff
}

.details-card .card-title .title {
    font-size: 18px;
    line-height: 36px;
    padding-left: 44px;
    background-repeat: no-repeat;
    background-size: 36px auto;
    background-position: left center
}

.details-card .card-title .title.tuiliu-icon {
    background-image: url(/assets/pili/icon-wanshandetuiliuduangongneng-a6c62a4fbb417a6a0fe9afbea58334b7d2557b2d32011eb4a3b53bab02ba4269.png)
}

.details-card .card-title .title.play-icon {
    background-image: url(/assets/pili/icon-quanziyanneihebofangqi-65455c7a1123f11a26ae44f9c3d848e86ab08e35d29a96b738450e7ac4e3fe39.png)
}

.details-card .card-title .desc {
    color: #fff
}

.details-card .card-body {
    padding: 15px 30px;
    color: #333333
}

.details-card .card-body .title {
    font-size: 18px
}

.details-card .action {
    position: absolute;
    left: 30px;
    bottom: 36px
}

.details-card .action a.btn.btn-primary {
    color: #fff
}

.container.container-net-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/assets/pili/img-net-65726817f81ccce3045f7ad2c0b70ec032534dad443f407cc274cc62825ee32a.png)
}

.features.features-bottom-line {
    padding-bottom: 0
}

.features.features-bottom-line .bottom-line {
    padding-bottom: 0.68rem
}

@media (max-width: 425px) {
    .features.features-bottom-line {
        padding-bottom: 0
    }
    .features.features-bottom-line .bottom-line {
        padding-bottom: 0.3rem
    }
}

@media (max-width: 767px) {
    .card {
        min-height: auto
    }
    .card .card-title {
        min-height: auto
    }
}

@media (min-width: 767px) {
    .row-flex {
        display: flex
    }
    .row-flex .details-card {
        height: 100%
    }
}

.features.features-arch p.desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #888888;
    text-align: center;
    margin: 0
}

.features.feature-arch-actions {
    padding-bottom: 0
}

.table-parter-wrapper {
    padding: 88px 10px 10px
}

.table-parter-wrapper .shadow {
    box-shadow: 0 0 20px #B9B9B9
}

.table-parter-wrapper .table.table-partner {
    margin: 0
}

.table-parter-wrapper .table.table-partner tbody tr th {
    text-align: center;
    vertical-align: middle;
    font-size: 0.18rem;
    color: #333333;
    padding: 30px 8px
}

.table-parter-wrapper .table.table-partner tbody tr th .img-wrapper {
    margin-top: -88px;
    padding-bottom: 18px
}

.table-parter-wrapper .table.table-partner tbody tr td {
    padding: 30px 50px;
    font-size: 14px;
    color: #888888
}

.table-parter-wrapper .table.table-partner tbody tr .border-right {
    border-right: 1px solid #ddd
}

.list-step-center {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.list-step-center .step-li {
    display: inline-block
}

.list-step-center .step-li .unit .unit-text {
    display: inline-block;
    position: relative;
    overflow: hidden
}

.list-step-center .step-li .unit .unit-text .step-num-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    color: #00a0de;
    background-color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 60px
}

.list-step-center .step-li .unit .unit-text .step-text {
    margin-top: 80px;
    text-align: center;
    font-size: 0.18rem;
    color: #333333
}

.list-step-center .step-li .unit .unit-line {
    display: inline-block;
    width: 150px;
    height: 2px;
    background-color: #e5e5e5;
    margin: 0 -30px 75px
}

@media (max-width: 767px) {
    .table-responsive.table-parter-wrapper {
        border: none
    }
    .table.table-partner td,
    .table.table-partner th {
        width: auto !important;
        white-space: normal !important;
        padding: 10px !important
    }
}

@media (max-width: 991px) {
    .list-step-center .step-li .unit .unit-line {
        width: 130px
    }
}

@media (max-width: 768px) {
    .list-step-center .step-li .unit .unit-line {
        width: 50px;
        margin: 0 -15px 68px
    }
}

@media (max-width: 465px) {
    .list-step-center .step-li {
        display: block
    }
    .list-step-center .step-li .unit .unit-line {
        display: none
    }
    .list-step-center .step-li .unit .unit-text {
        display: block
    }
    .list-step-center .step-li .unit .unit-text .step-num-center {
        position: initial;
        left: 0;
        transform: initial;
        display: inline-block
    }
    .list-step-center .step-li .unit .unit-text .step-text {
        display: inline-block;
        margin-top: 48px
    }
}

.rtn-banner.jumbotron.hero {
    background-image: url(/assets/rtn/banner-background-c95e8826e2746cf879976ba2633fec829b3c33baaaa5ac365f8fed36a2b2fcb5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.rtn-services {
    max-width: 840px;
    margin: 0 auto;
    position: relative
}

.rtn-services .main-img {
    padding: 0 30px 0 0
}

.rtn-services .contentBox {
    display: flex;
    flex-direction: column;
    height: 465px
}

.rtn-services .contentBox h4 {
    margin-top: 0;
    font-weight: bold
}

.rtn-services .contentBox .content {
    font-size: 0.14rem;
    line-height: 0.28rem;
    color: #888
}

.rtn-services .contentBox .content a {
    color: #00A0DE;
    text-decoration: underline
}

.rtn-services .contentBox .content a:hover {
    opacity: .7
}

.rtn-services .contentBox .dec {
    background-color: #f2f2f2;
    padding: 20px 20px 40px;
    flex-grow: 2;
    margin: 25px 0 5px 0;
    display: flex;
    align-items: stretch;
    position: relative
}

.rtn-services .contentBox .dec .flows {
    width: 100%;
    position: relative;
    overflow: hidden
}

.rtn-services .contentBox .dec .flows .pullDown {
    width: 100%;
    position: absolute;
    top: 27px;
    left: 0
}

.rtn-services .contentBox .dec .flows h5 {
    margin-top: 0;
    font-size: 0.16rem
}

.rtn-services .contentBox .dec .flows p {
    margin: 0;
    color: #888
}

.rtn-services .contentBox .dec span {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-image: url(/assets/rtn/icon-1-2807ce3b012a77dc2f882688262004ff009d979a4089151d2d2d40dbc8cf19ed.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer
}

.rtn-services .contentBox .interlinkage .client {
    margin-top: 35px
}

.rtn-services .contentBox .interlinkage .client .imgBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px
}

.rtn-services .contentBox .interlinkage .client .imgBox img {
    width: 18%;
    height: 9%
}

.rtn-services .contentBox .interlinkage .sdk {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 100%;
    margin-top: 30px
}

.rtn-services .contentBox .interlinkage .sdk .item {
    width: 32%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #d8d8d8;
    color: #fff;
    position: relative;
    cursor: default
}

.rtn-services .contentBox .interlinkage .sdk .item.mb-3 {
    margin-bottom: 2%
}

.rtn-services .contentBox .interlinkage .sdk .item.mr-3 {
    margin-right: 2%
}

.rtn-services .contentBox .interlinkage .sdk .item .item-content {
    position: absolute;
    left: 0;
    top: 50px;
    background-color: #00A0DE;
    width: 100%;
    z-index: 999;
    display: none
}

.rtn-services .contentBox .interlinkage .sdk .item .item-content p {
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin: 0
}

.rtn-services .contentBox .interlinkage .sdk .item .item-content p a {
    color: #fff;
    display: block
}

.rtn-services .contentBox .interlinkage .sdk .item .item-content p a:hover {
    color: #fff
}

.rtn-services .contentBox .interlinkage .sdk .item .item-content p.hover {
    background-color: #007bab
}

.rtn-services .contentBox .interlinkage .sdk .item .item-content p.border-bottom {
    border-bottom: 1px solid #eee
}

.rtn-services .contentBox .interlinkage .sdk .item .item-content .imgBox {
    padding: 0 10px 10px
}

.rtn-services .contentBox .interlinkage .sdk .item.active {
    background-color: #00A0DE
}

.rtn-services .contentBox .interlinkage .sdk .item.active:hover .item-content {
    display: block
}

.rtn-services .contentBox a.danger {
    color: #ff3939 !important
}

.rtn-services .contentBox.active .dec {
    flex-grow: 0
}

.rtn-services .contentBox.active .dec .pullDown {
    position: static
}

.rtn-services .contentBox.active .dec span {
    transform: rotate(180deg)
}

.rtn-services .contentBox.active .interlinkage {
    display: none
}

@media (max-width: 768px) {
    .rtn-services {
        padding: .2rem
    }
    .rtn-services .main-img {
        margin-bottom: .2rem;
        padding: 0 15px
    }
    .rtn-services .contentBox {
        height: auto
    }
    .rtn-services .contentBox .dec {
        min-height: 124px
    }
    .rtn-services .contentBox .sdk {
        justify-content: space-between !important
    }
    .rtn-services .contentBox .sdk .item {
        width: 49% !important;
        margin: 0 0 2% !important
    }
}

.container.rtn-scheme {
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
    background-image: url(/assets/sdk/img-1-4d8dce9b563c2858ff524fa07e4172049bb0f1914070e2392def4aa43bf25922.png)
}

.container.rtn-scheme ul {
    width: 100%;
    max-width: 720px;
    float: right;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 40px 0 0
}

.container.rtn-scheme ul li {
    min-height: 150px;
    width: 48%;
    background-color: #f7f8f9;
    margin-top: 2%;
    padding: 30px
}

.container.rtn-scheme ul li p {
    font-size: 16px;
    color: #888;
    margin: 0
}

.container.rtn-scheme ul li p.title {
    color: #00A0DE;
    font-size: 20px;
    margin-bottom: 5px
}

.container.rtn-scheme::after {
    clear: both
}

.container .rtn-specialty>img {
    display: block;
    width: 78px;
    height: 78px;
    margin: 15px auto
}

.container ul.rtn-serve {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0
}

.container ul.rtn-serve li {
    width: 32%;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1);
    margin-top: 1.5%;
    cursor: default;
    background-color: #fff
}

.container ul.rtn-serve li .cont {
    height: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
    overflow: hidden
}

.container ul.rtn-serve li .cont p {
    width: 100%;
    text-align: center;
    margin: 0
}

.container ul.rtn-serve li .cont p.title {
    font-size: 16px;
    margin-bottom: 5px
}

.container ul.rtn-serve li .cont img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px
}

.container ul.rtn-serve li .cont.active {
    display: none
}

.container ul.rtn-serve li:hover {
    background-image: url(/assets/sdk/img-selected-9bc0ca7f07e8d8f3d0dd943a2e612732c00b2a479296a4447b87d925ff5458ec.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.container ul.rtn-serve li:hover .active {
    display: flex
}

.container ul.rtn-serve li:hover .normal {
    display: none
}

.container ul.rtn-serve li:hover p {
    color: #fff
}

.container .rtn-scene .media {
    display: flex;
    flex-wrap: wrap
}

.container .rtn-scene .media .media-left {
    display: block;
    width: 63%
}

.container .rtn-scene .media .media-left .img-left {
    max-width: 100%
}

.container .rtn-scene .media .media-body {
    display: block;
    width: 37%
}

.container .rtn-scene .media .media-body h3 {
    margin-top: 0
}

.container .rtn-scene .media .media-body h5 {
    margin-top: 40px
}

.container .rtn-demo ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 0
}

.container .rtn-demo ul li img {
    width: 155px;
    height: auto
}

.container .rtn-demo ul li p {
    text-align: center
}

.container .rtn-demo .btn-box {
    display: flex;
    justify-content: space-around
}

.container .rtn-demo .btn-box a:hover {
    color: #fff
}

.rtn-suspension-next {
    position: relative;
    padding-top: 1.58rem;
    margin-top: -94px !important
}

.rtn-suspension-next .rtn-network-title {
    width: 100%;
    position: absolute;
    right: 0;
    top: .6rem
}

@media (max-width: 768px) {
    .container.rtn-scheme ul {
        padding: 80px 0 0
    }
    .container.rtn-scheme ul p {
        font-size: 14px !important
    }
    .container.rtn-scheme ul p.title {
        font-size: 18px !important
    }
    .container ul.rtn-serve>li {
        width: 48.5%
    }
    .container .rtn-scene .media-left,
    .container .rtn-scene .media-body {
        width: 100% !important
    }
    .container .rtn-scene .media-left h3,
    .container .rtn-scene .media-body h3 {
        margin-top: 20px !important
    }
    .features-suspension-next {
        padding-top: 1.88rem
    }
    .features-suspension-next .rtn-network-title {
        top: 1.8rem
    }
    .features-suspension {
        z-index: 11 !important
    }
}

.invite-title h2 {
    padding-bottom: .2rem;
    width: 412px;
    max-width: 90%;
    margin: 0 auto;
    background-image: url(/assets/invite/img-fengexian-b69c5001ef3105c456726dfe7c2c2d6a81543761eeb3fdc0dac09db4e81b6e90.png);
    background-repeat: no-repeat;
    background-position-y: 100%;
    background-size: contain;
    color: #2089cb;
    letter-spacing: 3px;
    text-align: center
}

.invite-title p {
    text-align: center;
    color: #2089cb;
    padding: .2rem 0 .2rem;
    font-size: .18rem
}

.invite-banner {
    height: 5.15rem;
    text-align: center;
    background-image: url(/assets/invite/banner-bf1febd06635739c4d241bdb1b683bc798e9abf06555cdda47245f32389d51fa.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
}

.invite-banner .actions>a.link {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -1.09rem;
    bottom: .68rem;
    background: #ffffff;
    border-radius: .29rem;
    width: 2.18rem;
    height: .58rem;
    line-height: .58rem;
    font-size: .30rem
}

.invite-banner .actions>a.link a:hover {
    background-color: #e6e6e6
}

.invite-banner .actions>a.invite-btn {
    position: absolute;
    left: 50%;
    margin-left: -.67rem;
    bottom: 1rem
}

.invite-banner .actions>p.desc {
    position: absolute;
    left: 0;
    bottom: 1.5rem;
    font-size: .24rem;
    color: #ffffff;
    text-align: center;
    width: 100%
}

.invite-table {
    padding-top: .38rem;
    font-size: .18rem
}

.invite-table table {
    font-family: PingFangSC-Regular;
    color: #104261;
    border: 1px solid #2ba2f0 !important
}

.invite-table table>tbody>tr:nth-of-type(even) {
    background-color: rgba(43, 162, 240, 0.17)
}

.invite-table table tr th {
    background: #2ba2f0;
    height: .80rem;
    vertical-align: middle !important;
    text-align: center;
    color: #fff
}

.invite-table table tr td {
    vertical-align: middle !important;
    padding: .25rem .4rem .25rem .4rem !important;
    border: 1px solid #2ba2f0 !important;
    font-size: .16rem
}

.invite-table table tr td li {
    padding-left: .25rem;
    position: relative
}

.invite-table table tr td li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .09rem
}

.invite-table .hint {
    color: #265470;
    line-height: .4rem;
    text-align: left;
    font-size: 0.14rem
}

.invite-table ul {
    padding: 0
}

.invite-flow .content {
    padding: .7rem 0 .2rem
}

.invite-flow .content p {
    display: inline;
    font-size: .16rem;
    color: #2ba2f0
}

.invite-flow .content p span {
    border: 1px solid #2ba2f0;
    padding: .15rem .3rem;
    border-radius: 0.3rem
}

.invite-flow .content p.pr::after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    border-bottom: .1rem solid transparent;
    border-top: .1rem solid transparent;
    border-left: .1rem solid #2ba2f0;
    margin: 0 .2rem;
    vertical-align: middle
}

.invite-rule>.content {
    padding-top: .4rem
}

.invite-rule>.content p {
    text-align: left;
    font-size: .14rem;
    color: #033859;
    letter-spacing: 1.18px;
    line-height: .25rem
}

.invite-customer>.invite-title>h2 {
    width: 742px;
    margin-bottom: .6rem
}

.invite-footer {
    height: 2.6rem;
    background-image: url(/assets/invite/footer-banner-817358df81dc63d01528165940030fd998e3dc80fcf25172b7c74ecedf365477.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: .4rem;
    position: relative
}

.invite-footer h2 {
    font-size: .30rem;
    color: #ffffff;
    text-align: center;
    font-weight: lighter
}

.invite-footer h2.font-bold {
    font-weight: bold
}

.invite-footer .actions>a {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -.85rem;
    bottom: .32rem;
    background: #ffffff;
    border-radius: .2rem;
    width: 1.7rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .22rem;
    text-align: center
}

.invite-footer .actions>a a:hover {
    background-color: #e6e6e6
}

@media (max-width: 1200px) {
    .invite-flow>.content {
        padding-top: .4rem
    }
    .invite-flow>.content p {
        display: block;
        margin: 0
    }
    .invite-flow>.content p span {
        display: block;
        width: 2.5rem;
        margin: 0 auto
    }
    .invite-flow>.content p.pr::after {
        display: block;
        border-left: .1rem solid transparent;
        border-right: .1rem solid transparent;
        border-top: .1rem solid #2ba2f0;
        border-bottom: 0 solid #2ba2f0;
        margin: .2rem auto
    }
}

@media (max-width: 768px) {
    .invite-banner {
        height: 5.15rem
    }
    .invite-banner .actions>a {
        margin-left: -1.2rem;
        bottom: .46rem
    }
}

html {
    position: relative;
    font-size: 100px
}

body.modal-open {
    padding-right: 0 !important
}

.browsehappy {
    border-radius: 0;
    margin-bottom: 0
}

.sidebar-collapse .features-blog .side-mbbar-wrapper {
    transition: all .2s ease-in;
    display: block;
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 46px 15px
}

.sidebar-collapse .features-blog .side-mbbar-wrapper .sidebar-content {
    position: absolute;
    top: 120px;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 50px 80px;
    background-color: #fff;
    overflow-y: auto
}

a.out_link {
    display: inline-block;
    margin-top: 0;
    color: #fff
}

a.out_link:hover {
    text-decoration: underline
}

a.underline {
    text-decoration: underline
}

.kodo-modal {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.14rem;
    line-height: 1.8
}

.links-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.links-list li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 0.20rem;
    margin-bottom: 0.10rem
}

.links-list li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: 1px solid #525866;
    top: 5px;
    left: 0
}

.links-list li a:hover {
    color: #07A0DF
}

.select-lg {
    outline-style: none;
    outline-color: #e6eaef
}

.select-lg:active,
.select-lg:focus {
    outline-style: none;
    outline-color: #e6eaef
}

.banners-slider .slick-dots li button::before {
    font-size: 0.40rem;
    content: "-";
    color: #B9B9B9
}

.banners-slider .slick-dots li.slick-active button::before {
    color: #3498db
}

.banners-slider .slick-dots.banners-arrow {
    bottom: 0.48rem
}

.banners-actions {
    position: relative
}

.banners-actions .btn-absolute {
    position: absolute;
    top: -1.70rem;
    left: 1.00rem
}

div.form-wrapper {
    padding-top: 0;
    padding-bottom: 1.4rem
}

div.form-wrapper .title {
    font-size: 0.16rem;
    color: #2f3033;
    text-align: center
}

div.form-wrapper.feedbacks-new {
    padding-top: 68px !important
}

div.form-wrapper .form-box {
    padding: 0.10rem 0.10rem 0.50rem 0.10rem
}

div.form-wrapper form {
    max-width: 6.50rem;
    margin: 0 auto
}

div.form-wrapper form .form-group {
    margin-bottom: 0.24rem
}

div.form-wrapper form .form-group .col-init-left {
    padding-left: 0
}

div.form-wrapper form .form-group .col-init-right {
    padding-right: 0
}

div.form-wrapper form .form-group label {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.14rem;
    color: #2f3033
}

div.form-wrapper form .form-group textarea {
    resize: none
}

div.form-wrapper form .form-group .form-control.active {
    border: 1px solid #ff3939
}

div.form-wrapper form .form-group .maxLength-tips {
    float: right
}

div.form-wrapper form .form-group .maxLength-tips .maxLength-label {
    font-size: 0.12rem;
    color: #ff3939
}

div.form-wrapper form .form-group .div-error {
    display: none
}

div.form-wrapper form .form-group .div-error.active {
    display: inline-block
}

div.form-wrapper form .form-group .div-error.active .error-label {
    font-size: 0.12rem;
    color: #ff3939
}

div.form-wrapper form .actions {
    text-align: center
}

.fxd {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 10000
}

.relative {
    position: relative
}

.icon40 {
    padding-left: 0.40rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.40rem 0.40rem;
    height: 0.40rem;
    line-height: 0.40rem
}

.icon50 {
    font-size: 0.14rem;
    display: inline-block;
    margin: 0;
    margin-bottom: 0.20rem;
    padding-left: 0.50rem;
    padding-right: 0.50rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.50rem 0.50rem;
    line-height: 0.50rem
}

.icon140 {
    font-size: 0.30rem;
    padding-left: 1.0rem;
    padding-top: 0.30rem;
    padding-bottom: 0.20rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.80rem 0.80rem;
    margin-bottom: 0.20rem
}

.nav.navbar-wrapper-middle>li>a:hover,
.nav.navbar-wrapper-middle>li>a:focus {
    text-decoration: none;
    background-color: #fff
}

img.list-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

ul.ul-step {
    list-style: none;
    padding: 40px 0;
    margin-bottom: 40px
}

ul.ul-step .step-li {
    display: inline-block;
    width: 300px;
    margin-bottom: 0;
    border-top: 1px dashed #00A0DE;
    position: relative
}

ul.ul-step .step-li.step-li-no {
    border-top: none;
    width: 105px
}

ul.ul-step .step-li .step-no {
    position: absolute;
    top: -23px;
    width: 46px;
    height: 46px;
    border: 1px solid #00A0DE;
    font-size: 24px;
    color: #00A0DE;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
    border-radius: 50%;
    background: #fff
}

ul.ul-step .step-li .step-info {
    margin-top: 35px;
    margin-left: -35px
}

ul.ul-step .step-li .step-submit-btn {
    position: absolute;
    left: -15px;
    bottom: -60px
}

.color-light {
    color: #fff !important
}

.d-none {
    display: none
}

.d-block {
    display: block
}

.b-0 {
    border: none !important
}

.b-2 {
    border: 2px solid #e0e3f2 !important
}

.bb-1 {
    border-bottom: 1px solid #e5e5e5
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 5px !important
}

.py-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.m-0 {
    margin: 0 !important
}

.m-b-5 {
    margin-bottom: 25px !important
}

.px-1 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.w-100 {
    width: 100% !important
}

.f-xs p {
    font-size: 12px !important
}

.p-relative {
    position: relative
}

.p-relative:hover {
    cursor: pointer
}

.p-relative:hover .cover {
    transition: opacity 0.5s;
    opacity: 1
}

.p-relative .middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 333px
}

.p-relative .cover {
    transition: opacity 0.5s;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background-color: #36a0df
}

.p-relative .cover p {
    padding: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 24px
}

.error-page {
    margin: 50px auto;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.error-page.error-page-404 {
    max-width: 1130px;
    min-height: 630px;
    background-image: url(/assets/404-0ba8221e365af719fd410712a3c30cc4451e8652c81c11d60fc5b286880d9009.jpg)
}

.resources-page-plup .media-body {
    min-height: 190px
}

.resources-page-plup .col-solution-plup .icon50 {
    margin-bottom: 0;
    padding-left: 0.3rem;
    padding-right: 0.1rem;
    background-size: 0.3rem 0.3rem
}

.resources-page-plup .table>tbody>tr>td {
    padding: 12px
}

@media print {
    body {
        padding-top: 0
    }
    .topic-sidebar-wrap {
        display: none
    }
    .topic-content-wrap {
        margin-left: 0
    }
}

@media (max-width: 1199px) {
    .pricing-caculator {
        width: 6.0rem
    }
    input[type="range"] {
        width: 70%
    }
}

@media (max-width: 768px) {
    .visible-xs-inline {
        display: inline-block !important
    }
    .pricing-caculator {
        width: 100%
    }
    input[type="range"] {
        width: 55%
    }
    .input-num {
        width: 0.9rem
    }
    ul.ul-step .step-li {
        border: none;
        display: block;
        margin-bottom: 45px
    }
    ul.ul-step .step-li .step-info {
        margin-top: -8px;
        margin-left: 55px
    }
    ul.ul-step .step-li .step-submit-btn {
        left: 0;
        bottom: -140px
    }
}

footer .container .grey-link a {
    color: #adaeb3
}

.grey-color {
    color: #adaeb3
}

.fixed-b {
    position: fixed;
    bottom: 0;
    width: 100%
}

.p-0 {
    padding: 0 !important
}

.p-t-0 {
    padding-top: 0 !important
}

.m-t-0 {
    margin-bottom: 0 !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

@media (max-width: 736px) {
    .banners-slider .slick-dots.banners-arrow {
        bottom: 0.18rem
    }
}

@media (max-width: 768px) {
    html {
        font-size: 70px
    }
}

@media (max-width: 767px) {
    .left-hotnews ul>li {
        display: inline-block
    }
    .modal .modal-dialog {
        margin-top: 12px
    }
    .nav-tabs.nav-justified.nav-short {
        width: 100%;
        text-align: center
    }
    .nav-tabs.nav-justified.nav-short li {
        float: none;
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px
    }
    .nav-tabs.nav-justified.nav-short li a {
        padding-bottom: 5px;
        padding-top: 5px
    }
}

@media (max-width: 415px) {
    .p-relative .cover p {
        padding: 5px;
        line-height: 18px
    }
}

li {
    list-style: none
}