@charset "utf-8";
/*头*/
.log-w3pvt {
color: #91342c;
	font-weight: 700;
	text-shadow: 3px 1px 3px rgba(19, 18, 18, 0.19);padding-left: 15px;
}

#headtext a {
	color: #343a40;
	text-decoration: none;
}

#showbox img{
	width:100%;
}

.tr-nobdr {
	margin-top: 20px;
	padding-bottom: 10px;
}

.tr-nobdr h3 {
	color: #171717;
	font-size: 16px;
	font-weight: 400;
}

.txt {
	margin-top: 15px;
	overflow: hidden;
	background: #f8f8f8;    padding:  0 15px;
    box-sizing: border-box;
}

.nowprice {
	display: block;
	line-height: 100px;
	color: #f73a3a;
	font-size: 36px;
	float: left;
}


.nowprice a:hover {
	text-decoration: none;
}

.cumulative {
	float: right;
}

.gcIpt {
	height: 70px;
}

.guT {
	color: #848484;
	font-size: 14px;
	padding-right: 18px;
	line-height: 70px;
}

.gcIpt input {
	border: #e3e3e3 solid 1px;
	padding: 5px 8px;
	color: #848484;
	font-size: 16px;
}

.nobdr-btns {
	padding-top: 25px;
}

.addcart {
	background: #fd532d;
	padding: 0px 50px;
	border-radius: 4px;
	color: #FFFFFF;
	margin-right: 10px;
	font-size: 16px;
	line-height: 50px;    border: none;outline: none;
}

.addcart:hover {
	background: #fd7252;

}




.addcart img {
	vertical-align: middle;
	margin-bottom: 3px;
	padding-right: 5px;
}