.icon {
    width: 1.5em; height: 1.5em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
    float:left;
    margin-top: 15px;
}
html{
    width: 100%;
    height: 100%;
}
body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    /*overflow: hidden;*/
    min-width: 1400px;
}
.banner{
    width:100%;
    height: 100%;
    overflow: hidden;
}
.blackboard1{
    position: absolute;
    bottom: 0;
    left: 4%;
    right: 4%;
    z-index: 10;
    right: 10px;
    width: 92%;
    height: 96%;
    background-color: rgba(0,0,0,0.4);
}
.blackboard2{
    position: absolute;
    display: flex;
    top: calc(48% - 170px);
    /* height: 38%; */
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 324px;
    background-color: rgba(0,0,0,0.4);
    padding-bottom:2%;
    padding-top: 2%;
    z-index: 20;
}
.a_unite{
    /* border-bottom: 2px solid gray;*/
    color: white;
    line-height: 35px;
    font-size: 35px;
	    font-weight: bold;
    text-align: right;
    letter-spacing: 1px;
    margin-top: 40px;
    text-decoration: none;
 
}
.left{
    height: 100%;
     width: 22%;
    margin-right: 0%;
    
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.right{
    /* width: 50%; */
    height: 100%;
    min-width: 340px;
        margin-left: 3%;
    padding-left: 3%;
    display: flex;
    align-items: center;
	    border-left: 1px solid #a0a3b2;
		    padding-bottom: 20px;
}
.tabs{
   color: #d6d6d6;
    font-size: 24px !important;

}
span.scanlogin span {
    color: #d6d6d6 !important;
    font-size: 24px !important;
}

.active{
    border-bottom: 4px solid white;color: #fff;
}
.nav-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 78%;

}
.nav-content1{
    display: none !important;
}
.nav-content2{
    display: flex !important;
}
.tabcontent0{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 5%;
}
.tabcontent0 button{
    color: #e4e5e8;
    /* height: 16%; */
}

.tabcontent1{
    display: none;
    /* display: flex; */
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 2%;
}
.tabcontent1 button{
    color: #e4e5e8;
    /* height: 16%; */
}
.item{
    border-bottom: 1px solid #fff;
    height:58px;
    margin-bottom: 2%;
    position: relative;

}
.item input {
    background-color: transparent;
    border: 0;
    outline: medium;
    color: #e4e5e8;
    height: 100%;
    position: relative;
    font-size: 16px;
}
.item input ::-webkit-input-placeholder {
    color: #ccc;
}

.change{
    /* height: 22%; */
    width: 100%;
    display: flex;
    cursor: pointer;
    /* justify-content: center; */
    align-items: center;
 
}

