.detail  {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 80px 0 30px;
}

.detailImg {
    width: 550px;
    height: 550px;
    margin-right: 40px;
}

.detail .info {
    width: 550px;
    display: flex;
    flex-direction: column;
}

.detail .info .title {
    font-weight: bold;
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 5px;
    line-break: anywhere;
}

.currentPrice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 30px;
}

.currentPrice .price p + p {
    margin-top: 5px;
}

.currentPrice .price p:nth-of-type(1) {
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
}

.currentPrice .price p:nth-of-type(2) {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
}

.currentPrice .price p:nth-of-type(3) {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    opacity: 0.2;
}

.showBtn {
    width: 350px;
}

.listTitle {
    width: 100%;
    text-align: center;
    margin: 30px 0 20px;
}

.myListTitle {
    width: 100%;
    text-align: right;
    margin: 30px 0 20px;
}

.myListTitle .title {
    float: left;
    font-weight: bold;
}