@charset "utf-8";

/*云声平台公共css*/
#content {
  overflow: inherit;
}

.connect-suggestions-banner {
  min-width: 1600px;
}

#footer {
  min-width: 1600px;
}

.connect-suggestions-content-index .poster-content .errorMsg {
  position: absolute;
  left: 200px;
  bottom: -42px;
}

@media only screen and (min-width: 768px) {

  body,
  html {
    min-width: 1200px
  }

  .poster-content .errorMsg {
    width: 210px;
    height: 40px;
    line-height: 40px;
    opacity: 0.8;
    background: #ffffff;
    border-radius: 2px;
    margin-top: -16px;
    display: none;
    float: left;
  }

  .poster-content .errorMsg img {
    width: 16px;
    height: 16px;
    float: left;
    margin: 12px 8px 0 12px;
  }

  .poster-content .errorMsg span {
    font-size: 14px;
    font-weight: 400;
    color: #8a8e99;
  }

  .connect-header-search .errorMsg {
    width: 210px;
    height: 40px;
    line-height: 40px;
    opacity: 0.8;
    background: #ffffff;
    border-radius: 2px;
    display: inline-block;
    margin-left: 20px;
    display: none;
    position: absolute;
    right: -210px;
    top: 11px;
    z-index: 999;
  }



  .connect-header-search .errorMsg img {
    width: 16px;
    height: 16px;
    float: left;
    margin: 12px 8px 0 12px;
  }

  .connect-header-search .errorMsg span {
    font-size: 14px;
    font-weight: 400;
    color: #8a8e99;
  }
}

@media only screen and (max-width: 768px) {
  .connect-suggestions-banner {
    min-width: auto;
  }

  .connect-suggestions-content-index .connect-suggestions-content {
    width: 100% !important;
  }

  #header {
    display: none;
  }

  .errorMsg {
    display: none;
  }
}

body,
html {
  font-size: 0;
}

i,
em {
  font-style: normal;
}

.ucd-pager-ellipsis {
  font-size: 14px;
}

/*按钮*/
.btn-block .btns {
  border-radius: 2px;
  padding: 0 30px;
  font-size: 18px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid transparent;
}

.btn-block .btns.small {
  padding: 0 30px;
  min-width: 118px;
  font-size: 14px;
}

.btn-block .btns.red-btn {
  background: #1476FF;
  color: #fff;
}

.btn-block .btns.red-btn[disabled] {
  color: #a0a2a8;
  background: #f7f7f7;
  border-color: #dddddd;
  cursor: not-allowed;
}

.btn-block .btns.red-btn[disabled]:hover {
  box-shadow: none;
}

.btn-block .btns.red-btn:hover {
  box-shadow: 0 8px 16px 0 rgba(227, 24, 31, 0.3);
}

.btn-block .btns.white-btn {
  border: 1px solid #1476FF;
  background: #fff;
  color: #1476FF;
}

.btn-block .btns.white-btn:hover {
  background: #1476FF;
  color: #fff;
  border-color: #1476FF;
}

/*搜索暂时隐藏*/
.header-search-mb {
  display: none;
}

/*面包屑*/
.crumb-block {
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 16px;
  font-size: 0;
  margin-top: 20px;
}

.crumb-block a {
  color: #666a75;
  display: inline-block;
  font-size: 12px;
}

.crumb-block a:hover {
  color: #1b79c8;
}

.crumb-block .icon-arrow {
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  margin: 0 2px;
  color: #666a75;
}

.crumb-block span {
  display: inline-block;
  color: #252b3a;
  font-size: 12px;
}

/*input placeholder*/
input {
  border: 1px solid #ddd;
  color: #252b3a;
}

input:hover {
  border: 1px solid #aaa;
}

input:focus {
  border: 1px solid #aaa;
}

input button:-moz-focusring,
input input:-moz-focusring {
  outline: ButtonText solid 1px;
}

.placeholder {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  color: #575D6C;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #808080 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #575D6C !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #575D6C !important;
}

[status='预审中'] {
  background: #FFF0E0;
  color: #D96900 !important;
}

[status='预审通过'] {
  background: rgba(149, 179, 18, 0.10);
  color: #728C0A !important;
  min-width: 80px !important;
}

[status='预审不通过'] {
  background: #FFEAE8;
  color: #F23030 !important;
  min-width: 94px !important;
}

[status='已采纳'] {
  background: #E4F7E9;
  color: #029931 !important;
}

[status='已实现'] {
  background: #E6F2FF;
  color: #1476FF !important;
}

[status='其他'] {
  background: rgba(217, 26, 217, 0.10);
  color: #D91AD9 !important;
  min-width: 52px !important;
}

[status='未采纳'] {
  background: #EBEBEB;
  color: #191919 !important;
}

[status='暂不实现'] {
  background: rgba(217, 26, 217, 0.10);
  color: #D91AD9 !important;
  min-width: 80px !important;
}



/*弹框样式*/
.pop-block {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.3);
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  font-size: 0;
}

.pop-block.show {
  display: block;
}

.pop-block.show .pop-detail-block {
  display: block;
}

.pop-block .pop-detail-block {
  opacity: 1;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 30px 0;
  display: none;
}

.pop-block .pop-detail-block.error-block {
  width: 400px;
  height: 243px;
}

.pop-block .pop-detail-block.error-block .warning-box {
  padding: 25px 30px 40px 30px;
}

.pop-block .pop-detail-block.error-block .warning-box .icon-warning {
  width: 40px;
  height: 35px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  margin-top: 0;
}

.pop-block .pop-detail-block.error-block .warning-box .icon-warning.failed {
  background: url(./../../../../devcenter/resources2/images/developer-center-second/developer-center-register/icon-failed.png) no-repeat center;
}

.pop-block .pop-detail-block.error-block .warning-box .icon-warning.warning {
  background: url(./../images/connect-suggestions-icon-warning.jpg) no-repeat center / contain;
}

.pop-block .pop-detail-block.error-block .warning-box .warning-detail {
  display: inline-block;
  width: 252px;
  font-size: 18px;
  color: #252b3a;
  letter-spacing: 0;
  line-height: 22px;
  height: 22px;
  vertical-align: middle;
  margin-bottom: 4px;
}

/* 修改昵称弹窗 */
.pop-block .pop-detail-block.nick-block {
  width: 400px;
  height: 291px;
}

.pop-block .pop-detail-block.nick-block .pop-title {
  padding-left: 25px;
}

.pop-block .pop-detail-block.nick-block .warning-box {
  padding: 0 20px 0 25px;
}

.pop-block .pop-detail-block.nick-block .warning-box .nick-tip {
  font-size: 14px;
  color: #a0a2a8;
  line-height: 18px;
  margin-top: 12px;
  margin-bottom: 20px;
}

.pop-block .pop-detail-block.nick-block .warning-box .nick-input {
  width: 340px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 15px;
}

.pop-block .pop-detail-block.nick-block .warning-box .nick-warning {
  margin-bottom: 35px;
  font-size: 12px;
  color: #1476FF;
  line-height: 18px;
  padding-left: 40px;
  position: relative;
}


.pop-block .pop-detail-block.nick-block .warning-box .nick-warning::before {
  position: absolute;
  content: "";
  background-image: url(../images/alert-warning.svg);
  width: 16px;
  height: 16px;
  left: 16px;
  top: 11px;
}

.pop-block .pop-detail-block.nick-block .warning-box .nick-warning.error::before {
  position: absolute;
  content: "";
  background-image: url(../images/error.svg);
  width: 16px;
  height: 16px;
  left: 16px;
  top: 11px;
}

.pop-block .pop-detail-block.nick-block .warning-box .nick-warning-mb {
  display: none;
  margin-bottom: 35px;
  font-size: 12px;
  color: #1476FF;
  line-height: 18px;
}


.pop-block .pop-detail-block.sensitive-words-block {
  width: 400px;
  top: -webkit-calc(50% - 123px);
  top: -moz-calc(50% - 123px);
  top: calc(50% - 123px);
  bottom: auto;
}

.pop-block .pop-detail-block.sensitive-words-block .warning-box {
  padding: 25px 30px 40px 30px;
}

