/* CSS Document */
/******************************************/
/***************** 布局 *******************/
/******************************************/

body {
	font-family: "'Microsoft YaHei',Arial,Helvetica,sans-serif";
	font-size: 0.875em;
	color: #999999;
	min-width: 320px;
	background-color: #FFF;
}

input[type="text"],input[type="password"],input[type="button"],input[type="submit"],input[type="reset"],input[type="file"],input[type="image"],textarea,button,select {
	font-size: 14px;
}

/******************************************/
/***************** 通用模块 *******************/
/******************************************/
.last{}
.more{}

/*** 首页 ***/
/*** 头 ***/
.indexSearch {
    height: 45px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    position: fixed;
	border-bottom: 1px solid #ededed;
    background-color: #fff;
}
.indexSearch .indexSearch-name {
	width: 100%;
	height: 47px;
	background: url("../img/index/name.jpg") no-repeat scroll center center / 260px 33px transparent;
}
.indexSearch .indexSearch-icon_code {	
	display: none;
	position: absolute;
	top: 8px;
	left: 14px;
	width: 18px;
	height: 18px;
	background: url("../img/index/icon_code.png") no-repeat scroll 0 0 / 18px 18px transparent;
	vertical-align: middle;
}
.indexSearch .indexSearch-text {
	display: none;
	position: absolute;
	top: 14px;
	left: 9px;
	height: 20px;
	vertical-align: middle;
	line-height: 42px;
	font-size: 9px;
	font-weight: bold;
	color: #717171;
}
.indexSearch .indexSearch-icon_Leibie {	
	position: absolute;
	top: 12px;
	left: 14px;
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url("../img/index/icon_leibie.png") no-repeat scroll 0 0 / 20px 18px transparent;
	vertical-align: middle;
}
.indexSearch .indexSearch-icon_sousuo {
	position: absolute;
	top: 12px;
	right: 15px;
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url("../img/index/icon_sousuo.png") no-repeat scroll 0 0 / 19px 19px transparent;
	vertical-align: middle;
}
.indexSearchBar{
	height: 45px;
	background-color: #2e3132;
}
.indexBanr img {
	width: 100%;
	height: auto;
	display: block;
}

/* 菜单 */
.companyHeadDetail {
    width: 100%;
    border-bottom: 8px solid #f4f4f4;

}

/* 商品分类 */
.indexCategory {
    display: inline-block;
    width: 100%;
    padding-bottom: 9px;
	background-color: #f8f8f8;

}
.indexCategory ul li {
	display: block;
    position: relative;
    float: left;
    margin-top: 13px;
    width: 20%;
    height: 75px;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-family: SimSun;
    color: #666;
}
.indexCategory ul li a {
	color: #7e7e7e;
}
.indexCategory ul li em {
	display: block;
	margin: auto;
	width: 47px;
	height: 47px;
	background: url("../img/index/write.png") no-repeat scroll 0 0 / 47px 47px transparent;
}
.indexCategory ul li.officesupplies em {
	background: url("../img/index/officesupplies.png") no-repeat scroll 0 0 / 47px 47px transparent;
}
.indexCategory ul li.officeequipment em {
	background: url("../img/index/officeequipment.png") no-repeat scroll 0 0 / 47px 47px transparent;
}
.indexCategory ul li.computer em {
	background: url("../img/index/computer.png") no-repeat scroll 0 0 / 47px 47px transparent;
}
.indexCategory ul li.paper em {
	background: url("../img/index/paper.png") no-repeat scroll 0 0 / 47px 47px transparent;
}
.indexCategory ul li.laborinsurance em {
	background: url("../img/index/laborinsurance.png") no-repeat scroll 0 0 / 47px 47px transparent;
}
.indexCategory ul li.sports em {
	background: url("../img/index/sports.png") no-repeat scroll 0 0 / 47px 47px transparent;
}
.indexCategory ul li.daily em {
	background: url("../img/index/daily.png") no-repeat scroll 0 0 / 47px 47px transparent;
}
.indexCategory ul li.student em {
	background: url("../img/index/student.png") no-repeat scroll 0 0 / 47px 47px transparent;
}
.indexCategory ul li.contact em {
	background: url("../img/index/contact.png") no-repeat scroll 0 0 / 47px 47px transparent;
}

