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%;
  display: flex;
  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%;
  width: 100%;
  vertical-align: top;
}
.register-detail-box a{
  display: inline-block;
  vertical-align: top;
}

.register-detail-box .title {
  font-size: 18px;
  line-height: 25px;
  color: #252b3a;
  display: inline-block;
  cursor: pointer;
  max-height: 50px;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  max-width: 407px;
}
.pc-bottom{
  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 {
  display: inline-block;
  font-size: 14px;
  color: #575D6C;
  line-height: 20px;
  margin-bottom: 10px;
}
.register-detail-box p.pc-info{
  display: block;
}
.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;
  color: #DDDDDD;
}
.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;
  z-index: 999;
}
.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;
}
.flex-col-center{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.btn-block.myworks:not(:last-child){
  margin-bottom: 10px;
}
.list-block .btn-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: 15px;
}
.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;
} */

#receiveVoucher{
  color: #C7000B;
}
#receiveVoucher:hover{
  background: #c7000b;
  color:#fff;
}
.uploadProduct{
  right: 80px;
  bottom: 84px;
  display: none;
}

.shareWithVoucher{
  padding-top: 0;
  bottom: 50%;
  transform: translateY(-50%);
}
.btn-second{
  position: absolute;
  padding-top: 0;
  bottom: calc(50% - 17px);
  transform: translateY(50%);
  right: 30px;
}
.btn-second p{
  font-size: 14px;
  white-space: nowrap;
  float: right;
  padding-right: 8px;
}
.btn-block.myworks .btn.registered-btn {
  opacity: 1;
  background-color: #f5f5f6;
  color: #ADB0B8;
  border: 1px solid #dfe1e6;
  border-radius: 3px;
  margin-right: 0;
}

.btn-block.myworks .btn.registered-btn+p{
  white-space: nowrap;
  opacity: 1;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #575d6c;
  line-height: 20px;
  padding-right: 0;
  margin-top:3px;
}
.btn-block.myworks .btn.registered-btn+p>a{
  color:#4a9df2;
}
.has-rec-btn{
  width: auto;
  text-align: right;
  margin-right: 15px;
}
.btns .btn .btn-red-border{
  width: 152px;
  height: 48px;
  border: 1px solid #c7000b;
  border-radius: 3px;
  background: transparent;
} 
.btn-block.myworks .btn {
  width: 120px;
  height: 35px;
  border: 1px solid #c7000b;
  line-height: 35px;
  padding: 0;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
.btn-block.myworks .btn.btn-red {
  color: #fff;
  background: #c7000b;
  position: relative;
}
.btn-block.myworks .btn.btn-red:hover {
  box-shadow: 0 8px 16px 0 rgba(227, 24, 31, 0.3);
  background-color: #D64a52;
}
.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;
}


.btn.btn-red.mysignup-share{
  position: relative;
  padding-left:13px;
}

.mysignup-share::after{
  content: url(../images/developer-center-second/developer-center-register/icon-present.png);
  position: absolute;
  top:5px;
  left:13px;
}
.wrapper-main .more {
  display: none;
}
.mb-info {
    display: none;
}

.pop-block {
    display: none;
}
.mobile-loader {
	display: none;
}

@media only screen and (max-width: 768px) {
  .mysignup-share::after {
    content: url(../images/developer-center-second/developer-center-register/icon-present.png);
    position: absolute;
    top: 3px;
    left: 13px;
}

    #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;
    }
    .flex-col-center{
      padding-left: 15px;
      flex-direction: row;
      justify-content: flex-start;
      flex-wrap: wrap;
    }
    .register-list li {
        display: block;
        margin-top: 10px;
        padding-left: 30px;
        position: relative;
    }

    .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 .title {
        font-size: 16px;
        color: #252b3a;
        line-height: 22px;
        max-width: 100%;
        max-height: 66px;
    }
    .register-detail-box p {
        margin-bottom: 0;
        line-height: 1;
    }
    .mb-info {
        display: block;
    }
    .register-detail-box .mb-info.last{
      margin: auto auto 0 20px;
    }
    .register-detail-box .pc-info.pc-info-p {
        display: none;
    }
    .pc-block-info {
      display: none;
    } 
    .mb-block-info {
      display: inline-block;
    } 
    .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;
   }
 
   .flex-col-center .btn-block.myworks{
    padding-top:0;
    text-align: left;
    padding-bottom: 15px;
    width: auto;
    margin: 0;
   }
   .btn-block.myworks.has-rec-btn{
     display: flex;
     align-items: center;
     flex-wrap: inherit;
   }
   .btn-block.myworks .btn.registered-btn{
     margin-right: 12px;
   }
   .mysignup-share{
     box-sizing: border-box;
     width: 112px;
     height: 28px;
     line-height: 28px;
     display: inline-block;
     text-align: center;
     padding-left:16px;
   }
   
   .btn-block.myworks.shareClass{
     bottom: 15px;
     right:13px;
   }

   .btn-block.btn-block.myworks.uploadProduct{
     bottom: 55px;
     right:13px;
     display: none;
   }
   .shareClass::before{
     content: url("../images/developer-center-second/developer-center-register/icon-present.png");
     position: absolute;
     top: 3px;
     left: 18px;
   }

   .card-title .change-register{
    display: none;
   }
   .register-detail-box .change-register{
    font-size: 12px;
    line-height: 16px;
    height: 16px;
   }
   .register-detail-box .change-register:before{
    top: 0;
   }
   .register-detail-box .mb-content {
    font-size: 12px;
    line-height: 17px;
    color: #575D6C;
    word-break: break-all;
    margin: 6px 0 6px 0;
   }
   .mb-info-status {
     display: inline-block;
     /* margin-bottom: 25px; */
     line-height: 17px;
     font-size: 12px;
     color: #4a9df2;
   }
  .pc-bottom{
    margin-bottom: 0px;
  }
}

