﻿@charset "utf-8";

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
}

iframe {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

/*头部加主题内容高一共是1050px*/
/*头部*/
.topIframe {
    height: 85px;
}

/*主题*/
.mainIframe {
	height: 939px;
	overflow: hidden;
	box-sizing: border-box;
}