html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    transform: translate3d(0, 0, 0);
    color: #333;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
/*定义滚动条高宽及背景
 高宽分别对应横竖滚动条的尺寸*/
body::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.375rem;
    background-color: #ffffff;
}

/*定义滚动条轨道
 内阴影+圆角*/
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.375rem #ffffff;
    border-radius: 0.625rem;
    background-color: #ffffff;
}

/*定义滑块
     内阴影+圆角*/
body::-webkit-scrollbar-thumb {
    border-radius: 0.625rem;
    -webkit-box-shadow: inset 0 0 0.375rem rgba(144, 147, 153, 0.3);
    background-color: rgba(144, 147, 153, 0.3);
    opacity: 0.3;
}

.loader,
.loader::before,
.loader::after {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    animation: load-animation 1.8s infinite ease-in-out;
    animation-fill-mode: both;
}
#oneqrcode,
#qrcode {
    display: flex;
    flex-direction: column;
}

.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 0.625rem;
    color: #406eeb;
    text-indent: -9999em;
    transform: translate(-50%, -50%);

    animation-delay: -0.16s;
}

.loader::before,
.loader::after {
    position: absolute;
    top: 0;
    content: '';
}

.loader::before {
    left: -3.5em;
    animation-delay: -0.32s;
}

.loader::after {
    left: 3.5em;
}

@keyframes load-animation {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
#loginContent {
    height: 100%;
}
.one-login {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:72px 0 24px 0;
    width: 100%;
    height: max-content;
    min-height: 100%;
    /*padding-top: 4.5rem;*/
    box-sizing: border-box;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('./images/login_Bg.png') center/cover no-repeat;

    position: relative;
}
.one-login-center{
    flex:1;
}
.two-login {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5rem; */
    box-sizing: border-box;
    background-image: url('./images/login_Bg.png');
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: #daf1ff;
    position: relative;
}
.three-login {
    width: 100%;
    /* height: 56.875rem; */
    height: 100%;
    /* padding-top: 4.5rem; */
    box-sizing: border-box;
    background-image: url('./images/login_whiteBg.png');
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: #daf1ff;
    position: relative;
}
.one-login-top {
    width: max-content;
    display: flex;
    margin: 0 auto 3rem;
    height: min-content;
    align-items: center;
}

.one-logo {
    /*   width: 12.5rem;*/
    height: 3.5rem;
}

.one-wid {
    width: 0.0625rem;
    height: 1.5rem;
    background: rgba(255, 255, 255, 0.32);
    margin: 0 1rem;
}

.one-logo-title {
    line-height: 1;
    height: min-content;
    font-family: MicrosoftYaHeiUI;
    font-size: 2rem;
    color: #ffffff;
    text-align: left;
    font-style: normal;
}

.one-login-content {
    width: 42.5rem;
    height: 33.375rem;
    background: #ffffff;
    border-radius: 0.625rem;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 2.3125rem;
    display: flex;
    /*margin-bottom:114px;*/
}

.one-login-content-left {
    width: 17.5rem;
    background-image: url('../images/login_leftBg.png');
    background-repeat: no-repeat;
    background-size: 17.5rem 8rem;
    background-position: 0 calc(100% - 2.5rem);
    /* 从底部向上移动 2.5rem */
}

.one-left-top {
    width: 100%;
    padding-bottom: 1.3125rem;
    border-bottom: 0.125rem dashed #e6e6e6;
    margin-bottom: 1.4375rem;
}

.one-left-text {
    font-family: MicrosoftYaHeiUI, MicrosoftYaHeiUI;
    font-weight: bold;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.125rem;
    text-align: left;
    font-style: normal;
}

.one-left-img {
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    background: rgba(216, 216, 216, 0);
    border: 0.0625rem solid #dbdbdb;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;

    > img {
        width: 1.5rem;
        height: 1.5rem;
    }
}

.one-li {
    display: flex;
    align-items: center;
    margin-bottom: 2.25rem;
    cursor: pointer;
}

.one-li-left {
    width: 0.5rem;
    height: 0.5rem;
    background: #2396f5;
    margin-right: 0.75rem;
}

