input.btn {
	height: 29px
}
.theme-gobuy, .theme-signin {
	font-size: 15px
}
.theme-price {
	position: relative;
	bottom: -6px;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	margin-right: 20px;
	font-weight: 700;
	color: #f60;
	line-height: 32px;
	font-size: 24px;
	display: inline-block
}
.theme-price dfn {
	font-style: normal;
	font-size: 18px;
	margin-right: 2px
}
.theme-desc {
	padding: 30px
}
.theme-version {
	padding: 30px
}
.theme-popover-mask {
	z-index: 9998;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	filter: alpha(opacity=40);
	display: none
}
.theme-popover {
	z-index: 9999;
	position: fixed;
	top: 2%;
	right: 2%;
	width: 55%;
	min-width: 300px;
	height: 640px;
	margin: 0;
	border-radius: 5px;
	border: solid 2px #666;
	background-color: #fff;
	display: none;
	box-shadow: 0 0 10px #666
}
.theme-poptit {
	border-bottom: 1px solid #ddd;
	padding: 12px;
	position: relative
}
.theme-popbod {
	padding: 0 15px;
	color: #444;
	height: 148px
}
.theme-popbom {
	padding: 15px;
	background-color: #f6f6f6;
	border-top: 1px solid #ddd;
	border-radius: 0 0 5px 5px;
	color: #666
}
.theme-popbom a {
	margin-left: 8px
}
.theme-poptit .close {
	float: right;
	color: #9a2434;
	padding: 0 5px;
	margin: -2px -5px -5px;
	font-weight: bold;
	text-shadow: 0 1px 0 #ddd
}
.theme-poptit .close:hover {
	color: #444
}
.theme-title {
	padding: 0;
	margin: 0;
	font-size: 16px;
	height: 18px;
	line-height: 18px;
	color: #333;
	font-weight: 700;
	text-align: left
}
.theme-send-inquiry {
	position: fixed;
	bottom: 30px;
	right: 15px;
	width: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px
}
.theme-send-inquiry-left {
	text-decoration: none;
	font-size: 14px;
	border: 1px solid #666;
	float: left;
	margin-right: 1px;
	padding: 2px 8px;
	line-height: 30px;
	width: auto;
	font-weight: 700;
	background: #9a2434;
	color: #fff;
	transition: background linear .4s;
	-webkit-transition: background linear .4s;
	-moz-transition: background linear .4s
}
.theme-send-inquiry-left:hover {
	background: #DC143C;
	color: #fff
}
.theme-send-inquiry-right {
	background: #9a2434;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid #666;
	width: 25px;
	padding: 2px;
	float: left;
	transition: background linear .4s;
	-webkit-transition: background linear .4s;
	-moz-transition: background linear .4s;
	border-radius: 3px;
	color: #fff
}
.theme-send-inquiry-right:hover {
	background: #DC143C;
	color: #fff
}
@media screen and (max-width:1280px) {
.theme-popover {
	max-height: 640px
}
}
@media screen and (max-width:980px) {
.theme-popover {
	height: auto;
	width: 90%;
	left: 12px;
	top: 3px
}
.theme-popbod {
	height: auto
}
}
