﻿/* #region 共用 */
.title-with-bar {
    position: relative;
    color: var(--normal-text-color);
    text-align: center;
    font-size: 24px;
    /* font-weight: bold; */
    font-family: var(--default-ff);
}

    .title-with-bar::after {
        content: "";
        width: 80px;
        height: 3px;
        /* background-color: rgb(255 193 61); */
        background: linear-gradient(217deg, #ffbb2a52, #ffffff6b 70%), linear-gradient(127deg, #fff9ea, #ffffff6b 70%), linear-gradient(336deg, #ffe9bb, #ff700c);
        border-radius: 3px;
        position: absolute;
        bottom: -7px;
        left: 50%;
        transform: translateX(-50%);
    }

.normal-text {
    text-align: center;
    font-family: var(--default-ff);
    font-size: 16px;
    line-height: 1.5;
    color: var(--normal-text-color);
}

    .normal-text.left {
        text-align: left;
    }

.normal-link {
    color: var(--caramel-text-color);
    font-size: 16px;
    font-family: "Montserrat", Arial, sans-serif;
    word-break: break-word;
}

    .normal-link:hover {
        color: #00bcd4;
    }

.google-play-button {
    transition: 0.2s;
}

    .google-play-button:hover {
        transform: scale(1.1);
    }

.google-play-badge {
    width: 140px;
}

.point-title,
.point-text,
.selc-img-text,
.onepic-small-title,
.onepic-text,
.onepic-icon-text,
.select-list-label-text {
    font-family: var(--default-ff);
}

/* #endregion */

/* #region BANNER */
.banner-wrap {
    max-width: 100%;
    height: 80vh;
    /*background-image: url(/JennyOnePlus+官網/assets/images/banner-1.jpg);*/
     background-image: url(); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 50px;
}

.banner-title,
.banner-desc {
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 6px #292318c7;
    /* #98654b */
}

.banner-title {
    margin-bottom: 10px;
    font-size: 40px;
    font-family: 'Montserrat';
    font-weight: bold;
    font-display:optional;
}

.banner-desc,
.banner-button {
    font-size: 16px;
    /* font-weight: bold; */
    font-family: 'Montserrat', 'Microsoft JHengHei', 'STHeiti', Arial, sans-serif;
}

.banner-button {
    margin-top: 30px;
    padding: 10px 30px 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    /* background: linear-gradient(to right, rgb(255, 151, 82), rgb(255, 222, 55)); */
    background-image: var(--yellow-gradient);
    border: none;
    border-radius: 7px;
    /* box-shadow: 3px 2px 6px 1px #ffffff66; */
    box-shadow: 0px 0px 0px 5px #856c1f3d;
    transition: 0.3s;
}

    .banner-button:hover,
    .banner-button:focus {
        transform: scale(1.1);
        color: #fff;
        text-decoration: none;
        box-shadow: 5px -4px 0px 1px #ffffffad;
    }

/* #endregion */
/* #region Content */
.content-group {
    margin: 0px 20px;
    max-width: 1300px;
}

.content-box {
    margin-top: 70px;
}

.content-box-title {
    margin-bottom: 30px;
}

.content-small-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: gray;
}

/* #endregion */
/* #region POINT圓形 */

.point-item {
    margin-bottom: 30px;
}

