/************************ goodsList **********************************/

.viewSortSel{
	display:inline-block;
	clear:both;
	width:100%;
	margin-bottom:40px;
}


.viewSortSel ul{
	float:right;
	margin:0; 
	padding:0;
}

.viewSortSel li{
	float:left;
	padding:5px;
	border:1px solid #d7d7d7;
	margin:0 0 0 -1px;
}

.viewSortSel li:first-child{
	margin:0;
}

.tpl_01 .thumbnail{
	position:relative;
	overflow:hidden;
	height: 460px;
	background:#fff;
	border: 1px solid #DDDDDD;
}


.tpl_01 .thumbnail > span,.thumbnail > a{
	width:100%;
	height:100%;
	display:inline-block;
	outline:none;
	border:none;
	overflow:hidden;
	position:relative;
	top:0;
	left:0
}

.tpl_01 .thumbnail > a .img{
	display:table-cell;
	margin:0;
	padding:0;
	width:300px;
	height:300px;
	max-height:300px;
	/* vertical-align:middle; */
}


.tpl_01 .thumbnail > a .img img{
	min-width:100%;
	max-height:300px;
	transition-duration: 700ms;
}
 
.tpl_01 .overlay-info{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	color:#fff;
	border:none;
	background:#000;
	text-align:center;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	transition-duration: 700ms;
	background-color: rgba(0, 0, 0, 0.6);
}

.tpl_01 a.overlay-info:hover{
	color:#fff
}

.tpl_01 .overlay-info > span{
	width:100%;
	height:100%;
	padding:1.5rem;
	font-size:1.2rem;
	font-style:normal;
	display:table;
}

.tpl_01 .overlay-info > span > span{
	display:table-cell;
	text-align:center;
	vertical-align:middle
}

.tpl_01 .thumbnail .overlay-info{
	width:100.1%;
	line-height:1;
	opacity:0
}

.tpl_01 .thumbnail:hover .overlay-info{opacity:1}

.img-scale-in:hover .img img, .img-scale-out .img img,.overlay-fade-img-scale-out .img img,.overlay-fade-img-scale-in:hover .img img,.overlay-img-scale-in:hover .img img{
	opacity:1;
	-webkit-transform:translate3d(0,35%,0);
	transform:translate3d(0,35%,0)
}
.overlay-img-scale-in .overlay-info{
	-webkit-transform:scale3d(0.4,0.4,1);
	transform:scale3d(0.4,0.4,1)
}



.tpl_01 .thumbnail .overlay-info .goodsName{
	font-size:18px;
	font-weight:bold;
	color:#fff;
	line-height:1.8;
	margin-top:125px;
	margin-bottom: 4px;
}

.tpl_01 .thumbnail .overlay-info .goodsNameEn{
	font-size:14px;
	color:#fff;
	line-height:1.8;
}

.tpl_01 .thumbnail .overlay-info .goodsDesc{
	width:85%;
	font-size:12px;
	height: auto;
	color:#fff;
	margin:0 auto 10px;
	word-break:keep-all;
	line-height: 17px;
	margin-bottom: 9px;
}

.tpl_01 .thumbnail .overlay-info .oriPrice{
	font-size:14px;
	color:#fff;
	text-decoration:line-through;
}

.tpl_01 .thumbnail .overlay-info .pprice{	
	font-family: 'nanum-square-b', sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#fff;	
	line-height:2;
}

.tpl_01 .thumbnail .googs-details{

}

.tpl_01 .thumbnail .googs-details .goodsName{
	font-size:18px;
	font-weight:bold;
	color:#444;
	line-height:1.8;
	margin-bottom: 4px;
}

.tpl_01 .thumbnail .googs-details .goodsNameEn{
	font-size:14px;
	color:#666;
	line-height:1.8;
}

.tpl_01 .thumbnail .googs-details .goodsDesc{
	width:85%;
	height: auto;
	font-size:12px;
	color:#9e9e9e;
	margin: 0;
	word-break:keep-all;
	line-height: 17px;
	margin-bottom: 9px;
	height: 30px;
	display: table;
}

.tpl_01 .thumbnail .googs-details .goodsDesc > span {
	display: table-cell;
	font-size: 12px;
	vertical-align: middle;
}