.one-li-right:hover {
    color: #2396f5;
}

.one-li-right {
    width: 11.25rem;
    height: 0.875rem;
    font-family: MicrosoftYaHeiUI;
    font-size: 0.875rem;
    color: #333333;
    line-height: 0.875rem;
    text-align: left;
    font-style: normal;
}

.one-login-content-right {
    width: 17.5rem;
    width: 25rem;
    height: 28.5rem;
    background: #ffffff;
    box-shadow: inset 0.0625rem 0rem 0rem 0rem #e6e6e6;
    padding: 0 2.5rem;
    box-sizing: border-box;
}

.one-right-title {
    font-family: MicrosoftYaHeiUI, MicrosoftYaHeiUI;
    font-weight: bold;
    font-size: 1.5rem;
    color: #333333;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
}

.Topmenu {
    margin: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
    /* 去掉列表默认样式 */
    padding: 0;
    /* 去掉内边距 */
}

.TopmenuLi {
    font-size: 1rem;
    color: #333;
    line-height: 1;
    cursor: pointer;

    /* 右侧边距 */
    position: relative;
    /* 相对定位用于绝对定位的伪元素 */
}

.Topactive {
    font-weight: bold;
    color: #0a82e6;
    /* 高亮颜色 */
}

.Topactive::after {
    position: absolute;
    left: 50%;
    bottom: -0.75rem;
    display: block;
    content: '';
    width: 4rem;
    height: 0.25rem;
    background: #2396f5;
    border-radius: 0.125rem;
    box-sizing: border-box;
    transform: translate(-50%, 50%);
}

.onInput {
    padding: 0;
    font-size: 0.875rem;
    color: #333;
    border: none !important;
    background: #f5f8fa !important;
    width: 15rem;
}

.onInput:focus {
    background-color: none !important;
    border: none !important;
    outline: none !important;
}

.onInput::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 1;
}

.onInput:-webkit-autofill {
    background: transparent !important;
    /* 设置为透明背景 */
    box-shadow: 0 0 0 1.875rem #f5f8fa inset !important;
    /* 使用白色的内边框解决蓝色背景 */
    transition: background-color 5000s ease-in-out 0s;
    /* 避免动画 */
}

.loginForm-button {
    width: 20rem;
    height: 2.5rem;
    background: #2396f5;
    border-radius: 0.25rem;
    font-weight: bold;
    font-size: 0.875rem;
    color: #ffffff;
    line-height: 1.25rem;
    text-align: center;
    border: none !important;
    cursor: pointer;
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
    letter-spacing: 0;
    color: #1f2126;
}

