@charset "utf-8";
body,
html {
  font-size: 0;
}
#content{font-size:0;}
.content .lead-poster {
	height:260px;
  background: url(../images/developer-center-second/developer-center-expert-new/banner.jpg) no-repeat center/cover;
}

.poster-content {
  max-width: 1280px;
}
.content-block {
  max-width: 1320px;
}

@media only screen and (max-width:1439px){
	.poster-content {
      max-width: 1200px;
    }
    .content-block {
      max-width: 1220px;
	}
}

.AGrid-row.gap,
.no-gap .AGrid-row.gap {
  margin: -8px;
}

.AGrid-row.gap [class^='col-'],
.no-gap .AGrid-row.gap [class^='col-'] {
  padding: 8px;
}


.poster-content-box .poster-caption {
  margin-bottom: 8px;
}

.poster-content-box .poster-text {
  width: 500px;
  margin-bottom: 32px;
}

.content-block .more-btn {
  font-size: 14px;
  color: #526ecc;
  text-align: center;
  line-height: 22px;
  margin-top: 32px;
  position: relative;
}

.content-block .more-btn a {
  cursor: pointer;
  display: inline-block;
  padding-right: 19px;
  position: relative;
}

.content-block .more-btn a:hover {
  color: #344899;
}

.content-block .more-btn a:hover:after {
  background: url(../images/developer-center-second/developer-center-expert-new/more_hover.svg) no-repeat center;
}

.content-block .more-btn a:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 13px;
  background: url(../images/developer-center-second/developer-center-expert-new/more.svg) no-repeat center;
  height: 7px;
  right: 0px;
  top: 7px;
  z-index: 1;
}

.titleBar .caption {
  font-size: 24px;
  color: #252b3a;
  text-align: center;
  line-height: 30px;
  margin-bottom: 32px;
}

.po-btn.po-btn-primary:hover {
  background: #ff8b87;
  box-shadow: 0 8px 6px -4px rgba(246, 111, 106, 0.5);
  border-color: transparent;
}

.developer-new-events-block .titleBar .caption {
  margin-bottom: 33px;
  margin-top: 6px;
}

/*最新直播*/
.bg02 {
  background: #fafafa;
}
.developer-new-live-block .titleBar .caption {
  margin-top: 6px;
  margin-bottom: 32px;
}

.developer-new-live-block .developer-live .img-block {
  display: block;
  height: 195px;
  background: url(../images/developer-center-second/developer-center-expert-new/bg-live-block.png) no-repeat
    center/cover;
}

.developer-new-live-block .developer-live .live-cover {
  background: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
}

.developer-new-live-block .developer-live .live-cover:hover {
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.08);
}

.developer-live .live-intro-block {
  padding-top: 46px;
  display: inline-block;
  padding-left: 27px;
  vertical-align: top;
  width: calc(100% - 150px);
  padding-right: 24px;
}

.developer-new-live-block .developer-live .img-block .image-person {
  display: inline-block;
  vertical-align: top;
  width: 150px;
}

.developer-live .live-intro-block .person-name {
  font-size: 14px;
  color: #252b3a;
  line-height: 22px;
  margin-bottom: 4px;
}

.developer-live .live-intro-block .person-intro {
  font-size: 12px;
  color: #575d6c;
  line-height: 18px;
  margin-bottom: 6px;
}

.developer-live .live-intro-block .live-detail-block {
  padding: 16px 52px 16px 8px;
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  opacity: 0.5;
  background: #333854;
  border-radius: 2px;
  position: relative;
}

.developer-live .live-intro-block .live-detail-block:after {
  content: '';
  position: absolute;
  width: 36px;
  height: 36px;
  display: inline-block;
  right: 8px;
  top: 16px;
  background: url(../images/developer-center-second/developer-center-expert-new/icon-livebtn.svg) no-repeat center/cover;
}

.developer-live .live-lists {
  padding: 24px;
}

.developer-live .live-lists .live-item {
  font-size: 14px;
  color: #252b3a;
  line-height: 22px;
  margin-bottom: 8px;
}

