﻿    .container-tables {
        width:90%;
        display: flex;
        margin:0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start; /* 左右表格高度自控 */
    }

    .container {
        width: 98%;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start; /* 左右表格高度自控 */
    }

	.left-side,
    .right-side {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .left-side {
        width: 15%;
    }

    .right-side {
        width: 85%;
   }

    .left-wrapper,
    .right-wrapper {
        width: 100%;
       // border: 1px solid black;
    }
	
    .above-line {
        width: 98%;
        height: auto;
        text-align: center;        //display: inline-block;
        display: flex;
        margin:0 auto;
        align-items: center;
        justify-content: center;
    }

    .logo-style {
        width: 20%;
        height: auto;
        display: inline-block;
        align-items: center;
        justify-content: center;
        }

    .motto-style{
        width: 40%;
        height: auto;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .links-style {
        width: 40%;
        height: auto;
        display: flex;
	flex-wrap: wrap;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .iterms-title-style {
        height: 21px;
        background-color: #f2f4ff;
        width:98%;
        margin: 0 auto;
        text-align: center;
    }

    .logo-style, 
    .motto-style, 
    .links-style, 
    .menu-style, 
    .form-style, 
    .iterms-style,
    .iterms-title-style {
        color:#333333;
        font-size:12pt;
        line-height:14pt;
        font-family:Arial,Helvetica,sans-serif;
    }

	.iterms-style {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; /* 水平居中对齐 */
        align-items: center; /* 垂直居中对齐 */
        height: auto; 
		line-height:50px;
    }

    .note-style{ 
        max-width: 95%; /* 设置最大宽度为  */
		height: auto;
        margin: 0 auto; /* 水平居中 */
        padding: 20px; /* 可根据需要添加内边距 */
        //text-align: center; /* 文本居中 */
        display: flex; /* 使用 Flex 布局 */
        flex-direction: column; /* 垂直布局 */
        justify-content: center; /* 垂直居中 */
        align-items: center; /* 水平居中 */
        height: auto; /* 设置高度,实现垂直居中 */
    }
    .note-text {
        font-size: 12pt; 	/* 自定义字体大小 */
        color: #5a5a5a;     /* 设置文本颜色 */
        line-height: 18pt; 	/* 自定义行高 */
        font-family:Arial,Helvetica,sans-serif;
    }

    A.blue, 
    A.blue:hover,
    A.blue:active {
        font-size: 12pt;
        line-height: 14pt;
        font-family: Arial, Helvetica, sans-serif
    }
    A.blue {
        color: #003366;
    }
    A.blue:hover {
        color: #ff9933;
    }
    A.blue:active {
        color: #cccccc;
    }

    .dragMe {
        position:relative;
        max-width:100%;
        max-height:100%;
        width:auto;
        height:auto;
    }

    .hr-style {
        width: 98%;
        margin: auto;
        clear: both;
    }

    .menu-style {
        width: 100%;
        height: auto;
        text-align: left;
        vertical-align: top;
        word-break: break-all;
        overflow: auto;
    }

    .form-style {
        text-align: center;
        vertical-align: top;
    }

    .search-style {
        height: 30px;
        width: 50%;
        font-size: 14pt;
        color: #5a5a5a;
    }

    .title-style {
        width: 60%;
        height: auto;
        color: #002f64;
        font-size:12pt;
        line-height:18pt;
        margin: auto;
        text-align: center;
        vertical-align: middle;
        overflow: auto;
        word-break: break-all;
    }

		.button-style{
        display: flex;
        flex-wrap: wrap;
        justify-content: center; /* 水平居中对齐 */
        align-items: center; /* 垂直居中对齐 */
        height: auto; 
        line-height:25px;
	}

        .table {
			width: 95%;
			border-spacing: 0;
			margin:0 auto;
			border: 1 px solid black;
            border-collapse: collapse;
        }

    caption {
        width: auto; /* 每个单元格占的宽度 */
		margin:0 auto;
        text-align: center;/* 水平居中对齐 */
        vertical-align: middle; /* 垂直居中对齐 */
        font-size: 16pt;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 150%;
		background-color: #003366;
        color: white;
    }

	td, th{
		width: auto; /* 每个单元格占的宽度 */
		text-align: center; /* 水平居中对齐 */
		vertical-align: middle; /* 垂直居中对齐 */
		padding: 5px;
		font-size: 12pt;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 150%;
		border: 0px solid #ccc;
        word-break:break-all;overflow:auto;
		}

	td {
		text-align: right; /* 水平向左对齐 */
		//color: #ff0000;

		}
	.table-header {
		text-align: left; /* 文本左对齐 */
		font-weight: normal; /* 取消加粗 */
		}

			.blank-line {
		height:15px;
	}

        .searchButton {
  width: 35px;
  height: 35px;
  vertical-align: bottom;
  background-image: url('/images/search-icon.png');
  background-size: cover;
  border: none;
  cursor: pointer;
  text-indent: -9999px; /* Hides the "Submit Query" text */
  margin-left: -4px; /* Adjust this value to remove the gap */
	}

    @media (max-width: 768px) {

        .left-side,
        .right-side {
            width: 100%;
    }
}