.con_design {

    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    background-image: url(../img/design_1_bj.jpg.png);
}

.ctn1{
    overflow: hidden;
}



.design_mine .p_filter_wrapper .p_kv_wrapper {
    display: flex;
    height: 60px;
    align-items: center;
    border: 1px solid #fbfbfb;

}

.design_mine .p_filter_wrapper .p_kv_wrapper .p_v_list {
    display: flex;
    align-items: center;
}

.design_mine .p_filter_wrapper .p_kv_wrapper .p_v_list .p_v_item.bu_active a {

    background-color: #ebcb69;
    border-radius: 16px;
}

.design_mine .p_filter_wrapper {


    background-color: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(170, 170, 170, 0.15);
    border: solid 1px #f2f2f2;
}

.design_mine .p_filter_wrapper .p_kv_wrapper .p_filter_key {
    font-weight: 500;
    flex: 0 0 120px;
    text-align: center;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    letter-spacing: 2px;
    color: #231815;
    margin-right: 20px;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
}




.design_mine .p_filter_value .p_v_list .p_v_item a {

    letter-spacing: 2px;
    color: #231815;
    font-weight: 500;
    line-height: 32px;
    padding: 0 1.21vw;
    height: 32px;
    display: inline-block;
}

.design .dseign_p_list {

    display: flex;
    flex-wrap: wrap;


}

.design .dseign_p_list .p_loopitem {
    width: 32.5%;
    margin-right: 1.2%;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(170, 170, 170, 0.15);
    border-radius: 12px;
    overflow: hidden;
    border: solid 1px #f2f2f2;
    transition: all 0.5s;
    margin-top: 3.1%;
}


.design .dseign_p_list .p_loopitem .e_image:hover img{
    transform: scale(1.05);
}


.design .dseign_p_list .p_loopitem:hover {


    box-shadow: 0px 0px 30px 0px rgba(68, 55, 46, 0.25);
    border-radius: 12px;
    border: solid 1px #f2f2f2;
}

.design .dseign_p_list .p_loopitem:nth-child(3n) {
    margin-right: 0;

}

.design .dseign_p_list .p_loopitem .p_list_mine {

    width: 100%;
}

.design .dseign_p_list .p_loopitem .p_list_mine .e_txt_a {

    padding: 1.55vw 1.6vw;
}

.design .dseign_p_list .p_loopitem .p_list_mine .e_image {

    width: 100%;
    overflow: hidden;
    height: 300px;
}

.design .dseign_p_list .p_loopitem .p_list_mine .e_image img {

    width: 100%;
    height: 100%;

    object-fit: cover;
    transition: all 0.5s;
}

.design .dseign_p_list .p_loopitem .p_list_mine .e_txt_a .clas_p_1:hover {

    color: #f4d473
}

.design .dseign_p_list .p_loopitem .p_list_mine .e_txt_a .clas_p_1 {

    font-weight: bold;
    letter-spacing: 2px;
    color: #332a24;
    margin-bottom: 10px;
    display: inline-block;
    transition: all 0.5s;
}

.design .dseign_p_list .p_loopitem .p_list_mine .e_txt_a .clas_p_2 {

    letter-spacing: 1px;
    color: #332a24;
}


.c-mores {


    margin-top: 20px;
    margin-left: 0;
}

.c-mores a {
    display: block;
    width: 200px;
    height: 50px;
    /* background: url(../img/about/btn10.png) no-repeat; */
    background-size: cover;
    position: relative;
    margin: 0 auto;
    color: #44372e;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    margin-left: 0;
}