.box{
    /* height: 100%; */
    width: 100%;
    position: relative;
}
.api{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 4%;
    margin-bottom: 4%;
}
.img1{
    width:100%;
    height:100%;
    /*display:none*/

}
.img2{
    width: 100%;
    height: 100%;
    display: none;
}
.copyright{
    width: 100%;
    /* color: #9b98a0; */
    color: #fff;
        font-size: 14px;
    line-height: 22px;
    position: absolute;
    bottom: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.QR_login{
    display: none;
    position: absolute;
    z-index:20;
    width: 0%;
}
.QR_active{
    display: block;
    /* position: absolute; */
    z-index:20;
    /* width:200px; */
    /* height: 200px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* top:-20px; */
}
.loginbtn{
    color: white;
    width: 100%;
    background-color: rgba(63,118,183,0.8);
    height: 50px;
    font-size: 20px;
    border: none;
    line-height: 50px;
    text-align: center;
}
.left-img{
       width: 100%;
    height: auto;
}
.left-img img {
    float: none !important;
    width: 100% !important;
}
.sendMsg{
    /* width: 125px; */
    /* background: #e4ac56; */
    color: #ea5356;
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 999;
}
.idcode {
    position: relative;
    /*background: url(https://webvpn.jssnu.edu.cn/http/webvpn3bc85af704e21a62ca568010aa2590e3ae3a599e75c0b004738fca18ae4f9165/_control/validateimage?tt=0.22676059291372896) no-repeat right;*/
    /* background-position: 8px center; */

}
.code{
    /* z-index: 30;position: absolute;top: 0;right: 0;width: 15%; */
    margin-left: 70px;
    width: 120px;
    height: 120px;
    cursor: pointer;
}
.item input::-webkit-input-placeholder{ /*WebKit browsers*/

    color: #CCC;

}
.imgcode{
    width: 100px;height: 25px;position: absolute;
}
.nav-content2{
    display: none !important;
}
.scanlogin .icon{
    margin-top: 2px;
}

@media  screen and (min-width:650px) and (max-width: 1366px) {
    .blackboard2{
     
        top: calc(49% - 170px);
      
    }
    .QR_active {
        display: flex;
        position: absolute;
        z-index: 20;
        width: 80%;
        height: 80%;
        top: -30px;
    }
    .item {
        
    }
}
@media  screen and (min-width: 1600px){
    .QR_active{
        display: flex;
        z-index:20;
        margin-top: 0px;
    }
}



@media  screen and (max-width: 650px) {
	.a_unite {
		margin-top: 0px;
		font-size: 26px;
	}
    .imgcode{
        width: 100px;height: 25px;position: none;
    }
    body{
        min-width: 0px;
        overflow: hidden;
    }
    .scanlogin{
        display: none;
    }
    .api {
        /* display: flow; */
        /* justify-content: flex-end; */
        font-size: 14px;
    }
    .left-banners{
        display: none;
    }
    .content-box{
        width: 100%;
    }
    .blackboard1{
        display: none;
    }
    .blackboard2{
        height: 100%;
        width: 100%;
        flex-direction: column;
        top: 0;
        left: 0;
        justify-content: inherit;
        align-items: inherit;
        padding-top: 6%;
		    background: none;
    }
    .left{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
           height: 15%;
    }
    .right{
        display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 90%;
		height: auto;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 8%;
		   opacity: 0.9;
		background-color: #fff;
		padding: 0;
		border: 0;
		border-radius: 25px;
	    min-width: auto;
		height: 55%;

    }
	.copyright span {
		word-break: break-all;
		text-align: center;
		margin: 0 1%;
	}
    .nav-content{
        height: 100%;
    }

    .img1{
        display: none!important;
    }
    .img2{
        display: block;
    }
    .box{
        width: 90%;
		padding:6% 0% 10% 0%;
    }
	.tabs {
		color: #999;
		font-size: 30px !important;
		font-weight: bold;
		line-height: 60px !important;
		height: auto !important;
			display: inline-block;
		margin: 0 !important;
	}
	.icon {
		color: #3176c4;
	}
	.form-input-placeholder, .form-input-control, .form-input-star {
	color: #999 !important;
		
	}

	.active {
		border-bottom: 4px solid #999;
		color: #333;
	 
		font-weight: bold;
		line-height: 60px !important;
		height: auto !important;
	}
	p.middleNav.tabs {
		width: auto;
		display: inline-block;
		margin-left: 10% !important;
	}
	.change {
	text-align: center;
		display: block;

	}
	.narro label {
	   color: #3275c4 !important;
	   
	}
	.forgetpassword a {
		text-decoration: none;
		color: #3275c4 !important;
	   
	}
	.loginbtn {
		background: #3275c4;
		height: 60px;
		line-height: 60px;
		border-radius: 10px;
	}
    .left-img{
        width: 100%;
        height: auto;
        text-align: right;
        display: flex;
        justify-content: center;
    }
    .left-img>img{
        float: unset !important;
        width: 90% !important;
        padding: 0px 15%;
        box-sizing: border-box;
        height: 100%;
    }
    .item{
        /*height: 30%;*/
        width: 100%;
        /*display: flex;*/
        align-items: center;
		    border-color: #999;
    }
    .loginbtn{
        /*height: 30%;*/
    }
    .loginhelp{
        display: none;
		float: right;
		
    }
    .item input {
        font-size:14px;
        height: 100%;
		color: #333 !important;
    }
    .api{
     
    }
    .QR_login{
        display: none;
        z-index:20;
    }

    .QR_active{
        display: block;
        z-index:20;
        margin-top: 20px;
    }
}

@media  screen and (max-width: 400px) {

	.blackboard2 {
  
    padding-top: 5%;
   
}
.a_unite {
    margin-top: 0px;
    font-size: 20px;
}
.active {
    border-bottom: 4px solid #999;
   
    font-size: 24px !important;
    font-weight: bold;
    line-height: 50px !important;
    height: auto !important;
}
.tabs {
  
    font-size: 24px !important;
    font-weight: bold;
    line-height: 50px !important;
    height: auto !important;
    display: inline-block;
    margin: 0 !important;
}
.loginbtn {
    background: #3275c4;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
}
}

@media  screen and (max-width: 380px) {
	.right {
 
    margin-top: 5%;
  
}
.box {
    width: 90%;
    padding: 5% 0% 8% 0%;
}
.a_unite {
    margin-top: 0px;
    font-size: 20px;
}
}
@media  screen and (max-width: 361px) {
	
	.tabs {
    font-size: 20px !important;
   
}
.item {
    
    height: 38px;
   
}
.form-input-wrapper {
   
    height: 38px;
  
}
.form-input-placeholder, .form-input-control, .form-input-star {
   
  height: 30px !important;
    line-height: 30px !important;
    font-size: 14px !important;
}
	
	.icon {
    width: 1em;
    height: 1em;
   
    margin-top: 10px;
}
.narro label {
  
    font-size: 14px !important;
}
.forgetpassword a {
    text-decoration: none;
  
    font-size: 14px !important;
}
.loginbtn {
    background: #3275c4;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
}
	
	}
.jumptip{
    color: #ff9999;
    font-size: 18px;
    width: 100%;
    margin-bottom: 30px;
}
.jumptip input {
    color: white;
    width: 100%;
    background-color:rgba(85,182,221,0.7);
    height: 38px;
    font-size: 14px;
    border: none;
    font-weight: bolder;
}
.jumptip a:hover {
    color:#00a65a;
}

#msg{
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#msg p {
    color: #ffffff;
    margin-bottom: 20px;
}

