* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.banner {
  background: url(/static/login/background.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 654px;
  position: relative;

  transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;

  filter: alpha(opacity=0);
  opacity: 0;
}

.banner .content-box {
  height: 100%;
  transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
}

.banner .banner-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner .content-box .banner-text-content {
  padding-right: 60px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 50px;
  bottom: 32px;
  line-height: 25px;
  text-align: justify;
}

.banner .content-box .banner-text-content label {
  font-weight: bold;
}

.banner .content-box .banner-login-content {
  width: 425px;
  height: 530px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 1px #aaa;
  position: absolute;
  right: 50px;
  top: 30px;
  padding: 85px 56px 0 56px;
}

.banner .content-box .banner-login-content .banner-login-content-title {
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.banner .content-box .banner-login-content .banner-login-content-title span {
  width: 50%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  color: #7a7a7a;
  background-color: #f8fafd;
  box-shadow: inset 2px -2px 4px 0px
		rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 3;
}

.banner .content-box .banner-login-content .banner-login-content-title .active {
  color: #005096;
  background-color: #fff;
  box-shadow: none;
  border-top: 3px solid #ffc819;
  z-index: 2;
}

.banner .content-box .banner-login-content .banner-login-content-item {
  margin-bottom: 10px;
  position: relative;
  display:flex;
}

.banner .content-box .banner-login-content .banner-login-content-item label {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    display: block;
    margin-bottom: 5px;
    width: 70px;
    text-align: end;
  	line-height:50px;
    flex-shrink: 0;
}

.banner .content-box .banner-login-content .banner-login-content-item input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom:1px solid #dcdfe6;
  padding: 0 10px;
  font-size: 14px;
  color: #333333;
}

.banner
  .content-box
  .banner-login-content
  .banner-login-content-item
  input::placeholder {
  color: #999999;
}

.j_select {
  width: 314px !important;
}
.j_select >div{
	margin: 0;
    padding: 0;
    width: 100% !important;
    height: 50px !important;
  	line-height:50px !important;
    cursor: pointer;
    position: relative;
    background: #fff;
    display: inline-block;
  	border:none !important;
  	color:#333333 !important;
  	border-bottom:1px solid #dcdfe6 !important;
}
.j_select .current_select .select_icon {
  right: 10px;
  background: url(/static/login/select_drop.png) no-repeat;
  box-sizing: border-box;
  width:14px !important;
  height:14px !important;
}

.banner .content-box .banner-login-content .verification-code {
  position: relative;
}

.banner .content-box .banner-login-content .verification-code input {

  /* margin-right: 138px; */
  /*  border: 1px solid #dcdfe6 !important; */
  padding-right: 100px;
  width:100%;
}

.banner .content-box .banner-login-content .verification-code span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 79px;
  height: 29px;
  /*  background-color: #f5f5f5; */

  cursor: pointer;
  position: absolute;
  right: 0;
  top: calc(50% - 2.5px);
  transform: translateY(-50%);
  font-size: 14px;
  color: #005096;
}
.banner .content-box .banner-login-content .verification-code span::before{
	content:"";
  	height:14px;
  	width:1px;
  	background-color: #dcdfe6;
  	position: absolute;
  	right:90px;
   	top: 50%;
  	transform: translateY(-50%);
}
.banner .content-box .banner-login-content .verification-code span img {
  height: 100%;
  width:100%;
}

.banner
  .content-box
  .banner-login-content
  .banner-login-content-item:nth-child(4) {
  margin-bottom: 20px;
}

.banner .content-box .banner-login-content .banner-login-content-submit button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background-color: #005096;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border: none;
  cursor: pointer;
}

.banner .content-box .banner-login-content .banner-login-content-bottom {
  display: flex;
  font-size: 16px;
  margin-top: 10px;
  align-items: center;
}

.banner
  .content-box
  .banner-login-content
  .banner-login-content-bottom
  .first-login {
  color: #005096;
}

.banner
  .content-box
  .banner-login-content
  .banner-login-content-bottom
  .forget-this-password {
  color: #999999;
}

.banner .content-box .banner-login-content .institutions-form {
  display: none;
}

.banner .content-box .banner-login-content .institutions-form .flex__right {
  justify-content: flex-end !important;
}



.forgot-password{
    display: flex;
    justify-content: flex-end !important;
}
#personalForm .forgot-password{
	justify-content: space-between !important;

}

.forgot-password .forget-this-password {
  color: #005096;
}
.privacy-policy-agreement{
	display: flex;
    height: 22px;
    align-items: center;
    color: #B1B1B1;
  	font-size:14px;
  	margin-bottom:5px;
}
.privacy-policy-agreement a{
	color:#005096;
}
.icon-prompt{
  display: inline-block;
  width:26px;
  height:16px;
  background: url('/static/login/prompt.png') no-repeat;
  background-size: contain;
  margin-left:8px;
  padding-right:10px;
  cursor: pointer;
}
#agreementRadio-person,#agreementRadio-institution{
  margin-right:6px;

}
.prompt-popper{
  background:#76787a;
  color:#fff;
  padding:6px 15px;
  border-radius: 3px;
  font-size:12px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
.prompt-popper:before{
	content:'';
  	width:10px;
  	height:10px;
  	background:#76787a;
    position: absolute;
  	left:-5px;
  	top:50%;
  	transform: translateY(-50%) rotate(45deg);
  	z-index:-1px;
}
.banner .content-box .banner-login-content .banner-login-content-item.accountLogin{
	display:none;
}

#policy-modal{
    overflow-y: auto;
    height: 80%;
	display:none;
  	width:900px;
  	position: absolute;
    top: 10vh;
    left: 50%;
    transform: translateX(-50%);
  	min-height:calc(80vh);
  	background: #fff;
  	box-shadow:0px 3px 16px rgb(0 0 0 / 30%);
  	border-radius: 5px;
}

.policy-modal__body{
    padding: 0px 50px;
}

#policy-modal .policy-modal__header{
	width:100%;
  	height:60px;
  	position: relative;
}
#policy-modal .policy-modal__header .modal__heade-close{
	font-size:24px;
  	color:#909391;
  	width: 50px;
    height: 50px;
  	position: absolute;
  	display: flex;
    align-items: center;
    justify-content: center;
  	cursor: pointer;
  	right:1px;
  	transition: 0.2s;
}
#policy-modal .policy-modal__header .modal__heade-close:hover{
	opacity: 0.6;
}
.modal__mask{
	position: fixed;
  	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
  	background:rgba(0, 0, 0, 0.4);
}
.paperType{
    display:none;
}
.operate-container{
	width:100%;
  	position: absolute;
    bottom: 30px;
}
.switchType{
	cursor: pointer;
}
.hidden{
  	display:none !important;
}
#personalForm{
	position: relative;
    height: 100%;
}