.point-head {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.point-icon-wrap {
    width: 80px;
    height: 80px;
    margin-bottom: 14px;
    border-radius: 50%;
    background-color: rgba(255, 214, 126, 0.684);
    display: flex;
    justify-content: center;
    align-items: center;
}

.point-item:nth-child(odd) {
    background-color: none;
}

    .point-item:nth-child(odd) .point-icon-wrap {
        /* background-color: rgb(163 100 0 / 68%); */
        background-color: rgb(193 111 25 / 84%)
    }

    .point-item:nth-child(odd) .point-icon {
        color: #fffde7;
    }

.point-icon {
    font-size: 26px;
    color: var(--caramel-text-color);
}

.point-title,
.point-text {
    text-align: center;
}

.point-title {
    margin-bottom: 10px;
    color: rgb(110 77 62);
    font-size: 20px;
}

.point-text {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #5d5d5d;
}

/* #endregion */
/* #region OnePic圖+文字 */
.onepic-box {
    margin-top: 80px;
}

.onepic-body {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.onepic-small-title {
    margin-bottom: 14px;
    color: var(--caramel-text-color);
    font-size: 18px;
    /* font-weight: bold; */
    text-align: center;
}

/* .onepic-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
} */

.onepic-img-wrap {
    margin-bottom: 20px;
}

.onepic-img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 1px 2px 3px #dcd9d2;
    position: relative;
    z-index: 1;
}

.onepic-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.onepic-content-bg img {
    display: none;
    opacity: 0;
}

.onepic-content-up {
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #d17c00;
}

    .onepic-content-up .google-play-button {
        display: inline-block;
    }

.onepic-ul {
    padding-left: 0;
    list-style: none;
    font-size: 16px;
    /* font-weight: bold; */
    color: var(--normal-text-color);
    text-align: left;
}

.download-app-content .onepic-ul {
    padding-left: 15px;
    list-style: circle;
    color: var(--gray-text-color);
}

.onepic-li {
    margin-bottom: 20px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    /* align-items: stretch; */
}

.onepic-icon-one {
    display: inline-block;
    width: 40px;
    margin-top: 4px;
    text-align: center;
    color: #edc00d;
    font-size: 18px;
}

.onepic-icon-text {
    width: calc(100% - 40px);
}

.onepic-text {
    color: #6c4937;
    text-align: center;
    word-wrap: break-word;
}

/* .onepic-button {
    margin: auto;
    padding: 10px 20px 12px;
    font-weight: bold;
    color: #fff;
    background-color: #b65a00;
    border: none;
    border-radius: 7px;
    box-shadow: 2px 2px 3px 2px #3a1600b8;
    transition: 0.3s;
}

.onepic-button:hover {
    color: #b65a00;
    background-color: #b65a001a;
    box-shadow: 5px -4px 0px 0px #ab5f2f;
} */

/* #endregion */
/* #region Contact 聯絡 */
.contact-box {
    margin-top: 100px;
    padding: 50px 10px 100px;
    /* background-color: #98989830; */
    background: linear-gradient(44deg, #fbce0640, #ffb58783);
    /* background: linear-gradient(44deg, #fb800640, #ffb587); */
}
.contact-page .contact-box {
    margin-top: 0;
}
.contact-small-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-family: var(--default-ff);
    text-align: center;
    line-height: 1.5;
    color: var(--normal-text-color);
}

.contact-body {
    width: 80vw;
    margin: auto;
    padding-top: 20px;
}

.contact-form,
.contact-field,
.contact-field .input-box {
    width: 100%;
    font-family: var(--default-ff);
}

.contact-field {
    margin-bottom: 20px;
}

    /* 填寫欄位label */
    .contact-field .normal-label,
    .contact-field .invalid-text.show {
        display: block;
    }

    .contact-field .normal-label {
        padding-left: 5px;
        margin-bottom: 10px;
        color: #6c4937;
        /* font-weight: bold; */
        font-size: 16px;
    }

    /* 填寫框 */
    .contact-field .input-box {
        padding: 7px 10px 7px;
        font-size: 16px;
        font-family: 'Montserrat', 'Microsoft JHengHei', ' STHeiti', Arial, sans-serif;
        line-height: 1.2;
        color: #3b3b3b;
        background-color: rgb(255, 255, 255);
        box-shadow: 2px 2px 2px 1px #7c460012;
        border: 1px solid rgba(221, 221, 221, 0);
        /* border-bottom: 2px solid rgb(221, 221, 221); */
        border-radius: 5px;
    }

        .contact-field .input-box:focus-visible {
            outline: 0px solid #79554800;
            border-bottom: 1px solid #795548;
        }

/* 狀態選擇 */
.status-select-wrap {
    display: flex;
    width: fit-content;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 1px #7c460012;
}

.status-select-label {
    display: inline-block;
    padding: 7px 10px 5px;
    color: rgb(145 145 145);
    font-size: 16px;
    font-weight: normal;
    background-color: #fff;
    transition: 0.2s;
}

    .status-select-label:hover {
        color: #fff;
        background-color: rgb(208 79 0 / 66%);
    }

.status-select-wrap .status-select:first-child .status-select-label {
    border-right: 2px solid rgb(201 96 0);
    border-radius: 5px 0 0 5px;
}

.status-select-wrap .status-select:last-child .status-select-label {
    border-radius: 0 5px 5px 0;
}

.status-select-radio:checked + .status-select-label {
    font-weight: bold;
    color: #fff;
    background-color: rgb(201 96 0);
}

/* 限制字數 */
.message-wrap {
    display: flex;
    justify-content: space-between;
    text-align: end;
}

.count-characters {
    margin-left: auto;
    color: #3b3b3b;
    font-family: var(--default-ff);
    font-size: 16px;
    text-align: end;
}

.max-char.over-limit {
    color: rgb(203, 0, 0);
    font-weight: bold;
}

/* 送出表單按鈕 */
.contact-btn {
    padding: 12px 30px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: hsl(41deg 98% 63%);
    background-image: none;
    border: none;
    border-radius: 7px;
    box-shadow: 1px 2px 2px 1px #3f330e54;
    transition: 0.3s;
}

    .contact-btn:hover {
        background-image: var(--yellow-gradient);
        box-shadow: 5px -4px 0px 1px #ffffffad;
    }

.contact-btn-icon {
    margin-left: 5px;
}

/* 必填符號 */
.contact-field .must-fill-tag {
    color: #e7870a;
    font-size: 12px;
}

/* 資料填寫不符提醒*/
.contact-field .invalid-text {
    display: none;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 14px;
    font-family: var(--default-ff);
    color: rgb(198, 2, 2);
}

.contact-field .invalid-icon {
    margin-right: 5px;
}

/* 客製化select */

.select-list-box {
    width: max-content;
    position: relative;
}

.select-list-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: max-content;
    height: 38px;
    padding: 0px 12px;
    margin-bottom: 5px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 1px #7c460012;
    position: relative;
    z-index: 0;
}

