<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * iweb52-style30
 *
 * Copyright 2017, TANK
 * 
 * 
 * 2017 / 4 / 27
 */


/* + products
*----------------------------------------------------------------------------*/
#products ul ,
.productInfo ,
.productInfo .pImage .bd ul {
	overflow: hidden;
}

#products ul li {
	float: left;
    margin: 10px 1% 30px;
	width: 23%;
}

#products ul li .productPhoto a {
	overflow: hidden;
	position: relative;
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}

#products ul li .productPhoto a:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -100%;
	background: url(/images/30/index/logo.png) rgba(85, 134, 162, 0.4) no-repeat 50%;
	display: block;
	content: "";
	transition: all 0.4s ease;
}

#products ul li:hover .productPhoto a:after {
	top: 0;
}

#products ul li h3 a {
	overflow: hidden;
	margin: 0;
    height: 23px;
	color: #191919;
	font-weight: bold;
	text-align: left;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;	
}

#products ul li a.more {
    color: #777777;
}


/* + productInfo
*----------------------------------------------------------------------------*/
.productInfo .pImage ,
.productInfo .pInfo {
	float: left;
	width: 45%;
}

.productInfo .pImage li {
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: block;
}

.productInfo .pImage li img {
	width: 100%;
	max-width: inherit;
}

.productInfo .pImage .hd ul {
	text-align: center;
}

.productInfo .pImage .hd ul li {
	margin: 10px 5px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #d1b084;
	display: inline-block;
	text-indent: -999px;
}

.productInfo .pImage .hd ul li.on ,
.productInfo .pImage .hd ul li:hover {
	background: #a68b68;
}

.productInfo .pInfo {
	margin-left: 5%;
	width: 50%;
	color: #5d5d5d;
	font-size: 12px;
}

.productInfo .pInfo h3 {
	margin-bottom: 10px;
	font-size: 20px;
	color: #86878b;
}

.productInfo .pInfo article {
	line-height: 190%;	
}

.productInfo .pInfo .payBox {
	margin: 10px 0;
	color: #807f7f;
}

.productInfo .pInfo .payBox article {
	text-decoration:underline;
}

.productInfo .pInfo p {
	font-size: 16px;
	font-weight: bold;
	color: #3a3939;
}

.productInfo .pInfo p.price {
	font-size: 22px;
	color: #dc1d1d;
}

.productInfo .pInfo p input {
	padding: 0 10px;
	width: 50px;
	display: inline-block;
	vertical-align: text-bottom;
}

.productInfo .pInfo p.buy {
	padding-top: 5px;
	border-top: 1px #3a3939 solid;
	display: inline-block;
}

.productInfo .pInfo p.buy a {
	padding: 10px;
	width: 144px;
	background: #3f3d3c;
	display: block;
	color: #fff;
	font-size: 14px;
}

.productInfo .pInfo p.buy a i {
	margin-left: 50px;
}

.productInfo .pInfo p.buy a:hover i {
	animation: animatedIcon .5s;
	-webkit-animation: animatedIcon .5s;
	-moz-animation: animatedIcon .5s;
	-ms-animation: animatedIcon .5s;
	-o-animation: animatedIcon .5s;
}

@keyframes animatedIcon { 
	0%{ margin-left: 50px;}
	25%{ margin-left: 45px; }
	50%{ margin-left: 50px; }
	75%{ margin-left: 45px; }
	100%{ margin-left: 50px; }
}
@-o-keyframes animatedIcon { 
	0%{ margin-left: 50px;}
	25%{ margin-left: 45px; }
	50%{ margin-left: 50px; }
	75%{ margin-left: 45px; }
	100%{ margin-left: 50px; }
}
@-webkit-keyframes animatedIcon { 
	0%{ margin-left: 50px;}
	25%{ margin-left: 45px; }
	50%{ margin-left: 50px; }
	75%{ margin-left: 45px; }
	100%{ margin-left: 50px; }
}
@-moz-keyframes animatedIcon { 
	0%{ margin-left: 50px;}
	25%{ margin-left: 45px; }
	50%{ margin-left: 50px; }
	75%{ margin-left: 45px; }
	100%{ margin-left: 50px; }
}
@-ms-keyframes animatedIcon { 
	0%{ margin-left: 50px;}
	25%{ margin-left: 45px; }
	50%{ margin-left: 50px; }
	75%{ margin-left: 45px; }
	100%{ margin-left: 50px; }
}


/* + pro-article
*----------------------------------------------------------------------------*/
.prod-art .pro-article {
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

.prod-art .pro-article ul.tabs {
	width: 100%;
	height: 30px;
    border-bottom: 1px #74cef1 solid;
	overflow: visible;
}

.prod-art .pro-article ul.tabs li {
	margin: 0 3px -1px 0;
	height: 29px;
	float: left;
	overflow: hidden;
	position: relative;
}

.prod-art .pro-article ul.tabs li a {
	padding: 0 15px;
	height: 29px;
	display: block;
	text-align: center;
	line-height: 35px;
	color: #757575;
}

.prod-art .pro-article ul.tabs li.active {
	border: 1px #74cef1 solid;
	border-bottom: 1px #fff solid;
	color: #74cef1;
}

.prod-art .pro-article ul.tabs li.active a {
	color: #5c6a6f;
	font-weight: bold;
}

.prod-art .pro-article .tab_container {
	clear: left;
	margin: 15px 0 0;
	width: 100%;
}

.prod-art .pro-article .tab_container .tab_content {
	margin: 0 10px;
	line-height: 170%;
	font-size: 16px;
}

#products .otherTit {
	background: url(/images/34/img-other.png) repeat-x 0 50%;
	text-align: center;
	margin: 80px 0 50px;
}

#products .otherTit p {
	padding: 0 15px;
    color: #274c7b;
	background: #fff;
	display: inline-block;
	font-size: 30px;
	font-weight: normal;
}

#products .otherTit span {
	font-size: 40px;
	vertical-align: initial;
}


/************ = �拇�㗇�� = ************/
/* +width:640 ��
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#products ul li {
		width: 48%;
	}
	.productInfo .pImage ,
	.productInfo .pInfo {
		margin-left: 0;
		width: 100%;
	}
	.productInfo .pInfo {
		margin: 10px 0 25px;
	}
	#products .otherTit p{
	    font-size: 20px;	
	}
}

/* +width:450 ��
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	#products ul li {
		margin: 10px 0;
		width: 100%;
	}
}
</pre></body></html>