   /* Anang Jalapni Sikima Jalapnig Balse Koymiqi Kasim Damdam */
   /* 2025-2-14 */
@import url("https://fonts.googleapis.com/css?family=Roboto");
@-webkit-keyframes come-in {
  0% {
    transform: translatey(100px);
    opacity: 0;
  }
  25% {
    transform: translateX(-50px) scale(0.4);
  }
  50% {
    transform: translateX(0px) scale(0.8);
  }
  75% {
    transform: translatey(0px) scale(1.2);
  }
  100% {
    transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
@keyframes come-in {
  0% {
    transform: translatey(100px);
    opacity: 0;
  }
  25% {
    transform: translateX(-50px) scale(0.4);
  }
  50% {
    transform: translateX(0px) scale(0.8);
  }
  75% {
    transform: translatey(0px) scale(1.2);
  }
  100% {
    transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
* {
  margin: 0;
  padding: 0;
}


.floating-container {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 200px;
  right: 0;
  margin: 35px 25px;
}
.floating-container:hover {
  height: 300px;
}
.floating-container:hover .floating-button {
  box-shadow: 0 10px 25px rgba(244, 67, 54, 0.6);
  transform: translatey(5px);
  transition: all 0.3s;
}
.element-container{height: 100px;}
.floating-container:hover .element-container .float-element:nth-child(1) {
  -webkit-animation: come-in 0.4s forwards 0.2s;
          animation: come-in 0.4s forwards 0.2s;
}
.floating-container:hover .element-container .float-element:nth-child(2) {
  -webkit-animation: come-in 0.4s forwards 0.4s;
          animation: come-in 0.4s forwards 0.4s;
}
.floating-container:hover .element-container .float-element:nth-child(3) {
  -webkit-animation: come-in 0.4s forwards 0.6s;
          animation: come-in 0.4s forwards 0.6s;
}
.floating-container:hover .element-container .float-element:nth-child(4) {
    -webkit-animation: come-in 0.4s forwards 0.8s;
            animation: come-in 0.4s forwards 0.8s;
  }
.floating-container .floating-button {
  position: absolute;
  width: 65px;
  height: 65px;
 /* background: #F44336;*/
  bottom: 0;
 border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  line-height: 65px;
  text-align: center;
  font-size: 15px;
  z-index: 100;
  box-shadow: 0 10px 25px -5px rgba(244, 67, 54, 0.6);
  cursor: pointer;
  transition: all 0.3s;
}
.floating-container .float-element a {color: white;font-size: 16px;}
.floating-container .float-element {
  position: relative;
  display: block;
   /*border-radius: 50%;*/

  height: 50px;
  margin: 8px auto;
  color: white;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  z-index: 0;
  opacity: 0;
  transform: translateY(100px);
}
.floating-container .float-element .material-icons {
  vertical-align: middle;
  font-size: 16px;
}
.floating-container .float-element:nth-child(1) {
  background: #42A5F5;
  box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
}
.floating-container .float-element:nth-child(2) {
  background: #4CAF50;
  box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
}
.floating-container .float-element:nth-child(3) {
  background: #FF9800;
  box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
}
.floating-container .float-element:nth-child(4) {
    background: hsla(63, 80%, 44%, 0.634);
    box-shadow: 0 20px 20px -10px rgba(201, 245, 5, 0.5);
  }

a {
    text-decoration: none;
}
.gray {
    filter: grayscale(1);
}
video.bgv {
    position: fixed;
    right: 0px;
    bottom: 0px;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    opacity: 0.9;
    /*闁告梻濮甸幎銈夋⒐閿燂拷*/
    /*filter: blur(15px); //闁煎啿鏈▍娆徫熼敍鍕囬悹浣稿⒔閻わ拷 */
    /*-webkit-filter: grayscale(100%);*/
    /*filter:grayscale(100%); //闁煎啿鏈▍娆撴倶閺夊灝顔婇悹浣稿⒔閻わ拷*/
    z-index: -11;
}

.subscribe {
    position: fixed;
    left: calc(50% - 150px);
    width: 300px;
    top: calc(50% - 150px);
    background-color: #fff;
    padding: 25px;
    text-align: center;
    line-height: 150%;
    z-index: 99999;
}

.subscribe img {
    width: 300px;
    height: 300px;
    background: url(//tmp.69dj.net/images/loading.gif) no-repeat center
        center;
}
.double-views {
    position: fixed;
    right: 0;
    bottom: 10px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    z-index: 9;
}
.double-views img {
    border-radius: 15px 0 0 15px;
}

.btn-follow {
    margin-left: 10px;
    float: left;
    width: 100px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
}

.btn-zan {
    margin-left: 10px;
    float: left;
    width: 100px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
}

.iword .sleft {
    margin-bottom: 8px;
}
.iword .sleft span {
    padding: 2px 0 !important;
}
.iword .sright .content {
    /* background-color: transparent !important; */
    /* border: none !important; */
}
a.user {
    background-size: 80px 90px;
    position: relative;
    overflow: visible;
    height: 20px;
}
.user .crown {
    position: absolute;
    left: -4px;
    top: -7px;
    margin: 0 !important;
    border: 0px;
}
.user .uname {
    width: auto;
    display: ;
    float: none;
    padding: 0 5px;
    text-align: center !important;
    margin: 0 !important;
}
.iword .vip-icon {
    height: 13px;
    width: 36px;
    background: url(//tmp.69dj.net/images/vip_icon.gif) -54px 0 no-repeat;
    padding: 0px;
    margin-top: 6px;
    display: inline-block;
}
.iword .sright .content.reply {
    position: relative;
    background-color: rgba(255, 255, 255, 0.5) !important;
    border-radius: 5px;
    overflow: visible !important;
}
.iword .reply::before {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    border: solid 10px transparent;
    width: 0;
    height: 0;
    line-height: 0;
    border-bottom-color: rgba(255, 255, 255, 0.5);
.wordlist span {
    float: unset;
    margin: unset;
    height: auto;
    width: unset;
    padding-top: unset;
    padding-bottom: unset;
    font-weight: normal;
    color: unset;
    text-indent: unset;
}
.sright .opts {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.iword dl {
    border-bottom: solid 1px #ccc;
    padding-bottom: 8px;
}
.iword dt {
}
.iword dt .el-link {
    font-size: 12px !important;
}
.iword dt .author {
    text-decoration: none;
}
.iword dt .author img {
    vertical-align: middle;
    margin-right: 4px;
    border-radius: 5px;
}
.iword dt .time {
    color: #888;
}
.iword a.like {
    color: #333;
}
.iword dd {
    margin: 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}
.iword .replies {
    color: #000;
}
.iword .media-image img {
    max-width: 200px;
    max-height: 300px;
    transition: all 600ms linear;
}
.iword .media-image img.zoom {
    max-width: 390px;
    max-height: 720px;
}
.iword .media-music audio {
    height: 30px;
    width: 98%;
}
.iword .media-video video {
    width: 390px;
    height: 320px;
}
.iword .sleft .icons img {
    height: 16px;
    width: auto;
}
.flash {
    animation: flash 1s linear infinite;
}
.el-pagination {
    padding: 10px !important;
    border-bottom: dashed 1px #ccc;
    margin-bottom: 10px;
}
.el-pagination.pager-bottom {
    margin: 10px 0 0 0;
    border-bottom: 0;
    float: none;
    clear: both;
}

.msg-info {
    padding: 10px;
    color: #666;
    border-bottom: dashed 1px #ccc;
    margin-bottom: 10px;
}
.msg-info .el-link {
    margin-left: 15px;
}

@keyframes flash {
    50% {
        color: red;
    }
    100% {
        color: #126404;
    }
}

.replies span,
.btns span,
span[class*="el-"],
[class*="el-"] span {
    float: unset !important;
    width: auto !important;
    background: none !important;
    border: none !important;
    color: currentColor !important;
}
[v-cloak] {
    display: none;
}

.el-dialog.dlg-login {
    background: url(/v3/model-bg.png) no-repeat top center #fff;
    background-size: contain;
}
.left .head {
    position: relative;
}
.main .left .head span {
    /* float: none; */
    display: block;
    width: 205px;
}
.left .head .online {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
}

.left .follow-zan {
    display: flex;
    margin: 10px;
    justify-content: space-between;
}
.left .follow-zan a {
    width: 50px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    padding: 0 10px 0 40px;
    position: relative;
    height: 30px;
    line-height: 34px;
}
.left .follow-zan img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.left .follow-zan i {
    font-style: normal;
    position: relative;
    z-index: 2;
}
.left .follow-zan .ico {
    font-size: 18px;
    margin: 0 4px;
}
.left .birthday {
    cursor: pointer;
    display: flex !important;
    align-items: center;
    padding: 5px;
    background-color: #ffffff50;
    border-radius: 5px;
    margin: 0 10px;
}
.left .icons {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 0;
}
.left .icons a {
    line-height: 1;
}
.left .icons img {
    max-height: 18px;
    padding: 0 2px;
}
.invite-prize {
    clear: both;
    display: flex;
    font-family: Tahoma;
    border: 1px dotted #333;
    margin-top: 3px;
    padding: 10px;
}
.invite-prize a {
    text-decoration: none;
    color: #333;
}

.invite-prize .el-carousel {
    flex: 1;
    margin: 0 10px;
}
#ilaba.laba {
    display: flex;
    padding: 10px !important;
    width: auto;
    float: none;
}
.laba .content {
    flex: 1;
    margin: 0 10px;
}
.rainbow {
    font-weight: bold;
    background: -webkit-linear-gradient(
        45deg,
        #39eef6,
        #ff0048,
        #d32dfc,
        #2cf87e,
        #f2ff2c
    );
    color: transparent !important;
    -webkit-background-clip: text;
    animation: ran 10s linear infinite;
}
@keyframes ran {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 2000px 0;
    }
}
.r-box {
    margin-top: 3px;
    overflow: hidden;
    float: none;
    clear: both;
}
.r-box .hd {
    padding: 5px 5px;
    margin: 1px;
    height: auto;
    font-weight: bold;
    color: #eeeeee;
    display: block;
    width: auto;
    float: none;
    clear: both;
}
/* .r-box .items {
    padding: 17px;
} */
.r-box .hd .more {
    margin: 0 !important;
    color: #eee;
    float: right;
    text-decoration: none;
    font-size: 12px;
}
.pic-list .items {
    display: flex;
    padding: 1px; 
}
.pic-list .item img {
    width: 108px;
    height: 106px;
    border: 0px;
    margin: 1px;
    margin-right: 6px;
    object-fit: cover;
}
.video-list .items {
    display: flex;
    padding: 1px;
}
.video-list .items .vitem {
    margin: 0 15px 0 0;
}
.video-list a.title {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    /*white-space: nowrap;*/
    color: #fff;
    text-overflow: ellipsis;
    text-align: center;
}
.video-list img {
    width: 115px;
    height: 130px;
    margin: 0px;
    padding: 0px;
    border: none;
}
.follows a {
    margin-top: 10px;
    /* margin-left: 16px; */
}
.clear {
    float: none;
    clear: both;
}
.gift {
    border: 1px dotted #333;
    color: #333;
}
.gift .items {
    display: flex;
    flex-wrap: wrap;
    padding: 1px;
}
.gift .item {
    width: 16.6666%;
    text-align: center;
    margin: 10px 0;
    cursor: pointer;
}
.gift .icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    border: solid 1px #eee;
}
.gift .name {
    display: block;
    width: 100% !important;
    text-indent: 0 !important;
}
.gift .sender {
    display: block;
    opacity: 0.5;
    width: 100% !important;
    text-indent: 0 !important;
}
.editor .el-button-group .ico {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
}
.editor .selected {
    display: flex;
    align-items: center;
    background-color: #ffffff50;
    padding: 2px 10px;
    border-radius: 3px;
}
.editor .selected .ico {
    margin: 0px 10px;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.editor .emoji {
    width: 30px;
    height: 30px;
    margin: 0 10px;
}
.editor-unlogined {
    height: 117px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #888 !important;
    cursor: pointer;
}
.editor .opts {
    flex: 1;
    text-align: right;
}
.media-dlg .el-dialog__body {
    padding-top: 0;
}
.media-dlg .emoji-items {
    max-height: 500px;
    overflow: auto;
}
.media-dlg .emoji-items img {
    width: 32px;
    height: 32px;
    padding: 5px;
}
.Follows .items {
}
.Follows .items {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    margin: 0;
    justify-content: space-between;
}
.Follows .items li {
    width: 18%;
    margin-bottom: 15px;
}
.Follows .items .avatar {
    position: relative;
}
.Follows .items .avatar .name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 24px;
    text-align: center;
    background-color: #00000088;
    color: #fff;
}
.Follows .items .avatar .plus {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    padding: 0 10px;
    text-align: center;
    background-color: #ff6347aa;
    color: #fff;
    border-bottom-right-radius: 15px;
}
.Follows .items .avatar img {
    width: 100%;
    height: 148px;
    display: block;
    background: #eee;
    border-radius: 3px;
    transition: transform 200ms linear;
}
.Follows .items .avatar:hover img {
    border: solid 2px tomato;
    box-sizing: border-box;
    transform: scale(1.05);
}
.Follows .items .opts {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}
.Follows .items .opts a {
    line-height: 26px;
    text-align: center;
    color: #333;
    width: 48%;
    text-decoration: none;
    border-radius: 3px;
}
.Follows .items .opts .plus {
    color: green;
}
.Follows .items .opts .normal {
    color: cadetblue;
}
.msj-empty {
    text-align: center;
    padding: 50px 0;
    color: #888;
}
.msj-empty .ico {
    font-size: 100px;
    color: #ccc;
}
.media-dlg .item {
    display: block;
}
.media-dlg .image .el-row {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
}
.media-dlg .image .el-col {
    margin-bottom: 15px;
    cursor: pointer;
}
.media-dlg .image img {
    border-radius: 3px;
    width: 100%;
}
.media-dlg .video .el-row {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
}
.media-dlg .video .el-col {
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
}
.media-dlg .video img {
    width: 100%;
    border-radius: 3px;
}
.media-dlg .video .ico {
    width: 100%;
    height: 105px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
}
.media-dlg .video .ico:hover {
    background-color: #00000030;
}
.media-dlg .music {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.media-dlg .music .item {
    width: 46%;
    margin-bottom: 5px;
    border: solid 1px #ccc;
    border-radius: 5px;
    background-color: #f7f7f7;
    padding: 5px;
    text-decoration: none;
    color: #333;
    font-size: 12px;
}
.media-dlg .music .item:hover {
    border-color: tomato;
    color: tomato;
}

.main::after {
    content: "";
    float: none;
    clear: both;
    display: block;
}
.body-svip .menu a {
    background-color: #00000080;
    padding: 5px;
    border-radius: 20px;
    animation: jump 3s ease infinite;
}
@keyframes jump {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-10px) scale(1.1) rotate(10deg);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}