/* 查看所有商品 */
.companydepMore {
    border-bottom: 10px solid #F5F5F5;
	border-top: 10px solid #f5f5f5;
}

/* 最新商品 */
.indexFavote {
	position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    display: inline-block;
	margin-bottom: 10px;
}
.indexFavoteTitle {
    display: inline-block;
    line-height: 22px;
    height: 22px;
    padding-left: 8px;
    margin-left: 10px;
	margin-top: 10px;
    border-left: 3px solid #333;
    font-size: 16px;
	color: #333;
}
.indexFavoteTitle em {
    position: absolute;
    right: 13px;
    top: 15px;
    display: inline-block;
    width: 8px;
    height: 8px;
    text-align: right;
    border-top: 2px solid #7f7f7f;
    border-right: 2px solid #7f7f7f;
    transform: rotate(45deg);
}
.productGrid.indexNewList {
    padding: 0px 15px;
}
.productGrid.indexNewList .list {
	padding-right: 15px;
	margin-left: 0; 
	width: 47.5%;
	padding-bottom: 12px;
}
.productGrid.indexNewList .list:nth-child(2n) {
	padding-right: 0;
}

.indexNewList .productGrid {
    padding: 0px 20px;
}

/* 悬浮导航 */
.indexbottomNavBar {
	width: 100px;
    height: 82px;
}
.indexbottomNav {
	position: fixed;
	left: 0;
	bottom: 28px;
	width: 100%;
	background-color: #FFF;
	border-top: 1px solid #E5E5E5;
}
.indexbottomNav .indexbottomNav-li {
	float: left;
	width: 20%;
	position: relative;
}
.indexbottomNav .indexbottomNav-li .scan {
    text-align: center;
    width: 100%;
	display: none;
}
.indexbottomNav .indexbottomNav-li .scan .scan_code {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url("../img/index/icon_bottomnav.png") no-repeat scroll 0 0 transparent;
	background-size: 24px 323px;
	background-position: 0 -299px;
	margin-top: 10px;
}
.indexbottomNav .indexbottomNav-li .scan .scan_text {
    color: #757575;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
	display: block;
}
.indexbottomNav .indexbottomNav-a {
	display: block;
	overflow: hidden;
	padding: 10px 0 4px;
	text-align: center;
	white-space: nowrap;
}
.indexbottomNav .indexbottomNav-a span {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url("../img/index/icon_bottomnav.png") no-repeat scroll 0 0 transparent;
	background-size: 24px 323px;
}
.indexbottomNav .cur .index {
	background-position: 0 -124px;
}
.indexbottomNav .indexbottomNav-a .history {
	background-position: -2px -24px;
}
.indexbottomNav .indexbottomNav-a .catalogproduct {
	background-position: 0 -249px;
}
.indexbottomNav .indexbottomNav-a .news {
	background-position: 0 -48px;
}
.indexbottomNav .indexbottomNav-a .cart {
	background-position: 0 -74px;
}
.indexbottomNav .indexbottomNav-a .customer {
	background-position: 0 -99px;
}
.indexbottomNav .cur .history {
	background-position: -2px -149px;
}
.indexbottomNav .cur .news {
	background-position: 0 -174px;
}
.indexbottomNav .cur .cart {
	background-position: 0 -199px;
	margin-left: -8px;
}
.indexbottomNav .cur .customer {
	background-position: 0 -224px;
}
.indexbottomNav .cur .catalogproduct {
	background-position: 0 -274px;
}
.indexbottomNav .indexbottomNav-a .text {
	color: #757575;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
}
.indexbottomNav .cur .text {
	color: #fe3591;
}
.indexbottomNav .indexbottomNav-a .red {
	display: none;
    position: absolute;
    top: 3px;
    right: 14px;
    background-color: #fe3591;
    color: #fff;
    border-radius: 50px;
    display: block;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    min-width: 15px;
    padding: 1px;
}

