body,
html {
  font-size: 0;
}
.personal-center-content-nav {
  border: none;
}
.common-slide-ul {
  padding-bottom: 84px;
}
.wrapper-main {
  overflow: hidden;
}
.wrapper-main > div:nth-child(1) {
  width: calc(100% - 300px);
}
.wrapper-main .right-block {
  /*float: right!important;*/
  /*width: calc(100% - 300px);*/
  padding-bottom: 50px;
}
.register-block .register-title {
  font-size: 16px;
  color: #252b3a;
  line-height: 20px;
  padding: 25px 0 15px;
  border-bottom: 1px solid #ddd;
}
.register-block .register-title .fr-link {
  float: right;
  font-size: 16px;
  color: #1b79c8;
}
.register-block .register-title .fr-link:hover {
  text-decoration: underline;
}
.register-list {
  width: 100%;
  font-size: 0;
}
.register-list li {
  width: 100%;
  height: 143px;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.register-list .register-label {
  height: 100%;
  width: 54px;
  display: inline-block;
  padding: 34px 17px;
  font-size: 18px;
  color: #ffffff;
}

.register-detail-box {
  padding: 30px 20px 20px 30px;
  display: inline-block;
  width: calc(100% - 200px);
  height: 100%;
  vertical-align: top;
}
.register-detail-box .title {
  font-size: 18px;
  line-height: 22px;
  color: #252b3a;
  margin-bottom: 10px;
  display: inline-block;
  cursor: pointer;
  max-height: 22px;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}
.register-list li .register-detail-box .title:hover {
  color: #1b79c8;
}
.register-detail-box p {
  font-size: 14px;
  color: #666a75;
  line-height: 20px;
  margin-bottom: 10px;
}
.register-detail-box p span.icon-qrcode{
  color: #4a9df2;
  cursor: pointer;
}
.register-detail-box p span.icon {
  padding-left: 27px;
  position: relative;
  margin-right: 20px;
}
.register-detail-box p .icon:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  display: inline-block;
  top: 0;
  left: 0;
}
.icon.icon-time:before {
  background: url(../images/developer-center-second/developer-center-register/icon-time.png) no-repeat center;
}
.icon.icon-people:before {
  background: url(../images/developer-center-second/developer-center-register/icon-people.png) no-repeat center;
}
.icon.icon-location:before {
  background: url(../images/developer-center-second/developer-center-register/icon-location.png) no-repeat center;
}
.icon.icon-reward:before {
  background: url(../images/developer-center-second/developer-center-register/icon-reward.png) no-repeat center;
}
.icon.icon-qrcode:before {
  background: url(../images/developer-center-second/developer-center-register/qrcode.png) no-repeat center;
}

.register-detail-box p span.qrcode-box{
  display: none;
  position: absolute;
  top: -52px;
  right: -131px;
  width: 120px;
  height: 120px;
  text-align: center;
  padding: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
  font-size: 0;
  line-height: unset;
}
.register-detail-box span.qrcode-box img{
  margin-top: 11px;
  display: inline-block;
  width: 84px;
  height: 84px;
  vertical-align: bottom;
}
.register-detail-box span.qrcode-box span{
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #666A75;
  /*transform: scale(0.833333);*/
  margin: 0;
  padding: 0;
  line-height: 18px;
}
.icon.icon-qrcode:hover .qrcode-box{
  display: block;
}

.list-block .btn-block {
  /*width: 126px;*/
  /*height: 100%;*/
  display: inline-block;
  vertical-align: top;
  /*padding-top: 40px;*/
  text-align: right;
}
.list-block .btn-block .btn {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0 0px 0 10px;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  border-radius: 2px;
  cursor: default;
  min-width: 105px;
  text-align: left;
}
/*.list-block .btn-block .btn:before {*/
  /*content: '';*/
  /*position: absolute;*/
  /*top: 2px;*/
  /*left: 20px;*/
  /*display: inline-block;*/
  /*width: 16px;*/
  /*height: 16px;*/
/*}*/
.register-list .register-label.not-started {
  background: #fb9c58;
}
.register-list .register-label.started {
  background: #3ccca6;
}
.register-list .register-label.stopped {
  background: #a0a2a8;
}
.btn-block .btn.btn-green {
  color: #4a9df2;
}
.list-block .btn-block .btn.btn-green:before {
  background: url(../images/developer-center-second/developer-center-register/icon-passed.svg) no-repeat center;
  background-size: cover;
}
.btn-block .btn.btn-blue {
  color: #fb9c58;
}
.list-block .btn-block .btn.btn-blue:before {
  background: url(../images/developer-center-second/developer-center-register/icon-reviewing.svg) no-repeat center;
  background-size: cover;
}
.btn-block .btn.btn-grey {
  color: #a0a2a8;
}
.list-block .btn-block .btn.btn-grey:before {
  background: url(../images/developer-center-second/developer-center-register/icon-review-failed.svg) no-repeat center;
  background-size: cover;
}
.no-data-box {
  margin-top: 120px;
  text-align: center;
  width: 100%;
  font-size: 0;
}
.no-data-box .icon-nodata {
  display: inline-block;
  width: 90px;
  height: 90px;
  background: url(../images/developer-center-second/developer-center-register/icon-nodata.png) no-repeat center;
  margin-bottom: 35px;
}
.no-data-box .no-data-info {
  font-size: 16px;
  color: #252b3a;
}

