.chatWrap {
    width: 1000px;
    background: #fff;
    border: 1px solid #e4e4e4;
    display: flex;
    min-height: 100%;
	margin: auto;
	padding: 0px;
}
.chatWrap .chatLeft {
    width: 300px;
    float: left;
    background: #f8f8f8;
    min-height: 100%;
    border-right: 1px solid #e4e4e4;
}
.chatWrap .chatRight {
 position: relative;
    width: 100%;
    min-height:100%;
}
.chatWrap .chatLeft .roomImg {
    text-align: center;
}
.chatWrap .chatLeft .roomImg img {
    width: 85%;
    border-radius: 5px;

}
.chatWrap .chatLeft table {
    border-spacing: 0;
    width: 85%;

    border-top: 3px solid #212529;
    margin: 20px auto;
}
.chatWrap .chatLeft table th {
    background: #e2e3e5;
    padding: 20px 15px;
    border-bottom: 1px solid #cbccce;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;

}

.chatWrap .chatLeft table td {
    background: #e2e3e5;
    padding: 20px 15px;
    border-bottom: 1px solid #cbccce;
    font-size: 14px;
    text-align: left;
}

.talkWrap {
    position: relative;
    width: 100%;
    min-height:100%;
	display: flex;

}
.talkWrap .talkHead {
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    background: #6690FC;

}
.talkWrap .talkHead .headLeft {
    float: left;
    height: 60px;
    line-height: 60px;
    padding-left: 15px;
    font-size: 15px;
	color:#FFF
}
.talkWrap .talkHead .headRight {
    float: right;
    height: 60px;
    line-height: 60px;
    padding-right: 30px;
	position:relative;
	width:80px;
}
.talkWrap .talkHead .headRight i {
    color: #939393;
    font-size: 20px;
    cursor: pointer;
}
.talkWrap .talkBottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: #f8f8f8;
    border-top: 1px solid #e4e4e4;

}
.talkWrap .talkBottom input {
    height: 70px;
    line-height: 70px;
    font-size: 15px;
    padding: 0 20px;
    border: none;
    width: 100%;
    background: none;
    color: #333;
}
.talkWrap .talkBottom .btnSend {
    color: #2196f3;
    font-size: 25px;
    position: absolute;
    top: 20px;
    right: 25px;
    cursor: pointer;
	padding: 0px;
	margin: 0px;
}
.talkWrap .talkContent {
	width:100%;
	overflow-y: scroll; /* 垂直滚动条 */
  
	margin: 60px 0 80px 0;
}
.talkContent ul {
    padding: 0 20px 20px 20px;
}
.talkContent ul li span {
    display: block;
}
.talkContent ul li.left span.txt {
    background: #eee;
    border-radius: 5px;
    color: #333;
    max-width: 60%;
    padding: 17px;
    display: inline-block;

}
.talkContent ul li.left span.time {
    color: #b3b3b3;
    margin-top: 5px;
}

.talkContent ul li.right {
    text-align: right;

}
.talkContent ul li.right span.txt {
    background: #eee;
    border-radius: 5px;
    color: #333;
    max-width: 60%;
    padding: 17px;
    text-align: right;
    display: inline-block;
}
.talkContent ul li.right span.time {
    color: #b3b3b3;
    margin-top: 5px;
    text-align: right;
}
.talkContent ul li {
    width: 100%;
    padding: 20px 0 0 0;
	 list-style-type: none;
}
.talkContent  li{ list-style-type: none;}
.content-body{margin: auto;}

.message-box {
	position: relative;
	margin-bottom: 10px;
}

.manager-message .triangle {
	position: absolute;
	width: 0;
	height: 0;
	border-right: 25px solid #f5f5f5;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-radius: 0px;
	bottom: 0px;
}

.message-box span.span-message-image-gift {
	margin: 0 20px;
	padding: 10px 10px;
	border-radius: 5px;
	display: inline-block;
	max-width: calc(100% - 80px);
	word-wrap: break-word;
}

.manager-message {
	text-align: left;
}

.manager-message span.span-message-image-gift {
	background: #f5f5f5;
}

.my-message {
	text-align: right;
}

