@charset "UTF-8";
.js-editable-form {
  width: auto; }

.js-editable {
  border-bottom: 1px dotted #24466e; }

.js-switch {
  font-size: 12px;
  border-radius: 1em;
  border: 2px solid #dc3545;
  display: inline-block;
  text-align: center;
  width: calc(4.5em + 4px);
  overflow: hidden;
  white-space: nowrap;
  background-color: #dc3545;
  color: #FFF !important;
  -webkit-transition: background-color .5s, border-color .5s;
  -o-transition: background-color .5s, border-color .5s;
  transition: background-color .5s, border-color .5s; }
  .js-switch:after {
    content: attr(data-on); }
  .js-switch:before {
    content: attr(data-off); }
  .js-switch:after, .js-switch:before {
    width: 3em;
    display: inline-block;
    vertical-align: top;
    height: 1.5em;
    line-height: 1.5em; }
  .js-switch i {
    vertical-align: top;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: .75em;
    background-color: #FFF; }
  .js-switch:after, .js-switch:before, .js-switch i {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
  .js-switch.active {
    background-color: #28a745;
    border-color: #28a745; }
    .js-switch.active:after, .js-switch.active:before, .js-switch.active i {
      -webkit-transform: translateX(-3em);
      -ms-transform: translateX(-3em);
      transform: translateX(-3em); }

#ajax-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  cursor: wait; }

.bbcbox-block {
  width: 800px;
  padding: 30px !important; }
  @media (max-width: 767.98px) {
    .bbcbox-block {
      padding: 20px; } }
  .bbcbox-block .bbcbox-header {
    margin-top: -30px;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee; }
    .bbcbox-block .bbcbox-header h3 {
      font-size: 18px; }

.collect-v1 .icon-star-solid {
  display: none !important; }

.collect-v1.active .icon-star-solid {
  display: inline-block !important; }

.collect-v1.active .icon-star-o {
  display: none !important; }

.collect-v1.social:after {
  content: '收藏'; }

.collect-v1.social.active:after {
  content: '已收藏'; }

.table-form-v2 .form-label {
  vertical-align: top; }

.table-form-4 .form-label {
  width: 4em !important; }

.table-form-5 .form-label {
  width: 5em !important; }

.table-form-6 .form-label {
  width: 6em !important; }

.table-form-7 .form-label {
  width: 7em !important; }

.table-form-8 .form-label {
  width: 8em !important; }

.table-form-9 .form-label {
  width: 9em !important; }

.table-form-10 .form-label {
  width: 10em !important; }

.table-form-11 .form-label {
  width: 11em !important; }

.table-form-12 .form-label {
  width: 12em !important; }

.img-table {
  width: 60px;
  height: 60px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover; }

.table-action {
  white-space: nowrap; }

.table-news h4 {
  font-size: 16px;
  max-width: 300px; }

.table-news thead th {
  background-color: #f5f5f5; }

.login-grp-item .dropdown-menu {
  padding: 5px 0;
  margin-right: -10px;
  min-width: 120px; }
  .login-grp-item .dropdown-menu a {
    display: block;
    padding: 5px 10px; }
    .login-grp-item .dropdown-menu a:hover {
      background-color: #e5e5e5; }

.table-layout-fixed {
  table-layout: fixed; }

.section-login {
  min-height: 700px;
  min-height: calc(100vh - 220px);
  position: relative;
  background-color: #000;
  display: table;
  width: 100%; }
  .section-login .section-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 80px 30px; }
    @media (max-width: 575.98px) {
      .section-login .section-inner {
        padding: 50px 15px; } }
  .section-login:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-position: center center;
    background-size: cover;
    opacity: .7; }

.login-form {
  padding: 30px;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  max-width: 400px;
  margin: auto;
  min-height: 418px; }
  @media (min-width: 768px) {
    .login-form {
      width: 400px; } }
  @media (max-width: 767.98px) {
    .login-form {
      padding: 30px 15px 20px;
      min-height: 408px; } }
  .login-form .btn:disabled {
    background-color: #ccc;
    color: #888;
    border-color: #ccc; }
  .login-form .form-group {
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: margin-bottom .35s;
    -o-transition: margin-bottom .35s;
    transition: margin-bottom .35s; }
  .login-form .form-control, .login-form .btn {
    font-size: 16px;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .login-form .input-group-captcha .form-control {
    border-radius: 5px !important; }
  .login-form h3 {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px; }
  .login-form .corner {
    position: absolute;
    top: 0;
    right: 0;
    display: block; }
    .login-form .corner.active {
      display: none; }

.register-form .help-block {
  position: absolute;
  top: 100%;
  line-height: 18px;
  margin-top: 2px;
  right: 0;
  font-size: 12px; }

.register-form .has-error {
  margin-bottom: 30px; }

.has-error.ignore-color .form-control {
  border-color: #ced4da; }

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 2px !important; }

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -1px !important; }

.login-link {
  color: #777; }
  .login-link a {
    color: #777; }
    .login-link a:hover {
      color: #24466e; }

.wechat-login-qrcode {
  margin-top: -20px;
  margin-bottom: -10px; }
  .wechat-login-qrcode p {
    color: #999;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px; }
  .wechat-login-qrcode iframe {
    width: 100%;
    height: 310px;
    margin: auto;
    overflow: hidden; }

.input-getcode-group {
  position: relative; }

.input-password {
  position: relative; }
  .input-password .viewpass {
    position: absolute;
    line-height: 20px;
    height: 36px;
    padding: 8px;
    right: 5px;
    top: 0;
    bottom: 0;
    font-size: 18px;
    color: #999;
    margin: auto; }
    .input-password .viewpass:hover {
      color: #24466e; }
    .input-password .viewpass:before {
      content: '\e6c0'; }
    .input-password .viewpass.active:before {
      content: '\e677'; }

.btn-getcode {
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 20px;
  right: 0px;
  color: #24466e;
  background-color: transparent !important;
  border: 0 !important;
  font-size: 14px !important; }
  .btn-getcode:hover {
    color: #172e48; }
  .btn-getcode:disabled, .btn-getcode.disabled {
    color: #999; }

.dropdown .dropdown-user {
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, -webkit-transform .35s;
  -o-transition: transform .35s, opacity .35s;
  transition: transform .35s, opacity .35s;
  transition: transform .35s, opacity .35s, -webkit-transform .35s;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px); }

.dropdown:hover .dropdown-user {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible; }

@media (max-width: 991.98px) {
  .dropdown .dropdown-user {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s, -webkit-transform .35s;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px); }
  .dropdown:hover .dropdown-user {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible; } }

.dropdown-user {
  padding: 0;
  border-top: 0;
  text-align: left;
  position: absolute;
  top: 100%;
  right: 10px;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  z-index: 999;
  min-width: 120px;
  white-space: nowrap;
  background-color: #FFF;
  visibility: hidden;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }
  @media (max-width: 991.98px) {
    .dropdown-user {
      right: 10px;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }
  .dropdown-user a {
    padding: 10px 15px;
    color: #666;
    display: block; }
  .dropdown-user li a {
    border-top: 1px solid #eee; }
  .dropdown-user li a {
    padding: 10px 30px;
    color: #666; }
  .dropdown-user li:hover > a {
    background-color: #24466e;
    color: #FFF; }
    .dropdown-user li:hover > a:before {
      color: inherit; }

.btn-user {
  padding-bottom: 5px !important;
  padding-top: 5px !important; }
  @media (max-width: 767.98px) {
    .btn-user {
      margin-top: -7px;
      padding-bottom: 3px !important;
      padding-top: 3px !important; } }
  .btn-user img {
    width: 28px;
    height: 28px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 6px;
    display: inline-block; }

.login-form {
  padding: 30px;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  max-width: 400px;
  margin: auto;
  min-height: 418px; }
  @media (max-width: 767.98px) {
    .login-form {
      padding: 30px 15px 20px;
      min-height: 408px; } }
  .login-form .btn:disabled {
    background-color: #ccc;
    color: #888;
    border-color: #ccc; }
  .login-form .form-group {
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: margin-bottom .35s;
    -o-transition: margin-bottom .35s;
    transition: margin-bottom .35s; }
  .login-form .form-control, .login-form .btn {
    font-size: 16px;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .login-form .input-group-captcha .form-control {
    border-radius: 5px !important; }
  .login-form h3 {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px; }
  .login-form .corner {
    position: absolute;
    top: 0;
    right: 0;
    display: block; }
    .login-form .corner.active {
      display: none; }

.register-form .help-block {
  position: absolute;
  top: 100%;
  line-height: 18px;
  margin-top: 2px;
  right: 0;
  font-size: 12px; }

.register-form .has-error {
  margin-bottom: 30px; }

.has-error.ignore-color .form-control {
  border-color: #ced4da; }

.login-link {
  color: #777; }
  .login-link a {
    color: #777; }
    .login-link a:hover {
      color: #24466e; }

.wechat-login-qrcode {
  margin-top: -20px;
  margin-bottom: -10px; }
  .wechat-login-qrcode p {
    color: #999;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px; }
  .wechat-login-qrcode iframe {
    width: 100%;
    height: 310px;
    margin: auto;
    overflow: hidden; }

.input-getcode-group {
  position: relative; }

.input-password {
  position: relative; }
  .input-password .viewpass {
    position: absolute;
    line-height: 20px;
    height: 36px;
    padding: 8px;
    right: 5px;
    top: 0;
    bottom: 0;
    font-size: 18px;
    color: #999;
    margin: auto; }
    .input-password .viewpass:hover {
      color: #24466e; }
    .input-password .viewpass:before {
      content: '\e6c0'; }
    .input-password .viewpass.active:before {
      content: '\e677'; }

.btn-getcode {
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 20px;
  right: 0px;
  color: #24466e;
  background-color: transparent !important;
  border: 0 !important;
  font-size: 14px !important; }
  .btn-getcode:hover {
    color: #172e48; }
  .btn-getcode:disabled, .btn-getcode.disabled {
    color: #999; }

.dropdown .dropdown-user {
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, -webkit-transform .35s;
  -o-transition: transform .35s, opacity .35s;
  transition: transform .35s, opacity .35s;
  transition: transform .35s, opacity .35s, -webkit-transform .35s;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px); }

.dropdown:hover .dropdown-user {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible; }

@media (max-width: 991.98px) {
  .dropdown .dropdown-user {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s, -webkit-transform .35s;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px); }
  .dropdown:hover .dropdown-user {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible; } }

.dropdown-user {
  padding: 0;
  border-top: 0;
  text-align: left;
  position: absolute;
  top: 100%;
  right: -10px;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  z-index: 999;
  min-width: 120px;
  white-space: nowrap;
  background-color: #FFF;
  visibility: hidden;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }
  @media (max-width: 991.98px) {
    .dropdown-user {
      right: 10px;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }
  .dropdown-user a {
    padding: 10px 15px;
    color: #666;
    display: block; }
  .dropdown-user li a {
    border-top: 1px solid #eee; }
  .dropdown-user li a {
    padding: 10px 30px;
    color: #666; }
  .dropdown-user li:hover > a {
    background-color: #24466e;
    color: #FFF; }
    .dropdown-user li:hover > a:before {
      color: inherit; }

.btn-user {
  padding-bottom: 5px !important;
  padding-top: 5px !important; }
  @media (max-width: 767.98px) {
    .btn-user {
      margin-top: -7px;
      padding-bottom: 3px !important;
      padding-top: 3px !important; } }
  .btn-user img {
    width: 28px;
    height: 28px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 6px;
    display: inline-block; }

.multi-image-holder {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: auto;
  text-align: left;
  z-index: 99; }
  .multi-image-holder > li {
    width: 33.33%;
    display: inline-block;
    padding: 10px 5px;
    vertical-align: top; }
  .multi-image-holder .img-preview {
    position: relative; }
    .multi-image-holder .img-preview:before {
      padding-top: 70%;
      content: "";
      display: block; }
    .multi-image-holder .img-preview .btn {
      display: none; }
  .multi-image-holder .btn-close {
    width: 20px;
    height: 20px;
    top: 4px;
    right: 4px; }
    .multi-image-holder .btn-close:after, .multi-image-holder .btn-close:before {
      width: 12px;
      margin-left: -6px; }
  .multi-image-holder .btn-move {
    width: 20px;
    height: 20px; }
    .multi-image-holder .btn-move:after, .multi-image-holder .btn-move:before, .multi-image-holder .btn-move i {
      width: 12px;
      margin-left: -6px; }
    .multi-image-holder .btn-move:before {
      -webkit-transform: translate(0, -4px);
      -ms-transform: translate(0, -4px);
      transform: translate(0, -4px); }
    .multi-image-holder .btn-move:after {
      -webkit-transform: translate(0, 4px);
      -ms-transform: translate(0, 4px);
      transform: translate(0, 4px); }

body.dragging, body.dragging * {
  cursor: move !important; }

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000; }

.sortable-upimage .placeholder {
  position: relative; }
  .sortable-upimage .placeholder:before {
    border: 1px dotted #4cd3e9;
    background-color: rgba(23, 162, 184, 0.15);
    height: 100%;
    content: '';
    width: 100%;
    display: block; }

.btn-close {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #dc3545;
  right: 10px;
  top: 10px;
  color: #FFF;
  border: 0;
  font-size: 20px;
  cursor: pointer; }
  .btn-close:hover {
    background-color: #bd2130;
    color: #FFF; }
  .btn-close:before, .btn-close:after {
    content: "";
    display: block;
    border: 1px solid;
    position: absolute;
    width: 1em;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -.5em; }
  .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.btn-move {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #17a2b8;
  left: 0;
  top: 0;
  color: #FFF;
  border: 0;
  cursor: move;
  display: block;
  z-index: 9; }
  .btn-move:before, .btn-move:after, .btn-move i {
    content: "";
    display: block;
    border: 1px solid;
    position: absolute;
    width: 20px;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -10px; }
  .btn-move:before {
    -webkit-transform: translate(0, -6px);
    -ms-transform: translate(0, -6px);
    transform: translate(0, -6px); }
  .btn-move:after {
    -webkit-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    transform: translate(0, 6px); }

.img-preview {
  background-size: cover;
  background-position: center center;
  position: relative; }
  .img-preview .progress {
    width: 100%;
    height: 6px;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #DDD; }
  .img-preview canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.input-file {
  border: 1px solid #ccc; }
  .input-file .img-preview, .input-file canvas, .input-file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .input-file input[type="file"] {
    opacity: 0;
    font-size: 50px; }

.btn-plus {
  display: block;
  color: #ccc;
  width: 2em;
  height: 2em;
  font-size: 20px;
  border-radius: 5px;
  width: 2em;
  line-height: 2em;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center; }
  .btn-plus:before, .btn-plus:after {
    width: 1em;
    height: 2px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid;
    margin: auto; }
  .btn-plus:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.avatar-input {
  width: 154px;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background-image: url(../img/member/avatar.png);
  background-size: cover;
  border: 2px solid #eee;
  overflow: visible !important; }
  .avatar-input:after {
    position: absolute;
    z-index: -1;
    background-image: url(../img/member/border-avatar.png);
    background-size: cover;
    width: 170px;
    height: 170px;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .avatar-input img, .avatar-input .img-bg {
    border-radius: 50%; }
  .avatar-input .btn-close {
    top: 5px;
    right: 5px; }
  .avatar-input .progress {
    bottom: 20px;
    max-width: 50%;
    left: 25%; }

.table-form {
  width: 100%; }
  .table-form .form-body {
    padding-bottom: 30px; }
  .table-form .form-label, .table-form .form-body {
    vertical-align: top; }
  .table-form .form-label {
    white-space: nowrap;
    width: 1%;
    padding-right: 15px; }

.form-title {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #666; }
  .form-title.required:before {
    content: '* ';
    color: #dc3545; }
  .form-title.form-w-3 {
    width: 3em; }
  .form-title.form-w-4 {
    width: 4em; }
  .form-title.form-w-5 {
    width: 5em; }
  .form-title.form-w-6 {
    width: 6em; }
  .form-title.form-w-7 {
    width: 7em; }
  .form-title.form-w-8 {
    width: 8em; }

.sub-heading {
  font-size: 16px;
  margin-bottom: 20px; }

.form-member {
  max-width: 1200px;
  margin: auto; }
  .form-member .btn-primary {
    min-width: 100px; }
  .form-member .input-getcode-group {
    width: 300px; }
    @media (max-width: 767.98px) {
      .form-member .input-getcode-group {
        width: 100%; } }

.city-select.v2 .form-group {
  width: 50%; }

.input-date {
  position: relative; }

.text-holder {
  color: #aaa; }

.note-block {
  color: #999999;
  font-size: 14px; }

.equal-left-height {
  min-height: 542px;
  min-height: calc(100% - 75px - 20px); }
  .browse-sogou .equal-left-height, .browse-qq .equal-left-height {
    min-height: 542px; }

.browse-sogou .h-100.alert, .browse-qq .h-100.alert {
  min-height: 317px;
  height: auto !important; }

.browse-sogou .attach-files-container, .browse-qq .attach-files-container {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
  -ms-flex-direction: initial;
  flex-direction: initial; }

.nav-tab.nav {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .nav-tab.nav {
      margin-left: -3px;
      margin-right: -3px;
      margin-bottom: 20px;
      text-align: center; } }
  .nav-tab.nav > a {
    display: inline-block;
    margin: 0 15px;
    padding: 6px 15px;
    border: 1px solid #888888;
    color: #666;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    @media (max-width: 767.98px) {
      .nav-tab.nav > a {
        font-size: 12px;
        padding: 5px 7px;
        margin: 0 3px; } }
    .nav-tab.nav > a.active, .nav-tab.nav > a:hover {
      background-color: #24466e;
      color: #ffffff;
      border: 1px solid #24466e; }

.modal-coupon {
  width: 400px;
  max-width: 100%; }
  @media (max-width: 575.98px) {
    .modal-coupon {
      padding: 20px; } }

.compensate-for-scrollbar.modal-open {
  padding-right: 0 !important; }
  .compensate-for-scrollbar.modal-open .notify.modal {
    padding-right: 0 !important; }

.block-bank {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  position: relative; }
  .block-bank:last-child {
    margin-bottom: 0; }
  .block-bank:hover {
    border-color: #24466e; }
  .block-bank h5 {
    font-size: 16px;
    margin-bottom: 20px; }
    .block-bank h5 a {
      font-size: 14px;
      display: inline-block;
      padding: 5px 10px;
      color: #777; }
      .block-bank h5 a:hover {
        color: #24466e; }
      .block-bank h5 a.active {
        background-color: #24466e;
        color: #FFF;
        margin-left: 5px; }
  .block-bank .btn-close {
    color: #666666;
    background-color: transparent;
    top: 5px;
    right: 5px;
    font-size: 16px; }
    .block-bank .btn-close:hover {
      color: #24466e; }

.list-bank-info {
  margin-bottom: -10px; }
  .list-bank-info li {
    margin-bottom: 10px; }
    .list-bank-info li::after {
      display: block;
      clear: both;
      content: ""; }
    .list-bank-info li span {
      overflow: hidden; }

.list-bank-title {
  width: 5em;
  display: block;
  float: left;
  text-align: right;
  color: #777; }

.modal-bank {
  max-width: 600px; }

.hidden {
  display: none; }

#edit-title:before {
  content: attr(data-title); }

.city-select {
  margin-left: -5px;
  margin-right: -5px; }
  .city-select .form-group {
    width: 33.33333%;
    display: none !important;
    padding: 0 5px;
    margin-bottom: 0; }
    .city-select .form-group.loading {
      display: block !important; }
  .city-select.area-loaded .form-group {
    display: inline-block !important; }
  .city-select.area-loaded .loading {
    display: none !important; }

.form-control::-webkit-input-placeholder {
  color: #bbb; }

.form-control:-ms-input-placeholder {
  color: #bbb; }

.form-control::-ms-input-placeholder {
  color: #bbb; }

.form-control::placeholder {
  color: #bbb; }

.block-bank + .no-more-block {
  display: none; }

.list-bank-block {
  margin-bottom: -20px;
  padding-bottom: 1px; }

.user-control__avatar {
  background-color: #fff;
  padding: 35px;
  margin-bottom: 20px;
  width: 260px;
  border-radius: 0; }
  .user-control__avatar .ratio {
    overflow: hidden;
    margin: 0 auto;
    width: 120px; }
    .user-control__avatar .ratio img {
      border-radius: 50%; }
  .user-control__avatar p {
    margin-bottom: 0;
    font-size: 16px;
    color: #333;
    text-align: center; }

.user-control__funct-menu {
  background-color: #fff; }

.user-control__list li {
  padding: 10px 0;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  .user-control__list li a {
    padding: 5px 0;
    padding-left: 25px;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    color: #333;
    border-left: 2px solid transparent; }
    .user-control__list li a:hover, .user-control__list li a.active {
      color: #24466e;
      border-left-color: #24466e; }

.user-control__list2 li:hover {
  background-color: #24466e; }
  .user-control__list2 li:hover a {
    color: #fff; }

@media (max-width: 767.98px) {
  .user-control--left {
    display: none; } }

.user-content__heading {
  padding: 20px 35px;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 20px; }
  .user-content__heading::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 991.98px) {
    .user-content__heading {
      padding: 10px 30px; } }
  @media (max-width: 767.98px) {
    .user-content__heading {
      padding: 10px 20px; } }
  .user-content__heading h4 {
    margin-bottom: 0;
    float: left;
    font-size: 18px;
    line-height: 35px;
    color: #444; }
  .user-content__heading a {
    float: right;
    color: #666666;
    border-color: #ccc; }

.user-content__body {
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 0; }
  .user-content__body.v2 {
    padding: 20px 35px; }
    @media (max-width: 1199.98px) {
      .user-content__body.v2 {
        padding: 20px; } }
    @media (max-width: 767.98px) {
      .user-content__body.v2 {
        padding: 15px; } }

.user-content__menu-block {
  border-bottom: 1px solid #ddd;
  padding: 0 35px;
  position: relative; }
  @media (max-width: 1199.98px) {
    .user-content__menu-block {
      padding: 0 20px; } }
  @media (max-width: 767.98px) {
    .user-content__menu-block {
      padding: 0 15px; } }
  .user-content__menu-block .btn-read-all {
    position: absolute;
    top: 50%;
    right: 0;
    border-color: #ccc;
    color: #666;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 50px;
    font-size: 12px;
    padding: 5px 10px; }
    @media (max-width: 991.98px) {
      .user-content__menu-block .btn-read-all {
        margin-right: 30px; } }
    @media (max-width: 767.98px) {
      .user-content__menu-block .btn-read-all {
        margin-right: 20px; } }
    .user-content__menu-block .btn-read-all:hover {
      border-color: #24466e;
      color: #fff; }
  .user-content__menu-block .user-tabs {
    margin-bottom: -1px; }
    .user-content__menu-block .user-tabs li {
      display: inline-block;
      margin-right: 40px;
      position: relative; }
      @media (max-width: 1199.98px) {
        .user-content__menu-block .user-tabs li {
          margin-right: 20px; } }
      .user-content__menu-block .user-tabs li .number {
        position: absolute;
        top: 10px;
        right: -20px;
        display: block;
        border-radius: 30px;
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        background-color: #db222e;
        color: #fff;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif; }
      .user-content__menu-block .user-tabs li a {
        border-bottom: 2px solid transparent;
        padding: 15px 0;
        font-size: 16px;
        color: #888;
        line-height: 1; }
        @media (max-width: 767.98px) {
          .user-content__menu-block .user-tabs li a {
            font-size: 14px; } }
      .user-content__menu-block .user-tabs li:hover a, .user-content__menu-block .user-tabs li.active a {
        color: #363636;
        border-bottom-color: #24466e; }

.table-news.v2 thead th {
  background-color: #FFF; }

.user-sparkboxer {
  padding: 30px 35px; }
  @media (max-width: 1199.98px) {
    .user-sparkboxer {
      padding: 30px 20px; } }
  @media (max-width: 767.98px) {
    .user-sparkboxer {
      padding: 20px 15px; } }

.user-sparkboxer__items {
  background-color: #f5f5f5;
  margin-bottom: 20px; }

.user-sparkboxer__head {
  background-color: #24466e;
  position: relative;
  margin-bottom: 10px;
  padding: 30px 0;
  text-align: center; }
  .user-sparkboxer__head--gray {
    background-color: #c3c3c3; }
    .user-sparkboxer__head--gray:after {
      background-image: url(../img/wave2.png) !important; }
  .user-sparkboxer__head .prices {
    margin-bottom: 10px; }
    .user-sparkboxer__head .prices .yuan {
      margin-bottom: 0;
      font-size: 24px;
      color: #fff;
      display: inline-block;
      vertical-align: bottom;
      line-height: 1; }
      .user-sparkboxer__head .prices .yuan span {
        font-size: 36px;
        font-weight: bold;
        display: inline-block;
        line-height: 1; }
    .user-sparkboxer__head .prices > span {
      display: inline-block;
      color: #fff;
      font-size: 12px;
      vertical-align: bottom;
      margin-left: 12px; }
  .user-sparkboxer__head .title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0; }
  .user-sparkboxer__head:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: url(../img/wave.png);
    background-position: center center;
    background-repeat: repeat-x;
    content: ''; }

.user-sparkboxer__body {
  padding: 25px 20px; }
  .user-sparkboxer__body ul {
    margin-bottom: 25px; }
    .user-sparkboxer__body ul li {
      font-size: 12px;
      color: #999;
      padding-left: 15px;
      position: relative;
      margin-bottom: 7px; }
      .user-sparkboxer__body ul li:before {
        content: '';
        position: absolute;
        width: 2px;
        height: 2px;
        border-radius: 100%;
        background-color: #999999;
        top: 50%;
        left: 5px;
        display: block; }
  .user-sparkboxer__body .btn-more {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #666666;
    border-color: #ccc; }
    .user-sparkboxer__body .btn-more:hover {
      color: #ffffff;
      border-color: #24466e; }

.table-order {
  width: 100%;
  color: #666;
  font-size: 14px; }
  .table-order b {
    font-weight: normal;
    color: #111; }
  .table-order thead th {
    background-color: #eee;
    text-align: center;
    white-space: nowrap; }

.table-product {
  width: 100%; }

@media (max-width: 1199.98px) {
  .od-price, .summary {
    font-size: 12px; } }

.od-price span, .summary span {
  display: block;
  text-align: right;
  line-height: 2em;
  height: 2em;
  padding: 0 0 0 2.5em;
  position: relative; }
  .od-price span:before, .summary span:before {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    display: block; }

.summary span {
  float: right;
  clear: both;
  min-width: 120px; }

.table-order-row > td, .table-order-row > th {
  padding: 8px 10px; }

.table-order-row > td {
  vertical-align: top;
  border: 1px solid #ddd; }

@media (min-width: 1200px) {
  .section-member .container {
    max-width: 1300px; } }

.table-order-top > td {
  padding: 0;
  color: #777; }

.order-head {
  background-color: #f6f6f6;
  padding: 8px 10px;
  margin-top: 20px;
  margin-right: -1px;
  border: 1px solid  #ddd;
  border-bottom: 0; }
  .order-head span {
    display: inline-block;
    padding: 0 5px;
    margin-right: 10px; }

.table-order-bottom td {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 8px 15px; }

.table-product .btn-outline-primary {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #24466e !important; }
  .table-product .btn-outline-primary:hover {
    color: #FFF !important; }

.table-product th {
  text-align: center;
  background-color: #eee; }

.table-product td, .table-product th {
  padding: 8px 10px;
  border-bottom: 1px solid #ddd; }
  @media (max-width: 1199.98px) {
    .table-product td, .table-product th {
      padding: 8px 5px; } }

.table-product tr:last-child td {
  border-bottom: 0; }

.tp-quanity, .tp-price {
  text-align: center; }

.tp-title h5 {
  font-size: 16px; }
  .tp-title h5 span, .tp-title h5 strong {
    margin-right: 10px; }
  .tp-title h5 span {
    color: #888888; }
  .tp-title h5 a {
    color: #444; }
    .tp-title h5 a:hover {
      color: #24466e; }
  @media (max-width: 1199.98px) {
    .tp-title h5 {
      font-size: 14px; } }

.tp-title p {
  font-size: 12px;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  line-height: 2em; }
  .tp-title p span {
    display: inline-block;
    color: #888;
    padding: 0 7px; }

.tp-img {
  width: 2%; }
  .tp-img .ratio {
    width: 80px; }
    @media (max-width: 1199.98px) {
      .tp-img .ratio {
        width: 60px; } }

.od-status {
  white-space: nowrap;
  line-height: 2em; }

.od-action .btn-link {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #666; }
  .od-action .btn-link:hover {
    text-decoration: none;
    color: #24466e; }

.btn-upimg {
  position: relative;
  overflow: hidden; }
  .btn-upimg input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    font-size: 34px; }

.btn .fa {
  line-height: 1.5; }

.main-crop {
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s; }

.main-crop.loading {
  opacity: 0; }

.user-breadcrumbs {
  padding: 20px 35px;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 0; }
  @media (max-width: 1199.98px) {
    .user-breadcrumbs {
      padding: 20px; } }
  @media (max-width: 767.98px) {
    .user-breadcrumbs {
      padding: 14px 20px; } }

.nav-breadcrumbs {
  color: #444444;
  font-size: 16px; }
  @media (max-width: 767.98px) {
    .nav-breadcrumbs {
      font-size: 14px; } }
  .nav-breadcrumbs li a {
    color: #444444;
    display: inline; }
    .nav-breadcrumbs li a:hover {
      color: #24466e; }
  .nav-breadcrumbs li {
    display: inline; }
    .nav-breadcrumbs li:after {
      content: '>';
      margin: 0 5px; }
    .nav-breadcrumbs li:last-child:after {
      display: none; }

.idcard-upload {
  text-align: center;
  padding: 15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #f5f5f5; }
  .idcard-upload .btn-upload {
    margin-top: 10px; }
  .idcard-upload h5 {
    font-size: 20px;
    margin-bottom: 10px; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .idcard-upload h5 {
        font-size: 16px; } }
  .idcard-upload .btn-close {
    top: 100%;
    left: 50%;
    width: 100px;
    height: auto;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    border: 1px solid #dc3545;
    margin-top: 10px;
    margin-left: -50px; }
    .idcard-upload .btn-close:after {
      display: none; }
    .idcard-upload .btn-close:before {
      content: '删除';
      display: inline;
      position: static;
      margin: 0;
      border: 0;
      width: auto;
      height: auto; }

.idcard-preview {
  max-width: 260px;
  background-size: cover;
  background-position: center center;
  margin: auto;
  position: relative;
  z-index: 2; }
  .idcard-preview:before {
    content: '';
    padding-top: 68.07692%;
    display: block; }
  .idcard-preview .img-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.btn-upload {
  overflow: hidden;
  position: relative; }
  .btn-upload input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
    font-size: 200px;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .btn-upload .img-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3; }

.front-card {
  background-image: url(../img/member/idcard-front.png); }

.back-card {
  background-image: url(../img/member/idcard-back.png); }

.user-content__body {
  max-width: 1000px;
  margin: auto; }

.input-image {
  overflow: hidden;
  position: relative; }
  .input-image input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }

.btn-plus-v2 .fa {
  border-radius: 5px;
  text-align: center;
  width: 2em;
  line-height: 2em;
  font-size: 18px;
  background-color: #17a2b8;
  color: #FFF;
  display: inline-block; }

.btn-plus-v2:after {
  color: #999999;
  content: attr(data-title);
  margin-left: 5px; }

.image-list-v2 {
  margin: 0 -4px; }
  .image-list-v2 li {
    width: 120px;
    display: inline-block;
    padding: 4px;
    margin-top: 8px;
    vertical-align: top; }

.multi-img-tool {
  position: absolute;
  top: 20%;
  border: 1px solid #dddddd;
  background-color: #FFF; }

@media (max-width: 575.98px) {
  .multi-img-tool {
    top: 0; } }

.multi-img {
  margin-left: -5px;
  margin-right: -5px; }
  .multi-img > li {
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px; }
  .multi-img .btn-plus {
    font-size: 35px;
    border-radius: 0; }
  .multi-img .one-image-holder {
    border: 2px dashed #ccc; }
  .multi-img .note-block {
    position: absolute;
    bottom: 5px;
    right: 5px; }
  .multi-img .img-preview:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .multi-img .btn-move {
    -webkit-transform: scale(0.666) translate(-5px, -5px);
    -ms-transform: scale(0.666) translate(-5px, -5px);
    transform: scale(0.666) translate(-5px, -5px);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px; }
  .multi-img .btn-close {
    -webkit-transform: scale(0.666) translate(20px, -20px);
    -ms-transform: scale(0.666) translate(20px, -20px);
    transform: scale(0.666) translate(20px, -20px); }
  .multi-img .start {
    display: none; }
  .multi-img .progress {
    height: 4px;
    opacity: 0.6; }
  .multi-img .img-preview {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden; }

.alert-icon {
  float: left;
  color: #ffffff;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px; }
  .alert-icon + p {
    overflow: hidden; }

.alert-warning .alert-icon {
  background-color: #ffc107; }

.user-icon-nav {
  text-align: center;
  margin: 20px -20px -10px; }
  .user-icon-nav > li {
    padding: 5px; }
  .user-icon-nav .nav-icon {
    font-size: 24px;
    width: 1.5em;
    margin: auto;
    position: relative; }
  .user-icon-nav h3 {
    font-size: 12px;
    color: #444; }
  .user-icon-nav .icon-badge {
    font-size: 12px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0; }
    .user-icon-nav .icon-badge.fi-check {
      background-color: #28a745; }
    .user-icon-nav .icon-badge.fi-danger {
      background-color: #dc3545; }

.cert-upload {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 0.2rem;
  padding: 5px; }
  .cert-upload span {
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 2em;
    top: 50%;
    margin-top: -1em;
    left: 0; }
  .cert-upload .fi {
    font-size: 18px;
    margin-right: 5px; }

.block-bank {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  position: relative; }
  .block-bank:last-child {
    margin-bottom: 0; }
  .block-bank:hover {
    border-color: #24466e; }
  .block-bank h5 {
    font-size: 16px;
    margin-bottom: 20px; }
    .block-bank h5 a {
      font-size: 14px;
      display: inline-block;
      padding: 5px 10px;
      color: #777; }
      .block-bank h5 a:hover {
        color: #24466e; }
      .block-bank h5 a.active {
        background-color: #24466e;
        color: #FFF;
        margin-left: 5px; }
  .block-bank .btn-close {
    color: #666666;
    background-color: transparent;
    top: 5px;
    right: 5px;
    font-size: 16px; }
    .block-bank .btn-close:hover {
      color: #24466e; }

.list-bank-info {
  margin-bottom: -10px; }
  .list-bank-info li {
    margin-bottom: 10px; }
    .list-bank-info li::after {
      display: block;
      clear: both;
      content: ""; }
    .list-bank-info li span {
      overflow: hidden; }

.list-bank-title {
  width: 5em;
  display: block;
  float: left;
  text-align: right;
  color: #777; }

.modal-bank {
  max-width: 600px; }

#edit-title:before {
  content: attr(data-title); }

.city-select {
  margin-left: -5px;
  margin-right: -5px; }
  .city-select .form-group {
    width: 33.33333%;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0; }
  .city-select.city-select-bank .form-group {
    width: 50%; }

.form-control::-webkit-input-placeholder {
  color: #bbb; }

.form-control:-ms-input-placeholder {
  color: #bbb; }

.form-control::-ms-input-placeholder {
  color: #bbb; }

.form-control::placeholder {
  color: #bbb; }

.block-bank + .no-more-block {
  display: none; }

.list-bank-block {
  margin-bottom: -20px;
  padding-bottom: 1px; }

.attach-files .input-group-text {
  padding: 0 6px 0 0;
  background-color: transparent;
  border-color: transparent; }
  .attach-files .input-group-text > i {
    font-size: 24px;
    line-height: 24px; }

.attach-files .form-control a {
  color: #444444; }
  .attach-files .form-control a:hover {
    color: #24466e; }

.attach-files .input-group {
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: #eee;
  border: 1px solid #ddd; }

.input-suffix {
  position: relative; }
  .input-suffix .form-control {
    padding-right: 30px;
    text-align: right; }
  .input-suffix .suffix {
    position: absolute;
    line-height: 35px;
    color: #999;
    top: 0;
    right: 10px;
    font-size: 12px; }

.user-content__body.v2 {
  overflow: hidden; }

.user-block-top {
  position: relative;
  padding-bottom: 20px; }
  .user-block-top:after {
    content: '';
    display: block;
    position: absolute;
    left: -20%;
    width: 140%;
    bottom: 0;
    border-top: 1px solid #eee; }

.user-filter-search {
  width: 200px;
  float: right; }
  @media (max-width: 767.98px) {
    .user-filter-search {
      width: 100%;
      margin-bottom: 10px; } }

.user-filter {
  overflow: hidden; }
  .user-filter span {
    line-height: 30px;
    display: block; }

.user-filter-label {
  float: left; }

.user-filter-list {
  overflow: hidden; }
  .user-filter-list label, .user-filter-list a {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    cursor: pointer; }
    @media (max-width: 767.98px) {
      .user-filter-list label, .user-filter-list a {
        padding: 0 8px; } }
  .user-filter-list span {
    color: #666; }
  .user-filter-list input:checked + span, .user-filter-list a.active span {
    color: #24466e; }

.bootstrap-tagsinput {
  display: block;
  width: 100%;
  padding: 1px 0.5rem 7px;
  font-size: 0.875rem;
  min-height: 38px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  .bootstrap-tagsinput .btn {
    margin-top: 6px;
    padding: 4px 7px;
    line-height: 1;
    vertical-align: top; }
  .bootstrap-tagsinput input {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    line-height: 34px;
    margin: 0;
    margin-bottom: -6px;
    width: auto;
    max-width: inherit; }
  .bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1; }
  .bootstrap-tagsinput.form-control input:-ms-input-placeholder, .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777; }
  .bootstrap-tagsinput input:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white; }
    .bootstrap-tagsinput .tag [data-role="remove"] {
      margin-left: 8px;
      cursor: pointer; }
      .bootstrap-tagsinput .tag [data-role="remove"]:after {
        content: "×";
        padding: 0px 2px; }
      .bootstrap-tagsinput .tag [data-role="remove"]:hover {
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
        .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
          -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.input-group-count {
  position: relative; }
  .input-group-count .input-count {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 8px;
    color: #999; }

.rating-grp {
  display: inline-block;
  padding: 0;
  border: 0;
  width: auto; }
  .rating-grp::after {
    display: block;
    clear: both;
    content: ""; }

.rating-it {
  float: right;
  line-height: 1; }
  .rating-it i {
    font-size: 18px;
    color: #e4e4e4; }
  .rating-it.active i, .rating-it:hover i, .rating-it.active ~ label i, .rating-it:hover ~ label i {
    color: #fdc354; }

.list-msg li {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-right: 50px;
  position: relative; }
  @media (max-width: 991.98px) {
    .list-msg li {
      padding-right: 30px;
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media (max-width: 767.98px) {
    .list-msg li {
      padding-top: 5px; } }
  .list-msg li:hover .btn-del {
    opacity: 1;
    visibility: visible; }
  .list-msg li:hover .item-0740 .title {
    color: #24466e; }

.list-msg .btn-del {
  position: absolute;
  border: 0;
  background: none;
  color: #ccc;
  font-size: 16px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  z-index: 10; }

.item-msg .title {
  position: relative;
  color: #444;
  font-size: 14px;
  margin-bottom: 10px;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }

.item-msg .tag span {
  color: #888;
  font-size: 12px;
  margin-right: 10px; }

.item-msg.unread .title {
  padding-left: 15px; }
  .item-msg.unread .title:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 3px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ff5a00;
    border-radius: 100%; }

.dropdown-notify {
  overflow: auto;
  max-height: 200px;
  border-bottom: 1px solid #eee; }

.more-notify {
  color: #444444;
  font-size: 12px; }
  .more-notify:hover {
    color: #24466e; }

.error-alert {
  display: none; }

.has-error .error-alert {
  display: block; }

@media (max-width: 767.98px) {
  .table-sm-break tr.form-group {
    margin-bottom: 0 !important; }
  .table-sm-break tr, .table-sm-break td {
    display: block !important; }
  .table-sm-break .form-body {
    padding-bottom: 15px; } }
