@import "./common.less";

body {
	font-size: var(--ft16);
	color: #000;
	.d-flex;

	.flex-column;
	min-height: 100vh;

	font-family: 'Nexa';

	@media (max-width: 768px) {}
}

* {
	font-weight: normal;
}

@font-face {
	font-family: 'bold';
	src: url(../font/NexaBold.otf);
}

@font-face {
	font-family: 'Nexa';
	src: url(../font/NexaLight.otf);
}

.Nexa {
	font-family: 'Nexa';
}

.bold {
	font-family: 'bold';
}

main {
	flex: 1;
}
    :root {
            --loader-bg-color: #E5E7EB;
            /* 加载背景色 */
            --loader-shine-color: rgba(255, 255, 255, 1);
            /* 光效颜色 */
            --loader-animation-duration: 1.5s;
            /* 动画持续时间 */
        }

        .image-container {
            position: relative;
            background: #e6e5e53b;
        }

        /* 关键修改：使用::before伪元素替代原来的.loader-shine元素 */
        .image-container::before {
            content: '';
            /* 伪元素必须有content属性 */
            position: absolute;
            top: 0;
            left: 0;
            width: 50%;
            height: 100%;
            background: linear-gradient(to right,
                    rgba(255, 255, 255, 0) 0%,
                    var(--loader-shine-color) 50%,
                    rgba(255, 255, 255, 0) 100%);
            animation: pulseLoader var(--loader-animation-duration) infinite;
            /* 加载完成后隐藏伪元素 */
            opacity: 1;
            transition: opacity 0.3s ease;
        }

        .image-container::after {
            background: border-radius;
        }

        /* 图片加载完成后隐藏伪元素动画 */
        .image-container.loaded::before {
            opacity: 0;
            display: none;
        }

        .image-container.loaded {
            background: initial;
        }

        .image-loading {
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
        }

        .image-loaded {
            opacity: 1;
        }

        @keyframes pulseLoader {
            0% {
                transform: translateX(-100%);
            }

            100% {
                transform: translateX(100%);
            }
        }
.footer-newsletter {
	section {
		padding: var(--p40) 0;
	}

	.layui-main {
		background: #F7F6F6;
		.d-grid;
		.grid3;
	}

	.block {
		padding: var(--p50);
	}

	h5 {
		.bold;
		margin-bottom: var(--p10);
		font-size: var(--ft20);
	}

	ul {
		.d-flex;
		flex-wrap: wrap;
		gap: vaR(--p10);
		.img{
		    max-width: 30px;
		}
	}

	.desc {
		font-size: var(--ft14);
	}

	i {
		font-size: var(--ft14);
	}

	form {
		width: 380px;
		max-width: 100%;
		font-size: var(--ft14);
		margin-top: var(--p30);
		border-bottom: 1px solid #000;
		.d-flex;
		.al-c;
		.jc-s;
	}

	button {
		background: initial;
	}

	input {
		flex: 1;
		background: initial;
	}
}

footer {
	ul {
		.d-flex;
		.al-fs;
		.jc-sa;
		padding: var(--p50) 0 var(--p30);

		.title {

			.bold;
			font-size: var(--ft18);
		}

		dl {
			margin-top: vaR(--p20);
			.d-grid;
			gap: var(--p15);
			font-size: var(--ft14);

		}

		a {
			transition: all 0.1s;
			display: inline-block;
			line-height: 1em;
			border-bottom: 1px solid rgba(0, 0, 0, 0);

		}

		a:hover {
			opacity: 0.8;
			border-bottom: 1px solid #000;
		}
	}

	.footerLogo {
		border-top: 1px solid #67605D;
		padding: var(--p20) 0;

	}

	.foot2 {
		.bold;
		text-align: center;
		font-size: var(--ft12);
		padding: var(--p30) 0 var(--p20);
		border-top: 1px solid #67605D;
		color: #999;
	}
}

.ProductNav {
	.bold;
	.d-flex;
	.al-c;
	gap: 8px;
	padding: 10px VAR(--p20);
	font-size: var(--ft14);

	* {
		line-height: 1em;
	}

	i {
		color: #999;
		font-size: var(--ft12);
	}
}

