.banner {
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
}



.case_title_tab_title_info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.case_title_tab_title {
    display: flex;
    align-items: center;
    height: 75px;
    margin-top: 36px;
}

.case_title_tab_title>a {
    font-size: 12px;
    color: #999999;
}

.case_title_tab_title>a:first-child {
    color: #333333;
}

.search_info {
    width: 330px;
    height: 31px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    margin-top: 36px;
    padding: 0 30px 0 16px;
    box-sizing: border-box;
    position: relative;
}

.search_info>input {
    flex: 1;
    padding: 0;
    border: 0;
    height: 17px;
    font-size: 13px;
    color: #333333;
    margin-right: 12px;
}

.search_info>input::placeholder {
    color: #999999;
    font-size: 13px;
}

.case_title_tab_title_right_img_box {
    height: 14px;
    width: 14px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -3px;
}

.case_title_tab_title_right_img_box img {
    width: 100%;
    height: 100%;
}

/* 筛选tab */
.case_title_tab {
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #f4f4f4;
    box-sizing: border-box;
    display: flex;
    height: 50px;
}

.case_title_tab:first-child {
    margin-top: 15px;
}

.case_title_class {
    color: #696969;
    font-size: 14px;
    margin-right: 8px;
    font-weight: 700;
    width: 75px;
}

.case_title_tab {
    display: flex;
    white-space: nowrap;

}

