* {
	box-sizing: border-box;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	transition: padding .3s;
	-webkit-transition: padding .3s
}

header {
	position: fixed;
	width: 100%;
	height: 80px;
	z-index: 100;
	background-color: #f5f5f5;
	font-size: 15px;
	top: 0
}

header .container {
	display: flex;
	justify-content: space-between
}

.header-logo {
	display: flex;
	align-items: center;
	flex-grow: 3;
}

.header-logo img {
	width: auto;
	height: 80px
}

header .header-menu-icon {
	display: flex
}

header .header-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-grow: 2;
	font-weight: bold
}

header .header-menu a {
	display: block;
	color: #bd8b55;
	line-height: 80px;
	transition: color .3s;
	-webkit-transition: color .3s
}

header .header-menu a:hover,
header .header-menu nav li:hover > a {
	color: #0958a7
}

header .header-menu nav {
	font-size: 0;
}

header .header-menu nav li {
	display: inline-block;
	font-size: 15px;
	border-right: 1px solid rgba(0, 0, 0, 0);
	position: relative
}

header .header-menu nav li:last-child {
	border: 0
}

header .header-menu nav a {
	padding: 0 25px;
	cursor: pointer
}

header .header-menu .dropdown-menu {
	position: absolute;
	width: 100%;
	box-shadow: 0 1px 2px #333;
	background-color: #f5f5f5;
	max-height: 0;
	overflow: hidden;
	transition: max-height ease 1s;
	-webkit-transition: max-height ease 1s
}

header .header-menu nav li:hover .dropdown-menu {
	max-height: 320px
}

header .header-menu .dropdown-menu > a {
	width: 100%;
	padding: 0;
	line-height: 40px;
	text-align: center
}

header .header-menu .dropdown-menu > a:hover {
	background-color: #fff
}

footer {
	background-color: #fff
}

footer .container {
	min-height: 50px;
	display: flex;
	justify-content: center
}

.footer-views,
.footer-support {
	display: flex;
	align-items: center;
	color: #333
}

.footer-copyright {
	display: flex;
	align-items: center;
	color: #7f7f7f
}

.footer-copyright a {
	color: #0070c0;
	text-decoration: underline
}

.footer-copyright img {
	height: 35px;
	width: auto;
	margin-left: 20px
}

.footer-support a {
	text-decoration: underline
}

.footer-support a:hover {
	color: #0070c0
}

aside {
	position: fixed;
	z-index: 999;
	right: 10px;
	bottom: 10px
}

.float-nav-item {
	position: relative;
	width: 50px;
	height: 50px;
	margin-top: 4px;
	cursor: pointer;
	transition: background-position 1s;
	-webkit-transition: background-position 1s;
	border-radius: .25rem;
	background: url(../img/float-nav.png) no-repeat;
	background-color: rgba(153, 153, 153, .7)
}

.float-nav-item.QRCode {
	background-position: 0 -240px
}

.float-nav-item.QRCode:hover {
	background-position: 0 -300px
}

.float-nav-item .sub-item {
	position: absolute;
	right: 55px;
	bottom: 0;
	overflow: hidden;
	transition: all 1s;
	-webkit-transition: all 1s;
	transform: scale(0);
	transform-origin: 100% 100%;
	color: #8a8a8a;
	border-radius: .25rem;
	background-color: #fff;
	box-shadow: 1px 1px 5px rgba(3, 3, 3, .3);
	opacity: 0;
	filter: alpha(opacity=0)
}

.float-nav-item.QRCode:hover .sub-item {
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100)
}

.float-nav-item .sub-item img {
	width: 120px;
	height: 120px
}

.float-nav-item.go-top {
	background-position: 0 -360px;
	max-height: 0;
	transition: margin .5s, max-height .4s, background-position 1s;
	-webkit-transition: margin .5s, max-height .4s, background-position 1s
}

.float-nav-item.go-top:hover {
	background-position: 0 -420px
}

.float-chat {
	width: 180px;
	overflow: hidden;
	position: fixed;
	z-index: 999;
	right: 70px;
	bottom: 20px;
	height: 43px;
	line-height: 43px;
	background: url(../img/4b3029deeab641b8abd0ff21605b905d.svg) center no-repeat;
	cursor: pointer;
	background-size: contain;
	color: #fff;
	text-align: center;
	padding-right: 10px
}

.page-bg {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -1
}

