html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

*,
:after,
:before {
    box-sizing: border-box
}

a {
    color: #0d7df0;
    text-decoration: none
}

dd,
dl,
h1,
h2,
h3,
h4,
p,
ul {
    margin: 0
}

h1,
h2,
h3,
h4 {
    font-weight: 400
}

em {
    font-style: normal
}

ul {
    list-style: none
}

ul {
    padding: 0
}

img {
    max-width: 100%
}

body,
html {
    height: 100%
}

body {
    font: 14px/2 PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif
}

/* sign */
.login-wrapper,.login-wrapper * {
    box-sizing: border-box;
}

.login-wrapper>.layui-form {
    padding: 25px 30px;
    background-color: #fff;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.19);
    box-sizing: border-box;
    border-radius: 4px;
}

.login-wrapper>.layui-form>h2 {
    color: #333;
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
}

.login-wrapper>.layui-form>.layui-form-item {
    margin-bottom: 25px;
    position: relative;
}

.login-wrapper>.layui-form>.layui-form-item:last-child {
    margin-bottom: 0;
}

.login-wrapper>.layui-form>.layui-form-item>.layui-input {
    height: 46px;
    line-height: 46px;
    border-radius: 2px !important;
}
.login-wrapper>.layui-form>.layui-form-item>.layui-input:focus{
    border-color: #0fbda0 !important;
}

.login-wrapper .layui-input-icon-group>.layui-input {
    padding-left: 46px;
}

.login-wrapper .layui-input-icon-group>.layui-icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    color: #909399;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.login-wrapper>.layui-form>.layui-form-item.login-captcha-group {
    padding-right: 135px;
}

.login-wrapper>.layui-form>.layui-form-item.login-captcha-group>.login-captcha {
    height: 46px;
    width: 120px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-radius: 2px !important;
    position: absolute;
    right: 0;
    top: 0;
}

.login-wrapper>.layui-form>.layui-form-item>.layui-form-checkbox {
    box-sizing: content-box;

    margin: 0 !important;
    padding-left: 25px;
    
}
.login-wrapper>.layui-form>.layui-form-item>.layui-form-checkbox * {
    box-sizing: content-box;

}

.login-wrapper>.layui-form>.layui-form-item>.layui-form-checkbox>.layui-icon {
    width: 15px !important;
    height: 15px !important;
}

.login-wrapper>.layui-form .layui-btn-fluid {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    border-radius: 2px !important;
}

.login-wrapper>.layui-form>.layui-form-item.login-oauth-group>a>.layui-icon {
    font-size: 26px;
}

.login-copyright {
    color: #eee;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media screen and (min-height: 550px) {
    .login-copyright {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }
}

.layui-btn {
    background-color: #0fbda0;
    border-color: #0fbda0;
}

.layui-link {
    color: #0fbda0 !important;
}

.login-captcha-btn {
    line-height: 44px;
    text-align: center;
    background-color: transparent;
    outline: none;
    color: #666;
    padding: 0 !important;
}

/** 获取图形验证码弹窗 */
.layer-get-code {
    padding: 25px 25px;
}

.layer-get-code>p {
    color: #666;
    font-size: 16px;
}

.layer-get-code>.lay-code-group {
    position: relative;
    padding-right: 135px;
    margin: 15px 0;
}

.layer-get-code>.lay-code-group>.layui-input {
    border-radius: 0;
    height: 46px;
    line-height: 46px;
    background-color: transparent;
    border-color: rgba(111, 121, 122, 0.3);
}

.layer-get-code>.lay-code-group>img {
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    width: 120px;
    box-sizing: border-box;
    cursor: pointer;
}

.layer-get-code .layui-btn-fluid {
    line-height: 50px;
    height: 50px;
}

/** //获取图形验证码弹窗 */

.layui-btn-disabled {
    cursor: not-allowed !important;
    color: #999 !important;
}

.pull-right {
    float: right;
}


body .login-class .layui-layer-btn .layui-layer-btn0 {
    border-color: #0fbda0;
    background-color: #0fbda0!important;
}


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

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

::-webkit-scrollbar-track {
	background: white;
	border-radius: 2px;
}

::-webkit-scrollbar-thumb {
	background: #adadad !important;
	border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
	background: #686868 !important;
}

::-webkit-scrollbar-corner {
	background: #f6f6f6;
}


