/**
 * @author Xionglongyu was created in 17:06 2021/4/6
 *  资源管理模块的公共的css储存类  包括首页、列表、详情
 */

.detail-template{
    margin-bottom: 60px;
    padding: 0;
    font-size: 16px;
    width: 100%;
    background: #FFFFFF;
    opacity: 1;
}


/*  -------------------------------基本字体 start----------------------------------------*/


.title-text {
    font-size: 12px;
    color: #666666;
}
.title14 {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}
.title10 {
    font-size: 10px;
    color: #A4A4A4FF;
}

/*  -------------------------------基本字体 end ----------------------------------------*/


/*  ------- 主图 ------------*/
.pic-content {
    width: 100%;
    position: relative;
}
.pic-content img{
    width: 100%;
    height: 170px;
}
.likes-views {
    position: absolute;
    color: #fff;
    bottom: 8px;
    right: 0;
    background: #000000;
    opacity: 0.3;
    padding: 1px 8px;
    border-radius: 50px 0 0 50px;
    font-size: 10px;
}
.views-icon{
    padding-right: 8px;
}
.live-icon {
    width: 12px;
    height: 12px;
    color: #fff;
    opacity: 1;
    margin-right: 8px;
    font-size: 14px;
}

/*  ------- 头部详情 ------------*/

.header-content {
    width: 100%;
    padding: 15px;
}
.title-headline {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 12px;
}
.headline-content >div:not(:last-child){
    padding-bottom: 6px;
}

.headline-content > div {
    display: flex;
    flex-direction: row;
    font-size: 12px;
    color: #666666;
}
.subheading {
    margin-right: 12px;
}
.flex1 {
    flex: 1;
}
.look-map {
    font-size: 10px;
    color: #44A775FF;
    padding-left: 5px;
}
.venue-address{
    display: flex;
    align-items: center;
}

/*  ------- 小标题 ------------*/

.title-line {
    background: #F5F5F5FF;
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.line-icon {
    display: inline-block;
    width: 3px;
    height: 14px;
    background: #333;
    margin-right: 10px;
}
/*  ------- 场馆信息来源 ------------*/

.venue-content {
    padding: 20px 15px;
    width: 100%;
    display: flex;
    align-items: center;
}
.venue-pic{
    width: 15%;
}
.venue-pic img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.venue-pic-default {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(14, 36, 53, 0.3);
    color: #0E2435FF;
    font-size: 15px;
    font-weight: bold;
}
.venue-name{
    padding-bottom: 3px;
}

.icon-venue-map {
    background: transparent url(/static/core/cms/publish/images/plugin/img/icon-map.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 8px;
    width: 12px;
    height: 12px;
}
/*  ------- 详情 ------------*/
.introduction-info{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #333333;
    opacity: 0.96;
    padding: 15px;
    width: 100%;
    text-indent:2em;
}

/* line 6, sass/partials/_openAndClose.scss */
.introduction-info p {
    cursor: pointer;
    margin: 0 !important;
}


/*.introduction-info p{*/
/*    margin: 0 !important;*/
/*    text-indent:2em;*/
/*    overflow: hidden;*/
/*    display: -webkit-box;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-line-clamp: 10;*/
/*    text-overflow: ellipsis;*/
/*    white-space: normal;*/
/*}*/
.introduction-info img{
    width: 100%;
    height: 100%;
    margin-left: -2em;
}
.info-open, .info-close ,.book-info-open,.book-info-close ,.collection-info-open,.collection-info-close {
    font-size: 10px;
    color: #44A775FF;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.info-open{
    padding: 10px 15px;
}
.info-close{
    padding: 0 15px 15px 15px;
}
.icon-venue-close {
    background: transparent url(/static/core/cms/publish/images/plugin/img/icon-close.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 5px;
    width: 8px;
    height: 8px;
}
.icon-venue-open {
    background: transparent url(/static/core/cms/publish/images/plugin/img/icon-open.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 5px;
    width: 8px;
    height: 8px;
}

/*  ------- 猜你喜欢 ------------*/
.guess-like{
    border: 1px solid #DDDDDDFF;
    margin: 10px;
}
.single-guess{
}
.single-text{
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #333333;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.img-show{
    width:100%;
    height: 200px;
}


/*  -------  底部按钮  ------------*/
.not-button-bar > div, .audioBar > div {
    flex: 1;
}

.commentBar, .not-button-bar {
    height: 49px;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.09);
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
.operation-right{
    display: flex;
    align-items: center;
    flex: 1;
}


.operation-right > div, .not-button-bar > div, .audioBar > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px 30px 4px 30px;
    height: 49px;
    flex: 1;
}


.operation-right > div:not(:last-child), .not-button-bar > div:not(:last-child), .audioBar > div:not(:last-child) {
    border-right: 1px solid #EEEEEEFF;
}
.operation-right > div:first-child, .not-button-bar > div:last-child, .audioBar > div:last-child {
    display: none;
}

.operation-right > div span, .not-button-bar > div span, .audioBar > div span {
    font-size: 10px;
    color: #999999;
}

.operation-left {
    flex: 1;
    color: #fff;
    font-size: 14px;
    line-height: 49px;
    width: 100%;
    display: none;
}
.operation-left >span{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bookButton{
    background: #44A775;
}
.nobookText {
    background: #ff9600;
}
.willText{
    background: #4E7DC4;
}
.overText{
    background: #DDDDDD;
}

.commentBar .icon, .not-button-bar .icon, .audioBar .icon {
    width: 18px;
    height: 18px;
    margin-bottom: 2px;
}
.collectButton{
    background-image: url(/static/core/cms/publish/images/plugin/activityDetail/collect.png);
    background-size: 100% 100%;
}
.collectButtonSelected{
    background-image: url(/static/core/cms/publish/images/plugin/activityDetail/collect_selected.png);
    background-size: 100% 100%;
}
.likeButton{
    background-image: url(/static/core/cms/publish/images/plugin/activityDetail/like.png);
    background-size: 100% 100%;
}
.likeButtonSelected{
    background-image: url(/static/core/cms/publish/images/plugin/activityDetail/like_selected.png);
    background-size: 100% 100%;
}