.go-back {
	line-height: 30px;
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color: #dcdcdc;
	font-size: 0;
	height: 30px
}

.go-back:before {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	content: '';
	border-top: 10px solid transparent;
	border-right: 10px solid #dcdcdc;
	border-bottom: 10px solid transparent
}

.go-back a {
	font-size: 16px;
	color: #333
}

.go-back span {
	font-size: 16px
}

.inside-page {
	padding-bottom: 50px;
	transition: padding .3s;
	-webkit-transition: padding .3s
}

.inside-page .container {
	position: relative;
	z-index: 10;
	min-height: 100vh;
	margin-top: 120px;
	padding: 30px;
	background-color: #fff;
	box-shadow: 0 2px 5px #ddd, 0 -1px 2px #ddd
}

.inside-page .title-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	max-width: 1100px;
	height: 356px;
	margin: 0 auto
}

.page-views {
	font-size: 14px;
	color: #a0a0a0;
	line-height: 1.5;
	text-align: right
}

.list-page .sidebar {
	width: 250px;
	margin-right: 30px
}

.list-page .sidebar-title {
	font-size: 18px;
	padding: 20px 0 20px 77px;
	text-align: left;
	border-bottom: 1px solid #d1d3d9;
	background: url(../img/simu-site-icon-1.png) center left 20px no-repeat;
	color: #000;
	line-height: 1.5
}

.list-page .sidebar a {
	display: block;
	padding: 0px 20px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 50px;
	height: 50px
}

.list-page .sidebar a:hover,
.list-page .sidebar li.active a {
	color: #bd8b55
}

.list-page .pagination {
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 16px;
	margin-top: -5px;
	margin-bottom: -5px
}

.list-page .pagination > a {
	line-height: 30px;
	display: block;
	height: 30px;
	padding: 0 10px;
	color: #fff;
	border-radius: 5px;
	background-color: #aaa;
	margin: 5px 5px;
	white-space: nowrap
}

.list-page .pagination > a:hover,
.list-page .pagination > a.active {
	background-color: #fb4755
}

.list-page .pagination > a.disabled {
	pointer-events: none
}

@media (max-width: 1240px) {
	.container {
		padding: 0 10px
	}

	.inside-page {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media (max-width: 960px) {
	header {
		height: 60px
	}

	.header-logo img {
		height: 60px;
	}

	header .header-menu-icon {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		cursor: pointer
	}

	header .header-menu-icon:before,
	header .header-menu-icon:after {
		content: '';
		width: 30px;
		height: 2px;
		background-color: #bd8b55;
		transition: transform .3s
	}

	header .header-menu-icon:before {
		margin-bottom: 5px
	}

	header .header-menu-icon:after {
		margin-top: 5px
	}

	header.menu-open .header-menu-icon:before {
		transform: rotate(45deg);
		margin-bottom: 0;
	}

	header.menu-open .header-menu-icon:after {
		transform: rotate(-45deg);
		margin-top: -2px
	}

	header .header-menu {
		height: 0;
		position: absolute;
		top: 60px;
		background-color: rgba(255, 255, 255, .9);
		left: 0;
		right: 0;
		box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
		flex-direction: column;
		justify-content: center;
		overflow: hidden;
		transition: all .3s
	}

	header.menu-open .header-menu {
		height: auto;
		padding: 10px 0
	}

	header .header-menu nav {
		width: 100%
	}

	header .header-menu li {
		width: 100%
	}

	header .header-menu nav li:hover {
		background-color: #fff
	}

	header .header-menu a {
		text-align: center;
		line-height: 40px;
		padding: 0 25px
	}

	header .header-menu .dropdown-menu {
		position: static;
		background-color: #fff;
		box-shadow: none
	}

	header .header-menu .dropdown-menu > a  {
		font-size: 14px
	}

	.header-login {
		width: 100%
	}

	footer .container {
		flex-direction: column;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px
	}

	.footer-views {
		display: none
	}

	.footer-support {
		margin-top: 6px
	}

	.inside-page .container {
		padding: 30px 25px;
		margin-top: 100px;
	}

	.list-page .sidebar {
		width: 100%;
		margin-right: 0
	}
}

@media (max-width: 640px) {
	.footer-copyright,
	.footer-support {
		justify-content: center
	}

	aside {
		display: none
	}

	.inside-page {
		padding-bottom: 40px
	}

	.inside-page .title-bg {
		height: 300px
	}
}


/*===============================================================

	首页

===============================================================*/

#homepage .banner {
	width: 100%;
	height: 100vh
}

#homepage .banner .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-color: #fff
}

