body {
    background-origin: border-box;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}
body.home {
    background-attachment: fixed;
    background-blend-mode: overlay;
    background-color: var(--color-white-02);
    background-image: url('/media/va4bj2vp/background.svg');
}

p.page_t_title {
    color: grey;
}
.topBanner {
    position: relative;
    z-index: 1;
}
.topBanner::after {
    content:'';
    position: absolute;
    z-index: 2;
    bottom: 0;
    display: block;
    width: 100%;
    height: 20%;/*170px*/
    background: linear-gradient(180deg, var(--color-transparent) 0%, var(--color-white-01) 100%);
}
@media (max-width: 576px) {
    .topBanner .singlebanner {
        object-fit: cover;
        /*
        object-position: -8vh 0;
        min-height: 90vh;
        */
        width: 100%;
    }
}
.about-city-quest .topBanner::after {
    content: none;
}
.gridCard {
    margin-top: 3em;
}
.gridCard .field--name-field-cityu-news-thumbnail {
    text-align: center;
}
.gridCard img {
    max-width: 258px;
    max-height: 234px;
    width: auto;
    height: auto;
}
.gridCard .umb-block-grid__layout-item {
    align-self: stretch;
}
@media (min-width: 1000px) {
    .gridCard .umb-block-grid__layout-item:nth-child(3n+2) {
        margin-left: 2rem;
        margin-right: 2rem;
    }
}
.gridCard article.paragraph {
    display: flex !important;
    flex-direction: column;
}
.gridCard article > div:nth-child(1) {
    flex: 0 0 300px;
    align-content: flex-end;
}
.gridCard article > div:nth-child(2) {
    flex: 1 1 auto;
}
.gridCard .t-news-slider-message .field--name-title h1 {
    font-family: "Crimson Pro", serif;
    font-optical-sizing: auto;
    font-style: italic;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}
.gridCard .t-news-slider-message .field--type-text-with-summary p {
    color: var(--color-black-01);
    text-align: center;
}
.homepage-staytuned {
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
}
.homepage-staytuned::before,
.homepage-staytuned::after
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    display:block;
    width: 100%;
    height: 100%;
    background-origin: border-box;
    background-repeat: no-repeat;
    background-size: contain;
}
.homepage-staytuned::before {
    background-position: center top;
    background-image: url("/media/253hhdtg/upperside_v2.svg");
    top: 0px;
}
.homepage-staytuned::after {
    background-position: center bottom;
    background-image: url("/media/ekbjedc0/lowerside-v2.svg");
    bottom: 0px;
}
.homepage-staytuned .txtWithGradient01 {
    text-align: center;
}
@media (max-width: 576px) {
    h2.txtWithGradient01 {
        font-size: 50px;
    }
}
.homepage-staytuned > .container {
    margin-top: 25vw;
    margin-bottom: 20vw;
    position: relative;
    z-index: 3;
}



.homepage-staytuned .swiper-container {
    /*width: 80%;*/
}
.homepage-staytuned .swiper-slide {
}
.homepage-staytuned .section-news-slider .swiper-slide {
    /*width: 50% !important;*/
}
.homepage-staytuned .section-news-slider .swiper-slide,
.homepage-staytuned .news-slider-pc article {
    /*width: 100% !important;*/
    /*height: auto;*/
    min-height: unset;
}
.homepage-staytuned .news-slider-mobile .swiper-slide {
    width: 100% !important;
    min-height: unset !important;
}
.homepage-staytuned .swiper-slide {
}
.homepage-staytuned .news-slider-pc article,
.homepage-staytuned .news-slider-mobile .item {
    border: 1px solid transparent;
}
.homepage-staytuned .section-news-slider .swiper-button-prev,
.homepage-staytuned .section-news-slider .swiper-button-next {
}
.t-news-slider-message {
    padding: 0px 10px 30px 10px;
}
.t-news-slider-message p {
    margin-bottom: 0.5rem;
}
.t-news-slider-message p:last-child {
    line-height: 1.5;
}
.t-news-slider-message .field--name-body {
    -webkit-line-clamp: none;
}
.swiperStayTuned .swiper-slide {
    padding: 10px;
    border-radius: 30px;
}
.swiperStayTuned .item,
.swiperStayTuned article {
    border-radius: 30px;
    box-shadow: 0px 0px 10px 0px var(--color-black-02);
}
.swiperStayTuned .swiper-slide img {
    border-radius: 30px 30px 0 0;
}
@media (max-width: 576px) {
    .swiperStayTuned .swiper-slide {
        padding: 0;
    }
    .swiperStayTuned .swiper-slide img {
        min-height: 300px;
    }
}
.swiperStayTuned .swiper-container {
    padding: 10px 0;
    /*overflow: visible;*/
}
.swiperStayTuned .swiper-button-prev::after, 
.swiperStayTuned .swiper-button-next::after
{
    color: var(--color-black-01);
    font-weight: 400;
}
.swiper-slide {
    align-items: flex-start;
}
.swiper-slide img {
    /*object-fit: scale-down;*/
}
.swiper-slide-active.swiper-slide img {
    object-fit: cover;
}
.swiper-container .swiper-slide {
    text-align: left;
}