.container {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

.shadow {
    box-shadow: 3px 3px 10px rgba(37, 54, 111, .08)
}

.btns {
    font-size: 0
}

.btns .btn {
    margin-right: 10px
}

.btns .btn:last-child {
    margin-right: 0
}

.btn {
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    font-size: 14px;
    line-height: 46px;
    padding: 0 50px;
    text-align: center;
    color: #0fbda0;
    border: 1px solid #0fbda0
}

.btn:hover {
    color: #61d8c3;
    border: 1px solid #61d8c3
}

.btn-primary {
    color: #fff;
    background: #0fbda0
}

.btn-primary:hover {
    color: #fff;
    background: #61d8c3
}

@media screen and (max-width:1190px) {
    .wrapper-register {
        display: none
    }
}

.wrapper-register {
    background: #0fbda0 url(../image/e1b0e8ca95f3be612a444d110f0181fc.png) no-repeat 50%;
    background-size: 1865px 119px
}

.wrapper-register .container {
    height: 154px
}

.wrapper-register h3 {
    left: 0;
    font-size: 36px;
    font-weight: 600;
    color: #fff
}

.wrapper-register .register-btn,
.wrapper-register h3 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 50px
}

.wrapper-register .register-btn {
    right: 0;
    background: #fff;
    border-radius: 2px;
    width: 180px;
    text-align: center;
    color: #0fbda0
}

.wrapper-main {
    min-height: 100%;
    background: #fff
}

.wrapper-content {
    min-width: 1200px;
    padding-top: 64px;
    padding-bottom: 285px
}

.wrapper-header {
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 8px rgba(50, 65, 117, .05);
    z-index: 999
}

.wrapper-header .container {
    height: 64px
}

.wrapper-header .logo {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px
}

.wrapper-header .logo a {
    display: block;
    width: 150px;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden
}

.wrapper-header .logo a {
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../image/logo.png);
}

.nav {
    position: absolute;
    top: 0
}

.nav>li {
    position: relative;
    float: left
}

.nav>li>a {
    position: relative;
    display: block;
    line-height: 64px;
    padding: 0 21px;
    color: #324175;
    letter-spacing: 1px
}

.nav>li>a.free,
.nav>li>a:hover {
    background-color: #0fbda0;
    color: #fff
}

.nav .sub-nav {
    display: none;
    position: absolute;
    left: -36px;
    top: 64px;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(50, 65, 117, .2)
}

.nav li.sub:hover .sub-nav {
    display: block;

}

.nav .sub-nav.long {
    left: -38px;
}

.nav .sub-nav-list {
    padding: 36px;
    width: 232px
}

.nav .sub-nav-list.long {
    width: 210px
}

.nav .sub-nav-list.short {
    width: 180px
}

.nav .sub-nav-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px
}

.nav .sub-nav-item:last-child {
    margin-bottom: 0
}

.nav .sub-nav-item:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 6px;
    -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    background-color: #0fbda0
}

.nav .sub-nav-item a {
    line-height: 20px;
    color: #324175
}

.nav .sub-nav-item a:hover {
    color: #0fbda0
}

.header-left-nav {
    left: 190px
}

.header-right-nav {
    right: 0
}

.wrapper-footer {
    position: relative;
    z-index: 100;
    font-size: 12px;
    background: #fff;
    min-height: 285px;
    margin-top: -285px
}

.wrapper-footer,
.wrapper-footer a {
    color: #657097
}

.wrapper-footer a:hover {
    color: #0fbda0
}

.container-footer {
    padding-top: 32px;
    height: 200px;
}

.container-footer dl {
    display: inline-block;
    vertical-align: top;
    width: 900px;
}

.container-footer dl.cooperation {
    width: 180px
}

.container-footer dt {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #324175;
    margin-bottom: 12px
}

.container-footer dd {
    font-size: 16px;
    text-indent: 2em;
    line-height: 26px;
    color: #657097;
    margin-bottom: 8px
}

.footer-qrcode {
    position: absolute;
    right: 0;
    top: 30px;
    width: 230px
}

.footer-qrcode .footer-phone {
    font-size: 14px;
    line-height: 28px;
    color: #324175
}

.footer-qrcode .footer-phone em {
    font-weight: 700;
    font-size: 24px;
    margin-top: 8px
}

.footer-qrcode ul {
    margin-top: 20px
}

