.fddui-left {
	float: left
}

.fddui-right {
	float: right
}

.fddui-width-min {
	width: 1180px
}

.show-none {
	display: none
}

.show-block {
	display: block
}

.fddv3-wid-110 {
	width: 1100px;
	margin: 0 auto
}

* {
	margin: 0;
	padding: 0
}

html, body {
	height: 100%;
	width: 100%
}

body {
	min-width: 1200px;
	color: #2a2a2a;
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", "helvetica",
		"Hiragino Sans GB"
}


[class^="fdd-icon-"], [class*="fdd-icon-"] {
	font-family: 'fddfonts' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

table {
	background-color: transparent
}

a {
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer
}

i {
	font-style: normal
}

::-ms-clear, ::-ms-reveal {
	display: none
}

input {
	background: #fcfcfc
}

input[placeholder], [placeholder], *[placeholder] {
	color: #999
}

textarea {
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: #e5e5e5 solid 1px;
	padding: 0 6px;
	color: #666;
	box-sizing: border-box;
	font-size: 14px !important;
	background: #fcfcfc;
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", "helvetica",
		"Hiragino Sans GB"
}

textarea:focus {
	border: 1px solid #ffd238;
	box-shadow: 0 0 3px rgba(255, 228, 136, 0.5)
}

textarea::-webkit-input-placeholder {
	color: #a6a6a6
}

textarea:-moz-placeholder {
	color: #a6a6a6
}

textarea::-moz-placeholder {
	color: #a6a6a6
}

textarea:disabled {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	color: #999;
	cursor: not-allowed
}

input[type=text], input[type=password], input[type=email], select {
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: #e5e5e5 solid 1px;
	padding: 0 6px;
	color: #666;
	box-sizing: border-box;
	font-size: 14px;
	height: 40px;
	line-height: normal;
	-webkit-line-height: normal;
	-moz-line-height: normal;
	-ms-line-height: 40px;
	-o-line-height: normal;
	background: #fcfcfc
}

input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder,
	input[type=email]:-moz-placeholder, select:-moz-placeholder {
	color: #a6a6a6
}

input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder,
	input[type=email]::-webkit-input-placeholder, select::-webkit-input-placeholder
	{
	color: #a6a6a6
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus,
	select:focus {
	border: 1px solid #ffd238;
	box-shadow: 0 0 3px rgba(255, 228, 136, 0.5)
}

input[type=text]:disabled, input[type=password]:disabled, input[type=email]:disabled,
	select:disabled {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	color: #999;
	cursor: not-allowed
}

input[type=checkbox], input[type=radio] {
	height: 13px;
	width: 13px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	overflow: hidden;
	margin-top: -4px;
	vertical-align: middle;
	-webkit-appearance: none;
	outline: 0;
	background: 0 0;
	position: relative
}

input[type=checkbox]:not (:disabled ), input[type=radio]:not (:disabled
	){
	cursor: pointer
}

input[type=checkbox]:disabled, input[type=radio]:disabled {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	color: #999
}

input[type=checkbox] {
	margin: 0 10px
}

input[type=checkbox]:checked:before, input[type=checkbox]:indeterminate:before
	{
	content: '\f00c';
	font-family: FontAwesome;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	line-height: 11px;
	color: #ffd238;
	position: absolute;
	top: 1px
}

input[type=radio] {
	border-radius: 100%
}

input[type=radio]:checked:before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 100%;
	-webkit-font-smoothing: antialiased;
	background: #ffd238;
	position: absolute;
	top: 2px;
	left: 2px
}

textarea {
	resize: none
}

*:focus {
	outline: none
}

img, .v-middle {
	vertical-align: middle
}

ul {
	list-style-type: none
}

.gray {
	color: #abacb0
}

.txt-333 {
	color: #333
}

.txt-666 {
	color: #666
}

.txt-999 {
	color: #999
}

.txt-pin {
	color: #f7704d
}

.txt-gray {
	color: #abacb0
}

.gray:hover, .gray:active, .gray:visited {
	color: #abacb0
}

.txt-orange {
	color: #f0af6f
}

.txt-bluea {
	color: #52c2d8
}

.txt-greena {
	color: #35b657
}

.txt-pink {
	color: #fbb900
}

.txt-pink:hover {
	color: #f49600
}

.float-l {
	float: left
}

.float-r {
	float: right
}

.dip {
	display: inline-block;
	vertical-align: middle
}

.dip-f {
	display: flex
}

.pos-a {
	position: absolute
}

.pos-r {
	position: relative
}

.pos-f {
	position: fixed
}

.over {
	overflow: hidden
}

.flex-1 {
	flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1
}

.z-index {
	z-index: 2
}

.z-index2 {
	z-index: 20
}

.z-index3 {
	z-index: 200
}

.cursor-no {
	cursor: default
}

.cursor-off {
	cursor: pointer
}

.section {
	width: 100%;
	height: 100%
}

.section-w {
	width: 100%
}

.min-hei300 {
	min-height: 300px
}

.alpha5 {
	opacity: .5;
	filter: alpha(opacity = 50)
}

.alpha0 {
	opacity: 0;
	filter: alpha(opacity = 0)
}

.h1 {
	font-size: 36px
}

.h2 {
	font-size: 30px
}

.h3 {
	font-size: 18px
}

.h4 {
	font-size: 18px;
	color: #000
}

.h5 {
	font-size: 16px
}

.h6 {
	font-size: 12px;
	line-height: 1
}

.font-12 {
	font-size: 12px
}

.strong {
	font-weight: bold
}

.no-strong {
	font-weight: normal
}

.txt-wei {
	font-weight: normal
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	display: block;
	content: '';
	clear: both;
	height: 0;
	visibility: hidden
}

.box-siz {
	box-sizing: border-box
}

.pd-all-lrtb {
	padding: 50px 0 20px;
	box-sizing: border-box
}

.pd-tb-21 {
	padding-top: 20px
}

.pd-tb-10 {
	padding: 10px 0
}

.pd-tb-20 {
	padding: 20px 0
}

.pg-r-20 {
	padding-right: 20px
}

.pg-link {
	padding: 11px 37px
}

.pg-lr-10 {
	padding-right: 10px;
	padding-left: 10px
}

.pg-lr-5 {
	padding-left: 5px
}

.pg-inp-70 {
	padding-right: 70px !important
}

.pg-inp-30 {
	padding-right: 30px !important
}

.text-center {
	text-align: center
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.wid-50 {
	width: 50%;
	box-sizing: border-box
}

.form-inp-360 {
	width: 360px !important
}

.form-group {
	display: inline-block;
	vertical-align: middle
}

.hover .form-oradi {
	border-width: 5px;
	border-color: #3497ff;
	border-style: solid
}

.form-oradi {
	border-width: 1px;
	border-color: #dcdcdc;
	border-style: solid;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 10px
}

.span1 {
	line-height: 36px
}

.span2 {
	line-height: 30px
}

.span3 {
	line-height: 24px
}

.span4 {
	line-height: 20px
}

.span5 {
	line-height: 18px
}

.radius0 {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	-moz-border-radius: 0 !important
}

.radius5 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px
}

.radius10 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px
}

.radius20 {
	border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	-o-border-radius: 20px !important;
	-moz-border-radius: 20px !important
}

.left-t-0 {
	left: 0;
	top: 0
}

.left-r-0 {
	right: 0;
	top: 0
}

.left-rb-0 {
	right: 0;
	bottom: 0
}

.right-t-20 {
	right: 20px;
	top: 20px
}

.right-t-10 {
	right: 10px;
	top: 10px
}

.right-lt-50 {
	left: 50%;
	top: 50%
}

.right-23 {
	right: 23px !important
}

.ico_pop_ca {
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle
}

.ico_pop_ca {
	background-position: -109px -2px
}

.a-txt-pink {
	color: #666;
	text-decoration: underline
}

.a-txt-pink:hover {
	color: #ffd435
}

.txt-pinks-r {
	color: #f7704d
}

.a-txt-pinks {
	color: #f7704d
}

.a-txt-pinks:hover {
	color: #f7704d;
	text-decoration: underline
}

.link-line-pink {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	text-align: center;
	border-width: 1px;
	border-color: #2a2a2a;
	border-style: solid;
	color: #2a2a2a;
	padding: 8px;
	height: 32px;
	line-height: 1.25;
	min-width: 80px
}

.link-line-block {
	border: 1px solid #666;
	padding: 8px;
	height: 32px;
	line-height: 1.25;
	min-width: 80px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #333
}

.link-line-x-pink {
	border-width: 1px;
	border-color: #2a2a2a;
	border-style: solid;
	color: #2a2a2a;
	padding: 8px 10px;
	height: 32px;
	line-height: 1.25;
	font-size: 12px;
	box-sizing: border-box
}

.link-line-gray {
	border-width: 1px;
	border-color: #d8d8d8;
	border-style: solid;
	color: #666;
	box-sizing: border-box;
	padding: 8px 20px;
	height: 32px;
	line-height: 1.25;
	font-size: 12px
}

.link-line-x-gray {
	border-width: 1px;
	border-color: #d8d8d8;
	border-style: solid;
	color: #666;
	box-sizing: border-box;
	padding: 8px 10px;
	height: 32px;
	line-height: 1.25;
	font-size: 12px
}

.link-top-a-un {
	width: 96px;
	height: 32px;
	background: #efefef;
	padding: 8px 0;
	font-size: 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	color: #666
}

.link-no-gray {
	background: #f8f8f8;
	color: #999;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 2.1;
	height: 45px;
	padding: 8px 0;
	pointer-events: none
}

.link-no-gray1 {
	background: #e8e8e8;
	color: #999;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 1.25;
	height: 32px;
	min-width: 80px;
	padding: 8px 0;
	pointer-events: none
}

.link-orange {
	background: #ba392f;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	line-height: 45px;
	padding: 0 37px;
	height: 45px
}

.link-orange:hover, .link-orange:active {
	color: #fff;
	/* text-decoration: none; */
	/*background: #ba392f !important*/
}

.link-black-line {
	border: 1px solid #333;
	color: #333;
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 32px;
	line-height: 32px;
	padding: 0 20px
}

.link-gray {
	background: #eaeaea;
	color: #333;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	height: 45px;
	font-size: 14px;
	line-height: 45px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0 37px
}

.link-gray:hover {
	text-decoration: none;
	background: #c4c4c4 !important;
	color: #333
}

.link-gray-yzm {
	background: #2a2a2a;
	color: #fff;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 12px;
	width: 100px;
	padding: 0 0
}

.link-gray-yzm:hover {
	text-decoration: none;
	color: #fff;
	background: #000
}
.link-gray-yzm:focus {
	text-decoration: none;
	color: #fff;
	background: #000
}
.link-gray-yzm.link-yanzhen-gray {
	color: #ccc;
	text-shadow: 0 1px 1px #fff;
	background: #efefef;
	cursor: default
}

.link-gray-yzm-no, .link-gray-yzm-no:hover {
	color: #ccc;
	text-shadow: 0 1px 1px #fff;
	background: #efefef;
	text-align: center;
	text-decoration: none;
	height: 40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 100px;
	line-height: 40px;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box
}

.link-pick-b {
	background: #ffd435;
	color: #2a2a2a;
	text-align: center;
	border-width: 1px;
	border-color: #ffd435;
	border-style: solid;
	box-sizing: border-box;
	text-decoration: none;
	height: 40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 12px;
	margin-left: 1px;
	outline: none;
	width: 80px;
	cursor: pointer
}

.link-pick-b:hover {
	text-decoration: none;
	color: #2a2a2a;
	background: #fbb900
}

.link-txt-pink {
	color: #fbb900
}

.link-txt-blue {
	color: #3372e5;
	text-decoration: underline
}

.link-txt-pink:hover, .link-txt-pink:visited {
	color: #f49600
}

.link-txt-gray {
	color: #a6a6a6;
	cursor: default
}

.link-txt-gray:hover, .link-txt-gray:visited {
	color: #a6a6a6
}

.link-btn-gray {
	color: #666;
	background: #e8e8e8;
	width: 112px;
	height: 40px;
	font-size: 16px;
	padding: 9px 0;
	margin-top: 12px
}

.over-y {
	overflow-y: auto;
	overflow-x: hidden
}

.dip-b {
	display: block
}

.error-tips {
	width: 200px;
	left: 50%;
	top: 10%;
	margin-left: -120px;
	background: #000;
	opacity: .5;
	filter: alpha(opacity = 50);
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px;
	text-align: left
}

.fdd-hei-50 {
	height: 62px;
	box-sizing: border-box;
	padding: 20px 0
}

.fdd-txt-dian {
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	padding-bottom: 5px
}

.txt-line {
	text-decoration: underline !important
}

.table-pd a {
	height: 25px;
	background: #fff;
	line-height: 25px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	border-width: 1px;
	border-color: #626871;
	border-style: solid;
	float: right;
	text-align: center;
	color: #626871;
	padding: 0 8px;
	margin-right: 18px
}

.table-pd a:hover {
	background: #626871;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px
}

.apytotal {
	padding: 6px 0;
	height: 32px;
	line-height: 20px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle
}

.effect-1 {
	animation: effect-1 600ms ease forwards;
	-webkit-animation: effect-1 600ms ease forwards;
	-moz-animation: effect-1 600ms ease forwards;
	-o-animation: effect-1 600ms ease forwards
}

select {
	border: solid 1px #e5e5e5;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 14px
}

select::-ms-expand {
	display: none
}

select:focus {
	border-width: 1px;
	border-color: #ffd435;
	border-style: solid
}

.form-control {
	height: 40px;
	padding: 9px 6px 8px;
	box-sizing: border-box;
	background: #fff;
	font-size: 12px;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px
}

.form-control input {
	border: none;
	padding: 0;
	background: none;
	line-height: normal;
	height: auto
}

.form-control input:focus {
	border: none;
	box-shadow: none
}

.form-control-a {
	height: 32px;
	padding: 8px 10px 8px;
	box-sizing: border-box;
	font-size: 12px;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px
}

label {
	font-weight: normal
}

.form-inp {
	opacity: 0;
	filter: alpha(opacity = 0)
}

.form-inp-r {
	opacity: 0;
	filter: alpha(opacity = 0);
	right: 0;
	top: 0;
	font-size: 200px
}

.border {
	border-width: 1px;
	border-color: #eaeaea;
	border-style: solid
}

.box-shadow {
	border: 1px solid #eaeaea;
	border-radius: 3px
}

.border:focus {
	border-width: 1px;
	border-color: #ffd435;
	border-style: solid;
	box-shadow: 0 0 6px rgba(255, 210, 56, 0.2)
}

.border-x {
	border-width: 1px;
	border-color: #d8d8d8;
	border-style: dashed
}

.border-x2 {
	border-width: 2px;
	border-color: #d8d8d8;
	border-style: dashed
}

.no-line {
	border: none
}

.line-l {
	border-width: 1px;
	border-color: transparent #d8d8d8 transparent transparent;
	border-style: dashed solid dashed dashed
}

.line-r {
	border-width: 1px;
	border-color: transparent transparent transparent #eaeaea;
	border-style: dashed dashed dashed solid
}

.line-t-x {
	border-width: 1px;
	border-color: transparent transparent #d8d8d8 transparent;
	border-style: dashed dashed solid dashed
}

.line-t-xa {
	border-bottom: 1px dashed #d8d8d8
}

.line-t-x-dc {
	border-bottom: 1px dashed #dcdcdc
}

.line-b {
	border-bottom: 1px solid #eaeaea
}

.line-t {
	border-top: 1px solid #eaeaea
}

.line-t-red {
	border-width: 3px;
	border-color: transparent transparent #f7704d transparent;
	border-style: dashed dashed solid dashed
}

.line-red {
	border-width: 1px;
	border-color: #f7704d;
	border-style: solid
}

.ico_img {
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat
}

.ico_fh {
	width: 18px;
	height: 18px;
	background-position: -144px -21px;
	margin-right: 5px;
	color: #666
}

.ico_tuofang, .ico_moban {
	width: 102px;
	height: 102px;
	display: inline-block;
	vertical-align: middle
}

.ico_tuofang {
	background-position: -229px -21px
}

.ico_moban {
	background-position: -105px -693px
}

.ico_mb_01, .ico_weiqian, .ico_yiqian, .ico_juqian, .ico_shiping,
	.ico_yw, .ico_shaoma, .ico_xz_qm, .ico-login-bg, .ico-login-menu,
	.ico-login-menu1, .ico_cha_img2, .ico_sc_yun, .ico_zc_tj, .ico_video,
	.ico_radio_mb_on, .ico_radio_mb_off, .fdd-zs-off, .fdd-zs-on {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle
}

.fdd-zs-off {
	background-position: -192px -176px
}

.fdd-zs-on {
	background-position: -216px -176px
}

.ico_radio_mb_off {
	background-position: -216px -152px
}

.ico_radio_mb_on {
	background-position: -192px -152px
}

.ico_mb_01 {
	background-position: -80px -74px
}

.ico_xz_qm {
	background-position: -120px -120px
}

.ico_cha_img2 {
	background-position: -56px -144px
}

.ico_sc_yun {
	background-position: -120px -144px
}

.ico_video {
	background-position: -168px -144px
}

.ico_zc_tj {
	background-position: -144px -144px
}

.ico_juqian {
	background-position: -203px -72px;
	top: 12px;
	left: 33px
}

.ico_xl_bg, .ico_xl_bgh, .ico_qz_qs, .ico_wh_img {
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle
}

.ico_xl_bg {
	background-position: -112px -98px
}

.ico_xl_bgh {
	background-position: -97px -98px
}

.ico_qz_qs {
	background-position: -458px -90px;
	margin-left: 5px
}

.ico_wh_img {
	background-position: -472px -1px
}

.ico_detail-x, .ico_pint, .ico_detail-xz, .ico_detail-fj,
	.ico_detail-fj-gray, .ico_gai, .off-radio, .no-radio, .ico_cha_img,
	.ico_me_qm, .ico_renz, .ico_bz_gou, .ico_xzht, .ico_pop_jth,
	.ico_yan_img, .ico_yan_img-off, .no-log-radio, .off-log-radio,
	.off-radio-sq, .on-radio-sq, .ico_fdj, .ico_taoc, .ico_zhek, .ico_fp,
	.ico_error, .ico_correct, .ico_video_s, .fdd-dui-img, .fdd-cuo-img,
	.fdd-radio-off, .fdd-radio-on, .fdd-shangc-cha, .fdd-ss-icon, .ico_qmm
	{
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle
}

.ico_detail-fj {
	background-position: -421px -282px
}

.ico_detail-fj-gray {
	background-position: -78px -96px
}

.ico_qmm {
	background-position: -409px -73px
}

.fdd-ss-icon {
	background-position: -424px -88px
}

.fdd-shangc-cha {
	background-position: -440px -88px
}

.fdd-radio-off {
	background-position: -156px -75px;
	width: 18px;
	height: 18px
}

.fdd-radio-on {
	background-position: -456px -104px;
	width: 18px;
	height: 18px
}

.ico_pint {
	background-position: -320px 0
}

.ico_detail-x {
	background-position: -73px 0
}

.ico_detail-xz {
	background-position: -352px 0
}

.ico_weiqian {
	background-position: -128px -72px;
	top: 12px;
	left: 30px
}

.ico_yiqian {
	background-position: -155px -72px;
	top: 12px;
	left: 33px
}

.ico_shiping {
	background-position: -104px -72px;
	top: 18px;
	right: 50%;
	margin-right: -12px
}

.ico_gai {
	background-position: -368px 0;
	margin-left: 5px
}

.ico_gai:hover {
	background-position: -384px 0
}

.ico_renz {
	background-position: -176px -48px;
	margin-right: 10px
}

.ico_yw {
	background-position: -64px -42px
}

.ico_shaoma {
	background-position: -176px -72px
}

.ico_bz_gou {
	background-position: -408px 0
}

.ico_shili {
	background-position: 0 -176px;
	width: 34px;
	height: 34px;
	top: 0;
	left: 0;
	opacity: .5;
	filter: alpha(opacity = 50)
}

.ico_xzht {
	background-position: -92px 0
}

.off-radio {
	background-position: -443px -127px;
	width: 20px;
	height: 20px
}

.no-radio {
	background-position: -468px -128px;
	width: 20px;
	height: 20px
}

.ico_pop_jth {
	background-position: -408px -24px
}

.ico_cha_img {
	background-position: -432px -24px
}

.ico_email_bg {
	background-position: -56px -120px;
	width: 40px;
	height: 24px
}

.ico_yan_img {
	background-position: -480px -24px
}

.ico_yan_img-off {
	background-position: -480px -73px
}

.no-log-radio {
	background-position: -408px -40px
}

.off-log-radio {
	background-position: -424px -40px
}

.ico_me_qm {
	background-position: -424px 0
}

.off-radio-sq {
	background-position: -150px -97px
}

.on-radio-sq {
	height: 20px;
	width: 20px;
	background-position: -468px -128px
}

.ico_fdj {
	background-position: -472px -40px
}

.ico_fdj:hover {
	opacity: .8;
	filter: alpha(opacity = 80)
}

.ico_zhek {
	background-position: -464px -24px
}

.ico_taoc {
	background-position: -448px -24px
}

.ico_fp {
	background-position: -408px -56px
}

.ico_correct {
	background-position: -456px -56px
}

.ico_error {
	background-position: -440px -56px
}

.ico_video_s {
	background-position: -472px -56px
}

.fdd-cuo-img {
	background-position: -440px -72px
}

.fdd-dui-img {
	background-position: -456px -72px
}

.ico_sq, .ico_qy_sq {
	width: 21px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 3px
}

.ico_sq {
	background-position: -161px -213px
}

.ico_qy_sq {
	background-position: -184px -213px
}

.ico_img_wtk {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle
}

.ico_img_wtk {
	background-position: -478px -104px
}

.ico_video_dui, .ico_video_cuo {
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle
}

.ico_video_dui {
	background-position: -128px -176px
}

.ico_video_cuo {
	background-position: -160px -176px
}

.ico_top_img {
	width: 36px;
	height: 30px;
	display: block;
	font-size: 12px;
	padding-top: 6px;
	background: rgba(0, 0, 0, 0.5);
	background: #7a7f83\0;
	border-radius: 3px;
	text-indent: -9999em
}

.ico_top_img:hover {
	background: rgba(0, 0, 0, 0.7)
}

.ico_top_img:before {
	content: '';
	background: url("../images/ico_all.png?20180224-1") no-repeat -480px
		-297px;
	width: 14px;
	height: 16px;
	position: absolute;
	right: 11px;
	top: 9px
}

.ico_amend, .ico_delete, .ico_delete1, .ico_yan_bg {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #aaa;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-moz-border-radius: 100%;
	text-indent: -9999em;
	margin: 0 5px
}

.ico_amend {
	background-position: -465px -168px
}

.ico_delete {
	background-position: -467px -202px
}

.ico_delete1 {
	background-position: -253px -209px
}

.ico_yan_bg {
	background-position: -284px -226px
}

.ico_pdf, .excel, .pdf, .pic, .word {
	width: 48px;
	height: 48px;
	box-sizing: border-box
}

.word {
	background-position: -296px -168px
}

.excel {
	background-position: -296px -112px
}

.pdf {
	background-position: -352px -168px
}

.pic {
	background-position: -352px -112px
}

.ico_pdf {
	background-position: -408px -168px
}

.ico_goumai {
	background-position: -408px -224px;
	width: 48px;
	height: 48px;
	box-sizing: border-box;
	margin: 0 auto;
	display: block
}

.ico_lxr_img {
	width: 48px;
	height: 48px;
	background-size: 150px auto;
	margin-top: 38px;
	background-position: 0 -156px
}

.ico_lxr_img_bg {
	width: 160px;
	height: 160px;
	background-position: 0 -520px
}

.ico_lxr_img_bg1 {
	width: 160px;
	height: 160px;
	background-position: -166px -520px
}

.ico_shz_img {
	width: 48px;
	height: 48px;
	background-position: 0 -255px
}

.ico_tongz_img {
	width: 112px !important;
	height: 112px !important
}

.ico_big_dui, .ico_big_cuo, .ico_tongz_img {
	width: 198px;
	height: 210px;
	background: url("../images/tips_dui1.png") no-repeat
}

.ico_big_dui {
	background-position: 0 0
}

.ico_big_cuo {
	background-position: 0 -211px
}

.ico_list_wsj {
	width: 160px;
	height: 154px;
	display: inline-block;
	background-position: 0 -290px;
	background-size: 440px auto
}

.ico_zf_dui {
	background: url("../images/zhifusb_ico.png") no-repeat;
	width: 580px;
	height: 227px;
	margin: 0 auto
}

.bg_green {
	background: #35b657
}

.bg_orange {
	background: #ffd435
}

.bg_red {
	background: #ff0400
}

.bg_pink {
	background: #f7704d
}

.bg_gray {
	background-color: #f0f3f4
}

.bg_block {
	background: #000
}

.bg_gray-f {
	background: #f7f7f7
}

.bg_gray-q {
	background: #e8e8e8
}

.bg_white {
	background-color: #fff
}

.no-bg {
	background: none
}

.black-transparent {
	background: rgba(33, 42, 49, 0.6)
}

.alpha {
	opacity: 0;
	filter: alpha(opacity = 0)
}

.txt-16 {
	font-size: 16px
}

.txt-weight {
	font-weight: normal
}

.wid {
	width: 100%;
	height: 100%;
	position: relative
}

.wid-min {
	min-height: 100%;
	height: auto !important
}

.hei-100 {
	height: 100%
}

.wid-110 {
	min-width: 1100px !important
}

.wid-100 {
	width: 100%;
	box-sizing: border-box
}

.wid-sy-100 {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative
}

.txt-waite {
	color: #fff
}

.txt-waite:hover, .txt-waite:active, .txt-waite:visited {
	color: #fff;
	text-decoration: none
}

.control-label {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box
}

.mg-30 {
	margin-top: 30px
}

.mg-20 {
	margin-top: 20px
}

.mg-10 {
	margin-top: 10px
}

.mg-lr-3 {
	margin: 0 3px
}

.mg-l-20 {
	margin-left: 30px
}

.mg-l-10 {
	margin-left: 20px
}

.mg-l-5 {
	margin-left: 5px
}

.mg-r-5 {
	margin-right: 5px
}

.mg-r-10 {
	margin-right: 10px
}

.mg-r-20 {
	margin-right: 20px
}

.mg-r-30 {
	margin-right: 30px
}

.mg-none {
	margin-bottom: 0 !important
}

.mg-t-50 {
	margin-top: 50px
}

.mg-t-none {
	margin-top: 0
}

.pg-none {
	padding: 0
}

.pg-l-none {
	padding-left: 0
}

.pg-15 {
	padding: 5px 15px
}

.pg-20 {
	padding: 20px !important
}

.pg-30 {
	padding: 20px 10px !important
}

.pg-14 {
	padding: 15px 20px
}

.pg-lr-20 {
	padding: 0 20px
}

.pg-tb-40 {
	padding: 40px 0
}

.pg-lr-40 {
	padding: 0 40px
}

.pg-10 {
	padding: 10px
}

.pg-l-0 {
	padding-left: 0
}

.pg-t-5 {
	padding-top: 5px
}

.pg-t-10 {
	padding-top: 10px
}

.pg-t-20 {
	padding-top: 20px
}

.pg-b-20 {
	padding-bottom: 20px
}

.pg-b-10 {
	padding-bottom: 10px
}

.link-pd-23 {
	padding: 23px 37px;
	height: 60px
}

.link-pd-15 {
	padding: 10px 30px;
	height: 36px
}

.table-pd {
	padding: 16px 0 10px 24px;
	box-sizing: border-box;
	height: 56px
}

.table-pd-link {
	padding: 18px 0 10px;
	box-sizing: border-box;
	height: 60px;
	margin: 0 20px;
	position: relative
}

.table-pd-link .table-tab {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -80px;
	width: 160px
}

.table-pd-link .table-tab a {
	width: 80px;
	height: 59px;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	color: #333
}

.table-pd-link .table-tab .hover {
	background: #efefef
}

.table-pd-nav {
	border-bottom: 1px solid #eaeaea;
	height: 60px;
	position: relative
}

.table-pd-nav .h4 {
	float: left;
	overflow: hidden;
	margin-top: 16px;
	margin-left: 20px
}

.table-pd-nav .h4 em {
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background-position: -230px -47px;
	float: left;
	margin-top: 5px;
	margin-right: 3px
}

.table-pd-nav .h4 .one {
	background-position: -348px -47px
}

.table-pd-nav .h4 .two {
	background-position: -382px -47px
}

.table-pd-nav .table-tab {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -80px;
	width: 160px
}

.table-pd-nav .table-tab a {
	width: 80px;
	height: 59px;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	color: #333
}

.table-pd-nav .table-tab .hover {
	background: #efefef
}

.fdd-left {
	width: 100%;
	height: 70px;
	background: #212a31;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 20
}

.fddv3-img {
	background: url("../images/fdd-img.png?20180224-1") no-repeat
}

.fddv3-top {
	height: 70px;
	width: 1100px;
	margin: 0 auto;
	padding: 0 20px
}

.fddv3-top .fddv3-logo {
	float: left;
	margin-top: 10px;
	text-align: center
}

.fddv3-top .fddv3-menu {
	float: left;
	margin-left: 10px
}

.fddv3-top .fddv3-menu ul li {
	display: inline-block
}

.fddv3-top .fddv3-menu a {
	line-height: 70px;
	margin-left: 40px;
	display: inline-block
}

.fddv3-top .fddv3-menu a:hover {
	color: #ffd435
}

.fddv3-top .fddv3-menu a:hover .fddv3-ico-home {
	background-position: -96px 0
}

.fddv3-top .fddv3-menu a:hover .fddv3-ico-contract {
	background-position: -112px 0
}

.fddv3-top .fddv3-menu a:hover .fddv3-ico-temlate {
	background-position: -128px 0
}

.fddv3-top .fddv3-menu a:hover .fddv3-ico-vip {
	background-position: -144px 0
}

.fddv3-top .fddv3-menu a:hover .fddv3-ico-arbitration {
	background-position: -586px -18px
}

.fddv3-top .fddv3-menu .fddv3-top-hover {
	color: #ffd435
}

.fddv3-top .fddv3-menu .fddv3-top-hover .fddv3-ico-home {
	background-position: -96px 0
}

.fddv3-top .fddv3-menu .fddv3-top-hover .fddv3-ico-contract {
	background-position: -112px 0
}

.fddv3-top .fddv3-menu .fddv3-top-hover .fddv3-ico-temlate {
	background-position: -128px 0
}

.fddv3-top .fddv3-menu .fddv3-top-hover .fddv3-ico-vip {
	background-position: -144px 0
}

.fddv3-top .fddv3-menu .fddv3-top-hover .fddv3-ico-arbitration {
	background-position: -586px -18px
}

.fddv3-top .fddv3-menu .fddv3-ico-home {
	background-position: 0 0
}

.fddv3-top .fddv3-menu .fddv3-ico-contract {
	background-position: -16px 0
}

.fddv3-top .fddv3-menu .fddv3-ico-temlate {
	background-position: -32px 0
}

.fddv3-top .fddv3-menu .fddv3-ico-vip {
	background-position: -48px 0
}

.fddv3-top .fddv3-menu .fddv3-ico-arbitration {
	background-position: -566px -18px
}

.fddv3-top .fddv3-help {
	float: right;
	line-height: 70px
}

.fddv3-top .fddv3-help b {
	position: absolute;
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 9px;
	background: #ffd435;
	border: 2px solid #212a31;
	right: 3px;
	top: 25px
}

.fddv3-top .fddv3-help .fddv3-cut-word {
	width: auto
}

.fddv3-top .fddv3-help .fddv3-cut-word .fddv3-cut-title {
	background: #fff;
	color: #a6a6a6
}

.fddv3-top .fddv3-help .fddv3-cut-word .fddv3-cut-title:before {
	border-bottom: 8px solid #fff
}

