/* global */
html {
	-webkit-text-size-adjust: 100%;
}
html,body {
    height: 100%;
    font-family: "Helvetica Neue", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
}
article, aside, blockquote, body, button, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
	margin: 0;
	padding: 0;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
a {
	text-decoration: none;
}
b, strong {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
img {
	border: 0;
}
figure {
	margin: 1em 40px;
}
pre {
	overflow: auto;
}
ol, ul {
	padding: 0;
	list-style: none;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button {
    border: none;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
    outline: none;
}
button, select {
	text-transform: none;
}
button, input[type=button], input[type=reset], input[type=submit] {
	border-radius: 0;
	-moz-appearance: button;
	-webkit-appearance: button;
}
input {
	background: #fff;
}
input:focus {
	border: none;
	outline: 0;
	line-height: normal;
}
input[type=checkbox], input[type=radio] {
	padding: 0;
	box-sizing: border-box;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-moz-appearance: none;
	-webkit-appearance: none;
}
fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
img {
	max-width: 100%;
	vertical-align: middle;
}

/*-========================================*/

.main {
    height: 100%;
}

.intro {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-position: center;
    background-size: cover;
}
.intro:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
}
.swiper-container {
    height: 100%;
}
.swiper-container:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    height: 100%;
}
header.intro {
    /*margin: 0 0 1em;*/
}
header.intro hgroup {
    position: absolute;
    z-index: 2;
    bottom: 20%;
    width: 100%;
    color: #FFF;
    text-align: center;
}
header.intro h1 {
    width: 10em;
    margin: 0 auto;
    font-size: 24px;
}
header.intro h2,
header.intro h3 {
    margin: 6px 0;
    font-size: 14px;
}
.action {
    position: fixed;
    top: 15px;
    right: 16px;
    z-index: 9;
}
.appout .action {
    top: 60px;
}
.action li {
    position: relative;
    float: left;
    margin: 0 0 0 20px;
}
.action a {
    display: block;
    width: 34px;
    height: 34px;
    overflow: hidden;
    line-height: 999px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
}
.action a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    content: "";
}
.like a:before {
    background-image: url(/img/mobile/timeline/sns/like.png);
}
.comment a:before {
    background-image: url(/img/mobile/timeline/sns/comment.png);
}
.share a:before {
    background-image: url(/img/mobile/timeline/sns/share.png);
}
.player button {
    width: 40px;
    height: 40px;
    background: transparent url(/img/mobile/timeline/sns/player.png) no-repeat;
    background-size: contain;
    -webkit-animation-name: ui-loading-anim;
            animation-name: ui-loading-anim;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-play-state: running;
            animation-play-state: running;
}
.player .muted {
    background-image: url(/img/mobile/timeline/sns/player-muted.png);
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
.action .sum {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 19px;
    height: 16px;
    font-size: 10px;
    line-height: 12px;
    color: rgb(71, 77, 80);
    text-align: center;
    background: url(/img/mobile/timeline/sns/sum-balloon.png) no-repeat;
    background-size: 19px 16px;
}

/*================*/

.float-download {
	position: fixed;
	z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 7px 30px 7px 15px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .3);
    overflow: hidden;
}
.float-download .text {
    position: relative;
    float: left;
    padding-left: 46px;
    font-size: 16px;
    line-height: 1.4;
    color: rgb(255, 255, 255);
}
.float-download .text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background: transparent url(/img/mg/dist/project/wetime/img/logo.png) no-repeat;
    background-size: contain;
}
.float-download small {
    display: block;
    font-size: 12px;
}
.float-download .download {
    float: right;
    padding: 0 20px;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
	background-color: #FF7877;
    border-radius: 4px;
}
.float-download .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border: 0;
    color: #BBBBB8;
    background-color: transparent;
    font-size: 30px;
    line-height: 1;
    margin-top: 8px;
    cursor: pointer;
}
@media screen and (max-width: 360px) {
    .float-download {
        padding: 7px 30px 7px 5px;
    }
    .float-download .text {
        font-size: 90%;
        padding-left: 38px;
    }
    .float-download .download {
        padding: 0 10px;
    }
}
/*================*/