/**/
.btn-block.myworks {
  width: 120px;
  height: 100%;
  padding-top: 56px;
}
.btn-block.myworks .btn {
  width: 120px;
  height: 32px;
  border: 1px solid #f66f6a;
  line-height: 32px;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.btn-block.myworks .btn.btn-red {
  color: #fff;
  background: #f66f6a;
}
.btn-block.myworks .btn.btn-red:hover {
  box-shadow: 0 8px 16px 0 rgba(227, 24, 31, 0.3);
}
.btn-block.myworks .btn.btn-white {
  color: #f66f6a;
  background: #fff;
}
.btn-block.myworks .btn.btn-white:hover {
  color: #fff;
  background: #f66f6a;
}
.btn-block.myworks .btn:before {
  display: none;
}
.btn-block.myworks .works-num {
  margin-left: 2px;
  position: relative;
  top: -1px;
}
.wrapper-main .more {
  display: none;
}
.mb-info {
    display: none;
}

.pop-block {
    display: none;
}
.footer-qr-code {
    width: 48px;
    height: 48px;
    background: url(../images/developer-center-second/developer-center-register/icon_erweima.svg) no-repeat center/cover!important;
    position: fixed;
    bottom: 381px;
    right: 20px;
    z-index: 11;
}

#qrcodeCanvas{
    font-size: 0;
}

.footer-qr-code-content {
    padding: 10px;
    position: fixed;
    bottom: 439px;
    right: 15px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.10);
    z-index: 2;
}

.footer-qr-code-content h5 {
    color: #666a75;
    margin-top: 7px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

.mobile-loader {
    display: none;
}

@media (max-width: 1679px){
    .footer-qr-code{
        bottom: 236px;
    }
    .footer-qr-code-content{
        bottom: 294px;
    }
}
@media (max-width: 1023px) {
    .footer-qr-code{
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    #content {
        position: relative;
        background-color: rgba(238,240,245,.5);
    }
    #personal_logo.header-logo,
    .header-menu-mb {
        display: none;
    }
    #content .personal-center-top-userinfo,.page-customize{
        display: none;
    }
    .wrapper-main {
        width: auto;
        overflow: hidden;
        padding: 0 15px;
    }
    .side-bar-left,
    .register-title {
        display: none;
    }
    .wrapper-main div:first-child {
        width: 100%;
        margin-left: auto;
    }

    .no-data-box{
      margin-top: 100px;
  }
  .no-data-box .no-data-info{
      font-size: 14px;
  }
  .wrapper-main  .no-data-box .icon-nodata{
      width: 75px;
      height: 75px;
  }
  .no-data-box .no-data-info div {
      display: inline-block;
      width: auto;
  }

  .wrapper-main .more{
      display: inline-block;
      font-size: 14px;
      color: #A0A2A8;
      line-height: 20px;
      text-align: center;
      cursor: pointer;
      height: 20px;
      opacity: 1;
      width: 100%;
      margin-top: 20px;
  }
  .wrapper-main .more.show-loading{
      opacity: 0;
  }
  .wrapper-main .more.hide-loading{
      display: none;
  }
    .register-list li {
        margin-top: 10px;
        height: auto;
    }

    .register-list li:first-child{
        margin-top: 0;
    }

    .register-list li:last-child{
        margin-bottom: 10px;
    }
    .register-list .register-label {
        width: 30px;
        font-size: 16px;
        padding: 33px 7px 36px;
        line-height: 22px;
    }
    .list-block .btn-block {
        display: none;
    }
    .register-detail-box {
        width: calc(100% - 30px);
        padding: 15px 15px 10px 15px;
    }
    .register-detail-box p span.icon {
        display: block;
        line-height: 16px;
        margin-bottom: 5px;
        margin-right: 0;
        padding-left: 25px;
        font-size: 12px;
    }
    .register-detail-box .title {
        font-size: 16px;
        color: #252b3a;
        line-height: 22px;
        margin-bottom: 5px;
        max-width: 100%;
        text-overflow: ellipsis;
    }
    .register-detail-box p {
        margin-bottom: 0;
    }
    .mb-info {
        display: block;
    }
    .pc-info {
        display: none;
    }
    .register-detail-box p span.icon-qrcode {
        line-height: 20px;
        margin-bottom: 0;
        display: inline-block;
    }
    .register-detail-box p .icon.icon-qrcode:before {
        top: 2px;
        left: 2px;
    }
    .icon.icon-qrcode:hover .qrcode-box {
        display: none;
    }
    .register-detail-box p span.qrcode-box {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .pop-block {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 999;
    }
    .wrapper-main .pop-block .weixin-qrcode-block {
        width: 227px;
        height: 246px;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        padding-top: 20px;
        text-align: center;
    }
    .weixin-qrcode-block .qrcode-block-title {
        font-size: 16px;
        color: #252b3a;
        line-height: 22px;
        text-align: center;
    }
    .weixin-qrcode-block .qrcode-block-img {
        width: 138px;
        height: 138px;
        margin: 10px auto;
        display: block;
    }
    .weixin-qrcode-block .qrcode-block-btn {
        font-size: 16px;
        color: #ffffff;
        background: #f66f6a;
        padding: 10px 0 13px;
        text-align: center;
        border-radius: 0 0 8px 8px;
    }
    .register-area-devcenter,
    .footer-service{
      display: none;
    }
    #footer{
      display: block;
    } 
	.mobile-loader {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #A0A2A8;
    }
	
}