/* 广告图 */
.banner {
    width: 100%;
}

/* 精选案例 */
.awesome_item_box {
    padding-bottom: 68px;
    padding-top: 32px;
    box-sizing: border-box;
    background: #F8F8F8;
}

.awesome_item {
    padding: 24px 22px 24px 40px;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;

}

.awesome_item:last-child {
    margin-bottom: 0;
}

.awesome_item_left {
    width: 190px;
}

.awesome_item_designer_head_img_box {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 27px;
}

.awesome_item_designer_head_img_box>img {
    -webkit-user-drag: none;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.awesome_item_designer_name {
    font-size: 26px;
    text-align: center;
    margin-top: 14px;
    line-height: 37px;
}

.awesome_item_designer_position {
    font-size: 16px;
    text-align: center;
    color: #666666;
    line-height: 22px;
}

.awesome_item_designer_data_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 11px;
}

.aid_data {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.aid_data_title {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    height: 18px;
    line-height: 18px;
}

.aid_data_content {
    color: #0c0c0c;
    font-size: 18px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
}

.aid_data_line {
    background: #d3d3d3;
    height: 30px;
    width: 1px;
}

.awesome_item_designer_style {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #999;
    display: -webkit-box;
    margin-top: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.awesome_item_designer_style_title {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    height: 16px;
    line-height: 16px;
}

.awesome_item_designer_style_content {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    height: 13px;
    line-height: 23px;
}

.awesome_item_designer_btn {
    display: flex;
    margin-top: 26px;
}

.awesome_item_designer_button_left {
    padding: 5px 0 6px;
    box-sizing: border-box;
    flex: 1;
    background-color: #C9000E;
    border-radius: 3px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #C9000E;
    cursor: pointer;
}

.awesome_item_designer_button_left:hover {
    background: #e3040f;
}

.awesome_item_designer_button_right {
    padding: 5px 0 6px;
    box-sizing: border-box;
    flex: 1;
    margin-left: 12px;
    border: 1px solid #C2C2C2;
    color: #999999;
    text-align: center;
    border-radius: 3px;
}

.awesome_item_designer_button_right:hover {
    border: 1px solid #ababab;
    color: #9c9c9c;
}

.awesome_item_right {
    display: flex;
}

.awesome_item_right_img {
    width: 759px;
    height: 502px;
    margin-right: 18px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.awesome_item_right_img>img {
    width: 100%;
    height: 100%;
}

.img_mask {
    width: 100%;
    height: 45px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    box-sizing: border-box;
}

.awesome_item_case_center_title {
    color: #ffffff;
    font-size: 20px;
    margin-right: 12px;
}

.awesome_item_case_right_top {
    width: 331px;
    height: 243px;
    margin-bottom: 18px;
}

.awesome_item_case_right_top>img {
    width: 100%;
    height: 100%;
    border-radius: 5px;

}

.awesome_item_case_right_bottom {
    width: 331px;
    height: 243px;
}

.awesome_item_case_right_bottom>img {
    width: 100%;
    height: 100%;
    border-radius: 5px;

}

/* 热门精选 */
.awesome_history_case_box {
    background: #F8F8F8;
    padding-bottom: 68px;
}

.awesome_history_case_title {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 63px;
    text-align: center;
}

.awesome_history_case_box_list {
    display: flex;
    justify-content: space-between;
}

.awesome_history_item {
    width: 31.43%;
    border-radius: 5px;
    position: relative;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.awesome_history_item>a{
    position: relative;
}
.awesome_history_item_mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 25px;
    line-height: 55px;
    text-align: center;
}

.details {
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all .4s;
    height: 84%;
    position: absolute;
    top: 0;
    width: 100%;
}

.details_border {
    font-size: 20px;
    height: 180px;
    opacity: 0;
    position: relative;
    width: 280px;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all .4s;
}

.awesome_history_item:hover {
    box-shadow: 0 3px 16px #0003;
    transform: translateY(-10px)
}

.awesome_history_item:hover .details {
    background: rgba(0, 0, 0, .5);
}

.awesome_history_item:hover .details_border {
    opacity: 1;
}

.details_border_inside {
    color: #fff;
    transition: all .5s;
}

.details_border_left{
    background: #fff;
    position: absolute;
    transition: all .5s;
    height: 30%;
    left: 0;
    width: 1px;
}
.details_border_right{
    background: #fff;
    position: absolute;
    transition: all .5s;
    height: 30%;
    right: 0;
    width: 1px;
}
.details_border_top {
    background: #fff;
    position: absolute;
    transition: all .5s;
    width: 30%;
    top: 0;
    height: 1px;
}
.details_border_bottom{
    background: #fff;
    position: absolute;
    transition: all .5s;
    width: 30%;
    height: 1px;
    bottom: 0;
}
.awesome_history_item:hover .details_border_left,
.awesome_history_item:hover .details_border_right {
    height: 100%;
}

.awesome_history_item:hover .details_border_top,
.awesome_history_item:hover .details_border_bottom {
    width: 100%;
}
/* 预约弹窗 */
.designer_subscribe_box {
    align-items: center;
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 3;
}

.designer_subscribe {
    animation: bgAnimation .3s linear;
    background: red;
    background: #fff;
    border: 1px solid #ededed;
    box-shadow: 0 1px 21px #0000001a;
    box-sizing: border-box;
    height: 389px;
    opacity: .98;
    padding: 36px;
    position: absolute;
}

.designer_subscribe_close {
    cursor: pointer;
    display: flex;
    position: relative;
    top: 0;
    width: 100%;
}

.designer_subscribe_close_img {
    margin-right: -26px;
    margin-top: -32px;
    position: absolute;
    right: 0;
    z-index: 1;
}

    .designer_subscribe_close_img img {
        width: 13px;
        height: 13px;
    }

.designer_subscribe_close_bg {
    margin-right: -37px;
    margin-top: -37px;
    position: absolute;
    right: 0;
}

.designer_subscribe_info {
    display: flex;
    height: 203px;
    justify-content: center;
    width: 100%;
}

.dsi_designer {
    height: 202px;
    width: 153px;
}

.dsi_inside {
    height: 202px;
    margin-left: 14px;
}

.dsi_inside_item {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    height: 15px;
    line-height: 15px;
    margin-top: 21px;
    font-family: '微软雅黑';
}

.designer_subscribe_input {
    margin-top: 24px;
    position: relative;
}

.dsi_phone {
    margin-left: 17px;
    margin-top: 9px;
    position: absolute;
}

.designer_subscribe_input input {
    border: 1px solid #b5b5b5;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    outline: none;
    padding-left: 39px;
    width: 100%;
}

.designer_subscribe_button {
    align-items: center;
    background: #d9000f;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    margin-top: 17px;
}

.full_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* 手机样式 */
.awesome_details {
    background: #e4e4e4;
    min-height: 100vh;
    padding-bottom: 2.61rem;
    width: 100%;
}

.ad_title {
    align-items: center;
    background: url(../images/title_se.png);
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    height: 10.74rem;
    text-align: center;
    width: 100%;
}

    .ad_title > h1 {
        color: #fff;
        font-size: 1.21rem;
        font-weight: 700;
        height: 1.15;
        line-height: 1.15rem;
        padding-top: 2.5rem;
    }

    .ad_title > p {
        color: #fff;
        font-size: .43rem;
        font-weight: 400;
        line-height: .65rem;
        margin-top: 0.23rem;
        width: 75%;
    }

.ad_body {
    align-items: center;
    background: #e4e4e4;
    border-radius: 0.19rem 0.19rem 0 0;
    display: flex;
    flex-direction: column;
    margin-top: -1.7rem;
    width: 100%;
}

.ad_body_inside_box {
    margin-top: -1.43rem;
    width: 93%;
}

.ad_body_inside {
    align-items: center;
    background: #fff;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.86rem;
    overflow: hidden;
    width: 100%;
}

.adb_inside_img {
    border-radius: 0.1rem;
    height: 9.63rem;
    width: 100%;
}

    .adb_inside_img > img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }

.adb_inside_designers {
    background: #fff;
    border-radius: 0.12rem;
    box-sizing: border-box;
    margin-top: -2rem;
    padding: 1.1rem 0;
    width: 12.46rem;
}

.adb_inside_designers_top {
    display: flex;
    padding: 0 0.29rem;
    box-sizing: border-box;
}

.adb_id_img {
    border-radius: 50%;
    height: 3.72rem;
    width: 3.72rem;
    overflow: hidden;
}

    .adb_id_img > img {
        width: 100%;
        height: 100%;
    }

.adb_id_info {
    width: 7.6rem;
    margin-left: 0.54rem;
}

    .adb_id_info > h1 {
        color: #000;
        font-size: .66rem;
        font-weight: 700;
        height: 0.66rem;
        line-height: .66rem;
    }

.adb_id_info_style {
    color: #ababab;
    font-size: .5rem;
    font-weight: 400;
    height: 0.5rem;
    line-height: .5rem;
    margin-top: 0.2rem;
}

.adb_id_info_content {
    color: #a4a4a4;
    font-size: .5rem;
    font-weight: 400;
    line-height: .6rem;
    margin-top: 0.3rem;
}

.adb_id_info_designer {
    margin-top: 0.4rem;
    display: flex;
}

    .adb_id_info_designer > p:first-child {
        color: #000;
        display: inline;
        font-size: .5rem;
        font-weight: 700;
    }

    .adb_id_info_designer > p:nth-child(2) {
        color: #333;
        display: inline;
        font-size: .5rem;
        font-weight: 400;
    }

.adb_id_info_good_style {
    color: #999;
    font-size: .46rem;
    font-weight: 400;
    line-height: .7rem;
}

.adb_inside_designers_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 1.17rem;
    padding: 0 0.11rem;
    box-sizing: border-box;
    width: 100%;
}

.adb_inside_designers_bottom_one,
.adb_inside_designers_bottom_too {
    border-radius: 0.1rem;
    height: 6.25rem;
    width: 5.86rem;
    overflow: hidden;
}

    .adb_inside_designers_bottom_one > img,
    .adb_inside_designers_bottom_too > img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
/* 宽度1200px-1440px */
@media (min-width: 1200px) and (max-width: 1440px) {
    .awesome_item_right_img {
        margin-right: 0;
    }

    .awesome_item {
        justify-content: space-around;
    }

    .awesome_item_right_img_too {
        display: none;
    }
}

@media (min-width: 1026px) and (max-width: 1200px) {
    .awesome_item_right_img {
        width: 732px;
        margin-right: 0;
    }

    .awesome_item_right_img_too {
        display: none;
    }
}