
.button_border {
    border: 1px solid rgba(215, 215, 215, 1);
    padding: 7px 10px;
    border-bottom: 0px;
}

.button_border_b {
    border: 1px solid rgba(215, 215, 215, 1);
    padding: 7px 10px;
    border-top: 0px;
}

.bl {
    display: inline-block;
    width: 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px
}

#index_html {
    width: 1570px
}

/*首页页面开始*/

#index_html .index_html_top {
    height: 110px;
    overflow: hidden;
    min-width: 1500px;
}

#index_html .index_html_top p,
#index_html .index_html_top ul li,
#index_html .index_html_top ul {
    float: left;
    color: #00479D;
    font-size: 36px;
    line-height: 100px;
    letter-spacing: 1px;
}

#index_html .index_html_top ul {
    margin: 0 15px;
}

#index_html .index_html_top ul li {
    width: 150px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #f2f2f2;
    border: 2px solid #e4e4e4;
    font-size: 99px;
    margin-left: 15px;
}

#index_html #index_html_pie {
    width: 285px;
    height: 360px;
}

#index_html .index_html_bottom .index_html_bottom_left .index_html_bottom_left_pie {
    border: 1px solid #f2f2f2;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
    border-radius: 5px;
    height: 430px;
    margin: 20px 0px 40px 0;
}

#index_html .index_html_bottom .index_html_bottom_left .index_html_bottom_left_pie p {
    width: 285px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #00479d;
    border-radius: 5px 5px 0 0;
    font-weight: 700;
}

#index_html .index_html_bottom .index_html_bottom_left .index_html_bottom_left_number ul {
    width: 285px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
    height: 80px;
    overflow: hidden;
    margin-bottom: 15px;
}

#index_html .index_html_bottom .index_html_bottom_left .index_html_bottom_left_number ul li:nth-of-type(1) {
    background: #00479d;
    width: 105px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    float: left;
}

#index_html .index_html_bottom .index_html_bottom_left .index_html_bottom_left_number ul li:nth-of-type(2) {
    width: 170px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 36px;
    color: #0054AA;
    float: left;
    font-weight: 700;
}

.dot {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 71, 157, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1) inset;
    position: absolute;
}

.els {
    animation: els_ripple 2s infinite;
    -webkit-animation: els_ripple 2s infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    /* Safari 和 Chrome */
    /* Safari 和 Chrome */
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    /*定义动画方式*/
    top: 50px;
    left: 725px;
}

@keyframes els_ripple {
    0% {
        width: 50px;
        height: 50px;
    }
    100% {
        width: 150px;
        height: 150px;
        top: 0px;
        left: 675px;
    }
}

.bjst {
    animation: bjst_ripple 2s infinite;
    -webkit-animation: bjst_ripple 2s infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    /* Safari 和 Chrome */
    /* Safari 和 Chrome */
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    /*定义动画方式*/
    top: 449px;
    left: 359px;
}

@keyframes bjst_ripple {
    0% {
        width: 50px;
        height: 50px;
    }
    100% {
        width: 150px;
        height: 150px;
        top: 399px;
        left: 309px;
    }
}

.rd {
    animation: rd_ripple 2s infinite;
    -webkit-animation: rd_ripple 2s infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    /* Safari 和 Chrome */
    /* Safari 和 Chrome */
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    /*定义动画方式*/
    top: 555px;
    left: 457px;
}

@keyframes rd_ripple {
    0% {
        width: 50px;
        height: 50px;
    }
    100% {
        width: 150px;
        height: 150px;
        top: 505px;
        left: 407px;
    }
}

.md {
    animation: md_ripple 2s infinite;
    -webkit-animation: md_ripple 2s infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    /* Safari 和 Chrome */
    /* Safari 和 Chrome */
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    /*定义动画方式*/
    top: 545px;
    left: 627px;
}

@keyframes md_ripple {
    0% {
        width: 50px;
        height: 50px;
    }
    100% {
        width: 150px;
        height: 150px;
        top: 495px;
        left: 577px;
    }
}

.tg {
    animation: tg_ripple 2s infinite;
    -webkit-animation: tg_ripple 2s infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    /* Safari 和 Chrome */
    /* Safari 和 Chrome */
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    /*定义动画方式*/
    top: 601px;
    left: 683px;
}

@keyframes tg_ripple {
    0% {
        width: 50px;
        height: 50px;
    }
    100% {
        width: 150px;
        height: 150px;
        top: 551px;
        left: 633px;
    }
}

