/* Your Custom CSS Goes here */

.hide {
    display: none;
}

.record {
    max-height: 360px;
    overflow-y: auto;
}

.table-x .row:nth-child(2) {
    overflow-x: auto;
}

.hot_card {
    cursor: pointer;
    width: 200px;
    height: 85px;
    text-align: center;
    display: block;
    border-radius: 16px;
    text-decoration: none;
    background-blend-mode: multiply;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 5px;
    background-size: cover;

}

.hot_card:hover.hot_card::before {
    background-color: #00000066;
}

.hot_card::before {
    content: " ";
    background-color: #00000044;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
}

.hot_card .text {
    position: relative;
    z-index: 2;
    line-height: 85px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.avatar-xxxl {
    width: 200px;
    height: 200px;
    line-height: 200px;
    font-size: 32px;
}

.table-y {
    max-height: 300px;
    overflow-y: auto;
}

@media (max-width: 1100px) {
    .hot_card {
        height: 65px;
        width: 100px;
    }

    .hot_card .text {

        line-height: 65px;
    }

}

.card_link {
    text-decoration: none;
}
.card_link .card-body{
    padding: 10px;
    padding-bottom: 20px;
    min-height: 150px;
    text-align: center;
}
.card_link .vip{
    color: #e60000;
}

.card_link .describe{
    margin-top: -3px;
    margin-bottom: -20px;
    color: #eebe8c;
}
.card_active {
    background-color: rgba(255, 163, 163, 0.208);
}

.xianpic_link .avatar{
    animation:skake 4s ease-in 0s infinite;
    -webkit-animation:shake 4s ease-in 0s infinite;
}

 
@keyframes shake{ 
    46% {

        transform: scale(1);
      }
      50% {
        transform: scale(1.1);
      }
      52% {
        transform: scale(1);
      }
      55% {
        transform: scale(1.2);
      }
      60% {
        transform: scale(1);
      } 
}



.unsupported__browserContainer {
    padding: 24px;
    text-align: center;
    overflow: hidden;
}

.unsupported__browserContainer p {
    color: #0E1318;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 1px;
}

.unsupported__browserListContainer {
    position: relative;
    top: 50%;
    left: 50%;
    float: left;
}

.unsupported__browserItemList {
    position: relative;
    top: -50%;
    left: -50%;
    list-style: none;
    padding-top: 16px
}

.unsupported__browserItemList:after {
    content: "";
    display: table;
    clear: both;
}

.unsupported__browserItem {
    float: left;
    padding: 8px;
    width: 100px;
}

.unsupported__browserItemImgContainer {
    padding: 24px;
    background-color: #F2F3F5;
    border: 1px solid #40576d12;
    border-radius: 8px;
}

.unsupported__browserItemText {
    padding: 8px;
    font-weight: 600;
}

.unsupported__footerContainer {
    text-align: center;
    padding: 24px;
}

.unsupported__browserItemLabel,
.unsupported__browserItemLabel:visited {
    color: #4c4c4c;
    text-decoration: none;
}

a.unsupported__linkItem,
a.unsupported__linkItem:visited,
a.unsupported__linkItem:hover {
    color: #0E1318;
    font-size: 12px;
    margin: 0 auto;
    font-weight: 400;
    text-decoration: none;
}



.ad1{
    display: block;
    width: 800px; 
    max-width: 100%;
    margin:0px auto;
    margin-top: 60px;
}
.ad1>img{
    width: 100%;
    transform: scale(1);
    transition: transform 0.3s;
}
.ad1:hover img{
    transform: scale(1.1);
}

.collect_avatar{
    color: #ff9c9c;
    margin-right: 4px;
}
.list-link{
    cursor: pointer;
    
}

.list-link:hover{
    background-color: #f9f9f9;
}
.showflex{
    display:flex;
}
.list_item_act{
    background-color: #fffbed;
}

.collect_list{
 overflow-y: auto;
 max-height: 600px;
 position: relative;
}
.collect_list>li:first-child{
    position:sticky;
    top: 0;
    z-index: 2;
}

.user_info{
    text-align: center;
}
.nav-link.dark {
    display: block;
    padding: 0.5rem 1rem;
    color: #666;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}


.nav-pills .nav-link {
    padding: 8px 16px;
    border-radius: 5px;
    opacity: .5;
    font-weight: 500;
    color: #000; 
    -webkit-transition: all .2s ease-in-out!important;
    -moz-transition: all .2s ease-in-out!important;
    -o-transition: all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
}
.nav-xian .nav-link.active, .nav-xian .show>.nav-link {
    opacity: 1;
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 50px; 
}
.nomore{
    line-height: 100px;
    margin-bottom: 50px;

    text-align: center;
    color: #999;
}
.havelogin{
    height: 300px;
    background: linear-gradient(0deg,rgb(255 204 204),rgba(0, 0, 0, 0));
    text-align: center;
}
.weak_text{
    color:#999;
    font-size: 12px;
}

@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css");

.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}
.user_avatar{
    position: relative;
}
.user_avatar .vip_icon{
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
}

.reply_msg_text{
    font-size: 12px;
    background-color: #eee;
    border-radius: 20px;
    padding: 0 10px;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}

div.card.better_card{
    border: none;
}

.nav_select_type{
    position: absolute;
    right: 2px;
    top: 2px;
}
.nextpage_seo{
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}
.nextpage_seo:hover{
    color: #ffffff;
}
 
/* .b_footer>div{
    position: fixed;
    bottom: 0;
    background-color: #dddddd;
    width: 100%;
    display: flex;
    line-height: 35px;
    padding: 0 20px ;
}
.b_footer ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    flex: 1;
}
.b_footer ul>li{ 
    list-style: none;
} */


#b_footer{
    background-color: none;
    line-height:18px;
    width: 100%;
    padding: 6px 0; 
    width: 100%;
    margin-top: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    transform: translateY(100%);
    transition: transform 0.3s;
    z-index: 1004;
}
#b_footer.show{
    transform: translateY(0%);
}