.fddv3-top .fddv3-help a:first-child .fddv3-cut-title {
	min-width: 48px !important
}

.fddv3-top .fddv3-help .fddui-button-submit {
	height: 32px;
	line-height: 32px;
	display: inline-block;
	border-radius: 2px;
	width: 108px;
	color: #2a2a2a;
	text-align: center;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
	vertical-align: middle
}

.fddv3-top .fddv3-help .fddui-button-submit i {
	margin: -3px 3px 0 0
}

.fddv3-top .fddv3-help .fddui-button-submit input {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	height: 32px;
	cursor: pointer
}

.fddv3-top .fddv3-help i {
	margin-left: 10px;
	vertical-align: middle;
	margin-bottom: 0;
	margin-top: -3px
}

.fddv3-top .fddv3-help .fddv3-ico-shop {
	background-position: -360px 0;
	width: 17px
}

.fddv3-top .fddv3-help .fddv3-ico-help {
	background-position: -445px -130px
}

.fddv3-top .fddv3-help .fddv3-ico-set {
	background-position: -64px 0
}

.fddv3-top .fddv3-help .fddv3-ico-quit {
	background-position: -80px 0
}

.fddv3-top .fddv3-help .fddv3-ico-add {
	background-position: -306px 0
}

.fddv3-top {
	height: 70px;
	width: 1100px;
	margin: 0 auto;
	padding: 0 20px
}

.fddv3-top a {
	color: #a6a6a6
}

.fddv3-top i {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: -2px;
	text-indent: -9999em;
	background: url("../images/fdd-img.png?20180224-1") no-repeat
}

.fddui-button-submit {
	border: none;
	display: inline-block;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	min-width: 90px;
	color: #000;
	background-color: #ffd238;
	overflow: hidden;
	cursor: pointer
}

.fddui-button-submit:hover {
	color: #000;
	background-color: #edb805
}

.fddui-button-submit:active {
	background-color: #fdc400
}

.fddui-button-submit input {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	height: 34px
}

.logo {
	margin: 20px 0 24px 15px;
	text-align: left
}

.geren {
	margin: 0 0 0 15px;
	position: relative;
	padding-left: 61px;
	color: #fff;
	font-size: 12px;
	padding-top: 7px;
	height: 48px
}

.geren .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 54px;
	height: 54px;
	background-position: 0 -67px
}

.geren .fdd-off, .geren .fdd-on {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	-moz-border-radius: 20px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 7px 0 3px;
	height: 18px;
	line-height: 17px;
	margin-top: 3px
}

.geren .fdd-off {
	border: 1px solid #ffd435
}

.geren .fdd-off span {
	color: #ffd435
}

.geren .fdd-off .off {
	background-position: -191px -2px
}

.geren .fdd-on {
	border: 1px solid #7d7d7d
}

.geren .fdd-on span {
	color: #f5f5f5
}

.geren .fdd-on .off {
	background-position: -207px -2px
}

