:root {
	--global-deep-blue-color: #00239e;
	--global-light-blue-color: #00b8fc;
	--html-bgcolor: #f6f6f6;
}

html,
body,
div,
header,
footer,
ul,
li,
h1,
h2,
h3,
h4,
strong,
p,
a,
span,
i,
button,
img {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	font-size: 14px;
	background-color: var(--html-bgcolor);
	/* padding-top: 80px; */
}
strong {
	font-size: 14px;
	font-weight: bold;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: unset;
}

a:hover {
	color: var(--global-light-blue-color) !important;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}

.text-center {
	text-align: center;
}

.flex-align-center {
	display: flex;
	align-items: center;
}

.mar-10 {
	margin: 10px;
}

.mar-20 {
	margin: 20px;
}

.mar-30 {
	margin: 30px;
}

.mar-l-10 {
	margin-left: 10px;
}

.mar-l-20 {
	margin-left: 20px;
}

.mar-l-30 {
	margin-left: 30px;
}

.mar-r-10 {
	margin-right: 10px;
}

.mar-r-20 {
	margin-right: 20px;
}

.mar-r-30 {
	margin-right: 30px;
}

.mar-t-10 {
	margin-top: 10px;
}

.mar-t-20 {
	margin-top: 20px;
}

.mar-t-30 {
	margin-top: 30px;
}

.mar-b-10 {
	margin-bottom: 10px;
}

.mar-b-20 {
	margin-bottom: 20px;
}

.mar-b-30 {
	margin-bottom: 30px;
}

.pad-10 {
	padding: 10px;
}

.pad-20 {
	padding: 20px;
}

.pad-30 {
	padding: 30px;
}

.pad-t-10 {
	padding-top: 10px;
}

.pad-t-20 {
	padding-top: 20px;
}

.pad-t-30 {
	padding-top: 30px;
}

.pad-l-10 {
	padding-left: 10px;
}

.pad-l-20 {
	padding-left: 20px;
}

.pad-l-30 {
	padding-left: 30px;
}

.pad-r-10 {
	padding-right: 10px;
}

.pad-r-20 {
	padding-right: 20px;
}

.pad-r-30 {
	padding-right: 30px;
}

.pad-b-10 {
	padding-bottom: 10px;
}

.pad-b-20 {
	padding-bottom: 20px;
}

.pad-b-30 {
	padding-bottom: 30px;
}

.mar-t-50 {
	margin-top: 50px;
}

.mar-b-50 {
	margin-bottom: 50px;
}

.pad-t-50 {
	padding-top: 50px;
}

.pad-b-50 {
	padding-bottom: 50px;
}

.no-mar-top {
	margin-top: 0 !important;
}

.no-mar-bottom {
	margin-bottom: 0 !important;
}

.dis-block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.w-100 {
	width: 100% !important;
}

.h-100 {
	height: 100%;
}

.banner {
	height: 600px;
}

.banner-title-h1 {
	font-size: 50px;
}

.banner-title-h2 {
	font-size: 30px;
}

.banner {
	color: #fff;
}

.bg-other-attr {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#current-detail-menu {
	color: var(--global-light-blue-color);
}

.content-title {
	margin-top: 50px;
	margin-bottom: 50px;
}

.color-white {
	color: #fff;
}
.current-part{
	box-shadow: 0 0 20px #000!important;
}

.bg-white {
	background-color: #fff !important;
}

.box-shadow {
	box-shadow: 0 6px 10px 0 rgb(0 0 0 / 7%);
}

.box-shadow-deep {
	box-shadow: 0 6px 10px 0 rgb(0 0 0 / 20%);
}

.p-text-indent {
	text-indent: 2em;
}

.li-style-decimal {
	list-style: decimal !important;
}

.btn {
	width: 200px;
	height: 50px;
	border-radius: 30px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	cursor: pointer;
}

.btn-blue {
	background-color: var(--global-light-blue-color);
	color: #fff;
}

.btn-blue:hover {
	background-color: #3bc8fc;
	box-shadow: 0 0 4px 0 rgba(107, 107, 107, 0.6);
}

.banner-height-480 {
	height: 480px;
}

.cusor-pointer {
	cursor: pointer;
}

.show {
	display: block !important;
}

.hidden {
	display: none !important;
}

.height-auto {
	height: auto !important;
}

.color-blue {
	color: var(--global-light-blue-color) !important;
}

