@charset "utf-8";
html { font-family: 'microsoft yahei','American Typewriter',American,'Typewriter Condensed',Arial; font-size: 14px; }

body { margin: 0; padding: 0; overflow: hidden; position: fixed; top:0; bottom:0; left:0; right:0;}

.section { position: relative; overflow: hidden; }

@-webkit-keyframes nebula { 
  0% { background-position: -800px 0; }
  50% { background-position: -400px 0;}
  100% { background-position: 0 0; }
}
@keyframes nebula { 
	0% { background-position: -800px 0; }
  50% { background-position: -400px 0;}
  100% { background-position: 0 0; } 
}


@-webkit-keyframes meteor { 0% { -webkit-transform: translateX(0) translateY(0);
    opacity: 0; }
  100% { -webkit-transform: translateX(-500px) translateY(500px);
    opacity: 0.6; } }
@keyframes meteor { 0% { transform: translateX(0) translateY(0);
    opacity: 0; }
  100% { transform: translateX(-500px) translateY(500px);
    opacity: 0.6; } }

@-webkit-keyframes showsubtitle { 0% { -webkit-transform: translateY(-50px);
    opacity: 0; }
  100% {  -webkit-transform: translateY(0);
    opacity: 1; } }
@keyframes showsubtitle { 0% { transform: translateY(-50px);
    opacity: 0; }
  100% { transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes flash { 0% { -webkit-box-shadow: 0 0 20px #678; box-shadow: 0 0 20px #678;}
  100% { -webkit-box-shadow: 0 0 40px #abc;box-shadow: 0 0 40px #abc; } }
@keyframes flash { 0% { box-shadow: 0 0 20px #678; }
  100% { box-shadow: 0 0 40px #abc; } }

@-webkit-keyframes loading { 0% { transform: translateY(0);
    opacity: 0.7; }
  70% { transform: translateY(-42px);
    opacity: 0.7; }
  70.1% { transform: translateY(0);
    opacity: 0; }
  100% { transform: translateY(0);
    opacity: 0.7; } }
@keyframes loading { 0% { transform: translateY(0);
    opacity: 0.7; }
  70% { transform: translateY(-42px);
    opacity: 0.7; }
  70.1% { transform: translateY(0);
    opacity: 0; }
  100% { transform: translateY(0);
    opacity: 0.7; } }

.section-loading { background-color: #333; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 500; }

.section-loading .progress { background-image: url("loading.png"); background-repeat: no-repeat; background-size: auto 42px; height: 42px; width: 260px; margin-top: 100px; position: relative; margin-right: auto; margin-left: auto; }

.section-loading .progress:after { content: ""; position: absolute; opacity: 0.7; left: 0; right: 0; height: 42px; background-color: #333; z-index: 10; }

.section-loading .progress .text { position: absolute; right: 0; color: #AF0; z-index: 20; font-size: 42px; line-height: 1em; font-family: 'Century Gothic'; text-align: left; width: 85px; }

.section-loading .progress .text:after { content: "%"; font-size: 12px; line-height: 1.6em; position: absolute; right: 0; bottom: 0; }

.section-loading .progress-loading:after { -webkit-animation: loading 3s ease-out infinite; animation: loading 3s ease-out infinite; }

.section-loading .progress-complete:after { opacity: 0 !important; -webkit-transform: 0.3s;transform: 0.3s; -webkit-animation: none; animation: none;}

.section-loading .progress-foot { position: absolute; text-align: center; left: 0; right: 0; font-family: 'Century Gothic'; color: #FFF; opacity: 0.3; bottom: 60px; }

.section-cover { background-image: url("section-1-bg.jpg"); background-size: cover; padding-top: 1px; }

.section-cover .nebula { position: absolute; left: 0; right: 0; top: 0; height: 438px; background-image: url("nebula.png"); background-size: auto 100%; -webkit-animation: nebula 25s linear infinite;animation: nebula 50s linear infinite; }

.section-cover .meteor { background-image: url("meteor.png"); position: absolute; width: 50px; height: 50px; }

.section-cover .meteor-1 { top: -50px; right: 0; -webkit-animation: meteor 4s ease-out infinite;animation: meteor 4s ease-out infinite; }

.section-cover .meteor-2 { top: 200px; right: -50px; -webkit-animation: meteor 3s ease-out infinite;animation: meteor 3s ease-out infinite; }

.section-cover .meteor-3 { top: 100px; right: -50px; -webkit-animation: meteor 6s ease-out infinite; animation: meteor 6s ease-out infinite;}

.section-cover .site-name { z-index: 20; position: relative; margin: auto; width: 263px; margin-top: 120px; }

.section-cover .site-name img { position: absolute; }

.section-cover .site-name .site-title-yq { opacity: 0; }

.section-cover .site-name .site-subtitle, .section-cover .site-name .site-title { color: #FFF; font-size: 31px; font-weight: bolder; position: absolute; left: 16px; top: 90px; }

.section-cover .site-name .site-subtitle { left: auto; right: 0; top: 130px; opacity: 0; }

.section-cover .site-name .show-subtitle { opacity: 1; -webkit-animation: showsubtitle 0.3s ease-out;animation: showsubtitle 0.3s ease-out; }

.section-cover .btn-enter-box { opacity: 0; position: relative; }

.section-cover .btn-enter { width: 90px; margin: auto; position: relative; top: 300px; background-color: #fff; border-radius: 3px; font-size: 18px; text-align: center; padding: 8px 20px; color: #333; opacity: 1; background-image: -webkit-linear-gradient(-75deg, #FFF, #7FC4FD); -webkit-animation: flash 0.5s linear infinite alternate;animation: flash 0.5s linear infinite alternate; }

.section-cover .show-btn { opacity: 1; -webkit-animation: showsubtitle 0.3s ease-out;animation: showsubtitle 0.3s ease-out; }

.wechat-section { position: absolute; overflow-y: scroll; overflow-x: hidden; bottom: 65px; left: 0; right: 0; top: 0; padding: 10px; }

.wechat-section .message-me .person, .wechat-section .message-person .person { width: 40px; height: 40px; float: left; }

.wechat-section .message-me .person img, .wechat-section .message-person .person img { width: 100%; }

.wechat-section .message-me .person-name, .wechat-section .message-person .person-name { margin: 20px 50px 5px 60px; font-size: 0.7em; }

.wechat-section .message-me .text-box, .wechat-section .message-person .text-box { margin: 5px 50px 20px 55px; padding: 0.5em; border: 1px solid #ddd; border-radius: 5px; background-color: #F5F5F5; box-sizing: border-box; line-height: 1.5em; position: relative; z-index: 100; }

.wechat-section .message-me .text-box img, .wechat-section .message-person .text-box img { display: block; max-width: 100%; margin-top:10px;}

.wechat-section .message-me .text-box:before, .wechat-section .message-person .text-box:before { position: absolute; content: ""; border-width: 1px 0 0 1px; border-color: #ddd; border-style: solid; width: 8px; height: 8px; background-color: #f5f5f5; left: -5px; top: 1em; transform: rotate(-45deg); }

.wechat-section .message-me .person { float: right; }

.wechat-section .message-me .text-box {background-color: #1AAD19; border-width: 0; color: #FFF; margin: 20px 55px 20px 50px; z-index: 100; }

.wechat-section .message-me .text-box:before { left: auto; right: -4px; background-color: #1AAD19; border-width: 0; transform: rotate(135deg); }

.wechat-section .message-system { margin: 20px 30px; border-radius: 5px; padding: 0.5em; background-color: #CECECE; color: #fff; font-size: 0.8em; }

.wechat-section .message-time { text-align: center; }

.wechat-section .message-time span { background-color: #CECECE; color: #fff; font-size: 0.8em; margin: 20px 30px; border-radius: 5px; padding: 0.3em 0.5em; }

.wechat-section .emptyBlock { height: 90px; }

@-webkit-keyframes bling {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}
@-moz-keyframes bling {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}
@-ms-keyframes bling {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}
@-o-keyframes bling {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}
@keyframes bling {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

.animate-bling { -webkit-animation: bling 0.8s linear infinite alternate;
-moz-animation: bling 0.8s linear infinite alternate;
-o-animation: bling 0.8s linear infinite alternate;
-ms-animation: bling 0.8s linear infinite alternate;
animation: bling 0.8s linear infinite alternate; }

.wechat-footer { position: absolute; width: 100%; height: auto; background-color: #f5f5f5; bottom: 0; left: 0; background-size: 100% 100%; border-top: 1px solid #ddd; overflow: hidden; z-index: 600; }

.wechat-footer .sound { margin: 5px; background-image: url("sound.jpg"); background-size: cover; width: 50px; height: 50px; float: left; }

.wechat-footer .message { background-color: #fff; border: 1px solid #ddd; border-radius: 5px; margin: 10px 80px 10px 60px; padding: 10px; line-height: 20px; }

.wechat-footer .send { background-color: #F3F4F6; color: #607D8B;border: 1px solid #ddd; float: right; width: 60px; margin: 10px; height: 40px; border-radius: 5px; line-height: 40px; text-align: center; }
.wechat-footer .send.animate-bling{background-color: #1AAD19; color: #FFF;border: 1px solid #1AAD19;}
.section-timeline { overflow-y: scroll; }

.section-timeline .header { position: relative; height: 250px; padding-top: 1px; }

.section-timeline .header .header-bg { position: absolute; left: 0; right: 0; bottom: 30px; top: 0; background-image: url("header-bg.jpg"); background-size: cover; background-position: center 0; }

.section-timeline .header .header-photo { position: absolute; right: 15px; bottom: 0; }

.section-timeline .header .header-photo img { background-color: #fff; padding: 3px; border: 1px solid #ddd; display: block; width: 60px; height: 60px; }

.section-timeline .header .header-name { position: absolute; bottom: 0; right: 100px; text-align: right; color: #FFF; font-weight: bolder; line-height: 100px; }

.section-timeline .header .header-userinfo { text-align: center; margin-top: 60px; color: #FFF; position: relative; z-index: 10px; }

.section-timeline .header .header-userinfo h3 { display: inline-block; background-color: rgba(9, 9, 9, 0.5); padding: 5px 10px; border-radius: 5px; }

.section-timeline .header .header-userinfo h3 span { margin: 0 0.5em; }

.section-timeline .timeline-body { margin: 10px; height: 670px; position: relative; }

.section-timeline .timeline-body .body-hd .hd-photo { float: left; width: 40px; height: 40px; margin-right: 10px; }

.section-timeline .timeline-body .body-hd .hd-photo img { display: block; width: 100%; }

.section-timeline .timeline-body .body-hd .hd-text { font-size: 14px; padding-left: 50px; line-height: 1.6em; }

.section-timeline .timeline-body .body-hd .hd-text .photo { margin-top: 10px; overflow: hidden; }

.section-timeline .timeline-body .body-hd .hd-text .photo img { height: 90px; float: left; margin-right: 5px; }

.section-timeline .timeline-body .body-hd .hd-text .time { margin-top: 10px; font-size: 12px; color: #888; line-height: 20px; position: relative; }

.section-timeline .timeline-body .body-hd .hd-text .time span { float: right; height: 15px; margin-right: 10px; position: relative; z-index: 20; }

.section-timeline .timeline-body .body-hd .hd-text .time span img { height: 15px; float: right; }

.section-timeline .timeline-body .body-bd { margin-top: 15px; margin-left: 50px; margin-right: 10px; background-color: #eee; padding: 5px; }

.section-timeline .timeline-body .body-bd .great { border-bottom: 1px #ddd solid; overflow: hidden; padding-bottom: 5px; }

.section-timeline .timeline-body .body-bd .great span { font-size: 14px; color: #569; margin-right: 5px; line-height: 25px; }

.section-timeline .timeline-body .body-bd .great span:after { content: ','; }

.section-timeline .timeline-body .body-bd .icon-great { float: left; margin-top: 5px; margin-right: 5px; position: relative; z-index: 50; }

.section-timeline .timeline-body .body-bd .icon-great img { display: block; height: 15px; }

.section-timeline .timeline-body .body-bd .discuz { list-style: none; padding: 0; margin: 0; font-size: 14px; }

.section-timeline .timeline-body .body-bd .discuz li { margin: 5px 0; }

.section-timeline .timeline-body .body-bd .discuz li span { color: #569; font-weight: bold; margin-right: 5px; }

.section-timeline .timeline-body .shareto { position: fixed; bottom: 0; left: 0; right: 0; display: none; color: #FFF; padding: 30px 20px; background-color: #3F51B5; z-index: 60; line-height: 1.6; }

.section-timeline .timeline-body .shareto h4 { margin: 0.5em 0; font-size: 18px; }

.section-timeline .timeline-body .shareto h4 span.visited-id { margin: 0 5px; }

.section-timeline .timeline-body .shareto span.btn { position: relative; padding: 0 10px; margin: 0 5px; }

.section-timeline .timeline-body .shareto span.btn:after { content: "..."; position: absolute; background: #333; left: 0; right: 0; border-radius: 3px; top: 3px; bottom: 2px; color: #FFF; line-height: 0.5em; text-align: center; }

.section-timeline .timeline-body .copyright { position: absolute; bottom: 0; left: 0; right: 0; font-size: 0.8em; color: #888; text-align: center; padding:10px 0 0 0; line-height: 1em; border-top: 1px solid #eee; }

.spinner { width: 80px; height: 80px; background-color: #4CAF50; position: absolute; right: -25px; top: -30px; border-radius: 100%; -webkit-animation: scaleout 1.0s infinite ease-in-out; animation: scaleout 1.0s infinite ease-in-out; z-index: 5; }

@-webkit-keyframes scaleout { 0% { -webkit-transform: scale(0); }
  100% { -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes scaleout { 0% { transform: scale(0);
    -webkit-transform: scale(0); }
  100% { transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0; } }

.author{
	left:-10px; right:-10px;
    padding: 10px;
    background-color: #f2f6f8;
    bottom: -10px;
    position: absolute;}
.author .logo{ float:left;}
.author img{ width:120px; margin-right:15px; opacity:0.5;}
.author p{margin: 0;line-height: 1.5em;opacity: 0.6;}
.author p strong{ float: left; width: 3em; margin-right: 10px; text-align: right;}