.geren .namea {
	width: 87%;
	height: 18px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.geren .wid-8 {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 3px;
	margin-bottom: -2px
}

.geren .img-circle {
	position: absolute;
	background: #ff0400;
	width: 8px;
	height: 8px;
	z-index: 2;
	left: 3px;
	top: 2px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 0 1px 6px #666
}

.ico-gr-qipao {
	position: absolute;
	background: #fff;
	width: 140px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	left: 56px;
	top: 0;
	z-index: 3;
	padding: 5px 0;
	box-shadow: 0 2px 3px #666
}

.ico-gr-qipao a {
	display: block;
	padding: 5px 15px;
	color: #666;
	font-size: 14px;
	position: relative
}

.ico-gr-qipao a:hover {
	background: #efefef;
	text-decoration: none
}

.ico-gr-qipao .ico_img {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 0
}

.ico-gr-qipao .ico-tz {
	background-position: -248px 0
}

.ico-gr-qipao .ico-tz i {
	position: absolute;
	width: 8px;
	height: 8px;
	z-index: 3;
	display: inline-block;
	vertical-align: middle;
	left: -3px;
	top: -3px;
	background: #ff0400;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-moz-border-radius: 100%
}

.ico-gr-qipao .ico-tc {
	background-position: -224px 0
}

.ico-gr-qipao .fdd-jt {
	position: absolute;
	border-width: 9px;
	border-color: transparent #fff transparent transparent;
	border-style: dashed solid dashed dashed;
	width: 1px;
	top: 14px;
	left: -18px
}

.menu {
	margin-top: 24px
}

.menu li {
	margin-bottom: 5px
}

.menu li a:hover {
	opacity: 1;
	filter: alpha(opacity = 1)
}

.menu li .no-link {
	opacity: .5;
	filter: alpha(opacity = 50);
	cursor: default
}

.menu li .no-link:hover {
	opacity: .5;
	filter: alpha(opacity = 50)
}

.menu a {
	opacity: .5;
	filter: alpha(opacity = 50);
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
	padding-left: 13px
}

.menu span, .menu em {
	display: inline-block;
	vertical-align: middle
}

.menu .ico_img {
	width: 20px;
	height: 20px;
	margin-right: 5px
}

.menu .one {
	background-position: 0 -20px
}

.menu .two {
	background-position: -22px -20px
}

.menu dl a {
	font-size: 12px;
	font-weight: normal;
	padding-left: 37px;
	height: 36px;
	line-height: 36px;
	opacity: .5;
	filter: alpha(opacity = 50)
}

.menu dl a:hover {
	opacity: 1;
	filter: alpha(opacity = 1)
}

.menu dl .hover {
	border-left: 3px solid #ffd435;
	opacity: 1;
	filter: alpha(opacity = 1);
	padding-left: 34px;
	background: #2e2f35
}

.menu dl .active {
	border-left: 0;
	opacity: 1;
	filter: alpha(opacity = 1)
}

.menu .hover {
	opacity: 1;
	filter: alpha(opacity = 1)
}

.menu .hover .line-l3 {
	border-left: 3px solid #ffd435;
	padding-left: 10px;
	background: #2e2f35
}

.menu .hover a {
	opacity: 1;
	filter: alpha(opacity = 1)
}

.menu .hover .no-link {
	opacity: 1;
	filter: alpha(opacity = 1);
	cursor: default
}

.menu .hover .no-link:hover {
	opacity: 1;
	filter: alpha(opacity = 1)
}

.menu .hover dl a {
	opacity: .5;
	filter: alpha(opacity = 50)
}

.menu .hover dl a:hover {
	opacity: 1;
	filter: alpha(opacity = 1)
}

.menu .hover dl a.hover {
	opacity: 1;
	filter: alpha(opacity = 1)
}

.menu .hover .menu-list {
	display: block;
	opacity: 1;
	filter: alpha(opacity = 1)
}

.tips-b {
	position: absolute;
	bottom: 30px;
	width: 100%
}

.tips-b p {
	letter-spacing: -1px;
	margin-top: 7px;
	font-size: 12px
}

.tips-b .font4 {
	margin: 0 10px
}

.tips-b .ico_green {
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	background-position: -125px -2px;
	margin-right: 3px
}

.fdd-right {
	width: 100%;
	box-sizing: border-box;
	padding-top: 70px
}

.fdd-pd45 {
	background: none !important;
	width: 1100px;
	margin: 0 auto
}

.fdd-qf-right-kj {
	margin-top: 64px
}

.fdd-qf-right {
	height: 130px;
	box-sizing: border-box;
	padding: 25px 0
}

.fdd-right-cis {
	height: 250px;
	position: relative
}

.fdd-right-cis .span1 {
	font-size: 50px
}

.fdd-right-cis .span2 {
	font-size: 10px;
	color: #999
}

.fdd-right-cis p {
	margin: 0;
	padding: 0;
	font-size: 14px
}

.fdd-right-cis .col-lg-6 {
	margin-top: 64px;
	height: 130px
}

.fdd-right-cis .fdd-gmtc {
	right: 30px;
	top: 24px;
	color: #f7704d;
	font-size: 16px
}

.fdd-right-cis .fdd-gmtc span {
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 5px;
	background-position: -37px -1px
}

.form-txt a {
	min-width: 100px;
	height: 32px;
	text-align: center;
	padding: 8px 10px;
	box-sizing: border-box;
	line-height: 1.25;
	color: #333;
	outline: 0;
	text-decoration: none;
	background: #ffd435;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle
}

.form-txt a:hover {
	background: #fbb900;
	text-decoration: none
}

.form-txt .ico-jt-bg {
	border: 4px solid transparent;
	border-top: 6px solid #666;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px
}

.form-txt .hover {
	background: #f4f4f4
}

.form-txt .ico_bg_red {
	background: #ff0400;
	color: #fff;
	min-width: 18px;
	height: 18px;
	line-height: 13px;
	padding: 3px;
	box-sizing: border-box;
	margin: -3px 3px 0 0;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px
}

.form-int .control-label {
	margin-right: 15px;
	font-size: 14px
}

.form-int .ico_img {
	width: 16px;
	height: 16px;
	display: block
}

.form-int .one {
	background-position: -74px -21px
}

.form-int .two {
	background-position: -94px -21px
}

.form-int .no-line {
	background: none
}

.form-int .pos-a {
	z-index: 3;
	right: 0;
	top: -1px;
	height: 32px;
	padding: 8px;
	box-sizing: border-box;
	cursor: pointer
}

.form-int .pos-left {
	right: inherit;
	left: 0;
	width: 39px;
	cursor: inherit
}

.form-int .int-cs-bg input {
	padding: 9px 10px 8px !important
}

.form-int .int-cs-bg .pos-left {
	right: 0;
	left: inherit !important;
	width: 34px !important
}

.fdd-ss-pop {
	width: 300px;
	height: auto !important;
	max-height: 400px;
	background-color: #fff;
	position: absolute;
	box-sizing: border-box;
	z-index: 3;
	top: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	text-align: left;
	padding: 15px
}

.fdd-ss-pop select {
	width: 100%;
	color: #999
}

.fdd-ss-pop .form-group {
	width: 122px
}

.ico-qipao {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.ico-qipao:hover div {
	display: block
}

.ico-qipao em {
	display: inline-block;
	vertical-align: text-top !important
}

.ico-qipao div {
	width: 260px;
	display: none;
	background: rgba(33, 42, 49, 0.8);
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	position: absolute;
	-webkit-box-shadow: 0 8px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 6px rgba(0, 0, 0, 0.1);
	top: 33px;
	z-index: 5;
	left: -16px;
	font-size: 12px;
	word-wrap: break-word
}

.ico-qipao div:before {
	position: absolute;
	left: 8px;
	top: -12px;
	content: '';
	border: 6px solid transparent;
	border-bottom: 6px solid rgba(33, 42, 49, 0.8)
}

.ico-qipao .ico-qp-jt {
	height: 10px;
	width: 16px;
	background: url(../images/fdd-img.png) no-repeat;
	background-position: -238px -60px;
	position: absolute;
	top: -9px;
	left: 16px;
	font-size: 12px;
	z-index: 999;
	display: none
}

.fdd-xl-list {
	min-width: 120px !important;
	background-color: #fff;
	position: absolute;
	box-sizing: border-box;
	z-index: 3;
	right: 0;
	top: 32px;
	text-align: left;
	border: 1px solid #eaeaea
}

.fdd-xl-list a {
	display: block;
	width: 100%;
	background: none;
	line-height: 44px;
	height: 44px;
	padding: 0 10px !important;
	border-bottom: 1px solid #eaeaea
}

.fdd-xl-list a:last-child {
	border-bottom: none
}

.fdd-xl-list a:hover {
	background: #fffbea
}

.fdd-th3 thead {
	box-shadow: none !important
}

.fdd-th3 th {
	background: #fff !important
}

.fdd-th3 tr:nth-child(2n+1) td {
	background: #f7f7f7 !important
}

.fdd-th3 tr:nth-child(2n+2) td {
	background: none !important
}

.fdd-th-dotted td {
	border-bottom: 1px dashed #d8d8d8 !important;
	background: none !important
}

.fdd-th-dotted tr:hover td {
	background: #f7f7f7 !important
}

.fdd-th-dotted tr:last-child td {
	border-bottom: none
}

.wid-40 {
	width: 40% !important
}

.fdd-table {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px
}

.fdd-table .wid-6 {
	width: 4%
}

.fdd-table th {
	border-bottom: 1px solid #dcdcdc
}

.fdd-table .fdd-th1 th {
	border-bottom: 1px solid #dcdcdc
}

.fdd-table .wid-16, .fdd-table .wid-18, .fdd-table .wid-20, .fdd-table .wid-22,
	.fdd-table .wid-25 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.fdd-table .wid-16 {
	width: 16%
}

.fdd-table .wid-18 {
	width: 18%
}

.fdd-table .wid-20 {
	width: 20%
}

.fdd-table .wid-20 {
	width: 22%
}

.fdd-table .wid-25 {
	width: 25%
}

.fdd-table .green-span, .fdd-table .red-span {
	border-width: 1px;
	border-color: #fbb900;
	border-style: solid;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #f49600;
	font-size: 12px;
	padding: 0 3px;
	margin-left: 5px;
	height: 16px;
	margin-top: -2px;
	line-height: 14px
}

.fdd-table .green-span .attrqtip, .fdd-table .red-span .attrqtip {
	left: 50%;
	margin-left: -120px
}

.fdd-table .green-span .attrqtip:before, .fdd-table .red-span .attrqtip:before
	{
	position: absolute;
	left: 50% !important;
	margin-left: -6px !important;
	top: -12px;
	border: 8px solid transparent;
	border-bottom: 8px solid #1b1d24;
	content: ''
}

.fdd-table .red-span {
	border: 1px solid #c00 !important;
	color: #c00 !important
}

.fdd-table .span-fa {
	width: 18px;
	height: 18px;
	border-width: 1px;
	border-color: #999;
	border-style: solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	line-height: 18px;
	font-size: 12px;
	color: #999;
	margin-top: -4px
}

.fdd-table .span-fa .attrqtip {
	left: 50%;
	margin-left: -120px
}

.fdd-table .span-fa .attrqtip:before {
	position: absolute;
	left: 50% !important;
	margin-left: -6px !important;
	top: -12px;
	border: 8px solid transparent;
	border-bottom: 8px solid #1b1d24;
	content: ''
}

.fdd-table .no-shadow {
	box-shadow: none !important
}

.fdd-table .fdd-hover td {
	cursor: pointer
}

.fdd-table th:last-child, .fdd-table td:last-child {
	overflow: inherit
}

.fdd-table th, .fdd-table td {
	padding: 8px;
	height: 50px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.fdd-table th {
	color: #999;
	font-weight: normal;
	font-size: 14px
}

.fdd-table .text-center .attrqtip {
	left: 50%;
	margin-left: -120px
}

.fdd-table .text-center .attrqtip:before {
	position: absolute;
	left: 50% !important;
	margin-left: -6px !important;
	top: -12px;
	border: 8px solid transparent;
	border-bottom: 8px solid #1b1d24;
	content: ''
}

.fdd-table .fddv3-tab-fcc td {
	color: #fc0000 !important
}

.fdd-table .fddv3-tab-fcc:hover {
	color: #fc0000 !important
}

.fdd-table .title-txt {
	overflow: visible !important;
	position: relative
}

.fdd-table .title-txt .ico_sq:hover:before {
	content: '授权给个人账号签署的文件'
}

.fdd-table .title-txt .ico_qy_sq:hover:before {
	content: '代表企业签署文件'
}

.fdd-table .title-txt .ico_sq, .fdd-table .title-txt .ico_sq {
	position: relative
}

.fdd-table .title-txt .ico_sq:hover:before, .fdd-table .title-txt .ico_sq:hover:before
	{
	position: absolute;
	left: -2px;
	bottom: -30px;
	background: #1b1d24;
	padding: 3px 5px;
	border-radius: 3px;
	color: #fff;
	text-indent: 0;
	font-size: 12px;
	z-index: 6;
	line-height: 18px
}

.fdd-table .title-txt .ico_sq:hover:after, .fdd-table .title-txt .ico_sq:hover:after
	{
	position: absolute;
	left: 6px;
	bottom: -10px;
	border: 8px solid transparent;
	border-bottom: 8px solid #1b1d24;
	content: ''
}

.fdd-table .title-txt .attrqtip {
	display: none;
	z-index: 6;
	width: 240px;
	word-wrap: break-word;
	white-space: normal;
	word-break: break-all;
	position: absolute;
	top: 46px;
	border-radius: 5px;
	background: #1b1d24;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	text-align: center
}

.fdd-table .title-txt .attrtitle {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 90%;
	display: inline-block;
	vertical-align: middle
}

.fdd-table .title-txt:hover .attrqtip {
	display: block
}

.fdd-table .title-txt:hover .attrqtip:before {
	position: absolute;
	left: 12px;
	top: -12px;
	border: 8px solid transparent;
	border-bottom: 8px solid #1b1d24;
	content: ''
}

.fdd-table tr:hover td {
	background: #ededed;
	color: #666
}

.fdd-table tr:hover td a {
	display: inline-block
}

.fdd-table td {
	border-top: none;
	position: relative;
	color: #666
}

.fdd-table td select {
	padding: 0 5px 1px !important;
	height: 20px;
	margin-left: 5px
}

.fdd-table .link_ico_a {
	background-position: -93px -43px;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -12px 0 0 -12px;
	text-indent: -9999em
}

.fdd-table .link_ico_b {
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -12px 0 0 -18px
}

.fdd-table .a-txt-pink:hover .ico_fp {
	background-position: -424px -56px
}

.fdd-table .link-ico-tx, .fdd-table .link-ico-bi, .fdd-table .link-ico-down,
	.fdd-table .link-ico-delete, .fdd-table .link-ico-modify {
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
	text-indent: -9999em
}

.fdd-table .link-ico-tx:hover:before, .fdd-table .link-ico-bi:hover:before,
	.fdd-table .link-ico-down:hover:before, .fdd-table .link-ico-delete:hover:before,
	.fdd-table .link-ico-modify:hover:before {
	position: absolute;
	left: -2px;
	bottom: -30px;
	background: #1b1d24;
	padding: 3px 5px;
	border-radius: 3px;
	color: #fff;
	text-indent: 0;
	font-size: 12px;
	z-index: 6;
	line-height: 18px
}

.fdd-table .link-ico-tx:hover:after, .fdd-table .link-ico-bi:hover:after,
	.fdd-table .link-ico-down:hover:after, .fdd-table .link-ico-delete:hover:after,
	.fdd-table .link-ico-modify:hover:after {
	position: absolute;
	left: 6px;
	bottom: -10px;
	border: 10px solid transparent;
	border-bottom: 8px solid #1b1d24;
	content: ''
}

.fdd-table .link-ico-tx {
	background-position: -298px -68px
}

.fdd-table .link-ico-tx:hover:before {
	content: '提醒'
}

.fdd-table .link-ico-delete {
	background-position: -366px -68px
}

.fdd-table .link-ico-delete:hover:before {
	content: '删除'
}

.fdd-table .link-ico-bi {
	background-position: -264px -68px
}

.fdd-table .link-ico-bi:hover:before {
	content: '签署'
}

.fdd-table .link-ico-modify {
	background-position: -332px -68px
}

.fdd-table .link-ico-modify:hover:before {
	content: '修改'
}

.fdd-table .link-ico-down {
	background-position: -230px -68px
}

.fdd-table .link-ico-down:hover:before {
	content: '下载'
}

.fdd-table .link-disable {
	width: 58px;
	height: 32px;
	line-height: 1.25;
	border: 1px solid #e8e8e8;
	background: #e8e8e8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	text-decoration: none;
	position: absolute;
	color: #666;
	top: 8px;
	left: 50%;
	margin: 0 0 0 -30px;
	font-size: 12px;
	padding: 8px 0;
	box-sizing: border-box
}

.fdd-table .link-pink-n {
	width: 58px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #f7704d;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	text-decoration: none;
	position: absolute;
	color: #f7704d;
	top: 8px;
	display: none;
	left: 50%;
	margin: 0 0 0 -30px;
	font-size: 12px
}

.fdd-table .link-pink-n:hover {
	background: #f7704d;
	color: #fff
}

.fdd-table .ico-wj {
	width: 20px;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
	background-position: -48px -20px
}

.fdd-table .link-xz {
	display: none;
	font-size: 14px;
	color: #666;
	position: absolute;
	top: 15px;
	left: 45%;
	margin: 0 0 0 -21px
}

.fddv3-page-detail {
	width: 1060px;
	margin: 0 auto;
	position: relative
}

.fddv3-page-detail .page_up {
	left: 0
}

.fddv3-page-detail .page_up, .fddv3-page-detail .page_down {
	margin: 0
}

.fddv3-page-detail .page_down {
	right: 0
}

.fdd-fy {
	text-align: right;
	padding: 20px 56px
}

.fdd-fy .hover {
	background: #f4f4f4
}

.fdd-fy a {
	width: 28px;
	height: 28px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	border-width: 6px;
	border-color: #fff;
	border-width: 1px;
	border-color: #eaeaea;
	border-style: solid;
	padding: 6px 0;
	text-align: center;
	color: #48505c;
	cursor: pointer
}

.fdd-fy a:hover {
	text-decoration: none;
	background: #f4f4f4
}

.fdd-fy a .ico_img {
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle
}

.fdd-fy a .one {
	background-position: -144px -4px
}

.fdd-fy a .two {
	background-position: -153px -4px
}

.fdd-fy a .three {
	background-position: -168px -4px
}

.fdd-fy a .four {
	background-position: -179px -4px
}

.fdd-qm-cs {
	left: 50px;
	top: 150px;
	background: #fff;
	box-shadow: 0 2px 3px #999;
	width: 400px;
	height: 190px;
	padding-left: 100px;
	z-index: 5;
	border-width: 6px;
	border-color: #fff;
	border-width: 1px;
	border-color: #eaeaea;
	border-style: solid
}

.fdd-qm-cs .fdd-img-ico {
	width: 58px;
	height: 58px;
	background-position: -62px -253px;
	left: 25px
}

.fdd-qm-cs .fdd-t-jt {
	border-width: 10px;
	border-color: transparent transparent #fff transparent;
	border-style: dashed dashed solid dashed;
	position: absolute;
	top: -20px;
	left: 20px
}

.fdd-qm-cs .fdd-txt-r-wz {
	padding-top: 39px
}

.fdd-qm-cs .fdd-txt-r-wz h5 {
	font-size: 16px
}

.fdd-qm-cs .fdd-txt-r-wz .h6 {
	color: #999;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px
}

.fdd-qm-cs .fdd-txt-r-wz .fdd-pink {
	color: #f7704d;
	font-size: 16px
}

.fdd-qm-cs .fdd-txt-r-wz .fdd-pink span {
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 5px;
	background-position: -37px -1px
}

.fdd-qm-cs .fdd-sd-bg {
	width: 100%;
	background: url("../images/fdd-sd-bg.jpg") no-repeat center;
	height: 8px;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.fdd-gb {
	padding: 5px;
	position: absolute;
	right: 10px;
	top: 10px;
	display: inline-block;
	vertical-align: middle
}

.fdd-gb span {
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	text-indent: -9999em;
	background-position: -109px -2px
}

.fdd-top-r {
	z-index: 2;
	height: 50px;
	top: 70px;
	line-height: 50px
}

.fdd-top-r .h4 {
	margin: 0 480px 0 auto;
	width: 300px;
	height: 40px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.fdd-pd-fq {
	margin: 90px 0
}

.fdd-pd-fq .h4 {
	margin-top: 20px;
	font-weight: normal
}

.fdd-pd-fq div:hover .ico_moban {
	background-position: -207px -693px
}

.fdd-pd-fq-10 {
	padding: 20px
}

.inp-eml {
	width: 60%;
	height: 96%;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
	position: relative
}

.inp-eml input:focus {
	border: none;
	outline: none
}

.inp-eml-b {
	padding-bottom: 60px
}

.inp-file {
	right: 0;
	font-size: 200px;
	top: 0;
	opacity: 0;
	filter: alpha(opacity = 0)
}

.fdd-qf-menu {
	margin-left: 25px;
	margin-top: 8px
}

.fdd-qf-menu a {
	display: inline-block;
	vertical-align: middle;
	height: 70px;
	width: 130px;
	color: #999;
	border-top: 3px solid #f7f7f7;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0
}

.fdd-qf-menu .ico_img {
	width: 16px;
	height: 16px;
	margin-top: 15px;
	display: inline-block;
	vertical-align: middle
}

.fdd-qf-menu .ico_mb {
	background-position: -272px -1px
}

.fdd-qf-menu .ico_cg {
	background-position: -295px -1px
}

.fdd-qf-menu .hover {
	background: #fff;
	border-top: 3px solid #f7704d
}

.fdd-qf-ss {
	right: 30px;
	top: 50%;
	margin-top: -20px;
	width: 300px
}

.fdd-qf-ss .input-group .no-line {
	height: 40px;
	padding: 10px 10px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	-moz-border-radius: 20px
}

.fdd-qf-ss .ico_ss {
	width: 25px;
	height: 25px;
	text-indent: -9999em;
	background-position: -33px -41px;
	margin-left: 10px
}

.fdd-eml-qr .link-line-pink span {
	width: 16px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	background-position: -270px -198px
}

.link-top-a {
	width: 96px;
	height: 32px;
	line-height: 1.25;
	background: #ffd435;
	color: #333;
	right: 40px;
	top: 50%;
	margin-top: -16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 8px 0;
	box-sizing: border-box
}

.link-top-a:hover {
	background: #edb805
}

.link-top-c {
	width: 96px;
	height: 32px;
	line-height: 1.25;
	background: #efefef;
	color: #000;
	right: 40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	top: 50%;
	margin-top: -16px;
	box-sizing: border-box;
	padding: 8px 0
}

.link-top-c:hover {
	background: #c4c4c4
}

.fdd-wid-400, .fdd-wid-80 {
	width: 460px;
	margin: 0 auto
}

.fdd-wid-400 .inp-txt {
	padding: 0 90px 0 120px;
	box-sizing: border-box
}

.fdd-wid-400 .inp-txt-s {
	padding: 0 115px 0 115px;
	box-sizing: border-box
}

.fdd-wid-400 .inp-txt-c {
	padding: 0 180px 0 120px;
	box-sizing: border-box
}

.fdd-wid-400 .inp-txt-e {
	width: 200px
}

.fdd-wid-400 .inp-txt-f {
	padding: 10px 110px 10px 10px !important
}

.fdd-wid-400 .inp-txt-i {
	padding: 10px 65px 10px 10px !important
}

.fdd-wid-400 .inp-txt-d {
	padding: 0 234px 0 150px;
	box-sizing: border-box
}

.fdd-wid-400 .control-label {
	left: 0;
	text-align: right;
	width: 110px
}

.fdd-wid-400 .inp-txt-r15 {
	padding: 0 130px 0 100px;
	box-sizing: border-box
}

.fdd-wid-400 .inp-txt-r15 .input-txt-r {
	right: 12px;
	top: 8px
}

.fdd-wid-400 .inp-txt-r15 .ico_time {
	right: 10px
}

.fdd-wid-400 textarea {
	height: 70px
}

.fdd-wid-500, .fdd-wid-80 {
	width: 560px;
	margin: 0 auto
}

.fdd-wid-500 .inp-txt {
	padding: 0 90px 0 90px;
	box-sizing: border-box
}

.fdd-wid-500 .inp-txt .border:hover {
	border: 1px solid #ffd435
}

.fdd-wid-500 .inp-txt input {
	font-size: 12px
}

.fdd-wid-500 .inp-txt-s {
	padding: 0 115px 0 115px;
	box-sizing: border-box
}

.fdd-wid-500 .inp-txt-c {
	padding: 0 180px 0 90px;
	box-sizing: border-box
}

.fdd-wid-500 .inp-txt-e {
	width: 270px
}

.fdd-wid-500 .inp-txt-f {
	width: 220px
}

.fdd-wid-500 .right-15 {
	right: 115px !important
}

.fdd-wid-500 .right-90, .fdd-wid-500 .right-15 {
	right: 90px;
	width: 100px
}

.fdd-wid-500 .right-90 img, .fdd-wid-500 .right-15 img {
	height: 40px;
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
	border-radius: 3px;
	width: 100px
}

.fdd-wid-500 .right-100 {
	right: 100px;
	top: 14px
}

.fdd-wid-500 .inp-txt-d {
	padding: 0 234px 0 150px;
	box-sizing: border-box
}

.fdd-wid-500 .control-label {
	left: 37px;
	text-align: right;
	width: 110px
}

.fdd-wid-500 .inp-txt-r15 {
	padding: 0 130px 0 100px;
	box-sizing: border-box
}

.fdd-wid-500 .inp-txt-r15 .input-txt-r {
	right: 12px;
	top: 8px
}

.fdd-wid-500 .inp-txt-r15 .ico_time {
	right: 10px
}

.fdd-wid-500 textarea {
	height: 70px
}

.fdd-wid-600, .fdd-wid-80 {
	width: 700px;
	margin: 0 auto
}

.fdd-wid-600 .inp-txt {
	padding: 0 80px 0 150px;
	box-sizing: border-box
}

.fdd-wid-600 .inp-txt-s {
	padding: 0 115px 0 115px;
	box-sizing: border-box
}

.fdd-wid-600 .inp-txt-c {
	padding: 0 200px 0 150px;
	box-sizing: border-box
}

.fdd-wid-600 .inp-txt-d {
	padding: 0 234px 0 150px;
	box-sizing: border-box
}

.fdd-wid-600 .control-label {
	left: 0;
	text-align: right;
	width: 140px
}

.fdd-wid-600 .inp-txt-r15 {
	padding: 0 130px 0 100px;
	box-sizing: border-box
}

.fdd-wid-600 .inp-txt-r15 .input-txt-r {
	right: 12px;
	top: 8px
}

.fdd-wid-600 .inp-txt-r15 .ico_time {
	right: 10px
}

.fdd-wid-600 textarea {
	height: 70px
}

.fdd-wid-700, .fdd-wid-80 {
	width: 700px;
	margin: 0 auto
}

.fdd-wid-700 .inp-txt {
	padding: 0 0 0 130px;
	box-sizing: border-box
}

.fdd-wid-700 .inp-txt-r {
	padding: 0 80px 0 150px;
	box-sizing: border-box
}

.fdd-wid-700 .control-label {
	left: 0;
	text-align: right;
	width: 120px
}

.fdd-wid-700 select {
	padding-right: 14px !important
}

.fdd-wid-700 .inp-txt-r15 {
	padding: 0 130px 0 100px;
	box-sizing: border-box
}

.fdd-wid-700 .inp-txt-r15 .input-txt-r {
	right: 12px;
	top: 8px
}

.fdd-wid-700 .inp-txt-r15 .ico_time {
	right: 10px
}

.fdd-wid-700 textarea {
	height: 70px
}

.fdd-wid-800, .fdd-wid-80 {
	width: 800px;
	margin: 0 auto
}

.fdd-wid-590, .fdd-wid-qsr-list, .fdd-wid-qsr {
	max-width: 600px;
	width: 64%;
	position: relative;
	margin: 0 auto;
	left: -5%
}

.fdd-wid-590.other-style, .fdd-wid-qsr-list.other-style, .fdd-wid-qsr.other-style
	{
	margin: 0;
	left: 30px
}

.fdd-wid-590.other-style .inp-txt {
	padding: 0
}

.fdd-wid-590.other-style .input-txt-r {
	right: -120px;
	top: 50px
}

.fdd-wid-590 {
	padding-top: 10px
}

.fdd-wid-590 .inp-txt {
	padding: 0 0 0 100px;
	box-sizing: border-box;
	margin-top: 10px;
	position: relative
}

.fdd-wid-590 .input-txt-r {
	position: absolute;
	right: -100px;
	top: 5px
}

.fdd-wid-590 .control-label {
	left: 0;
	width: 90px
}

.fdd-wid-qsr-list {
	padding: 9px 0 0
}

.fdd-wid-qsr-list li {
	zoom: 1;
	position: relative;
	border-radius: 3px;
	border-left: 3px solid #fdd435;
	margin-top: 10px;
	padding: 10px;
	cursor: pointer
}

.fdd-wid-qsr-list li:after {
	display: block;
	content: '';
	clear: both;
	height: 0;
	visibility: hidden
}

.fdd-wid-qsr-list li:after {
	display: block;
	content: '';
	clear: both;
	height: 0;
	visibility: hidden
}

.fdd-wid-qsr-list li span {
	min-width: 120px;
	display: inline-block;
	margin: 0 20px
}

.fdd-wid-qsr-list li select {
	height: 24px;
	line-height: 24px;
	padding: 0 14px 0 5px !important;
	min-width: 100px
}

.fdd-wid-qsr-list li .spanz {
	color: #999;
	margin: 0 5px
}

.fdd-wid-qsr-list li:hover {
	box-shadow: 0 0 2px 2px #eaeaea
}

.fdd-wid-qsr-list li:hover .red-span {
	display: none
}

.fdd-wid-qsr-list .red-span {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	min-width: 50px;
	font-size: 12px;
	padding: 0 3px;
	margin-left: 5px;
	position: absolute;
	right: 0
}

.fdd-wid-qsr-list .select {
	height: 20px;
	border-width: 6px;
	border-color: #fff;
	border-width: 1px;
	border-color: #eaeaea;
	border-style: solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px 1px !important;
	margin: 0 5px
}

.fdd-wid-qsr-list li:hover .fdd-delete-ico {
	position: absolute;
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	background-position: -470px -151px;
	right: 10px;
	width: 20px;
	height: 20px;
	top: 10px
}

.fdd-wid-qsr-list .fdd-delete-ico {
	text-indent: -9999em
}

.fdd-wid-qsr {
	padding: 20px 0 0;
	display: flex;
	margin-top: 20px !important;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex
}

.fdd-wid-qsr .form-control {
	flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-o-flex: 1;
	margin-right: 10px
}

.fdd-wid-qsr .form-control:nth-child(2) {
	margin-right: 0
}

.fdd-wid-qsr .fdd-qsr-link {
	position: absolute;
	width: 20px;
	height: 20px;
	display: block;
	left: 0;
	top: 0;
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	background-position: -230px -21px;
	text-indent: -9999em
}

.fdd-wid-qsr .fdd-qsr-txl {
	position: absolute;
	left: 30px;
	top: 0
}

.fdd-wid-qsr .fdd-qsr-txl .link-txt {
	color: #2a2a2a
}

.fdd-wid-qsr .fdd-qsr-txl .link-txt:hover {
	color: #ffd435
}

.fdd-qsr-ss-bg {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999
}

.fdd-qsr-ss.sort {
	height: 300px;
	margin-top: -150px;
	margin-left: -260px;
	width: 520px
}

.new-pop-con {
	padding-top: 100px
}

.new-pop-con input {
	width: 420px;
	height: 40px;
	margin: 0 50px 20px 50px
}

.new-pop-con a {
	margin-right: 50px
}

.new-qian p {
	margin-top: 20px;
	margin-left: 30px
}

.new-qian span {
	display: inline-block;
	margin-right: 20px;
	cursor: pointer
}

.new-qian span i {
	display: inline-block;
	height: 14px;
	width: 14px;
	margin-right: 5px;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	border: 1px solid #ffd435
}

.new-qian span.on i:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	background: #ffd435;
	display: inline-block;
	height: 8px;
	width: 8px;
	vertical-align: middle;
	-webkit-border-radius: 50%
}

.new-qian label {
	display: inline-block;
	margin-right: 20px;
	width: 160px
}

.text-conversion {
	width: 1018px;
	height: 140px;
	margin: 0 auto 30px;
	border: 1px dashed #ffd435;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	padding: 0 40px
}

.text-conversion li {
	padding: 40px 0;
	float: left;
	position: relative
}

.text-conversion li h3 {
	font-weight: normal;
	font-size: 16px;
	margin-top: 10px
}

.text-conversion li h4 {
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 10px
}

.text-conversion li p {
	color: #999
}

.text-conversion li.li-1 {
	width: 380px;
	padding: 40px 20px 0 60px
}

.text-conversion li.li-2 {
	width: 200px
}

.text-conversion li.li-2 .fddui-button-submit {
	position: relative
}

.text-conversion li.li-3 {
	padding-left: 30px
}

.a-box {
	display: inline-block;
	color: #fbb900;
	margin-top: 10px;
	position: relative
}

.a-box:hover {
	color: #f49600
}

.a-box:hover .show-pop-arrow, .a-box:hover .show-pop {
	display: block
}

.a-box:hover .show-pop {
	left: 0
}

.radio-defult {
	display: block;
	height: 20px;
	width: 20px;
	left: 0;
	top: 50px;
	cursor: pointer;
	background-position: -443px -127px;
	position: absolute
}

.radio-defult.radio-on {
	background-position: -468px -128px
}

.text-conversion-right {
	width: 30px;
	height: 30px;
	position: absolute;
	display: block;
	top: 64px;
	left: 19px;
	border: 3px solid #f7f7f7;
	border-radius: 50%;
	box-sizing: border-box;
	-webkit-animation: lds-rolling 1s linear infinite;
	animation: lds-rolling 1s linear infinite
}

.text-conversion-right:before {
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	border: 3px solid #fdd435;
	border-top-color: transparent;
	border-radius: 50%;
	z-index: 2;
	top: -3px;
	left: -3px
}

.text-conversion-ok {
	width: 30px;
	height: 30px;
	position: absolute;
	display: block;
	top: 52px;
	left: 0;
	border: 3px solid #ffd435;
	border-radius: 50%;
	box-sizing: border-box
}

.text-conversion-ok:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 2px;
	background: #2a2a2a;
	z-index: 2;
	top: 13px;
	left: 6px;
	transform: rotate(48deg);
	-webkit-transform: rotate(48deg);
	-moz-transform: rotate(48deg);
	-o-transform: rotate(48deg)
}

.text-conversion-ok:after {
	position: absolute;
	content: '';
	width: 11px;
	height: 2px;
	background: #2a2a2a;
	z-index: 2;
	top: 11px;
	left: 8px;
	transform: rotate(132deg);
	-webkit-transform: rotate(132deg);
	-moz-transform: rotate(132deg);
	-o-transform: rotate(132deg)
}

.text-conversion-close {
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	background-position: -253px -179px;
	width: 30px;
	height: 30px;
	position: absolute;
	display: block;
	top: 52px;
	left: 0
}

.a-link {
	display: inline-block;
	color: #fbb900
}

.a-link:hover {
	color: #f49600
}

.fdd-qsr-ss {
	position: absolute;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	left: 50%;
	top: 50%;
	width: 710px;
	height: 600px;
	margin-top: -300px;
	margin-left: -355px;
	border: 1px solid #eaeaea;
	background: #fff
}

.fdd-qsr-ss .fdd-fq-close {
	position: absolute;
	right: 30px;
	top: 12px;
	z-index: 7
}

.fdd-qsr-ss .fdd-fq-close em {
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	text-indent: -9999em;
	background-position: -80px -149px
}

.fdd-qsr-ss .fdd-qsr-ss-top {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 50px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	line-height: 50px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex
}

.fdd-qsr-ss .fdd-qsr-ss-top span {
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background-position: -338px -23px;
	margin: 10px 8px 0 15px
}

.fdd-qsr-ss .fdd-qsr-ss-top input {
	border: none;
	flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-o-flex: 1;
	font-size: 12px
}

.fdd-qsr-ss .fdd-qsr-ss-left {
	position: absolute;
	left: 25px;
	top: 110px;
	bottom: 70px;
	width: 180px;
	margin-right: 15px;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow-y: auto
}

.fdd-qsr-ss .fdd-qsr-ss-left li {
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	padding: 0 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer
}

.fdd-qsr-ss .fdd-qsr-ss-left li.tit {
	height: 40px;
	line-height: 40px;
	background: #f7f7f7;
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
	border-bottom: 1px solid #eaeaea
}

.fdd-qsr-ss .fdd-qsr-ss-left .hover {
	background: #fffbea
}

.fdd-qsr-ss .fdd-qsr-ss-right {
	position: absolute;
	left: 222px;
	top: 110px;
	bottom: 0;
	right: 25px
}

.fdd-qsr-ss .fdd-qsr-ss-list {
	left: 0;
	top: 40px;
	right: 0;
	bottom: 70px;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow-y: auto;
	position: absolute
}

.fdd-qsr-ss .fdd-qsr-ss-list ul {
	font-size: 12px
}

.fdd-qsr-ss .fdd-qsr-ss-list ul li {
	padding: 10px 0;
	border-bottom: 1px solid #eaeaea
}

.fdd-qsr-ss .fdd-qsr-ss-list ul li:hover {
	background: #fffbea;
	cursor: pointer
}

.fdd-qsr-ss .fdd-qsr-ss-list ul li label {
	float: left;
	display: inline-block;
	margin: 0 15px
}

.fdd-qsr-ss .fdd-qsr-ss-list ul li span {
	display: inline-block;
	width: 110px;
	margin-right: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.fdd-qsr-ss .fdd-qsr-ss-list ul li span.spanz {
	color: #999;
	width: 160px;
	margin-left: 5px
}

.fdd-qsr-ss .rt-tit {
	height: 40px;
	line-height: 40px;
	background: #f7f7f7;
	font-size: 14px;
	color: #333;
	padding: 0;
	border: 1px solid #eaeaea;
	border-bottom: 0;
	position: relative
}

.fdd-qsr-ss .rt-tit span {
	display: inline-block;
	text-align: left
}

.fdd-qsr-ss .rt-tit span.frist-span {
	width: 148px;
	margin: 0 5px;
	text-align: left;
	padding-left: 38px
}

.fdd-qsr-ss .rt-tit span.second-span {
	width: 150px
}

.fdd-qsr-ss .fdd-qsr-ss-bottom {
	position: absolute;
	left: 0;
	bottom: 15px;
	right: 0;
	height: 44px;
	overflow: hidden
}

.fdd-qsr-ss .fdd-qsr-ss-bottom label {
	float: left;
	margin: 13px 0 0 16px;
	overflow: hidden;
	font-size: 12px
}

.fdd-qsr-ss .fdd-qsr-ss-bottom label span {
	float: left;
	margin-top: 1px;
	margin-right: 5px
}

.fdd-qsr-ss .fdd-qsr-ss-bottom a {
	float: right;
	margin: 9px 10px 0 0;
	background: #ffd435;
	color: #333;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 1.25;
	padding: 9px 37px;
	height: 32px
}

.fdd-qsr-ss .fdd-qsr-ss-bottom a:hover {
	color: #333;
	text-decoration: none;
	background: #edb805 !important
}

.fdd-wid-800 .inp-txt {
	padding: 0 0 0 100px;
	box-sizing: border-box
}

.fdd-wid-800 .control-label {
	left: 0;
	width: 90px;
	text-align: justify;
	text-justify: distribute-all-lines;
	text-align-last: justify;
	-moz-text-align-last: justify;
	-webkit-text-align-last: justify;
	-o-text-align-last: justify
}

.fdd-wid-800 .inp-txt-r15 {
	padding: 0 115px 0 100px;
	box-sizing: border-box
}

.fdd-wid-800 .inp-txt-r15 .input-txt-r {
	right: 10px;
	top: 5px
}

.fdd-wid-800 .inp-txt-r15 .ico_time {
	right: 10px
}

.fdd-wid-900 {
	width: 700px;
	margin: 30px 0 30px 90px
}

.fdd-wid-900 .inp-txt-c {
	padding: 0 0 0 190px;
	box-sizing: border-box
}

.fdd-wid-900 .control-label {
	left: 0;
	text-align: right;
	width: 180px
}

.fdd-wid-900 .inp-txt-r15 {
	padding: 0 160px 0 190px;
	box-sizing: border-box
}

.fdd-wid-900 .inp-txt-r15 .input-txt-r {
	right: 12px;
	top: 8px
}

.fdd-wid-900 .inp-txt-r15 .ico_time {
	right: 10px
}

.fdd-qf-more {
	text-align: center
}

.fdd-qf-more .fdd-qf-more-div {
	height: 300px;
	padding: 20px;
	box-sizing: border-box
}

.fdd-qf-more .fdd-qf-more-div li {
	height: 82px;
	box-sizing: border-box;
	background-color: #f8f8f8;
	margin-bottom: 10px;
	padding: 10px 0
}

.fdd-qf-more .fdd-qf-more-div div {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 62px
}

.fdd-qf-more .hover {
	border: 1px solid #ffd435
}

.fdd-qf-more img {
	width: 100px;
	height: 50px
}

.fdd-qf-more p {
	color: #666;
	padding: 5px 0;
	font-size: 12px
}

.fdd-qf-three.border-line {
	border-bottom: 1px solid #e5e5e5
}

.fdd-qf-three {
	line-height: 40px;
	padding: 0 0
}

.fdd-qf-three em {
	width: 16px;
	height: 16px;
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	background-position: -255px -22px;
	margin-right: 5px;
	float: left;
	margin-top: 11px
}

.fdd-qf-three .one {
	background-position: -278px -22px
}

.fdd-qf-three .two {
	background-position: -298px -22px
}

.fdd-qf-three .h4 {
	font-size: 16px
}

.fdd-xxk-inp {
	width: 18px;
	height: 18px;
	background-position: -175px -48px
}

.fdd-xxk-inp .pos-a {
	opacity: 0;
	filter: alpha(opacity = 0);
	font-size: 200px
}

.ico_time {
	right: 5px;
	top: 11px;
	width: 20px;
	height: 20px;
	background-position: -74px -21px
}

.fdd-fj-link .link-pick-z {
	color: #fbb900;
	padding: 0;
	height: 16px;
	width: 56px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden
}

.fdd-fj-link .link-pick-z:hover {
	color: #f49600
}

.fdd-fj-link .link-pick-z:before {
	content: '';
	height: 0;
	clear: both
}

.fdd-fj-link .fdd-zyxx-tip {
	position: absolute !important
}

.fdd-qf-fj {
	padding: 20px 0
}

.fdd-qf-fj ul {
	list-style-type: none
}

.fdd-qf-fj li {
	background: #f4f4f4;
	width: 23.5%;
	padding-left: 60px;
	height: 48px;
	box-sizing: border-box;
	padding-top: 10px;
	line-height: 14px;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	text-align: left
}

.fdd-qf-fj li:nth-child(4n) {
	margin-right: 0
}

.fdd-qf-fj li:hover a {
	display: block
}

.fdd-qf-fj .ico_wid {
	width: 48px;
	height: 48px;
	left: 0;
	top: 0
}

.fdd-qf-fj a {
	width: 40px;
	height: 48px;
	right: 0;
	top: 0;
	background: #ffd435;
	display: none;
	opacity: .5;
	filter: alpha(opacity = 50)
}

.fdd-qf-fj a:hover {
	opacity: 1;
	filter: alpha(opacity = 1)
}

.fdd-qf-fj .ico_sc {
	width: 16px;
	height: 16px;
	background-position: -472px -207px;
	margin: 14px 0 0 11px;
	display: inline-block;
	vertical-align: middle
}

.fdd-menu-qf {
	padding: 6px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden
}

.fdd-menu-qf a {
	font-weight: normal;
	width: 32%;
	color: #333;
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
	border: 1px solid #e5e5e5;
	padding: 15px 0;
	height: 70px;
	float: left;
	margin-right: 2%
}

.fdd-menu-qf a:last-child {
	margin-right: 0
}

.fdd-menu-qf a p {
	color: #999;
	padding-left: 50px;
	font-size: 12px
}

.fdd-menu-qf span {
	display: inline-block;
	padding-left: 50px;
	vertical-align: middle
}

.fdd-menu-qf .ico_img {
	width: 20px;
	height: 20px;
	background-position: -443px -127px;
	position: absolute;
	left: 20px;
	top: 25px;
	padding: 0
}

.fdd-menu-qf .hover {
	border: 2px solid #fdd435
}

.fdd-menu-qf .hover .ico_img {
	display: inline-block !important;
	position: absolute;
	background-position: -468px -128px
}

.fddv3-cut-word, .fddv3-cut-word2 {
	position: relative;
	width: 86%;
	display: inline-block
}

.fddv3-cut-word .fddv3-cut-text, .fddv3-cut-word2 .fddv3-cut-text {
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	vertical-align: middle
}

.fddv3-cut-word .fddv3-cut-title, .fddv3-cut-word2 .fddv3-cut-title {
	position: absolute;
	top: 20%;
	left: 0;
	display: none;
	max-width: 300px;
	min-width: 30px;
	color: #fff;
	background: rgba(33, 42, 49, 0.8);
	border-radius: 3px;
	line-height: 18px;
	padding: 8px;
	word-wrap: break-word;
	white-space: normal;
	word-break: break-all;
	box-shadow: 0 8px 6px rgba(0, 0, 0, 0.1);
	font-size: 12px;
	z-index: 6
}

.fddv3-cut-word .fddv3-cut-title:before, .fddv3-cut-word2 .fddv3-cut-title:before
	{
	content: '';
	position: absolute;
	border: 6px solid transparent;
	border-bottom: 6px solid rgba(33, 42, 49, 0.8);
	top: -12px;
	left: 10px
}

.fddv3-cut-word:hover .fddv3-cut-title, .fddv3-cut-word2:hover .fddv3-cut-title
	{
	top: 90%;
	display: block
}

.fddv3-cut-word2 {
	width: 80px;
	line-height: 40px;
	color: #ffd435;
	position: absolute;
	right: -100px
}

.fddv3-cut-word2 .fddv3-cut-title {
	width: 400px !important
}

.fddv3-cut-word2 .fddv3-cut-title:before {
	top: -12px;
	left: auto;
	right: 40px
}

.fddv3-cut-word2:hover .fddv3-cut-title {
	left: auto;
	top: 40px;
	right: 0
}

.fdd-user-con {
	width: 100%;
	height: 136px;
	background: #212a31
}

.user-con {
	padding: 45px 0;
	margin: 0 auto;
	width: 1100px;
	position: relative
}

.user-photo {
	height: 50px;
	width: 50px;
	position: absolute;
	top: 40px;
	left: 0;
	margin-right: 20px
}

.show-user-info {
	padding-left: 60px;
	color: #fff
}

.show-user-info .fddv3-cut-word {
	width: auto
}

.show-user-info .fddv3-cut-word .fddv3-cut-text {
	width: 24px;
	height: 24px;
	display: inline-block;
	box-sizing: border-box;
	text-indent: -9999em
}

.show-user-info .fddv3-cut-word .fddv3-cut-title {
	background: #fff;
	color: #a6a6a6;
	width: 50px !important;
	top: 30px;
	left: -3px
}

.show-user-info .fddv3-cut-word .fddv3-cut-title:before {
	border-bottom: 8px solid #fff
}

.show-user-info p {
	margin-bottom: 5px
}

.show-user-info span {
	color: #a2abb2
}

.show-user-info i {
	width: 42px;
	height: 16px
}

.pd-left {
	margin-left: 200px;
	color: #a2abb2
}

.pd-lefthover {
	color: #fff
}

.show-num {
	position: absolute;
	right: 50px;
	top: 40px
}

.show-num p {
	margin-right: 50px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	color: #fff
}

.show-num p span {
	color: #a2abb2
}

.fdd-table-line td:first-child, .fdd-table-line th:first-child {
	padding-left: 40px
}

.fdd-table-line td:last-child, .fdd-table-line th:last-child {
	padding-right: 20px
}

.fdd-qf-contact span {
	display: inline-block;
	vertical-align: middle
}

.fdd-qf-contact .h5 {
	font-weight: normal;
	padding: 5px 15px 5px 5px;
	cursor: pointer
}

.fdd-qf-contact .hover .off-fd {
	transform: rotate(180deg)
}

.fdd-qf-contact .off-fd {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-position: -192px -24px
}

.fdd-qf-contact-list {
	border-top: 1px solid #dcdcdc;
	animation: fdd-flash-b 600ms ease forwards;
	-webkit-animation: fdd-flash-b 600ms ease forwards;
	-o-animation: fdd-flash-b 600ms ease forwards;
	-moz-animation: fdd-flash-b 600ms ease forwards;
	-ms-animation: fdd-flash-b 600ms ease forwards
}

.fdd-qf-contact-list .col-sm-3 {
	width: 170px
}

.fdd-qf-contact-list ul {
	list-style-type: none;
	padding-left: 10px
}

.fdd-qf-contact-list .fdd-af-contact-ul {
	padding: 5px !important
}

.fdd-qf-contact-list .fdd-list-lxr {
	text-align: center
}

.fdd-qf-contact-list .fdd-list-lxr .hover {
	border: 1px solid #f8f8f8
}

.fdd-qf-contact-list .fdd-list-lxr .hover em {
	display: block
}

.fdd-qf-contact-list .fdd-list-lxr span {
	line-height: 20px
}

.fdd-qf-contact-list .fdd-list-lxr li {
	cursor: pointer;
	width: 22%;
	float: left;
	text-align: left;
	padding: 5px;
	height: 48px;
	border: 1px solid #fff;
	box-sizing: border-box;
	margin: 8px;
	position: relative
}

.fdd-qf-contact-list .fdd-list-lxr li p {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 20px
}

.fdd-qf-contact-list .fdd-list-lxr li:hover {
	border: 1px solid #f8f8f8
}

.fdd-qf-contact-list .fdd-list-lxr li em {
	position: absolute;
	width: 16px;
	height: 16px;
	display: none;
	vertical-align: middle;
	background-position: -268px -159px;
	right: -1px;
	bottom: -1px
}

.fdd-qf-contact-list .fdd-list-lxr li span {
	line-height: 23px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.fdd-qf-contact-list .fdd-list-lxr .h4 {
	font-weight: normal;
	font-size: 16px
}

.fdd-qf-contact-list .fdd-list-lxr .ico-mz {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -24px;
	width: 48px;
	height: 48px;
	border: 1px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 18px;
	box-sizing: border-box;
	font-weight: bold;
	background: #fff
}

.fdd-menu-zu, .fdd-list-lxr {
	height: 300px;
	position: relative
}

.fdd-menu-zu label {
	cursor: pointer
}

.fdd-menu-zu li {
	padding-top: 10px;
	color: #999
}

.fdd-menu-zu:before {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: #dcdcdc
}

.fdd-qy-ing {
	padding-right: 280px
}

.fdd-qy-ing .fdd-ing-right {
	height: 100%;
	width: 260px;
	right: 0;
	top: 0
}

.fdd-qy-ing .h4 {
	font-size: 16px
}

.fdd-qy-ing .ico_pop_ca {
	right: 12px;
	top: 16px
}

.fdd-qy-ing .fdd-ing-bt {
	width: auto;
	font-weight: normal;
	padding-bottom: 10px;
	position: relative
}

.fdd-qy-ing .fdd-ing-bt a {
	position: absolute;
	right: 0;
	top: 4px;
	color: #fbb900
}

.fdd-qy-ing .fdd-ing-bt a:hover {
	color: #f49600
}

.fdd-qy-ing .fdd-ing-menu {
	width: auto;
	font-weight: normal
}

.fdd-qy-ing .fdd-ing-menu a {
	color: #a6a6a6;
	padding: 12px 6px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px
}

.fdd-qy-ing .fdd-ing-menu .hover {
	border-bottom: 3px solid #ffd435;
	color: #2a2a2a
}

.fdd-qy-ing .ico_head {
	width: 24px;
	height: 20px;
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: middle;
	background-position: -200px -44px
}

.fdd-qy-ing .h4 {
	font-weight: normal
}

.fdd-qy-ing .txt-gray {
	padding: 10px;
	line-height: 18px
}

.link-pink {
	border: 1px solid #f7704d;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #f7704d;
	padding: 7px 25px;
	height: 32px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.25
}

.link-pink:hover {
	border: 1px solid #f7704d;
	background: #f7704d;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff
}

.link-txt-666 {
	border-width: 1px;
	border-color: #999;
	border-style: solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #666;
	padding: 7px 25px;
	height: 32px;
	line-height: 1.25;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle
}

.link-txt-666:hover {
	background: #666;
	border-width: 1px;
	border-color: #666;
	border-style: solid;
	color: #fff
}

.fdd-hdxq-menu {
	background: #f8f8f8;
	padding: 15px 20px;
	text-align: center
}

.fdd-hdxq-menu a {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #666;
	font-size: 14px;
	margin: 0 20px;
	position: relative
}

.fdd-hdxq-menu a:hover {
	color: #fbb900
}

.fdd-hdxq-menu .fddv3-page-hover, .fdd-hdxq-menu .hover {
	color: #ffd435
}

.fdd-hdxq-menu .page_up, .fdd-hdxq-menu .page_down {
	top: 50%;
	margin-top: -10px;
	position: absolute !important
}

.fdd-hdxq-menu .page_up span, .fdd-hdxq-menu .page_down span {
	display: inline-block;
	vertical-align: middle
}

.fdd-hdxq-menu .page_up {
	left: 10px
}

.fdd-hdxq-menu .page_down {
	right: 10px
}

.ico_xx_down {
	background-position: -245px -177px !important
}

.ico_xx_up, .ico_xx_down {
	width: 17px;
	height: 10px;
	background-position: -245px -158px
}

.fdd-wid-20 {
	width: 260px;
	background: #fff;
	z-index: 10;
	box-shadow: 0 1px 5px rgba(100, 100, 100, 0.3);
	padding: 0;
	top: 28px
}

.fdd-wid-20 .fdd-qf-fj {
	padding: 10px 0 0 10px;
	max-height: 200px;
	overflow-y: auto
}

.fdd-wid-20 .fdd-qf-fj .ico_sc {
	background-position: -211px -216px
}

.fdd-wid-20 ul {
	padding-right: 10px
}

.fdd-wid-20 li {
	width: 100%;
	float: inherit !important;
	margin-bottom: 10px;
	padding-right: 10px
}

.fdd-jjly {
	background: #fbf0f1;
	padding: 15px;
	color: #5a4143;
	margin-top: 10px;
	font-size: 14px
}

.fddv3-detail-cs {
	position: relative;
	text-align: right
}

.fddv3-detail-cs .fddv3-detail-cs-left {
	position: absolute;
	top: -1px;
	border: 1px solid #eee;
	border-left: 3px solid #ffd435;
	border-radius: 3px;
	padding: 8px 10px 8px 10px;
	text-align: left;
	font-size: 12px
}

.fddv3-detail-cs .fddv3-detail-cs-left label, .fddv3-detail-cs .fddv3-detail-cs-left span,
	.fddv3-detail-cs .fddv3-detail-cs-left p {
	display: inline-block
}

.fddv3-detail-cs .fddv3-detail-cs-left label {
	padding-right: 5px
}

.fddv3-detail-cs .fddv3-detail-cs-left span, .fddv3-detail-cs .fddv3-detail-cs-left p
	{
	color: #a6a6a6;
	padding-left: 5px
}

.fdd-bt-list {
	padding: 10px 30px 30px
}

.fdd-bt-list ul {
	margin: 0 40px
}

.fdd-bt-list .line-t-xa {
	border-bottom: none !important
}

.fdd-bt-list .text-right {
	float: right
}

.fdd-bt-list li {
	padding: 12px 15px;
	position: relative;
	float: left
}

.fdd-bt-list .hover .fdd-kg-bg {
	background: #ffd435
}

.fdd-bt-list .hover .fdd-kg-bg span {
	color: #fff
}

.fdd-bt-list .hover .fdd-kg-bg label {
	left: 35px
}

.fdd-kg-bg {
	background: #d2d2d2;
	width: 58px;
	height: 26px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	right: 10px;
	top: 23%
}

.fdd-kg-bg span {
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 26px
}

.fdd-kg-bg .label-r {
	width: 20px;
	height: 20px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	transition: left 200ms;
	-o-transition: left 200ms;
	-webkit-transition: left 200ms;
	-moz-transition: left 200ms
}

.fdd-kg-bg input {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 200px;
	opacity: 0;
	filter: alpha(opacity = 0);
	width: 58px;
	height: 26px
}

.fdd-zj-bg {
	right: 10px;
	top: 10px;
	width: 64px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	padding-right: 20px;
	text-align: center
}

.fdd-zj-bg a {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	text-align: center;
	height: 15px;
	line-height: 15px;
	border-bottom: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	color: #666;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0
}

.fdd-zj-bg a:hover, .fdd-zj-bg a:focus {
	background: #e5e5e5;
	text-decoration: none
}

.fdd-zj-bg .link-sz-p {
	top: 15px;
	border-bottom: none;
	line-height: 12px
}

.fdd-zyxx-tip {
	position: absolute !important
}

.fdd-zyxx-tip div {
	left: inherit;
	right: 0;
	top: 60px
}

.fdd-zyxx-tip .ico-qp-jt {
	left: 240px
}

.fdd-detail-top li {
	float: left
}

.fdd-detail-top .detail-l {
	width: 60%;
	box-sizing: border-box;
	padding-right: 30px
}

.fdd-detail-top .detail-c {
	width: 30%
}

.fdd-detail-top .detail-r {
	width: 10%
}

.fdd-detail-down {
	width: 10%;
	text-align: left
}

.fdd-rz-hei {
	padding: 10px 30px 0
}

.fdd-rz-hei a {
	width: 100px;
	height: 39px;
	color: #666;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding-top: 6px;
	border-top: 3px solid #f0f3f4;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0
}

.fdd-rz-hei .hover {
	border-top: 3px solid #ffd435;
	color: #2a2a2a;
	background: #fff
}

.fdd-rz-bg {
	text-align: center;
	padding: 40px 0 60px
}

.fdd-rz-bg li {
	display: inline-block;
	vertical-align: middle;
	color: #999;
	margin: 0 50px
}

.fdd-rz-bg .fdd-wid-tb {
	width: 291px;
	height: 180px;
	background: url("../images/tips_dui1.png") no-repeat -10px -443px
}

.fdd-rz-bg .fdd-wid-erweima {
	border: 1px solid #e8e8e8;
	padding: 5px;
	display: inline-block;
	vertical-align: middle
}

.fdd-rz-bg .fdd-wid-erweima img {
	width: 140px;
	height: 140px
}

.ico_img_jtrz {
	width: 28px;
	height: 28px;
	background-position: -152px -254px;
	right: 400px;
	bottom: 40px
}

.fdd-ok-tips {
	width: 580px;
	padding-left: 220px;
	margin: 50px auto 0;
	min-height: 220px
}

.fdd-qy-bz {
	margin: 0 auto
}

.fdd-qy-bz .hover {
	background: #e8e8e8
}

.fdd-qy-bz .hover em {
	background-position: -2px -124px
}

.fdd-qy-bz .hover .ico_bz_gou {
	background-position: -424px 0
}

.fdd-qy-bz .focu .ico_bz_gou {
	background-position: -424px 0
}

.fdd-qy-bz div {
	width: 200px;
	height: 40px;
	background: #fff;
	margin: 0 -2px;
	padding: 10px 0;
	color: #999;
	position: relative;
	box-sizing: border-box;
	font-size: 12px;
	border: 1px solid #e8e8e8
}

.fdd-qy-bz div em {
	width: 18px;
	height: 40px;
	position: absolute;
	right: -18px;
	z-index: 1;
	top: -1px;
	background-position: -30px -124px
}

.fdd-qy-zw {
	width: 300px;
	height: 212px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 auto;
	text-align: center
}

.fdd-qy-zw span {
	width: 116px;
	height: 96px;
	display: block;
	margin: 40px auto 10px;
	background: url("../images/ico_all1.png") no-repeat
}

.fdd-qy-zw:hover div {
	opacity: 1;
	filter: alpha(opacity = 1);
	top: 0
}

.fdd-qy-zw div {
	width: 300px;
	height: 212px;
	background: #f7f7f7;
	position: absolute;
	top: -212px;
	padding: 60px 0;
	line-height: 24px;
	opacity: 0;
	filter: alpha(opacity = 0);
	transition: top 200ms, opacity 200ms;
	-o-transition: top 200ms, opacity 200ms;
	-webkit-transition: top 200ms, opacity 200ms;
	-moz-transition: top 200ms, opacity 200ms
}

.fdd-qy-zw .fou-qy {
	background-position: 0 -96px
}

.fdd-qy-zw p {
	font-size: 14px
}

.fdd-qy-list {
	border: 1px solid #e8e8e8;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	margin: 50px 90px 0;
	height: 50px;
	position: relative
}

.fdd-qy-list span {
	height: 50px;
	width: 1px;
	background: #e8e8e8;
	position: absolute;
	top: -50px;
	left: 50%;
	display: inline-block;
	vertical-align: middle
}

.fdd-qy-label input {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity = 0)
}

.fdd-qy-menu {
	padding-left: 20px
}

.fdd-qy-menu a {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding: 14px 25px 14px;
	height: 50px;
	box-sizing: border-box;
	color: #a6a6a6;
	font-weight: normal;
	border-bottom: 3px solid #fff;
	font-size: 14px
}

.fdd-qy-menu .hover {
	border-bottom: 2px solid #ffd435;
	color: #2a2a2a
}

.ico_caidai {
	background-size: cover;
	height: 6px
}

.fdd-no-bgg {
	width: 300px;
	margin: 5px auto 0;
	text-align: left
}

.fdd-cz-list {
	border-bottom: 1px solid #eaeaea
}

.fdd-cz-list li {
	width: 33%;
	box-sizing: border-box
}

.fdd-cz-menu a {
	color: #999
}

.fdd-cz-menu .hover {
	border-bottom: 3px solid #ffd435;
	background-color: #fff;
	color: #2a2a2a
}

.fdd-me-qm li {
	float: left;
	width: 30%;
	height: 180px;
	box-sizing: border-box;
	position: relative;
	margin: 20px 1.5%;
	border: 1px solid #e8e8e8
}

.fdd-me-qm li:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}

.fdd-me-qm li:hover .ico_cha_img1 {
	width: 16px;
	height: 16px;
	background-position: -204px -98px;
	right: 10px;
	top: 10px;
	z-index: 2;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	position: absolute
}

.fdd-me-qm .link-txt-qm {
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	line-height: 30px;
	background: #fafafa;
	text-align: left;
	padding-left: 10px;
	color: #333
}

.fdd-me-qm .link-txt-qm span {
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background-position: -186px -99px;
	margin-right: 3px
}

.fdd-me-qm .ico_me_qm {
	display: none
}

.fdd-me-qm .hover .link-txt-qm span {
	background-position: -171px -99px
}

.fdd-me-qm .fdd-me-qm-bg {
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	padding-top: 19%
}

.fdd-me-qm .fdd-me-qm-no {
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding-top: 14%
}

.fdd-me-qm .fdd-me-qm-no .ico_butongguo {
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background-position: -329px -692px
}

.fdd-me-qm .fdd-me-qm-no span {
	color: #ed5565;
	padding-top: 3px
}

.fdd-erwem-bg {
	text-align: center;
	padding: 60px 0
}

.fdd-erwem-bg div {
	border-width: 1px;
	border-color: #d8d8d8;
	border-style: solid;
	display: inline-block;
	padding: 5px
}

.fdd-erwem-bg p {
	padding: 8px 0
}

.fdd-erwem-bg img {
	width: 160px;
	height: 160px
}

.fdd-me-qm-ms {
	width: 490px;
	margin: 30px auto 0
}

.fdd-me-qm-tj {
	width: 490px;
	min-height: 164px;
	margin: 40px auto 0;
	box-sizing: border-box;
	padding: 55px 0;
	cursor: pointer
}

.fdd-me-qm-tj input {
	font-size: 300px;
	top: 0;
	right: 0
}

.fdd-me-qm-tj .fdd-sch-img {
	width: 200px;
	height: 200px;
	border: 1px solid #dcdcdc;
	background: #fff;
	margin: 0 auto;
	margin-top: -20px;
	margin-bottom: 20px
}

.fdd-login-box {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}

.fdd-login-box .float-l img {
	width: 66px
}

.bg_gray_img {
	background: url("../img/redsea/banner01.png") no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed
}

.bg_gray_img .fdd-login-zw {
	height: 580px;
	overflow: hidden;
	margin-bottom: 40px
}

.bg_gray_img .float-l img {
	/* width: 220px */
}

.fdd-login-bz {
	width: 490px;
	margin: 0 auto;
	padding: 30px 0 20px 60px
}

.fdd-login-bz .hover .ico-login-bg {
	background: #ffd435;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-moz-border-radius: 100%;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	color: #2a2a2a
}

.fdd-login-bz .hover1 .ico-login-bg {
	background: #f4b1a0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-moz-border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 2px 0
}

.fdd-login-bz .hover1 .line-gray-5 {
	background: #ffd435
}

.fdd-login-bz li {
	width: 200px;
	float: left;
	position: relative
}

.fdd-login-bz li.right-li {
	width: auto
}

.fdd-login-bz .line-gray-5 {
	height: 1px;
	width: 150px;
	background: #d2d2d2;
	left: 40px;
	top: 12px
}

.fdd-login-bz .ico-login-bg {
	background: #ddd;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-moz-border-radius: 100%;
	font-style: normal;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 2px 0
}

.fdd-login-bz .fdd-login-txt {
	width: 90px
}

.fdd-login-bz .fdd-login-txt1 {
	left: -13px;
	padding-top: 5px;
	color: #999
}

.fdd-login-zw {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 1000px;
	margin: 20px auto 0;
	background: #fff
}

.fdd-login-zw .hover {
	border-bottom: 2px solid #ffd435;
	box-sizing: border-box
}

.fdd-login-zw .hover .ico-login-menu {
	background-position: -216px -120px
}

.fdd-login-zw .hover .ico-login-menu1 {
	background-position: -264px -120px
}

.fdd-login-zw .hover .txt-999 {
	color: #333
}

.fddv3-regist-link a {
	height: 40px !important;
	line-height: 40px !important
}

.ico-login-menu {
	background-position: -192px -120px
}

.ico-login-menu1 {
	background-position: -240px -120px
}

.ico-login-ok {
	width: 65px;
	height: 67px;
	display: block;
	margin: 10px auto 20px;
	background: url("../images/tips_dui01.png") no-repeat
}

.fdd-dl-bg {
	background: url("../images/fdd_dl_bg.png?20180224-1") no-repeat bottom
		center #f0f3f4;
	background-size: contain
}

.fdd-dl-center {
	width: 580px;
	margin: 60px auto 0
}

.fdd-dl-tab-off, .fdd-dl-tab-on {
	right: 20px;
	width: 56px;
	height: 82px;
	background: url("../images/fdd-dl-tab.png?20180224-1") no-repeat
}

.fdd-dl-tab-off {
	background-position: 0 0
}

.fdd-dl-tab-on {
	background-position: 0 -26px
}

.fdd-dl-tab-bg {
	background: url("../images/fdd-dl-bg.jpg")
}

.fdd-big-img {
	width: 800px;
	height: 600px;
	margin: -300px 0 0 -400px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat
}

.fdd-zc02, .fdd-zc03, .wz-lb {
	width: 420px;
	margin: 0 auto
}

.fdd-zc02 {
	height: 110px
}

.fdd-zc02 input {
	font-size: 300px;
	width: 420px;
	height: 110px;
	overflow: hidden
}

.fdd-zc02 img {
	width: 180px;
	height: 120px
}

.fdd-tongz-left {
	padding-left: 40px
}

.ico_tongz_img {
	background-position: -342px 0;
	margin: 0 auto
}

.ico_zws_img {
	background-position: 0 435px
}

.fdd-mg-10 {
	margin: 10px
}

.fdd-taoc-dl dl {
	width: 336px;
	box-sizing: border-box
}

.fdd-taoc-dl dd {
	border-right: 1px solid #e8e8e8
}

.fdd-taoc-dl .h1 {
	font-size: 24px
}

.fdd-taoc-dl dd, .fdd-taoc-dl dt {
	padding: 50px 0 0;
	height: 120px
}

.fdd-taoc-dl dd p, .fdd-taoc-dl dt p {
	left: 15px;
	top: 20px
}

.fdd-taoc-dl em {
	border-width: 20px;
	border-color: transparent #fff transparent transparent;
	border-style: dashed solid dashed dashed;
	left: -40px;
	top: 50%;
	margin-top: -20px
}

.fdd-taoc-wz {
	height: 50px
}

.fdd-taco-list {
	background: url("../images/fdd-taoc-list-bg.jpg") no-repeat left -20px;
	background-size: 100% auto;
	width: 250px;
	height: 360px;
	float: left;
	margin-right: 19px;
	box-sizing: border-box
}

.fdd-taco-list:nth-child(4n+4) {
	margin-right: -2px
}

.fdd-taco-list em {
	font-style: normal;
	vertical-align: top
}

.fdd-taco-list .h5 {
	padding: 15px 0
}

.fdd-taco-list .h1 {
	padding: 50px 0 10px
}

.fdd-taco-list .link-orange {
	bottom: 20px;
	left: 50%;
	margin-left: -58px
}

.fdd-sqzc-bz {
	width: 12px;
	height: 12px;
	margin: -16px 0 0 -6px;
	border-radius: 50%
}

.fdd-sqzc-sz {
	font-size: 140px;
	top: -20px;
	left: 10px;
	color: #eaeaea
}

.fdd-video {
	width: 800px;
	margin: 60px auto 60px
}

.fdd-video-l {
	width: 320px
}

.fdd-video-img {
	height: 240px
}

.fdd-video-img-s {
	width: 183px;
	height: 138px
}

.fdd-video-yuan {
	width: 64px;
	height: 64px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-moz-border-radius: 100%
}

.fdd-video-yuan .wid-40 {
	width: 40px;
	margin-left: -20px;
	left: 50%
}

.fdd-video-yuan .ico_img {
	margin-top: 15px
}

.fdd-pink-bg-tips {
	background: #fbf0f1;
	border: 2px solid #f7d0d4
}

.select {
	position: relative;
	background: #fcfcfc;
	border-radius: 3px
}

.select dt {
	cursor: pointer;
	font-size: 12px;
	min-height: 40px;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	z-index: 99999;
	padding: 0 30px 0 5px;
	overflow: hidden
}

.select dt label {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	float: left;
	position: relative;
	background: #e5e5e5;
	height: 18px;
	line-height: 18px;
	padding: 0 24px 0 10px;
	margin: 6px 5px
}

.select dt label a {
	width: 8px;
	height: 8px;
	position: absolute;
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	right: 8px;
	top: 5px;
	text-indent: -9999em;
	background-position: -367px -48px
}

.select .ico_jt {
	width: 8px;
	height: 8px;
	background-position: -208px -144px;
	top: 16px !important
}

.select dd {
	position: absolute;
	left: 0;
	top: 38px;
	border: 1px solid #d2ccc4;
	background: #fff;
	z-index: 100000;
	font-size: 12px;
	line-height: 1.25
}

.select dd ul {
	padding: 4px;
	max-height: 140px;
	overflow: auto
}

.select dd ul li a {
	line-height: 28px;
	display: block;
	padding: 0 8px
}

.select dd ul li a:hover {
	background: #f5f5f5
}

.fdd-ss-inp {
	top: 8px;
	right: 15px
}

.fdd-ss-inp input {
	height: 32px;
	width: 200px
}

.fdd-ss-inp label {
	width: 42px;
	height: 30px;
	border-radius: 0 20px 20px 0;
	-webkit-border-radius: 0 20px 20px 0;
	-o-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	text-align: center;
	padding-top: 5px;
	box-sizing: border-box;
	right: 1px;
	top: 1px;
	cursor: pointer
}

.fdd-hei-70 {
	height: 85%;
	max-height: 900px
}

.fdd-hei-60 {
	max-height: 900px;
	padding-bottom: 60px
}

.fdd-zs-bg {
	width: 896px;
	height: 424px;
	margin: 30px auto 0;
	background: url("../images/fdd-zs_bg.png") no-repeat
}

.fdd-zs-bg .fdd-zs-wid {
	width: auto;
	padding: 90px 70px
}

.fdd-home-list li {
	height: 124px;
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 0 15px
}

.fdd-home-list .h48 {
	font-size: 48px
}

.fdd-home-list .fdd-list-one {
	border: 1px solid #b9e0b9;
	background: #f5faf7;
	color: #8acc8a
}

.fdd-home-list .fdd-list-two {
	border: 1px solid #fee3ad;
	background: #fdfaf5;
	color: #fdd176
}

.fdd-home-list .fdd-list-three {
	border: 1px solid #f8aeab;
	background: #fdf6f7;
	color: #f37873
}

.fdd-select-list {
	max-height: 200px;
	overflow-y: auto
}

.fdd-select-list li {
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box
}

.fdd-select-list li:hover {
	background: #f7f7f7;
	cursor: pointer
}

.fdd-tz-bg {
	width: 100%;
	height: 80px;
	margin: 35px auto
}

.ghost {
	position: absolute;
	border: 1px dashed #fbb900;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px
}

.ghost.moving, .ghost:hover {
	border: 1px dashed #fbb900 !important;
	background: rgba(254, 236, 164, 0.7)
}

.ghost .removeIt {
	width: 20px;
	height: 20px;
	background: #c00000;
	position: absolute;
	right: -10px;
	top: -10px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-moz-border-radius: 100%;
	cursor: pointer
}

.ghost .removeIt:hover {
	background: #8c0000
}

.ghost .removeIt:before {
	width: 12px;
	height: 12px;
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	background-position: -549px -22px;
	margin: 6px auto 0;
	content: '';
	display: block
}

.fdd-loading {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 50;
	left: 0;
	top: 0
}

.tipload {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-moz-border-radius: 100%;
	background: url("../images/fdd-load.gif") no-repeat center #fff;
	background-size: 60%;
	box-shadow: 0 5px 10px #ddd;
	margin: 10% auto 0
}

.fdd-404 {
	text-align: center;
	margin: 0 auto;
	padding-top: 70px;
	width: 100%
}

.fdd-404 img {
	margin: 0 auto;
	display: block;
	width: 80%;
	max-width: 400px
}

.fdd-dy-img {
	width: 100%;
	background: #f8f8f8;
	padding: 15px;
	box-sizing: border-box;
	margin-top: 20px;
	border: 1px solid #d8d8d8;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px
}

.fdd-dy-img .fdd-dy-bg {
	background: #fff;
	width: 120px;
	height: 120px;
	display: inline-block;
	vertical-align: middle;
	margin: 7px;
	position: relative;
	cursor: pointer
}

.fdd-dy-img .hover {
	box-shadow: 0 2px 5px #eee
}

.fdd-dy-img .hover div {
	opacity: 1;
	filter: alpha(opacity = 1)
}

.fdd-dy-img .hover div span {
	display: block
}

.fdd-dy-bg div {
	width: 100px;
	height: 100px;
	background-size: contain;
	margin: 10px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: .3
}

.fdd-dy-bg div span {
	width: 28px;
	height: 28px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-moz-border-radius: 100%;
	position: absolute;
	display: none;
	box-shadow: 0 3px 8px #bbb;
	right: 10px;
	bottom: 10px;
	background-color: #35b657;
	text-align: center
}

.fdd-dy-bg div span em {
	background-position: -133px -183px;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-top: 3px
}

.fdd-sq-sf-tips {
	padding-right: 250px
}

.fdd-sq-sf-tips em {
	background-position: -240px -344px;
	width: 227px;
	height: 160px;
	right: 0;
	top: 0
}

.fdd-zz-title {
	padding: 18px 20px 10px !important;
	margin: 0 0 !important
}

.fdd-zz-title .red-line {
	height: 17px;
	width: 3px;
	background: #ffd435;
	margin: 0 10px 0 5px;
	display: inline-block;
	vertical-align: middle
}

.fdd-inp-tab {
	margin-left: 150px
}

.fdd-inp-one ul {
	margin-right: 10px
}

.fdd-inp-one li {
	float: left
}

.fdd-inp-one .fdd-inp-kf {
	width: 140px;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	padding-right: 10px
}

.fdd-inp-one .form-control {
	width: 300px
}

.fdd-inp-one textarea {
	width: 300px;
	box-sizing: border-box
}

.area-top {
	vertical-align: top !important
}

.fddv3-zz-mg {
	margin: 20px 0 0 150px
}

.fdd-inp-two div {
	display: inline-block;
	vertical-align: middle
}

.fdd-inp-two .text-inp-b-26 {
	margin-bottom: 26px
}

.fdd-inp-two .inp-zz div {
	position: relative;
	border: 2px dashed #dcdcdc;
	width: 320px;
	height: 180px;
	box-sizing: border-box;
	overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}

.fdd-inp-two .inp-zz .hover em {
	position: absolute;
	width: 171px;
	height: 55px;
	right: 0;
	bottom: 10px;
	background-position: -329px -522px;
	display: inline-block;
	vertical-align: middle;
	top: inherit;
	left: inherit
}

.fdd-inp-two .inp-zz input {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 200px;
	opacity: 0;
	filter: alpha(opacity = 0);
	cursor: pointer;
	z-index: 2
}

.fdd-inp-two .inp-zz em {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	margin-left: -20px;
	background-position: -200px -249px
}

.fdd-inp-two .inp-zz p {
	text-align: center;
	line-height: 24px;
	margin-top: 5px
}

.fdd-inp-two .inp-zz .inp-zz-line {
	border: 1px solid #dcdcdc !important
}

.fdd-inp-two .inp-zz img {
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0
}

.fdd-tips-img {
	position: relative
}

.fdd-tips-img:hover div {
	display: block
}

.fdd-tips-img div {
	width: 264px;
	height: 198px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	display: none;
	position: absolute;
	top: 20px;
	right: 0
}

.fdd-zz-three {
	width: 470px;
	display: inline-block;
	vertical-align: middle
}

.fdd-zz-fr {
	width: 170px !important;
	height: 190px !important
}

.fdd-zz-fr1 {
	width: 170px !important;
	height: 190px !important;
	border: 1px solid #dcdcdc !important;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}

.fdd-zz-fr1 em {
	position: absolute;
	width: 171px;
	height: 55px;
	right: 0;
	bottom: 10px;
	background-position: -329px -522px;
	display: inline-block;
	vertical-align: middle;
	top: inherit;
	left: inherit
}

.fdd-zz-tips {
	margin: 20px 0 0 0;
	background: #fdfaf5;
	border: 1px solid #fee3ad;
	max-width: 1050px
}

.fdd-zz-tips li {
	float: left;
	width: 50%
}

.fdd-zz-tips span {
	color: #000
}

@media screen and (min-width:1251px) and (max-width:1366px) {
	.fdd-right .wid .wid-100 .pg-20 .fdd-inp-one .wid-hh-1366 {
		margin-left: 140px;
		margin-top: 20px
	}
	.fdd-right .wid .wid-100 .pg-20 .fdd-inp-one .fdd-zz-three {
		width: 370px
	}
	.fdd-right .wid .wid-100 .pg-20 .fdd-inp-one .fdd-zz-three .form-control
		{
		width: 200px
	}
	.fdd-right .wid .wid-100 .pg-20 .fdd-zz-tips {
		width: auto
	}
}

@media screen and (min-width:0) and (max-width:1250px) {
	.fdd-right .wid .wid-100 .pg-20 .fdd-inp-one .fdd-zz-three {
		width: 345px
	}
	.fdd-right .wid .wid-100 .pg-20 .fdd-inp-one .fdd-zz-three .form-control
		{
		width: 185px
	}
	.fdd-right .wid .wid-100 .pg-20 .fdd-inp-one .fdd-inp-two .mg-l-10 {
		margin-left: 10px
	}
	.fdd-right .wid .wid-100 .pg-20 .fdd-inp-one .fdd-inp-two .inp-zz div {
		max-width: 275px
	}
	.fdd-right .wid .wid-100 .pg-20 .fdd-zz-tips {
		width: auto
	}
}

.fdd-zz-ck {
	width: 100%
}

.fdd-zz-ck table {
	background: #f4f4f4;
	width: 100%;
	border-top: 1px solid #eaeaea
}

.fdd-zz-ck td {
	border-right: 1px solid #eaeaea;
	box-sizing: border-box;
	padding: 15px;
	border-bottom: 1px solid #eaeaea
}

.fdd-zz-ck td:nth-child(2n+1) {
	border-right: none;
	width: 16%
}

.fdd-zz-ck td:nth-child(1n+1) {
	text-align: center;
	width: 5%
}

.fdd-zz-ck td:last-child {
	border-right: none
}

.fdd-zz-ck-list {
	margin-top: 20px;
	padding: 0 20px
}

.fdd-zz-ck-list .fdd-zz-ck-float {
	float: left;
	width: 360px;
	text-align: center;
	margin-right: 20px
}

.fdd-zz-ck-list .fdd-zz-ck-float div {
	width: 360px;
	height: 190px;
	box-sizing: border-box;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}

.fdd-zz-ck-list .fdd-zz-ck-float input {
	opacity: 0;
	filter: alpha(opacity = 0);
	position: absolute;
	right: 0;
	top: 0;
	width: 360px;
	height: 190px
}

.fdd-zz-ck-list .fdd-zz-ck-float span {
	position: absolute;
	width: 171px;
	height: 55px;
	right: 10px;
	bottom: 20px;
	background-position: -329px -522px;
	display: inline-block;
	vertical-align: middle
}

.fdd-zz-ck-list .fdd-zz-ck-float p {
	line-height: 24px;
	margin-top: 5px
}

.fdd-zz-fr2 {
	width: 500px !important
}

.fdd-zz-fr2 td:first-child {
	text-align: center;
	width: 5%;
	border-right: 1px solid #dcdcdc !important
}

.fdd-zz-index {
	width: auto
}

.fdd-zz-index .fdd-zz-index-left {
	width: 52%;
	box-sizing: border-box;
	border: 1px solid #eaeaea
}

.fdd-zz-index .fdd-zz-index-right {
	width: 46%;
	box-sizing: border-box;
	border: 1px solid #eaeaea
}

.fdd-zz-index-left .fdd-zz-index-ul {
	padding: 10px
}

.fdd-zz-index-left .fdd-zz-index-ul li {
	width: 49%;
	margin-right: 2%;
	height: 100px;
	box-sizing: border-box;
	padding: 28px 0 28px 100px;
	position: relative
}

.fdd-zz-index-left .fdd-zz-index-ul li:last-child {
	margin-right: 0
}

.fdd-zz-index-left .fdd-zz-index-ul .fdd-zz-index-left {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0
}

.fdd-zz-index-left .fdd-zz-index-ul .green-bg {
	background: #8acc8a
}

.fdd-zz-index-left .fdd-zz-index-ul .red-bg {
	background: #f37873
}

.fdd-zz-index-left .fdd-zz-index-ul em {
	width: 48px;
	height: 48px;
	display: inline-block;
	vertical-align: middle;
	margin: 25px auto 0
}

.fdd-zz-index-left .fdd-zz-index-ul .one {
	background-position: 0 -700px
}

.fdd-zz-index-left .fdd-zz-index-ul .two {
	background-position: -48px -700px
}

.fdd-zz-index-left .fdd-zz-index-add {
	height: 100px;
	box-sizing: border-box;
	padding: 15px;
	border-top: 1px solid #eaeaea
}

.fdd-zz-index-left .fdd-zz-index-add .fdd-zz-index-bj {
	box-sizing: border-box;
	padding: 15px 0
}

.fdd-zz-index-left .fdd-zz-index-add .ico_zz_xg {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-position: -234px -215px;
	margin-left: 20px
}

.fdd-zz-index-right li {
	float: left;
	width: 48%;
	height: 220px;
	margin-left: 2%;
	text-align: center
}

.fdd-zz-index-right a {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: middle
}

.fdd-zz-index-right .span-kuan {
	width: 100px;
	height: 100px;
	margin: 35px auto 15px;
	display: inline-block;
	vertical-align: middle;
	border-width: 6px;
	border-color: #fff;
	border-width: 1px;
	border-color: #eaeaea;
	border-style: solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px
}

.fdd-zz-index-right em {
	width: 64px;
	height: 64px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 18px
}

.fdd-zz-index-right .fdd-zz-index-one {
	background-position: -331px -599px
}

.fdd-zz-index-right .fdd-zz-index-two {
	background-position: -395px -599px
}

.fdd-zz-index-right span {
	display: block;
	color: #666
}

.fdd-zz-tips-bg {
	top: 0;
	background: #fbf0f1;
	color: #ed5565;
	left: 180px;
	right: 0;
	z-index: 5
}

.fdd-zz-tips-bg div {
	padding: 15px 0
}

.fdd-zz-tips-bg a {
	width: 24px;
	height: 24px;
	background-position: -406px -120px;
	right: 15px;
	top: 13px;
	display: inline-block;
	vertical-align: middle
}

.fdd-yhxy-text {
	width: 860px;
	margin: 30px auto 0;
	background: #fff;
	border: 1px solid #e8e8e8;
	padding: 30px;
	box-sizing: border-box;
	color: #666
}

.fdd-yhxy-text .h2 {
	padding-bottom: 20px;
	display: block
}

.fdd-yhxy-text p {
	padding: 8px 0
}

.fdd-radio-label {
	overflow: hidden
}

.fdd-radio-label label {
	margin-right: 20px;
	overflow: hidden;
	float: left;
	vertical-align: middle;
	display: inline-block;
	padding: 10px 0;
	cursor: pointer
}

.fdd-radio-label .hover span {
	border: 1px solid #ffd435
}

.fdd-radio-label .hover span:before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #ffd435;
	left: 3px;
	top: 3px
}

.fdd-radio-label span {
	width: 14px;
	height: 14px;
	border: 1px solid #dcdcdc;
	position: relative;
	overflow: hidden;
	border-radius: 100%;
	float: left;
	margin: 1px 3px 0 0
}

.fdd-radio-label span input {
	opacity: 0;
	filter: alpha(opacity = 0);
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
	height: 18px;
	cursor: pointer
}

.fdd-checkbox, .fdd-checkbox-on, .fdd-checkbox-no, .fdd-checkbox-dl {
	overflow: hidden;
	background: #fff;
	width: 14px;
	height: 14px;
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	background-position: -457px -41px;
	cursor: pointer;
	box-sizing: border-box
}

.fdd-checkbox input, .fdd-checkbox-on input, .fdd-checkbox-no input,
	.fdd-checkbox-dl input {
	opacity: 0;
	filter: alpha(opacity = 0);
	position: absolute;
	right: -11px;
	top: 0;
	cursor: pointer
}

.fdd-single, .fdd-single-on {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	position: relative;
	cursor: pointer;
	border: 1px solid #ccc
}

.fdd-single-on {
	border-color: #ffd435
}

.fdd-single-on:before {
	display: block;
	content: "";
	background: #212a31;
	height: 6px;
	width: 6px;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%
}

.fdd-checkbox-on {
	background-position: -441px -41px
}

.fdd-checkbox-no {
	background: #f3f3f3;
	pointer-events: none;
	border: 1px solid #eaeaea
}

.fdd-checkbox-dl {
	background: #f3f3f3;
	border: 1px solid #ddd
}

.fdd-checkbox-dl input {
	cursor: not-allowed
}

.fdd-batch {
	position: absolute;
	right: 0;
	top: 22px
}

.fdd-batch a {
	height: 34px;
	line-height: 34px;
	box-sizing: border-box;
	float: left;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 0 20px;
	font-size: 12px
}

.fdd-batch .one {
	color: #333;
	margin-left: 15px;
	background: #f0f0f0
}

.fdd-batch .one:hover {
	background: #c4c4c4
}

.fdd-batch .two {
	background: #ffd435;
	color: #333
}

.fdd-batch .two:hover {
	background: #fbb900
}

.fdd-batch-bottom {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 100
}

.fdd-batch-bottom .fdd-batch-pop-bg {
	background: #000;
	opacity: .5;
	filter: alpha(opacity = 50);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.fdd-batch-bottom .link-white {
	width: 70px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 3px;
	margin-left: 30px
}

.fdd-batch-bottom .link-line-white {
	position: absolute;
	right: 40px;
	top: 22px;
	width: 14px;
	height: 14px;
	display: block;
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	text-indent: -9999em;
	background-position: -312px -49px
}

.fdd-batch-center {
	background: #fff;
	width: 390px;
	position: absolute;
	left: 50%;
	top: 10%;
	margin-left: -195px;
	z-index: 1001;
	border-radius: 3px
}

.fdd-batch-tip {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.5)
}

.fdd-batch-tip .fdd-batch-pop {
	width: 390px;
	height: 290px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 3px;
	margin: -131px 0 0 -195px;
	background: #fff;
	z-index: 101
}

.fdd-batch-tip .fdd-batch-pop .fdd-batch-link {
	position: absolute;
	right: 0;
	top: 2px;
	width: 48px;
	height: 40px;
	border-left: 1px solid #dcdcdc
}

.fdd-batch-tip .fdd-batch-pop .fdd-batch-link em {
	width: 14px;
	height: 14px;
	display: block;
	margin: 13px auto 0;
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	background-position: -327px -49px;
	text-indent: -9999em
}

.fdd-batch-tip .fdd-batch-pop .tab-top {
	margin-top: 0
}

.fdd-batch-tip .fdd-batch-pop table {
	width: 90%;
	margin: 60px auto 0;
	table-layout: fixed
}

.fdd-batch-tip .fdd-batch-pop table td {
	padding: 10px 0;
	min-width: 33%
}

.fdd-batch-tip .fdd-batch-pop table .fdd-batch-tab-bg {
	border-radius: 3px;
	background: #e1f0d9;
	text-align: center;
	line-height: 30px;
	height: 30px
}

.fdd-batch-tip .fdd-batch-pop table .fdd-batch-tab-bg i {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 10px;
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	background-position: -271px -181px;
	margin: 0 3px 2px 0
}

.fdd-batch-tip .fdd-batch-pop table label {
	display: block;
	text-align: center
}

.fdd-batch-tip .fdd-batch-pop table span {
	font-size: 28px;
	padding: 10px 5px;
	display: block;
	text-align: center
}

.fdd-batch-tip .fdd-batch-pop table .green {
	color: #2896c8
}

.fdd-batch-tip .fdd-batch-pop table .red {
	color: #c00000
}

.fdd-batch-tip .fdd-batch-pop table .block {
	color: #000
}

.fdd-batch-tip .fdd-batch-bg {
	opacity: .5;
	filter: alpha(opacity = 50);
	position: absolute;
	background: #000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.fdd-batch-center-tit {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	height: 50px
}

.fdd-batch-center-tit span {
	display: inline-block;
	line-height: 50px;
	margin-left: 20px
}

.fdd-batch-center-tit a {
	position: absolute;
	right: 13px;
	top: 13px;
	width: 20px;
	height: 20px
}

.fdd-batch-center-tit a i {
	width: 13px;
	height: 13px;
	display: block;
	margin: 4px auto 0;
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	background-position: -327px -49px
}

.fdd-batch-center-white {
	padding: 20px;
	border-bottom: 1px solid #e5e5e5
}

.fdd-batch-center-white span {
	font-size: 18px;
	font-weight: bold;
	color: #2896c8;
	padding: 0 3px
}

.fdd-batch-center-white .fdd-batch-center-link {
	text-align: right;
	padding: 30px 0 15px
}

.fdd-batch-down-bg {
	background: #f7f7f7;
	padding: 20px
}

.fdd-batch-down-bg .fdd-batch-down-tit span {
	color: #a6a6a6
}

.fdd-batch-down-bg .fdd-batch-down-list {
	margin-top: 20px
}

.fdd-batch-down-bg .fdd-batch-down-list li {
	border-radius: 3px;
	border-left: 3px solid #ffd435;
	background: #fff;
	padding: 10px;
	font-size: 12px;
	position: relative
}

.fdd-batch-down-bg .fdd-batch-down-list li span {
	color: #a6a6a6
}

.fdd-batch-down-bg .fdd-batch-down-list li a {
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	display: block;
	top: 10px;
	background-position: -318px -22px
}

.fdd-batch-down-bg .fdd-batch-down-inp {
	margin-top: 20px
}

.fdd-batch-down-bg .fdd-batch-down-inp input {
	height: 32px;
	line-height: 32px;
	background: #fcfcfc;
	font-size: 12px;
	width: 130px
}

.fdd-batch-down-bg .fdd-batch-down-inp input:first-child {
	width: 160px
}

.fdd-batch-down-bg .fdd-batch-down-inp a {
	width: 50px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	background: #2a2a2a;
	color: #fff;
	border-radius: 3px
}

.fdd-group-left {
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
	width: 240px
}

.fdd-group-left .fdd-group-menu {
	overflow: hidden;
	height: 40px;
	padding: 0 10px;
	border-bottom: 1px solid #eaeaea;
	background: #f7f7f7
}

.fdd-group-left .fdd-group-menu .h4 {
	float: left;
	margin-top: 9px;
	font-size: 16px
}

.fdd-group-left .fdd-group-menu .h4 a {
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-position: -290px -47px;
	margin: -2px 0 0 5px
}

.fdd-group-left .fdd-group-menu .link-right {
	float: right;
	margin-top: 11px;
	text-decoration: underline;
	color: #333;
	font-size: 14px
}

.fdd-group-left .fdd-group-ss {
	border-width: 6px;
	border-color: #fff;
	border-width: 1px;
	border-color: #eaeaea;
	border-style: solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 10px;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	height: 28px;
	box-sizing: border-box;
	padding-left: 10px
}

.fdd-group-left .fdd-group-ss input {
	border: none;
	flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-o-flex: 1;
	width: 100%;
	height: 100%;
	position: relative
}

.fdd-group-left .fdd-group-ss a {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	text-indent: -9999em;
	margin: 6px 5px 0 0
}

.fdd-group-left .fdd-group-ss .one {
	background-position: -357px -22px
}

.fdd-group-left .fdd-group-ss .two {
	background-position: -376px -22px
}

.fdd-group-left .fdd-group-list {
	min-height: 260px;
	height: 260px;
	overflow-y: auto
}

.fdd-group-left .fdd-group-list a {
	color: #333;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	padding: 0 60px 0 10px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #eaeaea
}

.fdd-group-left .fdd-group-list .hover {
	background: #fffbea
}

.fdd-group-right {
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	margin-left: 260px;
	height: 620px
}

.fdd-ontop {
	position: fixed;
	right: 20px;
	bottom: 90px;
	z-index: 999
}

.fdd-ontop a {
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 100%;
	background: #ffd238;
	box-shadow: 0 5px 10px rgba(100, 100, 100, 0.2)
}

.fdd-ontop img {
	margin: 14px auto 0 15px
}

.certification {
	padding: 25px 0;
	min-height: 50px;
	background: #ffe171
}

.certification a {
	position: absolute;
	right: 100px;
	top: 5px;
	color: #fff;
	background: #212a31;
	padding: 10px 30px;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block
}

.certification .i-fail {
	position: absolute;
	left: 170px;
	top: 0;
	background-position: -491px -48px;
	height: 39px;
	width: 35px
}

.certification .certification-con {
	width: 1100px;
	margin: 0 auto;
	position: relative
}

.certification .certification-con span {
	display: inline-block;
	padding-left: 20px
}

.certification .certification-con p {
	line-height: 22px;
	padding-left: 200px
}

.certification .certification-con p i {
	margin-right: 5px
}

.fail-text {
	width: 590px;
	display: block;
	margin-top: -5px;
	word-break: break-all;
	word-wrap: break-word
}

.fail-text i {
	display: block;
	max-height: 90px;
	overflow: hidden
}

.i-icon {
	display: inline-block;
	background: url("../images/fdd-img.png?20180224-1") no-repeat
}

.i-user {
	background-position: -1px -39px;
	height: 39px;
	width: 35px
}

.round {
	height: 6px;
	width: 6px;
	margin: 0 5px 0 10px;
	background: #333;
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.i-arrow, .i-problem {
	height: 14px;
	width: 14px
}

.i-arrow {
	vertical-align: middle;
	margin-left: 2px;
	background-position: -290px -1px
}

.qian-fa {
	float: right;
	width: 40%
}

.qian-fa p a {
	width: 50%;
	display: inline-block
}

.qian-fa p a.rt {
	color: #ffd435;
	text-align: right
}

.qian-fa-hover {
	background: #fff3c6 !important
}

.qian-fa-con {
	background: #fffbea;
	height: 140px;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	border: 1px dashed #ffd435;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden
}

.qian-fa-con input {
	opacity: 0;
	filter: alpha(opacity = 0);
	font-size: 300px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	cursor: pointer
}

.qian-fa-con:hover {
	background: #fff3c6
}

.qian-fa-con:hover .i-drop {
	background-position: -415px -45px
}

.qian-fa-con p, .qian-fa-con h3 {
	padding-left: 160px;
	font-size: 12px
}

.qian-fa-con h3 {
	font-size: 14px;
	padding-top: 50px;
	margin-bottom: 5px;
	font-weight: normal
}

.qian-fa-tab li {
	float: left;
	width: 50%;
	position: relative;
	cursor: pointer
}

.show-pop2, .show-pop {
	position: absolute;
	padding: 20px;
	width: 380px;
	top: 27px;
	left: -150px;
	z-index: 22;
	color: #fff !important;
	text-align: left;
	display: none;
	background: rgba(33, 42, 49, 0.8);
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 8px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 6px rgba(0, 0, 0, 0.1)
}

.show-pop2 p, .show-pop p {
	color: #fff !important
}

.show-pop2:before, .show-pop:before {
	content: '';
	position: absolute;
	left: 8px;
	top: -12px;
	border: 6px solid transparent;
	border-bottom: 6px solid rgba(33, 42, 49, 0.8)
}

.qian-fa-tab li.problem {
	text-align: left;
	width: 80px
}

.qian-fa-tab li.problem .fddv3-cut-word {
	width: auto
}

.qian-fa-tab li.text-rt {
	float: right;
	width: 75px;
	text-align: right
}

.qian-fa-tab li.text-rt .fddv3-cut-word {
	width: 100%
}

.qian-fa-tab li.text-rt.w-100 {
	width: 100px
}

.qian-fa-tab li.text-rt.w-100 .fddv3-cut-text:hover {
	color: #f49600
}

.qian-fa-tab li.text-rt.w-100 .fddv3-cut-text:hover .fdd-icon-compass:before
	{
	color: #f49600
}

.qian-fa-tab li.text-rt .fddv3-cut-text i {
	color: #eaeaea
}

.qian-fa-tab li.text-rt .fddv3-cut-text:hover i {
	color: #eaeaea
}

.qian-fa-tab li.text-rt .fddv3-cut-title.short {
	font-size: 14px;
	padding: 15px 30px;
	right: -30px;
	display: block;
	width: 150px !important;
	text-transform: uppercase;
	animation: up-down 1.3s infinite ease forwards
}
.qian-fa-tab li.text-rt .fddv3-cut-title.short:before {
	right: 50px
}

.qian-fa-tab li.text-rt .fddv3-cut-title.short:hover {
	background: rgba(0, 0, 0, 0.8)
}

.qian-fa-tab li.text-rt .fddv3-cut-title.short em {
	font-style: normal;
	color: #ffd435
}

.qian-fa-tab li.text-rt:hover {
	color: #f49600
}

.qian-fa-tab li.text-rt:hover .show-pop2, .qian-fa-tab li.text-rt:hover .show-pop-arrow2,
	.qian-fa-tab li.problem:hover .show-pop-arrow, .qian-fa-tab li.problem:hover .show-pop
	{
	display: block
}

.pop-black {
	position: absolute;
	height: 60px;
	width: 200px;
	border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -30px;
	z-index: 24;
	color: #fff;
	line-height: 60px;
	background: #ccc;
	background: rgba(0, 0, 0, 0.7)
}

.i-put {
	height: 20px;
	width: 31px;
	margin: 0 5px 0 40px;
	background-position: -198px -50px
}

.data-list {
	width: 1180px;
	margin: 0 auto 30px
}

.data-list table {
	width: 100%;
	border-top: 1px solid #eaeaea
}

.data-list table tr td:first-child, .data-list table tr th:first-child {
	width: 45%
}

.data-list-tit {
	color: #999;
	padding-bottom: 10px
}

.data-list-tit span, .data-list-tit a {
	display: inline-block
}

.data-list-tit a {
	float: right;
	color: #fbb900
}

.data-list-tit a:hover {
	color: #f49600
}

.i-status, .i-status2, .i-status3, .i-status4 {
	width: 24px;
	height: 24px;
	vertical-align: middle
}

.i-status {
	background-position: -68px -49px
}

.i-status2 {
	background-position: -38px -49px
}

.i-status3 {
	background-position: -128px -49px
}

.i-status4 {
	background-position: -97px -49px
}

.clearfix:after, .page-con:after, .qian-fa-tab:after {
	display: block;
	content: '';
	clear: both;
	height: 0;
	visibility: hidden
}

.fddv3-tab-6 {
	width: 6%
}

.fddv3-tab-10 {
	width: 10%
}

.fddv3-tab-15 {
	width: 15%
}

.fddv3-tab-20 {
	width: 20%
}

.fddv3-tab-25 {
	width: 25%
}

.fddv3-tab-30 {
	width: 30%
}

.fddv3-tab-35 {
	width: 35%
}

.fddv3-tab {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #eaeaea;
	box-sizing: border-box
}

.fddv3-tab.fddv3-tab-auto {
	table-layout: auto
}

.fddv3-tab th, .fddv3-tab td {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: left;
	border-bottom: 1px solid #eaeaea
}

.fddv3-tab th .fddv3-cut-word, .fddv3-tab td .fddv3-cut-word {
	max-width: 82%;
	width: auto
}

.fddv3-tab th .fddv3-cut-word .fddv3-cut-text, .fddv3-tab td .fddv3-cut-word .fddv3-cut-text
	{
	padding: 0 20px 0 0;
	box-sizing: border-box
}

.fddv3-tab th .fddv3-cut-word .fddv3-cut-text:before, .fddv3-tab td .fddv3-cut-word .fddv3-cut-text:before
	{
	left: 50% !important;
	margin-left: -4px
}

.fddv3-tab .fddv3-icon-warrant {
	border: 1px solid #ffd435;
	color: #ffd435;
	width: 14px;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle
}

.fddv3-tab .span-fa {
	width: 18px;
	height: 18px;
	border-width: 1px;
	border-color: #999;
	border-style: solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	line-height: 16px;
	font-size: 12px;
	color: #999;
	margin-top: 0
}

.fddv3-tab th {
	background: #f9f9f9;
	font-weight: bold;
	color: #666
}

.fddv3-tab td {
	font-size: 12px;
	color: #666;
	cursor: pointer
}

.fddv3-tab tr:last-child td {
	border-bottom: none
}

.fddv3-tab tr:hover td {
	background: #fffbea !important
}

.fddv3-tab tr:hover a {
	color: #fbb900
}

.fddv3-tab tr:hover .fddv3-icon-view:before {
	background-position: -226px -16px !important
}

.fddv3-tab tr:hover .fddv3-icon-sign:before {
	background-position: -244px -16px !important
}

.fddv3-tab tr:hover .fddv3-icon-edit:before {
	background-position: -589px 0 !important
}

.fddv3-tab tr:hover .fddv3-icon-del:before {
	background-position: -329px -16px !important
}

.fddv3-tab tr:hover .fddv3-icon-down:before {
	background-position: -262px -16px !important
}

.fddv3-tab tr:hover .fddv3-icon-tip:before {
	background-position: -528px -16px !important
}

.fddv3-tab a {
	margin-right: 5px;
	color: #a6a6a6
}

.fddv3-tab a:hover {
	color: #fbb900
}

.fddv3-tab a:hover .fddv3-icon-view:before {
	background-position: -226px -16px
}

.fddv3-tab a:hover .fddv3-icon-sign:before {
	background-position: -244px -16px
}

.fddv3-tab a:hover .fddv3-icon-down:before {
	background-position: -262px -16px
}

.fddv3-tab a:hover .fddv3-icon-tip:before {
	background-position: -528px -16px
}

.fddv3-tab .fddv3-tab-blue {
	color: #2896c8
}

.fddv3-fiexd .fddv3-right-float {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 540px;
	background: #fff;
	box-shadow: -6px 0 10px rgba(0, 0, 0, 0.1);
	z-index: 30;
	border-left: 1px solid #eaeaea
}

.fddv3-fiexd .fddv3-right-float-top {
	width: 100%;
	border-bottom: 1px solid #eaeaea;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 0;
	background: #f0f0f0
}

.fddv3-fiexd .fddv3-right-float-top span {
	color: #2a2a2a;
	margin-left: 15px;
	display: inline-block;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.fddv3-fiexd .fddv3-right-float-top a {
	float: right;
	color: #fff;
	font-size: 12px;
	background: #212a31;
	padding: 0 12px;
	text-indent: -99999em;
	position: relative
}

.fddv3-fiexd .fddv3-right-float-top a:before {
	position: absolute;
	content: '';
	top: 12px;
	left: 12px;
	width: 14px;
	height: 14px;
	font-size: 16px;
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	background-position: -311px -48px
}

.fddv3-fiexd .fddv3-right-float-center {
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	bottom: 40px
}

.fddv3-fiexd .fddv3-right-float-link {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 40px;
	text-align: right;
	border-top: 1px solid #eaeaea;
	background: #212a31
}

.fddv3-fiexd .fddv3-right-float-link a {
	width: 90px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	display: inline-block
}

.fddv3-fiexd .fddv3-right-float-link a:hover {
	color: #2a2a2a;
	background: #ffd435
}

.fddv3-fiexd .fddv3-right-float-link .fddui-form {
	margin: 0 10px
}

.fddv3-fiexd .fddv3-right-float-link .fddui-form a {
	color: #2a2a2a
}

.fddv3-fiexd .fddv3-right-float-link .fddui-form textarea {
	width: 100%;
	height: 60px;
	outline: 0
}

.fddv3-fiexd .fddv3-right-float-link .fddv3-right-float-orange {
	background: #ffd435;
	color: #2a2a2a
}

.fddv3-fiexd .fddv3-right-float-link .fddv3-right-float-orange:hover {
	background: #fbb900
}

.fddv3-left {
	width: 1100px;
	margin: 0 auto;
	border-bottom: 1px solid #eaeaea
}

.fddv3-left .fddv3-left-menu {
	margin-top: 20px
}

.fddv3-left .fddv3-left-menu a {
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #a6a6a6;
	padding: 0 20px;
	position: relative;
	display: inline-block
}

.fddv3-left .fddv3-left-menu a:hover {
	color: #2a2a2a
}

.fddv3-left .fddv3-left-menu .fddv3-hover {
	border-bottom: 2px solid #ffd435;
	color: #2a2a2a
}

.fddv3-left .fddv3-left-menu .fddv3-hover:hover {
	color: #2a2a2a
}

.fddv3-left .fddv3-left-menu i {
	position: absolute;
	top: 6px;
	margin-top: -7px;
	min-width: 13px;
	max-width: 30px;
	height: 13px;
	padding: 3px;
	border-radius: 20px;
	background: #ffd435;
	color: #2a2a2a;
	line-height: 13px;
	font-size: 12px;
	left: 75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block
}

.fddui-form .fddui-form-row {
	margin-top: 12px
}

.fddui-form .fddui-form-icon {
	position: relative;
	max-width: 100%;
	display: inline-block
}

.fddui-form .fddui-form-icon i {
	position: absolute;
	width: 30px;
	font-size: 14px;
	color: #999;
	text-align: center;
	pointer-events: none;
	top: 3px
}

.fddui-form .fddui-form-icon .iconright {
	right: 0
}

.fddui-form .fddui-form-icon input {
	padding-left: 30px
}

.fddui-form .fddui-form-help-inline {
	display: inline-block;
	margin: 0 0 0 10px
}

.fddui-form .fddui-form-help-block {
	display: block;
	margin: 10px 0 0 0
}

.fddv3-list-page {
	background: #fff;
	margin: 30px 0;
	padding-bottom: 30px
}

.fddv3-list-page .fddv3-page {
	float: right
}

.fddv3-list-page .fddv3-page a {
	color: #a6a6a6;
	line-height: 30px;
	min-width: 30px;
	height: 30px;
	padding: 0 5px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box
}

.fddv3-list-page .fddv3-page .fddv3-page-hover {
	background: #ffd435;
	border-radius: 2px;
	color: #2a2a2a
}

.fddv3-list-page .fddv3-page span {
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 6px auto 0
}

.fddv3-list-page .fddv3-page .fddv3-icon-page-home {
	background-position: -192px 0
}

.fddv3-list-page .fddv3-page .fddv3-icon-page-prev {
	background-position: -210px 0
}

.fddv3-list-page .fddv3-page .fddv3-icon-page-next {
	background-position: -224px 0
}

.fddv3-list-page .fddv3-page .fddv3-icon-page-last {
	background-position: -240px 0
}

.fddv3-list-page .fddv3-page-left {
	float: left;
	line-height: 30px;
	color: #a6a6a6
}

.user-con {
	padding: 45px 0;
	margin: 0 auto;
	width: 1100px;
	position: relative
}

.user-photo {
	height: 50px;
	width: 50px;
	position: absolute;
	top: 40px;
	left: 0;
	margin-right: 20px
}

.show-user-info {
	padding-left: 60px;
	color: #fff
}

.show-user-info p {
	margin-bottom: 5px
}

.show-user-info span {
	color: #a2abb2
}

.pd-left {
	position: absolute;
	right: 590px;
	color: #a2abb2
}

.pd-lefthover {
	color: #fff
}

.show-num {
	position: absolute;
	right: 50px;
	top: 40px
}

.show-num p {
	margin-right: 50px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	color: #fff
}

.show-num a, .show-num a:hover {
	color: #fff;
	font-size: 16px;
	cursor: default
}

.show-num p span {
	color: #a2abb2
}

.fddv3-right {
	background: #fff;
	box-sizing: border-box;
	width: 1100px;
	margin: 0 auto
}

.fddv3-right .fdd-list-search {
	zoom: 1;
	padding: 25px 0;
	background: #fff
}

.fddv3-right .fdd-list-search .fddv3-search-big {
	width: 100%;
	position: relative
}

.fddv3-right .fdd-list-search .fddv3-search-big:nth-child(2) {
	padding-top: 20px
}

.fddv3-right .fdd-list-search .fddv3-search-big select, .fddv3-right .fdd-list-search .fddv3-search-big input
	{
	height: 32px;
	line-height: 32px;
	font-size: 12px
}

.fddv3-right .fdd-list-search .fddv3-search-big i:before {
	top: 5px
}

.fddv3-right .fdd-list-search .fddv3-search-big:after {
	content: '';
	clear: both;
	height: 0;
	display: block;
	width: 0;
	visibility: hidden
}

.fddv3-right .fdd-list-search-left {
	float: left
}

.fddv3-right .fdd-list-search-left input {
	width: 260px;
	height: 32px;
	line-height: 32px
}

.fddv3-right .fdd-list-search-left i:before {
	top: 5px
}

.fddv3-right .fdd-list-search-left .fddv3-form-icon-tip {
	position: absolute;
	width: 30px;
	height: 30px
}

.fddv3-right .fdd-list-search-left .fddv3-form-icon-tip:before {
	width: 16px;
	height: 16px;
	content: '';
	position: absolute;
	top: 9px;
	left: 10px;
	display: block;
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	background-position: -472px -1px;
	z-index: 5
}

.fddv3-right .fdd-list-search-left .fddv3-form-icon-tip div {
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	z-index: 6;
	color: #fff;
	font-size: 12px;
	line-height: 16px
}

.fddv3-right .fdd-list-search-left .fddv3-form-icon-tip div:before {
	position: absolute;
	top: -12px;
	left: 10px;
	content: '';
	border: 6px solid transparent;
	border-bottom: 6px solid rgba(33, 42, 49, 0.8)
}

.fddv3-right .fdd-list-search-left .fddv3-form-icon-tip:hover div {
	display: block;
	box-shadow: 0 0 4px rgba(50, 50, 50, 0.3);
	width: 200px;
	border-radius: 3px;
	background: rgba(33, 42, 49, 0.8);
	padding: 8px
}

.fddv3-right .fdd-list-search-left select {
	margin-right: 10px;
	padding-left: 25px;
	width: 160px
}

.fddv3-right .fdd-list-search-right {
	float: right
}

.fddv3-right .fdd-list-search-right input {
	padding: 0 30px 0 6px !important;
	width: 140px
}

.fddv3-right .fdd-list-search-right i {
	right: 0
}

.fddv3-right .fdd-list-search-right a {
	text-decoration: underline;
	color: #a6a6a6;
	font-size: 12px;
	margin: 0 10px
}

.fddv3-right .fdd-list-search-right a:hover {
	color: #ffb900
}

.fddv3-right .fdd-list-search-right .hover {
	color: #ffb900
}

.fddv3-right .fdd-list-search-right button {
	display: inline-block;
	height: 32px !important;
	line-height: 32px !important;
	font-size: 12px !important;
	min-width: 60px !important
}

.fddui-form .fddui-form-row {
	margin-top: 12px
}

.fddui-form .fddui-form-help-inline {
	display: inline-block;
	margin: 0 0 0 10px
}

.fddui-form .fddui-form-help-block {
	display: block;
	margin: 10px 0 0 0
}

.fddv3-menu-sub {
	left: 0;
	right: 0;
	top: 70px;
	height: 60px;
	z-index: 2;
	position: absolute;
	background: #f6f6f7;
	border-bottom: 1px solid #eaeaea
}

.fddv3-menu-sub div {
	width: 1100px;
	margin: 0 auto;
	position: relative
}

.fddv3-menu-sub div a {
	min-width: 68px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	margin-right: 30px;
	color: #a6a6a6
}

.fddv3-menu-sub div a:hover {
	color: #2a2a2a
}

.fddv3-menu-sub div .fddv3-menu-sub-hover {
	border-bottom: 2px solid #ffd435;
	color: #2a2a2a
}

.fddv3-vip-title {
	padding: 20px 0 0 20px;
	color: #a6a6a6
}

.fddv3-top-20 {
	margin-top: 20px
}

.fddv3-top-return {
	height: 50px;
	line-height: 50px
}

.fddv3-form-none input {
	border: none;
	padding: 0;
	height: auto;
	line-height: normal;
	background: none
}

.fddv3-form-none input:focus {
	border: none;
	box-shadow: none
}

.fddv3-icon-view, .fddv3-icon-sign, .fddv3-icon-down, .fddv3-icon-use,
	.fddv3-icon-del, .fddv3-icon-tip, .fddv3-icon-print,
	.fddv3-icon-down-small, .fddv3-icon-edit {
	width: 18px;
	height: 18px;
	display: inline-block;
	position: relative
}

.fddv3-icon-view:before, .fddv3-icon-sign:before, .fddv3-icon-down:before,
	.fddv3-icon-use:before, .fddv3-icon-del:before, .fddv3-icon-tip:before,
	.fddv3-icon-print:before, .fddv3-icon-down-small:before,
	.fddv3-icon-edit:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	display: block;
	top: 5px;
	background: url("../images/fdd-img.png?20180224-1") no-repeat
}

.fddv3-icon-view:before {
	background-position: 0 -16px
}

.fddv3-icon-sign:before {
	background-position: -18px -16px
}

.fddv3-icon-edit:before {
	background-position: -575px 0
}

.fddv3-icon-down:before {
	background-position: -36px -16px
}

.fddv3-icon-use:before {
	background-position: -305px -16px
}

.fddv3-icon-del:before {
	background-position: -282px -16px
}

.fddv3-icon-tip:before {
	background-position: -511px -16px
}

.fddv3-icon-print:before {
	background-position: -422px 0
}

.fddv3-icon-down-small:before {
	background-position: -458px 0
}

.ico_fh {
	width: 16px !important;
	height: 16px !important;
	display: inline-block !important;
	background: url("../images/fdd-img.png?20180224-1") no-repeat !important;
	background-position: -384px 0 !important
}

.fddv3-icon-glass, .fddv3-icon-date {
	width: 16px;
	height: 16px
}

.fddv3-icon-glass:before, .fddv3-icon-date:before {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	display: block;
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	top: 8px;
	left: 8px;
	z-index: 2
}

.fddv3-icon-glass:before {
	background-position: -272px 0
}

.fddv3-icon-date:before {
	background-position: -256px 0
}

.fddv3-server-qf {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #f7f7f7;
	padding: 0 5px 0 10px
}

.fddv3-server-qf input {
	height: 26px;
	line-height: 26px;
	width: 350px
}

.fddv3-server-qf i {
	top: 4px
}

.fddv3-server-qf a {
	color: #a6a6a6;
	font-size: 12px;
	margin-left: 12px
}

.fddv3-server-qf .fddv3-fillin-link {
	color: #fbb900
}

.fddui-form-server {
	position: absolute;
	right: 0;
	top: -1px;
	bottom: 0;
	padding: 0 15px 0 10px;
	text-align: right;
	margin-right: 5px
}

.fddui-form-server a {
	color: #fbb900
}

.fddui-form-server i {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	vertical-align: middle;
	background-position: -494px 0;
	margin-right: 3px
}

.fddv3-detail-ht {
	background: #f7f7f7;
	border-radius: 3px;
	padding: 20px;
	position: relative
}

.fddv3-detail-ht h2 {
	color: #2a2a2a;
	font-size: 14px
}

.fddv3-detail-ht p {
	display: block;
	margin: 10px 0;
	color: #a6a6a6;
	font-size: 12px
}

.fddv3-detail-ht p span {
	margin-right: 20px;
	display: inline-block
}

.fddv3-detail-ht .fddv3-detail-bz {
	color: #454a4d;
	font-size: 12px;
	word-wrap: break-word;
	display: block;
	overflow: hidden
}

.fddv3-detail-ht .fddv3-detail-right {
	position: absolute;
	right: 20px;
	top: 20px
}

.fddv3-detail-ht .fddv3-detail-right a {
	color: #a6a6a6;
	font-size: 12px;
	margin: 0 10px
}

.fddv3-detail-ht .fddv3-detail-right a:hover {
	color: #fbb900
}

.fddv3-detail-ht .fddv3-detail-right a:hover .fddv3-icon-print:before {
	background-position: -440px 0
}

.fddv3-detail-ht .fddv3-detail-right a:hover .fddv3-icon-down-small:before
	{
	background-position: -476px 0;
	width: 16px !important;
	height: 16px !important
}

.fddv3-link-cx, .fddv3-link-orange, .fddv3-link-orange-no {
	height: 32px;
	line-height: 32px;
	min-width: 88px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	border-radius: 2px
}

.fddv3-link-cx {
	background: #f0f0f0;
	color: #2a2a2a
}

.fddv3-link-orange {
	background: #ffd435;
	color: #2a2a2a
}

.fddv3-link-orange-no {
	background: #fee586;
	color: #fff;
	border: 1px solid #ffd435
}

.fddv3-tab-600 {
	min-height: 539px;
	position: relative
}

.fddv3-tab-600 .fddv3-list-page {
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px
}

.fddv3-set-pop div {
	left: 24px !important;
	top: -17px !important
}

.fddv3-set-pop div:before {
	border: 6px solid transparent;
	border-right: 6px solid rgba(33, 42, 49, 0.8);
	left: -12px !important;
	top: 50% !important;
	margin-top: -6px
}

.fddv3-set-pop .ico-qp-jt {
	display: none
}

.fddv3-link-orange-rz {
	display: block;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 2px;
	background: #ffd435;
	color: #2a2a2a
}

.fddv3-link-orange-line {
	display: block;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 3px;
	background: #fff;
	color: #2a2a2a;
	box-sizing: border-box;
	border: 1px solid #454a4d;
	margin-top: 10px
}

.fddv3-zhizh-bg {
	max-width: 75%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.fddv3-link-txt-line {
	color: #fbb900
}

.fddv3-link-txt-line:hover {
	text-decoration: underline
}

.fddv3-link-txt-line:hover .ico_detail-fj {
	background-position: -421px -282px
}

.fddv3-tab-pop-bg {
	position: relative
}

.fddv3-tab-pop-bg .fddv3-tab-cut-word {
	position: absolute;
	top: 78px;
	left: 410px;
	background: rgba(33, 42, 49, 0.8);
	border-radius: 3px;
	color: #fff;
	padding: 8px;
	box-shadow: 0 8px 6px rgba(0, 0, 0, 0.1);
	z-index: 2
}

.fddv3-tab-pop-bg .fddv3-tab-cut-word:before {
	position: absolute;
	content: '';
	top: -12px;
	left: 15px;
	border: 6px solid transparent;
	border-bottom: 6px solid rgba(33, 42, 49, 0.8)
}

.fddv3-daying-pop {
	width: 1100px;
	background: #fffeba;
	padding: 15px;
	color: #2a2a2a;
	box-sizing: border-box;
	margin: 0 auto
}

.fddv3-daying-pop a {
	color: #fbb900;
	text-decoration: underline
}

.fddv3-daying-pop a:hover {
	text-decoration: none
}

body, html {
	height: 100%;
	width: 100%
}

.dip {
	display: inline-block;
	vertical-align: middle
}

.fddui-left {
	float: left
}

.fddui-right {
	float: right
}

.clearfix:after, .page-con:after, .qian-fa-tab:after {
	display: block;
	content: '';
	clear: both;
	height: 0;
	visibility: hidden
}

.fddv3-top-bg {
	position: static !important
}

.page {
	padding-bottom: 40px
}

.header {
	background: #212a31;
	height: 210px
}

.user-con {
	padding: 45px 0;
	margin: 0 auto;
	width: 1100px;
	position: relative
}

.certification-con p {
	line-height: 22px;
	padding-left: 200px
}

.certification-con span {
	display: inline-block;
	padding-left: 50px
}

.user-photo {
	height: 50px;
	width: 50px;
	position: absolute;
	top: 40px;
	left: 0;
	margin-right: 20px
}

.round {
	height: 6px;
	width: 6px;
	margin: 0 5px 0 10px;
	background: #333;
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.color-gray {
	color: #999
}

.show-user-info {
	padding-left: 60px;
	color: #fff
}

.show-user-info p {
	margin-bottom: 5px
}

.show-user-info span {
	color: #a2abb2
}

.pd-left {
	margin-left: 200px;
	color: #a2abb2
}

.pd-left:hover {
	color: #ffd435
}

.show-num {
	position: absolute;
	right: 50px;
	top: 40px
}

.show-num p {
	margin: 0 25px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	color: #fff;
	position: relative
}

.show-num p:first-child:before {
	content: '';
	height: 26px;
	position: absolute;
	right: -26px;
	top: 50%;
	margin-top: -13px;
	width: 1px;
	background: #7d868b
}

.show-num p span {
	color: #a2abb2
}

.show-num a {
	color: #fff;
	font-size: 16px
}

.review-box {
	display: inline-block
}

.i-review {
	margin-left: 5px;
	background-position: -183px -22px;
	height: 18px;
	width: 46px;
	vertical-align: middle
}

.i-review.i-review-on {
	background-position: -137px -22px
}

.i-review.i-review-on2 {
	background-position: -370px -19px
}

.i-review.i-review-on3 {
	background-position: -420px -19px;
	width: 44px !important
}

.i-review.i-review-on4 {
	background-position: -265px -51px
}

.i-review.i-review-on5 {
	background-position: -313px -46px
}

.i-review.i-review-on6 {
	background-position: -362px -51px
}

.i-status, .i-status2, .i-status3, .i-status4 {
	width: 24px;
	height: 24px;
	vertical-align: middle
}

.i-status {
	background-position: -68px -49px
}

.i-status2 {
	background-position: -38px -49px
}

.i-status3 {
	background-position: -128px -49px
}

.i-status4 {
	background-position: -97px -49px
}

.i-problem {
	background-position: -61px -20px
}

.i-arrow, .i-problem {
	height: 14px;
	width: 14px
}

.i-downlond, .i-attention {
	height: 20px;
	width: 24px
}

.i-downlond {
	background-position: -82px -20px;
	vertical-align: middle
}

.i-attention {
	background-position: -111px -23px;
	vertical-align: middle
}

.i-arrow {
	vertical-align: middle;
	margin-left: 2px;
	background-position: -290px -1px
}

.i-safe {
	height: 13px;
	width: 13px;
	vertical-align: middle;
	background-position: -342px -2px
}

.i-drop {
	height: 36px;
	width: 36px;
	display: block;
	position: absolute;
	left: 138px;
	top: 52px;
	background: #ffd435;
	border-radius: 3px
}

.i-drop:before {
	width: 16px;
	height: 16px;
	content: '';
	display: block;
	margin: 10px auto 0;
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	background-position: -306px 0
}

.i-put {
	height: 20px;
	width: 31px;
	margin: 0 5px 0 40px;
	background-position: -198px -50px
}

.certification-con {
	width: 1100px;
	margin: 0 auto;
	position: relative
}

.certification a {
	position: absolute;
	right: 100px;
	top: 5px;
	color: #fff;
	background: #212a31;
	padding: 10px 30px;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block
}

.certification .fddv3-disable {
	background: #eaeaea !important;
	color: #a6a6a6 !important;
	border: 1px solid #ccc;
	pointer-events: none;
	box-sizing: border-box
}

#page {
	padding-bottom: 40px
}

.page-con {
	padding: 55px 0;
	width: 1100px;
	margin: 0 auto
}

.page-con-ul {
	width: 50%;
	float: left
}

.page-con-ul li {
	float: left;
	width: 25%;
	padding-top: 20px;
	text-align: center
}

.page-con-ul li span {
	font-size: 30px;
	display: block;
	color: #333
}

.page-con-ul li p {
	margin-bottom: 20px
}

.page-con-ul li p:last-child {
	transform: scale(1);
	transition: transform .2s ease-in-out
}

.page-con-ul li a {
	display: block;
	height: 162px;
	padding-top: 20px;
	position: relative
}

.page-con-ul li a:after {
	content: '';
	width: 100%;
	height: 100%;
	box-shadow: 1px 1px 3px 1px #f2f2f2;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	transform: scale(.9);
	opacity: 0;
	transition: transform .2s ease-in-out, opacity .2s ease-in-out
}

.page-con-ul li a:hover {
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px
}

.page-con-ul li a:hover:after {
	transform: scale(1);
	opacity: 1
}

.page-con-ul li a:hover p:last-child {
	transform: scale(1.02)
}

.page-con-ul li a:hover span {
	color: #333
}

.qian-fa {
	float: right;
	width: 40%
}

.qian-fa p a {
	width: 50%;
	display: inline-block
}

.qian-fa p a.rt {
	color: #ffd435;
	text-align: right
}

.qian-fa-con p, .qian-fa-con h3 {
	padding-left: 180px;
	font-size: 12px
}

.qian-fa-con h3 {
	font-size: 14px;
	padding-top: 50px;
	margin-bottom: 5px;
	font-weight: normal
}

.qian-fa-tab li {
	float: left;
	width: 50%;
	position: relative;
	cursor: pointer
}

.show-pop {
	padding: 10px;
	left: 30px
}

.show-pop2 h4 {
	font-weight: normal;
	font-size: 14px
}

.show-pop2 p, .show-pop p {
	font-size: 12px;
	margin-top: 8px
}

.show-pop2 h4 span, .show-pop h4 span {
	color: #f70044
}

.show-pop-arrow {
	right: 145px
}

.qian-fa-tab li.problem {
	text-align: left
}

.qian-fa-tab li.problem .fddv3-cut-title {
	left: -10px;
	top: 24px;
	max-width: 320px !important;
	width: 320px !important;
	line-height: 22px !important
}

.qian-fa-tab li.text-rt {
	text-align: right;
	color: #fbb900
}

.qian-fa-tab li.text-rt .fddv3-cut-title {
	color: #fff !important;
	right: 0;
	top: 24px;
	left: inherit !important;
	text-align: left;
	width: 320px !important;
	max-width: 320px !important;
	line-height: 22px !important
}

.qian-fa-tab li.text-rt .fddv3-cut-title:before {
	left: inherit !important;
	right: 15px
}

.qian-fa-tab li.text-rt .fddv3-cut-title h4 {
	font-weight: normal;
	font-size: 14px
}

.qian-fa-tab li.text-rt .fddv3-cut-title h4 span {
	color: #ffd435
}

.qian-fa-tab li.text-rt:hover .show-pop2, .qian-fa-tab li.text-rt:hover .show-pop-arrow2,
	.qian-fa-tab li.problem:hover .show-pop-arrow, .qian-fa-tab li.problem:hover .show-pop
	{
	display: block
}

.pop-black {
	position: absolute;
	height: 60px;
	width: 200px;
	border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -30px;
	z-index: 24;
	color: #fff;
	line-height: 60px;
	background: #ccc;
	background: rgba(0, 0, 0, 0.7)
}

.i-put {
	height: 20px;
	width: 31px;
	margin: 0 5px 0 40px;
	background-position: -198px -50px
}

.data-list {
	width: 1100px;
	margin: 0 auto 30px
}

.data-list table {
	width: 100%;
	border-top: 1px solid #eaeaea
}

.footer {
	width: 100%;
	border-top: 1px solid #eaeaea;
	font-size: 12px;
	clear: both;
	margin-top: 80px
}

.footer.only {
	position: static
}

.footer-con {
	width: 1000px;
	height: 80px;
	padding: 40px 0 62px;
	margin: 0 auto
}

.footer-con li {
	width: 40%;
	position: relative;
	float: left
}

.footer-con li img {
	width: 70px;
	height: 70px
}

.footer-con li.frist {
	width: 20%
}

.footer-con h3 {
	color: #999;
	font-size: 14px;
	font-weight: normal
}

.footer-con li a {
	display: block;
	color: #999;
	padding-bottom: 5px
}

.footer-con li a:hover, .show-num.pd-left:hover {
	color: #fbb900
}

.certification-con a:hover {
	background: #171d22
}

.footer-con li img {
	position: absolute;
	left: 0;
	top: 0
}

.footer-con li p, .footer-con li h3 {
	padding: 5px 80px 0
}

.footer-con li p {
	margin-top: 5px
}

.fddv3-bottom-cop {
	width: 100%;
	font-size: 12px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #212a31;
	color: #7a7f83;
	text-align: center
}

.copyright {
	width: 100%;
	margin-top: -40px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	clear: both;
	background: #212a31;
	color: #7a7f83;
	font-size: 12px
}

.body-bg {
	height: 100%;
	background: url("../../statics/images/login-bg.jpg?20180224-1") #494945
		no-repeat;
	background-size: cover
}

.login-box {
	padding-top: 8%
}

.login-box .login-con {
	padding-bottom: 40px;
	width: 390px;
	height: auto;
	min-height: 400px;
	background: #fff;
	margin: 0 auto;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1)
}

.login-logo {
	padding: 40px 0 25px 0;
	text-align: center;
	margin: 0 auto;
	width: 100px;
	display: block;
	border-radius: 3px
}

.user-login {
	margin: 35px 40px 0
}

.user-login li {
	position: relative;
	margin-bottom: 20px
}

.user-login li input {
	height: 50px !important;
	line-height: normal !important;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-bottom: 1px solid #eaeaea;
	background: #fff !important;
	padding-left: 20px;
	width: 100%;
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", "helvetica",
		"Hiragino Sans GB"
}

.user-login li input:focus {
	border: 1px solid #ffd435
}

.user-login li p {
	color: #c00;
	text-align: left;
	margin-top: 5px
}

.yan-img {
	width: 100px;
	height: 48px;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0
}

.yan-img img {
	width: 100%;
	height: 100%;
	vertical-align: middle
}

.user-login input.border-red {
	border: 1px solid #c00
}

.user-login input.jiaoyan {
	width: 200px;
	margin-right: 10px
}

.no-account {
	margin-top: 20px;
	text-align: center;
	color: #999
}

.no-account a {
	color: #ffd435
}

.no-account a:hover {
	color: #ffd435
}

.forget-word {
	float: right;
	display: block;
	color: #999;
	margin: 0 40px 35px 40px
}

.login-footer-tip {
	width: 100%;
	height: 45px;
	line-height: 45px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #666
}

.button-box {
	margin: 0 40px 0 40px
}

.button-box button {
	border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	text-align: center;
	width: 308px;
	background: #ffd435;
	cursor: pointer;
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", "helvetica",
		"Hiragino Sans GB";
	border: 1px solid #fdd742
}

.button-box button:hover {
	background: #edb805
}

.button-box button.on {
	color: #fff;
	border: 1px solid #fdd435;
	background: #fee99a
}

.tab-default {
	position: absolute;
	height: 40px;
	width: 40px;
	display: block;
	right: 0;
	top: 0;
	z-index: 99;
	background: url("../../statics/images/code-tab.png") no-repeat;
	background-position: 0 0;
	-webkit-transition: background-position .22s
		cubic-bezier(.2, .6, .51, .9);
	transition: background-position .22s cubic-bezier(.2, .6, .51, .9)
}

.tab-default.tab-on {
	background-position: -40px -40px
}

.login-pop {
	position: absolute;
	z-index: 98;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px
}

.login-pop p {
	font-size: 18px;
	color: #2a2a2a;
	margin-top: 20px
}

.login-box .login-code-box {
	text-align: center
}

.login-box .login-code-box img {
	margin-top: 20px;
	width: 220px;
	height: 220px
}

.tac {
	text-align: center
}

input.input-defalt {
	border: 0;
	height: auto;
	line-height: auto
}

.fixed-pop-bg, .fixed-bg {
	position: fixed;
	background: #ccc;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999
}

.fixed-bg.gray-bg {
	background: rgba(0, 0, 0, 0.4)
}

.fixed-pop-bg {
	overflow-y: auto
}

.fixed-pop-con {
	background: #fff;
	padding: 40px 30px;
	width: 500px;
	margin: 200px auto 0;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative
}

.cancel-btn {
	padding: 5px 10px;
	display: block;
	float: right;
	background: #fdd435;
	color: #333;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.cancel-btn:hover {
	color: #333;
	background: #edb805
}

.pop-progress {
	width: 90%;
	height: 10px;
	border-top: 1px solid #d6d6d6;
	box-shadow: 1px 1px 0 1px #f1eded inset;
	background: #f5f5f5;
	-webkit-border-radius: 10px;
	border-radius: 10px
}

.pop-progress div {
	display: block;
	width: 20%;
	height: 9px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-bottom: 1px solid #fbbc06;
	background: #fdd435;
	text-align: center;
	color: #fff;
	-webkit-animation: load 2s ease-in;
	animation: load 2s ease-in
}

.progress-number {
	position: absolute;
	right: 40px;
	top: 40px;
	width: 40px;
	text-align: right
}

.progress-text {
	margin-top: 10px
}

.namea {
	display: inline-block;
	max-width: 305px;
	overflow: hidden;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis
}

.fdd-pop {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999
}

.fdd-pop .fdd-pop-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity = 50)
}

.fdd-pop .fdd-pop-zw {
	width: 780px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -390px;
	background: #fff;
	z-index: 2;
	border-radius: 3px;
	margin-top: -150px
}

.fdd-pop .fdd-pop-title {
	border-bottom: 1px solid #e8e8e8;
	padding: 20px 20px;
	font-size: 18px
}

.fdd-pop .fdd-pop-title span {
	display: inline-block;
	vertical-align: middle
}

.fdd-pop .fdd-pop-title .fdd-pop-cha {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 20px;
	background-position: -132px 0;
	z-index: 3
}

.fdd-pop .pop-title-b {
	background: #ffd435;
	height: 18px;
	width: 5px;
	display: inline-block;
	margin-right: 10px
}

.fdd-pop-list {
	width: auto;
	padding: 60px 20px 80px;
	overflow: hidden
}

.fdd-pop-list li {
	float: left;
	text-align: center;
	width: 20%
}

.fdd-pop-list li p {
	font-size: 16px;
	color: #666;
	padding: 15px 0 5px
}

.fdd-pop-list li a {
	color: #999
}

.fddv3-sign-link {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.fddv3-sign-link a {
	text-align: center;
	float: left;
	width: 48%
}

.fddv3-sign-link a:first-child {
	margin-right: 4%
}

.fddv3-sign-pop {
	background: #fff8e6;
	padding: 20px;
	position: relative;
	margin-top: 20px
}

.fddv3-sign-pop span {
	color: #fbb900;
	padding-bottom: 5px;
	display: block
}

.fddv3-sign-pop p {
	font-size: 12px;
	padding-left: 10px;
	line-height: 20px
}

.fddv3-sign-pop em {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	display: block
}

.fddv3-sign-pop em:before {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	border: 10px solid transparent;
	border-top: 10px solid #fff;
	border-right: 10px solid #fff
}

.fddv3-sign-pop em:after {
	position: absolute;
	left: -2px;
	top: 2px;
	content: '';
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 10px solid #fff
}

.fddv3-sign-left-list {
	position: absolute;
	top: 1px;
	bottom: -1px;
	left: 1px;
	z-index: 8
}

.fddv3-sign-left-list .fddv3-sign-left-ul {
	border-right: 1px solid #eaeaea;
	background: #fff;
	width: 157px;
	overflow: hidden;
	padding: 25px 0 0;
	height: 100%;
	box-sizing: border-box
}

.fddv3-sign-left-list .hover {
	border: 2px solid #fdd435
}

.fddv3-sign-left-list .hover i {
	background: #fdd435;
	color: #2a2a2a
}

.fddv3-sign-left-list li {
	width: 108px;
	height: 152px;
	border: 1px solid #eaeaea;
	margin: 0 auto 25px;
	position: relative;
	box-sizing: border-box
}

.fddv3-sign-left-list li img {
	width: 100%;
	height: 100%
}

.fddv3-sign-left-list li i {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	background: #eaeaea;
	color: #fff;
	text-align: center;
	text-indent: 2px;
	font-size: 12px
}

.fddv3-sign-list-shrink {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -21px;
	right: -29px
}

.fddv3-sign-list-shrink a {
	border: 1px solid #eaeaea;
	border-left: none;
	border-radius: 0 3px 3px 0;
	background: #fff;
	text-align: center;
	line-height: 40px;
	width: 29px;
	height: 40px;
	display: block
}

.fddv3-sign-list-shrink a:hover {
	background: #ffd435
}

.fddv3-sign-list-shrink i {
	position: relative;
	width: 13px;
	height: 13px;
	margin: 12px auto 0;
	display: block;
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	background-position: -467px -274px
}

.fddv3-sign-list-no {
	border-right: none !important
}

.fddv3-sign-list-no .fddv3-sign-left-ul {
	display: none
}

.fddv3-sign-list-no a i {
	background-position: -482px -274px !important
}

.fddv3-pop {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 6666;
	text-align: center
}

.fddv3-pop .fddv3-pop-bg {
	background: #000;
	opacity: .5;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.fddv3-gift-pop {
	width: 480px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -170px 0 0 -240px;
	border: 1px solid #eaeaea;
	z-index: 7777;
	text-align: center;
	padding: 40px 0 30px;
	border-radius: 3px
}

.fddv3-gift-pop i {
	font-size: 68px
}

.fddv3-gift-pop h2 {
	line-height: 60px;
	font-size: 24px;
	color: #f84
}

.fddv3-gift-pop a {
	margin: 20px auto 10px
}

.fddv3-all-pop {
	min-width: 300px;
	margin: 10% auto 0;
	background: #fff;
	border-radius: 3px;
	position: relative;
	z-index: 6667;
	display: inline-block
}

.fddv3-all-pop .fddv3-all-top {
	height: 52px;
	line-height: 52px;
	zoom: 1;
	border-bottom: 1px solid #eaeaea
}

.fddv3-all-pop .fddv3-all-top:after {
	content: '';
	display: block;
	height: 0;
	clear: both
}

.fddv3-all-pop .fddv3-all-top span {
	font-size: 16px;
	text-indent: 1em;
	float: left
}

.fddv3-all-pop .fddv3-all-top a {
	float: right;
	margin-right: 1.5em
}

.fddv3-all-pop .fddv3-all-top a:hover i:before {
	color: #2a2a2a
}

.fddv3-all-pop .fddv3-all-top a i:before {
	color: #a6a6a6
}

.fddv3-all-pop .fddv3-all-center {
	padding: 20px 20px 10px;
	width: 460px
}

.fddv3-all-pop .fddv3-all-link {
	padding: 0 20px 30px;
	text-align: right
}

.fddv3-all-pop .fddv3-all-link a {
	min-width: 80px;
	display: inline-block;
	vertical-align: middle;
	text-align: center
}

.fddv3-sign-pop-bg {
	width: 360px;
	margin: 20px;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	padding: 5px;
	overflow-y: auto;
	height: 230px;
	box-sizing: border-box
}

.fddv3-sign-pop-bg a {
	height: 100px;
	width: 100px;
	margin: 5px;
	float: left;
	box-sizing: border-box;
	position: relative;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border: 1px solid #eaeaea;
	border-radius: 3px
}

.fddv3-sign-pop-bg a span {
	display: none
}

.fddv3-sign-pop-bg a img {
	width: 100%;
	height: 100%
}

.fddv3-sign-pop-bg a:hover {
	border: 2px solid #ffd435
}

.fddv3-sign-pop-bg a:hover span {
	color: #2a2a2a
}

.fddv3-sign-pop-bg .hover {
	border: 2px solid #ffd435
}

.fddv3-sign-pop-bg .hover span {
	width: 18px;
	height: 18px;
	border-radius: 3px 0 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url("../images/ico_all.png?20180224-1") no-repeat -267px
		-177px #ffd435;
	display: block;
	text-indent: 2px;
	line-height: 18px
}

.fddv3-renz-zhima {
	padding-bottom: 40px
}

.fddv3-renz-zhima .fddv3-renz-tit {
	height: 38px;
	border-bottom: 1px solid #e5e5e5;
	background: #f7f7f7
}

.fddv3-renz-zhima .fddv3-renz-tit span {
	line-height: 38px;
	display: inline-block;
	margin-left: 10px
}

.fddv3-renz-zhima .fddv3-renz-tip {
	text-align: right;
	padding: 20px 20px 0 0
}

.fddv3-renz-zhima .fddv3-renz-tip span {
	color: #fbb900
}

.fddv3-renz-zhima .fddv3-renz-tip .fddv3-cut-word {
	width: auto;
	font-size: 12px
}

.fddv3-renz-zhima .fddv3-renz-tip .fddv3-cut-title {
	top: 26px;
	color: #fff;
	text-align: center;
	padding: 20px
}

.fddv3-renz-zhima .fddv3-renz-tip .fddv3-cut-title img {
	width: 150px;
	height: 150px
}

.fddv3-renz-zhima .fddv3-renz-tip .fddv3-cut-title p {
	padding: 10px 0 0;
	display: block
}

.fddv3-renz-zhima .fddv3-renz-tip .fddv3-cut-title:before {
	left: 50%;
	margin-left: 0
}

.fddv3-renz-zhima .fddv3-renz-zima {
	width: 380px;
	margin: 0 auto
}

.fddv3-renz-zhima .fddv3-renz-zima li {
	margin-top: 24px;
	position: relative
}

.fddv3-renz-zhima .fddv3-renz-zima li p {
	color: #c00000;
	padding-top: 1px;
	position: absolute;
	font-size: 12px
}

.fddv3-renz-zhima .fddv3-renz-zima .fddv3-inp-red {
	border: 1px solid #c00000
}

.fddv3-renz-zhima .fddv3-renz-zima .fddv3-inp-red:focus {
	border: 1px solid #c00000
}

.fddv3-renz-zhima .fddv3-renz-zima input {
	background: #fff;
	width: 100%;
	box-sizing: border-box
}

.fddv3-renz-zhima .fddv3-renz-ico {
	width: 59px;
	height: 81px;
	margin: 20px auto;
	display: block;
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	background-position: -103px -128px
}

.fddv3-renz-zhima .fddv3-renz-tip-txt {
	color: #a6a6a6;
	padding-bottom: 20px;
	display: block;
	text-align: center
}

.fddv3-renz-zhima .fddv3-renz-link {
	text-align: center;
	padding: 40px 0 20px
}

.fddv3-alipy-zfb {
	text-align: center;
	padding: 20px 0 30px
}

.fddv3-alipy-zfb i {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	background-position: -456px -53px
}

.fddv3-alipy-zfb img {
	width: 140px;
	height: 140px;
	margin: 30px auto
}

.fddv3-renz-ok {
	text-align: center;
	padding: 40px 0
}

.fddv3-renz-ok i {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	background-position: -183px -149px
}

.fddv3-renz-ok p {
	padding: 35px 0;
	font-size: 12px;
	color: #a6a6a6
}

.fddv3-renz-ok p strong {
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: normal;
	color: #2a2a2a;
	display: block
}

.fddv3-pop-link-a {
	width: 200px;
	height: 50px;
	padding-top: 17px;
	text-align: center;
	color: #2a2a2a;
	background: #ffd435;
	margin: 0 auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px
}

.fddv3-pop-link-a:hover {
	background: #fbb900
}

.fddv3-phone-tip {
	text-align: right;
	margin-top: 10px;
	color: #a6a6a6
}

.fddv3-phone-tip a {
	color: #fbb900
}

.fddv3-phone-tip a.cur {
	color: #a6a6a6
}

.fddv3-phone-tip a:hover {
	color: #ffd435
}

.zixun a {
	display: block
}

.breadcrumb3, .breadcrumb2, .breadcrumb4 {
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	overflow: hidden;
	border: 1px solid #eaeaea;
	width: 100%;
	height: 58px;
	margin: 0 auto
}

.breadcrumb3 i, .breadcrumb2 i, .breadcrumb4 i {
	display: inline-block;
	width: 20px;
	line-height: 20px;
	margin-right: 10px;
	color: #c9c9c9;
	border: 2px solid #c9c9c9;
	height: 20px;
	vertical-align: middle;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	position: relative
}

.breadcrumb3 i.finshed-icon, .breadcrumb2 i.finshed-icon, .breadcrumb4 i.finshed-icon,
	.breadcrumb3 i.finshed-icon2, .breadcrumb2 i.finshed-icon2,
	.breadcrumb4 i.finshed-icon2 {
	border: 0 !important;
	height: 24px;
	width: 24px;
	margin-right: 4px;
	background: url("../images/arrow-two.png") no-repeat;
	background-position: -43px -4px
}

.breadcrumb3 i.finshed-icon2, .breadcrumb2 i.finshed-icon2, .breadcrumb4 i.finshed-icon2
	{
	background-position: -66px -4px
}

.breadcrumb3 li, .breadcrumb2 li, .breadcrumb4 li {
	width: 50%;
	float: left;
	text-align: center;
	position: relative;
	line-height: 50px;
	color: #fff;
    background-color: #FFCA01;
}

.breadcrumb3 li.last:before, .breadcrumb2 li.last:before, .breadcrumb4 li.last:before
	{
	background: #fff
}

.breadcrumb3 li.last.on:before, .breadcrumb2 li.last.on:before,
	.breadcrumb4 li.last.on:before {
	background: #fff
}

.breadcrumb3 li:before, .breadcrumb2 li:before, .breadcrumb4 li:before {
	display: block;
	content: "";
	position: absolute;
	width: 14px;
	z-index: 19;
	height: 58px;
	right: -14px;
	top: 0;
	background: url("../images/arrow-two.png") no-repeat;
	background-position: -1px -2px
}

.breadcrumb3 li.on, .breadcrumb2 li.on, .breadcrumb4 li.on {
	background: #fff;
	color: #FFCA01
}

.breadcrumb3 li.on i, .breadcrumb2 li.on i, .breadcrumb4 li.on i {
	color: #ffd435;
	border: 2px solid #ffd435
}

.breadcrumb3 li.on:before, .breadcrumb2 li.on:before, .breadcrumb4 li.on:before
	{
	background-position: -24px 0
}

.breadcrumb2 li {
	width: 356px
}

.breadcrumb4 {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #eaeaea
}

.breadcrumb4 li {
	width: 275px
}

.breadcrumb4 li em {
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	left: -2px;
	top: -2px;
	background: url(../images/fdd-img.png) no-repeat;
	background-position: -570px -13px
}

.regist, .choose-tab {
	width: 373px;
	height: 40px;
	margin: 30px auto 0;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border: 1px solid #ffd435;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px
}

.regist li, .choose-tab li {
	float: left;
	width: 50%;
	color: #2a2a2a;
	cursor: pointer
}

.regist li.regist-on, .choose-tab li.regist-on {
	background: #ffd435
}

.choose-tab {
	width: 100%;
	margin: 10px auto 30px
}

.txt-magin {
	margin: 14px 0 80px;
	line-height: 18px
}

.new-botton-box {
	text-align: center
}

.new-botton-box a {
	width: 197px;
	height: 45px;
	line-height: 45px
}

.new-botton-box a.link-gray {
	margin-left: 40px
}

.new-botton-box .link-line-pink {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 28px
}

.ico_tips_dui {
	display: block;
	height: 128px;
	width: 120px;
	margin: 0 auto;
	background: url("../images/tips_dui.png?20180224-1") no-repeat
}

#pop-up-box {
	height: auto !important;
	overflow: hidden
}

.new-certification {
	width: 1100px;
	padding-bottom: 60px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 auto 40px;
	border: 1px solid #eaeaea
}

.new-certification.no-border {
	border: 0
}

.wid-640 {
	width: 650px;
	margin: 55px auto 0
}

.info-input-box, .info-input-box2 {
	margin-bottom: 40px
}

.info-input-box li, .info-input-box2 li {
	position: relative;
	min-height: 90px
}

.info-input-box li.left-li, .info-input-box2 li.left-li {
	float: left;
	width: 45%
}

.info-input-box li.right-li, .info-input-box2 li.right-li {
	float: right;
	width: 52%
}

.info-input-box li input, .info-input-box2 li input {
	margin: 8px 0 5px;
	width: 100%;
	background: #fff
}

.info-input-box li input.w-390, .info-input-box2 li input.w-390 {
	width: 380px
}

.info-input-box li input.input-yellow-bg, .info-input-box2 li input.input-yellow-bg
	{
	background: #fffbea
}

.info-input-box li .fddv3-cut-word, .info-input-box2 li .fddv3-cut-word
	{
	width: 64%
}

.info-input-box li .fddv3-cut-word .fddv3-cut-title, .info-input-box2 li .fddv3-cut-word .fddv3-cut-title
	{
	max-width: 400px;
	top: -8px;
	left: 25px
}

.info-input-box li .fddv3-cut-word .fddv3-cut-title:before,
	.info-input-box2 li .fddv3-cut-word .fddv3-cut-title:before {
	border: 6px solid transparent;
	left: -12px;
	top: 13px;
	border-right: 6px solid rgba(33, 42, 49, 0.8)
}

.info-input-box2 li {
	min-height: 70px
}

.info-input-box2 li.m-bt {
	min-height: 100px
}

.info-input-box2 li label {
	display: inline-block;
	width: 30%;
	margin-right: 10px;
	text-align: right
}

.info-input-box2 li input {
	width: 50%
}

.info-input-box2 li .show-error-color {
	margin-left: 340px
}

.show-error-color {
	color: #c00 !important
}

.show-error-bdcolor {
	border: 1px solid #c00 !important
}

.tab-content-p {
	display: inline-block;
	padding-left: 10px;
	font-size: 12px;
	width: 410px;
	margin-top: 8px;
	line-height: 18px;
	vertical-align: top;
	color: #b2b2b6
}

.tab-content-p .choose-btn input {
	width: 100%;
	font-size: 12px;
	height: 32px
}

.show-pic {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	color: #fbb900
}

.choose-btn, .new-yanzen {
	width: 90px;
	position: relative;
	display: block;
	text-align: center;
	line-height: 31px;
	height: 32px;
	font-size: 12px;
	margin-top: 10px;
	cursor: pointer;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	border: 1px solid #ffd435;
	background: #fff;
	color: #333
}

.choose-btn.put-on, .new-yanzen.put-on {
	border: 1px solid #eaeaea;
	color: #b2b2b6
}

.choose-btn.put-on:hover, .new-yanzen.put-on:hover {
	border: 1px solid #eaeaea;
	color: #b2b2b6;
	background: #fff
}

.choose-btn:hover, .new-yanzen:hover {
	background: #ffd435
}

.choose-btn input, .new-yanzen input {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	margin: 0 !important;
	height: 100%;
	width: 100%;
	cursor: pointer
}

.choose-btn.inblock {
	display: inline-block;
	margin-right: 10px
}

.new-yanzen {
	display: inline-block;
	line-height: 40px;
	height: 40px;
	margin-left: 5px
}

.business-photo {
	display: inline-block;
	width: 82px;
	position: relative;
	height: 100px;
	margin-top: 8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	background: #fdfdfd;
	border: 1px solid #eaeaea;
	background-size: 100% 100%
}

.business-photo .business-photo-bg {
	width: 36px;
	height: 48px;
	margin: 25px auto;
	display: inline-block;
	background: url("../images/arrow-two.png?20180224-1") 0 -66px no-repeat
}

.business-photo .text-conversion-right {
	left: 40px;
	top: 50px;
	width: 20px;
	height: 20px
}

.business-photo .text-conversion-right:before {
	width: 14px;
	height: 14px
}

.business-photo a {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 3
}

.business-photo a img {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 100%;
	width: 100%
}

.business-photo a:hover .hover-bg {
	display: block
}

.business-photo .hover-bg {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	display: none;
	width: 100%
}

.business-photo .hover-bg .big-eye {
	width: 36px;
	height: 48px;
	position: absolute;
	top: 40px;
	left: 33px;
	display: block;
	background: url("../images/arrow-two.png?20180224-1") -46px -31px
		no-repeat
}

.warn-tip {
	background: #fff6d7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 30px;
	float: left;
	width: 100%;
	line-height: 30px;
	margin: -10px 0 10px;
	color: #b2b2b6
}

.warn-tip i {
	background: #fbb900;
	height: 16px;
	width: 16px;
	margin: 0 10px;
	line-height: 16px;
	text-align: center;
	display: inline-block;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%
}

.after {
	position: absolute;
	right: 10px;
	color: #b2b2b6;
	top: 40px
}

.m-bt {
	margin-bottom: 30px
}

.agree {
	font-size: 12px;
	margin-top: -10px
}

.pop-con {
	position: absolute;
	min-height: 460px;
	width: 400px;
	margin-top: -230px;
	margin-left: -200px;
	top: 50%;
	left: 50%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #fff
}

.pop-con h3 {
	line-height: 60px;
	height: 60px;
	font-size: 18px;
	color: #000;
	padding-left: 20px;
	font-weight: normal;
	border-bottom: 1px solid #eaeaea
}

.pop-con.wid-900 {
	width: 900px;
	margin-left: -450px
}

.pop-con.ht-280 {
	width: 900px;
	margin-left: -450px;
	min-height: 300px;
	margin-top: -150px
}

.pop-con-info, .show-info {
	background: #fffbea;
	border: 1px solid #ffd435;
	margin: 20px;
	padding: 10px
}

.pop-con-info li, .show-info li {
	margin-top: 5px;
	overflow: hidden
}

.pop-con-info li span, .show-info li span {
	display: block;
	width: 144px;
	float: left
}

.pop-con-info {
	height: 220px;
	margin: 0 0 10px 0;
	overflow: auto
}

.pop-con-info.new-con-info {
	margin: 20px
}

.pop-con-info::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background: transparent
}

.pop-con-info::-webkit-scrollbar-track {
	border-radius: 4px;
	background: transparent
}

.pop-con-info::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #dcdcdc
}

.pop-con-info li p {
	float: left;
	width: 175px;
	word-wrap: break-word;
	word-break: break-all
}

.show-info-tit .link-txt-pink:hover, .show-info-tit .link-txt-pink:active
	{
	color: #fbb900
}

.show-info {
	padding: 20px 40px
}

.show-info p {
	line-height: 25px
}

.show-info .link-txt-pink:hover, .show-info .link-txt-pink:active {
	color: #fbb900
}

.show-info-tit {
	text-align: center;
	font-size: 18px;
	font-weight: normal
}

.yellow-right-icon, .error-icon {
	background: url("../images/arrow-two.png?20180224-1") -95px -5px
		no-repeat;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-right: 10px;
	vertical-align: middle
}

.error-icon {
	background-position: -121px -6px
}

.button-right-box {
	text-align: right;
	padding: 20px 20px 20px 0
}

.mg-60 {
	margin-top: 60px
}

.blank-info {
	width: 500px;
	margin: 50px auto 0
}

.blank-info .show-error-color {
	margin: 5px 0 0 100px
}

.blank-info li {
	margin-top: 10px
}

.blank-info li label {
	display: inline-block;
	width: 100px
}

.blank-info li input {
	width: 300px;
	background: #fff
}

.zhizao {
	position: absolute;
	height: 480px;
	width: 100%;
	margin-top: -240px;
	top: 50%;
	text-align: center
}

.fddv4-paper-bg {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	box-shadow: 0 0 20px rgba(100, 100, 100, 0.1)
}

.fddv4-paper-bg img {
	width: 100%;
	height: auto
}

.fddv4-paper-bg .fddv4-paper-bg-colse {
	position: absolute;
	right: 0;
	width: 32px;
	height: 32px;
	top: 0;
	background: rgba(0, 0, 0, 0.6)
}

.fddv4-paper-bg .fddv4-paper-bg-colse i {
	width: 14px;
	height: 14px;
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	background-position: -311px -48px;
	display: block;
	margin: 9px auto 0
}

.imgscroller {
	max-height: 450px;
	overflow: auto
}

.new-certification-tit {
	margin-bottom: 20px;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	border-bottom: 1px solid #eaeaea
}

.new-certification-tit i {
	width: 5px;
	height: 20px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	border-left: 2px solid #ffd435
}

.tab-content-box {
	width: 50%;
	display: inline-block
}

.pos-label {
	vertical-align: top;
	padding-top: 50px
}

.error-box {
	background: #fbf0f1;
	height: 40px;
	line-height: 40px;
	color: #666;
	padding-left: 20px
}

.error-box span {
	color: #c00000
}

.pd-20 {
	padding: 20px
}

.deploy {
	border: 1px solid #eaeaea;
	margin: 40px auto;
	height: 80px;
	position: relative
}

.deploy-title {
	background: #fcfcfc;
	display: inline-block;
	width: 280px;
	text-align: center;
	line-height: 80px;
	border-right: 1px solid #eaeaea
}

.deploy-address {
	position: absolute;
	left: 300px;
	height: 80px;
	line-height: 80px;
	top: 0;
	padding-left: 40px;
	width: 750px;
	text-align: left
}

.deploy-address a {
	display: inline-block;
	color: #fbb900
}

.deploy-address a:hover {
	color: #ffd435
}

.deploy-address i {
	margin-left: 10px;
	height: 24px;
	display: inline-block;
	width: 24px;
	vertical-align: middle;
	background-position: -487px -16px
}

.save-box input {
	height: 36px;
	width: 400px;
	margin-right: 10px
}

.deploy-con {
	margin-bottom: 80px
}

.deploy-con-info {
	float: left;
	width: 280px
}

.deploy-con-info li {
	position: relative;
	border: 1px solid #eaeaea;
	height: 80px
}

.deploy-con-info li:first-child {
	margin-bottom: 20px
}

.deploy-con-info li p {
	position: absolute;
	left: 80px;
	top: 0;
	width: 190px;
	padding-top: 10px;
	height: 80px;
	font-size: 24px;
	text-align: center
}

.deploy-con-info li em {
	display: block;
	padding-top: 5px;
	font-size: 12px;
	line-height: 1;
	color: #999;
	font-style: normal
}

.green-icon-bg, .red-icon-bg {
	height: 80px;
	width: 80px;
	display: inline-block;
	text-align: center;
	vertical-align: middle
}

.green-icon-bg i, .red-icon-bg i {
	background-image: url("../images/ico_all.png?20180224-1");
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	display: inline-block;
	vertical-align: middle;
	margin: 15px auto 0
}

.green-icon-bg {
	background: #8acc8a
}

.green-icon-bg i {
	background-position: 0 -700px
}

.red-icon-bg {
	background: #f37873
}

.red-icon-bg i {
	background-position: -48px -700px
}

.deploy-con-list {
	float: left;
	width: 820px
}

.deploy-con-list li {
	display: inline-block;
	text-align: center;
	width: 238px;
	height: 180px;
	margin-left: 32px
}

.deploy-con-list li a {
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 100%;
	width: 100%;
	border: 1px solid #eaeaea
}

.deploy-con-list li a:hover {
	border-color: #ffd435;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.06);
	box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.06)
}

