/*
* @Author: Lanren
* @Date:   2017-05-20 21:38:26
* @Last Modified by:   lanren
* @Last Modified time: 2022-12-26 16:37:54
*/

.form-label,
.label {
    font-weight: 400
}

[id*=xunlei_com_thunder],
body>a>img {
    display: none
}

.readable,
.readable-font,
body {
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale
}
/*@font-face {font-family:runyuan; src: url("runyuan.ttf")}*/

.no-touch .light-translucent-bg,
.no-touch .dark-translucent-bg,
.no-touch .default-translucent-bg,
.no-touch .parallax {
    background-attachment: fixed !important;
}

.parallax-bg-3 {
    background: url("../images/parallax-bg-3.jpg") 50% 0px no-repeat;
}

.light-translucent-bg {
    color: #333;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
}

.light-translucent-bg,
.dark-translucent-bg,
.default-translucent-bg {
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}

.parallax {
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    padding: 50px 0;
}

.light-translucent-bg,
.dark-translucent-bg,
.default-translucent-bg,
.parallax {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.light-translucent-bg .container,
.dark-translucent-bg .container,
.default-translucent-bg .container {
    z-index: 3;
    position: relative;
}

.box-content,
.page-index .hover-dark,
.page-index .hover-dark:after,
.page-index .media .press .quote-item {
    -webkit-backface-visibility: hidden
}

.dropdown-menu li>a,
.page-careers .careers-us .our-value .joy-value,
.page-careers-article .careers-us .our-value .joy-value,
.page-info-team .members-list .member .simple-info .more:after,
body[class*=page-support] .detail-wrapper .question-detail .question-content .summary:after,
body[class*=page-best-practices] .detail-wrapper .question-detail .question-content .summary:after {
    clear: both
}

.hack-webkit-render {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

body,
html {
    height: 100%
}

html {
    font-size: 36px
}

@media (max-width:480px) {
    html {
        font-size: 24px
    }
}

body {
    padding-top: 50px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-font-feature-settings: "liga", "kern"
}

.is-bfc,
a.underline {
    overflow: hidden
}

@media (max-width:767px) {
    body {
        padding-top: 50px
    }
}

.site-main {
    min-height: 50%;
    position:relative;
}

.btn {
    position: relative;
    padding: 8px 24px;
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    -o-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1)
}

.btn.btn-link:focus,
.btn.btn-link:hover,
.btn:focus {
    text-decoration: none;
    outline: 0!important
}

.btn.btn-raised {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn.btn-raised:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.btn.btn-default {
    color: #4d4d4d;
    border-color: #c2c2c2
}

.btn.btn-default:hover {
    background-color: #ededed
}

.btn.btn-sm {
    line-height: 20px;
    padding: 4px 12px;
    font-size: 14px
}

.btn.btn-lg {
    padding: 14px 26px;
    font-size: 18px
}

.btn.without-shadow,
.dropdown-menu .btn:hover {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important
}

.handler-wrap .btn,
.modal-footer .btn {
    min-width: 100px
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: 0
}

.btn-group.open>.btn-primary:first-child:not(.dropdown-toggle) {
    border-right-color: transparent
}

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

.btn-group>.btn-primary:first-child:not(.dropdown-toggle) {
    border-right: 1px solid #039fe5
}

.form-group {
    line-height: 30px;
    margin-bottom: 30px
}

.form-group.pair-form {
    padding: 0
}

.validate-error {
    border-color: #E51C23!important
}

.form-control,
.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.form-label {
    padding: 10px 0;
    font-size: 18px;
    text-align: left;
    color: grey
}

.form-label.second-label {
    padding-left: 70px
}

.form-input {
    color: #999
}

.full-input {
    width: 100%;
    height: 48px;
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-transition: border 218ms;
    -o-transition: border 218ms;
    transition: border 218ms
}

.full-input:focus {
    border: 1px solid #a6a6a6
}

.form-input textarea {
    resize: none;
    height: 180px
}

.form-input input,
.form-input textarea {
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 4px;
    outline: 0
}

select {
    width: 100%;
    height: 48px;
    padding: 10px;
    outline: 0;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px
}

[contenteditable]:focus {
    outline: transparent solid 0
}

ul {
    padding-left: 0;
    list-style: none
}

.list-group-item {
    padding: 16px 4px;
    border-width: 1px 0
}

@media (min-width:768px) {
    .jumbotron h1 {
        font-size: 48px
    }
    .modal-dialog:not(.default-margin) {
        margin: 100px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
    }
}

.modal-content,
.page-index .hover-dark:hover {
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.modal-backdrop {
    position: fixed;
    bottom: 0
}

.modal-close {
    font-size: 18px
}

.modal-content {
    border: none;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.modal-content>[class*=modal-] {
    padding: 24px
}

.modal-content .modal-header {
    padding-bottom: 0;
    border-bottom: none
}

.modal-content .modal-header .modal-title .icon {
    margin-right: 12px;
    color: #03A9F4
}

.modal-content .modal-body {
    padding-bottom: 20px
}

.modal-content .modal-footer {
    padding-top: 0;
    border-top: none
}

.panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.panel,
.panel.panel-default>.panel-heading {
    border-width: 0
}

.panel.panel-default>.panel-heading {
    margin-bottom: 8px
}

.panel .panel-body .list-group {
    margin-bottom: 0
}

.tooltip-inner {
    min-width: 40px
}

.light-blue {
    color: #03A9F4
}

.black {
    color: #000
}

.darker-grey,
.grey22 {
    color: #383838
}

.dark-grey,
.grey50 {
    color: grey
}

.grey,
.grey65,
.muted {
    color: #a6a6a6
}

.grey85,
.light-grey {
    color: #d9d9d9
}

.grey93,
.lighter-grey {
    color: #ededed
}

.white {
    color: #FFF
}

a.icon {
    color: #a6a6a6;
    -webkit-transition: color 218ms ease;
    -o-transition: color 218ms ease;
    transition: color 218ms ease
}

a.icon:hover {
    color: #03A9F4
}

a.icon.white {
    -webkit-transition: text-shadow 218ms ease;
    -o-transition: text-shadow 218ms ease;
    transition: text-shadow 218ms ease
}

a.icon.white:hover {
    color: #FFF;
    text-shadow: 0 0 3px rgba(255, 255, 255, .7)
}

.icon.float {
    float: left
}

.icon-wrap {
    line-height: 20px
}

.icon-wrap .icon {
    float: left;
    font-size: 14px
}

@media (min-width:1310px) {
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        float: left
    }
    .col-xl-12 {
        width: 100%
    }
    .col-xl-11 {
        width: 91.66666667%
    }
    .col-xl-10 {
        width: 83.33333333%
    }
    .col-xl-9 {
        width: 75%
    }
    .col-xl-8 {
        width: 66.66666667%
    }
    .col-xl-7 {
        width: 58.33333333%
    }
    .col-xl-6 {
        width: 50%
    }
    .col-xl-5 {
        width: 41.66666667%
    }
    .col-xl-4 {
        width: 33.33333333%
    }
    .col-xl-3 {
        width: 25%
    }
    .col-xl-2 {
        width: 16.66666667%
    }
    .col-xl-1 {
        width: 8.33333333%
    }
    .col-xl-pull-12 {
        right: 100%
    }
    .col-xl-pull-11 {
        right: 91.66666667%
    }
    .col-xl-pull-10 {
        right: 83.33333333%
    }
    .col-xl-pull-9 {
        right: 75%
    }
    .col-xl-pull-8 {
        right: 66.66666667%
    }
    .col-xl-pull-7 {
        right: 58.33333333%
    }
    .col-xl-pull-6 {
        right: 50%
    }
    .col-xl-pull-5 {
        right: 41.66666667%
    }
    .col-xl-pull-4 {
        right: 33.33333333%
    }
    .col-xl-pull-3 {
        right: 25%
    }
    .col-xl-pull-2 {
        right: 16.66666667%
    }
    .col-xl-pull-1 {
        right: 8.33333333%
    }
    .col-xl-pull-0 {
        right: auto
    }
    .col-xl-push-12 {
        left: 100%
    }
    .col-xl-push-11 {
        left: 91.66666667%
    }
    .col-xl-push-10 {
        left: 83.33333333%
    }
    .col-xl-push-9 {
        left: 75%
    }
    .col-xl-push-8 {
        left: 66.66666667%
    }
    .col-xl-push-7 {
        left: 58.33333333%
    }
    .col-xl-push-6 {
        left: 50%
    }
    .col-xl-push-5 {
        left: 41.66666667%
    }
    .col-xl-push-4 {
        left: 33.33333333%
    }
    .col-xl-push-3 {
        left: 25%
    }
    .col-xl-push-2 {
        left: 16.66666667%
    }
    .col-xl-push-1 {
        left: 8.33333333%
    }
    .col-xl-push-0 {
        left: auto
    }
    .col-xl-offset-12 {
        margin-left: 100%
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667%
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333%
    }
    .col-xl-offset-9 {
        margin-left: 75%
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667%
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333%
    }
    .col-xl-offset-6 {
        margin-left: 50%
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667%
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333%
    }
    .col-xl-offset-3 {
        margin-left: 25%
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667%
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333%
    }
    .col-xl-offset-0 {
        margin-left: 0
    }
}

.max1040 {
    max-width: 1040px
}

.max1010 {
    max-width: 1010px
}

@media (min-width:768px) and (max-width:991px) {
    .container {
        width: 100%
    }
}

a {
    color: #03A9F4;
    cursor: pointer;
    -webkit-transition: color 218ms cubic-bezier(.42, 0, .58, 1);
    -o-transition: color 218ms cubic-bezier(.42, 0, .58, 1);
    transition: color 218ms cubic-bezier(.42, 0, .58, 1)
}

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

a.block {
    display: block
}

a.white {
    color: #FFF;
    -webkit-transition: text-shadow 218ms;
    -o-transition: text-shadow 218ms;
    transition: text-shadow 218ms
}

a.white:hover {
    -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .5), 0 0 3px rgba(255, 255, 255, .7);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5), 0 0 3px rgba(255, 255, 255, .7)
}

a.underline {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 7px
}

a.underline:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 73, 94, .4);
    -webkit-transform: translateY(95%);
    -moz-transform: translateY(95%);
    -o-transform: translateY(95%);
    -ms-transform: translateY(95%);
    transform: translateY(95%);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

a.underline.hover:before,
a.underline:hover:before {
    border-radius: 2px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

a.blue-reverse {
    color: #47c4fd
}

a.blue-reverse:hover {
    color: #03A9F4
}

a.red {
    color: #E51C23;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

a.red:hover {
    color: #d0181e
}

a.gray {
    color: #a6a6a6
}

a.gray-dark {
    color: grey
}

a.gray-dark:hover,
a.gray:hover {
    color: #0286c2!important
}

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

[class*=hover-] {
    -webkit-transition: all 218ms cubic-bezier(.42, 0, .58, 1)!important;
    -o-transition: all 218ms cubic-bezier(.42, 0, .58, 1)!important;
    transition: all 218ms cubic-bezier(.42, 0, .58, 1)!important
}

.hover-blue:hover {
    color: #03A9F4!important
}

.hover-opacity:hover {
    opacity: .85;
    filter: alpha(opacity=85)
}

.hover-opacity:hover .ripple {
    background: #FFF!important
}

.hover-shadow:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

@media (min-width:768px) {
    .hover-brackets {
        position: relative;
        display: inline-block
    }
    .hover-brackets:after,
    .hover-brackets:before {
        position: absolute;
        top: -.1em;
        opacity: 0;
        -webkit-transition: opacity 218ms, -webkit-transform .3s;
        transition: opacity 218ms, transform .3s
    }
    .hover-brackets:before {
        content: '[';
        left: -.8em;
        -webkit-transform: translate(1em, 0);
        -ms-transform: translate(1em, 0);
        -o-transform: translate(1em, 0);
        transform: translate(1em, 0)
    }
    .hover-brackets:after {
        content: ']';
        right: -.8em;
        -webkit-transform: translate(-1em, 0);
        -ms-transform: translate(-1em, 0);
        -o-transform: translate(-1em, 0);
        transform: translate(-1em, 0)
    }
    .hover-brackets:hover:after,
    .hover-brackets:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.readable,
.readable-font {
    font: 18px/1.5 "Helvetica Neue", Helvetica, "Lucida Grande", "Luxi Sans", Arial, "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Micro Hei Mono", "WenQuanYi Zen Hei", "WenQuanYi Zen Hei Mono", LiGothicMed;
    font-weight: 200;
    color: rgba(0, 0, 0, .8);
    -webkit-font-smoothing: antialiased;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.readable blockquote,
.readable li,
.readable ol,
.readable p,
.readable pre,
.readable table,
.readable ul {
    margin-bottom: 1em
}

.readable p {
    line-height: 2
}

.readable em,
.readable i {
    font-style: normal;
    margin: 0 .23em
}

.readable h1,
.readable h2,
.readable h3,
.readable h4,
.readable h5,
.readable h6 {
    margin-bottom: .23em;
    margin-top: 1.23em;
    line-height: 2;
    font-family: "Lucida Grande", "Luxi Sans", Arial, "Helvetica Neue", Helvetica, "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Micro Hei Mono", "WenQuanYi Zen Hei", "WenQuanYi Zen Hei Mono", LiGothicMed;
    font-weight: 500
}

.readable h1,
.readable h2 {
    margin-top: 1em;
    font-size: 30px
}

.readable h3,
.readable h4,
.readable h5,
.readable h6 {
    font-size: 24px
}

.readable ul {
    list-style: circle
}

.readable ol {
    list-style: decimal
}

.readable ol,
.readable ul {
    list-style-position: outside;
    margin-left: 2em
}

.readable img {
    max-width: 700px;
    display: block;
    margin: 0 auto
}

.readable img+span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    text-align: center
}

.readable .table th {
    white-space: nowrap
}

.readable a.reg {
    display: block;
    margin: 0 auto;
    width: 290px
}

@media (max-width:480px) {
    .readable a.reg {
        width: 270px
    }
}

.readable blockquote {
    padding: 0 0 0 .75em;
    margin: 0 0 1em;
    border-left: 3px solid #d9d9d9
}

.readable pre {
    padding: .8em 1.2em!important;
    border: none;
    background: #f5f5f5;
    font-size: 16px;
    color: rgba(0, 0, 0, .7)
}

.no-gutter,
.no-gutter-left {
    padding-left: 0
}

.no-gutter,
.no-gutter-right {
    padding-right: 0
}

.readable pre+h1,
.readable pre+h2,
.readable pre+h3,
.readable pre+h4,
.readable pre+h5,
.readable pre+h6 {
    margin-top: 0
}

.readable code {
    margin: 0 .23em;
    font-family: Consolas, "Liberation Mono", "BitStream Vera Sans Mono", Courier, monospace
}

.readable hr {
    height: 1px;
    margin: 30px auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0))
}
.changtiaose li a{
    /*color: #fff !important;*/
}

@media (max-width:768px) {
    .readable img,
    .readable p>img {
        width: 100%
    }
}

.group:not(:last-child) {
    margin-bottom: 16px
}

.is-hidden {
    display: none!important;
    visibility: hidden!important
}

.is-show {
    display: block!important;
    visibility: visible!important
}

.is-opacity {
    opacity: 0;
    filter: alpha(opacity=0)
}

.animated {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100%)
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-100%)
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp
}

@-webkit-keyframes bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%,
    100%,
    80% {
        transform: scale(0)
    }
    40% {
        transform: scale(1)
    }
}

