body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.page-wrap {
    flex: 1;
}

.iLScenePic a,
.iPhotosPic a,
.iModelsPic a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
}
.iLScenePic a {
    padding-top: calc((345 * 100%) / 613);
}
.iPhotosPic a {
    padding-top: calc((480 * 100%) / 360);
}
.iModelsPic a {
    padding-top: calc((480 * 100%) / 360);
}

.iLScenePic img,
.iPhotosPic img,
.iModelsPic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.iLSceneDetails h4,
.iPhotosDetails h4,
.iModelsDetails h4 {
    line-height: 26px;
}
.iLSceneDetails h4 a,
.iPhotosDetails h4 a,
.iModelsDetails h4 a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.pagination ul {
    flex: 1 0 100%;
    max-width: 100%;
}

.btn.btn-dropdown {
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    min-height: 45px;
    width: 100%;
    background-color: #000;
    color: #fff;
    border: 2px solid #ff007f;
    border-radius: 3px;
}
.btn.btn-dropdown .btn-label {
    flex: 1 0 100%;
    max-width: calc(100% - 8px);
    display: block;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    font-size: 18px;
    text-align: left;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: #ff007f;
}

.memberPrice sup {
    top: 0;
    line-height: inherit;
}

.joinRight {
    align-self: center;
}
.createAcc {
    flex-wrap:wrap;
}
.createACenter {
    width:100%;
}
.createACenter + .createACenter {
    margin-top:14px;
}
.joinTitle a {
    color:#858485;
}
.joinTitle a:hover {
    color:#ff007f;
}
.createACaptcha {
    width:100%;
    display:flex;
    align-items:center;
    margin-top:14px;
}
.createACaptcha img {
    height:55px;
    margin-right:14px;
}

.videoHere .inner-stage {
    display: block;
    position: relative;
    height: 0;
    padding-top: 54.25%;
}

.videoInfoLeft ul li a {
    color: #fff;
}

.notification {
    width: 100%;
    max-width: 100%;
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}
.notification.success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.notification.error {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.notification.alert {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.notification.info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis);
}

nav ul li:last-child:after {
    display: none;
}
nav ul li a {
    white-space: nowrap;
}

.submitCommentArea form {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.comment-alert {
    width: 100%;
    max-width: 100%;
}
.comment-alert .notification {
    margin-bottom: 12px;
}