.deploy-con-list li h2 {
	font-size: 16px;
	color: #666;
	font-weight: normal
}

.deploy-con-list li p {
	color: #999;
	margin-top: 5px
}

.deploy-down-icon, .deploy-add-icon, .deploy-problem-icon {
	width: 64px;
	height: 64px;
	vertical-align: middle;
	margin-top: 40px;
	display: inline-block;
	background: url("../images/fdd-img.png?20180224-1") no-repeat
}

.deploy-down-icon {
	background-position: -296px -166px
}

.deploy-add-icon {
	background-position: -360px -160px
}

.deploy-problem-icon {
	background-position: -424px -170px
}

.selected-box {
	margin-bottom: 30px;
	position: relative
}

.selected-box input {
	height: 34px;
	width: 290px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #eaeaea;
	padding-left: 10px;
	margin: 0 10px
}

.selected-box select {
	float: left;
	height: 34px;
	color: #333;
	cursor: pointer;
	background: url("../images/arrow.png") no-repeat scroll right center
		#ffd435;
	border: 1px solid #ffd435
}

.selected-box select option {
	background: #fff
}

.selected-box .fdd-batch {
	top: 0
}

.selected-box .fdd-batch a {
	background: #fff;
	border: 1px solid #ffd435
}

.selected-box .fdd-batch a:hover {
	background: #ffd435
}

