body {
    background-color: #FFFFFF;
}
section.page {
    background-color: #5f2772;
}
section.main-wrap {
    position: relative;
    width: 100%;
}

img.order_btn {
    position: absolute;
    top: 5.2rem;
    right: 0;
    width: 1rem;
    height: auto;
    z-index: 99;
}

div.banner-wrap {
    width: 100%;
    margin-bottom: -2.1rem;
}

div.banner-wrap img.banner {
    width: 100%;
    height: auto;
}
img.start-btn {
    display: block;
    width: 11.6rem;
    height: auto;
    margin-bottom: 1.2rem;
}
img.start-zoom{
    -webkit-animation: zoom 1s linear infinite alternate;
    -o-animation: zoom 1s linear infinite alternate;
    animation: zoom 1s linear infinite alternate;
}
@keyframes zoom {
    form {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes zoom {
    form {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
div.content-wrap div.custom-content-box{
    margin-bottom: 1.2rem;
}
div.content-wrap div.custom-content-box div.content{
    margin-top: -1rem;
    padding-bottom: 0.4rem;
}
div.content-wrap img.parse-text {
    display: block;
    width: 100%;
    height: auto;
}

div.content-wrap img.list-text {
    display: block;
    width: 11rem;
    height: auto;
}


/*评论区样式*/
div.content-wrap p.comment-title{
    width: 100%;
    color: #9f58de;
    font-weight: bold;
    font-size: 22px;
    white-space:nowrap;
}
div.content-wrap p.comment-title em{
    font-weight: bold;
    color: #f97d4c;
}
div.content-wrap div.detail-data{
    font-size: 16px;
    color: #FFFFFF;
    width: 100%;
    padding: 0.6rem 0;
}
div.content-wrap div.detail-data span{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    background-color: #b96cef;
    border-radius: 6px;
    padding: 0.1rem 0.35rem;
}
div.content-wrap div.detail-data span img{
    display: block;
    width: 18px;
    height: auto;
    margin-right: 0.1rem;
}
div.content-wrap div.detail-data span em{
    color: #ffe65b;
}
div.content-wrap div.labels{
    width: 100%;
    font-size: 14px;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #cecece;;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
div.content-wrap div.labels span{
    padding: 0.2rem 0.2rem;
    background-color: #fbd1bb;
    border-radius: 1rem;
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
}
div.content-wrap div.labels span:last-child{
    margin-right: 0;
}
div.content-wrap div.labels div.span-line{
    width: 100%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
div.content-wrap div.upto-wrap {
    width: 100%;
    position: relative;
    height: 440px;
    overflow: hidden;
    font-size: 16px;
}
@media screen and (max-width: 340px) {
    div.content-wrap p.comment-title{
        font-size: 18px;
    }
    div.content-wrap div.detail-data{
        font-size: 14px;
    }
    div.content-wrap div.labels{
        font-size: 12px;
    }
    div.content-wrap div.upto-wrap {
        font-size: 14px;
    }
}
div.content-wrap ul.comment-list li {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #7c7972;
    padding: 0.2rem 0;
    box-sizing: border-box;
    height: 106px !important;

}
div.content-wrap ul.comment-list li p.user {
    color: #8749E3;
    margin-bottom: 0.1rem;

}
div.content-wrap ul.comment-list li P.detail {
    color: #54524e;
}
/*评论区样式*/


div.float-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

div.float-wrap div.float-btn {
    width: 100%;
    max-width: 640px;
    height: 2.4rem;
    background-color: rgba(0, 0, 0, 0.4);
}

/*toast*/
div.toastbox {
    display: none;
    position: fixed;
    width: 80%;
    min-height: 2rem;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    left: 50%;
    top: 8rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
    text-align: center;
    line-height: 2rem;
    font-size: 0.6rem;
    border-radius: 5px;
}