/*去除鼠标悬停时的a标签的下划线*/
a:hover {
    text-decoration: none;
    color: #78B7FF;
    cursor: pointer;
    outline: none;
}

.bg-red {
    background: #78B7FF
}

.bg-morered {
    background-color: #78B7FF;
}

.fc-morered {
    color: #78B7FF;
}

.bg-fuzzy-blue {
    background: #78B7FF;
}

.bg-jb-pink {
    background: linear-gradient(180deg, #38AEFF 0%, #78B7FF 100%)
}

.next_button {
    background-color: #78B7FF !important;
}