.select-list-label-text,
.select-list-label-icon {
    font-size: 16px;
    color: rgb(124, 124, 124);
}

.select-list-label-icon {
    padding-left: 20px;
}

.select-list-chkbox {
}

/* .select-list {
    display: block;
    width: max-content;
    padding: 10px 12px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 1px #7c460012;
    z-index: 1;
} */
.select-list {
    min-width: 100%;
    width: max-content;
    max-height: 300px;
    padding-left: 0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 1px #7c460012;
    opacity: 0;
    transform: scaleY(0);
    transition: 0.2s opacity;
    overflow: auto;
    position: absolute;
    left: 0;
    z-index: 1;
}

    /* .select-list-chkbox:checked+.select-list, */
    .select-list.open {
        transform: scaleY(1);
        opacity: 1;
    }

    .select-list::-webkit-scrollbar {
        width: 4px;
        height: 5px;
    }

    .select-list::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: rgb(207, 207, 207);
    }

        .select-list::-webkit-scrollbar-thumb:hover {
            border-radius: 3px;
            background-color: rgba(102, 102, 102, 0.568);
        }

    .select-list::-webkit-scrollbar-track {
        /*滾動條裡面軌道*/
        -webkit-box-shadow: inset 0 0 2px rgba(131, 131, 131, 0.02);
        /* 滾動條軌道陰影 */
        border-radius: 10px;
        /* 滾動條軌道圓角 */
        background-color: #d4d4d448;
        /* 滾動條軌道背景 */
    }

.option-item {
    display: block;
    font-size: 16px;
    font-family: var(--default-ff);
    padding: 5px 12px;
}

    .option-item:hover {
        color: orange;
        background-color: #f4f4f4;
    }

    /* .option-radio:checked+.option-item, */
    .option-item.selected {
        color: orange;
        font-weight: bold;
    }

/* #endregion */
/* #region Locate 不同國家的思圖地址 */
.locate-page {
    background-color: #fdc34412;
    padding: 50px 0;
}

.locate-group {
    padding: 0 10px 30px;
    font-family: var(--default-ff);
    color: #6c4937;
}

.locate-box {
    margin: 10px;
    padding: 10px 14px;
    line-height: 1.6;
    background-color: #fff;
    /* border: 1px solid #6c4937; */
    border-radius: 10px;
    box-shadow: 1px 1px 7px #47362b45;
    /* border-radius: 20px 0px 20px 0px; */
    transition: 0.2s;
}
    .locate-box:hover {
        transform: scale(1.1);
    }
.locate-title {
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: #6c4937;
}

.locate-wrap {
    margin-bottom: 1em;
}

.locate-label {
    color: #c16e0c;
    font-size: 14px;
    font-weight: bold;
}

.locate-label-icon {
    font-size: 14px;
}

.locate-company {
    font-size: 16px;
}