.pop-block .pop-detail-block.sensitive-words-block .warning-box .icon-warning {
  width: 40px;
  height: 35px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.pop-block .pop-detail-block.sensitive-words-block .warning-box .icon-warning.failed {
  background: url(./../../../../devcenter/resources2/images/developer-center-second/developer-center-register/icon-failed.png) no-repeat center;
}

.pop-block .pop-detail-block.sensitive-words-block .warning-box .icon-warning.warning {
  background: url(./../images/connect-suggestions-icon-warning.jpg) no-repeat center / contain;
}

.pop-block .pop-detail-block.sensitive-words-block .warning-box .text-box {
  display: inline-block;
  width: 252px;
  vertical-align: top;
}

.pop-block .pop-detail-block.sensitive-words-block .warning-box .text-box .warning-detail {
  line-height: 22px;
  max-height: 46px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #252b3a;
}

.pop-block .pop-detail-block.sensitive-words-block .warning-box .text-box .warning-detail-tips {
  font-size: 12px;
  color: #666a75;
  line-height: 18px;
}

.pop-block .pop-detail-block.rights-block {
  width: 400px;
  height: 243px;
}

.pop-block .pop-detail-block.rights-block .warning-box {
  padding: 25px 30px 40px 30px;
}

.pop-block .pop-detail-block.rights-block .warning-box .icon-error {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  margin-top: 0;
}

.pop-block .pop-detail-block.rights-block .warning-box .icon-error.error {
  background: url(./../images/connect-suggestions-icon-error.svg) no-repeat center / contain;
}

.pop-block .pop-detail-block.rights-block .warning-box .warning-detail {
  display: inline-block;
  width: 252px;
  font-size: 18px;
  color: #252b3a;
  letter-spacing: 0;
  line-height: 22px;
  height: 22px;
  vertical-align: middle;
  margin-bottom: 4px;
}

.pop-block .pop-detail-block .pop-title {
  font-size: 22px;
  color: #252b3a;
  text-align: left;
  padding-left: 30px;
  height: 28px;
  line-height: 28px;
  position: relative;
}

.pop-block .pop-detail-block .pop-title:before {
  content: '';
  left: 0;
  display: inline-block;
  width: 3px;
  height: 22px;
  top: 3px;
  background: #1476FF;
  position: absolute;
}

.pop-block .pop-detail-block .btn-block {
  text-align: right;
  margin: 0 32px;
}

.pop-block .pop-detail-block .icon-delete {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: inline-block;
  background: url(./../images/connect-suggestions-icon-delete.svg) no-repeat center;
}

/*上划加载中*/
.mobile-loader {
  display: none;
}

/*昵称修改成功弹框*/
.black-toaster {
  width: 403px;
  height: 96px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  color: #fff;
  line-height: 96px;
  display: none;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px auto;
  z-index: 9999;
}

/*提建议*/
#header .header-subsite-tools .header-subsite-right-item.active {
  color: #1476FF;
}

.w-suggestion:hover .suggestion-icon {
  background-position: -16px -66px;
}

.suggestion-icon {
  margin-top: -4px;
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(./../images/connect-suggestions-new-nav-icon.svg) no-repeat center;
  background-position: 0 -66px;
}

/*移动端浮动置顶*/
.backtop-sidebar {
  display: none;
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
  #footer {
    display: none;
  }

  .page-customize {
    display: none;
  }

  .header-login-tools a:hover,
  .header-login-tools-logined a:hover {
    color: #1476FF;
  }

  .user-info a {
    padding: 0;
  }

  .publish-info-block {
    margin-top: 6px;
  }

  /*上划加载中*/
  .mobile-loader {
    display: block;
    padding: 15px 0;
    text-align: center;
    background: #fff;
    font-size: 14px;
    color: #191919;
    line-height: 22px;
  }

  .activity-float {
    display: none;
  }

  .backtop-sidebar {
    display: inline-block;
    position: fixed;
    bottom: 222px;
    right: 20px;
    width: 40px;
    z-index: 11;
  }

  .backtop-sidebar.show-backtop .backtop-btn {
    display: inline-block;
  }

  .backtop-sidebar .backtop-btn {
    width: 44px;
    height: 44px;
    background: url(./../images/connect-suggestions-icon-backtotop.svg) no-repeat center;
    margin-bottom: 20px;
    display: none;
  }

  .backtop-sidebar .white-suggestion-btn {
    width: 44px;
    height: 44px;
    background-image: url(./../images/connect-suggestions-icon-to-suggestion-new.svg);
    display: inline-block;
    background-color: #fff;
    padding: 10px;
    border-radius: 24px;
    background-position: 50%;
     -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 24px;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.17);
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.17);
    cursor: pointer;
    justify-content: center;
    position: fixed;
    right: 15px;
    bottom: 222px;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    width: 40px
  }

  /*移动端弹框*/
  .pop-block .btn-block .btns {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 20px;
    min-width: 96px;
  }

  .pop-block .pop-detail-block {
    padding: 20px 0 25px;
  }

  .pop-block .pop-detail-block .pop-title {
    font-size: 16px;
    color: #252b3a;
    line-height: 20px;
    padding-left: 20px;
    height: 20px;
  }

  .pop-block .pop-detail-block .pop-title:before {
    top: -1px;
  }

  .pop-block .pop-detail-block .icon-delete {
    width: 12px;
    height: 12px;
    right: 16px;
    top: 16px;
  }

  .pop-block .pop-detail-block.error-block {
    width: -webkit-calc(100% - 58px);
    width: -moz-calc(100% - 58px);
    width: calc(100% - 58px);
    height: 177px;
  }

  .pop-block .pop-detail-block.error-block .warning-box {
    padding: 20px 20px 30px;
  }

  .pop-block .pop-detail-block.error-block .warning-box .icon-warning {
    margin-right: 15px;
    height: 30px;
  }

  .pop-block .pop-detail-block.error-block .warning-box .warning-detail {
    font-size: 16px;
    color: #252b3a;
    line-height: 20px;
    width: auto;
    max-width: -webkit-calc(100% - 62px);
    max-width: -moz-calc(100% - 62px);
    max-width: calc(100% - 62px);
  }

  .pop-block .pop-detail-block.rights-block {
    width: -webkit-calc(100% - 58px);
    width: -moz-calc(100% - 58px);
    width: calc(100% - 58px);
    height: 177px;
  }

  .pop-block .pop-detail-block.rights-block .warning-box {
    padding: 20px 20px 30px;
  }

  .pop-block .pop-detail-block.rights-block .warning-box .icon-error {
    margin-right: 15px;
    height: 30px;
    width: 30px;
  }

  .pop-block .pop-detail-block.rights-block .warning-box .warning-detail {
    font-size: 16px;
    color: #252b3a;
    line-height: 20px;
    width: auto;
    max-width: -webkit-calc(100% - 62px);
    max-width: -moz-calc(100% - 62px);
    max-width: calc(100% - 62px);
  }

  .pop-block .pop-detail-block.sensitive-words-block {
    width: -webkit-calc(100% - 58px);
    width: -moz-calc(100% - 58px);
    width: calc(100% - 58px);
    height: 221px;
  }

  .pop-block .pop-detail-block.sensitive-words-block .warning-box {
    padding: 20px 20px 30px;
  }

  .pop-block .pop-detail-block.sensitive-words-block .warning-box .icon-warning {
    margin-right: 15px;
    height: 30px;
  }

  .pop-block .pop-detail-block.sensitive-words-block .warning-box .text-box {
    width: 210px;
  }

  .pop-block .pop-detail-block.sensitive-words-block .warning-box .text-box .warning-detail {
    font-size: 16px;
  }

  .pop-block .pop-detail-block.nick-block {
    width: -webkit-calc(100% - 58px);
    width: -moz-calc(100% - 58px);
    width: calc(100% - 58px);
    height: 227px;
    padding-bottom: 20px;
  }

  .pop-block .pop-detail-block.nick-block .pop-title {
    padding-left: 20px;
  }

  .pop-block .pop-detail-block.nick-block .warning-box {
    padding: 0 20px;
  }

  .pop-block .pop-detail-block.nick-block .warning-box .nick-tip {
    margin-top: 10px;
    color: #666f75;
    margin-bottom: 15px;
  }

  .pop-block .pop-detail-block.nick-block .warning-box .nick-input {
    width: 100%;
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .pop-block .pop-detail-block.nick-block .warning-box .nick-warning {
    margin-bottom: 22px;
    display: none;
  }

  .pop-block .pop-detail-block.nick-block .warning-box .nick-warning-mb {
    display: block;
    margin-bottom: 22px;
  }

  .pop-block .pop-detail-block.nick-block .btn-block .btns {
    font-size: 14px;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
  }
}

.ucd-pager-count {
  font-size: 12px;
  color: #575D6C;
  line-height: 18px;
  margin-right: 16px;
  float: none;
  margin-top: 0;
}

.ucd-pager-goto,
.ucd-pager-pages {
  float: none;
  margin-top: 0;
}

.ucd-pager-btn {
  width: 22px;
  height: 22px;
}

.ucd-pager-btn>a,
.ucd-pager-btn>span,
.ucd-pager-ellipsis>a,
.ucd-pager-ellipsis>span,
.ucd-pager-page>a,
.ucd-pager-page>span {
  padding: 0 6px;
}

.ucd-pager-btn,
.ucd-pager-ellipsis,
.ucd-pager-page {
  margin-right: 4px;
}

