html,
body {
	overflow-x: hidden;
}

/* 新楼盘、优选二手房 */
.layout-box-wrap:first-child {
	padding: 0 12px 0 0;
}

.layout-box-wrap:last-child {
	padding: 0 0 0 12px;
}

.layout-box-wrap .box-inner .block-layout {
	padding-bottom: 75%;
}

.layout-box-wrap .box-inner .block-layout img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.layout-box-wrap .box-inner .txtarea {
	padding: 16px;
	background: #F9FBFB;
	border-radius: 4px;
}

.layout-box-wrap .box-inner .txtarea .house-name {
	font-size: 20px;
	color: rgba(3, 0, 0, .8);
	line-height: 28px;
}

.layout-box-wrap .box-inner .txtarea .address {
	font-size: 14px;
	color: rgba(3, 0, 0, .4);
	line-height: 22px;
	padding: 4px 0 6px;
}

.layout-box-wrap .box-inner .txtarea .price {
	font-size: 12px;
	color: #FD5945;
	text-align: right;
	line-height: 28px;
}

.layout-box-wrap .box-inner .txtarea .price .big-size {
	font-size: 20px;
	display: inline-block;
	padding: 0 0 0 4px;
}

.layout-box-wrap .popup-box-inner {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
	border-radius: 4px;
}

.layout-box-wrap:hover .popup-box-inner {
	z-index: 2;
	transition: .5s;
	-webkit-transition: .5s;
}

.layout-box-wrap .popup-box-inner .top-inner {
	height: 212px;
	box-sizing: border-box;
	padding: 0 16px 0;
	background: rgba(255, 255, 255, .6);
}

.layout-box-wrap .popup-box-inner .top-inner .house-name {
	font-size: 20px;
	color: rgba(3, 0, 0, .8);
	line-height: 28px;
	padding: 108px 0 4px;
	box-sizing: border-box;
}

.layout-box-wrap .popup-box-inner .top-inner .address {
	font-size: 14px;
	color: rgba(3, 0, 0, .4);
	line-height: 22px;
	padding: 0 0 6px;
}

.layout-box-wrap .popup-box-inner .top-inner .price {
	font-size: 12px;
	color: #FD5945;
	text-align: right;
	line-height: 28px;
}

.layout-box-wrap .popup-box-inner .top-inner .price .big-size {
	font-size: 20px;
}

.layout-box-wrap .popup-box-inner .txtarea {
	height: 123px;
	box-sizing: border-box;
	background: #F9FBFB;
	border-radius: 4px;
}

.layout-box-wrap .popup-box-inner .txtarea .house-name {
	font-size: 14px;
	color: rgba(3, 0, 0, .8);
	line-height: 22px;
	padding: 42px 0 8px 16px;
}

.layout-box-wrap .popup-box-inner .txtarea .tel {
	font-size: 16px;
	color: rgba(3, 0, 0, .8);
	line-height: 24px;
	padding: 0 0 0 16px;
}

.layout-box-wrap .popup-box-inner .txtarea .tel .icon-tel {
	margin: 0 8px 0 0;
}


/* title公用 */
.index-list-title {
	letter-spacing: 0;
	line-height: 38px;
	cursor: context-menu;
}

.index-list-title p {
	letter-spacing: 0;
	line-height: 22px;
	margin: 8px 0 24px;
}

.index-list-title p .rightArea a {
	color: rgba(3, 0, 0, .6);
}

.index-list-title p .more:hover {
	color: #04A4AA;
}


.topInner .bot {
	line-height: 64px;
	background: rgba(4, 164, 170, .80)
}

.topInner .bot li a {
	color: #fff;
	padding: 0 2px;
	font-size: 18px;
	display: block;
	position: relative;
	padding: 0 12px;
}

.hot {
	/* animation: myhot 1s infinite; */
	top: 0;
	right: -30px;
}

/* 
@keyframes myhot {
	0% {
		top:0;
	}

	50% {
		top:3px;
	}
	
	100% {
		top:0;
	}
} */

.topInner .bot li.active a:before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 4px;
	background: #fff;
	left: 10px;
	right: 10px;
}

.topInner .bot li:hover a:before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 4px;
	background: #fff;
	left: 10px;
	right: 10px;
}

.main {
	/* transform:translateY(-64px); */
	z-index: 1;
}

.banner {
	height: 420px;
	background: #E8EFF5;
}

.banner .swiper-container {
	width: 100%;
}

.banner .swiper-slide {
	background-size: contain;
}

.banner .swiper-container {
	height: 100%;
}