#msg h2 {
    color: #ffffff;
    margin-bottom: 20px;
}


#msg a {
    color: #ff3a3a;
    border: #0b70d8;
    text-decoration: underline;
}

#msg a:hover {
    color:#00a65a;
}

/* 解决保存密码框后，浏览器样式被覆盖的问题 */
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {


    /*-webkit-box-shadow: 0 0 0px 1000px #000 inset !important;*/
    background-color:transparent; !important
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
    -webkit-text-fill-color: #fff!important;
}

.forgetpassword a {
    color: #ffffff;
    text-decoration: none;
}

.loginhelp a {
    color: #ffffff;
    text-decoration: none;
	font-size: 14px;
}

.form-error{
    text-align: left;
    color: #ff9999;
    font-size: 15px;
    margin-bottom: 5px;
}


* {
    margin: 0;
    padding: 0;
}
body,html {
    /* background-color:rgb(51, 51, 51); */
}
.form-box {
    margin: 50px auto;
    width: 300px;
}

/** 透明输入框样式 **/
.form-input-wrapper {
    position: relative;
    height: 58px;
    overflow: hidden;
    margin-left: 10px;
}
.form-input-status-success {
    /*border-bottom-color: rgb(32, 180, 69);*/
    /*box-shadow: 0 0 3px rgb(51, 218, 93);*/
}
.form-input-status-warning {
    /*border-bottom-color: rgb(224, 77, 40);*/
    /*box-shadow: 0 0 3px rgb(245, 106, 72);*/
}
.form-input-placeholder,.form-input-control,.form-input-star {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    padding: 3px;
    color: #fff;
    outline: none;
    z-index: 1;
    margin-left: 8px;
    overflow: visible;
    background-color: transparent;
    font-size: 16px;
}
.form-input-placeholder {
    display: none;
}
.form-input-star {
    z-index: 2;
    letter-spacing: 0.11em;

}
.form-input-control {
    z-index: 3;
    background-color: rgba(0, 0, 0, 0);

}

.form-input-control::selection{
    color:#fff;
    background-color:rgba(0, 0, 0, 0.3);
}
.form-input-control::-moz-selection{
    color:#fff;
    background-color:rgba(0, 0, 0, 0.3);
}
.form-input-empty .form-input-placeholder {
    display: block;
}

.form-input-password {
    opacity: 0;
    color: transparent;
}

/*20220706光标调整*/
.form-input-cursor {
    display: none;
    height: 28px;
    border-left: 1px solid #fff;
    margin: 10px 0;
    vertical-align: top;
}

.form-input-focus .form-input-cursor {
    display: inline-block;
    animation: cursor-blinks 1s infinite steps(1, end);
}
@keyframes cursor-blinks {
    0% {
        opacity: 1;
        display: block;
    }
    50% {
        opacity: 0;
        display: none;
    }
    100% {
        opacity: 1;
        display: block;
    }
}

.narro label{
    color: #fff;
	    font-size: 15px;
}
#rememberMe{
    vertical-align: middle;
	    width: 15px !important;
    height: 15px;
    margin-top: -5px !important;
}
span.forgetpassword {
    font-size: 15px !important;
}
.scanlogin,.loginbtn{
    cursor: pointer;
}
#font_title_style{
    font-weight: bold;
}
/**
.CNames .names{
  color:#333 !important;
}
*/