.font-bold {
	font-weight: bold;
}

.overflow-hidden {
	overflow: hidden;
}

.rote {
	transform: rotate(180deg);
}


/* header -- begin */
#header {
	width: 100%;
	/* position: fixed; */
	/* top: 0;
	left: 0;
	right: 0;
	z-index: 100; */
	/* box-shadow: 0 0 5px #ccc; */
}

header .menuBtn {
	display: none;
}

header {
	width: 100%;
	height: 80px;
	padding: 6px 30px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header ul.menu-first {
	display: flex;
	width: 700px;
	height: 80px;
	justify-content: space-between;
	align-items: center;
}

header #logo {
	width: 100px;
}

header .menu-first .menu {
	height: 80px;
	padding: 0 10px;
	display: flex;
	align-items: center;
}

header .menu>a,
.menu strong {
	font-size: 16px;
}

header .menu-first-active {
	color: var(--global-light-blue-color);
	font-weight: bold;
}

header .menu-wrap {
	top: 60px;
}

header .case-menu-content {
	padding: 40px;
}

header .case-menu-content .menu-li {
	display: inline-block;
	float: left;
	width: 300px;
	min-height: 160px;
}

header .case-menu-content .menu-li:nth-child(4) {
	width: auto;
}

header .case-menu-content .menu-li:last-child {
	min-height: unset;
}

header .solution-menu-content {
	margin: 30px auto;
	display: flex;
	justify-content: space-around;
}

header .menu-first .menu-wrap {
	width: 1000px;
	height: 0;
	background-color: #fff;
	overflow: hidden;
	position: fixed;
	left: 50%;
	margin-left: -450px;
	top: 100px;
	right: 0;
	transition: all 0.2s;
	box-shadow: 0 6px 10px 0 rgb(0 0 0 / 7%);
	z-index: 100;
}

