.golden_ponder {
    background-image: linear-gradient(45deg,rgba(64,158,255,0.9), rgba(0,209,146,0.8));
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}
.masspoint {
    background-image: linear-gradient(rgba(13,172,103,0.2), rgba(13,172,103,0.6));
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}
.GHBESS {
    background-image: linear-gradient(rgba(0,181,159,0.5), rgba(6,65,125,0.6));
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}
.flytess {
    background-image: radial-gradient(rgba(103,183,47,0.7), rgba(14,57,115,0.7));
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}
.e_ces {
    background-image: radial-gradient(rgba(78,192,239,0.7), rgba(78,192,239,0.5));
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}
.total {
    background-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)),url("../../user/png/ZEROCO2.png");
    background-repeat: no-repeat;     /* 不平铺 */
    background-size: 25% auto;
    background-position: center center;  /* 水平居中，顶部对齐 */
}
.card_transparent {
    opacity: 0.95;
}
.ArialText {
    font-family: Arial, sans-serif; /* 设置字体为 Arial */
    font-weight: bold;             /* 设置为粗体 */
}