.alita-questionnaire-form-container {
  height: 190px;
  width: 420px;
  position: fixed;
  right: 15px;
  bottom: 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: -5px 5px 12px rgba(233, 234, 232, 0.4);
  padding: 20px 16px;
  z-index: 1;
}
.alita-questionnaire-close {
  position: absolute;
  top: 12px;
  right: 16px;
  cursor: pointer;
  color: #666;
}
.alita-questionnaire-form .alita-questionnaire-form-item .form-item-title {
  color: #222;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 500;
}
.alita-questionnaire-form .alita-questionnaire-form-item .form-item-rate-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.alita-questionnaire-form .alita-questionnaire-form-item .form-item-rate-option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 82px;
  height: 80px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 4px 0px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 13px;
}
.alita-questionnaire-form .alita-questionnaire-form-item .form-item-rate-option .form-item-rate-option-icon {
  width: 45px;
  height: 45px;
  border-radius: 21px;
}
.alita-questionnaire-form .alita-questionnaire-form-item .form-item-rate-option .form-item-rate-option-icon-active {
  width: 45px;
  height: 45px;
  margin-top: -2px;
}
.alita-questionnaire-form .alita-questionnaire-form-item .form-item-rate-option .form-item-rate-option-text {
  color: #402D2D;
  font-weight: 400;
}
.alita-questionnaire-form .alita-questionnaire-form-item .form-item-rate-option-active {
  background: rgba(255, 26, 45, 0.05);
  border: 1px solid rgba(255, 26, 45, 0.27);
  border-radius: 13px;
}
.alita-questionnaire-form-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 12px;
}
.alita-questionnaire-form-footer .alita-questionnaire-form-footer-step {
  font-size: 14px;
  margin-left: 12px;
}
.alita-questionnaire-submit-success {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.alita-questionnaire-submit-success img {
  width: 70px;
  height: 70px;
}
.alita-questionnaire-submit-success .roo-btn {
  margin-top: 16px;
}
.alita-questionnaire-submit-success .roo-btn.roo-btn-default:hover {
  background: none;
  border-color: #222222;
}

.roo-modal-dialog.protocol-modal iframe {
  min-height: 400px;
  max-height: 700px;
}
.roo-modal-dialog.protocol-modal .multi-poi {
  padding: 10px 20px;
  background-color: #D6D6D6;
}
.roo-modal-dialog.protocol-modal .multi-poi .poi-title {
  font-size: 14px;
  font-weight: bold;
}
.roo-modal-dialog.protocol-modal .multi-poi .poi-text {
  margin-bottom: 0;
}
.roo-modal-dialog.protocol-modal .multi-poi .more-link {
  display: inline-block;
  color: #ff8d62;
  text-decoration: underline;
  cursor: pointer;
}
.roo-modal-dialog.protocol-modal .footer {
  padding-right: 20px;
}
.roo-modal-dialog.sub-modal {
  max-height: 500px;
  width: 476px;
}
.roo-modal-dialog.sub-modal .roo-modal-body {
  max-height: 500px;
  overflow-y: auto;
}

.graphic-print-remind-modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.graphic-print-remind-modal .container {
  width: 420px;
  height: 185px;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.graphic-print-remind-modal iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.weak-reminder-content{line-height:1.5}.strong-reminder-modal.roo-modal-dialog .roo-modal-content .roo-modal-header,.weak-reminder-modal.roo-modal-dialog .roo-modal-content .roo-modal-header{padding:20px}.strong-reminder-modal.roo-modal-dialog .roo-modal-content .roo-modal-header+.roo-modal-body,.weak-reminder-modal.roo-modal-dialog .roo-modal-content .roo-modal-header+.roo-modal-body{padding:0 20px 20px}
.order-notification {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 2px 6px 0 rgba(186, 188, 204, 0.6);
  background: #fffbef;
  color: #f89800;
}
.order-notification .content {
  cursor: pointer;
  position: relative;
  padding: 4px 20px 0px 36px;
}
.order-notification .content .wm-tips-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background-image: url(//awp-assets.meituan.net/set/seller_center_pc_root/images/icon_remind_tips-735a54c7c0.png);
  background-size: cover;
}
.order-notification .poi-name {
  margin-left: 5px;
  padding: 1px 5px;
  border: 1px solid rgba(248, 152, 0, 0.5);
  border-radius: 2px;
  color: #f89800;
  font-size: 12px;
  white-space: nowrap;
}
.order-notification .operation {
  margin-top: 10px;
  text-align: right;
}
.order-notification .operation span {
  cursor: pointer;
}
.order-notification .operation span:first-child {
  margin-right: 5px;
  padding-right: 5px;
}

.global-poptip-wrapper {
  border-radius: 4px;
  border: 1px solid #f7f8fa;
  box-shadow: 0px 10px 40px 0px #00000019;
  background: #fff;
  font-size: 12px;
}
.global-poptip-wrapper .header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px;
}
.global-poptip-wrapper .header .msg-count {
  display: inline-block;
  width: auto;
  height: 16px;
  min-width: 16px;
  padding: 0 3px;
  border-radius: 10px;
  background: #fa5555;
  line-height: 16px;
  text-align: center;
  color: #fff;
}
.global-poptip-wrapper .header .sub-text {
  color: #a2a4b3;
  cursor: pointer;
}
.global-poptip-wrapper .content {
  max-height: 500px;
  padding: 0 10px;
  border-top: 3px solid #f7f8fa;
  overflow-y: auto;
}
.global-poptip-wrapper .content .msg-item {
  padding: 10px 0;
  border-top: 1px solid #f7f8fa;
}
.global-poptip-wrapper .content .msg-item:first-child {
  border-bottom: none;
}
.global-poptip-wrapper .content .msg-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}
.global-poptip-wrapper .content .msg-content {
  margin-bottom: 10px;
  color: #a2a4b3;
}
.global-poptip-wrapper .content .msg-poi-name {
  margin-left: 5px;
  padding: 1px 5px;
  border: 1px solid rgba(248, 152, 0, 0.5);
  border-radius: 2px;
  color: #f89800;
  font-size: 12px;
  white-space: nowrap;
}
.global-poptip-wrapper .content .msg-ope {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.global-poptip-wrapper .content .msg-ope span {
  margin-left: 5px;
  color: #f89800;
  cursor: pointer;
}

.global-poptip-strong-wrapper {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.global-poptip-strong-wrapper .container {
  width: 420px;
}
.global-poptip-strong-wrapper .msg {
  margin-bottom: 5px;
  padding: 15px;
  border-radius: 4px;
  background: #fff;
}
.global-poptip-strong-wrapper .msg-title {
  position: relative;
  padding-bottom: 15px;
  font-size: 16px;
}
.global-poptip-strong-wrapper .msg-title .title {
  padding-right: 60px;
}
.global-poptip-strong-wrapper .msg-title .poi-name {
  margin-left: 5px;
  padding: 1px 5px;
  border: 1px solid rgba(248, 152, 0, 0.5);
  border-radius: 2px;
  color: #f89800;
  font-size: 12px;
  white-space: nowrap;
}
.global-poptip-strong-wrapper .msg-title .close-msg {
  position: absolute;
  right: 0;
  top: -10px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  font-size: 24px;
  color: #a2a4b3;
  cursor: pointer;
}
.global-poptip-strong-wrapper .msg-content {
  max-height: 150px;
  margin-bottom: 15px;
  overflow-y: auto;
  font-size: 12px;
}
.global-poptip-strong-wrapper .msg-ope {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.global-poptip-strong-wrapper .msg-fold-tips {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  color: #999;
}
.global-poptip-strong-wrapper .msg-fold-tips .fold-msg-count {
  display: inline-block;
  width: auto;
  height: 16px;
  min-width: 16px;
  padding: 0 3px;
  border-radius: 10px;
  background: #fa5555;
  line-height: 16px;
  text-align: center;
  color: #fff;
}
.global-poptip-strong-wrapper .msg-fold-tips .clear-all {
  min-width: 60px;
  padding: 1px 5px;
  border: 1px solid #babccc;
  border-radius: 2px;
  color: #000;
  cursor: pointer;
}

.introjs-overlay{position:absolute;box-sizing:content-box;z-index:999999;opacity:0;transition:all .3s ease-out}.introjs-showElement{z-index:9999999 !important}tr.introjs-showElement>td{z-index:9999999 !important;position:relative}tr.introjs-showElement>th{z-index:9999999 !important;position:relative}.introjs-disableInteraction{z-index:99999999 !important;position:absolute;background-color:#fff;opacity:0}.introjs-relativePosition{position:relative}.introjs-helperLayer{box-sizing:content-box;position:absolute;z-index:9999998;border-radius:4px;transition:all .3s ease-out}.introjs-helperLayer *{box-sizing:content-box}.introjs-helperLayer :before{box-sizing:content-box}.introjs-helperLayer :after{box-sizing:content-box}.introjs-tooltipReferenceLayer{font-family:"Helvetica Neue",Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif;box-sizing:content-box;position:absolute;visibility:hidden;z-index:100000000;background-color:transparent;transition:all .3s ease-out}.introjs-tooltipReferenceLayer *{font-family:"Helvetica Neue",Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.introjs-helperNumberLayer{font-family:"Helvetica Neue",Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif;color:#9e9e9e;text-align:center;padding-top:10px;padding-bottom:10px}.introjs-arrow{border:5px solid transparent;content:"";position:absolute}.introjs-arrow.top{top:-10px;left:10px;border-bottom-color:#fff}.introjs-arrow.top-right{top:-10px;right:10px;border-bottom-color:#fff}.introjs-arrow.top-middle{top:-10px;left:50%;margin-left:-5px;border-bottom-color:#fff}.introjs-arrow.right{right:-10px;top:10px;border-left-color:#fff}.introjs-arrow.right-bottom{bottom:10px;right:-10px;border-left-color:#fff}.introjs-arrow.bottom{bottom:-10px;left:10px;border-top-color:#fff}.introjs-arrow.bottom-right{bottom:-10px;right:10px;border-top-color:#fff}.introjs-arrow.bottom-middle{bottom:-10px;left:50%;margin-left:-5px;border-top-color:#fff}.introjs-arrow.left{left:-10px;top:10px;border-right-color:#fff}.introjs-arrow.left-bottom{left:-10px;bottom:10px;border-right-color:#fff}.introjs-tooltip{box-sizing:content-box;position:absolute;visibility:visible;background-color:#fff;min-width:250px;font-size:16px;width:400px;max-width:400px;border-radius:5px;box-shadow:0 3px 30px rgba(33,33,33,.3);transition:opacity .1s ease-out}.introjs-tooltiptext{padding:20px}.introjs-dontShowAgain{padding-left:20px;padding-right:20px}.introjs-dontShowAgain input{padding:0;margin:0;margin-bottom:2px;display:inline;width:10px;height:10px}.introjs-dontShowAgain label{font-size:14px;display:inline-block;font-weight:400;margin:0 0 0 5px;padding:0;background-color:#fff;color:#616161;-webkit-user-select:none;-ms-user-select:none;user-select:none}.introjs-tooltip-title{font-size:18px;width:90%;min-height:1.5em;margin:0;padding:0;font-weight:700;line-height:1.5}.introjs-tooltip-header{position:relative;padding-left:20px;padding-right:20px;padding-top:10px;min-height:1.5em}.introjs-tooltipbuttons{border-top:1px solid #e0e0e0;padding:10px;text-align:right;white-space:nowrap}.introjs-tooltipbuttons:after{content:"";visibility:hidden;display:block;height:0;clear:both}.introjs-button{box-sizing:content-box;position:relative;overflow:visible;padding:.5rem 1rem;border:1px solid #bdbdbd;text-decoration:none;text-shadow:1px 1px 0 #fff;font-size:14px;color:#424242;white-space:nowrap;cursor:pointer;outline:0;background-color:#f4f4f4;border-radius:.2em;zoom:1;display:inline}.introjs-button:hover{outline:0;text-decoration:none;border-color:#9e9e9e;background-color:#e0e0e0;color:#212121}.introjs-button:focus{outline:0;text-decoration:none;background-color:#eee;box-shadow:0 0 0 .2rem rgba(158,158,158,.5);border:1px solid #616161;color:#212121}.introjs-button:active{outline:0;text-decoration:none;background-color:#e0e0e0;border-color:#9e9e9e;color:#212121}.introjs-button::-moz-focus-inner{padding:0;border:0}.introjs-skipbutton{position:absolute;top:0;right:0;display:inline-block;width:45px;height:45px;line-height:45px;color:#616161;font-size:22px;cursor:pointer;font-weight:700;text-align:center;text-decoration:none}.introjs-skipbutton:focus,.introjs-skipbutton:hover{color:#212121;outline:0;text-decoration:none}.introjs-prevbutton{float:left}.introjs-nextbutton{float:right}.introjs-disabled{color:#9e9e9e;border-color:#bdbdbd;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;text-decoration:none}.introjs-disabled:focus,.introjs-disabled:hover{color:#9e9e9e;border-color:#bdbdbd;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;text-decoration:none}.introjs-hidden{display:none}.introjs-bullets{text-align:center;padding-top:10px;padding-bottom:10px}.introjs-bullets ul{box-sizing:content-box;clear:both;margin:0 auto 0;padding:0;display:inline-block}.introjs-bullets ul li{box-sizing:content-box;list-style:none;float:left;margin:0 2px}.introjs-bullets ul li a{transition:width .1s ease-in;box-sizing:content-box;display:block;width:6px;height:6px;background:#ccc;border-radius:10px;text-decoration:none;cursor:pointer}.introjs-bullets ul li a:focus,.introjs-bullets ul li a:hover{width:15px;background:#999;text-decoration:none;outline:0}.introjs-bullets ul li a.active{width:15px;background:#999}.introjs-progress{box-sizing:content-box;overflow:hidden;height:10px;margin:10px;border-radius:4px;background-color:#e0e0e0}.introjs-progressbar{box-sizing:content-box;float:left;width:0%;height:100%;font-size:10px;line-height:10px;text-align:center;background-color:#08c}.introjsFloatingElement{position:absolute;height:0;width:0;left:50%;top:50%}.introjs-fixedTooltip{position:fixed}.introjs-hint{box-sizing:content-box;position:absolute;background:0 0;width:20px;height:15px;cursor:pointer}.introjs-hint:focus{border:0;outline:0}.introjs-hint:hover>.introjs-hint-pulse{background-color:rgba(60,60,60,.57)}.introjs-hidehint{display:none}.introjs-fixedhint{position:fixed}@-webkit-keyframes introjspulse{0%{-webkit-transform:scale(0.95);transform:scale(0.95);box-shadow:0 0 0 0 rgba(0,0,0,.7)}70%{-webkit-transform:scale(1);transform:scale(1);box-shadow:0 0 0 10px transparent}100%{-webkit-transform:scale(0.95);transform:scale(0.95);box-shadow:0 0 0 0 transparent}}@keyframes introjspulse{0%{-webkit-transform:scale(0.95);transform:scale(0.95);box-shadow:0 0 0 0 rgba(0,0,0,.7)}70%{-webkit-transform:scale(1);transform:scale(1);box-shadow:0 0 0 10px transparent}100%{-webkit-transform:scale(0.95);transform:scale(0.95);box-shadow:0 0 0 0 transparent}}.introjs-hint-pulse{box-sizing:content-box;width:15px;height:15px;border-radius:30px;background-color:rgba(136,136,136,.24);z-index:10;position:absolute;transition:all .2s ease-out;-webkit-animation:introjspulse 2s infinite;animation:introjspulse 2s infinite}.introjs-hint-no-anim .introjs-hint-pulse{-webkit-animation:none;animation:none}.introjs-hint-dot{box-sizing:content-box;background:0 0;border-radius:60px;height:50px;width:50px;position:absolute;top:-18px;left:-18px;z-index:1;opacity:0}
.order-search-contaier {
  margin-right: 10px;
  padding: 12px 0;
  width: 320px;
  position: relative;
}
.order-search-contaier > div {
  width: 100%;
}
.order-search-contaier .roo-input {
  border: 0;
  border-radius: 4px !important;
}
.order-search-contaier .roo-input::-webkit-input-placeholder {
  color: #999999;
}
.order-search-contaier .roo-icon-search {
  cursor: pointer;
}
.order-search-contaier .icon-sg-search {
  font-size: 16px;
  margin-bottom: 1px;
}
.order-search-contaier .sgFont::before {
  color: #999999;
  font-size: 16px;
  font-weight: bold;
}
.order-search-contaier .prefix-icon {
  left: 14px !important;
}
.order-search-contaier .order-search-input:hover,
.order-search-contaier .order-search-input:focus {
  outline: 1px solid #999999;
}
.search-tag-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 430px;
  margin-top: 8px;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0px 5px 12px 0px #00000019;
  /* jscpd:ignore-start */
  /* jscpd:ignore-end */
}
.search-tag-panel:before {
  content: '';
  position: absolute;
  left: 58px;
  top: 4px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-right: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  background: #fff;
  z-index: 1001;
}
.search-tag-panel span.txt {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  font-size: 14px;
}
.search-tag-panel .tag-item {
  display: inline-block;
  line-height: 28px;
  padding: 0 12px;
  margin: 0 6px 12px 0;
  background: #F5F5F5;
  border-radius: 2px;
  cursor: pointer;
}
.search-tag-panel .tag-item:hover {
  background: #DDD;
}

.business-status-container .menu-container {
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 10px;
  cursor: pointer;
}
.business-status-container .menu-container .notice {
  margin-left: 2px;
  width: 13px;
}
.business-status-container .menu-container .notice i {
  width: 13px;
  height: 13px;
  background-image: url(//awp-assets.meituan.net/set/seller_center_pc_root/images/notice-ef39f499d0.png);
  background-size: 13px 13px;
  display: block;
}
.busistatus-dropmenu-container {
  width: 420px;
  padding-top: 25px;
  padding-bottom: 1px;
  border-radius: 4px;
  /*padding: 15px 25px;*/
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0px 5px 12px 0px #00000019;
  /* jscpd:ignore-start */
  /* jscpd:ignore-end */
}
.busistatus-dropmenu-container:before {
  content: '';
  position: absolute;
  right: 45px;
  top: -4px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-right: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  background: #fff;
  z-index: 1001;
}
.busistatus-dropmenu-container hr {
  margin-top: 0;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #f7f8fa;
}
.busistatus-dropmenu-container .menu-item,
.busistatus-dropmenu-container .important-notice-con {
  padding: 0 25px;
  margin-bottom: 10px;
}
.busistatus-dropmenu-container .menu-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
.busistatus-dropmenu-container .menu-item .txt {
  width: 280px;
  white-space: normal;
}
.busistatus-dropmenu-container .menu-item .tag {
  font-size: 12px;
  font-weight: 400;
  padding: 1px 3px;
  border-radius: 1px;
  background: #ecfaf3;
  color: #43d28e;
}
.busistatus-dropmenu-container .menu-item .tag.block-warn {
  color: #f76c6c;
  background: #fff3f3;
}
.busistatus-dropmenu-container .menu-item .edit {
  cursor: pointer;
}
.busistatus-dropmenu-container .menu-item .edit i {
  margin-right: 5px;
}
.busistatus-dropmenu-container .important-notice-con .notice {
  margin-bottom: 10px;
}
.busistatus-dropmenu-container .important-notice-con .sub-notice {
  margin-bottom: 5px;
}
.busistatus-dropmenu-container .important-notice-con .special-shipping-time {
  line-height: 17px;
  font-size: 12px;
  color: #a2a4b3;
  margin: 0;
}
.busistatus-dropmenu-container .important-notice-con .link {
  display: inline-block;
  margin-top: 10px;
  color: #f89800;
  cursor: pointer;
}

.poilist-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.poilist-container .kangaroo-info .kangaroo-img img {
  width: 25px;
}
.poilist-container .current-poi {
  height: 50px;
  position: relative;
  margin-left: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 16px;
  white-space: nowrap;
}
.poilist-container .current-poi .txt {
  display: block;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222222;
}
.poilist-container .current-poi.up .roo-icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.poilist-dropmenu-container {
  /** 门店下拉框样式 */
  padding-top: 10px;
  border-radius: 4px;
  box-shadow: 0px 5px 12px 0px #00000019;
  background-color: #fff;
  /* jscpd:ignore-start */
  /* jscpd:ignore-end */
}
.poilist-dropmenu-container:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -4px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-right: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  background: #fff;
  z-index: 1001;
}
.poilist-dropmenu-container .input-wrapper {
  margin: 0 20px;
}
.poilist-dropmenu-container .poi-list {
  width: 290px;
  margin: 10px 0;
  line-height: 1.8;
  max-height: 300px;
  overflow: auto;
}
.poilist-dropmenu-container .poi-list::-webkit-scrollbar {
  width: 0 !important;
}
.poilist-dropmenu-container .poi-list li {
  position: relative;
  padding: 0 10px 0 30px;
  line-height: 2.4;
  color: #3f4156;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.poilist-dropmenu-container .poi-list li .logo img {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 20px;
}
.poilist-dropmenu-container .poi-list li .content {
  margin-right: 5px;
  max-width: calc(100% - 75px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.poilist-dropmenu-container .poi-list li .tag {
  padding: 1px 3px;
  font-weight: 400;
  background: #ecfaf3;
  border-radius: 1px;
  color: #43d28e;
  vertical-align: middle;
  line-height: 1;
  cursor: pointer;
  font-size: 12px;
}
.poilist-dropmenu-container .poi-list li.no-open {
  color: #858692;
}
.poilist-dropmenu-container .poi-list li.no-open .tag {
  color: #ff5647;
  background: #fff3f3;
}
.poilist-dropmenu-container .poi-list li:hover {
  background: #fafbfc;
}
.poilist-dropmenu-container hr {
  position: absolute;
  left: 0;
  bottom: 30px;
  border: 0;
  width: 100%;
  border-top: 1px solid #e5e5e5;
}
.poilist-dropmenu-container .to-all {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px 0;
  text-align: center;
  color: #858692;
  cursor: pointer;
}
.poilist-dropmenu-container .to-all:hover {
  color: #f89800;
}
.poilist-dropmenu-container .global-input-wrapper input {
  border: 0;
  border: 1px solid #babccc;
}
.link {
  color: #f89800;
  cursor: pointer;
}

.acctinfo-container {
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 16px 0 0;
  cursor: pointer;
}
.acctinfo-container .txt {
  display: block;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222222;
}
.acctinfo-dropmenu-container {
  width: 312px;
  padding: 0;
  border-radius: 4px;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0px 5px 12px 0px #00000019;
}
.acctinfo-dropmenu-container:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -4px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-right: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  background: #fff;
  z-index: 1001;
}
.acctinfo-dropmenu-container .acctinfo-dropmenu-header {
  padding: 20px;
  font-size: 14px;
  color: #222222;
  display: -ms-flexbox;
  display: flex;
}
.acctinfo-dropmenu-container .acctinfo-dropmenu-header .avatar-icon {
  width: 40px;
  height: 40px;
  margin-right: 52px;
}
.acctinfo-dropmenu-container .acctinfo-list {
  padding: 20px 20px 0;
  font-size: 14px;
  color: #222222;
  overflow: hidden;
  height: auto;
  transition: height 0.3s ease-out;
}
.acctinfo-dropmenu-container .acctinfo-list.folden {
  height: 88px;
}
.acctinfo-dropmenu-container .acctinfo-list .acctinfo-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 12px;
}
.acctinfo-dropmenu-container .acctinfo-list .opt-label {
  width: 84px;
  margin-right: 8px;
}
.acctinfo-dropmenu-container .acctinfo-list .opt-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex: 1;
      flex: 1;
}
.acctinfo-dropmenu-container .acctinfo-list .opt-content-info {
  width: 140px;
}
.acctinfo-dropmenu-container .acctinfo-list .opt-content-edit {
  cursor: pointer;
}
.acctinfo-dropmenu-container .folden-btn-wrap {
  padding: 4px 0 12px;
  color: #999999;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.acctinfo-dropmenu-container hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 0;
  border-top-color: #e5e5e5;
}
.acctinfo-dropmenu-container .sgFont.icon-logout {
  font-size: 14px;
}
.acctinfo-dropmenu-container .btn-logout {
  padding: 20px;
  text-align: center;
  color: #222222;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.acctinfo-dropmenu-container .btn-logout:hover {
  color: #3f4156;
  background: #fff;
}
.acctinfo-dropmenu-container .btn-logout .logout-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.first-verify-modal .tips-content {
  color: #666666;
  font-size: 14px;
  margin-bottom: 20px;
}
.first-verify-modal .opt-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.first-verify-modal .roo-radio-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 20px;
}
.first-verify-modal .tuijian {
  display: inline-block;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 14px;
  border-radius: 193px;
  background: #FF192D;
  padding: 3px 6px;
  margin-left: 4px;
}
.login-history-modal {
  width: 560px;
  max-height: 740px;
}
.login-history-modal .roo-modal-body {
  max-height: 690px;
  overflow-y: auto;
}
.login-history-modal .tip-content {
  color: #999999;
  font-size: 12px;
  margin-bottom: 12px;
}
.login-history-modal .login-content {
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
  padding: 12px 0;
}
.login-history-modal .login-content .login-deviceAlias-status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 14px;
  color: #222222;
  margin-bottom: 8px;
}
.login-history-modal .login-content .login-deviceAlias-status .deviceAlias {
  font-weight: 500;
}
.login-history-modal .login-content .login-deviceAlias-status .roo-btn.roo-btn-link.roo-btn-link-brand.roo-btn-normal {
  padding: 0;
  height: 20px;
  line-height: 20px;
}
.login-history-modal .login-content .login-info {
  color: #999999;
  font-size: 12px;
  line-height: 16px;
}
.login-history-modal .login-content .login-info span {
  margin-right: 8px;
}