.xg {
    animation: xg_ripple 2s infinite;
    -webkit-animation: xg_ripple 2s infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    /* Safari 和 Chrome */
    /* Safari 和 Chrome */
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    /*定义动画方式*/
    top: 560px;
    left: 820px;
}

@keyframes xg_ripple {
    0% {
        width: 50px;
        height: 50px;
    }
    100% {
        width: 150px;
        height: 150px;
        top: 510px;
        left: 770px;
    }
}

.rb {
    animation: rb_ripple 2s infinite;
    -webkit-animation: rb_ripple 2s infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    /* Safari 和 Chrome */
    /* Safari 和 Chrome */
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    /*定义动画方式*/
    top: 349px;
    left: 1083px;
}

@keyframes rb_ripple {
    0% {
        width: 50px;
        height: 50px;
    }
    100% {
        width: 150px;
        height: 150px;
        top: 299px;
        left: 1033px;
    }
}

.sh {
    animation: sh_ripple 2s infinite;
    -webkit-animation: sh_ripple 2s infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    /* Safari 和 Chrome */
    /* Safari 和 Chrome */
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    /*定义动画方式*/
    top: 432px;
    left: 891px;
    background-color: rgba(204, 0, 0, 0.5);
}

@keyframes sh_ripple {
    0% {
        width: 50px;
        height: 50px;
    }
    100% {
        width: 150px;
        height: 150px;
        top: 382px;
        left: 841px;
    }
}


/*首页页面结束*/


/*进口页面开始*/

#import_html .import_html_top {
    overflow: hidden;
}

#import_html .import_html_top_left {
    width: 44%;
    overflow: hidden;
    float: left;
}

#import_html .import_html_top_left .all_number {
    width: 48%;
    background: #eceff4;
    margin-right: 2%;
    float: left;
    margin-bottom: 10px;
    height: 135px;
    text-align: center;
}

#import_html .import_html_top_left .all_number p {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0px;
    color: #333;
}

#import_html .import_html_top_left .all_number ul {
    overflow: hidden;
    display: inline-block
}

#import_html .import_html_top_left .all_number ul li {
    width: 32px;
    height: 55px;
    line-height: 55px;
    background: #fff;
    text-align: center;
    float: left;
    margin-right: 3px;
    font-size: 36px;
    color: #333;
}

#import_html #import_html_bar {
    width: 55%;
    float: right;
    height: 300px;
}

.look_image .el-image__inner {
    /*display: none;*/
}

.look_image .el-image__error {
    display: none;
}


/*进口页面结束*/


/*批量操作-批量新增追溯信息开始*/

#adding_html .add_upload {
    display: inline-block;
    line-height: 42px;
    float: left;
    width: 215px;
}

.el-icon-close-tip {
    display: none !important
}


/*批量操作-批量新增追溯信息结束*/


/*可用页面开始*/

.input_readonly .el-input__inner:focus,
.input_readonly .el-input__inner:hover {
    border: 1px solid #DCDFE6
}

#available_html .add_upload {
    display: inline-block;
    line-height: 42px;
    float: left;
    width: 215px;
}


/*批可用页面结束*/


/*节点页面开始*/

.input-with-select .el-input-group__prepend {
    background-color: #fff;
}

#node_html .add_upload {
    display: inline-block;
    line-height: 42px;
    float: left;
    width: 215px;
}

.el-dialog__body .el-form-item__content .el-input--small {
    width: 215px;
}


/*节点页面结束*/


/*详情页面开始*/

.detail_html_right {
    border-left: 1px solid #f2f2f2;
    width: 400px;
    box-sizing: border-box;
}

.detail_html_right_head p:nth-of-type(1) {
    color: #0054AA;
    font-size: 17px;
    font-weight: 700;
}

