/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
body {
    margin: 0;
}
.main {
    /*position: relative;*/
}
a {
    text-decoration: none;
    color: #1F0A3E;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
    box-sizing: border-box;
    word-break: break-all;
    white-space: normal;
    word-wrap: break-word;
    /*letter-spacing: 0.075em;*/
}
html, body {
    font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", "Hiragino Sans GB", tahoma, arial, "\5B8B\4F53" !important;
}
ul.list-style-none,
ul.list-style-none li {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* form begin */

/* form end */

/* sprite begin */
.icon-global,
.icon-homepage {
    display: inline-block;
}
/* srpite end */

/* link begin */
a.tungee-link:active,
a.tungee-link:focus,
a.tungee-link:hover,
a.tungee-link:active *,
a.tungee-link:focus *,
a.tungee-link:hover * {
    color: #0096ff;
}
/* link end */

/* button begin */
.btn {
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}
.btn.disabled, .btn[disabled] {
    box-shadow: none;
    cursor: not-allowed;
}
a.btn.disabled {
    pointer-events: none;
}
.btn-blue {
    background-color: #0098fe;
    color: #fff;
}
.btn-blue:hover {
    background-color: #38aeff;
}
.btn-blue:active, .btn-blue:focus {
    background-color: #38aeff;
}
.btn-blue.disabled,
.btn-blue:disabled {
    background-color: #a6dbfe;
}
/* button end */


.container {
    /*width: 64vw;*/
    margin: 0 auto;
    width: 88%;
    max-width: 1204px;
}
/* header begin */
.top {
    background-size: cover;
    background-position: center center;
    position: fixed;
    width: 100%;
    height: 94px;
    top: 0;
    z-index: 99999;
}
.header {
    /*position: absolute;*/
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    font-size: initial;
    background-color: transparent;
    transition: margin-top .5s ease-out, background-color 1s ease-out;
    -moz-transition: margin-top .5s ease-out, background-color 1s ease-out;
    -webkit-transition: margin-top .5s ease-out, background-color 1s ease-out;
    -o-transition: margin-top .5s ease-out, background-color 1s ease-out;
    margin-top: 0px;
    height: 94px;
    align-items: center;
    justify-content: space-between;
}
.header:hover {
    background-color: #242424;
}
.header a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.nav-other a {
    color: #000;
}
.header .nav-li > a:hover, a.btn:hover, .header .nav-li > a:active, a.btn:active {
    color: #38aeff;
}
.header .btn {
    transition: color .2s ease-out, background-color .2s ease-out;
    -moz-transition: color .2s ease-out, background-color .2s ease-out;
    -webkit-transition: color .2s ease-out, background-color .2s ease-out;
    -o-transition: color .2s ease-out, background-color .2s ease-out;
}
.header .logo {
    font-size: 22px;
    font-weight: 500;
    padding: 27px 0px 27px 0px;
    cursor: default;
}
.header .icon-global-logo-active, .icon-global-logo-active-icon {
    display: none;
}
.header .header-right {
    height: 100%;
    display: flex;
    margin-left: 25px;
}
.header .nav-top {
    display: flex;
    align-items: center;
    min-width: 520px;
}
.header .nav-top > li.nav-li {
    display: inline-block;
    height: 94px;
    padding: 0 20px;
    line-height: 94px;
    text-align: center;
}
.header .nav-top li.product .drop_a img {
    margin-left: 8px;
}
.header .nav-top li ul.dropdown-list {
    position: absolute;
    width: 100vw;
    height: 256px;
    background: #fff;
    color: #000;
    top: 94px;
    left: 0;
    display: none;
    justify-content: space-around;
    padding: 0 10%;
}
.header .nav-top li.product:hover .dropdown-list {
    display: flex;
}
.nav-top .product .drop_a {
    position: relative;
}
.nav-top .product:hover .drop_a:before, .nav-top .product:focus .drop_a:before, .nav-top .product:active .drop_a:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: 13px;
    top: 85px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
}
.other-item {
    width: 300px;
}
.other-item:nth-child(2) {
    margin: 0 15px;
}
li.other-item a {
    line-height: 16px;
    margin: 0;
    height: 100%;
    padding: 80px 0 80px 0;
}
.other-item .i-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 40px;
    vertical-align: text-top;
}
.other-item a p {
    margin: 0;
    line-height: 24px;
}
.other-item a p:nth-child(1) {
    font-size: 20px;
}
.other-item a p:nth-child(2) {
    margin-left: 80px;
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
}
.other-item a {
    line-height: 28px;
    color: rgba(31, 10, 62, 1);
    text-align: start;
}
.other-item:hover a > p {
    color: #2F22EC;
}
.other-item .i-icon {
    background-repeat: no-repeat;
}
.i-icon.i-icon-xs {
    background-image: url("../imgs/icon_nav_xs.png");
}
.i-icon.i-icon-yx {
    background-image: url("../imgs/icon_nav_yx.png");
}
.i-icon.i-icon-crm {
    background-image: url("../imgs/icon_nav_crm.png");
}
.other-item:hover .i-icon.i-icon-xs {
    background-image: url("../imgs/icon_hover_nav_xs.png");
}
.other-item:hover .i-icon.i-icon-yx {
    background-image: url("../imgs/icon_hover_nav_yx.png");
}
.other-item:hover .i-icon.i-icon-crm {
    background-image: url("../imgs/icon_hover_nav_crm.png");
}
.header .user {
    min-width: 232px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.header .btn {
    border-radius: 20px;
}
.header .btn {
    padding: 8px 32px;
    font-size: 14px;
    font-family: '微软雅黑';
    color: #fff;
}
.header .btn.btn-login {
    padding-right: 0;
}
.header .btn.btn-login:hover img.before, .header .btn.btn-login img.after {
    display: none;
}
.header .btn.btn-login:hover img.after {
    display: inline-block;
}
.header .btn.btn-login img {
    margin-top: -2px;
    margin-left: 12px;
}
.header .btn.btn-trial {
    background: transparent;
    border: 2px solid #fff;
}
.header .btn.btn-trial:hover {
    border: 2px solid #38aeff;
    color: #38aeff;
}

/* header end */

/*mian*/


/*main end*/


/*footer*/
.footer {
    width: 100%;
    min-height: 200px;
    font-family: '微软雅黑';
    padding: 80px 0 0 0;
    color: #fff;
    background-color: #190534;
}
.footer .container {
    position: relative;
}
.footer .up {
    display: flex;
}
.footer .up .left {
    width: 40%;
}
.footer .up .left .left_down {
    display: flex;
    margin: 60px 0;
}
.footer .up .left .left_down .left_left {
    margin-right: 40px;
}
.footer .up .left .left_down span {
    font-size: 13px;
    color: #928e9a;
    margin: 20px 0;
    display: block;
}
.footer .up .left h2 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 0;
}
.footer .up .right {
    width: 60%;
    display: flex;
}
.footer .up .right .item {
    width: 100%;
}
.footer .up .right .item ul > li > ul {
    display: flex;
    justify-content: right;
}
.footer .up .right .item ul > li > ul li:not(:last-child) {
    margin-bottom: 18px;
}
.footer .up .right .item ul > li > ul li:not(:last-child) {
    flex: 1;
}
.footer .up .right .item ul > li > ul li.last {
    width: 61px !important;
}
.footer .up .right .item ul > li > ul li.spect {
    margin-left: -34px;
}
.footer .up .right .item:not(:last-child) {
    margin-right: 6%;
}
.footer .up .right .item li.right-he {
    margin-bottom: 24px;
}
.footer .up .right .item li.right-he a {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 40px;
    color: #fff;
    cursor: default;
}
.footer .up .right .item a {
    color: #928e9a;
    font-size: 13px;
    text-decoration: none;
}
.footer .down {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    padding: 32px 0;
    font-size: 12px;
}
.footer .down ul {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.footer .down ul li {
    padding: 0 10px;
    position: relative;
}
.footer .down ul li a {
    color: #928e9a;
    font-size: 12px;
    text-decoration: none;
}
.footer .down p a {
    color: #fff;
}
.footer .down ul li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #9f9caf6b;
    right: 0;
    top: 7px;
}
.footer .down p {
    text-align: center;
}
/*footer end*/

