.page_bg {
    background-color: #d50a2b;
}

.bgImg {
    width: 100%;
	height: auto;
}

.main {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 3.48rem;
}

.template-list {
    /* width: 100%; */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.64rem;
    box-sizing: border-box;
}

.template-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1.94rem;
    margin-bottom: 0.44rem;
}

.img-box {
    width: 1.94rem;
    height: 2.65rem;
    position: relative;
}

.img-box .star-img {
    width: 1.94rem;
    height: 2.65rem;
}

.beginTime {
    color: #fff;
    font-size: 0.24rem;
    position: absolute;
    bottom: 0.30rem;
    width: 1.94rem;
    text-align: center;
}

.empty-btn {
    width: 100%;
    height: 0.3rem;
}

.star-btn {
    width: 1.8rem;
    height: 0.58rem;
}

.tanchang-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.tanchang-box {
    position: absolute;
    width: 5.1rem;
    top: 5.14rem;
    left: 50%;
    margin-left: -2.55rem;
}

.tanchuang-img {
    width: 5.1rem;
    height: 3.26rem;
}

.tanchuang-info-box {
    width: 5.1rem;
    height: 3.07rem;
    position: absolute;
    top: 0.2rem;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.46rem 0;
    box-sizing: border-box;
}

.tanchuang-info {
    font-weight: 500;
    text-align: center;
    color: #fcddaa;
    font-size: 0.28rem;
    padding: 0 0.34rem;
}

.tanchuang-btn {
    width: 2rem;
    height: 0.52rem;
    background: #f9daad;
    border-radius: 0.16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.26rem;
    color: #b22d20;
    margin-top: 0.44rem;
}