.detail_html_right_head p:nth-of-type(2) {
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.detail_green {
    background: rgba(0, 153, 0, 1)
}

.detail_yellow {
    background: #F7C32A;
}

.detail_red {
    background: #F42434;
}

.detail_html_right_img {
    width: 100%;
    height: 250px;
    background: rgba(242, 242, 242, 1);
    text-align: center;
}

.detail_html_right_text {
    color: #0054AA;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

.detail_html_right_text .no_now {
    color: #BCBCBC;
    font-weight: 400;
}

.detail_html_right_p {
    color: #BCBCBC;
    font-size: 15px;
    margin-bottom: 60px;
}

.detail_html_right_p span {
    color: #0054AA;
}

.detail_html_right_p .el-row {
    margin-top: 25px;
}

#detail_html .ap_1 {
    position: absolute;
    top: 311px;
    left: 130px;
    width: 80px;
    transform: rotate(118deg);
    -ms-transform: rotate(118deg);
    /* IE 9 */
    -moz-transform: rotate(118deg);
    /* Firefox */
    -webkit-transform: rotate(118deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(118deg);
    /* Opera */
    animation: ap_1_a 8s infinite;
    -webkit-animation: ap_1_a 8s infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    /* Safari 和 Chrome */
}

@keyframes ap_1_a {
    0% {
        top: 311px;
        left: 130px;
    }
    100% {
        top: 458px;
        left: 175px;
    }
}

#detail_html .ap_2 {
    position: absolute;
    top: 651px;
    left: 339px;
    width: 50px;
    transform: rotate(26deg);
    -ms-transform: rotate(26deg);
    /* IE 9 */
    -moz-transform: rotate(26deg);
    /* Firefox */
    -webkit-transform: rotate(26deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(26deg);
    /* Opera */
    animation: ap_2_a 8s infinite;
    -webkit-animation: ap_2_a 8s infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    /* Safari 和 Chrome */
}

@keyframes ap_2_a {
    0% {
        top: 651px;
        left: 339px;
    }
    100% {
        top: 628px;
        left: 409px;
    }
}

#detail_html .ap_3 {
    position: absolute;
    top: 691px;
    left: 403px;
    width: 120px;
    transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    /* IE 9 */
    -moz-transform: rotate(-6deg);
    /* Firefox */
    -webkit-transform: rotate(-6deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-6deg);
    /* Opera */
    animation: ap_3_a 8s infinite;
    -webkit-animation: ap_3_a 8s infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    /* Safari 和 Chrome */
}

@keyframes ap_3_a {
    0% {
        top: 691px;
        left: 403px;
    }
    100% {
        top: 164px;
        left: 804px;
    }
}

#detail_html .ap_4 {
    position: absolute;
    top: 724px;
    left: 194px;
    width: 100px;
    transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    /* IE 9 */
    -moz-transform: rotate(3deg);
    /* Firefox */
    -webkit-transform: rotate(3deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(3deg);
    /* Opera */
    animation: ap_4_a 8s infinite;
    -webkit-animation: ap_4_a 8s infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    /* Safari 和 Chrome */
}

@keyframes ap_4_a {
    0% {
        top: 724px;
        left: 194px;
    }
    100% {
        top: 170px;
        left: 818px;
    }
}

.detail_html_left_div {
    border: 1px solid #f2f2f2;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
    border-radius: 5px;
    min-height: 259px;
    margin: 20px 0px 40px 0;
    width: 259px;
    background: #fff;
}

.detail_html_left_div p {
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    background: #00479d;
    border-radius: 5px 5px 0 0;
    padding: 0 10px;
    box-sizing: border-box;
    font-weight: 700;
}

.detail_html_left_div p span:nth-of-type(2), .detail_html_left_div p span:nth-of-type(3) {
    width: 40px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #fff;
    color: #00479d;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 13px;
}

.detail_html_left_div .el-row span {
    color: #0054AA;
    word-break:break-all;
    word-wrap:break-word;
}

.detail_html_left_div .el-row {
    color: #BCBCBC;
    font-size: 16px;
    font-weight: 700;
    margin-top: 16px;
}

.detail_html_left_div_1 {
    position: absolute;
    top: 30px;
    left: 50px;
}

.detail_html_left_div_2 {
    position: absolute;
    top: 530px;
    left: 40px;
    width: 300px;
}

.detail_html_left_div_3 {
    position: absolute;
    top: 490px;
    left: 470px;
    width: 300px;
}

.detail_html_left_div_4 {
    position: absolute;
    top: 50px;
    left: 610px;
    width: 280px;
}

.detail_html_left_div_4_c {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #bcbcbc;
    float: left;
    margin-left: 5px;
    cursor: pointer;
}

.now_c {
    background: #00479d;
}

.detail_html_left_div_5 {
    position: absolute;
    top: 490px;
    left: 850px;
    width: 300px;
}

.detail_html_left_div_6 {
    position: absolute;
    top: 280px;
    left: 850px;
    width: 300px;
}

.detail_html_left_div_7 {
    position: absolute;
    top: 50px;
    left: 440px;
    width: 280px;
}

.detail_html_left_div_8 {
    position: absolute;
    top: 550px;
    left: 520px;
    width: 280px;
}

.detail_html_left_div_9 {
    position: absolute;
    top: 520px;
    left: 30px;
    width: 300px;
}


/*详情页面结束*/


/*移动端页面开始*/

#cgjts_mobile {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

#cgjts_mobile .h5_background {
    position: absolute;
    z-index: 2;
}

#cgjts_mobile .index {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#cgjts_mobile .index_h {
    position: absolute;
    top: 0px;
    z-index: 20;
    width: 100%;
}

