
.main{
    padding-bottom: 3rem;
}
.i-group-header {
    position: relative;
    width:100%;
    height:6rem;
}
.group-header-background-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width:100%;
    z-index:1;
    filter:blur(5px);
}
.group-header-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    background-image: linear-gradient(-180deg,rgba(0,0,0,0.00) 8%,#000000 97%);
    z-index: 3;
}
.group-header-group{
    position: absolute;
    background:rgba(0,0,0,0.2);
    color:#fff;
    padding:0 .5rem 0 .3rem;
    height: 1.3rem;
    left: .5rem;
    top: .5rem;
    border-radius: .2rem;
    font-size: .6rem;
    z-index: 3;
    display: flex;
    align-items: center;
}
.group-header-icon-back{
    width: .7rem;
    height: .7rem;

}
.group-header-share-box {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    right: .5rem;
    top: .5rem;
    z-index: 3;
    text-align: center;
}
.group-header-icon-share {
    width: 100%;
    height: 100%;
}
.group-header-section-wraper {
    width: 100%;
    height: 3rem;
    position: absolute;
    overflow: hidden;
    top: 2.2rem;
    left:.5rem;
    display: flex;
    z-index: 3;
}
.image-wraper {
    width:3rem;
    height:3rem;
    margin-right: .5rem;
    border-radius:.2rem;
}
.image-wraper img{
    width:2.5rem;
    height:2.5rem;
    border-radius:.2rem;
}
.group-header-section {
    width: 100%;
    height: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: .5rem;
}
.group-header-name-label {
    font-size: .7rem;
    color: #fff;
    text-shadow: 0 2px 16px rgba(0,0,0,0.13);
}

.group-header-desc-label {
    flex: 1;
    font-size: .6rem;
    color: white;
    letter-spacing: 0;
    text-shadow: 0 2px 4px rgba(48,69,62,0.42);
}

.group-header-name-wraper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.break-show-dot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bottom-mask {
    width: 100%;
    position: absolute;
    bottom: -1rem;
    z-index: 3;
}
.bottom-mask img{
    width: 100%;
}

.book-title{
    display: flex;
    align-items: center;
    padding:.5rem .6rem;
}
.book-title .title{
    font-size:.7rem;
    color: #f69f42;
    flex: 1;
}

.scroll_x{
    overflow: auto;
    white-space: nowrap;
    padding-left: .5rem;
}
.book {
    background: white;
    border-radius: .2rem;
    margin: .5rem .5rem;
    position: relative;
    box-shadow: 0 .1rem 18px rgba(86,100,143,0.12);
    display: inline-block;
    width: 7.2rem;
}
.headstone {
    width: 100%;
}
.scroll_x .book{
    margin-left: 0px!important;
}

.book .book-line0 {
    width: 100%;
    height: 7rem;
    overflow: hidden;
    position: relative;
}

.headerImg {
    width: 100%;
    background-color: lightgray;
    border-radius: .2rem .2rem 0 0;
    overflow: hidden;
}
.detail {
    width: 100%;
    border-radius: 0 0 .2rem .2rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.detail .line {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: .2rem;
    overflow: hidden;
}


.detail .line:nth-child(1) {
    font-size: .7rem;
    color: #404445;
}

.detail .line:nth-child(2) {
    font-size: .55rem;
    color: #b2b2b2;
    margin-bottom: .2rem;
}

.detail .line .left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.detail .line .left .section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.detail .line .left .section:first-child {
    margin-right: .2rem;
}
.detail .line .left .section img{
    height: .9rem;
}

.admin_icon {
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 0;
    left: 0;
}
.circletype{
    position: absolute;
    width: 2rem;
    height: 2rem;
    padding: .3rem;
    margin: -1rem 0 0 -1rem;
    left: 50%;
    top: 50%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 3px;
}
.circletype img{
  width: 100%;
}
.book:nth-child(even) {
    margin-left: 0px!important;
}