﻿* {
    margin: 0;
    padding: 0;
}

body.guide {
    background-repeat: no-repeat;
    background-image: url(default/images/body_guide.png);
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
}

body {
    -webkit-touch-callout: none;
    font-family: "Microsoft YaHei", -apple-system-font, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", sans-serif;
    background-color: #fff;
    font-size: 16px;
    line-height: inherit;
}

html,
body {
    /* height: 100%; */
    /* overflow: hidden; */
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 16px;
}

body {
    overflow-y: scroll;
    overflow-x: hidden;
    color: #3e3e3e;
}

body * {
    max-width: 100% !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-wrap: break-word;
}

body p {
    clear: both;
    min-height: 1em;
}

body em {
    font-style: italic;
}

body hr {
    border: 0px;
    border-top: 1px solid #ccc;
}

body fieldset {
    min-width: 0;
}

body pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

body 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;
}

body figure>figcaption {
    text-align: center;
    display: block;
}

body blockquote {
    margin: 0;
    padding-left: 10px;
    border-left: 3px solid #dbdbdb;
}

body a {
    color: #607fa6;
    text-decoration: none;
}

body a:hover {
    text-decoration: none !important;
}

body img {
    height: auto !important;
}

body img:hover {
    z-index: -1;
    cursor: pointer;
}

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;
}

@keyframes fadeIn {
    10% {
        opacity: 0.1;
    }
    40% {
        opacity: 0.4;
    }
    70% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

.element-border {
    -webkit-animation: fadeIn 0.5s 0.5s infinite;
    animation: fadeIn 0.5s 0.5s infinite;
}

.element-border {
    -webkit-animation: none 0 ease 0 1 normal;
    animation: none 0 ease 0 1 normal;
}


/*原内容*/

.article-container {
    width: 100%;
    /* height: 100%; */
    padding: 1rem 0.5rem;
    background: #FFFFFF;
    /* border: 1px solid; */
    /* overflow: hidden; */
}

.article-title {
    font-size: 20px;
    font-weight: 800;
    /* margin: 0.5rem 0; */
    text-align: center;
}

.article-head {
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.article-source {
    display: inline-block;
    color: #00BFFF;
}

.article-time {
    display: initial;
    margin-right: 1rem;
}

.article-bnum {
    float: right;
    display: initial;
    margin-right: 1rem;
}

.article-livetime {
    font-size: 18px;
    font-weight: bold;
}

.article-livetime span {
    font-size: 16px;
    font-weight: normal;
}

.artivle-sub {
    background-color: #1E90FF;
    border-color: #1E90FF;
    color: #FFFFFF;
    padding: 0.3rem 0.5rem;
    border-radius: 0.2rem;
}

.artivle-sub:hover {
    background-color: #1C86EE;
    border-color: #1C86EE;
    color: #FFFFFF;
    text-shadow: 0 0 1rem #FFFFFF;
}

.article-content {
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article-content img {
    margin: 0 auto;
}

.article-comment h3 {
    padding: 1rem 0;
    border-bottom: 0.1rem solid #eee;
}

.no-comment {
    padding: 5rem 2rem 10rem;
    text-align: center;
    color: #999;
}

.comment-new {
    width: 100%;
    position: fixed;
    padding: 1rem;
    border-top: 0.1rem solid #eee;
    background: #fff;
    bottom: 0;
    opacity: 1;
    display: table;
    z-index: 999;
}

.comment-new a {
    display: table-cell;
    padding: 0 0.5rem;
    width: 2rem;
}

.comment-content {
    display: table-cell;
    padding: 1rem 0.5rem;
}

.comment-new input {
    border-radius: 2rem;
    line-height: 2rem;
    width: 100%;
    padding-left: 3rem;
    background: url(../img/pen.png) no-repeat left 1rem center #eee;
    background-size: 1.6rem, 1.4rem;
}

.article-atlas {
    padding-bottom: 1.5rem;
}

.article-atlas img {
    width: 100%;
}

.article-atlas p {
    font-size: 1.2rem;
    color: #6E6E6E;
    margin-top: 1rem;
    line-height: 1.7rem;
    text-align: center;
}

.carousel-inner .item {
    height: 100%;
    text-align: center;
}

.carousel-inner .item img {
    height: 40% !important;
    display: inline-block !important;
}

.carousel-inner .item .carousel-caption {
    top: 50%;
    left: 0;
    right: 0;
    text-align: left;
    width: 100%;
    height: 25%;
}

.carousel-inner .item .carousel-caption em {
    font-size: 18px;
}

.carousel-inner .item .carousel-caption em.article-serial {
    font-size: 25px;
    vertical-align: text-bottom;
}

.carousel-inner .item .carousel-caption p {
    padding-left: 40px;
}

.carousel-control {
    height: 40%;
}

.audio-ctrl {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
}

.audio-ctrl.auto {
    background-image: url(../../Content/img/play.png);
}

.audio-ctrl.pause {
    background-image: url(../../Content/img/pause.png);
}