*{
    margin:0;padding:0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-tap-height-color:transprent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html{
    max-width: 640px;
    margin: 0 auto;
    min-height: 100%;
}
.ireader-activity-wrap{
    background: -webkit-linear-gradient(#92DFD3,#4FB9AD);
    background: -o-linear-gradient(#92DFD3,#4FB9AD);
    background: -moz-linear-gradient(#92DFD3,#4FB9AD);
    background: linear-gradient(#92DFD3,#4FB9AD);
}
img{
    display: block;
    width: 100%;
    object-fit: cover;
}
.hide{
    display: none;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.flexBox {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-justifyCenter {
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-alignCenter,
.flex-center {
    -webkit-align-items: center;
    align-items: center;
}
.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.color02{
    color: #027A78;
}
.color07{
    color: #076562;
}
.color30{
    color: #303030;
}
.color60{
    color: #606060;
}
.colorc0{
    color: #c0c0c0;
}
.color90{
    color: #909090;
}
.colorff{
    color: #ffffff;
}
.color35{
    color: #35AA9F;
}
.font6{
    font-size: 0.6rem;
}
.font9{
    font-size: 0.9rem;
}
.font8{
    font-size: 0.8rem;
}
.font7{
    font-size: 0.7rem;
}
.fontBold{
    font-weight: bold;
}
main{
    width: 100%;
    padding:0 0.8rem;
}
.activity-top{
    background: url("../image/reader_active/activity-top-bg.png?v=201910150939") no-repeat center;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 1.25rem;
}
.activity-logo{
    margin: 1.3rem auto 0;
    overflow: hidden;
}
.hx-logo{
    width: 2rem;
}
.logo-mid-icon{
    width: 0.6rem;
    margin:0 1.1rem;
}
.palm-reading-logo{
    width: 1.6rem;
}
.activity-main-title{
    width: 13.15rem;
    padding: 0.35rem 0;
    position: relative;
    margin: 1rem auto 0.25rem;
}
.activity-main-title .left-top-border,.activity-title .right-bottom-border{
    width: 0.7rem;
    height:1rem;
    position: absolute;
}
.activity-main-title-img{
    width: 12.25rem;
    margin-left: 1rem;
}
.activity-main-title .left-top-border{
    border-top: 0.1rem solid #028E83;
    border-left: 0.1rem solid #028E83;
    left:0;top:0;
}
.activity-main-title .right-bottom-border{
    border-bottom: 0.1rem solid #028E83;
    border-right: 0.1rem solid #028E83;
    right:0;bottom:0;
}
.activity-subtitle{
    width: 11.3rem;
    margin: auto;
}
.activity-share-con{
    padding:0.5rem 0.6rem 0.6rem;
    background: #35AA9F;
    position: relative;
    margin-top: 1rem;
    border-radius: 0.2rem;
}
.activity-share-content{
    line-height: 1.4rem;
}
.activity-share-book-img{
    width: 3.65rem;
    position: absolute;
    right:0;
    bottom: -0.35rem;
}
.prize-con{
    width: 15.6rem;
    margin: 0.4rem auto 0;
    font-size: 0.6rem;
    color: #076562;
}
.recommendation-list{
    margin-top: 1.75rem;
}
.section-module{
    position: relative;
    font-size: 0;
    text-align: center;
}
.section-module-title{
    margin-bottom: 0.2rem;
}
.participate-title,.activity-rules-img,.advice-book-title-img{
    width: 5.6rem;
    margin: auto;
}
.friends-support-img{
    width: 7rem;
    margin: auto;
}
.recommended-title,.prize-for-rules-img{
    width: 8.5rem;
    margin: auto;
}
.friends-support-list,.advice-book-list,.prize-for-rules{
    margin-top: 2rem;
}
.section-module-title-underline{
    overflow: hidden;
    display: inline-block;
}
.section-module-title-underline-left,.section-module-title-underline-right{
    width: 3.25rem;
}
.recommended-book-img{
    width: 4.6rem;
    position: absolute;
    right:0.4rem;
    top:-1rem;
}
.recommended-conditions-con{
    height: 2.4rem;
    border-radius: 0.2rem;
    padding:0.2rem 0.25rem;
    background: rgba(255,255,255,0.2);
    color: #027A78;
    text-align: center;
    margin-top: 0.65rem;
    font-size: 0.7rem;
}
.recommended-book-con{
    color: rgba(245,245,245,0.85);
    background: #35AA9F;
    line-height: 2rem;
}
.recommended-book-num{
    font-weight: 600;
}
.recommended-book-list-con{
    width: 10.3rem;
    height:6.4rem;
    margin-left: 0.6rem;
    position: relative;
    overflow: hidden;
}
.recommended-book-list-title{
    color: #076562;
    font-size: 0.8rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.4rem;
}
.rows-num-control-title{
    line-height: 1.1rem;
}
.recommended-book-author{
    max-width: 5.5rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.recommended-book-list-introduce{
    margin-top: 0.4rem;
    font-size: 0.6rem;
    color: #909090;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.rows-num-control-con{
    line-height: 0.8rem;
}
.rows-num-control-con.rows-num-limit{
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.recommended-book-list-info{
    width: 100%;
    overflow: hidden;
    margin-top: 0.9rem;
    font-size: 0.6rem;
    color: #909090;position: absolute;
    bottom:0.2rem;left:0;
}

.reader-book-list{
    margin-top: 0.8rem;
}
.reader-book-list li{
    width: 17.15rem;
    height: 8rem;
    border-radius: 0.4rem;
    box-shadow: 0 0.25rem 0.9rem 0.05rem #076562;
    margin-bottom: 0.8rem;
    padding: 0.8rem 0.6rem;
    overflow: hidden;
    background: url("../image/reader_active/book-list-bg.png") no-repeat center;
    position: relative;
}
.reader-book-list li.active .reader-book-list-bg{
    background: rgba(0,0,0,0.1);
}
.reader-book-list li.active .book-list-checkbox-image{
    background-image: url("../image/reader_active/book_list_checkbox_checked.png");
    background-size: cover;
}
.reader-book-list li.active .reader-book-img{
    box-shadow: none;
}
.reader-book-list-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.reader-book-list-wrap{
    position: relative;
    width: 100%;
    height: 100%;
}
.reader-book-img{
    width: 4.8rem;
    height: 6.4rem;
    border-radius: 0.2rem;
    overflow: hidden;
    box-shadow: 0 0.2rem 0.5rem 0.1rem rgba(0,0,0,0.2);
}
.recommended-book-list-info-price{
    margin-right: 0.6rem;
}
.recommended-book-list-info-checkbox{
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
}
.book-list-checkbox{
    opacity: 0;
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 2;
}
.book-list-checkbox-image{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0.1rem solid #076562;
    border-radius: 50%;
}


.participate-way-wrap{
    margin-top: 2rem;
}
.activity-rules-wrap{
    margin-top: 2rem;
}
.participate-main{
    padding-bottom: 3.4rem;
}
.participate-bg{
    position: relative;
}
.participate-content{
    width: 100%;
    background: url("../image/reader_active/book-list-bg.png") repeat center;
    padding:1rem 0.6rem 1rem;
    margin-top: 0.8rem;
    border-radius: 0.4rem;
    position: relative;
    z-index: 2;
}
.participate-leaves-img{
    width: 2.6rem;
    position: absolute;
    left: 1.2rem;
    top: -0.8rem;
}
.participate-book-img{
    width: 5.75rem;
    position: absolute;
    right: -0.5rem;
    bottom: -1.3rem;
}
.participate-content-step-line{
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #35AA9F;
}
.participate-content-step-con{
    padding: 0.2rem 0.4rem;
    border: 1px dashed #35AA9F;
    border-radius: 0.2rem;
}
.participate-content ul{
    overflow: hidden;
    margin-top: -0.45rem;
}
.participate-content-step-num{
    width: 0.85rem;
    height: 0.85rem;
    line-height: 0.85rem;
    text-align: center;
    background: #35AA9F;
    border-radius: 50%;
    margin: 0 auto 0.45rem;
}
.activity-rules{
    width: 100%;
    background: url("../image/reader_active/book-list-bg.png") repeat center;
    padding:0.8rem;
    margin-top: 0.8rem;
    border-radius: 0.4rem;
}
.activity-rules-title{
    color: #076562;
    font-size: 0.7rem;
    font-weight: bold;
}
.activity-rules-content{
    margin: 0.35rem 0 0.8rem;
    font-size: 0.7rem;
    color: #606060;
    line-height: 1.4rem;
}
.activity-rules-content-number{
    display: inline-block;
    width: 0.85rem;
    height:0.85rem;
    border-radius: 50%;
    background: #35AA9F;
    color: #ffffff;
    font-size: 0.65rem;
    text-align: center;
    line-height: 0.85rem;
}
.text-key{
    color: #076562;
    font-weight: bold;
}
.attention-content{
    font-size: 0.7rem;
    color: #606060
}
footer{
    overflow: hidden;
}
footer img{
    width: 130%;
    margin-left: -15%;
}
.btn{
    width: 17.15rem;
    height:2.25rem;
    font-size: 0.8rem;
    color: #fff;
    background: #5ACCC1;
    box-shadow: 0 4px 10px 4px rgba(12, 145, 137, 0.4);
    position: fixed;
    left:0;right:0;margin:auto;
    bottom:1.5rem;
    border-radius: 1.1rem;
    overflow: hidden;
    z-index: 10;
    line-height: 2.25rem;
    cursor: pointer;
}
.btn a{
    display: block;
}
.btn-login{
    text-align: center;
}
.btn-active-finish{
    background: #c0c0c0;
    box-shadow: none;
}
.btn-progress{
    width: 100%;
    line-height: 2.25rem;
    padding-left: 1.8rem;
}
.btn-appreciates{
    width: 10.35rem;
    height:2.05rem;
    background: #fff;
    color: #35AA9F;
    font-size: 0.8rem;
    text-align: center;
    line-height: 2.05rem;
    position: absolute;
    right:0.1rem;
    top:0;bottom:0;
    margin: auto;
    border-radius: 1.1rem;
}
.success-title{
    font-size: 1.2rem;
    margin-top: 6.7rem;
    text-align: center;
}
.reader-giving-info{
    margin-top: 4rem;
}
.help-support{
    text-align: center;
    margin-top: 0.4rem;
}
.success-content{
    width: 14.8rem;
    height:3.6rem;
    background: #f5f5f5;
    border-radius: 0.2rem;
    text-align: center;
    padding: 0.8rem 0;
    margin: 1.2rem auto 0;
}
.success-content a{
    color: #378BD3;
}
.support-success{
    text-align: center;
}
.supported-others{
    overflow: hidden;
    text-align: center;
}
.reader-share{
    width: 10.9rem;
    margin: 3px 1.2rem 0 0;
}
.supported-others-title{
    margin-top: 10rem;
}
.supported-others-con{
    margin-top: 1.1rem;
}

.button-also-change-book{
    width: 17.15rem;
    height:2.25rem;
    line-height: 2.25rem;
    text-align: center;
    margin: 1rem auto 0;
    background: #5ACCC1;
    box-shadow: 0 4px 10px 4px rgba(12, 145, 137, 0.4);
    border-radius: 1.1rem;
}
.button-also-change-book a,.reader-activity-finished-btn a{
    display: block;
}
.reader-activity-finished-btn{
    width: 17.15rem;
    height:2.25rem;
    line-height: 2.25rem;
    text-align: center;
    background: #CBCBCB;
    border-radius: 1.1rem;
    margin: 16.5rem auto 0;
}
.understand-activity{
    text-align: center;
    margin: 1rem 0;
}
.place-after-button{
    margin-top: 6.5rem;
    text-align: center;
}
.supported-others-btn{
    margin-top: 12.5rem;
}
.choose-book-popup,.active-start-popup{
    position: fixed;
    left:0;top:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 11;
}
.choose-book-popup-main{
    width: 14rem;
    height: 18.5rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    background: #fff;
    padding: 2rem 1.5rem 2.5rem;
    margin: 0 auto;
    transform: translateY(-50%);
    border-radius: 0.4rem;
    overflow: hidden;
    text-align: center;
}
.choose-book-img{
    width: 4.35rem;
    height: 5.8rem;
    border-radius: 0.2rem;
    overflow:hidden;
    box-shadow: 0 0.2rem 0.4rem 0.1rem rgba(0,0,0,0.2);
    margin: 1.9rem auto 0.6rem;
}
.choose-book-img img{
    height: 100%;
}
.choose-book-title{
    width: 7.8rem;
    text-align: center;
    margin: auto;
    font-weight: bold;
}
.choose-book-btn{
    margin-top: 1.3rem;
}
.choose-book-sure-btn{
    width: 6rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    background: #35AA9F;
    border-radius: 0.75rem;
}
.think-again-btn{
    margin-left: 0.8rem;
}
.to-share-article-begin{
    margin-top: 2rem;
}
.to-share-article-title{
    margin-top: 1.1rem;
}
.to-share-article-btn{
    width: 7.5rem;
    height: 1.8rem;
    border-radius: 1rem;
    line-height: 1.8rem;
    text-align: center;
    background: #35AA9F;
    margin: 3rem auto 0;
    cursor: pointer;
}