* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

body, dl, dt, dd {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}

.inx_foot dl,
.inx_foot dt,
.inx_foot dd {
    margin: 0;
    padding: 0;
}

#loading {
    display: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h4, h4 {
    font-size: 18px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

/*富文本编辑内容模块样式 start*/
.detail_box ul {
    list-style: initial;
}

.detail_box ol {
    list-style: decimal;
}

.detail_box .cke_editable {
    font-size: 13px;
    line-height: 1.6;

    /* Fix for missing scrollbars with RTL texts. (#10488) */
    word-wrap: break-word;
}

.detail_box blockquote {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
}

.detail_box .cke_contents_ltr blockquote {
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}

.detail_box .cke_contents_rtl blockquote {
    padding-left: 8px;
    padding-right: 20px;
    border-right-width: 5px;
}

.detail_box a {
    color: #0782C1;
}

.detail_box 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;
}

.detail_box h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1.2;
}

.detail_box hr {
    border: 0px;
    border-top: 1px solid #ccc;
}

.detail_box img.right {
    border: 1px solid #ccc;
    float: right;
    margin-left: 15px;
    padding: 5px;
}

.detail_box img.left {
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    padding: 5px;
}

.detail_box pre {
    white-space: pre-wrap; /* CSS 2.1 */
    word-wrap: break-word; /* IE7 */
    -moz-tab-size: 4;
    tab-size: 4;
}

.detail_box .marker {
    background-color: Yellow;
}

.detail_box span[lang] {
    font-style: italic;
}

.detail_box 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;
}

.detail_box figure > figcaption {
    text-align: center;
    display: block; /* For IE8 */
}

.detail_box a > img {
    padding: 1px;
    margin: 1px;
    border: none;
    outline: 1px solid #0782C1;
}

/* Widget Styles */
.detail_box .code-featured {
    border: 5px solid red;
}

.detail_box .math-featured {
    padding: 20px;
    box-shadow: 0 0 2px rgba(200, 0, 0, 1);
    background-color: rgba(255, 0, 0, 0.05);
    margin: 10px;
}

.detail_box .image-clean {
    border: 0;
    background: none;
    padding: 0;
}

.detail_box .image-clean > figcaption {
    font-size: .9em;
    text-align: right;
}

.detail_box .image-grayscale {
    background-color: white;
    color: #666;
}

.detail_box .image-grayscale img, img.image-grayscale {
    filter: grayscale(100%);
}

.detail_box .embed-240p {
    max-width: 426px;
    max-height: 240px;
    margin: 0 auto;
}

.detail_box .embed-360p {
    max-width: 640px;
    max-height: 360px;
    margin: 0 auto;
}

.detail_box .embed-480p {
    max-width: 854px;
    max-height: 480px;
    margin: 0 auto;
}

.detail_box .embed-720p {
    max-width: 1280px;
    max-height: 720px;
    margin: 0 auto;
}

.detail_box .embed-1080p {
    max-width: 1920px;
    max-height: 1080px;
    margin: 0 auto;
}

/*富文本编辑内容模块样式 end*/