@charset "utf-8";
.cate-box{
	background-color: #FFF;
    border: solid 1px #DDD;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cate-box .title{
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	font-size: 16px;
	background-color: #ff9f00;
	border-bottom: solid 1px #DDD;
	color:#FFF;
}
.cate-box .title a{
	color:#FFF;
}
.cate-dl{
	padding: 0px;
}
.cate-dl dt{
	padding:10px 10px 10px 30px;
	border-bottom: solid 1px #DDD;
	font-size: 14px;
	background-position: 12px center;
	background-repeat: no-repeat;
	background-image: url(../images/icon-arr-r.png);
	cursor:pointer;
}
.cate-dl dt.current {
	background-image: url(../images/icon-arr-f.png);
}
.cate-dl dd{
}
.cate-dl li{
	padding:10px 10px 10px 30px;
	border-bottom: solid 1px #EEE;
	font-size: 12px;
}
.cate-dl li.sel{
	background-color: #296bca;
	color: #FFF;
}
.cate-dl li.sel a{
	color: #FFF;
}
.cate-ul{
	padding: 0 0 15px 0;
}
.cate-ul li{
	padding: 10px 10px 10px 30px;
    border-bottom: solid 1px #DDD;
    font-size: 14px;
    background-position: 12px 15px;
    background-repeat: no-repeat;
    background-image: url(../images/icon-arr-r.png);
}
.cate-ul li:last-child{
	border-bottom: none;
}
.pro-ul{
	padding: 0;
}
.pro-ul li{
	padding: 10px;
    border-bottom: solid 1px #DDD;
    font-size: 12px;
}
.pro-ul li:last-child{
	border-bottom: none;
}
.pro-ul li img{
	width: 70px;
	height: 70px;
	float: left;
}
.pro-ul li span{
	float: left;
	width: 108px;
	height: 60px;
	padding-left: 10px;
	overflow: hidden;
}
.products-filter{
	border: 1px solid #DDD;
	margin-bottom: 15px;
}
.products-filter-tr {
    overflow: hidden;
}
.products-filter-name {
    height: 38px;
    line-height: 38px;
    background-color: #F7F7F7;
	color: #9c9c9c;
    padding-left: 15px;
    border-bottom: 1px solid #DDD;
    font-size: 16px;
}
.products-filter-list {
    height: 100%;
    background-color: #fff;
}
.products-filter-list ul{
	padding: 15px 0 0 25px;
}
.products-filter-list li {
    float: left;
    padding-right: 16px;
    padding-bottom: 12px;
    width: 120px;
}
.products-filter-list li a {
    display: block;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}
