* {
    margin: 0;
    padding: 0;
    font-size: 19px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html,
body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}
#main {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/**新闻标题*/
.caption {
    width: 100%;
    padding: 0;
    margin-top: auto;
    margin-left: auto;
    padding-top: 20px;
}
.caption font {
    display: block;
    width: 100%;
    overflow: hidden;
}
#intro-title {
    margin-bottom: 10px;
    font-family: MyFont, Microsoft YaHei, '\5b8b\4f53', Arial, Tahoma;
}
.caption #guide {
    font-size: 1em;
    line-height: 25px;
}
.caption #guide i {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: 3px;
    margin-right: 10px;
    background-color: #aa0000;
}
.caption #main-title {
    font-size: 1.25em;
    line-height: 25px;
    padding-left: 2px;
    font-family: MyFont, Microsoft YaHei, '\5b8b\4f53', Arial, Tahoma;
    color: #333;
    letter-spacing: 1px;
}
.caption #main-title p {
    font-size: inherit;
}
.caption #sub-title {
    margin-top: 10px;
    font-size: 1em;
    line-height: 20px;
    padding-left: 2px;
    color: #666;
    font-family: MyFont, Microsoft YaHei, '\5b8b\4f53', Arial, Tahoma;
}
.caption #sub-title p {
    font-size: inherit;
}
.caption #author {
    position: relative;
    color: #999;
    font-size: 0.8em;
    line-height: 20px;
    padding-left: 2px;
    font-family: MyFont, Microsoft YaHei, '\5b8b\4f53', Arial, Tahoma;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.caption #layout-date, .caption #article-author {
    font-size: 1em;
}
/**新闻正文*/
.content {
    /*padding: 10px 0;*/
    /* font-size: 12px; */
}
.content img {
    width: 100%;
    margin-bottom: 10px;
}
.content img.picture-illustrating {
    margin-bottom: 0;
}
.content {
    width: 100%;
    padding: 0 5px;
    font-size: 1em;
    line-height: 1.8em;
    font-family: MyFont, Microsoft YaHei, '\5b8b\4f53', Arial, Tahoma;
    position: relative;
    padding-bottom: 80px;
    color: #000;
}
.content > .attachment > div {
    text-indent: 2em;
}
.content > founder-content > p:not(.not-indent) {
    text-indent: 2em;
    text-align: justify;
    margin-top: 22px;
}
.content > founder-content > p img,
.content > founder-content > p audio,
.content > founder-content > p video {
    max-width: 100%;
}
.content > founder-content > p video {
    width: 100%;
    height: auto;
}
#audio-content {
    display: none;
}
/**蒙板样式*/
#mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
/**分享框样式*/
#share {
    display: none;
    position: fixed;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgba(255, 255, 255, 0.8);
}
#share ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 10px;
    width: 100%;
    height: 100px;
}
#share li {
    width: 25%;
    height: 100px;
    padding: 15px 0;
    float: left;
}
#share a {
    display: block;
    width: 100%;
    height: 70px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 45px 45px;
    color: #333;
    font-size: 12px;
    text-align: center;
    line-height: 120px;
    text-decoration: none;
}
/**返回顶部样式*/
#toTop {
    display: none;
    position: fixed;
    bottom: 75px;
    right: 24px;
    width: 40px;
    height: 40px;
    background-color: rgba(224, 83, 78, 0.85);
    /* border-radius: 50%; */
    background-image: url('../images/up.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    opacity: 0.85;
}
/**操作框样式*/
#operate {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 2;
}
#operate ul {
    width: 100%;
    height: 60px;
    padding: 0 15px;
    list-style: none;
}
#operate li {
    width: 18.5%;
    height: 35px;
    margin-top: 10px;
    float: left;
}
#operate li:first-of-type {
    width: 61%;
}
#operate li a {
    display: block;
    width: 35px;
    height: 35px;
    background-color: rgba(224, 83, 78, 0.85);
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    opacity: 0.85;
}
#operate li:first-of-type a {
    float: left;
    float: left;
}

#mcover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 20000;
}

.hide {
    display: none;
}
iframe {
    /*position: fixed;
	bottom: 0;*/
    width: 111%;
    margin-left: -5%;
    position: absolute;
    bottom: 0;
}
header {
    width: 110%;
    height: 60px;
    background: #fff;
    overflow: hidden;
    background: #f54343;
    border-bottom: 1px solid #cc0001;
    margin-left: -4%;
}
.pull-left {
    float: left;
}
header img {
    height: 50px;
    width: 123px;
    margin: 5px;
}
header div {
    background: #fff;
    color: #f54343;
    font-family: MyFont, Microsoft YaHei, '\5b8b\4f53', Arial, Tahoma;
    padding: 5px;
    margin: 15px;
    margin-left: 5px;
}
.footer {
    padding: 20px 0 !important;
}

.no-auth .no-auth-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    background-color: #fff;
    padding: 18px 10px;
    min-height: 150px;
}
.no-auth {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.no-auth .no-auth-box {
    width: 58%;
    min-height: auto;
    padding: 30px 20px;
}
.no-auth .no-auth-box p {
    text-indent: 0;
    line-height: 2;
    font-size: 16px;
    margin-bottom: 5px;
}
.papger-id {
    display: none;
}
.pic-img img {
    width: 100%;
}
#author {
    overflow: hidden;
}
#audio-icon {
    display: none;
    position: absolute;
    right: 0;
    float: right;
    margin-top: -0.5rem;
    margin-right: 0.5rem;
    width: 2.2rem;
    height: 2rem;
    background-image: url(../images/audio-icon.png);
    background-size: 1.2rem 1rem;
    background-repeat: no-repeat;
    background-position: center;
}
