.u-line-1 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical !important
}

.u-line-2 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical !important
}

.u-line-3 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical !important
}

.u-line-4 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical !important
}

.u-line-5 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical !important
}

.u-border {
    border-width: .5px !important;
    border-color: #dadbde !important;
    border-style: solid
}

.u-border-top {
    border-top-width: .5px !important;
    border-color: #dadbde !important;
    border-top-style: solid
}

.u-border-left {
    border-left-width: .5px !important;
    border-color: #dadbde !important;
    border-left-style: solid
}

.u-border-right {
    border-right-width: .5px !important;
    border-color: #dadbde !important;
    border-right-style: solid
}

.u-border-bottom {
    border-bottom-width: .5px !important;
    border-color: #dadbde !important;
    border-bottom-style: solid
}

.u-border-top-bottom {
    border-top-width: .5px !important;
    border-bottom-width: .5px !important;
    border-color: #dadbde !important;
    border-top-style: solid;
    border-bottom-style: solid
}

.u-reset-button {
    padding: 0;
    background-color: initial;
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

.u-reset-button::after {
    border: none
}

.u-hover-class {
    opacity: .7
}

.u-primary-light {
    color: #ecf5ff
}

.u-warning-light {
    color: #fdf6ec
}

.u-success-light {
    color: #f5fff0
}

.u-error-light {
    color: #fef0f0
}

.u-info-light {
    color: #f4f4f5
}

.u-primary-light-bg {
    background-color: #ecf5ff
}

.u-warning-light-bg {
    background-color: #fdf6ec
}

.u-success-light-bg {
    background-color: #f5fff0
}

.u-error-light-bg {
    background-color: #fef0f0
}

.u-info-light-bg {
    background-color: #f4f4f5
}

.u-primary-dark {
    color: #398ade
}

.u-warning-dark {
    color: #f1a532
}

.u-success-dark {
    color: #53c21d
}

.u-error-dark {
    color: #e45656
}

.u-info-dark {
    color: #767a82
}

.u-primary-dark-bg {
    background-color: #398ade
}

.u-warning-dark-bg {
    background-color: #f1a532
}

.u-success-dark-bg {
    background-color: #53c21d
}

.u-error-dark-bg {
    background-color: #e45656
}

.u-info-dark-bg {
    background-color: #767a82
}

.u-primary-disabled {
    color: #9acafc
}

.u-warning-disabled {
    color: #f9d39b
}

.u-success-disabled {
    color: #a9e08f
}

.u-error-disabled {
    color: #f7b2b2
}

.u-info-disabled {
    color: #c4c6c9
}

.u-primary {
    color: #3c9cff
}

.u-warning {
    color: #f9ae3d
}

.u-success {
    color: #5ac725
}

.u-error {
    color: #f56c6c
}

.u-info {
    color: #909399
}

.u-primary-bg {
    background-color: #3c9cff
}

.u-warning-bg {
    background-color: #f9ae3d
}

.u-success-bg {
    background-color: #5ac725
}

.u-error-bg {
    background-color: #f56c6c
}

.u-info-bg {
    background-color: #909399
}

.u-main-color {
    color: #303133
}

.u-content-color {
    color: #606266
}

.u-tips-color {
    color: #909193
}

.u-light-color {
    color: #c0c4cc
}

.u-safe-area-inset-top {
    padding-top: 0;
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top)
}

.u-safe-area-inset-right {
    padding-right: 0;
    padding-right: constant(safe-area-inset-right);
    padding-right: env(safe-area-inset-right)
}

.u-safe-area-inset-bottom {
    padding-bottom: 0;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom)
}

.u-safe-area-inset-left {
    padding-left: 0;
    padding-left: constant(safe-area-inset-left);
    padding-left: env(safe-area-inset-left)
}

uni-toast {
    z-index: 10090
}

uni-toast .uni-toast {
    z-index: 10090
}

::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
    -webkit-appearance: none;
    background: transparent
}

uni-page-body {
    padding: 0;
    margin: 0
}