@-webkit-keyframes fades {
    0%,
    100% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    50% {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@keyframes fades {
    0%,
    100% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    50% {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@-webkit-keyframes tinyScale {
    to {
        -webkit-transform: scale(1.07, 1.07) translate3d(-28px, -28px, 0)
    }
}

@keyframes tinyScale {
    to {
        transform: scale(1.07, 1.07) translate3d(-28px, -28px, 0)
    }
}

/* header start */
header {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
	display: flex;
	justify-content: space-between;
}
header img {
	height: 28px;
	width: auto;
	margin-left: 30px;
}
.header-nav {
	margin-right: 50px;
}
header a, header span {
	font-size: 17px;
}
header a {
	margin: 0 8px;
	font-family: Helvetica;
}
/* header end */
.site-footer {
    background-color: #333;
    color: #fff;
    font-family: "Helvetica";
}

.site-footer .footer-nav {
    padding: 30px 0 10px;
    margin-left: 0;
    margin-bottom: 0
}

.site-footer .footer-nav .col-md-12 {
    padding: 0
}

.site-footer .footer-nav .nav-group {
    float: left;
    color: #777;
    width: 33%
}

.site-footer .footer-nav .nav-group h3 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Helvetica';
    margin-bottom: 20px
}

.site-footer .footer-nav .nav-group>li {
    width: 50%;
        float: left;
    margin-bottom: 20px; color:#fff;
}

.site-footer .footer-nav .nav-group>li .small {
    display: block
}

.site-footer .footer-nav .nav-group>li .small>a,
.site-footer .footer-nav .nav-group>li>a {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    text-decoration: none;
    font-family: 'Helvetica';
    color: #777
}

.site-footer .footer-nav .nav-group>li .small>a:hover,
.site-footer .footer-nav .nav-group>li>a:hover {
    color: #ededed
}

.site-footer .copyright {
    background-color: #000;
    min-height: 70px
}

.site-footer .copyright>a>img {
    width: auto;
    position: absolute;
    visibility: hidden
}

.site-footer .copyright .text {
    display: block;
    float: left;
    font-size: 16px;
    padding: 24px 0
}

.site-footer .copyright .text,
.site-footer .copyright .text a {
    color: #a6a6a6
}

.site-footer .copyright .text .small {
    margin-left: 8px
}

.site-footer .copyright .sns-info {
    float: right;
    margin: 15px 0
}

.site-footer .copyright .sns-info>a.icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

.site-footer .copyright .sns-info>a.icon .pop {
    font-size: 14px;
    line-height: 20px
}

.site-footer .copyright .sns-info>a.icon:hover {
    color: #ededed
}

.site-footer .copyright .sns-info>a.icon:hover .pop {
    display: block!important
}

.site-footer .copyright .sns-info>a.icon:last-child {
    margin-right: 0
}

.site-footer .copyright .sns-info>a.icon.icon-qq {
    position: relative
}

.site-footer .copyright .sns-info>a.icon.icon-qq:after {
    position: absolute;
    left: 0;
    top: -20px;
    width: 38px;
    height: 38px;
    content: ""
}

.site-footer .copyright .sns-info>a.icon.icon-qq .pop {
    display: none;
    position: absolute;
    top: -135px;
    left: -87px;
    width: 214px;
    height: 130px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #d5d8dd;
    text-align: center;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .15)
}

.site-footer .copyright .sns-info>a.icon.icon-qq .pop:after {
    position: absolute;
    left: 99px;
    bottom: -13px;
    border: 7px solid transparent;
    border-top: 7px solid #fff;
    content: ""
}

.site-footer .copyright .sns-info>a.icon.icon-qq .pop label {
    color: grey;
    margin-bottom: 10px
}

.site-footer .copyright .sns-info>a.icon.icon-qq .pop p {
    color: #a6a6a6;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap
}

.analysis-view .main-container .cards .card .title,
.box-content .content .category,
.box-content .content .desc,
.dropdown-menu li>a,
.essage,
.page-index .actions .update .new-title,
.page-index .features .feature h4,
.tbsite-list .category .nav-tabs>li>a {
    text-overflow: ellipsis;
    white-space: nowrap
}

.site-footer .copyright .sns-info>a.icon.icon-wechat {
    position: relative
}

.site-footer .copyright .sns-info>a.icon.icon-wechat:after {
    position: absolute;
    left: 0;
    top: -20px;
    width: 38px;
    height: 38px;
    content: ""
}

.site-footer .copyright .sns-info>a.icon.icon-wechat .pop {
    display: none;
    position: absolute;
    top: -210px;
    left: -56px;
    width: 150px;
    height: 205px;
    padding: 20px 10px;
    border: 1px solid #d5d8dd;
    background-color: #FFF;
    text-align: center;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .15)
}

.site-footer .copyright .sns-info>a.icon.icon-wechat .pop:after {
    position: absolute;
    left: 68px;
    bottom: -13px;
    border: 7px solid transparent;
    border-top: 7px solid #fff;
    content: ""
}

.site-footer .copyright .sns-info>a.icon.icon-wechat .pop label {
    color: grey;
    margin-bottom: 0
}

.site-footer .copyright .sns-info>a.icon.icon-wechat .pop p {
    color: #a6a6a6;
    margin-bottom: 10px
}


/*.site-footer .copyright .sns-info>a.icon.icon-wechat .pop .qr-wrapper {
    width:120px;
    height:120px;
    margin:0 auto;
    background-image:url(../images/global/weixin-qr.jpg);
    background-size:120px 120px
    }*/

.site-footer .switch-wrap {
    display: inline-block
}

.site-footer .switch-wrap .dropdown-toggle {
    display: inline-block;
    width: 124px;
    height: 36px;
    padding: 6px 0;
    text-align: center;
    background-color: transparent;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    color: #a6a6a6
}

.site-footer .switch-wrap .dropdown-toggle .icon {
    margin-left: 4px;
    transform: scale(.7)
}

.site-footer .switch-wrap .dropdown-menu {
    display: none;
    position: absolute;
    width: 124px;
    min-width: 124px;
    margin: 0;
    border: none;
    overflow-y: auto;
    text-align: center;
    border-radius: 3px;
    background-color: #FFF
}

.dropdown-menu li>a,
.open>.dropdown-menu,
.site-footer .switch-wrap:hover .dropdown-menu,
body.open-modal .modal-window {
    display: block
}

.site-footer .switch-wrap .dropdown-menu a {
    padding: 6px 0;
    line-height: 20px;
    color: #6e6e6e
}

.site-footer .switch-wrap .dropdown-menu a:hover {
    color: #03A9F4;
    background-color: transparent
}

.site-footer .switch-wrap+.switch-wrap {
    margin-top: 12px
}

.en .site-footer .nav-group {
    width: 20%
}

.en .site-footer .desc-more .icon {
    position: relative;
    top: 1px
}

.en .site-footer .sns-info>a.icon-qq .pop {
    padding: 20px 10px 20px 15px!important
}

@media (max-width:1199px) and (min-width:1025px) {
    .site-footer .footer-nav .nav-group {
        padding-left: 1.5%;
        width: 20%
    }
}

@media (max-width:1024px) {
    .site-footer .container {
        padding-left: 0;
        padding-right: 0
    }
    .site-footer .footer-nav {
        padding: 15px 0
    }
    .site-footer .footer-nav .nav-group {
        min-width: 50%;
        text-align: center;
        padding-top: 10px;
        border-bottom: 1px dashed #6e6e6e;
        margin-bottom: 0;
        height: 210px
    }
    .site-footer .footer-nav .nav-group h4,
    .site-footer .footer-nav .nav-group>li {
        margin-bottom: 10px
    }
    .site-footer .footer-nav .nav-group>li.switch-items {
        border-bottom: 1px dashed #6e6e6e;
        padding-bottom: 20px;
        margin-bottom: 20px
    }
    .site-footer .footer-nav .nav-group:first-child {
        min-width: 50%
    }
    .site-footer .footer-nav .nav-group:nth-child(3),
    .site-footer .footer-nav .nav-group:nth-child(4) {
        height: 236px
    }
    .site-footer .footer-nav .nav-group:last-child {
        width: 100%;
        height: 240px;
        border: none;
        text-align: center
    }
    .site-footer .footer-nav .nav-group:last-child.en {
        height: 210px
    }
    .site-footer .footer-nav .switch-wrap+.switch-wrap {
        margin-top: 0;
        margin-left: 50px
    }
    .site-footer .copyright .text {
        width: 100%;
        font-size: 16px;
        padding: 14px 0 4px;
        margin-bottom: 0;
        text-align: center
    }
    .site-footer .copyright .text .small {
        display: block;
        margin-top: 8px;
        margin-left: 0
    }
    .site-footer .sns-info {
        float: none!important;
        text-align: center
    }
}

@media (max-width:360px) {
    .site-footer .copyright {
        padding-top: 33px
    }
    .site-footer .copyright .text {
        display: block;
        padding: 0;
        margin-bottom: 5px
    }
}

.dropdown-menu {
    min-width: 170px;
    border: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -moz-box-shadow: 0 7px 21px rgba(0, 0, 0, .1);
    box-shadow: 0 7px 21px rgba(0, 0, 0, .1)
}

.dropdown-menu li>a {
    padding: 5px 35px 5px 15px;
    line-height: 24px;
    color: grey;
    outline: 0;
    cursor: pointer;
    overflow: hidden
}

.dropdown-menu li>a .avatar,
.dropdown-menu li>a .icon {
    width: 24px;
    height: 24px;
    float: left;
    margin-left: -2px;
    margin-right: 10px;
    text-align: center;
    background-size: 24px 24px;
    font-size: 18px;
    line-height: 24px
}

.dropdown-menu li>a i {
    margin-left: 2px;
    margin-right: 8px
}

.dropdown-menu li.selected {
    position: relative
}

.dropdown-menu li.selected:after {
    position: absolute;
    top: 8px;
    right: 15px;
    content: '\a037';
    display: block;
    width: 14px;
    height: 14px;
    font-family: Teambition-UI-Icons;
    color: #a6a6a6
}

.dropdown-menu li.divider {
    margin: 5px 15px;
    background-color: rgba(0, 0, 0, .07)
}

.dropdown-menu a.ui-state-focus {
    background-color: #f1f1f1
}

.open>.dropdown-menu {
    overflow: auto;
    opacity: .99;
    filter: alpha(opacity=99)
}

.essage,
body.open-modal {
    overflow: hidden
}

.list-underscore .underscore {
    position: relative
}

.list-underscore .underscore:before {
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 15px;
    border-top: 1px solid rgba(0, 0, 0, .07);
    content: ''
}

.list-underscore .underscore:hover:before,
.list-underscore>li:hover+li:before {
    border-color: transparent
}

.essage {
    position: fixed;
    z-index: 10010;
    top: -200px;
    left: 50%;
    max-width: 600px;
    line-height: 22px;
    padding: 23px 20px 20px 53px;
    margin-left: -150px;
    background: #FFF;
    border: 1px solid #f7f7f7;
    border-radius: 2px;
    font-size: 15px;
    -webkit-box-shadow: 0 7px 21px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 7px 21px rgba(0, 0, 0, .1);
    box-shadow: 0 7px 21px rgba(0, 0, 0, .1);
    -webkit-transition: top .6s cubic-bezier(.25, .1, .25, 1);
    -o-transition: top .6s cubic-bezier(.25, .1, .25, 1);
    transition: top .6s cubic-bezier(.25, .1, .25, 1)
}

.essage.is-active {
    top: 52px;
    -webkit-transition: top .7s cubic-bezier(.42, 0, .58, 1);
    -o-transition: top .7s cubic-bezier(.42, 0, .58, 1);
    transition: top .7s cubic-bezier(.42, 0, .58, 1)
}

.essage .essage-tips {
    color: #000
}

.essage .essage-url {
    color: #03A9F4;
    -webkit-transition: color 218ms ease;
    -o-transition: color 218ms ease;
    transition: color 218ms ease
}

.essage .essage-url:hover {
    color: #0286c2
}

.essage .icon {
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 24px
}

.essage.essage-success .icon {
    color: #8BC34A
}

.essage.essage-error .icon {
    color: #dc584b
}

.essage.essage-info .icon {
    color: #03A9F4
}

.essage.essage-warning .icon {
    color: #c09853
}

.essage .close {
    line-height: 18px;
    margin-left: 10px
}

.modal-window {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto
}

.modal-window .modal-back {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7)
}

.modal-window .modal-card {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: auto;
    margin-top: -200px;
    margin-left: -250px;
    padding: 0 20px;
    background-color: #FFF;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.modal-window .modal-card h3 {
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDD
}

.modal-window .modal-card .close-handler {
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 28px;
    color: grey;
    cursor: pointer
}

.modal-window .modal-card .close-handler:hover {
    color: grey
}

.modal-window .modal-card .modal-desc {
    margin-top: 15px;
    font-size: 16px
}

.modal-window .modal-card .modal-footer-hint {
    text-align: center;
    font-size: 14px;
    color: grey;
    margin-bottom: 20px
}

.modal-window .modal-card .modal-form {
    padding: 10px 0 20px
}

.modal-window .modal-card .modal-form .form-group {
    margin-bottom: 20px
}

.modal-window .modal-card .modal-form .form-input {
    padding-right: 0
}

.modal-window .modal-card .modal-form .form-label {
    padding: 0;
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 16px;
    color: grey
}

.modal-window .modal-card .modal-form .full-input {
    height: 40px;
    border: 1px solid #DDD
}

.modal-window .modal-card .modal-form .button-wrapper .btn {
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 25px
}

.modal-window .modal-card .modal-form .button-wrapper .btn.btn-link {
    text-decoration: none;
    color: grey
}

@media (max-width:480px) {
    .modal-window .modal-back {
        min-height: 450px
    }
    .modal-window .modal-card {
        top: 0;
        width: 300px;
        margin: 50px 0 50px -150px
    }
}

.loading-indicator {
    width: 100px;
    margin: 10px auto;
    text-align: center
}

.loader-dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 15px 3px;
    background: #a6a6a6;
    border-radius: 10px;
    -webkit-animation: bouncedelay 1.4s infinite cubic-bezier(.42, 0, .58, 1) both;
    -moz-animation: bouncedelay 1.4s infinite cubic-bezier(.42, 0, .58, 1) both;
    -o-animation: bouncedelay 1.4s infinite cubic-bezier(.42, 0, .58, 1) both;
    animation: bouncedelay 1.4s infinite cubic-bezier(.42, 0, .58, 1) both
}

.loader-dot:nth-child(1) {
    -webkit-animation-delay: -320ms;
    animation-delay: -320ms
}

.loader-dot:nth-child(2) {
    -webkit-animation-delay: -160ms;
    animation-delay: -160ms
}

@media (max-width:768px) {
    .modal-video {
        padding: 50px 0
    }
}

.vertical-scroll::-webkit-scrollbar {
    width: 12px
}

.vertical-scroll::-webkit-scrollbar-track {
    border-left: 1px solid #a6a6a6;
    background: #d9d9d9
}

.vertical-scroll::-webkit-scrollbar-thumb {
    background: #a6a6a6
}

.horizontal-scroll::-webkit-scrollbar {
    height: 12px
}

.horizontal-scroll::-webkit-scrollbar-track {
    background: #d9d9d9
}

.horizontal-scroll::-webkit-scrollbar-thumb {
    background: #a6a6a6
}

.thin-scroll::-webkit-scrollbar {
    width: 7px
}

.thin-scroll::-webkit-scrollbar-track {
    background-color: #d9d9d9;
    border-left: 2px solid transparent
}

.thin-scroll::-webkit-scrollbar-thumb {
    background-color: #a6a6a6;
    border-left: 2px solid transparent
}

.thin-scroll::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, .12)
}

.thin-horizontal-scroll::-webkit-scrollbar-track {
    background: #d9d9d9
}

.thin-horizontal-scroll::-webkit-scrollbar-thumb {
    background: #a6a6a6
}

.thin-horizontal-scroll::-webkit-scrollbar {
    height: 7px
}

.transparent-scroll::-webkit-scrollbar {
    width: 8px
}

.transparent-scroll::-webkit-scrollbar-track {
    background: 0 0
}

.transparent-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .26)
}


/*.enjoy-tb {
    color:#FFF;
    padding-top:54px!important;
    padding-bottom:69px!important;
    background-image:url(../images/teambition-plus@2x.png);
    background-size:cover;
    background-position:center
    }*/

.enjoy-tb .title {
    margin-bottom: 0!important
}

.enjoy-tb .desc {
    margin: 0 auto;
    max-width: 600px;
    font-size: 24px!important;
    padding-bottom: 11px;
    color: #FFF!important
}

.enjoy-tb .ghost {
    color: #03A9F4;
    background-color: #FFF;
    border: 2px solid rgba(255, 255, 255, .6)
}

.enjoy-tb .ghost:hover {
    color: #FFF;
    background: rgba(255, 255, 255, .2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.support-contact {
    min-height: 320px;
    padding-top: 102px!important
}

.support-contact .community .support-icon {
    background-position: 0 0
}

.support-contact .email .support-icon {
    background-position: -46px 0
}

.support-contact .phone .support-icon {
    background-position: -92px 0
}

.support-contact .session .support-icon {
    background-position: -138px 0
}

.support-contact .muted,
.support-contact .name {
    color: grey
}

.support-contact .name {
    margin-bottom: 5px
}

@media (max-width:991px) {
    .support-contact {
        padding-top: 50px!important
    }
    .support-contact .col-md-3:nth-child(n+3) {
        margin-top: 70px
    }
}

@media (max-width:480px) {
    .support-contact .support-item a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .support-contact .email a {
        line-height: 21px;
        font-size: 12px
    }
}

.tbsite-article {
    padding-top: 50px
}

.tbsite-article .max730 {
    max-width: 730px
}

.tbsite-article .article-content .container {
    height: inherit;
    position: relative
}

.tbsite-article .article-content .topbanner {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    margin: 0 auto 20px;
    position: relative
}

.tbsite-article .article-content .topbanner .bg-mask {
    position: relative;
    width: 100%;
    height: 500px
}

.tbsite-article .article-content .topbanner.not-image,
.tbsite-article .article-content .topbanner.not-image .bg-mask {
    height: 400px
}

.tbsite-article .article-content .topbanner .loadingbar {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #383838
}

.tbsite-article .article-content .topbanner .loading-indicator {
    text-align: center;
    margin-top: 280px
}

.tbsite-article .article-content .topbanner .return {
    position: absolute;
    top: 120px
}

.tbsite-article .article-content .topbanner .return a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 15px;
    font-size: 16px;
    -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    color: #fff;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.tbsite-article .article-content .topbanner .return a:hover {
    margin-left: -5px;
    border: 1px solid #fff;
    color: #fff!important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 0 5px rgba(255, 255, 255, .5)
}

.tbsite-article .article-content .topbanner .title,
.tbsite-article .article-content .topbanner .topbanner-info {
    color: #fff;
    font-family: "Lucida Grande", "Luxi Sans", Arial, "Helvetica Neue", Helvetica, "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Micro Hei Mono", "WenQuanYi Zen Hei", "WenQuanYi Zen Hei Mono", LiGothicMed
}

.tbsite-article .article-content .topbanner .title {
    position: absolute;
    bottom: 40px;
    font-size: 42px;
    line-height: 1.3;
    -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}

.tbsite-article .article-content .topbanner .topbanner-info {
    text-align: center;
    margin-top: 200px
}

.tbsite-article .article-content .topbanner .topbanner-info .title {
    font-size: 32px
}

.tbsite-article .article-content .topbanner .topbanner-info .title.small {
    top: 160px;
    font-size: 20px;
    margin: 0 0 20px
}

.tbsite-article .article-content .topbanner .topbanner-info .case-title {
    font-size: 32px
}

.tbsite-article .article-content .topbanner .topbanner-info .case-title.small {
    top: 160px;
    font-size: 20px;
    margin: 0 0 20px
}

.tbsite-article .article-content .topbanner .topbanner-info .case-desc {
    top: 160px;
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px
}

.tbsite-article .article-content .topbanner .topbanner-info .author {
    margin-top: 100px
}

.tbsite-article .article-content .topbanner .topbanner-info .author .username {
    font-size: 16px;
    margin: 0 0 15px
}

.tbsite-article .article-content .topbanner .topbanner-info .author .time {
    font-size: 14px;
    margin: 0
}

.tbsite-article .article-content .article-toolbar {
    padding-top: 20px
}

@media (max-width:480px) {
    .tbsite-article .article-content .article-toolbar {
        padding-bottom: 20px
    }
}

.tbsite-article .article-content .article-toolbar .share-button-group .btn {
    font-size: 22px;
    width: 50px;
    height: 50px;
    padding: 8px 12px;
    margin: 0 10px;
    line-height: 1.7;
    color: #a6a6a6;
    border: 1px solid #a6a6a6;
    border-radius: 50%;
    -webkit-transition: all 218ms;
    -o-transition: all 218ms;
    transition: all 218ms
}

.tbsite-article .article-content .article-toolbar .share-button-group .btn.weibo:hover {
    color: #c5282f;
    border-color: #c5282f
}

.tbsite-article .article-content .article-toolbar .share-button-group .btn.wechat:hover {
    color: #44b549;
    border-color: #44b549
}

.tbsite-article .article-content .article-toolbar .share-button-group .btn.twitter:hover {
    color: #7fdbff;
    border-color: #7fdbff
}

.tbsite-article .article-content .article-toolbar .share-button-group .btn.facebook:hover {
    color: #3b5998;
    border-color: #3b5998
}

.tbsite-article .article-content .infobar {
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ededed;
    margin-bottom: 20px
}

.tbsite-article .article-content .switch-nav {
    margin-bottom: 70px;
    font-size: 16px
}

.tbsite-article .article-content .switch-nav .prev {
    float: left
}

.tbsite-article .article-content .switch-nav .next {
    float: right
}

.tbsite-article .article-content .icon-chevron-left {
    margin-right: 5px;
    font-size: 14px
}

.tbsite-article .article-content .icon-chevron-right {
    margin-left: 5px
}

.tbsite-article .modal-wechat {
    display: none
}

.tbsite-article .modal-wechat .modal-dialog {
    margin: 100px auto;
    width: 280px
}

.tbsite-article .modal-wechat .modal-header {
    padding: 15px;
    min-height: 16.43px;
    text-align: center
}

.tbsite-article .modal-wechat .modal-body {
    padding: 0 15px 15px
}

.tbsite-article .modal-wechat .modal-body .qrcode {
    width: 250px;
    height: 250px
}

@media (max-width:768px) {
    .tbsite-article .article-content .infobar {
        margin-bottom: 0
    }
    .tbsite-article .article-content .switch-nav {
        padding: 0;
        margin-bottom: 0
    }
    .tbsite-article .article-content .switch-nav .next,
    .tbsite-article .article-content .switch-nav .prev {
        width: 50%;
        padding: 30px 0;
        text-align: center
    }
    .tbsite-article .article-content .switch-nav .next:hover,
    .tbsite-article .article-content .switch-nav .prev:hover {
        background: #ededed
    }
    .tbsite-article .article-content .switch-nav .next:first-child,
    .tbsite-article .article-content .switch-nav .prev:first-child {
        border-right: solid 1px #ededed
    }
}

@media (max-width:480px) {
    .tbsite-article .loading-indicator {
        display: none
    }
    .tbsite-article .article-content .topbanner {
        margin-bottom: 20px
    }
    .tbsite-article .article-content .topbanner,
    .tbsite-article .article-content .topbanner .bg-mask,
    .tbsite-article .article-content .topbanner.not-image,
    .tbsite-article .article-content .topbanner.not-image .bg-mask {
        height: 350px
    }
    .tbsite-article .article-content .topbanner .title {
        font-size: 24px
    }
    .tbsite-article .article-content .topbanner .loadingbar .loading-indicator {
        margin-top: 180px
    }
    .tbsite-article .article-content .infobar {
        margin-top: 10px;
        padding-bottom: 30px
    }
    .tbsite-article .article-content .switch-nav {
        font-size: 14px
    }
}

.tbsite-jumbotron {
    height: 520px;
    padding: 120px 0 0;
    margin-bottom: 60px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #666;
    font-size: 58px;
    color: #fff;
    position: relative
}

.tbsite-jumbotron .container {
    max-width: 920px
}

.tbsite-jumbotron .case-desc,
.tbsite-jumbotron .case-title {
    color: #fff;
    -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}

.tbsite-jumbotron .case-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.3
}

.tbsite-jumbotron .case-desc {
    font-size: 20px;
    line-height: 1.58
}

.tbsite-jumbotron .topbanner-info {
    font-family: "Lucida Grande", "Luxi Sans", Arial, "Helvetica Neue", Helvetica, "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Micro Hei Mono", "WenQuanYi Zen Hei", "WenQuanYi Zen Hei Mono", LiGothicMed;
    text-align: center;
    color: #fff;
    margin-top: 150px
}

.tbsite-jumbotron .topbanner-info .case-title {
    font-size: 32px
}

.tbsite-jumbotron .topbanner-info .case-desc {
    top: 160px;
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px
}

.tbsite-jumbotron .topbanner-info .btn-read {
    z-index: 2;
    font-size: 18px;
    margin-top: 53px;
    padding: 0 32px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0);
    border-color: #fff;
    color: #fff;
    -webkit-transition: all 218ms;
    -o-transition: all 218ms;
    transition: all 218ms
}

.tbsite-jumbotron .case-banner-btn li,
.tbsite-jumbotron .topbanner-info .btn-read:hover {
    background-color: rgba(255, 255, 255, .2)
}

.tbsite-jumbotron .case-banner {
    height: 100%
}

.tbsite-jumbotron .case-banner li {
    width: 100%;
    height: 100%;
    max-width: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 660ms;
    -o-transition: all 660ms;
    transition: all 660ms
}

.tbsite-jumbotron .case-banner li.active {
    opacity: 1
}

.tbsite-jumbotron .case-banner-btn {
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    padding-left: 0;
    overflow: hidden;
    margin-left: -60px;
    -webkit-transform: translate3d(0, 0, 0)
}

.tbsite-jumbotron .case-banner-btn li {
    display: inline-block;
    width: 10px;
    height: 10px;
    float: left;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 50%
}

.tbsite-jumbotron .case-banner-btn li.active,
.tbsite-jumbotron .case-banner-btn li:hover {
    background-color: #fff
}

.tbsite-jumbotron .subcol-nav {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 70px;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0)
}

.tbsite-jumbotron .subcol-nav ul {
    margin: 0 auto;
    max-width: 980px;
    min-width: 320px
}

.tbsite-jumbotron .subcol-nav li {
    width: 33.33%;
    margin-left: 0
}

.tbsite-jumbotron .subcol-nav li a {
    text-align: center;
    border-radius: 0;
    color: #FFF;
    font-size: 20px;
    height: 70px;
    line-height: 55px
}

.tbsite-jumbotron .subcol-nav li.active a,
.tbsite-jumbotron .subcol-nav li.active a:hover {
    background-color: rgba(0, 0, 0, .5)
}

.tbsite-jumbotron .subcol-nav li a:focus,
.tbsite-jumbotron .subcol-nav li a:hover {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 100%)
}

.tbsite-jumbotron .subcol-nav .subcol-nav-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center bottom;
    -webkit-filter: blur(10px);
    background: rgba(0, 0, 0, .1)
}