.footer-qrcode li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    text-align: center
}

.footer-qrcode img {
    display: block;
    width: 74px;
    height: 74px
}

.footer-bottom {
    border-top: 1px solid #eef1f4;
    margin-top: 20px;
    padding: 14px 0;
    line-height: 22px;
    color: #adb3c8
}

.wrapper-aside {
    position: fixed;
    right: 12px;
    bottom: 88px;
    width: 44px;
    padding: 16px 0;
    background: #fff;
    box-shadow: 0 6px 12px rgba(126, 146, 197, .12);
    border-radius: 44px;
    z-index: 1000
}

.aside-line {
    width: 28px;
    margin: 12px auto;
    height: 1px;
    background-color: #edf1f8
}

.aside-item {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    color: #657097;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../image/f450b7275b627f7f01556991833a2bfe.png);
    background-position: 0 0
}

.aside-item-online:hover {
    background-position: -20px 0
}

.aside-item-online:hover .aside-online {
    display: block
}

.aside-item-phone {
    background-position: 0 -20px
}

.aside-item-phone:hover {
    background-position: -20px -20px
}

.aside-item-phone:hover .aside-phone {
    display: block
}

.aside-item-group {
    background-position: 0 -40px
}

.aside-item-group:hover {
    background-position: -20px -40px
}

.aside-item-group:hover .aside-group {
    display: block
}

.aside-group,
.aside-online,
.aside-phone {
    display: none;
    position: absolute;
    top: -4px;
    right: 37px;
    width: 120px;
    text-align: center;
    line-height: 28px;
    font-weight: 600;
    font-size: 14px;
    color: #324175;
    background: #fff;
    box-shadow: 0 4.8px 9.6px rgba(126, 146, 197, .13);
    border-radius: 4px
}

.aside-group:after,
.aside-online:after,
.aside-phone:after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left-color: #fff
}

.aside-group:hover,
.aside-online:hover,
.aside-phone:hover {
    display: block
}

.aside-group {
    top: -85px;
    width: 150px;
    padding: 9px 10px;
    text-align: center
}

.aside-group h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #324175
}

.aside-group img {
    width: 112px;
    height: 112px
}

.aside-group p {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #324175
}

.aside-online {
    width: 80px
}

.wrapper-back {
    position: fixed;
    bottom: 20px;
    right: 12px;
    z-index: 1000
}

.wrapper-back .back {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(126, 146, 197, .12);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.wrapper-back .back svg {
    fill: #324175;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.wrapper-back .back:hover svg {
    fill: #0fbda0
}

.list-layout-1 .list {
    margin-top: 36px
}

.list-layout-1 .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 44px
}

.list-layout-1 .row:last-child {
    margin-bottom: 0
}

.list-layout-1 .item {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 115px;
    min-height: 95px
}

.list-layout-1 .row-2 .item:nth-child(odd) {
    margin-right: 44px
}

.list-layout-1 .img,
.list-layout-1 .path {
    position: absolute;
    left: 0;
    top: 0;
    height: 110px;
    width: 100px;
}

.list-layout-1 .img {
    -webkit-filter: drop-shadow(3px 3px 10px rgba(37, 54, 111, .08));
    filter: drop-shadow(3px 3px 10px rgba(37, 54, 111, .08))
}

.list-layout-1 .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
}

.list-layout-1 .path {
    -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    background: #fff
}

.list-layout-1 h3 {
    font-size: 24px;
    line-height: 34px;
    color: #324175;
    font-weight: 600
}

.list-layout-1 p {
    line-height: 24px;
    color: #657097;
    margin-top: 12px
}

.list-layout-2 .list {
    margin-top: 24px
}

.list-layout-2 .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 24px
}

.list-layout-2 .row:last-child {
    margin-bottom: 0
}

.list-layout-2 .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    background: #fff;
    box-shadow: 3px 3px 10px rgba(37, 54, 111, .08)
}

.list-layout-2 .row-3 .item:nth-child(3n+1),
.list-layout-2 .row-3 .item:nth-child(3n+2) {
    margin-right: 24px
}

.list-layout-2 .header {
    position: relative;
    padding-left: 88px;
    background-color: #0fbda0
}

.list-layout-2 .header.no-bg {
    padding-left: 84px
}

.list-layout-2 .header.no-bg:before {
    display: none
}

.list-layout-2 .header.no-bg .img {
    left: 22px;
    width: 40px;
    height: 40px
}

