/*百度地图图形编辑页面样式
版本：1.0
by: @nani 
date: 2014-6-16
内容------------
	1.全局reset样式的reset.css
	2.通用样式 general style
	3.布局样式 structuer style
	4.内容模块样式 header/contente/footer style 

-------------------------------------------------------------*/

/* 引入全局的reset样式文件 reset.css
------------------------------------------------------------*/
@import url("./reset.css");


/* 全局上的通用样式 general style
------------------------------------------------------------*/
body {
	font: 62.5%/1.4 'Microsoft Yahei', '微软雅黑', '宋体', Arial,sans-serif;
	background: url('../img/imgeditor/bg.gif');
}
a:link, a:active, a:visited {
	color: #00c;
	text-decoration: none;
}
p {
	color: #666;
}
/* list */
li {
	list-style: none;
}
dt {
	display: none;
}
/* heading */
h3 {
	color: #227115;
}
h4 {
	color: #af670a;
}
/* clearfix 清除浮动*/
.clearfix::after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

/* 字体 font-face
----------------------------------------------------*/
@font-face {

}

/* 全局上的布局样式 structure style */
#header {
	position: relative;
}
#main-content-wrapper {
	margin: 0 auto;
	min-width: 980px;
	width: 52%;
}
/* 头部 header
--------------------------------------------------------------*/
#header {
    border-bottom: 1px solid #337eed;
	background-color: #fff;
}
#header .header-content {
	margin: 0 auto;
	min-width: 980px;
	width: 52%;	
	overflow: hidden;
}
#header .logo {
	display: block;
	float: left;
	height: 80px;
}
#header .logo img {
    margin-top: 7px;
    height: 70px;
} 
#header .contact {
	display: block;
	float: left;
	margin: 37px 0 0 18px;
	padding-left: 18px;
	font-size: 18px;
	font-weight: bold;
	color: #a2a2a2;
	border-left: 2px solid #c7c5c5;
}
/* 主要内容 main contente 主要包括: 顶部介绍 #intro 下部使用流程 #use 底部编辑链接 #begin-contact
------------------------------------------------------------------------------------------------*/

/*顶部介绍 #intro*/
#main-content-wrapper {
	margin-top: 12px;
	border: 1px solid #e6e6e6;/*去除外边叠加*/
	background: #fff;
}
#main-content-wrapper .main-content {
	margin: 20px;
}
#intro {
	_height: 300px;/*for ie6*/
	overflow: hidden;
	padding: 63px 10px  40px 40px;
	border-bottom: 1px solid #e4e4e4;
}
#intro .intro-txt {
	float: left;
	margin-right: 0px;
	padding-bottom: 20px;/*for ie*/
}
#intro .intro-img {
	float: right;
}
#intro .intro-img img {
	padding: 0 30px 10px;
	background: url('../img/imgeditor/intro-img-shadow.png') no-repeat -15px 270px;
}
#intro h1  {
	font-size: 44px;
	font-family: '宋体';
}
#intro h1 span {
	color: #337eed;
}
#intro dl {
	margin: 30px 0 40px;
}
#intro dl dd {
	line-height: 25px;
	font-size: 18px;
	color: #494751;
}
.main-content .begin-btn {/*#intro和#contact公用此按钮*/
	padding: 13px 40px 11px 80px;
	font-size: 18px;
	color: #fff;
	background: #3b85f2 url('../img/imgeditor/button01.gif') no-repeat 40px 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-o-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-ms-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.main-content .begin-btn:hover {
	background: #428bf6 url('../img/imgeditor/button01.gif') no-repeat 40px 8px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
/*下部使用流程 #use*/
#use .item {
	margin: 20px 0;/*边距叠加*/
	padding: 25px 25px 40px 25px;
	background: #fff;
	border: 1px solid #e6e6e6; 
}
#use .use-title {
	margin: 20px 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	color: #999;
}
#use .item .step-num {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: normal;
	color: #3680ef;
}
#use .item .step-num:first-letter {
	font-family: Arial;
	padding: 2px 8px;
}
#use .item .step-info {
	padding-left: 35px;
}
#use .item .use-img {
}
#use .item .use-img {
	width: 100%;
}
#use .item .step1 img {
	width: 75%;
}
#use .item .step2 img {
	width: 60%;
}
#use .item .step3 img {
	width: 90%;
}
#use .item .step4 img {
	width: 90%;
}
#use .item .step5 img {
	width: 70%;
}
#use .item .step-info  p {
	padding-bottom: 12px;
}
#use .item .step-info p.atention {
	padding-top: 25px;
}
#use .item .step-info dl {
	font-size: 14px;
}
#use .item .step-info dt {
	display: block;
	padding-left: 15px;
	line-height: 25px;
	color: #666;
	background: url('../img/imgeditor/list-item.gif') no-repeat 0 8px;
}
#use .item .step-info dd {
	padding-left: 15px;
	line-height: 25px;
	color: #999;
}
#use .item p {
	font-size: 14px;
}
/*底部编辑链接*/
#contact {
	margin: 40px;
	text-align: center;
}
