﻿body {
    color: #666;
}

@media screen and (min-width:920px) {
    body {
        font: 12px/22px "微软雅黑","\5b8b\4f53",Arial,sans-serif;
    }
}

body {
    font-family: Microsoft YaHei, Hiragino Sans GB, SimHei, STHeiti;
}

a, a:hover {
    cursor: pointer;
}

b, mark {
    color: #000;
}

h1, h2, h3 {
    color: #333;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.w100p, body, html {
    width: 100%;
}

a, a:active, a:focus, a:hover, button:focus {
    outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

hr {
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

.accordx, .boxx_overlay, .ovh, body.no-scroll {
    overflow: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


h1, h2, h3, h4 {
    font-weight: 400;
    margin: 0;
}

.i, .list1 li {
    font-style: italic;
}

body:not(.is-full-height) {
    padding-top: 60px;
}

@media screen and (max-width: 920px) {
    body:not(.is-full-height) {
        padding-top: 60px;
    }
}

@media screen and (max-width: 420px) {
    body:not(.is-full-height) {
        padding-top: 45px;
    }
}

li, ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ul {
    padding-left: 20px;
}

    .ul li ul {
        padding-left: 17px;
    }

        .ul li ul li {
            list-style-type: circle;
        }

#tweet_list li, .list-blank li {
    list-style-type: none !important;
}

a {
    color: #2685c4;
    transition: color .3s;
}

    a:hover {
        color: #439eda;
    }

img {
    border: none;
}

h1 {
    font-size: 24px;
    padding: 0;
}

h2, h3 {
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 15px;
}

.h4, h4 {
    font-weight: 500;
}

h5, h6 {
    font-weight: 700;
    color: #505050;
    padding: 0;
}

h5 {
    font-size: 14px;
    margin: 0 0 10px;
}

h6 {
    font-size: 13px;
    margin: 0 0 20px;
}

.block, .db {
    display: block;
}

.dn {
    display: none !important;
}

.hidden {
    display: none;
}

.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.table {
    display: table;
}

.td {
    display: table-cell;
    vertical-align: middle;
}

.tr {
    display: table-row;
}

.line {
    border-top: solid 1px #C2C7CF;
    padding-bottom: 10px;
    margin-top: 10px;
}

.line1 {
    border-top: 1px solid #F9B627;
    padding-bottom: 5px;
    margin-top: 5px;
}

.line2 {
    border-top: solid 1px #C2C7CF;
    padding-bottom: 30px;
    margin-top: 30px;
}

.line3 {
    border-top: solid 1px rgba(255,255,255,.2);
    padding-bottom: 10px;
    margin-top: 10px;
}

.fl {
    float: left !important;
}

.alignright, .fr {
    float: right !important;
}

.cl {
    clear: both;
}

.atclx_full--box::after, .clf::after, .stories--full .box-main--spacer::after, .webinars--other::after, .wrapper::after, .wrapper_1020::after, .wrapper_1300::after {
    clear: both;
    content: "";
    display: table;
}

#mainMenu, .centerer-y, .main-home .box-anim .box-twitter .twitterGalleryNext, .main-home .box-anim .box-twitter .twitterGalleryPrev, .vam-abs {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.centerer-x {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.centerer {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.main-press .gallx--item--badge.badge-overlay, .main-press .gallx--item--badge.badge-overlay .fa, .main-press .gallx--item--badge.badge-overlay .icox-svg, .posx-center {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.ct {
    text-align: center;
    vertical-align: top;
}

.rt {
    text-align: right;
}

.lt {
    text-align: left;
}

.badgex, .icox, .icox-svg, .siteButtonBig {
    text-align: center;
}

.vam {
    vertical-align: middle;
}

.vat {
    vertical-align: top;
}

.vab {
    vertical-align: bottom;
}

.post {
    display: table;
    zoom: 1;
}

.more {
    font-size: 11px;
}

.more_revert {
    font-size: 12px;
    background: url(images/bg_more_revert.gif) 0 4px no-repeat;
    padding-left: 10px;
}

.list1 li:before, .list2 li {
    font-size: 18px;
    display: block;
}

ol li {
    list-style: decimal inside;
    line-height: 1.3em;
    margin: 0.7em 0;
}

.list1 {
    padding-left: 30px;
}

    .list1 li {
        padding: 0 0 15px 15px;
        display: block;
        position: relative;
    }

        .list1 li:before {
            content: ">";
            position: absolute;
            left: 0;
            top: -4px;
            color: #2685c4;
        }

.boxx_overlay:before, .loaderx-ajax:before {
    content: '';
}

.list2 li {
    padding: 10px;
    position: relative;
    border: 2px solid #fff;
    margin-bottom: 10px;
}

    .list2 li a {
        display: block;
    }

.list-blank {
    padding-bottom: 10px;
}

    .list-blank li {
        padding: 5px;
    }

#inner_right_content ol, #inner_right_content ul, .landingPagesBox ol, .landingPagesBox ul, .ol, .ul {
    margin: 0;
    padding-bottom: 10px;
}

    #inner_right_content ol li, #inner_right_content ul li, .landingPagesBox ol li, .landingPagesBox ul li, .ol li, .ul li {
        list-style-position: inside;
    }

    #inner_right_content ul li, .landingPagesBox ul li, .ul li {
        list-style: disc;
    }

ol.descr, ul.descr {
    margin-bottom: 10px;
}

    ol.descr li, ol.descr1 li, ul.descr li, ul.descr1 li {
        line-height: 20px;
        list-style-position: inside;
        list-style-type: disc;
        padding: 0;
        margin: 0 0 8px;
    }

        ol.descr li span, ol.descr1 li span, ul.descr li span, ul.descr1 li span {
            font-size: 16px;
        }

    ol.descr li {
        list-style-type: decimal;
    }

.borderButton, .borderButton span, .homeSiteButtonY, .post-password-form input[type=submit], .siteButtonB, .siteButtonBS, .siteButtonG, .siteButtonGr, .siteButtonTr, .siteButtonY, .siteButtonYS, .siteButtonYSW {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #fff !important;
    font-weight: 300;
    border: none;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 4px;
    box-sizing: border-box;
}

    .borderButton span:hover, .borderButton:hover, .homeSiteButtonY:hover, .post-password-form input[type=submit]:hover, .siteButtonB:hover, .siteButtonBS:hover, .siteButtonG:hover, .siteButtonGr:hover, .siteButtonTr:hover, .siteButtonY:hover, .siteButtonYS:hover, .siteButtonYSW:hover {
        text-decoration: none !important;
    }

.siteButtonYS, .siteButtonYSW {
    font-size: 14px;
    padding: 5px 10px;
}

.siteButtonY, .siteButtonYSW {
    text-shadow: 1px 1px 1px #ef991f;
    background: #f9b226;
    box-shadow: #ededed 2px 2px 1px;
}

.post-password-form input[type=submit], .siteButtonB, .siteButtonGr {
    font-size: 14px;
    box-shadow: none;
    text-transform: uppercase;
    padding: 5px 20px;
    transition: background .3s;
}

.siteButtonGr {
    background: #3bd784;
}

    .siteButtonGr:hover {
        background: #4dc485;
    }

.post-password-form input[type=submit], .siteButtonB {
    background: #157ec3;
}

    .post-password-form input[type=submit]:hover, .siteButtonB:hover {
        background-color: #0367a9;
    }

.siteButtonYS {
    background: #136bb2;
}

.siteButtonTr {
    color: #696969 !important;
    border: 1px solid #696969;
    text-transform: uppercase;
    background: #fff;
    transition: color .3s,border .3s;
}

    .siteButtonTr:hover {
        color: #b1b1b1 !important;
        border-color: #b1b1b1;
    }

.siteButtonG {
    background: #bdc0c1;
}

.homeSiteButtonY {
    font-size: 16px;
    padding: 13px 18px;
    box-shadow: 0 0 2px rgba(0,0,0,.3);
    background: #f8a732;
}

.borderButton {
    font-size: 14px;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 10px;
}

    .borderButton span {
        font-size: 14px;
        text-shadow: 1px 1px 1px rgba(0,0,0,.1);
    }

.siteButtonBS {
    font-size: 12px;
    padding: 7px;
    text-shadow: 1px 1px 1px #2275b2;
    background: #2786d1;
}

.siteBox {
    font-size: 12px;
    background: url(images/bgRubberBox2.png);
    padding: 15px;
}

    .siteBox strong {
        color: #5c5c5c;
        font-size: 14px;
    }

