/*实名认证的弹窗*/
/*丰巢官网公共配置*/
/*******************************颜色******************************/
/*主体颜色*/
/*文字颜色*/
/*边框颜色*/
/*背景颜色*/
/*优惠券颜色*/
/*************************布局相关/文本/路径***********************/
/*宽、高*/
/*边框*/
/*文本*/
/*路径*/
/*color*/
/**********************首页配置****************************/
/*banner*/
/*首页线条颜色*/
/*********************页面宽度设置***************************/
/*1200px时宽度设置*/
/*个人信息类型布局设置*/
/*1000px时宽度设置*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.vm {
  vertical-align: middle;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.none {
  display: none;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.pointer {
  cursor: pointer;
}
.fixed {
  position: fixed;
}
.center {
  margin: 0 auto;
}
.fwn {
  font-weight: normal;
}
.fwb {
  font-weight: bold;
}
.oh {
  overflow: hidden;
}
.oa {
  overflow: auto;
}
.vh {
  visibility: hidden;
}
.clear {
  clear: both;
  *zoom: 1;
}
.clear:after {
  display: block;
  height: 0;
  content: ".";
  overflow: hidden;
  clear: both;
}
.clear-h {
  *height: 0;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.width100,
.w100 {
  width: 100%;
}
.bg-fff {
  background: #fff;
}
.left50 {
  left: 50%;
}
.top50 {
  top: 50%;
}
.font-s18 {
  font-size: 18px;
}
.g-box-radius {
  border-radius: 4px;
}
/* path */
/*img-style*/
/*defined*/
.green-txt {
  color: #FFC600 !important;
}
.center-page {
  min-width: 1000px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1366px) {
  .center-page {
    width: 1200px;
  }
}
@media screen and (max-width: 1365px) {
  .center-page {
    width: 1000px;
  }
}
.main-content {
  padding: 20px 0;
}
/*工具图标*/
.icon-header-message {
  display: inline-block;
  width: 19px;
  height: 14px;
  background: url('../../images/default/icon/header-message.png') no-repeat;
}
.icon-input-delete {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url('../../images/default/icon/input-delete.png') no-repeat;
}
.icon-input-notice {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../../images/default/icon/input-notice.png') no-repeat;
}
.icon-input-error {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../../images/default/icon/input-error.png') no-repeat;
}
.icon-delete {
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url('../../images/default/icon/delete.png') no-repeat;
}
.icon-arrow-down {
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url('../../images/default/icon/arrow-down.png') no-repeat;
}
.icon-arrow-up {
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url('../../images/default/icon/arrow-up.png') no-repeat;
}
.icon-triangle-down {
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url('../../images/default/icon/triangle-down.png') no-repeat;
}
.icon-arrow-down-green {
  display: inline-block;
  width: 9px;
  height: 12px;
  background: url('../../images/default/icon/arrow-down-green.png') no-repeat;
}
.icon-arrow-up-green {
  display: inline-block;
  width: 9px;
  height: 12px;
  background: url('../../images/default/icon/arrow-up-green.png') no-repeat;
}
.icon-zhan {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../../images/default/icon/zhan.png') no-repeat;
}
.icon-gui {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../../images/default/icon/gui.png') no-repeat;
}
.icon-reset-password-ok {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('../../images/default/icon/reset-password-ok.png') no-repeat;
}
.icon-all-tips {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url('../../images/default/icon/all-tips.png') no-repeat;
  margin-bottom: 5px;
}
.icon-circle-right {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../../images/default/icon/circle-right.png') no-repeat;
}
.icon-circle-right-hover {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../../images/default/icon/circle-right-hover.png') no-repeat;
}
.icon-input-complete {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../../images/default/icon/input-complete.png') no-repeat;
}
.sf-express {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../../images/default/icon/sf.png') no-repeat;
}
.mes-error {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url('../../images/default/icon/input-mes.png') no-repeat;
  background-position: 0 0;
}
.mes-right {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url('../../images/default/icon/input-mes.png') no-repeat;
  background-position: -28px 0;
}
.mes-empty {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url('../../images/default/icon/input-mes.png') no-repeat;
  background-position: -56px 0;
}
.red-txt {
  color: #FF5353;
}
/*公共宽度、高度、间隙、颜色*/
/*width*/
.w-100 {
  width: 100px!important;
}
.w-200 {
  width: 200px!important;
}
.w-300 {
  width: 300px!important;
}
/*margin*/
/*margin-left*/
.m-l-10 {
  margin-left: 10px!important;
}
.m-l-15 {
  margin-left: 15px!important;
}
.m-l-20 {
  margin-left: 20px!important;
}
/*margin-right*/
.m-r-10 {
  margin-right: 10px!important;
}
.m-r-15 {
  margin-right: 15px!important;
}
.m-r-20 {
  margin-right: 20px!important;
}
/*margin-top*/
.m-t-10 {
  margin-top: 10px!important;
}
.m-t-15 {
  margin-top: 15px!important;
}
.m-t-20 {
  margin-top: 20px!important;
}
/*margin-bottom*/
.m-b-10 {
  margin-bottom: 10px!important;
}
.m-b-15 {
  margin-bottom: 15px!important;
}
.m-b-20 {
  margin-bottom: 20px!important;
}
/*padding*/
/*padding-left*/
.p-l-10 {
  padding-left: 10px!important;
}
.p-l-15 {
  padding-left: 15px!important;
}
.p-l-20 {
  padding-left: 20px!important;
}
/*padding-right*/
.p-r-10 {
  padding-right: 10px!important;
}
.p-r-15 {
  padding-right: 15px!important;
}
.p-r-20 {
  padding-right: 20px!important;
}
/*padding-top*/
.p-t-10 {
  padding-top: 10px!important;
}
.p-t-15 {
  padding-top: 15px!important;
}
.p-t-20 {
  padding-top: 20px!important;
}
/*padding-bottom*/
.p-b-10 {
  padding-bottom: 10px!important;
}
.p-b-15 {
  padding-bottom: 15px!important;
}
.p-b-20 {
  padding-bottom: 20px!important;
}
/*top*/
.t-10 {
  top: 10px!important;
}
.t-15 {
  top: 15px!important;
}
.t-20 {
  top: 20px!important;
}
/*bottom*/
.b-10 {
  bottom: 10px!important;
}
.b-15 {
  bottom: 15px!important;
}
.b-20 {
  bottom: 20px!important;
}
/*left*/
.l-10 {
  left: 10px!important;
}
.l-15 {
  left: 15px!important;
}
.l-20 {
  left: 20px!important;
}
/*right*/
.r-10 {
  right: 10px!important;
}
.r-15 {
  right: 15px!important;
}
.r-20 {
  right: 20px!important;
}
body {
  min-width: 1200px;
}
#identity-verification .content-box {
  width: 646px;
  padding: 14px 20px 46px 20px;
}
#identity-verification .upload-box {
  height: 152px;
  padding: 16px 0;
  clear: both;
  *zoom: 1;
}
#identity-verification .upload-box:after {
  display: block;
  height: 0;
  content: ".";
  overflow: hidden;
  clear: both;
}
#identity-verification .upload-box dt {
  float: left;
  height: 100%;
  font-weight: 600;
}
#identity-verification .upload-box dt span {
  width: 78px;
  display: block;
  height: 152px;
  line-height: 152px;
}
#identity-verification .upload-box dd {
  float: left;
  height: 100%;
  width: 484px;
}
#identity-verification .upload-box .id-card {
  float: left;
  width: 230px;
  height: 150px;
  border: 1px solid #eaeaea;
  position: relative;
  background: #f8f3f3;
  overflow: hidden;
}
#identity-verification .upload-box .id-card input {
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 700;
}
#identity-verification .upload-box .id-card span {
  position: absolute;
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  bottom: 0;
  z-index: 600;
}
#identity-verification .upload-box .id-card img {
  position: absolute;
  z-index: 500;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#identity-verification .upload-box .id-card .big-width {
  width: 100%;
  height: auto;
}
#identity-verification .upload-box .id-card .small-width {
  width: auto;
  height: 100%;
}
#identity-verification .upload-box .id-card .recognize {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 700;
  background: rgba(0, 0, 0, 0.7);
  width: 230px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  color: #fff;
}
#identity-verification .upload-box .id-card-2 {
  margin-left: 20px;
}
#identity-verification .upload-box a {
  display: inline-block;
  height: 176px;
  line-height: 176px;
}
#identity-verification .input-wrap {
  padding: 10px 0;
}
#identity-verification .input-wrap label {
  float: left;
  font-size: 14px;
  display: inline-block;
  width: 78px;
  height: 24px;
  line-height: 24px;
  font-weight: 600;
}
#identity-verification .input-wrap input {
  height: 24px;
  line-height: 24px;
  color: #333;
}
#identity-verification .input-wrap .sex-txt {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-left: 10px;
}
#identity-verification .input-wrap .date-txt {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-left: 10px;
}
#identity-verification .input-wrap .label-val {
  float: left;
  width: 220px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 22px;
  border: 1px solid transparent;
  font-size: 14px;
  color: #333;
  padding: 0 10px;
}
#identity-verification .input-wrap .borderColor {
  border-color: #ddd;
}
#identity-verification .input-wrap .select {
  width: 74px;
  height: 22px;
}
#identity-verification .input-wrap .select-tit {
  padding: 0 12px;
  height: 22px;
}
#identity-verification .input-wrap .select-tit i {
  top: 10px;
  right: 6px;
}
#identity-verification .input-wrap .select-val {
  width: 100%;
}
#identity-verification .input-wrap .select-box {
  max-height: 197px;
  overflow: auto;
}
#identity-verification .input-wrap .select-box ::-webkit-scrollbar {
  width: 10px;
  height: 30px;
}
#identity-verification .input-wrap .select-box ::-webkit-scrollbar-track-piece {
  background: #e4e4e4;
  -webkit-border-radius: 6px;
}
#identity-verification .input-wrap .select-box ::-webkit-scrollbar-thumb:vertical {
  background: #9f9f9f;
  -webkit-border-radius: 6px;
}
#identity-verification .input-wrap .select-box ul {
  padding: 10px 0;
}
#identity-verification .input-wrap .select-box li {
  text-align: left;
}
#identity-verification .btn-wrap {
  width: 100%;
  padding: 14px 0;
  height: 42px;
  text-align: center;
}
#identity-verification .btn-wrap .submit-btn {
  font-size: 18px;
  width: 180px;
}
#identity-verification .blue-txt {
  color: #009CFF;
  font-size: 14px;
  line-height: 24px;
}
#identity-verification .blue-txt:hover {
  cursor: pointer;
  color: #FFC600;
}
#identity-verification .checkbox {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 35px;
  color: #333;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
#identity-verification .checkbox > em {
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../images/default/icon/option.png) no-repeat;
  background-size: auto 100%;
}
#identity-verification .checkbox-active > em {
  background-position: -20px 0;
}
#identity-verification .input-notice {
  margin: 0 10px;
  vertical-align: middle;
}
#identity-verification .notice-mes {
  display: none;
  height: 24px;
  line-height: 24px;
}
#identity-verification .mes-empty {
  width: 20px;
  height: 20px;
  background-size: auto 100%;
  background-position: -40px 0;
  margin-top: -2px;
}
#identity-verification .mes-error {
  width: 20px;
  height: 20px;
  background-size: auto 100%;
  margin-top: -2px;
}
#identity-verification .mes-right {
  margin-top: 7px;
}

.main-wrapper {
  position: relative;
}

.main-wrapper-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
}

.main-wrapper .real-name-qs-code {
  display: block;
  margin: auto;
  height: 160px;
  width: 160px;
  border: 12px solid #EEE;
}

.main-wrapper .qs-code-under-text {
  display: block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding-top: 16px;
}

.check-real-name-certify-txt {
  color: cornflowerblue;
  cursor: pointer;
}