.swiper-pagination-bullet-active {
  background: #ff618e;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 5px;
}
img{
  vertical-align: top;
}
.oe_index_page .headbar {
  width: 100%;
  height: 46px;
  background: #ff618e;
  position: relative;
  z-index: 10;
}

.oe_index_page .headbar .left {
  position: absolute;
  left: 0;
  top: 0;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

.oe_index_page .headbar .left a {
  cursor: pointer;
}

.oe_index_page .headbar .left img {
  height: 36px;
}

.oe_index_page .headbar .right {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 10px;
}

.oe_index_page .headbar .right .btn {
  width: 46px;
  height: 46px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  display: block;
}

.oe_index_page .headbar .right .btn .text {
  color: #fff;
  font-size: 12px;
  position: relative;
  top: -4px;
}

.oe_index_page .headbar .right .btn em {
  font-size: 30px;
  color: #fff;
  position: relative;
  top: 2px;
}

.oe_index_page .headbar .center {
  height: 46px;
}

.oe_index_page .headbar .center h1 {
  font-size: 18px;
  text-align: center;
  color: #fff;
  line-height: 46px;
  font-weight: 500;
}

.oe_index_page .page_content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 46px 0 55px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.oe_index_page .page_content .bg {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: 46px;
  background: #ff618e;
}

.oe_index_page .page_content .banner {
  margin-top: 6px;
}

.oe_index_page .page_content .banner .pic {
  margin: 0 6px;
  border-radius: 5px;
  overflow: hidden;
}

.oe_index_page .page_content .banner .pic img {
  width: 100%;
}

.oe_index_page .page_content .nav {
  font-size: 0;
  padding: 15px 0 6px;
}

.oe_index_page .page_content .nav .item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 8px 0;
  cursor: pointer;
}

.oe_index_page .page_content .nav .item .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ff618e;
  margin: 0 auto;
}

.oe_index_page .page_content .nav .item .text {
  text-align: center;
  font-size: 13px;
  margin-top: 8px;
  color: #000;
}

.oe_index_page .page_content .notice {
  padding: 6px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.oe_index_page .page_content .notice .left em {
  font-size: 20px;
  color: #ff618e;
}

.oe_index_page .page_content .notice .right {
  height: 28px;
  border-radius: 28px;
  background: #fff7f7;
  overflow: hidden;
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.oe_index_page .page_content .notice .right .list {
  overflow: hidden;
}

.oe_index_page .page_content .notice .right .list .item {
  width: 100%;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
  font-size: 13px;
  color: #666;
  box-sizing: border-box;
  padding: 0 10px;
}

.oe_index_page .page_content .notice .right .list .item span {
  font-weight: 700;
  color: #ff618e;
}

.oe_index_page .page_content .user_list {
  padding-top: 10px;
  background: #f5f5f5;
}
.oe_index_page .page_content .user_list .list+.list{
  display: none;
}

.oe_index_page .page_content .user_list .tab_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 0;
  background: #fff;
  position: relative;
}

.oe_index_page .page_content .user_list .tab_nav .item {
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  font-size: 16px;
  overflow: hidden;
  cursor: pointer;
}

.oe_index_page .page_content .user_list .tab_nav .item.current {
  background: #f5f5f5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-weight: 700;
  color: #ff618e;
}

.oe_index_page .page_content .user_list .tab_nav .item em {
  font-size: 38px;
  line-height: 38px;
  color: #ff618e;
}

.oe_index_page .page_content .user_list .tab_nav .up {
  position: absolute;
  right: 15px;
  top: 18px;
  color: #ff618e;
  border: 1px solid #ff618e;
  cursor: pointer;
  line-height: 22px;
  padding: 0 10px;
  border-radius: 22px;
  height: 22px;
  font-size: 12px;
  cursor: pointer;
}

.oe_index_page .page_content .user_list .tab_content {
  background: #f5f5f5;
  font-size: 0;
  padding: 10px;
}

.oe_index_page .page_content .user_list .tab_content .item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}

