.user_box {
    background-image: url(../img/vip_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: rgb(159, 0, 1);
    overflow: hidden;
}

.painter_box {
    background-color: #f9f8f6;
    background-image: url(../img/painter_bg.png);
}


.build_bg{
    background-image: url(../img/build_bg.png);
    background-color: rgb(222, 0, 0);
}
.user_box_title {
    display: block;
    margin: 0 auto;
    margin-top: 60px;
}


.painter_box_title {
    margin-top: 102px;
    margin-bottom: 18px;
}

.user_content {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/

}

.user_item {
    width: 360px;
    height: 674px;
    padding: 40px;
    background: #FFFAEB;
    border-radius: 10px;
    border: 2px solid #ECECEC;
    margin-top: 60px;
    display: block;
    margin-left: 60px;
}
.user_item:nth-of-type(3n+1){
    margin-left: 0px;
}



.user_item_img {
    width: 280px;
    height: 364px;
}

.user_item_name {
    font-weight: 400;
    font-size: 24px;
    color: #642300;
    padding: 18px 0;
    text-align: center;
    display: block;
    text-decoration: none;
}

.user_item_tit {
    width: 275px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-image: url(../img/vip_title_bg.png);
    background-size: 100% 100%;
    font-weight: 400;
    font-size: 18px;
    color: #A14400;
}

.user_item_txt {
    margin-top: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #642300;
    line-height: 28px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis
}

.page_box {
    margin-top: 30px;
}

.vip_page_box.page_box .page_box_item {
    color: #fff;
}


@media screen and (max-width: 750px) {
    .user_box_title {
        width: 5.8rem;
        margin-top: .6rem;
    }

    .user_item {
        width: 6.1rem;
        margin-left: auto !important;
        margin: 0 auto;
        height: auto;
        margin-top: .8rem;
        padding: .66rem;
        /*margin-left: 0px;*/
    }

    .user_item_img {
        width: 4.76rem;
        height: 6.19rem;
        font-size: 0px;
    }


    .user_item_tit {
        width: 4.67rem;
        height: .76rem;
        line-height: .76rem;
        font-size: 14px;
    }

    .user_item_name {
        padding: .3rem 0;
        font-size: 20px;
    }

    .painter_box_title {
        margin-top: 1rem;
        margin-bottom: 0rem;
    }
}