@charset "utf-8";

.clear{
	clear: both;
}
section{
	max-width: 1228px;
	height: auto;
	margin: 0 auto;
	font-family: "Source Han Sans SC";
}
.slide-left{
	width: 234px;
	float: left;
}
.container{
	width: 970px;
	background-color: #fbfbfb;
	float: right;
}
.container .slide-bar{
	background-color: #eaeaea;
	width: 100%;
	padding: 10px 0px;
}
.container .slide-bar p{
	padding-left: 10px;
}
.container .slide-bar span{
	color: #ccc;
}
.content{
	padding: 20px;
}
.content .title{
	color: #ff3245;
	display: block;
	padding: 20px 0px;
	border-bottom: 1px dashed #ccc;
}
.content p{
	background-color: #f9f9f9;
	display: block;
	padding: 10px;
	color: #aaa;
}
.content .main{
	width: 100%;
	border:1px solid #ccc;
}
.content .main .main-title{
	width: 100%;
	height: 35px;
	border:1px solid #ccc;
	border-left: none;
	border-right: none;
	margin: 5px 0px;
	padding: 5px 0px;
}
.content .main .main-title span{
	padding-left: 10px;
	color: #999;
	font-size: 13px;
	font-weight: bold;
	float: left;
	line-height: 35px;
}
/*
*地区选择
*/
#selectaddress{
	position: relative;
}
#help-send .add-b{
	position: relative;
}
#selectaddress .address{
	border: 1px solid #ccc;
	float: left;
	line-height: 30px;
	font-size: 13px;
	background-color: #fff;
	height: 30px;
	padding: 0 20px 0 5px;
	position: absolute;
	left: 75px;
	background-image: url(/public/app/b2c/statics/images/help-send/angledown.png);
	background-size: 20px 30px;
	background-position: right;
	background-repeat: no-repeat;

}
#selectaddress .address:hover{
	border-bottom: 1px solid white;
}
#help-send .hide-address{
	width: 30px;
	height: 30px;
	background-image: url(/public/app/b2c/statics/images/help-send/hide.png);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	cursor: pointer;
	border:1px solid #ccc;
	border-top:none;
	border-right:none; 
}
#help-send .selectaddress1{
	max-width: 420px;
	background-color: white;
	border:1px solid #ccc;
	position: absolute;
	left: 75px;
	top: 30px;
	z-index: 99999;
}
#help-send .selectaddress1 ul{
	display: inline-block;
}
#help-send .selectaddress1 .cur{
	border: 1px solid red !important;
	border-bottom: 2px solid white !important;
}
#help-send .selectaddress1 ul li:hover{
	cursor: pointer;
}
#help-send .selectaddress1 .tab-title ul{
	border-bottom:1px solid red; 
	width: 400px;
	height: 39px;
}
#help-send .selectaddress1 .tab-title ul li{
	display: inline-block;
	float: left;
	margin: 5px 5px 0 5px;
	padding: 5px;
	border: 1px solid #ccc;
	height:22px;
}
#help-send .selectaddress1 .tab-content ul li{
	display: inline-block;
	float: left;
	margin: 5px 5px 0 5px;
	padding: 5px;
	border: 1px solid #ccc;
}

/*
*end
*/
.main-content{
	padding: 10px;
}
.main-content .service{
	width: 100%;
	margin-left: 20px;
	margin-top: 20px;
}
.main-content .service a{
	text-decoration: normal;
}
.main-content .service a:hover{
	color: red;
}
.main-content .service div{
	width: 30%;
	float: left;
	margin: 15px 0px;
	position: relative;
}
.main-content .service div dt{
	width: 70px;
	height: 70px;
}
.main-content .service div dt img{
	max-width: 100%;
}
.main-content .service div:nth-child(1){
	margin-left: 20px;
}
.service .service-item{
	position: absolute;
	left: 75px;
	top: 5px;
}
.service .more{
	position: absolute;
	left: 75px;
	top: 35px;
}
.mark{
	padding:10px;
}
.mark p{
	line-height: 30px;
	text-indent: 25px;
}