﻿@charset "utf-8";
/* CSS Document */
/**全局**/
* {
	margin: 0px;
	padding: 0px;
}
div, form, img, ul, ol, li, dl, dt, dd, map {
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	/**padding: 0px 0px 49px;**/
	font-size: 14px;
	color: #222;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif, "宋体";
	background: #fff;
}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #01459A;
	text-decoration: none;
}
img {
	border: none;
}
hr {
	line-height: 0px;
	font-size: 0px;
	border: none;
	height: 1px;
	width: 100%;
	margin: 5px 0px;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
.mt10 {
	margin-top: 10px;
}
/*头部*/
.header{
	width:100%;
	height:40px;
	line-height:40px;
	background-color: #1E9FFF;
	text-align: center;
	font-size: 20px;
	color:#fff;
}
.header a:nth-child(1){
	position:absolute;
	left:10px;
	color:#fff;
	font-size:14px;
}
.header a:nth-child(2){
	position:absolute;
	right:10px;
	color:#fff;
	font-size:14px;
}
/*END*/
.search{
	width:100%;
	height:62px;
	padding:10px;
	border-bottom:1px solid #ccc;
	line-height: 40px;
}

.search .pos{
	float:left;
	width:60px;
	text-align: center;
}
.search .pos select{
	border:0;
	color:#000;
}
.search .key{
	float:left;
	width: calc(100% - 62px);
	border:1px solid #ccc;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}
.search .key input,.search .key input:focus{
	width:100%;
	border:0;
	padding-left:28px;
}
.search .layui-icon-search{
	position:absolute;
	left:8px;
	top:1px;
}
.search .search-btn{
	position:absolute;
	color:#fff;
	background-color:darkorange;
	border-radius: 15px;
	height:30px;
	line-height: 30px;
	font-size: 14px;
	padding:0 10px;
	border:0;
	right:5px;
	top:5px;
}

.slider {
	height:200px;
	overflow: hidden;
}
.slider img{
	max-width:100%;
}

.input-item{
	width:100%;
	padding:20px 20px 0;
}
.input-item label{
	width:80px;
	text-align: right;
	padding-right: 20px;
}
.input-item input,select{
	width:calc( 100% - 100px);
	line-height:30px;
	height:30px;
	padding:0 10px;
}
.input-item button{
	width:40%;
}

.task-status{
	line-height:40px;
	height:40px;
	background-color: #fff;
}
.task-status li{
	float:Left;
	width:25%;
	text-align: center;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.task-status li:nth-child(1){
	border:0;
}
.task-status li.on{
	color:#1E9FFF;
	font-weight: bold;
	border-bottom:1px solid #ccc;
}
.task-list .task-item{
	margin-top:5px;
	background-color: #fff;
	padding:10px;
	height:80px;
}
.task-list .task-item .title{
	font-width: bold;
}
.task-list .task-item .title span{
	display: inline-table;
	width: 25px;
	height: 25px;
	background: #008100;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
	font-size: 14px;
	color: #fff;
	margin-left: 10px;
}
.task-list .task-item .price{
	color:#ff4545;
}
.task-list .task-item .time{
	color:#666;
}
.task-list .task-item .task-sure{
	float:right;
	background-color: #8dceff;
	border-radius: 5px;
	padding:2px 10px;
	border:0;
}
.task-detail{
	border-bottom:1px solid #ccc;
	line-height:30px;
}
.task-detail li:nth-child(odd){
	float:left;
	width:20%;
	text-align: right;
	padding-right:10px;
	border-top:1px solid #ccc;
}
.task-detail li:nth-child(even){
	float:left;
	width:80%;
	text-align: left;
	padding-left:10px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}

