body{font-size:14px;font-weight:400;background:#fff;font-family:'微软雅黑'}
ul,li{list-style:none}

.height10 {
	height: 10px;
}
.height50 {
	height: 50px;
}
.height70 {
	height: 70px;
}
.height100 {
	height: 100px;
}
.height120 {
	height: 120px;
}
.height200 {
	height: 200px;
}
.height260 {
	height: 260px;
}
.height-100 {
	height:100%;
}
.width1200{
	width:1200px;
	margin:0 auto;
	position:relative
}
.radius {
	border-radius: 10px;
}

.gui-header-nav {
    font-size: 16px;
    background-color: #e4efff;
	height: 70px;
}
.gui-row-left {
	padding-top: 17px;
	float: left;
	padding-left: 20px;
}
.gui-row-left1 {
	float: left;
	padding-left: 70px;
	padding-top: 10px;
}
.gui-row-left1 ul li {
    float: left;
    margin-right: 60px;
}
.gui-menu-title {
    color: #262626;
}
.gui-row-right {
	float: right;
	padding-top: 26px;
	padding-right: 30px;
}
.gui-row-right span {
    color: #2196f3;
    background-color: #FFF;
    border-radius: 30px;
    padding: 10px;
}
.gui-met-logo img {
	max-height:50px;
}

.section-zero {
	height:600px;
	text-align: center;
}
.section-one{
	height: 390px;
}
.section-bg {
	background-color: #e4efff;
	padding-top: 20px;
}
.section-title{
	font-size:32px;
	line-height:32px;
	color:#333;
	text-align:center;
	position:relative;
	height: 90px;
}
.list-icon{
	position:relative;
	height:84px;
	margin-left: 2px;	
}
.list-icon li{
	float:left;
	width:100px;
	margin-left:100px;
	padding-top:84px;
	background:url("../img/fn1.png") center top no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-align:center;
}
.list-icon li.icon1{margin-left:15px}
.list-icon li.icon2{background:url("../img/fn2.png") center top no-repeat}
.list-icon li.icon3{background:url("../img/fn3.png") center top no-repeat}
.list-icon li.icon4{background:url("../img/fn4.png") center top no-repeat}
.list-icon li.icon5{background:url("../img/fn5.png") center top no-repeat}
.list-icon li.icon6{background:url("../img/fn6.png") center top no-repeat}

.section-three{
	height: 345px;
	text-align: center;
}
.section-three ul{
	margin-left: -43px;	
}
.section-three li{
	float:left;
	width:150px;
	position:relative;
}
.section-three li p{
	font-size:16px;
	color: #000000;	
}
.section-three li span{
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#409EFF;
}
.section-four{
	height: 180px;
}
.section-four ul {
	margin-left: -19px;	
}
.section-four li {
	float:left;
	width:145px;
	text-align:center;
	position:relative;
}
/*---footer---*/
.hidden-xs {
	background-color: #333333;
}
.section-footer{
	height: 300px;
}
.contentFoot{
	width:1200px;
	position:relative;
	color: #999999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.contentFoot .footLeft{
	float: left;
	width: 600px;
	line-height: 2;
	padding-top: 50px;
}
.contentFoot .footRight{
	float: right;
	width: 300px;
	padding-top: 20px;
	text-align: center;
}
/* 列表页 */
.gui-api-title {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin-top: 40px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.5em;
}
.gui-api-box {
	background-color: #f3f7fa;
}
.gui-card {
	border:1px solid #ccc;
	background-color: #fff;
	border-radius:.25rem;
	box-shadow: 0 .125rem 1rem rgba(0,0,0,.075);
	font-size: 14px;
	color: #999999;
	height: 310px;
	padding: 10px;	
}
.gui-section ul {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding-left:10px;
	list-style:none
}
.gui-section ul li {
	position:relative;
	width:100%;
	min-height:1px;
	padding-right:10px;
	padding-left:10px
	-ms-flex:0 0 20%;
	flex:0 0 20%;
	max-width:20%
}
.gui-section h9 {
	background-color: #eee;
	padding: 2px 5px;
	border-radius:3px;
}
.gui-card-body {
	text-align:center;
}
.gui-section figure {
	margin-top: 30px;
}
.gui-card-title {
	line-height: 1.7em;	
	font-size: 16px;
	height: 90px;
}
.gui-section span {
	color: #000;
	font-weight: bold;	
}
.gui-section a {
	margin-top: 30px;
	padding: 5px 20px;
	background-color: #00A4F0;
	color: #fff;
	border-radius:3px;
}

/* 插件详情页 */
.gui-box1 {
    background-color: #e4efff;
}
.gui-b1-left {
    float: left;
}
#web-b1-ico {
    border-radius: 10px;
    box-shadow: 2px 2px 15px #555;
	padding: 20px;
}
.web-b1-left1 {
    float: left; 
    margin-left: 70px;
    padding: 20px;
	width: 320px;
}
#web-explain {
	line-height: 1.5em;
}
.web-bi-ad {
	background-color: #FF0000;
	padding: 5px;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 5px;
	font-weight: bold;
	width: 280px;
	text-align:center;
}
.gui-bi-qq {
    color: #888;
    font-size: 14px;
}
.gui-bi-qq span {
    color: #111;
    font-size: 18px;
}
.gui-bi-api {
	border: 1px solid #2196f3;
	padding: 6px;
	color: #2196f3;
	border-radius: 5px;
	width: 200px;
}

.gui-box2 {
    background-color: #fff;
}
.gui-b2-title {
    font-size: 26px;
    text-align: center;
    padding: 30px;
    background-color: #fafcff;
    box-shadow: 0px 15px 10px -15px #ccc;
}
.gui-tab-content {
    color: #666;
    width: 100%;
    font-size: 15px;
    line-height: 1.5em;
}
.gui-tab-content dl {
	clear: both;
	display: block;
	padding: 0px;
	margin-bottom: 30px;
}
.gui-tab-content dl dt{
	display:block;
	float:left;
	width:100px;
	color:#111;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #2196f3;
	padding-left: 10px;
	font-weight: bold;
}
.gui-tab-content dl dd{ 
	margin-left:90px; 
}
.gui-b2-mt {
    width:400px;
    line-height: 17px;
	color:#111;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #2196f3;
	padding-left: 10px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 15px;
}
table {
	border: 1px solid #ccc;
	width: 100%;
	color: #777;	
}
th, td {
	height: 40px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
th {
	background-color: #eee;
}
