.page {
    position: relative;
    margin: 0 auto;
    max-width: 480px;
    min-height: 100vh;
    background: #f5f5f5;
    padding-bottom: 56px;
}

/* .action-sheet .weui-actionsheet{
    max-width: 480px;
    left: 50%;
    transform: translate(-50%,100%);
} */

.img-info {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.goods-cover {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
}

.goods-cover img {
    width: 100%;
    height: 100%;
}

.goods-cover .period-text {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    height: 0.48rem;
    opacity: .5;
    line-height: .48rem;
    background: #000;
    border-radius: 0 0.08rem 0 0;
    padding: 0 0.16rem;
    max-width: 80%;
}

.limit-date {
    font-size: .24rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #fff;
}

.goods-type {
    position: absolute;
    min-width: 30px;
    max-width: 140px;
    height: 20px;
    line-height: 20px;
    background: #333;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    padding: 0 5px;
    opacity: .5;
}

.goods-price {
    background: #fff;
}

.price-current {
    font-size: .28rem;
}

.price-normal,
.price-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.price-wrapper {
    padding: 0.32rem 0.32rem 0;
}

.price-amount,
.price-currency,
.price-tag {
    color: #ff5429;
    font-weight: 500;
}

.price-amount {
    font-size: .48rem;
}

.goods-title {
    background-color: #fff;
    padding: .24rem .32rem .48rem;
}

.title-main {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 600;
    font-size: .32rem;
    word-break: break-word;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.title-main .icon-warp {
    display: -webkit-flex;
    display: flex;
}

.sub-title {
    word-break: break-all;
    color: #999;
    line-height: .4rem;
    font-size: .28rem;
    margin-top: 0.24rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.update-and-subscribe {
    margin-top: 0.16rem;
    color: #999;
    font-size: .24rem;
    font-weight: 400;
}

.goods-comment {
    background-color: #fff;
    margin: 8px 0;
}

.comment-wrapper {
    color: #333;
    box-sizing: border-box;
    padding: 0.32rem;
}

.comment-wrapper .comment-header {
    width: 100%;
    font-size: .32rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment-wrapper .comment-header .quantity {
    font-weight: 600;
}

.comment-wrapper .comment-header .all {
    font-size: .28rem;
    color: #666;
    display: flex;
    align-items: center;
}

.comment-wrapper .comment-header .all .portrait {
    margin-left: 0.14rem;
    width: 0.32rem;
    height: 0.32rem;
}


.goods-intro {
    margin-top: 8px;
}

.virtual-intro {
    font-size: .28rem;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.tabs-container {
    width: 100%;
}

.tabs {
    padding-left: 0.08rem;
    width: 100%;
    color: #999;
    white-space: nowrap;
    margin: 0;
    background-color: #fff;
}

.tabs .item {
    position: relative;
    padding: 0.3rem 0.24rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: all;
    font-size: .28rem;
    cursor: pointer;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.tabs .item.is-active {
    color: #333;
    position: relative;
    font-weight: 600;
    transition: all .1s;
}

.tabs .item.is-active .name {
    -webkit-transform: scale(1.14);
    transform: scale(1.14)
}

.tabs .item.is-active:after {
    content: "";
    position: absolute;
    width: .4rem;
    height: .04rem;
    background: #105cfb;
    border-radius: .03rem;
    bottom: .1rem;
    left: calc(50% - .2rem)
}

.tabs .item .text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: .2rem;
    padding: .02rem .08rem;
    border-radius: .5rem;
    position: absolute;
    top: 0;
    left: 35px;
    color: #fff;
    background: linear-gradient(180deg, #ff981f, #ff781f)
}

.tabs .item .text:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 4px;
    border-style: solid;
    border-width: 4px 15px 0 2px;
    border-color: #ff781f transparent transparent transparent
}

.course-panel {
    position: relative;
    margin: 0 0.32rem;
    background: #fff;
}

.panel-bottom {
    min-height: 5.6rem;
}

.virtual-intro {
    font-size: .28rem;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.image-text-box {
    z-index: 0;
    font-size: 16px;
    color: #333;
    font-family: PingFang SC, Helvetica, Arial, Roboto, sans-serif;
}

.detail_div {
    padding: 0.14rem 0 0.32rem 0;
    word-wrap: break-word;
    word-break: normal;
    overflow: hidden;
}

.detail_div *,
.detail_div ul {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.detail_div img {
    max-width: 100% !important;
    height: auto !important;
    vertical-align: middle !important;
}

.footer-button {
    width: 100%;
    bottom: 0;
    background: #fff;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 480px;
    z-index: 1;
}

.footer-button .operate-wrap {
    padding: 8px 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 0 -2px 3px #eee;
}

.btn-operate {
    -webkit-flex: 1;
    flex: 1;
}

.class-enter {
    display: none;
    background-color: #fff;
    min-height: 5.44rem;
}

.loading {
    display: none;
    text-align: center;
}

.class-enter .lock-no-buy {
    padding: 0;
    height: 4.48rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    color: #666;
}

.class-enter .lock-no-buy:before {
    content: "";
    position: absolute;
    top: 0;
    left: -0.32rem;
    bottom: -0.24rem;
    right: -0.32rem;
    background-size: cover;
    background-image: url(../images/lockbg.png);
}

.class-enter .lock-no-buy i {
    font-size: .6rem;
    color: #666;
    z-index: 1;
}

.class-enter .lock-no-buy p {
    font-size: .28rem;
    color: #666;
    font-weight: 400;
    line-height: .4rem;
    margin-top: 0.1rem;
    z-index: 1;
}