/*短信登录 */
.login-body{width: 460px;;margin: 20px auto;padding:10px 30px 30px 30px;background-color: #fff;border-radius: 10px;border:1px solid #eee; box-shadow: 0px 0px 4px #ccc;}
.login-body .nav{display: flex;justify-content: center;flex-wrap: nowrap;}
.login-body .nav div{width: 45%;height: 40px;line-height: 40px;margin: 0 5%;font-size: 16px;text-align: center;}
.login-body .nav .on{border-bottom: 2px solid #0086f6;color: #0086f6;}

.login-body .card{margin-top: 30px;}
.login-body .card .item{display: flex;flex-direction: row;justify-content: flex-start;flex-wrap: nowrap;border-bottom: 1px solid #eee;padding: 0 5px;margin-bottom: 20px;}
.login-body .card .item i{width: 10%;height: 35px;line-height: 35px;margin-right: 5px; text-align: center;font-size: 20px;color: #69798c;}
.login-body .card .item input{width: 70%;height: 35px;line-height: 35px;border: none;outline: none;font-size: 14px;color: #152030;}
.login-body .card .code{width: 100%; display: flex;flex-wrap: nowrap;justify-content: flex-start;}
.login-body .card .code img{cursor: pointer;width: 70px;height: 32px;}
.login-body .card .code input{flex: 1;}
.login-body .card .sub{cursor: pointer;width: 80%;height: 35px;line-height: 35px;border: 0;border-radius: 20px;color: #fff;font-size: 16px;text-align: center;background: #0086f6;margin: 40px auto;}
.login-body .card .sms span{cursor: pointer; display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: center;color: #0086f6;font-size: 14px;}

/*用户协议*/
.xieyi{display: flex;justify-content: start;align-items: center;}
.xieyi input{margin-right: 2px;}
.xieyi span{color: #69798c;font-size: 14px;text-decoration:underline;text-decoration-color:#eee;text-decoration-style: dashed;text-decoration-thickness: 1px;text-underline-offset: 3px;}
.xieyi a{color: #0086f6;}
.xieyi a:hover{text-decoration:underline;}