<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.kit-login {
    position: relative;
    height: 100vh;
}

.kit-login-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    /*background-image: url(../images/login.jpg);*/
}

.kit-login-wapper {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.kit-login-wapper .kit-login-slogan {
    text-align: center;
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 48px;
    margin-bottom: 9px;
    font-weight: 500;
}

.kit-login-wapper .kit-login-form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px 40px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: #eeeeee 1px 1px 2px;
}

.kit-login-wapper .kit-login-title {
    color: #1c4678;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    margin: 0px 0px 20px;
    text-align: center;
    /*color: #009688;*/
    letter-spacing: 12px;
}

.kit-login-wapper .kit-login-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 25px;
    flex-direction: column;
}

.kit-login-wapper .kit-login-row .kit-login-btn {
    border-radius: 20px;
    line-height: 32px;
    height: 32px;
}

.kit-login-wapper .kit-login-row .kit-login-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.kit-login-wapper .kit-login-row .kit-login-col &gt; i.layui-icon {
    position: absolute;
    left: 5px;
    top: 5px;
    color: #999999;
    display: inline-block;
    font-style: normal;
    -webkit-text-stroke-width: .2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.kit-login-wapper .kit-login-row .kit-login-col .kit-login-input {
    width: 240px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-table;
    overflow: visible;
    border: 1px solid #E0E0E0;
    background-color: #FFF;
    transition: all 0.3s ease-out;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: #dcdcdc;
}

.kit-login-wapper .kit-login-row .kit-login-col .kit-login-input input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: 0;
    padding: 0;
    font-weight: 400;
    vertical-align: baseline;
    background-color: transparent;
    height: 26px;
    line-height: 26px \9;
    margin: 0;
    padding: 0 8px;
    border-radius: 4px;
    color: #333;
    padding-left: 25px;
    font-size: 13px;
}

.dh-header-main a {
    color: rgba(255, 255, 255, 1);
}

.footer-links a {
    color: #999999;
}

#nb_icon_wrap {
    width: 60px !important;
    height: 60px !important;
}

.bbox {
    width: 110%;
}

/*clear*/
body {
    background-color: #252826;
    font-family: 'PingFang SC';
}

body, h3, h4, h5, p, dl, dt, dd, ul {
    padding: 0;
    margin: 0;
}

* {
    box-sizing: border-box;
    font-weight: normal;
}

li {
    list-style: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

a:-webkit-any-link {
    color: inherit;
}

a:any-link {
    color: inherit;
}

a:-moz-any-link {
    color: inherit;
}

i {
    font-style: normal;
}

strong {
    font-weight: bold;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: 'clear';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    _zoom: 1;
    clear: both;
}

/**font-face*/
/* @font-face {
    font-family: 'PingFang SC';
    src: url('../public/PingFang.ttc');
} */

/*******header********/
.dh-header {
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0 360px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}

.dh-header-main {
    max-width: 1200px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.dh-logo {
    width: 161px;
    height: 100%;
    margin-left: 2px;
    cursor: pointer;
}

.dh-logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 17px;
}

.dh-logo img {
    height: 20px;
}

/**nav**/
.dh-header-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 525px;
    height: 100%;
    padding-top: 18px;
}

.dh-header-item {
    float: left;
    width: 64px;
    height: 100%;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s linear;
    position: relative;
}

.nav-items {
    background-color: #171E1A;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    top: 100%;
    margin-top: 2px;
    transition: all 0.1s linear;
    display: none;
    z-index: 10000;
}

.nav-items &gt; ul &gt; li {
    padding: 9px 20px;
    position: relative;
}

.nav-items &gt; ul &gt; li:hover {
    background: #0F1612;
}

.nav-items &gt; ul &gt; li:after {
    content: '\203A';
    float: right;
    padding-right: 10px;
}

.nav-items &gt; ul &gt; li &gt; ul {
    background-color: #171E1A;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    top: 0px;
    left: 184px;
    margin-top: 2px;
    transition: all 0.1s linear;
    z-index: 10000;
    width: 186px;
    display: none;
}

.first-li:hover &gt; ul {
    display: block;
}

