@font-face {
|
font-family: DINCond-Bold;
|
src: url('../fonts/DINCond-Bold.otf');
|
}
|
|
|
.i-nav3.on{
|
background-image: url(../group/img/c-btn3.png);
|
}
|
.c-main{
|
position: relative;
|
height: 910px;
|
}
|
.c-left{
|
position: absolute;
|
top: 10px;
|
left: 0;
|
padding-left: 20px;
|
transition: .4s;
|
}
|
.c-left.hidden{
|
transform: translateX(-518px);
|
}
|
.c-right.hidden{
|
transform: translateX(380px);
|
}
|
.hidden .o-btn{
|
transition: .4s;
|
opacity: 1;
|
visibility: visible;
|
}
|
.c-left .inner{
|
padding: 90px 20px 20px;
|
width: 518px;
|
height: 910px;
|
background: url(../group/img/cd-bg1.png) no-repeat center;
|
background-size: 100% 100%;
|
box-sizing: border-box;
|
}
|
.c-right{
|
position: absolute;
|
top: 0;
|
right: 0;
|
padding-right: 12px;
|
transition: .4s;
|
}
|
.c-right .inner{
|
padding-top: 80px;
|
width: 399px;
|
height: 910px;
|
background: url(../group/img/cd-bg2.png) no-repeat center;
|
background-size: 100% 100%;
|
box-sizing: border-box;
|
}
|
.c-left .close{
|
cursor: pointer;
|
width: 45px;
|
height: 45px;
|
position: absolute;
|
top: 10px;
|
right: 35px;
|
}
|
.c-right .close{
|
cursor: pointer;
|
width: 45px;
|
height: 45px;
|
position: absolute;
|
top: 10px;
|
right: 40px;
|
}
|
.o-btn{
|
position: absolute;
|
top: 50%;
|
width: 89px;
|
cursor: pointer;
|
transform: translateY(-50%);
|
opacity: 0;
|
visibility: hidden;
|
}
|
.o-btn img{
|
display: block;
|
width: 100%;
|
}
|
.c-left .o-btn{
|
left: 100%;
|
margin-left: -4px;
|
}
|
.c-right .o-btn{
|
right: 100%;
|
margin-right: -18px;
|
}
|
.m-box1{
|
display: flex;
|
align-items: center;
|
padding-left: 20px;
|
margin-bottom: 30px;
|
}
|
.m-box1 .l{
|
width: 212px;
|
margin-right: 24px;
|
}
|
.m-box1 .r{
|
flex:1;
|
}
|
.m-box1 .chartbox{
|
position: relative;
|
width: 212px;
|
height: 212px;
|
}
|
.m-box1 .chartbox::before{
|
content: "";
|
display: block;
|
position: absolute;
|
left: 0;
|
top: 0;
|
width: 100%;
|
height: 100%;
|
display: block;
|
background: url(../group/img/c-bg1.png) no-repeat center;
|
background-size: contain;
|
}
|
.m-box1 .chartbox::after{
|
content: "";
|
display: block;
|
position: absolute;
|
left: 0;
|
top: 0;
|
width: 100%;
|
height: 100%;
|
display: block;
|
background: url(../group/img/c-bg2.png) no-repeat center;
|
background-size: contain;
|
}
|
.m-box1 .chartbox .txt{
|
position: absolute;
|
top: 50%;
|
left: 50%;
|
margin-top: -55px;
|
margin-left: -55px;
|
width: 110px;
|
height: 110px;
|
border-radius: 50%;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
flex-direction: column;
|
font-size: 16px;
|
color: #fff;
|
z-index: 2;
|
}
|
.m-box1 .chartbox .txt .n{
|
font-size: 40px;
|
color: #ffd100;
|
font-family: DINCond-Bold;
|
}
|
.m-box1 .chart{
|
width: 100%;
|
height: 100%;
|
position: relative;
|
z-index: 3;
|
}
|
/* .m-box1 .chart::before{
|
content: "";
|
display: block;
|
width: 135px;
|
height: 135px;
|
border-radius: 50%;
|
background-color: #000;
|
opacity: .3;
|
position: absolute;
|
z-index: 1;
|
top: 50%;
|
left: 50%;
|
transform: translate(-50%,-50%);
|
pointer-events: none;
|
} */
|
.ul-listb1{
|
height: 270px;
|
overflow-y: auto;
|
overflow-x: hidden;
|
}
|
.ul-listb1::-webkit-scrollbar {/*滚动条整体样式*/
|
width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
|
height: 1px;
|
}
|
|
.ul-listb1::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
|
border-radius: 6px;
|
background: #00ccff;
|
}
|
|
.ul-listb1::-webkit-scrollbar-track {/*滚动条里面轨道*/
|
border-radius: 6px;
|
background: rgba(0, 204, 255,.1);
|
}
|
.ul-listb1 .con{
|
display: flex;
|
align-items: center;
|
overflow: hidden;
|
height: 38px;
|
margin-bottom: 1px;
|
padding: 0 20px;
|
}
|
.ul-listb1 .dot{
|
width: 7px;
|
height: 7px;
|
border-radius: 50%;
|
margin-right: 10px;
|
position: relative;
|
}
|
.ul-listb1 .dot::before{
|
content: "";
|
display: block;
|
width: 13px;
|
height: 13px;
|
border-radius: 50%;
|
position: absolute;
|
top: 50%;
|
left: 50%;
|
margin-top: -7px;
|
margin-left: -7px;
|
background-color: inherit;
|
opacity: .5;
|
}
|
.ul-listb1 .num{
|
font-size: 22px;
|
font-family: DINCond-Bold;
|
}
|
.ul-listb1 .type{
|
flex:1;
|
text-align: right;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
overflow: hidden;
|
font-size: 14px;
|
color: #fff;
|
}
|
.m-box2 .top{
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.m-box2 .tit{
|
font-size: 18px;
|
color: #fff;
|
padding-left: 25px;
|
background: url(../group/img/c-i1.png) no-repeat left center;
|
background-size: 17px;
|
}
|
.m-box2 .num{
|
font-size: 20px;
|
color: #ffd12b;
|
font-family: DINCond-Bold;
|
}
|
.m-box2 .chart{
|
height: 540px;
|
}
|
.m-nav{
|
height: 820px;
|
overflow-y: auto;
|
overflow-x: hidden;
|
/* padding: 0 10px 0 37px; */
|
padding-right: 15px;
|
padding-left: 20px;
|
}
|
.m-nav::-webkit-scrollbar {/*滚动条整体样式*/
|
width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
|
height: 1px;
|
}
|
|
.m-nav::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
|
border-radius: 6px;
|
background: #00ccff;
|
}
|
|
.m-nav::-webkit-scrollbar-track {/*滚动条里面轨道*/
|
border-radius: 6px;
|
background: rgba(0, 204, 255,.1);
|
}
|
.m-nav .tit{
|
display: flex;
|
align-items: center;
|
padding-left: 16px;
|
}
|
.m-nav .arr{
|
width: 24px;
|
height: 20px;
|
background: url(../group/img/c-i3.png) no-repeat center;
|
background-size: contain;
|
}
|
.m-nav .icon{
|
width: 50px;
|
height: 50px;
|
background: url(../group/img/c-i2.png) no-repeat center;
|
background-size: contain;
|
flex-shrink: 0;
|
}
|
.m-nav .v1{
|
display: flex;
|
align-items: center;
|
font-size: 18px;
|
color: #fff;
|
}
|
/* .m-nav .two,
|
.m-nav .three{
|
padding-left: 30px;
|
} */
|
.m-nav .three{
|
padding: 19px 0 10px;
|
}
|
.m-nav .three >.tit{
|
padding-left: 102px;
|
padding-right: 14px;
|
margin-bottom: 17px;
|
}
|
.m-nav .two >.con >.tit{
|
padding-left: 55px;
|
}
|
.m-nav .three{
|
background-color: rgba(6, 133, 255,.1);
|
}
|
.m-nav .three .icon{
|
width: 16px;
|
height: 16px;
|
background-image: url(../group/img/c-i4.png);
|
margin: 4px 8px 0 0;
|
}
|
.m-nav .three .v1{
|
align-items: flex-start;
|
}
|
.m-nav .sub{
|
display: none;
|
}
|
|
.c-cen{
|
position: absolute;
|
top: 10px;
|
/*left: 540px;*/
|
/*right: 420px;*/
|
display: flex;
|
align-items: center;
|
bottom: 10px;
|
}
|