#mchat{
	width: 75px;
	display: inline-block;
	position: fixed;
	bottom: 60%;
	right: 0;
}
#mchat-tit{
	background: #006EFE none repeat scroll 0% 0%;
	text-align: center;
	position: relative;
	border-radius: 5px 0px 0px 5px;
	padding: 8px;
	color: #FFF;
	cursor: pointer;
}
#mchat_bg{
	background: #B1C2F5;
	width: 300px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 100%;
}
#mchat.open{
	right:300px;
}
#mchat.close{
	right:0;
}
#mlog_chat{
	width: 100%;
	height: 300px;
}
div.message{
    padding:10px;
    border-radius: 5px;
    word-wrap: break-word;
	white-space: pre-wrap;
	position: relative;
}
div.message:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
}
div.message.left{
	margin: 10px 40px 10px 20px;
    background-image: linear-gradient(0deg, #F2F2F2, #FFF);
}
div.message.right{
	margin: 10px 20px 10px 40px;
    background-image: linear-gradient(0deg, #C7DEFE, #E7F1FE);
}
div.message.left:before{
    right:100%;
	border-right-color: #F6F7F8;
}
div.message.right:before{
    left:100%;
	border-left-color: #DBEDFE;
}
#totop {
    display: none;
    position: fixed;
    bottom: 5%;
    right: 1%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: transparent url("../../public/img/other/top_arrow.png") no-repeat scroll 0px 0px;
}
.slider{
    clear: both;
    position: relative;
    overflow: hidden;
}
.slider img{
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    transition: left 1s;
}
.jssorb21 {
    position: absolute;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
    position: absolute;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: white;
    font-size: 12px;
    background: url(../../public/slider/img/b21.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb21 div { background-position: -5px -5px; }
.jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
.jssorb21 .av { background-position: -65px -5px; }
.jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }
.jssora21l, .jssora21r {
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../../public/slider/img/a21.png) center center no-repeat;
    overflow: hidden;
}
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21l.jssora21ldn { background-position: -243px -33px; }
.jssora21r.jssora21rdn { background-position: -303px -33px; }