*{
	padding: 0;
	margin:0;
}

.title{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
}
.partTit{
	background: #5FB878;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	color: #fff
}
.partPadding{
	padding-right: 20px;
	margin-top: 15px;
}
.firstMonth{
	overflow: hidden;
	position: relative;
}
.monthCon{
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 25px;
}
.monthCon span{
	line-height: 28px;
	margin-left: 3px;
}
.monthLength{
	float: left;
	width: 35px;
	height: 20px;
	margin-top: 5px;
}
.startTime{
	overflow: hidden;
}
.startTime input{
	float: left;
	width: 40%;
}
.startTime span{
	float: left;
	margin:10px;
}
/* 登录页面*/
.singleOne{
	border-bottom: 1px solid #ddd;
	height: 40px;
	line-height: 40px;
	margin: 30px;
	overflow: hidden;
}
.singleOne img{
	width: 25px;
	float: left;
	margin-top: 6px;
}
.singleOne input{
	border:none;
	float: left;
	width: 80%;
	color: #777;
}
.loginBtn{
	background:#5FB878;
	width: 80%;
	text-align: center;
	border-radius: 15px;
}
.loginTit{
	text-align: center;
	font-size: 25px;
	color: #5FB878;
	margin: 50px;
}
/* 用户查询页面*/
.searchInput{
	height: 40px;
    margin: 10px;
    border-radius: 10px;
    width: calc(100% - 110px);
    float: left;
}
.searchForm{
	overflow: hidden;
}
.searchForm img{
	width: 20px;
    float: left;
    margin: 20px 0px 20px 8px;
}
.searchBtn{
	float: left;
    height: 35px;
    margin-top: 13px;
    line-height: 35px;
    background: #5FB878;
    width: 50px;
    text-align: center;
    padding:0;
}
.oneUser span{
	display: inline-block;
}
.oneUser span:nth-child(1){
    width:150px;
}
.oneUser span:nth-child(2){
	margin-right: 15px
}
.oneUser span:nth-child(3){
	margin-right: 15px
}
.oneUser img{
	width: 20px;
}
.uniqueMonth{
	overflow: hidden;
}
.uniqueMonth span{
	float: left;
	display: inline-block;
	line-height: 38px;
}
.uniqueMonth input{
	width: 35px;
	border:none;
	float: left;
	text-align: center;
	padding-left: 0
}

/*订单页面*/
.orderHead{
	overflow: hidden;
}
.orderHead p:nth-child(1){
	float: left;
}
.orderHead p:nth-child(2){
	float: left;
	color: #1e9fff;
	margin-left: 150px;
}
.orderHead p:nth-child(3){
	float: right;
	color: #5fb878;
}
.orderType{
	font-size: 17px;
}
.orderDesc span{
	display: inline-block;
}
.orderDesc span:nth-child(1){
	width:150px;
}
.orderDesc span:nth-child(3){
	color: #5fb878;
	font-weight: bolder;
	font-size: 17px;
	float: right;
}
.mainCon{
	line-height: 30px;
	overflow: hidden;
}
.transport{
	float: right;
    width: 70px;
    border: 1px solid #b2b2b2;
    text-align: center;
    border-radius: 5px;
    height: 25px;
    line-height: 25px;
    color: #999;
    font-size: 13px;
    margin-top: 5px;
    cursor: pointer;
}
.noContent{
	text-align: center;
}
.noContent img{
	width: 150px;
	margin-top: 50px;
}
.noContent p{
	color: #666;
}
/* 选择地区的插件*/
.city-picker-dropdown{
	width: 100%!important;
	min-width: 0 !important
}

/* 关于物流信息*/
.uniqueNumber{
	font-size: 18px;
	font-weight: bold;
	color: #5fb878
}
.logistic .totalTitle{
	padding: 20px;
	line-height: 30px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 10px;

}
.totalTitle p{
	float: left;
	width: 50%;
}