#b_footerItems span {
    margin-right: 24px;
    margin-left: 48px;
    float: right;
}
#b_footerItems ul {
    display: block;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
#b_footerItems li {
    display: inline;
    float: left;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
#b_footerItems a {
    margin-right: 48px;
    color: #666;
    text-decoration: none;
}
#b_footer>#b_footerItems {
    content-visibility: auto;
    contain-intrinsic-size: 1px 24px;
}
#b_footerItems {
    height: 24px;
    line-height: 24px;
    padding: 0 100px 0 100px;
}
.admin_tools{
    position: fixed;
    right: -110px;
    top: 50%;
    background-color: white;
    overflow: hidden;
    z-index: 999999; 
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 16%), 0 4px 10px 0 rgb(2 2 2 / 12%);
    display: flex;
    width: 140px;
    box-sizing: border-box;
    transition: right 0.3s;
}
.admin_tools.show{
    right: 0%;
}
.admin_tools_switch{
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    user-select: none;
    margin-right: 10px;
}
.admin_tools_switch:hover{
    background-color: #efefef;
}


.pwa-wrap {
    width: 150px;
    height: 90px;
    background: linear-gradient(180deg,#ff848494,#ffc03e1a);
    border: 1px solid #fff;
    border-radius: 20px;
    position: fixed;
    top: 88px;
    left: 20px;
    cursor: pointer;
    z-index: 10000;
    text-align: center;
    animation: bounce-down 2s linear infinite;
    backdrop-filter: blur(10px);
}
.pwa-wrap .pwa-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 12px;
    font-size: 12px;
    color: #000000;
    cursor: pointer;
    opacity: .92;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.pwa-wrap .pwa-text {
    color: #000000;
    font-size: 14px;
}
.pwa-wrap .pwa-img {
    width: 40px;
    height: 40px;
    margin: 10px auto 2px;
}

@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    50%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    50%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}



@media screen and  (max-width: 576px) {
 
    .card .card-body{
        padding:2px 10px;
    }
    .fixed_right{
        display: none;
    }
    .horizontal-menu .app-header div.logo a {
        margin-right: 0;
    }
    .mobile-pay-btn>div{
        margin: auto 2px !important;
    }
    .mobile-pay-btn .btn{
        padding: 5px;
    }
}


@media (max-width:1100px){.show-on-mobile{display:inherit!important}}