.siteButtonBig {
    box-shadow: 0 2px 4px rgba(0,0,0,.15);
    font-size: 16px;
    padding: 0 10px;
    line-height: 40px;
    min-width: 160px;
    height: 40px;
}

@media screen and (max-width:420px) {
    .siteButtonBig {
        min-width: 120px;
    }
}

#home-intro-video .button-close-video, .accordx--item--title:hover, .atclx_thumb:hover, .gallx--next:hover, .gallx--prev:hover, .gapp .popup--close:hover, .main-home .box-anim .box-twitter .twitterGalleryNext, .main-home .box-anim .box-twitter .twitterGalleryPrev {
    cursor: pointer;
}

.debugger {
    background-color: rgba(255,0,0,.2);
}

.wrapper, .wrapper_1020, .wrapper_1300 {
    position: relative;
    max-width: 960px;
    padding: 0 10px;
    margin: 0 auto;
}

.wrapper_1020 {
    max-width: 1020px;
    padding: 0 30px;
}

@media screen and (max-width:920px) {
    .wrapper_1020 {
        padding: 0 20px;
    }
}

@media screen and (max-width:420px) {
    .wrapper_1020 {
        padding: 0 10px;
    }
}

.wrapper_1300 {
    max-width: 1300px;
    min-width: 320px;
    padding: 0;
}

.navx_box1 {
    z-index: 9999;
    top: 120px;
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    transition: all .2s;
}

#header-home-page {
    margin-top: -60px;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#header-home-page-parallax {
    background-image: url(img/bg-home-ab_test.jpg);
    background-position: 50% 55%;
    background-repeat: no-repeat;
    background-size: auto 56%;
    height: 200%;
    position: relative;
    top: -100%;
}

@media screen and (max-width:420px) {
    #header-home-page-parallax {
        background-position: -170px 50%;
        background-size: auto 480px;
    }
}

@media screen and (min-width: 1600px) {
    #header-home-page-parallax {
        background-size: 100%;
    }
}

#homeBoxMain {
    position: absolute;
    width: 100%;
    height: inherit;
    left: 0;
    top: 60px;
    z-index: 2;
}

#homeBoxMainContent {
    width: 100%;
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    text-align: left;
    margin: auto;
}

    #homeBoxMainContent #video-box-signup {
        margin-right: 40px;
        box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    }

@media screen and (max-width:920px) {
    #header-home-page {
        height: 100vh;
        background-image: url(img/bg-home-ab_test01.jpg);
        background-size: auto 100%;
        background-position: 80% top;
        background-repeat: no-repeat;
    }

    #header-home-page-parallax {
        display: none;
    }

    #homeBoxMain {
        top: 60px;
    }

    #homeBoxMainContent {
        text-align: center;
        -webkit-transform: initial;
        transform: initial;
        bottom: 25%;
        top: initial;
    }

        #homeBoxMainContent #video-box-signup {
            margin-right: 20px;
        }
}

#homeBoxMainContent #btn-home-video {
    background-color: #2ca9e0;
    border: none;
    box-shadow: none;
    text-align: center;
}

#homeBoxMainContent .caption h1, #homeBoxMainContent .caption h2 {
    line-height: 1;
    padding: 0;
}

@media screen and (max-width:920px) {
    #homeBoxMainContent #btn-home-video {
        background-image: none;
        padding: 0;
    }

    #homeBoxMainContent .caption h1, #homeBoxMainContent .caption h2 {
        margin-bottom: 10px;
    }
}

#homeBoxMainContent .caption h1 {
    color: #0a80cf;
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 20px;
}

#homeBoxMainContent .caption h1 {
    font-size: 48px;
    line-height: 48px;
}

#homeBoxMainContent .caption h1, #homeBoxMainContent .caption h2 {
    font-family: MicrosoftYaHei, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 微软雅黑, Arial, sans-serif;
}

@media screen and (max-width:920px) {
    #homeBoxMainContent .caption h1 {
        font-size: 40px;
    }
}

@media screen and (max-width:420px) {
    #homeBoxMainContent #video-box-signup {
        margin-right: 15px;
    }

    #homeBoxMainContent .caption h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:320px) {
    #homeBoxMainContent #video-box-signup {
        margin-right: 5px;
    }
}

#homeBoxMainContent .caption h2 {
    color: #74829c;
    font-size: 23px;
    font-weight: 300;
}

#homeBoxMainContent .caption h2 {
    font-size: 20px;
    line-height: 30px;
}

@media screen and (max-width:920px) {
    #homeBoxMainContent .caption h2 {
        font-size: 18px;
    }
}

#homeBoxMainContent .btn-box {
    padding-top: 30px;
    text-align: left;
}

@media screen and (max-width:420px) {
    #homeBoxMainContent .caption h2 {
        font-size: 14px;
        text-shadow: 0 0 5px #fff;
    }

    #homeBoxMainContent .btn-box {
        padding-top: 10px;
    }
}

.home-box-logos {
    position: absolute;
    bottom: 3%;
    left: 0;
    width: 100%;
    z-index: 1;
}

@media screen and (max-width:920px) {
    #homeBoxMainContent .btn-box {
        text-align: inherit;
        font-weight: 400;
        font-size: 14px;
        padding-top: 10px;
    }

    .home-box-logos {
        display: none;
    }
}

.home-box-logos-inner {
    padding: 15px 15px 0;
    background-color: rgba(255,255,255,0.75);
}

.home-box-logos .flexbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.home-box-logos .flex-item {
    margin-bottom: 15px;
}

#home-intro-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,.85);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: opacity .5s;
}

    #home-intro-video.video-is-visible {
        opacity: 1;
        visibility: visible;
        z-index: 99;
    }

    #home-intro-video iframe {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 99;
    }

    #home-intro-video .button-close-video {
        position: absolute;
        right: 65px;
        top: 15px;
        background: 0 0;
        border: 2px solid #fff;
        border-radius: 100%;
        color: #fff;
        height: 20px;
        line-height: 18px;
        opacity: .5;
        text-align: center;
        width: 20px;
        z-index: 9999;
    }

        #home-intro-video .button-close-video:hover {
            opacity: 1;
            text-decoration: none;
        }

.box-home-nav {
    border-bottom: 1px solid #e9e9e9;
    padding: 100px 0;
}

@media screen and (max-width:920px) {
    .box-home-nav {
        padding: 50px 0;
    }
}

.box-home-nav .box-inner-home-nav {
    position: relative;
}

.box-home-nav h1 {
    padding-bottom: 10px;
    margin-bottom: 60px;
    font-size: 36px;
}

.box-home-nav h1 {
    margin-bottom: 70px;
}

@media screen and (max-width:920px) {
    .box-home-nav h1 {
        font-size: 21px;
        margin: 0;
        padding: 0;
    }
}

.box-home-nav ul.home-nav {
    display: table;
    width: 100%;
}

    .box-home-nav ul.home-nav:before {
        content: '';
        position: absolute;
        display: block;
        margin: auto;
        top: 45px;
        left: 0;
        right: 0;
        height: 1px;
        width: 75%;
        background: #dcdcdc;
    }

@media screen and (max-width:920px) {
    .box-home-nav ul.home-nav:before {
        display: none;
    }
}

.box-home-nav ul.home-nav a {
    display: block;
    position: relative;
    width: 87px;
    height: 87px;
    margin: 0 auto 30px;
}

    .box-home-nav ul.home-nav a:hover + span {
        color: #f7b54a;
    }

.box-home-nav ul.home-nav li {
    width: 24.5%;
    text-align: center;
    display: inline-block;
}

    .box-home-nav ul.home-nav li.home-nav_contacts a {
        background: url(img/home-nav.png) left -87px no-repeat;
    }

        .box-home-nav ul.home-nav li.home-nav_contacts a:hover {
            background: url(img/home-nav.png) left 0 no-repeat;
        }

    .box-home-nav ul.home-nav li.home-nav_insights a {
        background: url(img/home-nav.png) -87px -87px no-repeat;
    }

        .box-home-nav ul.home-nav li.home-nav_insights a:hover {
            background: url(img/home-nav.png) -87px 0 no-repeat;
        }

    .box-home-nav ul.home-nav li.home-nav_results a {
        background: url(img/home-nav.png) -174px -87px no-repeat;
    }

        .box-home-nav ul.home-nav li.home-nav_results a:hover {
            background: url(img/home-nav.png) -174px 0 no-repeat;
        }

    .box-home-nav ul.home-nav li.home-nav_team a {
        background: url(img/home-nav.png) right -87px no-repeat;
    }

        .box-home-nav ul.home-nav li.home-nav_team a:hover {
            background: url(img/home-nav.png) right 0 no-repeat;
        }

