
pre {
	font-family: "Microsoft Yahei",Arial,Helvetica;
	white-space: pre-wrap; /*css-3*/ 
	white-space: -moz-pre-wrap; /*Mozilla,since1999*/ 
	white-space: -pre-wrap; /*Opera4-6*/ 
	white-space: -o-pre-wrap; /*Opera7*/ 
	word-wrap: break-word; /*InternetExplorer5.5+*/
}
.example{
	padding-top:40px;
	margin-bottom:90px;
}
.example .call{
	padding:18px 5px;
	background:#f0f5f8;
}
.example h2{
	padding-top:20px;
	margin-bottom:7px;
}
.example table {
	width:100%;
	table-layout:fixed;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #cee1ee;
	border-left: 0;
}
.example thead {
	border-bottom: 1px solid #cee1ee;
	background-color: #e3eef8;
}
.example tr {
	line-height: 24px;
	font-size: 13px;
}
.example tr:nth-child(2n) {
	background-color: #f0f5f8;
}
.example tr th,.example tr td {
	border-left: 1px solid #cee1ee;
	word-break: break-all;
	word-wrap: break-word;
	padding:0 10px;
	font-weight: normal;
}
.example tr th {
	color: #555;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}

.emoticons{
    width: 5.25rem;
    margin-bottom:20px;
}
.emoticons .publisher{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #dbdbdb;
}
.emoticons .publisher textarea{
    width: 5.00rem;
    height: 140px;
    padding: 5px 10px;
    border: 1px solid #dbdbdb;
    resize: none;
}
.emoticons .publisher .trigger{
    font-size: 24px;
    font-weight: bold;
    color: #666;
}
.emoticons .publisher .trigger-active{
    color: #eb7350;
}
.emoticons .result{
    padding: 10px 15px;
    border: 1px dotted #dbdbdb;
    margin-top: 10px;
    height: 150px;
    line-height: 24px;
}
.emoticons .result img{
    vertical-align: middle;
}

.widget-layer{
    position: fixed;
    width: calc(100% - 0.8rem);
    margin-top: 8px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    background: #000;
    left: 0.4rem;
    bottom: 2rem;
    z-index: 99;
}
.widget-layer:before{
    position: absolute;
    top: -16px;
    left: 2px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #dbdbdb;
}
.widget-layer:after{
    position: absolute;
    top: -15px;
    left: 2px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    /* border-bottom-color: #f0f0f0; */
    border-bottom-color: #282828;
}
.widget-layer .widget-tool{
    height: 28px;
    /* background: #f0f0f0; */
    background: #282828;
}
.widget-layer .widget-close{
    float: right;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: Arial;
    color: #fff;
}
.widget-layer ul{
    width: 100%;
    margin: 0 auto;
    padding: 15px 5px 20px;
    overflow: hidden;
    position: relative;
    z-index: ;
}
.widget-layer li{
    position: relative;
    z-index: 8;
    float: left;
    width: 22px;
    height: 22px;
    padding: 4px;
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid #e8e8e8;
    cursor: pointer;
}
.widget-layer li:hover{
    z-index: 9;
    border-color: #eb7350;
}
