html {
    position: relative;
    min-height: 100%;
}
body {
   margin: 0 0 40px; /* 底部 = 页脚高度 */
   font-family: 'Meiryo';
}
#icon_back{
	cursor: pointer;
    font-size: 33px;
    color: white;
    display: inline-block;
    float: left;
    margin-left: 3px;
}
#content-header,#content-header1 {
    background: #2a8dd4;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px; /* Fixed header height */
    overflow: hidden; /* Disable scrollbars for header */
}

#content-main,#content-main1 {
    position: fixed;
    top: 80px;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    overflow: auto; /* Enable scrollbars within main content section */
}

.padding {
    padding: 5px;
}
.padding1 {
    padding: 5px;
}

#notification-message,#notification-message1,#app_sure-contain,#app_sure-contain1{
    background-color: #818285;
    color: #fff;
    position: absolute;
    width: 100%;
    min-height: 80px;
    right: 0;
    z-index: 100;
    bottom: 32px;
    display: none; /* Hidden until invoked */
}

#notification-message-header {
    font-size: medium;
    color: red;
    margin-bottom: 10px;
}
#notification-message-header1{
	
	font-size: medium;
    color: #fff;
    margin-bottom: 10px;
}
#notification-message-body {
    color: red;
}
#notification-message-body1 {
    color: #fff;
}

#notification-message-close,#notification-message-close1{
    background-image: url("../image/Close.png");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
#app_sure-message-text,#app_sure-message-text1{
    color: #fff;
    margin-top: 5px;
    font-size: 18px;
}
#app_sure-message-header,#app_sure-message-header1{
	display: inline-block;
    margin-left: 40px;
    margin-right: 200px;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
    text-decoration: underline;
}
#app_sure-message-body,#app_sure-message-body1{
	display: inline-block;
    cursor: pointer;
    text-decoration: underline;
}

