.sw-login-main-content {
  position: relative;
}
.qr-code {
  position: absolute;
  top: 4px;
  right:8px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  z-index: 2;
}
.qrcode-wrap {
  padding: 8px 8px 0 8px;
  position: relative;
  height: 329px;
  width: 100%;
  box-sizing: border-box;
}
.qrcode-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qrcode-head span {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-left: 17px;
  display: inline-block;
}
.qrcode-head img {
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.qrcode-img {
  width: 140px;
  height: 140px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s;
}
.qrcode-hide {
  width: 140px;
  height: 140px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: rgba(255,255,255,0.9);
}
.qrcode-no {
  margin: 22px auto 14px;
  font-size: 12px;
  color: #222;
  line-height: 24px;
  font-weight: 500;
}
.qrcode-tip {
  font-size: 12px;
  color: #222;
  line-height: 20px;
  margin: 00 auto;
  text-align: center;
  margin-bottom: 18px;
}
.qrcode-hide .sw-button--primary {
  background: #2367B1;
  border-color: #2367B1;
}
.phone-img {
  position: absolute;
  top: 20px;
  right: 17px;
  width: 110px;
  height: 140px;
  opacity: 0;
}
.qrcode-wrapper {
  height: 170px;
  width: 100%;
  position: relative;
}
.qrcode-wrapper.refresh-wrap .phone-img {
  display: none;
}
.qrcode-wrapper.refresh-wrap:hover .qrcode-img{
  width: 140px;
  height: 140px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.qrcode-wrapper:hover .qrcode-img{
  width: 120px;
  height: 120px;
  position: absolute;
  top: 30px;
  left: 17px;
  transform: translateX(0);
}

.qrcode-wrapper:hover .phone-img {
  animation:mymove 0.2s infinite;
  animation-direction:normal;
  animation-iteration-count:1;
  opacity:1
}
@keyframes mymove
{
  from {opacity:0}
  to {opacity:1;}
}
.other-type-wrap {
  position: absolute;
  bottom: 15px;
  left: 0;
  text-align: center;
  width: 100%;
}
.title-line-wrap {
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
}
.title-line-wrap .line{
  width: 80px;
  height: 1px;
  background: linear-gradient(270deg,#D2DAE0  0%, rgba(210,218,224,0) 100%);
  margin-right: 10px;
}
.title-line-wrap .line-right{
  width: 80px;
  height: 1px;
  background: linear-gradient(270deg, rgba(210,218,224,0) 0%, #D2DAE0 100%);
  margin-left: 10px;
}
.other-type-login {
  margin:0 5px;
  font-size:30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  cursor: pointer
}
.other-type-wrap .link {
  color: #2367B1;
  font-size: 12px;
  cursor: pointer;
  margin-top: 14px;
}