body,html{
    padding: 0;
    margin: 0;
    /*火狐下隐藏滚动条
    overflow:-moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style:none;
    */
}
/* ::-webkit-scrollbar {display:none} */
body{
    overflow-x: hidden;
}

.font54px_torem{
    font-size: 3.375rem;
}
.blueText{
    color: #004297;
}
.whiteText{
    color: #fff;
}
.fontbold{
    font-weight: bold;
}
.suspended{
    visibility: hidden;
}