/* yui3 reset.css */
html {
	color: #000;
	background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
	form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
}

legend {
	color: #000;
}

iframe {
	display: block;
}

/* yui3 fonts */
body {
	font: 14px/1 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
	color: #333;
}

select, input, button, textarea {
	font: 99% arial, helvetica, clean, sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

a {
	text-decoration: none;
}

/* utilities */
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.l {
	float: left !important;
}

.r {
	float: right !important;
}

.hidden {
	display: none !important;
}

.invisible {
	visibility: hidden !important;
}

::-webkit-input-placeholder {
	color: #fff;
}

:-moz-placeholder {
	color: #fff;
}

::-moz-placeholder {
	color: #fff;
}

:-ms-input-placeholder {
	color: #fff;
}

.placeholder {
	color: #fff;
}

a {
	color: inherit;
}

.ml10 {
	margin-left: 10px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

/* ================提示效果=============== */
.promptTip {
	position: relative;
	padding: 0 45px;
	/* width: 527px;
	height: 200px; */
	border-top: 4px solid #3f9be6;
	background-color: #fff;
	background-position: center 34px;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.promptTip.prompt-error {
	background-image: url(../images/error.png);
}

.promptTip.prompt-right {
	background-image: url(../images/right.png);
}

.promptTip.prompt-warn {
	background-image: url(../images/warn.png);
}

.promptTip .title {
	padding: 105px 0 15px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	text-indent: 2em;
}

.makeSure {
	border-top: 4px solid #3f9be6;
}

.makeSure .title {
	position: relative;
	padding-left: 16px;
	height: 40px;
	font-size: 15px;
	line-height: 39px;
	border-bottom: 1px solid #c8c8c8;
}

.makeSure .title .Nclose {
	position: absolute;
	top: 14px;
	right: 14px;
	display: block;
	width: 11px;
	height: 11px;
	cursor: pointer;
	background: url(../images/close2.png) 0 0 no-repeat;
}

.makeSure .content {
	display: table-cell;
	padding: 0 37px 0 77px;
	height: 108px;
	vertical-align: middle;
}

.makeSure .content.warn {
	background: url(../images/warn.png) 16px center no-repeat;
}

.makeSure .content.right {
	background: url(../images/right.png) 16px center no-repeat;
}

.makeSure .content.error {
	background: url(../images/error.png) 16px center no-repeat;
}

/* --------------------- */
.mainbtn {
	margin: -30px auto 0;
	display: block;
	width: 596px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-color: #9999;
	border: 0;
	border-radius: 3px;
}

.mainbtn.able {
	background-color: #ff9a00 !important;
}

.mainbtn.inlineblock {
	display: inline-block;
	width: 250px;
	margin: 0 20px;
}

.mainbtn.inlineblock.able {
	background-color: #ff9a00;
}

/*方法修改*/
.dissent>div {
	margin-top: 15px;
}

.dissent label {
	float: left;
	width: 105px;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	text-align: right;
}

.dissent textarea {
	float: left;
	padding: 5px 10px;
	margin: 0 auto;
	width: 511px;
	height: 113px;
	font-size: 14px;
	line-height: 24px;
	box-sizing: border-box;
	outline: none;
	resize: none;
}

.deleteInfo {
	width: 496px;
}

.deleteInfo .inner {
	padding-top: 72px;
	font-size: 16px;
	color: #666;
	text-align: center;
	line-height: 62px;
}

.deleteInfo .inner span {
	display: inline-block;
	padding-left: 91px;
	height: 62px;
	background: url(../images/warn.png) 0 center no-repeat;
	vertical-align: top;
}

.noOverflow {
	overflow: hidden;
}

.text-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.search {
	width: 242px;
	height: 32px;
	background-color: rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	border: 1px solid #1790f7;
	padding: 0px 14px;
	overflow: hidden;
	border-radius: 32px;
}

.search input {
	float: left;
	width: 190px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: left;
	border: 0px;
	background-color: transparent;
	outline: none;
}

.search button {
	float: right;
	width: 20px;
	height: 32px;
	cursor: pointer;
	background: url(../images/search.png) center center no-repeat;
	border: 0;
}