.el-card {
    --el-card-border-radius: .5rem;
}

.carousel-height {
    height: 600px;
}

.product-card {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.product-container{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.el-tabs--right {
    flex-direction: row-reverse;
}

.el-tabs--right .el-tabs__header.is-right {
    margin-right: 10px;
}

.el-tabs--left, .el-tabs--right {
    overflow: unset;
}

.el-tabs__content {
    overflow: unset;
    height: 100%;
}

.el-tabs--right .el-tabs__item.is-right {
    width: 240px;
}

.el-tab-pane {
    padding: 0;
}

.el-tab-pane .first-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}

.text-title-t3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #252b3a;
}

.el-tab-pane .first-title span {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gutter-row {
    margin-left: -5px;
    margin-right: -5px;
}

.gutter-col {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.card-list-container .card-item .card-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
}

p:last-child {
    margin-bottom: 0;
}

p:first-child {
    margin-top: 0;
}

.card-title {
    margin-top: 0;
    font-size: 1.075rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px;
}

.card-text-body {
    margin-top: 0;
    color: #6b7280;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    text-overflow: ellipsis;
}

.banner-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 600px;
    justify-content: center;
    position: relative;
}

.banner-title {
    display: inline-block;
    max-width: calc(100% - 56px);
}

.banner-title .text-title-t2 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-title-t2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #252b3a;
}

.banner-btnGroup {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: var(--el-menu-text-color);
    display: inline-flex;
}

.el-tabs__nav-scroll{
    display: flex;
    align-items: center;
    justify-content: center;
}

.el-tabs__nav-wrap{
    background-color: #ffffff;
    /*border-radius: .5rem;*/
}

.el-tabs__item {
    height: 50px;
}

#footer {
    display: none;
}

.product-container-mt {
    margin-top: 10px;
}

@media (max-width: 1440px) {
    .product-container{
        max-width: 1190px;
    }
}

@media (min-width: 1024px) {
    .gutter-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .gutter-col {
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px;
    }

    .product-container-mt {
        margin-top: 30px;
    }
}

@media (max-width: 640px) {

    .carousel-height {
        height: 280px;
    }

    .el-tabs--right .el-tabs__item.is-right {
        width: 100%;
    }

    .el-tabs__content{
        border-left: 0;
    }

    .product-container{
        margin-left: 10px;
        margin-right: 10px;
    }

    .product-card {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.product-footer {
    background-color: #FFFFFF;
    border-top: 1px solid var(--el-menu-border-color);
    padding: 18px 0;
}

.product-footer-inner {
    align-items: center;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.el-backtop {
    display: none;
}

.product-footer_price {
    align-items: center;
    display: flex;
}

.el-segmented--large .el-segmented__item, .el-segmented--large .el-segmented__item-selected {
    border-radius: calc(var(--el-border-radius-base));
}

.el-tabs__header {
    margin: 0;
}

.notice .el-form-item__content{
    line-height: unset;
}

.notice .el-form-item__label {
    color: rgb(235, 180.6, 99);
}

.rule-desc {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

.el-scrollbar__view{
    height: 100%;
}