@charset "utf-8";
/* CSS Document : style.css */

body {
    background-color:#ffffff;
    font-family: '微软雅黑','黑体', Tahoma, Geneva, sans-serif;
} 

.DivMsgTitle {
    width: 80%;
    height: 50px;
    border: none;
    font-size: 18pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    color: #69B64B;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
}

.DivMsg {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 80%;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
    border: none;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    font-size: 16pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    line-height: 25px;
    color: #555555;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: rgba(237,237,237,1);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}

.Div0 {
    width: 300;
    padding-top: 10px;
    padding-bottom: 11px;
    border: none;
    font-size: 16pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    margin: 0 auto;
    text-align: center;
    color: #0070BB;
    position: inherit;
}

.Div1 {
    position: inherit;
    left: 0px;
    top: 0px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 298px;
    height: 82px;
    padding: 13px;
    border: none;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    font-size: 14pt;
    font-family: Tahoma, Geneva, sans-serif;
    color: rgba(78,78,78,1);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: rgba(237,237,237,1);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);
    line-height: 22px;
     z-index: 77777;
}

.Div2 {
    position: absolute;
    width: 304px;
    height: 88px;
    padding: 10px;
    border: none;
    top: 56px;
    z-index: 99999;
}

.LH {
    height: 6px;
    line-height: 6px;
    display:block;
}