.arrow {
	width: 30px;
	height: 15px;
	position: absolute;
	z-index: 90;
	bottom: 20px;
	left: 50%;
	margin-left: -15px;
	background: url(/img/mobile/timeline/sns/arrow-2.png) no-repeat;
	background-size: 30px 15px;
	-webkit-animation: arrow .5s linear 0s alternate infinite;
	-moz-animation: arrow .5s linear 0s alternate infinite;
	-o-animation: arrow .5s linear 0s alternate infinite;
	animation: arrow .5s linear 0s alternate infinite;
}
@-webkit-keyframes arrow {
	from {
		bottom: 10px;
        opacity: .3;
	}
	to {
		bottom: 20px;
	}
}
@-moz-keyframes arrow {
	from {
		bottom: 10px;
        opacity: .3;
	}
	to {
		bottom: 20px;
	}
}
@-o-keyframes arrow {
	from {
		bottom: 10px;
        opacity: .3;
	}
	to {
		bottom: 20px;
	}
}
@keyframes arrow {
	from {
		bottom: 10px;
        opacity: .3;
	}
	to {
		bottom: 20px;
	}
}
footer.intro hgroup {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 100%;
    margin-top: -125px;
    color: #FFF;
    text-align: center;
}
footer.intro .end {
    padding: 0 0 10px;
}
footer.intro .end strong {
    display: inline-block;
    padding: 0 0 6px;
    font-size: 24px;
    color: rgba(255, 255, 255, .68);
    border-bottom: 1px solid #FFF;
}
footer.intro h1 {
    width: 10em;
    margin: 10px auto 0;
    font-size: 14px;
}
footer.intro h2,
footer.intro h3 {
    font-size: 14px;
    color: rgba(255, 255, 255, .68);
}
footer.intro .tag {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 2;
    overflow: hidden;
}
.tag li {
    float: left;
    padding: 0 8px 0 12px;
    margin-right: 16px;
}
.tag span {
    position: relative;
    display: inline-block;
    height: 25px;
    padding: 0 8px 0 7px;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background-color: #FF7877;
    background-size: 37.5px 25px;
    border-radius: 0 4px 4px 0;
}
.tag span:before {
    position: absolute;
    top: 0;
    left: -11px;
    width: 0;
    height: 0;
    content: "";
    border-top: 13px solid transparent;
    border-right: 11px solid #FF7877;
    border-bottom: 13px solid transparent;
    border-left: 0 solid #FF7877;
    
}
.stream .grid {
    margin: 0 auto;
    overflow: hidden;
}
.stream .grid li {
    width: 100%;
    padding: 0;
    margin: 0 0 2em;
}
.stream .grid li .timenode {
    margin: 20px 0 0;
}
.stream .grid li:first-child .timenode {
    margin: 0;
}
.content-text {
	padding: .5em 20px 1em;
    font-size: 16px;
    color: #474d50;
}
.content-text p {
    margin-top: .5em;
    word-wrap: break-word;
}
.stream .title {
    font-size: 16px;
    color: rgb(152, 168, 170);
    text-align: center;
}
.stream .icon {
    display: block;
    width: 78px;
    height: 40px;
    margin: 0 auto 3px;
    text-align: center;
    background: url(/img/mobile/timeline/sns/dash.png) no-repeat center center;
    background-size: 78px 18px;
}
.stream .icon i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.icon-1 {
    background-image: url(/img/mobile/timeline/sns/icon/1.png);
}
.icon-2 {
    background-image: url(/img/mobile/timeline/sns/icon/2.png);
}
.icon-3 {
    background-image: url(/img/mobile/timeline/sns/icon/3.png);
}
.icon-4 {
    background-image: url(/img/mobile/timeline/sns/icon/4.png);
}
.icon-5 {
    background-image: url(/img/mobile/timeline/sns/icon/5.png);
}
.icon-6 {
    background-image: url(/img/mobile/timeline/sns/icon/6.png);
}
.icon-7 {
    background-image: url(/img/mobile/timeline/sns/icon/7.png);
}
.icon-8 {
    background-image: url(/img/mobile/timeline/sns/icon/8.png);
}
.icon-9 {
    background-image: url(/img/mobile/timeline/sns/icon/9.png);
}
.icon-10 {
    background-image: url(/img/mobile/timeline/sns/icon/10.png);
}
.stream .timestamp {
    display: block;
}
.stream .media {
    position: relative;
    margin: 0 18px;
    background: url(/img/mobile/timeline/sns/frame-main.png) no-repeat center 0;
    background-size: 100% 100%;
}
.stream .media:before {
    display: block;
    height: 12px;
    background: #FFF url(/img/mobile/timeline/sns/frame-top.png) no-repeat center center;
    background-size: 100% 100%;
    content: "";
}
.stream .media:after {
    display: block;
    height: 12px;
    background: #FFF url(/img/mobile/timeline/sns/frame-bottom.png) no-repeat center 100%;
    background-size: 100% 100%;
    content: "";
}
.stream .media .inner {
    min-height: 130px;
    margin: 0 12px;
    font-size: 0;
}
.stream .media img {
    display: inline-block;
    width: 100%;
    height: auto;
}
.stream .pic {
    margin: 0 18px;
}
.stream .pic img {
    width: 100%;
    height: auto;
}
.stream .text {
    padding: 12px 20px;
    font-size: 16px;
    color: #474d50;
    word-wrap: break-word;
}
.stream .textnode {
    margin: 0 16px;
    font-size: 16px;
    color: rgb(152, 168, 170);
    word-wrap: break-word;
}
.stream .linknode {
    position: relative;
    margin: 0 16px;
    text-align: center;
}
.stream .linknode a {
    position: relative;
    z-index: 2;
    display: block;
}
.stream .linknode:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    content: "";
}
.stream .linknode .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.stream .linknode h5 {
    padding: 25px 3em 0;
    margin: 0 auto 20px;
    font-size: 20px;
    color: #FFF;
}
.stream .linknode .go {
    padding: 0 0 25px;
}
.stream .linknode .btn {
    display: inline-block;
    padding: 0 12px;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
	background-color: #FF7877;
    border-radius: 4px;
}

