* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
.selectItemList li input {
	cursor: pointer;
}

.informationContainer {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.informationBox {
	width: 500px;
    height: 400px;
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -200px;
}
.informationHeader {
	width: 100%;
	height: 40px;
	background-color: #F1F1F1;
	line-height: 40px;
	color: #333333;
	font-size: 15px;
}
.informationHeader span {
	margin-left: 20px;
}

.informationContent {
	margin-top: 40px;
	font-size: 15px;
}
.customerType span {
	display: inline-block;
	margin-left: 20px;
}
.customSelect {
	width: 70%;
	height: 40px;
	line-height: 40px;
	/*text-align: center;*/
	outline: none;
	margin-left: 15px;
	background-color: #ffffff;
}
.birthdayBox {
	/*display: none;*/
	margin-top: 40px;
	position: relative;
}
#startTime {
	width: calc(70% - 4px);
	height: 36px;
	margin-left: 15px;
}
.birthdayBox span {
	display: inline-block;
	margin-left: 20px;
}
.verifyCodeBox {
	margin-top: 40px;
	position: relative;
}
.verifyCodeBox span {
	display: inline-block;
	margin-left: 20px;
}
#verifyCode {
	width: 40%;
	height: 36px;
	outline: none;
}
#verifyCodeImg {
	width: 20%;
	height: auto;
	position: absolute;
	right: 10%;
    top: 5px;
    cursor: pointer;
}

#tishi,#tishi2 {
	color: #ff0000;
    font-size: 13px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 23%;
    font-weight: bold;
    display: none;
}
#tishi2 {
	bottom: 80px;
} 

.informationBtn {
	width: 60%;
    background-color: #A50001;
    text-align: center;
    color: #ffffff;
    padding: 8px 0;
    position: absolute;
    left: 20%;
    bottom: 10%;
    cursor: pointer;
}


.selectItemList li {
	padding-left: 30px;
	padding-bottom: 10px;
}
.selectItemList li b {
	margin-bottom: 20px;
    display: inline-block;
}

.selectItemList li input {
	margin-bottom: 20px;
    display: inline-block;
    margin-left: 20px;
}

.submitBtn {
	width: 20%;
    padding: 8px 20px;
    background: #d00000;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "微软雅黑";
    margin-left: 40%;
    cursor: pointer;
}

.footer {
    width: 100%;
    height: 65px;
    text-align: center;
    line-height: 24px;
    color: #999999;
    margin-top: 30px;
    font-size: 12px;
    font-family: "宋体";
}

.submitCodeContainer {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.submitCodeBox {
	width: 500px;
    height: 260px;
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -130px;
}
.submitCodeContent {
	margin-top: 40px;
	font-size: 15px;
}
.submitVerifyCodeBox {
	margin-top: 80px;
	position: relative;
}
.submitVerifyCodeBox span {
	display: inline-block;
	margin-left: 20px;
}
#submitVerifyCode {
	width: 40%;
	height: 36px;
	outline: none;
}
#submitVerifyCodeImg {
	width: 20%;
	height: auto;
	position: absolute;
	right: 10%;
    top: 5px;
    cursor: pointer;
}
.finalSubmitBtn {
	width: 60%;
    background-color: #A50001;
    text-align: center;
    color: #ffffff;
    padding: 8px 0;
    position: absolute;
    left: 20%;
    bottom: 10%;
    cursor: pointer;
}

.informationClose,.submitClose {
	position: absolute;
    width: 5%;
    height: auto;
    right: 20px;
    top: 8px;
	cursor: pointer;
}
