html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
img {
    margin: 0;
    padding: 0;
    border: 0;
}
input{
    outline: none;
}

li {
    list-style: none;
    float: left;
}

body {
    margin: 0 auto;
    position: relative;
    color: #333333;
    background: #fff;
}
a{ text-decoration:none} 
a:hover {
    text-decoration: none;
}
.left {
    float: left;
}

.right {
    float: right;
}





/* 登录注册*/
#login {  height: auto; position: relative; top: 0; z-index: 9; }
.login-i { text-align: center; padding-top: 120px; padding-bottom: 75px;}
.login-ul { overflow: hidden; font-size: 1.875rem; width:90%; margin: 0 auto;max-width: 440px}
.login-ul li { height: auto; margin-bottom:36px; border: 0px solid #b3b3b3; 
  width: 100%; }
.login-ul li  .login-input { height: 60px; line-height: 60px; font-size: 1.875rem; color: #fff;   
 background: rgba(153, 153, 153, 0.67); text-indent: 15px;   border: 0px solid #ccc; width: 100%;}
.login-input::-webkit-input-placeholder {
    color: #fff;
}
.login-ul li  .login-input2 { height: 60px; line-height: 60px; font-size: 1.875rem; color: #cccc;   
text-indent: 15px;   border: 1px solid #ccc; width: 37%; float: left;}
.login-ul li .login-yzm { width: 203px; width: 32%; height: 61px; line-height: 61px; background: #f3fbff;
text-align: center; float: right;  margin-top:10px;}
.login-ul li .login-yzm img { width: 100%; height: 100%;}
.login-a { display: block; width: 90%;max-width: 440px;  background: #999; height: 60px; line-height: 60px; text-align: center; font-size: 2rem;
    color: #fff; border-radius: 10px; margin: 25px auto 0 auto;}
/*张添*/
.input-listorder{
	width: 50px;height: 26px;line-height: 26px;text-align: center;padding-left: 0px;
}



