body, figure, div,h2, p, dl, dd { margin: 0; padding: 0;}
body {
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
    color: #423E3F;
	font: 16px/1.5 "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
figure {
	padding: 0 15px;
    display: block;
}
figure:nth-child(1) { padding: 0;}
figure img { width: 100%;}
.content{
    padding:0;
    color: #555555;
}
.content img{
    max-width: 100%;
    height: auto;
}
.content p:first-child img{
    width: 100%;
}
.content h2{
    border-bottom: #e0e0e0 solid 1px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
    padding-bottom: 8px;
}
.content h3{
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 0 0 ;
}
.content p{
    line-height: 26px;
    font-size: 16px;
    margin:15px 0 ;
}
.content p:first-child{
    margin-top: 0;
}
.content hr{
    border: none;
    /*border-bottom: #e2e2e2 solid 1px;*/
    border-bottom: #161616 solid 1px;
}
.content a{
    color: #009ded;
    text-decoration: none;
}
.content a:visited{
    color: #009ded;
    text-decoration: none;
}

dl.bottom {
    background: #fafafa;
    /*height: 0;*/
    padding: 0 0 55px;
}
dl.bottom  dt {
    padding: 20% 0 0;
    margin: 0 auto;
    width: 25.9375%;
}
dl.bottom  dd {
    padding: 5% 0 0;
    margin: 0 auto;
    width: 25.3125%;
}
dl.bottom  dt img,
dl.bottom  dd img { width: 100%;}


.btn-area{
    text-align: center;
    padding: 20px 0;
}

.btn-area a{
    display: inline-block;
    height: 38px;
    width: 142px;
    margin: 0 5px;
    border: #423E3F solid 1px;
    border-radius: 38px;
    color: #423E3F;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    position: relative;
}
.praise-num{
    padding: 10px 0 20px;
    font-size: 14px;
    text-align: center;
}

.share-dialog-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.80);
    z-index: 999;
    padding: 0;

}
.share-dialog-bg .arrow{
    padding: 0;
    height: 100%;
    margin: 30px 20px;
    background: url("http://cdn.moji.com/html5/warm/images/share-bg.png") no-repeat right top;
    background-size: 90% auto;
    color: #fff;
    text-align: center;
}

.sprite-praise,.sprite-share,.sprite-share-suc{
    background: url("http://cdn2.moji002.com/webpush/h5/page/images/icon.png?11") no-repeat;
    background-size: 21px auto;
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
}
.sprite-praise{ background-position: 0 2px; }
.sprite-share{ background-position: 0 -43px;  }
.sprite-share-suc{ background-position: 0 -95px;}
.sprite-heart{
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    left: 38px;
    top: 8px;
    opacity: 0;
}
.sprite-heart.fadeout{
    opacity: 1;
    -webkit-animation: fadeout 1.5s linear 0s;
    -moz-animation: fadeout 1.5s linear 0s;
    -o-animation: fadeout 1.5s linear 0s;
    animation: fadeout 1s linear 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}
@-webkit-keyframes fadeout{
    0%{
        opacity: 1;
    }
    60%{
        -webkit-transform:translate(20px,-20px) scale(1.3);
        -moz-transform:translate(20px,-20px) scale(1.3);
        transform:translate(20px,-20px) scale(1.3);
        opacity: 1;
    }
    100%{
        -webkit-transform:translate(30px,-30px) scale(1.5);
        -moz-transform:translate(30px,-30px) scale(1.5);
        transform:translate(30px,-30px) scale(1.5);
        opacity: 0;
    }
}


