.con_design {

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


.pops {
    
    display: none;
}

#node {
    
    margin: 0 auto;
}


.con_more {
    
    width: 215px;
    height: 54px;
    border: solid 1px #dddddd;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.4s;
}
.con_more .icon {
        margin-left: 5px;
        width: 17px;
}
.con_more:hover {
    color: white!important;
    background: #13388d;
    border-color: #13388d;
}

.con_more:hover svg path {
    fill:'#ffffff';
    
}








.design_mine .p_filter_wrapper .p_kv_wrapper {
    align-items: center;
    width: 100%;
    margin-top: 3vw;
    display: flex;
}

.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 {

    margin-right: 3vw;
}

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

    color: #003892;
    font-weight: bold;
}



.design_mine .p_filter_wrapper .p_kv_wrapper .p_filter_key {
    font-weight: 500;

    text-align: center;
    margin-right: 4vw;
    letter-spacing: 0px;
    color: #999999;

}




.design_mine .p_filter_value .p_v_list .p_v_item a {
    letter-spacing: 2px;
    color: #333333;
    font-weight: 500;

    display: inline-block;
    text-decoration: none;
}

.design .dseign_p_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5.9vw;
    position: relative;


}

.design .dseign_p_list .p_loopitem {
    width: 32.1%;
    background-color: #ffffff;
    transition: all 0.4s;
    margin-right: 1.8%;
    margin-bottom: 3.2vw;
}

.design .dseign_p_list .p_loopitem:hover .e_image img {

    transform: scale(1.08);
}


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

}

.design .dseign_p_list .p_loopitem .p_list_mine {

    width: 100%;
    position: relative;
    z-index: 0;
}


.design .dseign_p_list .p_loopitem .p_list_mine .e_image {

    width: 100%;
    overflow: hidden;
}

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

    width: 100%;
    height: 100%;

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


.design .dseign_p_list .p_loopitem .p_list_mine .e_txt_a .clas_p_1 {
    font-weight: bold;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 14px;
    display: inline-block;
    transition: all 0.4s;
    text-align: center;
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
    margin-top: 1.55vw;
}

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

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


.c-mores {


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

.c-mores a {
    letter-spacing: 0px;
    color: #999999;
    text-align: center;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
    transition: all 0.4s;

}

.c-mores a:hover {
    letter-spacing: 0px;
    color: #003892;

}

.c-mores a:hover::after {

    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.c-mores a::after {
    content: '';
    width: 64px;
    height: 2px;
    background-color: #003892;
    display: block;
    position: absolute;
    bottom: -10px;
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);

}


/* 表单 */

.design_mine .design_form .d_form .box {

    display: flex;
    width: calc(100% - 280px);
    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;
}



.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: 1366px) {
    
    .design_mine .p_filter_wrapper .p_kv_wrapper .p_v_list .p_v_item {
        
            margin-right: 2vw;
    }
    
}

@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_value .p_v_list .p_v_item a {

        font-size: 12px;
    }
}

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


    .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-bottom: 20px;
    }

    .design .dseign_p_list .p_loopitem .p_list_mine .e_txt_a {

        padding: 15px;
    }

    .design_mine .design_form .d_form .box .inp1 select {

        font-size: 14px;
    }

    .design .design_mine .design_form {

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

    .design_mine .p_filter_wrapper .p_kv_wrapper .p_v_list {

        flex-wrap: wrap;
    }


    .design_mine .p_filter_wrapper .p_kv_wrapper {

        height: 100%;
    }

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



    .design_mine .p_filter_wrapper .p_kv_wrapper .p_v_list .p_v_item {

        width: 49%;
        margin-right: 0;
    }

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

    }

    .design .design_mine {

        margin-top: 30px;
    }
}



.pop {

     padding: 50px 80px 200px;
    left: 150%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    overflow: hidden;

    z-index: 99;
    width: 1000px;
    height: 600px;
    background-color: #ffffff;
}

.pop .mySwiper2 {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;

}

.pop .mySwiper {
    overflow: hidden;
    width: 100%;
    margin-top: 24px;
    position: relative;
    

}
.dis_po {

    position: relative;
}


.swiper-button-next:after,
.swiper-button-prev:after {

    font-size: 14px;
    line-height: 1;
    color: #dbdbdb;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -5%;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
    left: -5%;
}


.video_con {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	background: rgba(0,0,0,0.8);
	display: none;
	z-index: 99;
}
.video_con .vid_dom {
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.video_con img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.video_con .close {
    position: absolute;
    right: -500px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 100%;
    z-index: 100;
    top: -275px;
    /* left: 0; */
    transform: translate(-50%, -50%);
}
.video_con .close:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 1px;
	background: #cccccc;
	transform: translateX(-50%) rotate(45deg);
}
.video_con .close:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 1px;
	background: #cccccc;
	transform: translateX(-50%) rotate(135deg);
}
