@charset "UTF-8";
.load-more {
  line-height: 0.4rem;
  background: #f2f2f2;
  text-align: center;
  color: #969696; }

ul.club-list {
  padding: 0 0.16rem;
  background: #fff; }
  ul.club-list .business-container-box {
    position: relative;
    border-bottom: 1px solid #efefef;
    width: 100%;
    height: 1.024rem; }
    ul.club-list .business-container-box .container-box—image .group-image {
      position: absolute;
      top: 0.16rem;
      left: 0;
      width: 0.704rem;
      height: 0.704rem; }
    ul.club-list .business-container-box .container-box—image .group-check {
      z-index: 99;
      position: absolute;
      left: 0;
      bottom: 0.16rem;
      width: 0.704rem;
      height: 0.17067rem;
      line-height: 0.17067rem;
      font-size: 0.10667rem;
      text-align: center;
      background: rgba(0, 0, 0, 0.7);
      opacity: 0.5;
      color: #fff; }
    ul.club-list .business-container-box .container-box—info {
      position: absolute;
      top: 0.17067rem;
      left: 0.896rem; }
      ul.club-list .business-container-box .container-box—info .group-materia-name {
        width: 1.92rem;
        height: 0.21333rem;
        font-size: 0.14933rem;
        color: #323232;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      ul.club-list .business-container-box .container-box—info .materia {
        height: 0.16rem;
        font-size: 0.128rem;
        color: #909090;
        display: block; }
      ul.club-list .business-container-box .container-box—info .materia-people-number {
        margin-top: 0.128rem; }
      ul.club-list .business-container-box .container-box—info .materia-info {
        margin-top: 0.05333rem; }
        ul.club-list .business-container-box .container-box—info .materia-info .materia-info-add {
          color: #d7000f; }
    ul.club-list .business-container-box .in-group {
      position: absolute;
      top: 0.16rem;
      right: 0;
      width: 0.704rem;
      height: 0.256rem;
      line-height: 0.256rem;
      font-size: 0.128rem;
      text-align: center;
      color: #d7000f;
      border: 1px solid #d7000f; }

/* 长宽的样式 */
/* 关注列表的样式 */
.border-list {
  display: inline-block; }

.focus-container {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  height: auto;
  overflow: hidden; }
  .focus-container .focus-item {
    float: left;
    width: 25%;
    display: block;
    float: left;
    text-align: center;
    margin: 0.10667rem 0rem; }
    .focus-container .focus-item .img-container {
      width: 100%;
      height: 0.8rem; }
    .focus-container .focus-item img {
      width: 0.8rem;
      height: 0.8rem;
      margin-bottom: 0.05333rem;
      border-radius: 5px; }
    .focus-container .focus-item p {
      margin: auto; }
    .focus-container .focus-item p:nth-of-type(1) {
      width: 0.64rem;
      margin-top: 0.08533rem;
      color: #323232;
      font-size: 0.14933rem;
      overflow: hidden;
      /*超出部分隐藏*/
      white-space: nowrap;
      /*不换行*/
      text-overflow: ellipsis; }
    .focus-container .focus-item p:nth-of-type(2) {
      margin-top: 0.08533rem;
      color: #909090;
      font-size: 0.10667rem; }

input[placeholder],
[placeholder],
*[placeholder] {
  color: #909090 !important; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99; }
  .header .business-top {
    height: 0.48rem;
    width: 100%;
    padding-left: 1.44rem;
    padding-right: 0.21333rem;
    position: relative; }
    .header .business-top .logo {
      position: absolute;
      width: 1.42933rem;
      height: 100%;
      left: 0;
      top: 0;
      background: url(./../../images/business-logo-1.png) no-repeat center center;
      background-size: 1.10933rem 0.17067rem; }
    .header .business-top .business-search {
      height: 100%;
      position: relative; }
      .header .business-top .business-search .search-information {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
        height: 0.29867rem;
        line-height: 0.29867rem;
        padding-left: 0.32rem;
        box-sizing: border-box;
        box-shadow: 0px 0px 6px 1px rgba(153, 153, 153, 0.3);
        border-radius: 0.14933rem;
        color: #909090;
        font-size: 0.128rem;
        background: url(./../../images/u63.png) no-repeat 0.128rem center;
        background-size: 0.128rem 0.128rem; }
  .header .sircle-square-list-nav {
    padding: 0 0.16rem;
    background: #fff;
    white-space: nowrap;
    overflow-x: scroll; }
    .header .sircle-square-list-nav .content {
      width: 200rem; }
      .header .sircle-square-list-nav .content ul {
        white-space: nowrap;
        overflow-x: scroll; }
        .header .sircle-square-list-nav .content ul .list {
          display: inline-block; }
          .header .sircle-square-list-nav .content ul .list a {
            display: block;
            height: 0.42667rem;
            line-height: 0.42667rem;
            padding: 0 0.10667rem;
            color: #323232;
            font-size: 0.14933rem;
            font-family: PingFangSC-regular;
            font-weight: 400; }
            .header .sircle-square-list-nav .content ul .list a.active {
              border-bottom: 3px solid #d7000f; }

.add-to-screen {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 0.74667rem;
  transform: translateX(-50%);
  width: 2.72rem;
  height: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
  border-radius: 0.224rem; }
  .add-to-screen p {
    width: 2.72rem;
    height: 0.40533rem;
    line-height: 0.40533rem;
    text-align: center;
    color: white;
    font-size: 0.14933rem; }
    .add-to-screen p img {
      height: 0.14933rem;
      margin-top: -0.02133rem; }

.join-circle {
  height: 0.85333rem;
  width: 100%;
  background: #fff;
  position: relative; }
  .join-circle .word-left {
    padding-top: 0.21333rem;
    padding-bottom: 0.21333rem;
    padding-left: 0.16rem; }
    .join-circle .word-left .first-word {
      height: 0.17067rem;
      font-size: 0.17067rem;
      font-family: PingFangSC-medium;
      font-weight: 500;
      color: #323232;
      line-height: 0.17067rem; }
    .join-circle .word-left .second-word {
      height: 0.14933rem;
      font-size: 0.14933rem;
      font-family: PingFangSC-regular;
      font-weight: 400;
      color: #909090;
      line-height: 0.14933rem;
      padding-top: 0.16rem; }
  .join-circle .login-immediately {
    position: absolute;
    top: 0.29867rem;
    right: 0.21333rem; }
    .join-circle .login-immediately a {
      color: #333;
      text-decoration: none !important; }
      .join-circle .login-immediately a .business-logo-immediately-right {
        width: 0.78933rem;
        height: 0.29867rem;
        line-height: 0.29867rem;
        background: white;
        border-radius: 0.02133rem;
        font-size: 0.128rem;
        border: 1px solid #d7000f;
        font-family: PingFangSC-regular;
        font-weight: 400;
        color: #d7000f; }

.find-circle {
  background: #fff; }
  .find-circle .find-circle-content .find-circle-top {
    padding: 0 0.16rem;
    height: 0.34133rem;
    line-height: 0.34133rem;
    font-size: 0.17067rem;
    font-family: PingFangSC-medium; }
    .find-circle .find-circle-content .find-circle-top .first-word {
      font-weight: 500;
      color: #323232; }
    .find-circle .find-circle-content .find-circle-top .second-word {
      color: #d7000f; }
    .find-circle .find-circle-content .find-circle-top .third-word {
      float: right;
      font-size: 0.128rem; }
      .find-circle .find-circle-content .find-circle-top .third-word a {
        color: #999; }
  .find-circle .find-circle-content .find-circle-bottom .find-circle-left {
    width: 0.832rem;
    height: 0.832rem;
    background: #e9e9e9;
    margin-left: 0.16rem;
    margin-top: 0.21333rem;
    display: inline-block;
    background: url(./../../images/group_default_logo.png) no-repeat center center;
    background-size: cover; }
  .find-circle .find-circle-content .find-circle-bottom .find-circle-right {
    padding-top: 0.21333rem;
    padding-bottom: 0.21333rem;
    padding-left: 0.16rem; }
    .find-circle .find-circle-content .find-circle-bottom .find-circle-right p {
      font-size: 0.14933rem;
      font-family: PingFangSC-regular;
      font-weight: 400;
      color: #909090;
      line-height: 0.21333rem; }
    .find-circle .find-circle-content .find-circle-bottom .find-circle-right a {
      color: #333;
      text-decoration: none !important; }
      .find-circle .find-circle-content .find-circle-bottom .find-circle-right a .find-circle-first-bottom {
        margin-top: 0.10667rem;
        width: 0.78933rem;
        height: 0.29867rem;
        line-height: 0.128rem;
        background: white;
        border-radius: 0.02133rem;
        font-size: 0.128rem;
        border: 1px solid #d7000f;
        font-family: PingFangSC-regular;
        font-weight: 400;
        color: #d7000f; }

.sircle-square {
  background: white; }
  .sircle-square .sircle-square-top {
    margin-top: 0.10667rem;
    background: white;
    border-bottom: 1px solid #efefef; }
    .sircle-square .sircle-square-top .business-module-title {
      position: relative;
      width: 100%;
      height: 0.53333rem;
      padding: 20px 0 10px 15px;
      line-height: 1;
      font-size: 18px;
      color: #333333;
      font-weight: bold; }
      .sircle-square .sircle-square-top .business-module-title .business-top-words {
        height: 0.17067rem;
        font-size: 0.17067rem;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: #323232;
        line-height: 0.17067rem; }
      .sircle-square .sircle-square-top .business-module-title .business-more {
        position: absolute;
        right: 0.16rem;
        top: 0.224rem;
        font-size: 0.14933rem;
        height: 0.14933rem;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        color: #909090;
        line-height: 0.14933rem; }
  .sircle-square .sircle-square-bottom {
    padding: 0.128rem 0.16rem 0; }

.essence-information {
  margin-top: 0.10667rem; }
  .essence-information .essence-information-content .essence-information-title {
    background: #fff;
    padding: 0 0.16rem;
    height: 0.53333rem;
    line-height: 0.53333rem; }
    .essence-information .essence-information-content .essence-information-title h2 {
      font-size: 0.17067rem;
      font-family: PingFangSC-Medium;
      font-weight: 500;
      color: #323232; }

.business-top {
  height: 0.48rem; }

.sircle-square-list-nav {
  height: 0.48rem; }