.my-message span.span-message-image-gift {
	background: #007bff;
	color: #fff;
	text-align: left;
}

.my-message .triangle {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 25px solid #007bff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-radius: 0px;
	bottom: 0px;
	right: 0px;
}

.type-image img {
	max-width: 300px;
}

.help-list .ps__rail-y {
	opacity: 0.6;
}

.help-list .ps__thumb-y {
	right: 0px;
	background: #aaa !important;
}

.help-body .help-footer {
	height: 70px;
	width: 100%;
	border-top: 1px solid #363636;
	background: #181d23;
}

.help-footer {
	position: relative;
}

.help-footer-send {
	position: absolute;
	width: calc(100% - 80px);
	height: 100%;
	padding: 10px 0px 10px 15px;
}

.help-footer-send .my-form-control {
	height: 50px;
}

.help-footer-btn {
	position: absolute;
	width: 80px;
	right: 0px;
	height: 100%;
	padding: 10px 15px 10px 5px;
	text-align: right;
}

.help-footer-btn .msessage-btn,
.help-footer-btn .image-btn {
	font-size: 18px;
	margin: 0px;
	width: 70px;
	height: 50px;
	display: inline-block;
	border-radius: 0.25rem;
	color: #fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

.help-footer-btn .msessage-btn {
	background: #ff4966;
	border-color: #ff4966
}

.help-footer-btn .image-btn {
	background: #007bff;
	border-color: #007bff;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}

.misssion-chat .help-footer-btn {
	width: 160px;
}

.misssion-chat .help-footer-send {
	width: calc(100% - 160px);
}

.misssion-chat .msessage-btn {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}

.misssion-chat .image-btn {
	display: inline-block;
}

@media (max-width: 580px) {
	.type-image img {
		max-width: 100%;
	}
}


.chat {
	height: 100%;
	
}

.chat-head {
	height: 80px;
	position: relative;
	color: #d2d3d5;
}

.room-profile-image {
	height: 80px;
	width: 80px;
	padding: 10px 15px;
}

.room-profile-image img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

.room-profile-info {
	position: absolute;
	height: 100%;
	width: calc(100% - 220px);
	top: 0px;
	left: 90px;
	margin: 0px;
	padding: 0;
}

.room-profile-info li {
	list-style: none;
	height: 40px;
}

.room-profile-info li.name {
	font-size: 18px;
	padding-top: 15px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.room-profile-info li.name .mission-name {
	color: #007bff;
}

.room-profile-info li.time {
	font-size: 14px;
	padding-top: 5px;
}

.room-profile-close {
	position: absolute;
	height: 40px;
	right: 0px;
	width: 130px;
	top: 20px;
	text-align: right;
	padding-right: 15px;
}

.loading-back1 {
	position: absolute;
	height: calc(100% - 150px);
	width: 100%;
	top: 80px;
	background: #000;
	opacity: 0.1;
	z-index: 99;
}

.loading-spinner1 {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #007bff;
	font-size: 25px;
	text-align: center;
}

.gift-svga {
	position: absolute;
	height: calc(100% - 150px);
	width: 100%;
	top: 80px;
	z-index: 99;
}

#gift-svga-back {
	position: relative;
}

#gift-canvas {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gift-image {
	position: absolute;
	height: calc(100% - 150px);
	width: 100%;
	top: 80px;
	z-index: 99;
}

#gift-image-back {
	position: relative;
	overflow: hidden;
}

#gift-image-back img {
	width: calc(100% - 160px);
	margin-left: 80px;
	border: 10px solid #007bff;
	border-radius: 15px;
}

.chat-body {
	height: calc(100% - 80px);
	border-top: 1px solid #363636;
}

.chat-room-coin {
	height: 50px;
	border-bottom: 1px solid #363636;
	color: #007bff;
	font-weight: bold;
	line-height: 50px;
	padding: 0 15px;
	background: #181d23;
	color: #d2d3d5;
}

.chat-room-coin span.room_tottal_coin {
	float: right;
	color: yellow;
	font-size: 18px;
}

.chat-list {
	height: calc(100% - 120px);
	padding: 0px;
}