.oe_index_page .page_content .user_list .tab_content .item .box {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.oe_index_page .page_content .user_list .tab_content .item .box .pic {
  width: 100%;
  position: relative;
}

.oe_index_page .page_content .user_list .tab_content .item .box .pic .wrap {
  max-height: 200px;
  overflow: hidden;
}

.oe_index_page .page_content .user_list .tab_content .item .box .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.oe_index_page .page_content .user_list .tab_content .item .box .pic .vip {
  font-size: 16px;
  font-family: Helvetica, sans-serif;
  position: absolute;
  left: 10px;
  bottom: -12px;
  padding: 0 8px;
  border-radius: 3px;
  background: #ff618e;
  color: #fff;
  line-height: 24px;
  height: 22px;
  z-index: 1;
  font-style: italic;
}

.oe_index_page .page_content .user_list .tab_content .item .box .pic .rz {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.oe_index_page .page_content .user_list .tab_content .item .box .pic .rz .rz_box img {
  width: 18px;
}

.oe_index_page .page_content .user_list .tab_content .item .box .pic .rz .rz_box + .rz_box {
  margin-top: 6px;
}

.oe_index_page .page_content .user_list .tab_content .item .box .info {
  padding: 15px 10px 10px;
  overflow:hidden;
}

.oe_index_page .page_content .user_list .tab_content .item .box .info .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.oe_index_page .page_content .user_list .tab_content .item .box .info .top .name {
  max-width: 120px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.oe_index_page .page_content .user_list .tab_content .item .box .info .top .age {
  color: #ff618e;
  font-size: 14px;
}

.oe_index_page .page_content .user_list .tab_content .item .box .info .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2px;
  margin-top: 8px;
}

.oe_index_page .page_content .user_list .tab_content .item .box .info .bottom span {
  margin: 2px;
  line-height: 18px;
  height: 20px;
  border: 1px solid #ebebeb;
  color: #666;
  font-size: 12px;
  padding: 0 6px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}

.oe_index_page .page_content .user_list .tab_content .item .box .info .bottom span.female {
  color: #ff618e;
  border-color: #ffbfd1;
}

.oe_index_page .page_content .user_list .tab_content .item .box .info .bottom span.male {
  color: #00a0e9;
  border-color: #c2ecff;
}

.oe_infinite_scroll .load {
  text-align: center;
  padding: 6px 0;
}

.oe_infinite_scroll .load .loading {
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #dedede;
  border-top-color: #999;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
}

.oe_infinite_scroll .load .text {
  font-size: 13px;
  color: #999;
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  line-height: 20px;
}

.oe_infinite_scroll .no_more {
  line-height: 21px;
  text-align: center;
  color: #999;
  font-size: 13px;
  padding: 6px 0;
  display: none;
}

.oe_infinite_scroll .no_result {
  padding: 30px 0;
}

.oe_infinite_scroll .no_result .icon {
  text-align: center;
}

.oe_infinite_scroll .no_result .icon em {
  font-size: 60px;
  line-height: normal;
  color: #bebebe;
}

.oe_infinite_scroll .no_result .text {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 15px;
}
.oe_index_page .page_content .user_list .more_user{
  padding: 30px 0;
  text-align: center;
}
.oe_index_page .page_content .user_list .more_user a{
  width: 200px;
  border-radius: 46px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  line-height: normal;
  padding: 10px 0;
  font-size: 18px;
  color: #ff618e;
  border: 1px solid #ff618e;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.infinite_loading {
  -webkit-animation: loading 1s linear infinite both;
          animation: loading 1s linear infinite both;
}


.oe_index_page .page_content .nav .item .icon.user{  background:url(../images/ico.png) 0px 0px #fff0f0;background-size:360px auto;}
.oe_index_page .page_content .nav .item .icon.party{  background:url(../images/ico.png) -50px 0px #e8f0ff;background-size:360px auto;}
.oe_index_page .page_content .nav .item .icon.weibo{  background:url(../images/ico.png) -100px 0px #fff5e8;background-size:360px auto;}
.oe_index_page .page_content .nav .item .icon.case{  background:url(../images/ico.png) -150px 0px #ffede8;background-size:360px auto;}
.oe_index_page .page_content .nav .item .icon.diary{  background:url(../images/ico.png) 0px -50px #ffecf3;background-size:360px auto;}
.oe_index_page .page_content .nav .item .icon.info{  background:url(../images/ico.png) -50px -50px #ffede8;background-size:360px auto;}
.oe_index_page .page_content .nav .item .icon.safety{  background:url(../images/ico.png) -100px -50px #e8f8ff;background-size:360px auto;}
.oe_index_page .page_content .nav .item .icon.msg{  background:url(../images/ico.png) -150px -53px #fae8ff;background-size:360px auto;}
