.user-box {
    flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  .user-box > img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin-right: 15px; }
  .user-box > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    font-size: 12px;
    padding: 10px 0;
    color: #666; }
    .user-box > div > div:nth-of-type(1) {
      font-size: 18px; }
      .user-box > div > div:nth-of-type(1) span {
        color: orangered;
        margin-left: 10px;
        font-size: 14px; }

.XYUS-SHOW {
  display: none; }

  .grow-tip{

    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #666;

  }

.XYUS-LOGOUT {
  color: red;
  margin-left: 15px; }

.header {
  height: 40px;
  color: white;
  background-color: #12cd90;
  text-align: center;
  position: relative;
  line-height: 40px;
  margin: -10px;
  margin-bottom: 10px; }
  .header .header-back {
    position: absolute;
    left: 15px;
    line-height: 40px; }

.wrapper {
  box-sizing: border-box;
  padding: 10px;
  height: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

::-webkit-scrollbar {
  display: none; }

.count-box {
  margin: 30px 0;
  background-color: #12cd90;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px; }
  .count-box > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: white; }
    .count-box > div span {
      color: gold; }
    .count-box > div a {
      display: block;
      margin-top: 15px;
      background-color: rgba(255, 255, 255, 0.25);
      padding: 2px 10px;
      border-radius: 1000px; }

.menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .menu-box > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 25%;
    height: 120px; }
    .menu-box > * > img {
      width: 50px;
      height: 50px; }
    .menu-box > * > span {
      line-height: 40px; }