header {
	background: #fff;

	.logo {
		width: 310px;
		transition: width .8s cubic-bezier(.5, 0, 0, 1) 0s;
		will-change: width;
	}

	&.bgcolor {
		.logo {

			width: 210px;
		}
	}

	.head2 {
		background: #000;
		color: #fff;
		.flex-center;
		line-height: 1em;
		gap: 5px;
		padding: 8px 0;
		flex-wrap: wrap;

		ul {
			.bold;
			margin-left: 10px;
			.d-flex;
			.al-c;
		flex-wrap: wrap;
			gap: var(--p10);

			a {
			    white-space: nowrap;
				padding: 0 var(--p10);
				font-size: var(--ft12);
				border: 1px solid #fff;

			}
		}
	}

	.head1 {
		--main: 1100px;
		padding: 10px 0;

		.headfoot,
		form {
			width: 200px;
		}

		.headfoot {
			.d-flex;
			.al-fe;
			.jc-fe;
		}

		form {
			gap: var(--p10);
			.d-flex;
			.al-c;

			button {
				.flex-center;
				background: initial;
			}

			input:valid {
				animation: typing 5s steps(30, end);
			}

			@keyframes typing {
				from {
					width: 0;
				}

				to {
					width: 100%;
				}
			}

		}


	}

	.menu_button {
		display: block;
	}

	.menu_button .line {
		stroke: #000;

	}

	.menu_button .line2 {
		stroke-dasharray: 60 60;
	}

	.menu_button .line3 {
		stroke-dasharray: 60 220;
	}
}

.Look {
	--main: 1200px;

	section {
		padding: var(--p70) 0;
	}

	h1 {
		.bold;
		font-size: var(--ft30);
		text-align: center;
		margin-bottom: var(--p30);
	}

	ul {
		.d-grid;
		.grid6;
		gap: var(--p20);
	}
}

.navDialog {
	max-width: 70%;
	.bold;

	.content {
		position: relative;
		padding: var(--p20) var(--p50);
	}

	.menuBlock {
		position: relative;

	}

	* {
		line-height: 1em;
	}

	.menu-level {
		position: absolute;
		/* 脱离文档流，不占位 */
		top: 0;
		left: 0;
		width: 100%;
		opacity: 0;
		/* 透明 */
		transform: translateX(100%);
		/* 完全移到右侧看不到 */
		transition: opacity 0.5s ease, transform 0.5s ease;
		/* 过渡动画 */
		pointer-events: none;
		/* 不可点击 */
		visibility: hidden;

		/* 辅助隐藏 */
		// display: none;
		&#level1 {
			transition: unset;
		}

		&.active {
			// display: block;


			opacity: 1;
			/* 不透明 */
			transform: translateX(0);
			/* 移到正常位置 */
			pointer-events: auto;
			/* 可点击 */
			visibility: visible;
			/* 可见 */
		}
	}

	.layui-layer-title {
		border: none;
	}

	.level1-item {
		.d-flex;
		.al-c;
		.jc-s;
		margin-bottom: var(--p20);
	}

	li {
		.d-flex;
		.al-c;
		.jc-s;
		margin-bottom: var(--p20);
	}

	.level2-item {
		.d-flex;
		.al-c;
		.jc-s;
		margin-bottom: vaR(--p15);
	}

	#level1 {
		ul {
			min-height: 60vh;
			font-size: vaR(--ft16);
		}
	}

	.text-line {
		line-height: 1em;
		border-bottom: 1px solid #000;
	}

	.link {
		margin-top: var(--p40);
		padding-top: vaR(--p30);
		border-top: 1px solid #999;
	}

	i {
		font-size: vaR(--ft12);
	}

	.level-name {
		line-height: 1em;
		display: inline-block;
		margin-top: var(--p20);
		margin-bottom: vaR(--p20);
		font-size: var(--ft24);
	}

	.back {
		font-size: var(--ft12);
		margin-bottom: var(--p20);

		span {
			text-decoration: underline;
		}

		cursor: pointer;
		.d-flex;
		.al-c;
		gap: 5px;
		line-height: 1em;

		&:before {
			font-size: var(--ft10);
			display: inline-block;
			font-family: layui-icon !important;

			font-style: normal;
			-webkit-font-smoothing: antialiased;
			display: block;

			content: "\e603";
		}
	}

	.pic {
		.d-grid;
		.grid2;
		gap: var(--p20);

		.img {
			height: 100%;
		}

		h5 {
			margin-top: var(--p10);
		}
	}

	.tap {
		position: relative;
		bottom: 5px;
		font-family: 'Nexa';
		font-size: var(--ft10);
	}
}

