/*2014-12-17 15:02:00 footer改为底部 添加链接箭头*/
/*2014年12月19日22:34:28 添加https*/
/*2015年03月14日15:03:23 修改地步徽章链接*/
/*2015-04-16 09:35:36 添加lazyload*/
/*2015-09-28 18:36:05 修改广告样式*/
/* @group Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,abbr { margin:0; padding:0;}
/* @end */
html {width:100%;}
body {
    /* Recomnonded font, order is left to right */
	font-family: Arial, sans-serif;
    font-size: 100%;  /* Adaptive Device Screen size, Default is 16px */
	width: 100%;
    -webkit-touch-callout: none;
    -webkit-hyphens: auto;
    -webkit-text-size-adjust:none;
    margin:0;padding: 0;
    background: white;
}

/* Hack via Joel Spolsky to make image rescaling nicer in IE */
img { -ms-interpolation-mode:bicubic; }

/* IE6 ignores this and uses default size of 16pt */
html>body { font-size:16px; }

p {
    margin: 0.31em 0 0.31em 0;
    line-height: 1.5em;
    text-align: justify;
    page-break-inside: auto;
}
img {
    margin:0;
    padding:0;
    page-break-before: auto;
}
#site #page img {
    background: url(https://dn-zine-static.qbox.me/loading/loading.gif) #e4e4e4 no-repeat center;
    display: block;
}
#site #page img:first {
    background: none;
}

/* image common style, center allign */
.imgCommonStyle {
    margin: 0.5em 0;

    box-shadow: 0 1.5px 3px rgba(0 ,0 ,0 ,0.46);
    -webkit-box-shadow: 0 1.5px 3px rgba(0 ,0 ,0 ,0.46);
    -moz-box-shadow: 0 1.5px 3px rgba(0 ,0 ,0 ,0.46);
    border: solid 1px rgba(255, 255, 255, 0.7);
}

/* image land view style */
.imgLandwideStyle{
    margin: 0.5em 0 0.5em -41px;

    box-shadow: 0 1.5px 3px rgba(0 ,0 ,0 ,0.46);
    -webkit-box-shadow: 0 1.5px 3px rgba(0 ,0 ,0 ,0.46);
    -moz-box-shadow: 0 1.5px 3px rgba(0 ,0 ,0 ,0.46);
    border: solid 1px rgba(255, 255, 255, 0.7);
}

.imgPolaroidStyle{
    margin: 0.5em 0 0.5em -41px;
}