.banner .swiper-slide img {
	width: 100%;
	height: 100%;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	border-radius: 8px;
	background: #fff;
	opacity: .4;
	width: 10px;
	height: 10px;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 8px;
	background: #fff;
	opacity: .8;
	transition: .3s;
	-webkit-transition: .3s;
}

.search {
	z-index: 3;
	padding: 0 0 0 31px;
	box-sizing: border-box;
}

.search .search-topinner {
	font-size: 20px;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	margin: 0 0 20px;
}

.search .bot .search-topinner li {
	margin: 0 8px;
	cursor: pointer;
	position: relative;
}

.search .bot .search-topinner li.active {
	text-shadow: 0 2px 4px #000;
}

.search .bot .search-topinner li.active:before {
	content: '';
	position: absolute;
	z-index: 1;
	border: 4px solid #fff;
	width: 0;
	left: 50%;
	margin-left: -5px;
	transform: rotate(45deg);
	bottom: -24px;
}

.search .bot .btn-search-wrap input {
	/* width: 504px; */
	height: 40px;
	border-radius: 4px 0 0 4px;
	outline: none;
	border: 0;
}

.common-header .botInner .search .bot .btn-search-wrap {
	background: #fff;
}

.common-header .botInner .search .logo {
	/*margin-right: 24px;*/
}

.search .bot ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: rgba(0, 0, 0, .2);
}

.search .bot :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(0, 0, 0, .2);
}

.search .bot ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(0, 0, 0, .2);
}

.search .bot :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: rgba(0, 0, 0, .2);
}

.search .bot .btn-search-wrap .map-house::before {
	content: '';
	position: absolute;
	top: 8px;
	bottom: 8px;
	width: 1px;
	background: #ccc;
	left: 0;
}

.search .bot .btn-search-wrap .btn-search {
	width: 48px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	outline: none;
	border: 0;
	vertical-align: middle;
	background: #04a4aa;
	cursor: pointer;
	border-radius: 0 4px 4px 0;
}

.search .bot .btn-search-wrap .btn-search i {
	vertical-align: middle;
	font-size: 13px;
	color: #fff;
}

.search .bot .btn button {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .4);
	border-radius: 4px;
	background-image: linear-gradient(233deg, #FA666B 0%, #EB4E4D 95%);
	border: 0;
	outline: none;
	width: 100px;
	height: 40px;
	margin: 40px 4px 0 0;
}

.search .bot .btn button a {
	color: #fff;
}

.search .bot .btn button:hover {
	box-shadow: 0 2px 12px 0 #CFE5FB;
	cursor: pointer;
}

.main-label {
	padding: 40px 0 80px;
	justify-content: space-between;
}

.main-label .box-wrap {
	padding: 0 12px 28px;
	transition: .5s;
	width: 25%;
}

.main-label .box-wrap:first-child {
	padding: 0 12px 28px 0;
}

.main-label .box-wrap:last-child {
	padding: 0 0 28px 12px;
}

.main-label .block-layout img {
	border-radius: 3px;
}

.main-label .block-info {
	bottom: 0;
	width: 218px;
	height: 90px;
	left: 32px;
	background: #fff;
	box-shadow: 0 2px 4px 0 #E7ECF2;
	border-radius: 4px;
	text-align: center;
}

.main-label .block-info .top-inner {
	line-height: 28px;
	padding: 16px 0 8px 0;
}

.main-label .block-info .bot-inner {
	line-height: 22px;
}

.main-label .block-info .bot-inner .sign {
	display: inline-block;
	padding: 0 4px;
}

.main-label .box-wrap:hover .block-info {
	box-shadow: 0 2px 12px 0 #E7ECF2;
	border-radius: 4px;
}

.new-house-box .flex-layout {
	justify-content: start;
}

.new-house-box .layout-box-wrap {
	margin: 0 0 80px;
	padding: 0 12px 0;
	transition: .5s;
	width: 25%;
	box-sizing: border-box;
}

.adv {
	margin: 0 auto 40px;
}

.second-hand-house-box {
	margin: 0 auto 80px;
}

.second-hand-house-box .box-wrap-left {}

.second-hand-house-box .box-wrap-left .left-area {
	width: 282px;
	background: #F9FBFB;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 24px 0 0;
}

.second-hand-house-box .box-wrap-left .left-area .btn {
	margin: 0 0 10px;
	padding: 0 16px;
}