.box-home-nav ul.home-nav span {
    font-size: 18px;
    text-transform: uppercase;
}

@media screen and (max-width:920px) {
    .box-home-nav ul.home-nav li {
        width: 50%;
        margin: 50px 0 0;
    }

    .box-home-nav ul.home-nav span {
        font-size: 14px;
    }
}

@media screen and (max-width:420px) {
    .box-home-nav ul.home-nav a {
        margin: 0 auto 8px;
    }
}

.box-home-nav--page {
    border-bottom: none;
    padding: 100px 0;
    box-shadow: 0 -20px 20px 0 rgba(0,0,0,.04);
    background: #fafafa;
}

    .box-home-nav--page ul.home-nav:before {
        width: 60%;
    }

    .box-home-nav--page ul.home-nav li {
        width: 33%;
    }

.box-home-anim-nav {
    opacity: 0;
    position: fixed;
    top: 30%;
    left: 3%;
    z-index: 9;
}

@media screen and (max-width:1200px) {
    .box-home-anim-nav {
        display: none;
    }
}

.box-home-anim-nav.show {
    opacity: 1;
}

.box-home-anim-nav ul {
    width: 65px;
    height: 370px;
    background-image: url(img/bg-anim-nav.png);
    background-repeat: no-repeat;
}

    .box-home-anim-nav ul.active-contacts {
        background-position: 0 0;
    }

    .box-home-anim-nav ul.active-insights {
        background-position: -116px 0;
    }

    .box-home-anim-nav ul.active-results {
        background-position: -232px 0;
    }

    .box-home-anim-nav ul.active-team {
        background-position: -346px 0;
    }

.box-home-anim-nav a, .box-home-anim-nav li {
    display: block;
    width: 65px;
    height: 65px;
}

.box-home-anim-nav li {
    margin-bottom: 35px;
    background-image: url(img/hover-anim-nav.png);
    background-repeat: no-repeat;
    background-position: -100% -100%;
}

    .box-home-anim-nav li:hover.home-anim-nav_agency {
        background-position: 15px 17px;
    }

    .box-home-anim-nav li:hover.home-anim-nav_price {
        background-position: -104px 16px;
    }

    .box-home-anim-nav li:hover.home-anim-nav_oauth {
        background-position: -216px 16px;
    }

    .box-home-anim-nav li:hover.home-anim-nav_work {
        background-position: -332px 19px;
    }

.main-home {
    position: relative;
    overflow: hidden;
}

    .main-home h2 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 30px;
        color: #555;
        padding: 0;
    }

@media screen and (max-width:420px) {
    .main-home h2 {
        font-size: 21px;
        margin-bottom: 10px;
        line-height: 1.42857143;
        color: #5c5c5c;
        text-align: center;
    }

    .main-home h3 {
        padding-bottom: 10px;
        text-align: center;
    }
}

@media screen and (max-width:420px) {
    .main-home li {
        list-style-type: none;
        text-align: center;
        font-size: 14px;
        margin: 14px 0 0;
    }
}

.main-home h3 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.main-home .app-box {
    margin-top: 40px;
}

.main-home .app-box_gall h3 {
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
    white-space: nowrap;
    position: relative;
}

    .main-home .app-box_gall h3 span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

@media screen and (max-width:920px) {
    .main-home .app-box_gall h3 {
        text-align: left;
        padding-left: 15px;
    }
}

.main-home .app-box_type {
    vertical-align: top;
    display: inline-block;
    padding: 20px 0;
}

    .main-home .app-box_type:last-child {
        padding-right: 0;
    }

    .main-home .app-box_type a:hover {
        text-decoration: none;
    }

.main-home .app-box_type_item {
    text-align: center;
    display: inline-block;
    padding: 0 0 10px;
    width: 78px;
}

@media screen and (max-width:420px) {
    .main-home .app-box {
        margin-top: 20px;
    }

    .main-home .app-box_type_item {
        width: 72px;
    }
}

.main-home .app-box_type_item_mobile1, .main-home .app-box_type_item_mobile2, .main-home .app-box_type_item_mobile3, .main-home .app-box_type_item_mobile4 {
    display: inline-block;
}

@media screen and (max-width:916px) {
    .main-home .app-box_type_item_mobile1 {
        display: none;
    }
}

@media screen and (max-width:753px) {
    .main-home .app-box_type_item_mobile1 {
        display: inline-block;
    }
}

@media screen and (max-width:671px) {
    .main-home .app-box_type_item_mobile1 {
        display: none;
    }
}

@media screen and (max-width:425px) {
    .main-home .app-box_type_item_mobile1 {
        display: none;
    }
}

@media screen and (max-width:753px) {
    .main-home .app-box_type_item_mobile2 {
        display: inline-block;
    }
}

@media screen and (max-width:589px) {
    .main-home .app-box_type_item_mobile2 {
        display: none;
    }
}

@media screen and (max-width:425px) {
    .main-home .app-box_type_item_mobile2 {
        display: none;
    }
}

.main-home .app-box_type_item_mobile22 {
    display: none;
}

@media screen and (max-width:753px) {
    .main-home .app-box_type_item_mobile22 {
        display: inline-block;
    }
}

@media screen and (max-width:425px) {
    .main-home .app-box_type_item_mobile22 {
        display: none;
    }
}

@media screen and (max-width:835px) {
    .main-home .app-box_type_item_mobile3 {
        display: none;
    }
}

@media screen and (max-width:589px) {
    .main-home .app-box_type_item_mobile3 {
        display: none;
    }
}

@media screen and (max-width:507px) {
    .main-home .app-box_type_item_mobile3 {
        display: inline-block;
    }
}

@media screen and (max-width:753px) {
    .main-home .app-box_type_item_mobile4 {
        display: none;
    }
}

@media screen and (max-width:671px) {
    .main-home .app-box_type_item_mobile4 {
        display: none;
    }
}

@media screen and (max-width:589px) {
    .main-home .app-box_type_item_mobile4 {
        display: none;
    }
}

@media screen and (max-width:425px) {
    .main-home .app-box_type_item_mobile3, .main-home .app-box_type_item_mobile4 {
        display: none;
    }
}

.main-home .app-box_type_ico {
    white-space: nowrap;
    display: inline-block;
    height: 50px;
    width: 100%;
}

    .main-home .app-box_type_ico:after {
        content: '';
        display: inline-block;
        height: 100%;
        width: 0;
    }

    .main-home .app-box_type_ico img {
        position: relative;
    }

.main-home .app-box_type_title {
    font-weight: 300;
    padding-top: 2px;
    color: #a9a9a9;
}

.main-home .box-anim {
    position: relative;
    padding: 70px 0;
}

#henfu {
    padding-top: 0;
}

.box-anim .description {
    color: #999;
}

@media screen and (max-width:920px) {
    .main-home .box-anim {
        padding: 80px 0 0;
    }

        .main-home .box-anim .description {
            min-width: 95%;
            max-width: 100%;
            margin: 0 auto 60px;
            float: none !important;
        }
}

.main-home .box-anim .description {
    font-size: 17px;
    width: 410px;
    line-height: 32px;
}

.main-home .box-anim .description--big {
    width: 500px;
}

.main-home .box-anim-fx-oauth {
    position: relative;
    width: 402px;
    height: 302px;
    background: url(img/bg-box-anim-cont.png) no-repeat;
}

@media screen and (max-width:920px) {
    .main-home .box-anim-fx-oauth {
        float: none !important;
        margin: auto;
        background: url(img/bg-box-anim-cont-w.png) no-repeat;
    }
}

@media screen and (max-width:420px) {
    .main-home .box-anim {
        padding: 60px 0 60px 0;
    }

        .main-home .box-anim .description a, .main-home .box-anim .description p, .main-home .box-anim .description div {
            font-size: 14px;
            line-height: 1.42857143;
            color: #A9A9A9;
            font-family: 'Microsoft YaHei', 'Hiragino Sans GB', SimHei, STHeiti;
        }

    .main-home .box-anim-fx-oauth {
        width: 280px;
        height: 210px;
        margin: 0 auto;
        background-size: 280px 210px;
    }

        .main-home .box-anim-fx-oauth .fx-contacts-marker {
            width: 10px;
            height: auto;
        }

    .main-home .box-anim.odd {
        background-color: #eeeeee;
    }

    .main-home .box-anim.feature {
        display: none;
    }
}

