/* 导航 */

.nav-var {
    top: 59px;
}

.crumb {
    margin: 108px auto 40px !important;
}

/* 容器 */

.container {
    display: flex;
}

.container .left .img {
    width: 600px;
    height: 750px;
    object-fit: cover;
}

.container .right {
    padding: 150px 40px 0;
}

.head {
    margin-bottom: 20px;
    align-items: flex-end;
    justify-content: space-between;
}

.head .label {
    border: 1px solid #CFA985;
}

.head .name {
    font-size: 30px;
}

.head .label {
    font-size: 11px;
    color: #756C5F;
    text-align: center;
    width: 26px;
    height: 16px;
    line-height: 16px;
    padding: 1px 4px;
    border-radius: 2px;
    margin: 0 40px 15px 8px;
}

.price {
    width: 300px;
}

.price .hauxian {
    color: #756C5F;
    font-size: 18px;
    text-decoration: line-through;
}

.price .money {
    font-size: 24px;
}

.price .del-line {
    color: #756C5F;
    font-size: 14px;
    text-decoration: line-through;
}

.score .star {
    margin-right: 10px;
}

.right .intro {
    color: #5C5447;
    font-size: 16px;
    margin-top: 20px;
}

.relax {
    flex-wrap: wrap;
    margin-top: 30px;
}

.relax .item {
    padding-bottom: 8px;
    flex-basis: calc(50% - 20px);
    border-bottom: 2px dotted #CDC2B2;
}

.relax .item:nth-child(odd) {
    margin-right: 25px;
}

.relax .item:nth-child(-n + 2) {
    margin-bottom: 18px;
}

.relax .item .img {
    width: 20px;
    height: 20px;
}

.comprise {
    margin-top: 30px;
}

.comprise .title {
    font-size: 16px;
}

.comprise .list {
    flex-wrap: wrap;

}

.comprise .list .item {
    flex-basis: calc(50% - 20px);
}

.comprise .item:nth-child(odd) {
    margin-right: 25px;
}

.comprise .item:nth-child(-n + 2) {
    margin-top: 20px;
    margin-bottom: 18px;
}

.comprise .list .item img {
    margin-right: 5px;
}

.refund {
    color: #63594A;
    padding: 8px 0;
    margin-top: 48px;
    border-radius: 2px;
    background-color: #F8E3C9;
}

.refund img {
    width: 25px;
    height: 25px;
}

.refund div {
    color: #63594A;
    margin-left: 5px;
}


.promptly {
    margin-top: 20px;
}

.promptly .item {
    flex-basis: 48%;
    padding: 10px 0;
    border-radius: 2px;
}

.promptly .item.buy {
    background-color: #F5C854;
}

.promptly .item.faq {
    color: #D1BDA3;
    text-decoration: none;
    background-color: #1B1003;
}

.order {
    color: #2F1E09;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.flat {
    border-radius: 6px;
    padding: 30px 60px;
    justify-content: center;
    background-color: #FBF6EE;
}

.flat .item:not(:first-child) {
    margin-left: 80px;
}

.flat .item img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.flat .item .desc {
    color: #2F1E09;
    font-size: 14px;
}

/* 详细描述 */

.detail .title {
    margin: 30px 0 20px;
}

/* 问题与解答 */

.foldpanel {
    width: 700px;
    border: 0px solid #ccc;
    border-bottom: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 0;
}

.foldpanel dt,
.foldpanel dd {
    border-bottom: 0px solid #ccc;
    margin: 0px;

}

.foldpanel dt {
    cursor: pointer;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F8EDDD;
}

.foldpanel dt:not(:first-child) {
    padding-top: 10px;
}

.foldpanel dt img {
    width: 23px;
    height: 23px;
}

.foldpanel dd {
    width: 96%;
    font-size: 13px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F8EDDD;
}

#my-foldpanel dd {
    display: none;
}

/* 服务 */

.container-pub {
    margin-top: 70px;
}