* {
padding: 0px;
margin: 0px;
}
html,
body {
display: block;
width: 100%;
height: 100%;
min-width: 1100px;
background-color: #F2F2F2;
overflow: auto;
font-family: '微软雅黑', 'PingFang SC';
box-sizing: border-box;
}
body {
padding: 13px;
-ms-scroll-chaining: chained;
-ms-content-zooming: zoom;
-ms-scroll-rails: none;
-ms-content-zoom-limit-min: 100%;
-ms-content-zoom-limit-max: 500%;
-ms-scroll-snap-type: proximity;
-ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
/*IE下隐藏滚动条*/
-ms-overflow-style: none;
/*火狐下隐藏滚动条*/
/* scrollbar-width: none; */
}
body::-webkit-scrollbar {
width: 4px;
height: 4px;
scrollbar-arrow-color: rgba(0, 0, 0, 0);
/*三角箭头的颜色*/
scrollbar-highlight-color: rgba(0, 0, 0, 0);
/*滚动条空白部分的颜色*/
scrollbar-track-color: #94d1ff;
/*立体滚动条背景颜色*/
}
body::-webkit-scrollbar-track-piece {
background-color: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar-button {
background-color: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar-track {
background-color: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar-thumb {
background-color: #94d1ff;
}
body::-webkit-scrollbar-corner {
background-color: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar-resizer {
background-color: rgba(0, 0, 0, 0);
}
/*o内核*/
body::-o-scrollbar {
/* -moz-appearance: none !important; */
background: rgba(0, 255, 0, 0) !important;
}
body::-o-scrollbar-button {
background-color: rgba(0, 0, 0, 0);
}
body::-o-scrollbar-track {
background-color: rgba(0, 0, 0, 0);
}
body::-o-scrollbar-track-piece {
background-color: rgba(0, 0, 0, 0);
}
body::-o-scrollbar-thumb {
background-color: #94d1ff;
}
body::-o-scrollbar-corne {
background-color: rgba(0, 0, 0, 0);
}
body::-o-scrollbar-resizer {
background-color: rgba(0, 0, 0, 0);
}
.header {
width: 100%;
height: 186px;
background-color: #fff;
border-radius: 4px;
box-sizing: border-box;
padding: 23px 20px;
}
.h_name {
width: 100%;
margin-bottom: 20px;
}
.h_name_1 {
font-size: 18px;
font-weight: 400;
color: rgba(31, 35, 41, 1);
}
.h_name_2 {
font-size: 14px;
font-weight: 400;
color: rgba(100, 106, 115, 1);
margin-left: 7px;
}
.h_box_1 {
width: 100%;
display: flex;
}
.h_box_1>div {
flex: 1;
height: 96px;
margin-right: 10px;
display: flex;
align-items: center;
box-sizing: border-box;
padding: 0px 23px 0px 17px;
justify-content: space-between;
cursor: pointer;
}
.h_box_1>div:nth-child(1) {
border-radius: 4px;
background-color: rgba(240, 245, 255, 1);
}
.h_box_1>div:nth-child(2) {
border-radius: 4px;
background-color: rgba(246, 240, 255, 1);
}
.h_box_1>div:nth-child(3) {
border-radius: 4px;
background-color: rgba(240, 245, 255, 1);
}
.h_box_1>div:nth-child(4) {
border-radius: 4px;
background-color: rgba(255, 242, 240, 1);
margin-right: 0px !important;
}
.h_box_div {
display: flex;
align-items: center;
}
.h_box_div>img {
width: 46px;
height: 46px;
}
.h_box_div>.h_div_1 {
margin-left: 13px;
}
.h_div_1>div:nth-child(1) {
font-size: 18px;
font-weight: 400;
color: rgba(31, 35, 41, 1);
margin-bottom: 4px;
}
.h_div_1>div:nth-child(2) {
font-size: 14px;
font-weight: 400;
color: rgba(129, 134, 166, 1);
}
.middle {
width: 100%;
height: 303px;
margin-top: 13px;
display: flex;
}
.m_box_left {
display: inline-block;
width: 50%;
height: 303px;
background-color: #fff;
margin-right: 13px;
border-radius: 4px;
box-sizing: border-box;
padding: 19px 20px 23px 21px;
}
.ml_top {
width: 100%;
height: 56px;
display: flex;
}
.ml_top_left {
width: 55%;
height: 56px;
display: flex;
align-items: center;
}
.mll_company {
display: inline-block;
margin-left: 14px;
}
.mllc_name {
font-size: 18px;
font-weight: 400;
color: rgba(31, 35, 41, 1);
}
.mllc_name>span {
padding: 4px 10px;
background: rgba(238, 237, 255, 1);
font-size: 12px;
font-weight: 400;
color: rgba(112, 106, 230, 1);
border-radius: 4px;
margin-left: 9px;
}
.mllc_date {
font-size: 14px;
font-weight: 400;
color: rgba(100, 106, 115, 1);
margin-top: 8px;
}
.ml_top_right {
width: 45%;
height: 56px;
display: inline-block;
}
.mr_div {
display: flex;
justify-content: flex-end;
align-items: center;
}
.mr_welcome {
margin-right: 14px;
}
.mr_wechat {
width: 102px;
height: 32px;
background-color: rgba(72, 118, 255, 1);
border-radius: 4px;
display: flex;
color: #fff;
align-items: center;
justify-content: center;
font-size: 14px;
}
.mr_wechat>span {
margin-left: 2px;
}
.ml_middle {
width: 100%;
display: flex;
margin-top: 46px;
}
.ml_middle>div {
flex: 1;
}
.mlm_name {
font-size: 14px;
font-weight: 400;
color: rgba(100, 106, 115, 1);
}
.mlm_num {
font-size: 36px;
font-weight: 700;
color: rgba(31, 35, 41, 1);
margin-top: 8px;
}
.mlm_day {
font-size: 16px;
color: rgba(56, 56, 56, 1)
}
.ml_bottom {
width: 100%;
display: flex;
margin-top: 26px;
}
.ml_bottom>div {
flex: 1;
height: 60px;
margin-right: 14.5px;
border-radius: 4px;
display: flex;
box-sizing: border-box;
padding: 15px 0px 15px 22px;
align-items: center;
}
.ml_bottom>div>span {
font-size: 14px;
font-weight: 400;
color: rgba(31, 35, 41, 1);
margin-left: 14px;
}
.ml_bottom>div:nth-child(1) {
background-color: rgba(240, 245, 255, 1);
}
.ml_bottom>div:nth-child(2) {
background-color: rgba(240, 245, 255, 1);
}
.ml_bottom>div:nth-child(3) {
background-color: rgba(240, 245, 255, 1);
margin-right: 0px !important;
}
.m_box_right {
display: inline-block;
width: 50%;
height: 303px;
}
.mr_box_top {
width: 100%;
height: 179px;
background-color: #fff;
border-radius: 4px;
box-sizing: border-box;
padding: 23px 0px 23px 19px;
}
.mt_name {
font-size: 18px;
font-weight: 400;
color: rgba(31, 35, 41, 1);
}
.mt_data {
width: 100%;
margin-top: 22px;
}
.mtd_left {
display: inline-block;
width: calc(100% - 222px);
white-space: nowrap;
}
.mtd_left>div {
width: 19%;
display: inline-block;
position: relative;
bottom: 11.5px;
}
.mtd_right {
display: inline-block;
width: 210px;
border-left: 1px solid rgba(235, 235, 235, 1);
}
.mtd_right>div {
text-align: center;
}
.mtd_right>div:nth-child(1) {
font-size: 14px;
font-weight: 400;
color: rgba(100, 106, 115, 1);
}
.mtd_right>div:nth-child(2) {
font-size: 24px;
color: rgba(31, 35, 41, 1);
font-weight: 700 !important;
margin-top: 16px;
}
.mtd_right>div:nth-child(3) {
font-size: 12px !important;
color: rgba(143, 149, 158, 1) !important;
margin-top: 4px;
}
.mtdr_gb {
font-size: 14px;
color: rgba(31, 35, 41, 1);
font-weight: 400;
}
.mtdr_limit {
color: rgba(214, 43, 43, 1);
}
.mtdl_name {
font-size: 14px;
font-weight: 400;
color: rgba(100, 106, 115, 1);
}
.mtdl_num {
font-size: 24px;
color: rgba(31, 35, 41, 1);
font-weight: 700;
margin-top: 16px;
}
.mtdl_num>span {
font-size: 14px;
font-weight: 400 !important;
}
.mr_box_bottom {
width: 100%;
height: 111px;
margin-top: 13px;
background-color: #fff;
border-radius: 4px;
box-sizing: border-box;
padding: 12px 20px;
}
.mrbb_left {
width: 47.5%;
display: inline-block;
box-sizing: border-box;
vertical-align: middle;
}
.mrbb_left>div:nth-child(1) {
font-size: 16px;
color: rgba(31, 35, 41, 1);
}
.mrbb_left>div:nth-child(2) {
font-size: 13px;
color: rgba(143, 149, 158, 1);
margin-top: 2px;
}
.mrbb_right {
width: 51.5%;
height: 100%;
display: inline-block;
}
.companyNumber {
font-size: 24px;
color: rgba(31, 35, 41, 1);
font-weight: 700;
}
.footer {
width: 100%;
white-space: nowrap;
margin-top: 13px;
display: flex;
}
.f_left {
width: 50%;
height: 552px;
background-color: #fff;
border-radius: 4px;
display: inline-block;
margin-right: 13px;
box-sizing: border-box;
padding: 23px 20px;
}
.fl_header {
width: 100%;
height: 32px;
}
.fl_header>span {
float: left;
line-height: 32px;
font-size: 18px;
font-weight: 400;
color: rgba(31, 35, 41, 1);
}
.fl_date_box {
float: right;
width: auto;
height: auto;
overflow: hidden;
border: 1px solid rgba(245, 246, 247, 1);
border-radius: 4px;
cursor: pointer;
}
.fl_date_box>div {
display: inline-block;
padding: 5.5px 10px;
font-size: 14px;
color: rgba(128, 128, 128, 1);
}
.fl_active {
background-color: rgba(245, 246, 247, 1);
border-radius: 4px 0px, 0px, 4px;
}
.fl_data {
width: 100%;
height: auto;
overflow: hidden;
margin-top: 17px;
cursor: pointer;
}
.fl_data>div:nth-child(1) {
display: inline-block;
width: 32%;
height: 74px;
margin-right: 2%;
border-radius: 4px;
box-sizing: border-box;
padding: 8px 11px;
}
.fl_data>div:nth-child(2) {
display: inline-block;
width: 32%;
margin-right: 2%;
height: 74px;
border-radius: 4px;
box-sizing: border-box;
padding: 8px 11px;
}
.fl_data>div:nth-child(3) {
display: inline-block;
width: 32%;
height: 74px;
border-radius: 4px;
box-sizing: border-box;
padding: 8px 11px;
}
.fl_data_active {
background-color: rgba(245, 246, 247, 1);
}
.fld_name {
font-size: 14px;
font-weight: 400;
color: rgba(143, 149, 158, 1);
}
.fld_num {
font-size: 26px;
font-weight: 700;
color: rgba(31, 35, 41, 1);
margin-top: 8px;
}
.fl_data_active > .fld_num {
color: rgba(51, 112, 255, 1) !important;
}
.fl_echarts {
width: 100%;
height: 324px;
}
.fl_echarts_title {
width: 100%;
margin-top: 14px;
margin-bottom: 26px;
}
.f_right {
width: 50%;
height: 552px;
background-color: #fff;
border-radius: 4px;
display: inline-block;
box-sizing: border-box;
padding: 26px 19px;
}
.fr_title {
width: 100%;
font-size: 18px;
font-weight: 400;
color: rgba(31, 35, 41, 1);
}
.fr_box {
width: 100%;
}
.fr_box_item {
display: inline-block;
width: 25%;
}
.fr_item_dsc {
width: 100%;
height: auto;
text-align: center;
white-space: normal !important;
margin-top: 8px;
display: -webkit-box;
text-overflow: ellipsis;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.fr_item_icon {
width: 80px;
height: 80px;
margin: auto;
}
.fr_item_icon > img {
width: 100%;
height: 100%;
}
.fr_pro_name {
width: 100%;
text-align: center;
margin-top: 15px;
}
.fr_pro_tag {
display: inline-block;
padding: 3px 6px;
background-color: rgba(212, 255, 230, 1);
color: rgba(0, 145, 27, 1);
border-radius: 10px 6px 6px 0px !important;
font-size: 12px;
position: relative;
bottom: 4px;
}
.fr_pro_text {
font-size: 14px;
color:rgba(100, 106, 115, 1);
}
.fr_box > div:nth-child(1) {
box-sizing: border-box;
padding-right: 20px;
}
.fr_box > div:nth-child(2) {
box-sizing: border-box;
padding: 0px 12px;
}
.fr_box > div:nth-child(3) {
box-sizing: border-box;
padding: 0px 10px;
}
.fr_box > div:nth-child(4) {
box-sizing: border-box;
padding: 0px 13px;
}
.fr_top {
margin-top: 30px;
}
.fr_box_top {
margin-top: 32px;
}
.fb_box {
margin-top: 42px;
width: 100%;
height: 50px;
background-color: rgba(225, 234, 255, 1);
box-sizing: border-box;
padding: 15px 10px;
}
.fb_box_btn {
padding: 3px 10px;
background-color: rgba(51, 112, 255, 1);
border-radius: 2px;
font-size: 12px;
color: #fff;
margin-right: 4px;
}
.frimg11 {
display: none;
}
.fr_box_item1:hover .frimg11 {
display: block;
}
.fr_box_item1:hover .frimg1 {
display: none;
}
.frimg22 {
display: none;
}
.fr_box_item2:hover .frimg22 {
display: block;
}
.fr_box_item2:hover .frimg2 {
display: none;
}
.frimg33 {
display: none;
}
.fr_box_item3:hover .frimg33 {
display: block;
}
.fr_box_item3:hover .frimg3 {
display: none;
}
.frimg44 {
display: none;
}
.fr_box_item4:hover .frimg44 {
display: block;
}
.fr_box_item4:hover .frimg4 {
display: none;
}
.frimg55 {
display: none;
}
.fr_box_item5:hover .frimg55 {
display: block;
}
.fr_box_item5:hover .frimg5 {
display: none;
}
.frimg66 {
display: none;
}
.fr_box_item6:hover .frimg66 {
display: block;
}
.fr_box_item6:hover .frimg6 {
display: none;
}
.frimg77 {
display: none;
}
.fr_box_item7:hover .frimg77 {
display: block;
}
.fr_box_item7:hover .frimg7 {
display: none;
}
.frimg88 {
display: none;
}
.fr_box_item8:hover .frimg88 {
display: block;
}
.fr_box_item8:hover .frimg8 {
display: none;
}