/* list style */
.btn-creat{
	display: inline-block;
	width: 132px;
	height: 40px;
	background: url('../img/btn_add.png') no-repeat;
	background-size: 100%;
}
.index-content{
	height: 100%;
	padding-top:30px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

/* End hide from IE-mac */
.no-content{
	text-align: center;
	display: none;
}
.have-content{
	display: none;
}
.have-content label{
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #191919;
}
.have-content select,.have-content input{
	width: 176px;
	height: 40px;
	margin-right: 50px;
	outline: none;
	border: none;
	border: 1px solid #ccc;
}
.have-content input{
	height: 34px;
	background: url(../img/Shape.png) no-repeat 140px;
	background-size: 18px 18px;
	cursor: pointer;
	text-indent: 5px;
}
.have-content a{
	float: right;
}
.ticket-list{
	margin-top:36px;
	background: rgba(255,255,255,0.12);
}
.ticket-list th,.ticket-list td{
	height: 46px;
	line-height: 46px;
	padding:0 !important;
	text-align: center;
}
.ticket-list th{
	background: #F6F7F9;
	font-size: 16px;
	color: #182735;
	font-weight: normal;
}
.ticket-list td{
	font-size: 14px;
	color: #848484;
}
.ticket-list td a{
	text-align: center;
	width: 100%;
	text-decoration: underline;
}

/* product style */
.ticket-product li{
	list-style: none !important;
	padding-left: 35px;
}
.ticket-product a{
	display: inline-block;
	width: 226px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 16px;
	color: #191919;
	background: #F6F6F8;
	border-radius: 100px;
	text-decoration: none;
	margin-left: 82px;
	margin-bottom: 40px;
}
.ticket-product a:hover{
	background: #3797F2;
	color: #fff;
}
.warm-notice{
	text-align: center;
	margin-top: 65px  !important;
	padding-bottom: 30px !important;
	font-size: 12px !important;
	color: #848484 !important;
	opacity: 0.83;
}

/* create ticket */
.common-form{
	padding-left: 8px;
	/*padding-bottom: 200px;*/
	margin: 0 5%;
}
.common-form-show td{
	display: none;
}
.common-form h2{
	font-size: 20px;
	color: #191919;
	margin-bottom: 40px;
	line-height: 60px;

}
.common-form table{
	width: 80%;
}
.common-form form label{
	display: inline-block;
	width: 145px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #191919;

}
.common-form form p{
	display: inline-block;
	width: 489px;
	margin-top: 0;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #191919;
	vertical-align: text-top;

}
.common-form form input[type=text],.common-form form select{
	width: 489px;
	height: 40px;
	border-radius: 3px;
	border: none;
	border: 1px solid #DEDEE3;
	text-indent: 10px;
}
.common-form form textarea{
	width: 485px;	
	border: none;
	border: 1px solid #DEDEE3;
	resize: none;
	height: 117px;
	border-radius: 3px;
	line-height: 26px;

}
.common-form form td{
	padding-bottom: 40px;
	line-height: 60px;
}
.common-form form select{
	height: 44px;
}.common-form form select option{
	display: inline-block;
	height: 40px;
}
.common-form form td a{
	display: inline-block;
	width: 159px;
	height: 128px;
	background: url(../img/image.png) no-repeat;
	background-size: 100%;
	margin-right: 5px;
}
.common-form form td b{
	color: red;
	margin-right: 5px;
}
.common-form form td a input{
	width: 100%;
	height: 100%;
	opacity: 0;
	position: relative;
	z-index: 1;
}
.common-form form td span{
	display: block;
	height: 26px;
	padding-left: 150px;
	font-size: 12px;
	color: #848484;
	line-height: 26px;
	opacity: 0.83;
	padding-top: 10px;
}
.common-form form input[type=button]{
	width: 160px;
	height: 40px;
	border-radius: 100px;
	border: none;
	margin-right: 30px;
	font-size: 14px;
	outline: none;
	margin-bottom: 30px;
	background: #f2f2f2;

}
.create-mask{
	background: rgba(0,0,0,0.16);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top:0;
	z-index: 11111;
	display: none;
}
.alert_box{
	width: 403px;
	height: 204px;
	background: #FFFFFF;
	border-radius: 4px;
	position: absolute;
	left: 50%;
	top:50%;
	margin:-102px 0 0 -201.5px;
	text-align: center;
	z-index: 1;
}
.alert_box h2{
	font-size: 18px;
	color: #000000;
	margin-top: 40px;
}
.alert_box p{
	font-size: 14px;
	color: #888888;
	margin-bottom: 30px;
}
.alert_box input{
	border: none;
	outline: none;
	width: 159px;
	height: 40px;
	background: #3797F2;
	border-radius: 100px;
	color: #fff;
}
.common-form form td label+span{
	padding-left: 0;
	font-size: 12px;
	color: #191919;
	line-height: 30px;
	opacity: 0.7;
	width: 489px;
	padding-top: 0;
	display: inline-block;
}
.common-form form td img{
	width: 159px;
	height: 128px;
	margin-right: 5px;
	margin-bottom: 30px;
	position: relative;
	left: 0;
	top:-145px;
	float: left;
	z-index: 0;
	vertical-align: text-top;
}
.pic_show_detail img{
	float: none !important;
	top:0 !important;
}
small{
	color: red;
	margin-left: 10px;
	opacity: 0;
	position: absolute;
}

.common-form td input.input_null,.common-form td textarea.input_null{
    border: 1px solid #E7554A;
    outline: none;
}
.state{
	width: 30%;
	background: #f3f3f3;
	min-height: 420px;
	float: right;
	margin-bottom: 30px;
	margin-right: 1%;
}
.state p{
	font-size: 12px;
	padding: 0 30px;
	line-height: 30px;
	font-family: "Microsoft Yahei";
}
.state p:nth-child(1){
	margin-top: 15px;
}
.state p span{
	color: #191919;
	opacity: 0.7;
	width: 200px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.state .status span{
	color: #00cc00;
}
.error_info,.description {
	line-height: 20px!important;
	word-wrap: break-word;
	word-break: normal;
}

.doc-section table th, .doc-section table td {
	white-space: normal;
}
.kimberley-title {
	display: block!important;
	font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #19233B;
	font-weight: 700;
}
.kimberley-input {
	width: 702px!important;
}
.kimberley-btn {
	box-shadow: 0 4px 13px -4px #779BEB;
	border-radius: 3px!important;
	width: 120px!important;
	background: #3877FF!important;
}
.kimberley-btn-gray {
	border: 1px solid #3877FF!important;
	background: #fff!important;
	color: #3877FF!important;
	box-shadow: none;
}
.kimberley-notice {
	background: #F2F3F7;
	padding: 10px 20px;
	height: 42px!important;
	line-height: 42px;
	box-sizing: border-box;
	display: block;
}




/* 创建工单 */

/* .common_form_create{
	
}
.common_form_create h2{
	font-size: 22px;
	color: #191919;
	margin-bottom: 40px;
}
.common_form_create form label{
	display: inline-block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #191919;
}
.common_form_create form input[type=text],.common_form_create form select{
	width: 489px;
	height: 40px;
	border-radius: 3px;
	border: none;
	border: 1px solid #DEDEE3;
	text-indent: 10px;
}
.common_form_create form textarea{
	width: 485px;	
	border: none;
	border: 1px solid #DEDEE3;
	resize: none;
	height: 117px;
	text-indent: 10px;
	border-radius: 3px;
	line-height: 26px;
}
.common_form_create form input[type=button]{
	width: 159px;
	height: 40px;
	border-radius: 100px;
	border: none;
	margin-right: 30px;
	font-size: 16px;
	outline: none;
}
.common_form_create form td span{
	display: block;
	height: 26px;
	padding-left: 170px;
	font-size: 12px;
	color: #848484;
	line-height: 26px;
	opacity: 0.83;
	padding-top: 10px;
} */