.project-content {
    width: 100%;
    padding: 50px 0 30px 0;
    color: white;
    background-color: #1a1a1a;
}

.project-main {
    width: fit-content;
    max-width: 1260px;
    display: flex;
    grid-gap: 20px;
    margin: 40px auto;
}

.text-color-change {
    background: -webkit-linear-gradient(67deg,
            rgb(244, 170, 181),
            rgb(250, 206, 124));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-color-change-two {
    background: -webkit-linear-gradient(67deg, rgb(250, 206, 124), rgb(145, 218, 254));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-color-change-three {
    background: -webkit-linear-gradient(67deg,
            rgb(145, 218, 254), rgb(111, 249, 233));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.project-item {
    width: fit-content;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding: 49px 48px 99px 48px;
    border: 2px solid white;
    box-sizing: border-box;
    background-color: black;
}

.project-item-one {
    border-image: linear-gradient(to right, #f4aab5,#face7c) 10;
}

.project-item-two {
    border-image: linear-gradient(to right, #face7c, #91dafe) 10;
}

.project-item-three {
    border-image: linear-gradient(to right, rgb(145, 218, 254), rgb(111, 249, 233)) 10;
}

.project-item:hover {
    background: -webkit-linear-gradient(0deg, rgb(244, 170, 181), rgb(250, 206, 124));
    -webkit-text-fill-color: transparent;
}

.project-item-two:hover {
    background: -webkit-linear-gradient(0deg,
            rgb(250, 206, 124), rgb(145, 218, 254));
    -webkit-text-fill-color: transparent;
}

.project-item-three:hover {
    background: -webkit-linear-gradient(0deg, rgb(145, 218, 254), rgb(111, 249, 233));
    -webkit-text-fill-color: transparent;
}

.project-item:hover .text-color-change,
.advan-text,
.text-per-mon {
    background: -webkit-linear-gradient(0deg, #ffffff, #ffffff);
    -webkit-background-clip: text;
}

.project-content .price {
    margin-top: 31px;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
}

.project-content .line {
    width: 100%;
    border: 1px white solid;
    margin-top: 30px;
}

.project-content .advantage {
    margin-top: 42px;
    background: none;
}

.advan-item {
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    grid-gap: 20px;
    align-items: center;
}

.advan-text {
    font-size: 16px;
    line-height: 24px;
}

.advan-item .img {
    width: 27px;
    height: 27px;
    background-image: url('../img/images/Project/hook-1.png');
    background-position: center;
    background-size: contain;
}

.project-item-two .advan-item .img {
    background-image: url('../img/images/Project/hook-2.png');
}

.project-item-three .advan-item .img {
    background-image: url('../img/images/Project/hook-3.png');
}

.project-item:hover .img {
    background-image: url('../img/images/Home/hook.png');
}

.project-bottom {
    width: 100%;
    padding-top: 41px;
    background-color: #1a1a1a;
    border-bottom: 1px solid #404040;
}

.project-bottom-main {
    width: 1280px;
    height: 337px;
    display: flex;
    margin: auto;
}

.project-bottom-main .item-1 {
    width: 434px;
    height: 358px;
    border: 10px solid transparent;
    box-sizing: border-box;
}

.project-bottom-main .item-top {
    display: flex;
    font-size: 40px;
    line-height: 65px;
    color: white;

}

.project-bottom-main .text {
    margin-left: 10px;
}

.project-bottom-main h2 {
    color: white !important;
}

.project-bottom-main .item-top img {
    width: 65px;
    height: 62px;
}

.project-bottom-main .item-bottom {
    width: 430px;
    height: 193px;
    margin-top: 33px;
    font-size: 20px;
    line-height: 34px;
    color: #c0c0c0 !important;
}

.item-2 {
    padding: 0 0 0 100px;
}

.item-2 .text-title {
    font-size: 22px;
    font-weight: 400;
    margin-left: 13px;
    padding: 0;
}

.item-bottom .text-title div {
    margin-bottom: 20px;
}

.item-bottom-btn {
    width: 315px;
    height: 74px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding-top: 15px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 20px;
    background: linear-gradient(70deg, black, #3c3c3c, black);
}

.item-bottom-btn:hover {
    background: white;
}

.item-bottom-btn:hover .btn-text-one {
    color: black;
}

.project-bottom-box {
    width: 100%;
    height: 87px;
    background-color: #1a1a1a;
    color: #c0c0c0 !important;
}

.project-bottom-text {
    width: 1280px;
    margin: auto;
    padding-left: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.project-bottom-text {
    width: 1280px;
    height: 87px;
    margin: auto;
    line-height: 87px;
    font-size: 20px;
    font-weight: 600;
}


/*
*
*
*媒体查询
*
*
*/
@media (max-width:992px) {
    .module-four-title {
        margin-top: 0;
        margin-bottom: 0;
    }

    .project-main {
        flex-direction: column;
        grid-gap: 30px;
        margin: 25px auto;
    }

    /* 颜色变化方向改为纵向 */
    .project-item {
        padding: 10px 30px 10px 30px;
    }

    .project-item-one {
        border-image: linear-gradient(to bottom, #FBF6B0, #f4aab5) 10;
    }

    .project-item-two {
        border-image: linear-gradient(to bottom, #DEC7F5,#face7c) 10;
    }

    .project-item-three {
        border-image: linear-gradient(to bottom, #C3E298, #91dafe) 10;
    }

    .project-item:hover {
        background: -webkit-linear-gradient(-90deg, #FBF6B0,rgb(244, 170, 181));
        -webkit-text-fill-color: transparent;
    }

    .project-item-two:hover {
        background: -webkit-linear-gradient(-90deg,
                 #DEC7F5,rgb(250, 206, 124));
        -webkit-text-fill-color: transparent;
    }

    .project-item-three:hover {
        background: -webkit-linear-gradient(-90deg, #C3E298, rgb(111, 249, 233));
        -webkit-text-fill-color: transparent;
    }

    .advantage {
         display: flex;
        flex-direction: column;
    }
}