.chat-ul {
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.chat-ul li {
	padding-top: 20px;
	list-style: none;
}

.message-box {
	position: relative;
}

.manager-message .triangle {
	position: absolute;
	width: 0;
	height: 0;
	border-right: 25px solid #f5f5f5;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-radius: 0px;
	bottom: 0px;
}

.message-box span.span-message-image-gift {
	margin: 0 20px;
	padding: 10px 10px;
	border-radius: 5px;
	display: inline-block;
	max-width: calc(100% - 80px);
	word-wrap: break-word;
}

.manager-message {
	text-align: left;
}

.manager-message span.span-message-image-gift {
	background: #f5f5f5;
}

.my-message {
	text-align: right;
}

.my-message span.span-message-image-gift {
	background: #007bff;
	color: #fff;
	text-align: left;
}

.my-message .triangle {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 25px solid #007bff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-radius: 0px;
	bottom: 0px;
	right: 0px;
}

.type-coin .coin-icon {
	margin-right: 10px;
}

.type-coin {
	padding: 0 20px;
}

.type-coin .triangle {
	display: none;
}

.type-coin span {
	margin: 0px;
	padding: 12px 10px;
	border-radius: 5px;
	display: inline-block;
	width: 100%;
	word-wrap: break-word;
	background: #ff604f;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 18px;
}

.type-image img {
	max-width: 300px;
}

.type-gift img {
	max-width: 300px;
}

.chat-list .ps__rail-y {
	opacity: 0.6;
}

.chat-list .ps__thumb-y {
	right: 0px;
	background: #aaa !important;
}

.chat-body .chat-footer {
	height: 70px;
	width: 100%;
	border-top: 1px solid #363636;
	background: #181d23;

}

.chat-footer {
	position: relative;
}

.chat-footer-send {
	position: absolute;
	width: calc(100% - 80px);
	height: 100%;
	padding: 10px 0px 10px 15px;
}

.chat-footer-send .my-form-control {
	height: 50px;
}

.chat-footer-btn {
	position: absolute;
	width: 80px;
	right: 0px;
	height: 100%;
	padding: 10px 15px 10px 5px;
	text-align: right;
}

.chat-footer-btn .msessage-btn,
.chat-footer-btn .image-btn {
	font-size: 18px;
	margin: 0px;
	width: 70px;
	height: 50px;
	display: inline-block;
	border-radius: 0.25rem;
	color: #fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	float: left;
}

.chat-footer-btn .msessage-btn {
	background: #ff4966;
	border-color: #ff4966
}

.chat-footer-btn .image-btn {
	background: #007bff;
	border-color: #007bff;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	display: none;
}

.misssion-chat .chat-footer-btn {
	width: 160px;
}

.misssion-chat .chat-footer-send {
	width: calc(100% - 160px);
}

.misssion-chat .msessage-btn {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}

.misssion-chat .image-btn {
	display: inline-block;
}

.chat-password {
	max-width: 300px !important;
	background: #1f242a;
}

.chat-password h3 {
	font-size: 20px;
	font-weight: bold;
}
.gift-madal-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	z-index: 99;
	top: 0px;
}

