/*可以在这里添加你自己的css*/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    background: #FFF;
}

.view {
    padding: 0;
    word-wrap: break-word;
    cursor: text;
    height: 90%;
}

.ripro-dark .view {
    box-shadow: 0 34px 20px -24px rgba(0, 0, 0, 0.06);
    border: 1px solid #232425;
    background-color: #171819;
}

.ripro-dark html {
    box-shadow: 0 34px 20px -24px rgba(0, 0, 0, 0.06);
    border: 1px solid #232425;
    background-color: #171819;
}

body {
    -webkit-touch-callout: none;
    margin: 10px;
    overflow-x: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;;
    background-color: #FFF;
    line-height: inherit;
    color: #434343;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-size: 18px
}

* {
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    font-style: normal;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    word-wrap: break-word !important;
}

.guide {
    background-repeat: no-repeat;
    background-image: url(http://editor.fzn.cc/ueditor/themes/fzneditor.gif);
}

blockquote {
    margin: 0;
    padding-left: 10px;
    border-left: 3px solid #DBDBDB;
}

ol, ul, dl {
    /* IE7: reset rtl list margin. (#7334) */
    *margin-right: 0px;
    /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
    padding: 0 40px;
}

table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

hr {
    border: 0px;
    border-top: 1px solid #ccc;
}

img {
    max-width: 100%;
}

a > img {
    padding: 1px;
    margin: 1px;
    border: none;
    outline: 1px solid #0782C1;
}

img.right {
    border: 1px solid #ccc;
    float: right;
    margin-left: 15px;
    padding: 5px;
}

img.left {
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    padding: 5px;
}

img:hover {
    /*opacity: .9;
    filter: alpha(opacity = 90);*/
    z-index: -1;
    cursor: pointer;
}

pre {
    white-space: pre-wrap; /* CSS 2.1 */
    word-wrap: break-word; /* IE7 */
}

.marker {
    background-color: Yellow;
}

span[lang] {
    font-style: italic;
}

figure {
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin: 10px 20px;
    display: inline-block;
}

figure > figcaption {
    text-align: center;
    display: block; /* For IE8 */
}


.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

section.fznclick {
    outline: 2px dotted rgb(218, 98, 71);
}

section.fznover {
    outline: 1px dotted rgb(70, 130, 150);
}

iframe.video_iframe, embed .video_swf {
    background-color: #000000;
    max-width: 100%;
    position: static
}

audio, iframe.qqmusic_iframe {
    max-width: 100%;
    background-color: #fff
}

iframe.qqmusic_iframe {
    margin: 10px 0
}

.js_editor_qqmusic {
    width: 100%;
    height: 100px;
}


.music_card {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 8px 8px 8px 20px;
    line-height: 1.4;
    position: relative;
}

.music_card_bd {
    display: block;
    padding-right: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    text-align: left;
}


.wx-edui-media-wrp {
    margin-top: 16px;
    margin-bottom: 16px;
}

.music_card_title {
    font-size: 17px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    display: block;
}

.music_card_desc {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    display: block;
    padding-top: 8px;
    padding-right: 16px;
}

.music_card_ft {
    position: relative;
    font-size: 0;
}

.appmsg_card_context {
    position: relative;
    background-color: #f7f7f7;
    border-radius: 8px;
}

.music_card_thumb.music_card_thumb {
    width: 72px;
    height: 72px !important;
    border-radius: 2px;
}


.me-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    fill: #39aae3;
    background: #39aae3;
    color: white;
    border-radius: 2px;
    font-size: 12px;
    letter-spacing: .43px;
    line-height: 18px;
    margin: 0 3px;
    padding: 0 6px;
    -webkit-user-select: none;
    user-select: none;
}
.me_btn_close.me_close{
    top: -4px;
    right: -2px;
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer;
    /*background: url(https://peiyin.wozhiyi.com/web/static/image/icon_clear.png?123) no-repeat;*/
    background-size: 100%;
}
.bracket:before{
    content: "";
    border: 3px solid #b0e2ff;
    cursor: pointer;
    display: inline-block;
    height: 1.1rem;
    margin: 0 -4px 0 4px;
    vertical-align: middle;
    width: 4px;
    border-right: none;
}
.bracket:after{
    content: "";
    border: 4px solid #b0e2ff;
    cursor: pointer;
    display: inline-block;
    height: 1.1rem;
    margin: 0 6px 0 0px;
    vertical-align: middle;
    width: 4px;
    border-left: none;
}
/*.me_stop{color:red}*/