/* 关注模块 */
.follow-widget {
    text-align: center;
}
.follow-widget .avatar {
    margin: 0 0 3px;
}
.follow-widget .avatar img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}
.follow-widget .username {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 22px;
    color: #FFF;
}
.follow-widget .baby-age {
    margin-bottom: 10px;
}
.follow-widget .follow a {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    line-height: 30px;
    color: #FFF;
	border: 1px solid #FFF;
    border-radius: 4px;
}
.follow-widget .follow a.disble {
    opacity: 0.4;
}
.follow-widget .metoo {
    margin: 30px 0 0;
}
.follow-widget .metoo a {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #fff;
	background-color: #FF7877;
    border-radius: 4px;
}

/* 其他情况 */
.paper {
    position: relative;
    width: 100%;
    min-height: 100%;
    background: url(/img/mobile/timeline/sns/paper-bg.jpg) repeat center center;
    background-size: cover;
}
.paper .inner {
    padding: 0 20px 20px;
}
.paper .video {
    position: relative;
    z-index: 0;
    min-width: 320px;
    max-width: 375px;
    height: 375px;
    margin: 0 auto;
    background-color: #111;
}
.paper .date {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1;
}
.paper .date .rest {
    margin: 0 0 10px;
    font-size: 30px;
    color: rgb(249, 220, 0);
}
.paper .date .age {
    font-size: 14px;
    margin: 0 0 10px;
}
.paper .date .title {
    font-size: 16px;
}
.paper .text {
    color: rgb(114, 125, 127);
}
.paper .text p {
    margin: 0 0 1em;
    line-height: 1.5;
    word-wrap: break-word;
}
.paper-text .tag {
    padding: 20px 0;
}
.paper-text .tag:after {
	display: table;
	clear: both;
	content: "";
}