.ucd-pager-pages .ucd-pager-prev {
  margin-right: 6px;
  margin-top: 1px;
}

.ucd-pager-page.active {
  color: #252B3A;
  background: #DFE1E6;
  border-radius: 2px;
}

.ucd-pager-pages .ucd-pager-page a {
  font-size: 12px;
}

.ucd-pager-page:hover>a {
  color: #1476FF;
  background: #DFE1E6;
}

.ucd-pager-page:active>a {
  color: #fff;
  background: #1476FF;
}

.ucd-pager-btn,
.ucd-pager-ellipsis,
.ucd-pager-page,
.ucd-pager-goto-page {
  color: #575D6C;
}

.ucd-pager-goto-page {
  border: 1px solid #ADB0B8;
  border-radius: 2px;
  text-align: center;
}

.ucd-pager-goto-page:hover,
.ucd-pager-goto-page:active {
  border: 1px solid #575D6C;
}

.ucd-pager-trigger {
  margin-left: 20px;
  color: #575D6C;
}

/*云声二级导航搜索框*/
.header-subsite-logo+.header-nav {
  width: calc(100% - 750px);
}

.connect-suggestions-content-index .connect-header-search {
  position: absolute;
  bottom: 0;
  left: 200px;
  margin-bottom: 0 !important;
}

.connect-header-search {
  margin-bottom: 20px;

}

.connect-header-search .connect-header-search-droplist.show+.connect-header-search-droplist-mask {
  display: none;
}

.connect-header-search .connect-header-search-droplist a {
  display: block;
  padding: 0 16px;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.connect-header-search .connect-header-search-droplist a span {
  font-weight: lighter;
  opacity: 1;
}

.connect-header-search .connect-header-search-droplist a.hover,
.connect-header-search .connect-header-search-droplist a:hover,
.connect-header-search .connect-header-search-droplist a.hover span,
.connect-header-search .connect-header-search-droplist a:hover span {
  cursor: pointer;
}

.connect-header-search .connect-header-search-inner {
  position: relative;
  width: 1016px;
  height: 64px;
  display: inline-block;
  background: #FFFFFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.10);
  border-radius: 32px;
  border: none;
}

.connect-header-search input {
  position: absolute;
  height: 100%;
  width: calc(100%);
  border-right: none;
  font-size: 12px;
  border: none;
  padding-left: 64px;
  padding-right: 60px;
  border-radius: 32px;
}

.connect-header-search input::placeholder {
  font-size: 16px;
  color: #808080;
  text-align: left;
  line-height: 24px;

}

.connect-header-search .connect-header-search-submit {
  /* position: absolute;
  right: -6px;
  top: -2%;
  border: 0;
  outline: none;
  background-color: transparent; */
}

.connect-header-search .connect-header-search-submit {
  background-color: transparent;
  border: none;
  color: #575d6c;
  cursor: pointer;
  height: 18px;
  left: 40px;
  line-height: 0;
  margin-top: -9px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: 2s;
  transition: 2s;
  width: 18px;
  z-index: 1001;
}

.connect-header-search .connect-header-search-submit i {
  background: url(../images/icon_search_h.svg);
  background-position: 50%;
  background-size: 133% 133%;
  display: inline-block;
  height: 18px;
  width: 18px;
}

.connect-header-search .connect-header-search-submit a {
  width: 76px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-left: none;
}

.connect-header-search .connect-search-close {
  color: #575c6c;
  display: none;
  position: absolute;
  right: 58px;
  top: 50%;
  width: 18px;
  height: 18px;
  padding: 1px;
  margin-top: -9px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.connect-header-search.active input.inputted~.connect-header-search-close {
  display: inline-block;
}

.connect-header-search .connect-search-close:after {
  content: "";
  position: absolute;
  height: 16px;
  border-left: solid 1px #ddd;
  left: 100%;
  top: 50%;
  margin-top: -8px;
  margin-left: 7px;
}

.connect-header-search .connect-search-close:hover {
  color: #1476FF;
}

.connect-header-search input::-ms-clear {
  display: none;
}

.connect-header-search-submit .cui-icon-search {
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzI1MkIzQSIgZmlsbC1ydWxlPSJub256ZXJvIj48cGF0aCBkPSJNOC44NzQgMTcuNzQ5QzMuOTgxIDE3Ljc0OSAwIDEzLjc2OCAwIDguODc0IDAgMy45ODEgMy45OCAwIDguODc0IDBzOC44NzUgMy45OCA4Ljg3NSA4Ljg3NGMwIDQuODk1LTMuOTgxIDguODc1LTguODc1IDguODc1em0wLTE2LjMxYy00LjEgMC03LjQzNiAzLjMzNi03LjQzNiA3LjQzNnMzLjMzNiA3LjQzNiA3LjQzNiA3LjQzNiA3LjQzNi0zLjMzNiA3LjQzNi03LjQzNi0zLjMzNS03LjQzNi03LjQzNi03LjQzNnoiLz48cGF0aCBkPSJNMTkuMTMzIDE5Ljg1MmEuNzE4LjcxOCAwIDAxLS41MS0uMjFsLTQuNDEzLTQuNDE0YS43Mi43MiAwIDAxMS4wMi0xLjAxN2w0LjQxMyA0LjQxNGEuNzIuNzIgMCAwMS0uNTEgMS4yMjd6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 100% 100%;
  cursor: pointer;
}

.connect-header-search-submit .cui-icon-search:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0M3MDAwQiIgZmlsbC1ydWxlPSJub256ZXJvIj48cGF0aCBkPSJNOC44NzQgMTcuNzQ5QzMuOTgxIDE3Ljc0OSAwIDEzLjc2OCAwIDguODc0IDAgMy45ODEgMy45OCAwIDguODc0IDBzOC44NzUgMy45OCA4Ljg3NSA4Ljg3NGMwIDQuODk1LTMuOTgxIDguODc1LTguODc1IDguODc1em0wLTE2LjMxYy00LjEgMC03LjQzNiAzLjMzNi03LjQzNiA3LjQzNnMzLjMzNiA3LjQzNiA3LjQzNiA3LjQzNiA3LjQzNi0zLjMzNiA3LjQzNi03LjQzNi0zLjMzNS03LjQzNi03LjQzNi03LjQzNnoiLz48cGF0aCBkPSJNMTkuMTMzIDE5Ljg1MmEuNzE4LjcxOCAwIDAxLS41MS0uMjFsLTQuNDEzLTQuNDE0YS43Mi43MiAwIDAxMS4wMi0xLjAxN2w0LjQxMyA0LjQxNGEuNzIuNzIgMCAwMS0uNTEgMS4yMjd6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 100% 100%;
}

.connect-header-search-droplist {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  cursor: default;
  z-index: 1001;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;

}

.connect-header-search-droplist.show {
  display: block
}

.connect-header-search-droplist.show+.connect-header-search-droplist-mask {
  position: fixed;
  display: block;
  z-index: 1000;
  top: 105px;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%
}

.connect-header-search-droplist ul {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06);
  padding: 13px 0
}

.connect-header-search-droplist a {
  display: block;
  padding: 6px 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #191919;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer
}

.connect-header-search-droplist a:hover {
  background: #f5f5f5;
}

.connect-header-search-droplist a span {
  font-weight: 400;
  color: #1476FF;
}

.connect-header-search-droplist .text:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 12px;
  margin-top: -2px;
  margin-left: 8px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNMCAwaDE2djE2SDB6Ii8+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTIpIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj48dXNlIHhsaW5rOmhyZWY9IiNhIi8+PC9tYXNrPjxwYXRoIGQ9Ik05LjI2MiAyLjUwMmExIDEgMCAwMC0uODgzLjk5M2wtLjAwMSAxLjY3NkgxLjJhMSAxIDAgMDAtMSAxdjMuNTk2bC4wMDcuMTE3YTEgMSAwIDAwLjk5My44ODNoNy4xNzh2MS42MzhhMSAxIDAgMDAxLjYyOC43NzhsNS41MjUtNC40NTVhMSAxIDAgMDAwLTEuNTU2bC01LjUyNS00LjQ1NWExIDEgMCAwMC0uNjI3LS4yMjJsLS4xMTcuMDA3em0uMTE3IDMuNjdWMy40OTRsNS41MjQgNC40NTUtNS41MjQgNC40NTVWOS43NjdIMS4yVjYuMTcxaDguMTc5eiIgZmlsbD0iIzI1MkIzQSIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI2IpIi8+PC9nPjwvc3ZnPg==);
  background-size: 100% 100%;
  -webkit-transition: .2s;
  transition: .2s
}

.connect-header-search-droplist a.hover,
.connect-header-search-droplist a:hover {
  color: #191919;
  cursor: pointer
}

