.fadeshow {
    transform: scale(0.203196, 0.403048);
    transform-origin: left top;
    background-size: 100% 100%;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.map-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: url('../img/map-bg.png') no-repeat center center;
}
.container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.head {
    position: relative;
    width: 100%;
    height: 146px;
    color: #FFFFFF;
    font-size: 24px;
    /* line-height: 190px; */
    /* text-align: center; */
    background-size: 100% 100%;
    background: url("../img/head.png") no-repeat bottom center;
}
.head img {
    position: absolute;
    width: 677px;
    height: 86px;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    /* font-size: 87px;
    font-weight: bold;
    letter-spacing: 15px;
    color: #B3D2FF; */
}
.head .time-box {
    position: absolute;
    top: 40px;
    left: 100px;
    font-weight: normal;
}
.head .weather {
    position: absolute;
    top: 40px;
    right: 100px;
    font-weight: normal;
}

.content {
    position: relative;
    width: 100%;
    height: calc(100% - 146px);
    /* display: flex;
    justify-content: space-between; */
}
.content .left {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 500px;
    height: auto;
    /* margin : 0 20px; */
}
.content .pub-title {
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding-left: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #B3D2FF;
    background: url('../img/pub-title.png') no-repeat center center;
}
.content .panel {
    width: 100%;
    height: auto;
}
.content .inner {
    width: 100%;
    /* height: 400px; */
    /* margin-top: 30px; */
    /* box-sizing: border-box;
    border: 2px solid blue;
    border-image: url('../img/border.png') 51 38 21 32;
    border-width: 30px 50px 50px 80px; */
}
.content .inner .inner-content {
    border-radius: 10px;
    padding: 15px;
    background: linear-gradient(to top, #041D40, #050B20);
}
.content .inner .inner-content .enter li {
    width: 255px;
    height: 73px;
    padding: 10px 10px 10px 70px;
    background-size: 100% 100%;
    background: url('../img/but-bg1.png') no-repeat center center;
}
.content .inner .inner-content .enter li b {
    font-size: 28px;
}
.content .inner .inner-content .enter li .enter-item,
.content .monitor li .monitor-item {
    position: relative;
}
.content .inner small {
    position: absolute;
    right: 30px;
    bottom: 5px;
    color: #F03333;
    font-size: 14px;
}
.content .inner small::after {
    position: absolute;
    content: '';
    bottom: 5px;
    right: -20px;
    width: 13px;
    height: 9px;
    background: url('../img/add.png') no-repeat center center;
}
.content .inner small.green {
    position: absolute;
    right: 30px;
    bottom: 5px;
    color: #33CC99;
}
.content .inner small.green::after {
    position: absolute;
    content: '';
    bottom: 5px;
    right: -20px;
    width: 13px;
    height: 9px;
    background: url('../img/minus.png') no-repeat center center;
}

#inject {
    height: 250px;
}
#exponent {
    width: 100%;
    height: 260px;
}
#geo {
    width: 100%;
    height: 813px;
}

.foundin b {
    font-weight: normal;
}
.inner-content .foundin {
    line-height: 30px;
}
.inner-content .foundin img {
    width: 290px;
    height: 30px;
}
.inner-content .foundin span {
    color: #0087FF;
}
.inner-content .foundin label {
    color: #E5A970;
}

/* 价格指数 */
.inner-content .caption a {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #ffffff;
    border: #1C3462 2px solid;
}
.inner-content .caption a.active {
    background: linear-gradient(to top, #3575CE, #11244B);
}
input {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    background-color: #162C57;
    background-image: url('../img/s-icon.png') ;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 14px 14px;
}
input::placeholder {
    color: #3E73AF;
}

/* 供应链金融 */
.finance .hd {
    width: 130px;
}
.finance .hd li {
    width: 130px;
    height: 46px;
    line-height: 46px;
    color: #ffffff;
    margin-top: 15px;
    text-align: center;
    background: #0E2042;
}
.finance .hd li:nth-of-type(1) {
    margin-top: 0;
}
.finance .hd li.on {
    position: relative;
    background: #2C68C3;
    border-radius: 5px;
    border: #618ED2 1px solid;
}
.finance .hd li.on::after {
    position: absolute;
    right: -9px;
    top: 10px;
    content: "";
    border-style: solid;
    border-color: transparent;
    border-width: 10px 0 10px 10px;
    border-left-color: #2C68C3;
}

.finance .bd {
    width: 318px;
    height: 168px;
}
.finance .bd .bd-item {
    /* border-left: #2C68C3 6px solid;
    background: #041D41; */
    width: 312px;
    height: 100%;
    padding-left: 6px;
    background: url('../img/finance-bg.png') no-repeat center center;
}
.finance .bd .bd-item li {
    width: calc((100% - 20px) / 3);
    /* padding: 10px 5px; */
    height: 84px;
    padding-top: 18px;
    display: inline-block;
    text-align: center;
}
.finance .bd .bd-item img {
    width: 100%;
    height: 100%;
    display: block;
}
/* .finance .bd .bd-item li:nth-of-type(1) {
    border-right: 1px solid; 
    border-image: linear-gradient(to top, #2A74A4, #041D41) 1;
}
.finance .bd .bd-item li:nth-of-type(2) {
    border-bottom: 1px solid #2A74A4;
}
.finance .bd .bd-item li:nth-of-type(3) {
    border-left: 1px solid; 
    border-image: linear-gradient(to top, #2A74A4, #041D41) 1;
}
.finance .bd .bd-item li:nth-of-type(4) {
    border-right: 1px solid; 
    border-image: linear-gradient(to top, #041D41, #2A74A4) 1;
}
.finance .bd .bd-item li:nth-of-type(5) {
    border-right: 1px solid; 
    border-image: linear-gradient(to top, #041D41, #2A74A4) 1;
} */
.finance .bd .bd-item li b {
    color: #3286FF;
    font-size: 24px;
    font-weight: bold;
}

/* 监管仓 */
#video-container {
    width: 470px !important;
    height: 250px !important;
    background: #050B20;
}


