﻿body {
}

.detailInfo {
    padding: 0.2rem;
    font-size: 16px;
}

.detailTitle {
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom:10px;
}

.detailContent {
    padding-top: 0.2rem;
    font-size: 16px;
}


.demo-checklist-img {
    width: 100px;
    height: 100px;
    border: 1px solid #ececec;
    margin-right: 15px;
}

.demo-list-price {
    font-size: 0.3rem;
    color: #eb5211;
}

.demo-list-del-price {
    padding-left: .06rem;
    font-size: .2rem;
    margin-left: .02rem;
    position: relative;
    color: #8c8c8c;
}

    .demo-list-del-price:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 0;
        width: 100%;
        border-top: 1px solid #8c8c8c;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        top: auto;
        bottom: 50%;
    }



.addritem{white-space:normal; padding-bottom:0.2rem}


.yd-list-title {
    height: .72rem !important;
    white-space: normal !important;
}

.yd-scrolltab-title {
    max-width: none !important;
}

.yd-scrolltab-item {
    padding: 0 .1rem !important;
}
.yd-scrolltab-content-title{margin-bottom:inherit !important;}