@keyframes fontAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  html, body { 
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  html, body { 
    font-size: 11.5px;
  }
}
@media screen and (min-width: 950px) and (max-width: 1200px) {
  html, body { 
    font-size: 9.5px;
  }
}
@media screen and (max-width: 950px) {
  .login-left {
    display: none;
  }
  .login-right {
    float: none !important;
    width: 100% !important;
  }
}
html{
  overflow: auto;
}
body {
  min-height: 760px;
}
.login,
.login-left,
.login-right {
  height: 100%;
  overflow: auto;
  background: url("../images/login/login-con-bg.png") center bottom;
  background-size: cover;
}
.login-right-content{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.login .login-left {
  position: relative;
  overflow: hidden;
}
.login .login-left .login-img {
  height: 100%;
  background: url(../images/login/login-image.png);
  background-size: cover;
}
.login .login-left .login-video {
  height: 100%;
  overflow: hidden;
}
.login .login-left .login-slogn {
  position: absolute;
  top: 34%;
  width: 100%;
  color: #fff;
  font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
}
.login .login-left .login-slogn .text {
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 1rem;
  white-space: nowrap;
  animation: fontAnimation 1s;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.login .login-left .login-slogn span {
  display: inline-block;
  width: 100%;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 3.2rem;
  white-space: nowrap;
  letter-spacing: 1rem;
  margin-top: 0.5rem;
  animation: fontAnimation 1s;
  overflow: hidden;
  text-overflow: ellipsis;
}
.login .login-left .login-slogn .jajp-title {
  font-size: 3.7rem;
  letter-spacing: 0.5rem;
}
.login .login-left .login-slogn .enus-title {
  font-size: 3rem;
  letter-spacing: 1px;
}
.login .login-left .login-slogn .enus-tip {
  font-size: 2.1rem;
  letter-spacing: 1px;
}
.login .login-left .login-slogn .jajp-tip {
  font-size: 2.1rem;
  letter-spacing: 0.5rem;
}
.login .login-right {
  overflow: hidden;
  width: 518px;
  float: right;
  position: relative;
}
.login .login-right .top {
  height: 70px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.login .login-right .top .logo-con {
  line-height: 70px;
  float: left;
  height: 100%;
  padding-left: 16px;
  display: flex;
  align-items: center;
}
.login .login-right .top .logo-con img {
  margin-right: 8px;
}
.login .login-right .top .logo-con span {
  margin-right: 4px;
  font-size: 18px;
  color: rgb(113,113,113);
  font-weight: 500;
}
.login .login-right .top .logo-con .logo-con-fen {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  top: -1px;
}
.login .login-right .top .language {
  overflow: hidden;
  height: 100%;
  line-height: 100%;
}
.login .login-right .top .language /deep/ .el-select {
  margin-top: 15px;
}
.login .login-right .top .language /deep/ .el-select .el-input__inner {
  width: 100px;
  border: none;
  background: url(../images/login/language.png) left center no-repeat;
  background-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
.login .login-right .top .language /deep/ .el-select .el-icon-arrow-up {
  background: url(../images/login/slide.png) center no-repeat;
  display: block;
  background-size: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 10px;
}
.login .login-right .top .language /deep/ .el-select .el-icon-arrow-up:before {
  content: "";
}
.login .login-right .login-content {
  width: 400px;
  margin:96px auto 20px;
  background: #fff;
}
.login .login-right .login-content form{

  /* min-height: 556px; */
}
.login .login-right .login-footer {
  width: 400px;
  margin: auto auto 30px;
}
.login .login-right .copy-right{
  width: 290px;
  height: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #999999;
  line-height: 17px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.login .login-right .copy-right div {
  display: none;
}
.login .login-right .qr-code{
  float: right;
  position: static;
  
}
.login .login-right .qr-code img{
  width: 34px;
  height: 34px;
  cursor: pointer;
}

ul.loginTitle{
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
ul.loginTitle li{
  font-size: 18px;
  font-weight: 400;
  color: #999;
  position: relative;
  margin-right: 30px;
  line-height: 36px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
ul.loginTitle li:last-child {
  margin-right: 0;
}
ul.loginTitle li.select{
  color: #333;
  font-weight: bold
}
ul.loginTitle li.select::after{
  content: "";
  background:#EE2223;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
}
.qr-code>div{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.triangle-down{
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #fff;
}
.login .login-right .qr-code .scale{
  position: absolute;
  top:-172px;
  left: -64px;
  right: 0;
  background-color: #fff;
  width: 160px;
  height: 160px;
  padding: 5px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
  display: none;
}
.login .login-right .qr-code>div:hover .scale{
  display: block;
}
.login .login-right .qr-code .scale .triangle-down{
  position: absolute;
  left: 70px;
}
.login .login-right .qr-code .scale img{
  width: 150px;
  height: 150px;
}
.fa-chevron-down{
  background: url("../Images/login/slide.png");
  background-size: contain;
}
.login .login-right input::placeholder {
  color: #999999;
}
.modal-yht {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.modal-yhtconfirm {
  position: relative;
  width: 420px;
  height: 160px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.modal-yhtconfirm-content {
  position: absolute;
  top: 42px;
  left: 0px;
  font-size: 16px;
  color: #333333;
  padding: 0 32px 0 32px;
}
.modal-yhtconfirm-content span {
  padding-left: 14px;
}
.modal-yhtbtn {
  position: absolute;
  bottom: 24px;
  right: 32px;
  display: flex;
  justify-content: flex-end;
}
.modal-yhtbtn button {
  margin-right: 8px;
}
.modal-secondlogin {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.modal-secondloginconfirm {
  position: relative;
  width: 420px;
  height: 160px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.modal-secondloginconfirm-content {
  position: absolute;
  top: 42px;
  left: 0px;
  font-size: 16px;
  color: #333333;
  padding: 0 32px 0 32px;
}
.modal-secondloginconfirm-content span {
  padding-left: 14px;
}
.modal-secondloginbtn {
  position: absolute;
  bottom: 24px;
  right: 32px;
  display: flex;
  justify-content: flex-end;
}
.modal-secondloginbtn button {
  margin-right: 8px;
}