.no-found {
	padding: 120px 0;
	width: 300px;
	margin: 0 auto
}

.no-found p {
	color: #ccc;
	margin-bottom: 10px;
	text-align: center
}

.no-found-icon {
	display: block;
	height: 115px;
	width: 110px;
	margin: 0 auto;
	background: url("../images/quxiao.png") no-repeat
}

select.yellow-select {
	float: left;
	margin-left: 10px;
	cursor: pointer;
	border: 1px solid #ffd435
}

.fdd-batch .yellow-border-btn {
	background: #fff;
	color: #666;
	line-height: 32px;
	width: 90px;
	color: #000;
	text-align: center;
	border: 1px solid #ffd435
}

.fdd-batch .yellow-border-btn:hover {
	background: #ffd435
}

.folder-box {
	padding-top: 10px;
	position: relative;
	width: 83%
}

.folder-box .show-pop {
	display: block;
	top: 40px;
	z-index: 5;
	font-size: 12px;
	left: 65px;
	width: 240px
}

.folder-path {
	color: #2a2a2a
}

.folder-path.cur .bor-arrow:before {
	left: 4px;
	top: 6px !important;
	transform: rotate(90deg)
}

.folder-path.not-cur .folder-path-text {
	color: #a6a6a6;
	cursor: default
}