.locate-address,
.locate-email {
    font-size: 16px;
    padding-left: 10px;
}

/* #endregion */

/* #region Popup 小彈跳視窗*/
.popup-shadow {
    display: none;
    background-color: rgba(0, 0, 0, 0.563);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

    .popup-shadow.show {
        display: block;
    }

.popup-box {
    width: 250px;
    box-sizing: border-box;
    margin: auto;
    margin-top: 50vh;
    transform: translateY(-50%);
    padding: 50px 50px;
    background-color: #fff;
    border-radius: 10px;
}

.popup-icon-wrap,
.popup-text {
    text-align: center;
}

.popup-icon-wrap {
    margin-bottom: 20px;
}

.popup-icon {
    font-size: 50px;
    color: var(--light-text-color);
}

.popup-box.success .popup-icon {
    color: rgb(99, 186, 65);
}

.popup-box.fail .popup-icon {
    color: rgb(221, 42, 2);
}

.popup-box.warn .popup-icon {
    color: rgb(254, 205, 42);
}

.popup-box.success .popup-text,
.popup-box.fail .popup-text {
    color: #3b3b3b;
}

.popup-text {
    color: var(--normal-text-color);
    font-size: 18px;
    font-weight: bold;
    font-family: var(--default-ff);
}

/* #endregion */

/* #region RWD---------------- */
@media screen and (min-width:768px) {

    /* #region 共用 */
    .normal-text {
        font-size: 20px;
    }
    .normal-link {
        font-size: 18px;
    }
    .google-play-badge {
        width: 180px;
    }

    /* #endregion */
    /* #region Content */
    .content-box-title {
        font-size: 28px;
    }

    /* #endregion */
    /* #region BANNER */
    .banner-title {
        font-size: 5em;
    }

    .banner-desc {
        font-size: 30px;
    }

    .banner-button {
        font-size: 24px;
    }

    /* #endregion */
    /* #region POINT內容 */
    .point-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
    }

    .point-item {
        width: 30%;
        margin-bottom: 40px;
    }

    .point-title {
        font-size: 22px;
    }

    .point-text {
        font-size: 18px;
    }

    /* #endregion */
    /* #region OnePic 圖 文 */
    .onepic-body {
        padding: 0 50px;
    }

    .onepic-icon-one,
    .onepic-small-title {
        font-size: 24px;
    }

    .onepic-ul {
        padding-left: 0;
        font-size: 20px;
    }

    /* #endregion */
    /* #region Contact聯絡 */
    .contact-body {
        width: 450px;
        /* margin: 0 auto 20px; */
    }

    /* title、label、text、input-box相關 */
    .contact-small-title {
        padding: 0 20vw;
        font-size: 20px;
    }

    .contact-box .normal-label {
        font-size: 18px;
    }

    .contact-box .input-box {
        font-size: 18px;
    }

    .status-select-label {
        font-size: 18px;
    }

    .contact-box .invalid-text {
        font-size: 14px;
    }

    .contact-box .input-box {
        padding: 11px 15px 10px;
        font-size: 18px;
    }

    .status-select-label {
        padding: 8px 15px 7px;
        font-size: 18px;
    }

    /* time的select-list相關 */

    .time-select-wrap {
        display: flex;
    }

        .time-select-wrap .select-list-box:first-child {
            margin-right: 20px;
        }

    /* select-list相關 */
    .select-list-wrap {
        display: flex;
        align-items: baseline;
    }

        .select-list-wrap .select-list-label {
            margin-right: 10px;
        }

    .select-list-box,
    .select-list-label-text {
        font-size: 18px;
    }

    .select-list-label {
        height: 44px;
    }

    /* #endregion */
    /* #region locate*/
    .locate-group {
        padding: 0 15vw 30px;
    }

    /* #endregion */
}

