/************************************ [登录/注册] **************************************/
/**/
.login{ width:350px; margin:50px auto 0 auto; font-size:14px;}
.login a{ color:var(--accent);}
.login a:hover{ border-bottom: 1px solid var(--accent); padding-bottom: 1px;}
.login .logo{ width:240px; margin:0 auto;}
.login .title{ text-align:center; font-size:20px; letter-spacing: -1px; font-weight:600; margin:10px auto 20px auto; padding-bottom:20px; border-bottom:1px #eee solid;}
.login .title span{ background: linear-gradient(192deg, rgb(188, 75, 237) 6%, rgb(18, 187, 253) 75%) text; color: transparent;}
.login li{ margin-bottom:20px;}
.login li.tab{ margin-bottom:10px; display:flex; justify-content: space-between;}
.login label{ font-weight:600;}
.login .ipt{ width:330px; padding:10px; border:1px #ddd solid; background: #f6f7f9; border-radius:6px; font-size:14px;}
.login .ipt:focus{ border: 1px solid #ffa200; box-shadow: 0 0 5px #ffa200; outline: 0; background:#FFF;}
.login .btn-submit{ width:350px; padding:10px 0; border:none; border-radius:6px; color:#FFF; font-size: 14px; cursor:pointer; background: rgba(77,181,113, 1); transition: background-color .5s;}
.login .btn-submit:hover{ background: #ffa200 linear-gradient(140deg, rgba(0,255,0,0), rgba(0,212,212));}
.login .first{ text-align:center; font-size:14px; margin-top:50px;}

#getCknumber{ display:none;}
.getCknumber{ text-align:center;}
.getCknumber .txt{ font-size:18px; margin:10px 0;}
.getCknumber .txt span{ color:#F00; font-weight:600;}

/************************************ [会员中心] **************************************/
/**/
.user{ display: flex; justify-content: flex-start; width:1000px; margin:200px auto;}
.user-l{ width:200px; margin-right:30px; border-right:1px #ddd solid; text-align:center;}
.user-r{ width:770px;}

/**/
.user-menu{ width:150px; margin:0 auto;}
.user-menu dl{ margin-bottom:20px;}
.user-menu dt{ font-size:16px; text-align:left; margin-bottom:10px; color:#aaa;}
.user-menu dd{ font-size:14px; line-height:2;}

/**/
.user-center{ line-height:2; font-size:18px;}

/**/
.user-pwd{}
.user-pwd dl{ margin-bottom:20px;}
.user-pwd dt{ margin-bottom:5px;}
.user-pwd .ipt{ width:330px; padding:10px; border:1px #ddd solid; background: #f6f7f9; border-radius:6px; font-size:14px;}
.user-pwd .ipt:focus{ border: 1px solid #ffa200; box-shadow: 0 0 5px #ffa200; outline: 0; background:#FFF;}
.user-pwd .btn-submit{ width:350px; padding:10px 0; border:none; border-radius:6px; color:#FFF; font-size: 14px; cursor:pointer; background: rgba(77,181,113, 1); transition: background-color .5s;}
.user-pwd .btn-submit:hover{ background: #ffa200 linear-gradient(140deg, rgba(0,255,0,0), rgba(0,212,212));}