.tbsite-jumbotron .subcol-nav .subcol-nav-bg:after {
    content: '';
    background: rgba(0, 0, 0, .1);
    display: block;
    height: 100%;
    width: 100%
}

.box-content,
.tbsite-post-info .author .avatar {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.tbsite-case {
    height: 500px;
    margin-bottom: 0;
    padding-top: 0
}

@media (min-width:1440px) {
    .subcol-nav-bg,
    .tbsite-jumbotron {
        background-size: cover
    }
}

@media (max-width:992px) {
    .tbsite-jumbotron {
        margin-bottom: 32px
    }
}

@media (max-width:768px) {
    .tbsite-jumbotron {
        margin-bottom: 16px;
        font-size: 32px
    }
    .tbsite-jumbotron .desc {
        font-size: .6em
    }
    .tbsite-jumbotron .topbanner-info {
        margin-top: 130px
    }
    .tbsite-jumbotron .topbanner-info .case-title,
    .tbsite-jumbotron .topbanner-info .title {
        font-size: 24px
    }
    .tbsite-jumbotron .case-banner-btn {
        bottom: 10px
    }
    .tbsite-jumbotron .subcol-nav {
        height: 50px
    }
    .tbsite-jumbotron .subcol-nav ul li a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 50px;
        line-height: 35px;
        font-size: 14px
    }
    .box-title h2 {
        font-size: 20px
    }
}

@media (max-width:480px) {
    .tbsite-jumbotron {
        height: 400px;
        padding-top: 60px;
        font-size: 24px
    }
    .tbsite-jumbotron .desc {
        text-align: left;
        font-size: 16px
    }
    .tbsite-jumbotron .topbanner-info {
        margin-top: 80px
    }
}

@media (max-width:320px) {
    .tbsite-jumbotron {
        font-size: 26px
    }
    .tbsite-jumbotron .title span {
        display: block;
        margin-top: 10px
    }
    .tbsite-jumbotron .desc {
        text-align: left;
        font-size: 14px
    }
}

.en .tbsite-jumbotron {
    font-size: 40px
}

@media (max-width:992px) {
    .en .tbsite-jumbotron {
        font-size: 30px
    }
}

@media (max-width:480px) {
    .en .tbsite-jumbotron {
        height: 460px;
        font-size: 20px
    }
    .en .tbsite-jumbotron .desc {
        text-align: center
    }
}

.box-list .box-title {
    height: 80px
}

.box-list .box-title h2 {
    margin: 0;
    float: left;
    font-size: 24px;
    line-height: 80px;
    color: #383838
}

.box-list .box-title a {
    float: right;
    color: #383838;
    margin: 28px 0;
    font-size: 16px;
    -webkit-transition: all 218ms;
    -o-transition: all 218ms;
    transition: all 218ms
}

.box-list .box-title a span {
    font-size: 14px;
    margin-left: 10px
}

.box-list.more-research {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 36px;
    border-top: 1px solid #EEE
}