.tpl_01 .thumbnail .googs-details .oriPrice{
	font-size:14px;
	color:#696868;
	text-decoration:line-through;
}

.tpl_01 .thumbnail .googs-details .pprice{	
	font-family: 'nanum-square-b', sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#da1a21;	
	line-height:2;
}


.tpl_01 .thumbnail .googs-details .color{	
	width:100%;
	text-align:center;
}

.tpl_01 .thumbnail .googs-details .color span{
	display:inline-block;
	width:22px;
	height:6px;
	margin:0 2px;
	border: 1px solid #e4e4e4;
}

.tpl_01 .thumbnail .googs-details .color span.yellowgreen{
	background:#e2e8b1;
}

.tpl_01 .thumbnail .googs-details .color span.green{
	background:#00ca50;
}


.tpl_01 .thumbnail:hover .googs-details{
	opacity:0;
}

.tpl_01 .thumbnail .product-actions{
	width:100%;
	height:35px;
	position:absolute;
	bottom:0;
	margin:0;
	padding:0;
	opacity:0;
}

.tpl_01 .thumbnail:hover .product-actions{
	opacity:1;
}

.tpl_01 .thumbnail .product-actions .left{
	float:left;
}

.tpl_01 .thumbnail .product-actions .right{
	float:right;
}


.tpl_01 .thumbnail .product-actions .icon a{
	margin:0 0 0 1px;
	background:#777;
	display:inline-block;
	position:relative;
	z-index: 2;
}

.tpl_01 .thumbnail .product-actions .icon a span{
	position:absolute;
	top:15px;
	right: 1px;
	font-size:10px;
	color:#fff;
	text-align:right;
}






/******************** goodsView ***********************/



.goodsView {
	clear:both;
	width:100%;
}

.leftArea{
	float:left;
	width:457px;
}

.leftArea .imgArea{
	width:455px;
	height:385px;
	background:#fff;
	border:1px solid #e9e9e9;
	text-align:center;
	margin-bottom:20px;
}

.leftArea .imgArea .img{
	min-width:300px;
	min-height:300px;
	vertical-align:middle;
	text-align:center;
	margin:auto;
}


.leftArea .imgArea .btnView{
	margin:0 auto;
	width: 100%;
}

.leftArea .imgArea .btnView ul{
	margin:0;
	padding:0;
}

.leftArea .imgArea .btnView li{
	font-size:12px;
	font-weight:bold;
	color:#555;
	width:90px;
	line-height:15px;
	display: inline-block;
	text-align: center;
}

.leftArea .imgArea .btnView li a{
	display:block;
	width:45px;
	height:45px;
	background:#fff;
	border:1px solid #555;
	border-radius:23px;
	margin:5px auto;
	position:relative;
	background-size:30px;
}

.leftArea .imgArea .btnView li .viewVideo{
	background:url(./images/viewVideo.png) center center no-repeat;
}

.leftArea .imgArea .btnView li .view360{
	background:url(./images/view360.png) center center no-repeat;
}

.leftArea .imgArea .btnView li .viewMore{
	background:url(./images/viewMore.png) center center no-repeat;
}

.leftArea .imgArea .btnView li .viewMore span{
	position:absolute;
	top:38%;
	right: 3px;
	font-size:12px;
	text-align:right;
	color:#000;
}

.leftArea .infoArea{
	display:inline-block;
	position:relative;
	width:417px;
	height:auto;
	padding:20px;
	background:#f5f5f5;
}

.infoArea h5{
	margin:0 0 10px;
	font-family: 'nanum-square-b', sans-serif;
	font-size:18px;
	font-weight:700;
	color:#444;
	letter-spacing:-1px;
}

.leftArea .goodsInfo{
	display:inline-block;
	margin:0 0 20px;
}

.goodsInfo ul{
	margin:0;
	padding:0;
	list-style:none;
}

.goodsInfo ul li{
	max-width:250px;
	font-size:14px;
	line-height:25px;
}

.leftArea .goodsColor{
	display:inline-block;
	margin:0 0 20px;
}

.goodsColor .colorChip {
	display:inline-block;
	width:37px;
	height:18px;
	padding:0;
	margin:0 1px 1px 0;
}

.leftArea .goodsAge{
	display:inline-block;
	margin:0 0 20px;
}