.main-home .box-anim-fx-oauth .fx-icons {
    position: absolute;
    width: 272px;
    left: 32px;
    bottom: 49px;
}

    .main-home .box-anim-fx-oauth .fx-icons > div {
        float: left;
        position: relative;
        width: 32px;
        height: 32px;
        margin-right: 8px;
        background-image: url(img/fx1-scene.png);
        background-size: cover;
    }

@media screen and (max-width:420px) {
    .main-home .box-anim-fx-oauth .fx-icons {
        left: 23px;
        top: 154px;
    }

        .main-home .box-anim-fx-oauth .fx-icons > div {
            width: 22px;
            height: 22px;
            margin-right: 6px;
        }
}

.main-home .box-anim-fx-oauth .fx-icons > div:last-child {
    margin-right: 0;
}

.main-home .box-anim-fx-oauth .fx-icons_weibo {
    background-position: 0 0;
}

.main-home .box-anim-fx-oauth .fx-icons_taobao {
    background-position: -40px 0;
}

@media screen and (max-width:420px) {
    .main-home .box-anim-fx-oauth .fx-icons_taobao {
        background-position: -28px 0;
    }
}

.main-home .box-anim-fx-oauth .fx-icons_weixin {
    background-position: -80px 0;
}

@media screen and (max-width:420px) {
    .main-home .box-anim-fx-oauth .fx-icons_weixin {
        background-position: -55px 0;
    }
}

.main-home .box-anim-fx-oauth .fx-icons_qq {
    background-position: -120px 0;
}

@media screen and (max-width:420px) {
    .main-home .box-anim-fx-oauth .fx-icons_qq {
        background-position: -83px 0;
    }
}

.main-home .box-anim-fx-oauth .fx-icons_baidu {
    background-position: -160px 0;
}

@media screen and (max-width:420px) {
    .main-home .box-anim-fx-oauth .fx-icons_baidu {
        background-position: -110px 0;
    }
}

.main-home .box-anim-fx-oauth .fx-icons_fenxiang {
    background-position: -200px 0;
}

@media screen and (max-width:420px) {
    .main-home .box-anim-fx-oauth .fx-icons_fenxiang {
        background-position: -138px 0;
    }
}

.main-home .box-anim-fx-oauth .fx-icons_im {
    background-position: 100% 0;
}

.main-home .box-anim-fx-price {
    position: relative;
    width: 410px;
    padding-bottom: 5px;
    height: 380px;
    overflow: hidden;
    font-size: 15px;
}

@media screen and (max-width:920px) {
    .main-home .box-anim-fx-price {
        float: none !important;
        margin: auto;
        height: auto;
    }
}

.main-home .box-anim-fx-price .box-item {
    color: #a9a9a9;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    padding: 15px 10px 15px 70px;
    background: #fafafa;
}

.main-home .box-anim-fx-price .box-item {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    font-size: 15px;
}

@media screen and (max-width:420px) {
    .main-home .box-anim-fx-price {
        width: 280px;
    }

        .main-home .box-anim-fx-price .box-item {
            font-size: 14px;
            padding-left: 50px;
        }
}

.main-home .box-anim-fx-price .box-item .date {
    font-size: 15px;
}

.main-home .box-anim-fx-price .box-item-head:after, .main-home .box-anim-fx-price .box-item:before {
    content: "";
    width: 36px;
    height: 36px;
    margin: auto;
    left: 15px;
    top: 0;
    bottom: 0;
    display: block;
    position: absolute;
    background-image: url(img/fx2-sprite.png);
    background-size: cover;
}

@media screen and (max-width:420px) {
    .main-home .box-anim-fx-price .box-item .date {
        font-size: 14px;
    }

    .main-home .box-anim-fx-price .box-item-head:after, .main-home .box-anim-fx-price .box-item:before {
        width: 30px;
        height: 30px;
    }
}

.main-home .box-anim-fx-price .box-item-head {
    display: block;
    color: #fff;
    margin-bottom: 20px;
    z-index: 1;
}

    .main-home .box-anim-fx-price .box-item-head:after {
        position: absolute;
        right: 10px;
        margin: auto 0;
        left: initial;
        background-position: right 0;
    }

.main-home .box-anim-fx-price .box-item-loader {
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    background-image: url(img/fx2-sprite.png);
    background-position: -160px 0;
}

@media screen and (max-width:420px) {
    .main-home .box-anim-fx-price .box-item-loader {
        width: 25px;
        height: 25px;
        background-position: -125px 0;
        background-size: 175px 25px;
    }
}

.main-home .box-anim-fx-price .box-item-twitter:before {
    background-position: -40px 0;
}

@media screen and (max-width:420px) {
    .main-home .box-anim-fx-price .box-item-twitter:before {
        background-position: -34px 0;
    }
}

.main-home .box-anim-fx-price .box-item-mail:before {
    background-position: -79px 0;
}

@media screen and (max-width:420px) {
    .main-home .box-anim-fx-price .box-item-mail:before {
        background-position: -66px 0;
    }
}

.main-home .box-anim-fx-price .box-item-clndr:before {
    background-position: -120px 0;
}

@media screen and (max-width:420px) {
    .main-home .box-anim-fx-price .box-item-clndr:before {
        background-position: -100px 0;
    }
}

.main-home .box-anim-fx-price .box-item-g:before {
    background-position: -144px 0;
}

.main-home .box-anim-fx-agency {
    width: 410px;
    font-size: 15px;
}

@media screen and (max-width:920px) {
    .main-home .box-anim-fx-agency {
        margin: auto;
        float: none !important;
    }
}

@media screen and (max-width:420px) {
    .main-home .box-anim-fx-price .box-item-g:before {
        background-position: -100px 0;
    }

    .main-home .box-anim-fx-agency {
        width: 280px;
        font-size: 14px;
    }
}

.main-home .box-anim-fx-agency .box-item {
    margin-bottom: 20px;
    padding: 15px;
    background: #f1f1f1;
}

.main-home .box-anim-fx-agency .box-item-ava {
    width: 46px;
    height: 46px;
    float: left;
    background: url(img/fx3-sprite.png) no-repeat;
}

.main-home .box-anim-fx-agency .box-item-ava-1 {
    background-position: 100% 0;
}

.main-home .box-anim-fx-agency .box-item-ava-2 {
    background-position: 50% 0;
}

.main-home .box-anim-fx-agency .box-item-content {
    margin-left: 65px;
}

.main-home .box-anim-fx-agency .box-item-3, .main-home .box-anim-fx-agency .box-item-2 {
    margin-left: 60px;
    position: relative;
}

    .main-home .box-anim-fx-agency .box-item-3:before, .main-home .box-anim-fx-agency .box-item-2:before {
        content: "";
        position: absolute;
        height: 60px;
        width: 1px;
        left: -40px;
        margin-top: -10px;
        border-left: 1px solid #ccc;
    }

.main-home .box-anim-fx-agency .box-item-ava-2:before, .main-home .box-anim-fx-agency .box-item-ava-1:before {
    content: '';
    position: absolute;
    left: -40px;
    width: 30px;
    margin-top: 20px;
    height: 1px;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width:420px) {
    .main-home .box-anim-fx-agency .box-item {
        margin-bottom: 15px;
        background: #fff;
    }

    .main-home .box-anim-fx-agency .box-item-ava {
        width: 30px;
        height: 30px;
        background-size: auto 30px;
    }

    .main-home .box-anim-fx-agency .box-item-content {
        margin-left: 45px;
    }

    .main-home .box-anim-fx-agency .box-item-3, .main-home .box-anim-fx-agency .box-item-2 {
        margin-left: 40px;
    }

        .main-home .box-anim-fx-agency .box-item-3:before, .main-home .box-anim-fx-agency .box-item-2:before {
            height: 40px;
            width: 1px;
            left: -30px;
            margin-top: 0;
        }

    .main-home .box-anim-fx-agency .box-item-ava-2:before, .main-home .box-anim-fx-agency .box-item-ava-1:before {
        left: -30px;
        width: 25px;
        margin-top: 20px;
    }
}

