@charset "utf-8";
/**
 * Created by sxz on 2020/7/10.
 */

.mgl70 {
    margin-left: 70px;
}

.capList {
    width: 1010px;
    overflow: hidden;
}

.capList .dl {
    padding-left: 70px;
    position: relative;
    width: 960px
}

.capList .dl .time {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #000;
    line-height: 24px
}

.capList .dl .time em {
    font-weight: bold;
}

.capList .dl .time span {
    font-size: 12px;
    color: #999;
    display: block;
    line-height: 12px;
    padding-left: 2px;
}

.capList dd {
    position: relative;
    width: 430px;
    height: 80px;
    padding: 15px;
    background: #f7f7f7;
    border-radius: 5px;
    margin: 0 20px 20px 0;
    float: left;
}

.capList dd:hover {
    transform: translateY(-1px);
    transition: all .3s;
    box-shadow: 0 5px 8px -2.5px rgba(0, 0, 0, .15)
}

.capList dd .img {
    float: left;
    margin-right: 15px;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    cursor: pointer;
}

.capList dd .icon-collected {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.capList .capCnt h4 {
    padding-top: 5px;
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.capList .capCnt .foot {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.capList .capCnt .foot .timingCap {
    font-size: 12px;
    color: #fff;
    background: #ff6600;
    border-radius: 25px;
    padding: 0 5px
}

.capList .item .opt-del {
    position: absolute;
    right:10px; 
    bottom:15px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icon-pic-del-14.png) center no-repeat;
    background-size: 12px;
    margin-left: 10px;
    opacity: .5;
}

.capList .item .opt-lock {
    position: absolute;
    right:40px; 
    bottom:15px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icon-pic-lock-14.png) center no-repeat;
    background-size: 16px;
    margin-left: 10px;
    cursor: default;
    opacity: .5
}

.capList .item .opt-del:hover {
    opacity: 1;
}

.capList .privateItm {
    background: url(../img/privateBg.png) center no-repeat;
    background-size: 100%;
}

.capList .privateItm h3 {
    font-size: 20px;
    color: #fff;
    padding-top: 8px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.capList .privateItm .opt-del {
    position: absolute; 
    right:10px;
    bottom:20px;
    z-index: 3;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icon-pic-del-white-14.png) center no-repeat;
    background-size: 15px;
    margin-left: 10px;
    opacity: .5;
}

.capList .privateItm .opt-lock {
    position: absolute; 
    right:40px;
    bottom:20px;
    z-index: 3;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icon-pic-lock-white-14.png) center no-repeat;
    background-size: 15px;
    margin-left: 10px;
    opacity: .5
}

.capsuleFocus {
    height: 150px
}

.capsuleFocus .inner {
    height: 60px;
    padding-top: 90px
}

.capsuleFocus .clfyType {
    position: relative;
    padding-left: 40px;
    height: 40px;
}

.capsuleFocus .clfyType img.icon-type {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
}

.capsuleFocus .clfyType em {
    display: block;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.capsuleFocus .clfyType .desc {
    margin-left: 15px;
    float: left;
    height: 40px;
}

.capsuleFocus .clfyType .desc p {
    font-size: 12px;
    color: #fff;
    line-height: 20px
}

/* 日历筛选 */

.calendarBar {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    margin-bottom: 15px;
}

.calCurrentM {
    height: 40px;
    float: left;
    cursor: default;
}

.calCurrentM a {
    float: left;
    line-height: 28px;
    width: 28px;
    height: 28px;
    text-align: center;
    margin-top: 6px;
    margin-right: 5px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    border-radius: 50px;
}

.calCurrentM a.M {
    width: 50px;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    margin-right: 10px;
    background: #cd2828;
    border-radius: 0 0 20px 20px;
    color: #fff;
}

.calCurrentM a.activeD, .calCurrentM a:hover {
    background: #cd2828;
    color: #fff;
    transition: all .1s;
}

.calCurrentM a.disabled, .calCurrentM a.disabled:hover {
    color: #ccc;
    background: none;
    cursor: default;
}

.calendarWrap {
    position: relative;
    float: right;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #cd2828;
    cursor: pointer;
    background: url(../img/icon-data-15.png) left center no-repeat;
    font-weight: bold;
}

.calendarWrap span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.capsuleItems {
    column-count: 3;
    column-gap: 14px;
    margin: 0 auto 40px;
    padding-bottom: 20px;
}

.capsuleItems .itm {
    width: 390px;
    background: #fff;
    border-radius: 5px;
    break-inside: avoid;
    margin-bottom: 15px;
}

.capsuleItems .itm:hover {
    /* transform: translateY(-1px); */
    transition: all .3s;
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .25)
}

.capsuleItems .itm .user {
    padding: 20px 20px 15px 20px;
    height: 20px;
    color: #000;
}

