.pc {
    display: none;
}

.mb {
    display: block;
}

.hd-img-section {
    margin-bottom: 22px;
}

.sub-title {
    width: fit-content;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 32px;
    margin: 0 16px 12px 16px;
}

.sub-title .tit {
    font-family: PingFang HK, PingFang HK;
    font-weight: 600;
    font-size: 16px;
    color: #FFD000;
    line-height: 16px;
}

.tit-icon-16 {
    width: 12px;
    margin-right: 4px;
}

.my-section {
    padding: 0 16px;
    margin-bottom: 22px;
}

.my-container {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 0;
}

.title-wrapper {
    width: 100%;
    min-width: auto;
    padding: 10px 9px 6px 9px;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
}

.title-wrapper .title-txt {
    font-family: PingFang HK, PingFang HK;
    font-weight: 600;
    font-size: 16px;
    color: #F29600;
    line-height: 26px;
}

.my-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 10px 8px;
}

.title-wrapper .title-icon.tit-icon-9 {
    width: 18px;
    margin: 0 0 0 4px;
}

.detail-line {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    padding-bottom: 12px;
}

/* .detail-line .left-wrapper {
    width: 30%;
    padding: 0;
}


.detail-line .right-wrapper {
    width: 70%;
} */

.detail-line .left-wrapper,
.detail-line .right-wrapper {
    width: 100%;
    padding: 0;
}

.detail-line .left-wrapper,
.img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pic-img {
    width: auto !important;
    height: 28vh;
    margin-left: 0 !important;
    margin-bottom: 12px;
}

.scope-content p,
.scope-content ul li,
.details-wrapper .txt p,
.details-wrapper .txt .item-p {
    font-family: PingFang HK, PingFang HK;
    font-weight: 400;
    font-size: 14px !important;
    color: var(--font-color);
    line-height: 22px;
    text-indent: 0;
}

.scope-content p {
    margin-bottom: 4px;
}

.scope-content ul li,
.details-wrapper .txt .item-p {
    padding-left: 16px;
}

.scope-content ul li::before {
    top: 7px;
}

.accessibility-10-1 .scope-content ul li::before {
    top: 20px;
}

.accessibility-10-2 .scope-content ul li::before {
    top: 24px;
}

.accessibility-10-3 .scope-content ul li::before {
    top: 28px;
}

.my-wrapper .txt {
    padding-left: 0;
}
.my-wrapper .txt p{
    padding-left: 0;
}

.title-wrapper .title-icon {
    width: 18px !important;
    margin: 0 4px 0 0 !important;
}

.title-wrapper .title-icon.tit-icon-14 {
    width: 14px !important;
}

#my-section-3 .scope-content p {
    margin-bottom: 0;
}

.pt-12 {
    padding-top: 12px;
}

.pb-12 {
    padding-bottom: 12px;
}

.pic-img {
    border-radius: 12px;
}

@media screen and  (min-width: 1179px) and (max-width: 1280px) {
    .sub-title .tit {
        font-size: 20px;
    }
    
    .tit-icon-16 {
        width: 20px;
    }

    .title-wrapper .title-txt {
        font-size: 18px;
    }
}