/*模糊效果*/
.fuzzy {
    filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */

    -webkit-filter: blur(2px); /* Chrome, Opera */
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);

    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=false); /* IE6~IE9 */
}

/*body scroll disable*/
/*.disableScroll{*/
    /*overflow: hidden;*/
/*}*/
/*loading*/
.loading{
    opacity: 0.7;
    position: fixed;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    display: none;
    text-align: center;
    z-index: 999;
}
.loading p{
    opacity: 1;
    position: relative;
    top: 40%;
    height: 10%;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
}
.loading img{
    position: relative;
    top: 40%;
}
/*top层，下滑效果的杂志页*/
.popupDiv_TopIN {
    overflow: auto;
    position: fixed;
    padding: 0;
    margin: 0;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    z-index: 40;
    /*display: none;*/
}

#fuzzyDiv{
    min-height: 100%;
    background-color: transparent;
}

.JIBackground{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 55%;
    max-height: 480px;
    min-height: 330px;
}

.JIMain{
    position: relative;
    padding: 0;
    margin: 0;
    left: 0;
    /*top: 10%;*/
    width: 100%;
    height: 80%;
    min-height: 280px;
    background-color: #383734;
    max-height: 420px;
    /*display: none;*/
}
.JIBottom{
    position: relative;
    width: 100%;
    height: 15%;
    /*top: 10%;*/
    min-height: 50px;
    max-height: 60px;
    background-color: #3a8492;
    text-align: center;
    vertical-align: middle;
}

.JIBottom button{
    box-shadow: 0 0 5px #fff;
    -moz-box-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 5px #fff;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    width: 28%;
    height: 80%;
    margin: 5px 3px;

}
.JIImg{
    position: absolute;
    top: 5px; left: 10px; bottom: 5px; right: 10px;
    margin: auto;
    max-width: 90%;
    max-height: 100%;
}

.JIRightPart{
    position: relative;
    overflow: auto;
    float: right;
    width: 50%;
    height: 100%;
    padding:0;
    padding-top: 10px;
}
.JILeftPart{
    position: relative;
    overflow: auto;
    float: left;
    width: 50%;
    height: 100%;
    padding:0;
}
.JIRightPart ul{
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    margin: auto;
    width: 100%;
    height: 80%;
}

.magazineName {
    position: relative;
    border-bottom: solid #595758 1px;
    margin: 0;
    padding: 0;
    height: 19%;
    /*background-color: #007aff;*/
}
.articleName{
    position: relative;
    border-bottom: solid #595758 1px;
    margin: 0;
    padding: 0;
    height: 30%;
}
.bold{
    margin: 0 2%;
    padding: 1%;
    /*font-size: 28px;*/
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
.normal{
    position: absolute;
    bottom: 0;
    padding-left: 10px;
    margin-bottom: 2px;
    text-align: left;
    word-wrap: break-word;
    white-space: normal;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    overflow: hidden;

    font-size: 14px;
    color: #ffffff;
    font-weight: lighter;
}
.articleName .normal{
    font-weight: bold;
}
hr.line{
    margin:0px 10px;
    color: #ffffff;
}