.gift-madal {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.gift-madal .left-scrollbar {
	height: 100%;
}

.gift-madal .left-scrollbar .ps__rail-y {
	opacity: 1;
}

.gift-madal .left-scrollbar .ps__thumb-y {
	right: 0px;
	width: 3px;
	background-color: darkgray !important;
	opacity: 1;
}

.gift-madal-body {
	margin: 0 auto;
	max-width: 500px;
	height: calc(100% - 160px);
	margin-top: 80px;
	border-radius: 10px;
}

.gift-madal-body h3 {
	font-size: 25px;
	border-bottom: 1px solid #363636;
	padding: 15px 20px;
	margin: 0px;
	text-align: center;
	position: relative;
	color: #d2d3d5;
	background: #3b3b3b;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}

.chat-password {
	max-width: 300px !important;
	background: #1f242a;
}

.chat-password h3 {
	font-size: 20px;
	font-weight: bold;
}
        #masonry {

            padding: 20px;

        }

        .box01{

            margin-bottom: 20px;

            float: left;
			height:300px;
            width: 220px;

        }

        .box01 img {
			height:200px;
            max-width: 100%;
            width: 100%;
			border-radius: 5px;
        }
        .box01 {
            box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
            padding: 10px;
            border-radius: 5px;
        }
        .box01 .info_wrap {
            padding: 5px;
        }
        .box01 .info_wrap span {
            display: block;
        }
        .box01 .info_wrap span.room_name {
            font-size: 13px;
            margin-top: 10px;
			overflow: hidden;
        }
        .box01 .info_wrap span.room_level {
            font-size: 14px;
            margin-top: 7px;
        }

        .box01 .info_wrap span.btn_in_room {
            font-size: 14px;
            margin-top: 10px;
            background: #00acc1;
            color: #fff;
            padding:7px 15px;
            width: 100%;
            border-radius: 8px;
            cursor: pointer;
        }
        .box01 .info_wrap span.btn_in_room.cant {
            background: #757575!important;
        }

.headcenter{float: left; width:280px}
.headcenter li{height:30px;line-height:30px;margin-left: 5px;float: left;width:70%;list-style-type: none;}
.headcenter li:first-child{width:50px;height:50px;}
#CHATROOM,#EditRoom,#CreateRooms,#Settinginfo,#PASSWORD,#GUIDE,#APPCASEPAGE,#SETWCODE,#viewDatas{display: none;}
#OpenWinPage{position: absolute;background-color: rgba(0, 0, 0, 0.9);width:100%;height:100%;z-index:100;}
#OpenWinPage table{width:100%;}
.order{width: 550px;margin: auto;}
.newchatwrite{
	display: flex;
	justify-content: space-between;
}

.newmenuhead{
	justify-content: space-between;
	flex-grow: 1;
	
}


@media (max-width: 1000px) {
	.chatWrap{width:100%}
	.grid-container .popular-list-item{float: left;min-width:30%;}
	
}
@media (max-width: 550px) {
	.box01{width:50%}
	.order{width: 100%;}
}

#openMsg #norooms{background: red;height:18px;width:18px;font-size:12px;border-radius:9px;
display:none;line-height:18px;color:#FFF;z-index:100;text-align:center}


.chatGift{color:#FFF;position: absolute;width:100%;bottom: 60px;}
.chatGift .but{width:40px;margin: auto;text-align:center}
#giftViewlist{display:none;height:80px;padding: 5px;background: #363636}
#giftViewlist li{float: left;width:12%;list-style-type: none;text-align:center;
border:#DDD 1px solid;height:60px;margin-left: 1%;background:#5C5C5C;line-height:60px;}
#giftViewlist dd{width:100%;float: left;height:30px;margin: 0px;padding: 0px;}
#giftViewlist input{width:100%;height:30px}
#giftViewlist li:first-child{line-height:0px;width:180px;}
.giftpoint{width:100%;float: left;background: #F13389;height:30px;text-align:center;
 border-radius: 15px;line-height:30px;margin-top: 10px;font-size:20px}
.span-message-image-gift img{   display: block;    margin-left: auto;     margin-right: auto}
.span-message-image-gift img{max-width: 400px}
.sysmsg{background:#F13389}
.bx-wrapper img{width:100%}
.bx-wrapper{padding: 0px;margin: 0px;}

.span-message-image-gift img{max-width:!important;max-width:100px}
.newchattitle{
	margin: auto;
}

.cflex{
	display: flex;
}
.cjustify{
	justify-content: space-between;
}
.caligncenter{
	align-items: center;
}

#OpenWinPage1 {
	position: absolute;
	display: none;
	background-color: rgba(0, 0, 0,1);
	width: 100%;
	height: 100%;
	z-index: 100;
}
.gifibox{
	position: absolute;width:100%;bottom:70px;
	height:70px;

}
.gifibox div{
	display: flex;justify-content: space-between;
	align-items: center;
	background: #e6e6e6;
	border: 1px solid #d0d4df;
	height: 100%;

}
.gboxs{
	padding: 5px;
}
.gclose{
	position: absolute;
	display: inherit;
}
.gboxs div{
	display: flex;justify-content:center;
	width:20%;
	text-align: center;
	margin: 5px;
	border-radius:5px
}
.content-body{margin-bottom: 100px}