.connect-header-search-droplist a.hover span,
.connect-header-search-droplist a:hover span {
  color: #191919
}

.connect-header-search-droplist a.hover a:last-child,
.connect-header-search-droplist a:hover a:last-child {
  color: #1476FF;
  border-color: #1476FF
}

/** write less here**/
.connect-suggestions-banner .poster-content .banner-description-mb.poster-text,
.connect-suggestions-banner .btn-block {
  display: none;
}

.connect-suggestions-banner .wrapper-top {
  height: 450px;
  background: url(./../images/connect-suggestions-banner-new.jpg) no-repeat center / cover;
}

.connect-suggestions-banner .developer-banner .poster-content {
  height: 100%;
  max-width: 1600px;
}

.connect-suggestions-banner .banner-poster {
  width: 1280px;
  margin: 0 auto;
  text-align: left;
  padding: 45px 0;
}

@media only screen and (max-width:1439px) {
  .connect-suggestions-banner .banner-poster {
    width: 1180px;
  }
}

.connect-suggestions-banner .banner-poster .banner-title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 12px;
  margin-left: -20px;
  color: #252b3a;
}

.connect-suggestions-banner .banner-poster .banner-description {
  font-size: 14px;
  line-height: 22px;
  max-width: 537px;
  margin-bottom: 24px;
  color: #575D6C;
}

.connect-suggestions-banner .banner-poster .btn-block .btns {
  padding: 0 32px;
  font-size: 14px;
  display: none;
}

.ucd-pager-trigger:hover {
  background-color: #fff !important;
  border: 1px solid #1476FF !important;
  color: #1476FF !important;
}

.ucd-pager-pages .ucd-pager-next:hover,
.ucd-pager-pages .ucd-pager-prev:hover {
  background-color: #1476FF !important;
}

.ucd-pager-pages .ucd-pager-btn.ucd-pager-prev.disabled:hover span,
.ucd-pager-pages .ucd-pager-btn.ucd-pager-next.disabled:hover span {
  background-color: #F7F8F8 !important;
}

.connect-suggestions-banner .developer-banner .poster-caption {
  font-weight: 700;
  font-size: 44px;
  line-height: 66px;
  color: #191919;
  margin-bottom: 12px;
  padding-top: 158px;
}

.connect-suggestions-banner .developer-banner .poster-text {
  display: block;
  color: #191919;
  width: 800px;
  font-size: 18px;
  line-height: 28px;
}

@media only screen and (max-width: 768px) and (min-width: 320px) {

  .connect-suggestions-banner .poster-content .banner-description-mb.poster-text,
  .connect-suggestions-banner .btn-block {
    display: block;
  }

  .connect-suggestions-banner .banner-poster .btn-block .btns {
    display: block;
  }

  .connect-suggestions-content-index .suggestions-btn-box-banner {
    display: none !important;
  }

  .connect-suggestions-banner .developer-banner .poster-text.banner-description {
    display: none;
  }

  .connect-suggestions-banner .wrapper-top {
    background: url(./../images/banner-mb-new.png) no-repeat center / cover;
    height: 250px;
    padding: 38px 0;
    width: 100%;
    text-align: center;
  }

  .connect-suggestions-banner .poster-content .poster-caption {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
    color: #191919 !important;
    padding-top: 38px !important;
  }

  .connect-suggestions-banner .poster-content .banner-description-mb {
    font-size: 12px;
    line-height: 18px;
    width: 270px;
    display: block;
    margin-bottom: 24px;
    color: #191919;
  }

  .connect-suggestions-banner .banner-poster .btn-block .btns.red-btn {
    height: 32px;
    line-height: 32px;
    padding: 0 25px;
    font-size: 18px;
  }

  .por-btn-primary {
    color: #191919 !important;
    border-color: #595959 !important;
    background-color: unset !important;
    border-radius: 16px;
  }
}

/** write less here**/
body,
html {
  font-size: 0 !important;
}

.mysuggestions-nodata {
  display: none;
}
.mb {
  display: none;
}

.connect-suggestions-content {
  /* overflow: hidden; */
  width: 1600px;
  margin: 0 auto;
  padding: 32px 0 50px;
  padding-bottom: 76px !important;
}
.page-customize {
  padding-bottom: 0 !important;
}

.connect-suggestions-content-index .connect-suggestions-content {
  padding: 52px 0 50px;
}

.connect-suggestions-content .content-left {
  width: 1192px;
  float: left;
  margin-right: 48px;
  margin-bottom: 76px;
}

.connect-suggestions-content .content-left .content-lists-top {
  position: relative;
}

.connect-suggestions-content .content-left .content-lists-top .filter-item {
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 0 34px 0 20px;
  font-size: 14px;
  color: #191919;
  text-align: center;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0;
  border-radius: 50px;

}

.connect-suggestions-content .content-left .content-lists-top .filter-item:hover {
  border-color: transparent;
}

.connect-suggestions-content .content-left .content-lists-top .filter-item:after {
  content: '';
  position: absolute;
  right: 12px;
  top: 9px;
  display: inline-block;
  background: url(./../images/connect-suggestions-icon-arrow.png) no-repeat center;
  background-position-y: 0;
  width: 15px;
  height: 15px;
}

.connect-suggestions-content .content-left .content-lists-top .filter-item.active:after {
  background-position-y: -12px;
  background: url(./../images/connect-suggestions-icon-arrow.png) no-repeat center;
  right: 12px;
  top: 7px;
  background-position: bottom;
}

.connect-suggestions-content .content-left .content-lists-top .filter-item.active {
  color: #191919;
  border-color: transparent;
}

.connect-suggestions-content .content-left .content-lists-top .btn-block {
  display: inline-block;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 100px;
}

.connect-suggestions-content .content-left .content-lists-top .btn-block.active {
  right: 128px
}

.connect-suggestions-content .content-left .content-lists-tab {
  padding: 24px 32px;
  border-radius: 2px;
  margin: 24px 0 0 0;
  background: #fafafa;
  border-radius: 16px;
  display: none;
  padding-top: 32px;
}

.connect-suggestions-content .content-left .content-lists-tab.filter-show {
  display: block;
  position: relative;
}

.connect-suggestions-content .content-right {
  width: 360px;
  float: left;
}

.connect-suggestions-content .content-right .login-info-cover {
  padding: 32px;
  background: #FAFAFA;
  border-radius: 12px;
}

.connect-suggestions-content .content-right .login-info-cover.login-info-cover-link {
  cursor: pointer;
  background: #FAFAFA;
  border-radius: 12px;
  margin-bottom: 24px;
}

.connect-suggestions-content .content-right .login-info-cover .user-info {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.connect-suggestions-content .content-right .login-info-cover .user-info .user-photo-link {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  height: 56px;
}

.connect-suggestions-content .content-right .login-info-cover .user-info .user-photo-link .icon-v-small {
  right: 0;
  bottom: 0;
}

.connect-suggestions-content .content-right .login-info-cover .user-info .user-photo-link .icon-accredit1-small {
  right: 0;
  bottom: 0;
}

.connect-suggestions-content .content-right .login-info-cover .user-info .user-photo-link .icon-accredit-small {
  right: 0;
  bottom: 0;
}

.connect-suggestions-content .content-right .login-info-cover .user-info .user-photo {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: inline-block;
  vertical-align: middle;
}

.connect-suggestions-content .content-right .login-info-cover .user-info .user-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #191919;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 600;
  width: 200px;
  word-break: break-all;
}

.connect-suggestions-content .content-right .login-info-cover .user-info .user-name-default {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #191919;
  line-height: 22px;
  padding: 6px 0px;
}

.connect-suggestions-content .content-right .login-info-cover .user-info .right {
  display: flex;
  justify-items: center;
  align-items: flex-start;
  flex-direction: column;
}

.connect-suggestions-content .content-right .login-info-cover .user-info .user-name:hover {
  color: #1b79c8;
}

.connect-suggestions-content .content-right .login-info-cover .total-info {
  padding: 10px 0 18px;
}

.connect-suggestions-content .content-right .login-info-cover .total-info p {
  color: #191919;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.connect-suggestions-content .content-right .login-info-cover .total-info p .total-num {
  color: #191919;
  font-size: 20px;
  display: inline-block;
  font-weight: 700;
}

.connect-suggestions-content .content-right .login-info-cover .user-suggestion-info .info-lists {
  font-size: 0;
  display: flex;
  justify-content: space-between;
}