.bottomMenuLi {
    width: 8.5rem;
    height: 2rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0.25rem;
    font-size: 0.875rem;
    box-sizing: border-box;
    color: #fff;
    line-height: 2rem;
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bottomText {
    font-family: MicrosoftYaHeiUI;
    font-size: 0.875rem;
    color: #ffffff;
    line-height: 0.875rem;
    text-align: center;
    font-style: normal;
}

.two-login-top {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: max-content;
    min-width: 100%;
    height: 4.5rem;
    background: #ffffff;
    box-shadow: 0px 0.25rem 0.5rem 0px rgba(0, 0, 0, 0.08);
}

.two-login-mask {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    left: 0;
    top: 0;
    z-index: 3;
    overflow: auto;
    background: linear-gradient(
        90deg,
        rgba(245, 248, 250, 0) 30%,
        #f5f8fa 70%,
        #f5f8fa 100%
    );
}

/* .two-login-mask::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: max-content;
    min-height: 100%;
    content: '';
    z-index: -1;
    background: linear-gradient(
        90deg,
        rgba(245, 248, 250, 0) 30%,
        #f5f8fa 70%,
        #f5f8fa 100%
    );
} */

.three-login-mask {
    width: 100%;
    height: 100%;
    overflow: auto;
    /* position: absolute; */
    left: 0;
    top: 0;
    z-index: 3;
}

.four-login-mask {
    width: 100%;
    height: 100%;
    overflow: auto;
    /* position: absolute; */
    left: 0;
    top: 0;
    z-index: 3;
    background: linear-gradient(
            0deg,
            rgba(245, 248, 250, 0) 70%,
            #f5f8fa 83%,
            #f5f8fa 100%
        ),
        linear-gradient(
            90deg,
            rgba(245, 248, 250, 0) 78%,
            #f5f8fa 87%,
            #f5f8fa 100%
        ),
        linear-gradient(
            180deg,
            rgba(245, 248, 250, 0) 60%,
            #f5f8fa 82%,
            #f5f8fa 100%
        ),
        linear-gradient(
            270deg,
            rgba(245, 248, 250, 0) 65%,
            #f5f8fa 70%,
            #f5f8fa 100%
        );
}

/* .four-login-mask::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background: linear-gradient(
            0deg,
            rgba(245, 248, 250, 0) 70%,
            #f5f8fa 83%,
            #f5f8fa 100%
        ),
        linear-gradient(
            90deg,
            rgba(245, 248, 250, 0) 78%,
            #f5f8fa 87%,
            #f5f8fa 100%
        ),
        linear-gradient(
            180deg,
            rgba(245, 248, 250, 0) 60%,
            #f5f8fa 82%,
            #f5f8fa 100%
        ),
        linear-gradient(
            270deg,
            rgba(245, 248, 250, 0) 65%,
            #f5f8fa 70%,
            #f5f8fa 100%
        );
} */

.threeLoginContent {
    display: flex;
    margin: auto;
}

.twoLoginContent {
    margin: auto 18.75% auto auto;
}

.fourLoginContent {
    margin: auto auto auto 18.75%;
}

.two-logo {
    /*width: 12.5rem;*/
    height: 2.5rem;
}

.two-wid {
    width: 0.0625rem;
    height: 1.5rem;
    background: #e0e0e0;
    margin: 0 1rem;
}

.two-logo-title {
    line-height: 1;
    height: min-content;
    font-family: MicrosoftYaHeiUI;
    font-size: 1.5rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    margin-right: 1rem;
}

.twoContent {
    height: 30.875rem;
    background: #ffffff;
    box-shadow: 0px 0.25rem 0.75rem 0px rgba(0, 0, 0, 0.08);
    border-radius: 0.625rem;
    border: 0.0625rem solid #f0f0f0;
    box-sizing: border-box;
    padding-top: 2.3125rem;
    display: flex;
    flex-direction: row-reverse;

    > div:first-child {
        box-shadow: inset 0.0625rem 0px 0px 0px #e6e6e6;
    }
}
.two-login-allContent {
    height: calc(100% - 11.375rem);
    min-height: 35rem;
}
.two-login-content {
    width: 42.5rem;
    height: 30.875rem;
    background: #ffffff;
    box-shadow: 0px 0.25rem 0.75rem 0px rgba(0, 0, 0, 0.08);
    border-radius: 0.625rem;
    border: 0.0625rem solid #f0f0f0;
    box-sizing: border-box;
    padding-top: 2.3125rem;
    display: flex;
}

.two-login-content-left {
    width: 17.5rem;
    background-image: url('../images/login_leftBg.png');
    background-repeat: no-repeat;
    background-size: 17.5rem 8rem;
    background-position: 0 calc(100% - 2.5rem);
    /* 从底部向上移动 2.5rem */
}

.two-left-top {
    width: 100%;
    padding-bottom: 1.3125rem;
    border-bottom: 0.125rem dashed #e6e6e6;
    margin-bottom: 1.4375rem;
}

.two-left-text {
    font-family: MicrosoftYaHeiUI, MicrosoftYaHeiUI;
    font-weight: bold;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.125rem;
    text-align: left;
    font-style: normal;
}

.two-left-img {
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    background: rgba(216, 216, 216, 0);
    border: 0.0625rem solid #dbdbdb;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;

    > img {
        width: 1.5rem;
        height: 1.5rem;
    }
}

.two-li {
    display: flex;
    align-items: center;
    margin-bottom: 2.25rem;
    cursor: pointer;
}

.two-li-left {
    width: 0.5rem;
    height: 0.5rem;
    background: #2396f5;
    margin-right: 0.75rem;
}

.two-li-right:hover {
    color: #2396f5;
}

.two-li-right {
    width: 11.25rem;
    height: 0.875rem;
    font-family: MicrosoftYaHeiUI;
    font-size: 0.875rem;
    color: #333333;
    line-height: 0.875rem;
    text-align: left;
    font-style: normal;
}

.two-login-content-right {
    width: 25rem;
    height: 28.75rem;
    background: #ffffff;
    box-shadow: inset 0.0625rem 0rem 0rem 0rem #e6e6e6;
    padding: 0 2.5rem;
    box-sizing: border-box;
}

.three-login-content-right {
    width: 25rem;
    height: 25.875rem;
    background: #ffffff;
    box-shadow: inset -0.0625rem 0px 0px 0px #e6e6e6;
    padding: 0 2.5rem;
    box-sizing: border-box;
    overflow: hidden;
}

.two-right-title {
    font-family: MicrosoftYaHeiUI, MicrosoftYaHeiUI;
    font-weight: bold;
    font-size: 1.5rem;
    color: #333333;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
}

.loginIng {
    width: 20rem;
    height: 2rem;
    background: #fff7eb;
    border-radius: 0.25rem;
    box-sizing: border-box;
    margin-bottom: 1.5rem;
    box-sizing: border-box;
}

.loginIng-text {
    font-family: MicrosoftYaHeiUI;
    font-size: 0.75rem;
    color: #e69825;
    line-height: 0.75rem;
    text-align: left;
    font-style: normal;
}

.inputStyle {
    width: 20rem;
    height: 2.5rem;
    background: #f5f8fa;
    border-radius: 0.25rem;
}

.twologinIng {
    height: 2rem;
    padding: 0 0.5rem;
    background: #fff7eb;
    border-radius: 0.25rem;
    box-sizing: border-box;
}

.Error {
    height: 1.25rem;
    color: #f56c6c;
    font-size: 0.75rem;
    line-height: 1.25rem;
}

.agreementError {
    height: 1.5rem;
    color: #f56c6c;
    font-size: 0.75rem;
    line-height: 1.5rem;
}

.dialogContent {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4) !important;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.dialog {
    max-width: 90%;
    border: 0.0625rem solid #eeeff1;
    background: #fff;
    box-sizing: border-box;
    width: 30rem;
    height: 12.5rem;
    border-radius: 0.75rem;
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.content {
    margin-top: 1.5rem;
    line-height: 1.375rem;
    color: #333;
    letter-spacing: 0;
}

.specialText {
    color: #2878ff;
    margin: 0 1.12px;
    cursor: pointer;
    font-weight: 500;
}

.butttonContent {
    margin-top: 2.4375rem;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cancle {
    cursor: pointer;
    width: 5.5rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.625rem;
    border-radius: 0.25rem;
    box-sizing: border-box;
    border: 0.0625rem solid rgba(31, 33, 38, 0.12);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2.5rem;
    letter-spacing: 0;
    color: #1f2126;
    margin-right: 1rem;
}

.confirm {
    cursor: pointer;
    width: 5.5rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
    background: #2878ff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0;
    color: #fff;
}

.success {
    height: 1rem;
    font-family: MicrosoftYaHeiUI;
    font-size: 0.875rem;
    color: #67c23a;
    line-height: 0.875rem;
    text-align: left;
    font-style: normal;
}

.newUserText {
    font-family: MicrosoftYaHeiUI;
    font-size: 0.75rem;
    color: #0a82e6;
    line-height: 0.75rem;
    text-align: left;
    font-style: normal;
    cursor: pointer;
}

.xian {
    width: 6.75rem;
    height: 0.0625rem;
    border-bottom: 0.0625rem dashed #c2c2c2;
    margin-top: 0.0625rem;
}

.otherLoginImg {
    height: 2rem;
    cursor: pointer;
}

.bottomPage {
    /* position: absolute; */

    left: 50%;
    /* transform: translateX(-50%); */
    /*margin-top: 7.5rem;*/
    /*margin-bottom: 1rem;*/
    width: 100%;
    box-sizing: border-box;
}

.twobottomPage {
    /* position: absolute; */
    bottom: 0;
    left: 50%;
    /* transform: translateX(-50%); */
    width: max-content;
    min-width: 100%;
    box-sizing: border-box;
    height: 6.875rem;
    background: #ffffff;
    box-shadow: 0px -0.25rem 0.5rem 0px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bottomMenu{
    display: flex;
    max-width:75rem;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0.5rem 0 0 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    >li{
        margin-right:0.75rem;
    }
}

.twobottomMenuLi {
    padding:0 0.5rem;
    height: 2rem;
    background: #f5f8fa;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    box-sizing: border-box;
    color: #333;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 0.5rem;
    cursor: pointer;
    margin-right:0.5rem;
}

.twobottomText {
    font-family: MicrosoftYaHeiUI;
    font-size: 0.875rem;
    color: #909ba8;
    line-height: 0.875rem;
    text-align: center;
    font-style: normal;
    min-width: 75rem;
    height: 100%;
    margin: 0 auto;
}

.carousel-container {
    display: block;
    position: relative;
    margin-right: 1rem;
    width: 100%;
    width: 31rem;
    height: 30.875rem;
    /* 设置最大宽度 */

    /* 居中 */
    overflow: hidden;
    /* 隐藏溢出的内容 */
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
    /* 添加过渡效果 */
}

.carousel-item {
    width: 31rem;
    height: 30.875rem;

    /* 每个轮播项占满一个容器宽度 */
}

.image-container {
    width: 31rem;
    height: 30.875rem;
    overflow: hidden;
    border-radius: 0.625rem;
}

.image-containerImg {
    width: 100%;
    /* 图片自适应 */
    height: auto;
    /* 高度自动 */
}

.buttonALl {
    padding-right: 0.75rem;
    position: absolute;
    bottom: 0;
    right: 0;

    border: none;
    cursor: pointer;
}

.prev {
    width: 0.75rem;
    height: 0.375rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0.25rem;
    margin-right: 0.5rem;
}

.next {
    width: 1.5rem !important;
    height: 0.375rem !important;
    background: #ffffff !important;
    border-radius: 0.25rem !important;
    margin-right: 0.5rem !important;
}

.closeNone {
    display: none !important;
}

.onInputCode {
    width: 12rem;
}

.buttonTextblue {
    font-size: 0.875rem;
    color: #0a82e6;
    line-height: 0.875rem;
    text-align: left;
    margin-right: 0.75rem;
    cursor: pointer;
}

.buttonTextDisabled {
    font-size: 0.875rem;
    color: #bbbbbb;
    line-height: 0.875rem;
    text-align: left;
    margin-right: 0.75rem;
}

.qrcode {
    width: 9.5rem;
    height: 9.5rem;
    margin: 0.5rem auto 0.3125rem;

    > img {
        width: 100%;
        height: 100%;
    }

    position: relative;
}

.qrcodetext {
    font-family: MicrosoftYaHeiUI;
    font-size: 0.75rem;
    color: #333333;
    line-height: 1.25rem;
    text-align: center;
    margin-bottom: 1.25rem;
    padding: 0 1rem;
}

.qrcodelose {
    width: 9.5rem;
    height: 9.5rem;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(245, 248, 250, 0.94);
    cursor: pointer;
    display: none;
    flex-direction: column;
    align-items: center;
}

.qrcodelose-img {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 2.125rem;
}

.qrcodelose-text {
    font-weight: bold;
    font-size: 0.875rem;
    color: #333;
    line-height: 0.875rem;
    text-align: center;
    margin: 1rem 0;
}

.qrcodelose-text1 {
    font-size: 0.875rem;
    color: #0a82e6;
    line-height: 0.875rem;
    text-align: center;
}
.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}
.justify-around {
    justify-content: space-around;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.items-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.flex-wrap {
    flex-wrap: wrap;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mr-1 {
    margin-right: 0.25rem;
}
.mr-2 {
    margin-right: 0.5rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mr-4 {
    margin-right: 1rem;
}
.ml-1 {
    margin-left: 0.25rem;
}
.ml-2 {
    margin-left: 0.5rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.ml-4 {
    margin-left: 1rem;
}
.text1 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cursor-pointer {
    cursor: pointer;
}

.simple-message {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 1.75rem 0 1.25rem;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    /* 确保在其他元素之上 */
    opacity: 1;
    transition: opacity 0.5s ease;
    font-weight: 500;
    text-align: center;
    height: 2.5rem;
}

.red {
    border: 0.0625rem solid #fef0f0;
    background-color: #fef0f0;
    color: #f56c6c;
}

.green {
    border: 0.0625rem solid #f0f9eb;
    background-color: #f0f9eb;
    color: #67c23a;
}

.iconfont {
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconfontImg {
    width: 0.875rem;
    height: 0.875rem;
}

.icon-success {
    background-color: #67c23a;
}

.icon-error {
    background-color: #f56c6c;
}

.message-text {
    margin-left: 0.625rem;
    margin-bottom: 0.0625rem;
    font-size: 1rem;
    line-height: 1;
}
#oneQrcodeID {
    width: 9.5rem;
    height: 9.5rem;
}
#oneQrcodeID > img {
    width: 9.5rem;
    height: 9.5rem;
}
#QrcodeID {
    width: 9.5rem;
    height: 9.5rem;
}
#QrcodeID > img {
    width: 9.5rem;
    height: 9.5rem;
}

.tooltip {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    padding: 0.3125rem;
    box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
    z-index: 1000;
    white-space: normal;
    /* 允许悬浮框内的文本换行 */
    max-width: 12.5rem;
    /* 设置悬浮框的最大宽度 */
    display: none;
    /* 默认隐藏 */
    transition: opacity 0.3s;
    /* 添加过渡效果 */
    opacity: 0;
    border-radius: 0.5rem;
    color: #fff;
    background-color: #333;
    font-size: 0.875rem;
    line-height: 1.375rem;
}

.tooltip.visible {
    display: block;
    opacity: 1;
}

.checkwarning {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    text-align: center;
}

.checkImg {
    width: 6.25rem;
    height: 2.5rem;
    margin-left: 1rem;
}

.checkInput {
    width: 1.875rem;
    height: 2.5rem;
    border-radius: 0.375rem;
    background: #f9fafb;
    box-sizing: border-box;
    border: 0.125rem solid #2878ff;
    font-size: 1.375rem;
    font-weight: 400;
    color: #3d3d3d;
    text-align: center;
    margin-right: 1rem;
    overflow-clip-margin: 0px !important;
    overflow: clip !important;
}

.checkButttonContent {
    margin-top: 1rem;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.checkDialog {
    max-width: 90%;
    border: 0.0625rem solid #eeeff1;
    background: #fff;
    box-sizing: border-box;
    width: 25rem;

    border-radius: 0.75rem;
    padding: 1.5rem;
}

.checkInput:focus {
    border-color: #007bff;
    background-color: #EBF4FF;
    /* 聚焦时边框颜色变为蓝色 */
    outline: none;
    /* 去掉默认的聚焦外轮廓 */
}

.radio-group {
    display: flex;
    flex-wrap: wrap;

    align-items: center;

}

.radio-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    margin-right: 1rem;
    margin-bottom: 0.875rem;
}

.radio-item input[type="radio"] {
    display: none;
    /* 隐藏原生 radio */
}

.radio-item img {
    width: .875rem;
    height: .875rem;
    margin-right: .375rem;
}

.radio-item label {
    font-family: MicrosoftYaHeiUI;
    font-size: .75rem;
    color: #333333;
    line-height: 1rem;
    text-align: left;
    color: #333;
}
.radio-xian{
    width:100%;
    height:0.0625rem;
    border-top:0.0625rem dashed #C2C2C2;
    margin-bottom:1rem;
}