a { text-decoration: none; color: #339; }
a:hover { text-decoration: underline; color: #33f; }

h1 {
    font-size: 1.635em;
    font-weight:bold;
    line-height: 1.31em;
    /*margin-bottom: 1em;*/
    margin:1em 0 1em 0;
}
h2 {
	font-size: 1.375em;
	line-height: 1.25em;
	margin:0.62em 0 0.62em 0;
	font-weight:bold;
}
h3 {
	font-size: 1.125em;
	line-height: 1.25em;
	margin:0.6em 0 0.6em 0;
	font-weight:bold;
}
h4 {
	font-size: 1em;
	line-height: 1.25em;
	margin:0.6em 0 0.6em 0;
	font-weight:bold;
}


    
.clear {clear: both;}
.clear-box {overflow: hidden;zoom: 1;}
.header a {
    display: block;
}
.headerbar.clear {
    margin-bottom: 21px;
}
.logo {
    width: 39px;
    height: 29px;
    background: url(https://dn-zine-static.qbox.me/article/ui-image/header-logo.png) no-repeat center;
    background-size: contain;
    float: left;
    margin: 25px 0 0 29px;
}
.about {
    font-size: 13px;
    color: rgb( 81, 81, 81 );
    text-align: center;
    border-radius: 999px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba( 0, 0, 0, 0.2);
    height: 28px;
    line-height: 28px;
    float: right;
    padding: 0 32px;
    margin: 24px 13px 0 0;
}
.avatar {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-size: contain;
    border: 2px solid white;
    margin: 2px 0 0 2px;
}
.avatar-role {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.avatar-inner>* {float: left;height: 100%;}
.avatar-inner.avatar_right {float: right;text-align: right;}
.avatar-inner {
    font-size: 12px;
    color: rgb( 174, 174, 174 );
}
.author_name {
    font-size: 14px;
    color: rgb( 47, 47, 47 );
    margin: 5px 10px;
}
.article_des {
    margin: 0 10px;
}
.article_date {
    display: inline-block;
    margin: 0 3px;
    font-style: italic;
}
#site {
    border: solid 1px transparent;
    background-color: rgba( 255, 255, 255, 0.6);
    max-width: 650px;
    box-sizing: border-box;
    margin: 23px auto 30px;
    background-color: #FFF; 
    line-height:1.5em;
    border-radius:6px;
    -moz-border-radius:6px;
    transition: 0.3s ease-out;
    border-color: rgba( 223, 223, 223, 0.6);
}
#site:hover {
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
}
.bottom {
    text-align: center;
}
.bottom-about {
    font-size: 13px;
    color: rgba( 43, 43, 43, 0.9 );
    text-decoration: none;
}
.bottom-about:hover {
    color: rgba( 43, 43, 43, 0.9 );
}
.about-ico {
    background: url(https://dn-zine-static.qbox.me/article/ui-image/bottom-ico.png) no-repeat center;
    width: 10px;
    height: 8px;
    display: inline-block;
    margin-left: 7px;
}
.bottom-line {
    background-color: rgba( 0, 0, 0, 0.07);
    width: 444px;
    height: 1px;
    margin: 23px auto 25px;
}
.download-text {
    font-size: 12px;
    color: rgb( 97, 97, 97 );
    margin-bottom: 12px;
}
.download-outer {
    margin: auto;
    width: 190px;
    margin-bottom: 40px;
}
.download-ico {
    width: 90px;
    height: 32px;
    float: left;
}
.download-ico.ios {
    background: url(https://dn-zine-static.qbox.me/article/ui-image/download-ios.png) center no-repeat;
}
.download-ico.android {
    background: url(https://dn-zine-static.qbox.me/article/ui-image/download-android.png) center no-repeat;
    margin-left: 10px;
}

.zine_img{
    margin-left: 0px;
    margin-right: 0px;
}


#page {

    min-height: 271px;
    /*	background-image: url(grid.png); */
	/*padding: 3em 3em 1.5em 3em;*/
    /*padding-top:    3.5em;*/
    padding-top:      1em;
    padding-right:    1em;
    padding-bottom:   2em;
    padding-left:     1em;
    border:0;
    border-radius: 6px;
    /* 默认字体颜色 */
    color: #202020;
    margin:0 25px;
    word-wrap: break-word; 
    word-break: normal; 
}

#disqus_thread { padding-top: 0; }

.blockquote-column {
	padding-top:    0em;
    padding-right:  0em;
    padding-bottom: 0em;
    padding-left: 1em;
	margin: 1.714em 0;
    border-left:0.2em solid #cfcfcf;
    
	/*color: #444;*/
    font-family: "Kaiti SC", "Avenir Next Condensed";
	font-size: 0.875em; /*0.875*0.875(p) = 12px*/
    /*font-style: italic;*/
	line-height: 1.5em;  /*1.714em;*/
}

.blockquote-quotation {
	padding-top:    0em;
    padding-right:  0em;
    padding-bottom: 0em;
    padding-left: 1.4em;
	/*margin: 1.714em 0;*/
    margin: 0.5em 0 0.5em 0;
    
	/*color: #444;*/
    font-family: "Kaiti SC", "Avenir Next Condensed";
	font-size: 0.875em; /*0.875*0.875(p) = 12px*/
    /*font-style: italic;*/
	line-height: 1.5em;  /*1.714em;*/
}
.blockquote-quotation:before {
    content:"\201C";
    font-size: 3em;
    font-family: Georgia, serif;
    color:#cfcfcf;
    
    position:relative;
    top:  0.5em;
    left: -0.5em;
}
.blockquote-quotation:after {
    content:"\201D";
    font-size: 3em;
    font-family: Georgia, serif;
    color:#cfcfcf;
    
    position:relative;
    top:  0.3em;
    left: -0.4em;
}
/* @group Lists */
ul {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.31em;
	padding-left: 1.5em;
}
ul li {
	list-style-type: disc;  /* square, decimal */
	list-style-position: outside;
    padding: 0.5em 0;
    page-break-inside: auto;
}

ol {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.31em;
	padding-left: 1.5em;
}
ol li {
	list-style-type: decimal;
	list-style-position: outside;
    padding: 0.5em 0;
    
    page-break-inside: auto;
}

/*超链css*/
.article-link {
    border: 1px solid rgb( 223, 223, 223 );
    background-color: white;
    border-radius: 4px;
    width: 100%;
    margin: 15px 0;
    padding-bottom: 5px;
    display: block;
}
.article-link a:hover, .article-link a:visited, .article-link a:link, .article-link a:active {
    text-decoration: none;
}
.article-link.music, .article-link.video {
    border: none;
    background: inherit;
}
.article-link.music iframe, .article-link.video iframe {
    display: block;
}
.link-ico {
    float: left;
    width: 44px;
    height: 44px;
    background: url(https://dn-zine-static.qbox.me/images/link.png) center no-repeat;
    background-size: contain;
    margin: 0 14px;
    position: relative;
    z-index: 1;
}
.link-cover {
    width: 100%;
    height: 180px;
    background: no-repeat center;
    background-size: cover;
    overflow: hidden;
}
@media screen and (min-width: 480px) {
    .link-cover {
        height: 350px;
    }
}
.pdf .link-ico {
    background-image: url(https://dn-zine-static.qbox.me/images/pdf.png);
}
.link-host {
    margin-right: 5px;
    display: inline;
}
.link-title {
    font-size: 16px;
    font-family: "Adobe Heiti Std";
    color: #2f2f2f;
    line-height: 20px;
    margin: 12px 0 6px;
}
.link-des {
    font-size: 12px;
    font-family: "Adobe Heiti Std";
    color: #acacac;
    line-height: 20px;
    margin: 0 6px 6px;
}
.commodity .link-title, .image .link-title {
    margin: 20px 0 10px;
}
.link-text {
    color: #5d5d5d;
}
.commodity .link-des, .image .link-des {
    margin: 0 10px 10px;
}
.subtitle {
    font-size: 16px;
    color: #f05a21;
    margin: 15px 0 5px;
}
.link-danger, .link-safe {
    font-size: 8px;
    font-family: "SourceHanSansCN";
}
.link-danger {
    color: rgb( 237, 38, 44 );
    display: inline;
}
.link-danger .des-ico {
    background: url(https://dn-zine-static.qbox.me/images/danger.png) center no-repeat;
    width: 10px;height: 10px;
    background-size: contain;
    display: inline-block;
    margin-right: 4px;
}
.link-safe {
    display: inline;
}
.link-safe .des-ico {
    background: url(https://dn-zine-static.qbox.me/images/safe.png) center no-repeat;
    width: 10px;height: 10px;
    background-size: contain;
    display: inline-block;
    margin-right: 4px;
}

#footer {
	margin-top: 0;
	color: grey;
	font-size: 62.5%;
	line-height: 0;width:100%;
}
.zine_img{
   z-index:-1;width: 100%;
}
#footer img{
    width:100%;
    height:auto;
    border-bottom-left-radius:6px;border-bottom-right-radius:6px;
}
.footer-ico {background: url(https://dn-zine-static.qbox.me/article/ui-image/footer-a.png) no-repeat;float: right;width: 100%;position: relative;background-size: auto 40%;background-position: 94% 50%;}
#author {
	max-width: 648px;margin: auto;margin-top: 4px;
}


.Rectangle_5 {
  border-style: solid;
  border-width: 1px;
  border-color: rgb( 227, 227, 227 );
  background-color: rgba( 255, 255, 255, 0.922 );
  position: absolute;
  left: -4px;
  top: 1020px;
  width: 645px;
  height: 117px;
  z-index: 17;
}

.message-inner {width: 100%;margin: auto;}
.message-logo {height: 23px;width: 23px;background: url(https://dn-zine-static.qbox.me/article/ui-image/logo.png);background-size: 100% 100%;margin: 4px 7px 0 15px;}
.message-text ,.message-logo {float: left;}
.message-text {
    font-size: 14px;
    color: rgba(34, 42, 49, 0.8);
    line-height: 32px;
}
.message-button {float: right;padding: 0 5px;height:21px;margin:4px 8px 0 0;text-align:center;border: solid 1px rgb(134, 213, 140);font-size: 13px;line-height: 21px;border-radius:3px;color: rgb(69, 196, 81);}


/*硬广*/
.hard-message, .hard-message img, .hard-message a {width: 100%;position: fixed;bottom: 0;}
.message-off {background: url(https://dn-zine-static.qbox.me/article/ui-image/message-off.png) no-repeat;background-size: 100% 100%;position: fixed;z-index: 9;cursor: pointer;}
/* 题图ZZZero */
.title {margin-bottom: 2em;text-align: justify;}
.title-img {margin-left: -41px;margin-bottom: 1em;background-size: cover;}
.title-img-outer .mask-gradiant ,.title-img-outer .mask-solid {z-index: 9;margin-left: -41px;position: absolute;height: 321px;}
.title-img-outer .mask-origin {display: none;}
.title-img-outer div {background-repeat:no-repeat;background-position: bottom;height: 320px;width: 100%;border-top-right-radius:6px;border-top-left-radius:6px; }
.title .title-text {font-size: 2em;position: absolute;margin:-2em 0 0 0;z-index: 999;color: white;line-height: 1.2em;}
.mask-gradiant {background: url(https://dn-zine-static.qbox.me/article/ui-image/Poster_Gradiant_mask.png) ;background-size: 100% 100%;}
.mask-solid {background: url(https://dn-zine-static.qbox.me/article/ui-image/Poster_Solid_mask.png) ;background-size: 100% 100%;}
.title-img-outer {margin-top: -1em;}

body .message-inner {width: 648px;}
#hard_message {display: none;}

.bottom-mobile {display: none;}

/* 当浏览器的可视区域小于760px */
@media screen and (max-width: 648px) and (orientation: portrait) { 
   #site { 
    min-width:320px;
    margin: 0;
    border:0;
    background-color: #FFF; 
    line-height:1.5em;
    -moz-border-radius:6px;
  }
    .header {
        border-bottom: solid 1px rgba(0,0,0,0.1);
    }
    .header a {
        display: block;
    }
    .logo {
        width: 27px;
        height: 21px;
        margin: 19px 0 0 17px;
        background-image: url(https://dn-zine-static.qbox.me/article/ui-image/header-logo-mobile.png);
    }
    .about {
        font-size: 10px;
        height: 20px;
        line-height: 21px;
        padding: 0 13px;
        margin: 20px 10px 0 0;
    }
    #author {
        margin-bottom: 16px;
    }
    .avatar {
        width: 27px;
        height: 27px;
        border-width: 1px;
        margin: 1px 0 0 1px;
    }
    .avatar-role {
        width: 31px;
        height: 31px;
    }
    
    .avatar-inner {
        font-size: 9px;
        margin: 0 14px 0;
    }
    .author_name {
        font-size: 13px;
        margin: 1px 5px;
    }
    .article_des {
        margin: 0 5px;
    }
    #footer img {
        border-radius: 0;
    }
    .bottom {display: none;}
    .bottom-mobile {
        display: block;
        width: 100%;
        background: url(https://dn-zine-static.qbox.me/article/ui-image/bottom-background.png);
        background-size: 8px 10px;
        overflow: hidden;
    }
    .bottom-download {
        font-size: 13px;
        color: rgb( 255, 255, 255 );
        text-decoration: none;
        display: block;
        border-radius: 4px;
        background-image: -moz-linear-gradient( 90deg, rgb(29,171,174) 0%, rgb(32,180,183) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(29,171,174) 0%, rgb(32,180,183) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(29,171,174) 0%, rgb(32,180,183) 100%);
        width: 277px;
        height: 36px;
        line-height: 36px;
        margin: 43px auto 17px;
        text-align: center;
    }
    .bottom-download:hover {
        color: rgb( 255, 255, 255 );
        text-decoration: none;
    }
    .about-ico {
        background: url(https://dn-zine-static.qbox.me/article/ui-image/bottom-ico-mobile.png) center no-repeat;
        background-size: contain;
        height: 21px;width: 21px;
        margin: 0 10px -6px 0;
    }
    .bottom-text {
        font-size: 11px;
        color: rgb( 107, 135, 138 );
        text-align: center;
        margin-bottom: 24px;
    }
    #page{margin:0;} 
    body .title-img, body .title-img-outer .mask-gradiant, body .title-img-outer .mask-solid, .imgLandwideStyle, .imgPolaroidStyle {margin-left: -16px;}
    .title-img-outer div {border-radius: 0;}
}

/* 当浏览器的可视区域小于800px 且手机横屏*/
@media screen and (max-width:800px) and (orientation:landscape){ 
    body #hard_message {display: none;}
    .avatar-inner {margin-left: 14px;}
    .avatar-inner.right {margin: 0 14px 0 0;}
}