.second-hand-house-box .box-wrap-left .left-area .btn a {
	background-image: linear-gradient(215deg, #35D9E3 0%, #04A4AA 91%);
	box-shadow: 0 2px 4px 0 #CFE5FB;
	border-radius: 4px;
	color: #fff;
	border: 0;
	outline: none;
	width: 121px;
	line-height: 32px;
	cursor: pointer;
	text-align: center;
}

.second-hand-house-box .box-wrap-left .list-area.pad-1 {
	padding: 14px 16px 20px;
}

.second-hand-house-box .box-wrap-left .list-area.pad-2 {
	padding: 20px 16px 28px;
}

.second-hand-house-box .box-wrap-left .list-area.pad-3 {
	padding: 28px 16px 20px;
}

.second-hand-house-box .box-wrap-left .list-area.pad-4 {
	padding: 24px 16px 21px;
}

.second-hand-house-box .box-wrap-left .list-area.hover:hover {
	-webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.07);
}

.second-hand-house-box .box-wrap-left .list-area.hover:hover .more-local {
	display: block;
}

.second-hand-house-box .box-wrap-left .list-area .title {
	font-size: 20px;
	color: rgba(3, 0, 0, .8);
	margin: 0 0 8px;
}

.second-hand-house-box .box-wrap-left .list-area .title .rightArea {
	font-size: 14px;
	color: rgba(3, 0, 0, .6);
	line-height: 28px;
	/* padding: 0 12px 0 2px; */
}

.second-hand-house-box .box-wrap-left .list-area .title .rightArea:hover {
	color: #04A4AA;
}

.second-hand-house-box .box-wrap-left .list-area .more {
	/* background: url(../img/arrow_r.png) right 0 top 7px no-repeat; */
}

.second-hand-house-box .box-wrap-left .list-area .more i.rightArea {
	font-size: 12px;
	color: rgba(0, 0, 0, .25);
	padding: 0;
}

.second-hand-house-box .box-wrap-left .list-area .local a {
	font-size: 14px;
	color: rgba(3, 0, 0, .6);
	line-height: 22px;
	display: inline-block;
	margin: 0 10px 0 0;
}

.second-hand-house-box .box-wrap-left .list-area .local a:hover {
	color: #04A4AA;
}

.second-hand-house-box .box-wrap-left .list-area .sel-inner a {
	width: 121px;
	height: 24px;
	line-height: 24px;
	background: #E7ECF2;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
	margin: 0 0 8px;
	font-size: 14px;
	color: rgba(0, 0, 0, .6);
}

.second-hand-house-box .box-wrap-left .list-area .sel-inner .active {
	background: rgba(53, 217, 227, .1);
}

.second-hand-house-box .box-wrap-left .list-area .sel-inner a:hover {
	background: rgba(53, 217, 227, .1);
}

.second-hand-house-box .box-wrap-left .list-area .more-local {
	display: none;
	width: 150%;
	right: -150%;
	top: 0;
	background: #F9FBFB;
	box-sizing: border-box;
	padding: 16px;
	position: absolute;
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.07);
	z-index: 20;
	text-align: left;
	-webkit-animation: leftFadeIn .3s ease-out;
	-moz-animation: leftFadeIn .3s ease-out;
	animation: leftFadeIn .3s ease-out;
}

.second-hand-house-box .box-wrap-right .flex-layout-fall {
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: start;
}

.second-hand-house-box .box-wrap-right .layout-box-wrap .box-inner .block-layout img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.second-hand-house-box .box-wrap-right {
	width: 918px;
}

.second-hand-house-box .box-wrap-right .layout-box-wrap {
	width: 282px;
	box-sizing: border-box;
	padding: 0;
	margin: 0 0 24px 24px;
}

.second-hand-house-box .box-wrap-right .layout-box-wrap:nth-child(n + 4) {
	margin-bottom: 0;
}

.borker-box {
	margin: 0 auto 80px;
}

