div,ul,li,h1,h2,h3,h4,h5,h6{
	margin:0;padding:0
}
body{
	font-family: 'microsoft yahei',Verdana,Arial,Helvetica,sans-serif;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 500;
	overflow:hidden;
	overflow-y: auto;
}
.red{
	color:rgba(216, 11, 23, 1);
}
.aceaRow{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  
  -moz-flex-wrap:wrap;
  -webkit-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

.aceaYCenter{
	-webkit-align-items: center; 
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
}
.aceaCenter{
	-webkit-align-items: center; 
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
	
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}
.aceaBetween{
	-webkit-align-items: center; 
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
	
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.aceaAround{
	-webkit-align-items: center; 
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
	
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around;
}

.aceaEnd{
	-webkit-align-items: center; 
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
	
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
}

.text-overflow{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.text-overflow2{
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.inputCss span.placeholder{
	font-size:12px;
	color:#999;
	line-height:18px;
	padding:6px 0;
}

.pageNavBox{height:44px;}

.headerBox{
	height:44px;
}
.Header{
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height:44px;
	z-index: 20;
	background:#FFF;
	padding-top:8px;
	box-sizing: border-box;
}
.Header .back{
	padding:5px;
	display: inline-block;
}
.Header .back .iconBtn{
	width:9px;
}
.Header h4{font-size:16px;}
.Header .home{
	border-radius: 5px;
	background: #F7F7F7;
	padding:0 5px;
	height:24px;
	display: inline-block;
}
.Header .home .iconBtn{
	width:14px;
	height:14px;
	vertical-align: middle;
}


.Header .logo{
	width:72px;
	max-height:44px;
	vertical-align: middle;
}
.Header .iconBox{
	margin-left:10px;
	padding:6px;
	display: inline-block;
}
.Header .iconBox a{
	font-size:22px;vertical-align:middle;color:#1A1A1A;
}
.Header .icon{
	width:18px;
	height:18px;
}
.Header .langSelect{
	border:0px;
	background:none;
	font-size:18px;
	margin-left:6px;
}


.in-video{
	border-radius:10px;
}


.in-list{
	margin-top:10px;
	padding-bottom:30px;
	width:auto;
	float:none;
}

.in-list .in-list-item{
	background:#ffffff;
	margin-bottom:20px;
	border-radius:10px;
	overflow: hidden;
}
.in-list .pic{
	width:100%;
	border-radius:10px 10px 0 0;
}
.in-list .titleBox{
	padding:10px;
	position: relative;
	padding-right:110px;
	border:1px solid #D80B17;
	border-radius:0 0 10px 10px;
	border-top:none;

}
.in-list .titleBox .buy{
	position: absolute;
	right:10px;
	top:50%;
	transform: translate(0,-50%);
	background:#D80B17;
	width:96px;
	height:32px;
	border-radius: 18px;
	color:#FFF;
	font-size:14px;
	display: inline-block;
	text-align: center;
	line-height:32px;
}
.in-list .titleBox .title{
	font-size:14px;line-height:20px;color:#1A1A1A;
	height:40px;
}
.in-list .titleBox .info{
	font-size:12px;line-height:18px;color:#999;
}
.in-list .titleBox .price{
	color:#D80B17;
	font-size:16px;
	line-height:24px;
	margin-top:8px;
}

.in-list .titleBox .price b{
	font-size:18px;
}

/* 购物车开始 */
.newcart .shopping-cart .top{
	border:none;
}
.newcart .list li{
	padding:0 10px 0 20px;
	min-height:110px;
}
.newcart .list li:last-child{
	border:none;
}
.newcart .show a{
	position: inherit;
	top:auto;
	left:auto;
	height:auto;
}
.newcart .show a img{
	margin:0;
}
.newcart .list .container{
	left:auto;top:auto;margin-top:0;
	height:auto;
	overflow: hidden;
}
.newcart .cart_del{
	font-size:16px;
	color:#999;
	padding:6px;
}
.newcart .info{
	position: inherit;
	width:auto;
	left:auto;
	overflow:hidden;
	margin-left:10px;
	padding-right:10px;
}
.newcart .num-edit p{color:#333;line-height:24px;}
.newcart .num-edit .edit1,.newcart .num-edit .edit2,.newcart .num-edit .number{
	width: 20px;
    height: 20px;
    border: 1px solid #333333;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 0;
	padding:0;
}
.newcart .num-edit .number{
	width: 40px;
	margin:0 4px;
	font-size:12px;
	font-weight: 500;
}
/* 购物车完 */
/* 个人中心开始 */
.memberView .list-menu ul li a{
	font-size:14px;
	color:#1A1A1A;
}
.memberView .priceBox{
	margin-left: 12px;
    margin-right: 12px;
	margin-top:10px;
}
.memberView .priceBox li{
	width:calc(50% - 5px);
	box-sizing: border-box;
	background:#FFF;
	border-radius:10px;
	margin-bottom:10px;
}
.memberView .priceBox li a{
	display: block;
	padding:12px 12px;
}
.memberView .priceBox li .price{
	display: block;
	font-size:16px;
	line-height:24px;
	font-weight: 700;
	color:rgba(26, 26, 26, 1);
}
.memberView .priceBox li .info{
	display: block;
	font-size:12px;
	line-height:18px;
	color:rgba(153, 153, 153, 1);
}


.memberView .member-main .editspan{
top:50%;
-webkit-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
transform: translate(0,-50%);

}
.memberView .member-main p span kl btn{
	line-height:18px;height:auto;
	font-size:12px;
	padding:0 12px;
}
.memberView .menu-box{
	background:none;
	margin-top:10px;
}
.memberView .list-menu{
	padding:0;
	margin-left: 12px;
    margin-right: 12px;
	margin-top:10px;
}
.memberView .list-menu menu-logout{
background:#FFF;
border:none;
padding: 8px 16px;
}
.memberView .list-menu ul{
	border:none;
}
.user-order{
	background:#FFF;
	border-radius:10px;
	margin-left: 12px;
    margin-right: 12px;
}
.user-order .title{
	padding:12px 12px 0;
}
.user-order .title h4{
	font-size:14px;
	line-height:20px;
	font-weight: 800;
}
.user-order .title .more{
	line-height:18px;
	color:rgba(153, 153, 153, 1);
	font-size:12px;
}

.user-order .more-icon{
	width:12px;
	vertical-align: middle;
}
.user-order .list{
	padding:8px 16px;
}
.user-order .list li{
	width:50%;
	box-sizing: border-box;
	padding:8px 10px 8px 0;
}
.user-order .list a{
	text-decoration: none;
}
.user-order .list span{
	color:#333;
}
.user-order .list .iconBox{
	width:36px;
	height:36px;
	border-radius:50%;
	background:rgba(245, 245, 245, 1);
	margin-right:12px;
}
.user-order .list .iconBox img{
	width:20px;
}
.user-order .list li>span{
	font-size:14px;
	color:rgba(51, 51, 51, 1);
	line-height:20px;
}

/* 个人中心完 */
/* 商品详情 */
.goodsView{

}
.goodsView .good-disc ul{}

.goodsView .disc-boxn goodstop h2{
	line-height:48px;
	height:48px;
	font-size:14px;
}
.goodsView .proNumber{color:#333;line-height:24px;}
.goodsView .proNumber .btn,.goodsView .proNumber .btntext{
	width: 24px;
    height: 24px;
    border: 1px solid #333333;
    border-radius: 5px !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 0;
	padding:0;
}
.goodsView .proNumber .btntext{
	width: 48px;
	margin:0 4px;
	font-size:12px;
	font-weight: 500;
}

.goodsView .shopView{
	height:60px;
}
.goodsView .shopBox{
	position: fixed;
	left:0;
	bottom:0;
	width:100%;
	z-index: 10;
	background:#FFF;
	height:60px;
}
.goodsView .shopBox .price-label{
	font-size:10px;
	color:#999999;
}
.goodsView .shopBox .price{
	font-size:18px;
	color:#1a1a1a;
}

.goodsView .shopBox .cart{
	background:#FFF;
	height:32px;
	border: 1px solid #D80B17;
	border-radius:16px;
	padding:0 16px;
}
.goodsView .shopBox .cart img{
	width:22px;
}
.goodsView .shopBox .buy{
	background:#D80B17;
	height:32px;
	border: 1px solid #D80B17;
	color:#FFF;
	border-radius:16px;
	font-size:14px;
	font-weight: 700;
	padding:0 16px;
	margin-left:6px;
}
.goodsView .shopBox .cart img{
	width:22px;
}


/* 商品详情完 */

/* 订单管理 */
.orderView .ord-box{
	text-align:left;
	overflow-x: auto;
	white-space: nowrap;
}
.orderView .ord-box a{
	display: inline-block;
	padding:0 10px;
}
.orderView .ord-box b{
	color:#B50900;
	font-size:14px;
}

.orderView .serv_box{
	text-align:left;
	overflow-x: auto;
	white-space: nowrap;
	padding:10px 16px;
}
.orderView .list-ord ul{
	border-top:none;
    margin-bottom: 10px;
	padding:8px 16px;
}
.orderView .list-ord btnli{
	display:inline-block;
	text-align: right;
}
.orderView .list-ord btnli a{
	margin-top:4px;
	margin-bottom:4px;
	float:none;
	display: inline-block;
	padding:0 15px;
}
.orderView .serv_box a{
	display: inline-block;
	padding:0 10px;
}
.orderView .serv_box b{
	color:#B50900;
	font-size:14px;
}

/* 订单管理完 */
/* 订单详情 */
.orderDetail{
	padding-bottom:30px;
}
.orderDetail .ord_total ul row{
	color:#999;
}
.orderDetail .ord_total ul row lk{
	color:#1a1a1a;
	font-weight: 500;
}
.orderDetail .center{
	padding-bottom:20px;
}
.orderDetail .list{
	padding:0 10px;
}
.orderDetail .list li{
	left:auto;top:auto;
	min-height:auto;
	padding-top:0;
}
.orderDetail .list li:last-child{
	border:none;
}
.orderDetail .list .container{
	height:auto;
	padding:10px 40px 10px 0;
	float:none;
}
.orderDetail .show a img{
	margin-top:0;
}
.orderDetail .list .trash1{
	right:5px;
	height:70px;
	top:15px;
}
.orderDetail .show a,.orderDetail .info{
	position: inherit;
	margin:0;
	left:auto;
	top:auto;
	float:none;
}
.orderDetail .info{
	width:auto;
	overflow: hidden;
	margin-left:10px;
}
/* 订单详情完 */
/* 登录页 */
.header-login{
	background:#fff;
	height:44px;
}
.header-login>div{height:100%;}
.header-login .langshow,.header-login .langshow1{
	position: inherit;
}
.header-login select{
	border:none;
	background:#FFF;
}
.loginView #vshop_body{
padding:0;
}
.loginView #r_l_form input{
background:#FFF;
border:none;
height:48px;
border-radius:10px;
box-sizing: border-box;
}
.loginView .login-code img{
	height:48px;
	width:90px;
	border-radius:10px;
	margin-left:10px;
}

/* 登录页完 */
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {

	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}
.flex1{
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	-webkit-box-flex: 1;
	-moz-box-flex:1;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.bast-row{
	margin-right: -15px;
	margin-left: -15px;
}
.bast-container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width:100%;
	float:none;
	box-sizing: border-box;
}
@media (min-width:768px) {
	.bast-container {
		width: 750px
	}

.pageNavBox{height:64px;}
.headerBox{
	height:64px;
}
.Header{
	height:64px;
}
.Header .logo{
	width:auto;
	height:60px;
	max-height:auto;
	vertical-align: middle;
}
}

@media (min-width:992px) {
	.bast-container {
		width: 970px
	}
}

