html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre {
    font-family: monospace, monospace;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q: before,
q: after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: normal;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font-family: 'microsoft yahei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    outline: 0;
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
}

a {
    color: #333;
}

    a[href^=tel] {
        color: inherit;
        text-decoration: none;
    }

button {
    border: 0;
}

.f-cb:after,
.f-cbli li:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.f-cb,
.f-cbli li {
    zoom: 1;
}

.f-ib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.f-dn {
    display: none;
}

.f-db {
    display: block;
}

.f-fl {
    float: left;
}

.f-fr {
    float: right;
}

.f-pr {
    position: relative;
}

.f-prz {
    position: relative;
    zoom: 1;
}

.f-oh {
    overflow: hidden;
}

.f-ff0 {
    font-family: arial, \5b8b\4f53;
}

.f-ff1 {
    font-family: "Microsoft YaHei", \5fae\8f6f\96c5\9ed1, arial, \5b8b\4f53;
}

.f-fs1 {
    font-size: 12px;
}

.f-fs2 {
    font-size: 14px;
}

.f-fwn {
    font-weight: normal;
}

.f-fwb {
    font-weight: bold;
}

.f-tal {
    text-align: left;
}

.f-tac {
    text-align: center;
}

.f-tar {
    text-align: right;
}

.f-taj {
    text-align: justify;
    text-justify: inter-ideograph;
}

.f-vam,
.f-vama * {
    vertical-align: middle;
}

.f-wsn {
    word-wrap: normal;
    white-space: nowrap;
}

.f-pre {
    overflow: hidden;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}