/******************/
/*** 悬浮导航涉及页面修改 ***/
/******************/
footer .footer-box {
	padding-bottom: 115px;
}
.accountPage .category {
    padding-bottom: 90px;
}


/* 技术支持 */
.technical-support {
    width: 100%;
    height: 28px;
    background-color: #f2f0f3;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #333;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
}

/* 页脚 */
footer .footer-gotop {
    bottom: 140px;
}

/* 图片边框 */
.indexProductCatalog {
	width: 100%;
	border-top: 1px solid #f4f4f4;
	background-color: #fff;
}
.indexProductSubCatalog li {
	float: left;
	width: 33.3%;
}
.indexProductSubCatalog-box {
	height: 116px;
	border-bottom: 1px solid #f4f4f4;	
	border-right: 1px solid #f4f4f4;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	background-size: 82px 74px;
	background-color: #FFF;
}
.indexCategory .indexProductSubCatalog .indexProductSubCatalog-box {
	background-size: 82px 74px;
}
.indexProductSubCatalog li.last .indexProductSubCatalog-box{
	margin-right: 0;
}

/* 文字 */
.indexProductSubCatalog-title {
	text-align: center;
	padding-top: 82px;
	font-size: 15px;
	color: #000000;
}

/* 最新商品重写 */
.productGrid.indexNewList {
    padding: 0px 10px;
	display: inline-block;
}
.productGrid.indexNewList .list {
	float: left;
    width: 47.5%;
	padding-right: 0;
	border: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.productGrid .productGrid-listPrice {
    margin-top: 6px;
}
.productGrid .productGrid-imgBox img {
	min-width: auto;
	min-height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	border: none;
}
.productGrid.indexNewList .list:nth-child(2n) {
    padding-right: 0px;
    margin-right: 10px;
}
.proTableList {
    text-align: right;
	padding-top: 18px;
}
.productGrid-listPrice .proTableList {
	text-align: left;
    padding-top: 0;
}
.proTableList .proTableList-cell {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 8px;
	color: #ff2827;
	font-size: 17px;
	padding-left: 5px;
}
.productGrid-listPrice .proTableList .proTableList-cell {
    display: table-cell;
    width: 46%;
    text-align: center;
    margin-bottom: 0;
    font-weight: normal;
    color: #C40000;
    font-size: 17px;
	padding-left: 0px;
	padding-top: 0px;
}
.indexNewList .productGrid-listPrice .proTableList .proTableList-cell {
    width: 100%;
	text-align: left;
	padding-left: 8px;
}
.proTableList a {
	float: left;
}
.productGrid-listPrice .proTableList a {
	float: left;
	/*width: 43%;*/
}
.wbg .productGrid-listPrice .proTableList a {
	width: 100%;
}
.proTableList .indexCartBox {
	float: right;
	font-size: 12px;
    border-radius: 50px;
    padding: 4px 12px;
    margin: auto;
	margin-right: 5px;
    text-align: center;
    color: #fff;
    background-color: #ff4544;
}
.productGrid .productGrid-listPrice {
    padding-left: 2px;
    padding-right: 4px;
	height: auto;
	margin-top: 25px;
}
.catalogproduct-product .productGrid .productGrid-listPrice {
    padding-left: 5px;
    padding-right: 9px;
	margin-top: 10px;
}
.productGrid .productGrid-detail {
    margin-top: 8px;
    padding-left: 9px;
    padding-right: 10px;
}
.productList .productList-detailName, .productGrid .productGrid-detailName {
    color: #000;
	font-size: 15px;
	height: 40px;
    min-height: 40px;
	line-height: 21px;
	padding-top: 10px;
}

/* 分类页重写 */
.catalogList {
    width: 100%;
    min-height: 480px;
	overflow: hidden;
    height: 100%;
}
.catalogList .catalogList-productsCatalog {
    width: 25%;
    float: left;
    background-color: #cecccf;
	height: 80%;
    overflow-y: scroll;
	position: fixed;
}
.catalogList .catalogList-child {
    width: 100%;
    float: left;
    background-color: #cecccf;
	display: inline-block;
}
.catalogList-upper {
	width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #f0eef1;
    color: #000;
    font-size: 15px;
    display: block;
    overflow: hidden;
    margin-bottom: 1px;
}
.catalogList-upper a {
    color: #000;
}
.catalogList .catalogList-child.cur {
    display: none;
}
.catalogList .catalogList-childTitle {
    width: 100%;
	height: 50px;
    line-height: 50px;
    background-color: #f0eef1;
    color: #000;
    text-align: center;
    font-size: 15px;
    border-bottom: 2px solid #ff4f04;
    display: block;
    overflow: hidden;
}
.catalogList .catalogList-child.catalogList-brother .catalogList-childTitle {
    border-bottom: 1px solid #cecccf;
}
.catalogList .catalogList-child ul {
    width: 100%;
	background-color: #cecccf;
	display: block;
}
.catalogList .catalogList-child .catalogList-list, .catalogList .catalogList-child .catalog-childExtent span {
    padding: 0;
    text-align: center;
    font-size: 13px;
    border: none;
	color: #000;
	height: 50px;
    line-height: 50px;
	width: 100%;
    overflow: hidden;
	background-color: #cecccf;
}
.catalogList .catalogList-child .catalogList-list.cur p {
    background-color: #ff4f04;
    color: #fff;
    width: 87%;
    margin: auto;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    margin-top: 11px;
    overflow: hidden;
}
  

/* 分类页重写 */
.catalogproduct-filterBar .filterBar {
	right: 0;
    top: 45px;
    width: 75%;
}
.catalogproduct-filterBar .filterBar li {
	width: 23%;
}
.catalogList .catalogList-childTitle a {
	color: #000;
}
.catalogList .catalogList-childTitle .whole a {
	color: #ff4f04;
}

/* 分类页产品排版重写 */
.wbg .catalogproduct-product {
	float: left;
    width: 75%;
    margin-top: 45px;
    margin-left: 25%;
	-webkit-overflow-scrolling: touch;
}
.wbg .catalogproduct-product .productGrid li {
    width: 50%;
	padding-right: 0px;
}
.wbg .catalogproduct-product .productGrid li.nopicList {
    width: 100%;
}
.wbg .catalogproduct-product .productGrid li:last-child {
	margin-bottom: 35px;
}
.wbg .catalogproduct-product .productGrid .productGrid-imgBox img {
	min-width: 113px;
	min-height: 113px;
	max-width: 80%;
	max-height: 80%;
	border-radius: 0;
	border: 1px solid #CECECE;
}
.wbg .catalogproduct-product .productGrid .productGrid-detail {
    padding-left: 10px;
    padding-right: 10px;
}
.wbg .catalogproduct-product .productList .productList-detailName {
    color: #5B5B5B;
}
.wbg .catalogproduct-product .productGrid .productGrid-detailName {
    color: #5B5B5B;
}
.wbg .catalogproduct-product .productGrid .productGrid-listPrice {
	height: 80px;
	padding-left: 5px;
	padding-right: 9px;
	margin-top: 10px;
}
.wbg .catalogproduct-product .productGrid .productGrid-listPrice .proTableList .proTableList-cell {
	display: table-cell;
	width: 46%;
	text-align: left;
	margin-bottom: 0;
	font-weight: normal;
	color: #C40000;
	font-size: 16px;
}
.wbg .catalogproduct-product .productGrid .productGrid-listPrice .proTableList .proTableList-cell.procuct-firestNumber {
	padding-right: 10px;
	text-align: right;
	font-size: 12px;
	color: #999;
}

/* 联系我们重写 */
.aboutTiele {
	padding: 0px 7px;
    color: #555555;
    display: block;
    padding-top: 10px;
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 5px;
	margin-top: 6px;
}
.shelling {
    padding: 2px 7px;
    color: #555555;
	font-size: 15px;
}
.shelling p {
    display: block;
    margin-top: -18px;
}
.aboutTele {
	padding: 2px 7px;
    color: #555555;
    font-size: 15px;
    margin-bottom: 18px;
}
.aboutTele span {
    display: block;
}