.swiper3 .swiper-button-common {
    position: absolute;
    top: 0;
    left: unset;
    right: unset;
    margin-left: unset;
    margin-right: unset;
    width: 48px;
    height: 48px;
    background-color: var(--color-white-01);
    box-shadow: 0 0 6px var(--color-black-02);
    border-radius: 50%;
}
.swiper3 .swiper-button-prev {
    right: 80px;
}
.swiper3 .swiper-button-next {
    right: 20px;
}
.swiper3 .swiper-button-prev::after, 
.swiper3 .swiper-button-next::after
{
    font-size: 30px;
    font-weight: 400;
    color: var(--color-red-01);
    display: block;
    width: inherit;
    height: inherit;
    text-align: center;
    padding-top: 2px;
}
.swiper3 .swiper-button-prev::after {
    letter-spacing: 3px;
}
.swiper3 .swiper-button-next::after {
    letter-spacing: -3px;
}

.fs28red {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-red-01);
}

.sponsorLists {
}
.sponsorLists > div {
    margin: 0 0 1em 0;
    padding: 1em 0 1em 0;
}
.sponsorLists > div:first-child {
    margin: 2em 0 0 0;
    padding-bottom: 0;
}
.sponsorLists > div > p {
    font-weight: 400;
    color: var(--color-black-01);
    margin: 0 0 1em 0;
}
.sponsorLists ul {
    list-style: none;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 15px;
}
.sponsorLists ul li::before {
  /*content: "\200B";*/
}
.sponsorLists ul li {
    display: inline-block;
    flex-basis: calc( 100% / 6 );
    flex-grow: 0;
    flex-shrink: 0;
}
.sponsorLists img {
    width: auto;
    height: auto;
}
.sponsorLists ul li,
.sponsorLists img {
    max-width: 175px;
    max-height: 102px;
}
.sponsorLists .txtWithGradient01 {
    text-align: center;
}
.sponsorLists .keysponsor {
}
.sponsorLists .ksorg {
}
.sponsorLists .sorg {
}
@media (max-width: 576px) {
    .sponsorLists {
        margin-left: 0;
        margin-right: 0;
    }
    .sponsorLists ul li, 
    .sponsorLists img {
        max-width: 160px;
    }
    ..sponsorLists ul li {
        flex-basis: calc( 100% / 2 );
    }
}

.home .contactus-bg {
    position: relative;
    z-index: 2;
    padding-top: 5vw;
    padding-bottom: 13vw;
    margin-right: -15px;
    margin-left: -15px;
}
.home .contactus-bg::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    display:block;
    width: 100%;
    height: 100%;
    background-origin: border-box;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center calc( 100% + 1px );
    background-image: url("/media/f2kpz5mo/footer.png");
    bottom: 0px;
}
.home .contactus-bg .container,
.contactus {
    position: relative;
    z-index: 3;
}
.contactus .txtWithGradient01 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
}
.contactus h5 {
    color: var(--color-red-01);
    font-weight: 700;
}
.contactus p {
    margin-bottom: 0;
}
.member .email i,
.member .phone i,
.contactus .email i,
.contactus .phone i {
    margin-right: 6px;
}

