﻿.render-body {
    background-color: #fff;
    padding-bottom: 80px;
}
.fca-sgw-content-wrap {
    margin: 0 auto;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-size: 16px;
}

.banner {
    color: #f3f3f3;
    padding: 0 12.5%;
    font-size: 1.2em;
    padding: 0;
    font-size: 1.5em;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgb(14,14,14);
}

    .banner.fca-sgw {
        height: 115px;
    }

    .banner.authorized-models, .banner.sgw-xtool-access {
        height: 80px;
    }

.autoauth-icon-wrap {
    width: 100%;
    margin: 2em auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.autoauth-icon {
    width: 50%;
    display: flex;
    justify-content: center;
}

    .autoauth-icon img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.step-item-container {
    padding: 0 8% 2% 0;
    margin: 0 auto;
    font-size: 1em;
}

.step-item-wrap {
    display: flex;
    flex-direction: column;
}

.step-title-container {
    display: flex;
    align-items: center;
}

    .support-info-wrap .step-title-wrap,
    .step-title-container .step-title-wrap {
        margin-left: 15px;
        font-family: 'HarmonyOS Sans SC Bold', 'HarmonyOS Sans SC Regular', 'HarmonyOS Sans SC';
        font-weight: 700;
        font-style: normal;
        color: #0099FF;
    }

.step-no-box .step-no {
    font-family: 'HarmonyOS Sans SC Bold', 'HarmonyOS Sans SC Regular', 'HarmonyOS Sans SC';
    font-weight: 700;
    font-style: normal;
    font-size: 2.2em;
    color: #FFFFFF;
}

.step-content {
    position: relative;
    border-left: 6px solid #0099FF;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    left: 20px;
    padding-left: 35px;
    padding-bottom: 15px;
}

.support-info-wrap .step-content {
    padding-left: 20px;
    padding-bottom: 3px;
}

.authorized-models-wrap {
    margin: 2em 10% 3em;
    position: relative;
    overflow: hidden;
    display: flex;
}

    .authorized-models-wrap .swiper-wrapper {
        display: flex;
        align-items: center;
    }

    .authorized-models-wrap .swiper-button-prev.swiper-button-disabled,
    .authorized-models-wrap .swiper-button-next.swiper-button-disabled {
        pointer-events: auto;
        display: none;
    }

.fca-prod-item.swiper-slide {
    font-size: 0.7em;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

    .fca-prod-item.swiper-slide img {
        width: 100%;
        height: auto;
    }

.fca-prod-item-text a {
    color: #333;
    font-weight: bold;
    display: inline-block;
    white-space: nowrap;
    overflow: visible;
}

.support-info-wrap {
    display: flex;
    align-items: stretch;
}

    .support-info-wrap .step-title-wrap {
        padding-bottom: 20px;
    }

.step-title-container .step-no-box {
    width: 46px;
    height: 46px;
    background: #0099FF;
    border-width: 0px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.key-step-wrap {
    margin-bottom: 1.5em;
    font-family: 'HarmonyOS Sans SC Bold', 'HarmonyOS Sans SC Regular', 'HarmonyOS Sans SC';
    font-weight: 700;
    font-size: 0.8em;
    font-style: normal;
}

.step-title-wrap .step-title {
    font-size: 20px;
}

.key-step {
    margin: 1.8em auto 1em;
}

    .key-step a {
        color: #0099FF;
        text-decoration: underline;
    }

.key-step-item {
    margin-left: 1.5em;
    margin-top: 1.8em;
    margin-bottom: 1.8em;
}

.key-step-last {
    padding-bottom: 40px;
}

.key-step-item.serial-no {
    position: relative;
    margin-top: 130px;
}

.sno-label-area {
    width: 98px;
    height: 30px;
    border: 4px solid red;
    position: absolute;
    bottom: 32px;
    right: 50px;
}

.model-spec-container {
    width: 64%;
    height: 123px;
    margin-left: 60px;
    position: relative;
    top: -157px;
    right: calc(64% - 100px);
}

.key-step-item.serial-no {
    position: relative;
    margin-top: 130px;
}

.connect-line {
    border-right: 4px solid red;
    width: calc(100% - 100px);
    height: 32px;
    position: absolute;
    right: 100px;
    bottom: 0;
}

.model-spec {
    position: absolute;
    top: 0;
    right: 0;
}

.step-graph img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.step-graph.add-tool {
    margin: -130px auto 50px;
}

.step-graph-last {
    padding-bottom: 1.5em;
}

.fca-sgw-desc {
    width: 100%;
    margin: 50px auto 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sgw-overview {
    width: 85%;
    margin: 0 auto;
    font-size: 14px;
}


.email-info-container {
    width: 100%;
    margin-top: -1.4em;
    /*margin-bottom: 80px;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .email-info-container .horizital-line {
        width: 46px;
        height: 7px;
        margin-left: 1.3em;
        background-color: #0099FF;
    }

    .email-info-container .email-box-wrap {
        margin-left: -12px;
        padding: 8px;
        background-color: #0099FF;
        font-family: 'HarmonyOS Sans';
        font-size: 15px;
        color: #FFFFFF;
        display: flex;
    }

.email-box-wrap .email-icon {
    margin-right: 5px;
}

.email-icon,
.email-addr {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:768px) {
    .authorized-models-wrap {
        margin: 2em 3% 3em;
        position: relative;
        overflow: hidden;
        display: flex;
    }

    .swiper-wrapper {
        margin-top: 10px;
    }

    .swiper-button-prev {
        left: 1px;
        right: auto;
    }

    .swiper-button-next {
        right: 1px;
        left: auto;
    }

    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 24px;
        height: 24px;
        margin-top: -4px;
        z-index: 10;
        cursor: pointer;
        background-size: 27px 44px;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media (min-width:768px) {
    .fca-sgw-content-wrap {
        min-width: 768px;
        max-width: 1400px;
    }

    .banner {
        padding: 0;
        margin-top: 20px;
        font-size: 1.5em;
    }

        .banner.fca-sgw {
            height: 168px;
        }

        .banner.authorized-models, .banner.sgw-xtool-access {
            height: 115px;
        }

    .step-title-wrap .step-title {
        font-size: 24px;
    }

    .step-item-container {
        padding: 0 10%;
        margin: 0 auto;
        font-size: 1em;
    }

    .sgw-overview {
        width: 80%;
        margin: 0 auto;
        font-size: 14px;
    }

    .support-info-wrap .step-title-wrap,
    .step-title-container .step-title-wrap {
        margin-left: 30px;
    }

    .step-content {
        position: relative;
        border-left: 6px solid #0099FF;
        border-right: 0;
        border-top: 0;
        border-bottom: 0;
        left: 20px;
        padding-left: 50px;
        padding-bottom: 30px;
    }

    .model-spec-container {
        width: 64%;
        height: 123px;
        margin-left: 60px;
        position: relative;
        top: -140px;
    }

    .authorized-models-wrap .swiper-button-prev.swiper-button-disabled,
    .authorized-models-wrap .swiper-button-next.swiper-button-disabled {
        pointer-events: auto;
        display: none;
    }

    .fca-prod-item.swiper-slide {
        font-size: 1em;
        padding: 0 50px;
    }

        .fca-prod-item.swiper-slide img {
            margin-top: 1.5em;
        }

    .fca-prod-item-text a:hover {
        text-decoration: none;
        color: initial;
    }

    .autoauth-icon-wrap {
        margin: 3em auto;
    }

    .autoauth-icon {
        width: 30%;
    }

    .step-graph.add-tool {
        margin: -90px auto 50px;
    }

    .email-info-container .email-box-wrap {
        margin-left: 0;
        padding: 8px;
        background-color: #0099FF;
        font-family: 'HarmonyOS Sans';
        font-size: 18.8px;
        color: #FFFFFF;
        display: flex;
    }
}

@media (min-width:1366px) {

    .key-step-item.serial-no {
        position: relative;
        margin-top: 0;
    }

    .model-spec-container {
        width: 65%;
        height: 123px;
        margin-left: 60px;
        position: relative;
        top: -94px;
        left: 0;
    }

    .connect-line {
        border-bottom: 4px solid red;
        border-left: 4px solid red;
        border-right: 4px solid red;
        width: calc(100% - 100px);
        height: 32px;
        position: absolute;
        right: 100px;
        bottom: 0;
    }
}