.box-list.more-research .title-more-case {
    position: absolute;
    top: -37px;
    left: 50%;
    font-size: 16px;
    padding: 0 15px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.box-content,
.box-item {
    height: 200px;
    position: relative
}

.box-list.more-research .title-more-case:hover {
    color: #383838
}

.box-list.more-research:hover {
    color: #03A9F4
}

.box-list.more-research:hover .title-more-case {
    color: #383838
}

.box-item {
    margin-bottom: 30px
}

.left-item {
    margin-right: 16px
}

.right-item {
    margin-left: 16px
}

.box-content {
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.box-content .content {
    width: 100%;
    height: 55px;
    z-index: 2;
    text-align: left;
    padding: 10px 10px 0;
    border-radius: 0 0 5px 5px;
    background-color: rgba(0, 0, 0, .5);
    position: absolute!important;
    bottom: 0
}

.cases-practices .row-practices .box-item,
.cases-practices .row-practices .box-item .box-content:after {
    height: 100px
}

.box-content .content .category {
    font-size: 16px;
    margin: 0;
    font-weight: 700;
    overflow: hidden
}

.box-content .content .desc {
    font-size: 14px;
    margin: 3px 0 0;
    overflow: hidden
}

.box-content:hover {
    color: #FFF;
    text-decoration: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
}

.cases-practices {
    font-size: 20px;
    line-height: 200px
}

.cases-practices .box-content span {
    position: relative;
    z-index: 2
}

.cases-practices .row-practices .box-item .box-content {
    height: 100px;
    line-height: 100px
}

.tbsite-post-info {
    font-size: 16px;
    color: #a6a6a6
}

.tbsite-post-info .author,
.tbsite-post-info .avatar,
.tbsite-post-info .time {
    display: inline-block;
    height: 20px;
    line-height: 20px
}

.tbsite-post-info .author {
    padding-left: 34px;
    position: relative
}

.tbsite-post-info .author .avatar {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -2px
}

.tbsite-post-info .time {
    border-left: 1px solid #d9d9d9;
    margin-left: 10px;
    padding-left: 10px
}

.tbsite-list .category {
    position: relative
}

.tbsite-list .category:after {
    background: #e0e0e0!important
}

.tbsite-list .category .nav {
    padding-left: 16px
}

.tbsite-list .category .nav>li {
    width: 11.5%
}

.tbsite-list .category .nav>li:nth-child(n+8) {
    display: none
}

@media (max-width:991px) {
    .tbsite-list .category .nav>li {
        width: 13%
    }
    .tbsite-list .category .nav>li:nth-child(n+7) {
        display: none
    }
}

@media (max-width:767px) {
    .tbsite-list .category .nav>li:nth-child(n+6) {
        display: none
    }
    .tbsite-list .category .nav.col-1>li {
        width: 100%
    }
    .tbsite-list .category .nav.col-2>li {
        width: 50%
    }
    .tbsite-list .category .nav.col-3>li {
        width: 33.33333333%
    }
    .tbsite-list .category .nav.col-4>li {
        width: 25%
    }
    .tbsite-list .category .nav.col-5>li {
        width: 20%
    }
}

.tbsite-list .category .more-actions a,
.tbsite-list .category .nav-tabs>li>a {
    padding: 12px;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px
}

.tbsite-list .category .nav-tabs {
    border-bottom: none
}

.tbsite-list .category .nav-tabs>li>a {
    margin-left: -1px;
    margin-right: 0;
    border-radius: 0;
    color: #9c9c9c;
    overflow: hidden;
    -webkit-transition: all .1s cubic-bezier(.42, 0, .58, 1);
    -o-transition: all .1s cubic-bezier(.42, 0, .58, 1);
    transition: all .1s cubic-bezier(.42, 0, .58, 1)
}

.tbsite-list .category .nav-tabs>li>a:hover {
    background: #f2f2f2
}

.tbsite-list .category .nav-tabs>li:first-child,
.tbsite-list .category .nav-tabs>li:first-child a {
    border-radius: 3px 0 0 3px
}

.tbsite-list .category .nav-tabs>li:last-child a {
    border-radius: 0 3px 0 0
}

.tbsite-list .category .nav-tabs>li.active a {
    background: #03A9F4;
    color: #FFF;
    border-color: #03A9F4;
    margin-left: 0
}

.tbsite-list .category .more-actions {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 99
}

.tbsite-list .category .more-actions>a {
    display: inline-block;
    height: 47px;
    line-height: 23px;
    border-radius: 3px 3px 0 0;
    background: #fcfcfc;
    color: #6e6e6e;
    -webkit-transition: all 218ms cubic-bezier(.42, 0, .58, 1);
    -o-transition: all 218ms cubic-bezier(.42, 0, .58, 1);
    transition: all 218ms cubic-bezier(.42, 0, .58, 1)
}

.tbsite-list .category .more-actions>a span:first-child {
    margin-left: 6px
}

.tbsite-list .category .more-actions>a:hover {
    background: #f2f2f2
}

.tbsite-list .category .more-actions .icon {
    float: right;
    margin-left: 4px
}

.tbsite-list .list-item .main-content,
.tbsite-list .pagination .prev {
    float: left
}

@media (max-width:991px) {
    .tbsite-list .category .more-actions a,
    .tbsite-list .category .nav-tabs>li>a {
        padding: 9px 16px 8px;
        font-size: 14px
    }
    .tbsite-list .category .more-actions a {
        height: 38px
    }
}

@media (max-width:500px) {
    .tbsite-list .category .nav-tabs>li>a {
        padding: 5px;
        font-size: 12px
    }
}

@media (max-width:350px) {
    .tbsite-list .category .nav-tabs>li>a {
        font-size: 10px
    }
}

.tbsite-list .no-content {
    background: #fcfcfc;
    font-size: 24px;
    color: #6e6e6e
}

.tbsite-list .no-content .emoji-sad {
    line-height: 68px;
    padding-bottom: 20px;
    font-size: 48px
}

.tbsite-list .list-item,
.tbsite-list .list-item .main-content,
.tbsite-list .list-item .thumb {
    margin-bottom: 40px
}

.tbsite-list .list-item:after {
    content: '';
    width: calc(100% - 32px);
    height: 1px;
    margin: 0 16px;
    background: #e8e8e8
}

.tbsite-list .list-item:last-child:after {
    height: 0
}

.tbsite-list .list-item .thumb {
    float: right
}

.tbsite-list .list-item .thumb a {
    display: block;
    position: relative
}

.tbsite-list .list-item .thumb a>* {
    width: 100%
}

.tbsite-list .list-item .thumb a .activebg {
    position: absolute;
    -webkit-transition: background .5s ease 150ms;
    -o-transition: background .5s ease 150ms;
    transition: background .5s ease 150ms
}

.tbsite-list .list-item .thumb a .activebg .readmore {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -15px;
    width: 130px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    background: rgba(255, 255, 255, .2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .25);
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .1s ease-in-out 80ms;
    -o-transition: all .1s ease-in-out 80ms;
    transition: all .1s ease-in-out 80ms
}

.tbsite-list .list-item .thumb a .activebg .readmore:hover {
    background: rgba(255, 255, 255, .3);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35)
}

.tbsite-list .list-item .thumb a .activebg .text {
    -webkit-transition: padding-right 150ms;
    -o-transition: padding-right 150ms;
    transition: padding-right 150ms
}

.tbsite-list .list-item .thumb a .activebg .icon {
    position: absolute;
    margin-left: 5px;
    font-size: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: opacity 150ms;
    -o-transition: opacity 150ms;
    transition: opacity 150ms
}

.tbsite-list .list-item .thumb a:hover .activebg {
    background: rgba(0, 0, 0, .4);
    -webkit-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s
}

.tbsite-list .list-item .thumb a:hover .activebg .readmore {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.tbsite-list .list-item .thumb a:hover .activebg .text {
    padding-right: 24px;
    -webkit-transition: all 150ms ease 80ms;
    -o-transition: all 150ms ease 80ms;
    transition: all 150ms ease 80ms
}

.tbsite-list .list-item .thumb a:hover .activebg .icon {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 150ms ease 80ms;
    -o-transition: all 150ms ease 80ms;
    transition: all 150ms ease 80ms
}

.tbsite-list .list-item .title {
    color: grey
}

.tbsite-list .list-item .title:hover {
    color: #03A9F4!important
}

.tbsite-list .list-item .title h2 {
    line-height: 1.1;
    margin: 0 0 13px;
    font-size: 24px
}

.tbsite-list .list-item .summary {
    position: relative;
    width: 100%;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 18px;
    color: #a6a6a6
}

.tbsite-list .ias-trigger {
    padding: 10px;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    -webkit-transition: all 218ms;
    -o-transition: all 218ms;
    transition: all 218ms
}

@media (max-width:767px) {
    .tbsite-list .ias-trigger {
        padding: 7px
    }
}

.tbsite-list .ias-trigger>a {
    color: #ababab
}

.tbsite-list .ias-trigger:hover {
    border-color: #03A9F4
}

.tbsite-list .ias-trigger:hover>a {
    color: #03A9F4
}

.tbsite-list .ias-trigger,
.tbsite-list .loading-indicator {
    margin-bottom: 48px
}

.tbsite-list .pagination {
    display: none;
    width: 100%;
    margin: 0 0 48px
}

.tbsite-list .pagination .next,
.tbsite-list .pagination .prev {
    width: 80px;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms
}

.tbsite-list .pagination .next {
    float: right
}

@media (max-width:992px) {
    .box-list .left-item,
    .box-list .right-item {
        margin: 0 0 16px
    }
    .box-list .left-item .box-content,
    .box-list .left-item .box-content:hover,
    .box-list .right-item .box-content,
    .box-list .right-item .box-content:hover {
        background-size: cover
    }
    .tbsite-list .list-item {
        margin-bottom: 32px
    }
    .tbsite-list .list-item:last-child {
        margin-bottom: 0
    }
    .tbsite-list .list-item .thumb a>* {
        height: 134px!important
    }
    .tbsite-list .ias-trigger,
    .tbsite-list .list-item .main-content,
    .tbsite-list .list-item .thumb,
    .tbsite-list .loading-indicator {
        margin-bottom: 32px
    }
}

@media (min-width:767px) {
    .tbsite-list .list-item .thumb a>* {
        height: 154px
    }
    .tbsite-list .list-item .summary {
        max-height: 81px;
        overflow: hidden
    }
}

@media (min-width:767px) and (max-width:992px) {
    .tbsite-list .list-item .thumb {
        padding-left: 0
    }
}

@media (max-width:767px) {
    .row-practices .box-item,
    .row-practices .box-item .box-content:after {
        height: 140px!important
    }
    .box-list .box-item .box-content:hover {
        -webkit-transform: none;
        transform: none
    }
    .box-list .box-title h2 {
        font-size: 20px
    }
    .row-practices {
        width: 50%!important
    }
    .row-practices .box-item .box-content {
        height: 140px!important;
        line-height: 140px!important
    }
    .tbsite-list .list-item {
        margin-bottom: 16px
    }
    .tbsite-list .list-item .thumb {
        margin-bottom: 0
    }
    .tbsite-list .list-item .thumb .activebg {
        display: none
    }
    .tbsite-list .list-item .thumb a>* {
        min-height: 174px;
        max-height: 400px
    }
    .tbsite-list .list-item .main-content {
        padding-left: 16px;
        margin-bottom: 16px
    }
    .tbsite-list .list-item .main-content .summary {
        font-size: 16px
    }
    .tbsite-list .list-item .main-content h2 {
        margin: 12px 0 8px;
        font-size: 20px
    }
    .tbsite-list .ias-trigger,
    .tbsite-list .loading-indicator {
        margin-bottom: 16px
    }
}

.page-analysis-article .article-content .top-background {
    height: 570px;
    width: 100%;
    background-image: url(../images/analysis/top_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 100%
}

.page-analysis-article .article-content .main-container {
    max-width: 830px;
    padding: 0 15px;
    margin: -480px auto 40px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.page-analysis-article .article-content .main-container .titile-container {
    margin-bottom: 40px
}

.page-analysis-article .article-content .main-container .titile-container h1 {
    font-size: 38px;
    margin-bottom: 20px
}

.page-analysis-article .article-content .main-container .titile-container p {
    font-size: 14px;
    color: gray
}

.page-analysis-article .article-content .main-container .video-container {
    max-width: 700px;
    position: relative
}

.page-analysis-article .article-content .main-container .video-container video {
    display: block;
    width: 100%;
    height: 100%
}

.page-analysis-article .article-content .main-container .video-container .play-ctrl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.page-analysis-article .article-content .main-container .video-container .play-ctrl .play-icon {
    background-image: url(../images/analysis/play.png);
    background-size: cover;
    height: 100px;
    width: 100px
}

.page-analysis-article .article-content .main-container .btn {
    display: inline-block;
    margin: 40px auto;
    padding: 16px 48px;
    font-size: 16px;
    font-weight: 700
}

.page-analysis-article .article-content .main-container .btn.btn-ghost {
    background-color: #fff;
    color: #3DA8F5;
    border-color: #3DA8F5
}

.page-analysis-article .article-content .main-container .btn.btn-ghost:hover {
    color: #fff;
    background-color: #0ab1fc;
    border-color: #0ab1fc
}

.page-analysis-article .article-content .main-container .main-content {
    font-size: 16px
}

.page-analysis-article .article-content .main-container .footer {
    margin: 25px 0;
    width: 100%;
    color: gray
}

.page-analysis-article .article-content .main-container .footer a {
    color: gray
}

.page-analysis-article .article-content .main-container .footer a:hover {
    color: #03A9F4
}

.page-analysis-article .article-content .main-container .footer a .icon {
    margin-right: 8px
}

@media (max-width:480px) {
    .page-analysis-article .article-content {
        min-width: 375px
    }
    .page-analysis-article .article-content .main-container {
        margin-top: -520px
    }
    .page-analysis-article .article-content .main-container .titile-container {
        margin-bottom: 25px
    }
    .page-analysis-article .article-content .main-container .titile-container h1 {
        font-size: 28px
    }
}

.page-not-found .not-found-jumbotron {
    padding-top: 150px;
    background-image: url(../images/404-jumbotron-bg.jpg);
    background-size: cover;
    margin-bottom: 0
}

.page-not-found .sitemap {
    margin-bottom: 70px
}

.page-not-found .sitemap .nav-group {
    float: left;
    width: 25%;
    margin-right: 5%;
    text-align: center;
    color: #a6a6a6
}

.page-not-found .sitemap .nav-group:first-child,
.page-not-found .sitemap .nav-group:last-child {
    width: 17%
}

.page-not-found .sitemap .nav-group:first-child {
    text-align: left
}

.page-not-found .sitemap .nav-group:last-child {
    margin-right: 0;
    text-align: right
}

.page-not-found .sitemap .nav-group h3 {
    padding-bottom: 30px;
    border-bottom: solid 1px #ededed;
    margin-bottom: 30px;
    font-size: 22px;
    color: grey
}

.page-not-found .sitemap .nav-group li {
    margin-bottom: 30px
}

.page-not-found .sitemap .nav-group li>a {
    text-decoration: none;
    font-size: 16px;
    color: #a6a6a6
}

.page-not-found .sitemap .nav-group li>a:hover {
    color: #03A9F4
}

@media (max-width:480px) {
    .page-not-found .not-found-jumbotron {
        padding-top: 90px
    }
    .page-not-found .sitemap .nav-group {
        height: 320px;
        margin: 0
    }
    .page-not-found .sitemap .nav-group,
    .page-not-found .sitemap .nav-group:first-child,
    .page-not-found .sitemap .nav-group:last-child {
        width: 50%;
        text-align: center
    }
    .page-not-found .sitemap .nav-group:nth-child(3),
    .page-not-found .sitemap .nav-group:nth-child(4) {
        height: 180px
    }
    .page-not-found .sitemap .nav-group li {
        margin-bottom: 20px
    }
}

@media (max-width:320px) {
    .page-not-found .not-found-jumbotron .title {
        font-size: 18px
    }
}

.page-apps .mobile-android,
.page-apps .mobile-ios,
.page-apps .pc-web {
    display: none;
    height: 100%
}

.page-apps .mobile-android .mobile-wrap,
.page-apps .mobile-ios .mobile-wrap,
.page-apps .pc-web .mobile-wrap {
    height: 100%
}

.page-apps .download-wrap {
    height: 100%;
    position: relative;
    margin: 0 50px;
    background-size: 100%
}

.page-apps .download-tips {
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    padding-top: 80px;
    padding-bottom: 22px;
    background: -webkit-gradient(linear, top, bottom, from(rgba(255, 255, 255, 0)), color-stop(.42, #fff), to(#fff));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff 42%, #fff);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff 42%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fffff ff 42%)
}

.page-apps .download-tips h3 {
    font-size: 16px;
    color: #383838;
    margin-bottom: 14px
}

.page-apps .download-tips .download-btn {
    font-size: 14px!important;
    padding: 12px 17px!important
}

.page-apps .download-tips .download-btn.last-btn {
    margin-left: 14px
}

.page-apps .download-tips small {
    display: inline-block;
    position: absolute;
    font-size: 12px;
    transform: scale(.8);
    top: 7px;
    left: 27px
}

.page-apps .download-tips .download-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 200%;
    position: relative;
    background-image: url(https://dn-st.teambition.net/site/v2.2.3/images/apps/apps-download-icons.png)
}

.page-apps .download-tips .download-icon.ios {
    background-position: 16px 0;
    top: 2px;
    left: -3px
}

.page-apps .download-tips .download-icon.android {
    background-position: 0 0;
    top: 2px;
    left: -3px
}

.page-apps .download-tips .download-icon.ios-en {
    width: 18px;
    height: 18px;
    background-position: 18px 0;
    top: -2px;
    left: -5px
}

.page-apps .site-main {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.page-apps .site-main.android,
.page-apps .site-main.ios {
    height: 100%;
    overflow: hidden
}

.page-apps .site-main.android .mobile-android,
.page-apps .site-main.ios .mobile-ios,
.page-apps .site-main.pc .pc-web {
    display: block
}

.page-apps .download-words {
    height: 67px;
    padding: 0 30px;
    margin: 70px auto 30px;
    text-align: center
}

.page-apps .download-words img {
    width: 100%;
    max-width: 556px
}

.page-apps .download-slogan {
    margin-bottom: .7rem;
    font-size: 48px;
    margin-top: 70px
}

.page-apps .download-slogan.en {
    font-size: 42px
}

.page-apps .download-desc {
    padding: 0 30px;
    text-align: center;
    font-size: 16px;
    color: #a6a6a6
}

.page-apps .download-list {
    margin: 80px 0 40px
}

.page-apps .download-list>li {
    float: left;
    width: 33.3%;
    height: 360px;
    text-align: center;
    margin-bottom: 60px
}

@media (min-width:480px) and (max-width:992px) {
    .page-apps .download-list>li {
        width: 50%
    }
}

.page-apps .download-list>li label {
    font-size: 18px
}

.page-apps .download-list .download-type-image {
    height: 150px;
    width: 100%;
    margin: 60px 0 80px;
    background-repeat: no-repeat;
    background-position: center
}

.page-apps .download-list .download-type-image.pc {
    background-image: url(../images/download-web@2x.png);
    background-size: 158px 91px
}

.page-apps .download-list .download-type-image.ios {
    background-image: url(../images/download-ios@2x.png);
    background-size: 67px 77px
}

.page-apps .download-list .download-type-image.android {
    background-image: url(../images/download-android@2x.png);
    background-size: 71px 83px
}

.page-apps .download-list .download-type-image.qr {
    position: relative;
    background-image: url(../images/download-qr.png);
    background-size: 150px 150px
}

.page-apps .download-list .download-type-image.wechat {
    position: relative;
    background-image: url(../images/apps/download-wechat.jpg);
    background-size: 170px 170px
}

.page-apps .download-list .download-type-image.dingtalk {
    position: relative;
    background-image: url(../images/apps/download-dingtalk.png);
    background-size: 150px 150px
}

.page-apps .download-list .handler-wrapper .btn {
    width: 210px;
    height: 60px;
    line-height: 45px;
    border-radius: 4px
}

.page-apps .download-list .handler-wrapper.pair .btn {
    width: 100px;
    padding: 8px;
    margin: 0 10px
}

.page-apps .download-list .handler-wrapper .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    background-color: #ededed;
    border-color: #c2c2c2
}

.page-apps .download-list .qr-instructure {
    padding-top: 6px
}

.page-apps .download-list .circle-indicator {
    position: absolute;
    top: 40px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    color: #a6a6a6
}

@media (max-width:480px) {
    .page-apps .download-slogan {
        font-size: 24px;
        margin-top: 20px
    }
    .page-apps .download-desc {
        display: none;
        text-align: left
    }
    .page-apps .download-words {
        margin: 40px auto 10px
    }
    .page-apps .download-list {
        margin: 40px 0 50px
    }
    .page-apps .download-list>li {
        width: 100%;
        margin-top: 20px;
        padding-top: 50px;
        border-top: 1px dashed #ccc
    }
    .page-apps .download-list>li:first-child {
        margin-top: 0
    }
    .page-apps .download-list>li:last-child {
        border-top: none
    }
    .page-apps .download-list>li .circle-indicator {
        top: -100px;
        left: 50%;
        margin-left: -16px
    }
    .page-apps .download-list>li label {
        font-size: 18px
    }
    .page-apps .download-list .download-type-image {
        margin: 30px 0 40px
    }
}

.page-apps:not(.zh) .download-words img {
    max-width: 840px
}

.page-business .site-main>* {
    padding: 94px 0 100px;
    background-repeat: no-repeat
}

.page-business .site-main>* h1 {
    line-height: 1.2;
    margin-top: 0;
    font-size: 1rem;
    margin-bottom: 26px
}

.page-business .site-main>* .desc {
    max-width: 672px;
    margin: 20px auto 24px;
    color: grey
}

.page-business .site-main>.slide {
    padding-bottom: 0!important
}

.page-business .site-main>.slide .desc {
    margin-bottom: 35px
}

.page-business .site-main>.slide .img-wrap {
    max-width: 1020px;
    min-height: 130px;
    margin: 0 auto
}

@media (min-width:1310px) {
    .page-business .container {
        width: 1310px
    }
    .page-business .site-main>.slide .img-wrap {
        min-height: 400px
    }
}

@media (max-width:991px) {
    .page-business .site-main>:not(.enjoy-tb) {
        padding: 50px 0
    }
}

.page-business .btn.go-to {
    min-width: 200px
}

.page-business .visible-xxs {
    display: none
}

.page-business .business-jumbotron {
    position: relative;
    min-height: 692px;
    padding: 70px 0 0;
    margin-bottom: 0;
    background-position: center bottom;
    background-size: cover;
    background-image: url(../images/business/jumbotron-bg.jpg)
}

@media (max-width:767px) {
    .page-business .site-main>* h1 {
        line-height: 1.4;
        font-size: 1.1rem
    }
    .page-business .business-jumbotron {
        padding-top: 0
    }
}

@media (max-width:480px) {
    .page-business .visible-xxs {
        display: block
    }
    .page-business .business-jumbotron.zh.us {
        min-height: 782px
    }
}

.page-business .business-jumbotron.en.us {
    min-height: 682px
}

.page-business .business-jumbotron.en {
    min-height: 620px
}

.page-business .business-jumbotron .jumbotron-content {
    position: relative;
    z-index: 2
}

.page-business .business-jumbotron .jumbotron-content .en-call-us {
    font-size: 14px
}

.page-business .business-jumbotron .btn,
.page-business .business-jumbotron .title {
    margin-bottom: .7rem
}

.page-business .business-jumbotron .btn-default {
    background: 0 0;
    color: grey;
    border-width: 2px
}

.page-business .business-jumbotron .btn-default:hover {
    background: #FFF
}

.page-business .business-jumbotron .slogan {
    max-width: 790px;
    margin: 0 auto 1rem;
    font-size: 18px;
    color: grey
}

@media (max-width:649px) {
    .page-business .business-jumbotron .slogan {
        margin-bottom: .5rem
    }
}

.page-business .business-jumbotron .schedule {
    margin-left: 12px
}

@media (max-width:480px) {
    .page-business .business-jumbotron .schedule {
        margin-left: 0
    }
}

.page-business .business-jumbotron .business-btn-group {
    margin-bottom: .7rem
}

.page-business .business-jumbotron .business-btn-group .schedule {
    margin-left: 0
}

.page-business .business-jumbotron .business-btn-group .btn {
    margin-bottom: 0
}

.page-business .business-jumbotron .business-btn-group .or {
    display: inline-block;
    font-size: 16px;
    padding: 0 12px;
    color: #03A9F4;
    vertical-align: middle
}

@media (max-width:649px) {
    .page-business .business-jumbotron .business-btn-group {
        margin-bottom: 0
    }
    .page-business .business-jumbotron .business-btn-group .btn {
        margin-bottom: .7rem
    }
    .page-business .business-jumbotron .business-btn-group .or {
        display: none
    }
}

.page-business .business-jumbotron .business-btn-group .contact-tab:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #03A9F4;
    margin-left: 5px;
    -webkit-transition: all 218ms;
    -o-transition: all 218ms;
    transition: all 218ms
}

.page-business .business-jumbotron .business-btn-group .contact-tab:hover:after {
    border-top-color: #FFF
}

.page-business .business-jumbotron .business-btn-group .contact-menu {
    min-width: 230px;
    top: 42px;
    left: 50%;
    margin-left: -115px
}

.page-business .business-jumbotron .business-btn-group .contact-menu .icon-phone {
    font-size: 16px
}

.page-business .business-jumbotron .business-btn-group .contact-menu>li>a {
    padding: 5px 10px 5px 15px
}

.page-business .business-jumbotron .price-tips {
    color: grey
}

.page-business .business-jumbotron .switch-tips {
    font-size: 18px;
    color: grey
}

.page-business .business-jumbotron .switch-tips .icon-help {
    color: #03A9F4;
    margin-right: 5px;
    position: relative
}

.page-business .business-jumbotron .switch-tips .icon-help .tip {
    display: none;
    position: absolute;
    padding: 12px 24px;
    width: 300px;
    background-color: #fff;
    color: grey;
    font-size: 12px;
    bottom: 35px;
    left: -300%;
    border-radius: 2px
}

.page-business .business-jumbotron .switch-tips .icon-help .tip::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 20%;
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent
}

.page-business .business-jumbotron .switch-tips .icon-help:hover .tip {
    display: block
}

@media (max-width:767px) {
    .page-business .business-jumbotron .switch-tips {
        font-size: 16px
    }
    .page-business .business-jumbotron .switch-tips .icon-help .tip {
        left: -100%
    }
    .page-business .business-jumbotron .switch-tips .icon-help .tip::after {
        left: 6%
    }
}

.page-business .jumbotron .btn,
.page-business .site-main .btn {
    min-width: 156px
}

@media (min-width:650px) {
    .page-business .jumbotron .btn+.jumbotron .btn,
    .page-business .jumbotron .btn+.site-main .btn,
    .page-business .site-main .btn+.jumbotron .btn,
    .page-business .site-main .btn+.site-main .btn {
        margin-left: 20px
    }
}

.page-business .jumbotron-figures {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.page-business .jumbotron-figures .figures-wrap {
    position: relative;
    width: 1520px;
    height: 100%;
    left: 50%;
    margin-left: -760px
}

.page-business .jumbotron-figures .figure-coffee {
    position: absolute;
    left: 0;
    bottom: 110px;
    width: 320px;
    height: 328px;
    background-size: 320px 328px;
    background-image: url(../images/business/jumbotron-coffee.png)
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .page-business .jumbotron-figures .figure-coffee {
        background-image: url(../images/business/jumbotron-coffee@2x.png)
    }
}

.page-business .jumbotron-figures .figure-plant {
    position: absolute;
    right: 40px;
    bottom: 230px;
    width: 290px;
    height: 308px;
    background-size: 290px 308px;
    background-image: url(../images/business/jumbotron-plant.png)
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .page-business .jumbotron-figures .figure-plant {
        background-image: url(../images/business/jumbotron-plant@2x.png)
    }
}

.page-business .jumbotron-figures .figure-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center
}

.page-business .jumbotron-figures .figure-bottom img {
    width: 100%;
    max-width: 1374px
}

@media (max-width:649px) {
    .page-business {
        min-height: 0;
        padding-top: 40px;
        padding-bottom: 48%
    }
    .page-business.en {
        padding-bottom: 55%
    }
    .page-business .title {
        font-size: 1rem;
        line-height: 1.5
    }
    .page-business .jumbotron .btn,
    .page-business .site-main .btn {
        width: 80%;
        margin-bottom: .5rem
    }
    .page-business .jumbotron .btn+.jumbotron .btn,
    .page-business .jumbotron .btn+.site-main .btn,
    .page-business .site-main .btn+.jumbotron .btn,
    .page-business .site-main .btn+.site-main .btn {
        margin-top: 20px
    }
    .page-business .jumbotron .btn .jumbotron-figures .figures-wrap,
    .page-business .site-main .btn .jumbotron-figures .figures-wrap {
        width: 180%;
        left: 0;
        margin-left: 0
    }
    .page-business .jumbotron .btn .jumbotron-figures .figures-wrap .figure-coffee,
    .page-business .jumbotron .btn .jumbotron-figures .figures-wrap .figure-plant,
    .page-business .site-main .btn .jumbotron-figures .figures-wrap .figure-coffee,
    .page-business .site-main .btn .jumbotron-figures .figures-wrap .figure-plant {
        display: none
    }
    .page-business .jumbotron .btn .jumbotron-figures .figures-wrap .figure-bottom,
    .page-business .site-main .btn .jumbotron-figures .figures-wrap .figure-bottom {
        left: -22%
    }
}

@media (max-width:649px) and (max-width:480px) {
    .page-business {
        padding-top: 50px
    }
}

@media (max-width:649px) and (max-width:400px) {
    .page-business {
        padding-top: 50px;
        padding-bottom: 50%
    }
}

.page-business .business-footer {
    padding-top: 70px
}

.page-business .business-footer .business-btn-group {
    margin-bottom: .7rem
}

.page-business .business-footer .business-btn-group .btn {
    margin-bottom: 0
}

.page-business .business-footer .business-btn-group .or {
    display: inline-block;
    font-size: 16px;
    padding: 0 12px;
    color: #03A9F4;
    vertical-align: middle
}

@media (max-width:649px) {
    .page-business .business-footer .business-btn-group {
        margin-bottom: 0
    }
    .page-business .business-footer .business-btn-group .btn {
        margin-bottom: .7rem
    }
    .page-business .business-footer .business-btn-group .or {
        display: none
    }
}

.page-business .business-footer .business-btn-group .contact-tab:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #03A9F4;
    margin-left: 5px;
    -webkit-transition: all 218ms;
    -o-transition: all 218ms;
    transition: all 218ms
}

.page-business .business-footer .business-btn-group .contact-tab:hover:after {
    border-top-color: #FFF
}

.page-business .business-footer .business-btn-group .contact-menu {
    min-width: 220px;
    top: 40px;
    left: 50%;
    margin-left: -110px
}

.page-business .business-footer .business-btn-group .contact-menu>li>a {
    padding: 5px 10px 5px 15px
}

.page-business .prices-jumbotron {
    position: relative;
    padding: 110px 0 0;
    background-position: center bottom;
    background-size: cover;
    background-color: #FFF;
    margin-bottom: 0
}

@media (max-width:767px) {
    .page-business .prices-jumbotron {
        padding: 30px 0 50px
    }
}

@media (max-width:480px) {
    .page-business .prices-jumbotron {
        padding: 20px 0 50px
    }
}

.page-business .prices-jumbotron .prices-jumbotron-container {
    max-width: 1008px;
    margin: 0 auto
}

.page-business .prices-jumbotron .jumbotron-header {
    margin-bottom: 110px
}

.page-business .prices-jumbotron .jumbotron-header .title {
    margin: 0 0 20px
}

.page-business .prices-jumbotron .jumbotron-header .des {
    font-size: 22px;
    color: grey;
    margin: 0;
    line-height: 34px
}

@media (max-width:767px) {
    .page-business .prices-jumbotron .jumbotron-header {
        margin-bottom: 30px;
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width:480px) {
    .page-business .prices-jumbotron .jumbotron-header {
        margin-bottom: 10px
    }
    .page-business .prices-jumbotron .jumbotron-header .title {
        font-size: 24px
    }
    .page-business .prices-jumbotron .jumbotron-header .des {
        font-size: 18px
    }
}

.page-business .prices-jumbotron .jumbotron-container {
    width: 100%
}

.page-business .prices-jumbotron .jumbotron-container .plan-wrapper {
    margin: 0 auto
}

.page-business .prices-jumbotron .plan-version {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 406px;
    padding: 0;
    height: 1040px;
    margin-bottom: 40px;
    border-radius: 6px;
    border: 1px solid #CCC;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .15)
}

@media (max-width:767px) {
    .page-business .prices-jumbotron .plan-version {
        height: auto!important
    }
    .page-business .prices-jumbotron .plan-version.plan-enterprise {
        margin-bottom: 30px
    }
}

.page-business .prices-jumbotron .plan-version .plan-header {
    position: relative;
    padding: 29px 0;
    height: 120px;
    background-color: #F8F8F8;
    border-bottom: 1px solid #EEE;
    border-radius: 6px 6px 0 0
}

.page-business .prices-jumbotron .plan-version .plan-header h4 {
    font-size: 26px;
    margin: 0
}

.page-business .prices-jumbotron .plan-version .plan-header .tips {
    font-size: 14px;
    color: grey;
    margin: 10px 16px 0
}

@media (max-width:480px) {
    .page-business .prices-jumbotron .plan-version .plan-header {
        padding: 16px 0;
        height: 80px
    }
    .page-business .prices-jumbotron .plan-version .plan-header h4 {
        font-size: 18px
    }
    .page-business .prices-jumbotron .plan-version .plan-header .tips {
        font-size: 14px
    }
}

.page-business .prices-jumbotron .plan-version .plan-price {
    padding-top: 40px;
    height: 260px;
    border-bottom: 1px solid #EEE
}

.page-business .prices-jumbotron .plan-version .plan-price .price .currency-discount {
    color: #FFC107
}

.page-business .prices-jumbotron .plan-version .plan-price .price .currency {
    font-size: 30px;
    vertical-align: top
}

.page-business .prices-jumbotron .plan-version .plan-price .price .money-original {
    display: inline-block;
    color: #AAA;
    font-size: 24px
}

.page-business .prices-jumbotron .plan-version .plan-price .price .money-original small {
    font-size: 16px;
    margin: 0 4px;
    position: relative;
    top: -2px
}

.page-business .prices-jumbotron .plan-version .plan-price .price .money-original span {
    text-decoration: line-through
}

.page-business .prices-jumbotron .plan-version .plan-price .price .money-discount {
    color: #FFC107
}

.page-business .prices-jumbotron .plan-version .plan-price .price .money {
    font-size: 60px;
    font-weight: 200
}

.page-business .prices-jumbotron .plan-version .plan-price .price small {
    font-size: 16px;
    color: #A6A6A6
}

.page-business .prices-jumbotron .plan-version .plan-price a {
    margin-top: 20px;
    padding: 14px 35px;
    font-weight: 600;
    border-radius: 6px
}

.page-business .prices-jumbotron .plan-version .plan-price a.btn-default {
    border-color: #03A9F4;
    color: #03A9F4
}

.page-business .prices-jumbotron .plan-version .plan-price a.btn-default:hover {
    background-color: #FFF
}

.page-business .prices-jumbotron .plan-version .plan-price p {
    margin: 20px;
    color: grey;
    font-size: 14px
}

@media (max-width:480px) {
    .page-business .prices-jumbotron .plan-version .plan-price {
        padding-top: 20px;
        height: 186px
    }
    .page-business .prices-jumbotron .plan-version .plan-price .price .currency {
        font-size: 18px
    }
    .page-business .prices-jumbotron .plan-version .plan-price .price .money {
        font-size: 40px
    }
    .page-business .prices-jumbotron .plan-version .plan-price .price small {
        font-size: 14px
    }
    .page-business .prices-jumbotron .plan-version .plan-price a {
        margin-top: 10px;
        padding: 8px 22px
    }
}

.page-business .prices-jumbotron .plan-version .plan-list {
    padding: 20px 0
}

@media (max-width:480px) {
    .page-business .prices-jumbotron .plan-version .plan-list {
        padding: 10px 0
    }
}

.page-business .prices-jumbotron .plan-version .plan-list>ul {
    width: 210px;
    margin: 0 auto
}

.page-business .prices-jumbotron .plan-version .plan-list>ul h4 {
    font-size: 14px;
    color: #A6A6A6
}

.page-business .prices-jumbotron .plan-version .plan-list>ul li {
    position: relative;
    font-size: 14px;
    margin: 16px 0;
    line-height: 20px;
    padding-left: 13px
}

.page-business .prices-jumbotron .plan-version .plan-list>ul li:before {
    content: ' ';
    position: absolute;
    display: inline-block;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: grey
}

.page-business .prices-jumbotron .plan-version .plan-list>ul li.spec-item:before {
    content: '*';
    top: 3px;
    border-radius: 0;
    background-color: transparent
}

.page-business .prices-jumbotron .plan-version .plan-list>ul li.star {
    color: #03A9F4
}

.page-business .prices-jumbotron .plan-version .plan-list>ul li.star:before {
    content: '*';
    background-color: #03A9F4;
    width: 0;
    height: 0;
    top: 3px;
    left: -2px;
    font-size: 22px
}

.page-business .prices-jumbotron .plan-version .know-more {
    border-top: 1px solid #EEE;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    padding: 26px 0;
    color: #03A9F4;
    vertical-align: middle
}

.page-business .prices-jumbotron .plan-version .know-more.enter-pro {
    color: #383838
}

@media (max-width:767px) {
    .page-business .prices-jumbotron .plan-version .know-more {
        position: static
    }
}

@media (max-width:480px) {
    .page-business .prices-jumbotron .plan-version .know-more {
        font-size: 14px;
        padding: 14px 0
    }
}

.page-business .prices-jumbotron .plan-version.plan-enterprise {
    border-color: #03A9F4
}

.page-business .prices-jumbotron .plan-version.plan-enterprise .plan-header {
    background-color: #3DA8F5
}

.page-business .prices-jumbotron .plan-version.plan-enterprise .plan-header h4,
.page-business .prices-jumbotron .plan-version.plan-enterprise .plan-header p {
    color: #FFF
}

.page-business .prices-jumbotron .plan-version.plan-enterprise.plan-enterprise-pro .plan-header {
    background: linear-gradient(#81E0FA, #5DB9F6 60%, #33ADF4);
    background: -webkit-gradient(linear, top, bottom, #81E0FA), color-stop(.6, #5DB9F6), to(#33ADF4);
    background: -moz-linear-gradient(top, #81E0FA, #5DB9F6 60%, #33ADF4);
    background: -webkit-linear-gradient(top, #81E0FA, #5DB9F6 60%);
    background: -o-linear-gradient(top, #81E0FA, #5DB9F6 60%, #33ADF4)
}

.page-business .slide.permissions,
.page-business .slide.statistics {
    background-color: #f7f7f7
}

.page-business .prices-jumbotron .plan-wrapper.en .plan-version {
    height: 1230px
}

.page-business .slide.permissions .img-wrap {
    max-width: 920px
}

.page-business .partners-wrap {
    padding: 78px 104px;
    font-size: 0
}

.page-business .partners-wrap .know-more-tips {
    color: grey;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    margin-bottom: 0
}

.page-business .partners-wrap .items-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto
}

.page-business .partners-wrap .items-container .items-wrap {
    position: relative;
    max-width: 96%;
    margin: 0 auto
}

.page-business .partners-wrap .items-container .items-wrap ul.partner-logo li {
    display: inline-block;
    margin: 8px 0 8px 20px
}

.page-business .partners-wrap .items-container .items-wrap ul.partner-logo li img {
    max-width: 126px;
    margin: 0 auto;
    opacity: .7
}

@media (max-width:768px) {
    .page-business .partners-wrap .items-container .items-wrap ul.partner-logo li img {
        max-width: 85px
    }
}

.page-business .partners-wrap .items-container .items-wrap ul.partner-logo li:nth-child(6n+1) {
    margin-left: 0
}

.page-business .partners-wrap .items-container .switch-btn {
    position: absolute;
    top: 0;
    width: 30px;
    color: grey;
    cursor: pointer;
    opacity: .5;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 70px
}

.page-business .partners-wrap .items-container .switch-btn:hover {
    opacity: 1
}

.page-business .partners-wrap .items-container .switch-btn img {
    width: 100%
}

.page-business .partners-wrap .items-container .switch-btn.left {
    background-image: url(../images/prices/icon-left.png);
    background-color: #fff;
    left: -58px
}

.page-business .partners-wrap .items-container .switch-btn.right {
    background-image: url(../images/prices/icon-right.png);
    background-color: #fff;
    right: -58px
}

@media (max-width:1310px) {
    .page-business .partners-wrap {
        padding: 78px 54px
    }
}

@media (max-width:780px) {
    .page-business .partners-wrap {
        padding: 50px 0
    }
    .page-business .partners-wrap .partners-header {
        font-size: 24px;
        padding: 0 30px;
        margin-bottom: 30px
    }
    .page-business .partners-wrap .items-container .switch-btn {
        display: none!important
    }
}

@media (max-width:1199px) {
    .page-incubator .incubator-form,
    .page-incubator .incubator-jumbotron .incubator-description,
    .page-incubator .incubator-jumbotron .incubator-highlight {
        margin-left: 50px;
        margin-right: 50px
    }
}

@media (max-width:991px) {
    .page-incubator .incubator-form,
    .page-incubator .incubator-jumbotron .incubator-description,
    .page-incubator .incubator-jumbotron .incubator-highlight {
        margin-left: 0;
        margin-right: 0
    }
    .page-incubator .incubator-jumbotron .incubator-highlight {
        display: none
    }
    .page-incubator .incubator-logos {
        margin: 120px 40px
    }
}

.page-index {
    padding-top: 0
}

.page-index .container-fluid {
    overflow-x: hidden;
    padding-bottom: 16px
}

@media (min-width:1310px) {
    .page-index .container {
        width: 1100px;
    }
}

.page-index .site-main>* {
    padding: 0px 0 15px;
	width:1100px;
	margin:0 auto;
    background-repeat: no-repeat
}

.page-index .site-main>* h1 {
    line-height: 1.2;
    margin-top: 0;
    font-size: 1rem
}

@media (max-width:768px) {
    .page-index .site-main>* h1 {
        line-height: 1.4;
        font-size: 1.1rem
    }
}

.page-index .site-main>* p {
    line-height: 1.555;
    /*font-size: 18px*/
}
.site-footer .footer-nav{
    font-family: "Helvetica" !important;
}

.page-index .site-main>* p.btn-tips {
    color: #6e6e6e;
    margin-bottom: 0
}

.page-index .site-main>* .desc {
    margin-top: 20px;
    margin-bottom: 24px
}

.page-index .btn.go-to {
    min-width: 200px
}

.page-index .btn+.btn {
    margin-left: 12px
}

.page-index .play-white:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.page-index .hover-dark {
    position: relative;
    background: #03A9F4;
    color: #FFF;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 218ms;
    -o-transition: all 218ms;
    transition: all 218ms
}

.page-index .hover-dark:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateZ(0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.page-index .hover-dark:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.page-index .hover-dark:hover:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100)
}

@media (max-width:480px) {
    .page-index .visible-xxs {
        display: block
    }
}

.page-index .jumbotron {
    position: relative;
    min-height: 700px;
    padding-top: 300px;
    margin-bottom: 0;
    background-color: #383838
}

.page-index .jumbotron .carousel-fade .carousel-inner .item {
    transition-property: opacity
}

.page-index .jumbotron .carousel-fade .carousel-inner .active.left,
.page-index .jumbotron .carousel-fade .carousel-inner .active.right,
.page-index .jumbotron .carousel-fade .carousel-inner .item {
    opacity: 0
}

.page-index .jumbotron .carousel-fade .carousel-inner .active,
.page-index .jumbotron .carousel-fade .carousel-inner .next.left,
.page-index .jumbotron .carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.page-index .jumbotron .carousel-fade .carousel-inner .active.left,
.page-index .jumbotron .carousel-fade .carousel-inner .active.right,
.page-index .jumbotron .carousel-fade .carousel-inner .next,
.page-index .jumbotron .carousel-fade .carousel-inner .prev {
    left: 0;
    transform: translate3d(0, 0, 0)
}

.page-index .jumbotron .carousel-fade .carousel-control {
    z-index: 2
}

.page-index .jumbotron #hero-slide {
    position: absolute;
    top: 0;
    left: 0
}

.page-index .jumbotron #hero-slide,
.page-index .jumbotron #hero-slide .carousel-inner {
    width: 100%;
    height: 100%
}

.page-index .jumbotron #hero-slide .carousel-indicators {
    bottom: 65px;
    left: 0;
    margin-left: 0;
    width: 100%;
    text-align: right;
    padding-right: 40px
}

.page-index .jumbotron #hero-slide .carousel-indicators li {
    background-color: #FFF;
    margin: 1px!important
}

.page-index .jumbotron #hero-slide .carousel-indicators li+li {
    margin-left: 14px!important
}

.page-index .jumbotron #hero-slide .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    background-color: #03A9F4;
    border-color: #03A9F4
}

.page-index .jumbotron #hero-slide .item {
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: cover
}