.connect-suggestions-content .content-right .login-info-cover .user-suggestion-info .info-lists .info-item {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.connect-suggestions-content .content-right .login-info-cover .user-suggestion-info .info-lists .info-item:last-child {
  margin-right: 0;
}

.connect-suggestions-content .content-right .login-info-cover .user-suggestion-info .info-lists .info-item .info-num {
  font-size: 16px;
  line-height: 24px;
  min-width: 26px;
  color: #191919;
  margin-bottom: 4px;
  display: inline-block;
  padding: 0 5px;
}

.connect-suggestions-content .content-right .login-info-cover .user-suggestion-info .info-lists .info-item .info-title {
  font-size: 12px;
  color: #808080;
  line-height: 18px;
  display: block;
}

.connect-suggestions-content .content-right .login-info-cover.login-info-cover-link .total-info {
  padding-top: 14px;
}

.connect-suggestions-content .content-right .login-info-cover.login-info-cover-default .user-info {
  padding-bottom: 8px;
}

@media only screen and (max-width:1439px) {
  /* .connect-suggestions-content{
    max-width:1200px;
  }
  .connect-suggestions-content .content-left{
    width: 890px
  }
  .connect-suggestions-content .content-right{
    width: 288px;
  } */

}

@media only screen and (max-width: 1650px) and (min-width: 769px) {
  .connect-suggestions-banner .developer-banner .poster-content {
    padding-left: 60px;
  }
  .connect-suggestions-content .content-left {
    padding-left: 60px;
  }
  .connect-suggestions-content .breadcrumbs {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
  .connect-suggestions-content {
    padding: 0 !important;
    background: #fff;
  }
  .mb {
    display: block;
  }
  .pc {
    display: none !important;
  }

  .connect-suggestions-content .content-left {
    width: 100%;
    margin-right: 0;
  }

  .connect-suggestions-content .content-left .content-lists-top .filter-item,
  .connect-suggestions-content .content-left .content-lists-top .btn-block {
    display: none;
  }

  .connect-suggestions-content .content-right {
    display: none;
  }

  .connect-header-search {
    display: none;
  }

  .connect-suggestions-banner .banner-description-mb {
    display: block;
  }

  .connect-suggestions-banner .developer-banner .poster-content {
    height: 250px;
    margin: auto 16px;
    width: 206px;
  }
}

.personal-content .main-content .connect-suggestions-content {
  padding-top: 24px;
}

.channel-tab {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.channel-tab .tab-list .tab-item {
  font-size: 16px;
  color: #191919;
  line-height: 24px;
  cursor: pointer;
  padding: 3px 0px 10px;
  display: inline-block;
  margin-right: 34px;
}

.channel-tab .tab-list .tab-item.active {
  border-bottom: 3px solid #191919;
  font-weight: 600;
}

.channel-tab .tab-list .tab-item:hover {
  color: #191919;
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
  .content-lists-top {
    margin-bottom: 10px;
    background: #fff;
  }

  .content-lists-top .channel-tab {
    margin: 0 16px;
  }

  .content-lists-cover .lists-item-block .tips-block .tip-item {
    color: #191919 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    height: 18px !important;
    padding: 0 4px !important;
  }

  .content-lists-top .channel-tab .tab-list .tab-item {
    padding: 24px 0 8px;
    font-size: 14px;
    line-height: 22px;
    color: #191919;
    margin-right: 40px;
  }

  .content-lists-top .channel-tab .tab-list .tab-item p {
    color: #191919;
  }

  .content-lists-top .channel-tab .tab-list .tab-item.active {
    color: #191919;
    border-bottom: 2px solid #191919;
  }

  .content-lists-top .channel-tab .tab-list .tab-item.active p {
    color: #191919;
    font-weight: 700;
  }
}

.content-cover {
  padding: 0;
}

.content-lists-cover .lists-item-block .tips-block .tip-item {
  cursor: pointer;
}

.content-lists-cover .lists-item-block .tips-block .tip-item:hover {
  border-color: #1476FF;
  color: #1476FF;
  background-color: #fff;
}

.content-lists-cover .lists-item-link:first-child .lists-item-block {
  border-top: none;
}

.content-lists-cover .lists-item-link:last-child .lists-item-block {
  border-bottom: 1px solid #ddd;
}

.content-lists-cover .lists-item-block {
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.content-lists-cover .lists-item-block:hover .item-title {
  color: #1476FF;
}

.content-lists-cover .lists-item-block .item-title {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  margin-bottom: 0;
  position: relative;
  word-break: break-all;
  height: 30px;
  max-height: 30px;
  overflow: hidden;
  font-weight: 700;
}

.content-lists-cover .lists-item-block .status-btn {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  display: block;
  border-radius: 4px;
  height: 24px;
  padding: 0 12px;
  min-width: 66px;
}

.content-lists-cover .lists-item-block .lists-item-block-title {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
}

.lists-item-block-title-mb {
  display: none;
}

.content-lists-cover .lists-item-block .tips-block {
  margin-bottom: 6px;
}

.content-lists-cover .lists-item-block .tips-block .tip-item {
  font-size: 14px;
  color: #595959;
  text-align: center;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  background-color: #5959591a;
  border: 1px solid transparent;
  display: inline-block;
  margin-right: 8px;
  border-radius: 4px;
  margin-bottom: 10px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-lists-cover .lists-item-block .tips-block .tip-item:hover {
  border-color: #1476FF;
  color: #1476FF;
}

.content-lists-cover .lists-item-block .faq-description {
  font-size: 16px;
  line-height: 24px;
  color: #595959;
  line-height: 24px;
  margin-bottom: 8px;
  max-height: 54px;
  overflow: hidden;
}

.content-lists-cover .lists-item-block .publish-info-block .user-photo {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
}

.content-lists-cover .lists-item-block .publish-info-block span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #191919;
  line-height: 18px;
}

.content-lists-cover .lists-item-block .publish-info-block span.publish-time {
  vertical-align: middle;
  margin-right: 0 !important;
  margin-left: 16px;
  color: #595959;
}

.content-lists-cover .lists-item-block .publish-info-block span.publish-time-text {
  font-size: 14px;
  color: #191919;
  padding-right: 16px;
  line-height: 16px !important;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

@media(max-width: 768px) {
  .content-lists-cover .lists-item-block .publish-info-block span.publish-time-text {
    border-right: none;
  }

  .publish-time {
    display: inline-block !important;
  }

  .lists-item-block-title {
    display: none !important;
  }

  .lists-item-block-title-mb {
    display: block;
  }

  .go-new-suggestions {
    border-radius: 16px !important;
    height: 32px !important;
    line-height: 32px !important;
    width: 96px !important;
    text-align: center;
    padding: 0 !important;
  }
}

.content-lists-cover .lists-item-block .publish-info-block .user-name {
  padding-right: 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 16px !important;
}

.content-lists-cover .lists-item-block .publish-info-block .publish-time,
.content-lists-cover .lists-item-block .publish-info-block .publish-time-mb,
.content-lists-cover .lists-item-block .publish-info-block .publish-time-mb-personal {
  margin-right: 35px;
}

.content-lists-cover .lists-item-block .publish-info-block .publish-time-mb,
.content-lists-cover .lists-item-block .publish-info-block .publish-time-mb-personal {
  display: none;
}

.content-lists-cover .lists-item-block .publish-info-block .view-num {
  margin-right: 24px;
  padding-left: 24px;
  position: relative;
  margin-left: 16px;
  color: #595959;
}

.content-lists-cover .lists-item-block .publish-info-block .view-num:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(./../images/connect-suggestions-icon-view-new.svg) no-repeat center;
}

.content-lists-cover .lists-item-block .publish-info-block .comm-num {
  padding-left: 24px;
  position: relative;
  color: #595959;
}

.content-lists-cover .lists-item-block .publish-info-block .comm-num:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(./../images/connect-suggestions-icon-comm-new.svg) no-repeat center;
}

.content-lists-cover .lists-item-block .publish-info-block .status-btn {
  display: none;
}

.content-lists-cover .no-data-block {
  padding-top: 76px;
  padding-bottom: 370px;
  text-align: center;
  font-size: 0;
}

.content-lists-cover .no-data-block .icon-nodata {
  display: inline-block;
  width: 86px;
  height: 85px;
  background: url(./../images/connect-suggestions-icon-nodata.svg) no-repeat center;
}

.content-lists-cover .no-data-block .icon-nodata.icon-nodata-error {
  display: inline-block;
  width: 120px;
  height: 120px;
  background: url(./../images/connect-suggestions-icon-nodata-error.svg) no-repeat center;
}

.content-lists-cover .no-data-block .icon-nodata-new {
  display: inline-block;
  width: 96px;
  height: 96px;
  background: url(./../images/connect-suggestions-icon-nodata-new.svg) no-repeat center;
  background-size: cover;
}

.content-lists-cover .no-data-block p {
  font-size: 14px;
  color: #191919;
  text-align: center;
  line-height: 22px;
  margin-top: 16px;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
  .content-lists-cover {
    background: #fff;
    padding: 0 16px;
  }
  .content-lists-cover .lists-item-block .publish-info-block span.publish-time-text{
    color: #595959;
  }

  .content-lists-cover .lists-item-block {
    padding: 16px 0;
    border-color: rgba(0, 0, 0, 0.08);
  }

  .content-lists-cover .lists-item-block .tips-block {
    margin-bottom: 0;
  }

  .content-lists-cover .lists-item-block .tips-block .tip-item:hover {
    border-color: transparent;
    color: transparent;
    background-color: #5959591a;
  }

  .content-lists-cover .lists-item-block .item-title {
    padding-right: 0;
    font-size: 14px;
    line-height: 22px;
    max-height: 48px;
    margin-bottom: 8px;
    height: auto;
    overflow: hidden;
    color: #191919;
  }

  .content-lists-cover .lists-item-block .item-title .status-btn {
    font-size: 12px;
    padding: 0 4px;
    min-width: auto !important;
    height: 18px;
    line-height: 18px;
    font-weight: 400;
  }

  .content-lists-cover .lists-item-block .faq-description {
    padding: 0;
    line-height: 18px;
    max-height: 36px;
    margin-bottom: 8px;
    overflow: hidden;
    word-break: break-all;
    font-size: 12px;
  }

  .content-lists-cover .lists-item-block .publish-info-block span {
    font-size: 12px !important;
    color: #a0a2a8;
  }

  .content-lists-cover .lists-item-block .publish-info-block .user-photo {
    margin-right: 6px;
  }

  .content-lists-cover .lists-item-block .publish-info-block .user-name {
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0px;
    color: #191919;
  }

  .content-lists-cover .lists-item-block .publish-info-block .publish-time,
  .content-lists-cover .lists-item-block .publish-info-block .comm-num,
  .content-lists-cover .lists-item-block .publish-info-block .view-num {
    display: none;
  }

  .content-lists-cover .lists-item-block .publish-info-block .publish-time-mb {
    display: inline-block;
  }

  .content-lists-cover .lists-item-block .publish-info-block .status-btn {
    float: right;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 11px;
  }
}

/*CBC3.12.4搜索结果页*/
.content-lists-cover .lists-item-block .item-title span.cur {
  display: inline;
  color: #1476FF;
  font-size: 18px;
  line-height: 22px;
  height: 22px;
}

.content-lists-cover .lists-item-block .faq-description span.cur {
  display: inline-block;
  color: #1476FF;
  font-size: 14px;
  line-height: 26px;
}

.content-lists-cover .lists-item-block:hover .item-title span.cur {
  color: #1476FF;
}

.content-lists-cover .lists-item-block .item-title span,
.content-lists-cover .lists-item-block .faq-description span {
  display: inline-block;
  font-size: inherit;
}

.tip-keyword span.cur {
  color: #1476FF;
}

/*搜索结果页样式特殊处理*/
.connect-keywordsuggestions-content .content-lists-cover .lists-item-block {
  position: relative;
}

.connect-keywordsuggestions-content .content-lists-cover .lists-item-block .item-title {
  position: static;
  margin-right: 0px;
  padding: 0;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.connect-keywordsuggestions-content .content-lists-cover .lists-item-block .item-title .status-btn {
  top: 20px;
}

.tab-block {
  overflow: hidden;
  position: relative;
  height: 32px;
  margin-top: 20px;
}

.tab-block.suggestionType {
  margin-top: 0;
}

.tab-block .tab-name {
  font-size: 14px;
  color: #595959;
  line-height: 32px;
  float: left;
}

.tab-block ul {
  overflow: hidden;
  height: 42px;
}

.tab-block .tab-lists {
  margin-left: 10px;
  width: -webkit-calc(100% - 115px);
  width: -moz-calc(100% - 115px);
  width: calc(100% - 115px);
  float: right;
  position: relative;
}

.tab-block .tab-lists li {
  float: left;
}

.tab-block .tab-lists li.item-cover {
  width: -webkit-calc(100% - 118px);
  width: -moz-calc(100% - 118px);
  width: calc(100% - 118px);
}

.tab-block .tab-lists .tab-item {
  color: #595959;
  font-size: 14px;
  padding: 0 24px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  border-radius: 2px;
  margin-bottom: 0px;
  margin-right: 16px;
  border-radius: 6px;
  border: 1px solid #C2C2C2;
}
.tab-block .tab-lists .tab-item.time {
  width: 128px;
} 

.tab-block .tab-lists .tab-item.active {
  border: 1px solid #1476FF;
  color: #1476FF;
  position: relative;
}


.tab-block .tab-lists .tab-item.active:before {
  border-color: #1476FF #1476FF transparent transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
  height: 0;
  position: absolute;
  right: -1px;
  top: -1px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  width: 0;
  border-radius: 0 6px 0 0;
}

.tab-block .tab-lists .tab-item.active:after {
  speak: none;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  bottom: 0;
  color: #fff;
  content: "\ea03";
  display: inline-block;
  font-family: u-icon !important;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: -4px;
  text-transform: none;
  top: -6px;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  vertical-align: middle;
}

.tab-block .tag-more-sublimt,
.tab-block .tag-more-cancle {
  width: 72px;
  height: 24px;
  text-align: center;
  line-height: 22px;
  float: right;
  margin-top: 0px;
  margin-right: 8px;
  border-radius: 16px;
}

.tab-block .tag-more-cancle {
  color: #191919;
  border: 1px solid #595959;
}

.tab-block .tag-more-cancle:hover {
  background-color: #fff;
  color: #191919;
  border: 1px solid #c2c2c2;
}

.tab-block .tag-more-sublimt {
  margin-right: 0;
  color: #fff;
  border: 1px solid #191919;
  background-color: #191919;
}

.tab-block .tag-more-sublimt:hover {
  color: #fff;
  border: 1px solid #595959;
  background-color: #595959;
}

.sort-lists .item-cover ul {
  position: relative;
}

.sort-lists .item-cover ul .reversed-top {
  background: url(./../images/top-grey.svg);
  width: 10px;
  height: 7px;
  position: absolute;
  left: 207px;
  top: 9px;
}

.sort-lists .item-cover ul .reversed-bottom {
  background: url(./../images/bottom-red.svg);
  width: 10px;
  height: 7px;
  position: absolute;
  left: 207px;
  top: 19px;
}

.sort-lists .item-cover ul .active.reversed-top {
  background: url(./../images/active-top.svg);
}

.sort-lists .item-cover ul .active.bottom {
  background: url(./../images/active-bottom.svg);
}

.sort-lists .item-cover ul .tacive.reversed-bottom {
  background: url(./../images/active-bottom.svg);
}

.sort-lists .item-cover ul .top {
  background: url(./../images/top-red.svg);
  width: 10px;
  height: 7px;
  position: absolute;
  left: 207px;
  top: 9px;
}

.sort-lists .item-cover ul .bottom {
  background: url(./../images/bottom-grey.svg);
  width: 10px;
  height: 7px;
  position: absolute;
  left: 207px;
  top: 19px;
}

.sort-lists .item-cover .tab-item:nth-child(2) {
  padding-right: 19px;
}

.tab-block .tab-lists .tab-item:not(.active):hover {
  color: #1476FF;
  border-color: #1476FF;
}

.tab-block .tab-lists .show-more {
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  color: #1476FF;
  cursor: pointer;
  position: relative;
  color: transparent;
  margin-top: 4px;
}

.tab-block .tab-lists .show-more::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 9px;
  display: inline-block;
  background: url(./../images/connect-suggestions-icon-arrow.png) no-repeat center;
  background-position-y: 0;
  width: 15px;
  height: 14px;
}

.tab-block .tab-lists .show-more.open::after {
  content: '';
  position: absolute;
  background-position-y: 0;
  width: 15px;
  height: 15px;
  background: url(./../images/connect-suggestions-icon-arrow.png) no-repeat center;
  right: 12px;
  top: 7px;
  background-position: bottom;
}

.tab-block .tab-lists .show-more:hover {
  text-decoration: none;
}

/* 浮窗 */
.more-block-cover.show-more-block,
.more-block-cover {
  display: block;
}

.more-block-cover {
  position: absolute;
  top: 124px;
  display: none;
  z-index: 7;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}

.tag-more-block {
  background: #fff;
  padding-bottom: 20px;
  border-radius: 16px;
}

.tag-more-block .tag-triangle-border {
  border: 11px solid;
  border-color: transparent transparent #ddd transparent;
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  right: 24px;
  top: -21px;
  display: none;
}

.tag-more-block .tag-triangle {
  border: 10px solid;
  border-color: transparent transparent #fff transparent;
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  right: 25px;
  top: -9px;
}

.tag-more-block .tab-block {
  margin: 32px 32px 0 32px;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}

.tag-more-block .tab-block .tab-item {
  float: left;
  margin-right: 32px;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  color: #191919;
  padding-bottom: 6px;
  padding-top: 1px;

}

.tag-more-block .tab-block .tab-item.active {
  border-bottom: 2px solid #191919;
  font-weight: 600;
}

.tag-more-block .tab-block .more-block-delete {
  position: absolute;
  background: url(../../connect-write/images/connect-write-icon-delete-tag.svg);
  top: 10px;
  right: 0px;
  height: 15px;
  width: 15px;
  cursor: pointer;
}

.tag-more-block .tab-block .more-block-delete:hover {
  background: url(../../connect-write/images/connect-write-icon-delete-tag-active.svg);
}

.tag-more-block .function-block {
  margin-top: 20px;
  display: none;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
  overflow-y: scroll;
  max-height: 470px;
}
.tag-more-block .product-block::-webkit-scrollbar,
.tag-more-block .solve-block::-webkit-scrollbar {
  width: 8px;
}

.tag-more-block .product-block,
.tag-more-block .solve-block {
  overflow: hidden;
  position: relative;
  padding-top: 2px;
  padding: 2px 20px 0;
  margin-left: 12px;
  overflow-y: scroll;
  max-height: 500px;
  width: calc(100% - 24px);
}

.tag-more-block .solve-block {
  display: none;
}

.tag-more-block .product-block .product-lists,
.tag-more-block .solve-block .product-lists {
  padding: 20px 0 0 0;
  margin-right: 20px;
  width: 206px;
  float: left;
}

.tag-more-block .function-block .product-lists {
  margin-right: 20px;
  width: 206px;
  float: left;
}

.tag-more-block .product-lists.no-border-top {
  border-top: none;
}

.tag-more-block .product-lists .product-item.parent-product {
  font-size: 14px;
  color: #191919;
  cursor: default;
  margin-bottom: 10px;
  font-weight: 600;
}

.tag-more-block .function-block .product-lists .product-item.parent-product {
  font-size: 14px;
  color: #191919;
  cursor: default;
  margin-bottom: 0;
  font-weight: 600;
}

.tag-more-block .function-block .product-lists .product-item.parent-product span {
  color: #191919;
}

.tag-more-block .function-block .product-lists .product-item.parent-product span:hover {
  cursor: default;
  color: #191919;
}

.tag-more-block .product-lists .product-item span:not(.parent-product) {
  font-size: 14px;
  color: #595959;
  line-height: 22px;
  cursor: pointer;
  display: inline-block;
  margin-top: 8px;
}

.tag-more-block .product-lists .product-item span:hover {
  color: #1476FF;
}

.tag-more-block .product-lists .product-item span.active {
  color: #1476FF;
}

.ad-block {
  margin-bottom: 32px;
  padding: 0 0;
  position: relative;
}
.ad-last {
  margin-bottom: 76px;

}

.ad-block .title {
  font-size: 18px;
  color: #191919;
  line-height: 24px;
  position: relative;
  font-weight: 600;
}

.ad-block .title:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0px;
  width: 3px;
  height: 20px;
  background: #1476FF;
  display: none;
  box-shadow: 1px 0 2px 0 rgba(246, 111, 106, 0.39);
}

.ad-block .suggestion-block-more {
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  right: -6px;
  top: 0px;
  color: transparent;
}

.ad-block .suggestion-block-more a {
  width: 10px;
  height: 10px;
  display: block;
  padding: 12px;
  background: url(../images/slide-right-more-new.svg) no-repeat;
  background-position: center;
  background-size: 7px;
}

.ad-block .ad-lists .ad-item .about-block-suggestion {
  margin-bottom: 0;
  font-size: 16px;
  color: #191919;
  line-height: 24px;
}

.ad-block .ad-lists {
  padding: 20px 0 0;
}

.ad-block .ad-lists a:last-child .detail {
  margin-bottom: 0;
}

.ad-block .ad-lists .ad-item:hover .detail {
  color: #1476FF;
}

.ad-block .ad-lists .ad-item .img-block {
  margin-bottom: 15px;
}

.ad-block .ad-lists .ad-item .img-block img {
  width: 100%;
}

.ad-block .ad-lists .ad-item .img-block+.detail {
  line-height: 16px;
  height: 16px;
}

.ad-block .ad-lists .ad-item .detail {
  font-size: 12px;
  color: #252b3a;
  line-height: 18px;
  margin-bottom: 15px;
  height: 18px;
}

.connect-tagsuggestions-content,
.connect-keywordsuggestions-content {
  padding-top: 70px !important;
  overflow: hidden;
  position: relative;
}

.connect-tagsuggestions-content .login-info-cover,
.connect-keywordsuggestions-content .login-info-cover {
  padding-top: 32px !important;
  margin-top: -32px;
}

.connect-tagsuggestions-content .connect-header-search,
.connect-keywordsuggestions-content .connect-header-search {
  width: 1128px !important;
  margin-bottom: 24px !important;
  position: relative;
}

.connect-tagsuggestions-content .connect-header-search .connect-header-search-inner,
.connect-keywordsuggestions-content .connect-header-search .connect-header-search-inner{
  width: 1128px !important;
}

.connect-tagsuggestions-content .content-lists-tab .connect-header-search-droplist,
.connect-tagsuggestions-content .content-lists-tab .connect-header-search input,
.connect-keywordsuggestions-content .content-lists-tab .connect-header-search-droplist .connect-keywordsuggestions-content .content-lists-tab .connect-header-search input {
  width: 1128px;

}

.connect-tagsuggestions-content .content-lists-cover .lists-item-block .tips-block .tip-item.active {
  border-color: #1476FF;
  color: #1476FF;
}

.connect-tagsuggestions-content .content-left .content-lists-tab {
  margin-top: 0;
}

.connect-tagsuggestions-content .content-left .content-lists-tab .tab-block.productId {
  display: none;
}

.connect-keywordsuggestions-content .content-lists-cover .lists-item-block .tips-block .tip-item.active {
  border-color: #1476FF;
  color: #1476FF;
}

.connect-keywordsuggestions-content .content-left .content-lists-tab {
  margin-top: 0;
}

.connect-keywordsuggestions-content .content-left .content-lists-tab .tab-block.productId {
  display: none;
}

.tag-block {
  padding: 0 0 14px;
}

.tag-block .title {
  font-size: 18px;
  color: #191919;
  line-height: 20px;
  position: relative;
  font-weight: 600;
}

.tag-block .title:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0px;
  width: 3px;
  height: 20px;
  background: #1476FF;
  box-shadow: 1px 0 2px 0 rgba(246, 111, 106, 0.39);
  display: none;
}

.tag-block .tag-lists {
  padding: 20px 0 0px;
}

.tag-block .tag-lists .tag-item {
  min-height: 22px;
  line-height: 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  display: inline-block;
  font-size: 14px;
  padding: 0 8px;
  margin-right: 16px;
  color: #595959;
  background-color: rgba(89, 89, 89, 0.1);
  margin-bottom: 18px;
  border-radius: 4px;
}

.tag-block .tag-lists .tag-item:hover {
  border-color: #1476FF;
  color: #1476FF;
  background-color: #fff;
}

/* 弹框样式 */
.pop-block {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.3);
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  font-size: 0;
}

