html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}

.lite-chatbox {
	padding: 0;
	width: 100%;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	font: 18px Helvetica,"PingFang SC","Microsoft YaHei",sans-serif
}

.lite-chatbox .cmsg {
	position: relative;
	margin: 4px 7px;
	min-height: 50px;
	border: 0
}

.lite-chatbox .cright {
	text-align: right;
	margin-left: 64px
}

.lite-chatbox .cleft {
	text-align: left;
	margin-right: 64px
}

.lite-chatbox img.headIcon {
	width: 34px;
	height: 34px;
	top: 9px;
	position: absolute;
	border: 1px solid #c5d4c4
}

.lite-chatbox span.headIcon {
	width: 34px;
	height: 34px;
	top: 9px;
	position: absolute;
	border: 1px solid #c5d4c4;
	font-size: 27px;
	text-align: center
}

.lite-chatbox .name {
	color: #8b8b8b;
	font-size: 12px;
	display: block;
	line-height: 18px
}

.lite-chatbox .name .htitle {
	display: inline-block;
	padding: 0 3px;
	background-color: #ccc;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 4px;
	font-size: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	max-width: 50px
}

.lite-chatbox .content {
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
	position: relative;
	display: inline-block;
	font-size: 15px;
	padding: 12.5px 12.5px;
	line-height: auto;
	min-width: 9px;
	min-height: 18px;
}

.lite-chatbox .content img {
	width: 100%;
	height: auto;
    border-radius: 10px;
}

.lite-chatbox .content a {
	color: #0072C1;
	margin: 0 5px;
	cursor: hand
}

.lite-chatbox .tips {
	margin: 40px;
	text-align: center;
	font-size: 12px
}

.lite-chatbox .tips span {
	display: inline-block;
	padding: 6px;
	background-color: #ccc;
	color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.lite-chatbox .tips-content{
    line-height: 1.5rem;
}

.lite-chatbox .tips-content span {
	display: inline-block;
	padding: 40px;
	background-color: #ccc;
	color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.lite-chatbox img.radius {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.lite-chatbox span.radius {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.lite-chatbox .cright img.headIcon {
	right: 0
}

.lite-chatbox .cleft img.headIcon {
	left: 0
}

.lite-chatbox .cright .name {
	margin: 0 48px 2px 0
}

.lite-chatbox .cleft .name {
	margin: 0 0 2px 48px
}

.lite-chatbox .cright .content {
	margin: 0 48px 0 0;
	-webkit-border-radius: 25px 0 25px 25px;
	border-radius: 25px 0 25px 25px;
	color: #fff;
	background: -webkit-linear-gradient(70deg,#3FD1E1 0%,#44D7CD 100%);
	background: linear-gradient(20deg,#3f8fe1cc 0%,#44d7c9 100%);
	-webkit-box-shadow: 5px 5px 15px 0 rgba(102,102,102,0.15);
	box-shadow: 5px 5px 15px 0 rgba(102,102,102,0.15)
}

.lite-chatbox .cleft .content {
	margin: 0 0 0 48px;
	-webkit-border-radius: 0 25px 25px 25px;
	border-radius: 0 25px 25px 25px;
	color: #666;
	border: 1px solid rgba(0,0,0,0.05);
	background: #FFF;
	-webkit-box-shadow: 5px 5px 15px 0 rgba(102,102,102,0.1);
	box-shadow: 5px 5px 15px 0 rgba(102,102,102,0.1)
}

.lite-chatbox .cright .content:after {
	right: -12px;
	top: 8px
}

.lite-chatbox .cleft .content:after {
	left: -12px;
	top: 8px
}

.lite-chatbox .tips .tips-primary {
	background-color: #3986c8
}

.lite-chatbox .tips .tips-success {
	background-color: #49b649
}

.lite-chatbox .tips .tips-info {
	background-color: #5bb6d1
}

.lite-chatbox .tips .tips-warning {
	background-color: #eea948
}

.lite-chatbox .tips .tips-content {
	background-color: #0099ff
}

.lite-chatbox .name .admin {
	background-color: #72D6A0
}

.lite-chatbox .name .owner {
	background-color: #F2BF25
}

@media (min-width:750px) {
	body {
		max-width: 750px;
		margin: auto;
	}
	nav {
		max-width: 750px;
	}
}

nav {
    position: fixed;
    top: 0;
    left: 50%;
    margin-right: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding-top: 12.5px;
    text-align: left;
}
.profile {
    display: inline;
    float: left;
    height: 3em;
    width: 3em;
    border-radius: 50%;
    background-size: 100%;
    background-image: url("https://v.api.aa1.cn/api/api-tx/index.php?wpon=aosijur75fi5huyty5f");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin:0 12.5px;
    color:#ffffff;
    text-align: right;
}

/* 控制器 */

input[type = "checkbox"] {
	-webkit-appearance: none;
	display: none;
	visibility: hidden;
}
  
.bar {
	position: relative;
	cursor: pointer;
	width: 50px;
	height: 40px;
	display: inline;
    float: right;
    margin: 11.5px 18px;
	zoom: 75%;
}
  
.bar span {
	position: absolute;
	width: 45px;
	height: 5px;
	background: #f1faee;
	border-radius: 100px;
	display: inline-block;
	transition: 0.3s ease;
	left: 0;
	box-shadow: 0 0 10px #00000080;
}
  
.bar span.top {
	top: 0;
}
  
.bar span.middle {
	top: 17px;
}
  
.bar span.bottom {
	bottom: 0;
}
  
input[type]:checked ~ span.top {
	transform: rotate(45deg);
	transform-origin: top left;
	width: 50px;
	left: 5px;
}
  
input[type]:checked ~ span.bottom {
	transform: rotate(-45deg);
	transform-origin: top left;
	width: 50px;
	bottom: -1px;
}
  
input[type]:checked ~ span.middle {
	transform: translateX(-20px);
	opacity: 0;
}

/* 按钮 */
button {
   --button_radius: 0.75em;
   --button_color: #beffff;
   --button_outline_color: #336699;
   font-size: 12.5px;
   font-weight: bold;
   border: none;
   border-radius: var(--button_radius);
   background: var(--button_outline_color);
   position: relative;
}
  
.btn {
   display: inline;
   box-sizing: border-box;
   border: 2px solid var(--button_outline_color);
   border-radius: var(--button_radius);
   padding: 0.5em 0.75em;
   background: var(--button_color);
   color: var(--button_outline_color);
   transform: translateY(-0.2em);
   transition: transform 0.1s ease;
}
  
button:hover .btn {
   transform: translateY(-0.33em);
}
  
button:active .btn {
   transform: translateY(0);
}