.yhdos-logo-container {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.yhdos-logo-container img {
  width: 26px;
  height: 28px;
  margin: 0 12px 0 24px;
}
.yhdos-logo-container .img-icon-box {
  width: 38px;
  height: 32px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
}
.yhdos-logo-container .point-cursor {
  cursor: pointer;
}
.yhdos-logo-container .img-icon {
  width: 14px;
  height: 14px;
  margin: 0;
}
.sub-menu-icon-container {
  background-color: rgba(17, 34, 86, 0.4);
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.app-download-content {
  background-color: #fff;
  box-shadow: 0px 12px 36px -6px rgba(43, 53, 74, 0.04);
  border-radius: 5px;
  border: 1px solid #E6E9F2;
  overflow: hidden;
}
.app-download-content .download-title-content {
  color: #242A3F;
  font-weight: 500;
  padding: 0 11px;
  font-size: 16px;
}
.app-download-content .download-title-content .title {
  padding: 8px 0;
  border-bottom: 1px solid #E1E5F4;
}
.app-download-content .app-list {
  display: flex;
  padding-top: 12px;
}
.app-download-content .app-list .app-content {
  display: flex;
  flex-direction: column;
}
.app-download-content .app-list .app-content:last-child img {
  margin-right: 25px;
}
.app-download-content .app-list .app-content:last-child .app-name {
  padding-right: 25px;
}
.app-download-content .app-list .app-content:first-child img {
  margin-left: 25px;
}
.app-download-content .app-list .app-content:first-child .app-name {
  padding-left: 25px;
}
.app-download-content .app-list .app-content img {
  margin: 0 6px 4px 6px;
}
.app-download-content .app-list .app-content .app-name {
  padding: 8px 6px;
  font-size: 12px;
  line-height: 24px;
  color: #242A3F;
  background-color: #F6F8FB;
  text-align: center;
  font-weight: 400;
}
.app-download-content img {
  width: 120px;
  height: 120px;
  background-color: #EBEBEB;
  margin-bottom: 8px;
}
.app-download-content .down {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app-download-content .down + .down {
  margin-left: 16px;
}
.yhdos-app-download .yhdos-dropdown-arrow {
  background-color: #fff;
  border: 1px solid #E6E9F2;
  border-right: none;
  border-bottom: none;
  right: 50px;
}
.yhdos-app-download-comp .app-download-trigger {
  position: relative;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.yhdos-app-download-comp .app-download-trigger .download-mobile-icon {
  width: 10px;
  height: 17px;
  margin-bottom: 2px;
  margin-right: 8px;
}
.yhdos-app-download-comp .default-icon {
  display: block;
}
.yhdos-app-download-comp .active-icon {
  display: none;
}
.yhdos-app-download-comp.active .default-icon {
  display: none;
}
.yhdos-app-download-comp.active .active-icon {
  display: block;
}

.header-filter {
  width: 256px;
  height: 320px;
  background-color: #fff;
  box-shadow: 0px 12px 36px -6px rgba(43, 53, 74, 0.04);
  border-radius: 5px;
  border: 1px solid #E6E9F2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 16px;
}
.header-filter .yhdos-empty-normal {
  margin-top: 75px;
}
.header-filter .active-icon {
  color: #1890FF;
}
.header-filter .filtered-list {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  width: 100%;
}
.header-filter .filter-shop {
  padding: 12px 18px 11px 24px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  text-align: left;
  font-family: PingFangSC-Regular;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.header-filter .yhdos-input-search-button {
  padding: 0;
}

.yhdos-message-detail-wrap_section {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.yhdos-message-detail-wrap_section .head {
  padding: 24px 20px 16px;
  border-bottom: 1px solid #E7E8EB;
}
.yhdos-message-detail-wrap_section .head h3 {
  height: 22px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 16px;
  color: #2B354A;
  line-height: 22px;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yhdos-message-detail-wrap_section .head div {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #838B98;
  line-height: 17px;
  display: flex;
  align-items: center;
}
.yhdos-message-detail-wrap_section .head div img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.yhdos-message-detail-wrap_section .content {
  padding: 32px 20px 0;
  flex: 1;
  overflow: auto;
}
.yhdos-message-detail-wrap_section .content strong {
  font-weight: 600;
}
.yhdos-message-detail-wrap_section .content em {
  font-style: italic;
}
.yhdos-message-detail-wrap_section .content ul {
  list-style: disc;
}
.yhdos-message-detail-wrap_section .content ol {
  list-style: decimal;
}
.yhdos-message-detail-wrap_section .footer {
  height: 44px;
  background: #FFFFFF;
  box-shadow: 0 -1px 0 0 #F2F3F5, 0 0 20px -8px rgba(43, 53, 74, 0.1);
  line-height: 44px;
  text-align: right;
  padding-right: 20px;
}

.tab-wrap_section {
  background: #fff;
  border: 1px solid #E6E9F2;
  border-radius: 5px;
}
.tab-wrap_section header {
  line-height: 38px;
  border-bottom: 1px solid #E7E8EB;
  color: #2b354a;
  font-size: 14px;
  font-family: PingFangSC-Semibold;
  padding: 0 12px;
}
.tab-wrap_section .yhdos-tabs .yhdos-diy-tab-head {
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  align-items: center;
}
.tab-wrap_section .yhdos-tabs .yhdos-diy-tab-head .tab {
  cursor: pointer;
  display: flex;
  width: 247px;
  height: 32px;
  background: #F6F8FA;
  border-radius: 2px;
  align-items: center;
  justify-content: space-around;
}
.tab-wrap_section .yhdos-tabs .yhdos-diy-tab-head .tab div {
  width: 56px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}
.tab-wrap_section .yhdos-tabs .yhdos-diy-tab-head .tab div span {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #525865;
}
.tab-wrap_section .yhdos-tabs .yhdos-diy-tab-head .tab div.active-tab {
  background: #fff;
}
.tab-wrap_section .yhdos-tabs .yhdos-diy-tab-head .tab div.active-tab span {
  color: #2B354A;
}
.tab-wrap_section .yhdos-tabs .yhdos-diy-tab-head .extra {
  cursor: pointer;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #62718C;
  line-height: 17px;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-nav {
  padding: 0 24px;
  margin-bottom: 13px;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-nav .yhdos-tabs-nav-wrap .yhdos-tabs-nav-list .yhdos-tabs-tab .yhdos-tabs-tab-btn {
  line-height: 32px;
  color: #525865;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-nav .yhdos-tabs-nav-wrap .yhdos-tabs-nav-list .yhdos-tabs-tab.yhdos-tabs-tab-active .yhdos-tabs-tab-btn {
  color: #3c7af7;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-nav .yhdos-tabs-nav-wrap .yhdos-tabs-nav-list .yhdos-tabs-tab + .yhdos-tabs-tab {
  margin-left: 48px;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-nav .yhdos-tabs-nav-wrap .yhdos-tabs-nav-list .yhdos-tabs-ink-bar {
  background: #3c7af7;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-content-holder .yhdos-tabs-content .yhdos-tabs-tabpane {
  min-height: 35px;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-content-holder .yhdos-tabs-content .yhdos-tabs-tabpane .item {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-content-holder .yhdos-tabs-content .yhdos-tabs-tabpane .item:hover {
  background: #F5F7FC;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-content-holder .yhdos-tabs-content .yhdos-tabs-tabpane .item:hover .header h3 {
  color: #3270FF;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-content-holder .yhdos-tabs-content .yhdos-tabs-tabpane .item:hover p {
  color: #2B354A;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-content-holder .yhdos-tabs-content .yhdos-tabs-tabpane .item .header {
  display: flex;
  height: 22px;
  padding-left: 20px;
  align-items: center;
  margin-bottom: 8px;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-content-holder .yhdos-tabs-content .yhdos-tabs-tabpane .item .header div {
  width: 44px;
  height: 22px;
  background: #FFF1F0;
  border: 1px solid #FFA39E;
  border-radius: 4px;
  text-align: center;
  line-height: 20px;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-content-holder .yhdos-tabs-content .yhdos-tabs-tabpane .item .header div i {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 12px;
  color: rgba(245, 34, 45, 0.85);
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-content-holder .yhdos-tabs-content .yhdos-tabs-tabpane .item .header h3 {
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 16px;
  color: #2B354A;
  line-height: 22px;
  margin-right: 4px;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-content-holder .yhdos-tabs-content .yhdos-tabs-tabpane .item .header span {
  color: #999999;
  font-size: 12px;
  font-family: PingFangSC-Regular;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-content-holder .yhdos-tabs-content .yhdos-tabs-tabpane .item p {
  width: 100%;
  padding: 0 24px 0 20px;
  line-height: 22px;
  color: #999999;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-content-holder .yhdos-tabs-content .yhdos-tabs-tabpane .item p + span {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #AAAFB9;
  line-height: 20px;
  height: 20px;
  padding-left: 20px;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-content-holder .yhdos-tabs-content .yhdos-tabs-tabpane .item:last-child {
  border-bottom: none;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-content-holder .yhdos-tabs-content .yhdos-tabs-tabpane .item-task {
  padding: 10px 28px 10px 46px;
  border-bottom: 1px solid #f0f0f0;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-content-holder .yhdos-tabs-content .yhdos-tabs-tabpane .item-task:last-child {
  border-bottom: none;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-content-holder .yhdos-tabs-content .yhdos-tabs-tabpane .item-task .header {
  display: flex;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-content-holder .yhdos-tabs-content .yhdos-tabs-tabpane .item-task .header .left {
  padding-right: 12px;
  flex: 1;
  color: #999999;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-content-holder .yhdos-tabs-content .yhdos-tabs-tabpane .item-task .header .left p {
  word-break: break-all;
  font-size: 14px;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-content-holder .yhdos-tabs-content .yhdos-tabs-tabpane .item-task .header .left span {
  font-size: 12px;
}
.tab-wrap_section .yhdos-tabs .yhdos-tabs-content-holder .yhdos-tabs-content .yhdos-tabs-tabpane .empty-text {
  color: #838b98;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  font-family: PingFangSC-Regular;
  padding: 4px 0 17px 0;
}
.tab-wrap_section .tip {
  text-align: center;
  color: #3c7af7;
}
.tab-wrap_section footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-top: 1px solid #E7E8EB;
  cursor: pointer;
}
.tab-wrap_section footer span {
  color: #99a9bf;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.tab-wrap_section footer img {
  margin-left: 11px;
  height: 12px;
}

.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body {
  padding-top: 48px;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-header .yhdos-drawer-title .detail-wrap {
  display: flex;
  align-items: center;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-header .yhdos-drawer-title .detail-wrap img {
  width: 16px;
  height: 16px;
  margin-left: -6px;
  margin-right: 8px;
  cursor: pointer;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-header .yhdos-drawer-title .detail-wrap span {
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 14px;
  color: #2B354A;
  line-height: 24px;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body {
  overflow: hidden;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs {
  height: 100%;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-nav-wrap {
  padding-left: 20px;
  background: #F9FAFD;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-nav-wrap .yhdos-badge {
  line-height: 20px;
  width: 40px;
  text-align: center;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-nav-wrap .yhdos-scroll-number {
  padding: 0px 2px;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-nav-wrap .yhdos-tabs-tab-active .yhdos-tabs-tab-btn {
  color: #3C7AF7;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-nav-wrap .yhdos-tabs-ink-bar {
  background: #3C7AF7;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .yhdos-tabs-content {
  height: 100%;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .yhdos-tabs-content .yhdos-tabs-tabpane {
  height: 100%;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .msg-wrap {
  height: 100%;
  padding: 0 24px 0 20px;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .msg-wrap .title {
  text-align: right;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .msg-wrap .title img {
  width: 16px;
  margin-right: 8px;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .msg-wrap .title span {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #62718C;
  line-height: 17px;
  cursor: pointer;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .msg-wrap .content {
  padding: 16px 0;
  border-bottom: 1px solid #E7E8EB;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .msg-wrap .content:last-child {
  border-bottom: none;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .msg-wrap .content h3 {
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 16px;
  color: #2B354A;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
  padding-right: 30px;
  position: relative;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .msg-wrap .content h3:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #FA5741;
  position: absolute;
  right: 0px;
  top: 8px;
  border-radius: 50%;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .msg-wrap .content .rich-text-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #525865;
  line-height: 18px;
  margin-bottom: 20px;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .msg-wrap .content .rich-text-wrap strong {
  font-weight: 600;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .msg-wrap .content .rich-text-wrap em {
  font-style: italic;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .msg-wrap .content .rich-text-wrap ul {
  list-style: disc;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .msg-wrap .content .rich-text-wrap ol {
  list-style: decimal;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .msg-wrap .content .foot span {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #838B98;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .msg-wrap .content .foot div {
  display: inline-block;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .msg-wrap .content .foot div img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .msg-wrap .empty {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .msg-wrap .empty img {
  width: 160px;
  margin-bottom: 14px;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .msg-wrap .empty span {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #96A6C3;
  line-height: 22px;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .msg-wrap .footer {
  height: 68px;
  padding: 23px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .msg-wrap .footer span {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #3C7AF7;
  margin-right: 6px;
  cursor: pointer;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .msg-wrap .footer img {
  width: 14px;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .download-wrap .item-task {
  padding: 20px 24px 20px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .download-wrap .item-task:hover {
  background: #F5F7FC;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .download-wrap .item-task:hover .header .link {
  color: #3C7AF7;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .download-wrap .item-task:last-child {
  border-bottom: none;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .download-wrap .item-task .header {
  display: flex;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .download-wrap .item-task .header .left {
  padding-right: 12px;
  flex: 1;
  color: #999999;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .download-wrap .item-task .header .left p {
  word-break: break-all;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 16px;
  color: #2B354A;
  line-height: 22px;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .download-wrap .item-task .header .left p:hover {
  color: #3C7AF7;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .download-wrap .item-task .header .left span {
  font-size: 12px;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .download-wrap .item-task .header .link {
  height: 22px;
  line-height: 22px;
  padding: 0;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #838B98;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .download-wrap .item-task .header .link:hover {
  color: #3C7AF7;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .download-wrap .item-task .yhdos-progress-small .yhdos-progress-bg {
  height: 4px;
}
.yhdos-head-message-drawer-wrap .yhdos-drawer-wrapper-body .yhdos-drawer-body .yhdos-tabs .yhdos-tabs-content-holder .download-wrap .empty-text {
  color: #838b98;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  font-family: PingFangSC-Regular;
  padding: 4px 0 17px 0;
}
.yhdos-message-goto-corfirm-modal .yhdos-modal-confirm-title {
  line-height: 24px;
}
.yhdos-message-goto-corfirm-modal .yhdos-modal-confirm-content {
  padding-left: 40px;
}

.header-user {
  display: flex;
  color: #000000;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  font-family: PingFangSC-Regular, PingFang SC;
}
.header-user p {
  margin-bottom: 0;
}
.header-user .yhdos-header-account {
  margin-right: 24px;
  line-height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-right: 8px;
}
.header-user .yhdos-header-account .account-name {
  margin-left: 16px;
  margin-right: 5px;
}
.header-user .yhdos-header-account .yhdos-header-account-icon {
  width: 22px;
  height: 22px;
}
.header-user .down-icon {
  margin-left: 5px;
  opacity: 0.8;
  font-size: 16px;
  align-items: center;
  display: flex;
}
.header-user .yhdos-header-msg {
  line-height: 32px;
  display: flex;
  align-items: center;
}
.header-user .yhdos-header-msg i {
  width: 1px;
  height: 20px;
  opacity: 0.2;
  background-color: #ffffff;
  margin-right: 17px;
}
.header-user .yhdos-header-msg img {
  margin-right: 8px;
  padding-left: 12px;
}
.header-user .yhdos-header-msg span {
  opacity: 0.8;
}
.header-user .yhdos-header-msg .yhdos-badge .yhdos-badge-count {
  font-size: 10px;
  transform: scale(0.9);
  padding: 0px 4px;
  line-height: 16px;
  height: 16px;
  top: -7px;
  right: -10px;
}
.header-user .yhdos-header-shop {
  cursor: pointer;
  padding: 0 32px 0 16px;
  margin-left: 16px;
  line-height: 32px;
  opacity: 0.8;
  display: flex;
  position: relative;
}
.header-account {
  width: 120px;
  background-color: #fff;
  box-shadow: 0px 12px 36px -6px rgba(43, 53, 74, 0.04);
  border-radius: 5px;
  border: 1px solid #E6E9F2;
  padding: 12px 0;
}
.header-account .logout {
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  padding: 5px;
  transition: all 0.2s;
  width: 100%;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4F5A6F;
  line-height: 20px;
}
.header-account .logout:hover {
  background-color: #F2F4F9;
  color: #242A3F;
}
.yhdos-header-download {
  font-size: 12px;
  line-height: 32px;
  color: #FFFFFF;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  padding: 0 10px;
  opacity: 0.55;
  transition: all 0.2s;
  margin-right: 24px;
}
.yhdos-header-download:hover {
  opacity: 1;
}
.yhdos-header-download + .yhdos-header-shop::before {
  content: '';
  position: absolute;
  height: 20px;
  width: 1px;
  background-color: #fff;
  opacity: 0.2;
  left: 0;
  top: 6px;
}
.yhdos-page-home-dropdown-root .yhdos-dropdown-arrow {
  background-color: #fff;
  border: 1px solid #E6E9F2;
  border-right: none;
  border-bottom: none;
}
.yhdos-page-home-dropdown-root.yhdos-header-accout-dropdown .yhdos-dropdown-arrow {
  right: 12px;
}

.modal-shop-modal-picker {
  width: 640px;
  border-radius: 4px;
  overflow: hidden;
}
.modal-shop-modal-picker .search {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 6px;
  padding-right: 24px;
}
.modal-shop-modal-picker .picker-search {
  width: 224px;
}
.modal-shop-modal-picker .picker-search .yhdos-input-search-button {
  padding: 0;
}
.modal-shop-modal-picker .yhdos-modal-body {
  padding: 16px 0px 0 24px;
}
.modal-shop-modal-picker .shop-list {
  height: 290px;
  display: flex;
  padding-top: 6px;
  padding-bottom: 8px;
  flex-wrap: wrap;
  overflow: auto;
}
.modal-shop-modal-picker .shop-list .shop {
  width: 184px;
  height: 120px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 16px;
  box-sizing: border-box;
  margin-left: 13px;
  margin-bottom: 12px;
  font-family: PingFangSC-Regular;
  cursor: pointer;
  position: relative;
}
.modal-shop-modal-picker .shop-list .shop:hover {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #027aff;
}
.modal-shop-modal-picker .shop-list .shop .shop-name {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  line-height: 24px;
}
.modal-shop-modal-picker .shop-list .shop .shop-id {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.45);
}
.modal-shop-modal-picker .shop-list .shop .entry {
  padding: 4px 12px;
  line-height: 22px;
  border-radius: 4px;
  border: 1px solid #1890ff;
  color: #1890ff;
  align-self: flex-end;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.modal-shop-modal-picker .empty {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-shop-picker {
  width: 640px;
  border-radius: 4px;
  overflow: hidden;
}
.modal-shop-picker .search {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 6px;
  padding-right: 24px;
}
.modal-shop-picker .picker-search {
  width: 224px;
}
.modal-shop-picker .picker-search .yhdos-input-search-button {
  padding: 0;
}
.modal-shop-picker .yhdos-modal-body {
  padding: 16px 0px 0 24px;
}
.modal-shop-picker .shop-list {
  height: 290px;
  display: flex;
  padding-top: 6px;
  padding-bottom: 8px;
  flex-wrap: wrap;
  overflow: auto;
}
.modal-shop-picker .shop-list .shop {
  width: 184px;
  height: 120px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 16px;
  box-sizing: border-box;
  margin-left: 13px;
  margin-bottom: 12px;
  font-family: PingFangSC-Regular;
  cursor: pointer;
  position: relative;
}
.modal-shop-picker .shop-list .shop:hover {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #027aff;
}
.modal-shop-picker .shop-list .shop .shop-name {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  line-height: 24px;
}
.modal-shop-picker .shop-list .shop .shop-id {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.45);
}
.modal-shop-picker .shop-list .shop .entry {
  padding: 4px 12px;
  line-height: 22px;
  border-radius: 4px;
  border: 1px solid #1890ff;
  color: #1890ff;
  align-self: flex-end;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.modal-shop-picker .empty {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layout-common-slider {
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  display: flex;
  position: relative;
  z-index: 800;
}
.layout-common-slider .iconfont {
  width: 20px;
  height: 20px;
  fill: currentColor;
  overflow: hidden;
  z-index: 1;
}
.layout-common-slider .yhdos-layout-sider-children {
  display: flex;
  width: 100%;
}
.layout-common-slider .menu-box-first {
  width: 110px;
  box-shadow: 0px 11px 32px -6px #E7E9F2;
  background-color: #ffffff;
  display: flex;
  overflow: auto;
  height: calc(100vh - 48px);
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #4F5A6F;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.layout-common-slider .menu-box-first::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  border: none;
  background: transparent;
  box-shadow: none;
  margin-right: 6px;
}
.layout-common-slider .menu-box-first::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  width: 5px;
  background: #96A6C3;
  border-radius: 3px;
}
.layout-common-slider .menu-box-first::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: none;
  background: transparent;
  opacity: 0;
}
.layout-common-slider .menu-box-first .project-menu-container {
  width: 100%;
  height: 100%;
}
.layout-common-slider .menu-box-first .yhdos-first-menu {
  cursor: pointer;
  width: 100%;
  line-height: 20px;
  display: flex;
  margin-top: 19px;
  flex-direction: row;
  padding: 7px 0 5px 17px;
  border-radius: 0px 6px 6px 0px;
  position: relative;
}
.layout-common-slider .menu-box-first .yhdos-first-menu .yhdos-first-menu-bg {
  width: 103px;
  height: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all 0.2s;
}
.layout-common-slider .menu-box-first .yhdos-first-menu:hover {
  font-weight: 500;
  color: #242A3F;
  font-family: PingFangSC-Medium, PingFang SC;
}
.layout-common-slider .menu-box-first .yhdos-first-menu:hover .yhdos-first-menu-bg {
  opacity: 1;
}
.layout-common-slider .menu-box-first .yhdos-first-menu.active {
  font-weight: 500;
  color: #242A3F;
  font-family: PingFangSC-Medium, PingFang SC;
}
.layout-common-slider .menu-box-first .yhdos-first-menu.active .yhdos-first-menu-bg {
  opacity: 1;
}
.layout-common-slider .menu-box-first .yhdos-first-menu + .yhdos-first-menu {
  margin-top: 14px;
}
.layout-common-slider .menu-box-first .yhdos-first-menu.menu-setting {
  margin-top: 64px;
}
.layout-common-slider .menu-box-first .project-menu-title {
  margin-left: 5px;
  position: relative;
  z-index: 1;
}
.layout-common-slider .menu-box-second {
  width: 178px;
}
.yhdos-sub-menu-drawer {
  font-size: 14px;
}
.yhdos-sub-menu-drawer .yhdos-menu-root .yhdos-menu-submenu.yhdos-menu-submenu-inline:first-of-type {
  padding-top: 7px;
}
.yhdos-sub-menu-drawer .yhdos-drawer-wrapper-body {
  padding-top: 48px;
  padding-left: 110px;
}
.yhdos-sub-menu-drawer .yhdos-drawer-header {
  font-size: 14px;
  padding: 12px 0 8px 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #242A3F;
  line-height: 20px;
  box-shadow: -5px 12px 20px -9px rgba(209, 213, 233, 0.3);
}
.yhdos-sub-menu-drawer .yhdos-drawer-header .yhdos-drawer-title {
  font-size: 14px;
  line-height: 20px;
}
.yhdos-sub-menu-drawer .yhdos-menu-submenu-open .yhdos-menu-submenu-title {
  height: 34px;
}
.yhdos-sub-menu-drawer .yhdos-menu-submenu-title:active,
.yhdos-sub-menu-drawer .yhdos-menu-item:active {
  background-color: inherit;
}
.yhdos-sub-menu-drawer .yhdos-menu-sub.yhdos-menu-inline {
  background-color: #FFFFFF;
}
.yhdos-sub-menu-drawer .yhdos-menu-sub.yhdos-menu-inline .yhdos-menu-item {
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  margin-top: 0;
  color: #4F5A6F;
}
.yhdos-sub-menu-drawer .yhdos-menu-sub.yhdos-menu-inline .yhdos-menu-item:hover {
  font-weight: 500;
  color: #5480F6;
}
.yhdos-sub-menu-drawer .yhdos-menu-sub.yhdos-menu-inline .yhdos-menu-item .yhdos-menu-pop-container {
  width: 100%;
  height: 100%;
  display: block;
}
.yhdos-sub-menu-drawer .yhdos-menu-sub.yhdos-menu-inline .yhdos-menu-item-selected {
  background: inherit;
  border-radius: 4px;
  font-weight: 500;
  color: #242A3F;
}
.yhdos-sub-menu-drawer .yhdos-menu-sub.yhdos-menu-inline .yhdos-menu-item-selected::after {
  display: none;
}
.yhdos-sub-menu-drawer .yhdos-menu-sub.yhdos-menu-inline .yhdos-menu-item-selected .common-submenu-title {
  background-color: rgba(233, 235, 248, 0.4);
}
.yhdos-sub-menu-drawer .yhdos-menu-sub.yhdos-menu-inline .common-submenu-title-container {
  padding: 0 20px;
}
.yhdos-sub-menu-drawer .yhdos-menu-sub.yhdos-menu-inline .common-submenu-title-container .common-submenu-title {
  padding: 0 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.yhdos-sub-menu-drawer .yhdos-menu-submenu-selected {
  font-weight: 400;
  color: #242A3F;
}
.yhdos-sub-menu-drawer .yhdos-menu-submenu-title {
  position: relative;
  padding-left: 30px !important;
  margin-bottom: 0;
  text-align: justify;
  font-family: PingFangSC-Regular;
  color: #242a3f;
}
.yhdos-sub-menu-drawer .yhdos-menu-submenu-title:hover {
  font-weight: 500;
  color: #5480F6;
}
.yhdos-sub-menu-drawer .menu-icon {
  color: #909399;
  transition: all 0.2s;
  position: absolute;
  left: 12px;
  top: 13px;
  margin: 0;
  transform-origin: center;
}
.yhdos-sub-menu-drawer .menu-icon.active {
  transform: rotate(90deg);
}
.yhdos-sub-menu-drawer .yhdos-menu-root.yhdos-menu-inline {
  border-right: none;
  height: 100%;
  overflow: auto;
}
.yhdos-sub-menu-drawer .yhdos-menu-root.yhdos-menu-inline::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  border: none;
  background: transparent;
  box-shadow: none;
  margin-right: 6px;
}
.yhdos-sub-menu-drawer .yhdos-menu-root.yhdos-menu-inline::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  width: 5px;
  background: #96A6C3;
  border-radius: 3px;
}
.yhdos-sub-menu-drawer .yhdos-menu-root.yhdos-menu-inline::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: none;
  background: transparent;
  opacity: 0;
}
.yhdos-sub-menu-drawer .yhdos-drawer-mask {
  background-color: rgba(19, 33, 76, 0.5);
}
.yhdos-menu-popover {
  left: 290px !important;
  padding-left: 0;
}
.yhdos-menu-popover .yhdos-popover-arrow {
  display: none;
}
.yhdos-menu-popover .yhdos-popover-inner-content {
  padding: 4px 24px 30px 24px;
}
.yhdos-menu-popover .yhdos-popover-title {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #242A3F;
  line-height: 24px;
  padding: 16px 24px;
  border-bottom: none;
}
.yhdos-menu-popover .yhdos-popover-child-menu-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 584px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4F5A6F;
  line-height: 20px;
  position: relative;
  overflow: hidden;
}
.yhdos-menu-popover .yhdos-popover-child-menu-list .yhdos-popover-menu {
  width: 200px;
  display: inline-flex;
  padding-left: 16px;
  transition: all 0.2s;
  cursor: pointer;
}
.yhdos-menu-popover .yhdos-popover-child-menu-list .yhdos-popover-menu:nth-child(n + 4) {
  margin-top: 18px;
}
.yhdos-menu-popover .yhdos-popover-child-menu-list .yhdos-popover-menu:nth-child(3n +1) {
  width: 184px;
  padding-left: 0;
}
.yhdos-menu-popover .yhdos-popover-child-menu-list .yhdos-popover-menu:hover {
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #5480F6;
}
.yhdos-menu-popover .yhdos-popover-child-menu-list::before,
.yhdos-menu-popover .yhdos-popover-child-menu-list::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #C0C5D9;
  top: 0;
}
.yhdos-menu-popover .yhdos-popover-child-menu-list::before {
  left: 184px;
}
.yhdos-menu-popover .yhdos-popover-child-menu-list::after {
  left: 384px;
}

.yhdos-app {
  height: auto;
  min-height: 100%;
  width: 100%;
}
.yhdos-app .yhdos-header {
  height: 48px;
  line-height: 48px;
  background: linear-gradient(354deg, #1E57FF 0%, #416EFB 100%);
  box-shadow: 0px 8px 10px -8px rgba(94, 119, 196, 0.25);
  padding: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 800;
}
.yhdos-app.yhdos-layout-has-sider {
  flex-direction: column;
}
.yhdos-app.yhdos-layout-has-sider .app-content-box {
  width: 100%;
}
.yhdos-app.yhdos-layout-has-sider > .yhdos-layout-content {
  width: 100%;
}
.app-box-loading {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.common-slider {
  background-color: #fff;
  padding: 0;
}
.yhdos-dropdown.z-max {
  z-index: 888;
}
.common-content {
  background-color: #F7F9FA;
  overflow: auto;
  padding: 20px 24px 24px;
  height: calc(100vh - 48px);
  min-width: 1170px;
}
.common-content.no-pad {
  padding: 0;
}
#i-container,
.i-yhdos-inner-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.yhdos-drawer-body {
  padding: 0;
}
.yhdos-drawer {
  z-index: 450;
}
.yhdos-drawer.yhdos-header-sub-menu {
  z-index: 460;
}
.yhdos-drawer.yhdos-header-sub-menu .yhdos-drawer-content {
  padding-top: 48px;
  box-sizing: border-box;
}
.yhdos-drawer.yhdos-header-sub-menu .layout-common-slider {
  height: 100%;
}

.ui-crumb {
  flex-shrink: 0;
}

.yhdos-panel {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0 24px 24px 24px;
}
.yhdos-panel-header {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  align-items: center;
}
.yhdos-panel-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-family: PingFangSC-Medium;
}

.yhdos-table-pagination.yhdos-pagination {
  margin-bottom: 0;
}

.status-bar-container {
  display: flex;
  align-items: center;
}
.status-bar-container i {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  margin-right: 8px;
}
.status-bar-container .fabu {
  background: #52c41a;
}
.status-bar-container .tingyong {
  background: #f5222d;
}
.status-bar-container .chaogao {
  background: #ffaf25;
}
.status-bar-container .shixiao {
  background: rgba(0, 0, 0, 0.25);
}

.suspense-loading {
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: table;
  text-align: center;
}
.suspense-loading .loading-content {
  display: table-cell;
  vertical-align: middle;
  color: #EEE;
}
.suspense-loading .loading-img {
  width: 20%;
  font-size: 40px;
  color: #315FD6;
}

.upload-wrap {
  position: relative;
}
.upload-wrap .warning-tip {
  position: absolute;
  top: 45px;
  right: -5px;
  font-size: 12px;
  color: #ff4d4f;
}

@font-face {
  font-family: "iconfont"; /* Project id 2547117 */
  src: url(/./images/iconfont.d9135e57dad74958487a1e98249026e2.woff2) format('woff2'),
       url(/./images/iconfont.9a69fede2e80af9f4fdaefb8f2961c4e.woff) format('woff'),
       url(/./images/iconfont.d97f9930cd8417e26cd0f573455a0427.ttf) format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-leftbar_icon_fenxiao_nor:before {
  content: "\e79b";
}

.icon-leftbar_icon_fenxiao_on:before {
  content: "\e79c";
}

.icon-leftbar_icon_zhmd_on:before {
  content: "\e77a";
}

.icon-leftbar_icon_zhmd_nor:before {
  content: "\e77b";
}

.icon-leftbar_icon_sqyy_on:before {
  content: "\e77c";
}

.icon-leftbar_icon_sqyy_nor:before {
  content: "\e77d";
}

.icon-leftbar_icon_jm_on:before {
  content: "\e782";
}

.icon-leftbar_icon_jm_nor:before {
  content: "\e783";
}

.icon-leftbar_icon_sstj_nor:before {
  content: "\e786";
}

.icon-leftbar_icon_sstj_on:before {
  content: "\e787";
}

.icon-leftbar_icon_cj_on:before {
  content: "\e78a";
}

.icon-leftbar_icon_cj_nor:before {
  content: "\e79a";
}

.icon-leftbar_icon_spzx_on:before {
  content: "\e762";
}

.icon-leftbar_icon_spzx_nor:before {
  content: "\e763";
}

.icon-leftbar_icon_cx_nor:before {
  content: "\e764";
}

.icon-leftbar_icon_cx_on:before {
  content: "\e765";
}

.icon-leftbar_icon_ddzx_nor:before {
  content: "\e766";
}

.icon-leftbar_icon_ddzx_on:before {
  content: "\e767";
}

.icon-leftbar_icon_zfsy_nor:before {
  content: "\e768";
}

.icon-leftbar_icon_zfsy_on:before {
  content: "\e769";
}

.icon-leftbar_icon_shzx_on:before {
  content: "\e76a";
}

.icon-leftbar_icon_shzx_nor:before {
  content: "\e76b";
}

.icon-leftbar_icon_kfzz_nor:before {
  content: "\e76c";
}

.icon-leftbar_icon_kfzz_on:before {
  content: "\e76d";
}

.icon-leftbar_icon_pfzx_nor:before {
  content: "\e76e";
}

.icon-leftbar_icon_pfzx_on:before {
  content: "\e76f";
}

.icon-leftbar_icon_pjzx_nor:before {
  content: "\e770";
}

.icon-leftbar_icon_pjzx_on:before {
  content: "\e771";
}

.icon-leftbar_icon_gdxt_nor:before {
  content: "\e772";
}

.icon-leftbar_icon_gdxt_on:before {
  content: "\e773";
}

.icon-leftbar_icon_sfgl_on:before {
  content: "\e774";
}

.icon-leftbar_icon_sfgl_nor:before {
  content: "\e775";
}

.icon-leftbar_icon_fkzx_nor:before {
  content: "\e776";
}

.icon-leftbar_icon_fkzx_on:before {
  content: "\e777";
}

.icon-leftbar_icon_WMS_nor:before {
  content: "\e778";
}

.icon-leftbar_icon_WMS_on:before {
  content: "\e779";
}

.icon-leftbar_icon_CMS_nor:before {
  content: "\e77e";
}

.icon-leftbar_icon_CMS_on:before {
  content: "\e77f";
}

.icon-leftbar_icon_zlzygl_nor:before {
  content: "\e780";
}

.icon-leftbar_icon_zlzygl_on:before {
  content: "\e781";
}

.icon-leftbar_icon_slmd_nor:before {
  content: "\e784";
}

.icon-leftbar_icon_slmd_on:before {
  content: "\e785";
}

.icon-leftbar_icon_yhk_nor:before {
  content: "\e788";
}

.icon-leftbar_icon_yhk_on:before {
  content: "\e789";
}

.icon-leftbar_icon_shujukanban_nor:before {
  content: "\e78b";
}

.icon-leftbar_icon_shujukanban_on:before {
  content: "\e78c";
}

.icon-leftbar_icon_diaoyan_on:before {
  content: "\e78d";
}

.icon-leftbar_icon_diaoyan_nor:before {
  content: "\e78e";
}

.icon-leftbar_icon_zhaoshang_nor:before {
  content: "\e78f";
}

.icon-leftbar_icon_zhaoshang_on:before {
  content: "\e790";
}

.icon-leftbar_icon_shouyin_on:before {
  content: "\e791";
}

.icon-leftbar_icon_biaoqian_on:before {
  content: "\e792";
}

.icon-leftbar_icon_biaoqian_nor:before {
  content: "\e793";
}

.icon-leftbar_icon_zuzhijxiao_on:before {
  content: "\e794";
}

.icon-leftbar_icon_zuzhijixiao_nor:before {
  content: "\e795";
}

.icon-leftbar_icon_kaoqin_on:before {
  content: "\e796";
}

.icon-leftbar_icon_kaoqin_nor:before {
  content: "\e797";
}

.icon-leftbar_icon_zfzx_nor:before {
  content: "\e798";
}

.icon-leftbar_icon_zfzx_on:before {
  content: "\e799";
}

.icon-leftbar_icon_sqfl_nor:before {
  content: "\e760";
}

.icon-leftbar_icon_sqfl_on:before {
  content: "\e761";
}

.icon-leftbar_icon_fp_nor:before {
  content: "\e75e";
}

.icon-leftbar_icon_fp_on:before {
  content: "\e75f";
}

.icon-leftbar_icon_otb_on:before {
  content: "\e75d";
}

.icon-leftbar_icon_otb_nor:before {
  content: "\e75c";
}

.icon-leftbar_icon_zj_nor:before {
  content: "\e75b";
}

.icon-leftbar_icon_pj_nor:before {
  content: "\e75a";
}

.icon-leftbar_icon_jg_nor:before {
  content: "\e759";
}

.icon-leftbar_icon_gd_nor:before {
  content: "\e758";
}

.icon-leftbar_icon_cw_nor:before {
  content: "\e757";
}

.icon-leftbar_icon_ccwl_nor:before {
  content: "\e756";
}

.icon-leftbar_icon_ccwl_on:before {
  content: "\e752";
}

.icon-leftbar_icon_jg_on:before {
  content: "\e755";
}

.icon-leftbar_icon_gd_on:before {
  content: "\e754";
}

.icon-leftbar_icon_pj_on:before {
  content: "\e753";
}

.icon-leftbar_icon_zj_on:before {
  content: "\e751";
}

.icon-leftbar_icon_cw_on:before {
  content: "\e750";
}

.icon-leftbar_icon_sh_on:before {
  content: "\e74f";
}

.icon-leftbar_icon_sh_nor:before {
  content: "\e74e";
}

.icon-icon_yc_default:before {
  content: "\e74d";
}

.icon-icon_xs_hover:before {
  content: "\e74c";
}

.icon-icon_yc_hover:before {
  content: "\e74b";
}

.icon-icon_xs_default:before {
  content: "\e74a";
}

.icon-leftbar_icon_rx_on:before {
  content: "\e611";
}

.icon-leftbar_icon_rx_nor:before {
  content: "\e612";
}

.icon-leftbar_icon_xs_on:before {
  content: "\e749";
}

.icon-leftbar_icon_kc_on:before {
  content: "\e748";
}

.icon-leftbar_icon_kc_nor:before {
  content: "\e747";
}

.icon-leftbar_icon_lv_on:before {
  content: "\e746";
}

.icon-leftbar_icon_lv_nor:before {
  content: "\e745";
}

.icon-leftbar_icon_xs_nor:before {
  content: "\e744";
}

.icon-leftbar_icon_hy_nor:before {
  content: "\e743";
}

.icon-leftbar_icon_ds_on:before {
  content: "\e742";
}

.icon-leftbar_icon_ds_nor:before {
  content: "\e741";
}

.icon-leftbar_icon_yc_on:before {
  content: "\e740";
}

.icon-leftbar_icon_yc_nor:before {
  content: "\e73f";
}

.icon-leftbar_icon_tb_on:before {
  content: "\e73e";
}

.icon-leftbar_icon_tb_nor:before {
  content: "\e73d";
}

.icon-leftbar_icon_yx_on:before {
  content: "\e73c";
}

.icon-leftbar_icon_yx_nor:before {
  content: "\e73b";
}

.icon-leftbar_icon_hy_on:before {
  content: "\e73a";
}

.icon-leftbar_icon_sz_on:before {
  content: "\e739";
}

.icon-leftbar_icon_sz_nor:before {
  content: "\e738";
}

.icon-leftbar_icon_md_on:before {
  content: "\e737";
}

.icon-leftbar_icon_md_nor:before {
  content: "\e736";
}

.icon-a-leftbar_icon_index_on:before {
  content: "\e735";
}

.icon-a-leftbar_icon_index_nor:before {
  content: "\e734";
}

.icon-leftbar_icon_gyl_nor:before {
  content: "\e733";
}

.icon-leftbar_icon_gyl_on:before {
  content: "\e732";
}

.icon-Icon_SubSys_Report:before {
  content: "\e72c";
}

.icon-Icon_SubSys_Discount:before {
  content: "\e72d";
}

.icon-Icon_SubSys_Cus:before {
  content: "\e72e";
}

.icon-Icon_SubSys_Member:before {
  content: "\e72f";
}

.icon-Icon_SubSys_Online:before {
  content: "\e730";
}

.icon-Icon_SubSys_SCM:before {
  content: "\e731";
}

.icon-MenuClose:before {
  content: "\e72a";
}

.icon-MenuSpread:before {
  content: "\e72b";
}

.icon-Icon_Menu_Setting01:before {
  content: "\e729";
}

.icon-Icon_WMS42:before {
  content: "\e669";
}

.icon-Icon_Shop08:before {
  content: "\e66a";
}

.icon-Icon_Shop20:before {
  content: "\e66b";
}

.icon-Icon_WMS43:before {
  content: "\e66c";
}

.icon-Icon_WMS41:before {
  content: "\e66d";
}

.icon-Icon_SubSys_MDM:before {
  content: "\e66e";
}

.icon-Icon_Shop23:before {
  content: "\e66f";
}

.icon-Icon_WMS40:before {
  content: "\e670";
}

.icon-Icon_Shop09:before {
  content: "\e671";
}

.icon-Icon_WMS51:before {
  content: "\e672";
}

.icon-Icon_SubSys_WMS:before {
  content: "\e673";
}

.icon-Icon_Shop22:before {
  content: "\e674";
}

.icon-Icon_WMS53:before {
  content: "\e675";
}

.icon-Icon_WMS45:before {
  content: "\e676";
}

.icon-Icon_Shop26:before {
  content: "\e677";
}

.icon-Icon_WMS44:before {
  content: "\e678";
}

.icon-Icon_WMS50:before {
  content: "\e679";
}

.icon-Icon_Menu_Finance01:before {
  content: "\e67a";
}

.icon-Icon_WMS52:before {
  content: "\e67b";
}

.icon-Icon_WMS47:before {
  content: "\e67c";
}

.icon-Icon_Shop24:before {
  content: "\e67d";
}

.icon-Icon_Menu_Finance02:before {
  content: "\e67e";
}

.icon-Icon_Shop21:before {
  content: "\e67f";
}

.icon-Icon_Shop25:before {
  content: "\e680";
}

.icon-Icon_Shop19:before {
  content: "\e681";
}

.icon-Icon_WMS46:before {
  content: "\e682";
}

.icon-Icon_WMS09:before {
  content: "\e683";
}

.icon-Icon_WMS21:before {
  content: "\e684";
}

.icon-Icon_Finance10:before {
  content: "\e685";
}

.icon-Icon_Rider30:before {
  content: "\e686";
}

.icon-Icon_Finance04:before {
  content: "\e687";
}

.icon-Icon_Order27:before {
  content: "\e688";
}

.icon-Icon_WMS20:before {
  content: "\e689";
}

.icon-Icon_Rider18:before {
  content: "\e68a";
}

.icon-Icon_WMS35:before {
  content: "\e68b";
}

.icon-Icon_Shop18:before {
  content: "\e68c";
}

.icon-Icon_Order32:before {
  content: "\e68d";
}

.icon-Icon_Menu_Shop09:before {
  content: "\e68e";
}

.icon-Icon_Rider25:before {
  content: "\e68f";
}

.icon-Icon_Rider19:before {
  content: "\e690";
}

.icon-Icon_SubSys_Order:before {
  content: "\e691";
}

.icon-Icon_WMS34:before {
  content: "\e692";
}

.icon-Icon_Rider31:before {
  content: "\e693";
}

.icon-Icon_Finance05:before {
  content: "\e694";
}

.icon-Icon_Order26:before {
  content: "\e695";
}

.icon-Icon_Rider24:before {
  content: "\e696";
}

.icon-Icon_Menu_Shop08:before {
  content: "\e697";
}

.icon-Icon_Finance07:before {
  content: "\e698";
}

.icon-Icon_Order18:before {
  content: "\e699";
}

.icon-Icon_WMS08:before {
  content: "\e69a";
}

.icon-Icon_WMS22:before {
  content: "\e69b";
}

.icon-Icon_Rider27:before {
  content: "\e69c";
}

.icon-Icon_Order24:before {
  content: "\e69d";
}

.icon-Icon_Order30:before {
  content: "\e69e";
}

.icon-Icon_Rider33:before {
  content: "\e69f";
}

.icon-Icon_WMS36:before {
  content: "\e6a0";
}

.icon-Icon_WMS23:before {
  content: "\e6a1";
}

.icon-Icon_WMS37:before {
  content: "\e6a2";
}

.icon-Icon_Order19:before {
  content: "\e6a3";
}

.icon-Icon_Finance06:before {
  content: "\e6a4";
}

.icon-Icon_Rider26:before {
  content: "\e6a5";
}

.icon-Icon_Order21:before {
  content: "\e6a6";
}

.icon-Icon_Order31:before {
  content: "\e6a7";
}

.icon-Icon_WMS27:before {
  content: "\e6a8";
}

.icon-Icon_Rider32:before {
  content: "\e6a9";
}

.icon-Icon_WMS32:before {
  content: "\e6aa";
}

.icon-Icon_Order25:before {
  content: "\e6ab";
}

.icon-Icon_Order09:before {
  content: "\e6ac";
}

.icon-Icon_MDM09:before {
  content: "\e6ad";
}

.icon-Icon_WMS26:before {
  content: "\e6ae";
}

.icon-Icon_Rider22:before {
  content: "\e6af";
}

.icon-Icon_MDM08:before {
  content: "\e6b0";
}

.icon-Icon_WMS33:before {
  content: "\e6b1";
}

.icon-Icon_Order08:before {
  content: "\e6b2";
}

.icon-Icon_Finance02:before {
  content: "\e6b3";
}

.icon-Icon_Finance03:before {
  content: "\e6b4";
}

.icon-Icon_Order22:before {
  content: "\e6b5";
}

.icon-Icon_Rider23:before {
  content: "\e6b6";
}

.icon-Icon_Finance01:before {
  content: "\e6b7";
}

.icon-Icon_Rider21:before {
  content: "\e6b8";
}

.icon-Icon_WMS31:before {
  content: "\e6b9";
}

.icon-Icon_Rider35:before {
  content: "\e6ba";
}

.icon-Icon_Rider09:before {
  content: "\e6bb";
}

.icon-Icon_Order20:before {
  content: "\e6bc";
}

.icon-Icon_WMS19:before {
  content: "\e6bd";
}

.icon-Icon_WMS30:before {
  content: "\e6be";
}

.icon-Icon_WMS25:before {
  content: "\e6bf";
}

.icon-Icon_WMS24:before {
  content: "\e6c0";
}

.icon-Icon_Order23:before {
  content: "\e6c1";
}

.icon-Icon_Rider20:before {
  content: "\e6c2";
}

.icon-Icon_WMS18:before {
  content: "\e6c3";
}

.icon-Icon_Order12:before {
  content: "\e6c4";
}

.icon-Icon_Order06:before {
  content: "\e6c5";
}

.icon-Icon_Rider08:before {
  content: "\e6c6";
}

.icon-Icon_Rider11:before {
  content: "\e6c7";
}

.icon-Icon_WMS14:before {
  content: "\e6c8";
}

.icon-Icon_Rider34:before {
  content: "\e6c9";
}

.icon-Icon_Menu_Shop01:before {
  content: "\e6ca";
}

.icon-Icon_Rider05:before {
  content: "\e6cb";
}

.icon-Icon_WMS28:before {
  content: "\e6cc";
}

.icon-Icon_MDM12:before {
  content: "\e6cd";
}

.icon-Icon_WMS01:before {
  content: "\e6ce";
}

.icon-Icon_WMS15:before {
  content: "\e6cf";
}

.icon-Icon_MDM06:before {
  content: "\e6d0";
}

.icon-Icon_MDM13:before {
  content: "\e6d1";
}

.icon-Icon_WMS29:before {
  content: "\e6d2";
}

.icon-Icon_Order13:before {
  content: "\e6d3";
}

.icon-Icon_MDM07:before {
  content: "\e6d4";
}

.icon-Icon_Rider04:before {
  content: "\e6d5";
}

.icon-Icon_Order07:before {
  content: "\e6d6";
}

.icon-Icon_Order05:before {
  content: "\e6d7";
}

.icon-Icon_Order11:before {
  content: "\e6d8";
}

.icon-Icon_WMS03:before {
  content: "\e6d9";
}

.icon-Icon_Rider10:before {
  content: "\e6da";
}

.icon-Icon_Rider06:before {
  content: "\e6db";
}

.icon-Icon_WMS17:before {
  content: "\e6dc";
}

.icon-Icon_MDM04:before {
  content: "\e6dd";
}

.icon-Icon_MDM11:before {
  content: "\e6de";
}

.icon-Icon_Menu_Shop03:before {
  content: "\e6df";
}

.icon-Icon_Rider12:before {
  content: "\e6e0";
}

.icon-Icon_Rider07:before {
  content: "\e6e1";
}

.icon-Icon_MDM05:before {
  content: "\e6e2";
}

.icon-Icon_WMS02:before {
  content: "\e6e3";
}

.icon-Icon_WMS16:before {
  content: "\e6e4";
}

.icon-Icon_Menu_Shop02:before {
  content: "\e6e5";
}

.icon-Icon_MDM10:before {
  content: "\e6e6";
}

.icon-Icon_SubSys_Shop:before {
  content: "\e6e7";
}

.icon-Icon_Order14:before {
  content: "\e6e8";
}

.icon-Icon_Order28:before {
  content: "\e6e9";
}

.icon-Icon_Rider13:before {
  content: "\e6ea";
}

.icon-Icon_WMS06:before {
  content: "\e6eb";
}

.icon-Icon_Rider17:before {
  content: "\e6ec";
}

.icon-Icon_WMS12:before {
  content: "\e6ed";
}

.icon-Icon_Order04:before {
  content: "\e6ee";
}

.icon-Icon_Rider03:before {
  content: "\e6ef";
}

.icon-Icon_Order10:before {
  content: "\e6f0";
}

.icon-Icon_Menu_Shop07:before {
  content: "\e6f1";
}

.icon-Icon_MDM14:before {
  content: "\e6f2";
}

.icon-Icon_WMS07:before {
  content: "\e6f3";
}

.icon-Icon_MDM01:before {
  content: "\e6f4";
}

.icon-Icon_Rider02:before {
  content: "\e6f5";
}

.icon-Icon_MDM15:before {
  content: "\e6f6";
}

.icon-Icon_Rider16:before {
  content: "\e6f7";
}

.icon-Icon_Order03:before {
  content: "\e6f8";
}

.icon-Icon_Order15:before {
  content: "\e6f9";
}

.icon-Icon_Order29:before {
  content: "\e6fa";
}

.icon-Icon_Rider14:before {
  content: "\e6fb";
}

.icon-Icon_WMS05:before {
  content: "\e6fc";
}

.icon-Icon_Rider28:before {
  content: "\e6fd";
}

.icon-Icon_Finance08:before {
  content: "\e6fe";
}

.icon-Icon_Order17:before {
  content: "\e6ff";
}

.icon-Icon_WMS39:before {
  content: "\e700";
}

.icon-Icon_MDM03:before {
  content: "\e701";
}

.icon-Icon_Menu_Shop06:before {
  content: "\e702";
}

.icon-Icon_WMS11:before {
  content: "\e703";
}

.icon-Icon_WMS04:before {
  content: "\e704";
}

.icon-Icon_Menu_Shop04:before {
  content: "\e705";
}

.icon-Icon_WMS10:before {
  content: "\e706";
}

.icon-Icon_WMS38:before {
  content: "\e707";
}

.icon-Icon_Menu_Shop10:before {
  content: "\e708";
}

.icon-Icon_MDM02:before {
  content: "\e709";
}

.icon-Icon_MDM17:before {
  content: "\e70a";
}

.icon-Icon_SubSys_Fin:before {
  content: "\e70b";
}

.icon-Icon_Finance09:before {
  content: "\e70c";
}

.icon-Icon_Shop15:before {
  content: "\e70d";
}

.icon-Icon_Shop02:before {
  content: "\e70e";
}

.icon-Icon_WMS48:before {
  content: "\e70f";
}

.icon-Icon_Shop14:before {
  content: "\e710";
}

.icon-Icon_Shop01:before {
  content: "\e711";
}

.icon-Icon_Shop17:before {
  content: "\e712";
}

.icon-Icon_Rider29:before {
  content: "\e713";
}

.icon-Icon_Rider15:before {
  content: "\e714";
}

.icon-Icon_WMS13:before {
  content: "\e715";
}

.icon-Icon_Shop13:before {
  content: "\e716";
}

.icon-Icon_WMS49:before {
  content: "\e717";
}

.icon-Icon_Shop16:before {
  content: "\e718";
}

.icon-Icon_Order01:before {
  content: "\e719";
}

.icon-Icon_Rider01:before {
  content: "\e71a";
}

.icon-Icon_Shop07:before {
  content: "\e71b";
}

.icon-Icon_SubSys_Setting:before {
  content: "\e71c";
}

.icon-Icon_Shop06:before {
  content: "\e71d";
}

.icon-Icon_Shop11:before {
  content: "\e71e";
}

.icon-Icon_MDM16:before {
  content: "\e71f";
}

.icon-Icon_Shop12:before {
  content: "\e720";
}

.icon-Icon_Shop10:before {
  content: "\e721";
}

.icon-Icon_Shop04:before {
  content: "\e722";
}

.icon-Icon_SubSys_Rider:before {
  content: "\e723";
}

.icon-Icon_Order16:before {
  content: "\e724";
}

.icon-Icon_Shop03:before {
  content: "\e725";
}

.icon-Icon_Shop05:before {
  content: "\e726";
}

.icon-Icon_Menu_Shop05:before {
  content: "\e727";
}

.icon-Icon_Order02:before {
  content: "\e728";
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.yhdos-red {
  color: red;
}
.yhdos-table-thead > tr > th,
.yhdos-table-tbody > tr > td,
.yhdos-table tfoot > tr > th,
.yhdos-table tfoot > tr > td {
  padding: 16px 12px;
}
.yhdos-table-cell .yhdos-btn-link {
  font-size: 14px;
  line-height: 22px;
  padding: 0 9px;
  border: none;
  height: 22px;
}
.yhdos-table-cell .yhdos-btn-link + .yhdos-btn-link {
  margin-left: 0;
  padding-left: 9px;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}
.yhdos-table-cell .yhdos-btn-link:nth-child(1) {
  padding-left: 0;
}
.yhdos-table-cell .yhdos-btn-link:last-child {
  padding-right: 0;
}
.yhdos-form-item-control .size-min {
  width: 60px;
}
.yhdos-form-item-control .size-xs {
  width: 104px;
}
.yhdos-form-item-control .size-s {
  width: 216px;
}
.yhdos-form-item-control .size-m {
  width: 360px;
}
.yhdos-form-item-control .size-l {
  width: 440px;
}
.yhdos-form-item-control .size-xl {
  width: 552px;
}
.modal-editor .yhdos-form-item-label {
  width: 144px;
}
.detail-form .yhdos-form-item-label {
  width: 160px;
  text-align: right;
}
.detail-form .yhdos-radio-wrapper {
  width: 88px;
}
.yhdos-panel + .yhdos-panel {
  margin-top: 16px;
}
.yhdos-btn {
  font-size: 14px;
  line-height: 14px;
  padding: 5px 12px;
  border-radius: 4px;
}
.yhdos-btn + .yhdos-btn {
  margin-left: 16px;
}
.yhdos-drawer {
  z-index: 450;
}
.yhdos-message .yhdos-message-success .anticon {
  color: #52c41a;
}
.yhdos-message .yhdos-message-warning .anticon {
  color: #faad14;
}
.yhdos-message .yhdos-message-error .anticon {
  color: #ff4d4f;
}
.yhdos-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}
.app {
  text-align: center;
}
.img-bg {
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' standalone='no'%3f%3e%3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg class='icon' width='200px' height='200.00px' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M499.712 908.4928c-126.3616-2.2528-232.8576-48.7424-317.2352-141.312-125.952-138.4448-142.7456-342.6304-43.008-501.3504 33.792-53.8624 78.0288-97.4848 131.4816-131.6864 11.4688-7.3728 22.3232-15.7696 33.9968-22.528 7.168-4.096 15.7696-5.5296 23.552-8.6016 32.768-13.5168 66.3552-23.552 101.376-29.4912 52.6336-9.0112 105.0624-7.3728 157.2864 3.2768 62.2592 12.6976 118.784 38.2976 169.5744 76.5952 49.9712 37.4784 89.7024 83.7632 119.3984 138.8544 36.2496 67.3792 51.6096 139.4688 48.9472 215.2448-2.2528 60.416-17.8176 118.1696-45.6704 171.6224-31.5392 60.6208-75.5712 111.616-131.8912 150.9376-71.4752 50.176-151.1424 76.8-239.0016 78.0288-1.6384 0-3.4816 0-5.12 0.2048-1.4336-0.2048-3.072 0.2048-3.6864 0.2048z m-318.2592-423.936c-2.6624 194.7648 160.9728 363.1104 369.2544 359.0144 200.4992-3.8912 355.5328-166.0928 355.1232-359.0144-0.4096-197.632-164.4544-361.2672-369.8688-357.376-197.4272 3.6864-355.9424 164.864-354.5088 357.376z' fill='red' /%3e%3cpath d='M729.2928 542.72h-132.7104c-4.3008 25.1904-8.3968 50.9952-13.312 76.5952-3.2768 17.6128-6.144 35.6352-12.4928 52.4288-7.3728 19.6608-34.2016 28.672-53.8624 21.2992-11.4688-4.3008-18.2272-13.5168-16.9984-27.2384 1.8432-19.6608 5.12-39.1168 8.3968-58.5728 14.1312-83.1488 28.2624-166.5024 42.5984-249.6512 5.9392-33.9968 36.2496-48.128 61.44-37.2736 11.0592 4.7104 16.7936 13.7216 15.7696 24.9856-2.048 21.2992-5.5296 42.3936-9.0112 63.6928-2.6624 16.7936-5.7344 33.5872-8.8064 50.3808-1.024 5.5296-0.6144 9.8304 6.3488 9.8304H741.376c3.4816-19.6608 6.5536-38.7072 10.0352-57.7536 3.8912-21.2992 6.9632-43.008 12.4928-64.1024 6.144-23.3472 32.768-35.84 55.5008-28.0576 11.0592 3.6864 18.0224 11.0592 17.6128 22.3232-0.4096 15.1552-2.2528 30.5152-4.7104 45.4656-12.4928 75.1616-25.3952 150.3232-38.2976 225.4848-2.6624 15.36-4.9152 30.9248-8.3968 46.08-5.5296 23.7568-21.0944 36.0448-44.032 36.2496-23.3472 0.2048-35.4304-13.1072-32.3584-36.4544 2.2528-16.1792 5.3248-32.3584 7.9872-48.3328 4.3008-21.7088 7.9872-43.6224 12.0832-67.3792zM376.2176 441.344c13.9264-16.384 27.2384-32.1536 40.7552-47.9232 17.8176-20.8896 35.4304-42.1888 53.6576-62.8736 7.7824-8.6016 18.0224-12.9024 29.9008-13.5168 26.2144-1.024 43.008 22.1184 30.72 45.4656-8.192 15.7696-20.8896 29.2864-32.5632 42.8032-30.5152 35.84-62.0544 70.656-91.9552 106.9056-6.144 7.3728-7.5776 19.2512-9.4208 29.2864-6.7584 36.4544-12.4928 73.1136-18.8416 109.7728-5.12 30.3104-21.7088 44.8512-49.3568 43.4176-21.2992-1.024-32.3584-13.9264-29.4912-35.0208 1.8432-14.1312 4.5056-28.2624 6.9632-42.3936 5.5296-31.5392 11.0592-63.0784 16.384-94.6176 0.6144-3.2768-0.6144-7.5776-2.2528-10.6496-22.7328-43.008-45.6704-86.016-68.608-128.8192-8.3968-15.7696-4.5056-40.1408 9.0112-54.0672 12.4928-12.9024 32.3584-16.5888 47.7184-7.5776 5.12 3.072 9.6256 8.6016 12.4928 14.1312 16.7936 32.3584 33.1776 64.9216 49.7664 97.28 1.2288 2.8672 2.8672 4.9152 5.12 8.3968z' fill='red' /%3e%3c/svg%3e");
  background-position: center;
  background-size: contain;
}
.yhdos-form + .yhdos-panel {
  margin-top: 16px;
}

