.rule {
    padding: .32rem;
}

.rule h2{
    margin-bottom: .32rem;
    font-size: .4rem;
}

.rule h3{
    margin-bottom: .32rem;
    font-size: .3rem;
    color: #888888;
}

.rule dl dt, .rule dl dd {
     font-size: .3rem;
    line-height: 200%;
    color: #888888;
}

.rule p {
    font-size: .3rem;
    line-height: 200%;
    color: #888888;
}

.share {
    width: 100%;
    padding-top: .39rem;
}

.share .top {
    padding: 0 .28rem;
}

.share .top .top_logo {
    float: left;
    font-size: .32rem;
    color: #383838;
    vertical-align: middle;
}

.share .top .top_logo img {
    width: .72rem;
    line-height: .68rem;
    vertical-align: middle;
}

.share .top .top_dowload {
    float: right;
    width: 1.88rem;
    height: .6rem;
    line-height: .6rem;
    font-size: .32rem;
    text-align: center;
    border-radius: .4rem;
    background: #25BD63;
}

.share .novelMsg {
    overflow: hidden;
    margin-bottom: .48rem;
}

.share .novelMsg img {
    display: block;
    width: 1.98rem;
    height: 2.76rem;
    border-radius: .08rem;
    margin: .48rem auto;
}

.share .novelMsg p {
    text-align: center;
    font-size: .36rem;
}

.share .brief {
    position: relative;
    padding: 0 .48rem;
}

.share .brief h2 {
    font-size: .32rem;
    margin-bottom: .16rem;
}

.share .brief p {
    width: 100%;
    color: #888888;
    line-height: 150%;
    word-wrap:break-word;
}

.share .brief .more {
    color: #25BD63;
    font-size: .32rem;
    position: absolute;
    z-index: 3;
    right: .48rem;
    bottom: .1rem;
}

.bg_bord {
    width: 100%;
    height: .16rem;
    background: #F2F2F2;
    margin: .32rem 0;
}

.share .chapter {
    padding: 0 .48rem;
}

.share .chapter .chapter_name {
    /* height: .96rem; */
    font-size: .35rem;
    word-wrap:break-word;
    margin-bottom: .5rem;
}

.share .chapter .chapter_con {
    word-wrap:break-word;
    padding-bottom: 1.2rem;
    font-size: .3rem;
    line-height: 200%;
}


.share .chapter .paid_chapter {
    width: 100%;
    height: 5.34rem;
    overflow: hidden;
    position: relative;
}

.share .chapter .paid_chapter .mask {
    width: 100%;
    height: 1.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../image/paidMask.png) repeat-y;
    background-size: 100% 100%;
}

.contuine {
    width: 100%;
    height: 1.12rem;
    text-align: center;
    line-height: 1.12rem;
    color: #25BD63;
    margin-top: 20px;
    background: #fff;
    border-top: 1px solid #DDDDDD;
}

.open {
    width: 100%;
    padding-bottom: .5rem;
    position: relative;
}

.open_content {
    position: absolute;
    top: 9.4rem;
    left: 1.5rem;
    width: 4.5rem;
    height: 1.5rem;
    font-size: .32rem;
    font-weight: bold;
    color: #000;
    line-height: .48rem;
    text-align: center;
}

.open_content_vip {
    display: inline-block;
    background: #110603;
    letter-spacing: 2px;
    font-size: .42rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color:#2EC791;
    -webkit-text-stroke:4px transparent;
}

.open_content_code {
    display: inline-block;
    background: #110603;
    letter-spacing: 3px;
    font-size: .42rem;
    line-height: .6rem;
    padding-left: 0.03rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color:#fff;
    -webkit-text-stroke:4px transparent;
}

.open img {
    width: 100%;
}

.open_fixed {
    padding: .3rem .48rem;
    width: 6.54rem;
    height: .7rem;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
}


.open_fixed .logo {
    float: left;
    font-size: .32rem;
    color: #383838;
    vertical-align: middle;
}

.open_fixed .logo img {
    width: .8rem;
    line-height: .68rem;
    vertical-align: middle;
}

.open_fixed .dowload {
    float: right;
    width: 1.88rem;
    height: .6rem;
    line-height: .6rem;
    font-size: .32rem;
    text-align: center;
    border-radius: .4rem;
    background: #25BD63;
    margin-top: 0.1rem;
}














