@charset "utf-8";
/* CSS Document */
.best-object {
	background-image: url("../images/obj-bg.png");
	background-repeat: repeat;
	padding: 10px 0;
	width: 100%;
	position: absolute;
	bottom: 50px;
}

.search-bar {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 10px 0 60px;
}

.search-title {
	background-image: url("../images/obj-title-o.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 370px auto;
	font-weight: bold;
	color: #ffffff;
	font-size: 16px;
	padding-right: 10px;
	float: left;
	display:block;
	width: 370px;
	height: 55px;
}

.smenu {
	font-weight: bold;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 10px 5px 0;
	float: left;
}

.smenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.smenu ul li {
	float: left;
	padding: 0 3px;
}

.best-object-inner {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 10px;
}

.owl-carousel{
	margin:10px 0;
	font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "黑體-繁", "Heiti TC", "華文黑體", "STHeiti", "儷黑 Pro", "LiHei Pro Medium", "serif";
	line-height: normal;
	font-size: 100%;
	padding: 0 50px;
}

.item{
	background:#ffffff;
	padding:5px;
}

.item-con{
	width: 45%;
	float: left;
}

.item-con2{
	width: 55%;
	float: left;
}

.item-con img{
	width: 100%;
	border: none;
}



.item-con2 > h1{
	color: #555555;
	margin: 0;
	padding: 0 0 6px 6px;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
}

.item-con2 > h2{
	color: #555555;
	margin: 0;
	padding: 0 0 6px 6px;
	font-size: 13px;
	overflow: hidden;
}

.item-con2 > h3{
	color: #555555;
	margin: 0;
	padding: 0 6px 0 0;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 2px;
}

.colorRD {
	color:#FF0000;
	font-size: 24px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 2px;
}

/*520-640dpi 針對各廠牌智慧型手機螢幕解析度使用；除非有使用寬度百分比自動縮放，可省略設定*/
@media only screen and (max-width: 640px){
.search-bar {
	padding: 0 20px;
}
.search-title {
	background-size: 300px auto;
	width: 300px;
	height: 40px;
	margin: 0 auto;
	float: none;
}
.smenu {
	width: 100%;
}

.smenu ul li:nth-child(1) {
	margin-left: 10%;
}

}

/*320-480dpi 針對各廠牌智慧型手機螢幕解析度使用(直式)*/
@media only screen and (max-width: 480px){
.item-con{
	width: 100%;
	float: none;
}

.item-con2{
	width: 100%;
	float: none;
}

.item-con2 > h3{
	position: relative;
	text-align: right;
	overflow: hidden;
}

.smenu ul li:nth-child(1) {
	width: 85%;
	margin-bottom: 5px;
	display: block;
}

.smenu ul li:nth-child(2) {
	width: 85%;
	margin-left: 10%;
	margin-bottom: 5px;
	display: block;
}

.smenu ul li:nth-child(3) {
	background-color: #ff6500;
	width: 83%;
	margin-left: 11%;
	display: block;
}
}