.main-home .box-anim-fx-agency .box-item-content {
    color: #a9a9a9;
}
    /*.main-home .box-anim-fx-agency .box-item-content:after, .main-home .box-anim-fx-agency .box-item-content:before { content: ''; display: block; height: 10px; margin-top: 10px; background: #e6e6e6; }

@media screen and (max-width:420px) {
    .main-home .box-anim-fx-agency .box-item-content:after, .main-home .box-anim-fx-agency .box-item-content:before { height: 7px; margin-top: 7px; }
}*/

    .main-home .box-anim-fx-agency .box-item-content:after {
        width: 50%;
    }

.main-home .box-anim .box-team {
    height: 500px;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

@media screen and (max-width:920px) {
    .main-home .box-anim .box-team {
        height: 400px;
        background-image: url(img/1920.jpg);
        background-position: center bottom;
    }

    .main-home .box-anim .box-team-parallax {
        display: none;
    }
}

@media screen and (max-width:420px) {
    .main-home .box-anim .box-team {
        height: 250px;
    }
}

.main-home .box-anim .box-team-parallax-wrapp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-home .box-anim .box-team-parallax {
    height: 200%;
    position: relative;
    top: -100%;
    background-image: url(img/1920.jpg);
    background-position: 50% 100%;
}

.main-home .box-anim .box-team-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 80px;
    z-index: 9;
}

    .main-home .box-anim .box-team-inner h2 {
        text-align: center;
        font-size: 48px;
    }

@media screen and (max-width:920px) {
    .main-home .box-anim .box-team-inner {
        padding-top: 30px;
    }

        .main-home .box-anim .box-team-inner h2 {
            font-size: 36px;
        }
}

.main-home .box-anim-fx-team {
    width: 610px;
    position: absolute;
    top: 66px;
    right: -90px;
}

@media screen and (min-width:1600px) {
    .main-home .box-anim .box-team-parallax {
        background-size: 100%;
    }

    .main-home .box-anim-fx-team {
        width: 40%;
        max-width: 800px;
    }
}

@media screen and (max-width:920px) {
    .main-home .box-anim-fx-team {
        width: 80%;
        float: none;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
    }
}

@media screen and (max-width:420px) {
    .main-home .box-anim .box-team-inner {
        padding-top: 20px;
    }

        .main-home .box-anim .box-team-inner h2 {
            font-size: 25px;
        }

    .main-home .box-anim-fx-team {
        width: 95%;
    }
}

.main-home .box-anim-fx-team img {
    width: 100%;
}

.main-home .box-anim-fx-team-inner {
    position: relative;
}

.main-home .box-anim-fx-team-ip6 {
    width: 20%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.main-home .box-anim-fx-team_mbp-slide {
    width: 69.7%;
    position: absolute;
    right: 15%;
    top: 5.4%;
}

.main-home .box-anim .box-twitter {
    background-image: url(img/bg_twt.jpg);
    background-size: cover;
    background-position: 50% 100%;
}

.main-home .box-anim .box-twitter-inner {
    padding-top: 50px;
}

    .main-home .box-anim .box-twitter-inner h1 {
        font-size: 32px;
        text-align: center;
        padding-bottom: 60px;
        color: #555;
    }

@media screen and (max-width:920px) {
    .main-home .box-anim .box-twitter-inner h1 {
        padding-bottom: 20px;
        font-size: 30px;
    }
}

@media screen and (max-width:420px) {
    .main-home .box-anim .box-twitter-inner h1 {
        padding-bottom: 30px;
        font-size: 25px;
    }
}

.main-home .box-anim .box-twitter-inner--link {
    font-weight: 100;
    padding: 20px 0 50px;
    text-align: center;
    font-size: 19px;
}

@media screen and (max-width:420px) {
    .main-home .box-anim .box-twitter-inner--link {
        font-size: 15px;
    }
}

.main-home .box-anim .box-twitter-container {
    font-size: 15px;
    font-weight: 300;
    position: relative;
    max-width: 1020px;
    min-width: 300px;
    height: 100%;
    padding: 0 40px;
    margin: auto;
}

@media screen and (max-width:920px) {
    .main-home .box-anim .box-twitter-container {
        width: 620px;
        font-size: 16px;
    }

        .main-home .box-anim .box-twitter-container .twitterGallery_Desktop {
            display: none;
        }
}

@media screen and (max-width:650px) {
    .main-home .box-anim .box-twitter-container {
        width: 300px;
    }
}

@media screen and (max-width:420px) {
    .main-home .box-anim .box-twitter-container {
        font-size: 14px;
    }
}

.main-home .box-anim .box-twitter-container .twitterGallery {
    position: relative;
}

.main-home .box-anim .box-twitter-container .twitterGallery_Tablet {
    display: none;
}

@media screen and (max-width:920px) {
    .main-home .box-anim .box-twitter-container .twitterGallery_Tablet {
        display: block;
    }
}

.main-home .box-anim .box-twitter-container .twitterGallery_Phone {
    display: none;
}

@media screen and (max-width:650px) {
    .main-home .box-anim .box-twitter-container .twitterGallery_Tablet {
        display: none;
    }

    .main-home .box-anim .box-twitter-container .twitterGallery_Phone {
        display: block;
    }
}

.main-home .box-anim .box-twitter-container_item {
    height: 100%;
    text-align: center;
}

.main-home .box-anim .box-twitter-container_item-inner {
    box-sizing: border-box;
    height: 305px;
    float: left;
    width: 30.2%;
    margin: 35px 1.5% 30px 1.5%;
    position: relative;
    padding: 7% 20px 5%;
    background: #fff;
}

@media screen and (max-width:920px) {
    .main-home .box-anim .box-twitter-container_item-inner {
        width: 100%;
        margin: 30px 10px;
        padding: 50px 20px 40px;
    }
}

@media screen and (max-width:650px) {
    .main-home .box-anim .box-twitter-container_item-inner {
        margin: 30px 0;
    }
}

.main-home .box-anim .box-twitter-container_ava {
    position: absolute;
    top: -36.5px;
    right: 0;
    left: 0;
    height: 73px;
    display: block;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #fff;
}

@media screen and (max-width:920px) {
    .main-home .box-anim .box-twitter-container_ava {
        height: 60px;
        top: -30px;
    }
}

.main-home .box-anim .box-twitter-container_excerpt {
    height: 80%;
    overflow-x: hidden;
    color: #999;
}

.main-home .box-anim .box-twitter-container_name {
    padding-top: 20px;
    font-style: normal;
    text-transform: uppercase;
    color: #2685c4;
}

.main-home .box-anim .box-twitter-container_time {
    font-size: 15px;
}

.main-home .box-anim .box-twitter .twitterGalleryNext:hover, .main-home .box-anim .box-twitter .twitterGalleryPrev:hover {
    opacity: .8;
}

.main-home .box-anim .box-twitter .twitterGalleryNext {
    right: 0;
}

.main-home .box-anim .box-twitter .twitterGalleryPrev {
    left: 0;
}

.main-home .box-info {
    padding: 100px 0;
    font-weight: 300;
    font-size: 24px;
}

    .main-home .box-info h1 {
        font-size: 36px;
        padding-bottom: 30px;
    }

@media screen and (max-width:420px) {
    .main-home .box-info h1 {
        font-size: 25px;
    }
}

.main-home .box-info-style1 {
    background: linear-gradient(to bottom,rgba(125,185,232,0) 0,rgba(179,214,241,0) 50%,#e9f3f9 100%);
}

#fx1-scene2 {
    width: 226px;
    height: 226px;
    position: absolute;
    right: 200.5px;
    bottom: 54.5px;
    background-image: url(img/fx1-scene2.png);
    background-position: bottom 57px right 57px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 420px) {
    #fx1-scene2 {
        right: 122px;
        bottom: 20px;
        background-size: 78px 78px;
        width: 156px;
        height: 156px;
    }
}

#fx1-scene3 {
    color: #b2b2b2;
    width: 200px;
    position: absolute;
    left: 165px;
    top: 80px;
    background: #f4f4f4;
    font-size: 15px;
}

    #fx1-scene3 p {
        padding-bottom: 10px;
    }

@media screen and (max-width: 420px) {
    #fx1-scene2 {
        right: 122px;
        bottom: 20px;
        background-size: 78px 78px;
        width: 156px;
        height: 156px;
    }

    #fx1-scene3 {
        font-size: 14px;
        line-height: 14px;
        width: 150px;
        left: 115px;
        top: 55px;
        background: #fff;
    }

        #fx1-scene3 p {
            font-size: 14px;
            line-height: 14px;
        }
}

