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: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  width: calc(100% - 300px);
}
.wrapper-main .right-block {
  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%;
  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;
  position: relative;
  padding-left: 54px;
}
.register-list .register-label {
  height: 100%;
  width: 54px;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  left: 0;
}
.register-list .register-label span{
  position: absolute;
  display: inline-block;
  width: 100%;
  padding: 0 17px;
  top: 50%;
  transform: translateY(-50%);
}
.register-detail-box {
  padding: 30px 0 30px 30px;
  display: inline-block;
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
  height: 100%;
  vertical-align: top;
}
.register-detail-box a{
  display: inline-block;
  vertical-align: top;
  height: 25px;
  line-height: 25px;
}

.register-detail-box .title {
  font-size: 18px;
  line-height: 25px;
  color: #252b3a;
  display: inline-block;
  cursor: pointer;
  max-height: 25px;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}
.register-detail-box .card-title{
  margin-bottom: 10px;
}
.register-detail-box .card-title .click-title{
  max-width: calc(100% - 210px);
  margin-right: 20px;
}
.register-list li .register-detail-box .title:hover {
  color: #1b79c8;
}
.register-detail-box .change-register{
  color: #575D6C;
  font-size: 14px;
  padding-left: 24px;
  position: relative;
}
.register-detail-box .change-register:before{
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(./../images/developer-center-second/developer-center-register/icon-edit.svg) no-repeat center;
  left: 0;
  top: 5px;
}
.register-detail-box .change-register:hover{
  color: #c7000b;
}
.register-detail-box .change-register:hover:before{
  background: url(./../images/developer-center-second/developer-center-register/icon-edit-hover.svg) no-repeat center;
}
.register-detail-box p {
  font-size: 14px;
  color: #666a75;
  line-height: 20px;
  margin-bottom: 10px;
}
.register-detail-box p.pc-info.last{
  margin-bottom: 0;
}
.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;
  background: #fff;
  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;
  margin: 0;
  padding: 0;
  line-height: 18px;
}
.icon.icon-qrcode:hover .qrcode-box{
  display: block;
}

.list-block .btn-block {
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
.list-block .btn-block .btn {
  height: 25px;
  line-height: 25px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  border-radius: 2px;
  cursor: default;
  text-align: left;
  margin-right: 32px;
}
.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;
  -o-background-size: cover;
     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;
  -o-background-size: cover;
     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;
  -o-background-size: cover;
     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 #c7000b;
  line-height: 32px;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.btn-block.myworks .btn.btn-red {
  color: #fff;
  background: #c7000b;
}
.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: #c7000b;
  background: #fff;
}
.btn-block.myworks .btn.btn-white:hover {
  color: #fff;
  background: #c7000b;
}
.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;
}
.mobile-loader {
	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;
        padding-left: 30px;
    }

    .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;
        line-height: 22px;
    }
    .register-detail-box {
        width: 100%;
        padding: 15px;
    }
    .register-detail-box p span.icon {
        display: block;
        line-height: 16px;
        margin-bottom: 10px;
        margin-right: 0;
        padding-left: 25px;
        font-size: 12px;
    }
    .register-detail-box a.click-title{
      height: 22px;
      line-height: 22px;
      margin-bottom: 10px;
    }
    .register-detail-box .title {
        font-size: 16px;
        color: #252b3a;
        line-height: 22px;
        max-width: 100%;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
    }
    .register-detail-box p {
        margin-bottom: 0;
        line-height: 1;
    }
    .mb-info {
        display: block;
    }
    .register-detail-box .mb-info{
      margin-bottom: 25px;
    }
    .register-detail-box .mb-info.last{
      margin-bottom: 0;
    }
    .pc-info {
        display: none;
    }
    .register-detail-box p span.icon-qrcode {
        line-height: 16px;
        height: 16px;
        margin-bottom: 0;
        display: inline-block;
    }
    .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: #c7000b;
        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;
    }
   .register-detail-box .card-title .click-title{
    max-width: 100%;
    width: 100%;
    margin-right: 0;
   }
   .register-detail-box .card-title .click-title+.change-register{
    display: none;
   }
   .register-list .register-label span{
    padding: 0 7px;
   }
   .btn-block.myworks{
    display: none;
   }
   .card-title .change-register{
    display: none;
   }
   .list-block .btn-block .btn{
    font-size: 12px;
    line-height: 18px;
    height: 18px;
   }
   .register-detail-box .change-register{
    font-size: 12px;
    line-height: 16px;
    height: 16px;
   }
   .register-detail-box .change-register:before{
    top: 0;
   }
}