#homepage .banner .swiper-button-next {
	background: url(../img/simu-site-arrow-next.png) no-repeat
}

#homepage .banner .swiper-button-prev {
	background: url(../img/simu-site-arrow-prev.png) no-repeat
}

#homepage .banner .swiper-button-next,
#homepage .banner .swiper-button-prev {
	width: 50px;
	height: 50px;
	opacity: 0;
	filter: alpha(opacity=0)
}

#homepage .banner:hover .swiper-button-next,
#homepage .banner:hover .swiper-button-prev {
	opacity: .7;
	filter: alpha(opacity=70)
}

#homepage .banner .swiper-button-next:hover,
#homepage .banner .swiper-button-prev:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}

.overlay {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(25, 35, 65, .5)
}

.overlay-content {
	position: fixed;
	z-index: 1001;
	top: 60px;
	right: 25%;
	bottom: 60px;
	left: 25%;
	background-color: #fff;
	box-shadow: 0 2px 3px #333
}

.overlay-content > h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 60px;
	text-align: center;
	color: #313131;
	background-color: #fbfbfb;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .22), inset 0 2px rgba(255, 255, 255, .29)
}

.overlay-content > .main-msg {
	font-size: 14px;
	line-height: 1.5;
	overflow-y: auto;
	height: calc(100% - 180px);
	margin: 30px 30px 0
}

.overlay-content > .btn {
	height: 30px;
	margin: 30px auto;
	text-align: center
}

.overlay-content > .btn > a {
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
	width: 110px;
	height: 30px;
	margin: 0 10px;
	text-align: center;
	vertical-align: top;
	color: #fff;
	border-radius: 4px
}

.overlay-content > .btn > a.yes {
	background-color: #fb4755
}

.overlay-content > .btn > a.yes:hover {
	background-color: #fa1527
}

.overlay-content > .btn > a.no {
	background-color: #a0a0a0
}

.overlay-content > .btn > a.no:hover {
	background-color: #878787
}

@media (max-width: 960px) {
	.overlay-content {
		left: 10%;
		right: 10%
	}
}

@media (max-width: 640px) {
	.overlay-content {
		left: 4%;
		right: 4%
	}

	.overlay-content > h2 {
		font-size: 18px;
		line-height: 50px
	}

	.overlay-content > .main-msg {
		margin-top: 20px;
		margin-left: 16px;
		margin-right: 16px;
		height: calc(100% - 140px)
	}

	.overlay-content > .btn {
		margin: 20px auto;
	}

	.overlay-content > .btn > a {
		font-size: 14px;
		width: 80px;
		margin: 0 4px
	}
}


/*===============================================================

	单页

===============================================================*/

#single img {
	max-width: 100%
}

#single .content-wrap {
	margin: 20px auto;
	padding: 0 15px;
	word-break: break-all;
	letter-spacing: 1px;
	font-size: 16px;
	overflow: hidden;
	line-height: 1.8
}


/*===============================================================

	产品列表页

===============================================================*/

#product .container {
	display: flex;
	justify-content: space-between
}

#product .list-wrap {
	width: calc(100% - 280px);
	width: -webkit-calc(100% - 280px);
	width: -moz-calc(100% - 280px);
}

#product .list-wrap .search-box {
	text-align: right;
	padding: 10px 0;
	font-size: 0
}

#product .list-wrap .search-box input {
	display: inline-block;
	height: 30px;
	width: 173px;
	font-size: 13.3333px;
	color: #000;
	text-indent: 1em;
	border: 1px solid #a9a9a9;
	vertical-align: top;
}

#product .list-wrap .search-box button {
	display: inline-block;
	height: 30px;
	color: #fff;
	outline: none;
	font-size: 14px;
	background-color: #169bd5;
	border: none;
	padding: 0 10px;
	vertical-align: middle;
	border-radius: 5px;
	cursor: pointer;
	vertical-align: top;
}

#product .list-wrap .list-item {
	margin-bottom: 25px;
	border: 1px solid rgba(0, 0, 0, .1);
	background-color: #fff;
	box-shadow: 0 1px 8px rgba(0, 0, 0, .1)
}

