main {
    padding: 20px 100px;
}

.goods-massage {
    display: flex;
    max-width: 1000px;
}

.goods-massage .goods-massage-img {
    width: 266px;
    height: 146px;
    margin-right: 20px;
    border-radius: 10px;
}

.goods-massage-info .goods-massage-info-title {
    font-size: 18px;
    font-weight: 600;
    color: #3d3d3d;
    line-height: 18px;
    margin-bottom: 17px;
}

.goods-massage-info .goods-massage-info-desc {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    margin-bottom: 25px;
}

.goods-massage .label-name {
    color: #666666;
    font-size: 14px;
    margin-right: 10px;
    white-space: nowrap;
}

.goods-massage-info-specs .label-name {
    margin-top: 9px;
}

.price-num-box {
    display: flex;
    align-items: flex-end;
    font-size: 14px;
}

.goods-massage-info .goods-massage-info-price {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.goods-massage-info .goods-massage-info-price .price-num {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #ee2828;
    margin-right: 10px;
    font-family: OPPOSans-Medium, OPPOSans;
}

.goods-massage-info .goods-massage-info-price .price-unit {
    font-size: 14px;
    font-weight: 700;
    color: #ee2828;
    margin-right: 3px;
}

.goods-massage-info .goods-massage-info-price .price-unit-price {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    margin-bottom: 5px;
}

.goods-massage-info-specs {
    display: flex;
    margin-bottom: 30px;
}

.goods-massage-info-specs-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.goods-massage-info-specs-list .goods-massage-info-specs-list-item {
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #cccccc;
    padding: 8px 15px;
    margin: 0px 14px 14px 0;
    font-size: 14px;
    cursor: pointer;
}

.goods-massage-info-specs-list .goods-massage-info-specs-list-item.active {
    color: #2164fa;
    border: 1px solid #2164fa;
}

.goods-massage-info-btn {
    width: 120px;
    height: 40px;
    background: #2164fa;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
}

.goods-details {
    width: 1000px;
    margin-top: 50px;
}

.goods-details .tabs-box {
    display: flex;
    margin-bottom: 30px;
}

.goods-details .tabs-box-item {
    font-size: 16px;
    font-weight: 400;
    width: 64px;
    color: #666;
    padding-bottom: 17px;
    border-bottom: 3px solid #fff;
    margin-right: 32px;
    cursor: pointer;
}

.goods-details .tabs-box-item.active {
    color: #3d3d3d;

    border-bottom: 3px solid #2164fa;
}


.goods-massage .fixed {
    display: flex;
}

.tabs-fixe {
    display: flex;
    max-height: 900px;
    overflow: hidden;
}

.tabs-fixe .menus-list {
    max-width: 224px;
    min-width: 180px;
    padding: 0 32px 0 32px;
    box-sizing: border-box;
    flex-shrink: 0;
    border-right: 1px solid #f1f1f1;
    overflow: hidden;
}

.tabs-fixe .menus-list div {
    line-height: 18px;
    font-size: 13px;
    margin-bottom: 16px;
    cursor: pointer;
    width: fit-content;
}

.tabs-fixe #api-content {
    padding: 0 38px;
    overflow-y: scroll;
}

/* 隐藏垂直滚动条 */
.tabs-fixe #api-content::-webkit-scrollbar {
    width: 5px;
}

/* 自定义滚动条背景 */
.tabs-fixe #api-content::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* 自定义滚动条滑块 */
.tabs-fixe #api-content::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

/* 自定义滚动条滑块悬停样式 */
.tabs-fixe #api-content::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    vertical-align: baseline;
    list-style: none;
}

#api-content table {
    border-spacing: 0;
    width: 100%;
    font-size: 12px;
    text-align: center;
    border-collapse: separate;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}

#api-content table th {
    background: #f8f8f8;
    color: #666;
    font-weight: normal;
    line-height: 32px
}

#api-content table td {
    border-bottom: 1px solid #eee;
    color: #303030;
    line-height: 20px;
    padding: 10px 6px;
    word-break: break-all
}

#api-content table td a {
    color: #2164fa
}

hr {
    border: none;
    height: 1px;
}

#api-content .header {
    font-size: 13px;
    text-align: center;
    border-collapse: separate;
    border: 1px solid #eee;
    border-radius: 4px;
}

#api-content h1 {
    font-size: 24px;
    color: #303030;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

#api-content p {
    color: #666666;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}

#api-content pre {
    position: relative;
    background-color: #e9e9eb;
    overflow-x: auto;
    transition: background-color .5s;
    border-radius: 8px;
    margin: 16px 0;
    padding: 24px;
}

#api-content pre code {
    line-height: 1.7px;
    min-width: 100%;
    font-size: .875em;
    color: #2164fa;
    letter-spacing: 0;
}

#api-content h3 {
    margin: 40px 0 20px;
    font-weight: bold;
    font-size: 14px;
}

#api-content h2 {
    margin: 40px 0 20px;
    font-weight: bold;
    font-size: 16px;
}

#api-content h3 a {
    margin: 40px 0 20px;
    font-weight: bold;
    font-size: 14px;
}

.tabs-content img {
    width: 80%;
}


.tabs-content p {
    color: #666666;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}

.tabs-content div{
    color: #666666;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}

.tabs-content span {
    font-size: 13px;
    line-height: 1.5;
}

.tabs-content table {
    border-spacing: 0;
    width: 100%;
    font-size: 13px;
    text-align: center;
    border-collapse: separate;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}

.tabs-content table th {
    background: #f8f8f8;
    color: #666;
    font-weight: normal;
    line-height: 32px
}

.tabs-content table td {
    border-bottom: 1px solid #eee;
    color: #303030;
    line-height: 20px;
    padding: 10px 6px;
    word-break: break-all
}

.tabs-content table td a {
    color: #2164fa
}


.tabs-content .header {
    font-size: 13px;
    text-align: center;
    border-collapse: separate;
    border: 1px solid #eee;
    border-radius: 4px;
}

.tabs-content h1 {
    font-size: 24px;
    color: #303030;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

.tabs-content p {
    color: #666666;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}

.tabs-content pre {
    position: relative;
    background-color: #e9e9eb;
    overflow-x: auto;
    transition: background-color .5s;
    border-radius: 8px;
    margin: 16px 0;
    padding: 24px;
}

.tabs-content pre code {
    line-height: 1.7px;
    min-width: 100%;
    font-size: .875em;
    color: #2164fa;
    letter-spacing: 0;
}

.tabs-content h3 {
    margin: 40px 0 20px;
    font-weight: bold;
    font-size: 14px;
}

.tabs-content h2 {
    margin: 40px 0 20px;
    font-weight: bold;
    font-size: 16px;
}

.tabs-content h3 a {
    margin: 40px 0 20px;
    font-weight: bold;
    font-size: 14px;
}
