*{
	border:0;
	margin:0;
	padding:0;
	vertical-align:baseline;
	font:normal 14px Helvetica, Arial, sans-serif;
	list-style-type:none;
	text-decoration:none;
    font-family:"微软雅黑";
}
/*通用*/
.no-margin {
  margin:0;
}
.no-padding {
  padding:0;
}
.displaynone{
	display:none;
}
.mod-thumb img{
	width: 100%;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.mod-thumb:hover img{
	-webkit-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
	-moz-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
	-ms-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
	-o-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
	transform: matrix(1.04, 0, 0, 1.04, 0, 0)
}
/*顶部*/
.mall2016-top{
	background:#efefef;
}
.mall2016-top > .container{
	padding-top:5px;
	padding-bottom:5px;
}
.mall2016-top > div > select{
	background:none;
}
.mall2016-top > div > ul{
	margin:0;
}
.mall2016-top > div > ul > li:first-child{
	border-left:none;
}
.mall2016-top > div > ul > li{
	padding:0 10px;
	border-left:2px solid black;
}
.mall2016-top > div > ul > li > a{
	color:black;
}
.mall2016-top > div > ul > li > a > img{
	padding-right:5px;
}
.mall2016-top > div > ul > li > a > span{
	padding:0 5px;
	color:red;
}
/*头部*/
.mall2016-head{
	padding-top:20px;
	padding-bottom:20px;
}
.mall2016-head > div > form > .form-group,.mall2016-head > div > form > .form-group > .input-group{
	width:100%;
	padding-top:5px;
}
.mall2016-head > div > form > .form-group > .input-group > .form-control{
	width:80%;
	border:2px solid #0979cc;
	border-right:none;
}
.mall2016-head > div > form > .form-group > .input-group > .btn-primary{
	width:20%;
}
/*导航*/
.mall2016-nav{
	padding:0;
	border-bottom:3px solid #0979cc;
}
.mall2016-nav > .container{
	padding:0;
}
.mall2016-nav-left{
	padding:15px 0;
	background:#0767af;
	color:white;
	font-size:16px;
}
.mall2016-nav-left > span{
	display:inline-block;
	margin-left:10px;
}
.mall2016-nav-right{
	padding:0;
}
.mall2016-nav-right > .navbar{
	margin-bottom:0px;
}
.mall2016-nav-right > nav > .collapse{
	padding:0;
}
.mall2016-nav-right > nav > div > ul > li > a{
	padding-left:40px;
	padding-right:40px;
	font-size:16px;
}
.mall2016-nav-right > nav > div > ul > li > a:hover{
	background:#297cda;
	color:white;
}
/*侧导航-banner图*/
.mall2016-leftnav-banner{
	position:relative;
}
.mall2016-leftnav-banner,.mall2016-leftnav,.mall2016-banner{
	padding:0;
}
.mall2016-leftnav{
	position:absolute;
	top:0px;
	left:0px;
	z-index:99999;
	background:#297cda;
	display:none;
}
.mall2016-leftnav-second{
	margin:0;
	color:white;
}
.mall2016-leftnav-second > li:first-child{
	border-top:none;
}
.mall2016-leftnav-second > li{
	padding:5.6px 20px;
	border-top:1px solid white;
}
.mall2016-leftnav-second > li > b{
	padding:0 15px;
}
.mall2016-leftnav-second > li > a{
	margin:0 10px;
	color:white;
}
.mall2016-leftnav-three{
	display:none;
	position:absolute;
	right:0px;
	top:0px;
	z-index:9;
	padding:23px 0;
	background:#f7f7f7;
	border:1px solid #297cda;
}
.mall2016-leftnav-three > div > dl{
	overflow:hidden;
	margin:0;
	padding:10px 0;
	border-bottom:1px solid #ccc;
}
.mall2016-leftnav-three > div > dl > dt{
	margin:5px 0;
	color:#666;
}
.mall2016-leftnav-three > div > dl > dd > div{
	margin:5px 0;
	padding:0 10px;
	border-left:1px solid #ccc;
}
/*首行*/
/*左侧*/
.mall2016-firstline-left{
	padding-top:10px;
}
.mall2016-firstline-lefthead{
	overflow:hidden;
	border-right:1px solid #e2e2e2;
}
.mall2016-firstline-lefthead > div{
	padding:1% 0;
	border-left:1px solid #e2e2e2;
	font-weight:bold;
}
.mall2016-firstline-lefthead-bgw{
	border-top:3px solid #0979cc;
}
.mall2016-firstline-lefthead-bgg{
	background: -moz-linear-gradient(top, #f5f5f5 0%, #e8e9eb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e8e9eb));
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#e8e9eb 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%,#e8e9eb 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%,#e8e9eb 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%,#e8e9eb 100%);
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}
.mall2016-firstline-leftcontent{
	overflow:hidden;
	border:1px solid #d8e1ff;
	border-top:none;
}
.mall2016-firstline-leftcontent > div > div{
	padding:5px 0;
}
.mall2016-firstline-leftcontent > div > div > span{
	 color:#0d9199;
}
/*右侧*/
.mall2016-firstline-right{
	padding-top:10px;
	padding-right:0px;
}
.mall2016-firstline-righthead{
	padding:3%;
	border:1px solid #dae2ff;
	font-size:14px;
	font-weight:blod;
}
.mall2016-firstline-righthead > a{
	background:white;
	border:1px solid #a4afce;
	color:black;
	font-size:12px;
}
.mall2016-firstline-rightcontent{
	padding-top:10px;
	border:1px solid #ddd;
}
.mall2016-firstline-rightcontent > ul{
	width:90%;
	margin:0 auto;
}
.mall2016-firstline-rightcontent > ul > li{
	padding:5.5px 0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.mall2016-firstline-rightcontent > ul > li > a{
	color:black;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
/*广告*/
.mall2016-advertisement{
	margin-top:10px;
	padding:0;
}
/*楼层*/
.mall2016-floor-head1,.mall2016-floor-head2,.mall2016-floor-head3,.mall2016-floor-head4{
	overflow:hidden;
	padding-top:20px;
	padding-bottom:3px;
}
.mall2016-floor-head1{
	border-bottom:3px solid #51ab37;
}
.mall2016-floor-head2{
	border-bottom:3px solid #0672f2;
}
.mall2016-floor-head3{
	border-bottom:3px solid #e4a53e;
}
.mall2016-floor-head4{
	border-bottom:3px solid #c14088;
}
.mall2016-floor-head1-left,.mall2016-floor-head2-left,.mall2016-floor-head3-left,.mall2016-floor-head4-left{
	padding:0;
}
.mall2016-floor-head1-left > h4,.mall2016-floor-head2-left > h4,.mall2016-floor-head3-left > h4,.mall2016-floor-head4-left > h4{
	margin:0;
	padding:5px 10px 0px 10px;
}
.mall2016-floor-head1-left > h4{
	color:#51ab37;
}
.mall2016-floor-head2-left > h4{
	color:#0672f2;
}
.mall2016-floor-head3-left > h4{
	color:#e4a53e;
}
.mall2016-floor-head4-left > h4{
	color:#c14088;
}
.mall2016-floor-head1-right,.mall2016-floor-head2-right,.mall2016-floor-head3-right,.mall2016-floor-head4-right{
	padding:0;
}
.mall2016-floor-head1-right > a:first-child,.mall2016-floor-head2-right > a:first-child,.mall2016-floor-head3-right > a:first-child,.mall2016-floor-head4-right > a:first-child{
	border:none;
}
.mall2016-floor-head1-right > a,.mall2016-floor-head2-right > a,.mall2016-floor-head3-right > a,.mall2016-floor-head4-right > a{
	display:block;
	margin:14px 0;
	padding:0 10px;
}
.mall2016-floor-head1-right > a{
	border-right:1px solid #51ab37;
	color:#51ab37;
}
.mall2016-floor-head2-right > a{
	border-right:1px solid #0672f2;
	color:#0672f2;
}
.mall2016-floor-head3-right > a{
	border-right:1px solid #e4a53e;
	color:#e4a53e;
}
.mall2016-floor-head4-right > a{
	border-right:1px solid #c14088;
	color:#c14088;
}
.mall2016-floor-content{
	overflow:hidden;
}
.mall2016-floor-content-left{
	padding:0;
	background:#e8edff;
}
.mall2016-floor-content-right{
	padding:0;
	border-right:1px solid #dde5ff;
}
.mall2016-floor-content-right-box{
	border-bottom:1px solid #dde5ff;
	border-left:1px solid #dde5ff;
}
.mall2016-floor-content-right-title{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding-top:30px;
	color:#404351;
	font-size:16px;
	font-weight:bold;
}
.mall2016-floor-content-right-price{
	padding-top:15px;
	color:#cc0000;
	font-size:18px;
	font-weight:bold;
}
.mall2016-floor-content-right-price > div{
	color:#404351;
}
.mall2016-floor-content-right-price > div > span{
	text-decoration:line-through;
}
.mall2016-floor-content-right-img{
	padding:31px 0;
}
/*楼层*/
.mall2016-floor-head1{
	overflow:hidden;
	padding-top:20px;
	padding-bottom:3px;
	border-bottom:3px solid #51ab37;
}
.mall2016-floor-head1-left{
	padding:0;
}
.mall2016-floor-head1-left > h4{
	margin:0;
	padding:5px 10px 0px 10px;
	color:#51ab37;
}
.mall2016-floor-head1-right{
	padding:0;
}
.mall2016-floor-head1-right > a:first-child{
	border:none;
}
.mall2016-floor-head1-right > a{
	display:block;
	margin:14px 0;
	padding:0 10px;
	border-right:1px solid #51ab37;
	color:#51ab37;
}
.mall2016-floor-content{
	overflow:hidden;
}
.mall2016-floor-content-left{
	padding:0;
	background:#e8edff;
}
.mall2016-floor-content-right{
	padding:0;
	border-right:1px solid #dde5ff;
}
.mall2016-floor-content-right-box{
	border-bottom:1px solid #dde5ff;
	border-left:1px solid #dde5ff;
}
.mall2016-floor-content-right-title{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding-top:10px;
	color:#404351;
	font-size:16px;
	font-weight:bold;
}
.mall2016-floor-content-right-price{
	padding-top:10px;
	color:#cc0000;
	font-size:18px;
	font-weight:bold;
}
.mall2016-floor-content-right-price > div{
	color:#404351;
}
.mall2016-floor-content-right-price > div > span{
	text-decoration:line-through;
}
.mall2016-floor-content-right-img{
	padding:4px 0;
}
/*底部图片*/
.mall2016-bottom-img{
	margin-top:20px;
	padding:15px 0;
	background:#f5f5f5;
}
/*底部快捷导航*/
.mall2016-bottom-quicknav{
	padding-top:20px;
	border-bottom:1px solid #e5e5e5;
}
.mall2016-bottom-quicknav > dl > dt{
	margin-bottom:10px;
	color:#666;
	font-size:16px;
}
.mall2016-bottom-quicknav > dl > dd{
	margin-bottom:5px;
}
.mall2016-bottom-quicknav > dl.mall2016-bottom-quicknav-map{
	background:url("../img/mall2016-bottom-quicknav-map.png") no-repeat;
	background-size:100% 100%;
}
.mall2016-bottom-quicknav > dl > dd > a{
	color:#666;
}
/*底部导航*/
.mall2016-bottom-nav{
	margin-top:20px;
	color:#666;
}
.mall2016-bottom-nav > a{
	margin:0 5px;
	color:#666;
}
/*版权*/
.mall2016-bottom-copyright{
	margin-top:10px;
	margin-bottom:20px;
	color:#666;
}
/*商品图片列表页面*/
/*分类筛选*/
.mallimglist2016-filter-box{
	margin-top:10px;
	overflow:hidden;
	border:1px solid #ececec;
}
.mallimglist2016-filter{
	overflow:hidden;
	padding:10px;
	border-top:1px dashed #ececec;
}
.mallimglist2016-filter:first-child{
	border:none;
}
.mallimglist2016-filter > div{
	color:#737373;
}
.mallimglist2016-filter > div > a{
	display:block;
	margin:0 10px;
	color:black;
}
.mallimglist2016-filter > div > span{
	border:1px solid #d9d8d8;
	color:#232323;
}
/*商品图片*/
.mallimglist2016-imglist{
	overflow:hidden;
	margin-top:20px;
	border:1px solid #f2f2f2;
}
.mallimglist2016-imglist-price{
	padding-top:10px;
	color:#ff3800;
	font-size:18px;
	font-weight:bold;
}
.mallimglist2016-imglist-number{
	padding-top:15px;
	color:#727272;
}
.mallimglist2016-imglist-title{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding-top:5px;
	color:black;
	font-size:16px;
}
.mallimglist2016-imglist-icon{
	padding-top:5px;
	padding-bottom:10px;
}
/*商品详细页面*/
.malldetail2016-url{
	padding:20px 0;
}
.malldetail2016-url > a:first-child > b{
	font-size:18px;
}
.malldetail2016-url > a > b{
	padding:0 5px;
	color:black;
	font-size:16px;
}
/*商品详细*/
.malldetail2016-information{
	overflow:hidden;
	padding:20px 0;
	border:1px solid #e0e1e0;
}
.zoom-desc > p{
	margin-bottom:10px;
	margin-top:10px;
	line-height:22px;
}
.demo{
	margin:0 auto;	
}
.tickul li{
	line-height:24px;
}
.zoom-section{
	overflow:hidden;
	clear:both;
	margin-top:20px;
}
.zoom-section{
	display:inline;
	clear:both;
}
.zoom-desc{
	float:left;
	margin-bottom:20px;
}
.zoom-small-image{
	border:4px solid #CCC;
	float:left;
	margin-bottom:20px;
}
.zoom-tiny-image{
	border:1px solid #CCC;
	margin:0px;
	width:60px;
}
.zoom-tiny-image:hover{
	border:1px solid #C00;
}
.malldetail2016-information-right > h3{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.malldetail2016-information-right > ul{
	padding:10px 0;
}
.malldetail2016-information-right > ul > li{
	padding:5px 0;
	font-size:16px;
}
.malldetail2016-information-right > ul > li > span{
	text-decoration:line-through;
}
.malldetail2016-information-right > ul > li > b{
	color:red;
}
.malldetail2016-information-right > div{
	padding:10px 0 30px 0;
}
.malldetail2016-information-right > button{
	margin:0 5px;
}
.malldetail2016-detail{
	overflow:hidden;
	margin-top:10px;
}
.malldetail2016-detail-head{
	overflow:hidden;
	margin:0;
}
.malldetail2016-detail-head > li{
	padding:10px;
	font-size:16px;
}
.malldetail2016-detail-head-border{
	border-bottom:2px solid #e12528;
	font-weight:bold;
}
.malldetail2016-detail-content{
	border:1px solid #e0e1e0;
}
/*购物车*/
.mallshoppingcart2016-head-left{
	margin-top:20px;
	margin-bottom:10px;
	padding-top:5px;
	font-size:17px;
}
.mallshoppingcart2016-head-right > p{
	display:inline-block;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
	font-size:15px;
}
.mallshoppingcart2016-head-right-bottom{
	margin-top:20px;
	margin-bottom:10px;
	font-size:15px;
}
.mallshoppingcart2016-head-right > p > span{
	margin-right:20px;
	color:#d96218;
	font-size:15px;
	font-weight:bold;
}
.mallshoppingcart2016-content{
	padding:0;
	background:#e0f0fd;
	border-top:3px solid #a2c2f2;
}
.mallshoppingcart2016-content-head{
	overflow:hidden;
}
.mallshoppingcart2016-content-head > div{
	padding:10px;
}
.mallshoppingcart2016-content-head > div > .checkbox{
	margin:0;
}
.mallshoppingcart2016-content-content{
	overflow:hidden;
	border-top:1px solid #b9c9d7;
}
.mallshoppingcart2016-content-content > div{
	padding:10px;
}
.mallshoppingcart2016-content-content > div > .checkbox{
	margin:0 auto;
}
.mallshoppingcart2016-content-content > div.mallshoppingcart2016-content-content1{
	padding-top:40px;
}
.mallshoppingcart2016-content-content > div.mallshoppingcart2016-content-content2{
	padding-top:25px;
}
/*订单详情*/
.mallorder2016-head{
	padding:20px 0px;
	font-size:16px;
}
.mallorder2016-head > a{
	margin:0 5px;
	font-size:16px;
}
.mallorder2016-content-head{
	overflow:hidden;
}
.mallorder2016-content-head > div{
	padding-top:10px;
	color:#ff6400;
	font-size:15px;
}
.mallorder2016-content-box{
	overflow:hidden;
	padding:0 30px;
	border:1px solid #aec7e5;
}
.mallorder2016-content1{
	padding-top:10px;
	border-bottom:1px solid #d4dade;
}
.mallorder2016-content1 > div{
	padding:10px 0;
	font-size:16px;
}
.mallorder2016-content2{
	padding:10px 0;
}
.mallorder2016-content2 > div{
	font-size:16px;
}
.mallorder2016-content2 > ul{
	overflow:hidden;
	margin:0;
	padding:10px 0;
}
.mallorder2016-content2 > ul > li{
	width:33%;
	padding:10px 0;
}
.mallorder2016-content3{
	overflow:hidden;
	border:1px solid #e2e1e0;
}
.mallorder2016-content3-head{
	overflow:hidden;
	padding:10px 0;
	background:#e8f2ff;
	border-bottom:1px solid #e2e1e0;
}
.mallorder2016-content3-head > div{
	font-size:15px;
}
.mallorder2016-content3-content{
	overflow:hidden;
	padding:10px 0;
	border-top:1px solid #e2e1e0;
}
.mallorder2016-content3-content:first-child{
	border:none;
}
.mallorder2016-content3-content > div{
	padding:0 10px;
}
/*注册*/
.mallredister2016-head-box{
	border-bottom:1px solid #eee;
	-moz-box-shadow: 0px 3px 5px #eee;
	box-shadow: 0px 3px 5px #eee;
}
.mallredister2016-head{
	padding-top:20px;
	padding-bottom:20px;
}
.mallregister2016-logo > h2{
	margin:0;
	padding:10px 0 0 40px;
}
.mallregister2016-head-right{
	padding-top:20px;
	color:#999;
	font-size:16px;
}
.mallregister2016-head-right > a{
	color:#333;
	font-size:16px;
}
.mallredister2016-content-box{
	padding-top:10px;
}
.mallredister2016-content{
	padding-top:30px;
}
.mallredister2016-content > .form-inline > .form-group,.mallredister2016-content > .form-inline > .form-group > .input-group{
	width:100%;
}
.mallredister2016-content > .form-inline > .form-group > .input-group > .input-group-addon{
	width:30%;
}
.mallredister2016-content > .form-inline > .form-group > .input-group > .mallredister2016-contentbox > .form-control{
	width:70%;
}
.mallredister2016-contentbox > .btn-default{
	width:30%;
}
.mallredister2016-content > .btn-primary{
	width:100%;
}
/*登录*/
.malllogin-content-box{
	background:url("/styles/img/view/malllogin-bg.jpg") no-repeat;
	background-size:100% 100%;
}
.malllogin-content{
	margin:100px 0;
	padding:20px;
	background:white;
}
.malllogin-content-title{
	padding:10px 0 20px 0;
	background:white;
	color:#767676;
	font-size:20px;
}
.malllogin-contentbox{
	overflow:hidden;
	padding:10px 0;
}
.malllogin-contentbox > .form-inline > .form-group,.malllogin-contentbox > .form-inline > .form-group > .input-group{
	width:100%;
}
.malllogin-contentbox > .form-inline > .form-group > .input-group > .form-control{
	margin-top:1px;
}
.malllogin-contentbox > div > .checkbox{
	margin:0;
}
.malllogin-contentbox > .btn-primary{
	width:100%;
	font-size:18px;
}
/*我的订单*/
.mallmyorder2016{
	padding-bottom:20px;
	background:#efefef;
}
.mallmyorder2016-left{
	width:10%;
	margin-top:20px;
}
.mallmyorder2016-left > dl > dd > a{
	color:#666;
}
.mallmyorder2016-left > dl > dd > a:hover{
	color:#297cda;
}
.mallmyorder2016-left > dl > dd > a.mallmyorder2016-left-bold{
	color:#297cda;
	font-weight:bold;
}
.mallmyorder2016-right{
	width:90%;
	margin-top:20px;
	background:white;
}
.mallmyorder2016-right-top{
	padding:20px 20px 10px 20px;
	font-weight:bold;
}
.mallmyorder2016-right-head{
	overflow:hidden;
	padding:10px 20px;
}
.mallmyorder2016-right-head > ul > li{
	margin:0 10px;
	padding:0 5px;
}
.mallmyorder2016-right-headulli{
	border-bottom:2px solid #297cda;
	color:#297cda;
}
.mallmyorder2016-right-layout{
	overflow:hidden;
	padding:20px;
}
.mallmyorder2016-right-layout-head{
	margin:0;
	overflow:hidden;
	background:#efefef;
}
.mallmyorder2016-right-layout-head > li > select{
	padding-left:4px;
	background:none;
	border:none;
}
.mallmyorder2016-right-layout-head > li.mallmyorder2016-right-layout-headtext{
	padding-top:8px;
}
.mallmyorder2016-right-content{
	overflow:hidden;
	margin-top:20px;
	border:1px solid #aaa;
}
.mallmyorder2016-right-content-head{
	padding:10px;
	background:#efefef;
}
.mallmyorder2016-right-content-head > span{
	padding-left:20px;
}
.mallmyorder2016-right-content-bottom{
	overflow:hidden;
	padding:10px 0;
}
.mallmyorder2016-right-content-bottom1{
	width:56%;
}
.mallmyorder2016-right-content-bottom1-box{
	width:100%;
	overflow:hidden;
	padding:0 15px 10px 15px;
}
.mallmyorder2016-right-content-bottom1-box1{
	padding-right:15px;
}
img.mallmyorder2016-right-content-bottom1-box1{
	width:80px;
}
.mallmyorder2016-right-content-bottom1-box2{
	width:55%;
}
.mallmyorder2016-right-content-bottom1-box3{
	width:10%;
}
.mallmyorder2016-right-content-bottom1-box4{
	width:20%;
}
.mallmyorder2016-right-content-bottom2{
	width:11%;
}
.mallmyorder2016-right-content-bottom2 > .button{
	display:block;
	margin:0 10px;
	padding:8px;
	background:#efefef;
	border:1px solid #aaa;
	border-radius:5px;
}
/*取消订单记录*/
.mallcancelorder2016-right-layout-head{
	margin:0;
	overflow:hidden;
	padding:10px 0;
	background:#efefef;
}
.mallcancelorder2016-right-content{
	overflow:hidden;
	margin-top:20px;
	padding:10px 0;
	border:1px solid #aaa;
}
.mallcancelorder2016-right-content1{
	padding-top:20px;
}
.mallcancelorder2016-right-content2{
	padding-top:10px;
}
/*个人信息-基本信息*/
.mallbasic2016-right{
	width:90%;
	margin-top:20px;
	padding-top:10px;
	background:white;
}
.mallbasic2016-right-content{
	overflow:hidden;
}
.mallbasic2016-right-content > div > form > dl.form-group{
	overflow:hidden;
	padding-bottom:10px;
}
.mallbasic2016-right-content > div > form > dl.form-group > dt{
	width:20%;
}
.mallbasic2016-right-content > div > form > dl.form-group > dt > span{
	color:red;
}
.mallbasic2016-right-content > div > form > dl.form-group > dd{
	width:80%;
}
.mallbasic2016-right-content > div > form > dl.form-group > dd > .form-control{
	width:40%;
}
.mallbasic2016-right-content > div > form > dl.form-group > dd > div.radio{
	margin:0;
	padding-left:10px;
}
.mallbasic2016-right-content-sr > div{
	width:30%;
}
.mallbasic2016-right-content-sr > div > select{
	width:75%;
	padding-left:6px;
}
.mallbasic2016-right-content-sr > div > label{
	padding:5px 5px 0 5px;
}
.mallbasic2016-right-content-user{
	width:80%;
	overflow:hidden;
	margin:0 auto;
	padding:20px;
	background:#f9f9f9;
	border:1px solid #ccc;
}
.mallbasic2016-right-content-user > img{
	padding-right:15px;
}
/*个人信息-头像照片*/
.mallphoto2016-left{
	border-right:1px solid #e9eaec;
}
.mallphoto2016-left-form-img{
	height:250px;
	background:#f9f9f9;
	border:1px solid #e9eaec;
}
.mallphoto2016-left-form-img > div{
	width:150px;
	height:150px;
	margin:0 auto;
	padding-top:50px;
}
.mallphoto2016-left-form > form > dl{
	overflow:hidden;
	margin-top:30px;
}
.mallphoto2016-left-form > form > dl > dd{
	width:50px;
	height:50px;
	margin:9px;
}
.mallphoto2016-right{
	color:#999;
}
.mallphoto2016-right-middle{
	width:100px;
	padding-top:15px;
}
.mallphoto2016-right-small{
	width:50px;
	padding-top:20px;
}
/*个人信息-个人信息*/
.mallsmall2016-right-content-sr{
	width:80%;
}
.mallsmall2016-right-content-sr > div{
	width:35%;
}
/*收货地址*/
.malladdress2016-right{
	width:90%;
	margin-top:20px;
	padding:20px;
	background:white;
}
.malladdress2016-right > div > button{
	margin-right:20px;
}
.malladdress2016-formlist{
	overflow:hidden;
	margin-top:20px;
	padding:10px;
	border:2px solid #e6e6e6;
}
.malladdress2016-formlist-head{
	overflow:hidden;
}
.malladdress2016-formlist-head-title > b{
	font-size:15px;
}
.malladdress2016-formlist-head-title > a{
	margin-left:20px;
}
.malladdress2016-formlist-content{
	padding-top:20px;
	overflow:hidden;
}
.malladdress2016-formlist-content > dl{
	overflow:hidden;
	margin:0;
	padding:5px 0;
}
.malladdress2016-formbg{
	position:absolute;
	top:0px;
	left:0px;
	z-index:9;
	opacity:0.2;
	width:100%;
	height:100%;
	background:black;
	display:none;
}
.malladdress2016-form{
	position:absolute;
	z-index:10;
	background:white;
	border:4px solid #999;
	border-radius:10px;
	padding:0;
	display:none;
}
.malladdress2016-form-head{
	overflow:hidden;
	background:#f3f3f3;
	border-bottom:#c4c4c4;
	padding:5px 10px;
	border-radius:10px 10px 0px 0px;
}
.malladdress2016-form-head > h4{
	margin:0;
}
.malladdress2016-form-content{
	padding:30px 40px;
}
.malladdress2016-form-content > form > div > label > span{
	color:red;
}
.malladdress2016-form-content > form > div{
	overflow:hidden;
}
.malladdress2016-form-content1{
	width:30%;
}
.malladdress2016-form-content2{
	width:60%;
}
.malladdress2016-form-content2 > label{
	clear:both;
	display:block;
}
.malladdress2016-form-content2 > select{
	width:30%;
	margin-right:3%;
}
/*公告*/
.mallnotice2016-layout-left{
	overflow:hidden;
	margin-top:20px;
	border:1px solid #ccc;
}
.mallnotice2016-layout-left > dt{
	padding:10px;
	background:#f1f1f1;
	font-size:16px;
}
.mallnotice2016-layout-left > dd{
	margin:10px 0;
}
.mallnotice2016-layout-right{
	margin-top:20px;
	padding:20px;
	border:1px solid #ccc;
}
.mallnotice2016-layout-right > h3{
	margin:0;
	padding:10px 0;
	border-bottom:1px solid #ccc;
}
.mallnotice2016-layout-right > div{
	margin:10px 0;
	color:#999;
}
.mallnotice2016-layout-bottom{
	overflow:hidden;
	margin-top:20px;
	border-top:2px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}
.mallnotice2016-layout-bottom > dt{
	padding:5px 10px;
	background:#f1f1f1;
}
.mallnotice2016-layout-bottom > dd{
	padding-top:10px;
	padding-bottom:10px;	
}
.mallnotice2016-layout-bottom > dd > a > h5{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
/*评价*/
.mallcomment2016-layout-head{
	background:#999;
	border-bottom:1px solid #297cda;
}
.mallcomment2016-layout-head > h4{
	background:#297cda;
	padding-top:5px;
	padding-bottom:5px;
}
/*付款*/
.payment2016-head{
	padding:20px 0;
}
.payment2016-head > span{
	padding-left:15px;
	font-size:18px;
	font-weight:bold;
}
.payment2016-layout{
	background:#ecedf2;
}
.payment2016-order{
	overflow:hidden;
	margin:15px 0;
}
.payment2016-order > dl{
	border-bottom:1px dashed #ccc;
}
.payment2016-order > dl > dt{
	overflow:hidden;
	padding:10px 0;
	font-size:16px;
}
.payment2016-order > dl > dt > p{
	font-size:16px;
}
.payment2016-order > dl > dt > p > span{
	color:red;
	font-size:18px;
	font-weight:bold;
}
.payment2016-order > dl > dd{
	padding-bottom:20px;
}
.payment2016-order > dl > dd > span{
	color:red;
}
.payment2016-content-box{
	overflow:hidden;
	padding:10px;
	background:white;
}
.payment2016-content-head > h4{
	margin-right:15px;
	padding:10px 0;
	background:#0767af;
	color:white;
}
.payment2016-content-head > p{
	overflow:hidden;
	margin-top:20px;
}
.payment2016-bankcard{
	clear:both;
	overflow:hidden;   
	margin:20px;
	border:2px solid #0767af;
}
.payment2016-bankcard-head{
	padding-top:15px;
	padding-bottom:15px;
}
.payment2016-bankcard-head > li{
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #ccc;
	border-bottom:none;
}
.payment2016-bankcard-content{
	overflow:hidden;
	padding:10px;
}
.payment2016-bankcard-content > li > img{
	margin:10px 0;
	border:1px solid #0767af;
}
.payment2016-bankcard-form{
	padding:10px 100px;
}
.payment2016-bankcard-form > form > p{
	color:red;
}
.payment2016-bankcard-form > form > div.form-group{
	overflow:hidden;
	display:block;
	margin:10px 0;
}
.payment2016-bankcard-form > form > div.form-group > .payment2016-bankcard-form-img{
	display:inline-block;
	padding-right:10px;
	border:1px solid #0767af;
}
.payment2016-bankcard-form > form > div.form-group > .payment2016-bankcard-form-qt{
	display:inline-block;
}
.payment2016-button{
	margin:0 40px;
}
.register2016-bg{
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	opacity:0.3;
	width:100%;
	height:100%;
	background:black;
	display:none;
}
.register2016-pa{
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	backround:white;
	display:none;
}
.register2016-pa > dt{
	padding:5px 10px;
	background:#f3f3f3;
	border-bottom:1px solid #c4c4c4;
}
.register2016-pa > dt > span{
	padding:0 5px;
	border:1px solid #c4c4c4;
}
.register2016-pa > dd{
	padding:20px;
	background:white;
}
.register2016-pa > dd > div{
	height:350px;
	overflow-y:scroll;
}
.register2016-pa > dd > div > p{
	text-indent:24px;
	line-height:200%;
}
.register2016-pa > dd > input{
	display:block;
	margin:20px auto 0 auto;
	padding:5px 30px;
	background:#e4393c;
	color:white;
}


@media (max-width: 768px){
	.mall2016-top{
		display:none;
	}
	.mall2016-head .form-inline{
		display:none;
	}
	.mall2016-head > div > form > .form-group, .mall2016-head > div > form > .form-group > .input-group{
		padding-top:10px;
	}
	.mall2016-nav-left{
		display:none;
	}
	.mall2016-nav-right{
		background:#0767af;
	}
	.mall2016-nav-right > nav > div > button{
		border-color:white;
	}
	.mall2016-nav-right > nav > div > button > span.icon-bar{
		background:white;
	}
	.mall2016-nav-right > nav > div > ul > li{
		text-align:center;
	}
	.mall2016-nav-right > nav > div > ul > li > a{
		color:white;
	}
	.mall2016-nav-right > nav > div > ul+ > li > a:hover{
		background:black;
	}
	.mall2016-leftnav{
		display:none;
	}
	.mall2016-firstline-right{
		padding-left:0;
	}
	.mall2016-floor-head1-right,.mall2016-floor-head2-right,.mall2016-floor-head3-right,.mall2016-floor-head4-right{
		display:none;
	}
	.mall2016-floor-content-left{
		display:none;
	}
/*评价*/
/*评价*/
.mallcomment2016-layout-head{
	overflow:hidden;
	margin:0 20px;
	background:#f0f0f0;
	border-bottom:1px solid #297cda;
}
.mallcomment2016-layout-head > h4{
	margin:0;
	background:#297cda;
	padding-top:10px;
	padding-bottom:10px;
	color:white;
}
.mallcomment2016-layout-content{
	overflow:hidden;
	margin:0 20px 20px 20px;
	border:1px solid #f0f0f0;
}
.mallcomment2016-layout-content-left{
	padding-top:20px;
	padding-bottom:20px;
}
.mallcomment2016-layout-content-left > dl{
	padding-top:10px;
}
.mallcomment2016-layout-content-left > dl > dt{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:15px;
}
.mallcomment2016-layout-content-right{
	margin-top:20px;
	padding:10px;
	background:#eef8fd;
}
.mallcomment2016-layout-content-right > form > ul > li > div{
	display:inline-block;
}
}