.list-layout-2 .header.no-bg .img img {
    width: 100%
}

.list-layout-2 .header:before {
    content: "";
    -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    background: #fff
}

.list-layout-2 .header .img,
.list-layout-2 .header:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 24px;
    width: 48px;
    height: 48px
}

.list-layout-2 .header .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%
}

.list-layout-2 h3 {
    line-height: 80px;
    font-size: 20px;
    color: #fff
}

.list-layout-2 .content {
    padding: 24px
}

.list-layout-2 p {
    padding-left: 20px
}

.list-layout-2 p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #324175;
    margin-top: 16px
}

.list-layout-2 p:first-child {
    margin-top: 0
}

.list-layout-2 p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    background-color: #0fbda0
}

.list-layout-2 p {
    font-size: 14px
}

/*** uncss> filename: D:/Program Files/XFTV15.0/Website/Zz_www.dingxiang-inc.com/static/css/business.css ***/
/*! 2023-06-29 16:17:50 */
.business-title {
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    color: #324175;
    margin-bottom: 36px
}

.business .business-section>.container {
    padding-top: 76px;
    padding-bottom: 120px
}

.business .business-section>.container>p {
    color: #324175;
    line-height: 26px;
    text-align: center;
    max-width: 918px;
    margin-left: auto;
    margin-right: auto
}

.business-steps {
    background: #fff
}

.business-steps-wrap {
    width: 1201px;
    font-size: 0
}

.business-steps-num {
    float: left;
    font-size: 34px;
    color: #fff;
    line-height: 118px;
    width: 52px;
    text-align: center;
    background-image: -webkit-linear-gradient(318deg, #d7e0ea 9%, #b6c5d5 89%);
    background-image: linear-gradient(132deg, #d7e0ea 9%, #b6c5d5 89%)
}

.business-steps-item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: 70px;
    width: 220px;
    height: 118px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 3px 3px 10px rgba(37, 54, 111, .08)
}

.business-steps-item:hover {
    box-shadow: 3px 3px 10px rgba(37, 54, 111, .2);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.business-steps-item:last-child {
    margin-right: 0
}

.business-steps-detail {
    float: left;
    padding: 16px 0 16px 24px;
    padding-right: 0
}

.business-steps-detail h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #324175;
    margin-bottom: 10px
}

.business-steps-detail p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: rgba(50, 65, 117, .76)
}

.business-steps-detail p a {
    color: #0d7df0
}

.business-steps-detail p a:hover {
    font-weight: 700
}

.business-steps-arrow {
    display: inline-block;
    position: relative;
    left: -30px;
    top: 52px;
    width: 37px;
    height: 12px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAzNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC41Ij4KPHBhdGggZD0iTTI3IDBMMzcgNS43NzM1TDI3IDExLjU0N1Y2Ljc3MzVIOFY0Ljc3MzVIMjdWMFoiIGZpbGw9IiMzMjQxNzUiIGZpbGwtb3BhY2l0eT0iMC43NSIvPgo8cGF0aCBkPSJNNCA0Ljc3MzQ0SDZWNi43NzM0NEg0VjQuNzczNDRaIiBmaWxsPSIjMzI0MTc1IiBmaWxsLW9wYWNpdHk9IjAuNzUiLz4KPHBhdGggZD0iTTIgNC43NzM0NEgwVjYuNzczNDRIMlY0Ljc3MzQ0WiIgZmlsbD0iIzMyNDE3NSIgZmlsbC1vcGFjaXR5PSIwLjc1Ii8+CjwvZz4KPC9zdmc+Cg==) no-repeat
}

/*** uncss> filename: D:/Program Files/XFTV15.0/Website/Zz_www.dingxiang-inc.com/static/css/fingerprint.css ***/
/*! 2023-06-29 16:17:50 */

.fingerprint {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../image/bgh.webp), url(../image/bgh.jpg);
    background-position: top
}

.fingerprint-header {
    height: 460px
}

.fingerprint-header-introduce {
    position: absolute;
    top: 50px;
    right: 0;
    width: 600px;
    height: 230px;
}

.fingerprint-header-introduce h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
    color: #324175
}

.fingerprint-header-introduce p {
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #324175
}

.fingerprint-header-introduce .btns {
    margin-top: 33px
}