.page-index .jumbotron #hero-slide .item:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .4));
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .4));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .4));
    background-repeat: no-repeat;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0)
}

.page-index .jumbotron #hero-slide .item a {
    display: inline-block;
    font-size: 16px;
    margin: 0 20px;
    position: absolute;
    z-index: 2;
    bottom: 33px;
    right: 20px;
    color: #FFF;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 218ms;
    -o-transition: all 218ms;
    transition: all 218ms
}

.page-index .jumbotron #hero-slide .item a:hover {
    border-bottom: 1px solid #fff;
    -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 0 3px rgba(255, 255, 255, .2);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 0 3px rgba(255, 255, 255, .2)
}

.page-index .jumbotron #hero-slide .item a .icon {
    font-size: 12px;
    margin-left: 5px
}

.page-index .jumbotron #hero-slide .item.teambition-day {
    background-image: url(../images/bannera.jpg)
}

.page-index .jumbotron #hero-slide .item.story-camera {
    background-image: url(../images/bannera.jpg)
}

.page-index .jumbotron #hero-slide .item.story-leader {
    background-image: url(../images/bannera.jpg)
}

@media (min-width:1200px) {
    .page-index .jumbotron #hero-slide .item.story-leader {
        background-image: url(../images/bannera.jpg)
    }
}

.page-index .jumbotron #hero-slide .item.story-house {
    background-image: url(../images/bannera.jpg)
}

.page-index .jumbotron .container .intro {
    color: #FFF
}

.page-index .jumbotron .container .intro .title {
    position: relative;
    z-index: 2;
    font-size: 1.333rem;
    margin-bottom: 20px;
    line-height: 1.3em
}

.page-index .jumbotron .container .btn {
    padding: 12px 26px
}

.page-index .jumbotron .container .input-button-group {
    display: inline-table;
    transform: translateY(2px)
}

.page-index .jumbotron .container .input-button-group * {
    display: table-cell;
    border-radius: 0
}

.page-index .jumbotron .container .input-button-group input {
    position: relative;
    width: 250px;
    border: none;
    font-size: 18px
}

.page-index .jumbotron .container .input-button-group:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.page-index .jumbotron .container .input-button-group:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

@media (max-width:600px) {
    .page-index .jumbotron .container .input-button-group,
    .page-index .jumbotron .container .watch-handler {
        width: 80%;
        margin-left: 0
    }
    .page-index .jumbotron .container .input-button-group {
        margin-bottom: 18px
    }
    .page-index .jumbotron .container .input-button-group input {
        width: 100%
    }
    .page-index .jumbotron .container .input-button-group .btn {
        padding: 12px 10px
    }
}

@media (max-width:480px) {
    .page-index .jumbotron .container .input-button-group input {
        width: 100%
    }
    .page-index .jumbotron .container .input-button-group .btn {
        width: 20%;
        padding: 12px 10px
    }
}

.page-index .jumbotron .free-signup {
    border: 1px solid #03A9F4
}

.page-index .jumbotron .watch-handler {
    color: #FFF;
    border: 1px solid #FFF;
    margin-left: 12px
}

.page-index .jumbotron .watch-handler .icon-caret {
    margin-right: 6px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.page-index .jumbotron .watch-handler:hover {
    background-color: #FFF;
    color: #03A9F4
}

.page-index .jumbotron .watch-handler:hover .play-blue:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.page-index .actions {
    padding: 0!important
}

.page-index .actions .row {
    margin-left: -18px;
    margin-right: -18px
}

.page-index .actions [class*=col-] {
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 4px!important
}

.page-index .actions .action {
    display: block;
    min-height: 200px;
    padding-top: 130px;
    background: no-repeat #f2f2f2;
    color: #383838;
    cursor: pointer;
    -webkit-transition: box-shadow 218ms;
    -o-transition: box-shadow 218ms;
    transition: box-shadow 218ms
}

.page-index .actions .action:hover {
    background-color: #ebebeb;
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.page-index .actions .action p {
    margin-bottom: 0
}


/*.page-index .cases {
    padding-bottom:40px
    }*/

.page-index .cases .container {
    max-width: 1100px
}

.page-index .cases .row {
    margin-left: -10px;
    margin-right: -10px
}

.page-index .cases .container,
.page-index .cases [class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}

.page-index .cases .cases-list {
    margin-top: 10px;
    margin-bottom: 0px
}

@media (max-width:1080px) {
    .page-index .cases .cases-list {
        margin-bottom: 0
    }
}

.page-index .cases .cases-list .box-item {
    height: 200px
}

@media (max-width:767px) {
    .page-index .cases .cases-list .box-item {
        margin-bottom: 15px
    }
}

.page-index .cases .cases-list .box-item .content {
    height:200px;
    padding: 0;
    text-align: center;
    border-radius: 0 0 3px 3px
}

.page-index .cases .case,
.page-index .cases .cases-list .box-item.more .content {
    height: 200px;
    border-radius: 3px
}

.page-index .cases .cases-list .box-item .content>p.cotegory {
    margin: 0;
    font-size: 26px;
    line-height: 200px
}

.page-index .cases .cases-list .box-item.more .content>p.cotegory {
    font-size: 38px;
    line-height: 200px
}

.page-index .cases .cases-list .box-item.more .content>p.cotegory .more-plus {
    position: relative;
    top: -3px;
    left: 3px
}

.page-index .cases .case {
    display: block;
    margin: 0 auto
}

.page-index .cases .case .cate-name {
    width: 100%;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    background-color: rgba(56, 56, 56, .9)
}

.page-index .cases .case .play-white {
    position: relative;
    top: 3px;
    margin-right: 12px
}

.page-index .business .container {
    max-width: 1100px
}

.page-index .business .desc {
    padding: 10px 0;
    color: grey
}

.page-index .business .monitor {
    margin-top: 10px
}

.page-index .media {
    margin-top: 0
}

.page-index .media .container {
    max-width: 1070px
}

.page-index .media h1 {
    margin-bottom: 30px
}

.page-index .media .press .quote-wrap {
    max-width: 650px;
    display: block;
    -webkit-transition: all .4s ease 150ms;
    -o-transition: all .4s ease 150ms;
    transition: all .4s ease 150ms;
    margin: 30px auto
}

.page-index .media .press .quote-item {
    width: 100%;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 280ms;
    -o-transition: all 280ms;
    transition: all 280ms
}

.page-index .media .press .quote-item p {
    font-size: .78rem;
    margin-bottom: 0
}

.page-index .media .press .quote-item a {
    color: grey
}

.page-index .media .press .quote-item a:hover {
    color: #383838
}

.page-index .media .press .quote-handlerset {
    max-width: 860px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 30px 0;
    margin-bottom: 20px
}

.page-index .media .press .quote-handlerset:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .06) 7%, rgba(0, 0, 0, .06) 93%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(7%, rgba(0, 0, 0, .06)), color-stop(93%, rgba(0, 0, 0, .06)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .06) 7%, rgba(0, 0, 0, .06) 93%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .06) 7%, rgba(0, 0, 0, .06) 93%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .06) 7%, rgba(0, 0, 0, .06) 93%, rgba(0, 0, 0, 0) 100%)
}

.page-index .media .press .quote-handlerset .cursor {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid;
    background: #FFF;
    border-color: transparent transparent rgba(0, 0, 0, .06) rgba(0, 0, 0, .06);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-transition: all 280ms;
    -o-transition: all 280ms;
    transition: all 280ms;
    left: 56px;
    top: -8px
}

@media (min-width:900px) {
    .page-index .media .press .quote-handlerset {
        text-align: left
    }
    .page-index .media .press .quote-handlerset .sm-breaker {
        display: none
    }
    .page-index .media .press .quote-handlerset .inner-handlerset {
        padding: 0 40px
    }
}

.page-index .media .press .quote-handler {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left center;
    opacity: .3;
    filter: alpha(opacity=30);
    -webkit-transition: all 218ms;
    -o-transition: all 218ms;
    transition: all 218ms;
    margin-left: 49px
}

.page-index .media .press .quote-handler:first-child {
    margin-left: 0
}

.page-index .media .press .quote-handler.is-current,
.page-index .media .press .quote-handler:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

@media (max-width:899px) {
    .page-index .media .press .quote-handler:nth-child(5) {
        margin-left: 0
    }
}

@media (max-width:480px) {
    .page-index .media .press .quote-handler {
        margin-left: 19px
    }
}

@media (max-width:340px) {
    .page-index .media .press .quote-handler {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
        margin-left: 0
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .page-index .apps h1,
    .page-index .business h1,
    .page-index .jumbotron h1 {
        font-size: .9rem
    }
}

@media (min-width:992px) {
    .page-index .business .intro {
        max-width: 540px
    }
}

@media (min-width:1441px) {
    .page-index .jumbotron {
        padding-top: 270px;
        min-height: 700px
    }
    .page-index .jumbotron h1 {
        font-size: 1.6rem
    }
    .page-index .jumbotron .desc {
        font-size: 20px
    }
}

@media (min-width:1441px) and (max-width:1920px) {
    .page-index .jumbotron {
        background-position: center top
    }
}

@media (max-width:991px) {
    .page-index .site-main>:not(.jumbotron):not(.enjoy-tb) {
		width:1100px;
		margin:0 auto;
       /* 
		padding: 50px 0*/
    }
    .page-index .col-md-6+.col-md-6>* {
       /* padding-top: 50px;
        margin-top: 50px;*/
        border-top: 2px dashed #c2c2c2
    }
    .page-index .business .scale-xs {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        max-width: 800px
    }
    .page-index .media .press h1 {
        margin-bottom: 15px
    }
    .page-index .media .press .quote-wrap {
        margin-top: 15px;
        margin-bottom: 25px
    }
    .page-index .media .press .quote-handlerset {
        padding-bottom: 0;
        margin-bottom: 0
    }
}

@media (max-width:991px) and (min-width:481px) {
    .page-index .business .scale-xs {
        width: 91%
    }
}

@media (max-width:991px) and (max-width:480px) {
    .page-index .media .press .quote-wrap {
        margin-bottom: 20px
    }
}

@media (max-width:768px) {
    .page-index .jumbotron {
        padding-top: 340px;
        background-position: center 50px
    }
    .page-index .btn.go-to {
        width: 80%;
        max-width: 400px
    }
}

@media (max-width:600px) {
    .page-index .jumbotron {
        padding-top: 440px
    }
    .page-index .jumbotron .container {
        padding-left: 0;
        text-align: center
    }
    .page-index .jumbotron #hero-slide .carousel-indicators {
        text-align: center;
        padding-right: 0
    }
    .page-index .jumbotron #hero-slide .item a {
        width: 100%;
        text-align: center;
        right: 0;
        margin-right: 0
    }
    .page-index .jumbotron #hero-slide .item a:hover {
        border-bottom: 1px solid transparent
    }
}

@media (max-width:480px) {
    .page-index .site-main>* .desc {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 15px
    }
    .page-index .jumbotron {
        min-height: 530px;
        padding-top: 148px;
        font-size: 1.1rem
    }
    .page-index .jumbotron #hero-slide .carousel-indicators {
        bottom: 80px
    }
    .page-index .jumbotron .btn {
        margin-left: 0!important;
        width: 80%
    }
    .page-index .jumbotron .btn+.btn {
        margin-top: 20px
    }
    .page-index .actions .col-xs-6 {
        width: 100%
    }
    .page-index .features .feature {
        margin-bottom: 30px
    }
    .page-index .business {
        min-height: 689px
    }
    .page-index .business.en-business {
        min-height: 740px
    }
    .page-index .features .col-xs-4 {
        width: 50%
    }
}

@media (max-width:375px) {
    .page-index .jumbotron h1 {
        font-size: 1.15rem
    }
    .page-index .apps h1 {
        font-size: .8rem
    }
    .page-index .apps h2 {
        font-size: .6rem
    }
}

@media (max-width:340px) {
    .page-index .jumbotron .desc {
        font-size: 15px
    }
}

@media (max-width:320px) {
    .page-index .business h1 {
        font-size: 1.05rem
    }
    .page-index .cases .case .cate-name {
        font-size: 18px
    }
}

.info-jumbotron .subcol-nav li {
    width: 25%!important
}

@media (min-width:768px) {
    .page-index .apps h1,
    .page-index .cases h1,
    .page-index .jumbotron h1 {
        line-height: 50px
    }
    .en .info-jumbotron .subcol-nav li:first-child a {
        font-size: 17px
    }
}

.fontsz {
    font-size: 1.1em
}

.page-info-about h2 {
    margin-top: 0;
    margin-bottom: 60px;
    color: #383838;
    font-size: 48px
}

.page-info-about p {
    font-size: 16px;
    line-height: 26px
}

.page-info-about .section-wrap {
    padding: 100px 0;
    text-align: center
}

.page-info-about .section-wrap .about-wrap {
    max-width: 750px;
    margin: 0 auto
}

.page-info-about .section-wrap.about-video .video-wrap {
    overflow: hidden;
    position: relative
}

.page-info-about .section-wrap.about-video .video-wrap video {
    width: 100%
}

@media (max-width:768px) {
    .page-info-about .section-wrap.about-video {
        padding: 20px
    }
    .page-info-about .section-wrap.about-video .container {
        padding: 0
    }
}

.page-info-about .section-wrap.about-us {
    padding-top: 40px
}

.page-info-about .section-wrap.about-vision {
    padding: 60px 0 70px;
    background: url(../images/info-about-mission-bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff
}

.page-info-about .section-wrap.about-mission,
.page-info-about .section-wrap.about-value {
    padding-bottom: 0
}

.page-info-about .section-wrap.about-vision h2 {
    margin-bottom: 40px;
    color: #fff
}

.page-info-about .section-wrap.about-value .value-image {
    widows: 340px;
    height: 340px;
    margin: 0 auto 30px
}

.page-info-about .section-wrap.about-value h4 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 33px;
    color: #38383C
}

.page-info-about .section-wrap.about-value p {
    min-height: 70px;
    font-size: 16px;
    color: grey;
    line-height: 23px
}

.page-info-about .section-wrap.about-mission h2 {
    margin-bottom: 40px
}

.page-info-about .section-wrap.about-joinus h2 {
    margin-bottom: 40px
}

.page-info-about .section-wrap.about-joinus p {
    margin-bottom: 50px
}

.page-info-about .section-wrap.about-joinus .btn {
    height: 50px;
    line-height: 36px;
    font-size: 14px
}

@media (max-width:480px) {
    .page-info-about h2 {
        margin-bottom: 40px;
        font-size: 24px
    }
    .page-info-about .section-wrap {
        padding: 50px 0
    }
    .page-info-about .section-wrap.about-value h4 {
        margin-bottom: 15px;
        font-size: 18px
    }
    .page-info-about .section-wrap.about-mission .mission-image {
        height: 205px;
        margin-top: 30px
    }
}

.page-info-team .site-main {
    overflow: hidden
}

.page-info-team .members-list {
    font: 400 17px/1.7em "Open Sans", open-sans, sans-serif;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.page-info-team .members-list .member {
    float: left;
    width: 188px;
    height: 188px;
    margin: 0 9px 9px 0;
    cursor: pointer
}

.page-info-team .members-list .member.back .simple-info {
    display: block
}

.page-info-team .members-list .member.back:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 42, 51, .9)!important
}

.page-info-team .members-list .member .simple-info {
    display: none;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 20px
}

.page-info-team .members-list .member .simple-info .post {
    font-style: italic;
    -webkit-font-smoothing: antialiased
}

.page-info-team .members-list .member .simple-info .more {
    padding-top: 7px;
    margin-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    -webkit-font-smoothing: antialiased
}

