.tools-cent section{
    border:1px solid #eee;
    padding: 0.5rem;
    border-radius: 4px 4px 0 0;
    background-color: #607D8B;
}

.night .tools-cent section{
    border: 1px solid #444;
    background-color: #181a1b;
}

.tools-cent section:last-child{
    margin-bottom: 0
}

.tools-cent section>p{
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5rem;
    color: #fff;
}

.night .tools-cent section>p{
    border-bottom: 1px solid #444;
    color: #aaa;
}

.maincanshu{
    border-radius: 0 0 4px 4px !important;
    border-top:0 !important;
}

.maincanshu>div{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
}

.maincanshu.gpudivs>div{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.maincanshu>div>div{
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    background-color: #f6f7fa;
}

.night .maincanshu>div>div{
    border: 1px solid #444;
    background-color: #232627;
}

.maincanshu>div>div>div>span{
    margin-bottom: 0.75rem;
    display: inline-block;
}

.night .maincanshu>div>div>div>span{
    color: #aaa;
}

.maincanshu>div>div>div>div{

}

.maincanshu>div>div>div>div>span:nth-child(1){
    color: #607d8b;
    font-weight: 500;
    font-size: 0.9rem;
    margin-right: 0.05rem;
}

.night .maincanshu>div>div>div>div>span:nth-child(1){
    color: #05b672;
}

.maincanshu>div>div>div>div>span:nth-child(2){
    font-size: 0.6rem;
}

.maincanshu>div>div button{
    background-color: transparent;
    border: 1px solid #eee;
    padding: 0.2rem 0.4rem;
    font-size: 0.55rem;
    cursor: pointer;
    color: #888;
}

.night .maincanshu>div>div button{
    color: #888;
    border: 1px solid #444;
}

/* ####################################### */
.scrtop{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.scrtopadiv{
    display: flex;
    align-items: center;
}

.scrtopadiv .scrtsvg {
    margin-right: 0.5rem;
    width: 4rem;
    text-align: center;
}

.scrtopadiv .scrtsvg i{
    font-size: 1.2rem;
    padding: 0.5rem;
    border: 1px solid #eee;
    border-radius: 100%;
    color: #fff;
}

.vwal{
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
}

.night .vwal{
    color: #ccc;
}

.vwalx{
    font-size: 1rem;
    color: #fff;
    margin: 0 0.5rem;
    line-height: 1;
}

.night .vwalx{
    color: #ccc;
}

.scrtopadivtit {
    color: #fff;
    margin-bottom: 0.5rem;
}

.mono{
    color: #fff;
}

/* ####################################### */

.sctopc{
    display: flex;
    gap: 0.5rem;
}

.sctopc button{
    padding: 0.35rem 0.75rem;
    background-color: #445e6c;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 0.6rem;
}

.night .sctopc button{
    background-color: #444;
}

/* ####################################### */

@media screen and (max-width: 1200px){
    .maincanshu>div {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 1070px){
    .maincanshu>div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 886px){
    .maincanshu>div {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 680px){
    .maincanshu>div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 540px){
    .scrtop {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .scrtopadiv {
        margin-bottom: 0.75rem;
    }
}

@media screen and (max-width: 400px){
    .maincanshu>div {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media screen and (max-width: 310px){
    .vwal {
        color: #fff;
        font-size: 1rem;
    }
    .scrtopadiv .scrtsvg {
        margin-right: 0.5rem;
        width: 2rem;
    }
    .scrtopadiv .scrtsvg i {
        font-size: 0.8rem;
    }
    
}