.folder-path.not-cur .bor-arrow {
	border: 1px solid #eaeaea;
	cursor: default
}

.folder-path.not-cur .bor-arrow:before {
	border-color: transparent transparent transparent #a6a6a6
}

.folder-path-text {
	display: inline-block;
	max-width: 230px;
	font-size: 12px;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-style: normal
}

.folder-path-text:hover {
	color: #ffd435
}

.bor-arrow {
	display: inline-block;
	height: 16px;
	width: 16px;
	vertical-align: middle;
	margin-left: 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	border: 1px solid #eaeaea;
	position: relative
}

.bor-arrow.cur:before {
	left: 4px;
	top: 6px !important;
	transform: rotate(90deg)
}

.bor-arrow:hover {
	border: 1px solid #ffd435
}

.bor-arrow:hover:before {
	border-color: transparent transparent transparent #ffd435
}

.bor-arrow:before {
	content: "";
	width: 0;
	display: inline-block;
	height: 0;
	left: 6px;
	top: 4px !important;
	position: absolute;
	border: 4px solid;
	transition: all .2s ease-in-out;
	border-color: transparent transparent transparent #2a2a2a
}

.folder-path-list {
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 12px;
	margin-top: 20px;
	z-index: 11;
	box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.07)
}

.folder-path-list ul {
	width: 240px;
	max-height: 300px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #ccc
}

