﻿::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 2px;
}

  ::-webkit-scrollbar-thumb:hover {
    background: #747474;
  }

::-webkit-scrollbar-corner {
  background: #f6f6f6;
}
.user-waper {
  min-height: 800px;
  background-color: #f1faff;
  background-image: linear-gradient( 40deg,#e8f2fb,#f7fdff);
  color: #666;
}
.user-body {
  width: 1111px;
  margin: 0 auto;
  padding-top:60px;
  display: flex;
  align-items:center;
  justify-content: space-between;
}
.user-body-left {
  display:inline-block;
  text-align:center;
}
.user-body-left p {
  font-size: 18px;
  font-weight:900;
  letter-spacing: 5px;
  
}
.user-body-left span {
  position:relative;
  top: -4px;
  font-size: 32px;
  vertical-align: middle;
}
.right-box {
  position:relative;
  display: inline-block;
  width: 350px;
  padding: 30px 40px 10px;
  background-color: #fff;
  box-shadow: 0 4px 6px -3px rgba(42,90,131,.25)
}
.tab-bar{
  margin-bottom: 30px;
}
.tab-bar span {
  cursor: pointer;
  font-size: 16px;
}
  .tab-bar span:hover, .right-box-links span:hover, .right-box-links label:hover, .tab-bar-active {
    color: #3398ff;
  }
.tab-bar img {
  position:absolute;
  cursor: pointer;
  right:10px;
  top: 10px;
  width: 36px;
  height: 36px;
}
.right-box input {
  padding: 0 10px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
}
.right-box input[type=submit] {
  border: 1px solid #3398ff;
}
.right-box input:focus {
  border: 1px solid #4da8f6;
}
.right-box-links {
  display:flex;
  justify-content:space-between;
}
  .right-box-links span, .right-box-links label {
    cursor: pointer;
  }
.right-box input[type=checkbox] {
  width: 14px;
  height: 14px;
  vertical-align: top;
  -webkit-appearance: auto;
}
  .right-box input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #ccc;
}

.right-box :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}

.right-box ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
}

.right-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

.right-box input::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}
.right-box-btn {
  height: 38px;
  width: 100%;
  color: #fff;
  font-size: 15px;
  background-color: #3398ff;
  /*background-image: linear-gradient(40deg,#915be8,#29d0fe);*/
  border: none;
  cursor: pointer;
}
.right-box-btn-sm {
  vertical-align: top;
  height: 36px;
  width: 120px;
  margin-left: 5px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #c6c6c6;
  color: #808080;
  font-size: 12px;
}
  .right-box-btn-sm:hover {
    border: 1px solid #3398ff;
    color: #3398ff;
  }
.right-box-title {
  text-align:center;
  font-weight: 900;
  font-size: 18px;
}
.right-box-qrcode-img {
  width: 120px;
  height: 120px;
}
.login-qr-tip {
  position: absolute;
  display: none;
  margin: 0 auto;
  color: #444;
  z-index: 2;
  top: 40px;
  left: 94px;
}
.qr-reload {
  width: unset !important;
  height: unset !important;
  line-height: unset !important;
  position: absolute;
  display: none;
  top: 60px;
  left: 100px;
  background-color: #3398ff;
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 2;
  padding: 4px !important;
}

.right-box-title2 {
  font-weight: 500;
  font-size: 18px;
  color: #3398ff;
}
.user-link-top-left {
  background-color: #3398ff;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  position: absolute;
  left: 0px;
  top: 0;
  border-radius: 0 0 4px 0;
}
.user-searchbox {
  display: flex;
  position: sticky;
  background-color: #fff;
  top:0;
}
.user-searchbox :last-child {
  flex-shrink: 0;
  width: 60px;
  background-color: #3398ff;
  color:#fff;
  border:none;
  cursor:pointer;
}
.user-complist {
  max-height:300px;
  min-height: 200px;
  overflow:auto;
  padding:0;
  margin-right: -4px;
}
.user-complist li {
  position:relative;
  font-size: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef;
}
  .user-complist li > p:first-child {
    font-size:14px;
    font-weight: 900;
  }
  .user-complist li > p:last-child {
    position: absolute;
    right: 4px;
    bottom: 0;
  }
.user-join-btn {
  padding: 8px 15px;
  background-color: #f6931e;
  color: #fff;
  border: none;
  cursor: pointer;
}
.user-complist li > p {
  margin: 10px 0;
}
  .user-tag {
    margin-left: 10px;
    background-color: #ffda9d;
    padding: 2px 10px;
    display: inline-block;
    font-size: 12px;
    border-radius: 50px;
    color: #bd7f0e;
    font-weight: 400;
  }
.user-tag.user-tag-success {
  background-color: #aef5bf;
  color: #0ebd44;
}
.user-card {
  position: relative;
  width: 1111px;
  margin: 0 auto;
  padding: 30px 40px 10px;
  background-color: #fff;
  box-shadow: 0 4px 6px -3px rgba(42,90,131,.25)
}
.user-tab-bar {
  display: flex;
  justify-content: space-between;
}
.user-table {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #efefef;
}
  .user-table thead tr {
    background-color: #e8f2fb;
    color: #444;
  }
  .user-table tbody tr {
    cursor:pointer;
    transition: all .3s;
  }
  .user-table tbody tr:hover {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.25);
    transform:scale(1.05);
  }
  .user-table tbody tr:nth-child(even){
  background-color: #f8f8f8;
}
  .user-table td, .user-table th {
    text-align: center;
    padding: 8px 4px;
  }
input[type="tel"], input[type="text"], input[type="password"], input[type="number"], input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
} {
    -webkit-appearance: none;
  }
.user-tab-bar input[type=text] {
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
}
.user-tab-bar select {
  padding: 0 10px;
  height: 36px;
  max-width: 160px;
  line-height: 36px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
}
.user-tab-bar input[type=button], .user-tab-bar input[type=submit], .user-tab-bar button {
  background-color: #bbb;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 8px 16px
}
.message-box {
  min-height:450px;
}
.empty-message {
  text-align: center;
  height: 450px;
  line-height:610px;
  width: 100%;
  color: #ccc;
  background-image: url(./img/nomessage.png);
  background-repeat: no-repeat;
  background-position: center;
}
.is-not-read {
  color: #444;
  position:relative;

}
  .is-not-read td:first-child:before {
    font-size: 12px;
    content: "";
    position: absolute;
    top: 16px;
    left: 10px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #ff6666;
  }
.message-tag {
  color:#fff;
  padding: 0 10px; 
  font-size:12px;
  margin-left: 4px;
  border-radius: 10px;
  background-color: #ff6666;
}