.second-li:hover &gt; ul {
    display: block;
}

.dh-header-nav-service .nav-items {
    width: 200px;
}

.dh-header-nav-scheme .nav-items {
    width: 76px;
}

.dh-header-nav-user .nav-items {
    width: 186px;
}

.dh-header-nav-about .nav-items {
    width: 90px;
}

.nav-items a {
    display: block;
    transition: all 0.1s linear;
    padding: 11px 20px;
}

.nav-items a:hover {
    /*color: rgba(255, 255, 255, 1);*/
    color: #37B56A;
}

.nav-items a:hover {
    background: #0F1612;
}

.dh-header-item:not(:last-child) {
    margin-right: 28px;
}

.dh-header-item:hover {
    border-bottom-color: #23C132;
}

.dh-header-item:hover .nav-items {
    display: block;
}

.dh-header-item-selected {
    border-bottom-color: #23C132;
    color: #FFFFFF;
}

/**nav end***/

/**bannner animation**/
.banner-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/***banner end**/

/****login &amp; register ****/
.dh-header-right {
    position: absolute;
    height: 26px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.dh-header-right div {
    width: 100%;
}

.dh-header-right div .dh-header-entry {
    border: none;
    float: left;
    width: 110px;
    line-height: 26px;
    text-align: center;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
}

.dh-header-right div .dh-header-entry-new {
    float: left;
    width: 116px;
    line-height: 28px;
    text-align: center;
    border-radius: 20px;
    color: #37B56A;
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
    background: rgba(55, 181, 106, 0.00);
    border: 1px solid #37B56A;
    border-radius: 100px;
}

/****login &amp; register end*****/

/****** Ã©Â¡ÂµÃ©ÂÂ¢Ã©ÂÂ¢Ã¥Å’â€¦Ã¥Â±â€˜Ã¥Â¯Â¼Ã¨Ë†ÂªÃ¦Â&nbsp;Â****/
.commonNav {
    z-index: 199;
    position: absolute;
    top: 60px;
    left: 19px;
    user-select: none;
}

.commonNav .child-nav {
    line-height: 36px;
    font-size: 20px;
    color: #999999;
    margin-right: 14px;
}

.commonNav .child-nav-active {
    color: #333333;
}

.solutionNav {
    left: 79px;
}

.aboutUsNav {
    left: 114px;
}

.aboutUsNav_1 {
    left: 100px;
}

.child-nav-icon {
    background: url(https://file.datahunter.cn/resource/commonNav_icon.svg) no-repeat left top;

}

/*********Ã©ÂÂ¢Ã¥Å’â€¦Ã¥Â±â€˜end**********/

/**footer**/
.dh-footer {
    width: 100%;
    height: 200px;
    position: relative;
    background-color: #151C16;
}

.dh-footer-main {
    padding: 60px 0 0 60px;
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.dh-footer-lists {
    height: 90%;
}

.dh-footer-lists &gt; li {
    float: left;
}

.dh-footer-lists a {
    cursor: pointer;
    transition: all 0.1s linear;
}

.dh-footer-lists a:hover {
    /*color: rgba(255, 255, 255, .8);*/
    color: #37B56A;
}

.dh-footer-lists-item &gt; h5 {
    font-size: 12px;
    color: #EEEEEE;
    line-height: 17px;
}

.dh-footer-lists-ul {
    margin-top: 14px;
}

.dh-footer-lists-ul &gt; li {
    height: 17px;
    margin-bottom: 8px;
}

.dh-footer-lists-ul &gt; li a {
    color: #999999;
    font-size: 12px;
    height: 17px;
    vertical-align: top;
}

.footer-solution &gt; ul li {
    width: 123px;
    height: auto;
}

.footer-solution &gt; ul li a {
    width: 36px;
    float: left;
    margin-bottom: 8px;
}

.footer-solution &gt; ul li a:nth-of-type(odd) {
    margin-right: 51px;
}

.footer-service {
    margin-right: 78px;
}

.footer-solution {
    margin-right: 102px;
}

.footer-examples {
    margin-top: 24px;
}

.footer-users {
    margin-right: 86px;
}

.footer-aboutUs {
    margin-right: 156px;
}

.footer-contact {
    max-width: 152px;
}

.footer-contact ul li {
    color: #999999;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 8px;
}

.footer-contact .dh-footer-ul-phone {
    font-size: 15px;
    color: #FCFCFC;
    line-height: 19px;
}

.footer-contact .dh-footer-ul-address {
    line-height: 19px;
    height: auto;
}

.dh-footer-media {
    height: 20px;
    margin-top: 30px;
}

.dh-footer-media &gt; a {
    display: inline-block;
    width: 22px;
    height: 20px;
}

.dh-footer-media-wechat {
    margin-right: 20px;
    background-image: url(https://file.datahunter.cn/resource/wechat_icon.png);
    background-repeat: no-repeat;
    background-position: left top;
    transition: all 0.1s linear;
    position: relative;
}

.dh-footer-media-sina {
    background-image: url(https://file.datahunter.cn/resource/sina_icon.png);
    background-repeat: no-repeat;
    background-position: left top;
    transition: all 0.1s linear;
}

.dh-footer-media-wechat:hover {
    background-image: url(https://file.datahunter.cn/resource/wechat_hover_icon.png);

}

.dh-footer-media-wechat:hover &gt; .wechat_code {
    display: block;
}

.dh-footer-media-sina:hover {
    background-image: url(https://file.datahunter.cn/resource/sina_hover_icon.png);
}

/**Ã¤ÂºÅ’Ã§Â»Â´Ã§Â&nbsp;Â**/
.dh-footer-media-wechat .wechat_code {
    display: none;
    position: absolute;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 4px;
    left: -2px;
    bottom: 30px;
    transition: all 0.9s linear;
}

.wechat_code:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 1px;
    border: 8px solid #FFFFFF;
    border-radius: 2px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -16px;
    left: 7px;

}

.wechat_code &gt; i {
    font-size: 14px;
    color: #333333;
}

.wechat_code &gt; img {
    width: 100px;
    height: auto;
}

/**Ã¤ÂºÅ’Ã§Â»Â´Ã§Â&nbsp;Âend**/

.dh-footer-copyright {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding-left: 64px;
    color: #999999;
    font-size: 12px;
    text-align: center;
    line-height: 17px;
    text-indent: -30px;
}

/*Ã¥Âºâ€¢Ã©Æ’Â¨Ã©â€œÂ¾Ã¦Å½Â¥Ã¯Â¼Å¡Ã¥ÂÂªÃ¦â€Â¾Ã©Â¦â€“Ã©Â¡Âµ*/
.footer-links {
    width: 100%;
    text-align: center;
    color: #999999;
    font-size: 12px;
    position: absolute;
    bottom: 19px;
    padding-left: 64px;
}

.footer-links a {
    cursor: pointer;
    font-size: 0.6rem;
}

.footer-links a:hover {
    color: #FFFFFF;
}

/* Ã¥Âªâ€™Ã¤Â½â€œÃ¦Å¸Â¥Ã¨Â¯Â¢Ã¨â€¡ÂªÃ©â‚¬â€šÃ¥Âºâ€ */
/*@media screen and (max-width: 1200px) {*/
/*!* headerÃ¨Å&nbsp;â€šÃ§â€šÂ¹Ã§Å¡â€žÃ¨â€¡ÂªÃ©â‚¬â€šÃ¥Âºâ€ *!*/
/*.dh-header {*/
/*width: 95%;*/
/*margin: auto auto;*/
/*height: 60px;*/
/*background-color: rgb(16,33,49);*/
/*padding: 0 360px;*/
/*position: relative;*/
/*}*/
/*.dh-header-main {*/
/*max-width: 100%;*/
/*height: 100%;*/
/*position: absolute;*/
/*left: 0;*/
/*top: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*margin: auto;*/
/*}*/
/*.dh-logo {*/
/*width: 161px;*/
/*height: 100%;*/
/*margin-left: 2px;*/
/*cursor: pointer;*/
/*}*/
/*.dh-logo a {*/
/*display: inline-block;*/
/*width: 100%;*/
/*height: 100%;*/
/*padding-top: 17px;*/
/*}*/
/*.dh-logo img {*/
/*height: 26px;*/
/*}*/
/*!* Ã¥Âºâ€¢Ã©Æ’Â¨Ã¦Â&nbsp;Âfooter *!*/
/*.dh-footer {*/
/*width: 100%;*/
/*height: 342px;*/
/*position: relative;*/
/*background-color: #172333;*/
/*}*/
/*.dh-footer-main {*/
/*padding: 60px auto;*/
/*width: 1000px;*/
/*height: 100%;*/
/*position: absolute;*/
/*left: 0;*/
/*right: 0;*/
/*top: 0;*/
/*bottom: 0;*/
/*margin: auto;*/
/*}*/
/*.dh-footer-lists {*/
/*height: 90%;*/
/*}*/
/*.dh-footer-lists &gt;li {*/
/*float: left;*/
/*}*/
/*.footer-service {*/
/*margin-right: 38px;*/
/*}*/
/*.footer-solution {*/
/*margin-right: 62px;*/
/*}*/
/*.footer-examples {*/
/*margin-top: 24px;*/
/*}*/
/*.footer-users {*/
/*margin-right: 46px;*/
/*}*/
/*.footer-aboutUs {*/
/*margin-right: 116px;*/
/*}*/
/*}*/
/*@media screen and (max-width: 990px) {*/
/*!* Ã¥Âºâ€¢Ã©Æ’Â¨Ã¦Â&nbsp;Âfooter *!*/
/*.dh-footer {*/
/*width: 100%;*/
/*height: 402px;*/
/*position: relative;*/
/*background-color: #172333;*/
/*}*/
/*.dh-footer-main {*/
/*padding: 60px 0 0 10px;*/
/*width: 780px;*/
/*height: 100%;*/
/*position: absolute;*/
/*left: 0;*/
/*right: 0;*/
/*top: 0;*/
/*bottom: 0;*/
/*margin: auto;*/
/*}*/
/*.dh-footer-lists {*/
/*height: 90%;*/
/*}*/
/*.dh-footer-lists &gt;li {*/
/*float: left;*/
/*}*/
/*.footer-service {*/
/*margin-right: 18px;*/
/*}*/
/*.footer-solution {*/
/*margin-right: 22px;*/
/*}*/
/*.footer-examples {*/
/*margin-top: 24px;*/
/*}*/
/*.footer-users {*/
/*margin-right: 26px;*/
/*}*/
/*.footer-aboutUs {*/
/*margin-right: 36px;*/
/*}*/
/*}*/
/*@media screen and (max-width: 860px) {*/
/*!* Ã¦Â&nbsp;â€¡Ã©Â¢ËœÃ¥Â¯Â¼Ã¨Ë†ÂªÃ¦Â&nbsp;ÂÃ§Å¡â€žÃ¨â€¡ÂªÃ©â‚¬â€šÃ¥Âºâ€ *!*/
/*.dh-header-nav {*/
/*position: absolute;*/
/*left: 54px;*/
/*right: 0;*/
/*top: 0;*/
/*bottom: 0;*/
/*margin: auto;*/
/*width: 432px;*/
/*height: 100%;*/
/*padding-top: 20px;*/
/*}*/
/*.dh-header-item {*/
/*float: left;*/
/*width: 56px;*/
/*height: 100%;*/
/*font-size: 14px;*/
/*color: #768AAF;*/
/*cursor: pointer;*/
/*border-bottom: 2px solid transparent;*/
/*transition: border-color 0.3s linear;*/
/*position: relative;*/
/*}*/
/*}*/

@-webkit-keyframes masked-animation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -100% 0;
    }
}

/*************/
.homepage-body {
    background: url(https://file.datahunter.cn/resource/BG.png) no-repeat left top;
    /*padding-top: 60px;*/
}

.homepage-body-footer {
    height: 135px;
    /*background-color: #D2F9E2;*/
    position: relative;
    /*background: url("../images/bottom-backgroud.png") no-repeat;*/
    text-align: center;
    padding-top: 60px;
}

.homepage-body-footer .solution {
    font-size: 0.6rem;
    color: #999999;
}
</pre></body></html>