.detail {
    width: 100%;
    padding-top: 61px;
}

.detail-content {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.detail-title {
    font-size: 26px;
    line-height: 26px;
    color: #333;
}

.money {
    margin-top: 12px;
    font-size: 24px;
    line-height: 24px;
    color: #DF0E0E;
}

.go-back {
    position: absolute;
    right: 1px;
    top: 6px;
    display: flex;
    font-size: 14px;
    line-height: 14px;
    color: #3E94F9;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.go-back:hover {
    font-size: 16px;
    line-height: 16px;
}

.go-back img {
    margin-right: 5px;
}

.gift-logo {
    margin-top: 40px;
    cursor: pointer;
    position: relative;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.gift-logo:hover {
    box-shadow: 5px 5px 16px 0 rgba(0, 9, 76, 0.3);
    top: -10px;
}