.capsuleItems .itm .user img {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.capsuleItems .itm .user span {
    vertical-align: middle;
}

.capsuleItems .img {
    width: 350px;
    margin: 0 auto 8px;
    position: relative;
    border-radius: 5px
}

.capsuleItems .img .capPic {
    display: block;
    width: 350px;
    height: auto;
    border-radius: 5px;
}

.capsuleItems .txt {
    padding: 0 20px 15px;
    line-height: 22px;
    letter-spacing: 1px;
}

.capsuleItems .txt a:hover {
    color: #000
}

.capsuleItems .img .num {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 10px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    background: rgba(0, 0, 0, .6);
    font-size: 11px;
    color: #fff;
    font-family: Arial
}

.capsuleItems .img .num img {
    vertical-align: middle
}

.capsuleItems .img .num em {
    vertical-align: middle
}

.capsuleItems .foot {
    border-top: 1px solid #f7f7f7;
    padding: 10px 20px;
    font-size: 12px;
    color: #999;
}

.capsuleItems .foot .icon-zan {
    width: 17px;
    height: 17px;
    float: right;
    background: url(../img/icon-pic-zan-18.png) center no-repeat;
    background-size: 16px;
    opacity: .5;
}

.capsuleItems .foot .icon-zan:hover {
    opacity: 1;
}

.capsuleItems .foot .icon-zanEd {
    background: url(../img/icon-pic-zan-red-18.png) center no-repeat;
    background-size: 16px;
    opacity: 1;
}

.noCapsule {
    width: 1200px;
    padding: 90px 0 110px;
    margin: 0 auto 30px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
}

.noCapsule .code {
    display: block;
    margin: 0 auto 5px
}

.noCapsule h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.noCapsule p {
    font-size: 12px;
    color: #999;
}

.noCapsule p a {
    color: #cd2828;
}

.noCapsule p a:hover {
    font-weight: bold;
}

/* .gc-diolog-capsule */

.gc-diolog-capsule .diolog-capsule-cnt {
    margin-left: -500px;
    margin-top: -200px;
    width: 900px;
    height: 320px;
    padding: 40px 50px;
}

.gc-diolog-capsule .diolog-capsule-cnt .capSuleDesc {
    float: left;
    width: 410px;
    margin-left: 20px;
    padding-top: 20px;
    height: 290px;
    border-right: 1px solid #eee;
    font-size: 12px;
    color: #000;
    line-height: 24px;
}

.gc-diolog-capsule .diolog-capsule-cnt .capSuleDesc h4 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
}

.gc-diolog-capsule .diolog-capsule-cnt .capSuleDesc h4 em {
    font-size: 30px;
}

.gc-diolog-capsule .diolog-capsule-cnt .capsuleCode {
    padding: 35px 0 0 35px;
    text-align: center;
    float: left;
    font-size: 12px;
    color: #999;
}

.gc-diolog-capsule .diolog-capsule-cnt .capsuleCode .txt {
    font-size: 16px;
    color: #cd2828;
}

.timedCapsule {
    width: 860px;
    height: 280px;
    padding-top: 120px;
    background: url(../img/timedCapBg.png) center no-repeat;
    text-align: center;
}

.timedCapsule img {
    display: block;
    margin: 0 auto 15px
}

.timedCapsule h4 {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 10px;
}

.timedCapsule p {
    background: #000;
    color: #fff;
    border-radius: 25px;
    width: 260px;
    margin: 0 auto;
    opacity: .5;
    font-size: 12px;
}

.dtl-rside .sideR-list-capsule li {
    padding-left: 80px;
}

.dtl-rside .sideR-list-capsule li .img {
    width: 70px
}

.dtl-rside .sideR-list-capsule li .name a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dtl-rside .sideR-list-capsule li .img a {
    background: #f7f7f7
}

.capsuleDetailInfo {
    height: 190px;
    background: url(../img/capsuleBg-190.jpg) center no-repeat;
    background-size: 100% 190px;
}

.capsuleDetailInfo .gcNum .entTab {
    background: rgba(0, 0, 0, .3);
    padding: 0 5px;
    opacity: 1;
}

.capsuleDetailInfo .gcNum .entTab a {
    color: #fff;
    opacity: .5;
    padding-left: 20px;
    font-weight: normal;
}

.capsuleDetailInfo .gcNum .entTab a.private {
    margin-right: 5px;
    background: url(../img/icon-pic-lock-white-14.png) 3px center no-repeat;
    background-size: 14px;
}

.capsuleDetailInfo .gcNum .entTab a.del {
    background: url(../img/icon-pic-del-white-14.png) 3px center no-repeat;
    background-size: 14px;
}

.capsuleDetailInfo .gcNum .entTab a:hover {
    opacity: 1;
}

.dtl-top-info .T .capsuleInfo {
    float: right;
    font-size: 12px;
    color: #fff;
    font-family: arial;
}

.dtl-top-info .T .capsuleInfo .itm {
    float: left;
    padding: 0 10px;
    text-align: center;
}

.dtl-top-info .T .capsuleInfo .itm b, .dtl-top-info .T .capsuleInfo .itm em {
    display: block;
    line-height: 22.5px;
}

.dtl-top-info .T .capsuleInfo .itm b {
    font-weight: normal;
    opacity: .4;
}

.dtl-Dio-capsule {}

.dtl-Dio-capsule .dioCnt {
    width: 900px;
    margin-left: -450px;
}