.Product {
	section {
		padding: var(--p20) 0;
	}
}

.selectForm {
	.d-flex;
	.jc-fe;
	.al-c;
	gap: var(--p20);

	i {
		font-size: var(--ft12);
	}

	.toggle {
		cursor: pointer;

	}

	.refinement {
		position: relative;
	}

	.toggle-content {
		position: absolute;
		right: 0;
		top: 100%;
		background: #fff;
		z-index: 6;
		display: none;
		border: 1px solid #000;
		width: max-content;
		padding: var(--p20);

		&.show {
			display: block;
		}
	}

	.swatches.size {
		.d-grid;
		.grid5;

		li {
			min-width: 5em;

		}
	}
}

.productList {
	.d-grid;
	.grid4;
	gap: var(--p60) var(--p40);

}

.productItem {
	.sub {
		margin-top: vaR(--p10);
		color: #999;
		font-size: var(--ft12);
	}

	.title {
		margin-top: var(--p15);
		font-size: vaR(--ft16);
	}

	* {
		line-height: 1em;

	}

	h5 {
		position: absolute;
		z-index: 5;
		left: var(--p20);
		top: var(--p20);
		background-color: #e5e5e5;
		padding: 6px;
		.bold;
		padding: 8px var(--p10);
		display: inline-block;

	}

	.money {
		.bold;
		font-size: var(--ft18);
		margin-top: var(--p10);
	}

	.buy {
		width: max-content;
		opacity: 0;
		.d-flex;
		.al-c;
		gap: 5px;
		line-height: 1em;
		padding: 5px var(--p10);
		background: #e5e5e5;
		position: absolute;
		z-index: 5;
		left: 50%;
		transform: translateX(-50%);
		top: var(--p30);

	}

	.img {
		aspect-ratio: 240/300;
		img{
		    max-width: 100%;
		    max-height: 100%;
		    width: auto;
		    height: auto;
		}
	}

	img {
		display: none;
	}

	.active {
		display: block;
	}

	&:hover {
		.buy {
			opacity: 1;
		}

		h5 {
			display: none;
		}

		.imgBlock {
			border-color: #999;
		}
	}

	.imgBlock {
		position: relative;
		border: 1px solid #fff;
	}

	.color {
		margin-top: var(--p20);

		dl {

			gap: var(--p10);
			.flex-center;
		}
	}
}

.loading {
	.flex-column-center;
	margin-top: var(--p40);
	gap: 5px;
	color: #999;

	.img {
		max-width: 60px;
		overflow:visible;
	}

	img {

  transform-origin: 50% 50%; /* 以自身中心旋转（默认值，可省略） */
  animation: rotate-pause-opacity 5s linear infinite;
	}
}

@keyframes rotate-pause-opacity {
  /* 0%：初始状态（透明0.4 + 旋转0度） */
  0% {
    transform: rotate(0deg);
    opacity: 0.4;
  }

  /* 33.3%：旋转结束（1秒完成360度 + 透明1） */
  33.3% {
    transform: rotate(360deg);
    opacity: 1;
  }

  /* 100%：暂停阶段（保持360度 + 透明回到0.4，确保循环无缝） */
  100% {
    transform: rotate(360deg);
    opacity: 0.4;
  }
}

.msgDialog{
    width: 400px;
   .layui-layer-content{
       min-height: 100px;
   }
   .layui-layer-btn .layui-layer-btn0{
       background: #000;
   }
}
.AboutPorduct {
    display: none;

	--main: 1390px;
	--swiper-navigation-size: var(--ft30);
	--swiper-navigation-color: #000;
	padding: var(--p70) 0;

	.layui-main {
		padding-top: var(--p40);
		border-top: 1px solid #999999;
	}

	.head {
		.flex-center;
		font-size: vaR(--ft24);
		gap: var(--p40);

		.item {
			cursor: pointer;
			border-bottom: 1px solid rgba(0, 0, 0, 2);
			opacity: 0.5;
		}

		.layui-this {
			opacity: 1;
			border-color: #000;
		}
	}

	.body {
		margin-top: var(--p30);
	}

	.swiperBox {
		padding: 0 var(--p50);
	}
}

