﻿@charset "utf-8";
/*
	Theme Name: 	RuidgeDesign
	Author: 		ruidge@126.com
	Description: 	系统UI及布局包括bootstrap自适应布局、jquery-ui-layout，可参照bootstrap官方文档
	Version: 		css3+html5
	License: 		by ruidge
	Tags: 			设计，自适应
*/

@import url("../plugins/bootstrap/css/bootstrap.min.css");
@import url("../plugins/jquerylayout/layout-default.css");

body {
    /* font-size: 16px; */
    font-size: 14px;
    font-family:微软雅黑, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
}

a:hover {
    color: #425ad6;
}

.top {
    background-image: url();
    background-repeat: repeat-x;
    height: 50px;
    color: #FFF;
    background-color: #4abbb9;
}

.top-info {
    color: #333;
    /*padding-top: 8px;
    padding-right: 15px;*/
    display: flex;
    align-items: center;

}

.top .logo {
    font-size: 24px;
    line-height: 50px;
    float: left;
    padding-left: 15px;
    /*background-image: url(images/login.png);*/
    background-repeat: no-repeat;
    background-position: 10px 8px;
    background-size:70%;
}

.top a:link, .top a:visited,.top a:hover {
    color: #fff!important;
}

.bar {
    padding-left: 15px;
    background-position: left 15px;
    background-color: #3e454f;
    background-repeat: repeat-x;
    line-height: 30px;
    height: 30px;
    padding-right: 15px;
    color: #FFF;
    display: none;
}

.titbar {
    font-size: 14px;
    line-height: 35px;
    background-image: url(images/box_h3.png);
    background-repeat: repeat-x;
    padding-right: 15px;
    padding-left: 15px;
    background-position: bottom;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eee;
    margin: 0px;
}

.dl-menu {
}

    .dl-menu dl {
        overflow: hidden;
        margin: 0px;
        font-size: 12px;
        background-image: url(images/dl_line.png);
        background-repeat: no-repeat;
        background-position: left bottom;
    }

        .dl-menu dl.active {
            border-left-color: #4abbb9;
            border-left-width: 5px;
            border-left-style: none;
            border-top-width: 1px;
            border-bottom-width: 1px;
            border-top-style: none;
            border-bottom-style: none;
            border-top-color: #eee;
            border-bottom-color: #eee;
            border-right-style: none;
        }

            .dl-menu dl.active dt {
                background-image: none;
                color: rgb(255, 255, 255);
            }

                .dl-menu dl.active dt span {
                    background-image: url(images/icon-2.fw.png);
                }

            .dl-menu dl.active ul {
                /* display: block; */
            }

              
        .dl-menu dl dt {
            font-family: 'myFont';
            line-height: 40px;
            height: 40px;
            padding: 0px;
            background-image: url(images/tit2.pn);
            background-repeat: repeat-x;
            color: #ffffff;
            font-size: 12px;
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
            margin-left: 6px;
            font-weight: normal;
            display: flex;
            align-items: center;
            position: relative;
        }

            .dl-menu dl dt.hover {
                background-image: none;
                cursor: pointer;
                color: #4abbb9;
            }

            .dl-menu dl dt span {
                width: 20px;
                display: block;
                float: right;
                background-image: url(images/icon-1.fw.png);
                background-repeat: no-repeat;
                background-position: center center;
                text-indent: -999px;
            }

    .dl-menu ul {
        margin: 0px;
        list-style-type: none;
        padding-top: 0px;
        padding-bottom: 15px;
        display: none;
    }

        .dl-menu ul li {
            line-height: 25px;
            
        }
            .dl-menu ul li a:link{
                color: #fff;
            }
            .dl-menu ul li a:link,
            .dl-menu ul li a:visited {
                display: block;
                padding-left: 35px;
                text-decoration: none;
                outline: none;
                
            }

            .dl-menu ul li a:hover {
                background-color: #FFFFFF;
                color: #263cab;
                text-decoration: none;
            }

            .dl-menu ul li.active a {
                color: #FFFFFF;
                background-color: #1EA478;
            }

