body {
    font-size: 0.95em;
}
.nav-link {
    transition:none;
}
.review-block{
    height: 110px;
    line-height: 25px;
}
.bg-viomall{
    background-color: #003b8e;
}
.bg-gray{
    background-color: #f0f0f0;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
    font-size: 0.9em;
}
.text-success {
    color: rgb(70, 182, 0) !important;
}
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
/* a {
    text-decoration: none;
} */
.btn-purple {
    color: white;
    background-color: #6f42c1;
    border-color: #6f42c1;
}
.text-purple {
    color: #6f42c1;
}
.bg-purple {
    background-color: #6f42c1;
}
.border-purple {
    border-color: #6f42c1;
}

.tenCore {
    text-align: center;
}
.tenCore i{
    color: var(--success);
    font-size: 28px;
}
.tenCore :first-child {
    margin-bottom: 0;
}

.featurette {
    padding: 100px 100px;
    margin: 20px 0;
    justify-content: space-between;
    transition: all .3s;
}
.featurette.flex-row-reverse {
    background-color: var(--light);
}
.featurette:hover {
    background-color: var(--dark);
    color: var(--light);
}
.featurette img {
    transition: all .3s;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    border: 1px solid var(--grey);
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.featurette img:hover {
    transform: translateY(-120px);
}
.featurette:hover  img {
    transform: scale(1.1);
}
.featurette i {
    font-size: 50px;
    color: var(--success);
    margin-bottom: 100px;
}
.spanjianbian {
    background-image: url(/images/jianbainditu.png);
    background-size: cover;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.tableMark i {
    color: var(--purple);
    font-weight: bolder;
}
.tableMark span {
    color: var(--grey);
}
.h7cFloat {
    transition: all .3s;
    cursor: default;
    border: 1px solid var(--grey);
}
.h7cFloat:hover {
    transform: scale(1.05);
    border: 1px solid var(--secondary);
}