div.example{
    background-color: #EFEFEF;
    font-size: 14px;
    color: #333;
    border: 1px solid #DDD;
    margin: 10px 0;
    padding: 10px 15px;
    max-width: 700px;
}
div.example_code {
    width: 98%;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #d4d4d4;
    font-size: 110%;
    font-family: "courier new";
    word-break: break-all;
    word-wrap: break-word;
}
a.showbtn, a.showbtn:link, a.showbtn:visited, a.tryitbtn, a.tryitbtn:link, a.tryitbtn:visited{
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    background-color: #AE4141;
    color: #FFF;
    border-radius: 2px;
    border:none!important;
}
.example pre {
    background: #FFF!important;
    padding: 10px!important;
    font-size: 14px!important;
    font-family: Consolas, "Courier New", Courier, monospace;
    line-height: 1.7;
    margin:0!important;
    border:none!important;
}
pre {
    margin: 15px auto;
    font: 14px/20px 'courier new';
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #ddd;
    border-left-width: 4px;
    padding: 10px 15px;
}
h2 {
    font-size: 1.8em;
    margin: 2px 0;
    line-height: 1.8em;
}
.example p {
    font-size: 12px;
    line-height: 2em;
    font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0; 
}
#codeMark {
    position: fixed;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 1998;
    background: rgba(0,0,0,0.5);
    display: none;
}
#codeMain {
    position: fixed;
    z-index: 1999;
    top: 10%;
    left: 10%;
    background: white;
    display: none;
}
#codeMain .left {
    width: 49%;
    height: 100%;
    background-color: #14191e;
    float: left;
}
#codeMain .left #codeEditor {
    width: 100%;
    font-size: 16px;
}
.editor-btn-inner {
    padding: 10px;
}
.code-btn-submit:link, .code-btn-submit:active, .code-btn-reset:link, .code-btn-reset:active {
    height: 30px;
    width: 120px;
    line-height: 30px;
    text-align: center;
    background-color: #00b33b;
    color: #fff;
    webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.r {
    float: right;
}
#codeMain .right {
    width: 50%;
    height: 100%;
    float: right;
}
#codeMain .right #codeResult {
    height: 100%;
}
#codeMain #close {
    position: absolute;
    right: -20px;
    top: -20px;
    height: 50px;
    width: 50px;
    background: url(img/closeCode.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}
a:link, :visited, ins{
	text-decoration: none;
}
h2.example{
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px!important;
    color: #900b09;
    margin-bottom: 10px!important;
    border: none;
    box-shadow:none;
    font-weight: 600;
}