#product .list-wrap .list-item .item-title {
	padding: 10px 20px;
	background-color: #f9f9f9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.5
}

#product .list-wrap .list-item .title-left {
	width: calc(100% - 128px);
	width: -webkit-calc(100% - 128px);
	width: -moz-calc(100% - 128px);
}

#product .list-wrap .list-item .title-left h2 {
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 6px
}

#product .list-wrap .list-item .title-tab {
	font-size: 12px;
	line-height: 16px;
	position: relative;
	display: inline-block;
	height: 16px;
	padding: 0 10px;
	color: #fff;
	background-color: #fb4755
}

#product .list-wrap .list-item .title-tab:after {
	position: absolute;
	top: 0;
	right: -16px;
	content: '';
	border-width: 16px;
	border-style: solid;
	border-color: transparent;
	border-top-width: 0;
	border-right-width: 0;
	border-left-color: #fb4755
}

#product .list-wrap .list-item .title-right {
	padding-left: 20px
}

#product .list-wrap .list-item .title-right a {
	font-size: 14px;
	display: block;
	padding: 2px 25px;
	color: #fb4755;
	border: 1px solid #fb4755;
	border-radius: 4px;
	white-space: nowrap
}

#product .list-wrap .list-item .title-right a:hover {
	color: #fff;
	background-color: #fb4755
}

#product .list-wrap .list-item .data-box {
	padding: 0 20px;
	line-height: 1.5
}

#product .list-wrap .list-item .data-row {
	display: flex;
	color: #7d7d7d;
	font-size: 12px;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap
}

#product .list-wrap .list-item .data-row:first-child {
	font-size: 14px
}

#product .list-wrap .list-item .data-row > div {
	display: flex;
	white-space: nowrap;
	flex: 0 0 33.333%;
	padding: 10px 0
}

#product .list-wrap .list-item .data-row span.color-disable {
	color: #bfbfbf
}

#product .list-wrap .list-item .split-line {
	border-bottom: 1px solid #eee
}

#product .list-wrap .tips {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	margin: 30px auto;
	text-align: center;
	color: #959595
}

#product .list-wrap .tips a {
	font-weight: 700;
	text-decoration: underline;
	color: #4dbef1
}

@media (max-width: 960px) {
	#product .container {
		flex-direction: column;
		justify-content: flex-start
	}

	#product .list-wrap {
		width: 100%;
		margin-top: 10px
	}

	#product .list-wrap .list-item .data-row > div {
		flex: 0 0 50%
	}

	#product .list-wrap .tips {
		margin-bottom: 0
	}
}

@media (max-width: 640px) {
	#product .list-wrap .list-item .item-title {
		flex-direction: column
	}

	#product .list-wrap .list-item .item-title {
		align-items: end
	}

	#product .list-wrap .list-item .title-left {
		width: 100%
	}

	#product .list-wrap .list-item .title-right {
		padding-left: 0;
		margin-top: 16px
	}
}


/*===============================================================

	新闻列表页

===============================================================*/

#news .container {
	display: flex;
	justify-content: space-between
}

#news .list-wrap {
	width: calc(100% - 280px);
	width: -webkit-calc(100% - 280px);
	width: -moz-calc(100% - 280px)
}

#news .list-wrap .list-item {
	padding: 20px;
	border-bottom: 1px solid #dcdcdc;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: flex
}

#news .list-wrap .list-item .pic {
	flex: 0 0 220px;
	transition: all .4s
}

#news .list-wrap .list-item img {
	transition: all ease .5s
}

#news .list-wrap .list-item:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

#news .list-wrap .list-item .right {
	width: calc(100% - 220px);
	width: -webkit-calc(100% - 220px);
	width: -moz-calc(100% - 220px);
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	margin-left: 20px
}

#news .list-wrap .list-item .title {
	font-size: 22px;
	line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

#news .list-wrap .list-item .desc {
	font-size: 14px;
	line-height: 20px;
	height: 80px;
	color: #707070;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
	-webkit-line-clamp: 4;
	margin: 5px auto
}

#news .list-wrap .list-item .info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #aaa
}

#news .list-wrap .list-item .date {
	padding-left: 4px;
	white-space: nowrap
}

#news .list-wrap .pagination {
	margin: 20px auto
}

