#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 {
    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: 15px; 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: 13px; font-weight: normal; font-family: "Microsoft Yahei",Tahoma,Arial;
}
#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); border-radius: 14px; text-align: center; width: 80px; height: 28px; margin-top: 10px; margin-bottom: 10px; font-size: 13px; line-height: 28px; font-family: "Microsoft Yahei",Tahoma,Arial;
}