.call-box > div {
  height: 50px;
  background-color: #f9f9f9;
  margin: 2px 0;
  box-sizing: border-box;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
.call-box .btn{
    flex-shrink: 0;
}
.tip {
  text-align: center;
  margin: 20px 0;
  font-weight: bold; }

.tip.light {
  font-weight: normal;
  font-size: 12px;
  color: #999; }

.btn {
  color: white;
  background-color: #12cd90;
  padding: 0 10px;
  border-radius: 1000px;
  font-size: 12px;
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  height: 25px;
  line-height: 25px;
  cursor: pointer; }

.btn.text {
  color: #999;
  background: transparent; }

.btn.disabled, .btn[disabled] {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  cursor: default; }

.btn.row {
  width: 100%;
  text-align: center;
  box-sizing: border-box; }

.release-box > div {
  margin: 5px 0;
  box-sizing: border-box;
  background-color: #f9f9f9;
  padding: 20px; }
  .release-box > div .gname {
    color: #12cd90;
    font-weight: bold; }
  .release-box > div .release-content {
    font-size: 12px;
    color: #999;
    line-height: 1.6em;
    text-indent: 1em;
    margin: 5px 0; }
  .release-box > div .release-time {
    color: #999;
    font-size: 14px; }

.collection-box > * {
  margin: 2px;
  background-color: #f9f9f9;
  box-sizing: border-box;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  position: relative; }
  .collection-box > * img {
    margin-right: 10px;
    height: 35px;
    width: 35px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .collection-box > * .gname {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.collection-box.game > * {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 48%; }
  .collection-box.game > * > div {
    width: 150px; }
    .collection-box.game > * > div .sname {
      color: #999;
      font-size: 12px; }

.collection-box.grow > * {
  background-color: #fff;
  border: 1px solid #EEE;
  margin: 5px 0;
  font-size: 12px;
  color: #666; }
  .collection-box.grow > * > div:nth-of-type(1) {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .collection-box.grow > * > div:nth-of-type(1) span {
      color: orange; }

.acc-data > * {
  height: 50px;
  border-bottom: 1px solid #EEE;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .acc-data > * > .label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .acc-data > * img {
    width: 35px;
    height: 35px;
    border-radius: 50%; }
  .acc-data > * .right-ico {
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: 0 5px; }
  .acc-data > * select {
    height: 30px;
    border: none; }

.gift-filter {
  font-size: 16px;
  margin: 10px 0; }
  .gift-filter > * {
    color: #666;
    margin-right: 13px; }
  .gift-filter > *[active] {
    color: #12cd90; }

.gift-filter.small {
  font-size: 12px; }

.collection-box.gift > div {
  margin: 5px 0; }
  .collection-box.gift > div > div:nth-of-type(1) {
    width: 70%; }
  .collection-box.gift > div .gift-info {
    font-size: 12px;
    color: #999; }
  .collection-box.gift > div .tiaojian {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #999;
    font-size: 12px; }
  .collection-box.gift > div .btn {
    width: 50px;
    text-align: center; }

.ranking-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 20px 0; }
  .ranking-filter > span {
    color: #999;
    font-size: 18px;
    padding-bottom: 5px; }
  .ranking-filter > span[active] {
    border-bottom: 1px solid #12cd90; }
  .ranking-filter i {
    border-right: 1px solid #DDD;
    height: 20px;
    margin: 0 -15px; }

.ranking-box > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #EEE;
  height: 40px;
  margin: 3px 0; }
  .ranking-box > div > div {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    text-align: center; }
  .ranking-box > div > div:nth-of-type(1) {
    width: 10%; }
  .ranking-box > div > div:nth-of-type(2) {
    width: 45%; }
  .ranking-box > div > div:nth-of-type(3) {
    width: 45%; }
.ranking-box > div:nth-of-type(1) {
  border-bottom: none; }
.ranking-box > div:nth-of-type(2) {
  border-bottom: none;
  background-color: #ff6e75;
  color: #fff;
  border-radius: 1000px; }
.ranking-box > div:nth-of-type(3) {
  border-bottom: none;
  background-color: #ffc547;
  color: #fff;
  border-radius: 1000px; }
.ranking-box > div:nth-of-type(4) {
  border-bottom: none;
  background-color: #6fbdff;
  color: #fff;
  border-radius: 1000px; }

.ranking-box > div > div:nth-of-type(1) {
  width: 10%; }
.ranking-box > div > div:nth-of-type(2) {
  width: 35%; }
.ranking-box > div > div:nth-of-type(3) {
  width: 20%; }
.ranking-box > div > div:nth-of-type(4) {
  width: 35%; }

.vip-tequan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .vip-tequan > * {
    width: 25%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0; }
    .vip-tequan > * img {
      width: 50px;
      height: 50px; }
    .vip-tequan > * span {
      color: orange;
      margin-top: 10px; }

.vip-info {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f9f9f9;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .vip-info span {
    color: orangered; }

.vip-title {
  width: 150px;
  height: 35px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: -webkit-linear-gradient(left, #ffbf00, #ffbf00, transparent);
  background-image: linear-gradient(to right, #ffbf00, #ffbf00, transparent);
  color: white;
  margin: 5px 0;
  line-height: 35px;
  text-indent: 1em; }

.vip-title.vip {
  background-image: -webkit-linear-gradient(left, #fb3c5d, #fb3c5d, transparent);
  background-image: linear-gradient(to right, #fb3c5d, #fb3c5d, transparent);
  position: relative; }
  .vip-title.vip span {
    position: absolute;
    right: -220px;
    top: 0px;
    color: #999;
    font-size: 12px; }

.vip-tequan-filter {
  text-align: center;
  margin: 20px 0; }
  .vip-tequan-filter span {
    font-size: 12px;
    color: #999;
    margin: 0 5px; }
  .vip-tequan-filter span[active] {
    color: #fb3c5d; }

.dialog {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .dialog .dialog-wrapper {
    background-color: #fff;
    width: 300px;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
    position: relative; }
    .dialog .dialog-wrapper .dialog-title {
      text-align: center;
      font-size: 16px;
      color: #666;
      margin-bottom: 10px; }
    .dialog .dialog-wrapper .btn.row {
      line-height: 40px;
      height: 40px;
      font-size: 14px;
      margin-top: 10px; }
    .dialog .dialog-wrapper .dialog-close {
      position: absolute;
      right: 10px;
      top: 5px;
      font-size: 20px;
      color: #999;
      cursor: pointer; }

.role-box {
  width: 100%;
  border: 0.5px solid #CCC;
  box-sizing: border-box; }
  .role-box > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .role-box > div > div {
      text-align: center;
      color: #666;
      border: 0.5px solid #CCC;
      line-height: 30px;
      box-sizing: border-box; }
    .role-box > div > div:nth-of-type(1) {
      width: 30%; }
    .role-box > div > div:nth-of-type(2) {
      width: 70%; }

.kaitong-label {
  font-size: 12px;
  color: #999; }

.time-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .time-box > * {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 29%;
    border: 1px solid #DDD;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #999;
    height: 35px;
    margin: 3px;
    cursor: pointer; }
    .time-box > * input {
      width: 60%;
      margin-right: 5px; }
  .time-box > *[active] {
    border-color: #12cd90; }

.money-info {
  text-align: center;
  margin: 20px 0; }
  .money-info span {
    color: orangered; }

.auth-box {
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 50px; }
  .auth-box > div {
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .auth-box > div .label {
      color: #999;
      width: 100px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      text-align: right;
      margin-right: 5px; }
    .auth-box > div input, .auth-box > div select {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      height: 100%;
      border: none;
      height: 30px;
      border-bottom: 1px solid #DDD; }
    .auth-box > div img {
      height: 30px;
      width: auto; }

.acc-data input, .acc-data select {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  border: none;
  height: 30px;
  border-bottom: 1px solid #DDD;
  border-radius: 0; }

.btn.row.auth {
  line-height: 40px;
  width: 80%;
  height: 40px;
  margin-left: 10%; }

.signin span {
  color: orangered; }

.date-box {
  border: 1px solid #12cd90; }
  .date-box .date-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .date-box .date-title > span {
      width: 14.28571%;
      text-align: center;
      color: #FFF;
      background-color: #12cd90;
      line-height: 30px;
      display: block; }
  .date-box .date-wrapper {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .date-box .date-wrapper > span {
      width: 14.28571%;
      text-align: center;
      color: #666;
      line-height: 30px;
      display: block;
      margin: 5px 0; }
    .date-box .date-wrapper > span[active] {
      color: white;
      background-color: #12cd90; }
  .date-box .date-tip {
    text-align: right;
    color: #999;
    font-size: 12px; }

.qiandao-title {
  margin-top: 20px;
  font-size: 14px;
  color: #999; }

.qiandao-row {
  text-indent: 0.5em;
  font-size: 12px;
  line-height: 1.8em;
  color: #999; }
  .qiandao-row span {
    color: orangered; }

.login-log-box > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border-bottom: 1px solid #DDD; }
  .login-log-box > div > span {
    text-align: center;
    display: inline-block;
    color: #999;
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.login-log-box > div:nth-of-type(1) {
  border-bottom: none; }
  .login-log-box > div:nth-of-type(1) > span {
    font-weight: bold;
    color: #333; }

.login-log-box.login > div {
  background-color: #eee;
  border-bottom: none;
  margin: 3px 0; }
  .login-log-box.login > div > span {
    color: #333;
    width: 33%; }
.login-log-box.login > div:nth-of-type(1) {
  background-color: #fff; }

.time-box.role {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .time-box.role > * {
    width: 28%; }

.btn + .btn {
  margin-left: 10px; }

.small input {
  width: 100%;
  border: none;
  height: 40px;
  border-bottom: 1px solid #CCC; }
.small span {
  color: orangered; }

.chat-search {
  box-sizing: border-box;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .chat-search > input {
    width: 80%;
    height: 30px;
    border: 1px solid #12cd90;
    border-radius: 5px;
    box-sizing: border-box;
    text-indent: 0.5em; }
  .chat-search .search-btn {
    height: 30px;
    border: 1px solid #12cd90;
    border-radius: 5px;
    width: 20%;
    box-sizing: border-box;
    color: #666;
    text-align: center;
    line-height: 28px; }

.collection-box.chat-box > div {
  border: none;
  background-color: #f9f9f9;
  margin: 5px 0; }
  .collection-box.chat-box > div > div:nth-of-type(1) > div:nth-of-type(1) {
    font-size: 14px;
    margin-bottom: 5px; }
.collection-box.chat-box .count-ico {
  background-color: #fb3c5d;
  color: white;
  padding: 5px 10px;
  border-radius: 5px; }
.collection-box.chat-box .count-ico[green] {
  background-color: #12cd90; }

.jiejiao-tip {
  text-align: center;
  border: 1px solid #DDD;
  border-radius: 10px;
  background-color: #fff;
  position: fixed;
  width: 300px;
  bottom: 50px;
  padding: 20px 0;
  left: 50%;
  margin-left: -150px;
  box-sizing: border-box;
  color: #666;
  line-height: 1.6em; }

.message-box {
  height: calc(100% - 80px);
  overflow: auto; }
  .message-box .time {
    line-height: 40px;
    font-size: 12px;
    color: #999;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: flex-start; }
  .message-box > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0; }
    .message-box > div img {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      margin-right: 10px;
      margin-left: 10px; }
    /* .message-box > div span {
      border: 1px solid #F9f9f9;
      padding: 5px 10px;
      border-radius: 5px; } */
  .message-box > div[me] {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    /* .message-box > div[me] span {
      color: white;
      background-color: #45b1e3; } */

.footer {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer input {
    height: 35px;
    width: 80%;
    border: none;
    border-bottom: 1px solid #DDD; }
  .footer .btn {
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    padding: 0 15px; }

.users-search {
  width: 100%;
  height: 40px;
  background-color: #eee;
  border-radius: 1000px;
  border: none;
  text-indent: 1em; }

.users-list > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f9f9f9;
  box-sizing: border-box;
  padding: 10px 0; }
  .users-list > * img {
    height: 50px;
    width: 50px;
    margin-right: 15px;
    border-radius: 50%; }
  .users-list > * > div > div:nth-of-type(2) {
    font-size: 12px;
    color: #999;
    margin-top: 5px; }

.chatinfo-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px; }
  .chatinfo-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 5px; }
  .chatinfo-info > div:nth-of-type(2) {
    font-size: 12px;
    color: #999;
    margin-top: 5px; }

.chatinfo-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #333;
  margin: 5px 0; }

.users-list.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .users-list.list > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 10px; }
    .users-list.list > div img {
      margin-right: 0; }
    .users-list.list > div > span {
      color: #999;
      font-size: 12px;
      margin-top: 5px; }

.chat-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10; }

.chat-dialog-wrapper {
  width: 90%;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 15px; }

.chat-dialog-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .chat-dialog-title img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px; }
  .chat-dialog-title span {
    color: gold;
    font-size: 18px; }

.chat-dialog-content {
  font-size: 12px;
  line-height: 1.6em;
  color: #999;
  margin: 20px 0;
  max-height: 300px;
  overflow: auto; }

.head-select {
  height: 90%;
  width: 90%;
  position: absolute;
  left: 5%;
  top: 5%;
  background-color: #fff;
  border-radius: 20px;
  overflow: auto;
  box-sizing: border-box;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .head-select > div {
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    box-sizing: border-box;
    padding: 10px; }
    .head-select > div img {
      width: 55px;
      height: 55px;
      margin-bottom: 10px;
      border-radius: 50%; }
  .head-select .dialog-close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    width: auto; }

.footer-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px; }
  .footer-btns > a {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center; }