.developer-live .live-lists .live-item:last-child {
  margin-bottom: 0;
}
.developer-live .live-lists .live-item a {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  max-height: 22px;
}
.developer-live .live-lists .live-item a:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 2px;
  background: #252b3a;
  display: inline-block;
  top: 10px;
  left: 0px;
}

.developer-live .live-lists .live-item a:hover {
  color: #c7000b;
}

.developer-live .live-lists .live-item a:hover:before {
  background: #c7000b;
}

/*专家资讯*/
.bg03 {
  background: #e9edfa;
}

.developer-expert .expert-cover {
  /* background: #FFFFFF; */
}

.expert-cover .expert-intro-block {
  padding: 70px 35px;
}

.developer-expert > div:first-child .expert-intro-block {
  background: url(../images/developer-center-second/developer-center-expert-new/bg-expert-block01.png) no-repeat
    center/cover;
}

.developer-expert > div:nth-child(2) .expert-intro-block {
  background: url(../images/developer-center-second/developer-center-expert-new/bg-expert-block02.png) no-repeat
    center/cover;
}

.expert-cover .expert-intro-block .expert-title {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 26px;
}

.expert-cover .expert-intro-block .expert-more {
  margin-top: 8px;
}

.developer-expert .expert-lists {
  padding: 24px 24px 12px 24px;
}

.developer-expert .expert-lists .expert-item {
  font-size: 14px;
  color: #252b3a;
  line-height: 22px;
  margin-bottom: 8px;
}

.developer-expert .expert-lists .expert-item:last-child {
  margin-bottom: 0;
}
.developer-expert .expert-lists .expert-item a {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  max-height: 22px;
}
.developer-expert .expert-lists .expert-item a:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 2px;
  background: #252b3a;
  display: inline-block;
  top: 10px;
  left: 0px;
}

.developer-expert .expert-lists .expert-item a:hover {
  color: #526ecc;
}

.developer-expert .expert-lists .expert-item a:hover:before {
  background: #526ecc;
}

/*专家权益*/
.bg04 {
  background-color: #F5F5F5;
}

.developer-rights-block {
  padding-bottom: 56px;
}

.developer-rights-block .titleBar .caption {
  color:#252B3A;
}

.developer-rights .rights-cover {
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(128, 132, 145, 0.2);
  border-radius: 2px;
  padding: 32px 10px;
}

.developer-rights .rights-cover .rights-intro-block .icon-block {
  text-align: center;
  margin-bottom: 24px;
}

.developer-rights .rights-cover .rights-intro-block .icon-block .icon-rights {
  display: inline-block;
  width: 60px;
  height: 60px;
}

.rights-cover .rights-intro-block .rights-title {
  font-size: 18px;
  color: #252B3A;
  text-align: center;
  line-height: 22px;
  margin-bottom: 35px;
  position: relative;
}

.rights-cover .rights-intro-block .rights-title:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 3px;
  position: absolute;
  background: #adb0b8;
  bottom: -17px;
  left: calc(50% - 16px);
}

.rights-cover .rights-intro-block .rights-detail {
  opacity: 0.8;
  font-size: 14px;
  color: #575D6C;
  text-align: center;
  line-height: 22px;
}

/*最新加入*/
.bg05 {
  background: #fafafa;
}
.developer-new-join-block {
  padding-bottom: 48px;
}
.developer-new-join-block .titleBar .caption {
  margin-top: 9px;
}

.developer-new-join-block .new-join-cover {
  background: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(128, 132, 145, 0.06);
  text-align: center;
  margin-bottom: 8px;
}

.developer-new-join-block .new-join-cover:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
}

.developer-new-join .img-block {
  margin-top: 32px;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
}

