.center {
    text-align: center;
}

body {
    margin: 0;
    padding: 0;
}

.pointer {
    cursor: pointer;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w-100 {
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
    line-height: 0;
    font-size: 0.16rem;
}

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

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

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

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

.info span + span:before {
    content: '';
    position: absolute;
    width: 0.01rem;
    height: 0.1rem;
    background-color: #76b3ff;
    left: -0.22rem;
    top: 7px;
}

.code-img a {
    position: relative;
    background: url("/workbench/images/yunfu/scan_code_login.png") no-repeat;
    width: 2.74rem;
    height: 2.74rem;
    background-size: 2.74rem 2.74rem;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}


.title-img img {
    /*margin-top: 2.1rem;*/
    width: 7.67rem;
    height: 0.79rem;
}

.code-img {
    margin-top: 0.5rem;
}

.circle {
    position: absolute;
    left: 82%;
    top: 2.46rem;
    margin: -0.52rem 0 0 -0.27rem;
    background: url(/workbench/images/yunfu/img_click1.png) center center no-repeat;
    width: 0.42rem;
    height: 0.42rem;
    background-size: 0.42rem 0.42rem;
    border-radius: 50%;
    animation: animated-border 1.5s infinite;
}

@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);   }
}

.finger {
    background: url(/workbench/images/yunfu/img_click2.png) center center no-repeat;
    width: 0.5rem;
    height: 0.45rem;
    background-size: 0.5rem 0.45rem;
    margin: 2.04rem 2.13rem;
    /*animation: fingerHandle 1s ease infinite both;*/
}

.btn {
    color: #32a4ff;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: none;
    width: 1.66rem;
    height: 0.53rem;
    background-color: #ffffff;
    border-radius: 0.33rem;
    display: inline-block;
    line-height: 0.53rem;
    font-size: 0.26rem;
    box-shadow: inset 0px 0px 0.11rem 0px
    rgba(255, 255, 255, 0.94);
    /*margin-top: 0.35rem;*/
}

.btn:hover {
    color: #2b80f4;
}

.ms-long {
    font-size: 0.24rem;
    position: relative;
}