.goodsAge ul{
	margin:0;
	padding:0;
}

.goodsAge li{
	float:left;
	text-align:center;
	font-size:12px;
	color:#444;
	width:65px;
	line-height:25px;
	letter-spacing:-1px;
}

.goodsAge li a{
	display:block;
	width:50px;
	height:50px;
	margin:0px auto;
}

.goodsAge li .age0{
	background:url(./images/age0.png) center center no-repeat;
}

.goodsAge li .age1{
	background:url(./images/age1.png) center center no-repeat;
}

.goodsAge li .age2{
	background:url(./images/age2.png) center center no-repeat;
}

.goodsAge li .age3{
	background:url(./images/age3.png) center center no-repeat;
}

.goodsAge li .age4{
	background:url(./images/age4.png) center center no-repeat;
}

.goodsAge li .age5{
	background:url(./images/age5.png) center center no-repeat;
}

.leftArea .infoArea .infoR{
	position:absolute;
	top:20px;
	right:20px;
	display:inline-block;
	text-align:right;
}

.infoR .stockRsv{
	margin:0 0 15px;
	font-family: 'nanum-square-b', sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#ff0000;
	letter-spacing:-1px;
}

.infoR .infoBtn{
	width:150px;
}

.infoBtn a{
	margin-left:5px;
}

.goodsOption {
	display: inline-block;
	margin: 15px 0 15px 0;
	width: 100%;
}

.goodsOption table{
	width:100%;
}

.goodsOption table th, .goodsOption table td {
	padding: 15px 0 10px 0;
	line-height:15px;
	font-weight: bold;
	font-size: 15px;
	text-align:right;
}

.goodsOption table th{
	width: 92px;
	text-align:left;
	vertical-align: middle;
}
.goodsOption table td{
}
.goodsOption table td span, .goodsOption table td b {
	font-size: 15px;
}
.goodsOption table td span#price {
	font-size: 25px;
}

.goodsOption select {
	width: 100%;
	border: 1px solid #D9D9D9;
	color: #777777;
	font-weight: bold;
	padding: 4px 6px;
	vertical-align: middle;
}

.goodsBtn {
	margin-bottom: 20px;
}
.goodsBtn a {
	display: inline-block;
	width: 24.2%;	
}
.goodsBtn a img {
	width: 100%;
}

.goods-multi-option {display:none;}
.goods-multi-option table {border: 0;position: relative;background: #F0F0F0;padding: 6px 0;}
.goods-multi-option table td {border-bottom: 0;padding: 10px 0 10px 10px;}
.goods-multi-option table td:first-child {width: 52%;}
.goods-multi-option table td.qty-ctrl-wrap {width: 23%; padding-right: 0;}
.goods-multi-option table td:last-child { text-align: left; width: auto; }
.goods-multi-option table td:last-child span { margin-right: 5px; }

.leftArea .goodsBtn {
	margin:0;
	padding:0;
}


.leftArea .goodsBtn a{
	margin:0 2px 0 1px;
}

.goodsBtn .btnSoldout{
	cursor:default;
}

.rightArea{
	float:right;
	width:420px;
	margin:0 0 0 ;
}

.qty-ctrl-panel a.button {
	display: block;
	float: left;
	padding: 4px 6px;
	line-height: 15px;
	background: #5c5c5c;
	color: #FFFFFF;
	height: 14px;
}
.qty-ctrl-panel input.line {
	float: left;
	padding: 2px 6px;
    vertical-align: bottom;
    text-align: center;
    width: 24px;
	height: 16px;
    border: 1px solid #5c5c5c;
}
.qty-ctrl-panel .unit {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

.rightArea .goodsExplain{
	display:inline-block;
	width:100%;
	height:auto;
	text-align:left;
	margin:0;
	padding:0;
}

.goodsExplain .code{
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:normal;
	line-height:1.2;
	color:#444;

}

.goodsExplain h3{
	margin:0;
	padding:0;
	font-family: 'nanum-square-b', sans-serif;
	font-size:26px;
	font-weight:bold;
	line-height:46px;
	color:#444;
	letter-spacing:0;
	border-bottom:1px solid #ccc;
}

.goodsExplain .enName{font-size:18px;}

.goodsExplain #textExplain {
	position: relative; 
	padding: 10px; 
	overflow: hidden;
}

.goodsExplain #textExplain .infodesc {
	font-size:14px;
	line-height:2;
	color:#444;
	word-break:keep-all;
}

