﻿.chongci-bg {
    background: url(../images/chongcibg.jpg) center top no-repeat;
}

.chongci-bg::before {
    content: "";
    display: block;
    width: 1120px;
    margin: 0px auto;
    height: 110px;
    background: url(../images/zhibojuzhenbgtitle.png) center center no-repeat;
}

.juzhen {
    margin: 0px -10px 20px -10px;
}

.juzhen .img-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}

.juzhen .text-placeholder {
    display: inline-block;
    width: 100%;
    height: 1em;
    margin: 0.25em 0px;
    background: #f5f5f5;
}

.juzhen::after {
    content: "";
    display: block;
    clear: both;
}

.juzhen .juzhen-item {
    width: 25%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.juzhen .juzhen-item .item-inner {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ffffff;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.03);
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.juzhen .juzhen-item .item-inner::before {
    content: "";
    padding-top: 170%;
    display: block;
}

.juzhen .juzhen-item .item-head {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    padding-top: 170%;
    z-index: 20;
    overflow: hidden;
}

.juzhen .juzhen-item .item-head-bg {
    background: #f5f5f5;
    background-size: cover;
    filter: blur(50px);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    padding-top: 170%;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    opacity: 0.2;
}

.juzhen .juzhen-item .item-head .living-tag {
    position: absolute;
    background: #f53e3e;
    color: #ffffff;
    position: absolute;
    left: 50%;
    bottom: -10px;
    border-radius: 100px;
    padding: 2px 8px;
    font-size: 12px;
    z-index: 10;
    white-space: nowrap;
    transform: translateX(-50%) scale(0.7);
    -webkit-transform: translateX(-50%) scale(0.7);
    font-weight: bold;

}

.juzhen .juzhen-item .btns {
    position: relative;
    text-align: center;
    z-index: 100;
}

.juzhen .juzhen-item .btns .btn-entry {
    background: #f53e3e url(https://wx.100xuexi.com/images/zhiboing.gif) 10px center no-repeat;
    background-size: auto 0.7em;
    color: #ffffff;
    border-radius: 100px;
    padding: 3px 10px 3px 25px;
    display: none;
}

/* 
.juzhen .juzhen-item .btns .btn-plan {
    background: #ffe3e3;
    color: #e53737;
    border-radius: 100px;
    padding: 3px 25px 3px 10px;
    position: relative;
    display: none;
}

.juzhen .juzhen-item .btns .btn-plan::after {
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    right: 11px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.juzhen .juzhen-item .btns .btn-plan.open:after {
    transform: rotate(-135deg);
    margin-top: -2px;
} */

.juzhen .juzhen-item .btns .btn-shop {
    background: #e53737;
    background: linear-gradient(#ff3e3e, #e53737);
    color: #ffffff;
    border-radius: 100px;
    padding: 5px 25px 5px 15px;
    position: relative;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border: 2px solid #ffffff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    font-weight: bold;
}

.juzhen .juzhen-item .btns .btn-shop::after {
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid;
    border-top: 2px solid;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(45deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}




.juzhen .juzhen-item .head-img-box {
    position: absolute;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    background: #f5f5f5 center center no-repeat;
    background-size: cover;
    border: 1px solid #ffffff;
    top: 20%;
    left: 50%;
    margin: -41px 0px 0px -41px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s;
}

.juzhen .juzhen-item .head-img-box:hover {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
}

/* .juzhen .juzhen-item .head-img-box::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    z-index: 10;
} */



.juzhen .juzhen-item .head-img-box .head-img-box-inner {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #ffffff center center no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    overflow: hidden;
}

.juzhen .juzhen-item .head-img-box img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.juzhen .juzhen-item.living:hover .item-inner {
    box-shadow: 0px 0px 15px 0px rgba(255, 0, 0, 0.5);
}

.juzhen .juzhen-item.living .item-head {
    padding-top: 0px;
    top: auto;
    bottom: 150px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.95));
    height: 80px;
    overflow: visible;
}

.juzhen .juzhen-item.living .item-head-bg {
    display: none;
}

.juzhen .juzhen-item.living .head-img-box {
    border: 2px solid #ff3e3e;
    top: 50%;
    left: 10px;
    margin: -20px 0px 0px 0px;
    width: 40px;
    height: 40px;
    z-index: 2;
}

.juzhen .juzhen-item.living .head-img-box:after {
    content: "";
    display: block;
    left: -2px;
    top: -2px;
    bottom: -2px;
    right: -2px;
    position: absolute;
    border: 2px solid #ff3e3e;
    border-radius: 100%;
    animation: amtBreatheBorder 1s 0s ease-in-out infinite;
}

.juzhen .juzhen-item.living .head-img-box .head-img-box-inner {
    animation: amtBreathe 1s 0s ease-in-out infinite;
}

.juzhen .juzhen-item.living .item-head .btns .btn-entry {
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.juzhen .juzhen-item.living .item-head .btns .btn-plan {
    display: none;
}

.juzhen .juzhen-item.living .head-des {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0px;
    padding: 20px 15px 20px 60px;
    z-index: 1;
}

.juzhen .juzhen-item.living .head-des .item-title {
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px;
    line-height: 60px;
}

.juzhen .juzhen-item.living .head-des .item-intro {
    display: none;
}

.juzhen .juzhen-item.living .item-head .btns {
    left: 0px;
    right: 0px;
    top: auto;
    text-align: center;
    bottom: -30px;

}

/* .juzhen .juzhen-item .head-img-box::after {
    content: "";
    display: block;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
} */

.juzhen .juzhen-item .head-des {
    top: 20%;
    margin-top: 60px;
    padding: 0px 20px 20px 20px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
}

/* 滚动条整体样式 */
.juzhen .juzhen-item .head-des::-webkit-scrollbar {
    width: 5px;
    /* 滚动条宽度 */
}


/* 滚动条轨道样式 */
.juzhen .juzhen-item .head-des::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* 轨道背景颜色 */
}


/* 滚动条滑块样式 */
.juzhen .juzhen-item .head-des::-webkit-scrollbar-thumb {
    background: #888;
    /* 滑块背景颜色 */
    border-radius: 5px;
    /* 滑块圆角 */
}
.juzhen .juzhen-item .head-des .item-title {
    font-size: 17px;
    font-weight: bold;
    min-height: 1.5em;
    text-align: center;
    margin-bottom: 10px;
}

.juzhen .juzhen-item .head-des .item-intro {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    min-height: 1.5em;
}


.juzhen .juzhen-item .zhibo-living-box {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.juzhen .juzhen-item .zhibo-living-box::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.juzhen .juzhen-item .zhibo-living {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: block;
}

.juzhen .juzhen-item.living .zhibo-living-box {
    display: block;

}

.juzhen .juzhen-item.living .zhibo-plan {
    display: block;
    padding-left: 15px;
}

.juzhen .juzhen-item .zhibo-living .living-img {
    display: block;
    background: #f5f5f5 center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.juzhen .juzhen-item .item-body .zhibo-living .living-img:before {
    content: "";
    display: block;
    padding-top: 170%;
    position: relative;
}

.juzhen .juzhen-item .item-body .zhibo-living .living-img::after {
    content: "";
    display: block;
    height: 40px;
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    position: absolute;
    z-index: 10;
    left: 0px;
    right: 0px;
    top: 0px;
}

.juzhen .juzhen-item .item-body .living-tag {
    background: #e03f80 url(https://wx.100xuexi.com/images/zhiboing.gif) 5px center no-repeat;
    background-size: auto 0.8em;
    color: #ffffff;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 4px;
    padding: 2px 5px 2px 20px;
    font-size: 12px;
    z-index: 15;
    /* border: 1px solid #ffffff; */
}

.juzhen .zhibo-plan {
    padding: 25px 15px 15px 15px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    height: 150px;
    overflow: auto;
    box-sizing: border-box;
}

.juzhen .zhibo-plan-title {
    font-weight: bold;
    font-size: 15px;
}

.juzhen .zhibo-plan-list {
    position: relative;
}

.juzhen .zhibo-plan-list .plan-item {
    position: relative;
    padding: 5px 0px 5px 20px;
}

.juzhen .zhibo-plan-list .plan-item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 11px;
    width: 5px;
    height: 5px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.6);
}


.juzhen .zhibo-plan-list .plan-item::before {
    content: "";
    position: absolute;
    left: 4px;
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
    top: 0px;
    bottom: 0px;
}

.juzhen .zhibo-plan-list .plan-item:first-child:before {
    top: 10px;
    bottom: 0px;
}

.juzhen .zhibo-plan-list .plan-item:last-child:before {
    content: "";
    position: absolute;
    left: 4px;
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
    top: 0px;
    height: 20px;
}


.juzhen .zhibo-plan-list .plan-item .plan-date {
    font-size: 15px;
    font-weight: bold;
}

.juzhen .zhibo-plan-list .plan-item .plan-time-subject {
    color: rgba(0, 0, 0, 0.5);
}

@keyframes amtBreathe {
    0% {
        transform: scale(0.85);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.85);
    }
}

@keyframes amtBreatheBorder {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}