.menu {
    padding: 15px;
}

    .menu dl {
        margin-bottom: 5px;
        margin-top: 0px;
    }

        .menu dl.active {
        }

        .menu dl dt {
            background-repeat: repeat-x;
            color: #134C7A;
            height: 30px;
            line-height: 30px;
            margin: 0;
            padding: 0;
            border: 1px solid #D6D6D6;
            border-radius: 4px 4px 4px 4px;
        }

            .menu dl dt span {
                width: 30px;
                border-right: solid 1px #eee;
                display: block;
                float: left;
                background-image: url(images/icon-2.fw.png);
                background-repeat: no-repeat;
                background-position: center center;
                margin-right: 5px;
                text-indent: -999px;
            }

        .menu dl ul {
            list-style-type: none;
            margin: 0px;
            padding-top: 10px;
            padding-right: 0px;
            padding-bottom: 10px;
        }

            .menu dl ul li > a {
                padding-left: 35px;
                display: block;
            }

            .menu dl ul li > ul > li > a {
                padding-left: 60px;
                display: block;
            }

        .menu dl a:link, .menu dl a:visited {
            display: block;
            outline: none;
            text-decoration: none;
        }

        .menu dl a:hover {
            background-color: #DADFE7;
            text-decoration: none;
            color: #FFF;
        }

        .menu dl a.active {
            background-color: #fff;
            color: #C30;
        }

.table {
    margin-bottom: 8px;
    border-radius: 2px;
}

    .table tr.active td {
        color: #fff;
    }

    .table tr.active.hover td {
        color: #fff;
    }

    .table tr.active td a {
        color: #fff;
    }

        .table tr.active td a.btn {
            color: #333;
            border: none;
        }

    .table tr.selected {
        background-color: #fbf4bf;
    }
      .table tr.odd.selected {
        background-color: #fbf4bf;
    }
      .table tr{
          background-color: #fff;
      }
    .table tr.odd {
        background-color: #f9f9f9;
    }


        .table tr.odd.active td {
            color: #fff;
        }

    .table tr.hover td {
        background-color: #FFFFDB;
    }

.table-center td {
    text-align: center;
}

.table .id {
    /*background-image: url(images/tit.png);*/
    background-repeat: repeat-x;
    background-position: bottom;
    width: 20px;
    padding: 0px;
    text-align: center;
}

    .table .id input {
        margin: 0px;
    }

.table .act {
    width: 150px;
    text-align: center;
}

.table td {
    padding: 3px;
}

.table th {
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 3px;
    background-color: #E8EDF1;
    /*background-image: url(images/box_h3.png);*/
}

.table th, .table td {
    border-top: none;
    cursor: default;
}

.table-form {
    margin-bottom: 15px;
}

    .table-form .tf-label {
        width: 100px;
        font-size: 14px;
        color: #999;
        text-align: right;
        padding-top: 8px;
        padding-right: 3px;
        padding-bottom: 3px;
        padding-left: 3px;
        vertical-align: top;
        font-weight: normal;
    }

    .table-form .tf-con {
        width: auto;
        padding: 3;
    }



.row-fluid {
}

.alert, .progress {
    margin-bottom: 8px;
}

.mt {
    margin-top: 8px;
}

.mb {
    margin-bottom: 8px;
}

.mb0 {
    margin-bottom: 0px;
}

.pd {
    padding: 15px;
}

.col {
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    zoom: 1;
}

    .col li {
        margin-right: -1px;
        float: left;
    }

.col4 li {
    width: 25%;
}

.col5 li {
    width: 20%;
}

.col6 li {
    width: 16%;
}

.col7 li {
    width: 14%;
}

.col8 li {
    width: 12%;
}

.col9 li {
    width: 11%;
}

.col10 li {
    width: 10%;
}


body.pd {
    padding: 20px 20px 80px 20px;
    overflow-x: hidden;
    background-color: #ebecf1;
    background-image: none;
}

.pannel {
    background-color: #FFF;
    margin-bottom: 15px;
    border-radius: 3px;
    border: 1px solid #d6d6d6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pannel-header {
    line-height: 35px;
    height: 35px;
}

    .pannel-header.hover {
        background-color: #FF0;
        background-image: none;
    }

    .pannel-header strong {
        padding-left: 8px;
        display: block;
        float: left;
        padding-right: 8px;
        color: #444;
        background-image: url(images/strong.fw.pn);
        background-repeat: no-repeat;
        background-position: left bottom;
        font-size: 14px;
        font-weight: normal;
    }

    .pannel-header span {
        float: right;
        display: block;
        padding-right: 8px;
        padding-left: 8px;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #eee;
    }

        .pannel-header span.hover {
            background-color: #FFF;
        }