.pop-block.show {
  display: block;
}

.pop-block.show .pop-detail-block {
  display: block;
}

.pop-block .pop-detail-block {
  opacity: 1;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 30px 0;
  display: none;
}

.pop-block .pop-detail-block.error-block {
  width: 400px;
  height: 243px;
}

.pop-block .pop-detail-block.error-block .warning-box {
  padding: 25px 30px 40px 30px;
}

.pop-block .pop-detail-block.error-block .warning-box .icon-warning {
  width: 40px;
  height: 35px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  margin-top: 0;
}

.pop-block .pop-detail-block.error-block .warning-box .icon-warning.failed {
  background: url(./../../../../devcenter/resources2/images/developer-center-second/developer-center-register/icon-failed.png) no-repeat center;
}

.pop-block .pop-detail-block.error-block .warning-box .icon-warning.warning {
  background: url(./../images/connect-suggestions-icon-warning.jpg) no-repeat center / contain;
}

.pop-block .pop-detail-block.error-block .warning-box .warning-detail {
  display: inline-block;
  width: 252px;
  font-size: 14px;
  color: #252b3a;
  letter-spacing: 0;
  line-height: 22px;
  height: 22px;
  vertical-align: middle;
  margin-bottom: 4px;
}

.connect-suggestions-content .search-result-suggest {
  display: block;
  border: 1px solid #595959;
  border-radius: 50px;
  color: #191919;
  text-align: center;
  font-weight: Regular;
  width: 296px !important;
  line-height: 40px;
  margin: 0 auto;
  height: 40px;
  background-color: #fff;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 40px;
}