.developer-new-join .img-block .img-expert {
  display: inline-block;
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
.developer-new-join .isExpert:after {
  content: '';
  display: inline-block;
  background: url(../images/developer-center-second/developer-center-expert-new/icon-expert.png) no-repeat center/cover;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 2px;
  right: 2px;
}

.new-join-cover .expert-nick {
  font-size: 20px;
  color: #252b3a;
  text-align: center;
  line-height: 26px;
  margin-bottom: 19px;
  position: relative;
}

.new-join-cover .expert-nick a {
  display: inline-block;
  height: 26px;
  padding: 0 20px;
}

.new-join-cover .expert-nick:after {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: -8px;
  width: 32px;
  height: 3px;
  background: #adb0b8;
  transition: all 0.3s;
  left: calc(50% - 16px);
}

.new-join-cover:hover .expert-nick:after {
  width: 40px;
  left: calc(50% - 20px);
  background: #c7000b;
}

.new-join-cover .expert-intro {
  font-size: 14px;
  color: #575d6c;
  text-align: center;
  line-height: 22px;
  height: 22px;
  margin-bottom: 24px;
}

.new-join-cover .expert-intro a{
  height: 22px;
  display: inline-block;
  padding: 0 20px;
}

.new-join-cover .btn-block {
  margin-bottom: 24px;
  height:32px;
}

.new-join-cover .card-bottom-cover {
  padding: 12px 26px 12px 18px;
  background: url(../images/developer-center-second/developer-center-expert-new/bg-new-join-bottom.jpg) no-repeat
    center/cover;
}
.new-join-cover .card-bottom-cover p {
  font-size: 14px;
  color: #575d6c;
  text-align: center;
  line-height: 22px;
  height: 44px;
  cursor: pointer;
}

.new-join-cover .card-bottom-cover p:hover {
  color: #526ecc;
}

/*申请流程*/
.bg06 {
  background: url(../images/developer-center-second/developer-center-expert-new/bg06.jpg) no-repeat center/cover;
}
.developer-join-progress-block .titleBar .caption {
  margin-top: 6px;
}

.developer-join-progress-block .developer-join-progress {
  background: #fff;
  padding: 56px 156px 46px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
}

.developer-join-progress .progress-lists {
  overflow: hidden;
  margin-bottom: 16px;
}

.developer-join-progress .progress-lists .progress-item {
  width: 100px;
  float: left;
  margin-right: 293px;
  position: relative;
}

.developer-join-progress .progress-lists .progress-item:last-child {
  margin-right: 0;
}

.developer-join-progress .progress-lists .progress-item:last-child:after {
  display: none;
}

.developer-join-progress .progress-lists .progress-item .icon-number {
  width: 100%;
  display: inline-block;
  height: 100px;
  margin-bottom: 16px;
  background-size: cover;
}

.progress-item .icon-number.number01 {
  background: url(../images/developer-center-second/developer-center-expert-new/icon-progress01.png) no-repeat center;
}
.progress-item .icon-number.number02 {
  background: url(../images/developer-center-second/developer-center-expert-new/icon-progress02.png) no-repeat center;
}
.progress-item .icon-number.number03 {
  background: url(../images/developer-center-second/developer-center-expert-new/icon-progress03.png) no-repeat center;
}

.progress-item:after {
  background: url(../images/developer-center-second/developer-center-expert-new/line-progress.svg) no-repeat center;
  content: '';
  position: absolute;
  display: inline-block;
  width: 234px;
  height: 6px;
  top: 47px;
  right: -264px;
}

.developer-join-progress .progress-lists .progress-item p {
  font-size: 14px;
  color: #252b3a;
  text-align: center;
  line-height: 18px;
}

.developer-join-progress .progress-intro {
  font-size: 16px;
  color: #666a75;
  text-align: center;
  line-height: 22px;
  margin-bottom: 32px;
}
.developer-join-progress .progress-intro span {
  color: #c7000b;
}

.developer-join-progress .apply-requirements {
  overflow: hidden;
  margin-bottom: 16px;
}

.apply-requirements .requirements-item {
  font-size: 14px;
  color: #252b3a;
  width: 50%;
  float: left;
  margin-bottom: 16px;
  padding-left: 28px;
  position: relative;
}
.apply-requirements .requirements-item:nth-child(2n){
  width: calc(50% - 90px);
  margin-left: 90px;
}
.apply-requirements .requirements-item:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  display: inline-block;
  left: 0;
  top: 0;
}
.apply-requirements .requirements-item.item01:before {
  background: url(../images/developer-center-second/developer-center-expert-new/icon-apply-requirements01.svg) no-repeat
    center/cover;
}
.apply-requirements .requirements-item.item02:before {
  background: url(../images/developer-center-second/developer-center-expert-new/icon-apply-requirements02.svg) no-repeat
    center/cover;
}
.apply-requirements .requirements-item.item03:before {
  background: url(../images/developer-center-second/developer-center-expert-new/icon-apply-requirements03.svg) no-repeat
    center/cover;
}
.apply-requirements .requirements-item.item04:before {
  background: url(../images/developer-center-second/developer-center-expert-new/icon-apply-requirements04.svg) no-repeat
    center/cover;
}
.apply-requirements .requirements-item.item05:before {
  background: url(../images/developer-center-second/developer-center-expert-new/icon-apply-requirements05.svg) no-repeat
    center/cover;
}