.content .inner .item {
    width: 48%;
}
.content .inner .item .seed {
    width: 50%;
}
.place {
    width: 100%;
    height: 100%;
}
.content .chart {
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
}

/* .content .left .inner:nth-of-type(1),
.content .center .inner:nth-of-type(1) {
    height: 1385px;
}
.content .left .inner:nth-of-type(1) .chart {
    position: relative;
    width: 100%;
    height: 1000px;
    margin-top: -20px;
    background-image: url('../img/map-bg.png');
    background-size: 90% 90%;
    background-position: center;
    background-repeat: no-repeat;
}
.content .left .inner:nth-of-type(1) .chart #geo {
    width: 100%;
    height: 1000px;
}
.content .left .inner:nth-of-type(1) .chart .zhezhaodt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.content .left .base-bott {
    height: 300px;
    margin-top: 20px;
    border-radius: 20px;
}
/* .content .left .base-bott .base-info {
} */
.content .left .base-bott .swiper-slide {
    padding: 40px 60px;
    background: rgba(43, 49, 77);
}
.content .left .base-bott .base-info li {
    color: #6797F4;
    line-height: 70px;
    font-size: 48px;
}
.content .left .base-bott .base-but {
    padding: 50px 80px;
    background: rgba(180, 195, 252, 0.1);
}
.content .left .base-bott .base-but label {
    color: #ffffff;
    padding: 40px 80px;
    line-height: 44px;
    display: inline-block;
    background: #97D664;
    border-radius: 4px;
}
.content .left .base-bott .base-but span {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    margin-left: .8rem;
}
.content .left .base-bott .base-but span b {
    color: #ffffff;
    display: block;
    font-size: 80px;
}
.content .left .base-bott .base-but span em {
    margin-top: 10px;
    display: block;
    font-size: 48px;
}

.content .left .inner .item .swiper {
    width: 100%;
    height: 100%;
}

.content .center {
    position: absolute;
    top: 0;
    left: 550px;
    width: 820px;
    height: 100%;
}
/* .content .center .forecast,
.content .center .marquee-wrap {
    width: 100%;
    height: calc(100% - 70px);
} */
.content .center .forecast #forecast {
    width: 100%;
    height: 100%;
}
/* .marquee-view {
    overflow: hidden;
} */
.marquee-wrap .marquee-title {
    width: 100%;
    padding: 10px;
    background: rgba(2, 49, 100, 0.25);
    border: 0.88px dashed rgba(186, 219, 255, 0.2);
}
.marquee-wrap .marquee-title span {
    color: #159AFF;
    display: inline-block;
}

.marquee-view {
    overflow: hidden;
}
.marquee-view .marquee li {
    line-height: 40px;
    padding: 0 10px;
    border-bottom:  1px solid rgba(186, 219, 255, 0.15);
}
.marquee-view .marquee li span {
    display: inline-block;
    vertical-align: top;
}
.marquee-wrap .marquee-title span:nth-of-type(1) {
    width: 15%;
}
.marquee-wrap .marquee-title span:nth-of-type(2),
.marquee-wrap .marquee-title span:nth-of-type(3),
.marquee-wrap .marquee-title span:nth-of-type(4) {
    width: 25%;
}
.marquee-wrap .marquee-title span:nth-of-type(3) {
    width: 30%;
}

.marquee-view .marquee li span:nth-of-type(1) {
    width: 15%;
    color: #E5A970;
}
.marquee-view .marquee li span:nth-of-type(2),
.marquee-view .marquee li span:nth-of-type(3),
.marquee-view .marquee li span:nth-of-type(4) {
    width: 25%;
}
.marquee-view .marquee li span:nth-of-type(3) {
    width: 30%;
}


