﻿/* ====首页====== */
body{ background-color:#fff;}
/** header **/
.header{ position:relative; z-index:10; background: #f5ed0a}
.headerBox{display: flex; justify-content: space-between; align-items: center; padding-top: 35px;}
.loarea{ height:98px; position:relative; z-index:3;}
.logo{ /*width:200px;*/ display:block; }
/*.logo img{ height:60px; width:auto;}*/

/*PC导航 begin*/
.nav{ position:relative;  z-index:5;}
/*.navul{ font-size:0;}*/
.navul li{ display:inline-block; font-size:24px; position:relative;}
.navul li>a{ color:#000; padding:0 50px; text-align:center; display:inline-block;}
.navul li>a:hover{ font-weight: bold; }
.act_nav{font-weight: bold;  }

/*.navul li>a i{
    position: absolute;
    width: 0px;
    height: 3px;
    background: #f3a003;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); 
    -webkit-transform: translateX(-50%); 
    -moz-transform: translateX(-50%); 
    -ms-transform: translateX(-50%); 
    -o-transform: translateX(-50%);
    transition: .3s; 
    -webkit-transition: .3s; 
    -moz-transition: .3s; 
    -ms-transition: .3s; 
    -o-transition: .3s; 
}*/

.navul li>a:hover,.navul li>a.act_nav{font-weight: bold; }
/*.navul li>a:hover i{ width: 50px;}
.navul li>a.act_nav i{width: 50px;}*/

/*PC导航 begin*/
.subnav{ position:absolute; left:0; top:42px; width:100%; padding:8px 5px; box-sizing: border-box; background: rgba(129,129,129,0.8); display:none;}
.subnav1 dd{width:100%; text-align: center; background-image:none !important; padding: 10px 0; border-bottom: 1px solid #f2f2f2; font-size: 16px; color: #fff;}
.subnav1 dd a{color: #fff; display: block; font-size: 14px;}
.subnav1 dd a:hover{color: #ff9443}
.subnav1 dd:hover{border-bottom: 1px solid #ff9443;}
.subnav1 dd .nr a{height:30px; text-align:left; line-height:30px; font-size:14px; display:block;  color:#333 !important; text-align:center; }
.subnav1 dd .nr a:hover{ color:#ff7f02 !important; text-indent:2px; background-color:none;}
.subnav1 .tit{ font-size:16px; font-weight:bold; text-align:center; padding:8px 0 4px;}
/*.subnav2{ width:256px;}*/


/*手机导航按钮及下拉菜单begin*/
.menubtn{ position:absolute; width:24px; height:24px;top:19px; right:10px; cursor:pointer; display:none;}
.menubtn i{ display:block; width:21px; height:3px; background-color:#1c4e9e; position:absolute; -webkit-transition:.5s; -moz-transition:.5s; -ms-transition:.5s; -o-transition:.5s; transition:.5s;}
.menubtn i:nth-child(1){ top:4px; -webkit-transform-origin:left bottom; -moz-transform-origin:left bottom; -ms-transform-origin:left bottom; -o-transform-origin:left bottom; transform-origin:left bottom;}
.menubtn i:nth-child(2){ top:11px;}
.menubtn i:nth-child(3){ top:18px; -webkit-transform-origin:left top; -moz-transform-origin:left top; -ms-transform-origin:left top; -o-transform-origin:left top; transform-origin:left top;}
.menubtn.on i:nth-child(1){ -webkit-transform:rotate(40deg); -moz-transform:rotate(40deg); -ms-transform:rotate(40deg); -o-transform:rotate(40deg); transform:rotate(40deg);}
.menubtn.on i:nth-child(2){ opacity:0;}
.menubtn.on i:nth-child(3){ -webkit-transform:rotate(-40deg); -moz-transform:rotate(-40deg); -ms-transform:rotate(-40deg); -o-transform:rotate(-40deg); transform:rotate(-40deg);}
/*小导航*/
.inav{ background:rgba(0,0,0,0.7); position:absolute; left:0; top:60px; width:100%; display:none; z-index:9; }
.inav{ display:none;}
.inav dl{ padding:0 10px; text-align:left;}
.inav dt{ font-size:14px; color:#fff; height:40px; line-height:40px; border-bottom:1px solid #2b3b81; padding-left:8px; position:relative;}
.inavbtn{ position:absolute; right:0px; top:14px; width:14px; height:14px; background:url(../images/icon/jia3.png) center center no-repeat; -webkit-transform-origin:center center; -moz-transform-origin:center center; -ms-transform-origin:center center; -o-transform-origin:center center; transform-origin:center center;-webkit-transition:.5s; -moz-transition:.5s; -ms-transition:.5s; -o-transition:.5s; transition:.5s;}
.inav dd{ display:none; padding-left:2em; border-bottom:1px solid #1c4e9e; padding-bottom:6px;}
.inav a{ color:#fff;}
.inav a:hover{ color:#ccc;}
.inav dd h6{ font-size:14px; font-weight:normal; line-height:2;}
.inav dd h6 a{ display:block;}
.inav dd p{ font-size:12px; text-indent:1em; line-height:1.8;}
.act_inav{ font-weight:bold;}
.act_inav .inavbtn{ -webkit-transform:rotate(135deg) !important; -moz-transform:rotate(135deg) !important; -ms-transform:rotate(135deg) !important; -o-transform:rotate(135deg) !important;transform:rotate(135deg) !important;}
/*手机导航按钮及下拉菜单end*/
/*banner begin*/
.banner{ position:relative; z-index:3; }
.banner .swiper-slide{position:relative; overflow:hidden;}
.banimg{ 
	width:100%; 
	height:auto; 
	display:block;
	-webkit-transition:all 20s ease-out 0s; 
	-moz-transition:all 20s ease-out 0s; 
	-ms-transition:all 20s ease-out 0s; 
	-o-transition:all 20s ease-out 0s; 
	transition:all 20s ease-out 0s;
}
.banner .swiper-slide-active .banimg{
	-webkit-animation: zoomin_out 20s infinite ease-in-out;
	-moz-animation: zoomin_out 20s infinite ease-in-out;
	-ms-animation: zoomin_out 20s infinite ease-in-out;
	-o-animation: zoomin_out 20s infinite ease-in-out;
}

@-webkit-keyframes zoomin_out{
0%{-webkit-transform:scale(1);}
50%{-webkit-transform:scale(1.1);}
100%{-webkit-transform:scale(1);}
}
@-moz-keyframes zoomin_out{
0%{-moz-transform:scale(1);}
50%{-moz-transform:scale(1.1);}
100%{-moz-transform:scale(1);}
}
@keyframes zoomin_out{
0%{transform:scale(1);}
50%{transform:scale(1.1);}
100%{transform:scale(1);}
}

.banner .swiper-pagination{ bottom:16px !important;}
.banner .swiper-pagination-bullet{
	width:15px;
	height:15px;
	padding: 0;
	background-color:#fff;
	font-size: 0;
	line-height: 0;
	outline:none;
	cursor: pointer; 
	-webkit-border-radius:50%; 
	-moz-border-radius:50%;
	-ms-border-radius:50%; 
	-o-border-radius:50%; 
	border-radius:50%;
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	-khtml-opacity: 1; 
	opacity: 1; 
	margin:0 10px !important;
}

.banner .swiper-pagination-bullet-active{background-color:#f5ed0a;}
.banner .swiper-button-prev{ background:url(../images/icon/prev2.png) center center no-repeat; left:2%;}
.banner .swiper-button-next{ background:url(../images/icon/next2.png) center center no-repeat; right:2%;}
.banner .swiper-button-prev,.banner .swiper-button-next{
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	-khtml-opacity: 0.8; 
	opacity: 0.8;
	width:33px;  
	height:60px; 
	top:50%; 
	margin-top:-30px; 
	-webkit-background-size:80%; 
	-moz-background-size:80%;
	-ms-background-size:80%; 
	-o-background-size:80%; 
	background-size:80%;
}
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
/*banner end*/

.loginBg{
	position: relative;
	padding: 170px 0 270px;
	background: url(../images/loginbg.png) no-repeat;
	background-size: 100% 100%
}
.loginBox{
	background: #fff;
	padding: 65px 85px 20px;
	border-radius: 15px;
	overflow: hidden;
	box-sizing: border-box;
	max-width: 540px;
	position: relative;
	left: 50%;
	width: 50%;
	/*-webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);*/

}
.loginlog{
	height: 20px;
	text-align: center;
	display: block;
	margin-bottom: 60px;
}
.loginlog img{
	height: 100%
}
.loginItem{
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 50px;
}
.loginico{
	position: absolute;
	width: 66px;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
.loginItem input[type='text']{
	border: none;
	border-bottom: 1px solid #999;
	line-height: 50px;
	width: 100%;
	padding-left: 66px;
	box-sizing: border-box;
}
.loyzm input[type='text']{
	width: 60%;
}
.yazmBtn{
	color: #000;
	font-size: 25px;
	line-height: 50px;
	border-radius: 8px;
	background: #f5ed0a;
	width: 35%;
	text-align: center;
	display: block;
}
.loginItem button[type='submit']{
	width: 100%;
	line-height: 50px;
	background: #f5ed0a;
	color: #000;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	border-radius: 50px;
}
.footer{
	background: #f5ed0a
}
.footerTop{
	padding: 90px 0 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footerBot{
	border-top: 1px solid #ada938;
	font-size: 14px;
	color: #666;
	padding: 20px 0;
	text-align: center;
}
.footright{
    display: flex;
}
.quick{
	font-size: 23px;
	color: #333;
	font-weight: bold;
	margin-right: 50px
}
.navfot a{
	font-size: 20px;
	color: #333;
	margin: 0 15px;
}
.navfot a:hover{
	font-weight: bold;
}
/*订单*/
.orderBg{
	background: #f7f6f6;
	padding: 75px 0
}
.orderTop{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 25px;
}
.orderTop a{
	font-size: 24px;
	color: #666;
	padding-bottom: 15px;
	position: relative;
	margin: 0 15px;
}
.orderTop a i{
    position: absolute;
    width: 0px;
    height: 3px;
    background: #f5ed0a;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); 
    -webkit-transform: translateX(-50%); 
    -moz-transform: translateX(-50%); 
    -ms-transform: translateX(-50%); 
    -o-transform: translateX(-50%);
    transition: .3s; 
    -webkit-transition: .3s; 
    -moz-transition: .3s; 
    -ms-transition: .3s; 
    -o-transition: .3s; 
}
.orderTop a:hover i,.orderTop a.on i{
	width: 50px;
}
.orderTop a:hover,.orderTop a.on{
	font-weight: bold;
}
.orderItem{
	background: #fff;
	border-radius: 15px;
	padding: 10px 50px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 35px;
}
.orderTitleBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}
.ortitfl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.ortitfl span{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin: 0 15px;
}
.ortitfr{
	color: #666666;
	font-size: 30px;
}
.orderCont{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.orderImg{
	border-radius: 15px;
	overflow: hidden;
	margin-right: 30px;
}
.orderContfl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.orderImg img{
	display: block;
}
.orderconr{
	font-size: 18px;
	color: #999
}
.orderconr h3{
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}
.orderContfr{
	font-size: 30px;
	color: #333
}
.orderRefund{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-top: 1px solid #cccccc
}
.orderTimebox{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.ordertime{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
	color: #999;
	margin-right: 50px;
}
.ordertime img{
	margin-right: 8px;
}
.orderRefurig{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.orderprice{
	font-size: 36px;
	color: #333
}
.itesm{
	font-size: 24px;
	color: #999;
	margin: 0 15px;
}
.refunbton{
	font-size: 30px;
	color: #fff;
	font-weight:bold;
	background: #f78b16;
	padding: 6px 25px;
	border-radius: 30px;
}
.pagebox{
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagebox a{
   color: #999;
   font-size: 18px;
   border: 1px solid #c8c7c7;
   display: block;
   line-height: 36px;
   padding: 0 12px;
   margin: 0 12px;
}
.pagebox a:hover,.pagebox a.on{
	background: #ffad00;
	color: #fff;
}

/*个人中心*/
.personBg{
	padding: 130px 0 110px;
	background: #fff;
}
.persontopbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.perImg{
	width: 278px;
}
.persontopfr{
	width: calc(100% - 365px);
}
.namebox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.namebox h3{
	font-size: 36px;
	color: #333;
	font-weight: bold;
}
.perseve{
	font-size: 24px;
	color: #999;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: none;
}
.perseve img{
	margin-right: 8px;
	display: block;
}
.namecont{
	margin: 25px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.namecont .perseve{
	font-size: 30px;
	color: #666;
	margin-right: 120px;
}
.nametetx{
	font-size: 24px;
	color: #666;
	line-height: 36px;
}
.personbotbox{
	background: #f7f6f6;
	padding: 50px 0 70px;
}
.peritembox{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 60px;
}
.peritembox a{
	display: block;
	font-size: 24px;
	color: #666;
	text-align: center;
}
.oerserImg{
	position: relative;
}
.nuberlum{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color:#fff;
	font-size: 18px;
	position: absolute;
	right: 0;
	background: #ff0000;
	border-radius: 30px;
	top: 0;
}
.personaressh{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 24px;
	color: #666;
	margin-bottom: 55px;
}
.personaressh h3{
	font-size: 30px;
	color: #333;
}
.perlogout{
	font-size: 36px;
	color: #000;
	background: #f5ed0a;
	width: 90%;
	margin: 100px auto;
	line-height: 80px;
	display: block;
	border-radius: 100px;
	text-align: center;
}
/*购买*/
.buyBg{
	padding: 70px 0;
}
.buyaddres{
	padding-right: 90px;
	box-sizing: border-box;
	font-size: 24px;
	color: #333;
	display: block;
	background: url(../images/jantarw.png) no-repeat 98% 10%;
	margin-bottom: 60px;
}
.buyaddres select{
	font-weight: bold;
	    border: none;
    font-size: 24px;
}
.buyname{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 30px;
	color: #666;
	margin-top: 30px;
}
.buynaitem{
	margin-right: 60px;
}
.buydoor{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.buydoor h3{
	color: #333;
	font-size: 30px;
	font-weight: bold;
}
.buydoortxt{
	font-size: 30px;
	color: #333;
}
.buydoortxt{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.buyfort{
	margin-left: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}
.buydoorradio{
	margin-right: 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.buydoorradio input{
	display: none;
}
.buydoorradio span{
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 30px;
	border: 1px solid #ccc;
	display: block;
}
.buyfort.on .buydoorradio span{
	background: url(../images/duih.png) no-repeat;
}
.buyshoptit{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 2px solid #e3e3e3;
}
.shopnum{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.shopnum img{
	display: block;
}
.shopnum input{
	margin: 0 10px;
	border: none;
	background: no-repeat;
	width: 40px;
	text-align: center;
	color: #333;
	font-size: 27px;
}
.add,.jian{
	cursor: pointer;
}
.buyshopbox{
	padding: 45px 0;
}
.redtext{
	color: #ff0000;
}
.buyshopbox .orderMain{
    margin-bottom: 40px;
}
.totalBox{
	border-top: 2px solid #e3e3e3;
	padding: 30px 0;
}
.totalBox .buydoor h3{
	font-size: 30px;
}
.totalBox .buydoortxt b{
	font-size: 50px;
}
.remarks{
	font-size: 24px;
	color: #999;
	background: #f2f2f2;
	box-sizing: border-box;
	padding: 30px;
	width: 100%;
	height: 200px;
	border: none;
}
/*列表*/
.menubox{
	background: #fff;
	padding: 80px 0;
}
.menuUl{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menuItem{
	text-align: center;
	font-size: 24px;
	color: #333;
}
.menuItem img{
	display: block;
	margin: 0 auto 20px;
}
.menuItem.on{
	font-weight: bold;
}
.listBg{
	background: #f7f6f6;
	padding: 100px 0;
}
.listItem{
	padding: 30px 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #e9e8e8;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.listImg{
	width: 240px;
}
.listCont{
	width: calc(100% - 280px);
}
.listtit{
	font-size: 24px;
	color: #333;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inbk{
	display: inline-block;
	vertical-align:middle;
}

.listtit h3{
	font-weight: bold;
}
.staer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 24px;
	color: #ffbf00;
	font-weight: bold;
}
.staer span{
	margin-left: 20px;
}
.listctxt{
	font-size: 18px;
	color: #666;
	line-height: 36px;
	margin: 20px 0;
}
.salesbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.salesfl{
	color: #ffad00;
	font-size: 18px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.salesfl>div{
   margin-right: 20px;
}
.salesfr{
	background: #ffad00;
	padding: 5px 15px;
	font-size: 18px;
	color: #fff;
	border-radius: 30px;
	display: flex;
	justify-content:flex-start;
	align-items: center;
}
.salesfr img{
	margin-right: 10px;
}
.listItem:hover{
    background: #fff;
}
.listbox{
	margin-bottom: 40px;
}
.inprodubox{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.inproduItem{
	width: 29.3%;
	margin: 20px 2%;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
}
.inproImg{
	width: 100%
}
.inproImg img{
	display: block;
}
.inproduBom{
	box-sizing: border-box;
	padding: 20px;
}
.inproduBom h3{
	font-size: 18px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inreview{
	font-size: 16px;
	color: #999;
	margin: 10px 0
}
.inpricbox{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.inprce{
	color: #ee0101;
	font-size: 18px;
}
.inprce b{
	font-size: 30px;
	font-weight: 500
}
.inpricbox del{
	font-size: 14px;
	color: #999;
	margin: 0 10px;
}
.inoff{
	color: #ee0101;
	font-size: 12px;
	background: #fce1e1;
	border-radius: 5px;
	padding: 2px 5px;
}

.alipayBg{
	background: #f6f6f6;
	padding: 40px 0
}
.alipayTop{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.alipayFl .title{
	font-size: 22px;
	color: #333
}
.aliteot{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 24px;
	color: #333;
	margin-top: 12px;
}
.aliteot h3{
	font-weight: bold;
	margin-right: 8px;
}
.alipayFr{
	color: #cb0303;
	font-size: 20px
}
.alipayFr b{
	font-size: 40px;
}
.alipaybox{
	padding: 100px 0;
	text-align: center;
}
.alipaybox .title{
	font-size: 30px;
	color: #333;
	font-weight: bold;
}
.wat{
	display: inline-block;
	padding: 15px;
	border: 1px solid #777777;
	margin: 20px 0 30px
}
.wat img{
	display: block;
}
/*退款成功页面*/
.refundBg{
	padding: 100px 0
}
.refundPrice{
	display: flex;
	justify-content:space-between;
	align-items: center;
	margin-bottom: 60px;
}
.refprfl{
	font-size: 36px;
	color: #f60000;
	font-weight: bold;
}
.refprfl span{
	margin-right: 40px;
}
.refundBtn{
	font-size: 25px;
	color: #fff;
	background: #f78b16;
	padding: 5px 15px;
	border-radius: 38px;
}
.reasonbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.reasonbox .title{
	font-size: 36px;
	color: #333;
	font-weight: bold;
}
.nowtit{
	font-size: 28px;
	color: #333;
	border: none;
}
.returnadd{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333;
	font-size: 24px;
	margin-bottom: 50px;
}
.returnadd .title{
	color: #999
}
.returbombox{
	border-top: 1px solid #e3e3e3;
	padding-top: 50px;
}
/*商家页面*/
.sellertopbg{
	background: #fff;
	padding: 50px 0;
}
.sellertopbg .listItem{
	padding: 0;
	border: none;
}
.sellerMenubox{
	background: #fff;
	width: 98%;
	margin: 0 auto;
	max-width: 1300px;
}
.sellerMenubox .orderTop{
	margin-bottom: 0
}
.sellerContBox{
	background: #f7f6f6;
	padding: 50px 0
}
.storetit{
	color: #333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
}
.storeItem{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.storeImg{
	overflow: hidden;
	border-radius: 25px;
}
.storeImg img{
	display: block;
}
.storeMain{
	width: calc(100% - 370px)
}
.storeMain .title{
	font-size: 30px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.goorevie{
	font-size: 24px;
	color: #999;
	margin: 15px 0
}
.storemot{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.settleBox{
	position: relative;
	width: 100%;
	left: 0;
	background: #ffad00;
/*	bottom: 250px;*/
	z-index: 99;
	padding: 20px 0
}
.sttul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.settcar{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.canumv{
	margin-right: 15px;
}
.canusyo{
	color: #fff;
	font-size: 40px;
}
.canusyo b{
	font-size: 60px;
}
.setnow{
	color: #ffad00;
	font-size: 30px;
	background: #fff;
	padding: 10px 20px;
	border-radius: 38px;
}

/*商家页面*/
.produbg{
	background: #fff;
	box-sizing: border-box;
	padding: 30px 30px 60px 30px;
	border-radius: 20px;
	width: 100%;
	margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.produbg .storeItem{
	flex-wrap: wrap;
}
.produbg .storeImg{
	width: 100%
}
.produbg .storeMain{
	width: 100%;
	padding-top: 12px;
}
.produbg .storeMain .title{
	font-size: 24px;
}
.produbg .goorevie{
	font-size: 20px;
	margin: 10px 0
}
.produbg .jian,.produbg .add{
	width: 30px;
	height: 30px;
}
.produbg .storeMain .storeItem{
	margin-bottom: 0
}
.produbg .jian img,.produbg .add img{
	width: 100%
}
.procbox .title{
	font-size: 30px;
	color: #333;
	margin-bottom: 15px;
}
.prusnhtli{
	display: flex;
	justify-content: flex-start;
	
}
.prusnhtli a{
	width: 29.3%;
	margin: 0 2%
}
.pehhsbult{
	display: flex;
	justify-content: flex-end;
	margin-top: 15px;
}
.pehhsbult span{
	margin-right: 15px;
}
.produbg .settleBox{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 5%
}
.produbg .canumv img{
	width: 50px;
}
.produbg .canusyo b{
	font-size: 40px;
}
.produbg .canusyo{font-size: 30px;}
.produbg .setnow{
	font-size: 20px;
	padding: 5px 10px;
}