@charset "utf-8";

.all-shejidanpin-banner {
    height: 314px;
    background: url(../../images/all-shejidanpin/bg.png) no-repeat center #1B284A;
}

.all-shejidanpin-banner-cont {
    height: 314px;
    color: #fff;
}

.all-shejidanpin-banner-title {
    font-size: 48px;
    font-weight: bold;
}

.all-shejidanpin-banner-subtitle {
    box-sizing: border-box;
    height: 28px;
    line-height: 26px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 0 16px;
    font-size: 16px;
    margin-top: 15px;
}

.all-shejidanpin-banner-description {
    color: rgba(255, 255, 255, .5);
    margin-top: 10px;
}

.all-shejidanpin-banner-btns {
    margin-top: 25px;
    text-align: center;
}

.all-shejidanpin-banner-button {
    width: 175px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
}

.items-products .items-block {
    flex-wrap: wrap;
    justify-content: space-between;
}

.items-products .item {
    box-sizing: border-box;
    width: 580px;
    height: 230px;
    margin-bottom: 30px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 36px 0;
    align-items: stretch;
    transition: all .3s ease;
}

.items-products .item:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, .12);
}

.items-products .item-l {
    width: 190px;
    border-right: 1px dashed #E5E5E5;
    text-align: center;
}

.items-products .img-block {}

.items-products .item-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 12px;
}

.items-products .item-btn {
    margin-top: 24px;
}

.items-products .item-button {
    width: 100px;
    height: 36px;
    line-height: 36px;
}

.items-products .item-r {
    width: 0;
    flex: 1 1 auto;
    padding: 0 32px;
    align-items: flex-start;
    justify-content: space-between;
}

.items-products .item-p {
    color: #666;
    line-height: 1.5714em;
    max-width: 100%;
}

.items-products .item-subtitle {
    font-size: 16px;
    position: relative;
    padding-bottom: 8px;
}

.items-products .item-subtitle:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: var(--main-color);
    left: 0;
    bottom: 0;
}

.items-products .item-tag-block {
    margin: 18px 0 -10px;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 323px;
}

.items-products .item-tag {
    box-sizing: border-box;
    height: 17px;
    border: 1px solid;
    line-height: 15px;
    padding: 0 5px;
    font-size: 12px;
    margin: 0 10px 10px 0;
}

.items-products .item-tag:nth-child(1) {
    color: #FFC444;
}

.items-products .item-tag:nth-child(2) {
    color: #F68248;
}

.items-products .item-tag:nth-child(3) {
    color: #56BBCA;
}

.items-products .item-tag:nth-child(4) {
    color: #4996E4;
}

.items-products .item-tag:nth-child(5) {
    color: #978DDC;
}