- .login-body {
 -   padding-top: 106rpx;
 -   display: flex;
 -   flex-direction: column;
 -   align-items: center;
 -   justify-content: center;
 - }
 - 
 - .login-logo {
 -   width: 320rpx;
 -   height: 320rpx;
 - }
 - 
 - .login-logo>image {
 -   width: 100%;
 -   height: 100%;
 - }
 - 
 - .login-btn {
 -   padding-top: 120rpx;
 -   width: 504rpx;
 - }
 - 
 - .txt {
 -   display: block;
 -   width: 300rpx;
 -   height: 108rpx;
 -   margin-top: 5.8%;
 -   font-size: 30rpx;
 -   color: #999;
 -   line-height: 54rpx;
 -   text-align: center;
 - }
 - .active{
 -   opacity: .6;
 - }
 - .login-btn .login-btn-login {
 -   width: 670rpx;
 -   position: absolute;
 -   bottom: 60rpx;
 -   left: 0;
 -   right: 0;
 -   background: #00c0ff !important;
 -   border-radius: 60rpx !important;
 -   height: 88rpx !important;
 -   margin: auto;
 -   padding: 0 !important;
 -   font-family: PingFangSC-Semibold !important;
 -   font-size: 36rpx !important;
 -   color: #fff !important;
 -   letter-spacing: 0.75rpx !important;
 -   text-align: center;
 - }
 
 
  |