html {background-color: #f4f4f4;}

.box {position: relative;margin-bottom: 20px;padding:20px;box-shadow: 0 0 10px rgba(0,0,0,.05);background: #fff;}
.box1 {padding-bottom: 40px;overflow: hidden;}
/* 我要晒工资 */
.shearWage {position: absolute;height: 50px;line-height: 50px;right:20px;top:20px;}
.shearWage a {padding:13px 35px 13px 85px;background:#eb8460;color: #fff;font-size: 18px;}
.shearWage a:hover {background: #DA704B;}
.shearWage img {position: absolute;left:8px;top:-18px;}

/* 标签切换 */
.tabhead ul li {float: left;height: 40px;line-height: 40px;}
.tabhead ul li a {display: block;padding:0 25px;color: #333;font-size: 16px;}
.tabhead ul li.curr a {background: #cddc39;color: #fff;}

/* 图表 */
.chart {width: 100%; height: 750px; margin-top: 55px;padding:0;background: url(../images/chartbg.png) center center no-repeat;}
.chart .empty, .chart .loading {height: 500px; line-height: 500px; text-align: center; font-size: 14px;}


/* 晒工资 */
.box2 {font-size: 14px;}
.box2 .t {margin-bottom: 40px;color: #9e9e9e;}
.box2 .t span {margin-right: 15px;font-size: 18px;color: #f44336;}
.shearWageForm {}
.form-row {margin-bottom: 22px; padding:0 90px 0 40px;}
.form-row s {padding:0 5px;font-family: "宋体";color: #ed5565;}
.form-row .type {float: left;width: 87px;margin-right: 10px;padding-top: 6px;}
.form-row .area , .form-row .job , .form-row .wage {float: left;}
.form-row .job {position: relative;margin-right: 20px;}
.form-row .in {float: left;overflow: hidden;}
.form-row .area {position: relative;}
.form-row .int {-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.form-row .int ,.form-row .ftr {height: 20px;padding:6px 12px;border: 1px solid #e4e4e4;border-radius:3px;}
.form-row .ftr {display: block;float: right;margin-left: -1px;background: #eee;border-top-left-radius: 0;border-bottom-left-radius: 0;}
.form-row .ftrp .int {border-top-right-radius: 0;border-bottom-right-radius: 0;}
.addr {display: inline-block; *display: inline; padding: 4px 12px; margin-bottom: 0; *margin-left: .3em; font-size: 14px; line-height: 25px; color: #333; text-align: center; vertical-align: middle; cursor: pointer; background-color: #f5f5f5; *background-color: #e6e6e6; background-image: -moz-linear-gradient(top, #fff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #fff, #e6e6e6); background-image: -o-linear-gradient(top, #fff, #e6e6e6); background-image: linear-gradient(to bottom, #fff, #e6e6e6); background-repeat: repeat-x; border: 1px solid #ccc; *border: 0; border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border-bottom-color: #b3b3b3; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e6e6e6', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); *zoom: 1; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);}
.addr:hover, .addr:focus, .addr:active, .addr.active, .addr.disabled, .addr[disabled] {color: #333; background-color: #e6e6e6;}
.addr:hover, .addr:focus {color: #333; text-decoration: none; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear;}
.addr.active, .addr:active {background-image: none; outline: 0; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);}

.caret {display: inline-block; width: 0; height: 0; margin-top: 10px; margin-left: 3px; vertical-align: top; border-top: 4px solid #000; border-right: 4px solid transparent; border-left: 4px solid transparent; content: "";}
.addr.has-error {background-position: -97px -1px;}
.form-row .int:focus {border-color:#6BBF6C;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;}
.form-row .int.has-error, .form-row .addr.has-error {border-color: #E66C12;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #E66C12;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #E66C12;}
.submit {display: inline-block;float: left;height: 40px;padding:0 20px;background: #a3e1d4;color: #fff;border:1px solid #8fd2c4;cursor: pointer;}
.submit:hover {background: #6ED2BD;border-color: #21BB9B;}
.error {float: left;display: inline-block;padding: 0 15px;color: #E66C12;}
.form-row .btn {margin-top: 30px;height: 40px;line-height: 40px;}
.companyname {width: 315px;}
.jobname {width: 200px;}
.wagenum {width: 80px;}

.ui-autocomplete {position: absolute; z-index: 100; cursor: default; background-color: #fff; border: 1px solid #e4e4e4;}
.ui-menu-item {display: block; padding: 0 10px; height: 30px; line-height: 30px; cursor: pointer;}
.ui-state-focus {background-color: #f1f1f1;}
.ui-helper-hidden-accessible {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}


.ui_state_tips .ui_icon_bg {margin: 5px 0 2px 9px;}
.ui_state_tips .ui_content {margin-top: 9px;}

/* 选择区域 */
#areaList {position: absolute; left: 98px; top: 38px; width: 500px; min-height: 80px; padding: 15px 0 7px; cursor: default; background-color: #fff; border: 1px solid #e9e8e8; border-top: none; -moz-box-shadow: 0 10px 25px rgba(0,0,0,.3); -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.3); box-shadow: 0 10px 25px rgba(0,0,0,.3); -webkit-animation: topFadeIn .3s ease-out; -moz-animation: topFadeIn .3s ease-out; animation: topFadeIn .3s ease-out;z-index: 10;}
#areaList p {line-height: 80px;}
#areaList .sub-data {float: left; position: relative; width: 21%; height: 25px; line-height: 25px; font-size: 14px; margin: 0 2% 8px;}
#areaList .sub-data a {display: block; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
#areaList .curr {background-color: #ed8f36;}
#areaList .curr a {color: #fff;}
#areaList .curr i {position: absolute; left: 50%; bottom: -6px; margin-left: -5px; width:0; height:0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #e8e7e7;}
#areaList ul {display: none; float: left; width: 100%; margin: -2px 0 5px; padding: 5px 0; background-color: #e8e7e7;}
#areaList li {float: left; width: 21%; height: 25px; text-align: center; line-height: 25px; padding: 0 2%; font-size: 13px;}
#areaList li a {display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.fsearch .s-form .s-btn {float: left; width: 110px; height: 36px; line-height: 36px; font-size: 18px; color: #666; text-align: center; letter-spacing: 7px; border: 1px solid #c9c9c9; background-image: -moz-linear-gradient(top, #f3f3f3, #dfdfdf); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f3f3f3), color-stop(1, #dfdfdf)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dfdfdf', GradientType='0'); text-shadow: 1px 1px 1px #fff;}
.fsearch .s-form a:hover.s-btn {background-image: -moz-linear-gradient(top, #dfdfdf, #f3f3f3); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dfdfdf), color-stop(1, #f3f3f3)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#f3f3f3', GradientType='0');}