header .menu-first .product-menu-wrap {
	height: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

header .product-menu-content {
	margin: 30px;
	display: flex;
	justify-content: space-around;
}

header .menu-first .case-menu-wrap {
	width: 1149px;
	height: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: center;
}

header .menu-first .mark {
	display: none;
	width: 20px;
	height: 20px;
	content: '';
	background-color: #fff;
	position: absolute;
	top: 90px;
	transform: rotate(45deg);
	z-index: 101;
}

header .menu-solution .mark,
header .menu-case .mark {
	left: 30px;
}

header .menu-product .mark {
	left: 40px;
}

header .menu-solution .mark {
	left: 30px;
}


header .menu-first>li:hover .solution-menu-wrap {
	height: 208px;
}

header .menu-first>li:hover .product-menu-wrap {
	height: 370px;
}

header .menu-first>li:hover i.icon-instructions {
	display: block;
}

header .menu-first>li:hover .case-menu-wrap {
	height: 350px;
}

header .menu-first>li:hover .mark {
	display: block;
}

header .menu-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

header .mark-icon {
	display: none;
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(/static/imgs/icons/icons-menu-folding.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 20px;
	right: 30px;
	margin: auto;
	z-index: 101;
}

/* 解决方案 */
header .integration i {
	background-image: url('/static/imgs/icons/icons-header-menu-integration.png');
}

header .government i {
	background-image: url('/static/imgs/icons/icons-header-menu-government.png');
}

header .analysis i {
	background-image: url('/static/imgs/icons/icons-header-menu-analysis.png');
}

header .datacenter i {
	background-image: url('/static/imgs/icons/icons-header-menu-datacenter.png');
}

header .consulting i {
	background-image: url('/static/imgs/icons/icons-header-menu-consulting.png');
}

/* 成功案例 */
header .case-menu-content .menu-li:nth-child(1) i {
	background-image: url('/static/imgs/icons/icons-header-menu-highEndEquipment.png');
}

header .case-menu-content .menu-li:nth-child(2) i {
	background-image: url('/static/imgs/icons/icons-header-menu-highTech.png');
}

header .case-menu-content .menu-li:nth-child(3) i {
	background-image: url('/static/imgs/icons/icons-header-menu-building.png');
}

header .case-menu-content .menu-li:nth-child(4) i {
	background-image: url('/static/imgs/icons/icons-header-menu-express.png');
}

header .case-menu-content .menu-li:nth-child(5) i {
	background-image: url('/static/imgs/icons/icons-header-menu-financial.png');
}

header .case-menu-content .menu-li:nth-child(6) i {
	background-image: url('/static/imgs/icons/icons-header-menu-telecom.png');
}

header .menu-li ul li {
	line-height: 26px;
}

header .menu-li ul li a {
	color: #7c7c7c;
}

/* header -- end */

/* footer -- begin */
footer {
	color: #fff;
	height: 310px;
	width: 100%;
	background-color: #000;
	/* background-image: url('/static/imgs/bg-imgs/bgimg-footer.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
}

footer #logo-footer {
	width: 100px;
}

footer .company-value {
	font-size: 16px;
	font-weight: normal;
	color: var(--global-light-blue-color);
}

footer .copyright {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #c3c3c3;
	font-size: 12px;
	bottom: 0;
	background-color: #373737;
}

footer .footer-wrap {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}

footer .footer-title {
	font-size: 16px;
	font-weight: bold;
	color: var(--global-light-blue-color);
}

footer .footer-li li {
	line-height: 30px;
}

footer .footer-li .footer-title {
	padding-bottom: 30px;
}

footer .icon-footer {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-size: center;
}

footer .footer-phone {
	background-image: url('/static/imgs/icons/icons-footer-phone.png');
}

footer .footer-email {
	background-image: url('/static/imgs/icons/icons-footer-email.png');
}

footer .footer-address {
	background-image: url('/static/imgs/icons/icons-footer-address.png');
}

/* footer -- end  */


.container {
	width: 1200px;
	margin: 0 auto;
}


/* solution-detail -- begin  */
.detail-menu {
	font-weight: bold;
	font-size: 16px;
}

.solution-description-wrap {
	width: 100%;
	height: 350px;
	position: relative;
	margin: 100px 0;
}

.solution-description {
	width: 800px;
	height: auto;
	overflow: auto;
	background-color: #fff;
	line-height: 26px;
	padding: 40px;
	box-shadow: 0 0 10px 0 rgb(189, 189, 189);
	text-indent: 2em;
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.solution-description-bg {
	width: 800px;
	height: 120%;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

/* solution-detail -- end  */

/* solution-advantage -- begin */
.solution-advantage-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.advantage-li {
	padding-top: 90px;
	width: 260px;
	height: 360px;
}

.advantage-li h1 {
	font-size: 20px;
}

.advantage-li h2 {
	font-size: 16px;
	font-weight: normal;
}

.advantage-li:nth-child(1) {
	background-image: url('/static/imgs/bg-imgs/solution-advantage-industry-1.png');
}

.advantage-li:nth-child(2) {
	background-image: url('/static/imgs/bg-imgs/solution-advantage-industry-2.png');
}

.advantage-li:nth-child(3) {
	background-image: url('/static/imgs/bg-imgs/solution-advantage-industry-3.png');
}

.advantage-li:nth-child(4) {
	background-image: url('/static/imgs/bg-imgs/solution-advantage-industry-4.png');
}

/* solution-advantage -- end */

/* solution-case --begin */
.solution-case-wrap {
	height: 500px;
	display: flex;
	justify-content: space-between;
}

.solution-case-img {
	width: 700px;
	height: 100%;
	background-image: url('/static/imgs/bg-imgs/solution-case-industry.png');
}

.solution-case-description {
	width: 400px;
	height: 100%;
	overflow: auto;
	/* display: flex;
  flex-direction: column;
  justify-content: space-around; */
}

.solution-case-description h1 {
	font-size: 20px;
}

.solution-case-description p {
	line-height: 26px;
}

.solution-case-img .btn {
	width: 160px;
	height: 50px;
	border-radius: 30px;
	background-color: rgb(0, 184, 252);
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.solution-case-img .btn:hover {
	box-shadow: 2px 4px 10px 0 rgb(77, 77, 77);
	background-color: rgb(73, 206, 255);
	text-shadow: 1px 1px 2px rgb(3, 93, 121);
	cursor: pointer;
}

.solution-case-img .btn .arrow-right {
	display: inline-block;
	width: 34px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	background-image: url('/static/imgs/icons/icons-solution-case-inbtn-rightarrow.png');
}

/* solution-case --end */

/* 立即咨询 -- start */
.consultation {
	height: 160px;
	background-color: var(--global-light-blue-color);
}

.consultation .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.consultation .container h1 {
	font-size: 28px;
	color: #fff;
}

.consultation .container .btn-white {
	width: 160px;
	height: 60px;
	background-color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	border-radius: 30px;
	color: var(--global-light-blue-color);
}

.consultation .container .btn-white:hover {
	box-shadow: 2px 4px 10px 0 rgb(21, 101, 148);
	text-shadow: 1px 1px 1px rgb(231, 231, 231);
	color: #04a4df;
	cursor: pointer;
}

/* 立即咨询 -- end */

/* 立即咨询-弹窗 -- begin */
#layer {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
}

.layer {
	width: 800px;
	height: auto;
	background-color: #fff;
	margin: 200px auto;
	padding: 40px;
	border-radius: 10px;
}

.layer h1 {
	color: var(--global-light-blue-color);
	font-size: 26px;
	margin-bottom: 30px;
}

.layer form>div {
	width: 50%;
	display: inline-block;
	float: left;
	margin: 10px 0;
}

.close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
}

/* 立即咨询-弹窗 -- end */

.swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
	cursor: pointer;
}
.swiper-pagination-bullet-active{
	background-color: var(--global-light-blue-color);
}

.menuBtn {
	position: fixed;
	width: 40px;
	height: 40px;
	color: #000;
	font-size: 32px;
	right: 9px;
	top: 9px;
	display: none;
}

.menuBtn span,
.menuBtn span:after,
.menuBtn span:before {
	background-color: #000;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.menuBtn span {
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 24px;
	margin-left: -12px;
	border: none;
	cursor: pointer;
	color: inherit;
}

.menuBtn span,
.menuBtn span:after,
.menuBtn span:before {
	background-color: #000;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.menuBtn span:after,
.menuBtn span:before {
	-ms-transform-origin: 50% 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.menuBtn span:before {
	-ms-transform: translate(-50%, -.28em);
	-webkit-transform: translate(-50%, -0.28em);
	transform: translate(-50%, -0.28em);
}

.menuBtn span:after,
.menuBtn span:before {
	content: "";
	position: absolute;
	/* top: 0; */
	left: 50%;
	display: block;
	width: 100%;
	height: 100%;
}

.menuBtn span,
.menuBtn span:after,
.menuBtn span:before {
	background-color: #000;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.menuBtn span:after,
.menuBtn span:before {
	-ms-transform-origin: 50% 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.menuBtn span:after {
	-ms-transform: translate(-50%, .28em);
	-webkit-transform: translate(-50%, 0.28em);
	transform: translate(-50%, 0.28em);
}

.menuBtn span:after,
.menuBtn span:before {
	content: "";
	position: absolute;
	/* top: 0; */
	left: 50%;
	display: block;
	width: 100%;
	height: 100%;
}

header .menuBtn.open span {
	background: 0 0;
}

header .menuBtn.open span:before {
	-ms-transform: translate(-50%, 0) rotate(45deg);
	-webkit-transform: translate(-50%, 0) rotate(45deg);
	transform: translate(-50%, 0) rotate(45deg);
}

header .menuBtn.open span:after {
	-ms-transform: translate(-50%, 0) rotate(-45deg);
	-webkit-transform: translate(-50%, 0) rotate(-45deg);
	transform: translate(-50%, 0) rotate(-45deg);
}

header .official-accounts {
	color: #000;
	top: 50px;
	right: 0;
	width: 320px;
	height: 0;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 16px #c5c5c5;
	border-radius: 2px;
	z-index: 10;
	text-align: center;
	transition: all 0.2s;
}

header .official-accounts>p.pad-b-10 {
	padding-top: 26px;
}

header .arrow-wechat {
	display: none;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	bottom: -3px;
	right: 8px;
	z-index: 30;
}

header .menu-wechat img {
	cursor: pointer;
	padding: 10px 0 10px 10px;
}

header .menu-wechat:hover .official-accounts {
	display: block;
	height: 100px;
}

header .menu-wechat:hover .arrow-wechat {
	display: block;
}

/* 回到顶部 */
#btn-to-top {
	display: none;
	background-color: #fff;
	position: fixed;
	right: 30px;
	bottom: 10%;
	width: 40px;
	height: 40px;
	border-radius: 0;
	cursor: pointer;
	transition: .3s;
	border: 1px solid rgba(220,223,230,.1);
	box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
	z-index: 1009;
}

@media only screen and (max-width: 1199px) {
	body{
		padding-top: 60px;
	};
	header .menu-first .menu-product .mark-icon, header .menu-first div.product-menu-wrap {
		display: none;
	}
	
	header .case-menu-content .menu-li ul {
		display: none;
	}

	header .menuBtn {
		display: block;
	}

	header {
		height: 60px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 200;
	}

	/* div.swiper {
		margin-top: 60px;
	} */

	header #logo {
		width: 80px;
		vertical-align: middle;
	}

	.menu-wechat {
		display: none;
	}

	.swiper .scroll-title h1,
	.banner-title-h1 {
		font-size: 30px;
	}

	.swiper .scroll-title h2,
	.banner-title-h2 {
		padding: 0 40px;
		font-size: 20px;
	}

	header ul.menu-first {
		display: none;
		position: fixed;
		top: 118px;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		background: #fff;
		color: #000;
		overflow: auto;
	}

	header .menu-first .menu {
		height: 62px;
		padding: 20px 30px;
		border-bottom: 1px solid #eee;
		position: relative;
		background-color: #f6f6f6;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		overflow: hidden;
	}

	header .menu-first .menu-wrap {
		display: block;
		height: auto;
		width: 100%;
		position: unset;
		margin-left: 0;
		background-color: inherit;
		box-shadow: unset;
		background: rgba(0, 0, 0, 0);
	}

	header li.menu>a {
		font-size: 16px;
	}

	header .menu-li strong i {
		display: none;
	}

	header .menus-second {
		display: block;
	}

	header .menu-li ul {
		height: 0;
		overflow: hidden;
		margin: 0;
		padding-left: 14px;
		transition: all 0.5s;
	}

	header .menu-li {
		margin-top: 10px;
	}

	header .menu-li strong {
		margin-bottom: 10px;
		font-weight: normal;
		font-size: 14px;
		padding-left: 14px;
		position: relative;
	}

	header .menu-li strong::before {
		display: block;
		content: '◀';
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		font-size: 12px;
		line-height: 18px;
	}
	header .case-menu-content .menu-li strong::before {
		display: none;
	}

	header .mark {
		visibility: hidden;
	}

	header .menus-second {
		margin: 20px 0 0;
	}

	header .menu-first>li:hover .solution-menu-wrap,
	header .menu-first>li:hover .product-menu-wrap,
	header .menu-first>li:hover .case-menu-wrap {
		height: auto;
	}

	header .mark-icon {
		display: block;
	}

	header .product-menu-wrap .menu-li ul {
		display: none;
	}

	header .case-menu-content {
		padding: 0;
	}

	header .case-menu-content .menu-li {
		display: block;
		float: unset;
		width: 100%;
		min-height: unset;
	}

	header .product-menu-content>li {
		margin-bottom: 20px;
	}

	.container {
		width: 100%;
		padding: 0 20px;
	}

	.title-line {
		display: none;
	}

	.content-title {
		font-size: 20px;
		font-weight: normal;
		margin: 20px 0;
	}

	.swiper-button-next:after,
	.swiper-rtl .swiper-button-prev:after,
	.swiper-button-prev:after,
	.swiper-rtl .swiper-button-next:after {
		display: none;
	}

	.no-after::after {
		display: none !important;
	}

	div#consultation {
		width: 100%;
	}

	div.consultation {
		height: 120px;
	}

	div.consultation .container {
		flex-direction: column;
		justify-content: center;
	}

	div.consultation .container h1 {
		font-size: 16px;
		margin-bottom: 18px;
	}

	div.consultation .container .btn-white {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	#footer footer {
		height: auto;
	}

	footer .footer-wrap {
		width: 100%;
		display: block;
		padding: 20px 20px 30px;
	}

	footer .footer-wrap li.footer-li {
		display: inline-block;
		margin: 20px 10px 0 0;
	}

	footer .footer-wrap li.footer-li:last-child {
		margin-bottom: 20px;
	}

	footer .footer-wrap li.logo-li {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	footer .footer-li .footer-title {
		padding-bottom: 10px;
	}

	footer li i.icon-footer {
		display: none;
	}

	div.banner {
		height: 300px;
		padding-top: 60px;
	}

	div.detail-menu {
		text-align: center;
		padding: 20px;
		font-size: 12px;
	}

	#layer {
		overflow: auto;
	}
	div.layer {
		width: 96%;
		margin: 80px auto;
	}
	div.layer form>div {
		width: 100%;
	}
}
