.mabox{width:686rpx;padding:30rpx 20rpx 40rpx;box-sizing:border-box;background-color:#fff;border-radius:10rpx;box-shadow:0 2rpx 10rpx rgba(226,226,227,.5);margin-top:20%}.mabox .title{display:flex;align-items:center;justify-content:center;color:#d3832a;font-size:45rpx;font-weight:600}.mabox .isrememberpassword{display:flex;align-items:center;justify-content:center}.mabox .isrememberpassword>image{width:32rpx;height:32rpx;margin-right:15rpx}.mabox .isrememberpassword>view{font-size:28rpx;color:#092c4d}.mabox .inptbox{display:flex;flex-direction:column;align-items:center;margin-top:130rpx}.mabox .inptbox>.inputs{display:flex;align-items:center;justify-content:center;margin-bottom:30rpx}.mabox .inptbox>.inputs>view:nth-of-type(1){width:150rpx;font-size:28rpx;color:#092c4d}.mabox .inptbox>.inputs>view:nth-of-type(2){width:400rpx;height:75rpx;background:#F5F5F6;border-radius:8rpx;opacity:1;border:2rpx solid #EEEEEE;padding:10rpx 10rpx 10rpx 20rpx;box-sizing:border-box;font-size:24rpx;font-weight:400;color:#afb4ba}.mabox .inptbox>.inputs>view:nth-of-type(2)>input{flex:1}.mabox .submit{width:320rpx;height:80rpx;display:flex;align-items:center;justify-content:center;background-color:#d3832a;color:#fff;border-radius:8rpx;margin:auto;margin-top:20rpx}