.pannel-body {
    padding: 20px;
    background: #fff;
    border-radius: 6px;
}

    .pannel-body table, .pannel-body textarea {
        margin: 0px;
    }

.moudle {
    background-color: #FFF;
    border: 1px solid #D6D6D6;
}

.moudle-header {
    line-height: 30px;
    background-image: url(images/tit.png);
    background-repeat: repeat-x;
    height: 30px;
}

.pagination {
    margin: 0px;
}

.form-inline {
    background-color: #ffffff;
    padding: 0px;
    margin-bottom: 16px;
    border-radius: 6px;
}

.form-horizontal {
    padding: 15px;
    margin: 0px;
}

fieldset {
    padding-right: 30px;
    padding-left: 30px;
}

    fieldset legend {
        font-size: 14px;
        line-height: 30px;
        color: #C30;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        margin-bottom: 5px;
    }


.form-actions {
    background-color: transparent;
    border: none;
}

.modal-header {
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    background-color: #4abbb9;
}

    .modal-header h3 {
        font-size: 14px;
        color: #FFF;
    }

.modal-footer {
    padding: 8px;
}

ul.tools {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    overflow: hidden;
    zoom: 1;
}

    ul.tools li {
        float: left;
        text-align: center;
        margin-right: 6px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        s;
    }

    ul.tools a, ul.tools a:visited {
        display: block;
        height: 100px;
        width: 100px;
        border: 1px solid #fff;
        background-color: #F2F4F7;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

        ul.tools a img {
            background-color: #eee;
            display: block;
            height: 45px;
            width: 45px;
            margin-top: 15px;
            margin-right: auto;
            margin-bottom: 8px;
            margin-left: auto;
        }

        ul.tools a:hover {
            border-top-color: #024785;
            border-right-color: #024785;
            border-bottom-color: #024785;
            border-left-color: #024785;
            background-color: #FFF;
            background-image: url(images/tit.png);
            background-repeat: repeat-x;
            background-position: bottom;
            text-decoration: none;
        }

.toolbox {
    height: 30px;
    position: relative;
    margin-left: 190px;
    width: 100px;
}

    .toolbox .btn-click {
        padding-right: 15px;
        padding-left: 15px;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #D6D6D6;
        display: inline-block;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #D6D6D6;
        cursor: pointer;
        height: 34px;
        position: relative;
    }

        .toolbox .btn-click:hover {
            color: #C30;
        }

        .toolbox .btn-click.active {
            font-weight: bold;
            background-color: #FFFFFF;
            z-index: 9999;
            height: 36px;
            position: relative;
            border-top-color: #CCCCCC;
            border-right-color: #CCCCCC;
            border-bottom-color: #CCCCCC;
            border-left-color: #CCCCCC;
            color: #C30;
        }

    .toolbox .toolbox-body {
        background-color: #FFFFFF;
        padding: 15px;
        position: absolute;
        left: 0px;
        top: 35px;
        -moz-box-shadow: 2px 2px 2px #ccc;
        -webkit-box-shadow: 2px 2px 2px #ccc;
        box-shadow: 2px 2px 2px #ccc;
        width: 650px;
        z-index: 8888;
        border: 1px solid #CCCCCC;
        display: none;
    }

        .toolbox .toolbox-body ul.tools li a {
        }

.info {
    padding: 50px;
    font-size: 14px;
    margin: auto;
    max-width: 800px;
}

    .info h2 {
        font-size: 24px;
        text-align: center;
        color: #004986;
    }

    .info .tbar {
        text-align: center;
        color: #C30;
    }

    .info p {
        margin-bottom: 30px;
    }

.login {
}

.login-logo {
    width: 190px;
    padding:40px 0px 80px 60px;
}
.login-logo img{
    width:100%;
    mix-blend-mode: multiply;
}

.loginbox {
    /*border-image: 0;
    background-repeat: repeat-x;
    position: relative;
    margin:auto;*/
    zoom: 1;
    background-color: rgba(255,255,255,0.8);
    /*-moz-border-radius: 36px;
    -webkit-border-radius: 36px;*/
    border-radius: 26px;
    box-shadow:0px 0px 20px 3px rgb(123 132 177 / 11%);
    /*position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -226px;
    margin-top: -170px;*/
    padding:60px 50px 70px;
}
    .loginbox input[type="text"]:focus,.loginbox input[type="password"]:focus{
        border-color: rgba(0, 153, 153, 0.8); */
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 153 153 / 60%);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,153,153,.6);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 153 153 / 60%);
    }
    .loginbox .title {
        letter-spacing:4px;
        font-size: 26px;
        font-weight:600;
        text-align:center;
        color: #398af6;
        margin-bottom:40px;
    }

    .loginbox form {
        /*padding: 20px;*/
        margin: 0px;
    }

    .loginbox label {
        display: block;
        height: 52px;
        position: relative;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 30px;
        margin-left: 0;
    }

    .loginbox span {
        position: absolute;
        line-height: 40px;
        left: 28px;
        color: #666666;
        cursor: text;
    }

    .loginbox .input_txt {
        width: 245px;
        border: 1px solid #FFF;
        /*box-shadow: 0 1px 10px rgba(0,0,0,0.1) inset;*/
        height: 30px;
        text-indent: 22px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 16px;
        width: 300px;
        border-bottom:1px solid #ccc;
        background-color:#fff;
        border-radius:0px;
        box-shadow:none;
         /* box-shadow: inset 0 0 0 1000px white !important; */
    }
    .item1{
        margin-top:20px;
    }
    .input_txt1{
        background:url('../image/user.png') no-repeat left center;
        background-size: 20px;
    }
    .input_txt2{
        background:url('../image/word.png') no-repeat left center;
        background-size: 16px;
    }

        .loginbox .input_txt:focus {
            /*box-shadow: 1px 0px 3px 3px #FFF;
            border: 1px solid #666;*/
        }

    .loginbox .border_radius {
    }

