@charset 'utf-8';

#block {
	float: left;
	width: 100%;
	height: 80px;
	text-align: center;
	background-color: #1dbfec;
	box-shadow: 0 4.3px #ededed;
}
.btn_search {
	-webkit-appearance: none;
	width: 530px;
	height: 70px;
	background-color: #1dbfec;
	background-image: url('../img/search.png');
	background-repeat: no-repeat;
	background-position: 14px;
	background-size: 50px 50px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Mplus 1p';
	font-size: 34px;
	letter-spacing: 30pt;
	text-indent: 0.2in;
	line-height: 88px;
	outline: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 0px 12px;
	margin-top: 10px;
	padding-bottom: 18px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid rgba(0,0,255,0);
}
.btn_search:hover {
	background-color: #53d1f4;
	background-image: url('../img/search_b_on.gif');
	background-repeat: no-repeat;
	background-position: 14px;
	background-size: 50px 50px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.4) inset;
}
.btn_search:active {
	background-color: #53d1f4;
	background-image: url('../img/search_b_on.gif');
	background-repeat: no-repeat;
	background-position: 14px;
	background-size: 50px 50px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.4) inset;
}
.btn_search_add {
	-webkit-appearance: none;
	width: 530px;
	height: 70px;
	background-color: #24bbe5;
	background-image: url('../img/search.png');
	background-repeat: no-repeat;
	background-position: 14px;
	background-size: 50px 50px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Mplus 1p';
	font-size: 34px;
	letter-spacing: 30pt;
	text-indent: 0.2in;
	line-height: 88px;
	outline: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 0px 12px;
	margin-top: 10px;
	padding-bottom: 18px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid rgba(0,0,255,0);
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
.btn_more {
	-webkit-appearance: none;
	width: 530px;
	height: 70px;
	background-color: #83d8fc;
	background-image: url('../img/more.png');
	background-repeat: no-repeat;
	background-position: 14px;
	background-size: 50px 50px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Mplus 1p';
	font-size: 34px;
	letter-spacing: 3pt;
	text-indent: 0.2in;
	line-height: 88px;
	outline: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 0px 12px;
	margin-top: 10px;
	padding-bottom: 18px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid rgba(0,0,255,0);
	border-bottom: 7px solid #56aace;
	display:none;
}
.btn_more:hover {
	background-color: #6dc3e8;
	background-image: url('../img/more_b_on.gif');
	background-repeat: no-repeat;
	background-position: 14px;
	background-size: 50px 50px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.4) inset;
}
.btn_more:active {
	background-color: #6dc3e8;
	background-image: url('../img/more_b_on.gif');
	background-repeat: no-repeat;
	background-position: 14px;
	background-size: 50px 50px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.4) inset;
}
.btn_more_add {
	-webkit-appearance: none;
	width: 530px;
	height: 70px;
	background-color: #83d8fc;
	background-image: url('../img/more.png');
	background-repeat: no-repeat;
	background-position: 14px;
	background-size: 50px 50px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Mplus 1p';
	font-size: 34px;
	letter-spacing: 3pt;
	text-indent: 0.2in;
	line-height: 88px;
	outline: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 0px 12px;
	margin-top: 10px;
	padding-bottom: 18px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid rgba(0,0,255,0);
	border-bottom: 7px solid #56aace;
	display:none;
}
.btn_more_info {
	-webkit-appearance: none;
	width: 519px;
	height: 50px;
	background-color: #ffb9bb;
	background-image: url('../img/more_photo.png');
	background-repeat: no-repeat;
	background-position: 14px;
	background-size: 50px 50px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Mplus 1p';
	font-size: 28px;
	letter-spacing: 2pt;
	text-indent: 0.2in;
	text-align: center;
	line-height: 75px;
	outline: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 0px 12px;
	margin-top: 0px;
	padding-bottom: 18px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	border: 3px solid #f7c9c9;
	border-bottom: 7px solid #fdb1b6;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0px 8px 8px -8px #000;
}
.btn_more_info:hover {
	background-color: #f9c2c2;
	box-shadow:2px 2px 2px rgba(0,0,0,0.4) inset;
}
.btn_more_info:active {
	background-color: #f9c2c2;
	box-shadow:2px 2px 2px rgba(0,0,0,0.4) inset;
}
.btn_camera {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: rgba(3, 169, 244, 0.54);
	width: 240px;
	height: 240px;
	border-radius: 50%;
	transition: .4s;
	box-sizing: border-box;
	border: solid #f9f8ef 5px;
	border-top: solid #fefaf5 5px;
	border-left: solid #fff 5px;
	border-right: solid #fff 5px;
	border-bottom: solid #f9f6f2 5px;
	padding: 10px;
	background-image: url('../img/camera_baibai.png') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 120px 120px !important;
	background: #f5f1eb;
	box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.29);
}
.tab_left {
	width: 30%;
	font-size: 22px;
	font-family: 'Mplus 1p';
	background-color: #ffeced;
}
#page-top a {
	display: block;
	border-radius: 50%;
	width: 140px;
	height: 140px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 140px;
	background: #666;
	background-image: url('../img/page_top.png');
	background-repeat: no-repeat;
	background-position: center 4px;
	background-size: 50px 50px;
}
#page-top a:hover {
	text-decoration: none;
	background: #1dbfec;
	border: solid 5px #aaa;
	opacity: 0.6;
	background-image: url('../img/page_top.png');
	background-repeat: no-repeat;
	background-position: center 4px;
	background-size: 50px 50px;
}
#imgs {
	width: 620px;
	height: 345px;
	background-image: url('../img/explanation_baibai.png');
	background-repeat: no-repeat;
	background-size: 620px;
}