@media (max-width: 960px) {
	#news .container {
		flex-direction: column;
		justify-content: flex-start
	}

	#news .list-wrap {
		width: 100%;
		margin-top: 10px
	}

	#news .list-wrap .list-item .pic {
		flex: 0 0 180px
	}

	#news .list-wrap .list-item .right {
		width: calc(100% - 180px);
		width: -webkit-calc(100% - 180px);
		width: -moz-calc(100% - 180px);
	}

	#news .list-wrap .list-item .title {
		font-size: 18px
	}
}

@media (max-width: 640px) {
	#news .list-wrap .list-item {
		flex-direction: column;
		padding: 10px
	}

	#news .list-wrap .list-item .pic {
		flex: 0 0 100%
	}

	#news .list-wrap .list-item .right {
		margin-left: 0;
		margin-top: 10px;
		width: 100%
	}
}

@media (max-width: 360px) {
	#news .list-wrap .list-item .info {
		flex-direction: column;
		align-items: end
	}

	#news .list-wrap .list-item .date {
		margin-top: 4px;
		padding-left: 0
	}
}


/*===============================================================

	无图新闻列表页

===============================================================*/

#no-pic-news .container {
	display: flex;
	justify-content: space-between
}

#no-pic-news .list-wrap {
	width: calc(100% - 280px);
	width: -webkit-calc(100% - 280px);
	width: -moz-calc(100% - 280px)
}

#no-pic-news .list-wrap .list-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	padding: 1.5em 2em;
	cursor: pointer;
	color: #707070;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(158, 173, 187, .5);
	font-size: 16px;
	line-height: 1.5;
	white-space: nowrap
}

#no-pic-news .list-wrap .list-item:hover {
	transition: all ease .5s;
	color: #59b7f1
}

#no-pic-news .list-wrap .list-item h3 {
	padding-right: 10px;
	width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	overflow: hidden;
	text-overflow: ellipsis
}

#no-pic-news .list-wrap .pagination {
	margin: 20px auto
}

@media (max-width: 960px) {
	#no-pic-news .container {
		flex-direction: column;
		justify-content: flex-start
	}

	#no-pic-news .list-wrap {
		width: 100%;
		margin-top: 10px
	}
}

@media (max-width: 640px) {
	#no-pic-news .list-wrap .list-item {
		flex-direction: column;
		padding: 1em
	}

	#no-pic-news .list-wrap .list-item h3 {
		width: 100%;
		padding-right: 0
	}

	#no-pic-news .list-wrap .list-item .date {
		margin-top: 4px
	}
}


/*===============================================================

	新闻详情页

===============================================================*/

#view-news .container {
	display: flex;
	justify-content: space-between
}

#view-news .content-wrap {
	width: calc(100% - 280px);
	width: -webkit-calc(100% - 280px);
	width: -moz-calc(100% - 280px);
	line-height: 1.5
}

#view-news .content-wrap > h2 {
	font-size: 24px;
	font-weight: 400;
	padding: 20px 0;
	padding-left: 15px;
	word-break: break-all
}

#view-news .content-wrap .info {
	font-size: 14px;
	color: #a0a0a0;
	display: flex;
	justify-content: space-between
}

#view-news .content-wrap .info span {
	padding-left: 15px
}

#view-news .content-wrap .section {
	font-size: 16px;
	line-height: 1.8;
	margin: 20px auto;
	padding: 0 15px;
	word-break: break-all
}

@media (max-width: 960px) {
	#view-news .container {
		flex-direction: column;
		justify-content: flex-start
	}

	#view-news .content-wrap {
		width: 100%;
		margin-top: 10px
	}
}

@media (max-width: 640px) {
	#view-news .content-wrap > h2 {
		font-size: 20px;
		padding: 10px 0;
		margin-top: 6px
	}

	#view-news .content-wrap .info span:first-child {
		padding-left: 0
	}

	#view-news .content-wrap .section {
		padding: 0
	}
}

@media (max-width: 360px) {
	#view-news .content-wrap .info {
		flex-direction: column;
	}

	#view-news .content-wrap .info span {
		padding-left: 0
	}

	#view-news .content-wrap .info span:first-child {
		margin-bottom: 4px
	}
}


/*===============================================================

	联系页

===============================================================*/

#contact .content-wrap {
	margin: 20px auto;
	padding: 0 15px;
	word-break: break-all;
	letter-spacing: 1px;
	font-size: 16px;
	overflow: hidden;
	line-height: 1.8
}

