.mask-d{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.17);
    z-index: 1060;
    display: none;
}
.loading{
    width: 200px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 56px;
    color: #fff;
    padding-left: 100px;
    font-size: 15px;
    background-color: rgba(0,0,0,.6);
    background-image: url(./../img/loading.gif);
    background-repeat: no-repeat;
    background-position: 40px 50%;
    z-index: 9999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: -100px;
    margin-top: -30px;
    box-sizing: border-box;
}
label b {
  color: red;
}
.form-header {
  background: url("./../img/banner_bg_1.png") no-repeat;
  min-height: 280px;
  background-size: 100% 100%;
  padding: 38px 47px;
}
.header-logo,
.header-info {
  width: 280px;
  margin: 0 auto;
}
.header-logo {
  text-align: center;
}
.header-logo > img {
  width: calc(100% - 40px);
}
/*.logo-info {
  background-color: #8afbfe;
  border-radius: 6px;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #1833b2;
  padding: 0 40px;
  margin: 15px 0;
}

.header-info {
  color: #fff;
  font-size: 12px;
  line-height: 21px;
}
.header-info > b {
  font-size: 15px;
  font-family: HelveticaNeue-Blod;
}*/
.form-control,
.is-error .help-block {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.is-error {
  border: 1px dashed #ff6868;
}
.is-error .help-block {
  display: block;
  border-radius: 4px;
  background-color: #fbe6e1;
  padding-left: 15px;
  color: #e92817;
  margin: 9px 0 0;
  font-size: 12px;
}
.form-content,
.form-footer {
  padding: 25px 6px;
}
.form-footer {
  padding: 0 6px 50px;
  text-align: center;
}
.submit-save {
  background-color: #2b94ff;
  color: #fff;
  width: calc(100% - 30px);
}
.submit-save:hover {
  background-color: #2783e0;
  color: #fff;
}

.component {
  padding: 15px;
  margin-bottom: 10px;
}
.component b {
  margin-left: -10px;
  width: 10px;
  display: inline-block;
}
.component > label {
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 16px;
}
.help-block {
  display: none;
}
.return-info {
  padding: 5px 30px 0;
  text-align: center;
  line-height: 27px;
  font-size: 16px;
}
.return-info > img {
  width: 180px;
  margin-bottom: 30px;
}
/* PC端样式修改 */
.isPC {
  background-color: #f4f4f4;
}

.isPC .container-fluid{
    
    
}
.isPC .form-container,
.isPC .form-content,
.isPC .form-footer{
    background-color: #fff;
    width: 1200px;
    margin: 0 auto;
}
.isPC .form-container{
    background-color: initial;
    font-size: 0;
}
.isPC .form-header{
    background-image: url("./../img/banner_bg_2.png");
    padding: 60px 0;
}
.isPC .header-logo,
.isPC .header-info{
    display: inline-block;
    width: 316px;
    font-size: 20px;
    line-height: 35px;
}
.isPC .logo-info{
    font-size: 24px;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    margin: 22px 0 0;
}
.isPC  .header-info {
    margin-left: 206px;
    padding-top: 12px;
    width: 582px;
    vertical-align: top;
}
.isPC .header-info > b{
    font-size: 30px;
    display: block;
    margin-top: 10px;
}
.isPC .component{
    padding: 14px;
}
.isPC .help-block{
    font-size: 14px;
}
.isPC .is-error{
    border-width: 2px;
}
.isPC .is-error .help-block{
    margin-top: 10px;
}
.isPC .return-info{
    padding-top: 25px;
    color: #000;
}
.isPC .return-info > img{
    margin-bottom: 37px;
}