.fingerprint-header-introduce .btn-primary {
    margin-right: 24px
}


.fingerprint-header-info {
    width: 560px;
    text-align: center;

}



.fingerprint .business-device-info .container {
    padding-top: 0
}

.fingerprint .business-device-info .device-info {
    position: relative;
    height: 795px;
    margin-top: 62px
}

.fingerprint .business-device-info svg {
    vertical-align: middle
}

.fingerprint .business-device-info .device-animate-1 {
    position: absolute;
    top: 162px;
    left: 357px
}

.fingerprint .business-device-info .device-animate-2 {
    position: absolute;
    left: 755px;
    top: 369px
}

.fingerprint .business-device-info .device-info-block {
    position: absolute;
    width: 360px;
    background: #fff;
    box-shadow: 0 8px 36px rgba(28, 56, 112, .2);
    border-radius: 10px;
    text-align: center
}

.fingerprint .business-device-info .device-info-block h3 {
    background: -webkit-linear-gradient(left, #00caa8, #00ddb8 90.38%);
    background: linear-gradient(90deg, #00caa8, #00ddb8 90.38%);
    font-weight: 600;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.fingerprint .business-device-info .device-info-block dl {
    padding: 7px 20px
}

.fingerprint .business-device-info .device-info-block dt {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #324175;
    margin-top: 4px;
    margin-bottom: 8px
}

.fingerprint .business-device-info .device-info-block dd {
    height: 48px;
    line-height: 48px;
    background: #f5f7fc;
    border-radius: 8px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #0da68c
}

.fingerprint .business-device-info .device-info-block .more {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #324175
}

.fingerprint .business-device-info .device-info-browser {
    height: 338px;
    left: 0;
    top: 30px
}

.fingerprint .business-device-info .device-info-os {
    height: 338px;
    left: 0;
    bottom: 0
}

.fingerprint .business-device-info .device-info-risk {
    height: 540px;
    right: 0;
    top: 104px
}

.fingerprint .business-device-info .device-info-risk dl {
    padding: 20px
}

.fingerprint .business-device-info .device-info-risk dt {
    margin-top: 0;
    margin-bottom: 10px
}

.fingerprint .business-device-info .device-info-risk dd {
    height: 52px;
    line-height: 52px;
    margin-bottom: 25px
}

.fingerprint .business-device-info .device-info-server {
    position: absolute;
    left: 463px;
    top: 80px;
    width: 316px;
    height: 590px;
    padding: 166px 48px 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../image/8c1c88b45c6e24e680d86a442a105b36.png);
    text-align: center
}

.fingerprint .business-device-info .device-info-server .device-animate-3 {
    position: absolute;
    width: 268px;
    height: 540px;
    left: 24px;
    top: 24px;
    overflow: hidden
}

.fingerprint .business-device-info .device-info-server .device-animate-3-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .15));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .15))
}

.fingerprint .business-device-info .device-info-server h3 {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #fff
}

.fingerprint .business-device-info .device-info-server ul {
    position: relative;
    margin-top: 26px
}

.fingerprint .business-device-info .device-info-server li {
    background: -webkit-linear-gradient(302.28deg, #fff 3.87%, #fff 86.11%);
    background: linear-gradient(147.72deg, #fff 3.87%, #fff 86.11%);
    box-shadow: 5.07965px 5.07965px 11.8525px rgba(51, 51, 144, .18);
    border-radius: 8px;
    line-height: 52px;
    font-weight: 600;
    font-size: 20px;
    color: #324175;
    margin-bottom: 32px
}

.fingerprint .business-advantage .container,
.fingerprint .business-feature .container {
    padding-top: 36px
}

.fingerprint .business-advantage .container {
    padding-bottom: 100px
}

/*** uncss> filename: D:/Program Files/XFTV15.0/Website/Zz_www.dingxiang-inc.com/static/css/captcha.css ***/

.captcha .container .btn-primary {
    line-height: 48px;
    box-shadow: 0 4px 16px rgba(28, 56, 112, .2)
}

.captcha-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #324175
}

.captcha-banner {
    position: relative
}

.captcha-banner .container {
    height: 470px;
    padding-top: 110px
}

.captcha-banner-header {
    font-size: 0;
    width: 515px;
    height: 123px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../image/03c023fb05e8b031dd33fc92fd4d9cdf.png);
    background-image: -webkit-image-set(url(../image/03c023fb05e8b031dd33fc92fd4d9cdf.png) 1x);
    background-image: image-set(url(../image/03c023fb05e8b031dd33fc92fd4d9cdf.png) 1x)
}

