body {
    margin-left: 1%;
    margin-top: 0px;
    margin-right: 1%;
    margin-bottom: 0px;
    color: #34649D;
    background-color: rgb(239,245,255);
    width: 98%;
    height: 100%;
    font-family: Microsoft YaHei UI;
}
form, html {
    margin:0px 0px;
    width: 100%;
    height: 100%;
    font-family: Microsoft YaHei UI;
}
#WindowFrame body {
    width: 98%;
    padding: 10px 1%;
}
a:link
{
	color: #2492d6;
	text-decoration: none;
}
a:active
{
	text-decoration: none;
}
a:visited
{
	
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	color: red;
	font-weight: bold;
}

.AlphaMobile
{
	background-color: White;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}


.InputHide
{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	width: 170px;
	height: 22px;
	color: #666;
}

.TitleClose div
{
	background: url(../Images/close-black.png);
	background-repeat: no-repeat;
}
.TitleClose div:hover
{
	background: url(../Images/close-red.png);
	background-repeat: no-repeat;
}
.TitleRight div
{
	background: url(../Images/arrow-right-black.png);
	background-repeat: no-repeat;
}
.TitleRight div:hover
{
	background: url(../Images/arrow-right-blue.png);
	background-repeat: no-repeat;
}
.TitleLeft div
{
	background: url(../Images/arrow-left-black.png);
	background-repeat: no-repeat;
}
.TitleLeft div:hover
{
	background: url(../Images/arrow-left-blue.png);
	background-repeat: no-repeat;
}

.FormTitleBegin
{
	background-color:#027ac5;
	width: 100px;
	height: 35px;
	float: left;
    font: 14px/1.5 "Î¢ÈíÑÅºÚ";
    font-weight:bold;
    color:#ffffff;
    line-height:35px;
}
.FormTitleBack
{
	background-color:#027ac5;
	height: 35px;
	width: 100%;
}

.FormTitleEnd
{
	background-color:#027ac5;
	width: 60px;
	height: 35px;
	float: right;
}

.FormTitleClose
{
	background: url(../Images/FormTitleClose.png);
	background-size: 25px 25px;
	width: 25px;
	height: 25px;
	margin-top: 6px;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	cursor: hand;
}
.FormTitleClear
{
	background: url(../Images/FormTitleClear.png);
	background-size: 25px 25px;
	width: 25px;
	height: 25px;
	margin-top: 6px;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	cursor: hand;
}

.FormTable {
    background-color: white;
    border-radius: 10px;
    margin: 10px 0px;
    padding: 0px 10px;
}

.FormTable > tbody > tr > td {

    color: Black;
    font-size: 14px;
    height: 40px;
}

.DataTable {
    border: 1px solid #F0F0F0;
    background-color: white;

}

    .DataTable > tbody > tr > th {
        height: 45px;
        line-height: 45px;
        background-color: rgb(39,128,244);
        color: white;
        border: 0px;
        font-size: 13px;
        padding: 0px 10px;
        text-align: left;
        border: 0px solid rgb(224,231,236);
    }



    .DataTable > tbody > tr > th:first-child {
        border-top-left-radius: 0px;
    }


    .DataTable > tbody > tr > th:last-child {
        border-top-right-radius: 0px;
    }


    .DataTable > tbody > tr > td {
        height: 45px;
        align-items: center;
        border: 0px solid rgb(224,231,236);
 
        font-size: 12px;
        color: #555555;
        padding: 0px 10px;
        text-align: left;
    }

|
.DataTable > tbody > tr:hover {
    background-color: white;
}

.DataTable > tbody > tr:hover {
    background-color: #f1f7fb;
}

.DataTable > tbody > tr:nth-of-type(odd) {
    background-color: #fafafa;
}

.DataTable > tbody > tr:hover:nth-of-type(odd) {
    background-color: #f1f7fb;
}




.Button_OK
{
	font-size: 12px;
    display: inline-block;
    margin: 0px 5px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    padding: 0px 15px;
    font-weight: normal;
    background:#276fda;
    border:none;
}

.Button_Return
{
	font-size: 12px;
    display: inline-block;
    margin: 0px 5px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    padding: 0px 15px;
    font-weight: normal;
    border:none;
    background: #f83d04;
}

.Button_Search
{
	font-size: 12px;
    display: inline-block;
    margin: 0px 5px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    padding: 0px 15px;
    font-weight: normal;
    border:none;
    background: #ea6b00;
}


.Button_Delete
{
	font-size: 12px;
    display: inline-block;
    margin: 0px 5px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    padding: 0px 15px;
    font-weight: normal;
    border:none;
    background: red;
}

.Button_Create
{
	font-size: 12px;
    display: inline-block;
    margin: 0px 5px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    padding: 0px 15px;
    font-weight: normal;
    border:none;
    background: #44a20a;
}



.Input_Text {
    border: 1px solid #e0e0e0;
    background: rgb(241,241,246);
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    margin: 0px 10px 0px 5px;
    padding-left: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.Input_Select {
    border: 1px solid #e0e0e0;
    background: rgb(241,241,246);
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    margin: 0px 10px 0px 5px;
    padding-left: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.Input_Date {
    border: 1px solid #e0e0e0;
    background-color: rgb(241,241,246);
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    margin: 0px 10px 0px 5px;
    padding-left: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.Select_Text {
    border: 1px solid #e0e0e0;
    background: rgb(241,241,246);
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    padding-left: 10px;
    margin: 0px 10px 0px 5px;
    -moz-appearance: border-box;
    -webkit-appearance: border-box;
    -o-box-appearance: border-box;
    -ms-box-appearance: border-box;
    appearance: none;
}

.Select_Text::-ms-expand { display: none; }

.Title_Line
{
	border-bottom: 1px solid #BCBCBC;
	text-align:center;
	font-weight:bold;
}

.Pager_Area
{
	font-size: 14px;
}
.Pager_Area td > span
{
	background-color: #F8F8F8;
	color: #777;
	padding: 5px 10px;
}
.Pager_Area
{
	margin-bottom: 15px;
}

.Pager_Area td  a
{
	color: #777;
}
.Pager_Area td
{
	color: #777;
}
.Pager_Area select
{
	background-color: #F8F8F8;
	color: #777;
	padding: 5px 10px;
	border: none;
	height: 28px;
}
.Pager_Area select:hover
{
	cursor:pointer;
}

.Wllipsis {
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Justify {
    text-align: justify;
    text-align-last: justify;
    padding:0px 5px;
}