.ProductDetails {
	padding: var(--p10) 0;

	.layui-main {
		.d-grid;
		width: 1400px;
		grid-template-columns: 75px 1.5fr 35%;
		gap: vaR(--p20);
	}

	.Block .Info,
	.Thumb ul {

		position: sticky;
		top: 90px;
	}

	.Thumb {
		ul {
			.d-grid;
			gap: var(--p10);
		}

		.item {
			aspect-ratio: 1/1;
			cursor: pointer;
		}
	}
.PhotoList{
    gap: var(--p20);
}
	.Photo {
		ul {}
	}

	* {
		line-height: 1.2em;
	}

	.btnBlock {
		.d-grid;
		gap: var(--p20);

		.layui-btn {
			.bold;
			.flex-center;
			gap: vaR(--p10);
			width: 100%;
			--btn_color: #000;
			border-radius: 0;
			line-height: normal;
		}

		.btn2 {
			background: #fff;
			color: #000;
			.Nexa;
		}
	}

	hr {
		margin: var(--p20) 0;
		border-color: #999;
	}

	.colorText {
		.d-flex;
		.al-c;
		gap: 5px;
		font-size: vaR(--ft18);
		.bold;

		h5 {}

		span {
			color: #999;
		}

		margin-bottom: var(--p10);
	}

	.color {
		dl {
			.d-flex;
			gap: vaR(--p15);
		}

	}

	.serive {
		padding: var(--p30) 0 var(--p20);
		color: #999;
		font-size: vaR(--ft14);
        img{
            width: 100%;
        }
		ul {

			.d-flex;
			.al-fs;
			.jc-sa;
		}

		h5 {
			margin-top: var(--p10);
			font-weight: normal;
		}
	}

	.Info {
		.tag {
			background: #CCCCCC;
			color: #999;
			display: inline-block;
			padding: 5px var(--p15);
			margin-bottom: 10px;
		}

		.title {
			font-size: vaR(--ft24);
		}

		.sub {
			color: #999;
			font-size: var(--ft14);

			margin-bottom: vaR(--p15);
		}

		.money {
			.bold;
			font-size: var(--ft20);
			margin-bottom: var(--p15);
		}

		.type {
			font-size: var(--ft14);
			.bold;
			color: #999;
			margin-bottom: vaR(--p10);
		}

		.tag1 {
			.bold;
			display: inline-block;
			padding: 5px var(--p15);
			border: 1px solid #000;
			margin-bottom: vaR(--p10);
		}

		.sub3 {
			font-size: var(--ft14);
			.bold;
			color: #999;
		}

		.head {
			color: #999;
			.d-flex;
			.al-fs;
			.jc-fe;
			font-size: vaR(--ft14);
			gap: var(--p10);
			margin-bottom: var(--p10);
		}

		.otherInfo {
font-size: var(--ft13);
			.t1 {
				cursor: pointer;
				padding: var(--p15) 0;
				.bold;

				.d-flex;
				.al-c;
				.jc-s;
			}

			i {
				font-weight: bold;
			}

			.con {
				padding-bottom: var(--p10);
				display: none;
			}

			li {
				padding-top: 5px;
				border-top: 1px solid #999;

			}
		}
	}
}

.Shoes {
 .swiper-wrapper{
     .d-flex;
     .al-c;
 }
 .swiper-slide{
     width: 33.33%;
     margin: 0 5%;
 }
    .swiper-button-prev{
        left: 29vw;
    }
    	.swiper-button-next{
    	    right: 29vw;
    	}
	.swiper-button-prev,
	.swiper-button-next {
		&::after {
			display: none !important;
		}
	}
}
.BigPic{
    
    --main: 1800px;
    position: relative;
    .bg_img;
    background-color: initial;
    color: #fff;
    .img{
        min-height: 50vh;
    }
    .layui-main{
        position: absolute;
        bottom: 20%;
        left: 50%;
        z-index: 2;
        transform: translateX(-50%);
    }
    h5{
        .bold;
        font-size: vaR(--ft36);
    
    }
    .desc{
        margin-top: vaR(--p20);
        
    }
    ul{
        font-size: vaR(--ft20);
        .bold;
        margin-top: vaR(--p30);
        .d-flex;
        flex-wrap: wrap;
        gap: var(--p20 ) var(--p40);
    }
  
.jtItem{
    .jt{
        filter: invert(1);
        
    }
}
    
}
.jtItem{
   .jt{
        padding-left:25%;
       .jc-fe;
  
    } 
    &:hover{
        .jt{
          
            
          animation: arrowSliding 1s infinite ease-in-out;
        }
    }
}
 
