﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

em {
    font-style: normal;
}

a,
a:hover {
    color: #333;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

body {
    font-size: 12px;
    color: #333;
    /* background: #f2f3f5; */
    /* background: #EFEFEF; */
    /* background: #fff; */
    /* background: #f7f8fa; */
    background: #f7f7f7;
    font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Hiragino Sans GB, Microsoft Yahei, sans-serif;
}

.g-wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.f-clearfix {
    zoom: 1;
}

.f-clearfix::before,
.f-clearfix::after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

.f-text-overflow1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.col-up {
    color: red;
}

.col-down {
    color: green;
}

.col-keep {
    color: grey;
}

.col-blue {
    color: #4182e1;
}

header {
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #ebeef5;
}

header .g-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

header .logo-box {
    display: block;
    width: 180px;
    /* margin-top: 14px; */
}

header ul {
    display: block;
    height: 80px;
    line-height: 80px;
}

header ul li {
    display: inline-block;
    height: 100%;
}

header ul li+li {
    margin-left: 10px;
}

header ul li a {
    display: block;
    font-size: 22px;
    padding: 0 15px;
    position: relative;
}

header ul li a.on,
header ul li a:hover {
    color: #4182e1;
}

header ul li a.on::after {
    content: ".";
    font-size: 0;
    display: block;
    bottom: 0;
    position: absolute;
    /* width: 100%; */
    left: 0;
    right: 0;
    height: 4px;
    background-color: #4182e1;
}

header .search-box {
    width: 247px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #8f8f8f;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-sizing: border-box;
    padding: 0 15px;
}

header .search-box i {
    color: #1C262C;
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

header .search-box input {
    font-size: 16px;
    width: 185px;
    outline: none;
    border: none;

}

.m-kinds-box {
    /* height: 135px; */
    font-size: 0;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #dcdfe6;
    text-align: left;
    padding: 0 3px;
}

.m-kinds-box a {
    display: inline-block;
    width: 115px;
    height: 120px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 17px;
    margin-right: 17px;
    text-align: center;
}

.m-kinds-box a.on,
.m-kinds-box a:hover {
    background: rgb(198, 222, 249);
}

.m-kinds-box a span {
    display: block;
}

.m-kinds-box a span:first-child {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid rgb(196, 196, 196);
    margin: 7px auto 4px;
    text-align: center;
    padding-top: 13px;
}

.m-kinds-box a span:first-child i {
    font-size: 50px;
    color: #fff;
}

.m-kinds-box a span.icon-1 {
    background-image: linear-gradient(to bottom, rgb(250, 104, 8), rgba(250, 104, 8, 0.5));
}

.m-kinds-box a span.icon-2 {
    background-image: linear-gradient(to bottom, rgb(247, 181, 1), rgba(247, 181, 1, 0.5));
}

.m-kinds-box a span.icon-3 {
    background-image: linear-gradient(to bottom, rgb(109, 212, 1), rgba(109, 212, 1, 0.5));
}

.m-kinds-box a span.icon-4 {
    background-image: linear-gradient(to bottom, rgb(68, 215, 182), rgba(68, 215, 182, 0.5));
}

.m-kinds-box a span.icon-5 {
    background-image: linear-gradient(to bottom, rgb(50, 197, 255), rgba(50, 197, 255, 0.5));
}

.m-kinds-box a span.icon-6 {
    background-image: linear-gradient(to bottom, rgb(1, 145, 255), rgba(1, 145, 255, 0.5));
}

.m-kinds-box a span.icon-7 {
    background-image: linear-gradient(to bottom, rgb(98, 54, 255), rgba(98, 54, 255, 0.5));
}

.m-kinds-box a span.icon-8 {
    background-image: linear-gradient(to bottom, rgb(182, 32, 224), rgba(182, 32, 224, 0.5));
}

.m-kinds-box a span.txt {
    font-size: 16px;
    line-height: 23px;
    color: rgb(1, 1, 1);
}

.m-condition-box {
    position: relative;
    margin-top: 30px;
}

.m-condition-box .ranking-cycle {
    float: left;
    width: auto;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-sizing: border-box;
    /* overflow: hidden; */
}

.m-condition-box .ranking-cycle span {
    display: inline-block;
    font-size: 14px;
    color: #212121;
    font-weight: bold;
    vertical-align: middle;
}

.m-condition-box .ranking-cycle span i {
    font-size: 22px;
    margin-right: 5px;
    color: #000;
    vertical-align: middle;
    font-weight: normal;
}

.m-condition-box .ranking-cycle .date-select {
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-align: center;
}

.m-condition-box .ranking-cycle .date-select .date {
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    background-color: #fff;
    color: #212121;
    width: 150px;
    box-sizing: border-box;
    font-weight: normal;
    vertical-align: middle;
}

.m-condition-box .ranking-cycle .date-select .date em {
    vertical-align: middle;
}

.m-condition-box .ranking-cycle .date-select .date i {
    font-size: 18px;
    margin-left: 8px;
    vertical-align: 0px;
}

.m-condition-box .ranking-cycle .date-select .date.on {
    color: #889191;
    border: 1px solid #4182e1;
}

.m-condition-box .ranking-cycle .date-select .date:hover {
    color: #4182e1;
    border: 1px solid #4182e1;
}



.m-condition-box .ranking-cycle .date-select ul {
    display: none;
    position: absolute;
    z-index: 999;
    width: 150px;
    background: #fff;
    background: #fff;
    border: 1px solid #ebeef5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.m-condition-box .ranking-cycle .date-select ul li {
    display: block;
    height: 36px;
    line-height: 36px;
    width: 100%;
    text-align: center;
}

.m-condition-box .ranking-cycle .date-select ul li.on {
    color: #4182e1;
    font-weight: bold;
}

.m-condition-box .ranking-cycle .date-select ul li:hover {
    background: #f2f5f6;
    color: #4182e1;
    cursor: pointer;
}

.m-condition-box .right-item {
    float: right;
}

.m-condition-box .right-item div {
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    float: left;
    width: 120px;
    height: 34px;
    line-height: 34px;
    color: #444;
    border: 1px solid #4182e1;
    background: #fff;
    /* background: rgb(65, 130, 225,0.2); */
    /* background: #e0f0ff; */
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-left: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.m-condition-box .right-item div i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

/*.m-condition-box .right-item div:hover {*/
/*    background: #4182e1;*/
/*    color: #fff;*/
/*}*/

.m-condition-box .right-item .product-collection{
    color: #3378d8;
    border: 1px solid #3378d8;
}

.m-condition-box .right-item .product-collection:hover {
    background: #4182e1;
    color: #fff;
}

.m-condition-box .right-item .produce-pic{
    color: green;
    border: 1px solid green;
}

.m-condition-box .right-item .produce-pic:hover {
    background: green;
    color: #fff;
}

.m-condition-box .right-item .get-more{
    color: #FA6401;
    border: 1px solid #FA6401;
}

.m-condition-box .right-item .get-more:hover {
    background: #FA6401;
    color: #fff;
}


.m-condition-box .right-item .data-analysis {
    color: #fff;
    background: #4182e1;
}


.m-container {
    position: relative;
    margin-top: 30px;
}

table {
    width: 100%;
    text-align: left;
    border-radius: 2px 2px 0 0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.m-container table thead.fixed{
    position: fixed;
    top: 0;
    width: 1200px;
    z-index: 10003;
}

table thead th {
    height: 40px;
    word-wrap: break-word;
    padding: 8px 8px;
    line-height: 19px;
    border-bottom: none;
    white-space: nowrap;
    position: relative;
    font-size: 14px;
    background: #ebeef5;
    /* color: #9a9a9a;
    background: rgb(65 ,130 ,225 ,.3); */
    color: #000;
    background: #f5f7fa;
    background: rgb(245, 245, 245);
    background: #f2f5f6;
    background: #ebebeb;
    background: #c4c4c4;
}

table thead th .sort {
    display: inline-block;
    width: 15px;
    height: 30px;
    vertical-align: -10px;
    font-size: 14px;
    overflow: hidden;
    margin-right: 2px;
}

table thead th .sort a {
    display: block;
    height: 14px;
    line-height: 14px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
}

table thead th .sort a i {
    vertical-align: top;
    font-size: 14px;
}

table thead th .sort a i:hover {
    color: #4182e1;
}

table tbody>tr {
    position: relative;
}

table tbody>tr:nth-child(2n) {
    background: #fafafa;
    background: #efefef;
}

table tbody>tr:hover {
    background: #f5f7fa;
}

table tbody>tr>td {
    height: 80px;
    font-size: 14px;
    /* font-weight: bold; */
    /* position: relative; */
}

table tbody>tr>td:nth-of-type(4){
    position: relative;
}

table tbody .num {
    font-size: 18px;
    color: #595959;
}


table tbody .num1 {
    color: #E02020;
}

table tbody .num2 {
    color: #FA6401;
}

table tbody .num3 {
    color: #F7B501;
}

.m-container .arrow-sign {
    cursor: pointer;
}


table tbody .product-name {
    padding-right: 12px;
    display: flex;
    align-items: center;
    justify-items: center;
    max-width: 100%;
    width: -moz-max-content;
    width: max-content;
}

table tbody .product-name .img-box {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

table tbody .product-name .img-box img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    vertical-align: middle;
}

table tbody .product-name .info {
    height: 100%;
    margin-left: 12px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1;
    overflow: hidden;
}

table tbody .product-name .info .title {
    display: flex;
    max-width: 100%;
    width: -moz-max-content;
    width: max-content;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    color: #212121;

    cursor: pointer;
}

table tbody .product-name .info .title:hover {
    color: #4182e1;
}

table tbody .product-name .info .title span {
    flex: 1 1 0%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

table tbody .product-name .info .kinds {
    display: flex;
    max-width: 100%;
    width: -moz-max-content;
    width: max-content;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    color: #555;
    margin-top: 10px;
}

table tbody .product-name .info .kinds a {
    display: inline-block;
    max-width: 92px;
    padding: 5px 10px;
    color: #409eff;
    background: #ecf5ff;
    border-color: #b3d8ff;
    color: #444;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    font-weight: normal;
}

table tbody .product-name .info .kinds a+a {
    margin-left: 10px;
}

table tbody .product-name .info .kinds a.on,
table tbody .product-name .info .kinds a:hover {
    color: #fff;
    background: #4182e1;
}

.m-tooltip-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 6px;
    font-weight: normal;
    width: auto;
    font-size: 14px;
    line-height: 1.4;
    background: #fff;
    border: 1px solid #ebeef5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .2);
    word-break: normal;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;
}

.m-tooltip-box.other-top {
    top: -20px;
}

.m-tooltip-box.explain-top {
    transform: translateX(-50%) translateY(-100%);
    -webkit-transform: translateX(-50%) translateY(-100%);
    -moz-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    -o-transform: translateX(-50%) translateY(-100%);
    /* max-width: 350px; */
    min-width: 350px;
    text-align: left;
    white-space: normal;
}

.m-tooltip-box .content {
    position: relative;
    color: #333;
}


.m-tooltip-box .content .arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    bottom: -10px;
    left: 50%;
    transform: translateY(100%) translateX(-50%) rotate(180deg);
    -webkit-transform: translateY(100%) translateX(-50%) rotate(180deg);
    -moz-transform: translateY(100%) translateX(-50%) rotate(180deg);
    -ms-transform: translateY(100%) translateX(-50%) rotate(180deg);
    -o-transform: translateY(100%) translateX(-50%) rotate(180deg);
    z-index: 99;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, .07);
    overflow: hidden;
}


.m-text-box {
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(img/bg-2.jpeg) no-repeat center;
    border: 1px solid #ebeef5;
    padding: 10px 15px;
    line-height: 2.1;
    font-size: 14px;
    height: 476px;
}

.m-text-box p .biao {
    font-weight: bold;
    margin-right: 10px;
}

.m-text-box p a {
    color: red;
}

.m-text-box p span {
    margin-left: 23px;
}

footer {
    margin-top: 30px;
    background: #fff;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #ebeef5;
    font-size: 14px;
}

footer p:first-child {
    float: left;
}

footer p:last-child {
    float: right;
}

.m-tooltip-box .echart-box {
    width: 500px;
    height: 250px;
}

.m-box1 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0;
}

.m-box1 .m-box1-left {
    display: inline-block;
    width: 1092px;
    height: 100px;
    background: url(img/bg-1.jpg) no-repeat center;
    vertical-align: middle;
}

.m-box1 .m-box1-left em {
    margin-left: 50px;
    line-height: 100px;
    font-size: 45px;
    font-weight: bold;
    color: #000;
}

.m-box1 .m-box1-left span {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    margin-left: 15px;
    color: #000;
    padding-left: 10px;
    border-left: 2px solid #000;
    vertical-align: text-bottom;
}

.m-box1 .m-box1-right {
    display: inline-block;
    vertical-align: middle;
    width: 86px;
    height: 86px;
    margin-left: 22px;
    background: #C6DEF9;
    text-align: center;
    position: relative;

}

.m-box1 .m-box1-right i {
    color: #007AFF;
    font-size: 44px;
    line-height: 86px;
}

.m-box1 .m-box1-right .code-box {
    display: none;
    position: absolute;
    width: 155px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ebeef5;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    /*overflow: hidden;
    */
    z-index: 999;
    top: 96px;
    left: -42px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.m-box1 .m-box1-right .code-box::before {
    content: '.';
    font-size: 0;
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: -8px;
    left: 74px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, .07);
    z-index: 1000;

}

.m-box1 .m-box1-right .code-box p {
    color: #000;
    font-size: 12px;
}

.m-box1 .m-box1-right .code-box img {
    width: 100%;
    height: 133px;
    margin-top: 10px;
}

.m-modal-root {
    display: none;
}

.m-modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
}

