﻿.line-next {
    line-height: 60px;
    text-align: center;
    color: #fff;
}

.line-golden {
    border: 1px solid #CDB48D;
}

.line-red {
    border: 1px solid #B60102;
}

.bg-red {
    background-color: #B60102;
}

.bg-golden {
    background-color: #CDB48D;
}

.bg-golden-red {
    background: linear-gradient(to right, #CDB48D, #B60102);
}

.celue {
    background-image: url('../image/lcbg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.color-red {
    color: #C81F3C;
}

.flex-sub {
    flex: 1;
}

.text-golden-red {
    background: -webkit-linear-gradient(left, #333333, #B60102);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    /* 使背景色覆盖整个元素 */
}
.scalex-right{
    transform: scaleX(-1);
}
@media (min-width: 992px) {}

@media (min-width: 576px) and (max-width:991px) {}