.IndexPic{
    --main: 1800px;
      h5{
        .bold;
        font-size: vaR(--ft36);
    
    }
    .desc{
        margin-top: vaR(--p10);
        
    }
    .link{
        display: inline-block;
        margin-top: vaR(--p20);
        font-size: vaR(--ft20);
        text-decoration: underline;
    }
    .layui-main{
        .d-grid;
        .grid2;
        gap: vaR(--p150);
    }
    .Block{
        .d-flex;
        .flex-column;
        .jc-s;
        .line{
            .d-flex;
            .jc-fe;
            margin-bottom: vaR(--p20);
        }
   
        .img{
            .jc-fe;
        }
    }
    .PicBlock2{
        .jtItem{
            position: relative;
            bottom: var(--p130);
        }
         .line{
            .d-flex;
            .jc-fe;
            margin-bottom: vaR(--p20);
        }
    }
}
@keyframes arrowSliding{
    0% {
    transform: translateX(0);
    }
    50% {
        transform: translateX(-20%);
    }
    100% {
        transform: translateX(0);
    }
}
.IndexVideo{
    .d-grid;
    position: relative;
    .video{
        object-fit: cover;
        width: 100%;
        height: 100vh;
    }
   grid-template-columns: 70% 1fr;
   .Block{
       padding-top: vaR(--p200);
       padding-right: vaR(--p80);
           position: absolute;
    right: 0;
    width: auto;
       max-width: 100%;
   }
   .img img{
       max-width: 100%;
   }
   ul{
       margin-top: vaR(--p60);
       .d-grid;
       gap: vaR(--p30);
       .al-fe;
       li{
           .d-flex;
           .jc-fe;
           span{
               min-width: 160px;
               display: inline-block;
           }
       }
   }
   
}
.IndexType{
    padding: var(--p60) 0;
    ul{
        margin-top: vaR(--p40);
        .flex-center;
        flex-wrap: wrap;
        gap: var(--p40);
        text-align: center;
        .img{
            position: relative;
        }
        .bg{
            aspect-ratio: 1/1;
            img{
                transition: all 0.5s;
            }
        }
        .item:hover{
            .bg img{
                scale: 1.1;
            }
        }
        .t1{
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }
        h5{
            margin-top: vaR(--p10);
            .bold;
                font-size: vaR(--ft30);
           
        }
        .block{
            .flex-column-center;
        }
        .sub{
                font-size: vaR(--ft20);
            text-decoration: underline;
        }
    }
}
.top_banner{
    min-height: auto;
    position: relative;
    border-bottom: 1px solid #000;
    h1{
    text-shadow: 0 8px 16px rgba(0, 0, 0, 0.9);
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        position: absolute;
        bottom: 0;
        text-align: center;
        color: #fff;
        font-family: 'bold';
        font-size: vaR(--ft90);
    }
}
@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 990px) {
	.Look ul {
		.grid3;
	}
	.IndexVideo .Block{
	    padding-left: 60px;
	    padding-top: 100px;
	}
	.IndexType .imglogo img{
	    max-width: 50%;
	}
	.footer-newsletter .layui-main{
	    .grid1;
	}
	.footerLogo img{
	    max-height: 30px;
	}
	.footer-newsletter ul .img{
	    
    max-width: 20px;
	}
	.productList{
	    .grid2;
	}
	.loading .img{
	    
    max-width: 30px;
	}
	.ProductDetails .Thumb ul{
	    .grid5;
	}
  .ProductDetails .layui-main{
      .grid1
  }
  .IndexVideo{
      .grid1;
  }
  .IndexVideo .Block{
      position: relative;
  }
}

@media only screen and (max-width: 768px) {}

@media only screen and (min-width: 751px) and (max-width: 1400px) {}

@media only screen and (min-width: 751px) {}