.page-info-team .members-list .member .simple-info .more:after,
.page-info-team .members-list .member .simple-info .more:before {
    content: " ";
    display: table
}

.page-info-team .members-list .member .simple-info p {
    margin-bottom: 0
}

.page-info-team .members-list .member .simple-info a {
    float: left;
    width: 100%;
    color: #FFF;
    opacity: .7;
    cursor: pointer
}

.page-info-team .members-list .member .simple-info a:hover {
    opacity: 1
}

.page-info-team .members-list .member .simple-info a .icon {
    font-size: 14px;
    float: right;
    margin-right: -3px
}

@media (min-width:992px) {
    .page-info-team .site-main {
        margin-bottom: 50px
    }
}

@media (max-width:991px) {
    .page-info-team .site-main {
        margin-bottom: 10px
    }
}

@media (min-width:1100px) {
    .page-info-team .site-main .container {
        width: 1100px
    }
    .page-info-team .member:nth-child(5n) {
        margin-right: 0
    }
}

@media (max-width:1099px) and (min-width:816px) {
    .page-info-team .site-main .container {
        width: 811px
    }
    .page-info-team .member:nth-child(4n) {
        margin-right: 0
    }
}

@media (max-width:815px) {
    .page-info-team .site-main .container {
        width: 614px
    }
    .page-info-team .member:nth-child(3n) {
        margin-right: 0
    }
}

@media (max-width:607px) {
    .page-info-team .site-main {
        height: 3703.95px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.991686);
        -ms-transform: scale(.991686);
        -o-transform: scale(.991686);
        transform: scale(.991686)
    }
}

@media (max-width:602px) {
    .page-info-team .site-main {
        height: 3672.89px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.983372);
        -ms-transform: scale(.983372);
        -o-transform: scale(.983372);
        transform: scale(.983372)
    }
}

@media (max-width:597px) {
    .page-info-team .site-main {
        height: 3641.84px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.975058);
        -ms-transform: scale(.975058);
        -o-transform: scale(.975058);
        transform: scale(.975058)
    }
}

@media (max-width:592px) {
    .page-info-team .site-main {
        height: 3610.79px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.966744);
        -ms-transform: scale(.966744);
        -o-transform: scale(.966744);
        transform: scale(.966744)
    }
}

@media (max-width:587px) {
    .page-info-team .site-main {
        height: 3579.74px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.95843);
        -ms-transform: scale(.95843);
        -o-transform: scale(.95843);
        transform: scale(.95843)
    }
}

@media (max-width:582px) {
    .page-info-team .site-main {
        height: 3548.68px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.950116);
        -ms-transform: scale(.950116);
        -o-transform: scale(.950116);
        transform: scale(.950116)
    }
}

@media (max-width:577px) {
    .page-info-team .site-main {
        height: 3517.63px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.941802);
        -ms-transform: scale(.941802);
        -o-transform: scale(.941802);
        transform: scale(.941802)
    }
}

@media (max-width:572px) {
    .page-info-team .site-main {
        height: 3486.58px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.933488);
        -ms-transform: scale(.933488);
        -o-transform: scale(.933488);
        transform: scale(.933488)
    }
}

@media (max-width:567px) {
    .page-info-team .site-main {
        height: 3455.52px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.925174);
        -ms-transform: scale(.925174);
        -o-transform: scale(.925174);
        transform: scale(.925174)
    }
}

@media (max-width:562px) {
    .page-info-team .site-main {
        height: 3424.47px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.91686);
        -ms-transform: scale(.91686);
        -o-transform: scale(.91686);
        transform: scale(.91686)
    }
}

@media (max-width:557px) {
    .page-info-team .site-main {
        height: 3393.42px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.908546);
        -ms-transform: scale(.908546);
        -o-transform: scale(.908546);
        transform: scale(.908546)
    }
}

@media (max-width:552px) {
    .page-info-team .site-main {
        height: 3362.37px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.900232);
        -ms-transform: scale(.900232);
        -o-transform: scale(.900232);
        transform: scale(.900232)
    }
}

@media (max-width:547px) {
    .page-info-team .site-main {
        height: 3331.31px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.891918);
        -ms-transform: scale(.891918);
        -o-transform: scale(.891918);
        transform: scale(.891918)
    }
}

@media (max-width:542px) {
    .page-info-team .site-main {
        height: 3300.26px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.883604);
        -ms-transform: scale(.883604);
        -o-transform: scale(.883604);
        transform: scale(.883604)
    }
}

@media (max-width:537px) {
    .page-info-team .site-main {
        height: 3269.21px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.87529);
        -ms-transform: scale(.87529);
        -o-transform: scale(.87529);
        transform: scale(.87529)
    }
}

@media (max-width:532px) {
    .page-info-team .site-main {
        height: 3238.16px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.866976);
        -ms-transform: scale(.866976);
        -o-transform: scale(.866976);
        transform: scale(.866976)
    }
}

@media (max-width:527px) {
    .page-info-team .site-main {
        height: 3207.1px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.858662);
        -ms-transform: scale(.858662);
        -o-transform: scale(.858662);
        transform: scale(.858662)
    }
}

@media (max-width:522px) {
    .page-info-team .site-main {
        height: 3176.05px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.850348);
        -ms-transform: scale(.850348);
        -o-transform: scale(.850348);
        transform: scale(.850348)
    }
}

@media (max-width:517px) {
    .page-info-team .site-main {
        height: 3145px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.842034);
        -ms-transform: scale(.842034);
        -o-transform: scale(.842034);
        transform: scale(.842034)
    }
}

@media (max-width:512px) {
    .page-info-team .site-main {
        height: 3113.94px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.83372);
        -ms-transform: scale(.83372);
        -o-transform: scale(.83372);
        transform: scale(.83372)
    }
}

@media (max-width:507px) {
    .page-info-team .site-main {
        height: 3082.89px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.825406);
        -ms-transform: scale(.825406);
        -o-transform: scale(.825406);
        transform: scale(.825406)
    }
}

@media (max-width:502px) {
    .page-info-team .site-main {
        height: 3051.84px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.817092);
        -ms-transform: scale(.817092);
        -o-transform: scale(.817092);
        transform: scale(.817092)
    }
}

@media (max-width:497px) {
    .page-info-team .site-main {
        height: 3020.79px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.808778);
        -ms-transform: scale(.808778);
        -o-transform: scale(.808778);
        transform: scale(.808778)
    }
}

@media (max-width:492px) {
    .page-info-team .site-main {
        height: 2989.73px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.800464);
        -ms-transform: scale(.800464);
        -o-transform: scale(.800464);
        transform: scale(.800464)
    }
}

@media (max-width:487px) {
    .page-info-team .site-main {
        height: 2958.68px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.79215);
        -ms-transform: scale(.79215);
        -o-transform: scale(.79215);
        transform: scale(.79215)
    }
}

@media (max-width:482px) {
    .page-info-team .site-main {
        height: 2927.63px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.783836);
        -ms-transform: scale(.783836);
        -o-transform: scale(.783836);
        transform: scale(.783836)
    }
}

@media (max-width:480px) {
    .page-info-team .site-main {
        height: 2894.63px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.775);
        -ms-transform: scale(.775);
        -o-transform: scale(.775);
        transform: scale(.775)
    }
}

@media (max-width:475px) {
    .page-info-team .site-main {
        height: 2862.5px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.7664);
        -ms-transform: scale(.7664);
        -o-transform: scale(.7664);
        transform: scale(.7664)
    }
}

@media (max-width:470px) {
    .page-info-team .site-main {
        height: 2830.38px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.7578);
        -ms-transform: scale(.7578);
        -o-transform: scale(.7578);
        transform: scale(.7578)
    }
}

@media (max-width:465px) {
    .page-info-team .site-main {
        height: 2798.26px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.7492);
        -ms-transform: scale(.7492);
        -o-transform: scale(.7492);
        transform: scale(.7492)
    }
}

@media (max-width:460px) {
    .page-info-team .site-main {
        height: 2766.14px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.7406);
        -ms-transform: scale(.7406);
        -o-transform: scale(.7406);
        transform: scale(.7406)
    }
}

@media (max-width:455px) {
    .page-info-team .site-main {
        height: 2734.02px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.732);
        -ms-transform: scale(.732);
        -o-transform: scale(.732);
        transform: scale(.732)
    }
}

@media (max-width:450px) {
    .page-info-team .site-main {
        height: 2701.9px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.7234);
        -ms-transform: scale(.7234);
        -o-transform: scale(.7234);
        transform: scale(.7234)
    }
}

@media (max-width:445px) {
    .page-info-team .site-main {
        height: 2669.78px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.7148);
        -ms-transform: scale(.7148);
        -o-transform: scale(.7148);
        transform: scale(.7148)
    }
}

@media (max-width:440px) {
    .page-info-team .site-main {
        height: 2637.66px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.7062);
        -ms-transform: scale(.7062);
        -o-transform: scale(.7062);
        transform: scale(.7062)
    }
}

@media (max-width:435px) {
    .page-info-team .site-main {
        height: 2605.54px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.6976);
        -ms-transform: scale(.6976);
        -o-transform: scale(.6976);
        transform: scale(.6976)
    }
}

@media (max-width:430px) {
    .page-info-team .site-main {
        height: 2573.42px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.689);
        -ms-transform: scale(.689);
        -o-transform: scale(.689);
        transform: scale(.689)
    }
}

@media (max-width:425px) {
    .page-info-team .site-main {
        height: 2541.29px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.6804);
        -ms-transform: scale(.6804);
        -o-transform: scale(.6804);
        transform: scale(.6804)
    }
}

@media (max-width:420px) {
    .page-info-team .site-main {
        height: 2509.17px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.6718);
        -ms-transform: scale(.6718);
        -o-transform: scale(.6718);
        transform: scale(.6718)
    }
}

@media (max-width:415px) {
    .page-info-team .site-main {
        height: 2477.05px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.6632);
        -ms-transform: scale(.6632);
        -o-transform: scale(.6632);
        transform: scale(.6632)
    }
}

@media (max-width:410px) {
    .page-info-team .site-main {
        height: 2444.93px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.6546);
        -ms-transform: scale(.6546);
        -o-transform: scale(.6546);
        transform: scale(.6546)
    }
}

@media (max-width:405px) {
    .page-info-team .site-main {
        height: 2412.81px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.646);
        -ms-transform: scale(.646);
        -o-transform: scale(.646);
        transform: scale(.646)
    }
}

@media (max-width:400px) {
    .page-info-team .site-main {
        height: 2380.69px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.6374);
        -ms-transform: scale(.6374);
        -o-transform: scale(.6374);
        transform: scale(.6374)
    }
}

@media (max-width:395px) {
    .page-info-team .site-main {
        height: 2348.57px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.6288);
        -ms-transform: scale(.6288);
        -o-transform: scale(.6288);
        transform: scale(.6288)
    }
}

@media (max-width:390px) {
    .page-info-team .site-main {
        height: 2316.45px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.6202);
        -ms-transform: scale(.6202);
        -o-transform: scale(.6202);
        transform: scale(.6202)
    }
}

@media (max-width:385px) {
    .page-info-team .site-main {
        height: 2284.33px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.6116);
        -ms-transform: scale(.6116);
        -o-transform: scale(.6116);
        transform: scale(.6116)
    }
}

@media (max-width:380px) {
    .page-info-team .site-main {
        height: 2252.21px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.603);
        -ms-transform: scale(.603);
        -o-transform: scale(.603);
        transform: scale(.603)
    }
}

@media (max-width:375px) {
    .page-info-team .site-main {
        height: 2220.08px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.5944);
        -ms-transform: scale(.5944);
        -o-transform: scale(.5944);
        transform: scale(.5944)
    }
}

@media (max-width:370px) {
    .page-info-team .site-main {
        height: 2187.96px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.5858);
        -ms-transform: scale(.5858);
        -o-transform: scale(.5858);
        transform: scale(.5858)
    }
}

@media (max-width:365px) {
    .page-info-team .site-main {
        height: 2155.84px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.5772);
        -ms-transform: scale(.5772);
        -o-transform: scale(.5772);
        transform: scale(.5772)
    }
}

@media (max-width:360px) {
    .page-info-team .site-main {
        height: 2123.72px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.5686);
        -ms-transform: scale(.5686);
        -o-transform: scale(.5686);
        transform: scale(.5686)
    }
}

@media (max-width:355px) {
    .page-info-team .site-main {
        height: 2091.6px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.56);
        -ms-transform: scale(.56);
        -o-transform: scale(.56);
        transform: scale(.56)
    }
}

@media (max-width:350px) {
    .page-info-team .site-main {
        height: 2059.48px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.5514);
        -ms-transform: scale(.5514);
        -o-transform: scale(.5514);
        transform: scale(.5514)
    }
}

@media (max-width:345px) {
    .page-info-team .site-main {
        height: 2027.36px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.5428);
        -ms-transform: scale(.5428);
        -o-transform: scale(.5428);
        transform: scale(.5428)
    }
}

@media (max-width:340px) {
    .page-info-team .site-main {
        height: 1995.24px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.5342);
        -ms-transform: scale(.5342);
        -o-transform: scale(.5342);
        transform: scale(.5342)
    }
}

@media (max-width:335px) {
    .page-info-team .site-main {
        height: 1963.12px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.5256);
        -ms-transform: scale(.5256);
        -o-transform: scale(.5256);
        transform: scale(.5256)
    }
}

@media (max-width:330px) {
    .page-info-team .site-main {
        height: 1931px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.517);
        -ms-transform: scale(.517);
        -o-transform: scale(.517);
        transform: scale(.517)
    }
}

@media (max-width:325px) {
    .page-info-team .site-main {
        height: 1898.87px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.5084);
        -ms-transform: scale(.5084);
        -o-transform: scale(.5084);
        transform: scale(.5084)
    }
}

@media (max-width:320px) {
    .page-info-team .site-main {
        height: 1866.75px
    }
    .page-info-team .members-list {
        -webkit-transform: scale(.4998);
        -ms-transform: scale(.4998);
        -o-transform: scale(.4998);
        transform: scale(.4998)
    }
}

.page-info-member .info-member-jumbotron {
    margin-bottom: 0
}

.page-info-member .site-main {
    position: relative
}

.page-info-member .workerlist {
    overflow: hidden;
    width: 100%;
    min-height: 400px;
    margin-bottom: 0;
    border-top: 1px solid #eee;
    background: #fff
}

.page-info-member .workerlist li {
    display: none;
    width: 100%
}

.page-info-member .workerlist li img {
    width: 50%;
    float: left;
    display: inline
}

@media (max-width:880px) {
    .page-info-member .workerlist li img {
        float: none;
        display: block;
        width: 100%
    }
}

.page-info-member .workerlist li .info-text {
    width: 50%;
    height: 100%;
    overflow: hidden;
    padding-left: 80px;
    padding-top: 8%;
    float: right;
    display: inline;
    color: #3e3a39
}

@media (min-width:880px) and (max-width:1200px) {
    .page-info-member .workerlist li .info-text {
        padding-top: 4%;
        padding-left: 40px
    }
}

@media (max-width:880px) {
    .page-info-member .workerlist li .info-text {
        float: none;
        width: 100%;
        display: block;
        padding: 4em 15px
    }
}

.page-info-member .workerlist li .info-text .name {
    font-weight: 400;
    font-size: 2.5em;
    color: inherit
}

@media (min-width:480px) and (max-width:1200px) {
    .page-info-member .workerlist li .info-text .name {
        font-size: 1.6em
    }
}

@media (max-width:480px) {
    .page-info-member .workerlist li .info-text .name {
        font-size: 1.8em
    }
}

.page-info-member .workerlist li .info-text .job-title {
    font-weight: 400;
    font-size: 1.3em;
    letter-spacing: 2px;
    color: inherit
}

@media (max-width:1200px) {
    .page-info-member .workerlist li .info-text .job-title {
        font-size: 1em
    }
}

.page-info-member .workerlist li .info-text .motto {
    margin-right: 80px;
    padding-top: .6em;
    font-size: 2em;
    font-weight: 600;
    line-height: 1.3em
}

@media (max-width:1200px) {
    .page-info-member .workerlist li .info-text .motto {
        font-size: 1.5em
    }
}

.page-info-member .workerlist li .info-text .article {
    margin-top: 20px;
    margin-right: 80px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px
}

@media (min-width:980px) and (max-width:1200px) {
    .page-info-member .workerlist li .info-text .article {
        font-size: 1em
    }
}

@media (min-width:880px) and (max-width:980px) {
    .page-info-member .workerlist li .info-text .article {
        font-size: .8em;
        line-height: 18px
    }
}

@media (max-width:880px) {
    .page-info-member .workerlist li .info-text .article {
        font-size: .8em;
        line-height: 18px;
        margin-right: 0
    }
}

.page-info-member .workerlist .act {
    display: block
}

.page-info-member .buttons {
    width: 100%;
    position: absolute;
    top: 45%
}

.page-info-member .buttons span {
    display: inline-block;
    background-color: #2079b1;
    color: #fff;
    padding: 10px;
    width: 30px;
    text-align: center;
    text-indent: -9999px;
    cursor: pointer;
    -webkit-transition: all .2s ease-out .3s;
    -o-transition: all .2s ease-out .3s;
    transition: all .2s ease-out .3s
}

.page-info-member .buttons span:hover {
    text-indent: 0;
    width: 80px
}

.page-info-member .buttons .next {
    float: right
}

.page-info-jobs .box-list .box-item {
    margin-bottom: 35px
}

.page-info-jobs .careers-nav {
    display: block;
    max-width: 1010px;
    margin: 63px auto
}

@media (max-width:767px) {
    .page-info-jobs .careers-nav {
        font-size: 30px
    }
}

.page-info-jobs .careers-nav ul li {
    display: inline-block;
    text-align: center
}

.page-info-jobs .careers-nav ul li a {
    display: block;
    height: 200px;
    margin: 0 auto
}

.page-info-jobs .careers-nav ul li a img {
    transition: all .2s ease-out
}

.page-info-jobs .careers-nav ul li a .item-title {
    font-size: 36px;
    color: #383838;
    line-height: 53px
}

.page-info-jobs .careers-nav ul li a .item-explain {
    font-size: 16px;
    color: #6E6E6E;
    line-height: 32px
}

.page-info-jobs .careers-nav ul li a:hover img {
    opacity: .75
}

.page-info-jobs .job-list {
    margin-bottom: 30px
}

.page-info-jobs .table {
    color: #a6a6a6;
    font-size: 16px
}

.page-info-jobs .table>tbody>tr:last-child td {
    border-bottom: none
}

.page-info-jobs .table>tbody>tr>td {
    width: 230px;
    padding: 25px 0;
    border-top: none;
    border-bottom: 1px solid #ddd;
    text-align: center
}

.page-info-jobs .table>tbody>tr>td:first-child {
    text-align: left
}

.page-info-jobs .table>tbody>tr>td:last-child {
    text-align: right
}

.page-info-jobs .table>tbody>tr>td a {
    color: grey
}

.page-info-jobs .table>tbody>tr>td a:hover {
    color: #03A9F4
}

.page-info-jobs .table>tbody>tr>td a .icon-chevron-right {
    position: relative;
    top: 1px;
    margin-left: 5px
}

.page-info-contactus .contact-info {
    margin-bottom: 60px;
    text-align: center
}

.page-info-contactus .contact-info h2 {
    margin-top: 0;
    margin-bottom: 40px;
    color: #383838;
    font-size: 40px;
    text-align: center
}

.page-info-contactus .cat-nav {
    margin-bottom: 50px;
    text-align: center
}

.page-info-contactus .cat-nav li {
    display: inline-block
}

.page-info-contactus .cat-nav li a {
    margin: 0 20px;
    font-size: 15px;
    color: #383838
}

.page-info-contactus .cat-nav li.active a {
    color: #03A9F4
}

.page-info-contactus .contact-map .contact-box {
    position: absolute;
    top: 50%;
    right: 12%;
    width: 371px;
    min-height: 216px;
    margin-top: -106px;
    padding: 40px 30px 45px;
    background: #fff;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-transition: all 218ms;
    -o-transition: all 218ms;
    transition: all 218ms
}

.page-info-contactus .contact-map .address-content {
    color: #23262B;
    text-align: left
}

.page-info-contactus .contact-map .address-content h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 24px
}

.page-info-contactus .contact-map .address-content p {
    margin-bottom: 10px;
    line-height: 20px
}

@media (max-width:768px) {
    .page-info-contactus .contact-map {
        height: auto
    }
    .page-info-contactus .contact-map .contact-box {
        position: relative;
        width: 100%;
        right: 0;
        top: 0;
        margin-top: 0
    }
}

.page-info-press .press-box {
    margin-bottom: 20px
}

.page-info-press .press-list {
    margin-bottom: 30px
}

.page-info-press .news-report-item hr {
    float: left;
    margin: 20px;
    width: 100%;
    border-top: 0
}

@media (max-width:992px) {
    .page-info-press .news-report-item hr {
        margin: 0 0 16px
    }
}

.page-info-press .news-report-item:first-child {
    margin-top: 0
}

.page-info-press .news-report-item:last-child {
    margin-bottom: 30px
}

.page-info-press .news-report-item:last-child hr {
    display: none
}

.page-info-press .news-report-item blockquote {
    margin-bottom: 0;
    border-left: 0 none
}

.page-info-press .news-report-item footer {
    font-size: 16px
}

