@charset "UTF-8";
/*公共样式*/
.mt18 {
  margin-top: 18px;
}

.lake-blue {
  color: #00E2C1;
}

.dark-blue {
  color: #003A6B;
}

.ws {
  white-space: nowrap;
}

.text-dec {
  text-decoration: underline;
}

.ic12 {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.ic16 {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  flex-shrink: 0;
}

.ic20 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}

.img40 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.img40 img {
  border-radius: 50%;
}

.img32 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.img32 img {
  border-radius: 50%;
}

.img22 {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.img22 img {
  border-radius: 50%;
}

.hsh-screenBg {
  background-color: #003A6B;
}

.tableContainer table .checkbox {
  background: #FFF;
}

.sideBar {
  width: 220px;
  height: 100%;
  background-color: #FFF;
}
.sideBar .logoBox {
  width: 100%;
  height: 180px;
}
.sideBar .logoBox img {
  width: 108px;
  height: auto;
  max-height: 150px;
}
.sideBar .menu-nav {
  padding: 0 20px;
}
.sideBar .menu-nav li {
  color: #9EA6AE;
}
.sideBar .menu-nav li .text:before, .sideBar .menu-nav li .sub-text:before {
  display: none;
}
.sideBar .menu-nav li .text.on, .sideBar .menu-nav li .sub-text.on {
  background-color: #003A6B;
  color: #FFF;
}
.sideBar .menu-nav li .menu-name, .sideBar .menu-nav li .sub-menu-name {
  padding: 15px 10px;
}

.pageContainer {
  min-height: 600px;
  padding: 20px;
}
.pageContainer .pageHead {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background-color: rgba(255, 255, 255, 0.2);
}
.pageContainer .pageTitle {
  padding: 25px 0 15px;
  justify-content: space-between;
}
.pageContainer .list-item:before {
  background-color: rgba(0, 226, 193, 0.2);
}
.pageContainer .list-item .item {
  height: auto;
  line-height: normal;
  padding: 0 0 10px;
  margin-right: 40px;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  color: #B3C4D2;
}
.pageContainer .list-item .item.active {
  border-bottom: 2px solid #00E2C1;
  background-color: transparent;
  font-family: "PingFang SC Semibold";
  color: #00E2C1;
}
.pageContainer .list-item .item:hover {
  background-color: transparent;
  color: #00E2C1;
}
.pageContainer .listPage {
  background-color: transparent !important;
  margin-top: 15px;
}

.controls.page .toLabel {
  color: #FFF;
}
.controls.page .inputPage {
  background-color: transparent;
  border-radius: 3px;
  border-color: #FFF;
  color: #FFF;
}
.controls.button {
  margin-left: 10px;
}
.controls.button.active {
  border-color: #00E2C1;
  background-color: #00E2C1;
  color: #003A6B;
}
.controls.button.cancel {
  border-color: #FFF;
  color: #003A6B;
}
.controls.combo-radiobutton .radio-list {
  height: 26px;
  line-height: 24px;
}
.controls.combo-radiobutton .radio-list.active, .controls.combo-radiobutton .radio-list:hover {
  background-color: #00E2C1;
  border-color: #00E2C1;
  color: #003A6B;
}
.controls.combo-input-search-button {
  width: 415px;
  background-color: #FFF;
}
.controls.combo-input-search-button .combo-box {
  width: 125px;
  background-color: #FFF;
  flex-shrink: 0;
}
.controls.combo-input-search-button .combo-box .combo {
  justify-content: space-between;
}

.pageContainer.tab-page .pageContent .searchBar .controls .arrow, .pageContainer.tab-page .pageContent .searchBar .controls .drop-icon {
  background: url("../images/ic_pile_open.png") no-repeat center/100%;
}
.pageContainer.tab-page .pageContent .searchBar .controls.combo-input-search-button {
  width: 415px;
  background-color: #FFF;
}
.pageContainer.tab-page .pageContent .searchBar .controls.combo-input-search-button .combo-box {
  width: 125px;
  background-color: #FFF;
  flex-shrink: 0;
}
.pageContainer.tab-page .pageContent .searchBar .controls.combo-input-search-button .combo-box .combo {
  justify-content: space-between;
}
.pageContainer.tab-page .pageContent .searchBar .controls.combobox {
  width: 160px;
}

.hsh-content .hsh-form .hsh-form-row .hsh-form-item {
  display: block;
  margin-left: 25px;
}
.hsh-content .hsh-form .hsh-form-row .hsh-form-item:first-child {
  margin-left: 0;
}
.hsh-content .hsh-form .hsh-form-row .hsh-form-item .hsh-form-label {
  text-align: left;
}
.hsh-content .hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls .controls {
  width: 100%;
  height: 40px;
}

.hsh-fg {
  flex-grow: 1;
}

/*登录*/
.signin {
  width: 420px;
  margin: 60px auto 0;
}
.signin .icon {
  width: 100px;
  height: 82px;
  margin: 0 auto;
}
.signin .lang {
  background: url("../images/ic_login_language.png") no-repeat center/100%;
}
.signin .fs14.lake-blue {
  text-transform: uppercase;
}
.signin .arrow {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #00E2C1;
}
.signin .dropList {
  width: 180px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgb(49, 96, 135);
  position: absolute;
  left: 0;
  top: 26px;
  z-index: 1;
}
.signin .dropList li {
  width: 100%;
  height: 38px;
  padding-left: 20px;
  padding-right: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.signin .dropList li:last-child {
  border-bottom: 0;
}
.signin .dropList li .tick {
  display: none;
  background: url("../images/ic_login_tick.png") no-repeat center/100%;
}
.signin .dropList li:hover .fs12, .signin .dropList li.active .fs12 {
  color: #00E2C1;
}
.signin .dropList li:hover .tick, .signin .dropList li.active .tick {
  display: block;
}
.signin .signinBar {
  padding: 40px;
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.1);
}
.signin .signinBar .hsh-form .hsh-form-item {
  display: block;
}
.signin .signinBar .hsh-form .hsh-form-item .hsh-form-label {
  text-align: left;
  color: #B4CEE3;
}
.signin .signinBar .hsh-form .hsh-form-item .hsh-form-controls {
  position: relative;
}
.signin .signinBar .hsh-form .hsh-form-item .hsh-input {
  width: 100%;
  height: 50px;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #1F6AA9;
  font-family: "PingFang SC Medium";
  font-size: 14px;
  color: #00E2C1;
}
.signin .signinBar .hsh-form .hsh-form-item .hsh-input:focus {
  border-color: #00E2C1;
}
.signin .signinBar .hsh-form .hsh-form-item .seeIcon {
  width: 40px;
  height: 50px;
  background: url("../images/ic_login_hide.png") no-repeat center/24px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.signin .signinBar .hsh-form .hsh-form-item .seeIcon.active {
  background: url("../images/ic_login_show.png") no-repeat center/24px;
}
.signin .signinBar .hsh-form .hsh-form-item .Resend {
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #00E2C1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.signin .signinBar .hsh-form .hsh-form-item .Resend.active {
  color: #B4CEE3;
}
.signin .signinBar .button {
  height: 40px;
  line-height: 38px;
  margin-top: 40px;
}

/*订单模块*/
.tableContainer {
  padding: 5px;
}
.tableContainer .dot {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #333;
  flex-shrink: 0;
}
.tableContainer .dot.red {
  background-color: #D0021B;
}
.tableContainer .dot.lake {
  background-color: #00E2C1;
}
.tableContainer .dot.grey {
  background-color: #999;
}
.tableContainer table thead {
  background-color: #00E2C1;
}
.tableContainer table thead th {
  padding: 0;
}
.tableContainer table thead th:first-child {
  padding-left: 10px;
}
.tableContainer table .checkbox .checked {
  background: url(../images/ic_station_checkbox.png) no-repeat center/100%;
}

.pageContent {
  height: auto !important;
}
.pageContent .module {
  margin-bottom: 20px;
  padding: 16px 16px 20px;
  background-color: #FFF;
}
.pageContent .module:last-child {
  margin-bottom: 0;
}
.pageContent .module .hsh-form .hsh-form-item {
  display: block;
}
.pageContent .module .hsh-form .hsh-form-item .hsh-form-label {
  text-align: left;
}
.pageContent .module .hsh-form .hsh-form-item .controls {
  height: 40px;
}
.pageContent .module .hsh-form .hsh-form-item .controls.combobox {
  width: 100%;
}
.pageContent .module .hsh-form .hsh-form-item .controls.input-number .buttonGroup .arrow-up, .pageContent .module .hsh-form .hsh-form-item .controls.input-number .buttonGroup .arrowDown {
  height: 19px;
}
.pageContent .module .fee-info {
  margin-top: 18px;
}
.pageContent .module .fee-info .tag {
  padding-left: 12px;
  position: relative;
}
.pageContent .module .fee-info .tag:before {
  content: "";
  width: 4px;
  height: 14px;
  background-color: #00E2C1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.pageContent .module .fee-list {
  margin-top: 12px;
  margin-right: 12px;
  padding: 14px 12px;
  background-color: #EFF3F6;
}
.pageContent .module .fee-list .ic16 {
  background: url("../images/ic_order_time.png") no-repeat center/100%;
}
.pageContent .module .fee-list .li {
  width: 130px;
}
.pageContent .module .user {
  line-height: 22px;
  margin-top: 3px;
}
.pageContent .module tr.default:hover td {
  background-color: transparent;
}
.pageContent .module td .controls {
  width: 160px;
}
.pageContainer.tab-page .pageContent .searchBar {
  padding: 0;
  background-color: transparent;
}
.pageContainer.tab-page .pageContent .searchBar .label {
  color: #FFF;
}

/*首页*/
.pageContent .notice {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  margin-top: 25px;
  background-color: #FFF;
}
.pageContent .notice .ic20 {
  background: url("../images/ic_home_notification.png") no-repeat center/100%;
}
.pageContent .state {
  padding: 16px 20px;
  margin-right: 2px;
  background-color: #FFF;
}
.pageContent .state:last-child {
  margin-right: 0;
}
.pageContent .chart {
  width: 440px;
  height: 248px;
  padding: 16px;
  margin-right: 20px;
  background-color: #FFF;
  flex-shrink: 0;
}
.pageContent .overview {
  height: 116px;
  padding: 16px;
  margin-right: 20px;
  background-color: #FFF;
}
.pageContent .overview:last-child {
  margin-right: 0;
}
.pageContent .sales {
  height: 300px;
  padding: 20px;
  background-color: #FFF;
}

.text-line {
  text-decoration: underline;
}

.hsh-dialog .controls.page .toLabel {
  color: #606266;
}
.hsh-dialog .controls.page .inputPage {
  border-color: #888;
}
.hsh-dialog .hsh-page .hsh-footer .align-center .controls.button {
  width: 80px;
  height: 36px;
  line-height: 34px;
}
.hsh-dialog .hsh-page .hsh-footer .controls.button.cancel {
  border-color: #E4E7ED;
}
.hsh-dialog .checkbox {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  cursor: pointer;
}
.hsh-dialog .checkbox .selected {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../libs/images/icon/ic_select.png") no-repeat center;
  background-size: 100%;
}
.hsh-dialog .checkbox .checked {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/ic_station_check.png") no-repeat center;
  background-size: 100%;
}

/*站场管理*/
.station-set {
  margin-top: 15px;
}
.station-set .hsh-input {
  width: 160px;
  height: 40px;
  margin-right: 15px;
}
.station-set .hsh-textarea {
  width: 600px;
  height: 100px;
}

.yellow {
  color: #FFC043;
}

.urgent {
  background: url("../images/ic_pile_urgent.png") no-repeat center/100%;
}

.high {
  background: url("../images/ic_pile_high.png") no-repeat center/100%;
}

.medium {
  background: url("../images/ic_pile_medium.png") no-repeat center/100%;
}

.low {
  background: url("../images/ic_pile_low.png") no-repeat center/100%;
}

.ic16.arrow {
  background: url("../images/ic_pile_open.png") no-repeat center/14px;
}

.locationBar {
  padding: 10px 10px 15px;
  border: 1px solid #00E2C1;
  display: flex;
  align-items: center;
}
.locationBar .ic40 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: url("../images/ic_reserve_station.png") no-repeat center/100%;
}

.outBar {
  width: 100%;
  height: 40px;
  padding: 0 5px;
  border: 1px solid #EDEDED;
}
.outBar input {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  font-size: 12px;
  color: #333;
}

.user-frame {
  width: 300px;
  padding: 15px 20px;
  margin-right: 15px;
  background-color: #FFF;
}
.user-frame .img {
  width: 54px;
  height: 54px;
  margin-right: 10px;
  border-radius: 50%;
}
.user-frame .img img {
  border-radius: 50%;
}

td .controls.combobox.more {
  width: auto;
  height: 24px;
  line-height: 22px;
  border-color: #00E2C1;
}
td .controls.combobox.more .label-field {
  color: #00E2C1;
}
td .controls.combobox.more .icon-box {
  min-width: auto;
}
td .controls.combobox.more .icon-box .drop-icon {
  width: 10px;
  height: 10px;
  background: url("../images/ic_user_more.png") no-repeat center/100% !important;
}

.edit-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.edit-img img {
  border-radius: 50%;
}
.edit-img .icon {
  width: 36px;
  height: 12px;
  background: url("../images/ic_user_photo.png") no-repeat center/100%;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.icon-btn {
  height: 24px;
  padding: 0 10px;
  border: 1px solid #00E2C1;
  cursor: pointer;
}
.icon-btn .ic16 {
  margin-left: 0;
  background: url("../images/ic_order_time.png") no-repeat center/100%;
}
.icon-btn .ic16.bind-user {
  margin-left: 0;
  background: url("../images/ic_card_bind.png") no-repeat center/100%;
}

.excel-icon {
  width: 26px;
  height: 32px;
  margin-right: 10px;
}

.ic16 {
  margin-left: 20px;
}
.ic16.down {
  background: url("../images/ic_card_download.png") no-repeat center/100%;
  cursor: pointer;
}
.ic16.del {
  background: url("../images/ic_card_del.png") no-repeat center/100%;
  cursor: pointer;
}

.popup-info {
  width: 180px;
  background-color: rgba(0, 58, 107, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  top: 65px;
  z-index: 1;
}
.popup-info .row {
  width: 100%;
  height: 38px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.popup-info .row:last-child {
  border-bottom: 0;
}
.popup-info .row .ic14 {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.popup-info .row .info {
  background: url("../images/ic_manager_information_gray.png") no-repeat center/100%;
}
.popup-info .row .pwd {
  background: url("../images/ic_manager_pw_gray.png") no-repeat center/100%;
}
.popup-info .row .quit {
  background: url("../images/ic_manager_quit_gray.png") no-repeat center/100%;
}
.popup-info .row .fs12 {
  color: rgba(255, 255, 255, 0.7);
}
.popup-info .row:hover .info, .popup-info .row.active .info {
  background: url("../images/ic_manager_information.png") no-repeat center/100%;
}
.popup-info .row:hover .pwd, .popup-info .row.active .pwd {
  background: url("../images/ic_manager_pw.png") no-repeat center/100%;
}
.popup-info .row:hover .quit, .popup-info .row.active .quit {
  background: url("../images/ic_manager_quit.png") no-repeat center/100%;
}
.popup-info .row:hover .fs12, .popup-info .row.active .fs12 {
  color: rgb(255, 255, 255);
}

.see-icon {
  width: 24px;
  height: 24px;
  background: url("../images/ic_login_hide.png") no-repeat center/100%;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.see-icon.active {
  background: url("../images/ic_login_show.png") no-repeat center/100%;
}

.tips-icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background: url("../images/ic_alert_warning.png") no-repeat center/100%;
  flex-shrink: 0;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-text-fill-color: #00E2C1 !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent;
  background-image: none;
  transition: background-color 50000s ease-in-out 0s;
}

input {
  background-color: transparent;
}

.station-dialog .left-info {
  width: 40%;
  margin-right: 40px;
}
.station-dialog .left-config-info {
  width: 100%;
}
.station-dialog .right-map {
  width: calc(60% - 40px);
}

/*# sourceMappingURL=style.css.map */
