.wangEditor-container {
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1;
    width: 100%
}

.wangEditor-container a:focus,.wangEditor-container button:focus {
    outline: 0
}

.wangEditor-container,.wangEditor-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1
}

.wangEditor-container img {
    border: none
}

.wangEditor-container .clearfix:after {
    content: '';
    display: table;
    clear: both
}

.wangEditor-container textarea {
    border: none
}

.wangEditor-container textarea:focus {
    outline: 0
}

.wangEditor-container .height-tip {
    position: absolute;
    width: 3px;
    background-color: #ccc;
    left: 0;
    transition: top .2s
}

.wangEditor-container .txt-toolbar {
    position: absolute;
    background-color: #fff;
    padding: 3px 5px;
    border-top: 2px solid #666;
    box-shadow: 1px 3px 3px #999;
    border-left: 1px\9 solid\9 #ccc\9;
    border-bottom: 1px\9 solid\9 #999\9;
    border-right: 1px\9 solid\9 #999\9
}

.wangEditor-container .txt-toolbar .tip-triangle {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent #666 transparent;
    top: -12px;
    left: 50%;
    margin-left: -5px
}

.wangEditor-container .txt-toolbar a {
    color: #666;
    display: inline-block;
    margin: 0 3px;
    padding: 5px;
    text-decoration: none;
    border-radius: 3px
}

.wangEditor-container .txt-toolbar a:hover {
    background-color: #f1f1f1
}

.wangEditor-container .img-drag-point {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: se-resize;
    background-color: #666;
    margin-left: -6px;
    margin-top: -6px;
    box-shadow: 1px 1px 5px #999
}

.wangEditor-container .wangEditor-upload-progress {
    position: absolute;
    height: 1px;
    background: #1e88e5;
    width: 0;
    display: none;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s
}

.wangEditor-fullscreen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.wangEditor-container .code-textarea {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    font-family: Verdana;
    color: #333
}

.wangEditor-menu-container {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff
}

.wangEditor-menu-container a {
    text-decoration: none
}

.wangEditor-menu-container .menu-group {
    float: left;
    /*padding: 0 8px;*/
    border-right: 1px solid #f1f1f1
}

.wangEditor-menu-container .menu-item {
    float: left;
    position: relative;
    text-align: center;
    height: 31px;
    width: 35px
}

.wangEditor-menu-container .menu-item:hover {
    background-color: #f1f1f1
}

.wangEditor-menu-container .menu-item a {
    display: block;
    text-align: center;
    color: #666;
    width: 100%;
    padding: 8px 0;
    font-size: .9em
}

.wangEditor-menu-container .menu-item .selected {
    color: #1e88e5
}

.wangEditor-menu-container .menu-item .active {
    background-color: #f1f1f1
}

.wangEditor-menu-container .menu-item .disable {
    opacity: .5;
    filter: alpha(opacity=50)
}

.wangEditor-menu-container .menu-tip {
    display: block;
    position: absolute;
    z-index: 20;
    width: 60px;
    text-align: center;
    background-color: #666;
    color: #fff;
    padding: 7px 0;
    font-size: 12px;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    border-radius: 2px;
    box-shadow: 1px 1px 5px #999;
    display: none
}

.wangEditor-menu-container .menu-tip-40 {
    width: 40px;
    margin-left: -20px
}

.wangEditor-menu-container .menu-tip-50 {
    width: 50px;
    margin-left: -25px
}

.wangEditor-menu-shadow {
    border-bottom-width: 0;
    border-bottom: 1px\9 solid\9 #f1f1f1\9;
    box-shadow: 0 1px 3px #999
}

.wangEditor-container .wangEditor-txt {
    width: 100%;
    text-align: left;
    padding: 15px;
    padding-top: 0;
    margin-top: 5px;
    overflow-y: auto
}

.wangEditor-container .wangEditor-txt h1,.wangEditor-container .wangEditor-txt h2,.wangEditor-container .wangEditor-txt h3,.wangEditor-container .wangEditor-txt h4,.wangEditor-container .wangEditor-txt h5,.wangEditor-container .wangEditor-txt p {
    margin: 10px 0;
    line-height: 1.8
}

.wangEditor-container .wangEditor-txt ol,.wangEditor-container .wangEditor-txt ul {
    padding-left: 20px
}

.wangEditor-container .wangEditor-txt img {
    cursor: pointer
}

.wangEditor-container .wangEditor-txt img.clicked {
    box-shadow: 1px 1px 10px #999
}

.wangEditor-container .wangEditor-txt table.clicked {
    box-shadow: 1px 1px 10px #999
}

.wangEditor-container .wangEditor-txt pre code {
    line-height: 1.5
}

.wangEditor-container .wangEditor-txt:focus {
    outline: 0
}

