@charset "utf-8";

.logo{
	height:80px;line-height:80px;margin:0 auto;width:1000px;
}
.registForm{
	width:1000px;;margin:0 auto
}
.registTitle{
	height:40px;line-height:40px;margin:0 auto;width:1000px;
}
.registBody{
	width:700px;margin:0 auto
}
.line3{ height:4px; background-color:darkgray;;}
#page{
	width:1000px;;margin:0 auto;    text-align: center;margin-top: 20px;
}
.checkInDetail{
	width:1000px;;margin:0 auto;   border-bottom: 1px solid;margin-top:20px;
}
.checkInDetail .detail{
	height: 180px;    margin: 0 auto;
    width: 500px;
}
.checkInDetail .detail .left{
	float:left;width:160px;height:160px
}
.checkInDetail .detail .right{
	float:left;height:160px;margin-left:20px
}
.checkInDetail .detail .left img{
	height: inherit;width: inherit;
}
.checkInDetail .detail .right span{
	border: 1px solid orange;background: orange;margin-left: 5px;
}