body{
    width: 100%;

}
.chat{
    margin-top: auto;
    margin-bottom: auto;
}
.card{
    /* height: 500px; */
    /* border-radius: 15px !important; */
    /* background-color: #111 !important; */
}
.contacts_body{
    /* padding:  0.75rem 0 !important; */
    overflow-y: auto;
    white-space: nowrap;
}
.msg_card_body{
    overflow-y: auto;
}
.card-header{

    border-bottom: 0 !important;
}
.card-footer{

    border-top: 0 !important;
}
.container{
    align-content: center;
}
.search{
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color:white !important;
}
.search:focus{
     box-shadow:none !important;
   outline:0px !important;
}
.type_msg{
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color:white !important;
    height: 60px !important;
    overflow-y: auto;
}
    .type_msg:focus{
     box-shadow:none !important;
   outline:0px !important;
}
.attach_btn{
border-radius: 15px 0 0 15px !important;
background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
}
.send_btn{
border-radius: 0 15px 15px 0 !important;
background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
}
.search_btn{
    border-radius: 0 15px 15px 0 !important;
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
}
.contacts{
    list-style: none;
    padding: 0;
}
.contacts li{
    width: 100% !important;
    padding: 5px 10px;
    margin-bottom: 15px !important;
}
.active{
    background-color: rgba(0,0,0,0.3);
}
.user_img{
    height: 70px;
    width: 70px;
    border:1.5px solid #f5f6fa;

}
.user_img_msg{
    height: 40px;
    width: 40px;
    border:1.5px solid #f5f6fa;

}
.img_cont{
    position: relative;
    height: 70px;
    width: 70px;
}
.img_cont_msg{
    height: 40px;
    width: 40px;
}
.online_icon{
position: absolute;
height: 15px;
width:15px;
background-color: #4cd137;
border-radius: 50%;
bottom: 0.2em;
right: 0.4em;
border:1.5px solid white;
}
.offline{
background-color: #c23616 !important;
}
.user_info{
margin-top: auto;
margin-bottom: auto;
margin-left: 15px;
}
.user_info span{
font-size: 1rem;
color: white;
}
.user_info p{
font-size: 0.85rem;
color: rgba(255,255,255,0.6);
}
.video_cam{
margin-left: 50px;
margin-top: 5px;
}
.video_cam span{
color: white;
font-size: 20px;
cursor: pointer;
margin-right: 20px;
}
.msg_cotainer{
margin-top: auto;
margin-bottom: auto;
margin-left: 10px;
border-radius: 25px;
background-color: #82ccdd;
padding: 8px;
position: relative;
min-width: 100px;
}

.msg_cotainer_send{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    border-radius: 25px;
    background-color: #78e08f;
    padding: 8px;
    position: relative;
    min-width: 100px;
    }


/* .msg_cotainer_send{
margin-top: auto;
margin-bottom: auto;
margin-right: 10px;
border-radius: 25px;
background-color: #78e08f;
padding: 10px;
position: relative;
} */
.msg_time{
position: absolute;
left: 0;
bottom: -15px;
color: rgba(255,255,255,0.5);
font-size: 10px;
}
.msg_time_send{
position: absolute;
right:0;
bottom: -15px;
color: rgba(255,255,255,0.5);
font-size: 10px;
}
.msg_head{
position: relative;
}
.action_menu_btn{
position: absolute;
right: 28px;
top: 0px;
color: white;
cursor: pointer;
font-size: 30px;
}

.action_menu_btn2{
    position: absolute;
    right: 25px;
    top: 40px;
    color: white;
    cursor: pointer;
    font-size: 30px;
    }
.action_menu{
z-index: 1;
position: absolute;
padding: 15px 0;
background-color: rgba(0,0,0,0.5);
color: white;
border-radius: 15px;
top: 55px;
right: 20px;
display: none;
}
.action_menu ul{
list-style: none;
padding: 0;
margin: 0;
}
.action_menu ul li{
width: 100%;
padding: 10px 15px;
margin-bottom: 5px;
}
.action_menu ul li img{
    width: 25px;
    }

.action_menu ul li i{
padding-right: 10px;

}
.action_menu ul li:hover{
cursor: pointer;
background-color: rgba(0,0,0,0.2);
}



@media(max-width: 576px){
.contacts_card{
margin-bottom: 15px !important;
}
}




/*123*/


.online-video{
    position: relative;
}


.Product_hot_icon {
	position: absolute;
	font-weight: bold;
	top: 0px;
	left: 35px;
	color: white;
	display: block;
	background: red;
	width: 40px;
	height: 25px;
	text-align: center;
	font-size: 1rem;
	margin: 10px
}

.Product_hot_icon2 {
	position: absolute;
	top: 0px;
	left: 85px;
	color: white;
	display: block;
	background: #333;
	width: 85px;
	height: 25px;
	text-align: center;
	font-size: 0.8rem;
	margin: 10px;
	margin-left: 10px;
	padding-left: 5px;
	border-radius: 5px;
}