.marquee-wrap .marquee-title2 span:nth-of-type(1) {
    width: 20%;
}
.marquee-wrap .marquee-title2 span:nth-of-type(3) {
    width: 15%;
}
.marquee-wrap .marquee-title2 span:nth-of-type(2),
.marquee-wrap .marquee-title2 span:nth-of-type(4),
.marquee-wrap .marquee-title2 span:nth-of-type(5) {
    width: 20%;
}

.marquee-view .marquee2 li span:nth-of-type(1) {
    width: 20%;
    color: #E5A970;
}
.marquee-view .marquee2 li span:nth-of-type(3) {
    width: 15%;
}
.marquee-view .marquee2 li span:nth-of-type(2),
.marquee-view .marquee2 li span:nth-of-type(4),
.marquee-view .marquee2 li span:nth-of-type(5) {
    width: 20%;
}
.marquee-view .marquee2 li span:nth-of-type(5) {
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.content .monitor {
    width: 100%;
    color: #ffffff;
    /* text-align: center; */
}
.content .monitor li {
    /* width: 650px; */
    width: calc(100% / 3);
    width: 253px;
    height: 121px;
    padding: 30px 10px 10px 55px;
    background-size: 100% 100%;
    background: url('../img/but-bg2.png') no-repeat center center;
}
.content .monitor li p {
    margin-bottom: 10px;
}
.content .monitor li b {
    font-size: 1.5rem;
}
.content .monitor li small {
    color: #F03333;
}
/* .content .monitor li:nth-child(2) p {
    border-top: 2px solid #5fd5ec;
}
.content .monitor li:nth-child(3) p {
    border-top: 2px solid #97d664;
}
.content .monitor li:nth-child(4) p {
    border-top: 2px solid #ff9900;
} */

.content .base-wrap {
    margin-top: 30px;
}
.content .base-wrap .base-left {
    width: 48%;
}
.content .base-wrap .base-right {
    width: 48%;
    height: 1010px;
}

.content .base-wrap .base-item {
    padding-bottom: 30px;
    box-sizing: border-box;
    background-image: url('../img/rect.png');
    background-size: 100% 100%;
}

.base-wrap .base-item h5 {
    width: 80%;
    height: 100px;
    line-height: 100px;
    padding-left: 50px;
    font-size: 55px;
    font-weight: normal;
    color: #ffffff;
    background: linear-gradient(to left, #0f1b48, #0c3a6a);
}
.base-wrap .base-item .scale {
    padding: 30px 60px;
}
.base-wrap .base-item .scale .scale-item {
    text-align: center;
}
.base-wrap .base-item .scale label {
    color: #0387CB;
    margin-top: 20px;
    font-size: 48px;
}
.base-wrap .base-item .scale p {
    width: 200px;
    height: 200px;
    color: #ffffff;
    margin-top: 20px;
    font-size: 48px;
    border: 16px solid transparent;
    border-radius: 50%;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #222, #222), linear-gradient(90deg, #f0f2f5, #4da1ff);
}
.base-wrap .base-item .scale .scale-item:nth-of-type(2) p {
    background-image: linear-gradient(to right, #222, #222), linear-gradient(90deg, #f0f2f5, #fea082);
}
.base-wrap .base-item .scale .scale-item:nth-of-type(3) p {
    background-image: linear-gradient(to right, #222, #222), linear-gradient(90deg, #f0f2f5, #9fe6b8);
}
.base-wrap .base-item .top {
    width: 100%;
    height: 550px;
}

/* 产区 */
.region {
    position: absolute;
    top: 140px;
    left: 550px;
    width: 418px;
    height: 236px;
    overflow: hidden;
    /* background: url('../img/desc-bg.png') no-repeat center center; */
}
.region .bd {
    height: 100%;
}
.region .bd li {
    height: 100%;
    height: 236px;
    background: url('../img/desc-bg.png') no-repeat center center;
}
.region .bd li h5 {
    padding: 7.5px 0 0 38px;
    font-size: 16px;
    font-weight: normal;
}
.region .bd li p {
    padding: 13px 20px 0 25px;
    line-height: 25px;
    text-align: justify;
}
/* .region .bd li img {
    width:418px; 
    height:236px; 
    display:block;
} */


/* 右边 */
.content .right {
    position: absolute;
    top: -20px;
    right: 20px;
    width: 500px;
    height: auto;
    /* margin: 0 20px; */
}
.content .right .dropdown {
    width: 18%;
}
#trading {
    width: calc(100% - 20%);
}

.fadeshow {
    animation: fadeshow .5s linear forwards;
}
@keyframes fadeshow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