.connect-suggestions-content .search-result-suggest:hover {
  border: 1px solid #c2c2c2;
  background-color: #fff;
  color: #191919;
}

.connect-keywordsuggestions-content .search-result-suggest,
.connect-tagsuggestions-content .search-result-suggest {
  display: block;
}



/* 右侧高价值建议专区 */
.right-vod {
  padding: 32px;
  background: url(../images/vod-banner.png);
  background-size: cover;
  margin-bottom: 32px;
  position: relative;
  border-radius: 16px;
  margin-top: 0;
}

.right-vod .right-vod-title {
  font-size: 18px;
  color: #191919;
  font-weight: 600;
}

.right-vod .suggestion-vod-more {
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  right: 26px;
  top: 34px;
  color: transparent;
}

.right-vod .suggestion-vod-more a {
  width: 10px;
  height: 10px;
  display: block;
  padding: 12px;
  background: url(../images/slide-right-more-new.svg) no-repeat;
  background-position: center;
  background-size: 7px;
}

.right-vod .vod-item {
  font-size: 16px;
  color: #191919;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-top: 24px;
}

.right-vod .vod-item:hover {
  color: #1476FF;
}

.right-vod .vod-item a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  word-break: break-all;
}

.right-vod .vod-item a.title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  word-break: break-all;
}


