﻿* {
    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 {
    width: 100%;
    height: 100%;
    /*    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;
        margin-bottom: 0;
    }

    body em {
        font-style: italic;
    }

    body hr {
        border: 0px;
        border-top: 1px solid #ccc;
        margin: 0px;
    }

    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%;
    padding: 1rem 0.5rem;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
/*    align-items: center;*/
}

.article-title {
    font-size: 20px;
    font-weight: 800;
    margin: 0.5rem 0;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .article-title p {
        text-align: left;
    }
.article-subhead {
    font-size: 19px;
    text-align: left;
}
.article-head {
    color: #888;
    /*overflow: hidden;*/
    /* display: flex; */
    /*   align-items: center;
    justify-content: center; */
    /*height: 40px;*/
    font-size: 13px;
    /* border: 1px solid red; */
    width: 100%;
}

.article-source {
    /* display: inline-block; */
    color: #00BFFF;
    margin-right: 0.5rem;
    float: left;
    /* border: 1px solid; */
    height: 100%;
    line-height: 40px;
}

.article-time {
    display: initial;
    flex: 1;
    margin-right: 0.5rem;
    float: left;
    height: 100%;
    /* border: 1px solid; */
    line-height: 40px;
}

.article-bnum {
    display: initial;
    float: right;
    height: 100%;
    /* border: 1px solid; */
    line-height: 40px;
}
.article-abstract {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.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 {
    width:500px;
    margin: 1rem 0;
    /*display: flex;
    flex-direction: column;
    align-items: center;*/
}

    .article-content img {
        margin: 0 auto;
        height: auto !important;
    }

.article-images a {
    width: 30%;
    margin-left: 2%;
    display: inline-block;
    overflow: hidden;
}

    .article-images a img {
        width: 100%;
        height: 90px !important;
    }

.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 {
        max-height: 100% !important;  /*40%*/
        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;
            font-size: 12px;
        }
/*这块是新增部分*/
.carousel-img {
    max-height: 100%;
    height: 50%;
}
.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(../../img/play.png);
    }

    .audio-ctrl.pause {
        background-image: url(../../img/pause.png);
    }

.extend-vote {
    width: 100%;
    text-align: center;
}


/* 下载提示框 */
.down-load {
    display: block;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: rgba(0, 0, 0, .7);
    box-sizing: border-box;
    padding-left: 10px;
    width: 100%;
    min-width: 50%;
    z-index: 99;
    border-radius: 8px;
    padding: 0 5px;
    box-shadow: rgba(0, 0, 0, .3) 0px 0px 10px;
}

.down-logo {
    width: 32px;
    height: 32px;
    border-radius: 8px;
}

    .down-logo img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }

.down-desc {
    flex: 1;
    height: 100%;
    font-size: 13px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 3% 0;
    line-height: 23px;
    padding-left: 6px;
    padding-right: 5px;
}

    .down-desc .main-title {
        font-size: 15px;
    }

    .down-desc .subtitle {
        color: #666;
    }

.down-btn {
    /*height: 100%;*/
    background: rgb(245, 97, 97);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
}

    .down-btn span {
        padding: 0px 10px;
        border-radius: 10px;
    }

/*补充样式*/
table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

th {
    border-top: 1px solid #BBB;
    background-color: #F7F7F7;
}

table tr.firstRow th {
    border-top-width: 2px;
}

.ue-table-interlace-color-single {
    background-color: #fcfcfc;
}

.ue-table-interlace-color-double {
    background-color: #f7faff;
}

td p {
    margin: 0;
    padding: 0;
}

/*补充样式结束*/


/*  活动部分  */
.activity-container {
    padding: 1rem 0.5rem;
    background: #FFFFFF;
    letter-spacing: 1px;
}

.ibox-content {
    clear: both;
}

.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
}

    .ibox-heading h3 {
        font-weight: 200;
        font-size: 24px;
    }

.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}

.ibox-title .label {
    float: left;
    margin-left: 4px;
}

.ibox-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    position: relative;
    padding: 0;
}

    .ibox-tools a {
        cursor: pointer;
        margin-left: 5px;
        color: #c4c4c4;
    }

        .ibox-tools a.btn-primary {
            color: #fff;
        }

    .ibox-tools .dropdown-menu > li > a {
        padding: 4px 10px;
        font-size: 12px;
    }

.ibox .open > .dropdown-menu {
    left: auto;
    right: 0;
}

.todo-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    width: 100%;
}

    .todo-list.small-list {
        font-size: 12px;
    }

        .todo-list.small-list > li {
            background: #f3f3f4;
            border-left: none;
            border-right: none;
            border-radius: 4px;
            color: inherit;
            margin-bottom: 2px;
            padding: 6px 6px 6px 12px;
        }

        .todo-list.small-list .btn-xs,
        .todo-list.small-list .btn-group-xs > .btn {
            border-radius: 5px;
            font-size: 10px;
            line-height: 1.5;
            padding: 1px 2px 1px 5px;
        }

    .todo-list > li {
        background: #f3f3f4;
        border-left: 6px solid #e7eaec;
        border-right: 6px solid #e7eaec;
        border-radius: 4px;
        color: inherit;
        margin-bottom: 2px;
        padding: 10px;
        overflow: hidden;
    }

    .todo-list .handle {
        cursor: move;
        display: inline-block;
        font-size: 16px;
        margin: 0 5px;
    }

    .todo-list > li .label-title {
        font-size: 11px;
        margin: 0;
        color: #444;
        font-weight: normal;
        white-space: pre-wrap;
        display: inline-block;
        text-align: left;
        vertical-align: text-top;
        line-height: 17px;
        width: calc(100% - 25px);
    }

    .todo-list > li img {
        width: 75px;
        height: 75px !important;
    }

.check-link {
    font-size: 16px;
}

.todo-completed {
    text-decoration: line-through;
}

.label-target {
    position: absolute;
    left: 0;
    border-radius: 0 5px 5px 0;
    font-weight: normal;
    font-size: 9px;
    margin-left: 10px;
}

.icheckbox_minimal {
    background-color: #fff !important;
}

.extend-interaction {
    text-align: center;
    margin-bottom: 50px;
}

.activity-return {
    background-color: #18a689;
    margin-top: 10px;
    width: 60px;
    font-size: 12px;
    border-radius: 0 5px 5px 0;
    padding-bottom: 2px;
}
/*  活动部分结束 */

/* 兼容APP内稿件详情样式  开始 */
/* 评论 */
.detail-comment .comment-like {
    align-items: center;
    height: 20px;
}

/* 兼容APP内稿件详情样式  结束 */
