/* 入驻弹框 */
.SettledModal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
}
.SettledModal > .modal-mask,
.modal-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.SettledModal .modal-content {
  width: 600px;
  height: 320px;
  background: #fff;
  margin: 0 auto;
  margin-top: 200px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  padding: 0 20px;
}
.SettledModal .modal-content .agencyReg_frame {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: #333;
}
.SettledModal .modal-content .agencyReg_frame .title {
  font-size: 20px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dcdee2;
  position: relative;
  color: #000;
  padding: 0;
  margin: 0;
}
.SettledModal .modal-content .agencyReg_frame .title img {
  width: 30px;
  height: 30px;
  vertical-align: -8px;
  margin-right: 5px;
}
.SettledModal .modal-content .agencyReg_frame .title span {
  vertical-align: middle;
}
.SettledModal .modal-content .agencyReg_frame .title .iconfont {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 25px;
  cursor: pointer;
}
.SettledModal .modal-content .agencyReg_frame .content {
  padding: 30px 26px 0 26px;
}
.SettledModal .modal-content .agencyReg_frame .content .text2 {
  font-size: 16px;
  color: #000;
  padding-bottom: 50px;
  line-height: 1.9;
}
.SettledModal .modal-content .agencyReg_frame .content .cblue {
  color: #5489ff;
}
.SettledModal .modal-content .agencyReg_frame .content .fs14 {
  font-size: 14px;
  color: #333;
}
.SettledModal .modal-content .agencyReg_frame .btnGroup {
  text-align: center;
}
.SettledModal .modal-content .agencyReg_frame .btnGroup a {
  display: inline-block;
  width: 127px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background-color: #5489ff;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid #dcdee2;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  margin: 0 20px;
  text-decoration: none;
}
.SettledModal .modal-content .agencyReg_frame .btnGroup .redBtn {
  background: #f2504f;
}