.ui-layout-resizer-north {
    border: none;
    background-color: #4abbb9;
}

.ui-layout-west .titbar {
    background-image: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-top: 8px;
}

.qybox {
    border: 1px solid #eee;
    height: 401px;
    font-size: 14px;
    float: left;
    width: 560px;
}

    .qybox .c1 {
    }

    .qybox .c2 {
        width: auto;
    }

    .qybox .c1,
    .qybox .c2 {
        float: left;
        width: auto;
    }

    .qybox .c3 {
        height: 400px;
        background-color: #f9f9f9;
        float: left;
        min-width: 150px;
    }

        .qybox .c3 .tnav {
            padding-left: 8px;
            border-top-style: none;
            border-right-style: none;
            border-left-style: none;
        }

.qybox-body {
    height: 370px;
    overflow: auto;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #eee;
}

    .qybox-body .list {
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

        .qybox-body .list li {
        }

            .qybox-body .list li input, .qybox .list2 li input {
                margin: 0px;
                vertical-align: middle;
                margin-right: 3px;
            }

        .qybox-body .list a,
        .qybox-body .list a:visited {
            display: block;
            outline: none;
            background-image: url(images/arrow.png);
            background-repeat: no-repeat;
            background-position: right center;
            padding: 3px 20px 3px 8px;
            white-space: nowrap;
        }

            .qybox-body .list a:hover {
                text-decoration: none;
                background-color: #eee;
            }

        .qybox-body .list .active a {
            color: #FFF;
            background-color: #4abbb9;
            text-decoration: none;
        }

.qybox .list2 {
    margin: 0px;
    list-style-type: none;
    overflow: hidden;
    zoom: 1;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
}

    .qybox .list2 li {
        line-height: 25px;
        height: 25px;
    }

    .qybox .list2 a {
        display: block;
        padding-right: 8px;
        padding-left: 8px;
        margin-right: 0px;
        margin-left: 0px;
        outline: none;
        padding-top: 3px;
        padding-bottom: 3px;
    }

        .qybox .list2 a:hover {
            background-color: #fff;
            text-decoration: none;
        }

        .qybox .list2 a:active {
            background-color: #1EA378;
            color: #FFF;
        }

.qybox .tnav {
    margin: 0px;
    list-style-type: none;
    overflow: hidden;
    zoom: 1;
    font-size: 14px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eee;
    color: #F60;
    line-height: 30px;
    height: 30px;
    padding-right: 5px;
    padding-left: 8px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #eee;
    background-image: url(images/box_h3.png);
    background-repeat: repeat-x;
    background-position: bottom;
}



.nav-tabs {
    border-bottom: 1px solid #D6D6D6;
    height: 35px;
    line-height: 35px;
    margin-bottom: 8px;
}

    .nav-tabs li a {
        background-color: #FFFFFF;
        background-image: url("images/box_h3.png");
        background-position: center bottom;
        background-repeat: repeat-x;
        border: 1px solid #D6D6D6;
        border-radius: 2px 2px 0 0;
        cursor: pointer;
        float: left;
        height: 34px;
        margin-right: -1px;
        padding: 0 15px;
        line-height: 34px;
    }

        .nav-tabs li a:hover {
            background-color: fafafa;
            background-image: none;
            border-top-style: solid;
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: solid;
            border-top-color: #ddd;
            border-right-color: #ddd;
            border-bottom-color: #ddd;
            border-left-color: #ddd;
        }

    .nav-tabs li.active a {
        background-image: none;
        border-bottom: medium none;
        color: #333333;
        font-weight: bold;
        height: 35px;
    }

.accordion {
    margin-bottom: 0px;
}

.accordion-group {
}

.accordion-heading {
    font-size: 14px;
}

    .accordion-heading a:link,
    .accordion-heading a:visited {
        text-decoration: none;
    }

    .accordion-heading a:hover {
        text-decoration: none;
        background-color: #fafafa;
    }

/*定义风格颜色*/

body,
.ui-layout-resizer {
    /*background-color:#c8e3df;*/
    /*background-color: #ECF0F1;*/
    background-color: #FFF;
}

.pannel-header {
    background-color: #F3F3F3;
    /*background-image:none;*/
}

.top,
.dl-menu ul li.active a,
.ui-layout-resizer-north,
.ui-layout-toggler,
.table tr.active td,
.table tr.odd.active td,
.table tr.active.hover td {
    /*background-color:#1FBBA6;*/
    background-color: #4abbb9;
}

.table th {
    /*border-bottom-width: 2px;
    border-bottom-style: solid;*/
    /*border-bottom-color: #1FBBA6;*/
    /*border-bottom-color: #4abbb9;*/
}
.fontsty{
    color:red;
}

.loginbox .user{
    width: 72px;
    height: 72px;
    border: 1px solid rgba(255,255,255,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 36px;
    margin: auto;
    margin-top: -36px;
}
.footer{
    position: fixed;
    bottom: 30px;
    text-align: center;
    width: 100%;
    color: rgba(255,255,255,0.65);
}
.login-main{
    height:600px;
    display:flex;
    justify-content: center;
    align-items: center;
    /*border:2px solid red;*/
}
.logo-pic{
    width:43%;
    margin-right:100px;
}
.logo-pic img{
    width:100%;
}
.login-btn{
    margin-top:30px;
    background:#398af6;
    color:#fff;
    width:100% !important;
    height:46px;
    text-shadow:none;
}
/* .btn:hover{
     background:#398af6;
} */
.tj-main{
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
.tj-item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16%;
    padding: 0px 20px;
    box-sizing: border-box;
    border-right: 1px solid #e6e6e6;
    color: #333;
}
.tj-item:last-of-type{
    border: none;
}
.item-box{
    width: 60px;
    height: 60px;
    margin-right:16px;
    background: pink;
    border-radius: 8px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.item-box img{
    width:50%;
    height:50%;
}
.form-inline b{
    color: #ccc;
}
.item2{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 16px;
}
.xstjgl{
    /* border: 1px solid red; */
    width: 710px;
    height: 300px;
    position: relative;
    border-radius: 6px;
    background: #Fff;
    flex:1;
    padding: 20px;
}
.xstjgl-chart{
    width: 100%;
    height: 300px;
}
.xstjgl-tit{
    position: absolute;
    left: 20px;
    top: 20px;
    display: flex;
    justify-content: flex-start;
}
.xstjgl-tit strong,.item-tit{
    font-size:16px;
    color:#333;
    font-weight: bold;
    margin-bottom: 16px;
}
.item-boxr{
    display: flex;
    flex-direction: column;
}
.xsmoney{
        background: none !important;
    color: #000 !important;
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    text-align: left !important;
}
.card{
    /* border: 1px solid red; */
    border-radius: 6px;
    background: #Fff;
    color: #fff;
    width:430px;
    margin-left: 8px;
    padding: 20px;
}
.card-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}
.card-tit img{
    width: 14px;
    height: 14px;
}
.card-logo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom:12px;
}
.card-logo img{
    width: 105px;
    height: 29px;
}
.card-logo p{
    margin:0px 0px 0px 20px;
}
.card-bg{
    background: #fff;
    border-radius: 10px;
}
.card-box-item1:nth-child(odd) {
    background: #27a055;
}
.card-box-item1:nth-child(even){
    background: #007ed8;
}
.card-box-item1:nth-child(odd) .card-line {
     background: #1ad964;
}
.card-box-item1:nth-child(even) .card-line {
     background: #33aaff;
}

.card-box-item1{
    border-radius: 4px;
    padding: 20px 20px 10px;
    box-sizing:border-box;
    /*
    display: none;*/
}

.card-num{
    display: flex;
    justify-content: space-between;
        margin-top: 10px;
}
.card-line{
    height: 12px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #fff;
}
@-webkit-keyframes progressStripeLTR {
    to {
        background-position: 30px 0
    }
}

@-moz-keyframes progressStripeLTR {
    to {
        background-position: 30px 0
    }
}

@-ms-keyframes progressStripeLTR {
    to {
        background-position: 30px 0
    }
}

@-o-keyframes progressStripeLTR {
    to {
        background-position: 30px 0
    }
}

@keyframes progressStripeLTR {
    to {
        background-position: 30px 0;
    }
}
.card-linec{
    height: 10px;
    border-radius: 20px;
    -webkit-animation: progressStripeLTR 1s linear infinite;
    -moz-animation: progressStripeLTR 1s linear infinite;
    -ms-animation: progressStripeLTR 1s linear infinite;
    -o-animation: progressStripeLTR 1s linear infinite;
    animation: progressStripeLTR 1s linear infinite;
    background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,.25) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.25) 50%,rgba(255,255,255,.25) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,.25) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.25) 50%,rgba(255,255,255,.25) 75%,transparent 75%,transparent);
    background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,.25) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.25) 50%,rgba(255,255,255,.25) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.25) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.25) 50%,rgba(255,255,255,.25) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.25) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.25) 50%,rgba(255,255,255,.25) 75%,transparent 75%,transparent);
    background-repeat: repeat-x;
    background-size: 30px 30px;
}
/*助农卡*/
.znk-box{
    background:#fff;
    border-radius:6px;
        padding: 20px;
}
/*其他项目统计*/
.other-box{
    display:flex;
    justify-content:space-between;
    margin-top:20px;
}
.other-item{
    width:calc(20% - 20px);
    padding:20px 0px;
    padding-left:60px;
    box-sizing:border-box;
    background:#fff;
    border-radius:6px;
}
.other-item b{
        position: relative;
    color: #00b5ff;
}
.other-item b::after{
    position:absolute;
    left:-22px;
    top:0px;
    content:'';
    border:2px solid #00b5ff;
    width:10px;
    height:10px;
    border-radius:10px;
}
/*导航*/
.top-nav{
    font-size:14px;
}
/* 表单 */
.formnew{
    border-radius: 6px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 8px;
}
.formnew input{
    margin: 0px;
}
.formnew span{
    line-height: 30px;
    margin: 0px 12px;
    cursor: pointer;
    padding: 2px 4px;
}
.formnew span:hover{
    /* color: #425ad6; */
    color: #fff;
    background: #398af6;
    border-radius: 4px;
}
/* 图标样式 */
.iconpark-icon {
    width: 20px;
    height: 20px;
    color: #000;
    cursor: pointer;
    padding: 4px;
}
    
.iconpark-icon:hover{
   background: rgba(0, 0, 0, 0.05);
   
   border-radius: 2px;
}
.navicon {
    color: #fff;
    width: 16px;
    height: 16px;
    
}
.upanddown{
    position: absolute;
    right: 0px;
    top: 9px;
    width: 14px;
    height: 14px;
    opacity: 0.8;
}