@charset "UTF-8";

@keyframes zoomInRight { from { opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
  100% { transform: scale3d(0) translate3d(-10px, 0, 0); } }

.zoomInRight { animation-name: zoomInRight; animation-fill-mode: forwards; }

@keyframes zoomOutRight { 40% { opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  99% { opacity: 0;
    transform: scale(0.1) translate3d(20px, 0, 0);
    transform-origin: right center; }
  100% { opacity: 0;
    transform: scale(0) translate3d(20px, 0, 0);
    transform-origin: right center;
    display: none !important; } }

.zoomOutRight { animation-name: zoomOutRight; animation-fill-mode: forwards; }

@keyframes fadeInRight { from { opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to { opacity: 1;
    transform: none; } }

.fadeInRight { animation-name: fadeInRight; animation-fill-mode: forwards; }

/**********************************************************/
body { background: #cc392f; transition: linear all .3s; }

a { text-decoration: none; color: #333; }

.btn { position: absolute; left: 0; right: 0; bottom: 0; top: 0; }

.control { position: absolute; left: 0; right: 0; bottom: 0; top: 0; background: url(banner.gif); background-size: 100% 100%; transition: linear all .3s; }

.bgd { background: #f2f4f8; }

.bgd .control { -ms-transform: translateX(-200%); transform: translateX(-200%); }

a { text-decoration: none; }

.clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

.item-list { transition: linear all .3s; position: absolute; bottom: 4%; left: 0; right: 0; background: radial-gradient(ellipse 50% 50%, white, rgba(255, 255, 255, 0)); }

.item-list:after { display: block; content: ""; clear: both; }

.item-list .item { text-align: center; float: left; width: 50%; margin-bottom: 12px; }

.item-list .item .item-name { color: transparent; }

.item-list .item-fir { color: transparent; }

.item-list .item .item-name img { display: block; width: 60%; margin: 0 auto; }

.item-list .item .item-name span { display: none; }

.item-list .item.item-mid { width: 30%; margin: 0 2%; }

.item-list .item-fir { text-align: center; float: left; width: 50%; }

.item-list .item-fir img { display: block; width: 60%; margin: 0 auto; }

.item-list .item-fir a span { display: none; }

.content.display { display: block; }

.content { display: none; position: absolute; transition: linear all .3s; animation-duration: .3s; top: 40px; left: 0; right: 0; }

#backbtn { display: none; position: fixed; left: 0; top: 0; width: 50px; z-index: 222; height: 40px; }

#backbtn:after { position: absolute; left: 20px; bottom: 12px; border-bottom: 1px solid #fff; border-left: 1px solid #fff; -ms-transform: rotate(45deg); transform: rotate(45deg); width: 14px; height: 14px; content: ""; }

.bgd #backbtn { display: block; }

.bgd #item-name { display: block; }

#item-name { position: fixed; left: 0; right: 0; top: 0; height: 40px; background: #cc392f; text-align: center; font-size: 18px; color: #fff; line-height: 40px; z-index: 222; display: none; z-index: 22; }

.bgd #item-name { display: block; }

.container { padding-left: 15px; padding-right: 15px; }

.block { position: relative; margin-bottom: 8px; padding: 15px; background: #fff; }

.block-spc { background: linear-gradient(#bbe1f3, #3292bf); padding: 0 15px 15px 15px; }

/*文章列表*/
.article-list .article { overflow: hidden; }

.article-list .article a { display: block; font-size: 16px; margin: 0; overflow: hidden; }

.article-list .article small { color: inherit; opacity: 0.5; }

.article-list .article .image .order { display: none; }

.article-list .article .image img { display: block; border-radius: 2px; max-width: 100%; height: auto; border: none; box-sizing: border-box; }

.article-list .article .title { margin: 0; font-size: 16px; font-weight: normal; }

.article-list .article .desc { display: none; font-size: 12px; opacity: 0.6; margin: 0.5em 0; }

/*Rich Text Format*/
.rtf .article, .default .article { overflow: hidden; margin: 5px 0; padding: 10px 0; border-bottom: 1px solid #EEE; }

.rtf .article:last-child, .default .article:last-child { border-bottom: none; }

.rtf .article .image, .default .article .image { width: 30%; margin-left: 10px; float: right; }

.rtf .article .time, .default .article .time { margin: 5px 0; display: block; }

.rtf-desc .article { overflow: hidden; margin: 5px 0; padding: 10px 0; border-bottom: 1px solid #EEE; }

.rtf-desc .article:last-child { border-bottom: none; }

.rtf-desc .article .image { width: 30%; margin-right: 10px; float: left; }

.rtf-desc .article .time { display: none; }

.rtf-desc .article .desc { display: block; }

.rtf-desc .article .text { padding-left: 35%; }

/*wtf*/
.wtf { margin-left: -5px; margin-right: -5px; overflow: hidden; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.wtf .article { position: relative; width: 100%; float: left; overflow: hidden; box-sizing: border-box; margin-top: 20px; border-top-left-radius: 6px; border-top-right-radius: 6px; }

.wtf .article a { display: block; font-size: 16px; margin: 0; overflow: hidden; }

.article-list .article a { display: block; font-size: 16px; margin: 0; overflow: hidden; }

.wtf .article .image img { display: block; width: 100%; border-radius: 2px; }

.article-list .article .title { margin: 0; font-size: 16px; font-weight: normal; }

.wtf .article .title { line-height: 1.6em; padding-top: 5px; font-size: 16px; }

.wtf .article .text { position: absolute; left: 0; right: 0; bottom: 49.188px; padding-bottom: 5px; text-align: center; background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.8)); color: #fff; }

.wtf .article .desc { display: block; margin: 0; background: white; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }

.wtf .desc p { margin: 0; padding: 5px; font-size: 14px; line-height: 1.5em; height: 2.8em; overflow: hidden; }

/*ptf*/
.ptf { margin-left: -5px; margin-right: -5px; overflow: hidden; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.ptf .article { width: 50%; float: left; overflow: hidden; padding-left: 5px; padding-right: 5px; box-sizing: border-box; margin-top: 10px; }

.ptf .article a { display: block; font-size: 16px; margin: 0; overflow: hidden; }

.ptf .article .image img { display: block; border-radius: 2px; width:100%;}

.ptf .article .text { background-color: #f2f6f8; padding: 5px; }

.ptf .article .title { margin-top: 5px; font-size: 14px; line-height: 1.65em; text-align:center;}

/*footer*/
.footer { padding-top: 1.5em; padding-bottom: 2.5em; background: #f2f2f2; color: #888; text-align: center; }

.footer em { margin: 0 6px; font-style: normal; }

.footer p { margin: 1em 0; }

.footer a { color: #666; }

.footer small { display: block; }

/*tj*/
.tj img { display: block; width: 100%; }

@media (min-width: 760px) { body { background: #ffffff; }
  #app { position: relative; max-width: 380px; margin: 50px auto; height: 800px; overflow-y: auto; }
  #item-name { max-width: 380px; margin: 50px auto; }
  #backbtn { left: auto; max-width: 380px; margin: 50px auto; } }