/*floating*/
.floating {
    position: fixed;
    bottom: 12vh;
    right: 0;
    z-index: 100;
}
.floating ul {
    font-size: 12px;
}
.floating ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
}
.floating ul li .item {
    padding: 1.54vh 1.93vh 1.56vh 1.93vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    background-color: rgb(46, 45, 56);
}
.floating ul li .item:hover {
    background-color: #487CEF;
}
.floating ul li .item:hover:after {
    display: none;
}
.floating ul li:not(:last-child) .item {
    position: relative;
}
.floating ul li:not(:last-child) .item:after {
    content: '';
    position: absolute;
    width: 6.95vh;
    height: 1px;
    background-color: #8383835e;
    bottom: 0;
    left: calc(50% - 3.47vh);
}
.floating ul li:nth-child(5) .item:after {
    display: none;
}
.floating ul li:nth-child(5) .de_item {
    padding: 2.4vh 1.93vh 2.4vh 1.93vh;
}
.floating .de_item .up {
    display: flex;
    justify-content: center;
    align-items: center;
}
.floating ul li img {
    margin-bottom: 0.96vh;
    width: 3.09vh;
}
.floating ul li:first-child .item {
    border-radius: 22px 0 0 0;
    padding-top: 2.51vh;
}
.floating ul li:nth-child(4) img {
    width: 2.51vh;
}
.floating ul li:last-child .item {
    border-radius: 0 0 0 22px;
    padding: 2.6vh 0;
}
.floating ul li:last-child .item img {
    width: 3vh;
}
.floating ul li:nth-child(5) img, .floating ul li:nth-child(6) img {
    margin: 0;
}
.floating ul li:nth-child(5) {
    border-bottom: 6px transparent solid;
}
.floating ul li .back_home .end, .floating ul li .back_home:hover .front {
    display: none;
}
.floating ul li .back_home:hover .end, .floating ul li .back_home .front {
    display: inline-block;
}
.floating ul li span {
    white-space: nowrap;
}
.floating ul li .cooperate {
    position: relative;
}
.floating ul li .search {
    position: relative;
}
.floating ul li .item_click {
    position: absolute;
    padding: 2.6vh 10px;
    background-color: rgba(46, 45, 56);
    border-radius: 22px 0 22px 0;
    height: 100%;
}
.floating ul li .item_click span:first-child {
    margin-bottom: 0.2vh;
}
.floating ul li:hover .item_click {
    display: block;
}
.floating ul li .cooperate .item_click {
    right: 105%;
    bottom: 0;
    display: none;
}
.floating ul li .phone .item_click {
    right: 105%;
    bottom: 0;
    display: none;
}
.floating ul li .cooperate:hover .item_click,
.floating ul li .phone:hover .item_click {
    display: block;
}

.floating ul li .phone .item_click span, .floating ul li .cooperate .item_click span {
    font-size: 12px;
}
.floating ul li .phone .item_click .big, .floating ul li .cooperate .item_click .big {
    font-size: 14px;
    display: block;
}
.floating ul li .search_item {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    border-radius: 22px 0 22px 0;
    display: none;
    right: 105%;
    top: 0;
}
.floating ul li .search .search_item img {
    width: 14.29vh;
    height: 14.29vh;
    margin: 0;
}
.floating ul li .search:hover .search_item {
    display: block;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
* Text align
*/

.left {
    text-align: left;
}
.center {
    text-align: center;
}
/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media print,
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                          http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