.borker-box .index-list-title .btn-borker-in {
	display: inline-block;
	background-image: linear-gradient(215deg, #35D9E3 0%, #04A4AA 91%);
	box-shadow: 0 2px 4px 0 #CFE5FB;
	border-radius: 4px;
	color: #fff;
	width: 98px;
	line-height: 32px;
	text-align: center;
	margin: 0 20px 0 0;
}

.borker-box .index-list-title .btn-borker-in:hover {
	color: #fff;
}

.borker-box .list-box {
	width: 384px;
	display: inline-block;
	text-align: center;
	background: url(../img/house/broker_bg.png) top 0 left 0 no-repeat;
}

.borker-box .list-box .bot-inner {
	background: #fff;
	box-shadow: 0 2px 4px 0 #E7ECF2;
}

.borker-box .list-box.list-box-center {
	margin: 0 24px;
}

.borker-box .list-box .top-inner {
	color: #fff;
	padding: 24px 0 0;
}

.borker-box .list-box .top-inner .heade-img {
	width: 88px;
	height: 88px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	background-size: 100%;
}

.borker-box .list-box .top-inner .heade-img img {
	width: 100%;
	height: 100%;
}

.borker-box .list-box .top-inner .info-box {
	font-size: 16px;
	line-height: 24px;
	margin: 8px 0 4px;
}

.borker-box .list-box .top-inner .info-box .ih {
	margin: 0 4px 0 8px;
}

.borker-box .list-box .top-inner .info-box i {
	font-size: 12px;
	color: #ffd073;
}

.borker-box .list-box .top-inner .tel {
	font-size: 16px;
	line-height: 24px;
}

.borker-box .list-box .top-inner .tel-inner {
	line-height: 24px;
}

.borker-box .list-box .top-inner .tel-inner .icon-tel {
	margin: 0 8px;
	font-size: 12px;
}

.borker-box .list-box .top-inner .perinfo {
	padding: 16px 0 24px;
}

.borker-box .list-box .top-inner .perinfo li {
	width: 96px;
}

.borker-box .list-box .top-inner .perinfo li div {
	font-size: 14px;
	line-height: 22px;
}

.borker-box .list-box .top-inner .perinfo li .num {
	margin: 0 0 4px;
}

.borker-box .list-box .top-inner .perinfo .perinfo-center:before,
.borker-box .list-box .top-inner .perinfo .perinfo-center:after {
	content: '';
	position: absolute;
	top: 20px;
	bottom: 0;
	width: 1px;
	background: rgba(255, 255, 255, .6);
}

.borker-box .list-box .top-inner .perinfo .perinfo-center:before {
	left: 0;
}

.borker-box .list-box .top-inner .perinfo .perinfo-center:after {
	right: 0;
}

.borker-box .list-box .bot-inner {
	padding: 24px 24px 32px;
}

.borker-box .list-box .bot-inner li {
	line-height: 24px;
	font-size: 16px;
}

.borker-box .list-box .bot-inner li:nth-child(2) {
	margin: 16px 0;
}

.borker-box .list-box .bot-inner li a {
	color: rgba(3, 0, 0, .6);
}

.borker-box .list-box .bot-inner .left-area .bright {
	font-size: 16px;
	color: rgba(3, 0, 0, .8);
}

.borker-box .list-box .bot-inner .right-area {
	font-size: 12px;
	color: #FD5945;
}

.borker-box .list-box .bot-inner .right-area .big-size {
	font-size: 16px;
}

.borker-box .list-box .bot-inner .btn-shop {
	display: inline-block;
	border: 1px solid #04A4AA;
	border-radius: 4px;
	width: 180px;
	line-height: 30px;
	margin: 28px auto 0;
	color: #04A4AA;
}

.store {
	margin: 0 auto 80px;
}

.store .index-list-title .btn-borker-in {
	display: inline-block;
	background-image: linear-gradient(215deg, #35D9E3 0%, #04A4AA 91%);
	box-shadow: 0 2px 4px 0 #CFE5FB;
	border-radius: 4px;
	color: #fff;
	width: 98px;
	line-height: 32px;
	text-align: center;
	margin: 0 20px 0 0;
}

.store .index-list-title .btn-borker-in:hover {
	color: #fff;
}

.store .list-box-wrap {
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: start;
	margin: 0 -12px;
}

.store .list-box {
	width: 384px;
	height: 120px;
	background: #F9FBFB;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 16px;
	margin: 0 12px 24px;
}

/* .store .list-box:nth-child(n+4) {
	margin: 0;
} */

.store .list-box .heade-img {
	width: 88px;
	height: 88px;
	margin: 0 16px 0 0;
}

.store .list-box .heade-img img {
	width: 100%;
	height: 100%;
}
.store .list-box .list-inner {
	margin-left: 104px;
	width: auto;
}
.store .list-box .list-inner .name {
	font-size: 16px;
	color: rgba(3, 0, 0, .8);
	line-height: 24px;
	margin: 0 0 4px;
}

.store .list-box .list-inner .address {
	font-size: 12px;
	color: rgba(3, 0, 0, .4);
	line-height: 20px;
	margin: 0 0 10px;
}

.store .list-box .list-inner .txtarea {
	font-size: 12px;
	color: rgba(0, 0, 0, .4);
	line-height: 24px;
}

.store .list-box .list-inner .txtarea span {
	font-size: 16px;
	color: rgba(0, 0, 0, .8);
	display: inline-block;
	box-sizing: border-box;
	padding: 0 16px 0 8px;
	vertical-align: bottom;
}


.store .list-box .list-inner .txtarea .center-inner:before,
.store .list-box .list-inner .txtarea .center-inner:after {
	content: '';
	position: absolute;
	top: 6px;
	bottom: 6px;
	width: 1px;
	background: #979797;
}

.store .list-box .list-inner .txtarea .center-inner:before {
	left: -7px;

}

.store .list-box .list-inner .txtarea .center-inner:after {
	right: 7px;
}

.second-hand-house-box.community .box-wrap-left .left-area {
	padding: 0;
}

.second-hand-house-box.community .box-wrap-left .list-area.pad-1 {
	padding: 16px 16px 12px;
}

.second-hand-house-box.community .box-wrap-left .list-area.pad-2 {
	padding: 10px 16px 12px
}

.second-hand-house-box.community .layout-box-wrap .box-inner .txtarea .price {
	line-height: 25px;
}

.second-hand-house-box.community .box-wrap-right .layout-box-wrap {
	margin: 0 0 0 24px;
}

.deal-house .index-list-title .more {
	font-size: 14px;
	color: rgba(0, 0, 0, .6);
	line-height: 22px;
}

.deal-house .commodity-left {
	width: 588px;
	margin: 0 24px 0 0;
}

.deal-house .commodity-left.right-area {
	margin: 0;
}

.deal-house .commodity-left-content .content {
	margin: 0 0 24px 0;
}

.deal-house .commodity-left-content .content:last-child {
	margin: 0;
}

.deal-house .commodity-left .display-chart {
	width: 212px;
	height: 160px;
}

.deal-house .commodity-left .display-chart img {
	width: 100%;
	height: 100%;
	border-radius: 4px 0 4px 0;
}

.deal-house .commodity-left .display-chart .pos-a {
	top: 0;
	left: 0;
	border-radius: 4px 0 4px 0;
	width: 48px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	color: #FFf;
}

.deal-house .commodity-left .display-chart .cs {
	background-image: linear-gradient(251deg, #55E884 3%, #25C289 75%);
}

.deal-house .commodity-left .display-chart .cz {
	background-image: linear-gradient(245deg, #FFD073 10%, #C89F55 99%);
}

.deal-house .commodity-left .r-list-area {
	background: #F9FBFB;
	border-radius: 4px;
	height: 160px;
	box-sizing: border-box;
	padding: 16px 16px 0;
}

.deal-house .commodity-left .r-list-area .house-name {
	line-height: 28px;
	width: 344px;
}

.deal-house .commodity-left .r-list-area .house-name:hover {
	color: #04A4AA;
}

.deal-house .commodity-left .r-list-area .house-info {
	line-height: 22px;
	margin: 0 0 4px;
}

.deal-house .commodity-left .r-list-area .house-info p {
	float: left;
	padding: 0 8px;
}

.deal-house .commodity-left .r-list-area .house-info p:first-child {
	padding: 0 8px 0 0;
}

.deal-house .commodity-left .r-list-area .house-info p:first-child:before {
	display: none;
}

.deal-house .commodity-left .r-list-area .house-info p:before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 5px;
	height: 12px;
	width: 1px;
	background: #979797;
}

.deal-house .commodity-left .r-list-area .cost-info {
	font-size: 14px;
	color: rgba(3, 0, 0, .6);
	line-height: 22px;
}

.deal-house .commodity-left .r-list-area .small-info {
	font-size: 10px;
	color: #057D82;
	background: rgba(255, 255, 255, .6);
	border: 1px solid #057D82;
	border-radius: 2px;
	width: auto;
	padding:0 1px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	display: inline-block;
	margin: 0 8px 0 0;
}

.deal-house .commodity-left .r-list-area .price-info {
	color: #FD5945;
	line-height: 28px;
	margin-top: 20px;
	text-align: right;
}

.deal-house .commodity-left .r-list-area .price-info .enlarge {
	display: inline-block;
	line-height: 28px;
}

.deal-house .commodity-left .r-list-area .price-info p+p {
	padding: 0 0 0 14px;
}

.deal-house .commodity-left .r-list-area .price-info p+p:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 9px;
	bottom: 10px;
	width: 1px;
	background: #979797;
}

.deal-house .commodity-left .r-list-area .price-info .enlarge span {
	font-size: 20px;
}

.deal-house .commodity-left .r-list-area .price-info .enlarge-old {
	font-size: 12px;
	color: rgba(0, 0, 0, .4);
	line-height: 28px;
	display: inline-block;
}

.deal-house .commodity-left .r-list-area .price-info .enlarge-old span {
	font-size: 20px;
}



@media only screen and (max-width:1200px) {
	.banner {
		width: 1200px;
		margin: 0 auto;
	}
}
