@media screen and (max-width: 500px) {
	.select-div {
		position: absolute;
		z-index: 1;
		bottom: 50px;
		right: 15px;
		border-radius: 5px;
		opacity: 0.8;
	}
}

@media screen and (min-width: 500px) {
	.select-div {
		position: absolute;
		z-index: 1;
		bottom: 50px;
		right: 5px;
		border-radius: 5px;
		opacity: 0.8;
	}
}

.select-div .select-btn {
	background-color: #ff9232;
	padding: 3px 10px;
	cursor: pointer;
	border-radius: 5px;
	color: white;
	border: none;
	outline: none;
}

.rebox-caption .select-btn {
	background-color: #ff9232;
	padding: 3px 10px;
	cursor: pointer;
	border-radius: 5px;
	color: white;
	border: none;
	outline: none;
}

.select-div:hover {
	opacity: 0.5;
}

.select-div:hover .tip-text {
	visibility: visible;
}

.select-div .tip-text {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	/* 定位 */
	position: absolute;
	bottom: 30px;
	left: -35px;
	z-index: 1;
}

.btn-top {
	margin-top: 5px;
}

#startPhoto {
	width: 100%;
	height: 100%;
}

.photoBg {
	padding: 0;
	height: 250px;
	border: 1px solid #999999;
	border-right: 0;
}

.btnBg {
	padding: 0;
	height: 250px;
	border: 1px solid #999999;
	background-color: #ffdfcc
}

.rowBg {
	height: 250px;
	background-color: #eee;
	margin: 0;
	margin-bottom: 20px;
}

.divBg {
	width: 1140px;
	height: 260px;
}

.photoDiv {
	float: left;
	width: 320px;
	height: 250px;
	border: solid 1px #555;
	overflow: hidden;
}

.resultDiv {
	float: left;
	margin-left: 20px;
	width: 798px;
	height: 260px;
}

.w798 {
	width: 798px;
}

.w120 {
	width: 120px !important;
}

.searchResult {
	width: 708px !important;
	font-size: 16px;
}

.searchKeyWord {
	width: 708px !important;
	height: 158px;
	overflow: auto;
}

#finalImg {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%
}