.developer-join-progress .btn-block {
  text-align: center;
  margin-bottom: 32px;
}

.developer-join-progress .apply-message {
  font-size: 14px;
  color: #252b3a;
  text-align: center;
}

.developer-join-progress .apply-message p {
  display: inline-block;
}

.developer-join-progress .apply-message p a {
  color: #344899;
  cursor: pointer;
}

.developer-join-progress .apply-message p a:hover {
  text-decoration: underline;
}

.developer-join-progress .apply-message p:first-child {
  margin-right: 160px;
}



@media only screen and (max-width: 768px) and (min-width: 320px) {
  .content .lead-poster {
    height: 200px;
    background: url(../images/developer-center-second/developer-center-expert-new/banner-mb.jpg) no-repeat center/cover;
  }
  .poster-content-box .poster-text {
    margin-bottom: 16px;
  }
  .banner-btn .po-btn {
    padding: 0 23px;
    height: 32px;
    line-height: 30px;
  }
  .sidebar-box2 {
    display: none;
  }
  .content-block {
    padding: 20px 15px 28px;
  }
  .titleBar .caption,
  .developer-new-events-block .titleBar .caption {
    margin-top: 8px;
    margin-bottom: 16px;
  }
  /*专家直播*/
  .developer-new-live-block .titleBar .caption {
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .developer-new-live-block .developer-live .img-block {
    height: 172px;
  }
  .developer-live .live-lists {
    padding: 16px 15px;
  }
  .developer-new-live-block .developer-live .live-cover {
    border: 1px solid #dfe1e6;
    box-shadow: none;
  }
  .developer-live .live-lists .live-item {
    margin-bottom: 4px;
  }
  .content-block .more-btn {
    margin-top: 16px;
  }
  .expert-cover .expert-intro-block {
    padding: 60px 15px 56px;
  }
  .developer-expert .expert-cover {
    background: transparent;
  }
  .developer-expert .expert-lists {
    padding: 16px 15px 0;
  }
  /*专家权益*/
  .bg04 {
    background-color: #F5F5F5;
  }
  .developer-rights-block .titleBar .caption {
    margin-bottom: 32px;
  }
  .developer-rights .rights-cover {
    padding: 28px 0 28px;
  }
  .rights-cover .rights-intro-block .rights-detail {
    height: 66px;
    padding: 0 20px;
  }
  /*最新加入*/
  .developer-new-join-block {
    padding: 20px 44px 28px;
  }
  .developer-new-join-block .new-join-cover {
    margin-bottom: 0;
    margin: 0 8px;
  }
  .developer-new-join-block .AGrid-row.gap {
    margin: 0;
  }
  .developer-new-join-block .swiper-slide {
    padding: 0 !important;
  }
  .developer-new-join .img-block {
    margin: 28px 0 16px;
  }
  .new-join-cover .expert-intro {
    margin-bottom: 16px;
  }
  .new-join-cover .btn-block {
    margin-bottom: 28px;
    height:32px;
  }
  /*swiper*/
  .swiper-pagination-bullet {
    background: #e9edfa;
    opacity: 1;
    height: 5px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
  }
  .swiper-pagination-bullet-active {
    width: 30px;
    background: #f66f6a;
    border-radius: 3px;
  }
  .developer-new-join-block .swiper-container {
    padding-bottom: 22px;
  }
  /*申请流程*/
  .developer-join-progress-block .titleBar .caption {
    margin-top: 8px;
  }
  .developer-join-progress-block .developer-join-progress {
    padding: 28px 15px;
  }
  .developer-join-progress .progress-lists .progress-item {
    width: 58px;
    margin-right: calc(50vw - 118px);
    text-align: center;
  }
  .developer-join-progress .progress-lists .progress-item .icon-number {
    height: 48px;
    width: 48px;
    margin-bottom: 6px;
  }
  .progress-item:after {
    background-position-x: right;
    width: calc(50vw - 138px);
    right: calc(126px - 50vw);
    top: 21px;
  }
  .developer-join-progress .progress-lists {
    margin-bottom: 15px;
  }
  .developer-join-progress .progress-intro {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 28px;
  }
  .apply-requirements .requirements-item {
    width: 100%;
    float: none;
    padding-left: 30px;
    font-size: 12px;
    margin-bottom: 8px;
  }
  .apply-requirements .requirements-item:nth-child(2n){
    margin-left: 0;
    width: 100%;
  }
  .apply-requirements .requirements-item:before {
    width: 18px;
    height: 18px;
  }
  .developer-join-progress .apply-requirements {
    margin-bottom: 20px;
  }
  .developer-join-progress .btn-block {
    margin-bottom: 28px;
  }
  .developer-join-progress .btn-block .po-btn {
    height: 28px;
    line-height: 26px;
    font-size: 12px;
    padding: 0 19px;
  }
  .developer-join-progress .apply-message {
    text-align: left;
    font-size: 12px;
  }
  .developer-join-progress .apply-message p:first-child {
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .developer-new-join .po-btn.po-btn-primary:hover{
    box-shadow: none;
    border-color: transparent;
    background: #f66f6a;
  }
}

/*活动卡片*/
.salesPro-list-wrapper {
  margin: 0 auto;
  width: 1180px;
}
.click-box {
  width: calc((100% - 34px) / 3);
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 16px;
  border-radius: 2px;
  position: relative;
}
.click-box:nth-child(3) {
  margin-right: 0;
}
.click-box:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}
.click-box:hover .salesPro-caption {
  color: #c7000b;
}
.salesPro-box {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
}

.click-box:after {
  background: url(../images/developer-center-second/developer-center-expert-new/img-cover.png) no-repeat center/cover;
  position: absolute;
  height: 197px;
  content: '';
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.salesPro-box img {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  display: inline-block;
  height: 197px;
  width: 100%;
}
.time-coutdown {
  background: url(../images/developer-center-second/developer-center-expert-new/time-cutdown.png) no-repeat center/cover;
  transition: all 0.3s;
  text-align: left;
  padding-left: 24px;
  position: absolute;
  color: #ffffff;
  height: 36px;
  width: 100%;
  z-index: 2;
  opacity: 0;
  top: 161px;
  left: 0;
}
.click-box:hover .time-coutdown {
  opacity: 1;
}

.time-coutdown em {
  font-style: normal;
  line-height: 20px;
  font-size: 14px;
  margin: 8px 0;
  display: inline-block;
}
.time-coutdown em:first-child {
  /* margin-right: 10px; */
  margin-left: 0;
}
.time-coutdown span {
  line-height: 22px;
  font-size: 18px;
  display: inline-block;
  margin: 7px 0;
}
.salesPro-info {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border: 1px solid #dfe1e6;
  position: relative;
  border-top: none;
  padding: 24px;
  width: 100%;
}
.salesPro-info:after {
  display: inline-block;
  position: absolute;
  height: 22px;
  content: '';
  z-index: 3;
  top: 24px;
  right: -1px;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
  padding: 0 8px 0 14px;
  background: url(../images/developer-center-second/developer-center-expert-new/bg-events-status.png) no-repeat center/cover;
}
.salesPro-caption {
  width: calc(100% - 66px);
  display: inline-block;
  word-break: break-all;
  margin-bottom: 8px;
  white-space: nowrap;
  line-height: 22px;
  max-height: 22px;
  overflow: hidden;
  font-size: 18px;
  color: #252b3a;
}
.salesPro-time span {
  display: inline-block;
  line-height: 22px;
  font-size: 14px;
  color: #575D6C;
  width: auto;
}
.salesPro-time em {
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color: #575D6C;
  font-style: normal;
}
.salesPro-location {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.location-icon {
  vertical-align: middle;
  background: url(../images/developer-center-second/developer-center-expert-new/location.svg) no-repeat center/contain;
  display: inline-block;
  height: 17px;
  width: 14px;
}
.salesPro-location span {
  vertical-align: middle;
  display: inline-block;
  line-height: 22px;
  max-height: 22px;
  max-width: 120px;
  margin-left: 5px;
  font-size: 14px;
  color: #575D6C;
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  white-space: nowrap;
  word-break: break-all;
}
.popularE .salesPro-location span {
  max-width: initial;
}

.salesPro-info[status="报名进行中"]:after{
  content: "报名进行中";
}

.salesPro-info[status="报名已满员"]:after{
  content: "报名已满员";
}

.salesPro-info[status="报名已结束"]:after{
  content: "报名已结束";
  background: url(../images/developer-center-second/developer-center-expert-new/bg-events-status-end.png) no-repeat center/cover;
}

.salesPro-info[status="活动已结束"]:after{
  content: "活动已结束";
  background: url(../images/developer-center-second/developer-center-expert-new/bg-events-status-end.png) no-repeat center/cover;
}

.salesPro-info[status="活动进行中"]:after{
  content: "活动进行中";
}
@media only screen and (min-width:768px){
  body{
    min-width:1200px;
  }
}
@media only screen and (max-width: 768px) {
  .salesPro-list-wrapper {
    margin-bottom: 5px;
    width: 100%;
  }
  .click-box {
    margin-bottom: 16px;
    margin-right: 0;
    width: 100%;
  }
  .click-box:nth-child(3) {
    margin-bottom: 0px;
  }
  .wrapper .more {
    font-size: 14px;
    color: #a0a2a8;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    height: 20px;
    opacity: 1;
  }
  .wrapper .more.show-loading {
    opacity: 0;
  }
  .wrapper .more.hide-loading {
    display: none;
  }
  .register-area-devcenter,
  .footer-service,
  #footer {
    display: none;
  }
  .click-box img {
    height: 172px;
    width: 100%;
  }
  .click-box:after {
    height: 172px;
  }
  .time-coutdown {
    top: 136px;
    padding: 0 15px;
    opacity: 1;
  }
  .salesPro-caption {
    margin-bottom: 4px;
    line-height: 20px;
    font-size: 16px;
    width: 100%;
  }
  .salesPro-info:after {
    right: -1px;
    top: -156px;
  }
  .salesPro-info {
    padding: 16px;
  }
  .salesPro-location {
    bottom: 15px;
    right: 15px;
  }
  .salesPro-time span {
    display: inline-block;
    /* color: #A0A2A8; */
    margin-right: 10px;
    width: 170px;
    text-align: justify;
  }
  .salesPro-time em {
    display: none;
  }
  .salesPro-location span {
    max-width: 115px;
  }
}

/*暂无数据*/
.nodata-block {
  text-align: center;
}
.nodata-block .icon-nodata {
  display: inline-block;
  background: url(../images/developer-center-second/developer-center-expert-new/icon-nodata.png) no-repeat center/cover;
  width: 90px;
  height: 90px;
  margin-bottom: 30px;
}
.nodata-block p {
  font-size: 16px;
  color: #252b3a;
  line-height: 20px;
}

.developer-new-join .nodata-block {
  padding: 268px 0 346px;
}

.developer-new-events-block .nodata-block {
  padding: 79px 0;
}

.expert-lists .nodata {
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
  .nodata-block .icon-nodata {
    margin-bottom: 24px;
  }
  .developer-new-join .nodata-block {
    padding: 104px 0;
  }
  .developer-new-events-block .nodata-block {
    padding: 79px 0;
  }
}

@media only screen and (max-width:1230px) and (min-width:768px){
  .developer-join-progress .progress-lists .progress-item{
    margin-right: 272px;
  }
  .developer-join-progress .apply-message p:first-child{
    margin-right: 100px;
  }
  .scrolled .sidebar-box.fixed{
    left:15%;
    right: 15%;
  }
}
