.main .title, .main1 .title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.main .aid-title {
    color: #009fd4;
    font-size: 1.3rem;
    text-align: center;
}

.welcome .cooperation, .welcome .coin {
    text-align: center;
}

.welcome .cooperation {
    padding: 2.5rem 0 1.5rem;
}

.welcome .cooperation .img {
    width: 100%;
    height: 12rem;
    border-radius: 2.5rem;
}

.statistics .title {
    text-align: left;
}

.statistics .title img {
    padding: 0 5px;
}

.statistics .data {
    margin: 2rem 0;
}

.statistics .data .main-coin {
    color: #edb872;
}

.statistics .data .m-table, .statistics .operate .m-table {
    display: flex;
    flex-direction: row;
    font-size: 1.2rem;
}

.statistics .data .m-table > div, .statistics .operate .m-table > div {
    flex: 1;
}

.operate .bandwidth, .operate .energy {
    display: flex;
}

.operate .progress-section {
    margin: 5px 0 1rem;
}

.operate .bandwidth > div, .operate .energy > div {
    display: inline-block;
}

.operate .progress {
    width: 85%;
    margin: 0 6px 0 0;
}

.operate .bandwidth .progress {
    background: rgb(255, 240, 214);
}

.operate .bandwidth .progress-bar {
    background: linear-gradient(90deg, #f8e0ac, #edb872);
}

.operate .bandwidth i {
    color: #edb872;
}

.operate .energy .progress {
    background: rgb(214, 226, 255);
}

.operate .energy .progress-bar {
    background: linear-gradient(90deg, rgb(60, 193, 255), rgb(42, 128, 255));
}

.operate .energy i {
    color: rgb(140 177 231);
}

.operate .popover.fade {
    background: rgb(255, 240, 214);
    color: rgb(90, 67, 33);
    font-size: 1rem;
}

.operate .btn-ju {
    line-height: 3rem;
}

.gain {
    background: linear-gradient(90deg, rgb(248, 224, 172), rgb(237, 184, 114));
    border-radius: 5px;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
}

.gain div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.gain p {
    margin: 0;
    padding: 1rem 0;
    color: #999;
}

.gain img {
    width: 2rem;
}

.blockchain {
    text-align: center;
}

.blockchain .node {
    background: url("/h5/ju/img/bg_node.png") no-repeat;
    background-size: cover;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 15px;
}

.blockchain .node p {
    font-size: 3rem;
    font-weight: bold;
}

.blockchain .title {
    margin: 3rem 0 2rem;
    text-align: center;
}

.blockchain .machine, .blockchain .finance {
    padding: 10px 0 6px;
    border-radius: 10px;
    color: black;
    font-weight: bold;
}

.blockchain .machine p, .blockchain .finance p {
    margin: 0;
}

.blockchain .machine {
    background: #efe27f;
}

.blockchain .finance {
    background: rgb(140, 255, 179);
    margin-top: 1rem;
}

.m-list .tb-header span:nth-child(2), .m-list .tb-body div span:nth-child(2) {
    flex: 2;
}

.free-time .img {
    border-radius: 15px;
    height: 12rem;
    width: 100%;
}

.free-time .desc {
    font-size: 1.2rem;
}

.free-time .img-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0 2rem;
}

.main1 {
    padding: 0;
}

.main1 .global .map {
    background: white;
}

h3 {
    font-size: 2rem;
    line-height: 2rem;
    padding-left: 1rem;
    padding-top: 4px;
}

.cooperation h3 {
    border-left: #59b868 solid 2px;
}

.cooperation .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 1rem;
    line-height: 1.2rem;
}

.cooperation .list > div {
    display: flex;
    justify-content: flex-start;
    width: 27vw;
    align-items: center;
    background: #474747;
    margin-top: 14px;
    height: 4rem;
    padding: 0 5px;
}

.cooperation .list div div {
    display: inline-block;
    margin-left: 6px;
}

.cooperation .list div img {
    width: 2rem;
}