.headimgurl {
    float: right;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.Div3 {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 80%;
    height: 100px;
    padding: 15px;
    border: none;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    font-size: 25pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    color: #555555;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: rgba(237,237,237,1);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

.Div4 {
    font-size: 16pt;
    font-family: '微软雅黑',Tahoma, Geneva, sans-serif;
    text-align: center;
    color: #ff0000;
}

.Button1 {
    -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    box-shadow:inset 0px 1px 0px 0px #97c4fe;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #45C018), color-stop(1, #44C511));
    background:-moz-linear-gradient(top, #45C018 5%, #44C511 100%);
    background:-webkit-linear-gradient(top, #45C018 5%, #44C511 100%);
    background:-o-linear-gradient(top, #45C018 5%, #44C511 100%);
    background:-ms-linear-gradient(top, #45C018 5%, #44C511 100%);
    background:linear-gradient(to bottom, #45C018 5%, #44C511 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#45C018', endColorstr='#44C511',GradientType=0);
    background-color:#45C018;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    border:1px solid #337fed;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family: '微软雅黑',Tahoma, Geneva, sans-serif;
    font-size:20px;
    padding:10px 30px;
    text-decoration:none;
    text-shadow:1px 1px 0px #888888;
    width: 250px;
}
.Button1:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44C511), color-stop(1, #45C018));
    background:-moz-linear-gradient(top, #44C511 5%, #45C018 100%);
    background:-webkit-linear-gradient(top, #44C511 5%, #45C018 100%);
    background:-o-linear-gradient(top, #44C511 5%, #45C018 100%);
    background:-ms-linear-gradient(top, #44C511 5%, #45C018 100%);
    background:linear-gradient(to bottom, #44C511 5%, #45C018 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44C511', endColorstr='#45C018',GradientType=0);
    background-color:#44C511;
}
.Button1:active {
    position:relative;
    top:1px;
}

.BoundForm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 300px;
    padding: 10px;
    border: none;
    font-size: 12pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    margin: 0 auto;
}

.TextLabel1 {
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    background-color: #e8f0fe;
    display: inline-block;
    border-bottom: 1px solid #9a9a9a;
    margin-bottom: 15px;
    padding-left: 8px;
    line-height: 30px;
    font-size: 14pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    height: 32px;
    border-radius: 5px;
    width: 300px;
}

.TextLabel2 {
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    background-color: #e8f0fe;
    display: inline-block;
    border-bottom: 1px solid #9a9a9a;
    margin-bottom: 15px;
    padding-left: 8px;
    line-height: 30px;
    font-size: 14pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    height: 32px;
    border-radius: 5px;
    width: 110px;
}

.Button2 {
    -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    box-shadow:inset 0px 1px 0px 0px #97c4fe;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #45C018), color-stop(1, #44C511));
    background:-moz-linear-gradient(top, #45C018 5%, #44C511 100%);
    background:-webkit-linear-gradient(top, #45C018 5%, #44C511 100%);
    background:-o-linear-gradient(top, #45C018 5%, #44C511 100%);
    background:-ms-linear-gradient(top, #45C018 5%, #44C511 100%);
    background:linear-gradient(to bottom, #45C018 5%, #44C511 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#45C018', endColorstr='#44C511',GradientType=0);
    background-color:#45C018;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    border:1px solid #337fed;
    position:relative;
    top:-50px;
    left:125px;
    cursor:pointer;
    color:#ffffff;
    font-family: '微软雅黑',Tahoma, Geneva, sans-serif;
    font-size:20px;
    padding:0px 3px;
    text-decoration:none;
    text-shadow:1px 1px 0px #888888;
    width: 182px;
    height: 34px;
    line-height: 31px;
    text-align: center;
}
.Button2:disabled{
    color:#e4e4e4;
}  

.Button3 {
    -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    box-shadow:inset 0px 1px 0px 0px #97c4fe;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #45C018), color-stop(1, #44C511));
    background:-moz-linear-gradient(top, #45C018 5%, #44C511 100%);
    background:-webkit-linear-gradient(top, #45C018 5%, #44C511 100%);
    background:-o-linear-gradient(top, #45C018 5%, #44C511 100%);
    background:-ms-linear-gradient(top, #45C018 5%, #44C511 100%);
    background:linear-gradient(to bottom, #45C018 5%, #44C511 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#45C018', endColorstr='#44C511',GradientType=0);
    background-color:#45C018;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    border:1px solid #337fed;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family: '微软雅黑',Tahoma, Geneva, sans-serif;
    font-size:20px;
    padding:10px 30px;
    text-decoration:none;
    text-shadow:1px 1px 0px #888888;
    width: 308px;
}
.Button3:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44C511), color-stop(1, #45C018));
    background:-moz-linear-gradient(top, #44C511 5%, #45C018 100%);
    background:-webkit-linear-gradient(top, #44C511 5%, #45C018 100%);
    background:-o-linear-gradient(top, #44C511 5%, #45C018 100%);
    background:-ms-linear-gradient(top, #44C511 5%, #45C018 100%);
    background:linear-gradient(to bottom, #44C511 5%, #45C018 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44C511', endColorstr='#45C018',GradientType=0);
    background-color:#44C511;
}
.Button3:active {
    position:relative;
    top:1px;
}

.Button3xx {
    color:#FF6928;
    text-decoration:none;
    display:block;
    height:100%;
    width:100%;
    font-size:20px;
    letter-spacing: 2px;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    background-color: Transparent; 
    border-style: none;
    outline: none;
}

.password {
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    background-color: #e8f0fe;
    display: inline-block;
    border-bottom: 1px solid #9a9a9a;
    margin-bottom: 15px;
    padding-left: 8px;
    line-height: 30px;
    font-size: 14pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    height: 32px;
    border-radius: 5px;
}

::-webkit-input-placeholder { /* WebKit browsers */
  font-size: 12px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size: 12px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-size: 12px;
}

.MsgTitle {
    font-size: 18pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    color:#69B64B;
    text-align: center;
    font-weight: bold;
     text-decoration:none;
}
.MsgTitle:visited {
    font-size: 18pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    color:#69B64B;
    text-align: center;
    font-weight: bold;
     text-decoration:none;
}
.MsgTitle:hover {
    font-size: 18pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    color:#69B64B;
    text-align: center;
    font-weight: bold;
     text-decoration:none;
}
.MsgTitle:active {
    font-size: 18pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    color:#69B64B;
    text-align: center;
    font-weight: bold;
    text-decoration:none;
}

.MsgJump {
    font-size: 12pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    color:#FF6928;
    text-align: center;
    font-weight: bold;
}
.MsgJump:visited {
    font-size: 12pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    color:#FF6928;
    text-align: center;
    font-weight: bold;
}
.MsgJump:hover {
    font-size: 12pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    color:#FF6928;
    text-align: center;
    font-weight: bold;
}
.MsgJump:active {
    font-size: 12pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    color:#FF6928;
    text-align: center;
    font-weight: bold;
}

.EntCount {
    font-size: 12pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    color:#888888;
    text-align: left;
    font-weight: normal;
}

.EntList_A {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 300px;
    padding: 10px;
    border: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 13pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    color: rgba(78,78,78,1);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: rgba(250,250,250,1);
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.05);
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.05);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.EntName {
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    font-size: 13pt;
    font-weight: normal;
    color:#0070BB;
    line-height: 18px;
    padding-left: 5px;
}

.PayrollList_Left {
    font-size: 14pt;
    text-align: left;
    line-height: 30px;
    background: rgba(245,245,245,1);
    padding-left: 20px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    font-weight: bold;
}

.PayrollList_Right {
    font-size: 12pt;
    text-align: right;
    line-height: 26px;
    background: rgba(250,250,250,1);
    padding-right: 20px;
}

.PayrollList_Right_Mini {
    font-size: 10pt;
    text-align: right;
    line-height: 20px;
    background: rgba(250,250,250,1);
    padding-right: 20px;
    padding-bottom: 6px;
    border-bottom-right-radius:12px;
    border-bottom-left-radius:12px;
    color: #888888;
}

.PayrollList_None {
    height: 25px;
}

.PayrollList_A {
    color:#FF6928;
    text-decoration:none;
    display:inline;
    height:100%;
    width:100%;
    letter-spacing:1px;
}
.PayrollList_A:visited {
    color:#FF6928;
    text-decoration:none;
}
.PayrollList_A:hover {
    color:#FF6928;
    text-decoration:none;
}
.PayrollList_A:active {
    color:#FF6928;
    text-decoration:none;
}

.PD_T1 {
    text-align: center;
    font-size: 14pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    color: #0070BB;
    display:block;
    line-height: 35px;
}

.PD_T2 {
    text-align: center;
    font-size: 13pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    color: #0070BB;
    display:block;
    line-height: 25px;
}

.PD_T3 {
    text-align: center;
    font-size: 12pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    color: #0070BB;
    display:block;
    line-height: 22px;
}

.PD_T4 {
    text-align: center;
    font-size: 11pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    color: #0070BB;
    display:block;
    line-height: 20px;
}

.PD_Logo {
    width: auto;  
    height: auto;  
    max-width: 100%;  
    max-height: 100%;
    text-align:center;
    margin:auto;
    clear: both;
    display: block;
}

.PayrollList_Left2 {
    font-size: 11pt;
    text-align: left;
    line-height: 24px;
    background: #ffffff;
    padding-left: 18px;
    border-top-left-radius:12px;
    border-top-right-radius:12px;
    padding-top: 7px;
    color: #888888;
}

.PayrollList_Right2 {
    font-size: 14pt;
    text-align: right;
    line-height: 28px;
    background: rgba(250,250,250,1);
    padding-right: 18px;
    border-bottom-right-radius:12px;
    border-bottom-left-radius:12px;
    padding-bottom: 2px;
    color: #333;
}

.PayrollList_Left3 {
    font-size: 11pt;
    text-align: left;
    line-height: 24px;
    background: #ffffff;
    padding-left: 18px;
    color: #888888;
}

.PayrollList_Right3 {
    font-size: 14pt;
    text-align: right;
    line-height: 28px;
    background: rgba(250,250,250,1);
    padding-right: 18px;
    color: #333;
}

.noPayrollList {
    font-size: 13pt;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    color:#69B64B;
    text-align: center;
    font-weight: bold;
     text-decoration:none;
}

.BtnEntBL1 {
    -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    box-shadow:inset 0px 1px 0px 0px #97c4fe;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #45C018), color-stop(1, #44C511));
    background:-moz-linear-gradient(top, #45C018 5%, #44C511 100%);
    background:-webkit-linear-gradient(top, #45C018 5%, #44C511 100%);
    background:-o-linear-gradient(top, #45C018 5%, #44C511 100%);
    background:-ms-linear-gradient(top, #45C018 5%, #44C511 100%);
    background:linear-gradient(to bottom, #45C018 5%, #44C511 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#45C018', endColorstr='#44C511',GradientType=0);
    background-color:#45C018;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    border:1px solid #337fed;
    cursor:pointer;
    color:#ffffff;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    font-size:15px;
    padding:0px;
    text-decoration:none;
    text-shadow:1px 1px 0px #888888;
    width: 120px;
    height: 27px;
    line-height: 26px;
    text-align: center;
    letter-spacing:3px;
    margin-left: 60px;
}
.BtnEntBL1:disabled{
    color:#e4e4e4;
}
.BtnEntBL2 {
    -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    box-shadow:inset 0px 1px 0px 0px #97c4fe;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #45C018), color-stop(1, #44C511));
    background:-moz-linear-gradient(top, #45C018 5%, #44C511 100%);
    background:-webkit-linear-gradient(top, #45C018 5%, #44C511 100%);
    background:-o-linear-gradient(top, #45C018 5%, #44C511 100%);
    background:-ms-linear-gradient(top, #45C018 5%, #44C511 100%);
    background:linear-gradient(to bottom, #45C018 5%, #44C511 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#45C018', endColorstr='#44C511',GradientType=0);
    background-color:#45C018;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    border:1px solid #337fed;
    cursor:pointer;
    color:#ffffff;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    font-size:15px;
    padding:0px;
    text-decoration:none;
    text-shadow:1px 1px 0px #888888;
    width: 120px;
    height: 27px;
    line-height: 26px;
    text-align: center;
    letter-spacing:3px;
    margin-left: 10px;
}
.BtnEntBL2:disabled{
    color:#e4e4e4;
}

.PayrollList_bRight {
    font-size: 12pt;
    line-height: 26px;
    padding-left: 10px;
}

.PayrollBlacklistA {
    color:#FF6928;
    text-decoration:none;
    display:block;
    height:100%;
    width:100%;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
}
.PayrollBlacklistA:visited {
    color:#FF6928;
    text-decoration:none;
}
.PayrollBlacklistA:hover {
    color:#FF6928;
    text-decoration:none;
}
.PayrollBlacklistA:active {
    color:#FF6928;
    text-decoration:none;
}

.SetLangF {
    color: #FF6928;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
    line-height: 20px;
}

.IFMimg {
    display:inline;
    float:left;   
}

.IFMDiv {
    display:inline;
    width:70px;
    float:right;
    margin-left: 20px;
    text-align:left;
    vertical-align:top;
    padding-top: 0px;
}

.RedPoint {
    color: #ff0000;
    display: inline-block;  /*将span当做块级元素对待*/
    float:right;
    padding-right: 20px;
}

.PayrollA {
    color:#FF6928;
    text-decoration:none;
    display:block;
    height:100%;
    width:100%;
    font-size:20px;
    letter-spacing: 2px;
    font-family: '微软雅黑','黑体',Tahoma, Geneva, sans-serif;
}
.PayrollA:visited {
    color:#FF6928;
    text-decoration:none;
}
.PayrollA:hover {
    color:#FF6928;
    text-decoration:none;
}
.PayrollA:active {
    color:#FF6928;
    text-decoration:none;
}

.PayrollAnnualReport {
    font-size: 13pt;
    font-weight: normal;
    color:#0070BB;
    line-height: 20px;
    letter-spacing: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top:8px;
    margin-bottom:8px; 
}

.PayrollAnnual_Mini {
    text-align: left;
    background: rgba(240,250,220,0.8);
    padding-right: 20px;
    border-top-right-radius:10px;
    border-top-left-radius:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    padding-left: 20px;
}
