@charset "utf-8";

*{margin:0;padding:0;}
body{font-family:"微软雅黑";max-width:640px;margin:0 auto;}
a{text-decoration:none;}
li{list-style-type:none;}
hr{height:1px;border:none;background:#eee;}
.clear{clear:both;}

.form{padding:15px 30px 40px;}
.top{text-align:center;margin:20px 0;}
.logo{width:100px;}
.name{width:100%;}
input,select{width:100%;text-align:center;text-align-last:center;border:1px solid #ccc;padding:12px 0;margin:12px 0;border-radius:5px;font-family:"微软雅黑";}
option{font-weight:bold;color:#333;}
input[name="name"]{background:url(../images/ico1.png) no-repeat 5%;background-size:25px 25px;}
input[name="old"]{background:url(../images/ico2.png) no-repeat 5%;background-size:25px 25px;}
input[name="phone"]{background:url(../images/ico3.png) no-repeat 5%;background-size:25px 25px;}
select[name="item"]{background:url(../images/ico4.png) no-repeat 5%;background-size:25px 25px;}
select[name="month"]{background:url(../images/ico5.png) no-repeat 12%;background-size:25px 25px;}
select[name="day"]{background:url(../images/ico5.png) no-repeat 12%;background-size:25px 25px;}
select[name="time"]{background:url(../images/ico5.png) no-repeat 5%;background-size:25px 25px;}
input[name="phonez"]{background:url(../images/ico1.png) no-repeat 5%;background-size:25px 25px;}
input[name="submit"]{background-color:#FFA918;color:#fff;border:none;font-size:20px;font-weight:normal;}
.href{text-align:center;margin-top:10px;}
.href a{color:#888;font-size:14px;}

.pp{background:#eee;padding:20px 0;}
.box{width:100%;display:table;}
.tt{background:#fff;color:#444;text-align:center;padding:15px 0;margin-bottom:10px;}
.tt p{font-size:22px;}
.tt span{font-size:13px;}
.img1,.img2,.img3{background:#fff;width:33.33%;float:left;text-align:center;padding:20px 0;}
.img1 img,.img2 img,.img3 img{width:90%;border:1px solid #a3f2fa;}
.txt{width:100%;background:#fff;display:table;}
.txtl{width:15%;float:left;font-size:18px;color:#0085B8;font-weight:bold;padding:0 0 12px 3%;}
.txtr{width:80%;float:left;font-size:14px;padding-bottom:10px;}
.go{width:100%;background:#fff;padding:20px 0 30px;}
.go p{width:30%;color:#fff;background:#1577DE;padding:10px 0;text-align:center;margin:0 auto;border-radius:5px;}

.footer{font-size:14px;text-align:center;line-height:25px;padding:20px 0 10px;}
.num{font-size:12px;margin-top:10px;color:#aaa;line-height:20px;}

/* search */
.show{padding:20px 50px 30px;color:#444;margin-top:10px;}
.show li{width:100%;height:50px;line-height:50px;border-bottom:1px dashed #bbb;text-align:center;}
.show li[id="name"]{background:url(../images/ico1.png) no-repeat 5%;background-size:20px 20px;}
.show li[id="old"]{background:url(../images/ico2.png) no-repeat 5%;background-size:20px 20px;}
.show li[id="phone"]{background:url(../images/ico3.png) no-repeat 5%;background-size:20px 20px;}
.show li[id="item"]{background:url(../images/ico4.png) no-repeat 5%;background-size:20px 20px;}
.show li[id="date"]{background:url(../images/ico5.png) no-repeat 5%;background-size:20px 20px;}
.show li[id="time"]{background:url(../images/ico5.png) no-repeat 5%;background-size:20px 20px;}

/* 滚动 */
#Marquee_x{overflow:hidden;padding:20px 0 10px;background:#fff;}
#Marquee_x ul li,#Marquee_x ul li div{float:left;overflow:hidden;} /* 横向滚动必须让所有li左浮动 */
#Marquee_x ul li div{float:left;overflow:hidden;}
#Marquee_x ul li div img{border:1px solid #DADADA;width:120px;height:80px;display:block;}