.printstatus-container {
  margin-right: 16px;
  height: 16px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  cursor: pointer;
}
.printstatus-container i {
  display: block;
  width: 50px;
  height: 100%;
  line-height: 16px;
  text-align: center;
  color: #666666;
  font-size: 16px;
}
.printstatus-container i.warning-icon {
  color: #ff5a5a;
}
.printstatus-container .printer {
  width: 16px;
  height: 34px;
  margin: 0 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.printstatus-container .printer.warning-icon {
  background-image: url(//p0.meituan.net/ingee/c6d4009f961d799d0ea864e6e5ba1132450.png);
}
.printstatus-container .printer.normal-icon {
  background-image: url(//p0.meituan.net/ingee/0154d04c1c83d9b497390a48492b7ebe464.png);
}
.printstatus-dropmenu-container {
  padding: 20px;
  border-radius: 4px;
  /*padding: 15px 25px;*/
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0px 5px 12px 0px #00000019;
  /* jscpd:ignore-start */
  /* jscpd:ignore-end */
}
.printstatus-dropmenu-container:before {
  content: '';
  position: absolute;
  right: 22px;
  top: -4px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-right: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  background: #fff;
  z-index: 1001;
}
.printstatus-dropmenu-container .print-status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.printstatus-dropmenu-container .print-wrong {
  color: #f76c6c;
}
.printstatus-dropmenu-container .download-app {
  margin-top: 10px;
}
.printstatus-dropmenu-container .download-app .download {
  cursor: pointer;
  color: #f89800;
  text-decoration: underline;
}
.printstatus-dropmenu-container button {
  margin-top: 10px;
}

.new-notice-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  background-color: transparent;
  height: 32px;
  margin-right: 16px;
}
.new-notice-container .notice-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.notice-container {
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
.notice-container > i {
  font-size: 18px;
  color: #a2a4b3;
  cursor: pointer;
}
.notice-container > i:hover {
  color: #858692;
}

.root-aside {
  color: #36394D;
  position: fixed;
  right: 0;
  width: 42px;
  height: 140px;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 4px 0 0 4px;
  box-shadow: 0px 5px 12px 0px #00000019;
  font-size: 14px;
  transition: right 0.2s cubic-bezier(0.2, 0, 0, 1);
  z-index: 1;
}
.root-aside.collspan {
  right: -42px !important;
  transition: right 0.2s cubic-bezier(0.2, 0, 0, 1);
}
.root-aside .show {
  right: -30px;
}
.root-aside .aside-close {
  cursor: pointer;
}
.root-aside .aside-collspan {
  position: absolute;
  right: 18px;
  top: calc(50% - 21px);
  width: 42px;
  height: 42px;
  background: #fff;
  z-index: 1059;
  border-radius: 28px;
  cursor: pointer;
  box-shadow: 0px 0px 12px 0px #00000019;
}
.root-aside .aside-collspan .sgFont {
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  color: #666666;
}
.root-aside .aside-collspan .sgFont.icon-sg-right.flip {
  -webkit-transform: rotate(180deg) translateY(50%);
      -ms-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
.root-aside .icon-ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding: 5px;
  background: #fff;
  position: relative;
  z-index: 1061;
  border-radius: 4px 0 0 4px;
}
.root-aside .icon-ul .sgFont {
  font-size: 20px;
}
.root-aside .icon-ul li {
  -ms-flex: none;
      flex: none;
  color: #666666;
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  position: relative;
}
.root-aside .icon-ul li:hover,
.root-aside .icon-ul li.active {
  color: #222222;
}
.root-aside .icon-ul li:hover {
  border-radius: 4px;
  background: #F5F6FA;
}
.root-aside .icon-ul .aside-tooltip {
  width: 100px;
  right: 18px;
}
.root-aside .aside-content {
  width: 350px;
  height: 500px;
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
  position: absolute;
  right: 44px;
  top: 0;
  z-index: 1062;
}
.root-aside .aside-title {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
  padding: 20px 20px 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.root-aside .aside-title span:first-child {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.root-aside .aside-title span:nth-child(2) {
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}
.root-aside .aside-title span:nth-child(2):hover {
  color: #f89800;
}
.root-aside .aside-title span:last-child {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(//awp-assets.meituan.net/set/seller_center_pc_root/images/close-40cb0e3c5c.png) no-repeat;
  background-size: 16px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.root-aside .qrcode-content {
  width: 182px;
  height: 182px;
  border: 1px solid #F5F5F5;
  position: absolute;
  right: 44px;
  top: 0;
  background: #FFFFFF;
  text-align: center;
  font-size: 12px;
  color: #91949E;
  line-height: 18px;
  z-index: 1062;
}
.root-aside .qrcode-content p {
  margin: 0;
}
.root-aside .qrcode-content img {
  margin-top: 7px;
  width: 88px;
  height: 88px;
}
.root-aside .form-content {
  color: #36394D;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 20px;
  height: 380px;
  overflow-y: auto;
}
.root-aside .form-content .row {
  margin-right: 0;
}
.root-aside .form-content .label-required:before {
  content: '*';
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #f76c6c;
}
.root-aside .form-content .upload-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  height: 100%;
}
.root-aside .form-content .upload-button .upload-add {
  font-size: 30px;
  margin-bottom: 10px;
}
.root-aside .upload-tips {
  font-size: 12px;
  color: #858692;
  letter-spacing: 0;
  text-align: justify;
  line-height: 19px;
  margin: -10px 20px 20px 34px;
}
.root-aside .submit-button {
  border-top: 1px solid #e9eaf2;
  opacity: 0.95;
  padding: 10px;
  text-align: right;
  background: #fff;
}
.root-aside .submit-button button {
  width: 100px;
}

.ai-assistant-in-root {
  margin-left: 20px;
  z-index: 2;
}
.ai-assistant-in-root.top-layer {
  z-index: 3;
}

.root-header-container {
  position: relative;
  height: 60px;
  min-width: 1500px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.root-header-container .logo {
  margin-right: 12px;
  width: 188px;
  margin-left: 20px;
  cursor: pointer;
}
.root-header-container .operation-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  z-index: 2;
}
.root-header-container .operation-area > div {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.root-menu {
  position: relative;
  -ms-flex: none;
      flex: none;
  height: calc(100vh - 80px);
  background-color: #fff;
  border-radius: 4px;
  margin-right: 12px;
}
.root-menu.outof-doc-flow {
  position: absolute;
  z-index: 2;
}
.root-menu.outof-doc-flow.has-shadow {
  box-shadow: 4px 10px 40px rgba(0, 0, 0, 0.1);
}
.root-menu.outof-doc-flow + .frame-wrapper {
  margin-left: 60px;
}
.root-menu .menu-footer {
  position: absolute;
  bottom: 0;
  padding: 0 16px;
  width: 100%;
  height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-top: 1px solid #eeeeee;
  color: #222222;
  font-weight: 500;
  cursor: pointer;
}
.root-menu .menu-footer .sgFont {
  font-size: 16px;
  margin-right: 8px;
}
.root-menu .menu-footer .sgFont.icon-nav-collapsed.flip {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.root-menu .menu-footer .footer-text.hide-text {
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(0.2, 0, 0, 1);
}
.root-menu .menu-footer .footer-text.show-text {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.2, 0, 0, 1);
}
.root-menu .menu-footer .tooltip-anchor {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 44px;
  z-index: 1;
}
.root-menu [dir='ltr'] .roo-menu-submenu-title > .roo-menu-title-content {
  padding-right: 8px;
}
.root-menu [dir='rtl'] .roo-menu-submenu-title > .roo-menu-title-content {
  padding-left: 8px;
}
.root-menu .roo-menu-submenu.roo-menu-submenu-inline.roo-menu-submenu-item-span2 > .roo-menu-sub.roo-menu-inline > .roo-menu-item-selected,
.root-menu .roo-menu-submenu.roo-menu-submenu-inline.roo-menu-submenu-item-span2 > .roo-menu-sub.roo-menu-inline > .roo-menu-item-active:not(.roo-menu-item-selected) {
  background: none;
}
.root-menu .roo-menu-submenu.roo-menu-submenu-inline.roo-menu-submenu-item-span2 > .roo-menu-sub.roo-menu-inline > .roo-menu-item-selected .roo-menu-title-content,
.root-menu .roo-menu-submenu.roo-menu-submenu-inline.roo-menu-submenu-item-span2 > .roo-menu-sub.roo-menu-inline > .roo-menu-item-active:not(.roo-menu-item-selected) .roo-menu-title-content {
  position: relative;
  z-index: 0;
}
.root-menu .roo-menu-submenu.roo-menu-submenu-inline.roo-menu-submenu-item-span2 > .roo-menu-sub.roo-menu-inline > .roo-menu-item-selected .roo-menu-title-content::after,
.root-menu .roo-menu-submenu.roo-menu-submenu-inline.roo-menu-submenu-item-span2 > .roo-menu-sub.roo-menu-inline > .roo-menu-item-active:not(.roo-menu-item-selected) .roo-menu-title-content::after {
  position: absolute;
  display: block;
  content: " ";
  top: -3px;
  bottom: -3px;
  left: -8px;
  right: -8px;
  border-radius: 2px;
  z-index: -1;
}
.root-menu .roo-menu-submenu.roo-menu-submenu-inline.roo-menu-submenu-item-span2 > .roo-menu-sub.roo-menu-inline > .roo-menu-item-active:not(.roo-menu-item-selected) .roo-menu-title-content {
  color: #222222;
  font-weight: 500;
}
.root-menu .roo-menu-submenu.roo-menu-submenu-inline.roo-menu-submenu-item-span2 > .roo-menu-sub.roo-menu-inline > .roo-menu-item-active:not(.roo-menu-item-selected) .roo-menu-title-content::after {
  background-color: #F7F8FA;
}
.root-menu .menu-item-tooltip {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu-wrap {
  height: calc(100% - 43px);
  overflow: auto;
  overflow: overlay;
  border-radius: 4px;
}
.custom-roo-menu {
  box-shadow: none;
}
.custom-roo-menu .menu-icon {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.custom-roo-menu .roo-menu-sub {
  overflow: visible;
}
.custom-roo-menu .roo-menu-title-content {
  position: relative;
  overflow: visible !important;
  padding-right: 0;
}
.custom-roo-menu .roo-menu-title-content .sub-menu-title .menu-badge-new {
  right: -11px;
}
.custom-roo-menu .roo-menu-title-content .menu-badge-new {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  position: absolute;
  top: -6px;
  right: -19px;
  width: 25px;
  height: 12px;
  border-radius: 6px 6px 6px 0px;
  background: #FF192D;
  border: 0.5px solid #FFFFFF;
  color: #FFFFFF;
  font-family: Meituan Digital Type;
  font-weight: 600;
  font-size: 10px;
  text-align: left;
  line-height: 10px;
}
.menu-item-tooltip-popup.roo-tooltip .roo-tooltip-inner {
  font-size: 12px;
  padding: 4px 8px;
}
.menu-badge-new::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 20%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
.menu-badge-new::before {
  -webkit-animation: shine 6s ease-in-out infinite;
          animation: shine 6s ease-in-out infinite;
}
@-webkit-keyframes shine {
  0% {
    left: -600%;
  }
  100% {
    left: 600%;
  }
}
@keyframes shine {
  0% {
    left: -600%;
  }
  100% {
    left: 600%;
  }
}

@font-face {
  font-family: "sgfont";
  src: url(//awp-assets.meituan.net/set/seller_center_pc_root/fonts/sgFont-8300c71f85.woff) format('woff');
  /* chrome, firefox */
}
.sgFont {
  font-family: "sgfont" !important;
  font-size: 24px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sgFont:before {
  font-family: "sgfont" !important;
}
.icon-sg-add_big:before {
  content: "\e000";
}
.icon-sg-edit:before {
  content: "\e001";
}
.icon-sg-confirm:before {
  content: "\e002";
}
.icon-wentifankui:before {
  content: "\e003";
}
.icon-qcs-qrcode:before {
  content: "\e004";
}
.icon-logout:before {
  content: "\e005";
}
.icon-printer:before {
  content: "\e006";
}
.icon-notice:before {
  content: "\e007";
}
.icon-sg-close:before {
  content: "\e008";
}
.icon-sg-search:before {
  content: "\e009";
}
.icon-reply:before {
  content: "\e00a";
}
.icon-sg-down:before {
  content: "\e00b";
}
.icon-sg-right:before {
  content: "\e00c";
}
.icon-menu-analysis:before {
  content: "\e00d";
}
.icon-menu-commodity:before {
  content: "\e00e";
}
.icon-menu-finance:before {
  content: "\e00f";
}
.icon-menu-home:before {
  content: "\e010";
}
.icon-menu-market:before {
  content: "\e011";
}
.icon-menu-member:before {
  content: "\e012";
}
.icon-menu-order:before {
  content: "\e013";
}
.icon-menu-activity:before {
  content: "\e014";
}
.icon-menu-rule:before {
  content: "\e015";
}
.icon-menu-setting:before {
  content: "\e016";
}
.icon-menu-decoration:before {
  content: "\e017";
}
.icon-menu-task:before {
  content: "\e018";
}
.icon-menu-user:before {
  content: "\e019";
}
.icon-menu-college:before {
  content: "\e01a";
}
.icon-menu-advert:before {
  content: "\e01b";
}
.icon-menu-distribution:before {
  content: "\e01c";
}
.icon-menu-openplatform:before {
  content: "\e01d";
}
.icon-right:before {
  content: "\e01e";
}
.icon-search:before {
  content: "\e01f";
}
.icon-triangle_down:before {
  content: "\e020";
}
.icon-triangle_right:before {
  content: "\e021";
}
.icon-info_circle_o:before {
  content: "\e022";
}
.icon-info_circle:before {
  content: "\e023";
}
.icon-exclamation_c_f:before {
  content: "\e024";
}
.icon-correct:before {
  content: "\e025";
}
.icon-eject:before {
  content: "\e026";
}
.icon-mtdicons-setting:before {
  content: "\e027";
}
.icon-config:before {
  content: "\e028";
}
.icon-quick-reply:before {
  content: "\e029";
}
.icon-sg-image:before {
  content: "\e02a";
}
.icon-picture:before {
  content: "\e02b";
}
.icon-sg-picture:before {
  content: "\e02c";
}
.icon-thhb-guanbi:before {
  content: "\e02d";
}
.icon-menu-agent:before {
  content: "\e02e";
}
.icon-icon-menu-service:before {
  content: "\e02f";
}
.icon-nav-collapsed:before {
  content: "\e030";
}
.icon-toolbar-feedback:before {
  content: "\e031";
}
.icon-toolbar-help:before {
  content: "\e032";
}
.icon-toolbar-qrcode:before {
  content: "\e033";
}
body {
  margin: 0;
  color: #222222;
}
html,
body {
  height: 100%;
}
::-webkit-scrollbar {
  width: 6px;
  /* 滚动条宽度 */
  height: 6px;
  /* 滚动条高度 */
}
::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  /* 滚动条颜色 */
  border-radius: 10px;
  /* 滚动条圆角 */
}
::-webkit-scrollbar-track {
  background: transparent;
  /* 滚动条轨道背景 */
}
* {
  scrollbar-width: thin;
  /* 滚动条宽度 */
}

#root {
  position: relative;
  overflow: auto;
  font-family: "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "PingFang SC", "microsoft yahei", "STXihei", sans-serif;
  background-image: url("https://p0.meituan.net/ingee/92893bf0e67b2378019937b727be80b3130745.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#root,
.root-wrapper {
  height: 100%;
}
.root-header {
  width: 100%;
  height: 60px;
  background: red;
}
.root-container {
  width: 100%;
  height: 100%;
  transition: width 0.3s ease-in-out;
}
@media (min-width: 1760px) {
  .root-container.ai-assistant-open {
    width: calc(100% - 480px) !important;
  }
}
.root-container .root-content-container {
  margin: 0 auto;
  max-width: 1920px;
  height: calc(100% - 60px);
}
.root-container .root-wrapper {
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}
.root-container .root-wrapper .frame-wrapper {
  padding-right: 20px;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: calc(100% - 20px);
}
.root-container .root-wrapper .frame-wrapper .page-info-tips.roo-alert.roo-alert-warning {
  margin: 0 0 10px 0;
}
.root-container .root-wrapper .frame-wrapper #hashframe {
  min-width: 1040px;
  border-radius: 4px;
  z-index: 1;
}
#root #sg-pageNotice .modal-mask,
#root #sg-pageNotice .multiple-modal-wrap {
  top: 70px;
}
.roo-modal.backdrop {
  background: rgba(0, 0, 0, 0.4);
}
.roo-alert.roo-alert-success {
  background-color: #ebfaf4;
  border-color: #99e5cc;
}
.roo-alert.roo-alert-warning {
  background-color: #fff6f0;
  border-color: #ffc399;
}
.roo-alert.roo-alert-danger {
  background-color: #fff5f6;
  border-color: #ffa3ab;
}
.cursor {
  cursor: pointer;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.posa {
  position: absolute;
}
.pull-right {
  float: right !important;
}
.c-red {
  color: #F76C6C;
}
.c-FF192D {
  color: #FF192D;
}
.color-999 {
  color: #858692 !important;
}
.color-fff {
  color: #FFF;
}
.user-section .box.show:hover .fa-trans {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -webkit-transform-origin: 50% 55%;
  -ms-transform-origin: 50% 55%;
      transform-origin: 50% 55%;
}

#root {
  position: relative;
  overflow-y: hidden;
}
.roo-modal .roo-modal-dialog.sign-contract-modal {
  width: auto;
}
.roo-modal .roo-modal-dialog.sign-contract-modal .roo-modal-body {
  width: 600px;
  height: 600px;
  max-height: 600px;
  overflow: auto;
}
.notification-wrapper {
  position: absolute;
  right: 20px;
  top: 70px;
  width: 340px;
  z-index: 99;
}


/*# sourceMappingURL=//awp-assets.sankuai.com/set/seller_center_pc_root/sourcemap/css/root.b381ce0c0452dc7be70d.css.map*/