.login-info-cover .user-icon-mvp {
  width: 78px;
  margin-top: 4px;
  text-align: center;
  height: 24px;
  background-size: contain !important;
  background: url(../images/user-icon-1.png);
}

/* 活动公告 start */
.ad-container {
  width: 100%;
  margin-top: 16px;
  position: relative;
  margin-bottom: 32px;
}

.ad-container:hover .ad-title {
  color: #1476FF;
}

.ad-container a {
  display: block;
  width: 100%;
}

.ad-container a img {
  display: block;
  width: 100%;
}

.ad-container a .ad-title {
  font-size: 16px;
  color: #191919;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 12px;
  font-weight: 700;
}

.ad-container a .text {
  position: absolute;
  font-size: 18px;
  color: #3655D0;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 700;
  left: 24px;
  top: 43px;
}

/* 设置昵称弹出样式 start */
#nick-block .nick-block {
  background: #FFFFFF;
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  width: 550px;
  height: 334px;
  padding: 32px 0;
}

#nick-block .nick-block .pop-title::before {
  display: none;
}

#nick-block .nick-block .pop-title {
  font-size: 20px;
  color: #191919;
  text-align: left;
  line-height: 30px;
  font-weight: 700;
  padding: 0 32px;
}

#nick-block .nick-block .nick-warning {
  font-size: 14px;
  color: #191919;
  text-align: left;
  line-height: 22px;
  background: #E6F2FF;
  border-radius: 8px;
  padding: 8px 0;
  margin-bottom: 24px;
  margin-top: 24px;
  padding-left: 40px;
  position: relative;
}
#nick-block .nick-block .nick-warning.error {
  background:#FFEAE8;
}

#nick-block .nick-block .title {
  font-size: 14px;
  color: #595959;
  text-align: left;
  line-height: 22px;
  margin-bottom: 8px;
  margin-top: 24px;

}

.pop-block .pop-detail-block.nick-block .warning-box {
  padding: 0 32px;
}

#nick-block .pop-detail-block.nick-block .warning-box .nick-input {
  border: 1px solid #C2C2C2;
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  width: 486px;
  margin-bottom: 0;
}

#nick-block .pop-detail-block.nick-block .warning-box .nick-tip {
  font-size: 14px;
  color: #808080;
  text-align: left;
  line-height: 22px;
  margin-top: 8px;
  margin-bottom: 24px;
}

.pop-block .pop-detail-block .btn-block .btns {
  min-width: 96px;
}

.pop-block .pop-detail-block .btn-block .white-btn {
  border: 1px solid #595959;
  border-radius: 16px;
  margin-right: 8px;
  font-size: 14px;
  color: #191919;
  text-align: center;
  line-height: 32px;
  height: 32px;
  min-width: 96px;
}

.pop-block .pop-detail-block .btn-block .white-btn:hover {
  background-color: #fff;
  color: #191919;
  border: 1px solid #c2c2c2;
}

.btn-block .btns.red-btn {
  border-radius: 16px;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  height: 32px;
}

.btn-block .btns.red-btn[disabled] {
  background: rgba(0, 0, 0, 0.05);
  color: #c2c2c2;
  border: 1px solid #c2c2c2;
}

.btn-block .btns.red-btn[disabled]:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #c2c2c2;
  border: 1px solid #c2c2c2;
}

.btn-block .btns.red-btn {
  color: #fff;
  border: 1px solid #191919;
  background-color: #191919;
}

.btn-block .btns.red-btn:hover {
  border: 1px solid #595959;
  background-color: #595959;
  box-shadow: none;
}

#nick-block .pop-detail-block.nick-block .icon-delete:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  display: inline-block;
  border: 1px solid #8A8E99;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  top: 7px;
}

#nick-block .pop-detail-block.nick-block .icon-delete:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  display: inline-block;
  border: 1px solid #8A8E99;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  top: 7px;
}

#nick-block .pop-detail-block.nick-block .icon-delete {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  #nick-block .pop-detail-block.nick-block .warning-box .nick-input {
    width: 100% !important;
  }

  #nick-block .nick-block {
    height: 346px !important;
  }

  #nick-block .nick-block .nick-warning-mb {
    font-size: 14px;
    color: #191919;
    text-align: left;
    line-height: 22px;
    background: #E6F2FF;
    border-radius: 8px;
    padding: 8px 0;
    margin-bottom: 24px;
    margin-top: 24px;
    position: relative;
    text-indent: 26px;
    padding-left: 16px;
  }
  #nick-block .nick-block .nick-warning-mb.error {
    background:#FFEAE8;
  }

  #nick-block .nick-block .nick-warning-mb::before {
    position: absolute;
    content: "";
    background-image: url(../images/alert-warning.svg);
    width: 16px;
    height: 16px;
    left: 16px;
    top: 11px;
  }
  #nick-block .nick-block .nick-warning-mb.error::before {
    position: absolute;
    content: "";
    background-image: url(../images/error.svg);
    width: 16px;
    height: 16px;
    left: 16px;
    top: 11px;
  }
}




.suggestions-btn-box {
  display: none;
}

.suggestions-btn-box a {
  position: relative;
  text-indent: 32px;
}

.suggestions-btn-box a::before {
  position: absolute;
  content: '';
  background-image: url(../images/edit.svg);
  width: 20px;
  height: 20px;
  background-size: cover;
  top: 10px;
  left: 111px;
}

.connect-tagsuggestions-content .suggestions-btn-box,
.connect-keywordsuggestions-content .suggestions-btn-box {
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
}

.connect-suggestions-content-index .login-info-cover-link {
  padding-bottom: 32px !important;
}


.connect-suggestions-content-index .suggestions-btn-box-banner {
  display: block;
  position: absolute;
  bottom: 0;
  left: 1232px;
}

.connect-suggestions-content-index .suggestions-btn-box-banner .search-result-suggest {
  display: block;
  border-radius: 50px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.10);
  border-radius: 32px;
  width: 168px;
  height: 64px;
  line-height: 64px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #191919;
  text-align: center;
  font-weight: 700;
}

.connect-suggestions-content-index .suggestions-btn-box-banner .search-result-suggest:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #191919;
}

.connect-suggestions-content-index .suggestions-btn-box-banner a::before {
  width: 24px;
  height: 24px;
  left: 40px;
  top: 20px;
}

/* 搜索右侧关闭图标 */

.connect-header-search .icon-delete {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 32px;
  top: 22px;
  cursor: pointer;
  display: inline-block;
  display: none;
}
.connect-header-search .icon-delete:before{
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  display: inline-block;
  border: 1px solid #8A8E99;
  -webkit-transform: rotateZ(45deg);
     -moz-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  top: 9px;
  left: 2px;
}
.connect-header-search .icon-delete:after{
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  display: inline-block;
  border: 1px solid #8A8E99;
  -webkit-transform: rotateZ(-45deg);
     -moz-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
          top: 9px;
          left: 2px;
}
.inputted ~ .icon-delete {
  display: block;
}

.por-text-input {
  color: #191919 !important;
  font-size:16px !important;
}

.breadcrumbs {
	max-width: 1600px;
  position: absolute;
  left: 0;
  top: 32px;
  z-index: 9999;
}
.top-breadcrumb { 
	font-size:14px;
	color:#191919;
	text-align:left;
	line-height:22px;
}
.top-breadcrumb a:hover {
	cursor: pointer;
}
.next-breadcrumb {
	font-size:14px;
	color:#191919;
	text-align:left;
	line-height:22px;
	font-weight: 700;
}