.Product_number{
    font-size: 1rem;
    padding-left: 5px;
}

.turning-phone_icon {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 1.8rem;
	/* filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.7)); */
}

.back_icon {
	position: absolute;
	top: 8px;
	left: 10px;
	width: 1.5rem;
	/* filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.7)); */
}

.speaker_icon{
    position: absolute;
	bottom: 10px;
	right: 55px;
	width: 1.8rem;
}

.chat_icon{
    position: absolute;
	bottom: 10px;
	right: 105px;
	width: 1.8rem;
  
}



.img_list{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 5px;
    right: 15px;
}

.img_list img{
  width: 35px;
  margin: 10px;
}


.img_list2{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    right: 10px;
}

.img_list2 img{
  width: 25px;
  margin: 5px;
}


.don1{
    width: 15px;
    height: 15px;
    background-color: rgb(27 142 255);
    display: inline-block;
    border-radius: 50%;
}

.don2{
    width: 15px;
    height: 15px;
    background-color: rgb(255, 0, 191);
    display: inline-block;
    border-radius: 50%;
}

.don3{
    width: 15px;
    height: 15px;
    background-color: rgb(243, 227, 8);
    display: inline-block;
    border-radius: 50%;
}

.don4{
    width: 15px;
    height: 15px;
    background-color: rgb(255 10 10);
    display: inline-block;
    border-radius: 50%;
}
.don5{
    width: 15px;
    height: 15px;
    background-color: rgb(77 221 80);
    display: inline-block;
    border-radius: 50%;
}
.don6{
    width: 15px;
    height: 15px;
    background-color: rgb(84 229 221);
    display: inline-block;
    border-radius: 50%;
}
.chest{
    display: flex; 
    list-style: none; 
    justify-content: space-between; 
    align-items: center;
    text-align: center;
}
.chest li{
    /* padding-left: 20px;
    padding-right: 20px; */
    margin: 10px;
}

.box1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
}


.btn-close-don {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #fff;
    /* background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; */
  background: transparent url("../images/close.svg") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
  }


.title-pk{
    padding-left: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
}



.modal-footer-left{
    position: absolute;
    left: 0;
    padding-left: 1rem;
}
.color-01{
    color: #fbd030
}

.don-container{
    margin-top: 10px;
}

.don-box{
    display: flex; 
    justify-content: space-between;
     align-items: center;
}
/*NAV*/
.sidenav {
    height: 100vh;
    width: 0;
    position:absolute;
    z-index: 1;
    top: 0;
    right: 0;
    /* background-color: #111; */
    overflow-x: hidden;
    transition: 0.5s;
    /* padding-top: 60px; */
  }
  
  .sidenav a {
    /* padding: 8px 8px 8px 32px; */
    text-decoration: none; 
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 36px;
    z-index: 111;
  }
  

/*吹牛*/
  .head-img{
    width: 45px;
    border-radius: 50%;
  }
  .dice-cup{
    width:80px
  }

  .dice-all{
    width:25px
  }

  .dice-all-pc{
    width: 35px;
  }
  .dice-other{
    width:30px
  }
  .gametimebg{
    background-image: url(../images/game/game-time.png);
    width: 100px;
    height: 28px;
  }
  .gametime{
    font-size: 1.3rem;
    margin-left: 24px;
    color: #ed1e79;
    font-weight: 600;

  }

  .gametimebg2{
    background-image: url(../images/game/game-time2.png);
    width: 100px;
    height: 28px;
  }
  .gametime2{
    font-size: 1.3rem;
    margin-left: 24px;
    color: #ed1e79;
    font-weight: 600;
  }

  .anchor2-img{
    width: 45px;
    border-radius: 50%;
  }
  .anchor2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    }



  .gamecolor01{
    color: #ed1e79;
  }
  .game-s01{
    font-size: 12px;
    color: #ffeec2;
    width: 75px;
  }

@media screen and (max-height: 450px) {
    /* .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;} */
  }


@media screen and (min-width: 481px) and (max-width: 768px) { 
    /* STYLES HERE */
}

@media screen and (min-width: 665px) {
    /* #pc_chat {
        display: none;
    } */

    .card-header_m{
        display: none;
    }

    .card-body_m{
        display: none;
    }
    .card-footer_m{
        display: none;
    }
    .all_icon_m{
        display: none;
    }
}

@media screen and (min-width: 601px) and (max-width: 1920px) {
    /* .online-video {
        height: 100vh;
    } */
    .video_live{
        height: 100vh;
        width: 100vw;
    }


}


@media screen and (max-width: 666px) {
    .sidenav{
        display: none;
    }
    .chat_icon{
        display: none;
    }
    .horizontal_nav{
        display: none;
    }
    .ticket_horizontal{
    display: none;
    }
    #myvideo{
        display: none;
    }
    .all_icon_p{
        display: none;
    }
}

/* @media screen and (min-width: 768px) and (max-width: 1024px) {
    .online-video {
        height: 100%;
    }
    #pc_chat {
        display: block;
    } 


}
*/