#contact .content-wrap .info {
	display: inline-block;
	width: calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	width: -moz-calc(100% - 150px);
}

#contact .content-wrap .QRcode {
	display: inline-block;
	float: right;
	padding-top: 20px;
	width: 130px;
	height: 150px
}

#contact .content-wrap .map {
	margin-top: 58px;
	margin-bottom: 28px
}

@media (max-width: 640px) {
	#contact .content-wrap .info {
		width: 100%
	}

	#contact .content-wrap .QRcode {
		padding-top: 0;
		height: 130px;
		float: none;
		margin-bottom: 20px
	}

	#contact .content-wrap .map {
		margin-top: 10px
	}
}


/*===============================================================

	在线留言页

===============================================================*/

#message .form-wrap {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #eee
}

#message .form-wrap > h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	padding: 17px 0;
	line-height: 1.5
}

#message .form-wrap > form {
	width: 70%;
	margin-left: 11%;
}

#message .form-wrap .form-group {
	font-size: 14px;
	position: relative;
	margin: 20px auto;
	padding-left: 150px;
	color: #666
}

#message .form-wrap .form-group > label {
	line-height: 1;
	position: absolute;
	left: 0;
	display: inline-block;
	width: 150px;
	padding: 10px 10px 10px 0;
	text-align: right
}

#message .form-wrap .form-group > input,
#message .form-wrap .form-group > select,
#message .form-wrap .form-group > textarea {
	display: inline-block;
	width: 80%;
	padding: 10px;
	color: #666;
	border: none;
	border-radius: 5px;
	outline: 0;
	background-color: #f4f4f4;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25)
}

#message .form-wrap .form-group > input {
	height: 35px
}

#message .form-wrap .form-group > select {
	height: 37px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

#message .form-wrap .form-group > textarea {
	line-height: 1.5;
	resize: auto
}

#message .form-wrap .form-group > button {
	width: 80%;
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
	display: block;
	margin-top: 80px;
	cursor: pointer;
	color: #fff;
	border: none;
	border-radius: 5px;
	outline: 0;
	background-color: #fb4755
}

@media (max-width: 960px) {
	#message .form-wrap > form {
		width: 90%;
		margin-left: 0
	}

	#message .form-wrap .form-group > input,
	#message .form-wrap .form-group > select,
	#message .form-wrap .form-group > textarea,
	#message .form-wrap .form-group > button {
		width: 100%
	}

	#message .form-wrap .form-group > button {
		margin-top: 30px
	}
}

@media (max-width: 640px) {
	#message .form-wrap {
		margin-top: 10px;
		padding: 14px
	}

	#message .form-wrap > form {
		width: 100%;
		margin-left: 0
	}

	#message .form-wrap .form-group {
		padding-left: 84px
	}

	#message .form-wrap .form-group > label {
		width: 84px;
		padding-right: 4px
	}

	#message .form-wrap .form-group > input,
	#message .form-wrap .form-group > select,
	#message .form-wrap .form-group > textarea,
	#message .form-wrap .form-group > button {
		width: 100%
	}

	#message .form-wrap .form-group > button {
		line-height: 40px
	}
}

@media (max-width: 360px) {
	#message .form-wrap > h2 {
		font-size: 18px;
		padding: 10px 0
	}

	#message .form-wrap .form-group {
		padding-left: 0;
		margin: 10px auto
	}

	#message .form-wrap .form-group > label {
		position: static;
		width: auto;
	}
}


/*===============================================================

	产品预订页

===============================================================*/

#product-reserved .container {
	display: flex;
	justify-content: space-between
}

#product-reserved .content-wrap {
	width: calc(100% - 280px);
	width: -webkit-calc(100% - 280px);
	width: -moz-calc(100% - 280px);
}

#product-reserved .content-wrap .title-box {
	flex-direction: column;
	padding: 10px;
	text-align: center;
	ms-flex-direction: column;
	margin: 20px 0;
	background-color: #fbfbfb;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .22), inset 0 2px rgba(255, 255, 255, .29)
}

#product-reserved .content-wrap .title-box > h3 {
	font-size: 18px;
	line-height: 30px;
	color: #313131
}

#product-reserved .content-wrap .title-box > p {
	font-size: 14px;
	line-height: 20px
}

#product-reserved .form-wrap {
	margin-top: 20px;
	padding: 20px 60px;
	border: 1px solid #eee
}

