/* 初始化CSS */
body,
p,
ul,
ol,
li,
img,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
select,
input {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #333333;
  text-align: left;
  font: 14px/1.5 tahoma, arial, 'Microsoft YaHei', "Hiragino Sans GB", SimSun, sans-serif;
}
ul,
ol,
li {
  list-style: none;
}
select,
input {
  vertical-align: middle;
  font-size: 14px;
  font-family: Tahoma, Helvetica, Arial, 'Microsoft YaHei', SimSun, sans-serif;
}
img {
  border: 0;
}
a,
a:link,
a:visited {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #BB3543;
  text-decoration: underline;
}
.clearfix:after {
  content: '\0020';
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.clearFloat {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
input {
  border: none;
  outline: medium;
}
.t-right {
  text-align: right;
}
.t-left {
  text-align: left;
}
.t-center {
  text-align: center;
}
.vertical-t {
  vertical-align: top;
}
[v-cloak] {
  display: none;
}
.el-button {
  font-family: "Microsoft YaHei";
}
.el-table__empty-block {
  line-height: 60px;
}
.el-message .el-message__content {
  display: inline-block;
}
html,
body {
  height: 100%;
  background: #F8F8F8;
}
#app {
  height: 100%;
}
.textL {
  text-align: left;
}
.textC {
  text-align: center;
}
.textR {
  text-align: right;
}
.el-header {
  padding: 0;
}
.el-checkbox__input.is-checked .el-checkbox__inner::after {
  font-family: element-icons !important;
  content: "\E611";
  font-size: 12px;
  top: 0;
  left: 0;
  color: #fff;
  border: 0;
  -webkit-transform: rotate(0deg) scaleY(1);
      -ms-transform: rotate(0deg) scaleY(1);
       -o-transform: rotate(0deg) scaleY(1);
          transform: rotate(0deg) scaleY(1);
}
a,
a:link,
a:visited {
  color: #409EFF;
}
.outer-layer {
  min-width: 1000px;
  min-height: 100%;
  margin-bottom: -60px;
}
.outer-layer .outer-layer-content {
  padding-bottom: 60px;
}
.cjd-header {
  background-color: #1b8af5;
  height: 80px;
}
.cjd-header h1 {
  position: absolute;
  left: 0;
  top: -30px;
  margin-top: -30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}
.cjd-header .header-content {
  width: 1180px;
  margin: 0 auto;
}
.cjd-header .logo-img {
  background: url("../images/logo.png?v=1556612949975") no-repeat left center;
  background-image: -webkit-image-set(url("../images/logo.png?v=1556612949975") 1x, url("../images/logo2x.png?v=1556612949975") 2x);
  height: 80px;
  overflow: hidden;
}
.cjd-header .logo-img .logo-a {
  display: block;
  width: 420px;
  height: 40px;
  margin-top: 30px;
}
.cjd-header .login-part {
  line-height: 80px;
  text-align: right;
}
.cjd-header .login-part a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  vertical-align: top;
  padding: 0 10px;
}
.cjd-footer {
  display: block;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  background: #40423e;
  color: #d2d7d3;
  text-align: center;
}
.cjd-footer a {
  color: #d2d7d3;
}
.cjd-footer span {
  margin-left: 20px;
}
.cjd-main {
  /*background:@fff;  */
  overflow: hidden;
  width: 1180px;
  margin: 0 auto;
}
.cjd-main .marT20 {
  margin-top: 20px;
}
.cjd-main .tip {
  padding: 14px 16px;
  background-color: #ecf8ff;
  border-radius: 4px;
  border-left: 5px solid #50bfff;
}
.cjd-main .tip p {
  font-size: 14px;
  color: #999;
  line-height: 1.8;
}
.cjd-main .tip p span {
  color: #333;
}
.cjd-main .tip a {
  color: #409EFF;
}
.cjd-main .shz_tip {
  margin: 20px auto;
  width: 862px;
}
.cjd-main h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  margin: 20px 0;
  color: #1f2d3d;
}
.cjd-main .time-tip {
  text-align: right;
  color: #999;
  margin-bottom: 6px;
}
.cjd-main .el-table th {
  padding: 8px 0;
  border-right: 0;
}
.cjd-main .el-table td {
  padding: 2px 0;
  border-right: 0;
}
.cjd-main .el-table .cell {
  line-height: 28px;
}
.cjd-main .el-row {
  margin: 20px;
  text-align: center;
}
.cjd-main .no-data {
  width: 650px;
  padding-top: 123px;
  margin: 0 auto;
  text-align: center;
  background: url("../images/index-nodata.png?v=1556612949975") no-repeat center 23px;
}
.cjd-main .no-data h3 {
  font-size: 20px;
  margin-bottom: 13px;
}
.cjd-main .no-data p {
  color: #999;
  line-height: 24px;
  text-align: left;
  margin-bottom: 40px;
}
.cjd-main .no-data .t-center {
  text-align: center;
}
.kong-data {
  width: 650px;
  padding-top: 180px;
  margin: 0 auto;
  text-align: center;
  background: url("../images/kong.png?v=1556612949975") no-repeat center 70px;
}
.kong-data h3 {
  font-size: 20px;
  margin-bottom: 13px;
}
.kong-data p {
  color: #999;
  line-height: 24px;
  text-align: left;
  margin-bottom: 40px;
}
.kong-data .t-center {
  text-align: center;
}
.detail-p .t-left {
  padding-left: 6px;
}
.detail-p .title {
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  background: #fff;
  margin: 20px 0 0;
  padding-left: 30px;
}
.detail-p .price {
  text-align: right;
  padding-right: 20px;
}
.detail-p .price span {
  font-weight: 700;
  font-size: 20px;
  color: #f85b5b;
}
.detail-p .el-row {
  margin: 20px 0;
  background: #fff;
}
.detail-p .el-col-7 {
  width: 329px;
  min-height: 250px;
  padding-bottom: 20px;
  border-right: 1px solid #d8d8d8;
}
.detail-p .el-col-7 h4 {
  font-size: 24px;
  margin-top: 40px;
  font-weight: 400;
  line-height: 32px;
}
.detail-p .el-col-7 .iconfont {
  font-size: 50px;
  line-height: 50px;
  display: inline-block;
  color: #1B8AF5;
  vertical-align: top;
  margin-top: 73px;
}
.detail-p .el-col-7 .iconfont + h4 {
  margin-top: 10px;
}
.detail-p .el-col-7 .colorGray {
  color: #999;
}
.detail-p .el-col-7 .colorRed {
  color: #F32828;
}
.detail-p .el-col-7 .colorGreen {
  color: #2BBB61;
}
.detail-p .el-col-7 p {
  color: #999;
  line-height: 20px;
  padding: 10px 20px 0;
  word-break: break-all;
}
.detail-p .el-col-17 {
  min-height: 250px;
  width: 850px;
}
.detail-p .detail-div table {
  margin: 22px 32px 10px;
}
.detail-p .detail-div th {
  color: #999;
  font-weight: 400;
  text-align: right;
}
.detail-p .detail-div td {
  padding: 6px 0;
  text-align: left;
}
.detail-p .detail-div .detail-fy span {
  font-size: 20px;
}
.detail-p .detail-div .pay-stauts {
  position: absolute;
  top: 30px;
  right: 0;
  color: #fff;
  background: #1b8af5;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.detail-p .tags-div {
  text-align: left;
  padding: 0 43px 20px;
}
.detail-p .tags-div span {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 9px;
  border-radius: 2px;
  color: #fff;
  margin-right: 8px;
}
.detail-p .tags-div .org {
  background: #f98d47;
}
.detail-p .tags-div .green {
  background: #11ab9d;
}
.detail-p .el-step__title {
  font-size: 14px;
}
.detail-p .el-step__description.is-finish,
.detail-p .el-step__description.is-process {
  color: #999;
}
.detail-p .el-step__title.is-finish {
  color: #333;
}
.detail-p .el-step__title.is-process,
.detail-p .el-step__title.is-wait {
  color: #999;
  font-weight: 400;
}
.detail-p .el-step__head.is-finish .el-step__icon.is-text {
  background: #409EFF;
}
.detail-p .el-step__head.is-wait .el-step__icon.is-text,
.detail-p .el-step__head.is-process .el-step__icon.is-text {
  border-color: #c0c4cc;
  background: #c0c4cc;
}
.detail-p .el-step__icon.is-text {
  border: 2px solid;
  font-size: 0;
  width: 7px;
  height: 7px;
}
.detail-p .el-step.is-center .el-step__line {
  left: 53%;
  right: -47%;
}
.detail-p .el-step.is-horizontal .el-step__line {
  top: 15px;
}
.detail-p .el-step.is-center .el-step__description {
  padding-left: 10%;
  padding-right: 10%;
}
.detail-p .el-button {
  width: 110px;
}
.detail-p .el-button--primary {
  margin-top: 32px;
}
.detail-p .el-button--default {
  margin-top: 10px;
}
.detail-p .width20 {
  width: 20% !important;
}
.detail-p .width25 {
  width: 25% !important;
}
.detail-p .width33 {
  width: 33% !important;
}
.detail-p .width50 {
  width: 50% !important;
}
.detail-p .el-step__head {
  height: 20px\0;
}
.detail-p .is-text.el-step__icon {
  position: absolute\0;
  left: 49%\0;
  bottom: 0\0;
}
.detail-p .width25 .is-text.el-step__icon {
  left: 48.5%\0;
}
.detail-p .width20 .is-text.el-step__icon {
  left: 48%\0;
}
.detail-p .el-step {
  vertical-align: top;
}
.apply-p .el-row {
  text-align: left;
}
.apply-p .xjxl p {
  text-align: left;
  margin-bottom: 10px;
}
.apply-p .xjxl p .el-radio {
  line-height: 21px;
  white-space: normal;
}
.apply-p .colorErr {
  padding-left: 10px;
}
.apply-p .time-tip {
  text-align: left;
}
.apply-p .el-radio-group {
  vertical-align: text-top;
}
.apply-p .el-radio__input.is-checked .el-radio__inner::after {
  left: 4px;
  top: 4px;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.el-message-box--center .el-message-box__content {
  min-height: 60px;
}
.color999 {
  color: #999;
}
.color6 {
  color: #666;
}
.color3 {
  color: #333;
}
.fontBold {
  font-weight: 700;
}
.moneyStyle {
  color: #DD2727;
  font-weight: 700;
  font-size: 18px;
}
.colorOrg {
  color: #ff5700;
}
.colorErr {
  color: #F56C6C;
}
.required {
  color: #e85759;
  padding: 0 4px;
  vertical-align: inherit;
}
.sfz-table {
  width: 900px;
  margin: 0 auto;
  line-height: 24px;
}
.sfz-table td {
  padding: 5px 0;
}
.sfz-table .fileouter {
  position: relative;
  cursor: pointer;
}
.sfz-table .filelink {
  position: relative;
  float: left;
  width: 140px;
  height: 140px;
  margin-right: 20px;
  overflow: hidden;
  border: 1px dotted #39a2e6;
  color: #39a2e6;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
}
.sfz-table .inputfile {
  position: absolute;
  width: 140px;
  height: 140px;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  font-size: 100px\0;
}
.sfz-table .el-icon-circle-plus-outline {
  display: inline-block;
  font-size: 60px;
  margin: 24px 0 6px;
}
.sfz-table .sfzimg-box {
  float: left;
  width: 140px;
  height: 170px;
  margin-right: 10px;
  text-align: center;
}
.sfz-table .avatar-uploader {
  float: left;
  width: 140px;
  height: 140px;
  margin-right: 20px;
}
.sfz-table .avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.sfz-table .avatar-uploader .el-upload:hover {
  border-color: #409EFF;
}
.sfz-table .avatar-uploader .avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
}
.sfz-table .avatar-uploader .avatar {
  width: 140px;
  height: 140px;
  display: block;
}
.sfz-table .upload-msg {
  padding-top: 10px;
}
.el-dialog img {
  max-width: 100%;
}
.page-div {
  margin: 10px 0;
  text-align: right;
}
.nothing {
  text-align: center;
  margin: 20px auto;
}
.cjd-main .apply-no-data {
  width: 820px;
  margin: 10px auto;
  background: #fff;
  line-height: 24px;
}
.cjd-main .apply-no-data .el-col {
  padding: 10px;
}
.cjd-main .apply-no-data .no-center {
  text-align: right;
  color: #999;
}
.cjd-main .apply-no-data .no-right {
  text-align: center;
  background: #E0E0E0;
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.marR20 {
  margin-right: 20px;
}
.marR10 {
  margin-right: 10px;
}
.btn_div {
  margin: 20px auto;
  text-align: center;
}
.main-entry {
  width: 700px;
  min-height: 400px;
  padding: 0 240px;
  margin: 0 auto;
  text-align: center;
  background: url("../images/bg.png?v=1556612949975") no-repeat center 0;
}
.main-entry h3 {
  font-size: 40px;
  font-weight: 400;
  padding: 50px 0 20px;
}
.main-entry p {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 50px;
}
.accontError {
  padding: 100px;
  text-align: center;
  font-size: 16px;
}
.id-verify {
  text-align: center;
  color: #666;
}
.id-verify .err-bg {
  width: 200px;
  height: 230px;
  margin: 0 auto;
  background: url("../images/kong.png?v=1556612949975") no-repeat center 120px;
}
.id-verify .wait-bg {
  width: 200px;
  height: 350px;
  margin: 0 auto;
  background: url("../images/waiting.png?v=1556612949975") no-repeat center 120px;
}
.id-verify p {
  margin: 20px;
}
.cjd_home a {
  color: #333;
}
.cjd_home a:hover {
  color: #777;
}
.main_content {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  clear: both;
  margin: 20px auto 0;
  width: 998px;
}
.main_content .m_l {
  float: none;
  display: block;
  width: 998px;
  background: 0 0;
}
.main_content .m_l .m_cnt_m_lscx {
  width: 760px;
  margin: 0 auto;
}
.main_content .m_l .m_cnt_m_lscx .form_box {
  padding: 40px 20px;
}
.main_content .m_l .m_cnt_m_lscx .cjd {
  float: left;
  display: inline;
  height: 50px;
  width: 359px;
  padding-top: 140px;
  text-align: center;
}
.main_content .m_l .m_cnt_m_lscx .cjd_l {
  border-right: 1px solid #D8D8D8;
  background: url("../images/sel_verify.png?v=1556612949975") no-repeat center 10px;
}
.main_content .m_l .m_cnt_m_lscx .cjd_r {
  background: url("../images/sel_apply.png?v=1556612949975") no-repeat center 10px;
}
.main_content .m_l .m_cnt_m_lscx .cjd_btn {
  display: inline-block;
  padding: 0;
  width: 120px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
}
