﻿/*common start*/
@font-face {
    font-family: "aldosemi-bold0.12";
    src: url("../fonts/aldosemi-bold0.12.woff2") format("woff2"), 
    	 url("../fonts/aldosemi-bold0.12.woff") format("woff"), 
         url("../fonts/aldosemi-bold0.12.ttf") format("truetype"), 
         url("../fonts/aldosemi-bold0.12.eot") format("embedded-opentype"), 
         url("../fonts/aldosemi-bold0.12.svg") format("svg");
}
.scroll{ padding-right:10px; overflow-y:auto;}
.scroll::-webkit-scrollbar {
	/*滚动条整体样式*/
	width:4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height:1px;
}
.scroll::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius:10px;
	/*box-shadow:inset 0 0 2px #000;*/
	background:var(--secondary-color);
}
.scroll::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	/*box-shadow:inset 0 0 2px #999;*/
	border-radius:10px;
	background:#eee;
}
:root{
 --primary-color:#f4d739;
 --secondary-color:#000;
 --main-color:#f4d739;
 --main-color-white:#fff;
}
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0; list-style:none;}
body{ font-size:14px; color:#333; overflow-x:hidden; }
a{ color:#666;}
a:hover{ color:var(--primary-color); text-decoration:none;}
p{line-height:1.5em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:90%; margin:0 auto; max-width:1550px; min-width:1000px;}
.wapper2{ width:90%; margin:0 auto; min-width:1000px;}
input,textarea,select{outline:none; font-family:inherit; font-size:14px;}
img{object-fit: cover;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;}
#lContent img,#lblContent img,.xiangxi_con img,.xiangqing img{ width:auto !important; height:auto !important; max-width:100%;}
@media(max-width:999px){
.wapper1{ width:90%; min-width:0;}
.wapper2{ width:90%; min-width:0;}
}
/*common end*/


.head{ width:100%; background:#fff; position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head1bg{ position:relative; background:#000; color:#fff;}
.head1{ height:40px; line-height:16px; font-size:12px; text-align:center;display: flex; justify-content:center; align-items: center;}
.head2bg{ position:relative;}
.head2{ height:80px; transition:all .3s ease;
display: flex;
justify-content: space-between;
align-items: center;}
.head .logo{ width:18%; height:80px; position:relative;}
.head .logo img{ max-width:100%; max-height:80%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head .logo .img1{ display:none;}
.head2 .rt{ width:18%; display: flex; justify-content: flex-end; align-items: center;}
.head .h_account_btnbg{ margin-left:1.04vw;}
.head .h_account_btn{ display:block; width:20px; height:20px; background:url(../images/hico_account.png) center no-repeat; background-size:contain; cursor:pointer;}
.head .h_account_btn2bg{ margin-left:1.04vw; position:relative; padding:30px 0;}
.head .h_account_btn2{ display:block; font-size:15px; line-height:20px; height:20px; cursor:pointer;}
.head .h_account_btn2:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}
.head .h_account_btn2bg ul{ width:150px; background:#fff; box-shadow:0 5px 10px rgba(0,0,0,.1); position:absolute; top:100%; left:50%; transform:translateX(-50%); z-index:5; display:none;}
.head .h_account_btn2bg:hover ul{ display:block;}
.head .h_account_btn2bg ul li{}
.head .h_account_btn2bg ul li a{ display:block; font-size:14px; line-height:24px; padding:10px 5px; text-align:center;}
.head .h_cart_btnbg{ margin-left:1.04vw;}
.head .h_cart_btn{ }
.head .h_cart_btn a{}
.head .h_cart_btn svg{ width:20px; height:20px;}
.head .h_search_btnbg{ }
.head .h_search_btn{ display:block; width:20px; height:20px; background:url(../images/hico_search.png) center no-repeat; background-size:contain; cursor:pointer;}
.head .h_search_btn.active0{ background-image:url(../images/close-on.png);}
.head .h_search_box{ width:100%; padding:30px 0; background:#fff; box-shadow:0 0 1px #f2f2f2; position:absolute; top:100%; left:0; z-index:999; opacity:0; visibility:hidden; transition:all .3s ease;}
.head .h_search_box.active1{ opacity:1; visibility:visible;}
.head .h_search_close1{ display:none;}
.head .h_searchbg{ margin:0 auto; width:90%; max-width:1200px;}
.head .h_search{ }
.head .h_search_close2{ display:none;}
.head .h_search .form{ height:54px; background:#fff; border-bottom:1px solid #333; overflow:hidden; }
.head .h_search .form .text1{ float:left; border:none; background:none; height:54px; line-height:54px; padding:0; width:calc(100% - 54px); }
.head .h_search .form .button1{ float:right; border:none;  background:url(../images/hico_search2.png) center no-repeat; background-size:56% auto; width:54px; height:54px; cursor:pointer; transition:all .3s ease;}
.head .h_search .form .button1:hover{ opacity:.9;}
.head .h_search .form .button1 i{ }
.h_search .form input::-webkit-input-placeholder{ color: #999; }
.h_search .form input:-moz-placeholder{ color:#999; }
.h_search .form input::-moz-placeholder{ color:#999; }
.h_search .form input:-ms-input-placeholder{ color:#999; }
.head3bg{ background:var(--primary-color);}
.head3{ }
/*menu*/
.head .menu{ height:80px; line-height:80px; }
.head .menu>ul{display: flex; justify-content:center; align-items: center;}
.head .menu>ul>li{ padding:0 1.04vw;}
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#333; display:block; font-size:15px; font-weight:normal; position:relative; z-index:1; border-radius:40px;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a{ color:var(--secondary-color); }
/*.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}*/
.head .menu>ul>li>a:before{ content:""; width:0; height:3px; background:var(--secondary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease; z-index:-1;}
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before{ width:100%;}
.head .menu>ul>li.menu_down ul{ width:fit-content; min-width:220px; background:#fff; box-shadow:0 5px 10px rgba(0,0,0,.1); position:absolute; top:100%; left:0; z-index:5; display:none;}
.head .menu>ul>li.menu_down ul li{ position:relative; }
.head .menu>ul>li.menu_down ul li a{ color:#666; display:block; font-weight:normal; font-size:14px; line-height:24px; padding:10px 5px 10px 10px; text-align:left; position:relative;}
.head .menu>ul>li.menu_down ul li a:hover,.head .menu>ul>li.menu_down>ul li:hover>a{ color:#fff; background:var(--secondary-color);}
/*.head .menu>ul>li ul li a:after{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:50%; transform:translateY(-50%);}*/
.head .menu>ul>li.menu_down ul li ul{ width:100%; position:absolute; top:0; left:100%; transform:translateX(0); display:none;}
.head .menu>ul>li.menu_down ul li:hover>ul{ display:block;}

.menuSub_probg{ width:100%; padding:30px 0; background:#fff; box-shadow:0 0 1px #f2f2f2; position:absolute; top:100%; left:0; z-index:5; display:none;}
.head .menu>ul>li:hover .menuSub_probg{ display:block;}
.menuSub_pro{display: flex; justify-content:space-between;/* align-items: center;*/}
.menuSub_pro_lt{ width:71%;}
.menuSub_pro_lt>ul{display: flex; justify-content:space-around;/* align-items: center;*/ }
.menuSub_pro_lt>ul>li{}
.menuSub_pro_lt>ul>li>a{ display:block; font-size:14px; line-height:24px; font-weight:bold; margin-bottom:15px; color:#333;}
.menuSub_pro_lt>ul>li a:hover{ text-decoration:underline; color:var(--secondary-color);}
.menuSub_pro_lt>ul>li ul{}
.menuSub_pro_lt>ul>li ul li{}
.menuSub_pro_lt>ul>li ul li a{ display:block; font-size:13px; line-height:23px; margin-bottom:5px; color:#666;}
.menuSub_pro_rt{ width:25%;}
.menuSub_pro_rt .img{}
.menuSub_pro_rt .img img{ display:block; width:100%;}

.head_height{ height:120px;}
.head.active1{ box-shadow:0 0 1px #999; transform:translateY(-40px);}
.head.active1 .head2{ height:60px; }
.head.active1 .logo{ height:60px; }
.head.active1 .h_account_btn2bg{ padding:20px 0;}
.head.active1 .menu{ height:60px; line-height:60px; }
.head.active2{ }

@media(max-width:1399px){
}
@media(max-width:999px){
.head_height{ height:100px;}
.head{ }
.head2{ height:60px; }
.head .logo{ width:40%; height:60px; }
.head .logo .img1{ display:block;}
.head .logo .img2{ display:none;}
.head2 .rt{ width:auto;}
.head .h_account_btnbg{ margin-left:10px;}
.head .h_cart_btnbg{ margin-left:12px;}
.head .h_search_btnbg{ }
.head .h_search_box{ padding:20px 0; }
.head .h_search .form{ height:30px; }
.head .h_search .form .text1{ height:30px; line-height:30px; width:calc(100% - 30px); }
.head .h_search .form .button1{ width:30px; height:30px; }
.head .menu{ display:none;}
.head.active1 .head2{ height:40px; }
.head.active1 .logo{ height:40px; }
}
/**/
.head .nav_open{ width:20px; height:16px; cursor:pointer; display:none; position:relative; margin-left:15px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:100%; height:2px; background:#666; position:absolute; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.head .nav_open i{ top:50%; transform:translateX(-50%) translate(0,-50%);}
.head .nav_open:before{ content:""; top:0; }
.head .nav_open:after{ content:""; bottom:0; }
.head .nav_open.active0 i{ opacity:0; visibility:hidden;}
.head .nav_open.active0:before{transform:translateX(-50%) translateY(7px) rotate(45deg);}
.head .nav_open.active0:after{transform:translateX(-50%) translateY(-7px) rotate(-45deg);}
.head .nav_box{ width:100%; height:100%; position:fixed; left:0; top:0;  display:none;}
.head .nav_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:calc(100% - 60px); height:100%; background:#fff; position:absolute; left:0; top:0; z-index:999; transition:all .5s ease; transform:translateX(-100%);}
.head .nav_box.active1 .navbg{ transform:translateX(0);}
.head .nav{ position:relative; padding:20px 0;}
.head .nav_close2{ width:20px; height:20px; background:url(../images/hico_close.png) center no-repeat; background-size:contain; position:absolute; top:20px; right:-40px;}
.head .nav_list{ max-height:calc(100vh - 40px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{ padding:5px 0;}
.head .nav_list>ul>li{ padding:10px 0; }
.head .nav_list ul li span{ display:block; position:relative; padding:0 30px 0 15px;}
.head .nav_list ul li span a{ display:inline-block; font-size:14px; line-height:24px; position:relative; z-index:2; }
.head .nav_list>ul>li>span a{ font-size:16px; line-height:26px; font-weight:normal;}
.head .nav_list ul li.nav_down>span:after{ content:"\f107";font: normal normal normal 20px/1 FontAwesome; width:14px; height:14px; line-height:14px; text-align:center; position:absolute; top:6px; right:10px; }
.head .nav_list ul li.nav_down.active1>span:after{ transform:rotate(180deg);}
.head .nav_list ul li ul{ padding:5px 15px 0 15px; display:none;}
.head .nav_list ul li.active1>span>i{ background-image:url(../images/ico_up1.png);}
.head .nav_list ul li ul li.nav_down>span:after{ top:5px; }
@media(max-width:999px){
.head .nav_open{ display:block;}
}


.banner_swiper{ position:relative;}
.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { position:relative;}
.banner_swiper .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%; transition:all 4s ease;}
.banner_swiper .swiper-container .swiper-slide video{ display:block; width:100%;}
.banner_swiper .swiper-container .swiper-slide p{ padding:0; margin:0;}

.banner_swiper .swiper-pagination{ height:10px; width:100%; bottom:2.6vw; display:none;}
.banner_swiper .swiper-pagination span{ vertical-align:top; width:10px; height:10px; border-radius:10px; background:rgba(0,0,0,.3); opacity:1; margin: 0 5px; transition:all .3s ease; position:relative;}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ background:#000; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:60px; height:60px; margin-top:-30px; background-size:50% 100%; color:transparent; font-size:0; transition:all .3s ease; }
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ }
.banner_swiper .swiper-button-prev:after,.banner_swiper .swiper-button-next:after{ display:none;}
.banner_swiper .swiper-button-prev{ left:5%;}
.banner_swiper .swiper-button-next{ right:5%;}
@media(max-width:999px){
.banner_swiper .swiper-pagination{ height:8px; bottom:10px;}
.banner_swiper .swiper-pagination span{ width:8px; height:8px; margin: 0 3px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:40px; height:40px; margin-top:-20px; }
}


.con01bg{ margin:60px 0;}
.con01{}
.swiper_banner2{ position:relative; padding-bottom:30px;}
.swiper_banner2 .swiper-container { width: 100%; }
.swiper_banner2 .swiper-container .swiper-slide { position:relative;}
.swiper_banner2 .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.swiper_banner2 .swiper-container .swiper-slide img{ display:block; width:100%; transition:all 4s ease;}
.swiper_banner2 .swiper-container .swiper-slide p{ padding:0; margin:0;}

.swiper_banner2 .swiper-pagination{ height:10px; width:100%; bottom:0;}
.swiper_banner2 .swiper-pagination span{ vertical-align:top; width:10px; height:10px; border-radius:10px; background:rgba(0,0,0,.3); opacity:1; margin: 0 5px; transition:all .3s ease; position:relative;}
.swiper_banner2 .swiper-pagination span.swiper-pagination-bullet-active{ background:#000; }
.swiper_banner2 .swiper-button-prev,.swiper_banner2 .swiper-button-next{ width:60px; height:60px; margin-top:-30px; background-size:50% 100%; color:transparent; font-size:0; transition:all .3s ease; opacity:0; visibility:hidden; display:none;}
.swiper_banner2:hover .swiper-button-prev,.swiper_banner2:hover .swiper-button-next{ opacity:1; visibility:visible;}
.swiper_banner2 .swiper-button-prev:after,.swiper_banner2 .swiper-button-next:after{ display:none;}
.swiper_banner2 .swiper-button-prev{ left:5%;}
.swiper_banner2 .swiper-button-next{ right:5%;}
@media(max-width:999px){
.con01bg{ margin:40px 0;}
.swiper_banner2{ padding-bottom:20px;}
.swiper_banner2 .swiper-pagination{ height:8px;}
.swiper_banner2 .swiper-pagination span{ width:8px; height:8px; margin: 0 3px; }
.swiper_banner2 .swiper-button-prev,.swiper_banner2 .swiper-button-next{ width:40px; height:40px; margin-top:-20px; }
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:36px; line-height:46px;}
.more1{ text-align:center;}
.more1 span{ display:inline-block; text-align:center; cursor:pointer; font-size:14px; line-height:48px; padding:0 50px; min-width:150px; border:1px solid #333; box-sizing:border-box; transition:all .3s ease;}
.more1 span:hover{ background:var(--secondary-color); color:#fff;}
.con02bg{ margin:80px 0;}
.con02{}
.con02 .list{ margin-top:20px;display: flex; justify-content: space-between;/* align-items: center;*/}
.con02_lt{ width:32.5%;}
.con02_lt .img{}
.con02_lt img{ display:block; width:100%;}
.con02_rt{ width:65%;}
.swiper_indexPro{ position:relative; padding-top:calc(48px + 1.5vw);}
.swiper_indexPro .swiper-container { width: 100%; }
.swiper_indexPro .swiper-container .swiper-slide { position:relative; text-align:center;}
.swiper_indexPro .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.swiper_indexPro .swiper-container .swiper-slide .nr_box{}
.swiper_indexPro .swiper-container .swiper-slide .imgbg{ position:relative;}
.swiper_indexPro .swiper-container .swiper-slide .img{ padding-bottom:125%; position:relative; background:#f0f0f0;}
.swiper_indexPro .swiper-container .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.swiper_indexPro .swiper-container .swiper-slide .imgbg:before{ content:""; width:100%; height:100%; background:rgba(255,255,255,.5); position:absolute; top:0; left:0; opacity:0; visibility:hidden; transition:all .3s ease; z-index:1;}
.swiper_indexPro .swiper-container .swiper-slide:hover .imgbg:before{ opacity:1; visibility:visible;}
.swiper_indexPro .swiper-container .swiper-slide .pro_btn{display: flex; justify-content: center; align-items: center; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); opacity:0; visibility:hidden; transition:all .3s ease; z-index:3;}
.swiper_indexPro .swiper-container .swiper-slide:hover .pro_btn{ opacity:1; visibility:visible;}
.swiper_indexPro .swiper-container .swiper-slide .pro_btn a{ margin:0 10px; background:var(--secondary-color); display: flex; justify-content: center; align-items: center; transition:all .3s ease;}
.swiper_indexPro .swiper-container .swiper-slide .pro_btn a:hover{ background:var(--primary-color);}
.swiper_indexPro .swiper-container .swiper-slide .pro_btn i{ width:40px; height:40px; background-repeat:no-repeat; background-position:center; background-size:50% auto;}
.swiper_indexPro .swiper-container .swiper-slide .pro_btn i.cart{ background-image:url(../images/ico_cart.png);}
.swiper_indexPro .swiper-container .swiper-slide .pro_btn i.wishlist{ background-image:url(../images/ico_wishlist.png);}
.swiper_indexPro .swiper-container .swiper-slide .txt{ color:#333; margin-top:15px;}
.swiper_indexPro .swiper-container .swiper-slide .txt .h2{ font-size:14px; line-height:24px; height:48px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.swiper_indexPro .swiper-container .swiper-slide:hover .txt .h2{ color:var(--secondary-color);}
.swiper_indexPro .swiper-container .swiper-slide .txt .h3{ font-size:18px; line-height:28px;}
.swiper_indexPro .swiper-pagination{ height:10px; width:100%; bottom:0; display:none;}
.swiper_indexPro .swiper-pagination span{ vertical-align:top; width:10px; height:10px; border-radius:10px; background:rgba(0,0,0,.3); opacity:1; margin: 0 5px; transition:all .3s ease; position:relative;}
.swiper_indexPro .swiper-pagination span.swiper-pagination-bullet-active{ background:#000; }
.swiper_indexPro .swiper-button-prev,.swiper_indexPro .swiper-button-next{ width:48px; height:48px; line-height:46px; border:1px solid #c0c0c0; margin:0 15px; background:none; color:#999; font-size:20px; transition:all .3s ease; position:static; border-radius:100%; box-sizing:border-box; text-align:center;}
.swiper_indexPro .swiper-button-prev:hover,.swiper_indexPro .swiper-button-next:hover{ border-color:#000; color:#000;}
.swiper_indexPro .swiper-button-prev:after,.swiper_indexPro .swiper-button-next:after{ display:none;}
.swiper_indexPro .swiper-button-prev{ }
.swiper_indexPro .swiper-button-next{ }
.swiper_indexPro .swiper-controls{ position:absolute; top:0; right:0;display: flex; justify-content: space-between; align-items: center;}
.con02_rt .more1{ margin-top:2.34vw;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:34px;}
.more1 span{ font-size:14px; line-height:38px; padding:0 20px; min-width:120px; }
.con02bg{ margin:40px 0;}
.con02 .list{ margin-top:20px;display:block;}
.con02_lt{ width:100%; margin-bottom:20px;}
.con02_rt{ width:100%;}
.swiper_indexPro{ padding-top:0;}
.swiper_indexPro .swiper-container .swiper-slide .txt{ margin-top:15px;}
.swiper_indexPro .swiper-container .swiper-slide .txt .h2{ font-size:14px; line-height:24px; height:48px; }
.swiper_indexPro .swiper-container .swiper-slide .txt .h3{ font-size:18px; line-height:28px;}
.swiper_indexPro .swiper-button-prev,.swiper_indexPro .swiper-button-next{ width:40px; height:40px; line-height:38px; margin:0 10px; font-size:20px; }
.swiper_indexPro .swiper-controls{ position:static; justify-content: center; margin-top:20px;}
.con02_rt .more1{ margin-top:20px;}
}


.con03bg{ margin:80px 0;}
.con03{}
.con03 .list{ margin-top:20px;display: flex; justify-content: space-between;/* align-items: center;*/ flex-direction:row-reverse;}
.con03_lt{ width:32.5%;}
.con03_lt .img{}
.con03_lt img{ display:block; width:100%;}
.swiper_indexPro2 .swiper-controls{ right:auto; left:0;}
.con03_rt{ width:65%;}
.con03_rt .more1{ margin-top:2.34vw;}
@media(max-width:999px){
.con03bg{ margin:40px 0;}
.con03 .list{ margin-top:20px;display:block;}
.con03_lt{ width:100%; margin-bottom:20px;}
.con03_rt{ width:100%;}
.con03_rt .more1{ margin-top:20px;}
}


.con04bg{ margin:80px 0;}
.con04{}
.con04 .list{ margin-top:40px;}
.swiper_indexPj{ position:relative; padding-bottom:30px;}
.swiper_indexPj .swiper-container { width: 100%; }
.swiper_indexPj .swiper-container .swiper-slide { position:relative; background:#fafafa;}
.swiper_indexPj .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.swiper_indexPj .swiper-container .swiper-slide .nr_box{ padding:30px 5%;}
.swiper_indexPj .swiper-container .swiper-slide .box1{ padding:30px 0; position:relative;}
.swiper_indexPj .swiper-container .swiper-slide .box1:before,.swiper_indexPj .swiper-container .swiper-slide .box1:after{font: normal normal normal 24px/1 FontAwesome; color:#ccc; position:absolute;}
.swiper_indexPj .swiper-container .swiper-slide .box1:before{content: "\f10d"; top:0; left:0;}
.swiper_indexPj .swiper-container .swiper-slide .box1:after{content: "\f10e"; bottom:0; right:0;}
.swiper_indexPj .swiper-container .swiper-slide .h4{ font-size:16px; line-height:2em; }
.swiper_indexPj .swiper-container .swiper-slide .box2{display: flex; justify-content: space-between; align-items: center;}
.swiper_indexPj .swiper-container .swiper-slide .imgbg{ width:100px;}
.swiper_indexPj .swiper-container .swiper-slide .img{ height:100px; border:2px solid var(--secondary-color); box-sizing:border-box; position:relative; border-radius:100%; overflow:hidden;}
.swiper_indexPj .swiper-container .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.swiper_indexPj .swiper-container .swiper-slide .txtbg{ width:calc(96% - 100px);}
.swiper_indexPj .swiper-container .swiper-slide .txt{}
.swiper_indexPj .swiper-container .swiper-slide .h2{ font-size:24px; line-height:34px;}
.swiper_indexPj .swiper-container .swiper-slide .h3{ font-size:13px; line-height:23px; color:#999;}

.swiper_indexPj .swiper-pagination{ height:10px; width:100%; bottom:0;}
.swiper_indexPj .swiper-pagination span{ vertical-align:top; width:10px; height:10px; border-radius:10px; background:rgba(0,0,0,.3); opacity:1; margin: 0 5px; transition:all .3s ease; position:relative;}
.swiper_indexPj .swiper-pagination span.swiper-pagination-bullet-active{ background:#000; }
.swiper_indexPj .swiper-button-prev,.swiper_indexPj .swiper-button-next{ width:60px; height:60px; margin-top:-30px; background-size:50% 100%; color:transparent; font-size:0; transition:all .3s ease; opacity:0; visibility:hidden; display:none;}
.swiper_indexPj:hover .swiper-button-prev,.swiper_indexPj:hover .swiper-button-next{ opacity:1; visibility:visible;}
.swiper_indexPj .swiper-button-prev:after,.swiper_indexPj .swiper-button-next:after{ display:none;}
.swiper_indexPj .swiper-button-prev{ left:5%;}
.swiper_indexPj .swiper-button-next{ right:5%;}
@media(max-width:999px){
.con04bg{ margin:40px 0;}
.con04 .list{ margin-top:20px;}
.swiper_indexPj{ padding-bottom:30px;}
.swiper_indexPj .swiper-container .swiper-slide .nr_box{ padding:20px 5%;}
.swiper_indexPj .swiper-container .swiper-slide .box1{ padding:30px 0; position:relative;}
.swiper_indexPj .swiper-container .swiper-slide .h4{ font-size:14px; line-height:24px; }
.swiper_indexPj .swiper-container .swiper-slide .imgbg{ width:70px;}
.swiper_indexPj .swiper-container .swiper-slide .img{ height:70px; }
.swiper_indexPj .swiper-container .swiper-slide .txtbg{ width:calc(96% - 70px);}
.swiper_indexPj .swiper-container .swiper-slide .h2{ font-size:18px; line-height:28px;}
.swiper_indexPj .swiper-container .swiper-slide .h3{ font-size:13px; line-height:23px; }

.swiper_indexPj .swiper-pagination{ height:8px; }
.swiper_indexPj .swiper-pagination span{ width:8px; height:8px; margin: 0 3px; }
}


.con05bg{ margin:80px 0;}
.con05{}
.con05 .list{ margin-top:40px;}
.con05 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con05 .list ul li{ width:32%; margin:0 0 30px 2%;}
.con05 .list ul li:nth-child(3n-2){ margin-left:0;}
.con05 .list ul li .img{ padding-bottom:70%; position:relative; overflow:hidden;}
.con05 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con05 .list ul li:hover .img img{ transform:scale(1.1);}
.con05 .list ul li .txt{ margin-top:15px; color:#666;}
.con05 .list ul li .txt .h2{ font-size:18px; line-height:28px; color:#333; margin-bottom:5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con05 .list ul li:hover .txt .h2{ color:var(--secondary-color);}
.con05 .list ul li .txt .h3{ font-size:16px; line-height:26px; color:#999; margin-bottom:10px;}
.con05 .list ul li .txt .h4{ font-size:14px; line-height:24px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.con05bg{ margin:40px 0;}
.con05 .list{ margin-top:20px;}
.con05 .list ul li{ width:100%; margin:0 0 20px 0;}
.con05 .list ul li .txt{ margin-top:10px; }
.con05 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:0px;}
.con05 .list ul li .txt .h3{ font-size:16px; line-height:26px; margin-bottom:5px;}
.con05 .list ul li .txt .h4{ font-size:14px; line-height:24px;}
}


.con06bg{ padding:50px 0; background:#fafafa;}
.con06{}
.con06 .list{}
.con06 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con06 .list ul li{ width:25%; margin:1% 0; padding:0 1%; text-align:center; border-right:1px solid #eee; box-sizing:border-box;}
.con06 .list ul li:nth-child(1){ border-left:1px solid #eee;}
.con06 .list ul li .img{ height:80px;display: flex; justify-content:center; align-items: center;}
.con06 .list ul li .img img{ display:block; max-width:100%; max-height:100%;}
.con06 .list ul li .txt{ margin-top:20px;}
.con06 .list ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:5px;}
.con06 .list ul li .txt .h3{ font-size:12px; line-height:22px; color:#999;}
@media(max-width:999px){
.con06bg{ padding:30px 0; }
.con06 .list ul li{ width:50%; margin:2% 0; padding:0 1%; border:none !important;}
.con06 .list ul li .img{ height:60px; }
.con06 .list ul li .txt{ margin-top:10px;}
.con06 .list ul li .txt .h2{ font-size:14px; line-height:24px; margin-bottom:5px;}
.con06 .list ul li .txt .h3{ font-size:12px; line-height:22px; }
}



.foot{ background:#000; color:#999;}
.foot a{ color:#999;}
.foot a:hover{ color:#fff; text-decoration:underline;}
.foot .list1{ padding:40px 0; }
.foot .f_nav{ display: flex; justify-content:space-between;/* align-items: center;*/ font-size:13px; line-height:23px;}
.foot .f_nav dl{ }
.foot .f_nav dl dt{ font-size:16px; line-height:26px; margin-bottom:15px; color:#fff; font-weight:bold;}
.foot .f_nav dl dd{ margin-bottom:5px;}
.foot .f_share{}
.foot .f_share ul{ display: flex; justify-content:flex-start;/* align-items: center;*/}
.foot .f_share ul li{ position:relative; margin:0 0 0 30px;}
.foot .f_share ul li:nth-child(1){ margin-left:0;}
.foot .f_share ul li a{}
.foot .f_share ul li a img{ height:24px; vertical-align:middle;}
.foot .f_share ul li .ewm{ padding:0 0 10px 0; position:absolute; bottom:100%; left:50%; transform:translateX(-50%); display:none;}
.foot .f_share ul li:hover .ewm{ display:block;}
.foot .f_share ul li .ewm img{ display:block; width:100px;}
.foot .list2{ padding:20px 0; border-top:1px solid rgba(255,255,255,.1);}
.foot .f_info{ font-size:12px; line-height:22px; text-align:center;}
@media(max-width:999px){
.foot .list1{ padding:40px 0; }
.foot .f_nav{ flex-wrap:wrap; font-size:12px; line-height:22px;}
.foot .f_nav dl{ width:19%; margin-bottom:20px;}
.foot .f_nav dl dt{ font-size:14px; line-height:24px; margin-bottom:10px; }
.foot .f_nav dl dd{ margin-bottom:5px;}
.foot .f_share{ width:100%  !important; margin-bottom:0 !important; text-align:center;}
.foot .f_share ul{ justify-content:center;}
.foot .f_share ul li{ margin:0 10px !important;}
.foot .f_share ul li a img{ height:24px;}
.foot .list2{ padding:15px 0; }
.foot .f_info{ font-size:12px; line-height:22px; }
}




/*Add------------------------------------------------------------------------------*/

.inbanner{ position:relative;}
.inbanner img{ display:block; width:100%; height:25vw;}
.inbanner_txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); }
.inbanner_txt{ color:#fff; }
.inbanner_txt .h2{ font-size:1.86vw; line-height:1.25em; margin-bottom:1.04vw;}
.inbanner_txt .h3{ font-size:.94vw; line-height:1.55em; }
.inbarbg{ background:#fafafa; border-bottom:1px solid #eee;}
.inbar{ display: flex; justify-content:space-between; align-items: center;}
.innav{ font-size:16px; line-height:60px; }
.innav .h1{ font-size:16px; line-height:50px; text-align:left; padding:0 40px 0 20px; position:relative; display:none; }
.innav .h1:before{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:18px; transition:all .3s ease;}
.innav .h1.active1:before{ transform:rotate(180deg);}
.innav>ul{ display: flex; justify-content:center; align-items: center; flex-wrap:wrap;}
.innav>ul>li{/* display: flex;justify-content:center;align-items:center;*/ color:#333; position:relative; padding:0 1.04vw; }
.innav>ul>li>a{ display:block; position:relative; white-space:nowrap; color:#333; text-align:center; transition:all .3s ease;}
.innav>ul>li>a:before{ content:""; width:0; height:2px; background:var(--secondary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.innav>ul>li.hover>a{ color:var(--secondary-color);}
.innav>ul>li:hover>a{ color:var(--secondary-color);}
.innav>ul>li.hover>a:before{ width:100%;}
.innav>ul>li:hover>a:before{ width:100%;}
.innav ul li ul{ width:fit-content; min-width:120px; padding:5px 0; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); position:absolute; top:100%; left:50%; transform:translateX(-50%); display:none; z-index:2;}
.innav ul li:hover>ul{ display:block;}
.innav ul li ul li{ text-align:center; line-height:24px; padding:5px 5px;}
.innav ul li ul li a{ font-size:14px; color:#666;}
.innav ul li ul li a:hover{ color:var(--secondary-color);}
.weizhi{ font-size:14px; line-height:60px; color:#999; }
.weizhi i{ margin-right:5px; color:#999;}
.weizhi a{ color:#999;}
.weizhi a:hover{}
@media(max-width:999px){
.inbanner_txt .h2{ font-size:24px; line-height:28px; margin-bottom:5px;}
.inbanner_txt .h3{ font-size:14px; line-height:18px; }
.inbarbg{ margin:0;}
.inbarbg .wapper1{ width:100%;}
.inbar{ display:block;}
.innav{ font-size:14px; line-height:24px; }
.innav .h1{ display:block; background:var(--secondary-color); color:#fff;}
.innav>ul{ display:none; }
.innav>ul>li{ border-bottom:1px solid #ddd; padding:10px 20px 10px 20px;}
.innav>ul>li>a{ padding:0; display:inline; }
.innav>ul>li>a:before{ display:none;}
.innav ul li ul{ background:none; box-shadow:none; position:static; transform:translateX(0%); }
.innav ul li ul li{ line-height:24px; padding:5px 20px 5px 20px; text-align:left;}
.innav ul li ul li a{ font-size:14px; }
.weizhi{ display:none;}
}
.insidebg{ margin:60px 0 80px 0; }
.inside{ background:#fff; }
.inside_lt{ float:left; width:308px; position:sticky; top:80px;}
.side_a{ overflow:hidden; background:#fff; margin-bottom:20px;}
.side_a .h1{ font-size:23px; line-height:34px; background:var(--secondary-color); color:#fff; padding:13px 20px; position:relative;}
.side_a .h1 strong{ display:block; font-weight:normal;}
.side_a>ul{ }
.side_a ul li{ }
.side_a>ul>li{ border-bottom:1px solid #ddd;}
.side_a>ul>li:last-child{/* border-bottom:none;*/}
.side_a ul li span{ display:block; padding:15px 20px 15px 0; position:relative; cursor:pointer; }
.side_a ul li span:hover,.side_a ul li.hover>span{ color: var(--secondary-color);}
.side_a ul li.active1>span{ }
.side_a ul li.active1>span:hover{ }
.side_a ul li.has_sub>span:after{ content:"\f107"; font: normal normal normal 16px/1 FontAwesome; position:absolute; right:0px; top:18px; transform-origin:center; transition:all .3s ease;}
.side_a ul li.has_sub.active1>span:after{ transform:rotate(180deg);}
.side_a ul li a{ display:inline-block; color:#666; font-size:14px;}
.side_a>ul>li>span a{ font-size:16px; position:relative;}
.side_a ul li span:hover a,.side_a ul li.hover>span a{ color: var(--secondary-color);}
.side_a ul li ul{ padding:0 0 10px 15px; display:none;}
.side_a ul li ul li{ }
.side_a ul li ul li span{ padding:10px 20px 10px 0;}
.side_a ul li ul li a{}
.side_b{ background:#f7f7f7; padding:35px 6.5%;}
.side_b .h1{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:30px;}
.side_b ul{}
.side_b ul li{ margin-top:20px;}
.side_b ul li span{}
.side_b ul li a{ display:inline-block; font-size:16px; line-height:26px;}
.side_b ul li.hover>span a,.side_b ul li span a:hover{ color:var(--secondary-color); text-decoration:underline;}
.inside_rt{ float:right; width:calc(96% - 308px); background:#fff; box-sizing: border-box;}
.inside_con{ }
@media(max-width:999px){
.insidebg{ margin:0 0 40px 0; }
.insidebg .wapper1{ width:100%;}
.inside{ }
.inside_lt{ width:100%; position:static; margin-bottom:30px;}
.side_a{ border-radius:0 0 0 0; background:#f7f7f7; margin-bottom:0;}
.side_a .h1{ font-size:16px; line-height:26px; padding:12px 40px 12px 20px; cursor:pointer; display:block;}
.side_a .h1:before{ content:"\f107"; font: normal normal normal 16px/1 FontAwesome; position:absolute; right:20px; top:18px; transform-origin:center; transition:all .3s ease;}
.side_a .h1.active1:before{ transform:rotate(180deg);}
.side_a>ul{ display:none;}
.side_a ul li span{ padding:10px 40px 10px 20px;}
.side_a ul li a{ font-size:14px; line-height:24px;}
.side_a>ul>li>span a{ font-size:16px; line-height:26px;}
.side_a>ul>li>span a:before{ width:20px; }
.side_a ul li.has_sub>span:after{ right:20px; top:16px;}
.side_a ul li ul{ padding:0 0 10px 15px;}
.side_a ul li ul li span{ padding:5px 40px 5px 20px;}
.side_b{ padding:0;}
.side_b .h1{ font-size:16px; line-height:50px; margin-bottom:0; background:var(--secondary-color); color:#fff; padding:0 40px 0 20px; font-weight:normal; position:relative;}
.side_b .h1:before{ content:"\f107"; font: normal normal normal 16px/1 FontAwesome; position:absolute; right:20px; top:18px; transform-origin:center; transition:all .3s ease;}
.side_b .h1.active1:before{ transform:rotate(180deg);}
.side_b>ul{ display:none;}
.side_b ul li{ margin-top:0; border-bottom:1px solid #ddd; padding:10px 20px 10px 20px;}
.side_b ul li a{ font-size:14px; line-height:24px;}
.inside_rt{ float:right; width:100%; padding:0 5%;}
.inside_con{ margin:20px 5% 0 5%;}
}





.inProduct1{}
.inProduct1 ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.inProduct1 ul li{ width:calc((100% - 45px)/4); margin:0 0 40px 15px;}
.inProduct1 ul li:nth-child(4n-3){ margin-left:0;}
.inProduct1 ul li .nr_box{}
.inProduct1 ul li .imgbg{ position:relative;}
.inProduct1 ul li .img{ padding-bottom:125%; position:relative; background:#f0f0f0;}
.inProduct1 ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.inProduct1 ul li .imgbg:before{ content:""; width:100%; height:100%; background:rgba(255,255,255,.5); position:absolute; top:0; left:0; opacity:0; visibility:hidden; transition:all .3s ease; z-index:1;}
.inProduct1 ul li:hover .imgbg:before{ opacity:1; visibility:visible;}
.inProduct1 ul li .pro_btn{display: flex; justify-content: center; align-items: center; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); opacity:0; visibility:hidden; transition:all .3s ease; z-index:3;}
.inProduct1 ul li:hover .pro_btn{ opacity:1; visibility:visible;}
.inProduct1 ul li .pro_btn a{ margin:0 10px; background:var(--secondary-color); display: flex; justify-content: center; align-items: center; transition:all .3s ease;}
.inProduct1 ul li .pro_btn a:hover{ background:var(--primary-color);}
.inProduct1 ul li .pro_btn i{ width:40px; height:40px; background-repeat:no-repeat; background-position:center; background-size:50% auto;}
.inProduct1 ul li .pro_btn i.cart{ background-image:url(../images/ico_cart.png);}
.inProduct1 ul li .pro_btn i.wishlist{ background-image:url(../images/ico_wishlist.png);}
.inProduct1 ul li .txt{ color:#333; margin-top:15px; text-align:center;}
.inProduct1 ul li .txt .h2{ font-size:14px; line-height:24px; height:48px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.inProduct1 ul li:hover .txt .h2{ color:var(--secondary-color);}
.inProduct1 ul li .txt .h3{ font-size:18px; line-height:28px;}
@media(max-width:999px){
.inProduct1 ul li{ width:calc((100% - 10px)/2); margin:0 0 30px 10px;}
.inProduct1 ul li:nth-child(2n-1){ margin-left:0;}
.inProduct1 ul li .txt{ margin-top:10px; }
.inProduct1 ul li .txt .h2{ font-size:14px; line-height:24px; height:auto; }
.inProduct1 ul li .txt .h3{ font-size:18px; line-height:28px;}
}


.proSX{}
.proSX .h1{ font-size:23px; line-height:34px; background:var(--secondary-color); color:#fff; padding:13px 20px; position:relative;}
.proSX_resetBtn{ font-size:12px; line-height:23px; width:75px; border:1px solid #fff; cursor:pointer; position:absolute; right:20px; top:50%; transform:translateY(-50%); text-align:center; box-sizing:border-box; transition:all .3s ease;}
.proSX_resetBtn:hover{ background:#fff; color:#333;}
.proSX_list{}
.proSX_list dl{ border-bottom:1px solid #ddd; padding:15px 0 20px 0;}
.proSX_list dl dt{ font-size:14px; line-height:24px;}
.proSX_list dl dd{}
.proSX_size{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.proSX_size li{ width:calc((100% - 60px)/5); border:1px solid transparent; background:#f0f0f0; margin:15px 0 0 15px; font-size:12px; line-height:40px; box-sizing:border-box; text-align:center;}
.proSX_size li:nth-child(5n-4){ margin-left:0;}
.proSX_size li:hover{ opacity:.6;}
.proSX_size li a{ display:block; color:#333;}
.proSX_size li.hover{ border-color:var(--secondary-color); background:#fff;}
.proSX_size li.hover a{ color:var(--secondary-color);}
.proSX_size li.hover:hover{ background:var(--secondary-color); opacity:1;}
.proSX_size li.hover:hover a{ color:#fff;}
.proSX_color{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.proSX_color li{ border:1px solid transparent; border-radius:100%; padding:2px; margin:15px 10px 0 0;}
.proSX_color li:hover{ border-color:#d8d8d8;}
.proSX_color li a{ display:block; box-shadow:rgb(216, 216, 216) 0px 0px 0px 1px; border-radius:100%;}
.proSX_color li img{ display:block; width:22px; height:22px;}
.proSX_color li.hover{ border-color:var(--secondary-color);}
.proSX_price{ display: flex;justify-content:space-between;align-items:center; margin-top:15px;}
.proSX_price input{ border:1px solid #e5e5e5; background:#f7f7f7; height:40px; line-height:38px; width:114px; text-align:center; box-sizing:border-box;}
.proSX_price .line1{ width:16px; height:1px; background:#333;}
.inProductSelected1{ display: flex;justify-content:space-between;/*align-items:center;*/ margin-bottom:24px; font-size:12px; line-height:26px;}
.inProductSelected1_lt{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap; }
.inProductSelected1_lt .lt{}
.inProductSelected1_lt .rt{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.inProductSelected1_lt span{ cursor:pointer; background:#f7f7f7; padding:0 10px; margin:0 10px 10px 0;}
.inProductSelected1_lt span:hover{ background:var(--secondary-color); color:#fff;}
.inProductSelected1_lt span i{ font-style:normal; margin-left:10px;}
.inProductSelected1_lt span i:before{ content:"×";}
.inProductSelected1_lt span i:hover{ opacity:.6;}
.inProductSelected1_rt{ display: flex;justify-content:space-between;/*align-items:center;*/}
.inProductSelected1_rt .lt{ display:none;}
.inProductSelected1_rt .lt span{ display:inline-block; line-height:30px; width:90px; box-sizing:border-box; cursor:pointer; border:1px solid #eee; text-align:center; margin-left:10px;}
.inProductSelected1_rt .rt{ display: flex;justify-content:space-between;/*align-items:center;*/}
.inProductSelected1_rt select{ border:none; height:26px; line-height:26px;}
@media(max-width:999px){
.proSX_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:99; display:none;}
.proSX_close1{ width:100%; height:100%; background:rgba(0,0,0,.7); position:absolute; top:0; left:0; z-index:1;}
.proSX_close2{ width:20px; height:20px; background:url(../images/close.png) center no-repeat; position:absolute; top:15px; right:-30px;}
.proSXbg{ width:90%; max-width:327px; height:100%; background:#fff; position:absolute; top:0; left:0; z-index:2; transform:translateX(-100%); transition:all .5s ease;}
.proSX_box.active1 .proSXbg{ transform:translateX(0);}
.proSX .h1{ font-size:16px; line-height:26px; padding:12px 20px; }
.proSX_resetBtn{ font-size:12px; line-height:23px; width:75px; right:20px; }
.proSX_list{ max-height:calc(100vh - 50px); overflow-y:auto;}
.proSX_list dl{ padding:15px 20px 20px 20px;}

.inProductSelected1{ display:block; margin-bottom:30px; font-size:12px; line-height:26px;}
.inProductSelected1_lt{ margin-bottom:10px;}
.inProductSelected1_lt .rt{ width:calc(100% - 48px); flex-wrap:nowrap; overflow-x:auto;}
.inProductSelected1_lt .rt *{ white-space:nowrap;}
.inProductSelected1_rt .lt{ display:block;}
}


.inProDetail1{}
.inProDetail1_top{ display: flex;justify-content:space-between;align-items:flex-start; margin-bottom:30px;}
.inProDetail1_top_lt{ width:46%; position:sticky; top:80px;}
.pro_gallery{}
.pro_gallery-thumbs{ position:relative; padding:0 30px;}
.pro_gallery-thumbs .swiper-container { width: 100%; }
.pro_gallery-thumbs .swiper-container .swiper-slide { position:relative; opacity:.9; cursor:pointer;}
.pro_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active{ z-index:2; opacity:1;}
.pro_gallery-thumbs .swiper-container .swiper-slide .img{ padding-bottom:66%; position:relative; border:1px solid transparent; box-sizing:border-box; background:#f0f0f0;}
.pro_gallery-thumbs .swiper-container .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.pro_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active .img{ border-color:var(--secondary-color);}
.pro_gallery-top{ position:relative; margin-bottom:10px;}
.pro_gallery-top .swiper-container { width: 100%; }
.pro_gallery-top .swiper-container .swiper-slide { position:relative;}
.pro_gallery-top .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.pro_gallery-top .swiper-container .swiper-slide .img{ padding-bottom:66%; position:relative; background:#f0f0f0;}
.pro_gallery-top .swiper-container .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.pro_gallery .swiper-pagination{ height:10px; width:100%; bottom:15px; display:none;}
.pro_gallery .swiper-pagination span{ vertical-align:top; width:10px; height:10px; border:2px solid #fff; border-radius:10px; background:transparent; opacity:1; margin: 0 5px; transition:all .3s ease; position:relative; box-sizing:border-box;}
.pro_gallery .swiper-pagination span.swiper-pagination-bullet-active{ background:#000; }
.pro_gallery .swiper-button-prev,.pro_gallery .swiper-button-next{ width:12px; height:100%; margin-top:0; background-size:100% auto; color:transparent; font-size:0; transition:all .3s ease; top:0;}
.pro_gallery .swiper-button-prev:hover,.pro_gallery .swiper-button-next:hover{ }
.pro_gallery .swiper-button-prev:after,.pro_gallery .swiper-button-next:after{ display:none;}
.pro_gallery .swiper-button-prev{ left:0;}
.pro_gallery .swiper-button-next{ right:0;}
.inProDetail1_top_rt{ width:50%;}
.inProDetail1 .num_none,.inProDetail1 .num_none *{ cursor:not-allowed !important; opacity:.5 !important;}
.inProDetail1_top_rt .h2{ font-size:18px; line-height:28px; margin-bottom:6px;}
.inProDetail1_top_rt .h3{ font-size:14px; line-height:24px; color:#999; margin-bottom:20px;}
.inProDetail1_top_rt .line1{ height:1px; background:#eee; margin-top:25px; margin-bottom:25px;}
.inPro_price_box{ font-size:14px; line-height:34px; font-weight:bold; margin-bottom:5px;}
.inPro_price{ font-size:24px; }
.inPro_color_box{ margin-bottom:25px;}
.inPro_color_top{ font-size:14px; line-height:24px;}
.inPro_color_btm{}
.inPro_color_btm ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.inPro_color_btm ul li{ border:1px solid transparent; border-radius:100%; padding:2px; margin:15px 10px 0 0;}
.inPro_color_btm ul li:hover{ border-color:#d8d8d8;}
.inPro_color_btm ul li a{ display:block; box-shadow:rgb(216, 216, 216) 0px 0px 0px 1px; border-radius:100%;}
.inPro_color_btm ul li img{ display:block; width:22px; height:22px;}
.inPro_color_btm ul li.hover{ border-color:var(--secondary-color);}
.inPro_color_btm ul li.num_none:hover{ border-color:transparent;}
.inPro_size_box{ margin-bottom:30px;}
.inPro_size_top{ font-size:14px; line-height:24px;}
.inPro_size_btm{}
.inPro_size_btm ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.inPro_size_btm ul li{ border:1px solid transparent; background:#f0f0f0; margin:15px 15px 0 0 ; font-size:14px; line-height:40px; box-sizing:border-box; text-align:center;}
.inPro_size_btm ul li:hover{ opacity:.6;}
.inPro_size_btm ul li a{ display:block; color:#333; padding:0 10px; min-width:40px; box-sizing:border-box;}
.inPro_size_btm ul li.hover{ border-color:var(--secondary-color); background:#fff;}
.inPro_size_btm ul li.hover a{ color:var(--secondary-color);}
.inPro_size_btm ul li.hover:hover{ background:var(--secondary-color); opacity:1;}
.inPro_size_btm ul li.hover:hover a{ color:#fff;}
.inPro_num_box{ display: flex;justify-content:space-between;align-items:center; margin-bottom:30px;}
.inPro_num_top{ font-size:14px; line-height:24px;}
.inPro_num_btm{ width:90px; display: flex;justify-content:space-between;align-items:center;}
.inPro_num_btm a{ width:24px; height:24px; text-align:center; background:#f1f1f1; color:#333; cursor:pointer; display: flex;justify-content:center;align-items:center;}
.inPro_num_btm a:hover{ opacity:.7;}
.inPro_num_btm a.num_minus:before,.inPro_num_btm a.num_plus:before{ display:inline-block; vertical-align:middle; font-size:18px; line-height:18px; height:18px; margin-bottom:2px;}
.inPro_num_btm a.num_minus:before{ content:"-";}
.inPro_num_btm a.num_plus:before{ content:"+"; }
.inPro_num_btm input{ border:1px solid #f1f1f1; background:#fff; height:24px; line-height:24px; width:calc(100% - 48px); text-align:center; box-sizing:border-box;}
.inPro_btn{ display: flex;justify-content:space-between;/*align-items:center;*/}
.inPro_button1{ display:block; border:1px solid var(--secondary-color); background:var(--secondary-color); color:#fff; height:44px; line-height:42px; width:32%; cursor:pointer; transition:all .3s ease; box-sizing:border-box; }
.inPro_button1:hover{ opacity:.7;}
.inPro_button2{ display:block; border:1px solid var(--secondary-color); background:#fff; color:var(--secondary-color); height:44px; line-height:42px; width:32%; cursor:pointer; transition:all .3s ease; box-sizing:border-box;}
.inPro_button2:hover{ background:var(--secondary-color); color:#fff;}
.inPro_button3{ display:block; border:#f0f0f0; background:#f0f0f0; color:var(--secondary-color); height:44px; line-height:42px; width:32%; cursor:pointer; transition:all .3s ease; box-sizing:border-box;}
.inPro_button3:hover{ background:var(--secondary-color); color:#fff;}

.inProDetail1_btm{}
.slide_proD{ border:1px solid #eee;}
.slide_proD .hd{ font-size:18px; line-height:44px; text-align:center; background:#f0f0f0;}
.slide_proD .hd ul{ display: flex;justify-content:flex-start;/*align-items:center;*/}
.slide_proD .hd ul li{ width:200px; cursor:pointer; transition:all .3s ease; box-sizing:border-box;}
.slide_proD .hd ul li.on{ background:var(--secondary-color); color:#fff;}
.slide_proD .bd{ padding:20px;}
.slide_proD_list{ font-size:14px; line-height:2em;}
.slide_proD_list img{ max-width:100%;}
@media(max-width:999px){
.inProDetail1_top{ display:block; margin-bottom:30px;}
.inProDetail1_top_lt{ width:100%; position:static; margin-bottom:20px;}
.pro_gallery-thumbs{ padding:0 20px;}
.pro_gallery-top{ margin-bottom:10px;}
.pro_gallery .swiper-button-prev,.pro_gallery .swiper-button-next{ width:12px; }
.inProDetail1_top_rt{ width:100%;}
.inProDetail1_top_rt .h3{ margin-bottom:15px;}
.inPro_color_box{ margin-bottom:20px;}
.inPro_color_btm ul li{ margin:10px 10px 0 0;}
.inPro_size_box{ margin-bottom:25px;}
.inPro_size_btm ul li{ margin:10px 10px 0 0 ; }
.inPro_num_box{ margin-bottom:25px;}
.inPro_button1{ height:40px; line-height:38px; }
.inPro_button2{ height:40px; line-height:38px; }
.inPro_button3{ height:40px; line-height:38px; }

.slide_proD .hd{ font-size:14px; line-height:40px; }
.slide_proD .hd ul li{ width:auto; padding:0 10px; min-width:100px; }
.slide_proD .bd{ padding:20px;}
.slide_proD_list{ font-size:14px; line-height:24px;}
}


.inProDetail1_top_rt .box1{ display: flex; justify-content: space-between; align-items: center; margin-bottom:6px;}
.inPro_yf_box{ font-size:14px; line-height:24px; margin-bottom:10px;}
.inPro_yf_box span{}
.inPro_yf_box i{ color:#ccc; margin:0 5px; font-style:normal; font-size:12px;}
.inPro_pj_box{ font-size:14px; line-height:24px; display: flex; justify-content: flex-start; align-items: center;}
.inPro_pj_top{}
.inPro_pj_btm{ display: flex; justify-content: flex-start; align-items: center;}
.inPro_pj_btm img{ height:14px; vertical-align:middle; margin-right:10px;}
.inPro_pj_btm span{}

.proD_reviews{}
.proD_reviews_edit{ background:#fafafa; padding:20px 20px 25px 20px; margin-bottom:20px;}
.proD_reviews_edit .box1{ margin-bottom:20px;}
.proD_reviews_edit .box1 .h2{ font-size:14px; line-height:24px;}
.proD_reviews_edit .box1 .h2 a{ color:var(--primary-color);}
.proD_reviews_edit .box2{}
/* star */
#star { position: relative; height: 24px; }
#star ul,  #star span { float: left; display: inline; height: 19px; line-height: 19px; }
#star ul { }
#star li { float: left; width: 24px; cursor: pointer; text-indent: -9999px; background: url(../images/star.png) no-repeat; }
#star strong { color: #f60; padding-left: 10px; }
#star li.on { background-position: 0 -28px; }
.proD_reviews_edit .form1{ margin-top:15px;}
.proD_reviews_edit .form1 .text1{ display:block; border:1px solid #d9d9d9; background:#fff; padding:10px 10px; height:120px; line-height:24px; width:100%; box-sizing:border-box; margin-bottom:10px;}
.proD_reviews_edit .form1 .button1{ display:block; border:1px solid var(--secondary-color); background:var(--secondary-color); color:#fff; height:40px; line-height:38px; font-size:14px; width:150px; margin-top:20px; cursor:pointer; transition:all .3s ease;}
.proD_reviews_edit .form1 .button1:hover{ opacity:.7;}
.img_upload{display: flex; justify-content: flex-start;/* align-items: center;*/}
.img_upload_btn{ width:80px; height:80px; background:#fff url(../images/add_img.png) center no-repeat; background-size:50% auto; border:1px solid #d9d9d9; margin:10px 10px 0 0; box-sizing:border-box; cursor:pointer; position:relative;}
.img_upload_btn input{ opacity:0; width:100%; height:100%; position:absolute; top:0; left:0; cursor:pointer;}
.img_upload_list{display: flex; justify-content: flex-start; align-items: center;}
.img_upload_list img{ width:80px; height:80px; margin:10px 10px 0 0;}

.imgFileUploade {display: flex; justify-content: flex-start;/* align-items: center;*/}
.imgFileUploade .header { height: 80px; line-height: 80px; margin:10px 20px 0 0;}
.imgFileUploade .header span { display: block; float: left; }
.imgFileUploade .header span.imgTitle { line-height: 80px; }
.imgFileUploade .header span.imgTitle b { color: red; margin: 0 5px; line-height: 57px; display: block; float: right; font-size: 20px; }
.imgFileUploade .header span.imgClick { width: 80px; height: 80px; cursor: pointer; background:#fff url(../images/add_img.png) no-repeat center center; background-size: 50% auto; border:1px solid #ccc; box-sizing:border-box;}
.imgFileUploade .header span.imgcontent { color: #999; margin-left: 20px; line-height: 80px; }
.imgFileUploade .imgAll { }
.imgFileUploade .imgAll ul:after { visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0 }
.imgFileUploade .imgAll li { width: 80px; height: 80px; border: solid 1px #ccc; margin: 10px 10px 0 0 ; float: left; position: relative; box-shadow: 0 0 10px #eee; box-sizing:border-box;}
.imgFileUploade .imgAll li img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; }
.delImg { position: absolute; top: -10px; right: -7px; width: 22px; height: 22px; background: #000; border-radius: 50%; display: block; text-align: center; line-height: 22px; color: #fff; font-weight: 700; font-style: normal; cursor: pointer; }

.proD_reviews_list{ max-height:100vh; overflow-y:auto;}
.proD_reviews_list dl dd{ border-bottom:1px dashed #ccc;}
.proD_reviews_list dl dd:last-child{ border-bottom:none;}
.proD_reviews_list dl dd .nr_box{ padding:20px 0;}
.proD_reviews_list dl dd .box1{ position:relative;}
.proD_reviews_list dl dd .h4{ font-size:14px; line-height:24px; }
.proD_reviews_list dl dd .box2{display: flex; justify-content: space-between; align-items: center; margin-bottom:10px;}
.proD_reviews_list dl dd .imgbg{ width:40px; cursor:not-allowed;}
.proD_reviews_list dl dd .img{ height:40px; border:1px solid var(--secondary-color); box-sizing:border-box; position:relative; border-radius:100%; overflow:hidden;}
.proD_reviews_list dl dd .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.proD_reviews_list dl dd .txtbg{ width:calc(100% - 60px);}
.proD_reviews_list dl dd .txt{}
.proD_reviews_list dl dd .h2{ font-size:14px; line-height:18px; margin-bottom:3px;}
.proD_reviews_list dl dd .h3{ font-size:12px; line-height:16px; color:#999;}
.proD_reviews_list dl dd ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.proD_reviews_list dl dd ul li{ width:calc((100% - 70px)/8); margin:10px 0 0 10px;}
.proD_reviews_list dl dd ul li:nth-child(8n-7){ margin-left:0;}
.proD_reviews_list dl dd ul li .pic{ padding-bottom:100%; position:relative;}
.proD_reviews_list dl dd ul li .pic img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
@media(max-width:999px){

.proD_reviews_edit .form1 .text1{ height:120px; line-height:24px; margin-bottom:10px;}
.proD_reviews_edit .form1 .button1{ height:40px; line-height:40px; font-size:14px; width:150px; margin-top:20px; }

.imgFileUploade { display:block;}
.imgFileUploade .header { height: 40px; line-height: 40px; margin:20px 0 0 0;}
.imgFileUploade .header span.imgTitle { line-height: 40px; }
.imgFileUploade .header span.imgTitle b { line-height: 40px; font-size: 20px; }
.imgFileUploade .header span.imgClick { width: 40px; height: 40px; }
.imgFileUploade .header span.imgcontent { margin-left: 10px; line-height: 40px; }
.imgFileUploade .imgAll{ margin-top:10px;}
.imgFileUploade .imgAll li { width: 40px; height: 40px; margin: 10px 10px 0 0 ; }
.delImg { top: -10px; right: -7px; width: 20px; height: 20px; line-height: 20px; }

.proD_reviews_list dl dd .h4{ font-size:14px; line-height:18px; }
.proD_reviews_list dl dd ul li{ width:calc((100% - 40px)/5); margin:10px 0 0 10px;}
.proD_reviews_list dl dd ul li:nth-child(8n-7){ margin-left:10px;}
.proD_reviews_list dl dd ul li:nth-child(5n-4){ margin-left:0;}
}


.tit2{ text-align:center;}
.tit2 .h2{ font-size:30px; line-height:40px;}
.inProDetail1_like{ margin-top:80px;}
.inProDetail1_like .list{ margin-top:30px;}
.inProDetail1_like .list ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.inProDetail1_like .list ul li{ width:calc((100% - 45px)/4); margin:0 0 40px 15px;}
.inProDetail1_like .list ul li:nth-child(4n-3){ margin-left:0;}
.inProDetail1_like .list ul li .nr_box{}
.inProDetail1_like .list ul li .imgbg{ position:relative;}
.inProDetail1_like .list ul li .img{ padding-bottom:125%; position:relative; background:#f0f0f0;}
.inProDetail1_like .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.inProDetail1_like .list ul li .imgbg:before{ content:""; width:100%; height:100%; background:rgba(255,255,255,.5); position:absolute; top:0; left:0; opacity:0; visibility:hidden; transition:all .3s ease; z-index:1;}
.inProDetail1_like .list ul li:hover .imgbg:before{ opacity:1; visibility:visible;}
.inProDetail1_like .list ul li .pro_btn{display: flex; justify-content: center; align-items: center; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); opacity:0; visibility:hidden; transition:all .3s ease; z-index:3;}
.inProDetail1_like .list ul li:hover .pro_btn{ opacity:1; visibility:visible;}
.inProDetail1_like .list ul li .pro_btn a{ margin:0 10px; background:var(--secondary-color); display: flex; justify-content: center; align-items: center; transition:all .3s ease;}
.inProDetail1_like .list ul li .pro_btn a:hover{ background:var(--primary-color);}
.inProDetail1_like .list ul li .pro_btn i{ width:40px; height:40px; background-repeat:no-repeat; background-position:center; background-size:50% auto;}
.inProDetail1_like .list ul li .pro_btn i.cart{ background-image:url(../images/ico_cart.png);}
.inProDetail1_like .list ul li .pro_btn i.wishlist{ background-image:url(../images/ico_wishlist.png);}
.inProDetail1_like .list ul li .txt{ color:#333; margin-top:15px; text-align:center;}
.inProDetail1_like .list ul li .txt .h2{ font-size:14px; line-height:24px; height:48px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.inProDetail1_like .list ul li:hover .txt .h2{ color:var(--secondary-color);}
.inProDetail1_like .list ul li .txt .h3{ font-size:18px; line-height:28px;}
@media(max-width:999px){
.tit2 .h2{ font-size:24px; line-height:34px;}
.inProDetail1_like{ margin-top:60px;}
.inProDetail1_like .list{ margin-top:20px;}
.inProDetail1_like .list ul li{ width:calc((100% - 10px)/2); margin:0 0 30px 10px;}
.inProDetail1_like .list ul li:nth-child(2n-1){ margin-left:0;}
.inProDetail1_like .list ul li .txt{ margin-top:10px; }
.inProDetail1_like .list ul li .txt .h2{ font-size:14px; line-height:24px; height:auto; }
.inProDetail1_like .list ul li .txt .h3{ font-size:18px; line-height:28px;}
}



.inLogin1{}
.inLogin1 .list{ margin:0 auto; max-width:400px; margin-top:40px;}
.inLogin1 .list .form{}
.inLogin1 .list .form ul li{ margin-bottom:20px;}
.inLogin1 .list .form .text1{ border:1px solid #e6e6e6; background:#fff; height:50px; line-height:48px; padding:0 10px; width:100%; box-sizing:border-box;}
.inLogin1 .list .form .text1:focus{ border-color:var(--secondary-color);}
.inLogin1 .list .form .button1{ border:1px solid var(--secondary-color); background:var(--secondary-color); color:#fff; height:44px; line-height:42px; width:100%; cursor:pointer; transition:all .3s ease;}
.inLogin1 .list .form .button1:hover{ opacity:.7;}
.inLogin1 .list .form .h4{ font-size:14px; line-height:24px; text-align:right;}
.inLogin1 .list .form .h4 a{ text-decoration:underline;}
.inLogin1 .list .form .h4 a:hover{ color:var(--primary-color);}
.inLogin1 .list .form .h5{ font-size:14px; line-height:24px; text-align:center;}
.inLogin1 .list .form .h5 a{ text-decoration:underline; margin-left:5px;}
.inLogin1 .list .form .h5 a:hover{ color:var(--primary-color);}
@media(max-width:999px){
.inLogin1 .list{ margin-top:20px;}
.inLogin1 .list .form ul li{ margin-bottom:15px;}
.inLogin1 .list .form .text1{ height:40px; line-height:38px; }
.inLogin1 .list .form .button1{ height:40px; line-height:38px; }
.inLogin1 .list .form .h4{ font-size:14px; line-height:24px; }
.inLogin1 .list .form .h5{ font-size:12px; line-height:22px; }
}

.inRegister1{}
.inRegister1 .list{ margin:0 auto; max-width:600px; margin-top:40px;}
.inRegister1 .list .form{}
.inRegister1 .list .form ul li{ margin-bottom:20px;}
.inRegister1 .list .form .text1{ border:1px solid #e6e6e6; background:#fff; height:50px; line-height:48px; padding:0 10px; width:100%; box-sizing:border-box;}
.inRegister1 .list .form .text1:focus{ border-color:var(--secondary-color);}
.inRegister1 .list .form .button1{ border:1px solid var(--secondary-color); background:var(--secondary-color); color:#fff; height:44px; line-height:42px; width:100%; cursor:pointer; transition:all .3s ease;}
.inRegister1 .list .form .button1:hover{ opacity:.7;}
.inRegister1 .list .form .text2{ border:1px solid #e6e6e6; background:#fff; height:50px; line-height:48px; padding:0 10px; width:100%; box-sizing:border-box; }
.inRegister1 .list .form .text2:focus{ border-color:var(--secondary-color);}
.inRegister1 .list .form .yzm{ position:relative;}
.inRegister1 .list .form .yzm img{ height:38px; cursor:pointer; position:absolute; right:1px; top:50%; transform:translateY(-50%);}
.inRegister1 .list .form .h4{ font-size:14px; line-height:24px; }
.inRegister1 .list .form .h4 label{}
.inRegister1 .list .form .h4 label input{ margin-right:5px;}
.inRegister1 .list .form .h4 a{ font-weight:bold; font-weight:bold; color:var(--primary-color);}
.inRegister1 .list .form .h4 a:hover{ text-decoration:underline;}
.inRegister1 .list .form .h5{ font-size:14px; line-height:24px; text-align:center;}
.inRegister1 .list .form .h5 a{ text-decoration:underline; margin-left:5px;}
.inRegister1 .list .form .h5 a:hover{ color:var(--primary-color);}
@media(max-width:999px){
.inRegister1 .list{ margin-top:20px;}
.inRegister1 .list .form ul li{ margin-bottom:15px;}
.inRegister1 .list .form .text1{ height:40px; line-height:38px; }
.inRegister1 .list .form .button1{ height:40px; line-height:38px; }
.inRegister1 .list .form .text2{ height:40px; line-height:38px; }
.inRegister1 .list .form .yzm img{ height:28px; }
.inRegister1 .list .form .h4{ font-size:14px; line-height:24px; }
.inRegister1 .list .form .h5{ font-size:12px; line-height:22px; }
}


.inPassword1{}
.inPassword1 .list{ margin:0 auto; max-width:400px; margin-top:40px;}
.inPassword1 .list .form{}
.inPassword1 .list .form ul li{ margin-bottom:20px;}
.inPassword1 .list .form .text1{ border:1px solid #e6e6e6; background:#fff; height:50px; line-height:48px; padding:0 10px; width:100%; box-sizing:border-box;}
.inPassword1 .list .form .text1:focus{ border-color:var(--secondary-color);}
.inPassword1 .list .form .button1{ border:1px solid var(--secondary-color); background:var(--secondary-color); color:#fff; height:44px; line-height:42px; width:100%; cursor:pointer; transition:all .3s ease;}
.inPassword1 .list .form .button1:hover{ opacity:.7;}
.inPassword1 .list .form .text2{ border:1px solid #e6e6e6; background:#fff; height:50px; line-height:48px; padding:0 10px; width:100%; box-sizing:border-box; }
.inPassword1 .list .form .text2:focus{ border-color:var(--secondary-color);}
.inPassword1 .list .form .yzm_mobile{ position:relative;}
.inPassword1 .list .form .button2{ border:1px solid var(--secondary-color); background:var(--secondary-color); color:#fff; height:50px; line-height:48px; width:120px; cursor:pointer; transition:all .3s ease; position:absolute; top:0; right:0;}
.inPassword1 .list .form .button2:hover{ opacity:.7;}
@media(max-width:999px){
.inPassword1 .list{ margin-top:20px;}
.inPassword1 .list .form ul li{ margin-bottom:15px;}
.inPassword1 .list .form .text1{ height:40px; line-height:38px; }
.inPassword1 .list .form .button1{ height:40px; line-height:38px; }

}



.inCart1{}
.inCart1_none{ text-align:center; margin-bottom:40px;}
.inCart1_none .h2{ font-size:18px; line-height:28px;}
.inCart1_none .h3{ font-size:14px; line-height:24px; margin-bottom:30px;}
.more2{ text-align:center;}
.more2 span{ display:inline-block; text-align:center; font-size:14px; line-height:44px; padding:0 25px; width:100%; max-width:290px; background:var(--secondary-color); color:#fff; box-sizing:border-box; transition:all .3s ease;}
.more2 span:hover{ opacity:.7;}
.inCart1 .tit2{ text-align:left; margin-bottom:20px;}
.inCart1_list{ display: flex;justify-content:space-between;align-items:flex-start;}
.inCart1_list_top{ width:65%;}
.inCart1_list_top table{}
.inCart1_list_top table tr{}
.inCart1_list_top table th{ padding:20px 0; font-weight:normal; text-align:left; font-size:14px; line-height:24px;}
.inCart1_list_top table td{ padding:30px 0; vertical-align:top;}
.inCart1_list_top table .w1{ width:40px;}
.inCart1_list_top table .w2{ border-bottom:1px solid #e6e6e6;}
.inCart1_list_top .w1 input{ width:18px; height:18px; vertical-align:sub; cursor:pointer;}
.inCart1_list_box{ display: flex;justify-content:space-between;/*align-items:center;*/}
.inCart1_list_box .imgbg{ width:150px;}
.inCart1_list_box .img{ padding-bottom:100%; background:#f0f0f0; position:relative; overflow:hidden;}
.inCart1_list_box .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.inCart1_list_box .txtbg{ width:calc(96% - 150px); display: flex;justify-content:space-between;align-items:center; flex-direction: column;}
.inCart1_list_box .txt{ width:100%;}
.inCart1_list_box .h2{ font-size:16px; line-height:26px; margin-bottom:5px; display: flex;justify-content:space-between;/*align-items:center;*/}
.inCart1_list_box .h2 a{ flex:1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.inCart1_list_box .h2 a:hover{ color:var(--secondary-color);}
.inCart1_list_box .h2 span{ font-size:20px; margin-left:10px;}
.inCart1_list_box .h3{ font-size:14px; line-height:24px; margin-bottom:10px; color:#999;}
.inCart1_list_box .h4{ width:100%; font-size:12px; line-height:22px;}
.inCart1_list_box .h4 a{ text-decoration:underline;}
.inCart1_list_box .h4 a:hover{ color:var(--secodnary-color);}
.inCart1_list_num_box{ display: flex;justify-content:flex-start;align-items:center; font-size:14px; line-height:24px; color:#999;}
.inCart1_list_num{ width:90px; display: flex;justify-content:space-between;align-items:center;}
.inCart1_list_num a{ width:24px; height:24px; text-align:center; background:#f1f1f1; color:#333; cursor:pointer; display: flex;justify-content:center;align-items:center;}
.inCart1_list_num a:hover{ opacity:.7;}
.inCart1_list_num a.num_minus:before,.inCart1_list_num a.num_plus:before{ display:inline-block; vertical-align:middle; font-size:18px; line-height:18px; height:18px; margin-bottom:2px;}
.inCart1_list_num a.num_minus:before{ content:"-";}
.inCart1_list_num a.num_plus:before{ content:"+"; }
.inCart1_list_num input{ border:1px solid #f1f1f1; background:#fff; height:24px; line-height:24px; width:calc(100% - 48px); text-align:center; box-sizing:border-box; }
.inCart1_list_btm{ width:31%; background:#fafafa; box-sizing:border-box; padding:40px 2%; position:sticky; top:80px;}
.inCart1_list_btm .h2{ font-size:14px; line-height:24px; font-weight:bold; margin-bottom:15px;}
.inCart1_list_btm .h3{font-weight:bold;}
.inCart1_list_btm .h4{ font-size:12px; line-height:22px; }
.inCart1_list_btm .list{}
.inCart1_list_btm .list table{}
.inCart1_list_btm .list table tr{}
.inCart1_list_btm .list table th{ padding:5px 0; text-align:left; font-size:12px; line-height:22px; font-weight:normal;}
.inCart1_list_btm .list table td{ padding:5px 0; text-align:right; font-size:14px; line-height:24px; }
.inCart1_list_btm .list .border-bottom th,.inCart1_list_btm .list .border-bottom td{ border-bottom:1px solid #e1e1e1; padding-bottom:10px;}
.inCart1_list_btm .list .border-top th,.inCart1_list_btm .list .border-top td{ border-top:1px solid #e1e1e1; padding-top:10px;}
.inCart1_list_btm .button1{ border:1px solid var(--secondary-color); background:var(--secondary-color); color:#fff; height:44px; line-height:42px; width:100%; cursor:pointer; transition:all .3s ease; font-size:16px; box-sizing:border-box; margin-top:15px;}
.inCart1_list_btm .button1:disabled { border: 1px solid #ccc;background-color: #ccc; color: #666; cursor: not-allowed; opacity: 0.6; }
.inCart1_list_btm .button1:hover{ opacity:.7;}
.more3{ text-align:center;}
.more3 span{ display:inline-block; text-align:center; border:1px solid var(--secondary-color); background:#fff; height:44px; line-height:42px; width:100%; cursor:pointer; transition:all .3s ease; font-size:16px; box-sizing:border-box; margin-top:15px;}
.more3 span:hover{ background:var(--secondary-color); color:#fff;}
@media(max-width:999px){
.inCart1_none{ margin-bottom:40px;}
.inCart1_none .h2{ font-size:18px; line-height:28px;}
.inCart1_none .h3{ font-size:14px; line-height:24px; margin-bottom:20px;}
.more2 span{ font-size:14px; line-height:40px; padding:0 20px; max-width:100%; }
.inCart1 .tit2{ margin-bottom:20px;}
.inCart1_list{ display:block;}
.inCart1_list_top{ width:100%; margin-bottom:20px;}
.inCart1_list_top table th{ padding:10px 0; font-size:14px; line-height:24px;}
.inCart1_list_top table td{ padding:20px 0; }
.inCart1_list_top table .w1{ width:40px;}
.inCart1_list_top .w1 input{ width:18px; height:18px; }
.inCart1_list_box .imgbg{ width:46%;}
.inCart1_list_box .txtbg{ width:50%; }
.inCart1_list_box .h2{ font-size:14px; line-height:18px; margin-bottom:5px; display:block;}
.inCart1_list_box .h2 a{ margin-bottom:5px;}
.inCart1_list_box .h2 span{ display:block; font-size:18px; line-height:22px; margin-left:5px;}
.inCart1_list_box .h3{ font-size:12px; line-height:16px; margin-bottom:10px; }
.inCart1_list_box .h4{ font-size:12px; line-height:16px;}
.inCart1_list_num_box{ font-size:12px; line-height:22px; }
.inCart1_list_num{ width:90px; }
.inCart1_list_num a{ width:22px; height:22px; }
.inCart1_list_num a.num_minus:before,.inCart1_list_num a.num_plus:before{ font-size:18px; line-height:18px; height:18px; margin-bottom:2px;}
.inCart1_list_num input{ width:calc(100% - 44px); height:22px; line-height:22px; }

.inCart1_list_btm{ width:100%; padding:20px 5%; position:static; }
.inCart1_list_btm .button1{ height:40px; line-height:38px; font-size:14px; margin-top:15px;}
.more3 span{ height:40px; line-height:38px; font-size:14px; margin-top:15px;}
}



.inCheckout1bg{ padding:40px 0 60px 0; background:#fafafa;}
.inCheckout1{}
.inCheckout1 .tit2{ background:#fff; padding:40px 0;}
.inCheckout1_list{ display: flex;justify-content:space-between;align-items:flex-start; margin-top:40px;}
.inCheckout1_list_top{ width:65%;}
.inCheckout1_psxx{ padding:20px 25px 25px 25px; background:#fff; margin-bottom:25px;}
.inCheckout1_psxx .h2{ font-size:20px; line-height:30px; margin-bottom:20px;}
.inCheckout1_psxx .list{}
.inCheckout1_address_select{}
.inCheckout1_address_select dl{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.inCheckout1_address_select dl dd{ width:32%; margin:0 0 2% 2%; border:1px solid #dedede; box-sizing:border-box; cursor:pointer; padding:15px 20px; font-size:14px; line-height:24px; position:relative;}
.inCheckout1_address_select dl dd:nth-child(3n-2){ margin-left:0;}
.inCheckout1_address_select dl dd ul{}
.inCheckout1_address_select dl dd li{}
.inCheckout1_address_select dl dd.active1{ border-color:var(--secondary-color);}
.inCheckout1_address_select dl dd.active1:before{ content:""; width:10px; height:10px; background:url(../images/gou03.png) center no-repeat; position:absolute; bottom:0; right:0;}
.inCheckout1_psxx .more2{ margin-top:5px;}

.inCheckout1_address_add_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999; display:none;}
.inCheckout1_address_add_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; z-index:1;}
.inCheckout1_address_add_bg{ width:90%; max-width:800px; background:#fff; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.inCheckout1_address_add_close2{ width:20px; height:20px; background:url(../images/close-on.png) center no-repeat; position:absolute; top:20px; right:20px; cursor:pointer; transition:all .3s ease;}
.inCheckout1_address_add_close2:hover{ transform:rotate(180deg);}
.inCheckout1_address_add{ padding:40px 20px;}
.inCheckout1_address_add .h3{ font-size:20px; line-height:30px; margin-bottom:10px;}
.inCheckout1_address_add_con{}
.inCheckout1_address_add_con ul{ display: flex;justify-content:space-between;/*align-items:center;*/ flex-wrap:wrap;}
.inCheckout1_address_add_con ul li{ width:32%; margin:10px 0;}
.inCheckout1_address_add_con ul li.li1{ width:100%;}
.inCheckout1_address_add_con ul li.li2{ width:49%;}
.inCheckout1_address_add_con select{ border:1px solid #dedede; background:#fff; height:48px; line-height:46px; padding:0 10px; width:100%; box-sizing:border-box; }
.inCheckout1_address_add_con select:focus{ border-color:var(--secondary-color);}
.inCheckout1_address_add_con .text1{ border:1px solid #dedede; background:#fff; height:48px; line-height:46px; padding:0 10px; width:100%; box-sizing:border-box; }
.inCheckout1_address_add_con .text1:focus{ border-color:var(--secondary-color);}
.inCheckout1_address_add_con .button1{ border:1px solid var(--secondary-color); background:var(--secondary-color); color:#fff; height:48px; line-height:46px; width:100%; margin:10px 0; cursor:pointer; transition:all .3s ease;}
.inCheckout1_address_add_con .button1:hover{ opacity:.9;}

.inCheckout1_kpxx{ padding:20px 25px; background:#fff; margin-bottom:25px;}
.inCheckout1_kpxx .h2{ font-size:20px; line-height:30px; margin-bottom:10px;}
.inCheckout1_kpxx .list1{ font-size:14px; line-height:24px;}
.inCheckout1_kpxx .list1 table{}
.inCheckout1_kpxx .list1 table th{ padding:10px 0; width:19%; font-weight:normal; text-align:left;}
.inCheckout1_kpxx .list1 table td{ padding:10px 0 10px 15px; flex:1;}
.inCheckout1_kpxx .list1 label{ margin-right:25px; cursor:pointer;}
.inCheckout1_kpxx .list1 label input{ width:18px; height:18px; margin-right:5px; vertical-align:middle;}
.inCheckout1_kpxx .list2{ font-size:14px; line-height:24px; display:none;}
.inCheckout1_kpxx .list2 table{}
.inCheckout1_kpxx .list2 table th{ padding:10px 0; width:19%; font-weight:normal; text-align:left;}
.inCheckout1_kpxx .list2 table td{ padding:10px 0 10px 15px; flex:1;}
.inCheckout1_kpxx .list2 label{ margin-right:25px; cursor:pointer;}
.inCheckout1_kpxx .list2 label input{ width:18px; height:18px; margin-right:5px; vertical-align:middle;}
.inCheckout1_kpxx .list2 .text1{ border:1px solid #dedede; background:#fff; height:44px; line-height:42px; padding:0 10px; width:100%; max-width:290px; box-sizing:border-box; margin:2px 0;}
.inCheckout1_kpxx .list2 .text1:focus{ border-color:var(--secondary-color);}

.inCheckout1_ddbz{ padding:20px 25px 25px 25px; background:#fff; margin-bottom:25px;}
.inCheckout1_ddbz .h2{ font-size:20px; line-height:30px; margin-bottom:20px;}
.inCheckout1_ddbz .list{}
.inCheckout1_ddbz .list .text2{ border:1px solid #dedede; background:#fff; height:120px; line-height:24px; padding:10px 10px; width:100%; box-sizing:border-box;}
.inCheckout1_ddbz .list .text2:focus{ border-color:var(--secondary-color);}

.inCheckout1_list_btm{ width:31%; background:#fff; box-sizing:border-box; padding:20px 25px; position:sticky; top:80px;}
.inCheckout1_list_btm1{}
.inCheckout1_list_btm1_tit{ padding-bottom:25px; border-bottom:1px solid #e1e1e1;}
.inCheckout1_list_btm1_tit .h2{ font-size:14px;display: flex;justify-content:space-between;align-items:center; margin-bottom:10px;}
.inCheckout1_list_btm1_tit .h2 strong{ font-size:20px; line-height:30px; font-weight:normal;}
.inCheckout1_list_btm1_tit .h2 a{ text-decoration:underline;}
.inCheckout1_list_btm1_tit .h2 a:hover{ color:var(--secondary-color);}
.inCheckout1_list_btm1_tit .h3{ font-size:14px; line-height:24px;}
.inCheckout1_list_btm1 .list{}
.inCheckout1_list_btm1 .list ul li{ margin:25px 0;}
.inCheckout1_list_btm1 .list ul li .nr_box{ display: flex;justify-content:space-between;/*align-items:center;*/}
.inCheckout1_list_btm1 .list ul li .nr_box .imgbg{ width:90px;}
.inCheckout1_list_btm1 .list ul li .nr_box .img{ padding-bottom:100%; background:#f0f0f0; position:relative; overflow:hidden;}
.inCheckout1_list_btm1 .list ul li .nr_box .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.inCheckout1_list_btm1 .list ul li .nr_box .txtbg{ width:calc(96% - 90px); }
.inCheckout1_list_btm1 .list ul li .nr_box .txt{ }
.inCheckout1_list_btm1 .list ul li .nr_box .h2{ font-size:14px; line-height:22px; margin-bottom:5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.inCheckout1_list_btm1 .list ul li .nr_box .h3{ font-size:12px; line-height:20px; color:#999;}

.inCheckout1_list_btm2{ font-size:14px; line-height:24px; padding-top:20px; border-top:1px solid #e1e1e1;}
.inCheckout1_list_btm2 table{}
.inCheckout1_list_btm2 table th{ padding:5px 0; font-weight:normal; text-align:left;}
.inCheckout1_list_btm2 table td{ padding:5px 0; text-align:right;}

@media(max-width:999px){

.inCheckout1bg{ padding:40px 0 60px 0; }
.inCheckout1 .tit2{ background:none; padding:0;}
.inCheckout1_list{ display: block; margin-top:20px;}
.inCheckout1_list_top{ width:100%; margin-bottom:20px;}
.inCheckout1_psxx{ padding:20px 5% 25px 5%; margin-bottom:20px;}
.inCheckout1_psxx .h2{ font-size:18px; line-height:28px; margin-bottom:15px;}
.inCheckout1_address_select dl dd{ width:100%; margin:0 0 15px 0; padding:15px 5%; font-size:14px; line-height:24px; }
.inCheckout1_psxx .more2{ margin-top:5px;}
.inCheckout1_psxx .more2 span{ max-width:100%;}

.inCheckout1_address_add{ padding:20px 20px 10px 20px;}
.inCheckout1_address_add .h3{ font-size:18px; line-height:28px; margin-bottom:10px;}
.inCheckout1_address_add_con ul li{ margin:5px 0;}
.inCheckout1_address_add_con select{ height:40px; line-height:38px; }
.inCheckout1_address_add_con .text1{ height:40px; line-height:38px; }
.inCheckout1_address_add_con .button1{ height:40px; line-height:38px; }

.inCheckout1_kpxx{ padding:20px 5%; margin-bottom:20px;}
.inCheckout1_kpxx .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.inCheckout1_kpxx .list1{ font-size:12px; line-height:22px;}
.inCheckout1_kpxx .list1 table th{ padding:6px 0; width:28%; }
.inCheckout1_kpxx .list1 table td{ padding:6px 0 6px 10px; }
.inCheckout1_kpxx .list1 label{ margin-right:15px; }
.inCheckout1_kpxx .list1 label input{ width:18px; height:18px; margin-right:5px; }
.inCheckout1_kpxx .list2{ font-size:12px; line-height:22px; display:none;}
.inCheckout1_kpxx .list2 table th{ padding:6px 0; width:28%;  }
.inCheckout1_kpxx .list2 table td{ padding:6px 0 6px 10px; }
.inCheckout1_kpxx .list2 label{ margin-right:15px; }
.inCheckout1_kpxx .list2 label input{ width:18px; height:18px; margin-right:5px; }
.inCheckout1_kpxx .list2 .text1{ height:40px; line-height:38px; max-width:100%; margin:2px 0;}

.inCheckout1_ddbz{ padding:20px 5% 25px 5%; margin-bottom:20px;}
.inCheckout1_ddbz .h2{ font-size:18px; line-height:28px; margin-bottom:20px;}
.inCheckout1_ddbz .list .text2{ height:120px; }

.inCheckout1_list_btm{ width:100%; padding:20px 5%; position:static; }
.inCheckout1_list_btm1_tit{ padding-bottom:20px; }
.inCheckout1_list_btm1_tit .h2{ font-size:14px; margin-bottom:10px;}
.inCheckout1_list_btm1_tit .h2 strong{ font-size:18px; line-height:28px; }
.inCheckout1_list_btm1_tit .h3{ font-size:14px; line-height:24px;}
.inCheckout1_list_btm1 .list ul li{ margin:20px 0;}
.inCheckout1_list_btm1 .list ul li .nr_box .imgbg{ width:90px;}
.inCheckout1_list_btm1 .list ul li .nr_box .txtbg{ width:calc(96% - 90px); }
.inCheckout1_list_btm1 .list ul li .nr_box .h2{ font-size:14px; line-height:22px; margin-bottom:5px; }
.inCheckout1_list_btm1 .list ul li .nr_box .h3{ font-size:12px; line-height:20px; }

.inCheckout1_list_btm2{ font-size:14px; line-height:24px; padding-top:20px; }
.inCheckout1_list_btm2 table th{ padding:5px 0; }
.inCheckout1_list_btm2 table td{ padding:5px 0; }

}


.account1{ font-size:14px; line-height:24px;}
.account1 table{}
.account1 th{ padding:10px 0; width:27%; font-weight:normal; text-align:left; }
.account1 td{ padding:10px 0;}
.account1 .text1{ border:1px solid #ccc; background:#fff; height:40px; line-height:38px; padding:0 10px; width:100%; max-width:250px; box-sizing:border-box;}
.account1 .text1:focus{ border-color:var(--secondary-color);}
.account1 .button1{ border:1px solid var(--secondary-color); background:var(--secondary-color); color:#fff; height:40px; line-height:38px; width:100%; max-width:250px; cursor:pointer; transition:all .3s ease; margin-top:10px;}
.account1 .button1:hover{ opacity:.7;}
.touxiang_box{ display: flex;justify-content:flex-start;align-items:flex-end;}
.touxiang_box img{ width:80px; height:80px; border-radius:100%;}
.touxiang_btn{ margin-left:10px; font-size:12px; line-height:22px; color:#999; cursor:pointer; position:relative;}
.touxiang_btn input{ opacity:0; cursor:pointer; width:100%; height:100%; position:absolute; top:0; left:0;}
@media(max-width:999px){
.account1 .text1{ height:40px; line-height:38px; width:100%; max-width:100%; }
.account1 .button1{ height:40px; line-height:38px; width:100%; max-width:100%; margin-top:10px;}
}


.address_select{}
.address_select dl{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.address_select dl dd{ width:48%; margin:0 0 2% 4%; border:1px solid #dedede; box-sizing:border-box; cursor:pointer; padding:15px 20px; font-size:14px; line-height:24px; position:relative;/* display: flex;justify-content:space-between;align-items:center;*/}
.address_select dl dd:nth-child(2n-1){ margin-left:0;}
.address_select dl dd ul{/* width:calc(96% - 90px);*/}
.address_select dl dd li{ margin:0 0 3px 0;}
.address_select dl dd.active1{ border-color:var(--secondary-color);}
.address_select dl dd.active1:before{ content:""; width:10px; height:10px; background:url(../images/gou03.png) center no-repeat; position:absolute; bottom:0; right:0;}
.address_select dl dd.moren{ }
.address_select dl dd.moren:before{ content:"默认"; background:#f7f7f7; color:var(--secondary-color); font-size:12px; line-height:24px; padding:0 7px; position:absolute; right:15px; top:15px;}
.address_select_btn{/* width:90px;*/ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.address_select_btn a{ width:40px; height:40px; line-height:38px; font-size:14px; text-align:center; border:1px solid var(--secondary-color); color:var(--secondary-color); background:center no-repeat; background-size:50% auto; margin:7px 10px 5px 0; box-sizing:border-box;display: flex;justify-content:center;align-items:center; transition:all .3s ease;}
.address_select_btn a:hover{ background-color:var(--secondary-color); color:#fff; opacity:.9;}
.address_select_btn a img{ display:block; max-width:50%; max-height:50%;}
.address_select_btn .btn1{ width:90px; }

.address_select_btn .btn2{ background-image:url(../images/ico_edit.png);}
.address_select_btn .btn2:hover{ background-image:url(../images/ico_edit2.png);}
.address_select_btn .btn3{ background-image:url(../images/ico_delete.png);}
.address_select_btn .btn3:hover{ background-image:url(../images/ico_delete2.png);}
@media(max-width:999px){
.address_select dl dd{ width:100%; margin:0 0 20px 0; padding:15px 20px; font-size:14px; line-height:24px; }
.address_select dl dd li{ margin:0 0 3px 0;}
.address_select dl dd.moren:before{ font-size:12px; line-height:24px; padding:0 7px; right:15px; top:15px;}
.address_select_btn a{ width:30px; height:30px; line-height:28px; font-size:12px; margin:7px 10px 5px 0; }
.address_select_btn .btn1{ width:70px; }
}


.wishlist1{}
.wishlist1 ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.wishlist1 ul li{ width:calc((100% - 45px)/4); margin:0 0 40px 15px;}
.wishlist1 ul li:nth-child(4n-3){ margin-left:0;}
.wishlist1 ul li .nr_box{}
.wishlist1 ul li .imgbg{ position:relative;}
.wishlist1 ul li .img{ padding-bottom:125%; position:relative; background:#f0f0f0;}
.wishlist1 ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.wishlist1 ul li .imgbg:before{ content:""; width:100%; height:100%; background:rgba(255,255,255,.5); position:absolute; top:0; left:0; opacity:0; visibility:hidden; transition:all .3s ease; z-index:1;}
.wishlist1 ul li:hover .imgbg:before{ opacity:1; visibility:visible;}
.wishlist1 ul li .pro_btn{display: flex; justify-content: center; align-items: center; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); opacity:0; visibility:hidden; transition:all .3s ease; z-index:3;}
.wishlist1 ul li:hover .pro_btn{ opacity:1; visibility:visible;}
.wishlist1 ul li .pro_btn a{ margin:0 10px; background:var(--secondary-color); display: flex; justify-content: center; align-items: center; transition:all .3s ease;}
.wishlist1 ul li .pro_btn a:hover{ background:var(--primary-color);}
.wishlist1 ul li .pro_btn i{ width:40px; height:40px; background-repeat:no-repeat; background-position:center; background-size:50% auto;}
.wishlist1 ul li .pro_btn i.cart{ background-image:url(../images/ico_cart.png);}
.wishlist1 ul li .pro_btn i.wishlist{ background-image:url(../images/ico_wishlist.png);}
.wishlist1 ul li .pro_btn i.wishlist_delete{ background-image:url(../images/ico_delete2.png);}
.wishlist1 ul li .txt{ color:#333; margin-top:15px; text-align:center;}
.wishlist1 ul li .txt .h2{ font-size:14px; line-height:24px; height:48px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.wishlist1 ul li:hover .txt .h2{ color:var(--secondary-color);}
.wishlist1 ul li .txt .h3{ font-size:18px; line-height:28px;}
@media(max-width:999px){
.wishlist1 ul li{ width:calc((100% - 10px)/2); margin:0 0 30px 10px;}
.wishlist1 ul li:nth-child(2n-1){ margin-left:0;}
.wishlist1 ul li .txt{ margin-top:10px; }
.wishlist1 ul li .txt .h2{ font-size:14px; line-height:24px; height:auto; }
.wishlist1 ul li .txt .h3{ font-size:18px; line-height:28px;}
}



.order1{}
.order1_nav{ font-size:16px; line-height:26px; margin-bottom:20px;}
.order1_nav ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.order1_nav ul li{ margin:0 20px 10px 0;}
.order1_nav ul li a{ display:block; border-bottom:3px solid transparent;}
.order1_nav ul li.hover>a,.order1_nav ul li a:hover{ color:var(--secondary-color); border-bottom-color:var(--secondary-color);}
.order1_list{}
.order1_list dl dt{ background:#f7f7f7; font-size:16px; line-height:26px;}
.order1_list dl dd{ margin-top:20px; font-size:14px; line-height:24px;}
.order1_list table{ border-collapse:collapse; border:1px solid #ccc;}
.order1_list table td{ padding:10px 20px;}
.order1_list .w1{ width:55%;}
.order1_list .w2{ width:15%; text-align:center;}
.order1_list .w3{ width:15%; text-align:center;}
.order1_list .w4{ width:15%; text-align:center;}

.order1_list_box ul li{ padding:20px 0; border-bottom:1px dashed #ccc;}
.order1_list_box ul li:last-child{ border-bottom:none;}
.order1_list_box ul li .nr_box{ display: flex;justify-content:space-between;/*align-items:center;*/}
.order1_list_box ul li .nr_box .imgbg{ width:90px;}
.order1_list_box ul li .nr_box .img{ padding-bottom:100%; background:#f0f0f0; position:relative; overflow:hidden;}
.order1_list_box ul li .nr_box .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.order1_list_box ul li .nr_box .txtbg{ width:calc(96% - 90px); }
.order1_list_box ul li .nr_box .txt{ }
.order1_list_box ul li .nr_box .h2{ font-size:14px; line-height:22px; margin-bottom:5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.order1_list_box ul li .nr_box .h3{ font-size:12px; line-height:20px; margin-bottom:5px; color:#999;}
.order1_list_box ul li .nr_box .h4{ font-size:12px; line-height:22px;}
.order1_list_box ul li .nr_box .h4 strong{ font-size:14px; font-weight:normal;}
.order1_list_box ul li .nr_box .h4 span{ color:#999;}

.order1_btn{ display: flex;justify-content:space-between;/*align-items:center;*/ flex-wrap:wrap;}
.order1_btn a{ display:inline-block; height:40px; line-height:40px; background:#f7f7f7; width:100%; margin:5px 0; transition:all .3s ease;}
.order1_btn a:hover{ background:var(--secondary-color); color:#fff; opacity:.7;}
.order1_btn a.bg1{ background:var(--secondary-color); color:#fff;}
@media(max-width:999px){
.order1_nav{ font-size:14px; line-height:24px; margin-bottom:20px;}
.order1_nav ul li{ margin:0 15px 10px 0;}
.order1_list dl dt{ display:none;}
.order1_list dl dd{ margin-top:20px; font-size:14px; line-height:24px;}
.order1_list table{ border:1px solid #ccc !important;}
.order1_list table tr{ display: flex;justify-content:space-between;/*align-items:center;*/ flex-wrap:wrap; border:none !important;}
.order1_list table td{ padding:10px 10px; display:block; box-sizing:border-box; width:100%; border:1px solid #ccc !important; }
.order1_list .w1{ width:100%; padding:0 10px;}
.order1_list .w2{ width:33.3333%; display: flex;justify-content:center;align-items:center;}
.order1_list .w3{ width:33.3333%; display: flex;justify-content:center;align-items:center;}
.order1_list .w4{ width:33.3333%; display: flex;justify-content:center;align-items:center;}

.order1_list_box ul li{ padding:20px 0; }
.order1_list_box ul li .nr_box .h2{ font-size:14px; line-height:22px; margin-bottom:5px; }
.order1_list_box ul li .nr_box .h3{ font-size:12px; line-height:20px; margin-bottom:5px; }
.order1_list_box ul li .nr_box .h4{ font-size:12px; line-height:22px;}
.order1_list_box ul li .nr_box .h4 strong{ font-size:14px; }

.order1_btn{ display: flex;justify-content:space-between;/*align-items:center;*/ flex-wrap:wrap;}
.order1_btn a{ display:inline-block; height:40px; line-height:40px; background:#f7f7f7; width:100%; margin:5px 0; transition:all .3s ease;}
.order1_btn a:hover{ background:var(--secondary-color); color:#fff; opacity:.7;}
.order1_btn a.bg1{ background:var(--secondary-color); color:#fff;}
}


.evaluate1{}
.evaluate1_list1{ margin-bottom:30px;}
.evaluate1_list1 .nr_box{ display: flex;justify-content:space-between;/*align-items:center;*/}
.evaluate1_list1 .nr_box .imgbg{ width:90px;}
.evaluate1_list1 .nr_box .img{ padding-bottom:100%; background:#f0f0f0; position:relative; overflow:hidden;}
.evaluate1_list1 .nr_box .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.evaluate1_list1 .nr_box .txtbg{ width:calc(96% - 90px); }
.evaluate1_list1 .nr_box .txt{ }
.evaluate1_list1 .nr_box .h2{ font-size:14px; line-height:22px; margin-bottom:5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.evaluate1_list1 .nr_box .h3{ font-size:12px; line-height:20px; margin-bottom:5px; color:#999;}
.evaluate1_list1 .nr_box .h4{ font-size:12px; line-height:22px;}
.evaluate1_list1 .nr_box .h4 strong{ font-size:14px; font-weight:normal;}
.evaluate1_list1 .nr_box .h4 span{ color:#999;}


.confirmOrder1bg{ padding:60px 0 80px 0; }
.confirmOrder1{ background:#fff; }
.confirmOrder1_list{}
.confirmOrder1_list1{ text-align:center; margin-bottom:40px;}
.confirmOrder1_list1 .h2{ font-size:30px; line-height:40px; margin-bottom:20px;}
.confirmOrder1_list1 .h2 i{ margin-right:5px; color:#4ebb23; }
.confirmOrder1_list1 .h3{ font-size:20px; line-height:30px; }
.inCheckout1_zffs{ text-align:center;}
.inCheckout1_zffs .h2{ font-size:20px; line-height:30px; margin-bottom:25px;}
.inCheckout1_zffs .list{}
.inCheckout1_zffs .list ul{ display: flex;justify-content:center;/*align-items:center;*/ flex-wrap:wrap;}
.inCheckout1_zffs .list ul li{ width:15%; margin:0 10px 20px 10px; cursor:pointer;}
.inCheckout1_zffs .list ul li .img{ padding-bottom:36%; border:1px solid #ccc; position:relative;}
.inCheckout1_zffs .list ul li .img img{ max-width:90%; max-height:80%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.inCheckout1_zffs .list ul li.active1 .img{ border-color:var(--secondary-color);}
.inCheckout1_zffs .button1{ border:1px solid var(--secondary-color); background:var(--secondary-color); color:#fff; height:60px; line-height:58px; width:200px; font-size:16px; cursor:pointer; transition:all .3s ease; margin-top:30px;}
.inCheckout1_zffs .button1:hover{ opacity:.7;}
@media(max-width:999px){

.confirmOrder1bg{ padding:40px 0 60px 0; }
.confirmOrder1_list1{ margin-bottom:30px;}
.confirmOrder1_list1 .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.confirmOrder1_list1 .h3{ font-size:18px; line-height:28px; }
.inCheckout1_zffs .h2{ font-size:18px; line-height:28px; margin-bottom:15px;}
.inCheckout1_zffs .list ul li{ width:32%; margin:0 0 15px 2%; }
.inCheckout1_zffs .list ul li:nth-child(3n-2){ margin-left:0;}
.inCheckout1_zffs .button1{ height:40px; line-height:38px; font-size:14px; margin-top:15px; width:100%;}


}


.orderSuccess1bg{ padding:60px 0 80px 0;}
.orderSuccess1{}
.orderSuccess1_list{ text-align:center;}
.orderSuccess1_list .h2{ font-size:30px; line-height:40px; margin-bottom:20px;}
.orderSuccess1_list .h2 i{ margin-right:5px;color:#4ebb23; }
.orderSuccess1_list .h3{ font-size:20px; line-height:30px; margin-bottom:45px;}
.orderSuccess1_list .h4{}
.orderSuccess1_list .h4 a{ display:inline-block; display:inline-block; border:1px solid var(--secondary-color); color:var(--secondary-color); font-size:16px; line-height:42px; padding:0 20px; width:200px; margin:0 10px; box-sizing:border-box; transition:all .3s ease;}
.orderSuccess1_list .h4 a:nth-child(2n){ background:var(--secondary-color); color:#fff;}
.orderSuccess1_list .h4 a:hover{ opacity:.9; background:var(--secondary-color); color:#fff;}
@media(max-width:999px){

.orderSuccess1bg{ padding:40px 0 60px 0; }
.orderSuccess1_list .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.orderSuccess1_list .h3{ font-size:18px; line-height:28x; margin-bottom:25px;}
.orderSuccess1_list .h4 a{ font-size:14px; line-height:38px; padding:0 20px; width:calc(50% - 20px); margin:0 10px; }


}


/*提示框*/
.popup_tip_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999999;}
.popup_tip_close1{ width:100%; height:100%; position:absolute; top:0; left:0;}
.popup_tipbg{ min-width:100px; max-width:750px; position:absolute; top:45%; left:50%; transform:translate(-50%,-50%);}
.popup_tip{ border-radius:8px; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.2); }
.popup_tip_close2{ display:none;}
.popup_tip_txt{ padding:15px 20px; text-align:center; font-size:16px; line-height:26px;}
.popup_tip_txt span{ display: flex;justify-content:center;align-items:center;}
.popup_tip_txt span i{ display:block; margin-right:5px; width:26px; height:26px; background-position:center; background-repeat:no-repeat; background-size:contain; }
.success .popup_tip_txt span{ color:#4ebb23; }
.error .popup_tip_txt span{ color:#f34b51; }
.warning .popup_tip_txt span{ color:#f1b306; }
.success .popup_tip_txt span i{ background-image:url(../images/ico_success.png);}
.error .popup_tip_txt span i{ background-image:url(../images/ico_error.png);}
.warning .popup_tip_txt span i{ background-image:url(../images/ico_warning.png);}
@-webkit-keyframes fadeInUp2 { 0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to { opacity: 1; -webkit-transform: none; transform: none }
}
@keyframes fadeInUp2 { 0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to { opacity: 1; -webkit-transform: none; transform: none }
}
.fadeInUp2 { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeInUp2; animation-name: fadeInUp2 }







