*, ::after, ::before {
    box-sizing: border-box;
    list-style: none;
}
html,body{
    margin: 0;
    padding: 0;
    height:100%;

}
body {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222222;
    align-items: center;
    justify-content: center;
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
    background: linear-gradient(45deg,#ced4da,#007bff);
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
input{
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #555555;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 1rem;
    outline: 0;
}
input:focus {
    box-shadow: 0 0 0 0.2rem rgb(167 191 232 / 25%);
}
.btn {
    color: #fff !important;
    width: 100%;
    transition: all .4s;
    border-radius: .25rem;
    margin-bottom: 10px;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    background: #2c50ef;
    border: 1px solid #2c50ef;
    cursor: pointer;
}
.btn:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff !important;
    font-weight: normal;
}
.container {
    max-width: 450px;
    margin: 0 auto; /* æ°´å¹³å±…ä¸­ */
    display: flex;
    justify-content: center; /* æ°´å¹³å±…ä¸­ */
    align-items: center; /* åž‚ç›´å±…ä¸­ */
    height: 100vh; /* è®©å®¹å™¨å æ»¡æ•´ä¸ªè§†å£é«˜åº¦ */
}

.card {
    background: #fff;
    border-radius: 8px;
    width: 100%; 
    -webkit-box-shadow: 0 7px 25px rgb(0 0 0 / 8%);
    box-shadow: 0 7px 25px rgb(0 0 0 / 8%);
}

.card-title {
    font-weight: bold;
    font-size: 1.8rem;
    color: #667eea;
    width: 100%;
}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: center; /* æ°´å¹³å±…ä¸­ */
    justify-content: center; /* åž‚ç›´å±…ä¸­ */
    text-align: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem 1.75rem;
}
.sign_logo img {
    width: 100px;  /* è®¾ç½® logo çš„å®½åº¦ä¸º 100px */
    height: auto;  /* æ ¹æ®å®½åº¦è‡ªåŠ¨è°ƒæ•´é«˜åº¦ï¼Œä¿æŒå®½é«˜æ¯” */
    border-radius: 20%;  /* è®¾ç½®åœ†å½¢æ•ˆæžœ */
}
.badge-wrap img {
    width: 36px;
    height: 36px;
    margin: 0 .3rem;
    border-radius: 50%;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 31%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}
.message.popup{
    width: 100%;
    text-align: center;
    background-color: beige;
}
.message.popup.error{
    background-color: bisque;

}
.message.popup.success{
    background-color: lightgrey;
}
.login_form{width: 250px;}
/*微信小程序扫码登录*/
#xcxqrcode{
    width: 250px;
    height: 250px;
}
#lgtext{
    text-align: center;
    padding:10px 10px;
    margin-bottom: 20px;
    background: #ebebeb;
    border-radius: 100px;
    font-weight: bold;
}