a:hover {
    text-decoration: none;
    color: #bf2318;
    ;
}

.new_onlinesale_title {
    display: flex;
    width: 100%;
    align-items: flex-end;
}

.new_onlinesale_title a {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    background-color: #F2F2F2;
    color: #7C7C7C;
    border: 0;
    border-radius: 0;
    height: 48px;
    line-height: 48px;
    width: 50%;
    cursor: pointer;
    display: block;
    border-right: 2px solid #fff;
}

.new_onlinesale_title a.is-active {
    height: 60px;
    line-height: 60px;
    background-color: #B93D3F;
    color: white;
}

.new_onlinesale_contents {
    margin-top: 40px;
    margin-bottom: 60px;
}

.new_onlinesale_contents01 h2 {
    color: #111111;
    font-weight: 400;
    font-size: 24px;
    margin: 0;

}

.jdt {
    height: 1px;
    width: 0%;
    background: #DDDDDD;
    margin-top: 10px;
    transition: all 1s linear;
}

.new_onlinesale_shop {
    width: 96%;
    margin: 25px auto;
    align-items: flex-end;
}

.new_onlinesale_shop01 a {

    display: block;
}

.new_onlinesale_shop01:last-child {
    margin-right: 0;
}

.new_onlinesale_shop01 p {
    color: #111;
    margin-top: 5px;
    text-align: center;
}

.new_onlinesale_shop01 img {
    max-width: 260px;
    width: 100%;
}

.new_onlinesale_shop01 a:hover p {
    color: #cc0000;
}

.onlinesale_choose_box {
    margin-bottom: 20px;
}

.new_onlinesale_shop01_left {
    /* margin-left: 10%; */
}

.onlinesale_choose_title {
    font-weight: bold;
    color: #111111;
    font-size: 16px;
    margin-right: 10px;
}

.onlinesale_choose_flag,
.onlinesale_choose_type {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    margin-right: 40px;
}

.onlinesale_choose_flag:hover,
.onlinesale_choose_type:hover {
    color: #cc0000;
}

.onlinesale_choose_table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 16px;
}

.onlinesale_choose_table table th {
    background: #F4F5F5;
    padding: 15px 5px;
    border: 1px solid #DDDDDD;
    border-bottom: none;
}

.onlinesale_choose_table table tr:last-child {
    border-bottom: 1px solid #DDDDDD;
}

.onlinesale_choose_table table tr:nth-child(2n) {
    background: #F4F5F5;
}

.onlinesale_choose_table table td {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 15px 5px;
    color: #666666;
    padding: 15px;
}

.onlinesale_choose_table table .num {
    text-align: center;
    width: 4%;
}

.onlinesale_choose_table table .shop {
    width: 20%;
}

.onlinesale_choose_table table .link {
    width: 76%;
}

.onlinesale_choose_table table .link a {
    word-break: break-all;
}

.onlinesale_choose_table p {
    font-size: 16px;
    font-weight: 400;
    color: #B93D3F;
    margin-top: 10px;
}

.onlinesale_choose_flag.active,
.onlinesale_choose_type.active {
    color: #cc0000;
}

.vue-loading-mask {
    position: absolute;
    z-index: 10000;
    background-color: rgba(255, 255, 255, .9);
    margin: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    transition: opacity .3s;
    display: none;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    border-radius: 5px;
}

.vue-loading-spinner {
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 100%;
    text-align: center;
    position: absolute;
}

svg:not(:root) {
    overflow: hidden;
}

.vue-loading-spinner .circular {
    width: 42px;
    height: 42px;
    animation: loading-rotate 1s linear infinite;
}

.vue-loading-spinner .path {
    stroke-dasharray: 90, 150;
    stroke-width: 2;
    stroke: #409eff;
}

.vue-loading-spinner .path {
    stroke: #B93D3F;
}

.pc_show {
    display: block;
}

.sp_show {
    display: none;
}

.onlinesale02_img {
    max-width: 160px !important;
    display: block;
    margin: 0 auto;
}

.onlinesale02_img_baidu {
    /* max-width: 150px!important; */
}

.onlinesale_code_bor {
    border: 5px solid #eeeeee;
    padding: 5px;
}

@media screen and (min-width: 975px) {

    .onlinesale_shop_code .new_onlinesale_shop01 {
        width: 23%;
        margin-left: 1.66%;
    }

    .onlinesale_shop_code .new_onlinesale_shop01:first-child {
        margin-left: 0%;
    }

    .onlinesale_shop_code2 .new_onlinesale_shop01 {
        margin-right: 2%;
        margin-bottom: 1%;
    }

    .shop_link p {
        max-width: 260px;
    }
}