.products-filter-list li img{
	max-width: 90px;
	padding-bottom: 6px;
	display: block;
	margin: 0 auto;
}
.products-filter-list li p {
    padding-left: 15px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    background-image: url(../images/filter-checkbox.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.products-filter-list li a.filter-c {
   color: #F22E00;
}
.products-filter-list li a.filter-c p {
    background-position: left bottom;
}
.products-list{
	overflow: hidden;
}
.products-list ul.products-ul{
	padding-top: 10px;
	width: 1100px;
}
.products-list ul.products-ul li{
	float: left;
	width: 212px;
	height: 275px;
	padding: 13px 34px 0 0;
	border-bottom:solid 1px #DDD;
}
.products-box{
	border:solid 1px #FFF;
	padding: 10px;
}
.products-box:hover{
	border-color: #267bd0;
	webkit-transform: translate3d(0,-5px,0);
	-moz-transform: translate3d(0,-5px,0);
	-ms-transform: translate3d(0,-5px,0);
	transform: translate3d(0,-5px,0);
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
}
.products-box .pic{
	position: relative;
}
.products-box .pic .img{
	width: 150px;
	height: 150px;
	padding: 20px 20px 6px 20px;
}
.products-box .pic .brand{
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.products-box .name{
	padding-top: 5px;
	line-height: 20px;
	min-height:40px;
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.products-box .days{
	padding-top: 5px;
	line-height: 20px;
	height:20px;
	font-size: 14px;
	overflow: hidden;
	color:#777;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.index-cate{
	width: 1200px;
	position: relative;
}
#cate-nav {
    position: absolute;
    top: 0px;
    right: -100px;
    font-size: 14px;
    line-height: 34px;
    background-color: #505050;
}
#cate-nav li a{
	color: #FFF;
	display: block;
	padding: 0 10px;
}
#cate-nav li.current a{
	background-color: #3e79d7;
}
.index-cate-box{
	margin-bottom: 20px;
	overflow: hidden;
}
.index-cate-box h3{
    color: #267bd0;
    border-bottom: 2px solid #ff9f00;
    margin-bottom: 10px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
	background-repeat: no-repeat;
    background-position: left center;
}
.index-cate-box-sub{
	padding-top: 10px;
}
.index-cate-box-sub li{
	float: left;
	width: 130px;
	height: 160px;
	border: solid 1px #FFF;
	margin-right: 18px;
	text-align: center;
	margin-bottom: 15px;
}
.index-cate-box-sub li:hover{
	border: solid 1px #ff9f00;
}
.index-cate-box-sub li .img img{
	width: 100px;
	height: 100px;
	padding-top: 10px;
}
.index-cate-box-sub li .name{
	width: 100px;
	margin: 5px auto 0 auto;
}
.page-cate-list{
	padding-top: 10px;
	width: 1000px;
	position: relative;
}
.page-cate-list li{
	float: left;
	width: 180px;
	height: 160px;
	border: solid 1px #FFF;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 25px;
}
.page-cate-list li:hover{
	border: solid 1px #ff9f00;
	webkit-transform: translate3d(0,-5px,0);
	-moz-transform: translate3d(0,-5px,0);
	-ms-transform: translate3d(0,-5px,0);
	transform: translate3d(0,-5px,0);
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
}
.page-cate-list li:hover .name a{
	color:#ff9f00;
}
.page-cate-list li .img img{
	width: 100px;
	height: 100px;
	padding-top: 10px;
}
.page-cate-list li .name{
	width: 100px;
	margin: 5px auto 0 auto;
}

.cate-header{
	padding: 16px 0px;
}
.cate-header h1{
    font-size: 24px;
    font-weight: bold;
	line-height: 2em;
}

/*list over*/
.fa-header-info{
	position:relative;
}
.fa-header h1{
	padding: 16px 0px;
    margin: 10px 0 40px 0;
    border-bottom: solid 1px #CCC;
    font-size: 24px;
    font-weight: bold;
}
.fa-header-img{
	float: left;
	margin-right: 20px;
}
.fa-header-img img{
	width: 150px;
	height: 150px;
}
.fa-header-remark{
	width: 750px;
	padding-top: 15px;
	line-height: 30px;
	float: left;
}
.fa-header-pdf{
	position:absolute;
	right:0;
	bottom:0;
	display: block;
    box-sizing: border-box;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    background-color: #f2f2f2;
    text-align: center;
    font-size: 14px;
    color: #666!important;
	padding: 5px 15px 5px 35px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(../images/ext/pdf.png);
}
.fa-header-pdf:hover{
	opacity: 0.8;
}
.fa-sidebar{
	width: 240px;
	float: left;
}
.fa-main{
	width: 940px;
	float: right;
}

#fa-loading{
	background-color:#FFF;
	border:solid 1px #DDD;
	font-size:15px;
	padding:20px;
}
.fa-sku-tit{
	background-color: #F0F0F0;
	border:1px solid #CCC; 
}
.fa-sku-tit h3{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	padding-left: 20px;
}
#fa-sku{
	position: relative;
	border-bottom:1px solid #CCC;
}
.fa-sku-loading-box{
	display:none; 
	position:absolute; 
	left:0; top:0; width:100%; height:100%; 
	background:url(../images/Loading.gif) no-repeat center center #FFF;  
	opacity:0.5; filter:alpha(opacity=50);
}

