/*  ----------  ---------- */
*, *::before, *::after {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
}

a {
	text-decoration: none;
}
a:hover {

	text-decoration: none;
	transition: all .25s;
}


.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.jclogin_box {

   width: 100%;
    height: 100%;
	margin:0 auto;
}
html, body {
    width: 100%;
    height: 100%;
}
body {background:url(../img/bg.png) no-repeat center ;
width:100%;
background-size: 100% 100% ;

	margin: 0; padding:0;
	position: relative;
	font-size: 13px
}

.jclogin_rbg {border-radius: 20px; background:#fff;
	height: 55vh;
    width: 28% !important;
	position:fixed; right:15%;
	top:23%;
	padding-top:0;box-shadow:  0 0 30px rgba(0,140,217,0.3);
}.wechat_icon{ width:100px; height:100px; position:absolute; right:0;top:0; cursor:pointer}
.code_wrap{position:absolute; right:10%;top:20%;}
.aui-chang-list {
	width: 92%;
	margin: 2rem auto;
	text-align: left; 
	padding-bottom: 0rem;
}
.aui-user-text h1 {
	font-size: 1.4rem;
	font-weight: 800;padding-left:1rem;
	z-index: 2;
	color:#000000;
	margin-top: 3rem ;
	margin-bottom:0;
}
.aui-user-text h1 span{ color: #000;; padding:5px;}
.aui-flex-box {
	flex: 1;
	min-width: 0; 
	font-size: 14px;
	color: #333;
}
.aui-flex-c {display: flex; flex: 1; padding:0;justify-content:space-between;}
.aui-flex {
	display: flex;
	align-items: center;
 padding: .2rem;
	border-radius: 6px;
	margin: 1rem;
	 margin-bottom:0;
	position: relative;
	border:1px solid #f1f1f1;
	background:#f7f7f7
}
.aui-flex2 {
	display: flex;
	align-items: center;
 padding: .6rem;
	border-radius: 6px;
	margin: 1rem;
	position: relative;
	background: none
}

.aui-chang-list:after {
	content: '';
	position: absolute;
	border-radius: 5px;
	z-index: -1px;
	top: 0;
	left: 0;
	width: 120px;
	height: 180px;
	background-size: 120px;
	background-repeat: no-repeat;
}
.aui-flex2 .aui-form-item {
	line-height: 25px;
	width: auto !important;
	margin-right: 2px
}
.aui-form-item img {
	margin: 5px 20px
}
.text-rihgt {
	text-align: right
}
.aui-palace-top {
	margin-top: 6rem !important;
	padding-bottom: 1rem;
}
.aui-flex-box input {
	width: 100%;
	height: auto;outline:medium;
	padding: .8rem; background:#f7f7f7 !important;
	color: #000 !important;
	border-radius:3px;
	border: none;
}
.aui-flex-box input::-webkit-input-placeholder{
    color: #555;
}
.aui-flex-box input:-moz-placeholder{
    color: #555;
}
.aui-flex-box input::-moz-placeholder{
    color: #555;
}
.aui-flex-box input:-ms-input-placeholder{
    color: #555;
}
.aui-psd a {
	color: #646464;
	font-size: 0.85rem;
}
.checkbox{ color:#fff}
.aui-flex-box a{ color:#fff}
.aui-form-button {
 padding:.5rem 0 1rem 0; margin-top:1rem
}
.aui-form-button button {outline:medium;
	background: linear-gradient(to right, #0886fe 0%, #4e3bfc 100%);
	width: 90%;
	margin: 8px auto;
	display: block;letter-spacing:3px;
	padding: .9rem 0;
	border-radius: 40px;
	border: none;
	color: #fff;
	font-size:18px; cursor:pointer;
	transition: all .3s ease-out;
box-shadow: 0 2px 8px 0
rgba(177, 221, 254, 0.4);
}
.aui-form-button button:hover{ background: linear-gradient(to right, #4e3bfc 0%, #0886fe 100%);border-radius:40px;box-shadow: 0 2px 5px 10px
rgba(177, 221, 254, 0.225);}
.aui-jop-top-box{ margin-top:6%}


.p_right {
	position: absolute;
	right: 0;
	top: 0
}
.jclogin_title {

    color: #fff;
    letter-spacing: 1px;
    text-align: left;
    position: fixed;
    top: 5%;
    left: 38%;
    font-weight: bold;
    font-size: 2.1rem;

}
.login_img{ position:fixed; left:9%; top:8%; width:760px}
.jclogin-font{color:#fff; position:fixed; bottom:2%; left:32%; float:12px; font-weight:normal }
.aui-user-img{ height:96px; width:157px; margin:0 auto; float:left; background:url(../img/02.png )100%; position:relative; top:-25px; right:8px; text-align:center}
#xuanzhun{ margin-top:15px;
 -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    -o-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}

#imgCode{ width:100%; height:100%; border:2px solid #f2f2f2; border-radius:3px}
.bnt_info { margin-right:1rem;
 width:100px; margin-top:1rem
}


@media only screen and (min-width: 1800px) and (max-width: 2000px) {
.aui-user-text h1 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #000000;
    margin-top: 2rem;
  
}

.jclogin_rbg {
    
    height: auto;	 height: 48vh;
 
    width: 28% !important;top:26%; right:12%}
	.aui-user-img {
    height: 96px;
    width: 157px;
    margin: 0 auto;text-align: center;
 

}.aui-jop-top-box {
    margin-top: 6%;
}
.jclogin_title {
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
    position: fixed;
    top: 5%;
    left: 38%;
    font-weight: bold;
    font-size: 2.8rem;
}
.aui-flex-box input {

    font-size: 1.2rem;
}
.aui-form-button button{ font-size:1.3rem !important}
.jclogin-font{color:#fff; position:fixed; bottom:2%; font-size:14px; font-weight:normal; left:32% }}

#qrcode {
    display: inline-block;
    float: right;
    width:90px;
    height: 90px;
    background: url("../img/01.png") no-repeat ;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
}

#qrcode a:hover {
    background: url("../img/01.png") no-repeat ;
    background-size: cover;
}
.saoma {
    display: none; text-align:center
}

.saoma .screen-tu {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    background: url("../img/pc1.png") no-repeat;
    background-size: cover;
}

.saoma .screen-tu:hover {
    background: url("../img/pc1.png") no-repeat;
    background-size: cover;
}