.m-modal-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    outline: 0;
    z-index: 1050;
    text-align: center;
}

.m-modal-wrap::before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: "";
}

.m-modal-wrap .dialog-box {
    width: 511px;
    position: relative;
    max-width: calc(100vw - 32px);
    margin: 0 auto;
    padding: 0 0 24px;
    top: 0;
    display: inline-block;
    padding-bottom: 0;
    text-align: left;
    vertical-align: middle;
}

.m-modal-wrap .dialog-box .content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
    pointer-events: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.m-modal-wrap .con-header {
    padding: 16px 16px;
    color: rgba(0, 0, 0, .85);
    background: #fff;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.m-modal-wrap .con-header span {
    display: inline-block;
    font-size: 16px;
}

.m-modal-wrap .con-header span.title i {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 4px;
}

.m-modal-wrap .con-header span.btn-close {
    float: right;
}

.m-modal-wrap .con-header span.btn-close:hover {
    color: #4182e1;
}

.m-modal-wrap .con-header span.btn-close i {
    font-size: 24px;
}

.m-modal-wrap .con-body {
    padding: 16px;
    font-size: 14px;
    word-wrap: break-word;
}

.m-modal-wrap .con-body .body-wrap {
    min-height: 480px;
    max-height: 80vh;
    position: relative;
    overflow-y: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.m-modal-wrap .con-body .body-wrap .body-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: -moz-max-content;
    height: max-content;
    align-items: center;
}