#cgjts_mobile .back_h_l {
    margin: 6.5% 0 0 0;
    width: 53%;
    height: 32px;
    background: rgba(255, 255, 255, 0.85);
    line-height: 32px;
    text-align: center;
    float: left;
    border-radius: 0 16px 16px 0;
}

#cgjts_mobile .back_h_r {
    margin: 6.5% 0 0 0;
    width: 35%;
    height: 32px;
    background: rgba(255, 255, 255, 0.85);
    line-height: 32px;
    text-align: center;
    float: right;
    border-radius: 16px 0 0 16px;
}

#cgjts_mobile .back_h_l_d {
    display: inline-block;
}

#cgjts_mobile .back_h_l_d p {
    color: #0e1d61;
    margin-right: 4px;
    font-size: 15px;
    float: left;
}

#cgjts_mobile .question {
    background: #a1a1a1;
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 18px;
    margin-top: 7px;
}

#cgjts_mobile .contact_us {
    float: right;
    color: #DDB20C;
    font-weight: 700;
}

#cgjts_mobile .h5_logo {
    width: 100%;
    position: absolute;
    top: 3.5%;
    z-index: 15;
    text-align: center;
}

#cgjts_mobile .h5_logo img {
    width: 100%;
    max-width: 500px;
}

#cgjts_mobile .back_button {
    position: absolute;
    bottom: 26%;
}

#cgjts_mobile .back_button_d {
    width: 90%;
    text-align: center;
    margin: auto;
}

#cgjts_mobile .back_button_d .h5_button {
    width: 20%;
    float: left;
}

#cgjts_mobile .back_button_d p {
    float: left;
    width: 60%;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.iframe {
    text-align: center;
    margin-top: 20px
}

.iframe iframe {
    list-style: none;
    width: 414px;
    height: 736px;
    border: 0px
}

/*移动端页面结束*/

/*老标识详情页开始*/
#idCard_detail .de_st {
    margin-top: 10px;
    color: #999;
    font-size: 13px
}

#idCard_detail .de_st span {
    color: #F66
}

/*老标识详情页结束*/


.hideCheckbox .el-table__header-wrapper .el-checkbox {
    display: none
}

/*操作员首页*/
.homeContent {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
}

.totalData {
    margin-bottom: 40px;
    background: #eee;
    box-sizing: border-box;
    padding: 30px 15px;
}

.totalData h3 {
    text-align: center;
    color: #0663A2;
    font-size: 20px;
    margin-bottom: 30px;

}

.totalData .el-col {
    box-sizing: border-box;
    padding: 0px 15px;
    background: #eee;
}

.totalData .el-col .content {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    margin: auto;
    padding: 50px 20px;
}

.totalData .el-col:nth-last-child(1) {
    margin-right: 0;
}


/*具体值value总量滚动数字设置*/
.box-item {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 41px;
    text-align: center;
    list-style: none;
    writing-mode: vertical-lr;
    text-orientation: upright;
    /*文字禁止编辑*/
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
    /* overflow: hidden; */
    width: 100%;
    margin: auto;
}

/* 默认逗号设置 */
.mark-item {
    width: 10px;
    height: 100px;
    margin-right: 5px;
    line-height: 10px;
    font-size: 48px;
    position: relative;
    margin-left: 5px;

}

.mark-item span {
    position: absolute;
    width: 100%;
    bottom: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

/*滚动数字设置*/
.number-item {
    width: 24px;
    height: 50px;
    list-style: none;
    margin-right: 5px;
    background: #eee;
    border-radius: 3px;
    border: 1px solid rgba(221, 221, 221, 1);


}

.number-item span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 100%;
    height: 100%;
    writing-mode: vertical-rl;
    text-orientation: upright;
    overflow: hidden;
}

.number-item i {
    font-style: normal;
    position: absolute;
    top: 20px;
    left: 35%;
    transform: translate(-50%, 0);
    transition: transform 1s ease-in-out;
    letter-spacing: 25px;
    font-size: 14px;
}

.number-item:last-child {
    margin-right: 0;
}

.navContent .content {
    width: 100%;
    height: 400px;
    margin-right: 20px;
    box-sizing: border-box;
    padding: 100px 30px;
    text-align: center;
    cursor: pointer;
}

.navContent .content img {
    display: inline-block;
    margin-bottom: 20px;
    width: 65px
}

.navContent .content p {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}

.navContent .el-col:nth-child(1) .content {
    background: #0054aa
}

.navContent .el-col:nth-child(2) .content {
    background: #02a7f0
}