.c-mores a:before {
    content: '';
    width: 0;
    height: 100%;
    background: url(../img/about/btn10.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.c-mores a h3 {
    position: relative;

    line-height: 50px;
    letter-spacing: 4px;
    transition: all 0.5s;
    margin-left: 0;

}

.c-mores a h3 span {
    margin-left: 38px;
}



.c-mores a:hover:before {
    width: 100%;
    opacity: 1;
}

.c-mores a:hover h3 {

    transition: all 0.5s;
    /* text-align: center; */
    margin-left: 22px;
}

/* 表单 */

.design_mine .design_form .d_form .box {

    display: flex;
    width: calc(100% - 260px);
    height: 60px;
    border: 1px solid #917b59;
    background: unset;
    background-color: #ffffff;
}

.design_mine .design_form .d_form .box .inp1 {
    display: flex;
    align-items: center;
    width: 40%;
    position: relative;
}

.design_mine .design_form .d_form .box .inp1 .input-group::before {
    content: '';
    width: 1px;
    height: 30px;
    background: #957b54;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}

.design_mine .design_form .d_form .box .inp1 select {
    width: 100%;
    height: 100%;
    border: none;
    color: #44372e;
    opacity: 0.5;
    font-size: 18px;
    padding-left: 21px;
}

.design_mine .design_form .d_form .box .inp1 select option {
    color: #44372e;
    opacity: 0.5;
    padding: 8px 0;
    font-size: 16px;
}

.design_mine .design_form .d_form .box .inp1 .input-group {
    padding-right: 20px;
    width: 50%;
    height: 100%;
    padding-right: 20px;
    position: relative;
}

.design_mine .design_form .d_form .box .inp2 {
    width: 60%;
    position: relative;

}

.design_mine .design_form .d_form .box .inp2 img {
    position: absolute;
    left: 24px;
    top: 49%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}

.design .design_mine .design_form {

    margin-top: 1.6vw;
    /*margin-bottom: 2.6vw;*/
}

.design_mine .design_form .d_form .box .inp2 input {

    color: rgb(0, 0, 0, 0.5);
    font-weight: 500;
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 21px;
}

.design_mine .design_form .d_form .box .inp:nth-child(2):before {
    content: '';
    width: 1px;
    height: 30px;
    background: #957b54;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.design_mine .design_form .d_form {
    display: flex;
    align-items: center;

}

.design_mine .design_form .d_form .center {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.design_mine .design_form .d_form .center .btn {
    border: none;
    width: 240px;
    height: 60px;
    background: url(../img/btn1.png) no-repeat right bottom;
    background-size: cover;
    color: #332a24;
    font-weight: bold;

}

.design_mine .design_form .d_form .center .btn button {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    color: #332a24;
    font-weight: bold;
    letter-spacing: 2px;
}

.design .design_mine {

    margin-top: 2.3vw;
}

.con_design {

    padding-top: 4.2vw;
    padding-bottom: 5.2vw;
}

@media screen and (max-width: 1600px) {
    .c-mores a {

        width: 180px;
        height: 44px;
    }

    .c-mores a h3 {
        line-height: 44px;

    }

}

@media screen and (max-width: 1200px) {

    .design_mine .design_form .d_form .box {

        width: calc(100% - 280px);
        height: 54px;
    }

    .design_mine .design_form .d_form .center .btn {

        height: 54px;
    }
}

@media screen and (max-width: 1100px) {

    .design_mine .p_filter_wrapper .p_kv_wrapper .p_filter_key {

        flex: 0 0 80px;
    }

    .design_mine .p_filter_value .p_v_list .p_v_item a {

        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .design_mine .p_filter_wrapper .p_kv_wrapper .p_filter_key {
        flex: 0 0 60px;

    }

    .design_mine .p_filter_value .p_v_list .p_v_item a {

        line-height: 30px;
        padding: 0 6px;
        height: 30px;
    }

    .design_mine .design_form .d_form .center {

        flex-wrap: wrap;
    }

    .design_mine .design_form .d_form .box {

        width: 100%;
        flex-wrap: wrap;
        height: auto;
        border: 0px solid #917b59;
        background-color: unset;
    }

    .design_mine .design_form .d_form .box .inp1 {

        width: 100%;
    }

    .design_mine .design_form .d_form .box .inp2 {
        width: 100%;

    }

    .design_mine .design_form .d_form .box .inp1 {

        flex-wrap: wrap;
    }

    .design_mine .design_form .d_form .box .inp1 .input-group {

        width: 100%;
    }

    .design_mine .design_form .d_form .box .inp2 input {
        height: 50px;
        border: 1px solid #917b59;
        background: #fff;
        padding-left: 50px;

    }

    .design_mine .design_form .d_form .box .inp1 .input-group {
        margin-top: 14px;
        height: 50px;
        border: 1px solid #917b59;
        background: #fff;

    }

    .design_mine .design_form .d_form .box .inp2 input {

        padding-left: 21px;
    }

    .design_mine .design_form .d_form .box .inp2 {

        margin-top: 14px;
    }

    .design_mine .design_form .d_form .center .btn {
        width: 100%;
        height: 50px;
        margin-top: 14px;
        background: url(../img/btn1.png) no-repeat;
        background-size: 100% 100%;

    }

    .design .dseign_p_list .p_loopitem {
        margin-right: 0%;
        width: 100%;
        margin-top: 20px;
    }

    .design .dseign_p_list .p_loopitem .p_list_mine .e_txt_a {

        padding:20px;
    }

    .design .dseign_p_list .p_loopitem .p_list_mine .e_txt_a .clas_p_1{
        letter-spacing: 0;
    }
    .design .dseign_p_list .p_loopitem .p_list_mine .e_txt_a .clas_p_2{
        letter-spacing: 0;
    }
    .design_mine .design_form .d_form .box .inp1 select {

        font-size: 14px;
    }

    .design .design_mine .design_form {

        margin-top: 10px;
        margin-bottom: 10px;
    }

    .design_mine .p_filter_wrapper .p_kv_wrapper .p_v_list {

        flex-wrap: wrap;
    }

    .design_mine .p_filter_wrapper .p_kv_wrapper .p_v_list .p_v_item {

        width: 30%;
    }

    .design_mine .p_filter_wrapper .p_kv_wrapper {

        height: 100%;
    }

    .design_mine .p_filter_wrapper .p_kv_wrapper .p_filter_value {
        flex: 1;
        height: 200px;
        padding: 10px 5px 10px 0;
    }

    .design_mine .p_filter_wrapper .p_kv_wrapper .p_filter_key {

        line-height: 180px;
        height: 200px;
    }

    .design_mine .p_filter_wrapper .p_kv_wrapper .p_v_list .p_v_item {

        width: 49%;
    }

    .con_design {
        padding-top: 40px;
        padding-bottom: 40px;

    }
    .design .dseign_p_list .p_loopitem .p_list_mine .e_txt_a .clas_p_1{
        margin-bottom:8px;
    }
    .design .design_mine {

        margin-top: 30px;
    }
    .c-mores a h3 span{
        margin-left:6px;
    }
    .c-mores a{
        width: 160px;
        height: 40px;
    }
    .c-mores a:before{
        width: 100%!important;
        opacity: 1!important;
    }
    .c-mores a h3{
        text-align: center;
        margin-left:auto!important;
        line-height: 40px!important;
    }

    .design_mine .p_filter_wrapper .p_kv_wrapper{
        flex-wrap: wrap;
    }
    .design_mine .p_filter_wrapper .p_kv_wrapper .p_filter_key{
        flex:0 0 100%;
        line-height: 1.5;
        height: auto;
        margin-right:0;
        text-align: left;
        padding:10px 20px
    }
    .design_mine .p_filter_wrapper .p_kv_wrapper .p_filter_value{
        flex:0 0 100%;
        height: auto;
        padding:4px 20px;
    }
    .design_mine .p_filter_wrapper .p_kv_wrapper .p_v_list .p_v_item{
        width: auto;
        margin-right:10px;
        margin-top:6px;
    }
    .design_mine .p_filter_wrapper .p_kv_wrapper .p_v_list .p_v_item.bu_active a{
        border-radius: 20px;
    }
    .design_mine .p_filter_value .p_v_list .p_v_item a{
        padding:0 10px;
        letter-spacing: 0;
        font-size: 14px;
    }
}

.design .design_mine .design_form{
    position: relative;
    z-index: 10;
}
.design_mine .design_form .d_form .box .inp1 .input-group {
    /*width: 21%;*/
    position: relative;
    cursor: pointer;
    padding-right:0;
}
.design_mine .design_form .d_form .box .inp1 .input-group:before {
    content: '';
    width: 1px;
    height: 30px;
    background: #957b54;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.design_mine .design_form .d_form .box .inp1 .input-group h2 {
    padding: 0 20px;
    line-height: 60px;
    color: #44372e;
    opacity: 0.5;
    position: relative;
}
.design_mine .design_form .d_form .box .inp1 .input-group h2:after {
    content: '\e603';
    font-family: iconfont;
    font-size: 18px;
    position: absolute;
    right: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.design_mine .design_form .d_form .box .inp1 .input-group ul {
    position: absolute;
    width: 100%;
    left: -1px;
    top: 59px;
    display: none;
}
.design_mine .design_form .d_form .box .inp1 .input-group ul li {
    height: 50px;
    padding: 0 20px;
    background: #fff;
    border-left: 1px solid #917b59;
    border-right: 1px solid #917b59;
    border-bottom: 1px solid #917b59;
    display: flex;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.design_mine .design_form .d_form .box .inp1 .input-group ul li:hover {
    background: #e9c964;
    color: #2b2b2b;
}
.design_mine .design_form .d_form .box .inp1 .input-group.active h2:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

@media screen and (max-width: 1440px){
    .design_mine .design_form .d_form .box {
        width: calc(100% - 210px);
        height: 50px;
    }
    .design_mine .design_form .d_form .box .inp1 .input-group h2 {
        line-height: 50px;
        padding: 0 14px;
    }
    .design_mine .design_form .d_form .box .inp1 .input-group h2:after {
        font-size: 16px;
        right: 14px;
    }
    .design_mine .design_form .d_form .box .inp1 .input-group ul {
        top: 49px;
    }
    .design_mine .design_form .d_form .box .inp1 .input-group ul li {
        height: 44px;
        padding: 0 14px;
    }

    .design_mine .design_form .d_form .center .btn{
        width: 200px;
        height: 50px;
        line-height: 50px;
    }

}

@media screen and (max-width: 768px) {
    .design_mine .design_form .d_form .box{
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    border: none;
        position: relative;
        z-index: 8;
}
    .design_mine .design_form .d_form .box .inp1 .input-group {
    width: 100%;
    border: 1px solid #917b59;
    margin-top: 14px;
    z-index: 10;
        height: 44px;
}
    .design_mine .design_form .d_form .box .inp1 .input-group h2 {
    line-height: 44px;
}

    .design_mine .design_form .d_form .box .inp2 input{
        height: 44px;
        padding-left:14px;
    }
    .design_mine .design_form .d_form .box .inp1 .input-group ul {
    top: 43px;
    left: -1px;
    width: calc(100% + 2px);
}
    .design_mine .design_form .d_form .box .inp1 .input-group:first-child {
    z-index: 12;
}

    .design_mine .design_form .d_form .center .btn{
    width: 100%;
    margin-top: 20px;
    height: 44px;
    line-height: 44px;
        position: relative;
        z-index: 6;
}
}