.page-info-press .news-source-logo {
    display: block;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center
}

.page-info-press .news-source-logo.limit-height {
    background-size: auto 50%
}

.page-info-press .news-source-logo.limit-width {
    background-size: 100% auto
}

.page-info-press .contact-box,
.page-info-press .material-box {
    background-size: cover;
    font-size: 16px
}

.page-info-press .box-content.material-box .content {
    color: #fff;
    padding-top: 40px;
    -webkit-transition: all 250ms ease-in-out 150ms;
    -o-transition: all 250ms ease-in-out 150ms;
    transition: all 250ms ease-in-out 150ms
}

.page-info-press .box-content.material-box .content.presskit-box {
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 24px 0 0;
    text-align: center;
    position: relative;
    border-radius: 0 0 5px 5px;
    background-color: rgba(0, 0, 0, 0)
}

.page-info-press .box-content.material-box .content-active {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center
}

.page-info-press .box-content.material-box .content-active .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -80px 0 0 -25px;
    font-size: 50px;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms
}

.page-info-press .box-content.material-box:hover .content-active .icon {
    margin-top: -30px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 250ms ease-in-out 250ms;
    -o-transition: all 250ms ease-in-out 250ms;
    transition: all 250ms ease-in-out 250ms
}

.page-info-press .box-content.material-box:hover .content {
    padding-top: 200px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.page-info-partners .container {
    position: relative
}

.page-info-partners .partner-tab {
    margin-bottom: 32px;
    text-align: center
}

.page-info-partners .partner-tab li {
    display: inline-block;
    padding-right: 32px;
    text-align: center
}

.page-info-partners .partner-tab li:last-child {
    padding-right: 0
}

.page-info-partners .partner-tab li a {
    display: block;
    width: 100px;
    height: 42px;
    line-height: 38px;
    padding: 0 10px;
    border: 2px solid #ededed;
    color: #a6a6a6
}

@media (min-width:768px) {
    .page-info-partners .partner-tab li a {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }
}

.page-info-partners .partner-tab li a:hover,
.page-info-partners .partner-tab li.active a {
    border-color: #03A9F4;
    color: #03A9F4
}

@media (max-width:767px) {
    .page-info-partners .partner-tab:after,
    .page-info-partners .partner-tab:before {
        content: " ";
        display: table
    }
    .page-info-partners .partner-tab:after {
        clear: both
    }
    .page-info-partners .partner-tab li {
        float: left;
        width: 50%;
        padding-right: 0
    }
    .page-info-partners .partner-tab li:first-child.active+li a {
        border-left: none
    }
    .page-info-partners .partner-tab li:not(:first-child).active {
        margin-left: -1px
    }
    .page-info-partners .partner-tab li a {
        width: 100%;
        border-width: 1px
    }
}

.page-info-partners .partners-list {
    margin-bottom: 30px
}

.page-info-partners .partners-list .list-item {
    margin-bottom: 30px;
    text-align: center
}

.page-info-partners .partners-list a {
    display: block;
    min-height: 114px;
    padding: 10px 0;
    border: 1px solid #ededed;
    -webkit-transition: all 218ms;
    -o-transition: all 218ms;
    transition: all 218ms
}

.page-info-partners .partners-list a:hover {
    border: 1px solid #bababa
}

.page-info-partners .partners-list a img {
    width: 100%;
    max-width: 260px;
    max-height: 92px
}

@media (max-width:992px) {
    .page-info-press .news-report-item .col-md-2 {
        display: none
    }
}

@media (max-width:768px) {
    .page-info-jobs .box-list .box-item,
    .page-info-team .site-main {
        margin-bottom: 15px
    }
    .page-info-jobs .job-list,
    .page-info-press .press-list {
        margin-bottom: 0
    }
    .page-info-jobs .job-list .table>tbody>tr td {
        width: auto;
        text-align: left
    }
    .page-info-jobs .job-list .table>tbody>tr:first-child td {
        padding-top: 15px
    }
    .page-info-press .press-list .box-item {
        margin-bottom: 15px
    }
    .page-info-press .press-list .news-report-item {
        overflow: hidden;
        margin-top: 0
    }
    .page-info-press .press-list .news-report-item blockquote {
        font-size: 16px;
        margin: 0;
        padding: 0
    }
    .page-info-partners .partner-tab {
        margin-bottom: 15px
    }
    .page-info-partners .partners-list {
        margin-bottom: 0
    }
    .page-info-partners .partners-list .list-item {
        margin-bottom: 15px
    }
}

@media (max-width:768px) and (max-width:480px) {
    .page-info-jobs .job-list .table>tbody>tr:first-child td {
        padding-top: 0
    }
}

@media (max-width:480px) {
    .info-jumbotron {
        padding-top: 80px;
        font-size: 28px
    }
    .info-jumbotron .subcol-nav ul li a {
        padding: 10px;
        font-size: 12px
    }
    .page-info-jobs .table {
        margin-bottom: 0;
        font-size: 14px
    }
    .page-info-jobs .table>tbody>tr>td {
        padding: 15px 0
    }
    .page-info-jobs .table>tbody>tr>td:last-child {
        text-align: right
    }
}

@media (max-width:320px) {
    .info-jumbotron .title span {
        display: inline
    }
}

.page-new {
    background-color: #e8e9eb
}

.page-new .feature {
    border-top: 1px solid #333
}

.page-new .feature .feature-content {
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    background-color: #f5f6f7;
    -webkit-transition: all .3s cubic-bezier(.7, 0, .3, 1) 0;
    transition: all .3s cubic-bezier(.7, 0, .3, 1) 0;
    -moz-transition: all .3s ease-in-out
}

.page-new .feature .feature-content .feature-content-wrapper {
    width: 100%;
    max-width: 740px;
    padding: 50px 20px;
    margin: 0 auto
}

.page-new .feature .feature-title {
    position: relative;
    height: 100px;
    padding: 25px 0;
    background-color: #383838;
    cursor: pointer
}

.page-new .feature .feature-title h2 {
    margin: 0;
    letter-spacing: 2px;
    color: #fff
}

.page-new .feature .feature-title p {
    margin-top: 5px;
    font-size: 14px;
    color: #a6a6a6
}

.page-new .feature .feature-title .content-wrapper {
    position: relative;
    width: 100%;
    max-width: 1040px;
    padding: 0 40px;
    margin: 0 auto
}

.page-new .feature .feature-title:after {
    display: none;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .02)
}

.page-new .feature .feature-title:hover:after {
    display: block
}

.page-new .feature .feature-content-wrapper h3 {
    padding: 20px 0 0;
    font-size: 24px;
    color: #383838
}

.page-new .feature .feature-content-wrapper p {
    margin-bottom: 20px;
    color: grey;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 40px;
    line-height: 26px
}

.page-new .feature .feature-content-wrapper p>img {
    width: 100%;
    max-width: 660px;
    margin-bottom: 30px
}

.page-new .feature.open .feature-content {
    height: auto;
    max-height: 10000px;
    visibility: visible
}

.page-new .feature.open .feature-title .arrow {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg)
}

.page-new .ias-trigger,
.page-new .loading-indicator {
    padding-top: 40px
}

.page-new .new-slogan {
    height: 250px;
    padding: 70px 0 60px;
    background-color: #e8e9eb
}

.page-new .new-slogan .content-wrapper {
    max-width: 1200px;
    margin: 0 auto
}

.page-new .new-slogan h2 {
    font-size: 32px;
    text-align: center
}

@media (max-width:768px) {
    .page-new .feature .feature-item .feature-images {
        padding-right: 40px
    }
    .page-new .feature .feature-title .arrow {
        right: 15px
    }
    .page-new .new-slogan .signature {
        float: none;
        margin: 20px auto
    }
}

@media (max-width:480px) {
    .page-new .feature .feature-title h2,
    .page-new .new-slogan h2 {
        font-size: 22px
    }
    .page-new .feature .feature-item .feature-images img {
        max-width: 290px
    }
    .page-new .feature .feature-title .content-wrapper {
        padding: 0 30px 0 15px
    }
}

.page-privacy .site-main .container {
    max-width: 960px;
    padding: 20px 50px;
    margin: 50px auto;
    border: 1px solid #DDD;
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
}

.page-privacy .privacy-header-title {
    margin: 30px 0;
    font-size: 26px
}

.page-privacy section {
    margin-bottom: 20px
}

.page-privacy .privacy-list {
    list-style: disc;
    padding-left: 30px
}

.page-privacy .privacy-list.lower-roman {
    list-style: lower-roman
}

.page-privacy .privacy-list li {
    line-height: 1.5
}

.page-privacy .privacy-content {
    font-size: 14px
}

.page-privacy .privacy-title {
    display: block;
    font-size: 16px;
    font-weight: 700
}

@media (max-width:480px) {
    .page-privacy {
        padding: 0
    }
    .page-privacy .site-header {
        display: none
    }
    .page-privacy .site-main .container {
        margin: 0 auto;
        padding: 0 30px 30px;
        border: none;
        box-shadow: none
    }
}

.analysis-view .main-container {
    max-width: 1050px;
    margin: -480px auto 90px
}

.analysis-view .main-container .titile-container {
    margin-bottom: 76px
}

.analysis-view .main-container .titile-container h1 {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 55px
}

.analysis-view .main-container .titile-container ul {
    max-width: 610px;
    padding: 0 20px 0 40px;
    font-size: 20px;
    color: #A6A6A6;
    text-align: left;
    list-style: inherit;
    margin: 0 auto
}

.analysis-view .main-container .titile-container li {
    line-height: 30px;
    margin-bottom: 10px
}

.analysis-view .main-container .titile-container li .important {
    color: #383838
}

.analysis-view .main-container .titile-container li .small {
    font-size: 16px;
    color: grey
}

.analysis-view .main-container .cards {
    display: flex;
    flex-flow: row wrap
}

.analysis-view .main-container .cards .card {
    width: 300px;
    padding: 20px;
    margin: 20px 25px;
    position: relative;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .05);
    transition: all .3s ease;
    top: 0
}

.analysis-view .main-container .cards .card:hover {
    box-shadow: 0 7px 21px rgba(0, 0, 0, .15);
    top: -6px
}

.analysis-view .main-container .cards .card:hover .card-image {
    position: relative;
    transform: scale(1.06)
}

.analysis-view .main-container .cards .card .img-box {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
    width: 260px;
    height: 130px;
    position: relative;
    z-index: 1
}

.analysis-view .main-container .cards .card .img-box .card-image {
    transition: all 1s ease;
    width: 100%;
    height: auto
}

.analysis-view .main-container .cards .card .img-box .play-icon-wraper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:480px) {
    .analysis-view {
        min-width: 375px
    }
    .analysis-view .main-container {
        margin-top: -520px
    }
    .analysis-view .main-container .titile-container {
        margin-bottom: 20px
    }
    .analysis-view .main-container .titile-container h1 {
        font-size: 30px
    }
    .analysis-view .main-container .cards {
        justify-content: center
    }
}

.page-research-cases .box-content .content {
    position: relative;
    z-index: 2
}

.page-research-cases .box-content:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 200px;
    width: 100%;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0)
}

.page-research-join .site-main .container {
    margin-top: 50px;
    padding-bottom: 150px
}

.page-research-join .research-join-jumbotron {
    background-color: transparent;
    padding-bottom: 0;
    margin-bottom: 0
}

.page-research-join .research-join-jumbotron h2 {
    text-indent: -9999px;
    margin: 0
}

.page-research-join .research-join-jumbotron img {
    width: 100%;
    max-width: 513px;
    margin-bottom: 40px
}

.page-research-join .research-join-jumbotron .research-description {
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 16px;
    color: #a6a6a6;
    line-height: 32px;
    letter-spacing: 1px
}

.page-research-join .research-join-jumbotron .research-learn-more {
    margin-top: 42px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #a6a6a6
}

.page-research-join .research-process {
    padding: 50px 0 70px
}

.page-research-join .research-process .col-md-7 {
    padding-top: 40px
}

.page-research-join .research-process .col-md-5 {
    text-align: center
}

.page-research-join .research-process-title {
    margin: 4px 4px 4px 60px;
    text-align: left;
    font-size: 30px
}

.page-research-join .research-process-desc {
    margin-top: 20px;
    padding: 0 60px;
    font-size: 15px;
    color: #a6a6a6;
    line-height: 34px;
    letter-spacing: 1px;
    text-align: left
}

.page-research-join .research-process-figure {
    width: 100%
}

.page-research-join .research-process-figure.figure-one {
    margin-top: 30px;
    max-width: 341px
}

.page-research-join .research-process-figure.figure-two {
    max-width: 451px
}

.page-research-join .research-process-figure.figure-three {
    max-width: 400px
}

.page-research-join .research-process-figure.figure-four {
    max-width: 330px
}

.page-research-join .research-process-figure.figure-five {
    max-width: 325px
}

.page-research-join .research-process-icon {
    float: left;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 56px;
    text-indent: 10px;
    border-radius: 48px;
    font-size: 36px;
    font-weight: lighter;
    background-color: #03A9F4;
    color: #FFF;
    -webkit-font-smoothing: subpixel-antialiased
}

.page-research-join .research-footer {
    margin: 70px 0;
    text-align: center
}

.page-research-join .research-footer>img {
    width: 100%;
    max-width: 778px;
    margin-bottom: 50px
}

.page-research-join .research-footer-title {
    text-indent: -9999px
}

.page-research-join .modal-window .modal-back {
    min-height: 1000px
}

@media (max-width:768px) {
    .page-research-join .modal-window .modal-back {
        min-height: 1350px
    }
}

.page-research-join .modal-window .modal-card {
    top: 0;
    width: 600px;
    padding: 0;
    margin-left: -300px;
    margin-top: 70px
}

@media (max-width:480px) {
    .page-research-join .modal-window .modal-back {
        min-height: 1220px
    }
    .page-research-join .modal-window .modal-card {
        left: 50%;
        width: 300px;
        margin: 50px auto 50px -150px
    }
    .page-research-join .modal-window .modal-card .modal-header {
        height: 60px
    }
    .page-research-join .modal-window .modal-card .modal-header .avatar {
        display: none
    }
}

.page-research-join .modal-window .modal-card .modal-header .title {
    float: left
}

.page-research-join .modal-window .modal-card .modal-header .close-handler {
    position: static;
    float: right;
    font-size: 18px;
    color: #fff;
    -webkit-transition: text-shadow 218ms;
    -o-transition: text-shadow 218ms;
    transition: text-shadow 218ms
}

.page-research-join .modal-window .modal-card .modal-header .close-handler:hover {
    text-shadow: 0 0 3px rgba(255, 255, 255, .7)
}

.page-research-join .modal-window .modal-card .form-group {
    margin-bottom: 20px
}

.page-research-join .modal-window .modal-card .form-label {
    font-size: 18px;
    color: #888
}

.page-research-join .modal-card .research-form {
    padding: 20px
}

.page-research-join .modal-card .research-form::-webkit-input-placeholder {
    color: #bababa;
    letter-spacing: 1px
}

.page-research-join .modal-card .research-form::-moz-placeholder {
    color: #bababa;
    letter-spacing: 1px
}

.page-research-join .modal-card .research-form .row {
    margin-left: -10px;
    margin-right: -10px
}

.page-research-join .modal-card .research-form [class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}

.page-research-join .modal-card .research-form .subtype {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    line-height: 90px;
    border: 2px solid #bababa;
    border-radius: 4px;
    text-align: center;
    font-size: 22px;
    color: #bababa;
    cursor: pointer;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms
}

.page-research-join .modal-card .research-form .subtype:hover {
    border-color: #a6a6a6;
    color: #a6a6a6
}

.page-research-join .modal-card .research-form .subtype.active {
    border-color: #56b7e3;
    color: #56b7e3
}

.page-research-join .modal-card .research-form .subtype .icon {
    position: relative;
    top: 3px;
    font-size: 30px
}

.page-research-join .modal-card .research-form .form-group.has-value .form-control,
.page-research-join .modal-card .research-form .form-group.has-value .input-group-addon,
.page-research-join .modal-card .research-form .input-group.has-value .form-control,
.page-research-join .modal-card .research-form .input-group.has-value .input-group-addon {
    border-color: #a6a6a6
}

.page-research-join .modal-card .research-form .input-group-addon {
    background-color: #FFF;
    color: #666
}

.page-research-join .modal-card .research-form .confirm-handler {
    width: 100%;
    padding: 10px
}

@media (max-width:1200px) {
    .page-research-join .research-description,
    .page-research-join .research-join-jumbotron .research-description,
    .page-research-join .research-process-desc {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:992px) {
    .page-research-join .col-md-5.pull-left,
    .page-research-join .col-md-7.pull-right {
        float: none!important
    }
}

.article-toolbar {
    padding-bottom: 50px
}

.article-toolbar .btn {
    height: 50px;
    line-height: 20px
}

.article-toolbar .article-share-group {
    margin-top: 40px
}

.article-toolbar .article-share-group a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    border: 1px solid #a6a6a6;
    color: #a6a6a6;
    border-radius: 50%;
    padding: 0;
    -webkit-transition: all 218ms;
    -o-transition: all 218ms;
    transition: all 218ms
}

.article-toolbar .article-share-group a .icon {
    font-size: 28px;
    line-height: 50px
}

.article-toolbar .article-share-group a.weibo:hover {
    border-color: #c5282f;
    color: #c5282f
}

.article-toolbar .article-share-group a.wechat:hover {
    border-color: #44b549;
    color: #44b549
}

.article-toolbar .article-share-group a.twitter:hover {
    border-color: #7fdbff;
    color: #7fdbff
}

.article-toolbar .article-share-group a.facebook:hover {
    border-color: #3b5998;
    color: #3b5998
}

.article-toolbar .enter-join-box .enter-join {
    width: 100%;
    height: 100%;
    padding: 15px;
    display: block;
    border-radius: 3px;
    letter-spacing: 3px;
    background-color: rgba(0, 0, 0, .28)
}

.article-toolbar .enter-join-box .enter-join span {
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
    font-size: 28px;
    border-radius: 2px;
    line-height: 150px;
    border: 1px solid #fff
}

.article-toolbar .enter-join-box:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
}

@media (min-width:480px) {
    .en .research-jumbotron {
        padding-top: 100px
    }
}

body[class*=page-support],
body[class*=page-best-practices] {
    color: grey
}

body[class*=page-support].tbsite-article,
body[class*=page-best-practices].tbsite-article {
    padding-top: 50px
}

body[class*=page-support] .site-header,
body[class*=page-best-practices] .site-header {
    border-color: #e6e6e6
}

body[class*=page-support] [class*=col-],
body[class*=page-best-practices] [class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width:991px) {
    body[class*=page-support] .row,
    body[class*=page-best-practices] .row {
        margin-left: -11px;
        margin-right: -11px
    }
    body[class*=page-support] [class*=col-],
    body[class*=page-best-practices] [class*=col-] {
        padding-left: 5px;
        padding-right: 5px
    }
}

body[class*=page-support] .search-wrapper,
body[class*=page-best-practices] .search-wrapper {
    height: 170px;
    padding: 60px 0;
    border-bottom: 1px solid #e6e6e6;
    background-color: #ededed
}

body[class*=page-support] .search-wrapper .search-form,
body[class*=page-best-practices] .search-wrapper .search-form {
    position: relative;
    max-width: 900px;
    height: 50px;
    margin: 0 auto;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 1px rgba(0, 0, 0, .12)
}

body[class*=page-support] .search-wrapper .search-input,
body[class*=page-best-practices] .search-wrapper .search-input {
    float: left;
    height: 50px;
    width: 100%;
    max-width: 800px;
    padding-left: 47px;
    border-radius: 3px;
    background-color: #FFF;
    border: none;
    color: #383838;
    font-size: 15px
}

body[class*=page-support] .search-wrapper .search-icon.active,
body[class*=page-best-practices] .search-wrapper .search-icon.active {
    opacity: .75;
    filter: alpha(opacity=75)
}

body[class*=page-support] .search-wrapper .btn,
body[class*=page-best-practices] .search-wrapper .btn {
    position: absolute;
    right: 0;
    display: inline-block;
    height: 50px;
    line-height: 38px;
    width: 100px;
    background-color: #6e6e6e;
    font-size: 18px;
    color: rgba(255, 255, 255, .6);
    border: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .13999999999999999)!important;
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, .13999999999999999)!important;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .13999999999999999)!important;
    -webkit-transition: all 218ms;
    -o-transition: all 218ms;
    transition: all 218ms
}

body[class*=page-support] .search-wrapper .btn.active,
body[class*=page-best-practices] .search-wrapper .btn.active {
    background-color: #03A9F4;
    color: #fff
}

body[class*=page-support] .search-wrapper .btn.active:hover,
body[class*=page-best-practices] .search-wrapper .btn.active:hover {
    background-color: #0ab1fc
}

body[class*=page-support] .support-list .list-group-item,
body[class*=page-best-practices] .support-list .list-group-item {
    border-color: #ededed
}

body[class*=page-support] .support-list .item-icon,
body[class*=page-best-practices] .support-list .item-icon {
    float: left;
    display: inline-block;
    width: 20px;
    height: 21px;
    margin-right: 16px;
    background-size: 20px 21px
}

body[class*=page-support] .support-list .item-icon.icon-q,
body[class*=page-best-practices] .support-list .item-icon.icon-q {
    background-image: url(../images/support/list-icon-q@2x.png)
}

