.circle-head-line {
    border-top: 1px solid #30353b;
    width: calc(100%-20px);
    margin-top: 5px;
    margin-bottom: 10px;
    position: relative;
}

.circle-head-line:before, .circle-head-line:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #30353b;
    border-radius: 3px;
    position: absolute;
    top: -3px;
}

.circle-head-line:after {
    right: 0;
}

.header {
    padding: 40px 30px 0px 30px;
}

.header .title {
    font-size: 22px;
    font-weight: 900;
    margin-right: 10px;
    margin-left: 5px;
}

.header .sub-title {
    font-size: 16.5px;
    color: gray;
}

ul {
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 2px;
    margin: 0px !important;
}

.goods-desc li {
    padding-bottom: 4px;
}

.goods-desc p {
    margin-bottom: 10px;
    font-weight: 400;
}

/* .goods-desc img {
    border: 1px #CCC solid !important;
    margin: 10px 0px !important;
} */

.goods-desc {
    font-weight: 500;
    letter-spacing: -0.5px;
}