.captcha-banner p {
    width: 470px;
    line-height: 26px;
    margin-top: 12px
}

.captcha-banner-btns {
    margin-top: 36px
}

.captcha-banner .btn-primary {
    margin-right: 24px
}

.captcha-banner .banner-img {
    position: absolute;
    top: 20px;
    right: 22px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../image/3dcdd1f393f330da22ab3f9ee09ef134.png);
    width: 468px;
    height: 582px
}

.captcha-aigc {
    margin-top: 130px
}

.compliance-service {
    margin-top: 120px;
    padding-bottom: 56px
}

.compliance-service-circle {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 380px;
    height: 380px
}

.compliance-service-circle .bg,
.compliance-service-circle .shadows {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.compliance-service-circle .bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../image/621a4155613eed375167e05ad223d4b9.png);
    background-size: 380px 380px
}

.compliance-service-circle .shadow {
    position: absolute;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.compliance-service-circle .shadow-1 {
    left: 8px;
    top: -6px
}

.compliance-service-circle .shadow-2 {
    left: 8px;
    bottom: 12px
}

.compliance-service-circle .shadow-3 {
    right: 18px;
    top: -6px
}

.compliance-service-circle .shadow-4 {
    right: 18px;
    bottom: 12px
}

.compliance-service-circle .rotate {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -144px;
    margin-top: -148px;
    width: 277px;
    height: 277px
}

.compliance-service-circle .rotate {
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../image/158778797a8001d286be31ac83fbde9c.png);
    background-size: 277px 277px;
    -webkit-animation: circle-rotating 6s linear infinite;
    animation: circle-rotating 6s linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.compliance-service-circle .front {
    position: absolute;
    left: 8px;
    top: -6px;
    width: 356px;
    height: 376px
}

.compliance-service-circle .front {
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../image/095664b34b9de89d04b43f8a21060683.png);
    background-size: 356px 376px
}

.compliance-service-content {
    margin-top: 36px;
    position: relative;
    padding-left: 536px
}

.compliance-service .list {
    margin-top: 0
}

.compliance-service .item {
    margin-bottom: 32px
}

.compliance-service .item:last-child {
    margin-bottom: 0
}

/*** uncss> filename: D:/Program Files/XFTV15.0/Website/Zz_www.dingxiang-inc.com/static/css/ssjc.css ***/
.morePrower .item {
    padding-left: 0;
    width: 240px;
    height: 90px;
    margin-bottom: 55px;
    position: relative;
    cursor: pointer;
}

.morePrower .item .icon {
    width: 66px;
    height: 66px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 10px;
}

.morePrower .item .icon.icon1 {
    background-image: url(../image/s1.png);
}

.morePrower .item .icon.icon2 {
    background-image: url(../image/s2.png);

}

.morePrower .item .icon.icon3 {
    background-image: url(../image/s3.png);

}

.morePrower .item .icon.icon4 {
    background-image: url(../image/s4.png);

}

.morePrower .item .icon.icon5 {
    background-image: url(../image/s5.png);

}

.morePrower .item .icon.icon6 {
    background-image: url(../image/s6.png);

}

.morePrower .item .icon.icon7 {
    background-image: url(../image/s7.png);

}

.morePrower .item .icon.icon8 {
    background-image: url(../image/s8.png);

}

.morePrower .item .icon.icon9 {
    background-image: url(../image/s9.png);

}

.morePrower .item .icon.icon10 {
    background-image: url(../image/s10.png);

}

.morePrower .item .tex {
    font-size: 16px;
    text-align: center;
}

.morePrower .item:hover .box {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: visible;
    opacity: 1;
}

.morePrower .item .box {
    display: table;
    position: absolute;
    width: 250px;
    height: 100px;

    box-shadow: 0px 0px 18px 0px #61d8c3;
    left: 0;
    top: 0;
    background: #fff;
    padding: 0 20px;
    overflow: hidden;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    border-radius: 16px;
}

.morePrower .item .box p {
    max-width: 250px;
    word-wrap: break-word;
    line-height: 20px;
    vertical-align: middle;
    display: table-cell;
}

.hash {
    padding-top: 80px;
    margin-top: -80px;
}