body[class*=page-support] .support-list .item-icon.icon-a,
body[class*=page-best-practices] .support-list .item-icon.icon-a {
    margin-top: 2px;
    background-image: url(../images/support/list-icon-a@2x.png)
}

body[class*=page-support] .support-list .item-title,
body[class*=page-best-practices] .support-list .item-title {
    line-height: 21px;
    font-size: 20px
}

body[class*=page-support] .support-list .item-content,
body[class*=page-best-practices] .support-list .item-content {
    padding-top: 14px;
    display: none
}

body[class*=page-support] .support-list .item-content.is-open,
body[class*=page-best-practices] .support-list .item-content.is-open {
    display: block
}

body[class*=page-support] .support-list .item-content .content-body,
body[class*=page-best-practices] .support-list .item-content .content-body {
    overflow: hidden
}

body[class*=page-support] .support-list .item-content .content-body.readable,
body[class*=page-best-practices] .support-list .item-content .content-body.readable {
    font-size: 14px;
    color: grey
}

body[class*=page-support] .support-list .item-content .content-body.readable>:last-child,
body[class*=page-best-practices] .support-list .item-content .content-body.readable>:last-child {
    margin-bottom: 0
}

body[class*=page-support] .support-list a,
body[class*=page-best-practices] .support-list a {
    color: #6e6e6e;
    text-decoration: none
}

body[class*=page-support] .support-list a:hover,
body[class*=page-best-practices] .support-list a:hover {
    color: #03A9F4
}

body[class*=page-support] .quick-nav,
body[class*=page-best-practices] .quick-nav {
    padding: 4px 0 50px
}

body[class*=page-support] .quick-nav .card,
body[class*=page-best-practices] .quick-nav .card {
    display: block;
    min-height: 105px;
    margin-top: 16px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    text-align: center;
    color: grey;
    -webkit-transition: border-color 218ms;
    -o-transition: border-color 218ms;
    transition: border-color 218ms
}

body[class*=page-support] .quick-nav .card:hover,
body[class*=page-best-practices] .quick-nav .card:hover {
    border-color: #03A9F4
}

body[class*=page-support] .quick-nav .card.contact,
body[class*=page-best-practices] .quick-nav .card.contact {
    padding: 24px 10px
}

body[class*=page-support] .quick-nav .card .nav-icon,
body[class*=page-best-practices] .quick-nav .card .nav-icon {
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 20px
}

@media (max-width:930px) {
    body[class*=page-support] .quick-nav .card .nav-icon,
    body[class*=page-best-practices] .quick-nav .card .nav-icon {
        margin-right: 10px
    }
}

body[class*=page-support] .quick-nav .card .desc,
body[class*=page-best-practices] .quick-nav .card .desc {
    font-size: 18px
}

body[class*=page-support] .quick-nav .card.with-icon,
body[class*=page-best-practices] .quick-nav .card.with-icon {
    height: 105px;
    background-repeat: no-repeat
}

body[class*=page-support] .quick-nav .card.with-icon.case .nav-icon,
body[class*=page-best-practices] .quick-nav .card.with-icon.case .nav-icon {
    width: 61px;
    height: 60px;
    background-image: url(../images/support/quick-nav-case@2x.png);
    background-size: 61px 60px
}

body[class*=page-support] .quick-nav .card.with-icon.community .nav-icon,
body[class*=page-best-practices] .quick-nav .card.with-icon.community .nav-icon {
    width: 63px;
    height: 47px;
    background-image: url(../images/support/quick-nav-community@2x.png);
    background-size: 63px 47px
}

body[class*=page-support] .quick-nav .card.with-icon .desc,
body[class*=page-best-practices] .quick-nav .card.with-icon .desc {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

body[class*=page-support] .quick-nav .card.with-icon .desc>*,
body[class*=page-best-practices] .quick-nav .card.with-icon .desc>* {
    vertical-align: middle
}

@media (max-width:991px) {
    body[class*=page-support] .support-list,
    body[class*=page-best-practices] .support-list {
        margin-bottom: 0
    }
    body[class*=page-support] .quick-nav,
    body[class*=page-best-practices] .quick-nav {
        padding-top: 0;
        padding-bottom: 10px
    }
    body[class*=page-support] .quick-nav .card,
    body[class*=page-best-practices] .quick-nav .card {
        margin-top: 10px
    }
}

body[class*=page-support] .typography section:after,
body[class*=page-best-practices] .typography section:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ededed;
    margin: 40px 0
}

@media (max-width:767px) {
    body[class*=page-support] .typography section:after,
    body[class*=page-best-practices] .typography section:after {
        margin: 25px 0
    }
}

body[class*=page-support] .typography section.no-divline:after,
body[class*=page-support] .typography section:last-child:after,
body[class*=page-best-practices] .typography section.no-divline:after,
body[class*=page-best-practices] .typography section:last-child:after {
    display: none
}

body[class*=page-support] .typography section:last-child>:last-child,
body[class*=page-best-practices] .typography section:last-child>:last-child {
    margin-bottom: 0
}

body[class*=page-support] .typography h3,
body[class*=page-support] .typography h4,
body[class*=page-support] .typography h5,
body[class*=page-best-practices] .typography h3,
body[class*=page-best-practices] .typography h4,
body[class*=page-best-practices] .typography h5 {
    color: #383838
}

body[class*=page-support] .typography h3,
body[class*=page-best-practices] .typography h3 {
    font-size: 20px;
    margin-bottom: 26px
}

body[class*=page-support] .typography h4,
body[class*=page-best-practices] .typography h4 {
    margin-bottom: 16px
}

body[class*=page-support] .typography h5,
body[class*=page-best-practices] .typography h5 {
    margin-top: 30px
}

body[class*=page-support] .typography a,
body[class*=page-best-practices] .typography a {
    color: #9c9c9c
}

body[class*=page-support] .typography a:hover,
body[class*=page-best-practices] .typography a:hover {
    color: #03A9F4
}

body[class*=page-support] .typography a .icon-chevron-right,
body[class*=page-best-practices] .typography a .icon-chevron-right {
    font-size: .8em;
    margin-left: 5px
}

body[class*=page-support] .typography .number,
body[class*=page-best-practices] .typography .number {
    float: left;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 8px;
    margin-top: 1px;
    border-radius: 50%;
    color: #FFF;
    background-color: grey;
    text-align: center;
    font-size: 11px
}

body[class*=page-support] .typography figure,
body[class*=page-best-practices] .typography figure {
    background: #ededed;
    margin-bottom: 20px
}

body[class*=page-support] .typography figure img,
body[class*=page-best-practices] .typography figure img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%\9;
    max-width: 100%;
    height: auto
}

body[class*=page-support] .typography .table-responsive::-webkit-scrollbar-track,
body[class*=page-best-practices] .typography .table-responsive::-webkit-scrollbar-track {
    background: #d9d9d9
}

body[class*=page-support] .typography .table-responsive::-webkit-scrollbar-thumb,
body[class*=page-best-practices] .typography .table-responsive::-webkit-scrollbar-thumb {
    background: #a6a6a6
}

body[class*=page-support] .typography .table-responsive::-webkit-scrollbar,
body[class*=page-best-practices] .typography .table-responsive::-webkit-scrollbar {
    height: 7px
}

body[class*=page-support] .typography .table,
body[class*=page-best-practices] .typography .table {
    margin-bottom: 10px
}

body[class*=page-support] .typography .table.c-1 td,
body[class*=page-support] .typography .table.c-1 th,
body[class*=page-best-practices] .typography .table.c-1 td,
body[class*=page-best-practices] .typography .table.c-1 th {
    width: 100%
}

body[class*=page-support] .typography .table.c-2 td,
body[class*=page-support] .typography .table.c-2 th,
body[class*=page-best-practices] .typography .table.c-2 td,
body[class*=page-best-practices] .typography .table.c-2 th {
    width: 50%
}

body[class*=page-support] .typography .table.c-3 td,
body[class*=page-support] .typography .table.c-3 th,
body[class*=page-best-practices] .typography .table.c-3 td,
body[class*=page-best-practices] .typography .table.c-3 th {
    width: 33.33333333%
}

body[class*=page-support] .typography .table.c-4 td,
body[class*=page-support] .typography .table.c-4 th,
body[class*=page-best-practices] .typography .table.c-4 td,
body[class*=page-best-practices] .typography .table.c-4 th {
    width: 25%
}

body[class*=page-support] .typography .table.c-5 td,
body[class*=page-support] .typography .table.c-5 th,
body[class*=page-best-practices] .typography .table.c-5 td,
body[class*=page-best-practices] .typography .table.c-5 th {
    width: 20%
}

body[class*=page-support] .typography .table tbody td,
body[class*=page-support] .typography .table thead th,
body[class*=page-best-practices] .typography .table tbody td,
body[class*=page-best-practices] .typography .table thead th {
    padding: 10px 15px;
    position: relative
}

body[class*=page-support] .typography .table thead tr,
body[class*=page-best-practices] .typography .table thead tr {
    background: #ededed
}

body[class*=page-support] .typography .table thead th,
body[class*=page-best-practices] .typography .table thead th {
    border-bottom-width: 1px!important
}

@media (min-width:768px) {
    body[class*=page-support] .typography .table,
    body[class*=page-best-practices] .typography .table {
        margin-top: 30px
    }
    body[class*=page-support] .typography .table thead:after,
    body[class*=page-best-practices] .typography .table thead:after {
        content: '_';
        display: block;
        position: relative;
        left: -1px;
        line-height: 10px;
        background: #FFF;
        text-indent: -10000%
    }
    body[class*=page-support] .detail-wrapper .question-detail .question-content,
    body[class*=page-best-practices] .detail-wrapper .question-detail .question-content {
        min-height: 780px
    }
}

body[class*=page-support] .typography .table tbody,
body[class*=page-best-practices] .typography .table tbody {
    color: #9c9c9c
}

body[class*=page-support] .typography .table tbody tr>td:first-child,
body[class*=page-best-practices] .typography .table tbody tr>td:first-child {
    color: #6e6e6e
}

body[class*=page-support] .typography .table tbody .text-mini,
body[class*=page-best-practices] .typography .table tbody .text-mini {
    font-size: 12px
}

body[class*=page-support] .typography .table tbody .icon-help,
body[class*=page-best-practices] .typography .table tbody .icon-help {
    margin-left: 5px;
    cursor: help;
    color: #03A9F4
}

body[class*=page-support] .typography .table tbody .tooltip-arrow,
body[class*=page-best-practices] .typography .table tbody .tooltip-arrow {
    top: auto!important
}

body[class*=page-support] .typography .table tbody .icon-tick,
body[class*=page-best-practices] .typography .table tbody .icon-tick {
    color: #8BC34A
}

body[class*=page-support] .typography figure {
    background-color: transparent
}

.page-support .support-category .category-grid {
    height: 280px;
    margin-top: 20px
}

@media (max-width:991px) {
    .page-support .support-category .category-grid {
        margin-top: 10px
    }
}

.page-support .support-category .category-grid a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ededed;
    border: 1px solid #ededed;
    border-radius: 3px;
    -webkit-transition: border-color 218ms;
    -o-transition: border-color 218ms;
    transition: border-color 218ms
}

.page-support .support-category .category-grid a:hover {
    border-color: #03A9F4
}

.page-support .support-category .category-grid .category-icon {
    width: 100%;
    height: 220px;
    border-bottom: 1px solid #e0e0e0;
    background-position: center center;
    background-repeat: no-repeat
}

.page-support .support-category .category-grid .category-icon.beginner,
.page-support .support-category .category-grid .category-icon.icon-1 {
    background-size: 169px 92px;
    background-image: url(../images/support/category-beginner@2x.png)
}

.page-support .support-category .category-grid .category-icon.basic,
.page-support .support-category .category-grid .category-icon.icon-2 {
    background-size: 187px 104px;
    background-image: url(../images/support/category-basic@2x.png)
}

.page-support .support-category .category-grid .category-icon.advanced,
.page-support .support-category .category-grid .category-icon.icon-3 {
    background-size: 149px 135px;
    background-image: url(../images/support/category-advanced@2x.png)
}

.page-support .support-category .category-grid .category-icon.video {
    background-size: 174px 93px;
    background-image: url(../images/support/category-video@2x.png)
}

.page-support .support-category .category-grid .category-title {
    font-size: 16px;
    font-weight: 400;
    color: grey
}

.page-support .frequent-question .title,
.page-support-search .search-result .title {
    font-size: 18px
}

.page-support .frequent-question {
    padding-top: 10px
}

.page-support .frequent-question .question-wrapper {
    margin-top: 16px
}

@media (max-width:991px) {
    .page-support .frequent-question .title {
        margin-top: 0
    }
}

.page-support-search .search-result {
    padding-top: 16px
}

.page-support-search .search-result .title .label {
    border: 1px solid #d9d9d9;
    background: #d9d9d9;
    color: grey;
    -webkit-transition: all 218ms;
    -o-transition: all 218ms;
    transition: all 218ms
}

.page-support-search .search-result .title .label+.icon {
    margin: 0 4px 0 5px
}

.page-support-search .search-result .title .icon {
    position: relative;
    top: 2px;
    font-size: 16px
}

.page-support-search .search-result .title a:hover {
    border: 1px solid #03A9F4;
    color: #03A9F4
}

.page-support-search .search-result .question-wrapper {
    margin-top: 16px
}

.page-support-search .search-result .question-wrapper .highlight {
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s
}

.page-support-search .search-result .question-wrapper .highlight.on {
    color: #E51C23
}

.page-support-search .search-result .no-content {
    background: #ededed
}

.page-support-search .search-result .typography section:first-child h4 {
    margin-top: 2px
}

@media (max-width:991px) {
    .page-support-search .search-result .title {
        margin-top: 0
    }
}

body[class*=page-support] .detail-wrapper,
body[class*=page-best-practices] .detail-wrapper {
    margin-top: 20px
}

body[class*=page-support] .detail-wrapper .question-detail,
body[class*=page-best-practices] .detail-wrapper .question-detail {
    position: relative;
    width: 100%;
    margin-bottom: 80px
}

.dtfocus{width:1100px;height:700px;position:relative;}
.dtfocus #pic{width:1100px;height:700px;overflow:hidden;}
.dtfocus #pic ul{width:1216px;height:700px;float:left;}
.dtfocus #pic li{width:1100px;height:700px;float:left;}
.dtfocus #pic li img{width:1100px;height:700px;float:left;}
.dtfocus .tip-bg{width:1100px;height:21px;/*background:url(images/focus_tip_bg.png) no-repeat left top;*/position:absolute;left:0;bottom:0;z-index:12;}	.dtfocus #tip{width:146px;height:14px;position:absolute;left:43%;bottom:20px;z-index:13;}
.dtfocus #tip ul li{width:14px;height:14px;float:left;display:inline;margin:0 5px;cursor:pointer;background:url(../images/focus_tip.png) no-repeat;}
.dtfocus #tip ul li.on{background:url(../images/focus_tip_current.png) no-repeat;}


.dongtai {
    background-color: #f7f7f7;
    overflow: hidden;
}

.pic {
    width: 1100px;
    height: 547px;
    margin: 0 auto;

    margin-bottom: 50px;
    overflow: hidden;
}

.pic ul li {
    list-style: none;
    width: 60px;
    height: 547px;
    float: left;
}

.pic .l0 {
    background-image: url(../images/dongtai05.jpg);
    /*background-image: url(../images/1.jpg);*/
    background-repeat: no-repeat;
    /*background-size: 100% 100%;
        -moz-background-size: 100% 100%;*/
}

.pic .l2 {
    background-image: url(../images/dongtai04.jpg);
    /*background-image: url(../images/2.jpg);*/
    background-repeat: no-repeat;
    /*background-size: 100% 100%;
        -moz-background-size: 100% 100%;*/
}

.pic .l3 {
    background-image: url(../images/dongtai03.jpg);
    /*background-image: url(../images/3.jpg);*/
    background-repeat: no-repeat;
    /*background-size: 100% 100%;
        -moz-background-size: 100% 100%;*/
}

.pic .l4 {
    background-image: url(../images/dongtai02.jpg);
    /*background-image: url(../images/4.jpg);*/
    background-repeat: no-repeat;
    /*background-size: 100% 100%;
        -moz-background-size: 100% 100%;*/
}

.pic .l5 {
    background-image: url(../images/dongtai01.jpg);
    /*background-image: url(../images/5.jpg);*/
    background-repeat: no-repeat;
    /*background-size: 100% 100%;
        -moz-background-size: 100% 100%;*/
    width: 860px;
}
.heng{

}
.heng li{
    float: left;
    list-style: none;
    width: 33%;
    text-align: center;
    margin-top: 50px;
}
.heng li img{
    /*width: 100%;*/
}
.txt {
    width: 60px;
    height: 547px;
    background: #000;
    filter: alpha(opacity=70);
    background: rgba(0, 0, 0, .7);
}

.txt p {
    color: #fff;
    font-family: "Helvetica";
    float: left;
    position: relative;
}

.txt .p1 {
    font-size: 12px;
    width: 12px;
    margin: 25px 25px 0 20px;
}

.txt .p2 {
    font-size: 14px;
    width: 14px;
    margin-top: 25px;
}


/*
下部视频区域
*/
  #tabs {
    width: 1100px;
    margin: 60px auto 30px;
    display: flex;
    justify-content: space-between;
  }
  #tabsnav {
    list-style: none;
    margin-left: -40px;
    height: 105px;
    margin: 1px 0;
  }
  #tabsnav img {
    height: 103px;
    padding: 1px;
    border: 1px solid #fff;
  }
  #content {
    width: 900px;
    margin: 8px 0;
  }


/*
.foucebox {
    position: relative;
    width: 1100px;
    height: 600px;
    overflow: hidden;
    margin-bottom: 30px;
}

.foucebox .bd {
    position: relative;
    float: left;
    width: 900px;
    height: 506px;
    overflow: hidden;
}

.foucebox .bd img {
    width: 900px;
    height: 500px;
}

.foucebox .hd {
    position: relative;
    width: 180px;
    float: right;
    padding-right: 4px;
    z-index: 1;
}

.foucebox .hd ul {
    position: relative;
    width: 180px;
    overflow: hidden;
}

.foucebox .hd li {
	position:relative;
    height: 100px;
    padding: 5px;
    overflow: hidden;
}

.foucebox .hd img {
    width: 180px;
    height: 100px;
    display: block;
}

.foucebox .hoverBg {
    position: absolute;
    top: 0;
    left: -10px;
    width: 200px;
    height: 101px;
    z-index: 100;
    background: url(../images/hover.png) no-repeat;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src=images/hover.png);
    _background: none;
}*/

.video-head {
    position: relative;
}

.img-icon-video {
    position: absolute;
    top: 230px;
    left: 410px;
    width: 70px;
    height: 70px;
    background-image: url(../images/img-icon-video@2x.png);
    background-size: 70px 70px;
    margin: 0 auto 100px;
    opacity: .7;
    cursor: pointer;
}


/*头部首图文字*/

.banner {
    width: 100%;
    position: relative;
    top: 0;
}

.banner img {
    width: 100%;
}

.banner .banner-text h2 {
    position: absolute;
    z-index: 10000;
    top: 10%;
    left: 30%;
    font-size: 82px;
    color: #a2172b;
}

.banner .banner-text p {
    position: absolute;
    z-index: 10000;
    top: 26%;
    left: 40%;
    font-size: 28px;
    color: #fff;
    letter-spacing: 12px;
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

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

.container,
.container-fluid {
    padding-left: 16px;
    padding-right: 16px
}

.pre-scrollable {
    overflow-y: scroll
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

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

th {
    text-align: left
}

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

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

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

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

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

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

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

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

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

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

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

table 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-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

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

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

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

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

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

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

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

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

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




/*头部11111*/
.items-wrap{  margin:10px 0;}

.items-wrap span{
    padding: 0 10px; margin-top:0;
}
.items-wrap a{ display: inline-block; margin-top:5px;}

.jianjie{ width:1100px; margin:0 auto; overflow:hidden; margin-top:20px;}
.jianjie dt{ width: 526px; float:left; display:inline;}
.jianjie dd{ width:534px; float:right; display:inline;}
.jianjie dd p{
    margin-bottom:26px;
    line-height:24px;
    /*font-family:"Microsoft YaHei",'PingFangSC-Light', sans-serif;*/
    font-size:18px;

}

/*视频*/
.xiaotu{ position:absolute; bottom:0; width:100%;     background-color: rgba(0, 0, 0, .5); }
.xiaotu .xiaotu-text{ color:#fff;  font-size:12px;}

/*banner链接*/
.banner-lianjie{ display:block; width:100%; height:420px;}

/*footer弹窗*/
/* alert */
.qr-code {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}
.qr-code span {
	display: inline-block;
	float: right;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 28px;
	text-align: center;
	background: #a51c30;
	border-top-right-radius: 5px;
	color: #fff;
	cursor: pointer;
}
.code-content {
	width: 50%;
	min-width: 600px;
	height: 40%;
	min-height: 360px;
	margin: 12% 0 0 25%;
	background: #fff;
	border-radius: 5px;
}
.code-content div {
	width: 80%;
	margin: 30px 0 0 10%;
	font-size: 16px;
}

.code-content li {
	float: left;
	margin-left: 24px;
}
.code-content img {
	width: 150px;
}

.code-content li div {
	line-height: 16px;
	width: 120px;
	text-align: center;
}
