* {
	margin: 0;
	padding: 0;
}

body, input, button, textarea {
	margin: 0 auto;
	font-family: -apple-system-font, "Helvetica Neue", "PingFang SC",
		"Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

a {
	text-decoration: none;
}

input[type="text"], input[type="password"], textarea {
	width: 100%;
	height: 35px;
	-webkit-appearance: none;
	padding: 0 10px;
	line-height: 21px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	box-sizing: border-box;
	outline: none;
	font-size: 12px;
	color: #2c3445;
}

/* 公共弹框 */
.popHint {
    position: fixed;
    width: 80%;
    height: 177px;
    top: 150px;
    left: 10%;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    background: #FFF;
    z-index: 1000;
}

.popHintGroup {
	position: fixed;
    width: 80%;
    top: 150px;
    left: 10%;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    background: #FFF;
    z-index: 1000;
}

.popHint-text-group {
    width: 100%;
    line-height: 20px;
    font-size: 16px;
	color: #626978;
	text-align: center;
}

.popHint-title-group {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 18px;
    line-height: 22px;
    font-weight: 600;
    font-size: 18px;
	color: #626978;
	text-align: center;
}

.popHint-title {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
    line-height: 24px;
    font-weight: 600;
    font-size: 18px;
	color: #626978;
	text-align: center;
}

.popHint-text {
    width: 100%;
    line-height: 24px;
    font-size: 16px;
	color: #626978;
	text-align: center;
}

.popHint-isSure {
	margin-top: 20px;
    border-top: 1px solid #DCDCDC;
    font-size: 0;
}

.popHint-wait {
    display: inline-block;
    width: 50%; 
    height: 44px;
    font-weight: 600;
    font-size: 16px;
    color: #B2B5BD;
    border-right: 1px solid #DCDCDC;
}
.popHint-sure {
    display: inline-block;
    width: 49%; 
    height: 44px;
    font-weight: 600;
    font-size: 16px;
    color: #4572ED;;
}

.popHint-same {
    text-align: center;
    line-height: 44px;
}
/* 
textarea {
	width: 100%;
	height: 35px;
	-webkit-appearance: none;
	padding: 0 10px;
	line-height: 21px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	box-sizing: border-box;
	outline: none;
	font-size: 12px;
	color: #2c3445;
} */

.ind4_codeBtn {
	font-size: 12px;
	color: #2F6ECA;
	line-height: 12px;
	border: 1px solid #2F6ECA;
	border-radius: 4px;
	width: 72px;
	height: 30px;
	background: white;
	margin-top: 9px;
	float: right;
}

.ind4_codeBtn_disable {
	font-size: 12px;
	color: #B2B5BD;
	line-height: 12px;
	border: 1px solid #B2B5BD;
	border-radius: 4px;
	width: 72px;
	height: 30px;
	background: white;
	margin-top: 9px;
	float: right;
}

textarea {
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

input::-webkit-input-placeholder { /* WebKit browsers */
	color: #b2b5bd;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #b2b5bd;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #b2b5bd;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #b2b5bd;
}

li {
	list-style: none;
}

.relative {
	position: relative;
}

.clear_both {
	clear: both;
}

.blue_text {
	color: #4572ED;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

.none {
	display: none;
}

.inline_block {
	display: inline-block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mb15 {
	margin-bottom: 15px;
}

.mb50 {
	margin-bottom: 50px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.ml30 {
	margin-left: 30px;
}

.ml35 {
	margin-left: 35px;
}

.ml45 {
	margin-left: 45px;
}

.p20 {
	padding: 20px;
}

.pl10 {
	padding-left: 10px;
}

/* 列表加载结束 */
#loadWarn {
	padding: 0px 10px 10px 10px;
	color: #626978;
	font-size: 15px;
	text-align: center;
}

/* 多余的字符隐藏... */
.hiddenOne {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hiddenTwo {
	display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 32px; 
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
}

.hiddenThree {
	display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 28px; 
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
}

.hiddenPositionTwo {
	display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 40px; 
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
}

.hiddenWidth {
	width: 62%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hiddenWidth48 {
	width: 48%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hiddenDoubleTwo {
	display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 54px; 
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
}

/* iconfont */
@font-face {
	font-family: 'ind4icon';
	src: url('../../fonts/ind4icon.eot?9i3vbl');
	src: url('../../fonts/ind4icon.eot?9i3vbl#iefix')
		format('embedded-opentype'), url('../../fonts/ind4icon.ttf?9i3vbl')
		format('truetype'), url('../../fonts/ind4icon.woff?9i3vbl')
		format('woff'), url('../../fonts/ind4icon.svg?9i3vbl#ind4icon')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ind4icon-"], [class*=" ind4icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'ind4icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}