﻿body {
	min-width: 1200px;
}

/*=========================================OpenPlatform界面部分=========================================*/
html,body{height:100%;padding: 0px 0px;margin: 0px 0px;background: rgba(255,255,255,1);}
a{ text-decoration: none;}
.maincss{
	margin:12px auto 0px auto;
	width:100%;
	background:rgba(255,255,255,1);
	min-width: 1200px;
	display: flex;
    justify-content: center;
}
/*========main_con部分==============*/
.main_con{
	overflow: auto;
	width: 1200px;
}
		
.fontstye{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:28px;
}
/*右侧*/
.right_iframe{
	float: left;
}
		
/*=========================================接口界面部分=========================================*/
/*文字说明样式 */
.site-text {
	margin-left: 15px;
	margin-right: 10px;
	width: 800px;
}

.site-text p {
	margin-bottom: 10px;
	line-height: 22px;
}

.site-text a {
	color: #01AAED;
}

a {
	color: #333;
	text-decoration: none;
}

.site-text em {
	padding: 0 3px;
	font-weight: 500;
	font-style: italic;
	color: #666;
}

.site-h1 {
	margin-bottom: 20px;
	line-height: 60px;
	padding-bottom: 10px;
	color: #393D49;
	border-bottom: 1px solid #eee;
	font-size: 28px;
	font-weight: 300;
}

/*表格样式*/
.site-table {
	/* width: 100%; */
	width: 800px;
	margin: 10px 0;
}

.site-table thead {
	background-color: #f2f2f2;
}

.site-table th,
.site-table td {
	padding: 6px 15px;
	min-height: 20px;
	line-height: 20px;
	border: 1px solid #ddd;
	font-size: 14px;
	font-weight: 400;
}

.site-table tr:nth-child(even) {
	background: #fbfbfb;
}