.f-wwb {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

.f-ti {
    overflow: hidden;
    text-indent: -30000px;
}

.f-ti2 {
    text-indent: 2em;
}

.f-lhn {
    line-height: normal;
}

.f-tdu,
.f-tdu:hover {
    text-decoration: underline;
}

.f-tdn,
.f-tdn:hover {
    text-decoration: none;
}

.f-toe {
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.f-csp {
    cursor: pointer;
}

.f-csd {
    cursor: default;
}

.f-csh {
    cursor: help;
}

.f-csm {
    cursor: move;
}

.f-usn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.g-hd,
.g-jp,
.g-ft {
    min-width: 1000px;
}

.g-jp {
    height: 238px;
    background: url(../res/web/quick_bg.jpg?8c73ab8463ca57f57bd2a18bb23459a8) repeat;
}

.layout-container {
    box-sizing: border-box;
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.g-in {
    box-sizing: border-box;
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.cm .g-hd {
    position: relative;
}

.g-hd {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    -webkit-transform: translateZ(0);
    background-color: white;
}

.g-ft {
    background-color: #f8fbfd;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes progressIn {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-moz-keyframes progressIn {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-ms-keyframes progressIn {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-o-keyframes progressIn {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes progressIn {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.fadeIn {
    -webkit-animation: fadeIn 0.3s ease-out both;
    -moz-animation: fadeIn 0.3s ease-out both;
    -ms-animation: fadeIn 0.3s ease-out both;
    -o-animation: fadeIn 0.3s ease-out both;
    animation: fadeIn 0.3s ease-out both;
}

.ui-action {
    display: inline-block;
    width: 176px;
    height: 48px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    background-color: #2875fa;
    background-image: -webkit-linear-gradient(to bottom, #2d83fb, #2367f9);
    background-image: -moz-linear-gradient(to bottom, #2d83fb, #2367f9);
    background-image: -ms-linear-gradient(to bottom, #2d83fb, #2367f9);
    background-image: -o-linear-gradient(to bottom, #2d83fb, #2367f9);
    background-image: linear-gradient(to bottom, #2d83fb, #2367f9);
}

    .ui-action:hover {
        background-color: #4185fa;
        background-image: -webkit-linear-gradient(to bottom, #4994fb, #3a77f9);
        background-image: -moz-linear-gradient(to bottom, #4994fb, #3a77f9);
        background-image: -ms-linear-gradient(to bottom, #4994fb, #3a77f9);
        background-image: -o-linear-gradient(to bottom, #4994fb, #3a77f9);
        background-image: linear-gradient(to bottom, #4994fb, #3a77f9);
    }

.ui-action-sm {
    width: 160px;
    height: 46px;
    line-height: 44px;
}

.ui-action-grey {
    color: #555;
    background-color: #f3f4f6;
    background-image: -webkit-linear-gradient(to bottom, #fff, #e7eaee);
    background-image: -moz-linear-gradient(to bottom, #fff, #e7eaee);
    background-image: -ms-linear-gradient(to bottom, #fff, #e7eaee);
    background-image: -o-linear-gradient(to bottom, #fff, #e7eaee);
    background-image: linear-gradient(to bottom, #fff, #e7eaee);
    font-weight: bold;
}

    .ui-action-grey:hover {
        background-color: #f9f9fa;
        background-image: -webkit-linear-gradient(to bottom, #fff, #f2f4f6);
        background-image: -moz-linear-gradient(to bottom, #fff, #f2f4f6);
        background-image: -ms-linear-gradient(to bottom, #fff, #f2f4f6);
        background-image: -o-linear-gradient(to bottom, #fff, #f2f4f6);
        background-image: linear-gradient(to bottom, #fff, #f2f4f6);
    }

.m-tabs-line .tabs_hd {
    border-bottom: 1px solid #ebedf0;
    text-align: center;
    font-size: 0;
}

    .m-tabs-line .tabs_hd li {
        display: inline-block;
        position: relative;
        padding: 12px 28px;
        font-size: 16px;
        line-height: 26px;
        color: #2e3033;
        text-align: center;
        cursor: pointer;
    }

        .m-tabs-line .tabs_hd li:hover {
            color: #2284e5;
        }

        .m-tabs-line .tabs_hd li:after {
            content: ".";
            position: absolute;
            bottom: 0;
            left: 0;
            height: 2px;
            width: 0;
            background-color: #2875fa;
            text-indent: -9999em;
            -webkit-transition: width 0.3s ease-out;
            -moz-transition: width 0.3s ease-out;
            -ms-transition: width 0.3s ease-out;
            -o-transition: width 0.3s ease-out;
            transition: width 0.3s ease-out;
        }

        .m-tabs-line .tabs_hd li.z-crt {
            color: #2284e5;
        }

            .m-tabs-line .tabs_hd li.z-crt:after {
                content: " ";
                width: 100%;
            }

.m-qstart {
    height: 238px;
    background-color: #2875fa;
    text-align: center;
}

    .m-qstart h2 {
        padding-top: 55px;
        padding-bottom: 22px;
        font-size: 30px;
        line-height: 50px;
        color: #fff;
    }

.m-tyun {
    height: 28px;
    overflow: hidden;
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -ms-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
}

    .m-tyun p {
        font-size: 0;
    }

        .m-tyun p a + a {
            padding-left: 40px;
        }

    .m-tyun a {
        display: inline-block;
        padding: 8px 0;
        font-size: 12px;
        line-height: 1;
        color: rgba(255, 255, 255, 0.4);
        -webkit-transition: color 0.3s ease-out;
        -moz-transition: color 0.3s ease-out;
        -ms-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out;
    }

@media \0screen {
    .m-tyun a {
        color: #dee2ef;
    }
}

.m-tyun a:hover {
    color: #fff;
}

.m-tyun-normal {
    background-color: #303233;
}

.m-tyun-home {
    background-color: rgba(0, 0, 0, 0.3);
}

@media \0screen {
    .m-tyun-home {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
    }
}

.m-tyun-home.z-scroll {
    background-color: #303233;
}

.m-tyun-product {
    background-color: #303233;
}

.m-thead {
    /*height: 88px;*/
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .m-thead .m-logo {
        float: left;
    }

    .m-thead .m-login,
    .m-thead .m-tnav {
        float: right;
    }

    .m-thead.z-scroll,
    .m-thead-normal,
    .m-thead-normal.z-scroll,
    .m-thead-home.z-scroll,
    .m-thead-product {
        background-color: #fff;
        border-bottom: 1px solid #e7e7e7;
    }

        .m-thead.z-scroll .m-logo a,
        .m-thead-normal .m-logo a,
        .m-thead-normal.z-scroll .m-logo a,
        .m-thead-home.z-scroll .m-logo a,
        .m-thead-product .m-logo a {
            /*background: url(../res/next/logo_dark.png?8ae6217a463872bfa403300405a05765) no-repeat;*/
        }

        .m-thead.z-scroll .m-tnav .tnav_title,
        .m-thead-normal .m-tnav .tnav_title,
        .m-thead-normal.z-scroll .m-tnav .tnav_title,
        .m-thead-home.z-scroll .m-tnav .tnav_title,
        .m-thead-product .m-tnav .tnav_title {
            color: #333;
        }

        .m-thead.z-scroll .m-snav,
        .m-thead-normal .m-snav,
        .m-thead-normal.z-scroll .m-snav,
        .m-thead-home.z-scroll .m-snav,
        .m-thead-product .m-snav {
            background-color: #fff;
            -webkit-box-shadow: 0 2px 5px rgba(41, 46, 51, 0.15);
            -moz-box-shadow: 0 2px 5px rgba(41, 46, 51, 0.15);
            -ms-box-shadow: 0 2px 5px rgba(41, 46, 51, 0.15);
            -o-box-shadow: 0 2px 5px rgba(41, 46, 51, 0.15);
            box-shadow: 0 2px 5px rgba(41, 46, 51, 0.15);
        }

@media \0screen {
    .m-thead.z-scroll .m-snav,
    .m-thead-normal .m-snav,
    .m-thead-normal.z-scroll .m-snav,
    .m-thead-home.z-scroll .m-snav,
    .m-thead-product .m-snav {
        border-bottom: 1px solid #d7dce0;
    }
}

.m-thead.z-scroll .m-snav .snav_cat-title,
.m-thead-normal .m-snav .snav_cat-title,
.m-thead-normal.z-scroll .m-snav .snav_cat-title,
.m-thead-home.z-scroll .m-snav .snav_cat-title,
.m-thead-product .m-snav .snav_cat-title {
    color: #333;
}

.m-thead.z-scroll .m-snav a,
.m-thead-normal .m-snav a,
.m-thead-normal.z-scroll .m-snav a,
.m-thead-home.z-scroll .m-snav a,
.m-thead-product .m-snav a {
    color: #626366;
}

    .m-thead.z-scroll .m-snav a:hover,
    .m-thead-normal .m-snav a:hover,
    .m-thead-normal.z-scroll .m-snav a:hover,
    .m-thead-home.z-scroll .m-snav a:hover,
    .m-thead-product .m-snav a:hover {
        color: #2875fa;
        background-color: #f5f7fa;
    }

.m-thead.z-scroll .m-snav dt,
.m-thead-normal .m-snav dt,
.m-thead-normal.z-scroll .m-snav dt,
.m-thead-home.z-scroll .m-snav dt,
.m-thead-product .m-snav dt {
    color: #999;
}

.m-thead.z-scroll .m-login .login,
.m-thead-normal .m-login .login,
.m-thead-normal.z-scroll .m-login .login,
.m-thead-home.z-scroll .m-login .login,
.m-thead-product .m-login .login {
    color: #000;
}

.m-thead.z-scroll .m-login .regis,
.m-thead.z-scroll .m-login .ucenter,
.m-thead-normal .m-login .regis,
.m-thead-normal .m-login .ucenter,
.m-thead-normal.z-scroll .m-login .regis,
.m-thead-normal.z-scroll .m-login .ucenter,
.m-thead-home.z-scroll .m-login .regis,
.m-thead-home.z-scroll .m-login .ucenter,
.m-thead-product .m-login .regis,
.m-thead-product .m-login .ucenter {
    border-color: #2a62ff;
    color: #2a62ff;
}

.m-thead-home {
    background-color: transparent;
}

.m-thead-product {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.m-logo {
    padding-top: 29px;
}

    .m-logo a {
        display: block;
        width: 182px;
        height: 30px;
        background: url(../res/next/logo.png?a9e41729cb8e81e2949ef8b7e3f71513) no-repeat;
        text-indent: -9999px;
    }

.m-tnav li {
    float: left;
    position: relative;
    margin-left: 20px;
}

    .m-tnav li:after {
        content: "";
        position: absolute;
        height: 2px;
        width: 0;
        bottom: -3px;
        background-color: transparent;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .m-tnav li:hover:after {
        width: 100%;
        background-color: #2a62ff;
    }

    .m-tnav li.z-sel:after {
        width: 100%;
        background-color: #2a62ff;
    }

.m-tnav .tnav_title {
    display: block;
    height: 22px;
    padding: 27px 14px 20px;
    line-height: 22px;
    font-size: 16px;
    color: #fff;
    cursor: default;
}

    .m-tnav .tnav_title[href] {
        cursor: pointer;
    }

.m-snav {
    position: fixed;
    left: 0;
    top: 72px;
    right: 0;
    -webkit-transform: translateZ(0);
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    text-align: center;
    font-size: 0;
    background-color: #010202;
    background-color: rgba(0, 0, 0, 0.94);
}

    .m-snav .snav_cat {
        vertical-align: top;
        display: inline-block;
        width: 160px;
        text-align: left;
    }

        .m-snav .snav_cat + .snav_cat {
            padding-left: 20px;
        }

    .m-snav .snav_cat-title {
        padding-left: 10px;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        color: #fff;
    }

    .m-snav a {
        display: inline-block;
        width: 150px;
        height: 34px;
        padding-left: 10px;
        color: #c3c4c7;
        line-height: 34px;
        font-size: 14px;
        cursor: pointer;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
    }

        .m-snav a:hover {
            background-color: #212429;
            color: #2875fa;
        }

.m-snav-1line a {
    padding-left: 0;
    width: 120px;
    height: 34px;
    margin: 0 10px;
}

.m-snav.z-hover {
    visibility: visible;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 2;
}

.m-snav-1line.z-hover {
    padding: 14px 0;
    max-height: 34px;
}

.m-snav-2line.z-hover {
    padding: 14px 0 14px;
    max-height: 214px;
}

.m-thead--link .m-snav {
    top: 117px;
}

.m-login {
    padding-top: 23px;
}

    .m-login a {
        float: left;
        box-sizing: border-box;
        height: 28px;
        margin-left: 24px;
        font-size: 14px;
        line-height: 28px;
        cursor: pointer;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
    }

    .m-login .login {
        color: #fff;
    }

        .m-login .login:hover {
            color: #2a62ff;
        }

    .m-login .regis,
    .m-login .ucenter {
        border: 1px solid #fff;
        border-radius: 2px;
        color: #fff;
        line-height: 26px;
        border-radius: 2px;
        text-align: center;
    }

    .m-login .regis {
        width: 60px;
    }

    .m-login .ucenter {
        width: 88px;
    }

    .m-login .login:hover {
        color: #2a62ff !important;
    }

    .m-login .regis:hover,
    .m-login .ucenter:hover {
        background-color: #2a62ff !important;
        border-color: #2a62ff !important;
        color: #fff !important;
    }

.layout-footer {
    /*height: 480px;*/
    min-width: 1200px;
    /*background-color: #071535;*/
}

.about {
    zoom: 1;
}

    .about:before,
    .about:after {
        content: "";
        display: table;
    }

    .about:after {
        clear: both;
        overflow: hidden;
    }

.about__item {
    float: left;
    margin-bottom: 1rem;
}

.about__title {
    height: 25px;
    /*padding-top: 60px;*/
    line-height: 25px;
    color: #fff;
    font-size: 18px;
}

.experience {
    /*width: 220px;*/
}

.contact {
    width: 470px;
}

.powerful {
    /*width: 320px;*/
}

.recommend__content,
.experience__content {
    padding-bottom: 12px;
    line-height: 20px;
}

    .recommend__content a:hover,
    .experience__content a:hover {
        color: #2284e7;
    }

.recommend__title,
.experience__title {
    /*padding-bottom: 12px;*/
}

.contact__title {
    /*padding-bottom: 6px;*/
}

.contact__content {
    line-height: 20px;
    color: white;
}

.contact__content--multiline {
    /*height: 60px;*/
    padding-bottom: 8px;
    /*line-height: 30px;*/
    color: white;
}

.contact__blank {
    display: inline-block;
    vertical-align: top;
}

.powerful__title {
    padding-bottom: 14px;
}

.powerful__content {
    height: 48px;
    padding-bottom: 16px;
    line-height: 48px;
}

.powerful__image {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 16px;
    vertical-align: top;
}

.powerful__more {
    height: 20px;
    line-break: 20px;
    font-size: 14px;
    color: #a3a5b3;
    cursor: pointer;
}

.wechat__title {
    padding-bottom: 12px;
}

.wechat__image {
    display: block;
    width: 100px;
    height: 100px;
}

.company {
    /*padding-top: 24px;*/
    /*border-top: 1px solid #353c4e;*/
    text-align: center;
}

.friend__wrap {
    zoom: 1;
    display: inline-block;
    /*padding-bottom: 23px;*/
}

    .friend__wrap:before,
    .friend__wrap:after {
        content: "";
        display: table;
    }

    .friend__wrap:after {
        clear: both;
        overflow: hidden;
    }

.friend__title,
.friend__content {
    float: left;
    padding: 0 20px;
    line-height: 20px;
}

    .friend__title,
    .friend__title a,
    .friend__content,
    .friend__content a {
        color: #a3a5b3;
        font-size: 14px;
    }

.copyright {
    height: 20px;
    line-height: 20px;
    color: white;
    text-align: center;
    font-size: 14px;
}

.quickstart {
    height: 348px;
    background-color: #fff;
}

.quickstart--bg {
    background-color: #f4f8fc;
}

.quickstart__title {
    height: 56px;
    padding-top: 88px;
    padding-bottom: 36px;
    line-height: 56px;
    text-align: center;
    font-size: 40px;
    color: #222;
}

.quickstart__action {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border-radius: 4px;
    background-color: #1f5dff;
    text-align: center;
    font-size: 24px;
}

    .quickstart__action:hover {
        background-color: #3a70ff;
        color: #fff;
    }

.u-btn3 {
    display: block;
    width: 400px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: none;
    border-radius: 3px;
    background-color: #dcdee0;
    font-size: 18px;
    color: #fff;
    cursor: default;
}

.u-btn3-act {
    background-color: #2987e6;
    cursor: pointer;
}

    .u-btn3-act:hover,
    .u-btn3-act:active {
        background-color: #2578cc;
    }

.m-dialog2 {
    display: none;
    z-index: 100000;
}

    .m-dialog2 .dialog-mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.4;
        filter: alpha(opacity=40);
        z-index: 100000;
    }

    .m-dialog2 .dialog2-ctn {
        position: fixed;
        left: 50%;
        top: 50%;
        width: 680px;
        height: 486px;
        margin-left: -340px;
        margin-top: -288px;
        padding-bottom: 90px;
        border-radius: 2px;
        overflow: hidden;
        -webkit-box-shadow: 0 0 20px rgba(6, 0, 1, 0.2);
        -moz-box-shadow: 0 0 20px rgba(6, 0, 1, 0.2);
        -ms-box-shadow: 0 0 20px rgba(6, 0, 1, 0.2);
        -o-box-shadow: 0 0 20px rgba(6, 0, 1, 0.2);
        box-shadow: 0 0 20px rgba(6, 0, 1, 0.2);
        background-color: #fff;
        z-index: 100000;
    }

        .m-dialog2 .dialog2-ctn h2 {
            padding-top: 30px;
            padding-bottom: 50px;
            font-size: 20px;
            color: #212326;
            text-align: center;
        }

    .m-dialog2 .dialog-close {
        position: absolute;
        right: 20px;
        top: 0;
        width: 30px;
        height: 45px;
        background: url(../res/login_sprite.png?76ea254890cab4cbb6541e1df0bafc04) no-repeat 10px 13px;
        cursor: pointer;
    }

        .m-dialog2 .dialog-close:hover,
        .m-dialog2 .dialog-close:active {
            background-color: #f5f7fa;
        }

.m-form {
    text-align: left;
    margin: 0 auto;
    width: 400px;
}

    .m-form .fitem {
        position: relative;
        padding-bottom: 20px;
        font-size: 14px;
    }

        .m-form .fitem input:disabled {
            background-color: transparent;
            cursor: not-allowed;
        }

        .m-form .fitem .fmask {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 3px;
            background-color: #dcdee0;
            opacity: 0.7;
        }

        .m-form .fitem .ipt {
            position: relative;
            height: 50px;
            border: 1px solid #d8e1f0;
            border-radius: 3px;
        }

            .m-form .fitem .ipt input {
                display: block;
                overflow: hidden;
                border: none;
                width: 180px;
                height: 50px;
                padding-left: 20px;
                line-height: 50px;
                font-size: 14px;
            }

                .m-form .fitem .ipt input::-webkit-input-placeholder {
                    color: #b9babc;
                    font-size: 14px;
                }

                .m-form .fitem .ipt input::-moz-placeholder {
                    color: #b9babc;
                    font-size: 14px;
                }

                .m-form .fitem .ipt input:-ms-input-placeholder {
                    color: #b9babc;
                    font-size: 14px;
                }

                .m-form .fitem .ipt input:-moz-placeholder {
                    color: #b9babc;
                    font-size: 14px;
                }

        .m-form .fitem .lab {
            position: relative;
            float: left;
            width: 116px;
            height: 50px;
            line-height: 50px;
            color: #212326;
        }

            .m-form .fitem .lab span {
                display: inline-block;
                vertical-align: middle;
            }

        .m-form .fitem .tail {
            position: absolute;
            top: 0;
            right: 0;
            height: 50px;
        }

        .m-form .fitem .vcode {
            float: right;
            margin-top: 7px;
            margin-right: 7px;
            width: 97px;
            height: 36px;
        }

            .m-form .fitem .vcode img {
                display: none;
                max-width: 97px;
                max-height: 36px;
            }

        .m-form .fitem .clear {
            display: none;
            float: right;
            width: 10px;
            height: 10px;
            margin-top: 20px;
            margin-right: 10px;
            background: url(../res/login_sprite.png?76ea254890cab4cbb6541e1df0bafc04) no-repeat 0 -50px;
            cursor: pointer;
        }

        .m-form .fitem .ok {
            position: absolute;
            right: -36px;
            top: 19px;
            width: 16px;
            height: 16px;
            background: url(../res/login_sprite.png?76ea254890cab4cbb6541e1df0bafc04) no-repeat 0 -100px;
            display: none;
        }

        .m-form .fitem .sms {
            float: right;
            width: 98px;
            margin-top: 7px;
            margin-right: 7px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            background-color: #dcdee0;
            color: #fff;
        }

        .m-form .fitem .sms-act {
            background-color: #549feb;
            cursor: pointer;
        }

            .m-form .fitem .sms-act:hover,
            .m-form .fitem .sms-act:active {
                background-color: #4b8fd3;
            }

        .m-form .fitem .u-need {
            position: absolute;
            right: 13px;
            top: 22px;
            line-height: 1;
            color: #f00;
        }

        .m-form .fitem .u-lab {
            padding-left: 20px;
        }

        .m-form .fitem .u-split {
            position: absolute;
            right: 0;
            top: 12px;
            width: 1px;
            height: 30px;
            background-color: #d8e1f0;
            overflow: hidden;
        }

        .m-form .fitem .tip {
            height: 16px;
            padding-top: 8px;
            padding-left: 137px;
            font-size: 12px;
            line-height: 16px;
            color: #ff5c57;
            display: none;
            vertical-align: middle;
        }

            .m-form .fitem .tip:before {
                content: " ";
                float: left;
                display: block;
                width: 16px;
                height: 16px;
                margin-right: 5px;
                background: url(../res/login_sprite.png?76ea254890cab4cbb6541e1df0bafc04) no-repeat 0 -150px;
            }

    .m-form .fitem-dis .fmask {
        display: block;
    }

    .m-form .fitem-err .ipt {
        border-color: #ff5c57;
    }

    .m-form .global-err {
        text-align: center;
        color: #ff5c57;
        line-height: 1.3;
    }

    .m-form .fbtns {
        padding-top: 19px;
    }

    .m-form .logout {
        text-align: right;
        font-size: 14px;
        padding-top: 14px;
    }

        .m-form .logout a {
            color: #b9babc;
        }

            .m-form .logout a:hover {
                color: #2578cc;
            }

.m-ie8 {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

    .m-ie8 .ie8-mask {
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-ie8 .ie8-box {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -250px;
        margin-top: -140px;
        opacity: 1;
        filter: alpha(opacity=100);
        width: 500px;
        height: 280px;
        background-color: #fff;
        border-radius: 2px;
        background: #fff url(../res/ie8.png?75b88918daff469b2d8b5c0c6f564c53) no-repeat center 40px;
        text-align: center;
    }

        .m-ie8 .ie8-box h5 {
            padding-top: 158px;
            font-size: 18px;
            color: #212326;
        }

        .m-ie8 .ie8-box p {
            padding-top: 60px;
            font-size: 14px;
            color: #77828c;
        }

        .m-ie8 .ie8-box a {
            color: #2987e6;
        }

.yd404 {
    background-color: #f5f7fa;
}

    .yd404 .m-404 {
        padding-top: 189px;
        height: 528px;
    }

        .yd404 .m-404 .img {
            width: 300px;
            height: 191px;
            margin: 0 auto;
            background: url(../res/404.png?f4597857dd9f33daada45f2c9d30a088) no-repeat 0 0;
        }

        .yd404 .m-404 p {
            padding-top: 30px;
            text-align: center;
            color: #212326;
            font-size: 18px;
        }

.m-im {
    position: fixed;
    z-index: 2;
    right: 0;
    top: 50%;
    margin-top: -100px;
    -webkit-transform: translateZ(0);
}

    .m-im > .item {
        position: relative;
        display: block;
        width: 70px;
        height: 76px;
        padding-top: 20px;
        background-color: #2a62ff;
        cursor: pointer;
        text-align: center;
    }

        .m-im > .item:hover,
        .m-im > .item:active {
            background-color: #2658e6;
        }

        .m-im > .item + .item {
            margin-top: 1px;
        }

    .m-im .item-top {
        height: 30px;
        padding-top: 16px;
        overflow: hidden;
        opacity: 0;
        background-color: #b4b6b8;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
    }

        .m-im .item-top:hover,
        .m-im .item-top:active {
            background-color: #a6a8aa;
        }

        .m-im .item-top.z-act {
            opacity: 1;
        }

    .m-im .item_bd {
        position: absolute;
        bottom: 14px;
        left: 0;
        width: 100%;
        font-size: 14px;
        line-height: 26px;
        color: #fff;
    }

    .m-im .qr {
        position: relative;
        padding-top: 21px;
    }

        .m-im .qr:hover .im-qr {
            visibility: visible;
            opacity: 1;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

    .m-im .call {
        position: relative;
        padding-top: 21px;
        cursor: pointer;
    }

        .m-im .call:hover .im-phone {
            visibility: visible;
            right: 70px;
            opacity: 1;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

    .m-im .im-phone {
        box-sizing: border-box;
        visibility: hidden;
        position: absolute;
        padding-top: 12px;
        padding-right: 26px;
        height: 64px;
        width: 176px;
        opacity: 0;
        overflow: hidden;
        background: url(../res/im_sprite.png?6ccbdec9eb10291fb0b42b4fabd7f15d) no-repeat 0 -44px;
        right: -106px;
        top: 26px;
        color: #212326;
        font-size: 14px;
        line-height: 21px;
        text-align: right;
        z-index: -1;
    }

    .m-im .im-qr {
        visibility: hidden;
        position: absolute;
        height: 150px;
        width: 150px;
        padding-right: 16px;
        opacity: 0;
        right: 44px;
        top: -52px;
    }

        .m-im .im-qr .qrbox {
            position: absolute;
            left: 0;
            top: 0;
            width: 150px;
            height: 150px;
            border: 1px solid #e1e3e5;
            border-radius: 2px;
        }

            .m-im .im-qr .qrbox:before {
                content: " ";
                position: absolute;
                right: -8px;
                top: 68px;
                border: 7px solid transparent;
                border-right-width: 0;
                border-left-color: #e1e3e5;
            }

            .m-im .im-qr .qrbox:after {
                content: " ";
                position: absolute;
                right: -7px;
                top: 68px;
                border: 7px solid transparent;
                border-right-width: 0;
                border-left-color: #fff;
            }

.i-im {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -9999px;
    background-image: url(../res/im_sprite.png?6ccbdec9eb10291fb0b42b4fabd7f15d);
}

.i-im-1 {
    height: 28px;
    background-position: -10px -8px;
}

.i-im-2 {
    background-position: -53px -10px;
}

.i-im-3 {
    height: 13px;
    background-position: -97px -7px;
}

.i-im-4 {
    height: 28px;
    background-position: -141px 0;
}

.m-trial {
    background: url(../res/solution/solution-socialft.png?cdf39b25abbf69d6f0e20a5d1af52372) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 60px 0;
}

    .m-trial h2 {
        font-size: 30px;
        line-height: 30px;
        color: #212326;
    }

    .m-trial .freeuse {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        margin: 30px auto 0;
        width: 182px;
        height: 42px;
        line-height: 42px;
        border: 1px solid #2284e6;
        border-radius: 2px;
        color: #2284e6;
        text-align: center;
        font-size: 16px;
    }

        .m-trial .freeuse:hover {
            background: #2987e6;
            color: #fff;
        }

.m-quicks {
    text-align: center;
}

    .m-quicks h2 {
        padding-top: 56px;
        padding-bottom: 24px;
        font-size: 24px;
        line-height: 1;
        color: #fff;
    }

    .m-quicks a {
        display: inline-block;
        height: 44px;
        padding: 0 59px;
        line-height: 43px;
        border: 1px solid #fff;
        color: #fff;
        font-size: 16px;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
    }

        .m-quicks a:hover {
            background-color: #fff;
            color: #2a62ff;
        }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
    .m-logo a {
        background-image: url(../res/next/logo.png?a9e41729cb8e81e2949ef8b7e3f71513);
        background-size: cover;
    }

    .m-thead.z-scroll .m-logo a {
        background-image: url(../res/next/logo_dark.png?8ae6217a463872bfa403300405a05765);
        background-size: cover;
    }
}

.navbar-brand {
    font-size: 2.3em;
    line-height: 90px;
}

#logo {
    background: url(/Scripts/WebsiteSteward/img/logos/bluelogo.png) no-repeat;
    width: 150px;
    height: 50px;
    background-size: 100%;
}

@media(max-width: 992px) {

    #header .g-hd {
        display: none;
    }

    #header .phone {
        display: block;
    }

    #menu {
        display: none;
    }

    .layout-container {
        padding: 10px;
        width: auto;
    }

    .layout-main {
        padding: 0;
    }

    .service-banner {
        padding: 20px;
        height: auto;
    }

    .service-banner__title {
        padding-top: 0px;
    }

    .service-banner__content {
        width: auto;
        padding-top: 0;
        padding-bottom: 15px;
        text-align: justify;
    }

    .service-banner__button {
        display: block;
        float: none;
        margin-bottom: 10px;
    }

    .service-tab {
        padding: 0;
        display: flex;
        margin-top: 10px;
    }

    .service-tab__item {
        position: relative;
        float: none;
        height: 40px;
        line-height: 40px;
        font-weight: bold;
        padding: 0;
        margin-right: 0;
        font-size: 12px;
        width: 20%;
        text-align: center;
    }

    .service-tab--fixed {
        position: fixed;
        top: 50px;
        width: 100%;
        margin-top: 0;
        z-index: 1;
        left: 0;
    }

    .service-module {
        margin-top: 40px;
    }

    .service-moudle__title {
        font-size: 18px;
    }

    .service-introduce__item {
        float: none;
        width: auto;
    }

    .service-introduce__icon {
        position: absolute;
        left: 15px;
        top: 15px;
        width: 60px;
        height: 60px;
    }

    .service-introduce__wrapper {
        padding: 15px 40px 20px 90px;
        margin-bottom: 10px;
    }

    .tabs_item {
        padding: 0 10px;
    }

    .service-scene__image {
        max-width: 100%;
        height: auto;
    }

    .service-core__item {
        float: none;
        width: auto;
        box-sizing: border-box;
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .service-customer__item {
        float: left;
        width: 50%;
    }

    .service-process__item {
        float: none;
        width: auto;
        background: #f9f9f9;
        padding: 15px;
        margin-bottom: 10px;
    }

    .service-process__container {
        padding: 20px;
    }

    .service-procee__title {
        padding-bottom: 0;
    }

    .service-process__content {
        width: auto;
    }

    .service-docs__item {
        width: 50%;
        margin-bottom: 10px;
    }

    .quickstart {
        height: auto;
        padding-bottom: 35px;
    }

    .quickstart__title {
        height: auto;
        padding-top: 35px;
        padding-bottom: 35px;
        line-height: 40px;
        font-size: 30px;
    }


    .web {
        display: none;
    }

    .ycs_hd {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: fixed;
        z-index: -10;
        top: 0;
        opacity: 0;
    }

        .ycs_hd.open {
            opacity: 1;
            z-index: 999;
        }

        .ycs_hd .m-tnav {
            width: 80%;
            height: 100%;
            background: #2E2E2E;
            position: absolute;
            right: -1000px;
            top: 0;
            overflow: auto;
            transition: all 0.5s linear;
        }

            .ycs_hd .m-tnav ul {
                padding-bottom: 20px;
            }

        .ycs_hd.open .m-tnav {
            right: 0;
        }


    .m-tnav li {
        float: none;
        margin: 0;
        border-bottom: 1px solid #444;
    }
    
    .m-tnav li.yslogin {
        margin: 0 20px;
        background: #fff;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 15px;
    }

        .m-tnav li.yslogin a {
            color: #000;
        }

        .m-tnav li.yslogin:last-child {
            background: #2a62ff;
        }

            .m-tnav li.yslogin:last-child a {
                color: #fff;
            }
    .m-tnav .tnav_title {
        padding: 0 15px;
        line-height: 40px;
        height: 40px;
    }

    .ycs-drop_handle, .ycs-er_handle {
        position: relative;
    }

        .ycs-drop_handle:after, .ycs-er_handle:after {
            content: "";
            background: url(/content/home/zkgb.png) no-repeat center;
            background-size: 20px;
            position: absolute;
            right: 0;
            height: 40px;
            width: 40px;
            top: 0;
        }

        .ycs-drop_handle.open:after, .ycs-er_handle.open:after {
            transform: rotate(180deg);
        }

    .m-tnav li:after {
        display: none;
    }

    .ycs-snav {
        overflow: hidden;
        background-color: #3B3B3B;
        line-height: 40px;
        color: #9B9EA0;
        font-size: 14px;
        height: 0;
        opacity: 0;
        transition: all 0.5s linear;
    }

        .ycs-snav > a.ycs-snav-jjfa {
            padding-left: 32px;
            border-bottom: 1px solid #444;
            display: block;
        }

        .ycs-snav a {
            color: #9B9EA0;
        }

        .ycs-snav.open {
            height: auto;
            opacity: 1;
        }

    .ycs-snav_cat dt {
        padding-left: 32px;
        border-bottom: 1px solid #444;
    }

    .ycs-snav_cat dd {
        height: 0;
        overflow: hidden;
        padding-left: 48px;
        transition: all 0.5s linear;
    }

        .ycs-snav_cat dd.open {
            height: auto;
            border-bottom: 1px solid #444;
        }

    .ycs_hd_bg {
        background: rgba(0,0,0,0.7);
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .dakai {
        position: absolute;
        right: 10px;
        top: 15px;
        border: 2px solid #333;
        width: 25px;
        height: 16px;
        border-left: 0;
        border-right: 0;
    }

        .dakai:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            background: #333;
            top: 50%;
            margin-top: -1px;
        }

    .ycsjz {
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        background: #fff;
        box-shadow: #ccc 1px 2px 3px;
        width: 100%;
        z-index: 999;
        box-sizing: border-box;
        position: fixed;
    }

        .ycsjz .logo {
            height: 35px;
            vertical-align: middle;
            margin-top: 5px;
        }

    .layout-footer {
        min-width: initial;
    }

    main {
        padding-top: 50px;
    }
}

.phone {
    display: none;
}



@media (max-width: 992px) {

    .web {
        display: none;
    }
}

@media (min-width: 992px) {
    .wap {
        display: none;
    }
}
