body {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.t-center{
  text-align: center;
}

.mt--11{
  margin-top: 11px;
}

.relative{
  position: relative;
}

.login-box {
  background: url("./common/images/bg.png") no-repeat;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
  position: absolute;
}

.mode {
  background: url("./common/images/bg1.png") no-repeat;
  height: 7.6rem;
  width: 15.40rem;
  background-size: 100% 100%;
}

.pattern-left {
  float: left;
  width: 9.3rem;
}

.pattern-left img {
  width: 6.8rem;
  height: 5rem;
  position: relative;
  top: 1.42rem;
  left: 1.03rem;
}

.pattern-right {
  float: left;
  position: relative;
  top: 1.28rem;
}

.pattern-right .logo {
  width: 1.86rem;
  height: 1.26rem;
}

.pattern-right .logo-title{
  width: 4.06rem;
  height: 0.36rem;
  margin-top: 0.1rem;
}

.pattern-right div{
  font-size: 0.12rem;
}

.pattern-right .btn-icon{
  width: 2.3rem;
  height: 2.3rem;
  margin-top: 0.13rem;
  cursor: pointer;
  display: inline-block;
}

.finger{
  position: absolute;
  bottom: 0.38rem;
  right: 1.4rem;
  width: 0.58rem;
  height: 0.45rem;
}

@keyframes animated-border {
  0% {  box-shadow: 0 0 0 0 rgba(255,255,255,0.4);   }
  100% {  box-shadow: 0 0 0 20px rgba(255,255,255,0);   }
}
.circle {
  animation: animated-border 1.5s infinite;
  font-family: Arial;
  border-radius: 50%;
  position: absolute;
  bottom: 0.54rem;
  right: 1.73rem;
}


.info {
  text-align: center;
  margin-top: 0.28rem;
  position: absolute;
  bottom: 0.18rem;
  width: 100%;
  text-align: center;
  color: #666666;
  font-size: 0.16rem;
}

.info span + span {
    margin-left: 0.36rem;
}

.info span + span:before {
    content: '';
    position: absolute;
    width: 0.01rem;
    height: 0.16rem;
    background-color: #c8c8c8;
    left: -0.22rem;
    top: 0.02rem;
}

.info span {
    font-size: 0.16rem;
    color: #666666;
    position: relative;
}