.section-page {
    display: flex;
    flex-direction: column;
}

@media (min-width:770px) {
    .section-header {
        height: 0.4688rem;
    }

    .section-banner {
        height: 3.1rem;
        width: 100%;
        position: relative;
        background: url("/images/scm/inquiry_banner.png");
        background-size: 100% 100%;
    }

    .section-banner  .banner-main {
        width: 7.6rem;
        height: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section-banner  .banner-main .banner-main-text1 {
        font-family: HarmonyOS Sans SC;
        font-weight: 900;
        font-size: 0.3rem;
        color: #FFFFFF;
    }

    .section-banner  .banner-main .banner-main-text2 {
        margin-bottom: 0.1rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 900;
        font-size: 0.3rem;
        color: #FFFFFF;

    }

    .section-banner  .banner-main .banner-main-text3 {
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.14rem;
        color: #E9E9E9;
    }

    .section-option {
        width: 100%;
        padding: 0.5rem 0;
        background: #ffffff;
    }

    .option-tabs-list {
        display: flex;
        justify-content: center;
        margin-bottom: 0.15rem;
    }

    .section-option .option-main {
        width: 7.6rem;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

    .section-option .option-main .option-main-title {
        width: 100%;
        text-align: center;
        font-family: HarmonyOS Sans SC;
        font-weight: 550;
        font-size: 0.16rem;
        color: #333333;
    }

    .section-option .option-main .option-main-line {
        margin: 0.1rem auto;
        width: 0.9rem;
        height: 6px;
        background: linear-gradient(90deg, #FF1702, rgba(255,23,2,0.14));
        border-radius: 4px;
    }

    .section-option .option-main .option-main-info {
        width: 5.25rem;
        margin: 0 auto 0.18rem;
        text-align: center;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.09rem;
        color: #9FA3AA;
    }

    .option-tabs-list {
        display: flex;
        justify-content: center;
        margin-bottom: 0.2rem;
    }

    .option-tabs-list .option-tabs-li {
        position: relative;
        overflow: hidden;
        width: 1rem;
        height: 0.45rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #F4F5F5;
        border-radius: 0.075rem;
        margin: 0 0.05rem;
        font-family: HarmonyOS Sans SC;
        font-size: 0.08rem;
        color: #888888;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .option-tabs-list .option-tabs-li:after, .option-tabs-list .option-tabs-li:before  {
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

    @keyframes sweep {
        0% {
            transform: translateX(-100%)
        }

        to {
            transform: translateX(500%)
        }
    }

    .option-tabs-list .option-tabs-li-select:after {
        animation: sweep 9s linear infinite;
        background: linear-gradient(270deg, #E7402A 0%, transparent 100%);
        width: 50%
    }

    .option-tabs-list .option-tabs-li-select {
        color: #333333;
        background: #FFFFFF;
        box-shadow: 0px 3px 0.16rem 0.04rem rgba(169,178,197,0.19);

    }

    .option-content {
        width: 5.25rem;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .option-content .option-content-left , .option-content .option-content-right {
        box-sizing: border-box;
    }


    .option-content .option-content-left {
        width: 50%;
        box-sizing: border-box;
        padding-right: 0.3rem;

    }

    .option-content .option-content-right {
        width: 50%;
        box-sizing: border-box;
        padding-left: 0.15rem;

    }

    .option-content-left .option-content-title1 , .option-content-right .option-content-title1 {
        font-family: HarmonyOS Sans SC;
        font-weight: 500;
        font-size: 0.13rem;
        color: #E7402A;
        margin-bottom: 0.1rem;
    }

    .option-content-left .option-fields-list {
        padding: 0.075rem 0;
        border-right: 1px dotted #B8B8B8;
    }

    .option-content-left .option-fields-list .option-fields-li {
        display: flex;
        align-items: center;
        margin-bottom: 0.04rem;
    }

    .option-content-left .option-fields-list .option-fields-li p:nth-child(1) {
        width: 0.5rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.08rem;
        color: #333333;
    }

    .option-content-left .option-fields-list .option-fields-li p:nth-child(2) {
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.08rem;
        color: #333333;
    }

    .option-content-left .option-content-tips1 {
        margin-top: 0.15rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.08rem;
        color: #666666;
    }

    .option-content-right .option-content-tips2 {
        margin-bottom: 0.1rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.08rem;
        color: #666666;
    }

    .option-content-product {
        display: flex;
        align-items: center;
    }

    .option-content-product .product-img {
        width: 0.89rem;
        height: 0.89rem;
        margin-right: 0.14rem;
    }

    .option-content-product .product-info {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .option-content-product .product-info .product-info-tips {
        margin-bottom: 0.075rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 550;
        font-size: 0.1rem;
        color: #333333;
    }

    .product-info .product-box {
        background: #F4F5F5;
        border-radius: 0.06rem;
        padding: 0.125rem 0.125rem;
    }

    .product-info .product-box .product-box-tips  {
        margin-bottom: 5px;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.075rem;
        color: #595959;

    }

    .product-info .product-box .product-box-li {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

    .product-info .product-box .product-box-li p:nth-child(1) {
        width: 0.45rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 540;
        font-size: 0.075rem;
        color: #333333;
    }

    .product-info .product-box .product-box-li p:nth-child(2) {
        font-family: HarmonyOS Sans SC;
        font-weight: 540;
        font-size: 0.075rem;
        color: #333333;
    }

    .option-form {
        width: 3.5rem;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .option-form .option-form-title1 {
        width: 100%;
        text-align: center;
        font-family: HarmonyOS Sans SC;
        font-weight: 500;
        font-size: 0.13rem;
        color: #333333;

    }
    .option-form .option-form-title2 {
        width: 100%;
        text-align: center;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.09rem;
        color: #606060;
        margin: 0.1rem 0;
    }

    .option-form .option-el-form .el-form-item {
        margin-bottom: 0.1rem;
    }

    .option-form .option-el-form .flex-form-item .el-form-item__content {
        display: flex;
        align-items: center;
    }

    .option-form .option-el-form .flex-form-item .el-form-item__content .el-input:last-child {
        margin-right: 0;
    }
    .option-form .option-el-form .flex-form-item .el-form-item__content .el-input {
        margin-right: 0.07rem;
    }

    .option-form .option-form-operate {
        display: inline-block;
        margin: 0.15rem auto 0;
        padding: 0 0.175rem;
        height: 0.225rem;
        line-height: 0.225rem;
        background: #E7402A;
        border-radius: 0.12rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.08rem;
        color: #FFFFFF;
        cursor: pointer;
    }
}

@media (max-width:768px){
    .section-banner-h5 {
        height: 12rem;
        width: 100%;
        position: relative;
        background: url("/images/scm-h5/inquiry_banner.png");
        background-size: 100% 100%;
    }

    .section-banner-h5 .banner-main-h5 {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 2.25rem 0.5rem 0 0.5rem;
    }

    .section-banner-h5 .banner-main-h5 .banner-main-text1 {
        font-family: HarmonyOS Sans SC;
        font-weight: 900;
        font-size: 0.8rem;
        color: #FFFFFF;
    }

    .section-banner-h5 .banner-main-h5 .banner-main-text2 {
        font-family: HarmonyOS Sans SC;
        font-weight: 900;
        font-size: 0.8rem;
        color: #FFFFFF;
    }

    .section-banner-h5 .banner-main-h5 .banner-main-text3 {
        margin-top: 0.2rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.45rem;
        color: #E9E9E9;
    }

    .section-option-h5 {
        width: 100%;
        box-sizing: border-box;
        padding: 1rem 0.5rem;
    }

    .section-option-h5 .option-title {
        width: 100%;
        text-align: center;
        font-family: HarmonyOS Sans SC;
        font-weight: bold;
        font-size: 0.55rem;
        color: #111111;
    }

    .section-option-h5 .option-line {
        width: 2.5rem;
        height: 0.1rem;
        margin: 0.3rem auto 0.4rem;
        background: linear-gradient(90deg, #FF1702, rgba(255,23,2,0.14));
        border-radius: 2px;
    }

    .section-option-h5 .option-info {
        width: 100%;
        margin-bottom: 0.75rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.35rem;
        color: #A2A2A2;
    }

    .option-tabs-list-h5 {
        width: 100%;
        overflow-x: auto;
        white-space:nowrap;
        margin-bottom: 0.5rem;
    }

    .option-tabs-list-h5::-webkit-scrollbar {
        display: none;
    }

    .option-tabs-list-h5 .option-tabs-li-h5 {
        display: inline-block;
        position: relative;
        overflow: hidden;
        padding: 0.4rem 0.6rem;
        margin-right: 0.5rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.35rem;
        color: #666666;
        background: #F4F5F5;
        border-radius: 0.125rem;

    }

    .option-tabs-list-h5 .option-tabs-li-select-h5 {
        color: #ffffff;
        background: linear-gradient(90deg, #6D69B7 0%, #C4368B 48%, #E7402A 100%);
    }

    .option-definition {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0.875rem 0;
        margin-bottom: 0.875rem;
        border-bottom: 1px dotted #8D8D8D;
    }

    .option-definition .definition-title , .option-example .example-title {
        margin-bottom: 0.25rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 500;
        font-size: 0.45rem;
        color: #E7402A;
    }

    .option-definition .definition-list {
        display: flex;
        flex-wrap: wrap;
    }

    .option-definition .definition-list .definition-li  {
        width: 50%;
        display: flex;
        align-items: center;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.35rem;
        color: #333333;
        margin-bottom: 0.25rem;
    }

    .option-definition .definition-list .definition-li:nth-child(even)  {
        justify-content: flex-end;
    }

    .option-definition .definition-list .definition-li .label  {
        width: 1.4rem;
    }

    .option-definition .definition-tips {
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.325rem;
        color: #666666;
    }




    .option-example .example-info {
        margin-bottom: 0.5rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.325rem;
        color: #666666;
    }

    .option-example .example-product {
        display: flex;
    }

    .option-example .example-product > img {
        width: 2.65rem;
        height: 2.65rem;
        margin-right: 0.5rem;
    }

    .option-example .example-product .product-content {
        flex: 1;
    }

    .example-product .product-content  .product-content-title {
        margin-bottom: 0.25rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 550;
        font-size: 0.35rem;
        color: #333333;
    }

    .example-product .product-content  .product-info {
        width: 100%;
        box-sizing: border-box;
        padding: 0.3rem 0.45rem;
        background: #F4F5F5;
        border-radius: 0.15rem;

    }

    .example-product .product-content  .product-info .product-info-value1 {
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.3rem;
        color: #595959;
        margin-bottom: 0.1rem;
    }

    .example-product .product-content  .product-info .product-info-value2 {
        font-family: HarmonyOS Sans SC;
        font-weight: 540;
        font-size: 0.325rem;
        color: #333333;
    }

    .option-form-h5 .option-form-title1 {
        width: 100%;
        text-align: center;
        font-family: HarmonyOS Sans SC;
        font-weight: 550;
        font-size: 0.45rem;
        color: #333333;
    }

    .option-form-h5 .option-form-title2 {
        width: 100%;
        margin: 0.25rem 0 0.5rem 0;
        text-align: center;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.3rem;
        color: #666666;
    }

    .option-el-form-h5 .flex-form-item .el-form-item__content {
        display: flex;
        align-items: center;
    }

    .option-el-form-h5 .flex-form-item .el-form-item__content .el-input {
        margin-right: 0.25rem;
    }

    .option-el-form-h5 .flex-form-item .el-form-item__content .el-input:last-child {
        margin-right: 0rem;
    }

    .option-form-h5 .option-form-operate {
        margin-top: 0.6rem;
        width: 100%;
        height: 1.125rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0.6rem;
        background: #E7402A;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.375rem;
        color: #FFFFFF;
    }


}