<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
body {
    background-color: #fff;
    font-family: 'Microsoft Yahei', 'Arial';
}
.container{
overflow: auto;
    position: relative;
    height:290px;
}
body::-webkit-scrollbar {
  width: 16px;
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
/*::-webkit-scrollbar {
    width: 0px;
}
textarea::-webkit-input-placeholder {
    color: #afb2bc;
}
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}*/
.container{
scrollbar-width: thin;
scrollbar-color:#fff  #fff;}
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.header {
    padding: 1em 0;
    width: 100%;
    display: inline-block;
}

.header a, .ui-link {
    color: #666;
}

.header a:hover {
    text-decoration: none;
}

.header .glyphicon {
    font-size: 1.4em;
    cursor: pointer;
}

.user_box {
    width: 100%;
    padding: 2.2em 0;
}

.avatar {
    border: 2px solid #999;
    border-radius: 50%;
    padding: .8em;
}

.username {
    display: inline-block;
    width: 100%;
    padding: 10px 0 20px;
    font-size: 1.2em;
    color: #999;
    border-bottom: 1px solid #e6e6e6;
}

.menu {
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 0 1px #fff;
}

.menu a {
    color: #333;
    padding: 1em 0;
    font-size: 1em;
    display: block;
}

.menu a:hover {
    text-decoration: none;
    background-color: #ffffff;
}

.ui-loader h1 {
    display: none;
}

.avatar_ {
    height: 30px;
    border-radius: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}
.even .avatar_ {margin-top: 17px;}
.user:hover .avatar_ {
    border-radius: 0;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    opacity: .8;
    filter: alpha(opacity=80);
}

.content-reply-box {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}
.content-reply-box li {
    width: 100%;
    overflow: hidden;
margin-top: 0.5em;
margin-bottom: 0.5em;
}

.content-reply-box li.odd .user {
    float: left;
    margin-right: 5px;
}

.content-reply-box li.even .user {
    float: right;
    margin-left: 10px;
}

.content-reply-box li.odd .reply-content-box {
    margin-left: 2.8em;
}
.user-name {
    color: #999;
    margin-top: 5px;
    display: block;
    text-align: center;
       white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis; /* overflow: hidden; */
}

.reply-time {
	letter-spacing: 0.2px;
    color: #62778C;
    font-size: .85em;
    display: inline-block;
    width: 100%;
}

.content-reply-box li.odd .reply-time {
    text-align: left;
}

.content-reply-box li.even .reply-time {
    text-align: right;
}
.reply-content {
	font-weight: normal;
	line-height: 22px;
	font-size: 14px;
	background-color: #eff3f6;
	border-radius: 0 10px 10px 10px;
	padding: 6px 10px;
	max-width: 80%;
	color: #000;
}
.prompttop {
margin-left: 25px;
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 45px;
    margin-top: 0;
}
@media screen and (max-height: 465px){
.reply-content{margin-top: 5px;font-size: 13px;line-height: 22px;}
	.container{height:285px;}
.col-xs-12.c{margin-top: 1px;margin-bottom:0.5em;}
	}
	.btn{border-radius:2px;width: auto;min-width: 60px;max-width: 120px;background-color:rgb(31, 140, 235);font-size: 13px;border-color:#fff;color:#fff;float:right;margin-bottom:-0.3em;padding: 5px;letter-spacing: 1px;}
.header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    position: fixed; top: 0px; display: block;width: 100%;height:45px;
/*background-image: linear-gradient(-34deg, #286090 0%, #337ab7 30%), linear-gradient(#e9831e, #e9831e);*/
background-color:rgb(31, 140, 235);
border-bottom: 1px solid silver;
}
.chat{margin: 5px -5px 0 -5px;outline:none;width: 100%;height: 75px;resize:none;border:none;}

@media screen and (min-height: 465px){
	.chat{height:65px;}
.col-xs-12.c{margin-top: 1px;margin-bottom:1em;}	
	.avatar_{height: 40px;}.content-reply-box li.odd .reply-content-box {margin-left: 50px;}
   	.reply-content {padding: 0 0 0 0.6em;line-height:normal;font-size: 14px;}
    .reply-time{display:none;}
   .content-reply-box li{margin-bottom: 0.5em;margin-top: 0em;}  
   /*.header{background-image: linear-gradient(-34deg, #286090 0%, #337ab7 30%), linear-gradient(#e9831e, #e9831e);}*/
    .btn{background-color:#fff;} /* background-color:#e0e9e8;border-color:#fff;#5d9a1b */
}
@media screen and (min-width: 550px){
	.reply-content {font-size:14px;}
}
.content-reply-box .odd .reply-content.pr {
    float: left;
}
.content-reply-box .even .reply-content.pr {
	margin-top: 2px;
	padding: 6px 8px;
	border-radius: 10px 0px 10px 10px;
	background-color: #1f8ce8;
	color: #fff;
	float: right;
	text-align: left;
	font-weight: normal;
}
.content-reply-box li.odd .arrow {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-color: transparent #fff transparent transparent;
    border-width: 6px;
    border-style: dashed solid dashed dashed;
    display: block;
    position: absolute;
    top: 8px;
    left: -12px;
    z-index: 999;
}

.content-reply-box li.even .arrow {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-color: transparent transparent transparent #fff;
    border-width: 6px;
    border-style: dashed dashed dashed solid;
    display: block;
    position: absolute;
    top: 8px;
    right: -12px;
    z-index: 999;
}

.operating {
    border-top: 1px solid #ccc;
}

.operating li {
    border-right: 1px solid #ccc;
}

.operating a {
    padding: 0.85em 0;
    display: inline-block;
    width: 100%;
}

.pr {
    position: relative;
}

.oh {
    overflow: hidden;
}

.linear-g {
    background: -moz-linear-gradient(top, #fdfdfd, #f6f6f6);
    background: -webkit-gradient(linear, top, from(#fdfdfd), to(#f6f6f6));
    background: -webkit-linear-gradient(top, #fdfdfd, #f6f6f6);
    background: -o-linear-gradient(top, #fdfdfd, #f6f6f6);
    box-shadow: 0 0 5px #ccc;
}.odd .spans{display:none;}
.toptitle {
    height: 54px;
    right: 175px;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 100;
    overflow: hidden;
}
.arrow{
letter-spacing: 1px;
}
textarea::-webkit-input-placeholder {   
  color: #8DA2B5;
    letter-spacing: 0.73px;
  font-size: 14px;
}
textarea:-moz-placeholder {
  color: #8DA2B5;
    letter-spacing: 0.73px;
  font-size: 14px;
}
textarea::-moz-placeholder {
  color: #8DA2B5;
    letter-spacing: 0.73px;
  font-size: 14px;
}
textarea::-ms-input-placeholder {
  color: #8DA2B5;
    letter-spacing: 0.73px;
  font-size: 14px;
}
.toptitle {
    height: 54px;
    right: 175px;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 100;
    overflow: hidden;
}
.arrow{
letter-spacing: 1px;
}
.btn-primary:focus-visible,.btn-primary:active,.btn-primary:focus,.btn-primary:active:focus{
    color: #fff;
    background-color: rgb(31, 140, 235);
    border:none;
    box-shadow:none;
    outline: 0px;
    outline-offset: 0px;
    margin-bottom: -0.2em;
    min-width: 58px;
    margin: 0.1em 0.1em 0 0;
}
.btn:active,.btn:active:focus, .btn:focus{
    color: #fff;
    background-color: rgb(31, 140, 235);
    border:none;
    box-shadow:none;
    outline: 0px;
    outline-offset: 0px;
    margin-bottom: -0.2em;
    min-width: 58px;
    margin: 0.1em 0.1em 0 0;
}
.btn-primary:hover,.btn:active:hover,.btn:hover,.btn-primary:active:hover{background-color: rgb(31, 140, 235);border:none;}
/*.send-but{
    border-radius: 1px;
    width: auto;
    min-width: 58px;
    max-width: 120px;
    background-color: rgb(31, 140, 235);
    font-size: 13px;
    border-color: #fff;
    color: #fff;
    float: right;
    margin: 0.1em 0.1em 0 0;
    padding: 5px;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border:none;
}
.menu_btn {
    cursor: pointer;
    font-size: 12px;
    color: #62778C;
    padding: 0 8px;
    line-height: 22px;
    height: 24px;
    border-radius: 15px;
    border: 1px solid #CED5E0;
    text-align: center;
    display: inline-block;
    width: auto;
    margin: 0 1px;
    background: #FFF;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.menu_btn:active {
    background: #3489E2;
    border-color: #3B99FC;
    color: #fff;
}
.menu_btn:hover {
    background: #3489E2;
    border-color: #3B99FC;
    color: #fff;
}*/</pre></body></html>