﻿.kit-nav .layui-nav-item .layui-nav-mored {
    top: 22px
}
.w1200 {
    width: 1200px;
    overflow: hidden;
}
#plattype {
     width: auto; 
     float: unset; 
}
.bluebg {
    background: #F6F9FB;
}
.body-new {
    padding-top: 70px;
}
.top-banner {
    width: 100%;
    height: 234px;
    display: flex;
    color: #34C9F8;
    font-weight: bold;
    font-size: 48px;
    align-items: center;
    justify-content: center;
    background: url(/Content/img/new/top-banner.png);
/*    margin-top: 71px;*/
}
.top-banner-link {
    font-size: 52px;
    background: url(/Content/img/new/top-banner-link.png);
    flex-direction: column;
}
.top-banner-link-text{
    margin-bottom: 25px;
}
.top-tabs {
    width: 100%;
    height: 66px;
    line-height: 66px;
    background: #fff;
    font-size: 16px;
}
.top-tabs-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-tab{
    display: flex;
}
.top-tab-text {
    color: #888;
    display: block;
    padding: 0 16px;
}
.top-tab-text:hover{
    color: #333;
}
    .top-tab-text.active {
        color: #333;
        background: #F6F9FB;
        font-weight: bold;
    }
.top-tab-icon {
    margin-right: 3px;
    margin-top: -3px;
}
.top-search {
    width: 214px;
    height: 38px;
    border: 1px solid #cccccc;
    border-radius: 19px;
    display: flex;
}
.top-search-text {
    width: 144px;
    height: 38px;
    line-height: 36px;
    margin-left: 15px;
    font-size: 13px;
    color: #4d4d4d;
    border: 0;
    -webkit-appearance: none;
    outline: none;
}
.top-search-btn {
    width: 55px;
    height: 100%;
    background: url(/Content/img/new/search.png) #EBEBEB no-repeat center;
    border: 0;
    border-radius: 0 19px 19px 0;
}
.wrap{
    margin-top: 45px;
    min-height: 500px;
}
.scroll-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}
.list-item {
    width: 283px;
    height: 243px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    position: relative;
    border: 1px solid transparent;
}
    .list-item:nth-child(4n) {
        margin-right: 0;
    }
    .list-item:hover {
        border-color: #CBE7FF;
    }
        .list-icon-wrap {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            border: 1px solid #ddd;
            position: absolute;
            top: 10px;
            left: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
   
    .list-top {
        width: 100%;
        height: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.list-bottom {
    position: relative;
    overflow: hidden;
    height: 103px;
}
    .list-bottom::before {
        content: "";
        width: 245px;
        height: 1px;
        background: #EBEBEB;
        position: absolute;
        top: 0;
        left: 20px;
    }
.list-img{
    width: 100px;
    height: 100px;
}
.list-title-main {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin-top: 25px;
    transition: all 0.2s;
}
.list-title-sub {
    color: #A8A8A8;
    margin-top: 15px;
    transition: all 0.2s;
    font-size: 15px;
}
    .list-title-sub span {
        color: #7a7a7a;
    }
.list-btn {
    transform: translateY(25px);
    transition: all 0.2s;
}
.list-btn a {
    display: block;
    font-size: 12px;
    width: 167px;
    height: 22px;
    background: #fff;
    color: #00c2d1;
    text-align: center;
    border: 1px solid #00c2d1;
    border-radius: 3px;
    line-height: 22px;
    margin: 0 auto;
}
.loading-full {
    width: 100%;
    height: 100%;
    min-height: 500px;
    position: relative;
}
.loading-inzoom {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
    .loading-inzoom:before, .loading-inzoom:after {
        content: "";
        display: block;
        -webkit-clip-path: polygon(50% 0%, 100% 39%, 81% 100%, 19% 100%, 0% 39%);
        clip-path: polygon(50% 0%, 100% 39%, 81% 100%, 19% 100%, 0% 39%);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-animation: inzoom 2s cubic-bezier(0.5, 0.8, 0.5, 0.2) forwards infinite;
        animation: inzoom 2s cubic-bezier(0.5, 0.8, 0.5, 0.2) forwards infinite;
        background-color: rgba(25, 166, 207, 0.5);
    }

    .loading-inzoom:after {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
        background-color: rgba(8, 61, 86, 0.5);
    }
@-webkit-keyframes inzoom {
    50% {
        width: 0;
        height: 0;
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes inzoom {
    50% {
        width: 0;
        height: 0;
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.crumb-wrap{
    color: #888;
}
.crumb-link{
    color: #333;
}
.crumb-link:hover{
    color: #000;
}
.crumb-symbol{
    padding: 0 5px;
}
.detailMeta {
    color: #333;
    display: flex;
    align-items: center;
}
.background {
    height: 236px;
}
    .background img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
.good-wrap {
    margin-left: 15px;
    position: relative;
}
.goodleft {
    width: 260px;
    height: 236px;
    display: flex;
}
.goodright {
    width: 890px;
}
.good-detail-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.good-detail-content {
    color: #888;
    font-size: 14px;
}
.good-block {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}
.good-group {
    width: 295px;
    height: 40px;
    border-radius: 20px;
    background: #fff;
    display: flex;
    padding-left: 20px;
    align-items: center;
    justify-content: space-between;
}
.good-group-info {
    font-size: 16px;
}
.good-currency {
    font-size: 12px;
    color: #E21F1F;
}
.good-amount {
    font-size: 18px;
    color: #E21F1F;
}
.good-unit {
    font-size: 14px;
}
.good-block .linkbasket {
    width: 137px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient( 240deg, #34C9F8 0%, #37A8FF 100%);
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
}
    .good-block .linkbasket:not(.accessed):hover,
    .good-block .linkcontant:hover {
        opacity: 0.8;
    }
.good-block .linkcontant {
    width: 137px;
    height: 38px;
    line-height: 38px;
    background: #CFF3FF;
    border: 1px solid #34C9F8;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-left: 15px;
}
.accessed {
    background: #D4DFE2!important;
}
.good-plat {
    width: 903px;
    padding: 10px;
    overflow: hidden;
    background: #FFFAF1;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #F1EADF;
}
    .good-plat a {
        float: left;
        display: block;
        height: 28px;
        line-height: 28px;
        background: #FFFFFF;
        border-radius: 14px;
        border: 1px solid #EBE6DC;
        text-align: center;
        padding: 0 12px;
        margin-right: 5px;
        margin-top: 5px;
        font-size: 12px;
        color: #725E39;
    }
.good-wrap .good-title{
    margin-top: 0;
}
.bottomDetail {
    color: #333;
    padding-bottom: 96px;
    margin-bottom: 10px;
    background: #fff;
}
.detail-title {
    margin-top: 58px;
    font-size: 36px;
    text-align: center;
    background: url(/Content/img/new/detail-title-bg.png) no-repeat center;
    
}
.paragraph-title {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    position: relative;
    border-bottom: 3px solid #F6F9FB;
    margin-top: 35px;
}
    .paragraph-title:before {
        content: "";
        width: 88px;
        height: 5px;
        background: #34C9F8;
        border-radius: 3px;
        position: absolute;
        bottom: -4px;
        left: 0;
    }
    .paragraph-title img,
    .paragraph-title span {
        vertical-align: middle;
    }
.paragraph-content {
    font-size: 14px;
    color: #888;
    margin-top: 15px;
    line-height: 25px;
}
.red {
    color: #FF0000;
}
.paragraph-empty {
    text-align: center;
    font-size: 14px;
    color: #888;
}
.paragraph-empty p{
    margin-top: 50px;
}
.conts {
    padding-top: 80px;
}
    .conts .api-menu {
        background: rgba(84,139,157,0.1);
        position: fixed;
        top: 80px;
    }
        .menu-1 .J_ExpTrigger,
        .conts .api-menu .top-tits {
            color: #333;
            font-weight: 500;
        }
        .conts .api-menu dl dd a, .menu-2 li a, .hidden-y1 a {
            color: #888;
            font-size: 14px;
            line-height: 34px;
        }
        .conts .api-menu .top-tits {
            border-bottom: 2px solid #fff;
            font-weight: 500;
            width: auto;
            padding-left: 0;
            text-align: center;
        }
.menu-1 .J_ExpTrigger {
    background: url(/Content/img/new/apizx-ico2.png) 180px 9px no-repeat;
    font-size: 16px;
    margin-top: 18px;
}

.menu-1 .open {
    background: url(/Content/img/new/apizx-ico1.png) 180px 9px no-repeat;
}
.hidden-y1 a:hover,
.conts .api-menu dl dd a:hover,
.conts .api-menu dl dd.cur3 a,
.menu-2 li .act,
.menu-2 li a:hover {
    background: #2CC1F1;
}
.layui-layout-admin .layui-footer {
    background: #EAEBEE;
}

.layui-nav-item .layui-icon {
    margin-right: 5px;
}

.layui-tab-card > .layui-tab-title,
.kit-tab .kit-tab-tool {
    background: #fff;
}

    .layui-tab-card > .layui-tab-title .layui-this {
        background: #F3F4F7;
    }

        .layui-tab-card > .layui-tab-title .layui-this:after {
            border-bottom-color: transparent;
        }
.layui-logo img {
    margin-top: 1px;
    width: 116px
}
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover {
    background-color: rgba(57, 242, 249, 0.2);
}

.layui-nav * {
    font-size: 16px;
}

.layui-nav-tree .layui-nav-item a {
    height: 54px;
    line-height: 54px;
}

.layui-nav-tree .layui-nav-item {
    line-height: 54px;
}
.form-top {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px 20px 20px;
    font-size: 14px;
    align-items: center;
}
.btn-sm {
    width: 78px;
    height: 28px;
    background: linear-gradient( 240deg, #34C9F8 0%, #37A8FF 100%);
    border-radius: 2px;
    color: #fff;
}
    .btn-sm:hover {
        opacity: 0.8;
        background: linear-gradient( 240deg, #34C9F8 0%, #37A8FF 100%);
    }
.input-sm,
.layui-input {
    border: 0;
    border-radius: 2px;
}
.form-time {
    width: 130px;
    height: 28px;
    padding-left: 30px;
    background: url(/Content/img/new/kfzzx-ico-time.png) #fff 10px center no-repeat;
}
.form-id {
    width: 172px;
    height: 28px;
    padding-left: 30px;
    background: url(/Content/img/new/kfzzx-ico-search.png) #fff 10px center no-repeat;
}
.form-horizontal {
    margin: 33px auto 10px;
    padding: 0 40px 0 20px;
}
.form-title {
    height: 57px;
    line-height: 57px;
    background: #fff;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #F2F2F2;
    position: relative;
    font-size: 16px;
    color: #333333;
    padding-left: 40px;
    font-weight: bold;
}

    .form-title::before {
        content: "";
        width: 12px;
        height: 12px;
        background: rgba(4, 155, 231, 0.2);
        border-radius: 50%;
        position: absolute;
        top: 23px;
        left: 20px;
    }
    .form-title::after {
        content: "";
        width: 6px;
        height: 6px;
        background: #049BE9;
        border-radius: 50%;
        position: absolute;
        top: 26px;
        left: 23px;
    }
    .form-title h4 {
        font-weight: bold;
    }

.widthfull {
    border-radius: 0 0 6px 6px;
    padding: 10px;
}
.form-content {
    min-height: 56px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 0 0 6px 6px;
    color: #333;
}
.form-row {
    display: flex;
    align-items: center;
    padding-top: 12px;
}
.form-img{
    width: 16px;
    height: 16px;
}
.form-label {
    color: #7B868F;
    margin-left: 7px;
    line-height: 0;
}
.form-text {
    line-height: 0;
}
.form-row .form-row {
    padding-top: 0;
    margin-right: 33px;
}
.secret-text {
    margin-right: 10px;
    vertical-align: middle;
}
.hide-secret,
.show-secret {
    width: 20px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.show-secret {
    
    background-image: url(/Content/img/new/kfzzx-ico7.png);
}
    .show-secret:hover {
        background-image: url(/Content/img/new/kfzzx-ico8.png);
    }
    .show-secret:active {
        background-image: url(/Content/img/new/kfzzx-ico9.png);
    }
.hide-secret {
    background-image: url(/Content/img/new/kfzzx-ico-close1.png);
}

    .hide-secret:hover {
        background-image: url(/Content/img/new/kfzzx-ico-close2.png);
    }

    .hide-secret:active {
        background-image: url(/Content/img/new/kfzzx-ico-close3.png);
    }
.welcome-title{
    margin-top: 15px;
}
.add-data a {
    height: 110px;
    background: linear-gradient( 240deg, #34C9F8 0%, #37A8FF 100%);
    color: #fff;
    border-radius: 6px;
    border: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
    .add-data a:hover img {
        filter: invert(0.6);
    }
    .add-data a p {
        color: #fff;
    }
.data-block .data-box {
    border-radius: 6px;
    border: none;
    background: #F5F6F9;
    display: flex;
    padding: 15px;
}
.data-img {
    width: 70px;
    height: 70px;
    padding: 5px;
    background: #fff;
    border-radius: 15px;
    margin-right: 16px;
}
.data-block .data-box .data-img img {
    width: 70px;
    height: 70px;
    border: none;
}
.data-content {
    color: #888888
}
    .data-content .title {
        color: #333333;
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 21px;
    }
    .data-content .info {
        margin-top: 5px;
    }
.backtop {
    position: fixed;
    bottom: 40px;
    right: 2%;
    background: url("/Content/img/d4.png") center center no-repeat #333;
    height: 32px;
    width: 32px;
    z-index: 77;
    border-radius: 3px;
    overflow: visible;
    color: #eee;
    font-size: 14px;
    line-height: 32px;
}
    .backtop span {
        position: absolute;
        right: 30px;
        top: 0;
        display: block;
        height: 32px;
        width: 0;
        text-indent: 14px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
        transition-duration: 300ms;
        overflow: hidden;
        background: #333;
    }
    .backtop:hover span {
        width: 80px;
    }
.plate {
    text-align: center;
    background: #F6F9FB;
    color: #333333;
    padding: 50px 0;
}
.plate-solution {
    background: #EFF8F9;
}
.plate-value {
    background: url(/Content/img/new/jjfa-img-bg.png);
    color: #FFFFFF;
}
.plate-value2 {
    background: #FFFFFF;
}
.plate-business {
    background: #EDF1F3;
}
.plate-interface {
    background: url(/Content/img/new/zjsc-img-bg2.png);
    background-size: cover;
    color: #FFFFFF;
}
.plate-title {
    font-weight: bold;
    font-size: 36px;
}
    .plate-title span {
        color: #34C9F8;
    }
    .plate-title-sub {
        font-size: 18px;
        margin-top: 20px;
    }
.plate-wrap {
    width: 1200px;
    display: flex;
    margin: 30px auto 0;
    justify-content: space-between;
}
.card {
    width: 224px;
    height: 244px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1);
    border-radius: 4px;
}
.card-link {
    width: 311px;
    height: 116px;
    border-radius: 10px 10px 10px 10px;
    margin-right: 20px;
}
.card-link-wrap2 .card-link {
    width: 191px;
    height: 98px;
    margin: 0 10px 10px 0;
}
    .card-link-wrap2 .card-link:nth-child(6n) {
        margin-right: 0
    }
    .card-business {
        width: 586px;
        height: 385px;
        background: url(/Content/img/new/zjsc-img-bg3.png);
        background-size: cover;
    }
.card-interface {
    width: 393px;
    height: 247px;
    background: rgba(0, 109, 255, 0.1);
    border-radius: 12px 12px 12px 12px;
    box-sizing: border-box;
    padding: 36px 40px;
    text-align: left;
    margin-bottom: 12px;
}
.card-interface-full {
    width: 100%;
}
.card-img {
    margin-top: 45px;
}
.card-link-img {
    height: 100%;
}
.card-title {
    margin: 42px 0 24px;
    font-weight: bold;
    font-size: 18px;
}
.card-title-sub {
    font-size: 14px;
    color: #666666;
    margin-top: 3px;
}
.card-interface-title {
    margin-top: 15px;
    font-size: 24px;
}
.card-interface-text {
    margin-top: 10px;
    font-size: 16px;
    color: #94ABBB;
    line-height: 25px;
}
.card-link-wrap {
    justify-content: center;
}
.card-link-wrap2 {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.plate-solution-img {
    
}
.plate-solution-info {
    margin-top: 20px;
    position: relative;
}
.plate-value-text {
    width: 502px;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    margin-top: -4px;
}
.plate-value-img {
    float: right;
    margin-top: 103px;
}
.center-wrap {
    align-items: center;
}
.center-text {
    width: 626px;
    font-size: 18px;
    text-align: left;
    line-height: 32px;
}
.center-text p{
    margin-bottom: 10px;
}
.business-img{
    margin-top: 45px;
}
.business-text {
    width: 505px;
    text-align: left;
    font-size: 16px;
    margin: 30px auto 0;
    line-height: 27px;
}
.interface-wrap {
    flex-wrap: wrap;
}
.interface-title {
    font-size: 18px;
    color: #34C9F8;
    font-weight: bold;
    margin-top: 50px;
}
    .interface-title::after {
        content: "";
        display: block;
        width: 600px;
        height: 2px;
        background: linear-gradient( 297deg, rgba(52,201,248,0) 0%, #34C9F8 49%, rgba(52,201,248,0) 100%);
        margin: 14px auto 0;
    }
.solution-wrap {
    width: 1218px;
    display: block;
}
.solution-block {
    width: 425px;
    height: 346px;
    position: absolute;
    top: 9px;
}
.solution-block-left {
    left: 9px;
}
.solution-block-right {
    right: 9px;
}
.solution-block-title {
    margin-top: 50px;
    font-weight: bold;
    font-size: 36px;
    color: #34C9F8;
}
.solution-block-text {
    margin: 45px 44px 0;
    line-height: 30px;
    color: #fff;
    text-align: left;
    font-size: 16px;
}
.solution-block-btn {
    margin-top: 30px;
}
    .solution-block-btn .new-button {
        padding: 0 40px;
    }
@media screen and (max-width: 1680px) {
    .form-row .form-row {
        margin-right: 13px;
    }
    .hide-secret, .show-secret {
        width: 17px;
        height: 13px;
        background-size: 100%;
    }
    .form-content-min {
        flex-direction: column;
        align-items: flex-start;
    }
        .form-content-min .form-row:first-child {
            margin-bottom: 15px;
        }
}