#fx1-scene3 h4 {
    color: #b2b2b2;
    font-size: 24px;
    text-transform: none;
}

#fx1-scene3 h4 {
    margin-bottom: 5px;
}

#fx3-nav {
    margin-bottom: 20px;
    position: relative;
}

@media screen and (max-width: 420px) {
    #fx1-scene3 h4 {
        font-size: 16px;
        line-height: 20px;
        padding: 0;
    }

    #fx3-nav {
        margin-bottom: 15px;
    }
}

#fx3-nav .box-nav {
    color: #fff;
    margin-right: 5px;
}

    #fx3-nav .box-nav:last-child {
        margin-right: 0;
    }

#fx3-nav .box-nav-item {
    display: inline-block;
    position: relative;
    padding: 10px 15px;
    text-align: center;
}

    #fx3-nav .box-nav-item img {
        vertical-align: middle;
    }

@media screen and (max-width: 420px) {
    #fx3-nav .box-nav-item {
        padding: 5px 7px;
    }

        #fx3-nav .box-nav-item img {
            width: 72%;
            height: auto;
        }

    #fx3-nav .box-nav-item-sub {
        font-size: 14px;
    }
}

#fx3-nav .box-nav-item_clock {
    background: #f7b54a;
}

#fx3-nav .box-nav-item-sub {
    white-space: nowrap;
    text-align: left;
    color: #a9a9a9;
    background: #fff;
    position: relative;
    left: -50%;
    background-clip: padding-box;
    padding: 10px;
    border-radius: 7px;
    border: 3px solid rgba(169,169,169,.2);
}

    #fx3-nav .box-nav-item-sub:after, #fx3-nav .box-nav-item-sub:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #fx3-nav .box-nav-item-sub:after {
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }

    #fx3-nav .box-nav-item-sub:before {
        border-bottom-color: rgba(169,169,169,.2);
        border-width: 14px;
        margin-left: -14px;
    }

#header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
    background-color: rgba(38,133,196,1);
    box-shadow: 0 2px 1px rgba(0,0,0,.2);
    transition: background-color .3s,box-shadow .3s;
}

#fx3-nav-sub {
    z-index: 1;
}

/*还原*/
@media screen and (max-width:920px) {
    #header {
        height: 60px;
        min-width: 100%;
    }
}

#header .header-wrapp {
    position: relative;
    padding-left: 3.125%;
}

#header.header-transparent {
    background-color: transparent;
    box-shadow: 0 0 0 transparent;
}

    #header.header-transparent #logo {
        background-color: rgba(38, 133, 196,1);
    }

    #header.header-transparent #mainMenu > li > a, #header.header-transparent #mainMenu > li > span {
        color: inherit;
    }

#logo {
    width: 133px;
    height: 60px;
    border-radius: 0 0 5px 5px;
    transition: background-color .3s;
    display: block;
    line-height: 60px;
    text-align: center;
}

    #logo img {
        height: 100%;
        vertical-align: top;
    }

@media screen and (max-width:420px) {
    #header {
        height: 45px;
    }

    #logo {
        width: 110px;
        height: 45px;
        line-height: 45px;
        padding: 0 5px;
    }

        #logo img {
            width: 95px;
            margin-top: 0;
        }
}

#mainMenuBtn {
    display: none;
    margin: 15px 25px 0 0;
}

@media screen and (max-width:920px) {
    #header.header-transparent #mainMenuBtn span {
        background-color: #2685c4;
    }

    #mainMenuBtn {
        position: absolute;
        margin: 23px 15px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        display: block;
        z-index: 1000;
        right: 0;
    }

        #mainMenuBtn span {
            display: block;
            position: absolute;
            height: 2px;
            width: 100%;
            background: #fff;
            border-radius: 3px;
            opacity: 1;
            left: 0;
            top: 0;
            -webkit-transform: rotate(0);
            transform: rotate(0);
            transition: .3s ease-in-out;
        }

            #mainMenuBtn span:last-child {
                top: 10px;
            }

            #mainMenuBtn span:nth-child(2), #mainMenuBtn span:nth-child(3) {
                top: 5px;
            }

        #mainMenuBtn.close span {
            background: #2685c4;
        }

            #mainMenuBtn.close span:first-child, #mainMenuBtn.close span:last-child {
                opacity: 0;
            }

            #mainMenuBtn.close span:nth-child(2) {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            #mainMenuBtn.close span:nth-child(3) {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }
}

@media screen and (max-width:920px) {
    #mainMenuBtn {
        position: absolute;
        float: right;
        padding: 6px 10px;
        margin: 23px 15px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        display: block;
        z-index: 1000;
        width: 50px;
        height: 50px;
        right: 0;
        top: -5px;
    }

        #mainMenuBtn span {
            display: block;
            position: absolute;
            height: 2px;
            width: 22px;
            background: #fff;
            border-radius: 3px;
            opacity: 1;
            left: 15px;
            top: 0;
            -webkit-transform: rotate(0);
            transform: rotate(0);
            transition: .3s ease-in-out;
        }
}

#header.header-transparent #mainMenu {
    font-size: 14px;
}

#mainMenu {
    font-size: 14px;
    font-weight: 500;
    right: 3.125%;
}

@media screen and (max-width:920px) {
    #mainMenu {
        display: none;
        background-color: #fff;
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        max-height: calc(100vh - 60px);
        overflow-y: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        box-shadow: 0 3px 10px 0 rgba(0,0,0,.3);
    }
}

@media screen and (max-width:420px) {
    #mainMenuBtn {
    }

    #mainMenu {
        max-height: calc(100vh - 45px);
    }
}

#mainMenu > li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
}

@media screen and (min-width:920px) {
    #mainMenu > li.has-sub-arrow:after, #mainMenu > li.has-sub-arrow:before {
        width: 0;
        height: 0;
        content: '';
        border-bottom: 12px solid #fff;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        position: absolute;
        top: calc(100% + 1px);
        left: calc(50% - 8px);
        z-index: 99999;
    }

    #mainMenu > li.has-sub-arrow:before {
        border-bottom-color: rgba(0,0,0,.1);
        margin-left: 2px;
    }
}

#mainMenu > li > a, #mainMenu > li > span {
    display: block;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .3s;
}

    #mainMenu > li > a:hover, #mainMenu > li > span:hover {
        text-decoration: underline;
    }

@media screen and (max-width:920px) {
    #mainMenu > li:hover:before {
        content: "";
        position: absolute;
        left: 0;
        width: 5px;
        background: #f7b54a;
        height: 100%;
    }

    #mainMenu > li {
        display: block;
    }

        #mainMenu > li > a:hover, #mainMenu > li > span:hover {
            text-decoration: none;
        }

        #mainMenu > li > a, #mainMenu > li > span {
            color: inherit !important;
            font-weight: inherit;
            background: #fff;
            padding: 10px 25px;
        }
}

#mainMenu > li > ul {
    position: absolute;
    display: none;
    top: 100%;
    right: 5px;
    margin-top: 12px;
    background: #fff;
    padding: 10px 0;
    z-index: 99999;
}

@media screen and (max-width:920px) {
    #mainMenu > li > ul {
        position: relative;
        top: 0;
        margin: 0;
        padding: 0;
        box-shadow: none !important;
        border-radius: 0 !important;
    }
}

#tweet, .rollBox {
    border-radius: 5px;
}

#mainMenu > li > ul > li {
    position: relative;
}

    #mainMenu > li > ul > li:hover:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 5px;
        background: #f7b54a;
        height: 100%;
    }

.footer-end:after, .main-press .box-awards .item:before, .main-press .header-main__sub-page:before, .main-press .sort-labels:after, .main-press .sort-nav > li:after {
    content: '';
}

#inner_content2, #tweet, .rubberBoxHeadInner, .tweet_ava {
    position: relative;
}

#mainMenu > li > ul > li a {
    display: block;
    color: inherit !important;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px 25px;
}

@media screen and (max-width:920px) {
    #mainMenu > li > ul > li a {
        padding-left: 40px;
    }
}

@media screen and (min-width:920px) {
    #mainMenu a.siteButtonGr {
        font-size: 12px;
        font-weight: 700;
        line-height: 28px;
        color: #fff !important;
        text-align: center;
        padding: 0 15px;
        position: relative;
    }
}

