﻿body {
}
.fddui-left {
  float: left;
}
.fddui-right {
  float: right;
}
.fddui-width-min {
  width: 1180px;
}
.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";
}
table {
  background-color: transparent;
}
a {
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
}
i {
  font-style: normal;
}
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 {
  /* WebKit browsers */
  color: #a6a6a6;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a6a6a6;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a6a6a6;
}
textarea:disabled {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  color: #999;
  cursor: not-allowed;
}
input[type=text],
input[type=password],
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,
select:-moz-placeholder {
  color: #a6a6a6;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #a6a6a6;
}
input[type=text]:focus,
input[type=password]: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,
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;
}
/* 动画 */
/* 透明 */
/* 圆角 */
/***********/
/***********/
/* 图层 */
.z-index {
  z-index: 2;
}
.z-index2 {
  z-index: 20;
}
.z-index3 {
  z-index: 200;
}
/* cursor */
.cursor-no {
  cursor: default;
}
.cursor-off {
  cursor: pointer;
}
/* 高宽 */
.section {
  width: 100%;
  height: 100%;
}
.section-w {
  width: 100%;
}
.min-hei300 {
  min-height: 300px;
}
/* 透明程度 */
.alpha5 {
  opacity: 0.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;
}
.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;
}
/* input */
.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: #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: 45px;
  padding: 0 37px;
  height: 45px;
}
.link-orange:hover,
.link-orange:active {
  color: #333;
  text-decoration: none;
  background: #edb805 !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.link-yanzhen-gray {
  color: #ccc;
  text-shadow: 0 1px 1px #fff;
  background: #efefef;
  cursor: default;
}
.link-gray-yzm-no {
  color: #ccc;
  text-shadow: 0 1px 1px #fff;
  background: #efefef;
  text-align: center;
  text-decoration: none;
  height: 32px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 144px;
  line-height: 1.25;
  padding: 8px 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-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: 0.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;
  margin-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;
}
@-webkit-keyframes effect-1 {
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-o-keyframes effect-1 {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@-moz-keyframes effect-1 {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@keyframes effect-1 {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* select */
select {
  border: solid 1px #e5e5e5;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/arrow.png") no-repeat scroll right center #fcfcfc;
  padding-right: 14px;
}
select::-ms-expand {
  display: none;
}
select:focus {
  border-width: 1px;
  border-color: #ffd435;
  border-style: solid;
}
/***********/
/***********/
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;
}
.form-control {
  height: 40px;
  padding: 9px 6px 8px;
  box-sizing: border-box;
  background: white;
  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?20170816-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;
}
/** 14的icon图标 **/
.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;
}
/** 16的icon图标 **/
.ico_detail-x,
.ico_pint,
.ico_detail-xz,
.ico_detail-fj,
.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_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: 0.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 0px;
}
.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: 0.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;
}
/* 20的图标 */
.ico_img_wtk {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.ico_img_wtk {
  background-position: -478px -104px;
}
/* 32的图标 */
.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?20170816-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;
}
/* 48的图标 */
.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;
}
/* 高宽100% */
.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-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 img {
  width: 66px;
}
.table-pd-nav .h4 em {
  background-image: url("../images/ico_all.png?20170816-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;
}
/******************* left *******************/
.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?20170816-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 .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-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-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: white;
  color: #a6a6a6;
}
.fddv3-top .fddv3-help .fddv3-cut-word .fddv3-cut-title:before {
  border-bottom: 8px solid white;
}
.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: 3px;
  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-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?20170816-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: black;
  background-color: #ffd238;
  overflow: hidden;
  cursor: pointer;
}
.fddui-button-submit:hover {
  color: black;
  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: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
.menu li .no-link:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.menu a {
  opacity: 0.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: 0.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: 0.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;
}
/******************* right *******************/
.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: white;
  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;
}
.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: #35b657;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  box-sizing: border-box;
  min-width: 50px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #35b657;
  font-size: 12px;
  padding: 0 3px;
  margin-left: 5px;
  height: 16px;
  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?20170816-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;
}
/* 认证后可获得10次免费签名的机会哦！ */
.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;
}
/**************** 正在发起02 ****************/
.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 120px;
  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: 0;
  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: 0px 0px 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?20170816-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?20170816-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: url(../images/ico_all.png) no-repeat;
  background-position: -443px -127px;
  position: absolute;
}
.radio-defult.radio-on {
  background-position: -468px -128px;
}
@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.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?20170816-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: 22px;
  z-index: 7;
}
.fdd-qsr-ss .fdd-fq-close em {
  background-image: url("../images/ico_all.png?20170816-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: 70px;
  font-size: 16px;
  padding-left: 25px;
  line-height: 70px;
  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?20170816-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: 90px;
  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: 90px;
  bottom: 0px;
  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: #333333;
  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: #333333;
  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;
  /*ie6-8*/
  text-align-last: justify;
  /* ie9*/
  -moz-text-align-last: justify;
  /*ff*/
  -webkit-text-align-last: justify;
  /*chrome 20+*/
  -o-text-align-last: justify;
  /*chrome 20+*/
}
.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;
}
/**************** 正在发起03 ****************/
.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?20170816-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: 32%;
  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(3n+3) {
  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: 0.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 {
  position: relative;
  width: 86%;
  display: inline-block;
}
.fddv3-cut-word .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 {
  position: absolute;
  top: 20%;
  left: 0;
  display: none;
  max-width: 300px;
  min-width: 30px;
  color: white;
  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 {
  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 {
  top: 90%;
  display: block;
}
.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: white;
  color: #a6a6a6;
  width: 50px!important;
  top: 30px;
  left: -3px;
}
.show-user-info .fddv3-cut-word .fddv3-cut-title:before {
  border-bottom: 8px solid white;
}
.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;
}
@keyframes fdd-flash-b {
  0% {
    top: 40px;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    top: 0;
    position: relative;
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
.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: #06b152;
}
.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: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  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: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  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: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  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;
}
/* 出证1 */
.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?20170816-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?20170816-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?20170816-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("../images/regist.jpg") no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}
.bg_gray_img .fdd-login-zw {
  height: 580px;
  overflow: hidden;
  margin-bottom: 40px;
}
.float-l img {
  width: 66px;
}
.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: 715px;
  margin: 60px 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?20170816-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?20170816-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 img {
  width: 66px;
}
.select dt label a {
  width: 8px;
  height: 8px;
  position: absolute;
  background-image: url("../images/ico_all.png?20170816-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 #ffd435;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
}
.ghost .removeIt {
  width: 20px;
  height: 20px;
  background: #ffd435;
  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:before {
  width: 8px;
  height: 8px;
  background-image: url("../images/ico_all.png?20170816-1");
  background-repeat: no-repeat;
  background-position: -367px -48px;
  margin: 6px auto 0;
  content: '';
  display: block;
}
/* loading */
.fdd-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  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;
}
/* 404页面 */
.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: 0.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 #999;
}
.fdd-radio-label .hover span:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #666;
  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?20170816-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-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: 3px;
  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: 0.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?20170816-1");
  background-repeat: no-repeat;
  text-indent: -9999em;
  background-position: -312px -49px;
}
.fdd-batch-center {
  background: white;
  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?20170816-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?20170816-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: 0.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?20170816-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: white;
  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?20170816-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: white;
  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 img {
  width: 66px;
}
.fdd-group-left .fdd-group-menu .h4 a {
  background-image: url("../images/ico_all.png?20170816-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?20170816-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;
  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 .certification-con {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.certification .certification-con span {
  display: inline-block;
  padding-left: 25px;
}
.certification .certification-con p {
  line-height: 22px;
  padding-left: 200px;
}
.i-icon {
  display: inline-block;
  background: url("../images/fdd-img.png?20170816-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: white!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: 0px 8px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.1);
}
.show-pop2 p,
.show-pop p {
  color: white!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: 100px;
  text-align: right;
  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-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;
}
/* tab */
.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 th,
.fddv3-tab td {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}
.fddv3-tab th:first-child,
.fddv3-tab td:first-child {
  text-align: left;
}
.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 10px;
  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;
  margin-right: -8px;
}
.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-down:before {
  background-position: -262px -16px !important;
}
.fddv3-tab tr:hover .fddv3-icon-tip:before {
  background-position: -528px -16px !important;
}
.fddv3-tab a {
  margin: 0 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;
}
/*---------*/
/*主体BOX*/
.fddv3-fiexd .fddv3-right-float {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 540px;
  background: white;
  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: white;
  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?20170816-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: white;
  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;
}
/* search */
.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;
}
/*  list */
/* 表单 */
.fddui-form {
  /* 表单与图标 */
}
.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;
}
/* page */
.fddv3-list-page {
  background: white;
  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: 3px;
  color: #2a2a2a;
}
.fddv3-list-page .fddv3-page span {
  background: url("../images/fdd-img.png?20170816-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: 18px;
  cursor: default;
}
.show-num a:hover {
  color: #ffd435;
}
.show-num p span {
  color: #a2abb2;
}
/* 新增 */
/*  list */
.fddv3-right {
  background: white;
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
}
.fddv3-right .fdd-list-search {
  zoom: 1;
  padding: 25px 0;
  background: white;
}
.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?20170816-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;
  text-indent: 20px;
  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;
}
/* 登录页面end */
.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;
}
/* 18图标 */
.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 {
  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 {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  top: 5px;
  background: url("../images/fdd-img.png?20170816-1") no-repeat;
}
.fddv3-icon-view:before {
  background-position: 0px -16px;
}
.fddv3-icon-sign:before {
  background-position: -18px -16px;
}
.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?20170816-1") no-repeat !important;
  background-position: -384px 0 !important;
}
/* 16图标 */
.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?20170816-1") no-repeat;
  top: 8px;
  left: 8px;
  z-index: 2;
}
.fddv3-icon-glass:before {
  background-position: -272px 0px;
}
.fddv3-icon-date:before {
  background-position: -256px 0px;
}
.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?20170816-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: 3px;
}
.fddv3-link-cx {
  background: #f0f0f0;
  color: #2a2a2a;
}
.fddv3-link-orange {
  background: #ffd435;
  color: #2a2a2a;
}
.fddv3-link-orange-no {
  background: #fee586;
  color: white;
  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: 3px;
  background: #ffd435;
  color: #2a2a2a;
}
.fddv3-link-orange-line {
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 3px;
  background: white;
  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: white;
  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;
}
/******************************************************************/
/*style by xia tian lin */
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;
  /*高度等于footer的高度*/
}
.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: 25px;
}
.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;
}
.i-user {
  background-position: -1px -39px;
  height: 39px;
  width: 35px;
}
/*用户信息*/
.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: 18px;
}
.show-num a:hover {
  color: #ffd435;
}
.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?20170816-1") no-repeat;
  background-position: -306px 0;
}
.i-put {
  height: 20px;
  width: 31px;
  margin: 0 5px 0 40px;
  background-position: -198px -50px;
}
/*认证*/
.certification {
  padding: 25px 0;
  height: 50px;
  background: #ffe171;
}
.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;
  /*高度等于footer的高度*/
}
.page-con {
  padding: 55px 0;
  width: 1100px;
  margin: 0 auto;
}
.page-con-ul {
  width: 50%;
  float: left;
}
.page-con-ul li {
  float: left;
  width: 20%;
  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 0.2s ease-in-out;
}
.page-con-ul li a {
  display: block;
  height: 100%;
  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(0.9);
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.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: white!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("../images/login-bg.jpg?20170816-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: 0px 0px 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: 25px 40px 0;
}
.user-login li {
  position: relative;
  margin-bottom: 10px;
}
.user-login li input {
  height: 40px!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%;
}
.user-login li input:focus {
  border: 1px solid #ffd435;
}
.user-login li p {
  color: #cc0000;
  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: 0px;
}
.yan-img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.user-login input.border-red {
  border: 1px solid #cc0000;
}
.user-login input.jiaoyan {
  width: 200px;
  margin-right: 10px;
}
.no-account {
  margin-top: 10px;
  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: 0px 40px 15px 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: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  text-align: center;
  width: 308px;
  background: #ffd435;
  cursor: pointer;
  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 0.22s cubic-bezier(0.2, 0.6, 0.51, 0.9);
  transition: background-position 0.22s cubic-bezier(0.2, 0.6, 0.51, 0.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;
}
/* 登录页面end */
/*去掉默认的输入框样式*/
input.input-defalt {
  border: 0;
  height: auto;
  line-height: auto;
}
/*弹窗*/
.fixed-pop-bg {
  position: fixed;
  background: #ccc;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
.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;
}
/* ie弹出层 */
.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: 0.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 white;
  border-right: 10px solid white;
}
.fddv3-sign-pop em:after {
  position: absolute;
  left: -2px;
  top: 2px;
  content: '';
  border: 10px solid transparent;
  border-bottom: 10px solid white;
  border-left: 10px solid white;
}
.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: white;
  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: white;
  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?20170816-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: 0.5;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.fddv3-gift-pop {
  width: 480px;
  background: white;
  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: white;
  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?20170816-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: white;
  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: white;
  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?20170816-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?20170816-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?20170816-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;
}
/*重构注册页面的tab页和步骤提示*/
.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: 713px;
  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: 235px;
  float: left;
  text-align: center;
  position: relative;
  line-height: 58px;
  color: #a2abb2;
}
.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: #f7f7f7;
}
.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: #f7f7f7;
  color: #2a2a2a;
}
.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 0px;
}
.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?20170816-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;
}
.wid-640 {
  width: 640px;
  margin: 55px auto 0;
}
.info-input-box {
  margin-bottom: 40px;
}
.info-input-box li {
  position: relative;
  min-height: 90px;
}
.info-input-box li.left-li {
  float: left;
  width: 45%;
}
.info-input-box li.right-li {
  float: right;
  width: 52%;
}
.info-input-box li input {
  margin: 8px 0 5px;
  width: 100%;
  background: #fff;
}
.info-input-box li input.w-390 {
  width: 380px;
}
.info-input-box li input.input-yellow-bg {
  background: #fffbea;
}
.info-input-box li .fddv3-cut-word {
  width: 64%;
}
.info-input-box 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 {
  border: 6px solid transparent;
  left: -12px;
  top: 13px;
  border-right: 6px solid rgba(33, 42, 49, 0.8);
}
.show-error-color {
  color: #cc0000!important;
}
.show-error-bdcolor {
  border: 1px solid #cc0000!important;
}
/*营业执照*/
.tab-content-p {
  display: inline-block;
  padding-left: 10px;
  font-size: 5px;
  width: 360px;
  margin-top: 8px;
  line-height: 18px;
  vertical-align: top;
  color: #b2b2b6;
}
.show-pic {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  color: #fbb900;
}
.choose-btn,
.new-yanzen {
  width: 90px;
  position: relative;
  display: block;
  text-align: center;
  line-height: 31px;
  height: 32px;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  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;
}
.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;
}
.business-photo .business-photo-bg {
  width: 36px;
  height: 48px;
  margin: 25px auto;
  display: inline-block;
  background: url("../images/arrow-two.png?20170816-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: 99;
}
.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?20170816-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: white;
}
.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-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 li p,
.show-info li p {
  float: left;
  max-height: 40px;
  overflow: hidden;
}
.show-info {
  padding: 20px 40px;
}
.show-info p {
  line-height: 25px;
}
.show-info-tit {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}
.yellow-right-icon,
.error-icon {
  background: url("../images/arrow-two.png?20170816-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: white;
}
.zhizao {
  margin: 50px auto;
  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?20170816-1");
  background-repeat: no-repeat;
  background-position: -311px -48px;
  display: block;
  margin: 9px auto 0;
}
