html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}


#scroll-loading {}
.spinner { margin: 10px auto; width: 60px; height: 30px; text-align: center; font-size: 10px; }
.spinner > div { background-color: #00D1B2; height: 100%; width: 6px; display: inline-block; -webkit-animation: stretchdelay 1.2s infinite ease-in-out; animation: stretchdelay 1.2s infinite ease-in-out; }
.spinner .rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }
.spinner .rect3 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }
.spinner .rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }
.spinner .rect5 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.loading{
    z-index:1000;
    position: absolute;
    top: 40%;
    width: 100%;
    -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #f80;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
body {
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    /*font-family: Arial,STHeiti,华文黑体,Microsoft YaHei,微软雅黑,SimSun,宋体,Helvetica,Tahoma,Arial sans-serif;*/
    font-family: PingFang SC,Helvetica Neue,Helvetica,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif;
    line-height: 1.5;
    overflow: hidden !important;
    background-color: #F3F4F5;
    /*margin: 0 !important;*/
    height: 100% !important;
}

a{color:#1E1F24;}
/*
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -moz-user-focus: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    outline:none;
    color: #444;
}
*/
/*
*:not(input,textarea) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}*/
html{-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}

button,select {
  -webkit-tap-highlight-color: transparent;
}

input, textarea {
    border:none !important;
}
input:focus,textarea:focus{
    border:none !important;
    outline: none !important;
}

.is-green{color:#00D1B2;}
.is-gray{color:#707070;}
.is-orange{color:#f80;}
.is-blue{color:#0848d1}
.is-red{color:#cc0606 !important;}
.is-bg-red{background-color: #cc0606;}
.is-bg-orange{background-color: #f80;}
.is-bg-white{background-color:#fff !important;}
.is-radius{border-radius: 50%;}
.is-light-grey{
    background-color: #EFF4F7;
    background-image: -webkit-linear-gradient(309deg, #d0e0ec 0%, #f5f7fa 71%, #fff 100%);
    background-image: linear-gradient(141deg, #d0e0ec 0%, #f5f7fa 71%, #fff 100%);
}
.is-top {
    margin-top: -50px;
    z-index: 99;
}
.feed-time-small {
    font-size: 12px;
    color: #999;
    font-weight: 400;
}
.f-12{
   font-size:12px;
}
.f-14{
   font-size:14px;
}
.timestamp,.small-desc {
    color: #999 !important;
}
.w-25{
  width:25%;
}
.w-30{
  width:33.3%;
}
.w-49{
  width:48.5%;
}
.w-50{
  width:50%;
}

.img-s16{width: 16px;height: 16px;}
.img-s32{width: 32px;height: 32px;}
.img-s48{width: 48px;height: 48px;}
.img-s64{width: 64px;height: 64px;}
.fexed-link {
    opacity: 1;
    background-color: #f80 !important;
    color: #fff !important;
    line-height: 3rem;
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
}
.buy-btn-primary {
    background: #FE4A65;
    color: #fff;
}
ul li:last-child{
    border-bottom: none;
}

.button.is-raised {
    box-shadow: 0 14px 26px -12px rgba(0,0,0,0.42),0 4px 23px 0px rgba(0,0,0,0.12),0 8px 10px -5px rgba(0,0,0,0.2) !important;
}
.qbtn{
    display: inline-flex;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.375em - 1px);
    padding-left: .75em;
    padding-right: .75em;
    padding-top: calc(.375em - 1px);
    text-align: center;
    white-space: nowrap;
}
.qbtn.is-rounded {
    border-radius: 290486px;
    padding-left: 1em;
    padding-right: 1em;
}
.qbtn.is-raised{
   box-shadow: 0 14px 26px -12px rgba(0,0,0,0.42),0 4px 23px 0px rgba(0,0,0,0.12),0 8px 10px -5px rgba(0,0,0,0.2) !important;
}

.swiper-container .swiper-pagination-bullet{
    background: #ffffff;
    opacity: .8;
}
.swiper-container .swiper-pagination-fraction{
  color: #9c9c9c;
  line-height: 25px;
  font-weight: 600;
  text-align: right;
  padding-right:20px;
}
.iconfont{
  font-size:22px;
}
.icon-s16{
    font-size:16px;
}
.icon-s24{
    font-size:24px;
}
.icon-s32{
    font-size:32px;
}
.qy_footer{
    position: fixed;
    z-index: 30;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    box-shadow:0 -1px 3px rgba(10,10,10,.1);
}
.qy_footer_index{
    position: fixed;
    z-index: 500;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    box-shadow:0 -1px 3px rgba(10,10,10,.1);
}
@media screen and (min-width:960px){
    .common-header,.loading,.wrapper,.qy_footer,.feed-comment-input,.modal {
        width: 640px !important;
        margin:auto;
    }
    html{
        background-color: #F3F4F5;
    }
}


.wrapper{
    position: relative;
    min-height: 100vh;
    padding-bottom: 60px;
    flex: 1;
    -webkit-flex: 1;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
.wrapper-pc{
    min-height: 100vh;
    flex: 1;
    -webkit-flex: 1;
}

.openapp {
    -webkit-overflow-scroll: touch;
    position: fixed;
    z-index: 2000;
    left: 0;
    right: 0;
    bottom: 80px;
    text-align: center;
    -webkit-animation: fadeInUp .5s ease-in-out both;
    animation: fadeInUp .5s ease-in-out both;
}
#region-box .select{width: 33%;}
.modal-background{
    background-color: #EFF4F7;
    background-image: -webkit-linear-gradient(309deg, #d0e0ec 0%, #f5f7fa 71%, #fff 100%);
    background-image: linear-gradient(141deg, #d0e0ec 0%, #f5f7fa 71%, #fff 100%);
    opacity: .8;
}
.flex-popup{
    padding:0 10px;
    background-color: #ffffff;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 0;
    opacity: .9;
    transition: all 0.5s;
}
.ad{
  padding: 10px 0;
}

.avatar{
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}



/*顶通导航*/

.button.btnn{
    color:#f80;
    border-color: #f80;
    transition: all 0.5s;
}
.button.follow-btn {
    outline: none;
    border-color: #f80;
    background-color: #f80;
    color: #fff;
    transition: all 0.5s;
}
.button.followed-btn {
    outline: none;
    border-color: #f80;
    background-color:transparent;
    color: #f80;
    transition: all 0.5s;
}
.button.selected-btn {
    outline: none;
    border-color: #f80;
    background-color:transparent;
    color: #f80;
    transition: all 0.5s;
}



/*list box*/
.flex-content{
    margin-bottom: 10px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 0.5s;
}
.flex-content .flex-content-header{
    margin: 5px 45px 5px 45px;
    padding: 8px 0;
    text-align: center;
    position: relative;
    color: #5E5E5E;
}
.flex-content-header::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    border-top: 1px solid #e3e3e3;
    left: 0;
    top: 48%;
}
.flex-content-header span {
    display: inline-block;
    padding: 0 1em;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}

.flex-content-title{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    height: 3rem;
    line-height: 3rem;
    border-bottom: 1px solid #e3e3e3;
}
.flex-content-title .t-lt{
   　padding-left:10px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}
.flex-content-title .t-rt{
    font-size:14px;
    margin-left: auto;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    padding-right:10px;
}
.flex-content-title .t-rt i{
  font-size:14px;
}

.flex-content-title .title-hleft{
   padding-left:10px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}
.flex-content-title .t-status{
    float: right!important;
    color: #9c9c9c;
    font-size:0.8rem;
    margin-left: auto;
}
.flex-content-body{
    padding:10px 0 ;
}
.flex-content-footer{
    padding:10px 0;
}
/*
.post-item p {
    padding: 10px;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 32px;
}
.post-item:last-child{
    border-bottom: none;
}*/
.flex-content .content{
    max-height:180px;
    overflow:hidden;
    padding:10px;
    text-align:justify;
}
.flex-content .content-all{
    overflow:hidden;
    text-align:justify;
}
.content-all .txt{
    font-size:16px;
    line-height: 1.5rem;
}
.txt p {
    margin: 10px 0;
    text-align: justify;
}
.txt a{
  color: #428bca;
}
.flex-content .show-small{
  max-height: 6.5rem;
}
.flex-content .view-all{
    color:#039BE5;
    font-size:1.1rem;
}

.f-level{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    height: 3rem;
    line-height: 3rem;
}
.f-level .f-left{
    align-items: center;
    display: inline-flex;
    justify-content: center;
}
.f-level .f-left a{
    display: inline-block;
}
.f-level .f-status{
    color: #9c9c9c;
    font-size:0.8rem;
    margin-left: auto;
   /* height: 3rem;*/
    line-height: 3rem;
}
.f-level .f-right{
  margin-left: auto;
}
.f-level .f-right span{
  margin: 0 5px 0 5px;
  vertical-align:middle;
  color: #ffffff;
}
.f-status span,.t-status span,.f-left img,.f-status a{
    margin-right: 5px;
    vertical-align:middle;
}
.flex-content-footer .utext {
    font-size: 0.8rem;
    color: #9c9c9c;
    margin: 0.6rem 0;
    width: 100%;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}



.pics-list {
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    word-break: keep-all;
    transition: all 0.5s;
}
.pics-list .gitem {
    display: inline-block;
}

/* show two line*/
.uitem-desc-2line{
    color: #999;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* show one line*/
.uitem-desc-line{
    color: #999;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.uitem-footer{
    padding:5px 0;
}

.cart-list{
    padding:10px;

    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
}
.cart-list .cart-item{
    display:flex;
    justify-content: flex-start;
}
.cart-header{
    position: relative;width:100%;line-height:35px;border-bottom:1px solid #e3e3e3;padding:10px;
}
.cart-header .cart-control{
    position: absolute;
    right: 5px;
    top: 3px;
    padding: 5px;
    color: #A9ABAC;
    cursor: pointer;
    font-size:12px;
}
.cart-header .cart-control a{
  line-height: 35px;
}
.cart-list .cart-nums{
    margin-left: auto;
}

.cart-list .ck-radio,.cart-list img{
    margin-right:10px;
}


.article-list{
    padding:10px;
    display:flex;
    justify-content: flex-start;
    border-bottom: 1px solid #e3e3e3;
}
.article-list img{
    margin-right:10px;
}


.address-item{
    border-bottom: 3px solid #e3e3e3;
    padding: 15px;
}
.chat-user-item{
    border-bottom: 1px solid #e3e3e3;
    padding: 10px;
}
.chat-user-item .msg-from{
  color:#707070;
  padding-left:10px;
}


.flex-card{
    background-color: #fff;
    border: 1px solid #fcfcfc;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.flex-box{
    background-color: #fff;
    border: 1px solid #fcfcfc;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;

    transition: all 0.5s;
}
.flex-card .header-control {
    position: absolute;
    right: 5px;
    top: 0;
    padding: 5px;
    color: #A9ABAC;
    cursor: pointer;
}

.flex-card.light-raised {
    box-shadow: 0 3px 10px 4px rgba(0,0,0,0.04);
}
.flex-card.card-overflow {
    overflow: visible !important;
}

.flex-card.light-bordered {
    border: 1px solid #e5e5e5 !important;
}
.flex-card .card-heading {
    padding: 10px;
    color: #444F60;
    margin: 0 !important;
}
.flex-card .card-body {
    padding: 10px;
}
.flex-card .card-body .title{
    font-size:1.2rem;
}
.flex-card .card-body .heading{
    color: #A9ABAC;
    font-weight: 400;
    font-size:1rem;
}

.post-title {
    position: relative;
    color: #000;
    font-size: 1.2rem;
}
.post-body {
    padding: 30px 10px;
    line-height: 2rem;
    text-align:justify;
}

/*列表*/
.item-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #F3F4F5;
}
.item-card {
    width: 49%;
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    background-color: #ffffff
}
.item-card .pname{
  padding:4px;
  color: #444F60;
  font-size: 14px;
  display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.item-card .pnum{
  padding:5px;
}

/*post-item*/
.post-item {
    width: 100%;
    margin: 0 0 1rem 0;
    background: #fff;
    overflow: hidden;
    /*border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);*/
}


.item-title {
    color: #707070;
    margin-left: 1rem;
}
.item-menu {
    margin-left: auto !important;
    padding-right: 10px;
    font-size: 80%;
    cursor: pointer;
}
.soft-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.user-like-list{
    width: 100%;
    padding:10px;
    background: #fff;
    overflow: hidden;
    margin-bottom:1px;
    line-height: 40px;
}
.team-avatars {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.team-avatars img {
    width: 32px;
    height: 32px;
    border-radius: 200px;
    position: relative;
    margin-right: 5px;
}
.team-avatars span {
    margin-left: 10px;
    font-size: 1.2rem;
    font-weight: bolder;
    color: #7F00FF;
}



/*用户列表*/
.column-list {
}
.column-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid #ededed;
}
.column-list a{
    display: flex;
    width: 100%;
    background-color: #fff;
}
.column-list .column-list-a{
    position: relative;
    display: flex;
    width: 100%;
    min-height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.column-list .column-list-info {
}
.column-list .column-list-info img {
  padding-right:5px;
}
.column-list .column-list-rt{
    margin-left: auto;
    font-size:12px;
    display: flex;
    justify-content:center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.column-list .column-list-rt span{
    font-size:14px;
}
.column-list li:last-child{
    border-bottom: none;
}
.column-list .column-list-avatar{
    margin-right: 8px;
}
.column-list .column-list-pic{
    width:100px;
    height: 100px;
}
.column-list .column-list-avatar img {
    width:48px;
    height: 48px;
    border-radius: 50%;

}

.column-list .column-list-info .name {
    font-weight: 500;
    color: #444F60;
}
.column-list .column-list-info .desc {
    font-size: 13px;
    color: #A9ABAC;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.column-list .column-list-status {
    height: 10px;
    width: 10px;
    border-radius: 100px;
    background: #A9ABAC;
    margin-left: auto;
}
.column-list .column-list-status.is-online {
    background: #00b289;
}


/*comment*/
.comment-list{
    padding:10px;
}
.comment-list .avatar img{
    border-radius: 50%;
}
.comment-input{
    border-bottom: none !important;
    min-height: 50px !important;
    height: 50px !important;
    border-radius: 4px 4px 0 0 ;

}
.comment-content{
    padding:10px;
}
.qy_footer .footer-bar {
    padding:10px;
    border-top: none !important;
    background-color: #00D1B2;
    line-height: 2.5rem;
}
.qy_footer .footer-btn{
    padding: 3px 13px 6px 13px;
    outline: none;
    border-color: #00D1B2;
    background-color: #00D1B2;
    color: #fff;
    transition: all 0.5s;
}
.qy_footer .footer-bar-btn{
    padding: 3px 13px 6px 13px;
    color: #fff;
    font-weight: 500;
    transition: all 0.5s;

}
/*动态评论 聊天页面*/
.feed-comment-input{
    box-shadow: 1px -2px 0 #F3F4F5;
    position: fixed;
    z-index: 500;
    bottom: 0;
    width: 100%;
    min-height: 45px;
    background: #fff;
}
.comment-send-btn{
    background-color: #ffb514;
    color: #fff !important;
    width: 88px;
    line-height: 45px;
    display: block;
    font-size:1rem;
    margin-left:auto;
}

/*动态列表&通知列表*/
.simple-feed {
    padding: 15px;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
    padding-top: 2rem;
}
.simple-feed .feed-item {
    margin-top: 0 !important;
    padding-left: 15px;
    padding-bottom: 20px;
    position: relative;
    top: -10px;
    border-left: 2px solid #ededed;
    display: flex;
    align-items: center;
}

.simple-feed .feed-item .feed-item-text {
    margin-left: 15px;
}
.simple-feed .feed-item .date {
    display: block;
    position: relative;
    top: -5px;
    color: #999;
    text-transform: none;
    font-size: 13px;
}
.simple-feed .feed-item .text {
    color: #878787;
}
.simple-feed .feed-item .name {
    font-weight: 600;
    color: #444F60;
}
.simple-feed .feed-item:after {
    border: 2px solid #00D1B2;
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    left: -8px;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    background: #fff;
}


/* back*/
#backtotop {
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 55px;
    margin: 0 15px 0 0;
    z-index: 39;
    transition: 0.35s;
    transform: scale(0.7);
    transition: all 0.5s;
}

#backtotop.visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

#backtotop a {
    color: #fff;
    outline: none;
    text-decoration: none;
    border: 0 none;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #66676b;
    opacity: 1;
    transition: all 0.3s;
    border-radius: 50%;
    text-align: center;
    font-size: 2rem;
}
#backtotop:hover,#backtotop a:hover {
    color: #00D1B2;
}

.figure-list{
    margin: 0;
    padding-top:10px;
}
.figure-list:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

/*用户推荐列表*/
.explore-user-box{
    padding:10px 0;
    background-color: #fff;

}
.scroll-x-list{
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    word-break: keep-all;
    transition: all 0.5s;
}
.scroll-x-list .xlist-item {
    display: inline-block;
    padding:0 5px;
}
.scroll-x-list img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
}
.scroll-x-list .xlist-name{
    font-size:12px;
    text-overflow: ellipsis;
    overflow: hidden;
    width:60px;
}

/*2行列表 comment*/
.uitem{
    font-size:14px;
    padding: 10px;
    border-bottom: 1px solid #ededed;
}
.uitem:last-child{
    border-bottom: none;
}
.uitem-desc{
    color: #333;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.uitem-title{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    height: 3rem;
}

.uitem-title img{
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.uitem-title-name{
    margin-left: 10px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
.uitem-title .uitem-control{
    margin-left: auto;
    padding-right: 10px;
}
.uitem-title .uitem-pics{
   padding:10 0;
}
.uitem-pics img{
  margin-right: 5px;
}
.uitem-content-all{
    padding:10px;
    width: 100%;
    color: #444444;
}
.uitem-content{
    width: 100%;
    color: #58595b;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
/*
.uitem-footer{
    font-size: 0.8rem;
    color: #9c9c9c;
    margin: 0.6rem 0;
    width: 100%;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

/*feed*/
.figure-list li{
    float: left;
    width: 28.5%;
    margin: 0 2% 2% 0;
}
.figure-list figure{
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.figure-list figure a{
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
}
