/*common start*/
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:#616161;background: #f4f6f8;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
    --main-color: #007bff;
    --main-color-white: #fff;
    --main-color-000: #000;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.header{width: 100%;}
.header.fixed .headBtm{position: fixed;top: 0;left: 0;width: 100%;z-index: 999;background: #fff;}

.headTop{line-height: 36px;height: 36px;color: #666;font-size: 12px;background: #f7f7f7;}
.headTop a{display: inline-block;padding-right: 10px;}
.headTop a:last-child{padding: 0;}

.headCet{background: #fff;padding: 35px 0;}
.hSearch{width: 100%;max-width: 555px;margin: 0 auto;}
.hSearch .box{width: 100%;height: 40px;border-radius: 0;position: relative;overflow: hidden;background: #fff;}
.hSearch .box input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 115px 0 10px;box-sizing: border-box;outline: none;background: #f3f3f3;}
.hSearch .box button{width: 115px;height: 100%;position: absolute;top: 0;right: 0;text-align: center;border: none;background: var(--main-color);color: #fff;font-size: 14px;}
.hSearch .box button i{padding-right: 10px;}

.hSearch .list{font-size: 14px;}
.hSearch .list a{display: inline-block;margin-right: 10px;margin-bottom: 5px;color: #999;}
.hSearch .list a:hover{color: #999;text-decoration: underline;}

.header{ position:relative;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 90px;padding: 0 20px;box-sizing: border-box;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}

.headBtm{background: #fff;box-shadow: 0 2px 4px 0 hsl(210deg 7% 43% / 9%);position: relative;z-index: 99;transition: 0.3s;}
.headBtm .warp{height: 40px;line-height: 40px;}
.cartBtn a{height: 40px;line-height: 40px;display: inline-block;padding: 0 15px;color: var(--main-color);position: relative;}
.cartBtn a i{padding-right: 5px;}
.badge{display: inline-block;min-width: 10px;padding: 3px 7px;font-size: 11px;font-weight: bold;color: #fff;line-height: 1;vertical-align: middle;white-space: nowrap;text-align: center;background-color: #ff565e;border-radius: 10px;}

.sp_nav1{width: 120px;background: #007bff;text-align: center;font-size: 15px;margin-right: 20px;color: #fff;display: none;}

.headMenu{position: relative;height: 40px;}
.menuBtn{width: 200px;background: #007bff;text-align: center;font-size: 15px;margin-right: 20px;color: #fff;line-height: 40px;cursor: pointer;}
.menuList{position: absolute;top: 40px;left: 0;width: 200px;height: auto;background: #fff;box-shadow: 0 2px 6px rgb(0 0 0 / 8%);display: none;}
.menuList>ul>li{position: relative;}
.menuList ul li a{display: block;padding: 0 20px;height: 50px;line-height: 50px;display: flex;justify-content: space-between;font-size: 14px;color: #191919;font-weight: 400;position: relative;align-items: center;}
.menuList ul li a:hover{transform: translateX(10px);color: var(--main-color);}
.menuList ul li a:after{content: '';display: block;bottom: 0;left: 0;margin-left: 20px;margin-right: 20px;position: absolute;width: 160px;height: 1px;background-color: #e9e7e7;}
.menuList ul li a span{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;flex: 1;}
.menuList ul li a i{margin-left: 10px;}
.menuList>ul>li>ul{position: absolute;left: 100%;top: 0;background: #fff;box-shadow: 0 2px 6px rgb(0 0 0 / 8%);display: none;}
.menuList>ul>li>ul li a{font-size: 13px;height: 35px;line-height: 35px;}
.menuList>ul>li>ul li a:after{display: none;}
.menuList>ul>li>ul li a:hover{transform: none;background: #ddd;color: var(--main-color);}

.menuList ul li:hover ul{display: block;}

.headMenu:hover .menuList{display: block;}

/*mMenu*/

.sjj_nav1{position:fixed;z-index:9991;background: rgba(0,0,0,0.3);width:100%;height:100%;font-size:14px;top: 0;left: -100%;overflow:auto;overflow-x:hidden;transition: left ease 0.35s;display: none;}
.nav_show1{left: 0;}

.mMenu ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.mMenu ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.mMenu ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.mMenu ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:14px}
.mMenu>ul >li:last-child{border-bottom:1px #ddd solid;}
.mMenu ul li ul{display:none}
.mMenu ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.mMenu ul li a:hover{color: #0188FB;}
.mMenu ul li ul li a{color:#333;display:block;text-align:left;}
.mMenu ul li i svg{width:25px;height:25px;fill:#333;}
.mMenu ul li .sjj_nav_i_se svg{fill:#333}
.mMenu ul li ul li>ul{margin-left:10px}
.mMenu ul li ul li{border-top: none;}
.mMenu ul li ul li a{padding: 0 30px;}

.sjj_nav1 .warp{padding: 40px 30px;background: #fff;width: 100%;max-width: 280px;height: 100%;overflow: hidden;overflow-y: auto;position: relative;z-index: 9;}
.menuTit{margin-top: 20px;font-size: 20px;color: #000;margin-bottom: 20px;}
.menuTit i{padding-right: 10px;}
.mLanguage{}
.mLanguage ul li{margin: 10px 0;}
.mLanguage ul li a{font-size: 14px;color: #000;display: block;}
.mLanguage ul li a img{width: 20px;margin-right: 10px;}

.sjj_nav1Close{position: absolute;top: 0;left: 0;cursor: pointer;width: 100%;height: 100%;z-index: 2;padding-left: 290px;padding-top: 10px;}
.sjj_nav1Close span{display: inline-block;width: 35px;height: 35px;background: #fff;display: flex;justify-content: center;align-items: center;}
.sjj_nav1Close img{width: 26px;}
.mClose{margin-top: 80px;}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTit{font-size: 16px;color: #333;}
.iTxt{}
.iLine i{}
.hidden{overflow: hidden;}
.comBg{background-size: cover;background-repeat: no-repeat;}
.iVideo{width: 100%;}
.iVideo video{width: 100%;}
.iImg{width: 100%;}
.iImg img{width: 100%;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}

.mainFull{padding: 20px 0;min-height: 720px;}
.mainFull .wapper>.iTit{margin-bottom: 20px;}

.proItem{width: 100%;}
.proItem .title{margin: 15px 0;font-size: 16px;color: #4fae9d;}
.proList{width: 100%;background: #fff;}
.proList ul li{width: 25%;}
.proList .part{display: block;box-shadow: 0 0 1px 0 rgb(0 0 0 / 10%);padding: 15px;background: #fff;height: 100%;}
.proList .part .img{width: 100%;height: 120px;}
.proList .part .img img{width: 100%;height: 100%;object-fit: cover;}
.proList .part .img:hover img{transform: scale(1.1);}
.proList .part .desc{width: 100%;padding: 10px 0;}
.proList .part .tit{}
.proList .part .btn{margin-top: 10px;display: flex;justify-content: flex-end;}
.proList .part .btn a{padding: 5px 10px;font-size: 12px;border: 1px solid var(--main-color);color: var(--main-color);}
.proList .part .btn a:hover{background: var(--main-color);color: #fff;}

.footer{width: 100%;color: #aaa;background: #555;margin-top: 25px;overflow: hidden;min-height: 60px;padding: 15px 0;text-align: center;}

#floatbtn {
  width: 50px;
  height: auto;
  position: fixed;
  top: auto;
  right: 50%;
  bottom: 10px;
  left: auto;
  z-index: 80;
  margin-right: -656px;
}

#floatbtn.fixed {
  position: absolute;
  bottom: 279px;
  right: 50%;
}
#floatbtn a {
  position: relative;
  z-index: 90;
  display: block;
  margin-top: 4px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #d5d5d5;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#floatbtn a.hover:hover {
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
  background: #007bff;
  border-color: #007bff;
  text-decoration: none;
  text-align: center;
  line-height: 20px;
  padding: 5px;
}
#floatbtn a.hover:hover i {
  display: none;
}
#floatbtn a.hover:hover em {
  display: block;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}
#floatbtn a em {
  display: none;
}
#floatbtn a:hover {
  background: #007bff;
}
#floatbtn a:hover i {
  color: #fff;
}
#floatbtn a:hover .floatbtn-wrapper {
  display: block;
}
#floatbtn .iconfont {
  display: inline-block;
  font: normal normal normal 14px/1 iconfont;
  font-size: inherit;
}

#floatbtn .badge{background:#ff565e;position: absolute;z-index: 999;top: 0;}
#floatbtn #back-to-top{display: none;}
#floatbtn #back-to-top.active{display: block;}

.current{padding: 10px;background: #fff;}
.current a{font-size: 14px;color: #555;position: relative;}
.current a:after{content: ">";padding: 0 5px;color: #888;}
.current a:last-child:after{display: none;}

.proClass{padding: 10px;background: #fff;font-size: 14px;color: #555;line-height: 30px;margin: 10px 0;}
.proClass a{color: #555;}
.proClass a:hover{color: var(--main-color);text-decoration: underline;}
.proClass a:after{content: "/";padding: 0 5px;color: #888;}
.proClass ul li:last-child a:after{display: none;}

.proSelect{padding: 10px;background: #fff;font-size: 14px;color: #555;line-height: 40px;margin: 10px 0;}
.proSelect ul li{display: inline-block;}
.proSelect a{display: inline-block;padding: 0 20px;font-size: 14px;color: #555;}
.proSelect a i{padding-right: 10px;position: relative;top: -2px;}
.proSelect a:hover{color: var(--main-color);text-decoration: underline;}
.proSelect ul li.active a{color: var(--main-color);}

.pageWarp{width: 100%;margin: 40px 0;}
.pages { cursor: default; font-size: 14px; font-family: Tahoma, Verdana; padding: 10px; text-align: center; }
.pages span { margin: 0 3px; }
.pages span a { color: #666; text-decoration: none; padding: 3px 8px; border: 1px #ddd solid; background: #fff; }
.pages span a:hover { color: #2c3e50; border: 1px #2c3e50 solid; background: #fff; }
.number { font-size: 14px; color: #666; }
.number { color: #fff; text-decoration: none; padding: 3px 8px; border: 1px #2c3e50 solid; background: #2c3e50; font-weight: bold; }
.number a:hover { color: #f60; border: 1px #2c3e50 solid; }
.pageyc { display: none; }

/*cart*/

.cart{width: 100%;background: #fff;padding: 15px;}
.cartTable{width: 100%;font-size: 14px;color: #666;}
.cartTable .top,
.cartTable .list,
.cartTable .btm{width: 100%;}
.cartTable .top{background: #f4f4f4;}

.cartTable .left{width: 70%;}
.cartTable .right{width: 30%;}
.cartTable .item{padding: 15px 20px;display: flex;align-items: center;}
.cartTable .item div{width: 100%;}
.cartTable .left .item:nth-child(1){width: 10%;}
.cartTable .left .item:nth-child(2){width: 20%;}
.cartTable .left .item:nth-child(3){width: 70%;}
.cartTable .right .item:nth-child(1){width: 60%;text-align: center;}
.cartTable .right .item:nth-child(2){width: 40%;text-align: center;}

.cartTable .row:hover{background: #eee;}
.cartTable .list .row{border-bottom: 1px solid #ddd;}
.cartTable .input{}
.cartTable .input input{}
.cartTable .img{width: 100%;text-align: center;height: 35px;display: flex;justify-content: center;align-items: center;}
.cartTable .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.cartTable .img:hover img{transform: scale(1.1);}
.cartTable .tit a{color: #666;}
.cartTable .tit a:hover{color: var(--main-color);text-decoration: underline;}
.cartTable .del a{font-size: 18px;}
.cartBtn2 a,
.cartBtn2 button{display: inline-block;padding: 10px 20px;background: #f39c12;color: #fff;border: none;border-radius: 5px;line-height: ;}
.cartBtn2 a:hover,
.cartBtn2 button:hover{opacity: 0.8;}
.cartBtn2 button{background: #18bc9c;margin-left: 20px;}
.cartBtn2 .btn2{background: #18bc9c;margin-left: 20px;}
.cartBtn2 .btn4{background: var(--main-color);margin-left: 20px;}

.btn-numbox {overflow: hidden;display: flex;justify-content: center;}
.btn-numbox ul{display: flex;align-items: center;justify-content: center;}
.btn-numbox li .number,
.kucun {display: inline-block;font-size: 12px; color: #808080; vertical-align: sub;}
.btn-numbox .count .num-jian,
.input-num,
.num-jia { display: inline-block;width: 28px; height: 28px; line-height: 26px;text-align: center; font-size: 18px; color: #999; cursor: pointer;border: 1px solid #e6e6e6; }
.btn-numbox .count .input-num {width: 58px;height: 28px;color: #333; border-left: 0;border-right: 0;}

/*checkout*/

.checkout{width: 100%;font-size: 14px;color: #666;}
.checkoutList dt,
.checkoutList dd{display: flex;justify-content: space-between;}
.checkoutList dd{border-bottom: 1px solid #ddd;}
.checkoutList .item{padding: 15px 20px;}
.checkoutList .item:nth-child(1){width: 70%;}
.checkoutList .item:nth-child(2){width: 30%;}
.checkoutList .part{display: flex;align-items: center;width: 100%;}
.checkoutList .part .img{width: 40px;height: 40px;margin-right: 35px;}
.checkoutList .part .img img{width: 100%;height: 100%;object-fit: cover;}
.checkoutList .part .tit{flex: 1;}
.checkoutList .tit a{color: #666;}
.checkoutList .tit a:hover{color: var(--main-color);text-decoration: underline;}
.checkoutList .img:hover img{transform: scale(1.1);}
.checkoutList .mes{padding: 20px 0;border-bottom: 1px solid #ddd;margin-bottom: 20px;}
.checkoutList .mes textarea{width: 100%;height: 85px;border: 1px solid #ddd;border-radius: 5px;padding: 10px;}

/*order*/

.pro_order_top{padding: 15px 0;border-bottom: 1px solid #ddd;}
.pro_order_top .title{font-size: 18px;color: #666;}

.search2{width: 200px;height: 35px;border: 1px solid #ddd;position: relative;}
.search2 input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 50px 0 10px;box-sizing: border-box;outline: none;background: #f3f3f3;}
.search2 button{width: 50px;height: 100%;position: absolute;top: 0;right: 0;text-align: center;border: none;background: var(--main-color);color: #fff;font-size: 14px;}

.pro_order_filter{margin: 15px 0;}
.pro_order_filter a{padding: 5px 6px;display: inline-block;margin-right: 5px;color: var(--main-color);border-radius: 3px;}
.pro_order_filter a:first-child{background: #67a6cb;color: #fff;}

.pro_order_info{padding: 10px;background: #f5f5f5;}
.pro_order_box{width: 100%;margin-top: 10px;}
.pro_order_box .list{flex: 1;}
.pro_order_box .list ul li{padding: 10px 0;display: flex;justify-content: space-between;}
.pro_order_box .list .text-muted{width: 20px;text-align: center;}
.pro_order_box .list .part{flex: 1;display: flex;align-items: center;}
.pro_order_box .list .part .img{width: 100px;height: 45px;margin: 0 20px;}
.pro_order_box .list .part .img img{width: 100%;height: 100%;object-fit: cover;}
.pro_order_box .img:hover img{transform: scale(1.1);}
.pro_order_box .list .tit{flex: 1;}
.pro_order_box .tit a:hover{color: var(--main-color);text-decoration: underline;}
.pro_order_box .list .numb{width: 50px;}


.pro_order_tag{width: 155px;}
.pro_order_tag a{padding: 5px 6px;font-size: 12px;border-radius: 2px;color: #fff;background-color: #444c69;display: inline-block;margin: 2px;}
.pro_order_tag a:hover{opacity: 0.8;}

.web1{font-size: 20px;color: var(--main-color);}
.web1 a:hover{color: var(--main-color);}

.inside{background: #fff;padding: 15px;min-height: 500px;}


.copied1_box {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: none;
}

.copied1bg {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.copied1 {
	font-size: 14px;
	line-height: 44px;
	padding: 0 20px 0 40px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	position: relative;
	color: #0C0;
}

.copied1 i {
	width: 14px;
	height: 14px;
	position: absolute;
	left: 20px;
	top: 15px;
	line-height: 14px;
}

.copied1 i img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.collect1_box {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: none;
}

.collect1bg {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.collect1 {
	font-size: 14px;
	line-height: 44px;
	padding: 0 20px 0 40px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	position: relative;
	color: #0C0;
}

.collect1 i {
	width: 14px;
	height: 14px;
	position: absolute;
	left: 20px;
	top: 15px;
}

.collect1 i img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

@media only screen and (max-width: 1480px) {
#floatbtn{right: 10px;margin: 0;}

}

@media only screen and (max-width: 1200px) {
.wapper{ width:100%;padding: 0 10px;}

}

@media only screen and (max-width: 980px) {
.headMenu{display: none;}
.sp_nav1{display: block;}
.sjj_nav1{display: block;}
.mainFull{min-height: 550px;}
.proList ul li{width: 50%;}
.proList .part{padding: 5px;}
.proList .part .img{height: 80px;}
.cartTable .top .right{display: none;}
.cartTable .top .left{width: 100%;}
.cartTable .top .left .item:nth-child(1),
.cartTable .top .left .item:nth-child(2){display: none;}
.cartTable .left{width: 100%;}
.cartTable .right{width: 100%;}
.cartTable .item{padding: 10px;}
.checkoutList .item{padding: 10px;}
.pro_order_tag{width: 100%;margin-top: 10px;}

}