#product-reserved .form-wrap .form-group {
	font-size: 14px;
	position: relative;
	margin: 20px auto;
	padding-left: 150px;
	color: #666
}

#product-reserved .form-wrap .form-group > label {
	line-height: 1;
	position: absolute;
	left: 0;
	display: inline-block;
	width: 150px;
	padding: 10px 10px 10px 0;
	text-align: right
}

#product-reserved .form-wrap .form-group > input,
#product-reserved .form-wrap .form-group > select,
#product-reserved .form-wrap .form-group > textarea {
	display: inline-block;
	width: 80%;
	padding: 10px;
	color: #666;
	border: none;
	border-radius: 5px;
	outline: 0;
	background-color: #f4f4f4;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25)
}

#product-reserved .form-wrap .form-group > input {
	height: 35px
}

#product-reserved .form-wrap .form-group > select {
	height: 37px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

#product-reserved .form-wrap .form-group > b {
	font-weight: 400;
	margin-left: 10px;
	color: #666
}

#product-reserved .form-wrap .form-group .radio-box {
	width: 80%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

#product-reserved .form-wrap .form-group .radio-item {
	position: relative;
	padding: 10px;
	margin-left: 10px;
	text-align: center;
	color: #666;
	border: none;
	border-radius: 5px;
	outline: 0;
	background-color: #f4f4f4;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
	width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
}

#product-reserved .form-wrap .form-group .radio-item:first-child {
	margin-left: 0
}

#product-reserved .form-wrap .form-group .radio-item > i {
	position: absolute;
    left: 10px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: inset 0 1px 4px rgba(49, 49, 49, .21);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#product-reserved .form-wrap .form-group .radio-item > i:after {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    content: '';
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background-color: #e7e7e7
}

#product-reserved .form-wrap .form-group .radio-item input[type=radio]:checked + i {
	box-shadow: inset 0 1px 4px rgba(193, 37, 32, .57)
}

#product-reserved .form-wrap .form-group .radio-item input[type=radio]:checked + i:after {
	background-color: #eb4c46
}

#product-reserved .form-wrap .form-group .radio-item input {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0)
}

#product-reserved .form-wrap .form-group > textarea {
	line-height: 1.5;
	resize: auto
}

#product-reserved .form-wrap .form-group > button {
	width: 80%;
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
	display: block;
	margin-top: 80px;
	cursor: pointer;
	color: #fff;
	border: none;
	border-radius: 5px;
	outline: 0;
	background-color: #fb4755
}

@media (max-width: 960px) {
	#product-reserved .container {
		flex-direction: column;
		justify-content: flex-start;
	}

	#product-reserved .content-wrap {
		width: 100%;
		margin-top: 10px
	}

	#product-reserved .form-wrap {
		padding: 20px
	}

	#product-reserved .form-wrap .form-group {
		padding-left: 70px;
	}

	#product-reserved .form-wrap .form-group > label {
		width: 70px
	}

	#product-reserved .form-wrap .form-group > input,
	#product-reserved .form-wrap .form-group > select,
	#product-reserved .form-wrap .form-group .radio-box,
	#product-reserved .form-wrap .form-group > textarea,
	#product-reserved .form-wrap .form-group > button {
		width: 100%
	}

	#product-reserved .form-wrap .form-group > b {
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
	}

	#product-reserved .form-wrap .form-group > button {
		margin-top: 30px
	}
}

@media (max-width: 640px) {
	#homepage .banner{ height: 300px; }
	#product-reserved .form-wrap {
		margin-top: 10px;
		padding: 14px
	}

	#product-reserved .form-wrap .form-group {
		padding-left: 60px;
	}

	#product-reserved .form-wrap .form-group > label {
		width: 60px;
		padding-right: 4px
	}

	#product-reserved .form-wrap .form-group .radio-box {
		flex-direction: column
	}

	#product-reserved .form-wrap .form-group .radio-item {
		display: inline-block;
		width: 100%;
		margin: 10px 0
	}

	#product-reserved .form-wrap .form-group > button {
		line-height: 40px
	}
}

@media (max-width: 360px) {
	#product-reserved .form-wrap .form-group {
		padding-left: 0;
		margin: 10px auto
	}

	#product-reserved .form-wrap .form-group > label {
		position: static;
		width: auto;
	}
}