@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-size:12px;
	color:#000000;
	font-family:"宋体", Arial;
}

/*内容段落公用属性*/
p{
	margin:10px;
}
.white{color:#fff}
#wrapper{
	background:url(images/bg.jpg) no-repeat;
	width:690px;
	height:361px;
	padding-top:20px;
	text-align:left;
}
/*指南标题*/
.sms-title{
	font-size:18px;
	font-family:"微软雅黑";
	margin-left:20px;
	margin-bottom:20px;

}
/*标签布局容器*/
.wr-tag{
	height:35px;
	margin:10px 50px;
	width:80%;
}
/*标签1*/
.sms-tag1{
	background:#FF6600;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	float:left;
}
/*标签2*/
.sms-tag2{
	background:#FF6600;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	float:right;
}
/*左布局容器*/
.wr-left{
	width:182px;
	height:256px;
	background:url(images/phone-bg.png) no-repeat;
	float:left;
	margin-left:180px;
	_margin-left:25px;
	position:relative;
}
/*中布局容器*/
.wr-center{
	width:220px;
	height:256px;
	float:left;
}
/*右布局容器*/
.wr-right{
	width:182px;
	height:256px;
	background:url(images/phone-bg.png) no-repeat;
	float:left;
	position:relative;
}
/*按钮列表*/
UL.btn-list{
	width:108px;
	margin-top:60px;
	margin-left:45px;
	}
UL.btn-list li{
	width:108px;
	height:45px;
	margin:10px;
 }
UL.btn-list li a{
	display:block;
	width:108px;
	height:45px;
	background:url(images/btn.png) no-repeat;
	color:#FFFFFF;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:45px;
	text-decoration:none;
 } 
 UL.btn-list li a:hover{
	background:url(images/btn-over.png) no-repeat;
 } 
/*说明域*/
.dis{
	width:120px;
	height:80px;
	background-color:#FFFF66;
	position:absolute;
	top:100px;
	left:20px;
	padding:10px;
	text-align:left;
}
/*发送长短信域*/
.fs-b{
	width:124px;
	height:71px;
	background:url(images/fs-b.png) no-repeat;
	position:absolute;
	top:100px;
	left:45px;
	padding:10px;
	text-align:left;
}
/*发送短短信域*/
.fs-s2{
	width:74px;
	height:40px;
	background:url(images/fs-s.png) no-repeat;
	position:absolute;
	top:90px;
	right:0px;
	padding:10px;
	text-align:left;
}
/*接收短信域*/
.js{
	width:124px;
	height:71px;
	background:url(images/js.png) no-repeat;
	position:absolute;
	top:170px;
	left:20px;
	padding:10px;
	text-align:left;
}
/*接收长短信域*/
.js2-b{
	width:130px;
	height:119px;
	background:url(images/js-b.png) no-repeat;
	position:absolute;
	top:140px;
	left:20px;
	padding:10px;
	text-align:left;
	line-height:15px;
}
/*说明域*/
.dis2{
	width:120px;
	height:80px;
	background-color:#FFFF66;
	position:absolute;
	top:100px;
	left:20px;
	padding:10px;
	text-align:left;
}
/*发送长短信域*/
.fs-b2{
	width:124px;
	height:71px;
	background:url(images/fs-b.png) no-repeat;
	position:absolute;
	top:100px;
	left:45px;
	padding:10px;
	text-align:left;
}
/*接收短信域*/
.js2{
	width:124px;
	height:71px;
	background:url(images/js.png) no-repeat;
	position:absolute;
	top:180px;
	left:20px;
	padding:10px;
	text-align:left;
}
/*分割线*/
.poi{
	line-height:40px; 
	text-align:center; 
	font-size:18px;
}
/*说明文字*/
.info{
	line-height:30px; 
	text-align:left; 
	margin-left:30px; 
	color:blue; 
	font-size:14px;
}