html, #content{
    height: 100%;
    width: 100;
}
body{
    margin: 0;
}
input{
    margin-top: 0 !important;
}

/* 按钮鼠标样式 */
button, #dingdingText, #auth1, #auth2, #auth3{cursor: pointer;}

.paui-login-form{margin: 30px auto; text-align: center;position: relative;z-index: 100;}

.paui-abtn{cursor: pointer;}
.paui-abtn:hover{color: orange}
.roy-simple-text-inner{
    cursor: pointer;
}
.roy-simple-text-inner:hover{
    color: #003567;
}
.paui-webauth-model{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 500px;
}
.paui-form-item{
    margin: 15px;
}
.paui-form-item input{
    height: 35px;
    width: 260px;
    border-radius: 4px;
    /* border: none; */
    border: 1px solid rgb(191, 191, 191);
}
.paui-login-btn{
    width: 265px;
    margin-bottom: 14px;
    height: 35px;
    border: 1px solid rgb(191, 191, 191);
    border-radius: 4px;
}
.btn {
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    user-select: none;
	line-height: 13px;
	display: inline-block;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #0159a3;
	background-color: #0159a3;
	font-size: 14px;
    font-weight: bold;
	padding: 10px 24px;
	cursor: pointer;
}
.popupStyle {
    display: none;
    width: 100%;
    background-color: rgb(125, 125, 125);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: fixed;
    z-index: 100;
    top: 10%;
}

.popupStyle::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
canvas img{
    width: 100%;
}
.authentication{
    background: #226791;
    background-size: 100%;
    height: 100vh;
    overflow: hidden;
}

.authentication .content{
    text-align: center;
    background-color: #f8f9fb;
    width: 18%;
    min-width: 250px;
    margin: 10% auto;
    padding: 30px;
    border-radius: 5px;
    color: #1c1d1d;
    font-size: 14px;
    font-weight: 550;
}


.authentication .content img{
    width: 110px;
    margin: 15px auto 0 0;
}

.authentication .content .userInfo{
    font-weight: 500;
    color: #81848d;
    font-size: 12px;
    margin-bottom: 20px;
}

.authentication .content .userInfo ul{
    list-style: none;
    text-align: center;
    margin-left: -30px;
}

.authentication .content .title{
    font-size: 16px;
}

.authentication .content .footer{
    margin-top: 20px;
}

.authentication .content .footer button{
    background-color: #226791;
    border: none;
    color: #fff;
    padding:8px 20px;
    border-radius: 3px;
    width: 70%;
    margin: 5px;
}

.authentication .content .footer button:hover{
    cursor: pointer;
    background-color: #133457;
}


@media (max-width: 600px) {
    .authentication .content{
        width: 80%;
    }
}

@media (max-width: 400px) {
    .authentication .content .userInfo{
        font-size: 10px;
    }
}
#appList table{
    width: 100%;
    color: #535353;
    text-align: center;
    margin-top: 50px;
}
#appList table td, #appList table th{
    width: 20%;
    height: 30px;
    border-bottom: solid 1px #e5e5e5;
    margin: 0;
    padding: 0;
}
#appList table th{
    font-size: 14px;
}
#appList table td{
    font-size: 13px;
}
.placeholder {  
    color: #ccc;  
}  