.navContent .el-col:nth-child(3) .content {
    background: #81d3f8
}

.navContent .el-col:nth-child(4) .content {
    background: #047fdf
}

.homeList, .helpList {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
}
.helpList{margin-bottom: 0}
.listContent .head {
    background: #0A5BC4;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 10px;
}

.listContent .head span {
    float: right;
    display: inline-block;
    border: 1px solid #fff;
    padding: 3px 5px;
    position: relative;
    bottom: 5px;
    cursor: pointer;
}

.listContent .list {
    width: 100%;
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #eee;
    border-top: none;
    height: 248px;
    scrollbar-width: thin
}
.listContent .list .noInfo{
    text-align: center;
    padding-top: 30px;
    font-size: 18px;
    color: #aaa;
}
.helpList .list {
    height: 348px;

}


.listContent .list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.listContent .list::-webkit-scrollbar-track {
    width: 6px;
    background: rgba(#101F1C, 0.1);
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.listContent .list::-webkit-scrollbar-thumb {
    background-color: rgba(144, 147, 153, .5);
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    transition: background-color .3s;
    cursor: pointer;
}

.listContent .list::-webkit-scrollbar-thumb:hover {
    background-color: rgba(144, 147, 153, .3);
}



.listContent .list li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.listContent .list li:nth-last-child(1) {
    border-bottom: none
}

.listContent .list li .tit {
    font-size: 14px;
    font-weight: bold;
    color: #3c3c3c;
    margin-bottom: 10px;
}

.listContent .list li .tit span {
    float: right;
    color: #0A5BC4;
    font-weight: normal
}

.listContent .list li .time {
    font-size: 12px;
    color: #aaa
}

.helpList .loadmore {
    position: absolute;
    bottom: 10px;
    left: 5%;
    width: 90%;
    box-sizing: border-box;
    padding: 10px 10px;
    border: 1px solid #eee;
    font-size: 14px;
    color: #0663A2;
    z-index: 99;
    cursor: pointer;
    background: #fff;
    text-align: center;
}

.operateContent .content {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    border: 1px solid #eee;
    text-align: center;
    cursor: pointer
}

.operateContent .content img {
    display: inline-block;
    width: 50px;
}

.operateContent .content p {
    font-size: 16px;
    color: #0663A2
}

.contact_content{text-align: center}
.contact_content p{margin-bottom: 10px;}
.contact_content .el-button{margin-top: 30px;}

@media (max-width: 1680px) {
    .totalData h3{font-size: 16px;}
    .number-item {
        width: 30px;
        height: 50px;
    }

    .number-item i {
        left: 44%
    }
    .listContent .list{height: 212px}
    .listContent .helpList .list{
        height: 348px;
    }
    .homeList, .helpList{margin-bottom: 40px;}
}

@media (max-width: 1440px) {
    .box-item {
        font-size: 18px;
    }

    .number-item {
        margin-right: 5px;
        width: 23px;
        height: 50px;
    }

    .number-item i {
        left: 51%
    }

    .number-item span {
        writing-mode: unset;
        text-orientation: unset;
    }

    .operateContent .content{
        padding:10px 5px;
    }
    .operateContent .content p{font-size: 12px;}
    .navContent .content p{font-size: 16px;}
}

@media (max-width: 1440px) and (min--moz-device-pixel-ratio: 0) {
    .box-item {
        font-size: 18px;
    }

    .number-item {
        width: 30px;
        height: 50px;
    }

    .number-item i {
        left: 50%
    }

    .number-item span {
        writing-mode: unset;
        text-orientation: unset;
        margin-right: 30px;
    }

}

@media (max-width: 1366px) {
    .box-item {
        font-size: 16px;
    }

    .number-item {
        margin-right: 5px;
        width: 23px;
        height: 45px;
    }

    .number-item i {
        top: 13px;
        left: 50%
    }

    .operateContent .content{
        padding:10px 5px;
    }
    .operateContent .content p{font-size: 12px;}
    .navContent .content p{font-size: 14px;}
}


@media (max-width: 1366px) and (min--moz-device-pixel-ratio: 0) {
    .box-item {
        font-size: 16px;
    }

    .number-item {
        margin-right: 3px;
    }

    .number-item i {
        top: 13px;
        left: 50%
    }

}

@media (max-width: 1085px){
    .number-item {
        margin-right: 3px;
    }

}

.actionBar .el-input{width: 180px;}
.actionBar .el-form{display: inline-block;position: relative;top: 15px;vertical-align: middle}
.actionBar .el-form-item__content{width: auto}
.actionBar .el-form .el-form-item--mini .el-form-item__label{line-height: 33px !important}