.wangEditor-container .wangEditor-txt blockquote {
    border-left: 11px solid #d0e5f2;
}
.wangEditor-container .wangEditor-txt blockquote>p {
    margin: 0;
    margin-left: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
    line-height: 30px;
}
.wangEditor-container .wangEditor-txt table {
    border: none;
    border-collapse: collapse
}

.wangEditor-container .wangEditor-txt table td,.wangEditor-container .wangEditor-txt table th {
    border: 1px solid #f1f1f1;
    padding: 3px 5px;
    min-width: 50px;
    height: 20px
}

.wangEditor-container .wangEditor-txt pre {
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    padding: 10px;
    margin: 5px 0;
    font-size: .8em;
    border-radius: 3px
}

.wangEditor-drop-list {
    display: none;
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    z-index: 10;
    transition: height .7s;
    border-top: 1px solid #f1f1f1;
    box-shadow: 1px 3px 3px #999;
    border-left: 1px\9 solid\9 #ccc\9;
    border-bottom: 1px\9 solid\9 #999\9;
    border-right: 1px\9 solid\9 #999\9
}

.wangEditor-drop-list a {
    text-decoration: none;
    display: block;
    color: #666;
    padding: 3px 5px
}

.wangEditor-drop-list a:hover {
    background-color: #f1f1f1
}

.wangEditor-drop-panel {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 14px;
    background-color: #fff;
    z-index: 10;
    border-top: 2px solid #666;
    box-shadow: 1px 3px 3px #999;
    border-left: 1px\9 solid\9 #ccc\9;
    border-bottom: 1px\9 solid\9 #999\9;
    border-right: 1px\9 solid\9 #999\9
}

.wangEditor-drop-panel .tip-triangle {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent #666 transparent;
    top: -12px;
    left: 50%;
    margin-left: -5px
}

.wangEditor-drop-panel a {
    text-decoration: none
}
.wangEditor-drop-panel a.card-identify-a:hover {
    color: rgb(59,104,184);
}
.wangEditor-drop-panel input[type=text] {
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    height: 20px;
    color: #333;
    padding: 3px 0
}

.wangEditor-drop-panel input[type=text]:focus {
    outline: 0;
    border-bottom: 2px solid #1e88e5
}

.wangEditor-drop-panel input[type=text].block {
    display: block;
    width: 100%
}

.wangEditor-drop-panel textarea {
    border: 1px solid #ccc
}

.wangEditor-drop-panel textarea:focus {
    outline: 0;
    border-color: #1e88e5
}

.wangEditor-drop-panel button {
    font-size: 14px;
    color: #1e88e5;
    border: none;
    padding: 10px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 3px
}

.wangEditor-drop-panel button:hover {
    background-color: #f1f1f1
}

.wangEditor-drop-panel button:focus {
    outline: 0
}

.wangEditor-drop-panel button.right {
    float: right;
    margin-left: 10px
}

.wangEditor-drop-panel button.gray {
    color: #999
}

.wangEditor-drop-panel button.link {
    padding: 5px 10px
}

.wangEditor-drop-panel button.link:hover {
    background-color: #fff;
    text-decoration: underline
}
.wangEditor-drop-panel div>.hover-active{
    display: none;
}
.wangEditor-drop-panel div:hover>.hover-active{
    display: block;
}

.wangEditor-drop-panel .color-item {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 2px;
    border-radius: 2px;
    text-decoration: underline
}

.wangEditor-drop-panel .color-item:hover {
    background-color: #f1f1f1
}

.wangEditor-drop-panel .list-menu-item {
    display: block;
    float: left;
    color: #333;
    padding: 5px 5px;
    border-radius: 2px
}

.wangEditor-drop-panel .list-menu-item:hover {
    background-color: #f1f1f1
}

.wangEditor-drop-panel table.choose-table {
    border: none;
    border-collapse: collapse
}

.wangEditor-drop-panel table.choose-table td {
    border: 1px solid #f1f1f1;
    width: 16px;
    height: 12px
}

.wangEditor-drop-panel table.choose-table td.active {
    background-color: #f1f1f1;
    opacity: .5;
    filter: alpha(opacity=50)
}

.wangEditor-drop-panel .panel-tab .tab-container {
    margin-bottom: 5px
}

.wangEditor-drop-panel .panel-tab .tab-container a {
    display: inline-block;
    color: #999;
    text-align: center;
    margin: 0 5px;
    padding: 5px 5px
}

.wangEditor-drop-panel .panel-tab .tab-container a.selected {
    color: #1e88e5;
    border-bottom: 2px solid #1e88e5
}

.wangEditor-drop-panel .panel-tab .content-container .content {
    display: none
}

.wangEditor-drop-panel .panel-tab .content-container .content a {
    display: inline-block;
    margin: 2px;
    padding: 2px;
    border-radius: 2px
}