.folder-path-list ul::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background: transparent
}

.folder-path-list ul::-webkit-scrollbar-track {
	border-radius: 4px;
	background: transparent
}

.folder-path-list ul::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #dcdcdc
}

.folder-path-list ul::-webkit-scrollbar-thumb:hover {
	background: #b0b0b0
}

.folder-path-list li {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 10px
}

.folder-path-list li:hover {
	background: #fffbea
}

.new-icon {
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	vertical-align: middle;
	display: inline-block
}

.folder-icon {
	height: 20px;
	width: 16px;
	padding-right: 5px;
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	vertical-align: middle;
	display: inline-block;
	background-position: -2px -90px
}

.black-arrow, .gray-arrow {
	height: 10px;
	width: 6px;
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	vertical-align: middle;
	display: inline-block
}

.black-arrow {
	background-position: -169px -92px
}

.gray-arrow {
	background-position: -154px -94px
}

.fddv3-tab-3 {
	width: 3%
}

.classify {
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	line-height: 30px;
	color: #ffd435;
	cursor: pointer
}

.classify em {
	height: 20px;
	width: 20px;
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	vertical-align: middle;
	display: inline-block;
	background-position: -25px -90px
}

.page-select {
	height: 32px;
	width: 65px;
	margin: 0 10px
}

.fixed-pop-content, .fixed-pop-content-sm {
	background: #fff;
	width: 600px;
	height: 580px;
	padding-bottom: 20px;
	left: 50%;
	top: 50%;
	position: absolute;
	margin-top: -300px;
	margin-left: -300px;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px
}

.fixed-pop-content-sm {
	height: 200px;
	margin-top: -100px
}

.fixed-pop-tit {
	padding: 20px;
	font-size: 18px;
	border-bottom: 1px solid #eaeaea
}

.operating {
	padding: 10px 20px;
	font-size: 12px
}

.detele-hover-tip {
	position: relative
}

.detele-hover-tip:hover .show-pop {
	display: block;
	left: 60px;
	width: 297px;
	top: -10px;
	font-style: normal
}

.detele-hover-tip:hover .show-pop:before {
	left: -12px;
	top: 15px;
	border: 6px solid transparent;
	border-right: 6px solid rgba(33, 42, 49, 0.8)
}

.operating-con {
	border: 1px solid #eaeaea;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px;
	height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative
}

.operating-con::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background: transparent
}

.operating-con::-webkit-scrollbar-track {
	border-radius: 10px;
	background: transparent
}

.operating-con::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #dcdcdc
}

.operating-con::-webkit-scrollbar-thumb:hover {
	background: #b0b0b0
}

.scroll-bar {
	width: 12px;
	z-index: 999;
	background: #eee;
	cursor: default;
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	opacity: 1;
	display: block
}

.scroll-bar-bg {
	position: relative;
	top: 0;
	float: right;
	width: 12px;
	height: 34px;
	background-color: #ddd;
	border: 0 solid #000;
	background-clip: padding-box;
	border-radius: 5px
}

.operating-tip {
	padding: 5px 0 15px
}

.operating-tip span {
	display: inline-block;
	cursor: pointer;
	padding-right: 20px;
	font-size: 14px
}

.operating-tip span.cur, .operating-tip span:hover {
	color: #fbb900
}

.operating-tip span.cur i.add-icon, .operating-tip span:hover i.add-icon
	{
	background-position: -60px -91px
}

.operating-tip span.cur i.edit-icon, .operating-tip span:hover i.edit-icon
	{
	background-position: -95px -91px
}

.operating-tip span.cur i.delete-icon, .operating-tip span:hover i.delete-icon
	{
	background-position: -129px -89px
}

.operating-tip i {
	width: 19px;
	height: 20px;
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	vertical-align: middle;
	display: inline-block
}

.operating-tip i.add-icon {
	background-position: -46px -91px
}

.operating-tip i.edit-icon {
	background-position: -77px -91px
}

.operating-tip i.delete-icon {
	background-position: -113px -90px
}

.all-file {
	padding: 5px 0 5px 5px
}

.level-1-box {
	padding-left: 15px
}

.level-1-box .folder-icon {
	height: 20px;
	width: 16px;
	font-size: 12px;
	padding-right: 5px;
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	vertical-align: middle;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 7px;
	background-position: -2px -90px
}

.level-1-box p {
	padding: 7px 0;
	position: relative
}

.level-1-box p span {
	display: inline-block;
	width: 230px;
	padding-left: 12px
}

.level-1-box p span .fddv3-cut-title {
	left: 20px
}

.level-1-box p .black-arrow, .level-1-box p .gray-arrow {
	position: absolute;
	left: -10px;
	top: 10px
}

.level-1-box li {
	padding-left: 10px
}

.level-1-box p {
	cursor: pointer
}

.level-1-box p:hover:before {
	position: absolute;
	content: "";
	background: #fffbea;
	width: 558px;
	height: 34px;
	top: 0;
	left: -30px
}

.level-cur-bg:hover:before {
	background: #fef1bd !important
}

.level-cur-bg:before {
	position: absolute;
	content: "";
	background: #fef1bd;
	width: 558px;
	height: 34px;
	top: 0;
	left: -30px
}

.level-cur-bg2:before {
	position: absolute;
	content: "";
	background: #fffbea !important;
	width: 568px;
	height: 34px;
	top: 0;
	left: -50px
}

.qr-btn-box {
	position: absolute;
	width: 115px !important;
	text-align: right;
	right: 5px;
	top: 4px;
	padding-left: 0 !important
}

.edit-input {
	height: 28px !important;
	position: relative;
	left: 20px;
	font-size: 12px !important;
	top: -4px;
	background: #fff !important
}

.level-1-box .edit-input {
	width: 370px
}

.level-2-box .edit-input {
	width: 360px
}

.level-2-box p:hover:before {
	left: -40px
}

.level-2-box .level-cur-bg:before {
	left: -40px
}

.level-3-box .edit-input {
	width: 350px
}

.level-3-box p:hover:before {
	left: -50px
}

.level-3-box .level-cur-bg:before {
	left: -50px
}

.level-4-box .edit-input {
	width: 340px
}

.level-4-box p:hover:before {
	left: -60px
}

.level-4-box .level-cur-bg:before {
	left: -60px
}

.level-3-box, .level-4-box {
	padding-left: 10px
}

.file-tip {
	padding: 5px 20px;
	text-align: right
}

.file-tip .link-orange, .file-tip .link-gray {
	margin-left: 10px
}

.file-tip .fddui-button-submit {
	vertical-align: middle
}

.file-tip em {
	font-style: normal;
	color: #ffd435;
	padding-right: 5px
}

.delete-tip {
	position: absolute;
	right: 5px;
	top: 3px;
	text-align: right
}

.delete-tip em {
	display: inline-block;
	font-style: normal
}

.delete-tip .cancel, .delete-tip .sure {
	margin-top: 1px
}

.cancel, .sure {
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 26px;
	width: 40px;
	margin-left: 10px;
	line-height: 26px;
	color: #fff;
	text-align: center
}

.sure {
	background: #2a2a2a
}

.sure:hover {
	background: #454a4d
}

.cancel {
	background: #eaeaea;
	color: #2a2a2a
}

.cancel:hover {
	color: #2a2a2a;
	background: #b2b2b6
}

.create-file {
	padding-top: 20px
}

.create-file input {
	width: 100%
}

.create-file p {
	margin-bottom: 5px
}

.fddv3-icon-archive, .fddv3-icon-voucher {
	width: 18px;
	height: 18px;
	display: inline-block;
	position: relative
}

.fddv3-icon-archive:before, .fddv3-icon-voucher:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	display: block;
	top: 5px;
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	background-position: -513px 0
}

.fddv3-icon-voucher:before {
	background-position: -545px 0
}

.fddv3-detail-right a:hover .fddv3-icon-voucher:before {
	background-position: -560px 0
}

.fddv3-detail-right a.archive {
	position: relative;
	display: inline-block
}

.fddv3-detail-right a.archive:hover .show-pop {
	display: block;
	width: 200px;
	left: 0;
	z-index: 5
}

.fddv3-detail-right a.archive:hover .fddv3-icon-archive:before {
	background-position: -529px 0
}

.new-icon-tab {
	clear: both
}

.new-icon-tab .ico_sc {
	background-position: -211px -216px
}

.down-all {
	color: #333;
	font-size: 12px;
	line-height: 1;
	text-decoration: underline
}

.down-all:hover {
	color: #ffd435
}

.fddv3-detail-h2 {
	width: 700px;
	word-break: break-all;
	word-wrap: break-word
}

.fddv3-detail-h2 .span-fa {
	margin-left: 4px;
	width: 18px;
	height: 18px;
	border-width: 1px;
	border-color: #999;
	border-style: solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	text-align: center;
	box-sizing: border-box;
	font-size: 12px;
	color: #999;
	margin-top: -3px
}

.ico_cha_img3 {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background-position: -56px -144px;
	position: fixed;
	right: 25px;
	top: 25px
}

.fddv3-tab .text-left {
	text-align: left !important
}

.imitate-select {
	min-width: 90px;
	position: relative;
	display: inline-block;
	float: left;
	margin-left: 10px
}

.imitate-select .imitate-select-list {
	width: 90px;
	background: #fff;
	position: absolute;
	box-sizing: border-box;
	z-index: 3;
	right: 0;
	top: 33px;
	text-align: center;
	border: 1px solid #eaeaea;
	border-top: 1px solid #ffd435
}

.imitate-select .imitate-select-list.wid-106 {
	width: 106px
}

.imitate-select .imitate-select-list a {
	display: block;
	height: 34px;
	float: none;
	color: #333;
	padding: 0 10px;
	line-height: 34px;
	background: #fff;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	border-bottom: 1px solid #eaeaea
}

.imitate-select .imitate-select-list a:last-child {
	border-bottom: 0
}

.imitate-select .imitate-select-list a:hover {
	background: #fffbea
}

.imitate-select .more {
	margin-right: 0;
	min-width: 90px;
	padding: 0 10px;
	height: 34px;
	color: #000;
	text-align: center;
	line-height: 34px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #ffd435
}

.imitate-select .more:hover {
	background: #ffd435
}

.ico-jt-bg {
	border: 4px solid transparent;
	border-top: 6px solid #666;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px
}

.cz-bg-wrap {
	height: 774px;
	margin: 5% auto;
	width: 500px
}

.cz-bg-box {
	height: 720px;
	width: 500px;
	background: url("../images/cz-bg.png") no-repeat
}

.cz-bg-box h2 {
	color: #b98b57;
	font-size: 28px;
	text-align: center;
	padding-top: 110px;
	font-weight: normal
}

.cz-search-btn {
	height: 48px;
	line-height: 48px;
	width: 100%;
	background: #ffd435;
	text-align: center;
	display: block;
	color: #333;
	border-radius: 0 0 3px 3px
}

.cz-search-btn i {
	display: inline-block;
	height: 15px;
	width: 15px;
	vertical-align: middle;
	margin-right: 3px;
	background: url("../images/arrow-two.png?20180224-1") no-repeat;
	background-position: -158px -44px
}

.cz-search-btn:hover {
	background: #edb805
}

.cz-bg-con {
	padding: 10px 60px;
	height: 340px
}

.cz-bg-con p {
	margin-top: 20px;
	font-size: 12px
}

.cz-bg-con p b {
	display: inline-block;
	width: 60px;
	padding-right: 10px;
	text-align: right;
	vertical-align: top
}

.cz-bg-con p span {
	display: inline-block;
	width: 300px;
	word-wrap: break-word;
	word-break: break-all
}

.cz-bg-footer {
	text-align: center;
	padding-top: 10px
}

.cz-bg-footer p {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold
}

.customer-box {
	width: 1100px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 auto;
	border: 1px solid #eaeaea
}

.customer-info-tit {
	padding: 0 30px;
	height: 50px;
	margin-top: -1px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	line-height: 50px;
	font-size: 14px;
	background: #f7f7f7
}

.com-customer-box {
	position: relative;
	padding-bottom: 55px
}

.com-customer-box .fdd-zz-ck-list {
	padding: 0 0 0 42px
}

.com-customer-box .fdd-zz-ck-list .fdd-zz-ck-float {
	width: 310px;
	margin-right: 42px
}

.com-customer-box .fdd-zz-ck-list .fdd-zz-ck-float div {
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px
}

.customer-info, .customer-info2 {
	padding: 30px 30px 20px
}

.customer-info li, .customer-info2 li {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	width: 49%;
	vertical-align: top
}

.customer-info li span, .customer-info2 li span {
	position: absolute;
	width: 210px;
	left: 0;
	top: 0;
	text-align: right
}

.customer-info li p, .customer-info2 li p {
	display: inline-block;
	padding-left: 240px;
	word-wrap: break-word;
	word-break: break-all
}

.customer-info2 {
	padding: 75px 0 0 90px;
	min-height: 150px
}

.customer-info2 li {
	display: block
}

.customer-card-box {
	position: absolute;
	right: 288px;
	top: 50px
}

.customer-card-wid110 {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 20px
}

.customer-card-wid110 .fdd-zz-tips {
	max-width: 1100px
}

.add-new-folder {
	position: relative;
	display: block;
	margin-top: 12px
}

.add-new-folder .qr-btn-box {
	top: 0
}

.add-new-folder .edit-input {
	top: -1px
}

.no-have {
	position: absolute;
	right: -100px;
	top: 35px;
	color: #fbb900
}

.no-have:hover {
	color: #ffd435
}

.login-tip {
	text-align: right;
	padding: 0 40px 30px 0
}

.login-tip .forget-word, .login-tip .user-regist {
	display: inline-block;
	float: none;
	margin: 0;
	color: #fbb900
}

.login-tip .forget-word:hover, .login-tip .user-regist:hover {
	color: #f49600
}

.login-tip span {
	display: inline-block;
	color: #fbb900;
	margin: 0 5px
}

.partner-login {
	position: relative;
	height: 35px;
	margin: 0 40px;
	border-bottom: 1px solid #eaeaea
}

.partner-login span {
	background: #fff;
	height: 20px;
	display: block;
	position: absolute;
	top: 25px;
	width: 130px;
	text-align: center;
	margin-left: -65px;
	left: 50%;
	color: #b2b2b6;
	line-height: 20px
}

.partner-login-icon {
	display: inline-block;
	height: 43px;
	width: 43px;
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	background-position: -492px -177px
}

.partner-login-icon:hover {
	background-position: -542px -177px
}

.partner-login-box {
	margin: 30px 40px 0;
	text-align: center
}

.pb-26 {
	padding-bottom: 24px !important
}

.header-top {
	height: 52px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: #212a31;
	-webkit-animation: bounceInDown ease-in-out 1s 1;
	animation: bounceInDown ease-in-out 1s 1
}

.logo-box {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 13px
}

.sm-logo {
	height: 30px;
	width: 43px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px
}

.sm-logo img {
	width: 100%
}

.go-index {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding-left: 15px;
	color: #fff;
	border-left: 1px solid #464d53
}

.go-index:hover {
	color: #ffd435
}

.header-top-con {
	text-align: right;
	padding: 10px 20px 0 0
}

.sign-btn {
	width: 88px;
	height: 32px;
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	line-height: 32px;
	color: #000;
	position: relative;
	font-size: 12px;
	text-align: center;
	background: #ffd435
}

.sign-btn:hover {
	background: #fbb900
}

.sign-btn input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.save-btn {
	display: inline-block;
	margin-left: 25px;
	color: #fff
}

.save-btn:hover {
	color: #ffd435
}

.content-box {
	width: 1100px;
	margin: 0 auto
}

.put-up-info {
	width: 1018px;
	min-height: 140px;
	border: 1px dashed #eaeaea;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #fff;
	padding: 20px 40px;
	margin-top: 22px;
	position: relative
}

.put-up-info:hover {
	box-shadow: 0 12px 18px 8px rgba(0, 0, 0, 0.03)
}

.mb-pic {
	height: 120px;
	width: 90px;
	position: absolute;
	left: 30px;
	top: 30px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	border: 1px solid #eaeaea
}

.mb-pic .examine {
	width: 60px;
	margin: 45px auto 0
}

.mb-pic:hover .contract-pic-mask {
	display: block
}

.mb-pic:hover .page-number {
	display: none
}

.mb-pic img {
	max-width: 100%;
	max-height: 100%
}

.page-number, .novice-guide-number {
	height: 24px;
	line-height: 24px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
	color: #fff;
	text-align: center;
	display: block;
	background: rgba(57, 64, 71, 0.3)
}

.novice-guide-number {
	background: #c3c5c7
}

.contract-pic-mask {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: rgba(57, 64, 71, 0.3)
}

.examine {
	height: 30px;
	width: 90px;
	font-size: 12px;
	border: 1px solid #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 60px auto 0;
	background: transparent;
	line-height: 30px;
	text-align: center;
	color: #fff;
	display: block
}

.examine:hover {
	border-color: #fff;
	color: #fff
}

.mb-txt {
	margin: 40px 0 0 120px;
	width: 550px
}

.mb-txt h3 {
	font-size: 16px;
	font-weight: normal;
	word-wrap: break-word;
	word-break: break-all
}

.mb-txt h3 span {
	padding-left: 5px;
	color: #a6a6a6
}

.mb-txt p {
	font-size: 12px;
	line-height: 1;
	color: #a2abb2;
	margin-top: 5px;
	word-wrap: break-word;
	word-break: break-all;
	line-height: 20px
}

.pos-box {
	position: absolute;
	width: 300px;
	right: 90px;
	top: 50px
}

.pos-box .txt-state {
	width: 100px;
	display: inline-block;
	height: 40px;
	text-align: center;
	position: relative
}

.pos-box .txt-state .text-conversion-ok {
	top: 20px;
	left: 80px;
	-webkit-animation: animatek ease-in-out .5s 1;
	animation: animatek ease-in-out .5s 1
}

.pos-box .txt-state .text-conversion-right {
	top: 35px;
	left: 95px
}

.put-up-box {
	width: 190px;
	display: inline-block;
	height: 40px;
	text-align: right
}

.put-up-box .choose-btn {
	display: inline-block
}

.put-up-box .choose-btn {
	position: relative
}

.put-up-box .choose-btn:hover .show-pop {
	display: block;
	top: 40px;
	left: auto;
	line-height: 18px;
	right: -70px
}

.put-up-box .choose-btn:hover .show-pop:before {
	left: 280px
}

.com-border-box {
	margin-top: 60px
}

.com-border-tit {
	height: 30px;
	font-weight: normal;
	padding-left: 10px;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #eaeaea;
	position: relative
}

.com-border-tit:before {
	content: "";
	left: 0;
	top: 3px;
	position: absolute;
	display: block;
	height: 20px;
	width: 2px;
	background: #ffd435
}

.fill-in-box li {
	margin-top: 30px;
	position: relative
}

.fill-in-box li label {
	width: 180px;
	display: inline-block;
	text-align: right;
	margin-right: 20px
}

.fill-in-box li label.pt-10 {
	padding-top: 10px
}

.fill-in-box li em {
	font-style: normal
}

.fill-in-box li .from-textarea {
	color: #2a2a2a
}

.fill-in-box li input {
	width: 710px;
	color: #2a2a2a;
	background: none
}

.from-textarea {
	height: 90px;
	width: 710px;
	padding: 10px;
	background: none;
	vertical-align: top
}

.date-tip-box {
	position: absolute;
	right: 0;
	top: 10px;
	width: 180px
}

.date-tip-box span {
	color: #2a2a2a;
	font-size: 12px
}

.date-icon {
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	height: 22px;
	width: 22px;
	display: inline-block;
	vertical-align: middle;
	background-position: -293px -92px
}

.date-icon:hover {
	background-position: -314px -92px
}

.date-icon:hover .show-pop {
	display: block;
	left: -50px;
	width: 100px
}

.date-icon:hover .show-pop:before {
	left: 55px
}

.date-icon:hover .show-pop p {
	margin-top: 0
}

.check-box, .annex-icon, .append-icon {
	display: inline-block;
	height: 17px;
	width: 16px;
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	cursor: pointer;
	margin-right: 5px;
	vertical-align: middle
}

.check-box {
	background-position: -218px -94px;
	margin-right: 0
}

.check-box.check-on {
	background-position: -237px -94px
}

.annex-tip, .arbitration {
	font-size: 12px;
	position: relative
}

.annex-tip a, .arbitration a {
	color: #fbb900
}

.annex-tip a:hover, .arbitration a:hover {
	color: #ffd435
}

.annex-tip span, .arbitration span {
	color: #a6a6a6
}

.annex-tip {
	margin: 10px 0 0 200px
}

.arbitration {
	padding: 10px 0 0 0
}

.annex-hover {
	width: 65px;
	height: 20px;
	vertical-align: top;
	position: relative
}

.annex-hover label {
	cursor: pointer
}

.annex-hover input {
	position: absolute;
	height: 0;
	opacity: 0;
	overflow: hidden;
	width: 0;
	z-index: -1
}

.annex-hover:hover {
	color: #f49600
}

.annex-hover:hover .show-pop {
	display: block;
	width: 430px;
	left: 0
}

.annex-hover:hover .show-pop:before {
	left: 10px
}

.annex-icon {
	width: 12px;
	position: relative;
	margin-right: 3px;
	cursor: default;
	background-position: -278px -95px
}

.annex-list {
	padding-left: 200px;
	margin: 20px 0 0 -10px
}

.annex-list li {
	float: left;
	height: 34px;
	line-height: 34px;
	margin: 0 0 20px 10px;
	width: 350px;
	font-size: 12px;
	background: #f7f7f7
}

.annex-list span {
	width: 280px;
	display: inline-block
}

.annex-list span em {
	color: #a6a6a6;
	font-style: normal
}

.icon-ppt, .icon-excel, .icon-pdf, .icon-pic, .icon-word {
	width: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
	background: url("../images/fdd-img.png?20180224-1") no-repeat
}

.icon-pic {
	background-position: -57px -234px
}

.icon-pdf {
	background-position: -167px -235px
}

.icon-excel {
	background-position: -1px -234px
}

.icon-word {
	background-position: -110px -235px
}

.icon-ppt {
	background-position: -223px -235px
}

.dele-icon {
	width: 17px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	margin-left: 3px;
	cursor: pointer;
	background-position: -180px -95px
}

.dele-icon:hover, .dele-icon:active {
	width: 24px;
	height: 24px;
	margin-left: 0
}

.dele-icon:hover {
	background-position: -195px -92px
}

.dele-icon:active {
	background-position: -416px -93px
}

.red {
	color: #c00000
}

.sign-list {
	position: relative;
	margin: 30px 0 0 -30px
}

.sign-list li {
	padding: 20px 30px 20px 70px;
	width: 432px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	position: relative;
	cursor: pointer;
	float: left;
	background: #fff;
	margin-left: 30px;
	border: 1px solid #eaeaea
}

