﻿@charset "UTF-8";

html {
    min-height: 100%;
    background-color: #F7F7FA;
}

.contaier {
    padding: .33rem;
}

.detail-box {
    background-color: #F7F7FA;
    /*  padding: .33rem;*/
    padding-top: .4rem;
    padding-bottom: 2rem;
}

    .detail-box .detai-img-box {
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
        border-radius: .1rem;
        text-align: center;
    }

        .detail-box .detai-img-box img {
            width: 99%;
            height: auto;
        }

    .detail-box .pay-btn-div-wrap {
        display: none;
    }

    .detail-box .pay-btn-div {
        margin-top: .27rem;
        margin-bottom: .27rem;
        display: flex;
        border-radius: .1rem;
        overflow: hidden;
    }

        .detail-box .pay-btn-div p {
            flex: 1;
            height: 1.07rem;
            color: white;
            font-size: 0.43rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .detail-box .pay-btn-div p:nth-child(1) {
                background-color: #357CE8;
            }

            .detail-box .pay-btn-div p:nth-child(2) {
                background-color: #FF7200;
                position: relative;
            }

                .detail-box .pay-btn-div p:nth-child(2)::before {
                    content: '';
                    display: block;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-color: transparent;
                    border-width: .4rem .7rem .7rem .7rem;
                    border-top-color: #FF7200;
                    position: absolute;
                    left: -1.2rem;
                    transform: rotate(90deg);
                }

    .detail-box .detail-info-box {
        background-color: #fff;
        margin-top: .27rem;
        border-radius: .1rem;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    }

        .detail-box .detail-info-box .info-top {
            padding: .43rem;
            padding-top: .295rem;
            padding-bottom: .295rem;
            border-bottom: 0.01rem solid #EBEBEB;
        }

            .detail-box .detail-info-box .info-top .title {
                font-size: 0.43rem;
                color: #333;
                font-weight: bold;
                line-height: .7rem;
            }

            .detail-box .detail-info-box .info-top .ly {
                margin-top: 0.355rem;
                display: flex;
                flex-wrap: wrap;
            }

                .detail-box .detail-info-box .info-top .ly .item {
                    font-size: 0.37rem;
                    color: #999;
                    float: left;
                    margin-bottom: .3rem;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    width: 40%;
                }

                    .detail-box .detail-info-box .info-top .ly .item a {
                        font-size: 0.37rem;
                        color: #333;
                        margin-right: .2rem;
                    }

                    .detail-box .detail-info-box .info-top .ly .item span {
                        font-size: 0.37rem;
                        color: #333;
                    }

                    .detail-box .detail-info-box .info-top .ly .item:nth-child(2n) {
                        width: 60%;
                    }

                    .detail-box .detail-info-box .info-top .ly .item.tx {
                        width: 100%;
                        line-height: 1.3;
                        margin-top: -.1rem;
                    }

                        .detail-box .detail-info-box .info-top .ly .item.tx span {
                            font-size: 0.37rem;
                            color: #999;
                        }

                    .detail-box .detail-info-box .info-top .ly .item:last-child {
                        margin-bottom: 0;
                    }

        .detail-box .detail-info-box .info-introduction {
            padding: .265rem .38rem;
            border-bottom: 0.01rem solid #EBEBEB;
            display: none;
        }

            .detail-box .detail-info-box .info-introduction p {
                font-size: 0.37rem;
                color: #999;
                line-height: .6rem;
            }

                .detail-box .detail-info-box .info-introduction p span {
                    font-size: 0.37rem;
                    color: #333;
                }

        .detail-box .detail-info-box .info-careful {
            padding: .265rem .38rem;
            border-bottom: 0.01rem solid #EBEBEB;
            display: none;
        }

            .detail-box .detail-info-box .info-careful p {
                font-size: 0.37rem;
                color: #999;
                line-height: .6rem;
                margin-bottom: .08rem;
            }

                .detail-box .detail-info-box .info-careful p span {
                    font-size: 0.37rem;
                    color: #333;
                }

                .detail-box .detail-info-box .info-careful p a {
                    font-size: 0.37rem;
                    color: #357CE8;
                }

                .detail-box .detail-info-box .info-careful p:last-child {
                    margin-bottom: 0;
                }

        .detail-box .detail-info-box .info-btn {
            display: flex;
            height: 1.33rem;
            align-items: center;
            padding: 0 .67rem;
            justify-content: space-between;
            border-bottom: 0.01rem solid #EBEBEB;
            display: none;
        }

            .detail-box .detail-info-box .info-btn a {
                display: inline-block;
                width: 2.4rem;
                height: 0.8rem;
                background: rgba(247, 104, 45, 0.08);
                border-radius: 1rem;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 0.35rem;
                color: #F7682D;
            }

        .detail-box .detail-info-box .info-cz {
            height: 1.19rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .detail-box .detail-info-box .info-cz span {
                color: #999999;
                font-size: 0.37rem;
            }

            .detail-box .detail-info-box .info-cz .smallBtn {
                display: none;
            }

        .detail-box .detail-info-box.more .info-introduction {
            display: block;
            font-size: 0.37rem;
            color: #999;
            line-height: .45rem;
        }

        .detail-box .detail-info-box.more .info-careful {
            display: block;
        }

        .detail-box .detail-info-box.more .info-btn {
            display: flex;
        }

        .detail-box .detail-info-box.more .info-cz .moreBtn {
            display: none;
        }

        .detail-box .detail-info-box.more .info-cz .smallBtn {
            display: block;
        }

.guess-like {
    margin-top: 0.53rem;
    margin-bottom: .65rem;
}

.ppt-list {
    /*margin-top: 0.65rem;*/
}

.bull-btn-div {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 1.33rem;
    display: flex;
}

    .bull-btn-div .buy-btn {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 2.8rem;
        height: 1.33rem;
        background-color: #fff;
        justify-content: space-around;
    }

        .bull-btn-div .buy-btn img {
            height: 0.65rem;
            width: auto;
        }

        .bull-btn-div .buy-btn span {
            color: #888;
            font-size: .3rem;
        }

    .bull-btn-div .bull-btn {
        flex: 1;
        background-color: #357CE8;
        font-size: 0.48rem;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .bull-btn-div .bull-btn .buy-btn-icon {
            height: 0.60rem;
            width: auto;
        }

.one-buy-pop {
            width: 9.33rem;
            height: 7.6rem;
            border-radius: .2rem;
            padding-top: 0;
            overflow: hidden;
            padding: 0 .67rem;
            display: none;
        }

    .one-buy-pop .buy-top {
        background-color: #fff;
        width: 100%;
        display: flex;
        padding-top: .48rem;
        align-items: center;
    }

        .one-buy-pop .buy-top img {
            width: 2rem;
            height: 2rem;
        }

        .one-buy-pop .buy-top > div {
            margin-left: .65rem;
        }

            .one-buy-pop .buy-top > div .name {
                font-size: 0.43rem;
                color: #333;
                margin-bottom: .39rem;
                text-align: left;
                width: 5rem;
            }

            .one-buy-pop .buy-top > div .price {
                font-size: 0.67rem;
                color: #CC5050;
                text-align: left;
            }

                .one-buy-pop .buy-top > div .price::before {
                    content: '￥';
                    color: #CC5050;
                    font-size: .37rem;
                }

    .one-buy-pop .content {
        padding-top: .67rem;
    }

        .one-buy-pop .content > div {
            display: flex;
        }

            .one-buy-pop .content > div p {
                font-size: 0.37rem;
                color: #666;
            }

            .one-buy-pop .content > div span {
                font-size: 0.37rem;
                color: #333;
                margin-left: .3rem;
            }

            .one-buy-pop .content > div .pay-div {
                display: flex;
                align-items: center;
                margin-left: .5rem;
            }

                .one-buy-pop .content > div .pay-div > p {
                    margin-right: .53rem;
                }

    .one-buy-pop .ljfkBtn {
        width: 8rem;
        height: 1.07rem;
        background: #357CE8;
        border-radius: .08rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: .43rem;
        margin-top: .69rem;
    }

        .one-buy-pop .ljfkBtn span {
            color: white;
            font-size: .43rem;
        }

    .one-buy-pop .tip-div {
        width: 100%;
        bottom: 0;
        position: absolute;
        background: #F7F7F7;
        height: 1.65rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        padding-left: .81rem;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
        left: 0;
    }

        .one-buy-pop .tip-div span {
            color: #999;
            font-size: 0.32rem;
        }

.pay-btn .el-button {
    background-color: #357CE8;
    border-color: #357CE8;
    height: 100%;
    width: 100%;
}

    .pay-btn .el-button.is-disabled {
        background-color: #a0cfff;
        border-color: #a0cfff;
    }

.audio-play {
    width: 9.33rem;
    margin: 0 auto;
    margin-top: .4rem;
    background-color: #fff;
    border-radius: .3rem;
    box-shadow: 0.02rem 0.02rem 0.06rem 0.02rem rgba(0, 0, 0, 0.08);
    padding-top: .4rem;
    text-align: center;
}

    .audio-play .title {
        text-align: center;
        font-size: 0.43rem;
        color: #333;
        font-weight: bold;
        margin-bottom: .39rem;
    }

    .audio-play .audio-img {
        width: 2.93rem;
        height: 2.93rem;
        display: inline-block;
        border-radius: 50%;
        margin: 0 auto;
    }

    .audio-play .play-div {
        height: .75rem;
        display: flex;
        align-items: center;
        padding-left: .33rem;
        padding-bottom: .4rem;
        margin-top: .25rem;
    }

        .audio-play .play-div .play-btn {
            width: 0.75rem;
            height: 0.75rem;
            border-radius: 50%;
        }

            .audio-play .play-div .play-btn img {
                width: 100%;
                height: 100%;
            }

            .audio-play .play-div .play-btn .yesPlay-img {
                display: none;
            }

            .audio-play .play-div .play-btn .loading-img {
                display: none;
                animation: rotate 2s linear infinite;
            }

            .audio-play .play-div .play-btn.playing .noPlay-img {
                display: none;
            }

            .audio-play .play-div .play-btn.playing .yesPlay-img {
                display: block;
            }

            .audio-play .play-div .play-btn.playing .loading-img {
                display: none;
            }

            .audio-play .play-div .play-btn.loading {
                background: linear-gradient(90deg, #FF7534, #FF8F5E);
            }

                .audio-play .play-div .play-btn.loading .noPlay-img {
                    display: none;
                }

                .audio-play .play-div .play-btn.loading .yesPlay-img {
                    display: none;
                }

                .audio-play .play-div .play-btn.loading .loading-img {
                    display: block;
                    width: .48rem;
                    height: .48rem;
                    margin-left: .12rem;
                    margin-top: .13rem;
                }

        .audio-play .play-div .play-cont {
            display: flex;
            align-items: center;
            height: .75rem;
            margin-left: .39rem;
        }

            .audio-play .play-div .play-cont span {
                font-size: 0.37rem;
                color: #666;
            }

            .audio-play .play-div .play-cont .audio-progress {
                width: 4.8rem;
                height: 0.1rem;
                background-color: #EBEBEB;
                position: relative;
                margin: 0 .28rem;
            }

                .audio-play .play-div .play-cont .audio-progress .loadpro {
                    position: absolute;
                    height: 100%;
                    top: 0;
                    left: 0;
                }

                .audio-play .play-div .play-cont .audio-progress .pace {
                    position: absolute;
                    height: 100%;
                    background-color: #F7682D;
                }

                .audio-play .play-div .play-cont .audio-progress > a {
                    width: .26rem;
                    height: .26rem;
                    background: #F7682D;
                    border-radius: 50%;
                    display: inline-block;
                    position: absolute;
                    top: -0.08rem;
                    left: 0;
                }

    .audio-play .audio-info {
        display: flex;
        flex-wrap: wrap;
        padding-top: .39rem;
        border-top: 0.01rem solid #EBEBEB;
        border-bottom: 0.01rem solid #EBEBEB;
        padding-left: .35rem;
    }

        .audio-play .audio-info > div {
            margin-bottom: .34rem;
            min-width: 33%;
            text-align: left;
        }

            .audio-play .audio-info > div span:nth-child(1) {
                font-size: 0.37rem;
                color: #999;
            }

            .audio-play .audio-info > div span:nth-child(2) {
                font-size: 0.37rem;
                color: #333;
            }

    .audio-play .tip-div {
        height: 1.15rem;
        display: flex;
        align-items: center;
        padding-left: .33rem;
    }

        .audio-play .tip-div span:nth-child(1) {
            font-size: 0.37rem;
            color: #999;
        }

        .audio-play .tip-div span:nth-child(2) {
            font-size: 0.37rem;
            color: #333333;
        }

    .audio-play .link-div {
        border-top: 0.01rem solid #EBEBEB;
        padding-top: .27rem;
        display: flex;
        flex-wrap: wrap;
        padding-left: .33rem;
    }

        .audio-play .link-div a {
            display: inline-block;
            height: 0.67rem;
            background: rgba(247, 104, 45, 0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #F7682D;
            font-size: 0.35rem;
            margin-right: .4rem;
            margin-bottom: .27rem;
            padding: 0 .43rem;
        }

.weui-popup__modal {
    border-radius: .3rem .3rem 0rem 0rem;
}

.buy-pop {
    width: 100%;
    z-index: 11;
    position: relative;
    background-color: #f7f7f7;
    overflow-y: auto;
}

    .buy-pop .closePop {
        width: 0.48rem;
        height: 0.48rem;
        position: fixed;
        right: 0.48rem;
        top: 0.48rem;
    }

    .buy-pop .buy-top {
        background-color: #fff;
        width: 100%;
        height: 2.88rem;
        display: flex;
        position: sticky;
        position: -webkit-sticky;
        top: 0px;
        align-items: center;
        padding: 0 .67rem;
    }

        .buy-pop .buy-top img {
            width: 2rem;
            height: 2rem;
        }

        .buy-pop .buy-top > div {
            margin-left: .65rem;
        }

            .buy-pop .buy-top > div .name {
                font-size: 0.43rem;
                color: #333;
                margin-bottom: .36rem;
                line-height: 1.3;
                width: 5.4rem;
                word-break: break-all;
            }

            .buy-pop .buy-top > div .price {
                font-size: 0.67rem;
                color: #CC5050;
            }

                .buy-pop .buy-top > div .price::before {
                    content: '￥';
                    color: #CC5050;
                    font-size: .37rem;
                }

    .buy-pop .buy-cent {
        padding-top: .41rem;
        overflow-y: scroll;
        padding-bottom: .5rem;
        padding-left: .67rem;
    }

        .buy-pop .buy-cent .text-div {
            display: flex;
            margin-bottom: .47rem;
        }

            .buy-pop .buy-cent .text-div .text-div-title {
                font-size: .37rem;
                color: #666;
            }

            .buy-pop .buy-cent .text-div > span {
                font-size: .37rem;
                color: #333;
                margin-left: .3rem;
            }

        .buy-pop .buy-cent .item {
            margin-bottom: .12rem;
        }

            .buy-pop .buy-cent .item .item-title {
                font-size: .37rem;
                color: #666;
                margin-bottom: .32rem;
            }

            .buy-pop .buy-cent .item .item-cont-one {
                display: flex;
                flex-wrap: wrap;
            }

                .buy-pop .buy-cent .item .item-cont-one > div {
                    width: 3.2rem;
                    height: 1.07rem;
                    background: #EBEBEB;
                    border-radius: .1rem;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin-right: .27rem;
                    margin-bottom: .27rem;
                }

                    .buy-pop .buy-cent .item .item-cont-one > div span {
                        font-size: .35rem;
                        color: #666;
                    }

                    .buy-pop .buy-cent .item .item-cont-one > div.active {
                        background: #EBF2FA;
                        border: 1px solid #357CE8;
                    }

                        .buy-pop .buy-cent .item .item-cont-one > div.active span {
                            color: #357CE8;
                        }

            .buy-pop .buy-cent .item .item-cont {
                display: flex;
                flex-wrap: wrap;
            }

                .buy-pop .buy-cent .item .item-cont > div {
                    height: 1.07rem;
                    padding: 0 .3rem;
                    background: #EBEBEB;
                    border-radius: 0.1rem;
                    display: inline-flex;
                    align-items: center;
                    margin-bottom: .27rem;
                    margin-right: .28rem;
                }

                    .buy-pop .buy-cent .item .item-cont > div.disabled {
                        pointer-events: none;
                    }

                        .buy-pop .buy-cent .item .item-cont > div.disabled > span {
                            text-decoration: line-through;
                        }

                    .buy-pop .buy-cent .item .item-cont > div span {
                        color: #666666;
                        font-size: 0.35rem;
                    }

                        .buy-pop .buy-cent .item .item-cont > div span::after {
                            content: '|';
                            display: inline-block;
                            margin-right: .15rem;
                            margin-left: .15rem;
                        }

                        .buy-pop .buy-cent .item .item-cont > div span:last-child::after {
                            content: '';
                        }

                    .buy-pop .buy-cent .item .item-cont > div.active {
                        background: #EBF2FA;
                        border: 1px solid #357CE8;
                    }

                        .buy-pop .buy-cent .item .item-cont > div.active span {
                            color: #357CE8;
                        }

                            .buy-pop .buy-cent .item .item-cont > div.active span::after {
                                color: #357CE8;
                            }

        .buy-pop .buy-cent .payment-div {
            display: flex;
            align-items: center;
        }

            .buy-pop .buy-cent .payment-div .payment-div-title {
                font-size: .37rem;
                color: #666;
            }

            .buy-pop .buy-cent .payment-div > div {
                display: flex;
                margin-left: .73rem;
            }

                .buy-pop .buy-cent .payment-div > div > p {
                    margin-right: .67rem;
                }

    .buy-pop .pay-btn {
        width: 100%;
        height: 1.33rem;
        display: flex;
        position: sticky;
        position: -webkit-sticky;
        bottom: 0px;
        left: 0;
        background-color: #357CE8;
        align-items: center;
        justify-content: center;
    }

        .buy-pop .pay-btn span {
            font-size: 0.48rem;
            color: white;
        }

.el-button span {
    color: white;
    font-size: 0.48rem;
}

.weui-popup__modal {
    border-radius: .3rem .3rem 0rem 0rem;
}


/* download tip */
.download-tip-pop {
    width: 8rem;
    height: 7.2rem;
}

    .download-tip-pop .cont {
        width: 6.67rem;
        height: 3.36rem;
        background: #F7F7F7;
        margin: 0 auto;
        margin-top: 0.53rem;
        padding: 0 .17rem;
        display: flex;
        align-items: center;
    }

        .download-tip-pop .cont p {
            font-size: 0.37rem;
            color: #333;
            line-height: 1.5;
            text-align: left;
        }

    .download-tip-pop .btn-div {
        margin: 0 auto;
        margin-top: 0.52rem;
        display: flex;
        width: 7rem;
        justify-content: space-between;
    }

        .download-tip-pop .btn-div .com-pop-btn:nth-child(1) {
            background-color: #357CE8;
        }

        .download-tip-pop .btn-div .com-pop-btn:nth-child(2) {
            background-color: #F7682D;
        }

        .download-tip-pop .btn-div .com-pop-btn span {
            font-size: .37rem;
        }

.send-mailbox-pop {
    width: 8rem;
    height: 5.93rem;
}

    .send-mailbox-pop .cont {
        width: 6.67rem;
        margin: 0 auto;
        margin-top: 0.52rem;
        text-align: left;
    }

        .send-mailbox-pop .cont p {
            font-size: 0.37rem;
            color: #333;
            margin-bottom: .52rem;
        }

        .send-mailbox-pop .cont input {
            width: 6.67rem;
            height: 1.07rem;
            background: #F7F7F7;
            font-size: .37rem;
            padding-left: .4rem;
            line-height: 1.07rem;
            border: 1px solid #E6E6E6;
        }

    .send-mailbox-pop .btn-div {
        margin: 0 auto;
        margin-top: 0.67rem;
        display: flex;
        width: 7rem;
        justify-content: space-between;
    }

        .send-mailbox-pop .btn-div .com-pop-btn:nth-child(1) {
            background: #CCCCCC;
        }

        .send-mailbox-pop .btn-div .com-pop-btn:nth-child(2) {
            background: #357CE8;
        }
/* download tip */
