BODY {
	font-family: Helvetica, Arial, Verdana, "Courier New", "微软雅黑";
	FONT-SIZE: 16px;
	FONT-WEIGHT: normal;
	WORD-SPACING: normal;
	TEXT-TRANSFORM: none;
	BACKGROUND-COLOR: #fff;
	margin-top: 5px;
	margin-bottom: 50px;
	background:linear-gradient(to top,#e3e4e8 0%,#ffffff 100%);
}
a:link {
	
		text-decoration: none;
}
a:visited{
		text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#0D92F4;
}

.fontColorWhite{
	color:#fff;
}

.fontSize16pxGray{
	font-size:16px;
	color:#c6c4b6;
}

.fontSize12pxWhite{
	font-size:12px;
	color:blue;
}
.fontSize20px{
	font-size:20px;
}
.fontSize28px{
	font-size:28px;
}

.fontSize28pxWhite{
	font-size:28px;
	color:#fff;
}

.fontColorDarkGreen{
	color:#116776;
}

 .white-rounded-button-blue-border {
    background-color: white; /* 按钮背景颜色 */
    color: #4CAF50; /* 文字颜色 */
    padding: 20px 70px; /* 内边距 */
    font-size: 20px; /* 字体大小 */
    border: 1px solid #4CAF50; /* 无边框 */
    border-radius: 30px; /* 圆角边框 */
    cursor: pointer; /* 鼠标悬停时显示指针 */
    transition: background-color 0.3s; /* 背景颜色变化的过渡效果 */
    width: 150px; /* 按钮宽度 */
    text-align: center; /* 文字居中 */
  }

  /* 鼠标悬停时的样式 */
  .white-rounded-button-blue-border:hover {
    background-color: #640D5F; /* 鼠标悬停时的背景颜色 */
	color: white; /* 文字颜色 */
	border: 1px solid #fff; /* 无边框 */
  }
/*Button type 2*/
.buttonDarkBlue {
	background-color:#0c408c;
	color:#fdfdf9;
    border: 1px solid;
    padding: 6px 6px;
    text-align: center;
    text-decoration: none;
	border-radius: 8px;	
    display: inline-block;
    font-size: 16px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	width:150px;
}
.buttonDarkBlue:hover{background-color:#145439;border-color:#fc4a1a;color:#cfdee7;text-decoration: none;}

.imgReSize img{
        -moz-backgroud-size:contain|cover;
        -webkit-background-size:contain|cover;
        -o-background-size:contain|cover;
        background-size:contain|cover;
        width:100%;
        height:auto;
}

 .white-button-green-border {
    background-color: white; /* 白色背景 */
    border: 1px solid #4CAF50; /* 有边框，绿色 */
    color: #4CAF50; /* 文字颜色为白色 */
    padding: 10px 32px; /* 内边距 */
    text-align: center; /* 文字居中 */
    text-decoration: none; /* 无下划线 */
    display: inline-block; /* 行内块级元素 */
    font-size: 16px; /* 字体大小 */
    margin: 4px 2px; /* 外边距 */
    cursor: pointer; /* 鼠标悬停时显示指针 */
    border-radius: 8px; /* 圆角边框 */
    transition-duration: 0.4s; /* 过渡效果 */
  }

  /* 鼠标悬停时的颜色变化 */
  .white-button-green-border:hover {
    background-color: #45a049;
	color: white; /* 文字颜色为绿色 */
  }
  
  .green-button {
    background-color: #4CAF50; /* 绿色背景 */
    border: none; /* 无边框 */
    color: white; /* 文字颜色为白色 */
    padding: 10px 40px; /* 内边距 */
    text-align: center; /* 文字居中 */
    text-decoration: none; /* 无下划线 */
    display: inline-block; /* 行内块级元素 */
    font-size: 16px; /* 字体大小 */
    margin: 4px 2px; /* 外边距 */
    cursor: pointer; /* 鼠标悬停时显示指针 */
    border-radius: 8px; /* 圆角边框 */
    transition-duration: 0.4s; /* 过渡效果 */
  }

  /* 鼠标悬停时的颜色变化 */
  .green-button:hover {
    background-color: #45a049;
	color: white; /* 文字颜色为白色 */
  }
  
.center-div {
            display: flex;
            justify-content: center; /* 水平居中 */
            align-items: center; /* 垂直居中 */
            height: 50px; /* 需要一个高度 */
        }
		
.fixed-height-div {
            height: 30px; /* 设置高度为50像素 */
            background-color: inherit; /* 设置背景颜色以便看到div */
            margin: 20px 0; /* 添加上下外边距 */
        }
		
  .tab-green-button {
    background-color: #83A598; /* 绿色背景 */
    border: none; /* 无边框 */
    color: white; /* 文字颜色为白色 */
    padding: 5px 40px; /* 内边距 */
    text-align: center; /* 文字居中 */
    text-decoration: none; /* 无下划线 */
    display: inline-block; /* 行内块级元素 */
    font-size: 16px; /* 字体大小 */
    margin: 4px 2px; /* 外边距 */
    cursor: pointer; /* 鼠标悬停时显示指针 */
    border-radius: 8px; /* 圆角边框 */
    transition-duration: 0.4s; /* 过渡效果 */
  }

  /* 鼠标悬停时的颜色变化 */
  .tab-green-button:hover {
    background-color: #45a049;
	color: white; /* 文字颜色为白色 */
  }	
  
  .table-container {
            width: 98%; /* 容器宽度 */
            margin: 20px auto; /* 水平居中显示 */
            padding: 10px; /* 内边距 */

        }
		
  .two-column-container {
    width: 100%;
    max-width: 100%; /* 确保容器宽度不超过100% */
    height: 300px;
    display: flex;
    justify-content: center; /* 水平居中显示 */
    align-items: center; /* 垂直居中显示 */
    margin: 20px; /* 容器距离页边距20px */
  }
  .two-column-column {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 5px; /* 两栏之间的间隔10px，每边5px */
  }
  .two-column-left-column {
    width: 40%;
    background-color: #f2f2f2; /* 左边栏背景色 */
  }
  .two-column-right-column {
    width: 55%;
    background-color: #e0e0e0; /* 右边栏背景色 */
  }
  
   .placeholder-div-150px {
    width: 100%; /* 占位div宽度为100% */
    height: 150px; /* 占位div高度为150px */    
  }
   .placeholder-div-100px {
    width: 100%; /* 占位div宽度为100% */
    height: 100px; /* 占位div高度为150px */   
  }
  .white-bgcolor {
    background-color: white; /* 设置背景色为白色 */
	}