body.header-v2 #header #logo {
    background-color: transparent;
}

body.header-v2 #header #mainMenu > li > a, body.header-v2 #header #mainMenu > li > span {
    color: #fff;
}

body.header-v2 #header #mainMenuBtn span {
    background-color: #fff;
}

body.header-v2 #header #mainMenuBtn.close span {
    background-color: #2685c4;
}

#inner_content {
    margin-top: 40px;
    width: 100%;
}

#inner_content2 {
    padding: 50px 0 0;
}

.post-password-form {
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}

    .post-password-form label {
        font-size: 18px;
    }

#footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

#footer_container {
    color: #fff;
    font-size: 15px;
    background-color: #2685c4;
}

    #footer_container .foot-menu {
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 60px 0 15px;
        position: relative;
    }

        #footer_container .foot-menu a {
            color: #fff;
        }

    #footer_container nav li {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 14px;
        line-height: 30px;
    }

#gmarker, #infoBox {
    text-align: center;
}

.footer-end {
    padding: 30px 0;
    text-align: justify;
    line-height: 0;
    width: 100%;
    border-top: 1px solid #6db4e3;
    color: #6db4e3;
}

    .footer-end:after {
        display: inline-block;
        width: 100%;
        height: 0;
    }

    .footer-end .badges, .footer-end .copyright {
        display: inline-block;
        vertical-align: middle;
    }

@media screen and (max-width: 920px) {
    #footer_container {
        font-size: 14px;
    }

    .footer-end .badges, .footer-end .copyright {
        display: block;
        text-align: center;
    }

    .footer-end .badges {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer-end .badges > div {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

@media screen and (max-width: 420px) {
    .footer-end .badges > div {
        width: 50%;
    }

        .footer-end .badges > div img {
            max-width: 100%;
            height: auto;
        }
}

.footer-end .copyright {
    line-height: 2;
}

@media screen and (max-width: 920px) {
    .footer-end .badges > div {
        display: block;
        margin: 0;
        padding: 5px;
    }

    .footer-end .copyright {
        margin-bottom: 20px;
    }
}

.footer-end .copyright a {
    padding: 0 4px;
    color: inherit;
}

#footer p {
    line-height: 1;
}

#homeBoxMainContent .btn-box {
    padding-top: 0;
}

@media screen and (max-width: 920px) {
    #mainMenu {
        left: 0;
    }
}


/*begin*/
/*产品展示区*/
.feature-one {
    width: 100%;
}

.feature:nth-child(odd) {
    background-color: #f4f7fc;
}

.feature-one h3 {
    font-size: 28px;
    color: #000;
}

.feature-one .col-sm-6.col-sm-pull-6 p {
    max-width: 420px;
    width: 90%;
    font-size: 14px;
}

.feature-one .content p {
    max-width: 360px;
    width: 90%;
    font-size: 18px;
}

#fx3-nav .box-nav, .main-home .box-anim-fx-price .box-item-head {
    background: #2685c4;
    background: linear-gradient(to right,#439eda 0,#2685c4 100%);
}

#fx3-nav .box-nav, #mainMenu > li > ul, .main-home .box-anim .box-twitter-container_item-inner, .main-home .box-anim-fx-price .box-item, .main-home .box-anim-fx-agency .box-item, .widget-quotes--item {
    border-radius: 5px;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
}

/*重写*/
#logo {
    box-sizing: initial;
}

#homeBoxMainContent #btn-home-video {
    background-color: #00c1de;
    color: #fff !important;
    margin-left: 10px;
}

    #homeBoxMainContent #btn-home-video:hover, #homeBoxMainContent #btn-home-video:active {
        background-color: #1793CA;
        color: #fff !important;
    }

/*在线咨询*/
#slidebar_contact {
    display: block;
    width: 38px;
    position: fixed;
    z-index: 99;
    top: 33%;
    right: 0;
}

@media screen and (max-width:420px) {
    #slidebar_contact {
        display: none;
    }
}

#slidebar_contact .slide_contact_item {
    width: 38px;
    height: 38px;
    margin-top: 3px;
    position: relative;
    background-size: 398%;
}

#slidebar_contact .item1 {
    background-image: url(img/contact-slidebar.png);
    background-position: 0 0;
}

    #slidebar_contact .item1:hover {
        background-position: 0 38px;
    }

#slidebar_contact .item2 {
    display: none;
    background-image: url(img/contact-slidebar.png);
    background-position: -38px 0;
}

    #slidebar_contact .item2:hover {
        background-position: -38px 38px;
    }

#slidebar_contact .item3 {
    display: none;
    background-image: url(img/contact-slidebar.png);
    background-position: -76px 0;
}

    #slidebar_contact .item3:hover {
        background-position: -76px 38px;
    }

#slidebar_contact .item4 {
    background-image: url(img/contact-slidebar.png);
    background-position: -114px 38px;
}

    #slidebar_contact .item4:hover {
        background-position: -114px 0;
    }

#slidebar_contact .slide_contact_item:first-child {
    margin-top: 0;
}

#contact_tel_box {
    position: absolute;
    top: .1%;
    right: 100%;
    width: 260px;
    height: 100px;
    background-color: #fff;
    z-index: 100;
    display: none;
}

#slidebar_contact .item1:hover #contact_tel_box {
    display: block;
}

#contact_qq_box {
    position: absolute;
    top: -41px;
    right: 100%;
    z-index: 100;
    display: none;
}

#slidebar_contact .item2:hover #contact_qq_box {
    display: block;
}

#contact_weixin_box {
    position: absolute;
    top: -80px;
    right: 100%;
    width: 120px;
    height: 120px;
    z-index: 100;
    display: none;
}

    #contact_weixin_box img {
        width: 100%;
    }

#slidebar_contact .item3:hover #contact_weixin_box {
    display: block;
}


/*文档头部*/
#header.doc {
    background-color: rgba(38,133,196,1);
    box-shadow: 0 2px 1px rgba(0,0,0,.2);
}

    #header.doc #mainMenu > li > a, #header.doc #mainMenu > li > span {
        color: #fff;
    }

    #header.doc #mainMenuBtn span {
        background: #fff;
    }

    #header.doc #mainMenuBtn.close span {
        background: #2685c4;
    }


.box-anim-fx-agency-manage, .box-anim-fx-price, .box-anim-fx-oauth {
    width: 410px;
}

    .box-anim-fx-agency-manage img, .box-anim-fx-price img, .box-anim-fx-oauth img {
        width: 410px;
        height: 368px;
    }

#home-nav .wrapper .ct {
    letter-spacing: 1px;
    color: #383838;
}

#home-top-nav-container h4 {
    font-size: 16px;
}

/*.btn-primary.function-more {   color: #fff;background-color: #3bd784; border-color: #3bd784; transition: all 218ms cubic-bezier(.42,0,.58,1); }*/
.btn-primary.function-more {
    margin-top: 100px;
    width: 363px;
    font-size: 24px;
    background-color: #3ad785;
    border: solid 1px #1ebf6a;
    color: #fff;
    font-weight: normal;
}

@media screen and (max-width:768px) {
    .btn-primary.function-more {
        margin-top: 0;
        width: 214px;
        font-size: 18px;
        color: #fff;
        background-color: #3bd784;
        border-color: #3bd784;
        transition: all 218ms cubic-bezier(.42,0,.58,1);
    }
}

.feature-three {
    width: 100%;
}

    .feature-three .con-box p {
        text-align: center;
        font-size: 20px;
        color: #555;
    }

    .feature-three .con-box {
        height: 200px;
        padding-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
        margin-bottom: 40px;
    }


    .feature-three.box-safe {
        margin-top: 40px;
        background-color: #fff;
    }

        .feature-three.box-safe h1 {
            font-size: 32px;
            color: #555;
        }

        .feature-three.box-safe .con-box {
            height: auto;
            padding-left: 15px;
            padding-right: 15px;
        }

            .feature-three.box-safe .con-box li {
                color: #999;
                font-size: 14px;
            }

        .feature-three.box-safe img {
            width: 50%;
            margin-left: 25%;
            margin-top: 50px;
        }

@media screen and (max-width:920px) {
    .box-anim-fx-agency-manage {
        margin: auto;
        float: none !important;
    }
}

