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, 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;
}

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: 12px/1.14 "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", 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;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track-piece {
    background-color: #ebebeb;
    -webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 32px;
    background-color: #ccc;
    -webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 32px;
    background-color: #ccc;
    -webkit-border-radius: 4px;
}

.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) repeat;
}

.layout-container {
    box-sizing: border-box;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.g-in {
    box-sizing: border-box;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.g-hd {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    -webkit-transform: translateZ(0);
}

.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) 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_dark.png) 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: 32px 14px;
    line-height: 22px;
    font-size: 16px;
    color: #fff;
    cursor: default;
}

.m-tnav .tnav_title[href] {
    cursor: pointer;
}

.m-snav {
    position: fixed;
    left: 0;
    top: 89px;
    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: 24px 0;
    max-height: 34px;
}

.m-snav-2line.z-hover {
    padding: 18px 0 32px;
    max-height: 214px;
}

.m-thead--link .m-snav {
    top: 117px;
}

.m-login {
    padding-top: 30px;
}

.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;
    height: 351px;
}

.about__title {
    height: 25px;
    padding-top: 60px;
    line-height: 25px;
    color: #fff;
    font-size: 18px;
}

.recommend {
    width: 220px;
}

.experience {
    width: 220px;
}

.contact {
    width: 320px;
}

.powerful {
    width: 320px;
}

.recommend__content a, .experience__content a, .contact__content, .powerful__content, .wechat__content {
    color: #a3a5b3;
    font-size: 14px;
}

.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 {
    padding-bottom: 12px;
    line-height: 20px;
}

.contact__content--multiline {
    height: 60px;
    padding-bottom: 8px;
    line-height: 30px;
}

.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: #717386;
    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: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 .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-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 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 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-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-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 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;
}