.wangEditor-drop-panel .panel-tab .content-container .content a:hover {
    background-color: #f1f1f1
}

.wangEditor-drop-panel .panel-tab .content-container .selected {
    display: block
}

.wangEditor-drop-panel .upload-icon-container {
    color: #ccc;
    text-align: center;
    margin: 20px 20px 15px 20px!important;
    padding: 5px!important;
    font-size: 65px;
    cursor: pointer;
    border: 2px dotted #f1f1f1;
    display: block!important
}

.wangEditor-drop-panel .upload-icon-container:hover {
    color: #666;
    border-color: #ccc
}

.wangEditor-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    box-shadow: 1px 3px 3px #999;
    border-top: 1px\9 solid\9 #ccc\9;
    border-left: 1px\9 solid\9 #ccc\9;
    border-bottom: 1px\9 solid\9 #999\9;
    border-right: 1px\9 solid\9 #999\9
}

.wangEditor-modal .wangEditor-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -25px;
    margin-right: -25px;
    font-size: 1.5em;
    color: #666;
    cursor: pointer
}

@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon.eot?-qdfu1s);
    src: url(fonts/icomoon.eot?#iefix-qdfu1s) format('embedded-opentype'),url(fonts/icomoon.ttf?-qdfu1s) format('truetype'),url(fonts/icomoon.woff?-qdfu1s) format('woff'),url(fonts/icomoon.svg?-qdfu1s#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

body [class*=" wangeditor-menu-img-"],body [class^=wangeditor-menu-img-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body .wangeditor-menu-img-link:before {
    content: "\e800"
}

body .wangeditor-menu-img-alink {
    background-image: url(https://iplaymtg.oss-cn-beijing.aliyuncs.com/static%2Fimages%2Feditor%2Farticle_link.png);
    display: inline-block;
    background-size: 13px;
    width: 13px;
    height: 13px
}

body .wangeditor-menu-img-flink {
    background-image: url(https://iplaymtg.oss-cn-beijing.aliyuncs.com/static%2Fimages%2Feditor%2Fforum_link.png);
    display: inline-block;
    background-size: 13px;
    width: 13px;
    height: 13px
}

body .wangeditor-menu-img-unlink:before {
    content: "\e801"
}

body .wangeditor-menu-img-code:before {
    content: "\e802"
}

body .wangeditor-menu-img-cancel:before {
    content: "\e803"
}

body .wangeditor-menu-img-terminal:before {
    content: "\e804"
}

body .wangeditor-menu-img-angle-down:before {
    content: "\e805"
}

body .wangeditor-menu-img-font:before {
    content: "\e806"
}

body .wangeditor-menu-img-bold:before {
    content: "\e807"
}

body .wangeditor-menu-img-italic:before {
    content: "\e808"
}

body .wangeditor-menu-img-header:before {
    content: "\e809"
}

body .wangeditor-menu-img-align-left:before {
    content: "\e80a"
}

body .wangeditor-menu-img-align-center:before {
    content: "\e80b"
}

body .wangeditor-menu-img-align-right:before {
    content: "\e80c"
}

body .wangeditor-menu-img-list-bullet:before {
    content: "\e80d"
}

body .wangeditor-menu-img-indent-left:before {
    content: "\e80e"
}

body .wangeditor-menu-img-indent-right:before {
    content: "\e80f"
}

body .wangeditor-menu-img-list-numbered:before {
    content: "\e810"
}

body .wangeditor-menu-img-underline:before {
    content: "\e811"
}

body .wangeditor-menu-img-table:before {
    content: "\e812"
}

body .wangeditor-menu-img-eraser:before {
    content: "\e813"
}

body .wangeditor-menu-img-text-height:before {
    content: "\e814"
}

body .wangeditor-menu-img-brush:before {
    content: "\e815"
}

body .wangeditor-menu-img-pencil:before {
    content: "\e816"
}

body .wangeditor-menu-img-minus:before {
    content: "\e817"
}

body .wangeditor-menu-img-picture:before {
    content: "\e818"
}

body .wangeditor-menu-img-breakUp:before {
    content: "\2635"
}

body .wangeditor-menu-img-file-image:before {
    content: "\e819"
}

body .wangeditor-menu-img-cw:before {
    content: "\e81a"
}

body .wangeditor-menu-img-ccw:before {
    content: "\e81b"
}

body .wangeditor-menu-img-music:before {
    content: "\e911"
}

body .wangeditor-menu-img-play:before {
    content: "\e912"
}

body .wangeditor-menu-img-location:before {
    content: "\e947"
}

body .wangeditor-menu-img-happy:before {
    content: "\e9df"
}

body .wangeditor-menu-img-sigma:before {
    content: "\ea67"
}

body .wangeditor-menu-img-enlarge2:before {
    content: "\e98b"
}

body .wangeditor-menu-img-shrink2:before {
    content: "\e98c"
}

body .wangeditor-menu-img-newspaper:before {
    content: "\e904"
}

body .wangeditor-menu-img-camera:before {
    content: "\e90f"
}

body .wangeditor-menu-img-video-camera:before {
    content: "\e914"
}

body .wangeditor-menu-img-file-zip:before {
    content: "\e92b"
}

body .wangeditor-menu-img-stack:before {
    content: "\e92e"
}

body .wangeditor-menu-img-credit-card:before {
    content: "\e93f"
}

body .wangeditor-menu-img-address-book:before {
    content: "\e944"
}

body .wangeditor-menu-img-envelop:before {
    content: "\e945"
}

body .wangeditor-menu-img-drawer:before {
    content: "\e95c"
}

body .wangeditor-menu-img-download:before {
    content: "\e960"
}

body .wangeditor-menu-img-upload:before {
    content: "\e961"
}

body .wangeditor-menu-img-lock:before {
    content: "\e98f"
}

body .wangeditor-menu-img-unlocked:before {
    content: "\e990"
}

body .wangeditor-menu-img-wrench:before {
    content: "\e991"
}

body .wangeditor-menu-img-eye:before {
    content: "\e9ce"
}

body .wangeditor-menu-img-eye-blocked:before {
    content: "\e9d1"
}

body .wangeditor-menu-img-command:before {
    content: "\ea4e"
}

body .wangeditor-menu-img-font2:before {
    content: "\ea5c"
}

body .wangeditor-menu-img-libreoffice:before {
    content: "\eade"
}

body .wangeditor-menu-img-quotes-left:before {
    content: "\e977"
}

body .wangeditor-menu-img-strikethrough:before {
    content: "\ea65"
}

body .wangeditor-menu-img-desktop:before {
    content: "\f108"
}

body .wangeditor-menu-img-tablet:before {
    content: "\f10a"
}

body .wangeditor-menu-img-search-plus:before {
    content: "\f00e"
}

body .wangeditor-menu-img-search-minus:before {
    content: "\f010"
}

body .wangeditor-menu-img-trash-o:before {
    content: "\f014"
}

body .wangeditor-menu-img-align-justify:before {
    content: "\f039"
}

body .wangeditor-menu-img-arrows-v:before {
    content: "\f07d"
}

body .wangeditor-menu-img-sigma2:before {
    content: "\ea68"
}

body .wangeditor-menu-img-omega:before {
    content: "\e900"
}

body .wangeditor-menu-img-cancel-circle:before {
    content: "\e901"
}

.hljs {
    display: block;
    overflow-x: auto;
    padding: .5em;
    color: #333;
    background: #f8f8f8;
    -webkit-text-size-adjust: none
}

.diff .hljs-header,.hljs-comment {
    color: #998;
    font-style: italic
}

.css .rule .hljs-keyword,.hljs-keyword,.hljs-request,.hljs-status,.hljs-subst,.hljs-winutils,.nginx .hljs-title {
    color: #333;
    font-weight: 700
}

.hljs-hexcolor,.hljs-number,.ruby .hljs-constant {
    color: teal
}

.hljs-doctag,.hljs-string,.hljs-tag .hljs-value,.tex .hljs-formula {
    color: #d14
}

.hljs-id,.hljs-title,.scss .hljs-preprocessor {
    color: #900;
    font-weight: 700
}

.hljs-list .hljs-keyword,.hljs-subst {
    font-weight: 400
}

.hljs-class .hljs-title,.hljs-type,.tex .hljs-command,.vhdl .hljs-literal {
    color: #458;
    font-weight: 700
}

.django .hljs-tag .hljs-keyword,.hljs-rule .hljs-property,.hljs-tag,.hljs-tag .hljs-title {
    color: navy;
    font-weight: 400
}

.hljs-attribute,.hljs-name,.hljs-variable,.lisp .hljs-body {
    color: teal
}

.hljs-regexp {
    color: #009926
}

.clojure .hljs-keyword,.hljs-prompt,.hljs-symbol,.lisp .hljs-keyword,.ruby .hljs-symbol .hljs-string,.scheme .hljs-keyword,.tex .hljs-special {
    color: #990073
}

.hljs-built_in {
    color: #0086b3
}

.hljs-cdata,.hljs-doctype,.hljs-pi,.hljs-pragma,.hljs-preprocessor,.hljs-shebang {
    color: #999;
    font-weight: 700
}

.hljs-deletion {
    background: #fdd
}

.hljs-addition {
    background: #dfd
}

.diff .hljs-change {
    background: #0086b3
}

.hljs-chunk {
    color: #aaa
}