.service-appraisal-page {
    width: 100%;
}

/* Top banner */
.top-image {
    max-height: 460px;
    object-fit: cover;
}

.top-title-text {
    font-size: 2.2rem;
    font-weight: 600;
}

/* 原本 inline style 搬過來 */
.Colorshallow {
    background-color: #E5F6FD;
}

.Colordeep {
    background-color: #C0DCF9;
}

.appraisal {
    width: 100%;
}

.appraisalBox {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.7s ease;
}

.appraisalBox.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.abox_topbg {
    width: 54vw;
    height: 29vw;
    background-image: url('../../../images/website/1111.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    left: 0;
}

.abox_top {
    color: #ffffff;
    position: absolute;
    width: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    line-height: 2;
}

.abox_top1 {
    color: #ffffff;
    position: absolute;
    width: 55%;
    top: 50%;
    left: 58%;
    transform: translate(-50%, -50%);
    z-index: 12;
    line-height: 2;
}

.abox_top2 {
    color: #ffffff;
    position: absolute;
    width: 55%;
    top: 50%;
    left: 42%;
    transform: translate(-50%, -50%);
    z-index: 12;
    line-height: 2;
}

.abox_top_bigtext {
    font-size: 1.3vw;
    font-weight: normal;
}

.abox_line {
    display: inline-block;
    width: 3vw;
    height: 2px;
    background-color: #ffffff;
    margin: 0.8vw 0 1vw;
}

.abox_text {
    font-size: 0.87vw;
    font-weight: 100;
    text-align: justify;
    opacity: 0.8;
    color: #ffffff;
    letter-spacing: 0.02em;
}

.mask_blue {
    background-color: #0D1835;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    opacity: 0.9;
    z-index: 1;
}

.abox_bom {
    width: 45vw;
    height: 19vw;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
    z-index: 13;
    padding: 2.8vw 1vw 0;
}

.abox_bomlist {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    height: 100%;
}

.list_item {
    float: left;
    width: 12vw;
    text-align: center;
    margin: 0 0.3vw;
}

.list_img {
    margin-bottom: 1vw;
    height: 4.5vw;
}

.list_img i {
    display: inline-block;
    width: 4.2vw;
}

.list_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.list_text {
    line-height: 1.8;
    font-size: 0.7vw;
    height: 10.5vw;
    text-align: left;
    font-weight: 100;
}

.list_text span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 10px 0;
}

.list_smalltext {
    font-size: 0.7vw;
    text-align: right;
    padding: 0 40px;
    color: #6DA7F1;
    position: absolute;
    bottom: 0.8vw;
    right: 0;
}

.apparSize {
    color: #6DA7F1;
    text-align: center;
    font-weight: 700;
    font-size: 0.8vw;
}

.apparSpan {
    background-color: #6DA7F1;
}

.Colordeep .abox_topbg {
    left: 50%;
}

.Colordeep .abox_bom {
    left: 40vw;
}

.Colordeep .abox_top {
    text-align: right;
}

.copyBox_btn {
    text-align: center;
    background-color: #C0DCF9;
    padding-bottom: 0.8vw;
}

.btn-back {
    min-width: 160px;
}

/* iPhone 14 Pro Max 等手機 */
@media (max-width: 575.98px) {
    .top-title-text {
        font-size: 1.6rem;
    }

    .abox_topbg {
        width: 100vw;
        height: auto;
    }

    .abox_top1,
    .abox_top2 {
        width: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .abox_top_bigtext {
        font-size: 5vw;
    }

    .abox_text {
        font-size: 3.6vw;
    }

    .abox_bom {
        position: static;
        width: 100%;
        height: auto;
        transform: none;
        margin-top: 1.5rem;
        padding: 1.5rem 1rem 1rem;
    }

    .abox_bomlist {
        flex-wrap: wrap;
        justify-content: center;
    }

    .list_item {
        width: 45%;
        margin-bottom: 1.5rem;
    }

    .list_text {
        height: auto;
        font-size: 3vw;
    }

    .list_smalltext {
        position: static;
        padding: 0;
        margin-top: 0.5rem;
        font-size: 3vw;
        text-align: center;
    }

    .apparSize {
        font-size: 3.2vw;
    }
}

/* iPad Mini 等平板 */
@media (min-width: 768px) and (max-width: 991.98px) {
    .top-title-text {
        font-size: 2rem;
    }

    .abox_top_bigtext {
        font-size: 2.2vw;
    }

    .abox_text {
        font-size: 1.6vw;
    }

    .abox_bom {
        width: 80vw;
        height: auto;
    }

    .list_item {
        width: 15vw;
    }

    .list_text {
        height: auto;
        font-size: 1.5vw;
    }

    .list_smalltext {
        font-size: 1.4vw;
    }

    .apparSize {
        font-size: 1.6vw;
    }
}
