i {
    display: block;
}

.product_rec img {
    animation: animate 3s linear infinite;
}

.swiper-container {
    margin: 0;
}

#thumbs .swiper-slide {
    border-radius: 25px;
    width: auto;
    /* margin: 0px 10px; */
    text-align: right;
    margin-bottom: 32px;
}

.pbg:hover {
    transform: translateY(-7px);
}

.pbg {
    transition: all 0.3s 0s linear;
}

#thumbs .swiper-slide p {
    font-family: serif;
    display: inline-block;
    border: 2px solid #FCD5EA;
    padding: 13px 20px;
    text-align: center;
    border-radius: 25px;
    font-size: 14px;
    /* margin: 0 auto; */
    cursor: pointer;
    transition: all 0.3s 0s linear;
}

#thumbs .swiper-slide p:hover {
    background-color: #FCD5EA;
    background-image: linear-gradient(to right, #FCD5EA, #ECCDF0);
    transition: all 0.3s 0s linear;
    color: white;

}
.v{
    width: 175px;
    display: block;
    padding-top: 50px;
}
.logox{
    width: 354px;
    margin: 14px 0px;
}
.t {

    top: 63px;
    z-index: 2;
    background: white;
    padding: 10px 0px;

    top: 10px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.my-slide-thumb-active {
    /* background-color: #FCD5EA; 
    background-image: linear-gradient(to right, #FCD5EA , #ECCDF0);
    color: white; */
}

.pbox {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    flex-wrap: wrap;

}

.product_box img {
    width: 100%;
    transition: all 0.3s 0s linear;
    cursor: pointer;
}

.product_box img:hover {
    transform: translateY(-7px);
}

.product_box p {
    background-image: linear-gradient(to bottom right, #FFF0F7, #F7EBF9);
    /* font-size: 15px; */
    font-weight: 600;
    /* width: 85%; */
    text-align: center;
    padding: 14px 0px;
    transition: all 0.3s 0s linear;
    border-radius: 25px;
    /* text-transform: uppercase; */
    box-shadow: 1px 2px 0px #b5b5b5;
    cursor: pointer;
}

.product_box i {
    display: block;
    margin-bottom: 30px;

}

.pink {
    background-color: #FFD6E9;
    background-image: linear-gradient(to right, #FFD6E9, #ECCFF0);
    transition: all 0.3s 0s linear;
    color: white
}

.product_box {
    margin-bottom: 100px;
    width: 45%;
}

.boxs2 .product_box p {
    transition: all 0.3s 0s linear;
    background-image: linear-gradient(to bottom right, #FEEAE9, #F4FFE5);
}

.boxs3 .product_box p {
    transition: all 0.3s 0s linear;
    background-image: linear-gradient(to bottom right, #FFEFEF, #FADCE8);
}

.boxs4 .product_box p {
    transition: all 0.3s 0s linear;
    background-image: linear-gradient(to bottom right, #BEF1F2, #F4E8D8);
}

.boxs6 .product_box p {
    transition: all 0.3s 0s linear;
    background-image: linear-gradient(to bottom right, #FFE6DC, #FFF1D7);
}

.boxs2,
.boxs5 {
    padding: 0;
    /* padding-top: 50px; */
    width: 99%;
    margin: 0 auto;
    overflow: hidden;
}

.boxs5 .product_box i {
    width: 58%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.boxs5 .product_box i {
    width: 100%;
   /* width: 115%;*/
    margin: 0 auto;
    margin-bottom: 30px;
    transform: translateX(-0.12rem);

}

.e img:hover {
    transform: scale(1.1);
}
.c2{
    display: none;
}
.ebox {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 0;
    cursor: pointer;
    flex-wrap: wrap;
}

.huamsk {
    position: absolute;
    bottom: 0px;
    /* left: 11px; */
    /* text-align: center; */
    background: #2b1c1c;
    width: 100%;
    opacity: 0.5;
    z-index: 2;
    height: 35px;
}

.ebox li {
    width: 30%;
    list-style-type: none;
    position: relative;
    overflow: hidden;
    outline: none;
}

.ebox li p {
    font-size: 14px;
    padding: 10px;
    color: white;
    position: absolute;
    bottom: 0px;
    z-index: 3;
}

.e img {
    width: 100%;
    transition: all 0.3s 0s linear;
}

.boxs6 .product_box i {
    width: 100% !important;
}

.boxs5 .product_box p {
    margin: 0 auto;
}

.boxs2 .product_box,
.boxs5 .product_box {
    width: 31.5%;

}

.boxs2 .product_box i {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.box0 {
    padding-top: 230px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#gallery {
    width: 80%;
    padding-top: 7px;
}


#store{
    width:100%;


}

#store .tro{
    width: 100%;
    text-align: center;
}
#store .product_box{
    width:23%;
    padding:0 10px 0;
}
#store .pbox{
    justify-content:center;
}
.swiper-wrapper {
    height: auto;
}

#thumbs .swiper-wrapper {
    display: block;
}

#thumbs {
    padding-top: 7px;
    width: 16%;
    /* margin-top: 22px; */
}

.gallery {
    width: 80%;
}

.product_box p span:nth-child(2) {
    font-weight: 500;
    text-transform: uppercase;
}

.product_box p span:nth-child(1) {
    color: orangered;
    padding: 0 4px;
    font-family: fantasy;
}

.pbg {
    margin-top: 4px;
    width: 100%;
    text-align: center;
    display: block;
    /* box-shadow: 47px 56px 83px grey; */
}

.pbg img {
    width: 100%;
    border-radius: 10px;
    /* box-shadow: 3px 6px 17px grey; */
}

.boxs {
    padding: 50px 70px;
}

.mark0 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f3efff;
    z-index: 3;
    opacity: 0.75;
    display: none;
}

.window {
    width: 1200px;
    /* height: 300px; */
    /* background: black; */
    z-index: 3;

}

.pbox0 .product_box p {
    width: 85%;
}

.boxs3 .product_box i {
    /* width:100%; */
}

.swp {
    width: 40%;
}

.swp_box p {
    border-right: 1px solid;
    /* padding-right: 7px; */
    font-family: serif;
    color: #787D84;
    font-size: 14px;
    text-align: center;
}

.swp .swiper-slide img {
    width: 100%;
    display: block;
}

.w0 {
    border-radius: 5px;
    border: 3px solid #F0D1E5;
}

.w {
    margin-top: 20px;

}

.w .swiper-slide {
    border-radius: 5px;
    border: 3px solid #F0D1E5;
    width: 15% !important;
    margin-right: 15px;
}

.w i {}

.w i img {
    width: 100%;
}

.window {

    background-color: #FCEEF8;
    display: none;
}

.pinfo_title span {
    font-size: 18px;
    /* font-family: monospace; */
    font-weight: 600;
    text-transform: uppercase;
}

.pinfo p:nth-child(1) {
    font-weight: 500;
    text-transform: uppercase;
}

.pinfo p span:nth-child(2) {
    color: orangered;
    margin: 0 5px;
}

.pinfo_ps {
    font-family: serif;
    margin-top: 50px;
    font-size: 16px;
    color: #787D84;
    line-height: 28px;
}

.pinfo_ps span {
    color: black;
    font-size: 18px;
    font-weight: 600;
}

.swp_box {
    width: 20%;
    margin-top: 16px;
}

.swp_box img {
    width: 100%;
}

.boxs6 img {
    width: 100%;
    border-radius: 5px;
}

.p_swp_box {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
}

.pinfo {
    width: 53%;

}

.p_swp_box i {
    display: block;
    width:100%;
    margin: 0 auto;
    text-align: center;
}

.window ul {
    font-family: serif;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
}

.window ul li {
    padding: 10px 0px;
    color: #787D84;
    font-size: 16px;
}

.window ul li span {
    width: 5px;
    height: 5px;
    background: #EFD0EF;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.window_con {
    width: 1000px;
    margin: 0 auto;
    display: flex;

    justify-content: space-between;
    padding: 110px 0px;
    position: relative;
}

.close {
    position: absolute;
    right: -50px;
    top: 50px;
    background: pink;
    background-image: linear-gradient(#FBD4EB, #EFD0EF);
    text-align: center;
    border-radius: 50%;
}

.close i {
    display: block;
    /* padding-top: 12px; */
    padding: 15px 15px 10px 15px;
    transition: all 0.3s 0s linear;
    cursor: pointer;
}

.close i:hover {
    transform: rotate(90deg)
}

.boxs,
.boxs2,
.boxs5,
.q {
    background-color: #FEF9F8;
}

.boxs6 {
    padding-top: 0 !important;
}

.m_mark {
    width: 100%;
    height: 100%;
    z-index: 4;
    background: #f1e3e9;
    position: fixed;
    opacity: 0.8;
    display: none;
}

.m_mark.active {
    display: block;
}

.m_nav {
    position: fixed;
    z-index: 5;
    right: 0.1rem;
    bottom: 2.5rem;
    display: none;
}

.mp {
    background-image: linear-gradient(#FDD5EA, #EFD0EF);
    border-radius: 50%;
    position: relative;
    box-shadow: 0px 0px 8px rgb(187, 187, 187);
    z-index: 2;
    text-align: center;
}

.mp P {
    color: white;
    margin: 0 auto;
    font-size: 16px;
    /* padding-top: 19%; */
    padding: 0.14rem 0.19rem;
}

.mnav {
    position: absolute;
    opacity: 0;
    width: 131px;
    top: 36%;
    left: -24px;
    transition: all 0.3s 0s linear;
    text-align: center;
    /* padding: 45px 0px; */
    border: 2px solid #F9DBEC;
    border-radius: 26px;
    background: white;

}

.mnav1.active {
    transition: all 0.3s 0s linear;
    opacity: 1;
    transform: rotate(56deg) translateY(4px) translateX(-145px);
}

.mnav2.active {
    transition: all 0.4s 0s linear;
    opacity: 1;
    transform: rotate(32deg) translateY(-10px) translateX(-148px)
}

.mnav3.active {
    transition: all 0.5s 0s linear;
    opacity: 1;
    transform:rotate(5deg) translateY(-31px) translateX(-142px)
}

.mnav4.active {
    transition: all 0.6s 0s linear;
    opacity: 1;
    transform:rotate(-3deg) translateY(-12px) translateX(-145px)
}

.mnav5.active {
    transition: all 0.7s 0s linear;
    opacity: 1;
    transform:rotate(-21deg) translateY(-16px) translateX(-138px)
}

.mnav6.active {
    transition: all 0.8s 0s linear;
    opacity: 1;
    transform:rotate(-40deg) translateY(-16px) translateX(-133px)
}
.mnav p {
    font-size: 14px;
    padding: 9px 14px;
}

.e {
    margin-top: 10px;
}

.tro_txt p {
    /* text-align: center; */
    /* font-family: serif; */
    line-height: 28px;
    color: #494949;
    /* font-size: 15px; */
}

.tro0 {
    margin: 0px 0px 80px 0px;
}
.index{
	display: none;
}

@media screen and (max-width: 768px) {
	.close img{
		width: 100%;
	}
	.close i{
		    width: 34%;
		    padding: 0.18rem;
	}
	.pinfo{
		width: 90%;
		margin: 0 auto;
		padding-top: 0.2rem;
	}
	.index{
		display: block;
	    font-size: 14px;
	    display: flex;
	    background: white;
	    text-align: center;
	    align-items: center;
	    align-content: center;
	    position: absolute;
	    right: 13px;
	    bottom: 20px;
	    z-index: 2;
	    padding: 0 10px;
	    border-radius: 6px;
	    font-size: 12px;
	}
	.w0{
		border: none;
	}
	.w{
		display: none;
	}
	.pinfo_title span{
		font-size: 0.16rem;
	}
	.pinfo{
		font-size: 0;
		font-size: 0.12rem;
	}
	.pinfo p:nth-child(1){
		font-size: 0.14rem;
	}
	.window ul li{
		font-size: 0.14rem;
	}
	.pinfo_ps,.pinfo_ps span{
		font-size: 0.14rem;
		margin-top: 0.1rem;
	}
	.p_swp_box{
		margin-top: 0.15rem;
	}
	.window ul{
		margin-top: 0.4rem;
	}
	.swp{
		width: 100%;
	}
    .v{
        width: 120px;
        display: block;
        padding-top: 12px;
    }
    .logox{
        width: 2.6rem;
    }
    .huamsk {
        height: 20px;
    }

    .ebox li p {
        font-size: 0.11rem;
        padding: 5px 0px;
        padding-left: 5px;
    }

    .ebox li {
        width: 33%;
    }

    .tro_txt p:nth-child(1) {
        font-size: 0.15rem;
        margin-bottom: 10px;
    }

    .tro_txt p {
        font-size: 0.14rem;
        text-align: left;
    }

    .tro_txt {
        width: 90%;
        margin: 0 auto;
    }

    .mnav1 {}

    .mnav1 p {
        font-size: 16px;
        padding: 6px 14px;
    }

    .pbox {
        padding-bottom: 0;
    }

    .boxs6 {
        width: 95%;
        margin: 0 auto;
    }

    .pbg {
        margin: 0 auto;
        margin-top: 0;
        width: 95%;
    }

    .pbox0 .product_box i {
        transform: translateX(0.1rem);
    }

    .boxs6 .product_box i {
        transform: inherit !important;

    }

    .product_box img {
        width: 100%;
    }

    .swp_box p {
        font-size: 12px;
    }

    .close i:hover {
        transform: rotate(0deg)
    }
.mark0{
	display: none;
}
    .window,
    .window_con {
        width: 100%;
		flex-direction: column;
		margin: 0 auto;
		overflow: auto;
		z-index: 2;
    }
	.window_con{
		padding-top: 0rem;
	}
	.window{
		top: 0;
		width: 100%;
		position: fixed;
		overflow: auto;
		z-index: 6;
		height:100%;
	}

    .close {
		font-size: 0;
           position: fixed;
           width: 0.55rem;
           height: 0.55rem;
           left: 0.1rem;
           top: 0.1rem;
		   z-index: 6;
    }

    .product_box p span:nth-child(1),
    .product_box p span:nth-child(2) {
        display: none;
    }

    .product_box p span:nth-child(2) {
        font-size: 11px;
    }

    html {
        font-size: 26.67vw;
    }

    .m_nav {
        display: block;
    }

    #thumbs {
        opacity: 0;
        position: absolute;
    }

    .boxs2 .product_box,
    .boxs5 .product_box {
        width: 48%;
    }

    .boxs2,
    .boxs5 {
        padding-top: 30px;
    }

    .window_con {
        /* display: none; */
    }

    html {
        /* font-size: 26.67vw; */

    }

    .box0 {
        padding-top: 0.63rem;
        display: block;
    }

    #thumbs {
        width: 1px;
        margin: 0 auto;
    }

    #thumbs .swiper-wrapper {
        display: flex;
    }

    .conbox {
        width: 95%;
    }

    #gallery {
        width: 100%;
    }

    .boxs {
        padding: 0;
    }

    .pbox0 .product_box p {

        width: 80%;
        font-size: 15px;
        padding: 12px 4px;
    }

    .product_box {
        margin-bottom: 50px;
        width: 50%;
    }

    .pbox p {
        font-size: 15px;
        /* padding: 0.1rem 0px; */
        /* width: 78%; */
        /* text-align: center; */
        margin: 0 auto;
        font-weight: 500;
    }
}