.web_body {
    position: relative;
    min-height: calc(100vh - 56px - 77px);
}


.error {
  color: red;
}

.gold {
  color: #b4980c;
}
.diamond {
	color: #42b2d7;
}
.free {
	color: green;
}
.vip_no {
  color: #8f8f8f;
}
.vip_yes{
  color: #e79c2d;
}
.badge-vip {
  background-color: #e79c2d;
  color: white;
}
.pointer {
    cursor: pointer;
}
.hover:hover {
    color: gray;
}
.fli_price_summary_cross {
	text-decoration: line-through;
}
.external_link {
    cursor: pointer;
}
.bb_alert_container {
    z-index: 1198 !important;
}
.bb_alert_content {
    z-index: 1199 !important;
}
.ft_confirm_container {
    z-index: 1159 !important;
}
.ft_confirm_content {
    z-index: 1159 !important;
}

.loading-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  z-index: 1080;
  /*on top of all bootstrap components*/
  background-color: rgba(0, 0, 0, 0.7);
}

.form-horizontal .form-group{
    margin: 0 0 20px 0;
    position: relative;
}
.form-horizontal .form-control{
    background: #f0f0f0;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    padding: 0 20px 0 45px;
    height: 42px;
    letter-spacing: 2px;
    transition: all 0.3s ease 0s;
}
.form-horizontal .form-control:focus{
    background: #e0e0e0;
    box-shadow: none;
    outline: 0 none;
}
.form-horizontal .form-group > svg{
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 17px;
    color: #c8c8c8;
    transition : all 0.5s ease 0s;
}
.form-horizontal .form-control:focus + svg{
    color: #00b4ef;
}

.input-with-icon {
    margin: 0 0 20px 0;
    position: relative;
}

.input-with-icon .form-control {
    background: #f0f0f0;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    padding: 0 20px 0 45px;
    height: 42px;
    letter-spacing: 2px;
    transition: all 0.3s ease 0s;
}
.input-with-icon .form-control:focus{
    background: #e0e0e0;
    box-shadow: none;
    outline: 0 none;
}
.input-with-icon svg{
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 17px;
    color: #c8c8c8;
    transition : all 0.5s ease 0s;
}
.input-with-icon .form-control:focus + svg{
    color: #00b4ef;
}


.dot {
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.7rem;
    text-align: center;
    width: 1.2rem;
    border-radius: 50%;
    display: inline-block;
}
.dot-red {
    background-color: #c80000;
    color: #f5f5f5;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
.ft-card-image {
    position: relative;

}
.text-shadow {
    text-shadow: 1px 1px black;
}
.ft-card-image-top-left {
    top: 0rem;
    left: 0rem;
}
.ft-card-image-top-right {
    height: 2rem;
    top: 0rem;
    right: 0rem;
    background-color: rgba(255, 255, 255, 0.76);
}
.ft-card-image-top-right span {
    font-size: 0.6rem;
}
.card .close {
    position:   absolute; top:0rem; right: 0.3rem;
}

.user_avatar {
  font-size: 4em;
  color: #75cae6;

}
.user_avatar .rounded-circle {
  width: 5rem;
  height: 5rem;
  background-color: #d4d4d4;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;

  border: 2px solid white;
}
.user_avatar svg {
  height: 3rem;
  top: -1rem;
  position: relative;
}

.user_s_avatar {
  font-size: 2em;
  color: #75cae6;
  position: relative;
}
.user_s_avatar .rounded-circle {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #d4d4d4;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;

  border: 1px solid white;
}
.user_s_avatar svg {
  height: 1.5rem;
  top: -0.5rem;
  position: relative;
}

.absolute {
    position: absolute;
}

.uploaded_picture_item {
    height: 14rem;

}
.uploaded_picture_image {
    height: 12rem;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.uploaded_picture_action {
    height: 2rem;
}
.uploaded_picture_del {
    position: absolute; top:0.3rem; right:0.3rem;
}
.no_title_pic_icon {
    font-size: 6rem;
}
.studio_cover_picture {
    height: 20rem;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.studio_owner_container {
    margin-top: -1.3rem; cursor: pointer;
}
.video_list_owner_container_left {
    margin-top: -2.3rem; cursor: pointer;
}
.video_list_owner_container_right {
    margin-top: -1.3rem;
}

.picture_in_content {
	display: block; margin: 6px auto;
	width: 100%;
}

.ft-2col {
    width: 30vw;
}

.float_pagination {
    position: fixed;
    bottom: -1px;
    width: 100%;
    z-index: 999999;
}
.tooltip-inner {
    text-align: left !important; /* 设置左对齐 */
}

/*---福利\---*/
#fuli_container {
    position: fixed; top: 90px; right: 12px; z-index: 1;
    width: 132px; height: 110px;
    background-image: url('/images/fuli.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% 80%;
    cursor: pointer;
    display: flex;
}
#fuli_container:hover {
    background-size: 90% 90%;
    background-position: center center;
}
#fuli_container > div {
    font-size: 16px;
    color: gold;
    font-weight: bold;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    margin: 100px auto;
}
.fuli_desc {
    font-size: 11px; color: #ffffff; display: block; margin-top: 4px;
}

/*---------CSS 骨架屏样式---------*/
.hide_for_skeleton {
    display: none;
}
.skeleton-card {
    background: #f0f0f0;
    border-radius: 8px;
    padding: 30px;
    margin: 30px 20px 20px 20px;
    animation: pulse 1.5s infinite ease-in-out;
}

.skeleton-card::before {
    content: '';
    display: block;
    height: 16px;
    background: #e0e0e0;
    border-radius: 4px;
    margin-bottom: 10px;
}
.skeleton-card::after {
    content: '';
    display: block;
    height: 16px;
    width: 80%;
    background: #e0e0e0;
    border-radius: 4px;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}
/*---------CSS 骨架屏样式---------*/


/*---福利/---*/

@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .bg-sm-secondary {
    background-color: #6c757d;
  }
  .ft-2col {
      width: inherit;
  }

  /*---福利\---*/
  #fuli_container {
      top: 60px; right: 8px;
      width: 102px; height: 80px;
  }
  #fuli_container:hover {
  }
  #fuli_container > div {
      font-size: 14px;
      margin: 70px auto;
  }
  .fuli_desc {
  }

  /*---福利/---*/
}

/*# sourceMappingURL=core.css.map */
