@charset "utf-8";
/* 你自己的样式 */
/* .page{float:right;margin-top:20px}
.page span{padding: 5px 10px;margin-left:5px;border:#aaa 1px solid;}
.page a{padding: 5px 10px;margin-left:5px;background:#abcdef;border:#aaa 1px solid;} */

.layui-layer-shade{ opacity: 0.5 !important;}

.login .content{ position: relative; min-height: 452px;}
.login .content .saoicon{ width: 60px; height: 60px; background-image: url('../images/qrcode.png'); background-position: center; background-repeat: no-repeat; background-size: 100%; position: absolute; top: 0; right: 0; cursor: pointer; z-index: 5;}
.login .content .gray_right{ display: flex; justify-content: space-between; align-items: center; color: #353535; font-size: 14px; line-height: 1.6; margin-bottom: 70px;}
.login .content .gray_right span{ display: inline-black; cursor: pointer; color: #576b95;}
.login .content .saotext{ position: absolute; top: 45px; right: 20px; font-size: 14px; line-height: 1.6; cursor: pointer; z-index: 5; color: #576b95;}
.login .content .gray_center{ color: #7e8081; text-align: center;}
.login .content .gray_center.span{ display: none; color: #F56C6C;}
.login .content .wxcode{ position: relative; width: 152px; height: 152px; margin: 36px auto;}
.login .content .wxcode.refresh{ cursor: pointer;}
.login .content .wxcode.refresh:after{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('../images/refresh3.png'); background-position: center; background-repeat: no-repeat; background-size: 100%;}
.login .content .wxcode.loading:after{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('../images/loading.gif'); background-position: center; background-repeat: no-repeat; background-size: 48px 48px; z-index: 3;}
.login .content .wxcode.loading:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,.76); z-index: 2;}
.login .content #loading{ display:none; width: 100%; height: 360px; background-image: url('../images/loading.gif'); background-position: center; background-repeat: no-repeat; background-size: 60px 60px;}
.login .content #loading[v-cloak]{ display:block;}
.login .content .icbox{ display: none;}
.login .content .icbox.show{ display: block;}