.uni-app--showtabbar uni-page-wrapper {
    display: block;
    height: calc(100% - 50px);
    height: calc(100% - 50px - constant(safe-area-inset-bottom));
    height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    height: calc(50px + constant(safe-area-inset-bottom));
    height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
    height: calc(100% - 44px - 50px);
    height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
    height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper {
    display: block;
    height: calc(100% - 50px);
    height: calc(100% - 50px - constant(safe-area-inset-bottom));
    height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    height: calc(50px + constant(safe-area-inset-bottom));
    height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
    height: calc(100% - 44px - 50px);
    height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
    height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}

.cont[data-v-236562a6] {
}

/* 登录内容页面样式 */


uni-page-wrapper {
    height: 100%;
    width: 100%;
    color: #000;
    font-family: PingFangSC-Medium;
    background-color: #fff0f0;
    position: relative;
    display: block;
}
uni-page-body {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background-image: url(/assets/index/img/login_bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.cont {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
}
.cont-header {
    display: flex;
    flex-direction: column;
    margin-top: 10vh;
}
.cont .cont-logo {
    width: 154px;
    height: 46px;
    display: block;
    overflow: hidden;
    background: url(/assets/index/img/Hotel.com-Logo-03.png) no-repeat;
    background-size: 100% auto;
}
.cont-desc {
    margin-top: 15px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.cont-content {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    margin-top: 5vh;
    /* display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-around; */
}
.form-input-item {
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 5px 5px rgb(0 58 126 / 20%);
    border-radius: 12px;
    padding: 15px;
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    height: 52px;
    margin-bottom: 3vh;
}
.form-input-item span {
    display: flex;
    align-items: center;
    color: #f63c3c;
    font-size: 18px;
    margin-right: 10px;
}
.form-input-item .from-big-input {
    border: none;
    outline: none;
    display: block;
    flex-grow: 1;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    top: 1px;
}
.form-button {
    background-color: #f63c3c;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    color: #fff;
}
.form-button span {
    color: #fff;
    letter-spacing: 3px;
}

.form-line {
    margin-bottom: 3vh;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    justify-content: space-between;
}
.line_style {
    position: relative;
    border-bottom: 2px solid #d6e0ed;
    flex-basis: 45%;
}
.form-line uni-text {
    display: block;
    position: relative;
    border-radius: 50%;
    background-color: #f63c3c;
    box-shadow: 1px 1px 6px 0 #d6e0ed;
    width: 6px;
    height: 6px;
    top: 2px;
}

.form-fot {
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.form-fot .J_register {
    color: rgb(101, 168, 247);
}

.form-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 3vh;
}
.form-inline-block {
    display: inline-block;
}





/* .cont .top[data-v-236562a6] {
    height: 182px;
    display: flex
}

.cont .top .left[data-v-236562a6] {
    width: 50%;
    font-size: 26px;
    color: #fff;
    padding-top: 62px;
    padding-left: 41px
}

.cont .top .rt[data-v-236562a6] {
    width: 50%;
    position: relative
}

.cont .top .rt .img12[data-v-236562a6] {
    position: absolute;
    right: 20px;
    top: 31px;
    width: 46px;
    height: 31px;
    border-radius: 5px
}

.cont .top .rt .gqlist[data-v-236562a6] {
    z-index: 999;
    position: absolute;
    right: 20px;
    top: 65px
}

.cont .top .rt .gqlist .gq uni-image[data-v-236562a6] {
    width: 46px;
    height: 31px;
    border-radius: 2px
}

.cont .bd[data-v-236562a6] {
    margin-top: -52px;
    border-radius: 52px;
    background-color: #fff;
    padding: 36px 0;
    opacity: .85
}

.cont .bd .bt[data-v-236562a6] {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    padding: 15px 26px 5px 26px
}

.cont .bd .inpt[data-v-236562a6] {
    width: calc(100% - 52px);
    margin: 0 26px;
    border-bottom: 1px solid #ccc;
    padding: 7px 0
}

.cont .bd .bot[data-v-236562a6] {
    width: calc(100% - 52px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    height: 31px;
    line-height: 31px;
    margin-top: 26px
}

.cont .bd .bot .lt[data-v-236562a6] {
    width: 33.33%;
    text-align: left
}

.cont .bd .bot .cent[data-v-236562a6] {
    width: 33.33%;
    text-align: center;
    color: #ff503c;
    font-weight: 700
}

.cont .bd .bot .rt[data-v-236562a6] {
    width: 33.33%;
    text-align: right
}

.cont .bd .boot[data-v-236562a6] {
    background-color: #ff503c;
    color: #fff;
    width: 90%;
    margin: 52px auto 0 auto;
    height: 36px;
    line-height: 36px
}

.cont .fot[data-v-236562a6] {
    position: fixed;
    bottom: 52px;
    width: 100%;
    text-align: center;
    font-size: 14px
}

.cont .fot uni-text[data-v-236562a6] {
    color: #ff503c
}

.logo {
    position: fixed;
    top: 1rem;
    left: 2rem;
}

.logo img {
    height: 6rem;
} */