
/* 用户登录 */
.UserLogin { width: 100%; color: #000; font-size: 22px; height: 2.5rem; text-align: center; line-height: 2.5rem; }
.UserLogin span {margin:0 10px; padding: 0 8px; }
.UserLogin .xz { border-bottom: 2px solid #f00; }
/* 登录输入 */
.manBox { padding: 1.5625rem 0.8125rem 1.5625rem 0.8125rem; }
#top { width: 80%; margin-left: 10%; margin-top: 16px; /*background-color: #f0f0f0;     background-color: yellow;      */ height: 100%; }
#top div input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset; }
#top div { height: 2.5rem; border-bottom: 2px solid #0f5b8c; margin-bottom: 0.9375rem; background-color: white; }
#top div input { font-size: 0.9375rem; padding: 0 0 0 1rem; height: 100%; display: inline-block; color: #0c0c0c; width: 80%; text-align: left; }
#top div img { width: 1.375rem; height: 1.375rem; margin-left: 0.3rem; margin-right: 0.3rem; display: inline-block; /* margin-top: 0.625rem;      */ float: left; margin-top: 0.5625rem; }

/* 忘记密码 */
#top .rememberPassword li input, p { display: inline-block; }
#top .rememberPassword li input { position: absolute; width: 18px; height: 18px; }
#top .rememberPassword { width: 100%; color: #0c0c0c; }
#top .rememberPassword li { width: 48%; display: inline-block; font-size: 13px; margin-top: 0.3125rem; text-align: center; }
#top .rememberPassword li:nth-child(1) { position: relative; }
#top .rememberPassword li p { margin-left: 1.4rem; }
#top .rememberPassword li a { color: #0c0c0c; display: inline-block; text-align: center; }
/* 登录按钮 */
#top .But #LoginBtn { width: 100%; background-color: #1f7cc2; color: white; font-size: 1.5625rem; height: 2.5rem; display: block; border-radius: 0.3125rem; }
#top .But { margin-top: 1.375rem; width: 100%; }
#top .But i { text-align: center; display: block; margin-top: 1rem; }