@media screen and (max-width:420px) {

    .box-anim-fx-agency-manage, .box-anim-fx-price, .box-anim-fx-oauth {
        width: 280px;
    }

        .box-anim-fx-agency-manage img, .box-anim-fx-price img, .box-anim-fx-oauth img {
            width: 280px;
            height: 251px;
        }

    .feature-three.box-safe h1 {
        font-size: 21px;
        color: #5c5c5c;
    }

    .feature-three.box-safe .col-xs-4 {
        padding: 0;
    }

    .feature-three.box-safe img {
        width: 66%;
        margin-left: 17%;
        margin-top: 50px;
    }

    .feature-three .con-box p {
        font-size: 15px;
    }
}

/*导航*/
.box-home-anim-nav ul.active-agency {
    background-position: 0 0;
}

.box-home-anim-nav ul.active-price {
    background-position: -116px 0;
}

.box-home-anim-nav ul.active-oauth {
    background-position: -232px 0;
}

.box-home-anim-nav ul.active-work {
    background-position: -346px 0;
}

.box-home-nav ul.home-nav li.home-nav_agency a {
    background: url(img/home-nav.png) left -87px no-repeat;
}

    .box-home-nav ul.home-nav li.home-nav_agency a:hover {
        background: url(img/home-nav.png) left 0 no-repeat;
    }

.box-home-nav ul.home-nav li.home-nav_work a {
    background: url(img/home-nav.png) -87px -87px no-repeat;
}

    .box-home-nav ul.home-nav li.home-nav_work a:hover {
        background: url(img/home-nav.png) -87px 0 no-repeat;
    }

.box-home-nav ul.home-nav li.home-nav_oauth a {
    background: url(img/home-nav.png) -174px -87px no-repeat;
}

    .box-home-nav ul.home-nav li.home-nav_oauth a:hover {
        background: url(img/home-nav.png) -174px 0 no-repeat;
    }

.box-home-nav ul.home-nav li.home-nav_price a {
    background: url(img/home-nav.png) right -87px no-repeat;
}

    .box-home-nav ul.home-nav li.home-nav_price a:hover {
        background: url(img/home-nav.png) right 0 no-repeat;
    }

@media screen and (max-width:420px) {
    .box-home-nav ul.home-nav {
        width: 80%;
        margin: 0 auto;
    }

        .box-home-nav ul.home-nav li {
            margin: 16px 0 0;
        }
}

.fx-work-box h3 {
    font-size: 23px;
}

#footer_container nav li:first-child {
    margin-left: 0;
}

#footer_container.bg-gray {
    background-color: #f6f6f6;
}

    #footer_container.bg-gray .foot-menu a {
        color: #777f84;
    }

    #footer_container.bg-gray .footer-end {
        color: #999999;
        border-top-color: #fff;
    }

/*立即登录*/
.login_box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    margin-top: -215px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #fff;
    width: 380px;
    height: 433px;
    box-shadow: #999 0 2px 10px;
    -moz-box-shadow: #999 0 2px 10px;
    -webkit-box-shadow: #999 0 2px 10px;
}

.qrcode {
    text-align: center;
}

.login_box .qrcode {
    width: 276px;
    height: 276px;
    margin: 42px auto 5px;
    text-align: center;
}

    .login_box .qrcode img {
        width: 276px;
        height: 276px;
    }

@media screen and (max-width:420px) {
    .login_box {
        width: 310px;
        margin-left: -155px;
    }
}

@media screen and (max-width:320px) {
    .login_box {
        width: 260px;
        margin-left: -130px;
        height: 345px;
        margin-top: -172px;
    }

        .login_box .qrcode {
            width: 210px;
            height: 210px;
            margin-top: 26px;
        }

            .login_box .qrcode img {
                width: 210px;
                height: 210px;
            }
}

.login_box p {
    text-align: center;
    font-size: 16px;
    color: #353535;
}

.login_box .extension {
    text-align: right;
    padding-right: 15px;
}

    .login_box .extension .item {
        margin-bottom: 30px;
    }

    .login_box .extension .icon {
        float: left;
        margin-right: 20px;
        margin-top: 4px;
    }

.web_wechat_login_phone_icon {
    background: url(img/sprite2.png) 0 0;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    display: inline-block;
}

.login_box .extension .cont {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.login_box .extension .title {
    font-weight: 400;
    font-size: 14px;
    color: #353535;
    margin: 0;
    padding: 0;
}

.login_box .extension .desc {
    font-size: 12px;
    color: #353535;
    margin: 0;
    padding: 0;
}
/*首页头部兼容手机版*/
@media screen and (max-width: 920px) {
    #homeBoxMain {
        top: inherit;
        bottom: -23%;
    }

    #header-home-page .opacity {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 56%;
        background: -moz-linear-gradient(180deg,rgba(255, 255, 255, 0) 0%,rgba(255,255,255,.1) 40%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(180deg,rgba(255, 255, 255, 0) 0%,rgba(255,255,255,.1) 40%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(180deg,rgba(255, 255, 255, 0) 0%,rgba(255,255,255,.1) 40%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,1) 100%);
        background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%,rgba(255,255,255,.1) 40%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,1) 100%);
    }

    #header-home-page {
        background-position: 84% top;
    }
}

@media screen and (max-width: 970px) {
    .footer-end {
        text-align: center;
    }
}

.try-free p {
    font-size: 17px;
    color: #999;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box-info.try-free h1 {
    color: #555;
    padding-bottom: 10px;
}

@media screen and (max-width: 420px) {
    .try-free p {
        font-size: 14px;
    }

    .box-info.try-free {
        padding: 70px 0 30px 0;
    }

        .box-info.try-free h1 {
            font-size: 21px;
        }

        .box-info.try-free small {
            font-size: 17px;
        }
}

#app_contactbar {
    display: none;
    width: 100%;
    min-height: 0px;
    position: fixed;
    bottom: -1px;
    z-index: 5;
}

    #app_contactbar.bg {
        background-color: rgba(0,0,0,0.6);
    }

    #app_contactbar .content {
        min-height: 0px;
        width: 100%;
        text-align: center;
        position: relative;
    }

        #app_contactbar .content a {
            padding: 8px 5px;
            display: block;
        }

        #app_contactbar .content .img-tel {
            height: 30px;
            display: inline-block;
        }

    #app_contactbar .img-close {
        position: absolute;
        top: -13px;
        left: 8px;
        width: 28px;
        height: 28px;
        z-index: 9999;
        display: none;
    }

    #app_contactbar.bg .img-close {
        display: block;
    }


.nav-bg {
    background-color: rgba(0, 0, 0, 0.34);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    display: none;
}
/**/
@media screen and (min-width: 920px) {
    #mainMenu a.siteButtonGr {
        font-size: 12px;
        font-weight: 700;
        line-height: 30px;
        color: #fff !important;
        text-align: center;
        padding: 0 15px;
        position: relative;
    }

    #mainMenu > li:nth-child(6) {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 920px) {
    #mainMenu > li:nth-child(6) > i, #mainMenu > li:nth-child(6):hover > i {
        margin-top: -8px;
        display: block;
        position: absolute;
        width: 70px;
        left: 25px;
        height: 2px;
        background: #3bd784;
    }
}

#homeBoxMainContent .caption h1, #homeBoxMainContent .caption h2 {
    line-height: 1;
    padding: 0;
}

#homeBoxMainContent .caption h1 {
    /*font-size: 44px;
    line-height: 48px;
    margin-bottom: 11px;*/
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 11px;
    letter-spacing: 4px;
}

@media screen and (max-width: 420px) {
    #homeBoxMainContent .caption h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    #homeBoxMainContent .caption h1 {
        letter-spacing: 0;
    }

    #homeBoxMainContent .caption h2 {
        font-size: 14px;
        margin-bottom: 22px;
    }
}

#friendly_link a:hover {
    color: white;
}

#logo #logoimgtop {
    width: 122.5px;
    height: 81.67px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    top: -21.67px;
}

@media screen and (max-width:420px) {
    #logo #logoimgtop {
        width: 95px;
        height: 63.34px;
        top: -18.34px;
    }
}

.list-feature {
    margin-top: 15px;
    padding-left: 20px;
    margin-bottom: 15px;
}

    .list-feature li {
        list-style: disc;
        line-height: 2;
        font-size: 16px;
        color: #717172;
    }

.trybtn {
    display: none;
    position: absolute;
    right: 60px;
    top: 10px;
}

@media screen and (max-width:920px) {
    .trybtn {
        display: block;
        top: 10px;
    }
}
@media screen and (max-width:480px) {
    .trybtn {
        top: 8px;
    }
}