@media screen and (min-width:1024px) {

    /* #region 共用 */
    .google-play-badge {
        width: 180px;
    }

    .download-app-text {
        font-size: 18px;
    }

    .normal-text {
        font-size: 20px;
    }

    /* #endregion */

    /* #region BANNER */
    .banner-title {
        font-size: 5em;
    }

    .banner-desc {
        font-size: 1.5em;
    }

    .banner-button {
        padding: 15px 40px 17px;
        font-size: 1.2em;
    }

    /* #endregion */
    /* #region Content */

    .content-group {
        /* width: 80vw; */
        margin: 75px 30px;
    }

    .content-box-title {
        margin-bottom: 40px;
        font-size: 36px;
    }

    /* #endregion */
    /* #region POINT內容 */
    .point-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
    }

    .point-item {
        width: 28%;
        margin-bottom: 40px;
    }

    .point-icon {
        font-size: 34px;
    }

    .point-title {
        font-size: 24px;
    }

    .point-text {
        font-size: 17px;
    }

    /* #endregion */
    /* #region One Pic內容 */
    .onepic-box {
        padding-bottom: 80px;
    }

    .onepic-body {
        flex-direction: row;
        /* align-items: flex-start; */
        align-items: stretch;
        position: relative;
        /* 2.0 */
        padding: 0;
        padding-bottom: 80px;
    }

    .onepic-small-title {
        font-size: 22px;
        text-align: left;
    }

    .onepic-ul {
        font-size: 18px;
    }

    .onepic-img-wrap {
        width: 55%;
    }

    .onepic-img {
        margin: auto;
    }

    /* .onepic-box:not(.download-app-content):nth-child(even) .onepic-content,
    .onepic-box:nth-child(even) .onepic-content-bg {
        order: -1;
    } */
    .onepic-box:not(.download-app-content):nth-child(even) .onepic-content-wrap,
    .onepic-box:nth-child(even) .onepic-content-wrap {
        order: -1;
    }

    .onepic-content-wrap {
        position: relative;
        width: 45%;
    }

    .onepic-content-bg {
        height: 100%;
        /* 2.0 */
        position: relative;
        display: flex;
        align-items: center;
    }

        .onepic-content-bg img {
            display: block;
            /* 2.0 */
            opacity: 0.5;
            transform: scale(1.5);
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: -2;
        }

    .onepic-content {
        /* background:linear-gradient(44deg, #fbce0640, #ffb587); */
        /* background: linear-gradient(44deg, #fb800640, #ffb587); */
        /* background: linear-gradient(44deg, #ffba0d8c, #ff914f00); */
        /* border-radius: 60% 50% 80% 50%; */
    }
    .onepic-box:not(.download-app-content):nth-child(odd) .onepic-content {
        width: fit-content;
        margin-left: auto;
    }
    .onepic-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 15px;
    }

    .onepic-content-up,
    .onepic-content-down {
        padding: 0 15px;
    }

    .onepic-content-up {
        margin-bottom: 15px;
        border-bottom: 2px solid #d17c00;
    }

        .onepic-content-up::after {
            width: 100px;
        }

    .onepic-icon-one {
        font-size: 20px;
    }

    .onepic-text {
        text-align: left;
        margin-bottom: 0;
    }

    /* #endregion */
    /* #region Contact聯絡 */
    .contact-body {
        width: 450px;
        /* margin: 0 auto 20px; */
    }

    .contact-small-title {
        font-size: 20px;
    }

    .contact-field {
        margin-bottom: 30px;
    }

    .contact-box .normal-label {
        font-size: 18px;
    }

    .contact-box .invalid-text {
        font-size: 14px;
    }

    /* #endregion */
    /* #region locate*/
    .locate-group {
        display: flex;
        /* justify-content: center; */
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0 5vw 30px;
    }

    .locate-box {
        flex-basis: 30%;
    }

    /* #endregion */
}

@media screen and (min-width:1200px) {

    /* #region Content */
    .content-group {
        width: 80vw;
        margin: 75px auto;
    }

    .content-box-title {
        margin-bottom: 60px;
        font-size: 36px;
    }

    /* #endregion */
    /* #region One Pic */
    .onepic-body {
        padding: 0 50px;
    }

    .onepic-content-bg img {
        transform: scale(1.3);
    }
    /* #endregion */

    /* #region locate*/
    .locate-group {
        padding: 0 10vw 30px;
    }

    /* #endregion */
}

@media screen and (min-width:1400px) {

    /* banner */
    .banner-title {
        font-size: 6em;
    }

    .banner-button {
        font-size: 1.4em;
    }

    /* point內容 */
    .point-title {
        font-size: 24px;
    }


    /* #region One Pic */
    .onepic-content-bg img {
        transform: scale(1.2);
    }

    .onepic-content-bg .onepic-content {
        /* top: 50px; */
    }

    /* #endregion */

    /* #region locate*/
    .locate-group {
        padding: 0px 15vw 100px;
    }

    /* #endregion */
}

/* #endregion */