/* 视频记录 ======================================  */
.paper-video .title {
    margin-top: 26px;
    font-size: 20px;
    color: #474D50;
    word-wrap: break-word;
}
/*.paper-video .text {
    margin-top: 20px;
    color: #727D7F;
}*/
.paper-video .text p {
    margin: .5em 0 0;
}
.paper-video .year {
    font-size: 12px;
    color: #999;
    margin-top: 2em;
}
.paper-video .follow-widget,
.paper-text .follow-widget {
    margin-top: 30px;
}
.paper-video .follow-widget .username,
.paper-text .follow-widget .username {
    color: rgb(71, 77, 80);
}
.paper-video .follow-widget .follow a,
.paper-text .follow-widget .follow a {
    color: rgb(111, 210, 210);
    border-color: rgb(111, 210, 210);
}
.paper-video .follow-widget .metoo a,
.paper-text .follow-widget .metoo a {
    width: 66%;
    line-height: 44px;
}
/* 视频记录 ======================================  */






.paper-text .inner {
    padding-top: 100px; 
}
.paper-text .date .age {
    color: rgb(114, 125, 127);
}
.paper-text .date .title {
    color: rgb(71, 77, 80);
}

/* 继续加载 */
.ui-loading {
    width: 40px;
    height: 40px;
    overflow: hidden;
    line-height: 9999px;
    background: url(/img/mobile/timeline/sns/ui-loading.png) 0 0 no-repeat;
    -webkit-background-size: 40px 40px;
            background-size: 40px 40px;
    -webkit-animation-name: ui-loading-anim;
            animation-name: ui-loading-anim;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
@-webkit-keyframes ui-loading-anim {
	from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes ui-loading-anim {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.ui-refresh .ui-refresh-up, .ui-refresh .ui-refresh-down{
    background: #fff;
    padding: 1em 10px;
    font-size: 14px;
    color: #888;
    text-align: center;
}
@media all and (min-device-width: 768px) and (max-device-width:1024px) {
    .ui-refresh .ui-refresh-up, .ui-refresh .ui-refresh-down{
        font-size: 16px;;
    }
}
.ui-refresh .ui-refresh-up .ui-loading,
.ui-refresh .ui-refresh-down .ui-loading{
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    vertical-align: middle;
}
.ui-refresh .ui-refresh-up .ui-refresh-label,
.ui-refresh .ui-refresh-down .ui-refresh-label{
    display: inline-block;
    vertical-align: middle;
    color: #2E435D;
}
/*时光下载弹框样式*/
.pop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
}
.pop:before, .pop:after {               /*前后都放是为了更加精确，因为inline元素会产生间隙*/
    content: '%20';
    display: inline-block;
    height: 100%;
    width: 1px;
    vertical-align: middle;
}
.pop-content {
    display: inline-block;
    position: relative;
    z-index: 100;
    width: 270px;
    vertical-align: middle;
    background: #fff url('/img/mobile/timeline/records/pop-bg.png') no-repeat center 20px;
    background-size: 85% auto;
    border-radius: 5px;
}
.pop .lu {
    display: block;
    width: 105px;
    height: 105px; 
    margin: -15px auto 22px;
    background: url('/img/mobile/timeline/records/lu.png') no-repeat;
    background-size: 100%;
    border: 5px solid #ffde81;
    border-radius: 50%;
}
.pop p {
    font-size: 16px;
    color: #222;
    line-height: 1.6;
    margin: 0 10px;
    text-align: center;
}
.pop .down-box {
    margin-top: 20px;
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #f0f0f0;
}
.pop .down-box a {
    display: inline-block;
    width: 49%;
    font-size: 16px;
    text-align: center;
}
.pop .down-box .no-down {
    color: #999;
    border-right: 1px solid #f0f0f0;
}
.pop .down-box .down {
    color: #5dcbdb;
}
