@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0; font-family:'微软雅黑'; font-size:14px; color:#777777; box-sizing:border-box; -webkit-box-sizing:border-box;}
li {list-style:none; float:left;}
a {text-decoration:none;}
img {border:0; display: block;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}

.index {width: 400px; height: auto; margin:  0 auto;}
form {width: 100%; height: auto; float: left; border: 2px solid #CCC; margin-top: 50px; padding: 20px;}
form h3 {width: 100%; height: 30px; float: left; text-align: center; color: red; line-height: 30px; margin-bottom: 30px;}
form span {width: 80px; height: 30px; float: left; line-height: 30px; text-align: right; padding-right: 10px;}
form input {width:200px; height: 30px; float: left;}
form input[type="button"] {width: 60px;}

.box {width: 100%; height: auto; float: left; margin-bottom: 30px;}
.box p {width: 100%; height: 30px; float: left; text-align: center; font-size: 16px;}
.box img {width: 100%; height: auto; float: left;}