.type-price-title {
    font-size: 1.56rem;
    font-weight: bold;
    color: #fff;
    background: #010101;
    padding: 1.25rem;
    text-align: center;
}

.type-price-box .tabs-title {
    display: none;
}

.type-price-box .type-price-tabs {
    margin: 1.88rem 0;
}

.type-price-box .type-price-tab {
    padding: .63rem 0;
    border-right: 1px solid #ccc;
    position: relative;
}

.type-price-box .type-price-tab::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 20px;
    width: 16px;
    height: 9px;
    background: url('../image/down.png') no-repeat;
    background-size: 100%;
}

.type-price-box .type-price-tab:first-child::after {
    content: "";
    background: none
}

.select .btn {
    border: 1px solid #ccc;
}

.type-price-item {
    border-bottom: 1px solid rgba(25, 31, 37, 0.4);
    font-weight: bold;
}

.type-price-item-img {
    width: 100%;
    height: 25rem;
    border: 0;
}

.type-price-item-img .img {
    width: 100%;
    height: 100%;
}

.type-price-item-author {
    font-size: .88rem;
    font-weight: 100;
}

.type-price-item-title {
    font-size: 2.5rem;
}

.type-price-item-des {
    font-size: 1.56rem;
}

.type-price-item-content {
    margin-top: 1.88rem;
    font-size: 1rem;
}

.type-price-list {
    font-size: .88rem;
    font-weight: bold;
}

.type-price-item-name {
    font-size: 1rem;
    border-bottom: 1px solid #191F25;
}

.type-price-item-name>div {
    font-size: .75rem;
    font-weight: 100;
    color: rgba(0, 0, 0, .7);
    margin-top: .94rem;
}

.type-price-item-name>div,
.type-price-item-name-item>div {
    flex: 1;
    text-align: left;
}

.type-price-item-name .price {
    font-size: 1rem;
    color: #B43D3D;
}

.type-price-item-name-item {
    padding: .31rem 0;
    border-bottom: 1px solid rgba(25, 31, 37, 0.4);
}

.type-price-item-ptice {
    display: inline-block;
    border: 2px solid #000000;
    margin-top: 1.25rem;
}

.type-price-item-ptice span {
    display: inline-block;
    padding: 0 1.88rem;
}

.type-price-item-ptice span:first-child {
    padding: .31rem .63rem;
    background: #000000;
    color: #fff;
}

@media (max-width: 992px) {
    /* .type-price-box .container{
        padding: 0;
    } */
    .type-price-list {
        padding: 1.88rem 0;
        border-bottom: 1px solid rgba(25, 31, 37, 0.4);
    }
    .type-price-item {
        border: 0;
    }
    .type-price-item-content {
        margin-bottom: 1.25rem;
    }
    .type-price-box .tabs-title {
        display: block;
        margin-top: 1.88rem;
    }
    .type-price-box .tab-title {
        display: none;
    }
    .type-price-box .type-price-tabs {
        margin: 0;
    }
    .type-price-box .type-price-tab {
        text-align: center;
        border: 1px solid #ccc;
    }
    .type-price-item-img {
        height: 20rem;
    }
    .select .dropdown,
    .select .dropdown-menu {
        width: 60%;
    }
    .select .btn {
        width: 100%;
        margin: .63rem 0;
    }
}

@media (min-width: 992px) {
    .type-price-item {
        padding: 1.88rem 1.88rem 1.88rem 0;
    }
    .type-price-box .type-price-tab {
        width: 12%;
        margin: 0 .31rem;
    }
}