.static-text-content {
    background-color: var(--color-white-03);
    border-radius: 30px;
    padding: 1.5rem 3rem;
    margin-bottom: 1.5rem;
}
.static-text-content h3 {
    color: var(--color-red-01);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
.static-text-content p {
    margin-bottom: 1.5rem;
}
@media (max-width: 576px) {
    .static-text-content {
        padding: 1.5rem;
        margin: 1rem 1rem 50px 1rem;
    }
    .static-text-content h3 {
    }
    .static-text-content p {
    }
}

.smartphone-photo-contest-thank-you main,
.application-form main {
    padding-bottom: 18vw;
    position: relative;
}
.smartphone-photo-contest-thank-you main::after,
.application-form main::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.smartphone-photo-contest-thank-you main::after,
.application-form main::after {
    height: 100vw;
    max-height: 400px;
    background-image: url(/media/miphgqhs/footer-eyes-form.svg);
}

.application-form .userinfos {
    margin: 1rem 0;
}
.application-form .userinfos div {
    margin: 0.5rem 0;
}
@media (max-width: 576px) {
    .application-form .userinfos div:nth-child(2n+1) {
        font-weight: 700;
        margin-bottom: 0;
    }
    .application-form .userinfos div:nth-child(2n+2) {
        margin-top: 0;
    }
}
.application-form .appForms {
    margin-bottom: 2rem;
}
.application-form .appForms label,
.application-form .appForms p
{
    word-break: break-word;
}
.application-form .appForms [class^='col'],
.application-form .appForms [class*=' col'],
.application-form .userinfos [class*=' col'],
.application-form .appForms .richtext .form-control
{
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1000px) {
    .application-form main > .container {
        padding-left: 0;
        padding-right: 0;
    }
}
.application-form .appForms fieldset {
    margin: 1rem 0;
}
.application-form .appForms fieldset:last-of-type {
    margin: 1.5rem 0;
}
.application-form .appForms .form-control {
    border: 1px solid var(--color-grey-01) !important;
}
.application-form .appForms .richtext .form-control {
    border: none !important;
    height: fit-content;
}
.application-form .appForms .richtext .form-control p:last-child {
    margin-bottom: 0;
    color: var(--color-grey-02);
}
.application-form .appForms .description .form-control p:last-child {
    color: inherit;
}
.application-form .appForms .withLegend {
    border: 1px solid var(--color-grey-01);
    border-radius: 24px;
    padding: 24px;
}
.application-form .appForms .shortanswer label {
    width: inherit;
    max-width: inherit;
}
.application-form .umbraco-forms-field .umbraco-forms-field-wrapper {
    max-width: 100%;
}
.application-form .d-lg-flex.userinfos {
    gap: 10px;
}
.application-form .appForms .userinfos .umbraco-forms-field-wrapper
{
    max-width: calc( 100% - 10px );
}
.application-form .appForms .field-validation-error {
    color: var(--color-red-01);
    clear: both;
    display: block;
}
.application-form .appForms .dataconsent label,
.application-form .appForms .checkbox label {
    margin-bottom: 0;
}
.application-form .appForms .uFileContainer {
    display: flex;
    gap: 10px;
}
.application-form .appForms .uFileContainer .btnClear button,
.application-form .appForms .uFileContainer .btnInput label {
    border: 1px solid var(--color-grey-01);
    border-radius: 8px;
    padding: 8px 16px;
    cursor: pointer;
}
.application-form .appForms .uFileContainer .btnClear button i,
.application-form .appForms .uFileContainer .btnInput label i {
    margin-right: 3px;
}
.application-form .appForms .uFileContainer .btnClear button,
.application-form .appForms .uFileContainer .btnClear button i,
.application-form .appForms .uFileContainer .btnInput label,
.application-form .appForms .uFileContainer .btnInput label i {
    background-color: var(--color-transparent);
    color: var(--color-blue-01);
}
.application-form .appForms .uFileContainer .btnInput input {
    display: none;
}
.application-form .appForms .uFileContainer .uFilePreview {
    max-width: 50%;
    max-height: 200px;
}
.application-form .appForms .uFileContainer .uFilePreview img {
    max-height: 200px;
}
@media (max-width: 576px) {
    .application-form .appForms .fileupload .umbraco-forms-field-wrapper {
        max-width: unset;
    }
    .application-form .appForms .uFileContainer {
        flex-wrap: wrap;
    }
    .application-form .appForms .uFileContainer .uFilePreview {
        max-width: max-content;
        flex-basis: 100%;
    }
}


.member .memberInfos,
.member .memberPoints {
    margin-bottom: 20px;
}
.member .memberInfos .name {
    color: var(--color-red-01);
    font-size: 24px;
}
.member .memberInfos .fields {
    display: inline-block;
}
.member .memberInfos i {
    color: var(--color-red-01);
    cursor: pointer;
}
.member .memberInfos i.fa-pen {
    color: var(--color-white-01);
    font-size: 12px;
    background-color: var(--color-red-01);
    border-radius: 50%;
    padding: 6px;
    position: relative;
    top: -6px;
    margin-left: 6px;
}
.member .memberInfos input:focus {
    outline-color: inherit;
}
.member .memberPoints {
    display: contents;
}
.member .memberPoints .ticket {
    position: relative;
    height: 136px;
    max-height: 136px;
    background-color: rgba(255, 242, 224, 1);
    background-image: url(/media/g4pdvaee/member_point_right.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    align-content: center;
    justify-items: flex-start;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 16px;
}
.member .memberPoints .ticket p {
    position: relative;
    z-index: 11;
    margin-bottom: 0;
}
.member .memberPoints .ticket::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: -167px;
    top: 0;
    display: block;
    width: 167px;
    height: 136px;
    background-image: url(/media/yckf0iyi/member_point_left.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}
.member .memberPoints .points_title {
    font-size: 19px;
    color: var(--color-black-01);
}
.member .memberPoints .points_current {
    font-family: 'Crimson Pro';
    font-size: 72px;
    font-weight: 700;
    line-height: 0.75;
    color: var(--color-red-01);
}
.member .memberPoints .points_current span {
    font-family: 'lato';
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: lowercase;
}
.member main .container .row.my-3 .col {
}
.member main .container .row.my-3 .col + .col {
    text-align: right;
}
.member a.btn_more {
    color: var(--color-white-01);
    background-color: var(--color-red-01);
    padding: 6px 12px;
    border-radius: 5px;
}
.member .approved {
    color: var(--color-green-01) !important;
}
.member .pending {
    color: var(--color-orange-08) !important;
}
.member .datatable-wrapper .datatable-top {
    position: absolute;
    right: 5px;
    top: -4rem;
}
.member table {
    widtH: 100%;
}
.member table tr {
    background: unset;
}
@media only screen and (max-width: 759px) {
    .member .datatable-wrapper .datatable-top {
        position: relative;
        right: 0px;
        top: 0;
    }
}
@media only screen and (max-width: 800px) {
    .member main .container .row.my-3 .col {
        flex: 0 0 100%;
    }
    .member main .container .row.my-3 .col + .col {
        text-align: left;
    }
    .member .memberPoints .ticket {
        margin: 20px auto 20px 167px;
        left: 5px;
    }
    .member table, 
	.member thead, 
	.member tbody, 
	.member th, 
	.member td, 
	.member tr {
		display: block;
	}
    .member tr th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .member tr { border: 1px solid #ccc; }
    .member tr:not(:last-child) { border-bottom: none; }
    .member td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #fff;
		position: relative;
		padding-left: 30% !important;
		white-space: normal;
		text-align:left;
	}
	.member tr:nth-child(even) td {
		border-bottom: 1px solid #ccc;
	}
	.member td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		/*top: 6px;*/
		left: 6px;
		width: 25%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
	.member td:before { content: attr(data-title); }
}


.page_title{
    margin-bottom:30px!important;   
}
.login-form button {
    position: relative;
    border: 0px;
    padding: 10px;
    box-shadow: 0 4px 10px var(--color-black-02);
    width: 100%;
    margin: 10px 0;
    text-align: left;
    border-radius: 5px;
    position: relative;
    padding-left: 5rem;
}
.login-form button::before {
        content: '';
        position: absolute;
        background-size: cover;
        background-position: center;
        top: 50%;
        transform: translateY(-50%);
        left: 1rem;
}

button.public_login {
    background: #fff;
}

button.public_login:hover {
        background-color: var(--color-blue-01) !important;
        color: #fff;
 }

button.eid_login {
    background: linear-gradient(90deg, var(--color-orange-04) 0%, var(--color-orange-05) 10%, var(--color-orange-06) 25%, var(--color-orange-07) 26%, var(--color-red-03) 37%, var(--color-red-04) 47%, var(--color-red-05) 53%, var(--color-purple-05) 74%);
}

button.eid_login::before {
        background-image: url('/media/mgcesqgw/ovpce_logo_eng.png'); /* 图像 URL */
        width: 40px;
        height: 24px;
}
.login-form form:nth-child(4) button::before {
    background-image: url('/media/el5h2o4z/ms.png'); /* 图像 URL */
    width: 30px;
    height:30px;
}

.login-form form:nth-child(5) button::before {
    background-image: url('/media/0dxllezq/google.png'); /* 图像 URL */
    width: 30px;
    height:30px;
}

.login_bk img{
    width: 100%;
    border: 0px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -100px;
    opacity: 0.7;
    background-position: bottom;
}
.login-form hr{
    margin: 50px 0;
}
@media (min-width: 320px) {
    .login-form{
        margin-top:20px;
    }
}