body,
html {
  font-size: 0;
}

.personal-center-content-nav {
  border: none;
}

.common-slide-ul {
  padding-bottom: 84px;
}

#content .wrapper-top {
  height: 350px;
}

.wrapper-main {
  overflow: hidden;
}

.wrapper-main>div:nth-child(1) {
  width: 100%;
}

.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: -webkit-calc(100% - 6px);
  width: -moz-calc(100% - 6px);
  width: calc(100% - 6px);
  display: flex;
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  position: relative;
  padding-left: 54px;
}

.register-list .register-label {
  height: 100%;
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  left: 0;
}

.register-list .register-label span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  transform: translateY(0) rotate(90deg);
  -ms-transform: translateY(0) rotate(90deg);
  /* Internet Explorer 9*/
  -moz-transform: translateY(0) rotate(90deg);
  /* Firefox */
  -webkit-transform: translateY(0) rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: translateY(0) rotate(90deg);
  /* Opera */
}

.register-detail-box {
  padding: 30px 20px;
  display: inline-block;
  height: 100%;
  width: 100%;
  vertical-align: top;
}

.register-detail-box a {
  display: inline-block;
  vertical-align: top;
}

.register-detail-box .title {
  display: inline-block;
  cursor: pointer;
  max-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  color: #191919;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 550;
}

.pc-bottom {
  margin-bottom: 16px;
}

.register-detail-box .card-title .click-title {
  max-width: calc(100% - 100px);
  margin-right: 20px;
}

.register-list li .register-detail-box .title:hover {
  color: #1b79c8;
}

.register-detail-box .change-register {
  color: #1B3F86;
  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/icon-edit.svg) no-repeat center;
  left: 0;
  top: 5px;
}

.register-detail-box .change-register:hover {
  color: #1B3F86;
}

.register-detail-box .change-register:hover:before {
  background: url(./../images/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;
  font-size: 14px;
  color: #595959;
  letter-spacing: 0;
  line-height: 20px;
}

.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/icon-days.png) no-repeat center;
}

.icon.icon-people:before {
  background: url(../images/icon-people.png) no-repeat center;
}

.icon.icon-location:before {
  background: url(../images/icon-location.png) no-repeat center;
}

.icon.icon-reward:before {
  background: url(../images/icon-reward.png) no-repeat center;
}

.icon.icon-qrcode:before {
  background: url(../images/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;
}

.flex-col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn-block.myworks:not(:last-child) {
  margin-bottom: 10px;
}

.list-block .register-detail-box .btn-block {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  color: #4FA700;
  background: rgba(79, 167, 0, 0.1);
  border-radius: 12px;
  padding: 0px 8px;
  font-size: 12px;
  margin-bottom: 12px;
}

.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: #FDC000;
  border-radius: 16px 0 0 16px;
}

.register-list .register-label.started {
  background: #007EFF;
  border-radius: 16px 0 0 16px;
}

.register-list .register-label.stopped {
  background: #999999;
  border-radius: 16px 0 0 16px;
}

.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;
}

#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-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: 184px;
  height: 40px;
  line-height: 40px;
  padding: 0 32px 0 60px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #FFFFFF;
  margin-right: 32px;
}

.btn-block.myworks .btn.btn-red {
  background: #000000;
  border-radius: 20px;
}

.btn-block.myworks .btn.btn-red:hover {
  background-color: #404040;
}

.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;
}

.mysignup-share::after {
  content: url(../images/developer-center-register/icon-present.png);
  position: absolute;
  top: 4px;
  left: 32px;
  width: 20px;
  height: 20px;
}

.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 .wrapper-top {
    height: 150px;
  }

  .wrapper-main .right-block{
    padding-bottom: 20px;
  }

  .mysignup-share::after {
    content: url(../images/developer-center-register/icon-present.png);
    position: absolute;
    top: 5px;
    left: 20px;
  } 

  #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-detail-box .pc-info.pc-info-p{
    margin-bottom: 12px;
  }

  .Mobile .register-detail-box p.pc-info.last{
    margin-bottom: 12px;
  }

  .flex-col-center {
    padding-left: 15px;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    height: 0;
  }

  .btn-block.myworks .btn.btn-red{
    margin-right: 24px;
    position: relative;
    top: -47px;
    height: 32px;
    line-height: 32px;
    padding: 0 24px 0 48px;
    width: 151px;
    font-size: 12px;
  }

  .btn-block.myworks .btn{
    margin-bottom: 24px;
  }

  .register-list li {
    width: 100%;
    display: block;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background: #FFFFFF;
    border-radius: 16px;
  }

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

  .register-list li:last-child {
    margin-bottom: 10px;
  }

  .register-list .register-label {
    width: 40px;
    font-size: 14px;
    line-height: 18px;
  }

  .register-detail-box {
    width: 100%;
    padding: 16px 24px 16px 16px;
  }

  .register-detail-box p span.icon {
    display: block;
    line-height: 16px;
    margin-right: 0;
    padding-left: 25px;
    font-size: 12px;
  }

  .register-detail-box .title {
    font-size: 16px;
    color: #252b3a;
    line-height: 24px;
    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 {
    padding: 8px 0;
  }

  .register-detail-box .card-title,
  .register-detail-box .pc-info{
    margin-bottom: 12px;
  }
  

  .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 {
    width: auto;
    transform: translateY(0) rotate(90deg);
    -ms-transform: translateY(0) rotate(90deg);
    -moz-transform: translateY(0) rotate(90deg);
    -webkit-transform: translateY(0) rotate(90deg);
    -o-transform: translateY(0) rotate(90deg);
  }

  .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-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;
    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;
  }
}