#wrap {
    margin: 0px auto; text-align: center; width: 100%; height: 100%;
}
.logo {
	margin-top: 0px; padding-bottom: 24px; justify-content: center; display: flex;
}
#logoImage {
	width:24px; height:24px;
}
h2{
	color: rgba(00, 00, 00, 0.9); margin-left: 8px; margin-top: 0px; margin-bottom: 0px; font-size: 18px; font-family: "Microsoft Yahei",Tahoma,Arial;
}
#details, #detailsGoogle {
    position: relative; display: flex; justify-content: space-between; margin-top: 8px; margin-bottom: 8px; padding-left: 8px; padding-right: 8px;
}
#tips {
    text-align: left; color: rgba(00, 00, 00, 0.9); margin-top: 0px; margin-bottom: 0px; font-size: 16px; font-weight: normal; font-family: "Microsoft Yahei",Tahoma,Arial;
}
#info {
	text-align: left; color: rgba(00, 00, 00, 0.6); margin-top: 2px; margin-bottom: 0px; font-size: 14px; font-weight: normal; font-family: "Microsoft Yahei",Tahoma,Arial;
}
#baseplate{
    width: 100%; height: 53px;
}
#fixed{
    width: 100%; height: 53px; line-height: 53px; background-color: rgb(255, 255, 255); text-align: center; position: fixed; bottom: 0px;
}
#faqs {
    text-align: center; font-size: 12px; font-weight: normal;
}
#splitters {
    margin-left: 8px; margin-right: 8px; margin-top: 0px; margin-bottom: 0px; height: 0.5px; background-color: rgba(00, 00, 00, 0.2);
}
#btn {
	background: rgba(00, 00, 00, 0.05); cursor: pointer; border-radius: 14px; text-align: center; width: 80px; height: 28px; margin-top: 10px; margin-bottom: 10px; font-size: 14px; line-height: 28px; font-family: "Microsoft Yahei",Tahoma,Arial;
}