.m-modal-wrap .con-body .body-wrap .body-content img.bg-top {
    position: absolute;
    width: 100%;
    height: 288px;
    top: 0;
    right: 0;
    float: right;
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_top {
    width: 100%;
    padding-top: 92px;
    padding-left: 30px;
    position: relative;
    color: #fff;
    height: 288px;
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_top p {
    font-size: 16px;
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_top h2 {
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_top i {
    font-size: 22px;
    margin-right: 10px;
    vertical-align: middle;
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_top .date {
    display: inline-block;
    width: 95px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
    background: #fff;
    color: #333;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    vertical-align: middle;
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_list {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -26px;
    padding: 10px 0px;
    background-color: #fff;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.25);
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_list .title {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: rgb(23, 25, 24);
    font-weight: bold;
    margin-bottom: 10px;
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_list .title i {
    font-size: 30px;
    line-height: 32px;
    margin-right: 8px;
    font-weight: normal;
    vertical-align: bottom;
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_list .table-wrap {
    clear: both;
    max-width: 100%;
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_list .table-wrap:before {
    display: table;
    content: "";
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_list .table-wrap:after {
    display: table;
    clear: both;
    content: "";
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_list table {
    border: 0 none;
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_list table thead th {
    font-size: 12px;
    background: rgb(239, 239, 239);
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_list table tbody>tr>td {
    height: 50px;
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_list table tbody .img-title {
    display: flex;
    align-items: center;
    justify-items: center;
    max-width: 100%;
    width: -moz-max-content;
    width: max-content;
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_list table tbody .img-title img {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_list table tbody .img-title span {
    height: 100%;
    margin-left: 10px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_list .logo-code {
    position: relative;
    margin: 35px 30px 15px;
    overflow: hidden;
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_list .logo-code img {
    width: 148px;
    height: 62px;
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_list .logo-code p {
    float: right;
    line-height: 18px;
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_list .logo-code p span {
    display: inline-block;
    line-height: 18px;
    font-size: 14px;
    color: rgb(23, 25, 24);
    vertical-align: bottom;
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_list .logo-code p img {
    width: 64px;
    height: 64px;
    vertical-align: bottom;
    margin-left: 6px;
}

.m-modal-wrap .con-body .body-wrap .body-content .body-con_footer {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 290px;
    margin-top: -88px;
    background: url(img/bg-bottom.jpg) no-repeat center;
    background-size: cover;
}

.m-modal-wrap .con-body .body-wrap .body-actions {
    flex-shrink: 0;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 96px;
    width: 100%;
    margin: auto auto 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 50%, #fff);
}

.m-modal-wrap .con-body .body-wrap .body-actions button {
    width: 120px;
    height: 44px;
    line-height: 44px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    background: rgb(65, 130, 225);
    color: #fff;
    font-size: 16px;
    border: 0 none;
}

/* 自定义整个滚动条 */
::-webkit-scrollbar {
    width: 8px;
    /* 滚动条宽度 */
    height: 8px;
    -webkit-appearance: none;
}

/* 自定义滚动条轨道 */
::-webkit-scrollbar-track {
    background: #fff;
    /* 轨道颜色 */
}

/* 自定义滚动条的滑块（thumb） */
::-webkit-scrollbar-thumb {
    background: #e1e6e6;
    /* 滑块颜色 */
    border-radius: 6px;
}

/* 当滑块悬停或活动时的样式 */
::-webkit-scrollbar-thumb:hover {
    /* background: #555;  */
    /* 滑块悬停颜色 */
}


.go-top {
    /* display: none; */
    position: fixed;
    bottom: 150px;
    left: 50%;
    margin-left: 620px;
    z-index: 888;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    text-align: center;
    color: #4A4C5B;
    border: 2px solid #4A4C5B;
    cursor: pointer;
    /* font-weight: bold; */
}

.go-top i {
    font-size: 38px;
}

.go-top:hover {
    color: #fff;
    background: #4182e1;
    border: 2px solid #4182e1;
}