.case_title_tab_all {
    background: #d3010c;
    color: #fff;
    cursor: context-menu;
    line-height: 27px;
    border-radius: 2px;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 27px;
    justify-content: center;
    margin-left: 18px;
    padding: 0 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.case_title_tab_list {
    border-radius: 2px;
    color: #8a8a8a;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 27px;
    justify-content: center;
    line-height: 27px;
    margin-left: 18px;
    padding: 0 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.case_title_tab_item {
    flex: 1;
    display: flex;
    flex-wrap: wrap;

}

.case_class_title {
    display: flex;
    height: 30px;
    justify-content: center;
    margin-top: 36px;
    width: 100%;
}

.case_class_title_tab_box {
    display: flex;
    height: 31px;
    justify-content: space-between;
    width: 750px;
}

.cct_tab_list {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 80px;
}

.cct_tab_list_size_click {
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    height: 27px;
    justify-content: center;
    color: #2e2e2e;
}

.cct_tab_list_line {
    animation: cct_tab_list_line .3s linear forwards;
    background: #d3010c;
    height: 2px;
    width: 100%;
}

.cct_tab_list {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 80px;
}

.cct_tab_list_size {
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    height: 27px;
    justify-content: center;
    color: #969696;
}

/* 筛选内容 */
.designer_info {
    padding: 40px 0;
    box-sizing: border-box;
}

.designer_box {
    display: flex;
    justify-content: space-between;
}

.designer_left>.designer_left_item {
    width: 972px;
    height: 457px;
    background: #FCFCFC;
    padding: 24px;
    box-sizing: border-box;
    margin-bottom: 32px;
}

.designer_item_designer_info {
    display: flex;
    margin-bottom: 16px;
}

.designer_item_designer_info_img_box {
    width: 188px;
    height: 223px;
    margin-right: 16px;
}

.designer_item_designer_info_img_box>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.did_info_data_name {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.did_info_data_name_designer_name {
    font-size: 24px;
    margin-right: 8px;
}

.did_info_data_name_designer_position {
    padding: 2px 14px;
    box-sizing: border-box;
    background: #C9000E;
    border-radius: 12px;
    color: #ffffff;
}

.did_info_data_style_box {
    display: flex;
    flex-direction: column;
    height: 116px;
}

.did_info_data_style {
    display: flex;
    line-height: 20px;
}

.did_info_data_style_title {
    color: #7b7f7c;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.did_info_data_style_item {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #7b7f7c;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
}

.designer_item_designer_position {
    color: #72757e;
    font-size: 14px;
    font-weight: 400;
    height: 13px;
    margin-top: 8px;
}

.designer_item_designer_bottom_box {
    display: flex;
    height: 60px;
}

.designer_item_designer_bottom {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.designer_item_designer_bottom_title {
    color: #7b7f7c;
    font-size: 16px;
    font-weight: 700;
}

.designer_item_designer_bottom_data {
    color: #616161;
    display: flex;
    font-size: 19px;
    font-weight: 400;
}

.company {
    align-items: center;
    display: flex;
}

.vertical_line {
    background: #e9e9e9;
    margin: 0 17px;
    width: 1px;
}

.designer_item_designer_bottom_data {
    margin-bottom: 8px;
}

.designer_item_designer_bottom_data>img {
    height: 12px;
    margin-left: 5px;
    margin-top: 5px;
    width: 12px;
}

.designer_item_img_box {
    display: flex;
    justify-content: space-between;
}

.designer_item_img {
    width: 300px;
    height: 170px;
    cursor: pointer;
    overflow: hidden;
}

.designer_item_img img {
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
}

.designer_item_img img:hover {
    cursor: pointer;
    transform: scale(1.05);
}

.designer_item_right_box {
    width: 390px;
}

.dir_ranking {
    padding: 32px;
    box-sizing: border-box;
    border: 1px solid #F3F3F3;
    background: #FCFCFC;
}

.dir_ranking_top {
    display: flex;
    justify-content: space-between;
}

.dir_ranking_top_title {
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 500;
}

.dir_ranking_top_button {
    display: flex;
}

.dir_ranking_top_button_item_click,
.dir_ranking_top_button_item {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    width: 53px;
}

.dir_ranking_top_button_item {
    border-radius: 11px;
    color: #3b3b3b;
}

.dir_ranking_top_button_item_click {
    border: 1px solid #d3010c;
    color: #d3010c;
}

.designer_ranking_item_info_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 12px;
}

.designer_ranking_item {
    display: flex;
    height: 75px;
    margin-top: 25px;
}

.designer_ranking_item_photo {
    border-radius: 50%;
    height: 75px;
    width: 63px;
}

.designer_ranking_item_photo>img {
    width: 100%;
    height: 100%;
}

.designer_ranking_item_info_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 24px;
}

.designer_ranking_item_info {
    align-items: center;
    display: flex;
    height: 15px;
    width: 100%;
}

.designer_ranking_item_info_number {
    color: #6b6b6b;
    font-size: 16px;
    font-weight: 700;
}

.designer_ranking_item_info_name {
    color: #6b6b6b;
    font-size: 16px;
    font-weight: 700;
    margin-left: 6px;
    margin-top: 1px;
}

.designer_ranking_item_subscribe_box {
    display: flex;
    align-items: center;
    height: 21px;
    margin-top: 8px;
}

.designer_ranking_item_subscribe_size {
    color: #7b7f7c;
    font-size: 15px;
    font-weight: 400;
}

.designer_ranking_item_subscribe_number {
    color: #3b3b3b;
    display: flex;
    font-size: 20px;
    font-weight: 400;
    margin-left: 20px;
}

.designer_ranking_item_subscribe_number div {
    color: #3b3b3b;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
}

.decoration_quotation {
    padding: 32px;
    box-sizing: border-box;
    background: #FCFCFC;
    align-items: center;
    border: 1px solid #f3f3f3;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.decoration_quotation_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 13px;
}

.decoration_quotation_size_box {
    align-items: center;
    display: flex;
    height: 22px;
    justify-content: center;
    line-height: 22px;
    position: relative;
    margin-bottom: 4px;
}

.horizontal_line {
    background: #dfdfdf;
    height: 1px;
    width: 247px;
}

.decoration_quotation_size {
    background: #fff;
    color: #686868;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
}

.decoration_quotation_size_number {
    color: #d6000f;
    font-size: 16px;
    font-weight: 400;
}

.decoration_quotation_house_type {
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.decoration_quotation_house_type_size {
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 15px;
    font-weight: 700;
}

.decoration_quotation_house_type_size input {
    margin: 0;
    margin-right: 4px;
}


input {
    accent-color: red;
}
.decoration_quotation_user_data{
    width: 100%;
}
.decoration_quotation_user_data_item {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.decoration_quotation_user_data_item_house {
    height: 15px;
    margin-left: 18px;
    margin-top: 12px;
    opacity: .5;
    position: absolute;
    width: 17px;
}

.dqu_di_input {
    background: #fff;
    border: 1px solid #ededed;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 40px;
    width: 100%;
    font-size: 14px;
}

.decoration_quotation_user_data_item_company {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-right: 15px;
    margin-top: -30px;
    position: absolute;
    right: 0;
}
.decoration_quotation_user_data_item_name{
    height: 15px;
    margin-left: 20px;
    margin-top: 12px;
    opacity: .5;
    position: absolute;
    width: 12px;
}
.decoration_quotation_user_data_item_phone{
    height: 15px;
    margin-left: 17px;
    margin-top: 12px;
    opacity: .5;
    position: absolute;
    width: 17px;
}
.decoration_quotation_placeholder{
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
}
.decoration_quotation_button{
    background: #d6000f;
    height: 46px;
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.decoration_quotation_button_size{
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 23px;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    width: 100%;
}

/* 共用输入框 */
.decoration{
    align-items: center;
    background: rgba(0,0,0,.72);
    bottom: 0;
    display: flex;
    height: 94px;
    justify-content: center;
    min-width: 1520px;
    position: fixed;
    width: 100%;
}
.decoration_inside{
    display: flex;
    height: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /* width: 100%; */
}
.decoration_inside_title_box{
    display: flex;
    flex-direction: column;
    width: 305px;
}
.decoration_inside_title{
    -webkit-text-fill-color: transparent;
    background: linear-gradient(148deg,#eacda3,#d6ae7b);
    -webkit-background-clip: text;
    color: #d70010;
    font-size: 38px;
    font-weight: 400;
    height: 38px;
    line-height: 38px;
    margin-top: 17px;
}
.decoration_inside_content{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 14px;
    line-height: 14px;
    margin-top: 7px;
}
.decoration_content{
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 400;
    margin-left: 16px;
    margin-top: 19px;
}
.price{
    align-items: flex-end;
    display: flex;
    height: 38px;
    margin-left: 21px;
    margin-top: 25px;
    width: 175px;
}
.price_number{
    color: #fff;
    font-size: 47px;
    font-weight: 400;
    line-height: 38px;
}
.price_company{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    width: 14px;
}
.input_item_box{
    display: flex;
    margin-left: 50px;
}
.input_item_box>input{
    background: #555;
    border: 0;
    border-radius: 5px;
    box-sizing: border-box;
    color: #b5b5b5;
    font-size: 16px;
    font-weight: 400;
    height: 41px;
    line-height: 41px;
    margin-top: 25px;
    outline: none;
    padding-left: 15px;
    padding-right: 35px;
    width: 180px;
    margin-right: 8px;
}
.commit{
    align-items: center;
    background: linear-gradient(90deg,#fc3f49,#d3010c);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    height: 41px;
    justify-content: center;
    line-height: 41px;
    margin-left: 10px;
    margin-top: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 124px;
}
/* 分也起样式 */
.block {
    display: flex;
    justify-content: center;
}

.el-pagination {
    display: flex;
    align-items: center;
    /* padding: 40px 0 28px;
    box-sizing: border-box; */
}

.btn-prev {
    width: 70px !important;
    height: 40px !important;
    background: #fff !important;
}

.btn-prev>i::before {
    content: "上一页";
}

.btn-next {
    width: 70px !important;
    height: 40px !important;
    background: #fff !important;

}

.btn-next>i::before {
    content: "下一页";
}

.el-pagination.is-background .el-pager li {
    width: 40px !important;
    height: 40px !important;
    background-color: #fff !important;
    line-height: 40px !important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background: #C9000E !important;
}

.el-pagination span:not([class*=suffix]) {
    height: 40px !important;
}

.el-pagination__editor.el-input .el-input__inner {
    width: 40px !important;
    height: 40px !important;
}

.case_title_box {
    background: #fff;
    display: flex;
    height: 1.75rem;
    justify-content: center;
    margin-bottom: 0.52rem;
    position: relative;
}

.case_title_move {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    margin-bottom: 0.31rem;
    width: 93%;
}

.case_title_item {
    align-items: center;
    display: flex;
    height: 60%;
}

    .case_title_item p {
        color: #454545;
        font-size: .5rem;
        font-weight: 400;
        line-height: .5rem;
    }

.case_title_box .case_title .case_title_item img {
    margin-left: 0.05rem;
    width: .35rem;
    height: .4rem;
}

.xuanzhuan {
    transform: rotate(180deg);
}

.xuanzhuanBt {
    transform: rotate(0deg);
}

/* 筛选下拉菜单 */
.case_select_box {
    background: rgba(0, 0, 0, .6);
    height: 100vh;
    margin-top: 1.75rem;
    position: absolute;
    width: 100%;
    z-index: 11;
}

.case_select_list {
    background: #fff;
    border: 0.01rem solid #f4f4f4;
    border-radius: 0 0 0.5rem 0.5rem;
    overflow: hidden;
}

.case_select {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.8rem 0.45rem 4rem;
    width: 100%;
}

    .case_select > p {
        margin-top: .4rem;
    }

        .case_select > p:nth-child(-n+4) {
            margin-top: 0;
        }

    .case_select .case_select_p_click,
    .cs_item .case_select_p_click {
        border-color: #d8000f;
        border-radius: 0.06rem;
        color: #d40110;
    }

.case_select_p {
    background: #fff;
    font-size: .5rem;
    height: 1.25rem;
    line-height: 1.2rem;
    text-align: center;
    width: 3.07rem;
    border: 0.04rem solid #eaeaea;
    border-radius: 0.06rem;
    color: #757575;
}

.bottom_fixed {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem 0 2rem;
    box-sizing: border-box;
    box-shadow: 0.01rem 0.1rem 0.3rem 0.01rem #0003;
    height: 2rem;
    font-size: .64rem;
}

.bottom_fixed_clear {
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 2rem;
}

.bottom_fixed_determine {
    border: 0.03rem solid #d8000f;
    border-radius: 1rem;
    color: #d8000f;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    width: 8rem;
}

/* 手机筛选样式 */
.app_move {
    overflow: hidden;
}

.cs_list {
    width: 100%;
    height: 15rem;
    overflow-y: scroll;
}

.cs_list_info {
    padding: 0.8rem 0.45rem;
    box-sizing: border-box;
}

.cs_title {
    color: #454545;
    font-size: .62rem;
    font-weight: 500;
    height: 0.6rem;
    line-height: .6rem;
    margin-bottom: 0.5rem;
}

.cs_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .cs_item > p {
        margin-top: .4rem;
    }

        .cs_item > p:nth-child(-n+4) {
            margin-top: 0;
        }
/* 筛选tab */
.case_title_box {
    background: #fff;
    display: flex;
    height: 1.75rem;
    justify-content: center;
    margin-bottom: 0.52rem;
    position: relative;
}

.case_title_move {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    margin-bottom: 0.31rem;
    width: 93%;
}

.case_title_item {
    align-items: center;
    display: flex;
    height: 60%;
}

    .case_title_item p {
        color: #454545;
        font-size: .5rem;
        font-weight: 400;
        line-height: .5rem;
    }

.case_title_box .case_title .case_title_item img {
    margin-left: 0.05rem;
    width: .35rem;
    height: .4rem;
}

.xuanzhuan {
    transform: rotate(180deg);
}

.xuanzhuanBt {
    transform: rotate(0deg);
}

/* 筛选下拉菜单 */
.case_select_box {
    background: rgba(0, 0, 0, .6);
    height: 100vh;
    margin-top: 1.75rem;
    position: absolute;
    width: 100%;
}

.case_select_list {
    background: #fff;
    border: 0.01rem solid #f4f4f4;
    border-radius: 0 0 0.5rem 0.5rem;
    overflow: hidden;
}

.case_select {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.8rem 0.45rem 4rem;
    width: 100%;
}

    .case_select > p {
        margin-top: .4rem;
    }

        .case_select > p:nth-child(-n+4) {
            margin-top: 0;
        }

    .case_select .case_select_p_click,
    .cs_item .case_select_p_click {
        border-color: #d8000f;
        border-radius: 0.06rem;
        color: #d40110;
    }

.case_select_p {
    background: #fff;
    font-size: .5rem;
    height: 1.25rem;
    line-height: 1.2rem;
    text-align: center;
    width: 3.07rem;
    border: 0.04rem solid #eaeaea;
    border-radius: 0.06rem;
    color: #757575;
}

.bottom_fixed {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem 0 2rem;
    box-sizing: border-box;
    box-shadow: 0.01rem 0.1rem 0.3rem 0.01rem #0003;
    height: 2rem;
    font-size: .64rem;
}

.bottom_fixed_clear {
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 2rem;
}

.bottom_fixed_determine {
    border: 0.03rem solid #d8000f;
    border-radius: 1rem;
    color: #d8000f;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    width: 8rem;
}

/* 手机筛选样式 */
.app_move {
    overflow: hidden;
}

.cs_list {
    width: 100%;
    height: 15rem;
    overflow-y: scroll;
}

.cs_list_info {
    padding: 0.8rem 0.45rem;
    box-sizing: border-box;
}

.cs_title {
    color: #454545;
    font-size: .62rem;
    font-weight: 500;
    height: 0.6rem;
    line-height: .6rem;
    margin-bottom: 0.5rem;
}

.cs_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .cs_item > p {
        margin-top: .4rem;
        white-space:nowrap;
        text-overflow:ellipsis;
        overflow:hidden;
    }

        .cs_item > p:nth-child(-n+4) {
            margin-top: 0;
        }
/* 手机设计师列表 */
.designer_body_box_padding {
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .designer_body_box_padding > div {
        width: 93%;
        background-color: #fff;
        margin-bottom: 0.64rem;
    }

        .designer_body_box_padding > div:last-child {
            margin-bottom: 0;
        }

.designer_body_box {
    align-items: center;
    border-radius: 0.1rem;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    padding: 0.3rem 0.13rem 0.3rem 0.3rem;
    width: 100%;
}

.db_left {
    border-radius: 0.1rem;
    flex-shrink: 0;
    height: 5.55rem;
    position: relative;
    width: 4.26rem;
}

    .db_left > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover;
    }

.db_right {
    height: 100%;
    margin-left: 0.49rem;
    width: 100%;
}

.db_right_name {
    display: flex;
    margin-top: 0.25rem;
}

    .db_right_name p:first-child {
        color: #333;
        font-size: .7rem;
        font-weight: 700;
        height: 0.66rem;
        line-height: .66rem;
        white-space: nowrap;
    }

    .db_right_name p:nth-child(2) {
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        color: #333;
        display: -webkit-box;
        font-size: .55rem;
        font-weight: 700;
        text-overflow: ellipsis;
    }

.db_right_label {
    display: flex;
    flex-wrap: wrap;
    height: 1.5rem;
    margin-top: 0.3rem;
    overflow: hidden;
    width: 100%;
}

    .db_right_label > p {
        align-items: center;
        background: #b485180e;
        border-radius: 0.05rem;
        box-sizing: border-box;
        color: #b48518;
        display: flex;
        font-size: .5rem;
        font-weight: 400;
        justify-content: center;
        margin-bottom: 0.05rem;
        margin-right: 0.37rem;
        padding: 0 0.25rem;
    }

.db_right_work {
    display: flex;
    height: 1rem;
    margin-top: 0.7rem;
    width: 100%;
}

.db_right_work_item > p:first-child {
    color: #333;
    font-size: .5rem;
    font-weight: 700;
    height: 0.42rem;
    line-height: .21rem;
    text-align: center;
    width: 100%;
}

    .db_right_work_item > p:first-child > span {
        font-weight: 400;
    }

.db_right_work_item > p:nth-child(2) {
    color: #979797;
    font-size: .5rem;
    font-weight: 400;
    line-height: .19rem;
    margin-top: 0.3rem;
    text-align: center;
    width: 100%;
}

.db_right_vertical {
    background: #c5c5c5;
    height: 100%;
    margin: -0.16rem 0.21rem;
    opacity: .5;
    width: 0.02rem;
}

.db_right_button {
    align-items: center;
    background: linear-gradient(116deg,#e10019,#de6954);
    border-radius: 0.48rem;
    color: #fff;
    display: flex;
    font-size: .5rem;
    font-weight: 500;
    height: 0.86rem;
    justify-content: center;
    line-height: .21rem;
    margin-top: 0.5rem;
    width: 3rem;
}
    /* 宽度1200px-1440px */
    @media (min-width: 1200px) and (max-width: 1440px) {
        .case_title_tab {
            height: auto;
            align-items: baseline;
        }

        .case_title_tab_item > div {
            margin-top: 10px;
        }

            .case_title_tab_item > div:nth-child(-n+12) {
                margin-top: 0 !important;
            }

        .designer_ranking_item_subscribe_size {
            white-space: nowrap;
        }

        .decoration_content {
            white-space: nowrap;
        }

        .container {
            width: 1400px;
            margin: 0 auto;
        }
    }

    @media (min-width: 1026px) and (max-width: 1200px) {
        .case_title_tab {
            padding-bottom: 10px;
            padding-top: 10px;
            height: auto;
            align-items: baseline;
        }

        .case_title_tab_item > div {
            margin-top: 10px;
        }

        .case_title_tab_list:first-child {
            padding: 0 20px;
            box-sizing: border-box;
        }

        .case_title_tab_item > div:nth-child(-n+10) {
            margin-top: 0 !important;
        }

        .container {
            width: 1400px;
            margin: 0 auto;
        }
    }
    /* 线条动画 */
    @keyframes cct_tab_list_line {
        0% {
            width: 0;
        }

        100% {
            width: 100;
        }
    }
    /*翻页样式*/
    .pagination {
    display: flex;
    align-items: center;
    padding: 40px 0 28px;
    box-sizing: border-box;
    justify-content: center;
}

    .pagination span {
        cursor: pointer;
        width: 40px !important;
        height: 40px !important;
        background-color: #fff !important;
        line-height: 40px !important;
        text-align: center;
        margin: 0 5px;
    }

        .pagination span.active {
            background: #C9000E !important;
            color: #fff;
        }

.pre, .next {
    width: 70px !important;
    height: 40px !important;
    background: #fff !important;
}