#gradient {
	width:100%; 
	height:65px; 
	background:url(./images/bgGradient.png) left bottom repeat-x; 
	position:absolute; 
	bottom:0; 
	left:0; 
}

#readMore { 

}
#readMore a { 
	display:inline-block;
	width:100%;
	background:#7a7a7a; 
	color:#fff; 
	text-align:center;
	text-decoration:none;
	padding:15px 0; 
}

.rightArea .directChat{
	margin:70px auto ;
	text-align:center;
}

.directChat p{
	font-family: 'nanum-square-b', sans-serif;
	font-size:22px;
	color:#444;
	line-height:30px;
	text-align:center;
	letter-spacing:-1px;
}

.directChat .btnDirectChat {
	display:inline-block;
	width:125px;
	height:40px;
	background:#da1a21 url(./images/iconDirectChat.png) 15px center no-repeat;
	color:#fff;
	font-size:16px;
	line-height:40px;
	text-align:center;
	padding-left:35px;
	margin:20px auto;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
  
#infoPop .window {
  position:absolute;
  left:50%;
  top:0px;
  width:418px;
  height:550px;
  margin:175px 0 0 385px;
  display:none;
  z-index:1;
  padding:0;
  background:#fff;
  border:1px solid #dedede;
}

.closeicon{
	position:absolute;
	top:10px;
	right:10px;
	margin:0 0;
	padding:0;
	z-index:99999;
}

.closeicon a {font-size:25px; color:#222; }

#infoPop .window h3{
	margin:20px auto;
	padding:0;
	width:85%;
	font-family: 'nanum-square-b', sans-serif;
	font-size:26px;
	font-weight:bold;
	line-height:46px;
	color:#444;
	letter-spacing:0;
	border-bottom:1px solid #ccc;
}

#infoPop .infoCont{
	width:85%;
	margin:0 auto 30px;
}

#infoPop .infoCont ul{
	margin:0;
	padding:0;
}

#infoPop .infoCont li{
	margin:0 0 5px 20px;
	list-style-type:disc;
	font-size:13px;
	line-height:1.5;
	color:#444;
	word-break:keep-all;
}

.final-price {font-size: 14px;text-align:right;padding: 15px 0 0 0;margin-bottom:5px;font-weight: bold;}
.final-price span {color: #E70103; font-weight: bold; font-size: 23px; letter-spacing: -1px;color: #DA1A21;margin-left: 10px;}

.goodsTag .hashtagSelector {
    color: #666666 !important;
    border: 1px solid #E9E9E9 !important;
    padding: 5px 6px !important;
}

.latest-item-list .tpl_01 ul {
	padding: 0;
	margin: 20px 0 0 0;
}
.latest-item-list .tpl_01 ul li {
    float: left;
    width: 32%;
    text-align: center;
    margin-right: 18px;
    margin-bottom: 18px;
}
.latest-item-list .tpl_01 ul li:nth-child(3n) {
	margin-right: 0;
}
.latest-item-list .tpl_01 .thumbnail .googs-details .goodsDesc {
	margin: 0 auto 9px auto;
}
.latest-item-list .tpl_01 .thumbnail > a .img img {
	width: 100%;
	height: auto;
}

.cate-banner { width: 100%; margin-bottom: 20px; }
.cate-banner img { max-width: 100%; }

.cate-sub-wrap { display: flex; width: 100%; flex-wrap: wrap; margin-bottom: 10px; }
.cate-sub-wrap .col { flex: 0 0 auto; width: 175px; margin: 0 10px 10px 0; }
.cate-sub-wrap .col:nth-child(5n) { margin-right: 0; }
.cate-sub-wrap .col a { display: block; text-align: center; color: #444444; font-weight: 600; line-height: 1.3; padding: 6px 8px; border: 1px solid #DDDDDD; }
.cate-sub-wrap .col a:hover, .cate-sub-wrap .col a.active { border: 1px solid #222222; }

.sort-wrap { text-align: right; margin-bottom: 20px; }
.sort-wrap select { padding: 5px 8px; }