@media screen and (min-width: 975px) and (max-width: 1400px) {
    .onlinesale_shop_code .new_onlinesale_shop01:first-child {
        margin-right: 3%;
    }

    /* .new_onlinesale_shop01 img,.shop_link p{
        max-width: 245px;
    } */
}

@media screen and (min-width: 975px) and (max-width: 1080px) {
    .onlinesale02_img {
        max-width: 130px !important;
    }
}

@media screen and (min-width: 975px) and (max-width: 1200px) {
    .onlinesale_shop_code2 .new_onlinesale_shop01 {
        margin-bottom: 2%;
    }
}

@media screen and (max-width: 974px) {
    .new_onlinesale_contents {
        margin-bottom: 0px;
    }

    .pc_show {
        display: none;
    }

    .sp_show {
        display: block;
    }

    .new_page_Spminheight {
        min-height: calc(100vh - 615px);
    }

    .onlinesale_sp_menu {
        width: 100%;
        background: #F5F5F5;
    }

    .onlinesale_sp_menu div {
        position: relative;
        margin-left: 3%;
    }

    .onlinesale_sp_menu_pingtai {
        /* width: 26%; */
    }

    .onlinesale_sp_menu_c_type {
        min-width: 22%;
        margin-left: 6% !important;
        max-width: 65%;
    }

    .onlinesale_sp_menu div img {
        max-width: 29px;
        width: 100%;
        position: absolute;
        left: 5px;
        top: 25px;
    }

    .onlinesale_sp_menu div p {
        font-size: 20px;
        font-weight: 500;
        color: #111111;
        width: auto;
        padding: 25px 15px 25px 47px;
        position: relative;
        line-height: 24px;
    }

    .onlinesale_sp_menu_span {
        position: absolute;
        right: -20px;
        top: 17px;
        width: 22px;
        height: 22px;
        display: block;
        overflow: hidden;
        transform: rotate(135deg);
    }

    .onlinesale_sp_menu_span i {
        width: 52px;
        height: 19px;
        display: block;
        background: #000;
        position: absolute;
        top: -2px;
        transform: rotate(45deg);
    }

    .sp_table {
        margin-top: 25px;
    }

    .onlinesale_sp_menu_box {
        position: relative;
    }

    .bg_new {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 998;
        display: none;
    }

    .onlinesale_sp_select {
        position: relative;
    }

    .onlinesale_sp_select01 {
        position: fixed;
        width: 100%;
        z-index: 999;
        background-color: rgb(242, 242, 242);
        left: 0;
        margin: 18px 0 0 0;
        display: none;
    }

    .onlinesale_sp_select01 ul {
        width: 85%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        overflow-y: auto;
        padding-bottom: 5%;
    }

    .onlinesale_sp_select01 ul li {
        font-size: 20px;
        padding: 5% 0 1% 0;
        border-bottom: 1px solid rgb(219, 219, 219);
    }

    .onlinesale_sp_select01 ul li.active {
        color: rgb(177, 12, 17);
    }

    .onlinesale_sp_select_pingtai::after {
        overflow: hidden;
        content: "";
        width: 18px;
        height: 18px;
        background-color: rgb(242, 242, 242);
        position: absolute;
        top: -8px;
        transform: rotate(45deg);
        left: 15%;
    }

    .onlinesale_sp_menu_p2_span {
        width: 96%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .onlinesale_sp_menu_p2 .onlinesale_sp_menu_span {
        right: -20px;
    }

    .onlinesale_choose_table {
        overflow: hidden;
        height: 873px;
        overflow-y: auto;
        margin-bottom: 15px;
    }

    .table_data_sp tr td a {
        color: #cc0000;
    }

    .new_onlinesale_shop01 img {
        width: 100%;
        max-width: 92%;
    }

    .new_img {
        width: 116% !important;
    }

    .new_onlinesale_shop01 {
        width: 48%;
        margin-left: 4%;
        margin-bottom: 25px;
        margin-right: 0;
        text-align: center;
    }

    .new_onlinesale_shop01:nth-child(2n+1) {
        margin-left: 0;
    }

    .onlinesale02_img {
        max-width: 176px !important;
    }

    .onlinesale_sp_bottom {
        margin-bottom: 50px;
    }

    .onlinesale02_img_baidu {
        /* max-width: 166px!important; */
    }

    .onlinesale_code_bor {
        border: 10px solid #eeeeee;
        padding: 10px;
    }
}


@keyframes loading-rotate {
    100% {
        transform: rotate(1turn);
    }
}

@-webkit-keyframes loading-rotate {
    100% {
        transform: rotate(1turn);
    }
}