.sign-list li.on {
	border: 1px solid #ffd435
}

.sign-list li.on span {
	border: 1px solid #ffd435
}

.sign-list li.on span:before {
	display: block;
	content: "";
	background: #212a31;
	height: 6px;
	width: 6px;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%
}

.sign-list li span {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	display: block;
	position: absolute;
	cursor: pointer;
	top: 33px;
	left: 30px;
	border: 1px solid #ccc
}

.sign-list li h3 {
	color: #000;
	font-size: 14px;
	font-weight: normal
}

.sign-list li p {
	color: #a6a6a6
}

.sign-con-box {
	min-height: 290px;
	padding: 40px 40px 30px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 30px auto 80px;
	border: 1px dashed #eaeaea
}

.sign-con-box:hover {
	box-shadow: 0 12px 18px 8px rgba(0, 0, 0, 0.03)
}

.sign-con-box .color-gray {
	color: #a6a6a6
}

.sign-con-box li {
	position: relative
}

.sign-con-box li.mb-30 {
	margin-bottom: 30px
}

.sign-con-box label {
	width: 140px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 10px;
	margin-right: 10px;
	text-align: right
}

.sign-con-box label em {
	font-style: normal;
	color: #c00000
}

.note-tip {
	color: #a6a6a6;
	margin-top: -10px
}

.sign-select, .sign-select-w100 {
	width: 710px;
	display: inline-block;
	position: relative
}

.sign-select-w100 {
	width: 100%;
	margin-top: 10px
}

.sign-wrap, .m-left {
	margin-left: 165px
}

.show-value, .add-sign-people {
	height: 38px;
	line-height: 38px;
	width: 100%;
	background: #fff;
	padding: 0 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid #eaeaea
}

.show-value span, .add-sign-people span {
	display: block;
	width: 145px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.show-value:hover, .add-sign-people:hover, .show-value.show-value-on,
	.add-sign-people.show-value-on {
	border-color: #ffd435
}

.show-value span.color-gray {
	display: inline
}

.sign-select-list {
	width: 100%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	position: absolute;
	top: 42px;
	z-index: 90;
	background: #fff;
	left: 0;
	max-height: 104px;
	overflow: auto;
	border: 1px solid #eaeaea;
	box-sizing: border-box
}

.sign-select-list::-webkit-scrollbar {
	width: 6px;
	height: 10px;
	background: transparent
}

.sign-select-list::-webkit-scrollbar-track {
	border-radius: 3px;
	background: transparent
}

.sign-select-list::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #dcdcdc
}

.sign-select-list::-webkit-scrollbar-thumb:hover {
	background: #b0b0b0
}

.sign-select-list p, .sign-select-list li {
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	text-overflow: ellipsis;
	cursor: pointer
}

.sign-select-list p:hover, .sign-select-list li:hover {
	background: #fffbea
}

.down-arrow {
	height: 12px;
	width: 12px;
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	position: absolute;
	right: 10px;
	top: 15px;
	display: block;
	background-position: -338px -100px
}

.phone-contact {
	width: 710px;
	display: inline-block;
	position: relative;
	height: 72px;
	line-height: 72px;
	background: #fffbea;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 1px solid #fee99a
}

.phone-contact .contact-number:hover {
	cursor: move
}

.phone-contact .dele-icon {
	position: absolute;
	right: 3px;
	top: 5px
}

.phone-contact .dele-icon:hover {
	position: absolute;
	right: 0;
	top: 2px
}

.contact-number-bg {
	width: 8px;
	height: 26px;
	display: inline-block;
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	position: absolute;
	left: 3px;
	top: 23px;
	text-align: left;
	color: #000;
	vertical-align: middle;
	background-position: -265px -240px
}

.word-break {
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	padding-right: 30px;
	text-overflow: ellipsis
}

.contact-number {
	display: inline-block;
	width: 40px;
	border-right: 1px solid #fee99a;
	text-align: center;
	height: 70px;
	line-height: 70px
}

.contact {
	display: inline-block;
	width: 200px;
	margin-left: 10px;
	position: relative;
	background: #fff;
	line-height: 38px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 0 10px;
	height: 38px;
	border: 1px solid #eaeaea
}

.contact input {
	color: #2a2a2a
}

.contact input:disabled {
	height: 36px;
	background: #fff;
	border: 0
}

.contact:hover .show-pop {
	display: block
}

.contact span {
	width: 200px;
	display: inline-block;
	vertical-align: middle;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.contact span.w-140 {
	width: auto;
	max-width: 140px
}

.contact span.wid-180 {
	width: 180px
}

.contact .w-180 {
	width: 100%;
	border: 0;
	outline: 0;
	line-height: 30px;
	background: transparent
}

.contact .w-180:focus {
	border: 0;
	box-shadow: none
}

.contact em {
	font-style: normal;
	vertical-align: middle
}

.contact-icon {
	height: 23px;
	width: 21px;
	display: inline-block;
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	position: absolute;
	right: 10px;
	top: 10px;
	background-position: -355px -93px
}

.no-legalize {
	display: inline-block;
	position: absolute;
	right: -110px;
	top: 0;
	color: #a6a6a6
}

.w-110 {
	width: 140px;
	margin-left: 10px
}

.contact-cur {
	background: #fafafa;
	border: 1px solid #eaeaea
}

.contact-cur .contact-number {
	border-right: 1px solid #eaeaea
}

.contact-cur .contact-number:hover {
	cursor: default
}

.contact-cur .contact-number {
	color: #a6a6a6
}

.contact-cur .contact {
	background: #fafafa;
	color: #a6a6a6
}

.add-sign-people {
	height: 46px;
	line-height: 46px;
	text-align: center;
	border: 1px dashed #eaeaea;
	width: 710px;
	background: #fafafa
}

.add-sign-people:hover {
	background: #fffbea
}

.add-sign-people a {
	color: #2a2a2a;
	position: relative;
	display: inline-block
}

.new-add-icon {
	font-size: 24px;
	display: inline-block;
	position: absolute;
	top: -2px;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	left: -25px
}

.allow-box {
	margin-top: 20px;
	height: 60px;
	width: 710px;
	position: relative
}

.allow-box p {
	display: inline-block;
	font-size: 12px;
	padding-top: 6px;
	cursor: pointer;
	color: #2a2a2a;
	float: right
}

.allow-box p.allow-right-text {
	float: left;
	padding-top: 0
}

.allow-box-span {
	margin-right: 30px
}

.allow-box-span a {
	color: #2a2a2a
}

.allow-box-span a:hover {
	color: #2a2a2a
}

.allow-right-text {
	text-align: right
}

.allow-right-text .line {
	border-left: 1px solid #a6a6a6;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle
}

.allow-right-text a {
	font-size: 12px;
	color: #2a2a2a;
	display: inline-block;
	text-decoration: underline
}

.allow-right-text a.add-people-phone {
	height: 32px;
	width: 110px;
	line-height: 31px;
	text-align: center;
	margin-right: 10px;
	text-decoration: none;
	border: 1px solid #eaeaea;
	background: #fafafa;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px
}

.allow-right-text a.add-people-phone:hover {
	border-color: #ffd435;
	background: #fffbea;
	color: #2a2a2a
}

.allow-right-text a:hover {
	color: #f49600
}

.big-pic {
	text-align: center;
	position: absolute;
	top: 50px;
	bottom: 60px;
	left: 50%;
	margin-left: -410px;
	width: 820px;
	background: transparent;
	box-sizing: border-box;
	overflow-y: auto
}

.big-pic .pagesmargin {
	margin-bottom: 30px
}

.big-pic .pagesmargin:last-child {
	margin-bottom: 0
}

.big-pic img {
	width: 800px;
	display: block
}

.big-pic::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background: transparent
}

.big-pic::-webkit-scrollbar-track {
	border-radius: 4px;
	background: transparent
}

.big-pic::-webkit-scrollbar-thumb {
	border-radius: 4px;
	height: 30px;
	display: block;
	background: #dcdcdc
}

.big-pic::-webkit-scrollbar-thumb:hover {
	background: #b0b0b0
}

.big-pic-text {
	position: absolute;
	left: 50%;
	margin-left: -410px;
	width: 820px;
	bottom: 20px;
	background: transparent;
	color: #fff;
	font-size: 14px;
	text-align: center
}

.signature-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 52px;
	height: 100%;
	box-sizing: border-box
}

.signature-left {
	width: 219px;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: 90;
	top: 52px;
	background: #f5f5f5;
	border-right: 1px solid #eaeaea
}

.signature-left-wrap {
	margin: 20px auto;
	width: 180px
}

.signature-scrollbar {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 30px;
	box-sizing: border-box
}

.signature-scrollbar, .signature-con-scrollbar {
	overflow: auto
}

.signature-scrollbar::-webkit-scrollbar, .signature-con-scrollbar::-webkit-scrollbar
	{
	width: 8px;
	height: 8px;
	background: transparent
}

.signature-scrollbar::-webkit-scrollbar-track, .signature-con-scrollbar::-webkit-scrollbar-track
	{
	border-radius: 4px;
	background: transparent
}

.signature-scrollbar::-webkit-scrollbar-thumb, .signature-con-scrollbar::-webkit-scrollbar-thumb
	{
	border-radius: 4px;
	height: 30px;
	display: block;
	background: #dcdcdc
}

.signature-scrollbar::-webkit-scrollbar-thumb:hover,
	.signature-con-scrollbar::-webkit-scrollbar-thumb:hover {
	background: #b0b0b0
}

.signature-center {
	background: #fafafa;
	height: 100%;
	position: relative;
	padding: 30px 166px 30px 220px;
	box-sizing: border-box
}

.signature-center.pd-right-0 {
	padding: 30px 0 0 220px
}

.personal-signature-pic {
	background: #fff;
	border: 1px dashed #eaeaea;
	border-bottom: 1px solid #eaeaea;
	width: 180px;
	padding: 10px 0;
	box-sizing: border-box;
	overflow: hidden
}

.personal-signature-pic:hover {
	border: 1px dashed #ffd435
}

.scroll-list {
	width: 800%
}

.scroll-list li {
	width: 180px;
	text-align: center;
	float: left;
	cursor: move
}

.scroll-list li img {
	display: inline;
	max-width: 100%
}

.flip-pages {
	height: 30px;
	text-align: center;
	width: 180px;
	line-height: 28px;
	background: #f5f5f5;
	color: #000;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #eaeaea;
	border-top: 0
}

.flip-pages-txt {
	width: 60px;
	text-align: left;
	overflow: hidden;
	margin: 0 auto
}

.flip-pages-txt p {
	width: 500%
}

.flip-pages-txt p span {
	display: inline-block;
	width: 60px;
	text-align: center;
	font-size: 12px
}

.prv-icon, .next-icon {
	display: inline-block;
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	height: 17px;
	width: 17px;
	position: absolute;
	top: 3px
}

.prv-icon {
	cursor: default;
	left: 35px;
	background-position: -440px -91px
}

.prv-icon.prv-icon-black {
	cursor: pointer;
	background-position: -465px -93px
}

.prv-icon.prv-icon-black:hover {
	top: 6px;
	background-position: -511px -96px
}

.prv-icon.prv-icon-black:active {
	top: 6px;
	background-position: -492px -96px
}

.next-icon {
	right: 37px;
	top: 2px;
	background-position: -452px -91px
}

.next-icon.next-icon-gray {
	background-position: -476px -91px;
	cursor: default
}

.next-icon.next-icon-gray:hover {
	top: 2px;
	background-position: -476px -91px
}

.next-icon:hover {
	top: 6px;
	background-position: -380px -95px
}

.next-icon:active {
	top: 6px;
	background-position: -399px -95px
}

.signature-con {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	border: 1px solid #eaeaea;
	box-shadow: 0 4px 4px 5px rgba(0, 0, 0, 0.03);
	box-sizing: border-box
}

.signature-con-scrollbar {
	width: 800px;
	position: absolute;
	top: 32px;
	left: 20px;
	background: #fff;
	bottom: 0;
	box-sizing: border-box;
	overflow-x: hidden
}

.agreement-pic {
	width: 100%
}

.personal-signat, .company-signature {
	margin-top: 20px
}

.border-gray-line {
	margin-bottom: 30px;
	height: 30px;
	width: 180px;
	border-bottom: 1px solid #eaeaea
}

.h-133 {
	height: 123px
}

.h-180 {
	height: 165px
}

.h-42 {
	height: 42px
}

.date-tip {
	font-size: 16px;
	cursor: move;
	font-weight: normal;
	text-align: center
}

.signature-right {
	width: 165px;
	position: absolute;
	height: 100%;
	right: 0;
	z-index: 100;
	top: 52px;
	background: #f5f5f5;
	border-left: 1px solid #eaeaea
}

.signature-right .signature-scrollbar {
	bottom: 60px
}

.signature-right-list {
	width: 108px;
	margin: 0 auto
}

.signature-right-list li {
	width: 100%;
	margin: 20px auto 0;
	height: 150px;
	border: 1px solid #eaeaea;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	position: relative
}

.signature-right-list li:hover, .signature-right-list li.cur {
	border: 2px solid #ffd435;
	color: #000
}

.signature-right-list li:hover .bottom-nubmer, .signature-right-list li.cur .bottom-nubmer
	{
	background: #ffd435;
	color: #000
}

.signature-right-list li img {
	height: 100%;
	width: 100%
}

.bottom-nubmer {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 18px;
	width: 18px;
	display: block;
	background: #eaeaea;
	line-height: 18px;
	color: #fff;
	text-align: center;
	font-size: 12px
}

.top-icon {
	position: absolute;
	right: -30px;
	bottom: 20px;
	cursor: pointer
}

.shrink-icon {
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	width: 19px;
	height: 40px;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 99;
	margin-top: -20px;
	right: 147px;
	background-position: -280px -233px
}

.shrink-icon:hover {
	background-position: -302px -233px
}

.signature-right-close {
	width: 0
}

.signature-right-close .shrink-icon {
	left: auto;
	right: 0;
	background-position: -323px -233px
}

.signature-right-close .shrink-icon:hover {
	background-position: -344px -233px
}

.signature-right-tit, .signature-left-tit {
	margin-top: 20px;
	padding: 0 10px
}

.signature-right-tit h3, .signature-left-tit h3 {
	font-size: 14px;
	font-weight: normal
}

.signature-right-tit p, .signature-left-tit p {
	font-size: 12px;
	color: #a6a6a6;
	line-height: 18px;
	margin-top: 5px
}

.signature-right-tit p span, .signature-left-tit p span {
	padding-left: 10px
}

.signature-right-tit h3 {
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.signature-left-tit {
	padding: 0
}

.signature-place {
	padding-bottom: 30px
}

.signature-place .signature-left-tit h3 {
	margin-bottom: 15px
}

.check-sign-list li {
	margin-top: 10px;
	height: 34px;
	padding-left: 10px;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: move;
	position: relative;
	line-height: 34px
}

.check-sign-list li.cursor {
	cursor: pointer
}

.check-sign-list li:hover {
	background: #eaeaea;
	border-color: #eaeaea
}

.check-sign-list li.check-sign-on {
	background: #fee99a;
	border-color: #fccf48
}

.pos-number {
	position: absolute;
	top: 1px;
	right: 50px
}

.pos-number.r-t-20 {
	right: 20px
}

.sign-date-icon, .sign-seal-icon, .sign-pen-icon {
	height: 20px;
	width: 100px;
	display: inline-block
}

.sign-seal-icon {
	width: 135px
}

.wid-840 {
	width: 840px;
	position: relative;
	margin: 0 auto;
	height: 100%
}

@media screen and (max-width:1024px) {
	.wid-840 {
		width: 800px
	}
}

.personal-sign, .date-sign, .company-sign {
	position: absolute;
	max-width: 180px;
	cursor: move;
	z-index: 999
}

.personal-sign img, .date-sign img, .company-sign img {
	max-width: 100%
}

.personal-sign:hover .sign-img-tip, .date-sign:hover .sign-img-tip,
	.company-sign:hover .sign-img-tip {
	display: block
}

.personal-sign i, .date-sign i, .company-sign i {
	display: inline-block;
	height: 12px;
	width: 12px
}

.personal-sign i:before, .date-sign i:before, .company-sign i:before {
	background: url("../images/fdd-img.png?20180224-1") no-repeat;
	display: inline-block;
	height: 12px;
	margin-top: 6px;
	width: 12px;
	content: "";
	background-position: -549px -22px
}

.personal-sign-img, .date-sign-img, .company-sign-img {
	text-align: center;
	padding: 10px;
	border: 1px dashed #ccc;
	background: rgba(234, 234, 234, 0.5);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px
}

.personal-sign-img:hover, .date-sign-img:hover, .company-sign-img:hover,
	.personal-sign-img.sign-img-hover, .date-sign-img.sign-img-hover,
	.company-sign-img.sign-img-hover {
	background: rgba(254, 236, 164, 0.7);
	border-color: #fbb900
}

.sign-img-tip {
	background: #fffbea;
	border: 1px solid #fef1bf;
	padding: 5px;
	max-width: 100%;
	display: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	color: #a6a6a6;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1)
}

.personal-sign {
	top: 100px;
	left: 150px
}

.company-sign {
	top: 300px;
	left: 190px
}

.date-sign {
	top: 230px;
	left: 460px
}

.com-sign-close {
	position: absolute;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	display: block;
	background: #c00000;
	top: -10px;
	right: -10px
}

.com-sign-close:hover {
	background: #8c0000
}

.com-sign-close:active {
	background: #c00000
}

.fddui-form-searchbox {
	margin: 60px 25px 0 26px;
	position: relative
}

.fddui-form-searchbox .searchbox-list {
	width: 99.9%;
	position: absolute;
	top: 42px;
	z-index: 99;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #fff;
	border: 1px solid #eaeaea;
	max-height: 300px;
	overflow-y: auto
}

.fddui-form-searchbox .searchbox-list::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background: transparent
}

.fddui-form-searchbox .searchbox-list::-webkit-scrollbar-track {
	border-radius: 4px;
	background: transparent
}

.fddui-form-searchbox .searchbox-list::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #dcdcdc
}

.fddui-form-searchbox .searchbox-list::-webkit-scrollbar-thumb:hover {
	background: #b0b0b0
}

.fddui-form-searchbox .searchbox-list li {
	height: 32px;
	color: #a6a6a6;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 32px
}

.fddui-form-searchbox .searchbox-list li:hover {
	background: #fffbea;
	cursor: pointer
}

.fddui-form-searchbox .fddv3-icon-glass {
	position: absolute;
	left: 5px;
	top: 5px
}

.fddui-form-searchbox input {
	width: 100%;
	padding-left: 30px;
	box-sizing: border-box
}

.no-contact {
	font-size: 12px;
	padding: 10px 0 0 20px
}

.no-contact a {
	color: #fbb900
}

.no-contact a:hover {
	color: #ffd435
}

.fdd-qsr-ss .fdd-qsr-ss-bottom .link-gray {
	background: #eaeaea
}

.fdd-qsr-ss .fdd-qsr-ss-bottom .link-gray:hover {
	background: #c4c4c4 !important;
	color: #333
}

.verify-box {
	height: 290px;
	width: 360px;
	position: absolute;
	margin-left: -180px;
	margin-top: -145px;
	left: 50%;
	top: 50%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #fff
}

.verify-box-tit {
	height: 50px;
	font-size: 14px;
	padding-left: 20px;
	line-height: 50px;
	border-bottom: 1px solid #eaeaea
}

.verify-box-tab {
	height: 39px;
	line-height: 39px;
	text-align: left;
	-webkit-display: flex;
	display: flex;
	background: #f5f5f5
}

.verify-box-tab li {
	display: inline-block;
	-webkit-flex: 1;
	flex: 1;
	cursor: pointer;
	text-align: center;
	width: 33.3%
}

.verify-box-tab li span {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	font-size: 14px
}

.verify-box-tab li span.hover {
	font-weight: bold;
	border-bottom: 2px solid #ffd435
}

.message-box {
	margin: 40px auto 0;
	width: 260px
}

.message-box .message-input {
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	border-right: 0;
	width: 175px;
	font-size: 12px
}

.message-box p {
	color: #a6a6a6
}

.message-box-input {
	margin: 15px 0;
	position: relative
}

.message-input-number {
	display: inline-block;
	width: 88px;
	height: 40px;
	background: #ffd435;
	color: #2a2a2a;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0
}

.message-input-number:hover {
	background: #fbb900
}

.message-input-number.on {
	background: #fee99a;
	color: #fff
}

.message-eid {
	text-align: center
}

.message-eid .message-eid-img {
	height: 120px;
	width: 120px;
	margin: 20px auto
}

.message-eid .message-eid-img img {
	height: 100%;
	width: 100%
}

.message-sign {
	text-align: center
}

.message-sign .message-sign-img {
	height: 200px;
	width: 360px;
	margin: 20px auto
}

.message-sign .message-sign-img img {
	height: 100%;
	width: 100%
}

.verify-close {
	height: 12px;
	width: 12px;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 20px;
	background-repeat: no-repeat;
	background-position: -107px -2px
}

.sign-animate {
	animation: animatek1 .1s 1 ease-in
}
.sign-text-tip {
	margin: 0 auto 30px;
	width: 190px
}

.info-input-box input.w-340 {
	width: 338px
}

@media screen and (max-width:1280px) {
	.content-box {
		width: 1020px
	}
	.put-up-info {
		width: 938px
	}
	.from-textarea {
		width: 620px
	}
	.pos-box {
		right: 50px
	}
	.fill-in-box li input {
		width: 620px
	}
	.sign-list li {
		width: 392px
	}
	.annex-list li {
		width: 306px
	}
	.annex-list span {
		width: 236px
	}
}

.guide-animation-box {
	position: absolute;
	margin-left: -400px;
	margin-top: -280px;
	top: 50%;
	left: 50%;
	height: 560px;
	width: 800px;
	background: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-moz-border-radius: 8px
}

.video-box {
	width: 800px;
	height: 414px;
	background: #fff;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	margin: 0 auto
}

.video-box video {
	width: 100%;
	height: 100%;
	object-fit: fill
}

.video-text li {
	text-align: center
}

.video-text li h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 30px 0 20px 0;
	color: #f49600
}

.video-text li p {
	font-size: 16px;
	color: #666;
	padding: 0 20px;
	margin-bottom: 10px
}

.video-text li p span {
	color: #fbb900
}

.prev-btn, .next-btn {
	position: absolute;
	height: 286px;
	width: 90px;
	line-height: 286px;
	text-align: center;
	top: 50%;
	margin-top: -143px
}

.prev-btn {
	left: -90px
}

.next-btn {
	right: -90px
}

.prev-btn:hover {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.5)
}

.prev-btn:hover .fdd-icon-prev {
	color: #fff
}

.next-btn.bg-animation {
	background: rgba(0, 0, 0, 0.5);
	-webkit-animation: opacity_anim2 1.5s linear infinite;
	animation: opacity_anim2 1.5s linear infinit
}

.next-btn.bg-animation .fdd-icon-next {
	color: #fff
}

.next-btn:hover {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.5)
}

.next-btn:hover .fdd-icon-next {
	color: #fff
}

.fdd-icon-close {
	position: absolute;
	top: 0;
	right: -40px;
	height: 20px;
	display: block;
	width: 20px;
	color: #9ea0a1;
	font-size: 20px
}

.fdd-icon-close:hover {
	color: #fff
}

.fdd-icon-close:before {
	content: "\e900"
}

.fdd-icon-prev, .fdd-icon-next {
	display: inline-block;
	font-size: 22px;
	color: #9ea0a1
}

.fdd-icon-guide {
	font-size: 16px;
	margin-right: 15px;
	vertical-align: middle
}

.fdd-icon-guide:before {
	content: "\e901"
}

.fdd-icon-next:before {
	content: "\e902"
}

.fdd-icon-compass {
	margin-right: 5px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	display: inline-block
}

.fdd-icon-compass:before {
	color: #fbb900;
	content: "\e94a"
}

.fdd-icon-prev:before {
	content: "\e904"
}

.show-page-number {
	position: absolute;
	bottom: -40px;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	text-align: center
}

.show-page-number a {
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-right: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #9ea0a1
}

.show-page-number a:hover {
	background: #fff
}

.show-page-number a.cur {
	background: #fff;
	width: 30px
}

.video-box-mask {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 414px;
	line-height: 414px;
	text-align: center;
	background: rgba(0, 0, 0, 0.6)
}

.look-again, .close-it {
	height: 50px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	display: inline-block;
	line-height: 50px;
	width: 200px
}

.look-again {
	background: #ffd435;
	color: #2a2a2a;
	border: 1px solid #ffd435
}

.look-again:hover {
	background: #fbb900;
	border: 1px solid #fbb900
}

.close-it {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	margin-left: 20px
}

.close-it:hover {
	border: 1px solid #fbb900;
	color: #2a2a2a;
	background: #fbb900
}

.fdd-icon-problem {
	color: #ccc;
	font-size: 16px;
	display: inline-block;
	position: relative;
	height: 20px;
	vertical-align: middle;
	cursor: pointer
}

.fdd-icon-problem:hover {
	color: #b3b3b3
}

.fdd-icon-problem:hover .fddv3-cut-title {
	display: block;
	z-index: 99;
	width: 140px;
	left: -67px;
	top: -8px;
	font-size: 14px
}

.fdd-icon-problem:hover .fddv3-cut-title:before {
	top: -12px;
	left: 70px
}

.fdd-icon-problem:hover .fddv3-cut-title p {
	color: #fff;
	margin-top: 0
}

.fdd-icon-problem:before {
	content: "\e887"
}

.novice-guide {
	width: 1100px;
	margin: 0 auto;
	height: 100%;
	position: relative
}

.novice-guide-con {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-animation: opacity_anim .5s ease-out;
	animation: opacity_anim .5s ease-out
}

.novice-guide-con.step2 {
	left: auto;
	right: 0;
	top: -33px
}

.novice-guide-con.step2 .wave-box {
	right: 380px;
	top: 40px
}

.novice-guide-con.step3 {
	left: 0;
	top: 0
}

.novice-guide-con.step3 .wave-box {
	right: 200px;
	top: 20px
}

.novice-guide-con.step4 {
	left: 440px;
	top: -13px
}

.novice-guide-con.step4 .wave-box {
	right: 58px;
	top: -20px
}

.novice-guide-con.step5 {
	left: 20px;
	top: 520px
}

.novice-guide-con.step5 .wave-box {
	right: 8px;
	top: 23px
}

.novice-guide-con.step6 {
	left: 7px;
	top: 320px
}

.novice-guide-con.step6 .wave-box {
	right: 8px;
	top: 170px
}

.novice-guide-con li {
	cursor: default
}

.wave-box {
	position: absolute;
	height: 40px;
	width: 40px;
	top: 30px;
	right: 0
}

.wave-disc {
	background: #fbb900;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 15px;
	right: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%
}

.wave, .wave-big {
	position: absolute;
	opacity: 0;
	border-radius: 50%
}

.wave {
	top: 8px;
	right: 5px;
	width: 20px;
	height: 20px;
	background: #fdd435;
	-webkit-animation: wave 1s ease-out infinite;
	animation: wave 1.5s ease-out infinite
}

.wave-big {
	height: 30px;
	width: 30px;
	top: 4px;
	right: -1px;
	background: #fdd435;
	-webkit-animation: wave 1.5s ease-out infinite;
	animation: wave 1.5s ease-out infinite
}

.novice-guide-tip {
	min-width: 200px;
	top: 30px;
	padding: 20px 40px;
	position: absolute;
	background: #ffd435;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	left: 140px;
	text-align: center;
	color: #2a2a2a
}

.novice-guide-tip.step2 {
	top: -130px;
	left: 0
}

.novice-guide-tip.step2:before {
	border-right: 6px solid transparent;
	border-top: 6px solid #ffd435;
	top: 144px;
	left: 30px
}

.novice-guide-tip.step3 {
	top: 90px;
	left: 630px
}

.novice-guide-tip.step3:before {
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffd435;
	top: -12px;
	left: 30px
}

.novice-guide-tip.step4 {
	top: -174px;
	left: -69px
}

.novice-guide-tip.step4:before {
	border-right: 6px solid transparent;
	border-top: 6px solid #ffd435;
	top: 150px;
	left: 163px
}

.novice-guide-tip.step5 {
	top: -75px;
	left: 200px
}

.novice-guide-tip.step5:before {
	top: 110px
}

.novice-guide-tip.step6 {
	top: 60px;
	left: 220px
}

.novice-guide-tip.step6:before {
	top: 120px
}

.novice-guide-tip h3 {
	font-size: 16px;
	font-weight: normal
}

.novice-guide-tip h3 i {
	color: #fff;
	display: inline-block;
	margin-right: 10px;
	background: #000;
	height: 16px;
	width: 16px;
	line-height: 16px;
	font-size: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%
}

.novice-guide-tip p {
	font-size: 12px;
	margin-top: 15px;
	color: #2a2a2a
}

.novice-guide-tip:before {
	content: '';
	position: absolute;
	border: 6px solid transparent;
	border-right: 6px solid #ffd435;
	top: 40px;
	left: -12px
}

.novice-guide-btn {
	height: 32px;
	width: 88px;
	display: inline-block;
	line-height: 32px;
	color: #fff;
	background: #212a31;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-top: 20px
}

.novice-guide-btn:hover {
	background: #000
}

.novice-guide-div {
	padding: 10px 20px;
	background: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px
}

.novice-guide-div .allow-box-span {
	margin-left: 0
}

.novice-guide-div .allow-box-span a {
	cursor: default
}

.novice-guide-place {
	width: 160px;
	height: 270px;
	padding: 10px 20px 0 20px;
	background: #f5f5f5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px
}

.novice-guide-place .show-value:hover {
	border: 1px solid #eaeaea;
	cursor: default
}

.novice-guide-place .fdd-icon-problem:hover {
	color: #ccc;
	cursor: default
}

.novice-guide-place ul {
	padding-top: 10px
}

.novice-guide-place li {
	margin: 0;
	padding-left: 0
}

.novice-guide-place li .sign-seal-icon {
	width: 120px
}

.novice-guide-place li .sign-date-icon, .novice-guide-place li .sign-pen-icon
	{
	width: 90px
}

.novice-guide-place li:hover {
	background: #f5f5f5;
	border-color: #f5f5f5
}

.video-pic {
	text-align: center;
	margin-bottom: 30px
}

.look-video {
	padding: 40px 70px 0 60px;
	text-align: right
}

.look-video a {
	text-decoration: underline;
	color: #333;
	display: inline-block;
	text-align: center
}

.look-video a:hover {
	color: #ffd435
}

.look-video a.look-video-btn {
	height: 40px;
	width: 126px;
	line-height: 40px;
	text-decoration: none;
	margin-right: 30px;
	background: #ffd435;
	color: #2a2a2a;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px
}

.look-video a.look-video-btn:hover {
	color: #2a2a2a;
	background: #fbb900
}

.fddv3-detail-email {
	color: #454a4d;
	font-size: 12px;
	padding-bottom: 10px
}

.fddv3-detail-email a {
	margin-right: 10px;
	display: inline-block;
	position: relative;
	color: #454a4d;
	cursor: default
}

.fddv3-detail-email a:hover {
	color: #fbb900
}

.fddv3-detail-email a:hover .show-pop {
	width: auto;
	min-width: 100px;
	display: block;
	left: 0;
	top: 25px
}

.search-list {
	position: absolute;
	min-width: 100%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	top: 42px;
	display: block;
	z-index: 99;
	background: #fff;
	left: 0;
	max-height: 104px;
	border: 1px solid #eaeaea;
	box-sizing: border-box
}

.search-list a {
	display: block;
	color: #a2abb2;
	height: 34px;
	padding: 0 10px;
	line-height: 34px;
	white-space: nowrap
}

.search-list a:hover {
	background: #fffbea
}

.search-list a i {
	display: inline-block;
	padding-right: 5px;
	color: #2a2a2a
}