.fa-sku-step{
	border-right:1px solid #CCC;
	border-left:10px solid #CCC; 
	padding:10px;
	position:relative; 
	background:#f5f5f5; 
	height: auto!important;
    height: 100px;
    min-height: 100px;
}
.fa-sku-step h5{
	font-size: 14px;
	font-weight: bold;
	color: 666;
	line-height: 1.5;
}
.fa-sku-step p{
	color: #999;
	margin-bottom: 5px;
	font-size: 12px;
}
.fa-sku-step .fa-sku-step-bg {
    background: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.fa-sku-step.ok .fa-sku-step-bg, .fa-sku-step.active .fa-sku-step-bg {
    display: none;
}
.fa-sku-step .num{ 
	display:inline-block; background:#ccc; color:#FFF; width:21px; height:21px; text-align:center; line-height:21px; margin-right:5px; border-radius:50%; position:absolute; left:-15px; top:10px;
}
.fa-sku-step.ok{ border-left-color:#3e79d7;}
.fa-sku-step.ok .num{ background:#3e79d7;}
.fa-sku-step.active{ border-left-color:#ff9f00;}
.fa-sku-step.active .num{ background:#ff9f00;}
.sku-ipt{
	display: block;
	width: 100%;
	height: 34px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 4px;
    box-sizing:border-box;
}
#fa-sku-type .sku-ipt{
	min-height: 118px;
	height: auto;
}
.fa-spec-input-div{
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
    color: #666;
}
#sku,#sku-hidden{
	border: none;
	background: none;
	font-weight: bold;
	font-size: 15px;
	color: #ff9f00;
	line-height: 30px;
	height: 30px;
	display: none;
}
.fa-info {
	height: 65px;
	padding: 17px 0;
	border-bottom: solid 1px #DDD;
	background-color: #FFF;
	margin-bottom: 20px;
	line-height: 65px;
}
.fa-sku-str{
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	float: left;
}
.sku-add-str{
	color: #999;
	font-size: 15px;
	display: none;
}
.sku-add-tips{
	font-size: 12px;
	color: #666;
}
.fa-sku-btn{
	float: right;
	height: 30px;
	line-height: 30px;
}
.sku-quantity {
	height: 31px;
	border: 1px solid #CCC;
	width: 109px;
	padding: 0 5px;
	border-radius: 2px;
	text-align: center;
}
.btn-sku{
	height: 30px;
	line-height: 30px;
    border: 1px solid #3E79D7;
    background-color:#3E79D7;
    color: #FFF; 
    width: 92px;
    padding: 0 5px;
    border-radius: 2px;
    padding-left: 33px;
    background-repeat: no-repeat;
    background-position: 6px center;
	font-size: 12px;
	text-align: left;
}
.btn-sku:hover{
	border: 1px solid #104190;
	color: #fff;
}
.btn-add-cart{
	border: 1px solid #ff9f00;
    background-color:#ff9f00;
}
.btn-add-cart:hover{
	border: 1px solid #c17b06;
}
.disable{
    border: 1px solid #2172cb;
    background-color:#2182ed;
}
.disable:hover{
    border: 1px solid #BBB;
}
#search_price{
	background-image: URL('../images/icon-search.png');	width: 70px;
}

#add_collect{
	background: #c11902 url(../images/icon-fav.png) center left no-repeat;
	background-position-x: left;
	background-position-y: center;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: 6px center;
	border: 1px solid #c11902;
}
#add_cart{
	background-image: URL('../images/icon-cart.png');


}

#add_2d{
	background: #0696d7 url(../images/pic_add.png) center left no-repeat;
	background-repeat: no-repeat;
	background-position: 6px center;
	border: 1px solid #0696d7;

}

#add_3d{
	background: #32bcad url(../images/3d_rotation.png) center left no-repeat;
	background-repeat: no-repeat;
	background-position: 6px center;
	border: 1px solid #32bcad;
}




.fa-price{
	height: 70px;
	background-color: #FFF;
}
.fa-price ul{
	padding-top: 15px;
}
.fa-price li{
	float: left;
	width: 20%;
	line-height: 30px;
	font-size: 14px;
}
.fa-price li span{
	border-bottom: solid 1px #CCC;
	font-size: 16px;
	font-weight: bold;
	color: #ff9f00;
	width: 100px;
	text-align: center;
	display: inline-block;
	margin-left: 5px;
}
.fa-con-tab{
	position:relative;
}
.fa-con-tab .hd{
	border-bottom: solid 2px #3e79d7;
	height: 37px;
	background-color: #FFF;
}
.fa-con-tab .hd ul{
	height: 37px;
}
.fa-con-tab .hd li {
    float: left;
    border-right: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-top-left-radius: 2px;
	border-top-right-radius: 2px;
    background-color: #FFF;
    display: block;
    min-width: 74px;
    padding: 0 20px;
    margin-right: 15px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}
.fa-con-tab .hd li.on {
	background-color:#3e79d7; 
	border-color: #3e79d7;
	color: #FFF;
	position: relative;
	height: 37px;
}
.fa-con-tab .hd li:first-child.on{
	border-color: #4d96d7;
}
.fa-con-tab .bd{
	padding-top: 15px;
}
.fa-con-remark{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.fa-con-remark p{
	margin:5px 0;
}
.fa-con-remark img{
	max-width:100%;
}
.fa-con-remark table{
	border: 1px solid #CCC;
}
.fa-con-remark td,.fa-con-remark th{
	padding:3px 6px;
	border: 1px solid #999;
}
.fa-on-date{
	font-size:12px; 
	color:#666;
	float: right;
}
.pinBox-wrapper .active .fa-price{
	border-bottom: solid 2px #3e79d7
}
.type-ul{
	padding-bottom:20px;
}
.type-ul li{
	display:inline-block;
	padding:3px 7px;
	margin:0 10px 10px 0;
	border:solid 1px #EEE;
}

.mr5 {
	margin-right: 5px !important;
}