@charset "UTF-8";
:root {
  --primary-color: #6559FF;
  --primary-hover-color: #8177FA;
  --primary-focus-color: #8177FA;
  --primary-active-color: #4740D4;
  --primary-disabled-color: #C6C2FD;
  --primary-disabled-plain-color: #B5B0FD;
  --primary-disabled-plain-border-color: #CECBFC;
  --primary-plain-border-color: #B9B4FD;
  --primary-plain-bg-color: #EEEDFF;
  --primary-similar-plain-color: #9E92FE;
  --success-color: #40C87D;
  --success-hover-color: #60CD91;
  --success-focus-color: #60CD91;
  --success-active-color: #37AE6C;
  --success-disabled-color: #99DBB7;
  --success-disabled-plain-color: #89D8AC;
  --success-disabled-plain-border-color: #D6EFE1;
  --success-plain-border-color: #AFE3C6;
  --success-plain-bg-color: #E9F6EF;
  --warning-color: #E6A23C;
  --warning-hover-color: #EBB563;
  --warning-focus-color: #EBB563;
  --warning-active-color: #CF9236;
  --warning-disabled-color: #F3D19E;
  --warning-disabled-plain-color: #F0C78A;
  --warning-disabled-plain-border-color: #FAECD8;
  --warning-plain-border-color: #F5DAB1;
  --warning-plain-bg-color: #FDF6EC;
  --danger-color: #F56C6C;
  --danger-hover-color: #F78989;
  --danger-focus-color: #F78989;
  --danger-active-color: #DD6161;
  --danger-disabled-color: #FAB6B6;
  --danger-disabled-plain-color: #F9A7A7;
  --danger-disabled-plain-border-color: #FDE2E2;
  --danger-plain-border-color: #FBC4C4;
  --danger-plain-bg-color: #FEF0F0;
  --taobao-color: #FF7F0E;
  --taobao-hover-color: #D96703;
  --alibaba-color: #FF4000;
  --alibaba-hover-color: #D23804;
  --tmall-color: #E70837;
  --tmall-hover-color: #BA042B;
  --base-color-a: #AAAAAA;
  --base-color-b: #BBBBBB;
  --base-color-c: #CCCCCC;
  --base-color-d: #DDDDDD;
  --base-color-e: #EEEEEE;
  --base-color-1: #F1F1F1;
  --base-color-2: #F2F2F2;
  --base-color-3: #F3F3F3;
  --base-color-4: #F4F4F4;
  --base-color-5: #F5F5F5;
  --base-color-6: #F6F6F6;
  --base-color-7: #F7F7F7;
  --base-color-8: #F8F8F8;
  --base-color-9: #F9F9F9;
  --text-color-0: #000000;
  --text-color-1: #111111;
  --text-color-2: #222222;
  --text-color-3: #333333;
  --text-color-4: #444444;
  --text-color-5: #555555;
  --text-color-6: #666666;
  --text-color-7: #777777;
  --text-color-8: #888888;
  --text-color-9: #999999;
  --blog-h2-color: #443D91;
  --blog-h3-color: #222222;
  --title-color: #293745;
  --block-bg-color: #F3F6FB;
  --block-light-bg-color: #F5F7FA;
  --block-border-color: #E1E1E1;
  --block-light-border-color: #f0f2f6;
  --column-bg-color: rgba(101, 89, 255, 0.06);
  --column-bg-dark-color: rgba(101, 89, 255, 0.08);
  --target-bg-color: #f2f3f5;
  --mark-importent-bg-color: #FF4000;
  --success-status-color: #40C87D; }

body {
  background: var(--base-color-7);
  color: var(--text-color-3);
  font-size: 14px;
  min-width: 1200px; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins, "microsoft yahei", sans-serif; }

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, mark, menu, nav, object, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, var, video {
  font-family: Inter, "microsoft yahei", sans-serif; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

input, textarea, select, button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
  outline: none; }

table {
  border-collapse: collapse; }

td, th, caption {
  font-size: 14px; }

a {
  color: var(--text-color-3);
  text-decoration: none; }

a:hover {
  color: var(--primary-color);
  text-decoration: none; }

img {
  border: none; }

ul, ol {
  list-style: none;
  padding-inline-start: 0;
  -webkit-padding-start: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0; }

ol, ul, li {
  list-style: none; }

* {
  margin: 0;
  box-sizing: border-box; }

#copyInputVue {
  position: fixed;
  left: -9999px; }

.cursor {
  color: var(--primary-color);
  cursor: pointer; }

.cursor:hover {
  color: var(--primary-active-color); }

.block-scroll {
  overflow-y: auto; }

.block-scroll::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  z-index: 999; }

.block-scroll::-webkit-scrollbar-track {
  border-radius: 50px; }

.block-scroll::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: rgba(142, 142, 142, 0.5); }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #C9C9C9; }

.image-slot {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--base-color-c);
  font-size: 20px;
  width: 100%;
  height: 80px;
  background: #f5f7fa; }

.image-slot-large {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--base-color-c);
  font-size: 40px;
  width: 420px;
  height: 100%;
  background: #f5f7fa; }

.image-slot-medium {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--base-color-c);
  font-size: 16px;
  width: 100%;
  height: 100%;
  background: #f5f7fa; }

.image-slot-small {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--base-color-c);
  font-size: 16px;
  width: 40px;
  height: 100%;
  background: #f5f7fa; }

.el-image__error {
  height: 80px; }

textarea {
  resize: none; }

.transition {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.transition01 {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }

.transition02 {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.transition03 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.transition04 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.transition05 {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.spaceCommon {
  width: 1200px;
  margin: 0 auto;
  position: relative; }
  .spaceCommon h1 {
    font-size: 45px;
    font-weight: bold;
    color: var(--text-color-3);
    text-align: center; }
  .spaceCommon div.duplicate {
    font-size: 45px;
    color: #DADADA;
    text-align: center;
    font-weight: bold;
    padding: 10px 0; }

.spaceCommon40 {
  padding: 40px 0; }

.spaceCommon50 {
  padding: 50px 0; }

.spaceCommon60 {
  padding: 60px 0; }

.spaceCommon70 {
  padding: 70px 0; }

.spaceCommon80 {
  padding: 80px 0; }

.spaceCommon100 {
  padding: 100px 0; }

.marginCommon {
  width: 1200px;
  margin: 0 auto;
  position: relative; }
  .marginCommon h1 {
    font-size: 45px;
    font-weight: bold;
    color: var(--text-color-3);
    text-align: center; }
  .marginCommon .duplicate {
    font-size: 45px;
    color: var(--base-color-d);
    text-align: center;
    font-weight: bold;
    padding: 10px 0; }

.linkView {
  position: relative;
  display: inline-block;
  padding: 15px 60px 15px 30px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 100px;
  background: var(--primary-color); }
  .linkView:hover {
    color: #ffffff;
    background: var(--primary-active-color); }
    .linkView:hover:after {
      right: 25px; }
  .linkView:after {
    content: "";
    width: 20px;
    height: 10px;
    position: absolute;
    top: 20px;
    right: 30px;
    background: url("../../static/images/icon_arrow_white_right.png") center center no-repeat;
    background-size: 20px; }

:after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/*vue 基本样式调整*/
.el-popup-parent--hidden {
  padding-right: 16px !important;
  overflow: hidden !important; }

.el-black-button button {
  color: #ffffff !important;
  border: 1px solid var(--text-color-3);
  background: var(--text-color-3); }

.el-black-button button:hover,
.el-black-button button:focus {
  border: 1px solid var(--text-color-0) !important;
  background: var(--text-color-0) !important; }

.el-dropdown-menu .el-dropdown-menu__item.current {
  color: var(--primary-color); }

.el-icon-question-outline {
  vertical-align: middle; }

.el-icon-question-outline:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  font-size: 12px;
  background: url("../../static/images/el-icon-question-outline.png") no-repeat;
  background-size: 12px; }

.el-word-break {
  display: inline;
  height: unset;
  border: none;
  padding: 0;
  background: none !important;
  text-align: left;
  word-wrap: break-word;
  white-space: unset;
  vertical-align: middle; }

.li-style ul {
  display: flex;
  flex-flow: column;
  grid-row-gap: 8px;
  padding: 5px 0 5px 15px; }
  .li-style ul li {
    list-style: disc; }

/* VUE input placeholder公共样式 */
.el-input__inner::-webkit-input-placeholder, .el-input__inner input::-webkit-input-placeholder {
  font-size: 13px; }

.el-input__inner:-moz-placeholder, .el-input__inner input:-moz-placeholder {
  font-size: 13px; }

.el-input__inner::-moz-placeholder, .el-input__inner input::-moz-placeholder {
  font-size: 13px; }

.el-input__inner::-ms-input-placeholder, .el-input__inner input::-ms-input-placeholder {
  font-size: 13px; }

/* VUE textarea placeholder公共样式 */
.el-textarea__inner::-webkit-input-placeholder, .el-textarea__inner textarea::-webkit-input-placeholder {
  font-size: 13px; }

.el-textarea__inner:-moz-placeholder, .el-textarea__inner textarea:-moz-placeholder {
  font-size: 13px; }

.el-textarea__inner::-moz-placeholder, .el-textarea__inner textarea::-moz-placeholder {
  font-size: 13px; }

.el-textarea__inner::-ms-input-placeholder, .el-textarea__inner textarea::-ms-input-placeholder {
  font-size: 13px; }

/* VUE 输入正确时 公共样式 */
.el-form .el-icon-circle-check:before {
  color: var(--success-status-color); }

.top {
  position: relative;
  width: 100%;
  min-width: 1350px;
  height: 40px;
  line-height: 40px;
  background: var(--block-light-bg-color);
  z-index: 1001; }
  .top .top-body {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto; }
    .top .top-body span {
      font-size: 12px;
      color: var(--text-color-3); }
    .top .top-body .beijingTime {
      display: inline; }
      .top .top-body .beijingTime span {
        font-size: 14px;
        color: var(--text-color-5); }
    .top .top-body .top-right {
      font-size: 12px; }
      .top .top-body .top-right span.line {
        padding: 0 10px;
        color: var(--base-color-c);
        vertical-align: top; }
      .top .top-body .top-right a {
        font-size: 14px;
        color: var(--text-color-3); }
        .top .top-body .top-right a:hover {
          color: var(--primary-color); }
        .top .top-body .top-right a font:not(#rate) {
          color: var(--mark-importent-bg-color);
          font-weight: bold; }
        .top .top-body .top-right a b {
          color: var(--mark-importent-bg-color); }
      .top .top-body .top-right .account {
        display: inline-block; }
        .top .top-body .top-right .account .userInfo {
          position: relative;
          display: inline-block; }
          .top .top-body .top-right .account .userInfo a i {
            position: absolute;
            right: 0;
            top: 14px;
            content: "";
            display: block;
            width: 7px;
            height: 7px;
            border-color: transparent #333 #333 transparent;
            border-width: 2px;
            border-style: solid;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg); }
          .top .top-body .top-right .account .userInfo a.userInfo_name {
            display: flex;
            align-items: center;
            position: relative;
            padding-right: 10px; }
            .top .top-body .top-right .account .userInfo a.userInfo_name .name {
              font-size: 14px;
              margin-right: 5px; }
            .top .top-body .top-right .account .userInfo a.userInfo_name .user-level {
              display: flex;
              height: 18px;
              margin-right: 5px; }
              .top .top-body .top-right .account .userInfo a.userInfo_name .user-level .icon {
                color: var(--primary-active-color);
                font-weight: bold;
                padding: 2px 2px 0 16px;
                background: var(--primary-color);
                -webkit-mask: url(../../static/images/user/icon_vip.png) 0 center no-repeat;
                mask: url(../../static/images/user/icon_vip.png) 0 center no-repeat;
                -webkit-mask-size: 16px 16px;
                mask-size: 16px 16px; }
              .top .top-body .top-right .account .userInfo a.userInfo_name .user-level .level {
                color: var(--primary-color);
                font-size: 10px;
                margin-left: -6px;
                line-height: 24px; }
          .top .top-body .top-right .account .userInfo:hover a i {
            top: 19px;
            -webkit-transform: rotate(225deg);
            -moz-transform: rotate(225deg);
            -ms-transform: rotate(225deg);
            -o-transform: rotate(225deg);
            transform: rotate(225deg); }
          .top .top-body .top-right .account .userInfo:hover .userInfo_cont {
            display: block; }
        .top .top-body .top-right .account .userInfo_cont {
          display: none;
          position: absolute;
          width: 180px;
          top: 40px;
          left: 0;
          border-radius: 8px;
          background: #fff;
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
          z-index: 100001; }
          .top .top-body .top-right .account .userInfo_cont ul {
            padding: 10px 15px;
            border-bottom: 1px solid #dfdfdf; }
            .top .top-body .top-right .account .userInfo_cont ul li a {
              display: flex;
              align-items: center;
              justify-content: space-between;
              position: relative;
              font-size: 13px;
              line-height: initial;
              padding: 9px 0 9px 25px; }
              .top .top-body .top-right .account .userInfo_cont ul li a:before {
                content: "";
                position: absolute;
                left: 0;
                top: 7px;
                width: 20px;
                height: 20px;
                background-color: var(--base-color-d);
                -webkit-transition: all 0.1s ease-out;
                -moz-transition: all 0.1s ease-out;
                -ms-transition: all 0.1s ease-out;
                -o-transition: all 0.1s ease-out;
                transition: all 0.1s ease-out; }
              .top .top-body .top-right .account .userInfo_cont ul li a.user:before {
                -webkit-mask: url(../../static/images/icon_head_user.png) center center no-repeat;
                mask: url(../../static/images/icon_head_user.png) center center no-repeat;
                -webkit-mask-size: 16px 16px;
                mask-size: 16px 16px; }
              .top .top-body .top-right .account .userInfo_cont ul li a.order:before {
                -webkit-mask: url(../../static/images/icon_head_order.png) center center no-repeat;
                mask: url(../../static/images/icon_head_order.png) center center no-repeat;
                -webkit-mask-size: 16px 16px;
                mask-size: 16px 16px; }
              .top .top-body .top-right .account .userInfo_cont ul li a.warehouse:before {
                -webkit-mask: url(../../static/images/icon_head_storage.png) center center no-repeat;
                mask: url(../../static/images/icon_head_storage.png) center center no-repeat;
                -webkit-mask-size: 22px 22px;
                mask-size: 22px 22px; }
              .top .top-body .top-right .account .userInfo_cont ul li a.parcel:before {
                -webkit-mask: url(../../static/images/icon_head_parcel.png) center center no-repeat;
                mask: url(../../static/images/icon_head_parcel.png) center center no-repeat;
                -webkit-mask-size: 22px 22px;
                mask-size: 22px 22px; }
              .top .top-body .top-right .account .userInfo_cont ul li a.wallet:before {
                top: 7px;
                -webkit-mask: url(../../static/images/icon_head_wallet.png) center center no-repeat;
                mask: url(../../static/images/icon_head_wallet.png) center center no-repeat;
                -webkit-mask-size: 15px 15px;
                mask-size: 15px 15px; }
              .top .top-body .top-right .account .userInfo_cont ul li a span {
                min-width: 15px;
                padding: 0 3px;
                color: #ffffff;
                font-size: 12px;
                font-weight: normal;
                background: var(--mark-importent-bg-color);
                border-radius: 10px;
                text-align: center; }
              .top .top-body .top-right .account .userInfo_cont ul li a.warehouse span {
                background: var(--warning-hover-color); }
            .top .top-body .top-right .account .userInfo_cont ul li:hover a:before {
              background: var(--primary-color); }
          .top .top-body .top-right .account .userInfo_cont a.logout {
            display: block;
            width: 80px;
            margin: 0 auto;
            text-align: center; }

.head {
  position: relative;
  margin: 0 auto;
  background: #fff;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  z-index: 1000; }
  .head.fixWrap {
    position: fixed;
    top: -80px;
    width: 100%;
    z-index: 2000; }
  .head.moveWrap {
    top: 0; }
  .head .cont {
    width: 1200px;
    height: 60px;
    position: relative;
    margin: 0 auto; }
    .head .cont .head-body {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .head .cont .head-body .head-right {
        display: flex;
        align-items: center; }
  .head .logo div.tit {
    float: left;
    width: 130px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
    color: var(--text-color-6); }
  .head .topSearch {
    position: relative; }
    .head .topSearch.topSearchHome {
      display: none; }
    .head .topSearch ul li {
      width: auto;
      padding-left: 10px;
      height: 44px;
      line-height: 44px;
      text-align: center;
      float: left;
      color: var(--text-color-6);
      cursor: pointer; }
    .head .topSearch .search {
      position: relative;
      width: 100%;
      height: 36px;
      float: left;
      background: #fff;
      border: 1px solid #e7e5e5;
      border-radius: 20px;
      z-index: 99; }
      .head .topSearch .search.newSearch {
        border-bottom-left-radius: 0;
        -moz-border-bottom-left-radius: 0;
        -webkit-border-bottom-left-radius: 0; }
      .head .topSearch .search .text {
        width: 350px;
        height: 34px;
        border: none;
        float: left;
        color: var(--text-color-6);
        font-size: 14px;
        background: none;
        padding-left: 10px;
        padding-right: 80px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        .head .topSearch .search .text::placeholder {
          font-size: 12px; }
    .head .topSearch .camera {
      position: absolute;
      right: 33px;
      top: 9px;
      width: 28px;
      height: 20px;
      background: url(../../static/images/icon_camera.png) 4px 0 no-repeat;
      background-size: 20px;
      z-index: 99;
      cursor: pointer;
      filter: brightness(0) hue-rotate(180deg) opacity(0.2); }
      .head .topSearch .camera:hover {
        background: url("../../static/images/icon_camera1.png") 4px 0 no-repeat;
        background-size: 20px;
        filter: brightness(0) hue-rotate(180deg) opacity(0.4); }
    .head .topSearch .submit {
      position: absolute;
      top: 2px;
      right: 4px;
      float: left;
      width: 30px;
      height: 32px;
      font-size: 14px;
      border: none;
      border-radius: 20px;
      background: url("../../static/images/icon_search.png") center center no-repeat;
      background-size: 20px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      cursor: pointer;
      z-index: 99;
      filter: brightness(0) hue-rotate(180deg) opacity(0.3); }
      .head .topSearch .submit:hover {
        background: url("../../static/images/icon_search.png") center center no-repeat;
        background-size: 20px;
        filter: brightness(0) hue-rotate(180deg) opacity(0.3); }
      .head .topSearch .submit.submitLoading {
        background: url("../../static/images/loading/icon_loading_gray.gif") center center no-repeat;
        background-size: 14px; }
    .head .topSearch .search-history {
      position: absolute;
      top: 48px;
      width: 350px;
      font-size: 12px;
      padding: 15px;
      border: 1px solid var(--block-light-border-color);
      background: #ffffff;
      border-radius: 6px;
      opacity: 0;
      pointer-events: none;
      /*禁止鼠标事件*/ }
      .head .topSearch .search-history.show-history {
        opacity: 1;
        pointer-events: auto;
        /*启用鼠标事件*/ }
      .head .topSearch .search-history .history-title {
        display: flex;
        justify-content: space-between; }
        .head .topSearch .search-history .history-title .title {
          font-size: 14px; }
        .head .topSearch .search-history .history-title .operate-icon {
          display: flex;
          align-items: end; }
          .head .topSearch .search-history .history-title .operate-icon i {
            content: "";
            display: block;
            width: 14px;
            height: 14px;
            -webkit-mask: url("../../static/images/icon_delete.png") center center no-repeat;
            mask: url("../../static/images/icon_delete.png") center center no-repeat;
            -webkit-mask-size: 14px;
            mask-size: 14px;
            background: var(--text-color-9);
            cursor: pointer; }
        .head .topSearch .search-history .history-title .operate {
          display: none;
          align-items: end;
          grid-gap: 20px; }
          .head .topSearch .search-history .history-title .operate.show {
            display: flex; }
          .head .topSearch .search-history .history-title .operate span {
            color: var(--text-color-9);
            cursor: pointer; }
      .head .topSearch .search-history .history-list {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 10px;
        max-height: 300px;
        margin-top: 15px; }
        .head .topSearch .search-history .history-list .history-item {
          display: flex;
          align-items: center;
          color: var(--text-color-8);
          padding: 5px 12px;
          background: var(--base-color-5);
          border-radius: 20px;
          cursor: pointer; }
          .head .topSearch .search-history .history-list .history-item:hover {
            color: var(--primary-active-color);
            background: var(--column-bg-dark-color); }
        .head .topSearch .search-history .history-list.operate-history .history-item i {
          display: block;
          width: 14px;
          height: 14px;
          margin-left: 10px;
          cursor: pointer; }
          .head .topSearch .search-history .history-list.operate-history .history-item i:after {
            content: "";
            display: block;
            width: 14px;
            height: 14px;
            -webkit-mask: url("../../static/images/icon_menu_close.png") center center no-repeat;
            mask: url("../../static/images/icon_menu_close.png") center center no-repeat;
            -webkit-mask-size: 12px;
            mask-size: 12px;
            background: var(--text-color-7); }
          .head .topSearch .search-history .history-list.operate-history .history-item i:hover {
            background: var(--text-color-9);
            border-radius: 100%; }
            .head .topSearch .search-history .history-list.operate-history .history-item i:hover:after {
              background: #ffffff; }
  .head .head_other {
    float: left;
    font-size: 20px;
    color: var(--text-color-3);
    height: 58px;
    line-height: 58px;
    padding-left: 50px; }
  .head .head_desc {
    float: right;
    height: 58px;
    line-height: 58px;
    padding-left: 50px; }
    .head .head_desc a {
      color: var(--primary-color);
      font-weight: bold; }
      .head .head_desc a:hover {
        color: var(--primary-active-color); }
    .head .head_desc .userLevel {
      float: right;
      padding-left: 50px; }
      .head .head_desc .userLevel .icon {
        float: left;
        padding-top: 16px;
        padding-right: 10px; }
      .head .head_desc .userLevel .levelDesc {
        float: left;
        padding-top: 10px; }
        .head .head_desc .userLevel .levelDesc p {
          height: 20px;
          line-height: 20px; }
          .head .head_desc .userLevel .levelDesc p a {
            font-weight: bold; }
            .head .head_desc .userLevel .levelDesc p a:hover {
              color: var(--mark-importent-bg-color); }

.nav ul {
  width: 100%;
  line-height: 60px;
  float: left; }
  .nav ul li {
    float: left;
    margin-left: 20px; }
    .nav ul li.home {
      margin: 0;
      width: 250px;
      text-align: center;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .nav ul li.home.category a {
        padding-left: 25px;
        background: url(../../static/images/cat.png) 0 3px no-repeat; }
      .nav ul li.home.index a {
        padding-left: 25px;
        background: url(../../static/images/index.png) 0 1px no-repeat; }
    .nav ul li a {
      color: var(--text-color-3);
      font-size: 15px;
      position: relative;
      height: 60px;
      display: block; }
      .nav ul li a img {
        vertical-align: sub;
        filter: brightness(0) hue-rotate(180deg) opacity(0.7); }
      .nav ul li a i .tip {
        position: absolute;
        right: 10px;
        top: 15px;
        display: block;
        width: 7px;
        height: 7px;
        background: var(--mark-importent-bg-color);
        border-radius: 10px;
        font-style: normal; }
      .nav ul li a i .tipNotice {
        display: inline-block;
        margin-left: 6px;
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        color: #ffffff;
        background: var(--mark-importent-bg-color);
        border-radius: 20px;
        font-style: normal; }
    .nav ul li.moreS {
      position: relative; }
      .nav ul li.moreS a.navTit {
        padding-right: 15px; }
        .nav ul li.moreS a.navTit:after {
          position: absolute;
          right: 0;
          top: 25px;
          content: "";
          display: block;
          width: 4px;
          height: 4px;
          border-color: transparent #333 #333 transparent;
          border-width: 2px;
          border-style: solid;
          -webkit-transition: all .2s ease-in-out;
          -moz-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        .nav ul li.moreS a.navTit:hover:after {
          top: 29px;
          -webkit-transform: rotate(225deg);
          -moz-transform: rotate(225deg);
          -ms-transform: rotate(225deg);
          -o-transform: rotate(225deg);
          transform: rotate(225deg); }
      .nav ul li.moreS .slideMore {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        min-width: 200px;
        z-index: 1100;
        background: #ffffff;
        border-top: 1px solid #efefef;
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
        border-radius: 5px;
        overflow: hidden; }
        .nav ul li.moreS .slideMore.service {
          min-width: 250px; }
        .nav ul li.moreS .slideMore ul {
          line-height: 30px; }
          .nav ul li.moreS .slideMore ul li {
            margin: 0;
            float: none; }
            .nav ul li.moreS .slideMore ul li a {
              position: relative;
              display: block;
              width: 100%;
              height: 40px;
              line-height: 40px;
              font-size: 14px;
              padding-left: 10px;
              color: var(--text-color-3);
              border-bottom: 1px solid var(--base-color-1);
              -webkit-transition: all .2s ease-in-out;
              -moz-transition: all .2s ease-in-out;
              transition: all .2s ease-in-out; }
              .nav ul li.moreS .slideMore ul li a:hover {
                color: var(--primary-color);
                background: rgba(101, 89, 255, 0.05); }
                .nav ul li.moreS .slideMore ul li a:hover span {
                  background: #ffffff;
                  color: var(--primary-color); }
              .nav ul li.moreS .slideMore ul li a span {
                position: absolute;
                display: block;
                padding: 0 10px;
                background: var(--primary-color);
                color: #ffffff;
                border-radius: 10px;
                height: 16px;
                line-height: 16px;
                font-size: 12px;
                top: 15px;
                right: 50px; }
            .nav ul li.moreS .slideMore ul li:nth-last-child(1) a {
              border-bottom: none; }
        .nav ul li.moreS .slideMore.global {
          width: 240px;
          left: unset;
          right: 0; }
          .nav ul li.moreS .slideMore.global .globalBody {
            padding: 20px;
            line-height: 26px; }
            .nav ul li.moreS .slideMore.global .globalBody .globalCurrency {
              margin-top: 15px; }
            .nav ul li.moreS .slideMore.global .globalBody .globalList {
              display: grid;
              justify-content: space-between;
              grid-template-columns: repeat(2, 46%);
              grid-row-gap: 10px;
              margin-top: 10px; }
              .nav ul li.moreS .slideMore.global .globalBody .globalList .globalItem {
                font-size: 13px;
                text-align: center;
                border: 1px solid #d1d1d1;
                border-radius: 4px;
                cursor: pointer;
                user-select: none; }
                .nav ul li.moreS .slideMore.global .globalBody .globalList .globalItem:hover {
                  color: var(--primary-color);
                  border: 1px solid #b8b3ff;
                  background: rgba(101, 89, 255, 0.1); }
                .nav ul li.moreS .slideMore.global .globalBody .globalList .globalItem.current {
                  color: var(--primary-color);
                  border: 1px solid var(--primary-color);
                  background: rgba(101, 89, 255, 0.05); }
            .nav ul li.moreS .slideMore.global .globalBody .changeLangCurrency {
              color: #ffffff;
              font-size: 13px;
              margin-top: 15px;
              line-height: 32px;
              background: var(--primary-color);
              border-radius: 4px;
              text-align: center;
              cursor: pointer; }
            .nav ul li.moreS .slideMore.global .globalBody .changeLangCurrency:hover {
              background: var(--primary-active-color); }
    .nav ul li:not(.home) a:hover {
      color: var(--primary-color);
      text-decoration: none; }
    .nav ul li.active a.navTit, .nav ul li.slideMore ul li.active a {
      color: var(--primary-active-color); }
    .nav ul li.unLink:hover {
      cursor: default; }

/*
 * 底部样式***************************************************************************
 */
.footer {
  padding: 50px 0 20px;
  background: var(--block-light-bg-color);
  clear: both; }
  .footer .footerBody {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden; }
    .footer .footerBody .footerLink {
      overflow: hidden;
      border-bottom: 1px solid var(--base-color-d);
      padding-bottom: 30px;
      position: relative; }
      .footer .footerBody .footerLink dl {
        width: 100%; }
        .footer .footerBody .footerLink dl dt {
          width: 20%;
          float: left; }
          .footer .footerBody .footerLink dl dt a {
            color: var(--text-color-4); }
            .footer .footerBody .footerLink dl dt a:hover {
              color: var(--primary-color); }
          .footer .footerBody .footerLink dl dt h5 {
            font-size: 16px; }
          .footer .footerBody .footerLink dl dt p {
            width: 100%;
            line-height: 25px;
            margin-top: 40px; }
            .footer .footerBody .footerLink dl dt p a {
              font-size: 13px;
              display: table;
              margin-top: 15px;
              line-height: 20px; }
    .footer .footerBody .footerDesc {
      display: flex;
      overflow: hidden;
      border-bottom: 1px solid var(--base-color-d);
      padding-bottom: 30px;
      position: relative; }
      .footer .footerBody .footerDesc div.desc {
        width: 600px;
        margin-top: 20px; }
        .footer .footerBody .footerDesc div.desc p {
          color: var(--text-color-5);
          font-size: 14px; }
      .footer .footerBody .footerDesc div.contact {
        margin-left: auto;
        margin-top: 10px; }
        .footer .footerBody .footerDesc div.contact .cont {
          margin-top: 15px; }
          .footer .footerBody .footerDesc div.contact .cont p {
            color: var(--text-color-5);
            font-size: 16px; }
          .footer .footerBody .footerDesc div.contact .cont span {
            color: var(--text-color-5); }
    .footer .footerBody .footerAbout {
      padding: 15px 0;
      color: var(--text-color-5); }
      .footer .footerBody .footerAbout a {
        color: var(--text-color-5); }
        .footer .footerBody .footerAbout a.a1 {
          padding: 0 5px; }

/*
 * 页面右侧导航***************************************************************************
 */
.wrapRight {
  width: 46px;
  position: fixed;
  right: 15px;
  top: 129px;
  padding: 10px 0;
  border-radius: 100px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  z-index: 9999;
  /*按钮样式*/
  /*延迟 公共样式*/ }
  .wrapRight.showRight {
    background: #ffffff; }
  .wrapRight .menuCommon {
    display: flex;
    float: right;
    position: relative;
    background: #ffffff;
    border-radius: 50px;
    transform: translate(0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    clear: both;
    opacity: 1;
    cursor: pointer;
    /*关闭+开启 按钮样式*/ }
    .wrapRight .menuCommon .text {
      font-size: 15px;
      width: max-content;
      display: none; }
    .wrapRight .menuCommon:hover .text {
      display: block;
      padding: 0 15px;
      line-height: 46px;
      cursor: auto; }
    .wrapRight .menuCommon.arrow .menu {
      height: 30px; }
    .wrapRight .menuCommon .menu {
      position: relative;
      width: 46px;
      height: 46px; }
      .wrapRight .menuCommon .menu a {
        position: relative;
        text-align: center;
        cursor: pointer;
        display: block;
        width: 100%;
        height: 100%; }
        .wrapRight .menuCommon .menu a:after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background: var(--base-color-c);
          -webkit-transition: all 0.1s ease-out;
          -moz-transition: all 0.1s ease-out;
          -o-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out; }
        .wrapRight .menuCommon .menu a span.cartNum {
          position: absolute;
          left: 10px;
          min-width: 19px;
          min-height: 19px;
          color: #ffffff;
          font-size: 12px;
          padding: 2px 5px;
          background: var(--mark-importent-bg-color);
          border-radius: 10px;
          z-index: 1; }
          .wrapRight .menuCommon .menu a span.cartNum:empty {
            display: none; }
          .wrapRight .menuCommon .menu a span.cartNum:not(:empty) {
            display: block; }
    .wrapRight .menuCommon:hover .menu a:after {
      filter: none;
      background: var(--primary-color); }
    .wrapRight .menuCommon.cart .menu a:after {
      -webkit-mask: url(../../static/images/index/icon_index_step_shopping.png) center center no-repeat;
      mask: url(../../static/images/index/icon_index_step_shopping.png) center center no-repeat;
      -webkit-mask-size: 30px;
      mask-size: 30px; }
    .wrapRight .menuCommon.freight .menu a:after {
      -webkit-mask: url(../../static/images/index/icon_index_step_ship.png) center center no-repeat;
      mask: url(../../static/images/index/icon_index_step_ship.png) center center no-repeat;
      -webkit-mask-size: 28px;
      mask-size: 28px; }
    .wrapRight .menuCommon.rfq .menu a:after {
      -webkit-mask: url(../../static/images/icon_menu_rfq.png) center center no-repeat;
      mask: url(../../static/images/icon_menu_rfq.png) center center no-repeat;
      -webkit-mask-size: 36px;
      mask-size: 36px; }
    .wrapRight .menuCommon.chat .menu a:after {
      -webkit-mask: url(../../static/images/icon_menu_chat.png) center center no-repeat;
      mask: url(../../static/images/icon_menu_chat.png) center center no-repeat;
      -webkit-mask-size: 32px;
      mask-size: 32px; }
    .wrapRight .menuCommon.discord .menu a:after {
      background: #5865f2;
      -webkit-mask: url(../../static/images/icon_discord.png) center center no-repeat;
      mask: url(../../static/images/icon_discord.png) center center no-repeat;
      -webkit-mask-size: 32px;
      mask-size: 32px; }
    .wrapRight .menuCommon.arrow .menu a:after {
      -webkit-mask: url(../../static/images/icon_menu_arrow_top.png) center center no-repeat;
      mask: url(../../static/images/icon_menu_arrow_top.png) center center no-repeat;
      -webkit-mask-size: 32px;
      mask-size: 32px; }
    .wrapRight .menuCommon.menuOperate a:after {
      opacity: 0.3;
      filter: none; }
    .wrapRight .menuCommon.menuOperate:hover a:after {
      opacity: 1; }
    .wrapRight .menuCommon.menuOperate .menu.close a:after {
      background: url("../../static/images/icon_menu_close.png") center center no-repeat;
      background-size: 30px; }
    .wrapRight .menuCommon.menuOperate .menu.show a:after {
      background: url("../../static/images/icon_menu_show.png") center center no-repeat;
      background-size: 26px; }
  .wrapRight.hideRight .delay {
    transform: translate(100%);
    opacity: 0; }
  .wrapRight .delay:nth-child(1) {
    transition-delay: 0ms; }
  .wrapRight .delay:nth-child(2) {
    transition-delay: 30ms; }
  .wrapRight .delay:nth-child(3) {
    transition-delay: 60ms; }
  .wrapRight .delay:nth-child(4) {
    transition-delay: 90ms; }
  .wrapRight .delay:nth-child(5) {
    transition-delay: 120ms; }
  .wrapRight .delay:nth-child(6) {
    transition-delay: 150ms; }

@media (max-height: 650px) {
  .wrapRight {
    top: 70px; } }
.content {
  width: 1200px;
  margin: 0 auto;
  clear: both; }
  .content.news {
    padding-top: 20px; }
  .content .left {
    width: 180px;
    color: var(--text-color-3);
    float: left; }
    .content .left p {
      color: var(--text-color-3);
      padding-bottom: 12px;
      padding-top: 12px;
      text-indent: 1em; }
  .content .sidebar {
    width: 280px;
    margin-bottom: 50px; }
    .content .sidebar .sideBarTop {
      padding: 20px;
      background: #fff; }
    .content .sidebar .sidebarBottom {
      margin-top: 40px; }
      .content .sidebar .sidebarBottom .title {
        display: flex; }
        .content .sidebar .sidebarBottom .title .icon {
          width: 70px;
          background: url("../../static/images/contact_sidebarBottom.png") no-repeat;
          background-size: 70px; }
        .content .sidebar .sidebarBottom .title .duplicate {
          width: calc(100% - 70px);
          padding-left: 15px;
          font-size: 15px; }
      .content .sidebar .sidebarBottom .emailText {
        width: 100%;
        text-align: center;
        color: var(--primary-active-color);
        font-size: 24px;
        margin: 20px 0 15px;
        padding-top: 3px;
        padding-bottom: 8px;
        background: #f4f4fa; }
      .content .sidebar .sidebarBottom .desc {
        color: var(--text-color-7);
        line-height: 24px; }
    .content .sidebar .cateTitle {
      position: relative;
      font-size: 30px;
      color: var(--text-color-3);
      margin-bottom: 10px;
      border-bottom: 1px solid #eee;
      padding-bottom: 15px; }
      .content .sidebar .cateTitle:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 110px;
        height: 1px;
        background: var(--text-color-0); }
    .content .sidebar .cateItem {
      padding-top: 10px;
      overflow: hidden; }
      .content .sidebar .cateItem .cateList {
        overflow: hidden; }
      .content .sidebar .cateItem dt {
        position: relative;
        cursor: pointer; }
        .content .sidebar .cateItem dt:after {
          position: absolute;
          right: 6px;
          top: 18px;
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          border-color: transparent #b6b4b4 #b6b4b4 transparent;
          border-width: 1px;
          border-style: solid;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(-45deg);
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -ms-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
        .content .sidebar .cateItem dt a {
          display: block;
          line-height: 45px;
          border-bottom: 1px solid var(--base-color-e);
          color: var(--text-color-3);
          font-size: 14px;
          font-weight: bold;
          position: relative;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
          .content .sidebar .cateItem dt a:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0%;
            height: 1px;
            background: var(--primary-color);
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out; }
          .content .sidebar .cateItem dt a:hover, .content .sidebar .cateItem dt a.active {
            color: var(--primary-active-color); }
      .content .sidebar .cateItem.currentCate dt:after {
        right: 2px;
        top: 15px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .content .sidebar .cateItem.currentCate dt a {
        color: var(--primary-active-color); }
      .content .sidebar .cateItem.cateCommon dt a {
        color: var(--text-color-3); }
      .content .sidebar .cateItem p {
        padding: 0;
        margin-top: 10px;
        position: relative; }
        .content .sidebar .cateItem p a {
          font-size: 13px; }
        .content .sidebar .cateItem p.active a {
          color: var(--primary-color); }
    .content .sidebar .cateCommon .cateList {
      height: 0; }
  .content .content-right {
    width: calc(100% - 300px);
    float: right;
    position: relative;
    background: #ffffff;
    padding: 20px;
    margin-bottom: 50px; }
    .content .content-right .title {
      width: 100%;
      height: 48px;
      float: left;
      border-left: none;
      position: relative;
      margin-bottom: 20px; }
      .content .content-right .title ul {
        width: 100%;
        float: left;
        position: absolute;
        top: -1px;
        left: 0; }
        .content .content-right .title ul li {
          padding-bottom: 10px;
          text-align: center;
          float: left; }
          .content .content-right .title ul li a {
            color: var(--text-color-3);
            font-size: 18px; }
          .content .content-right .title ul li:hover a {
            color: var(--primary-active-color); }
          .content .content-right .title ul li.sel {
            border-bottom: 2px solid var(--primary-color);
            background: white; }
    .content .content-right h1 {
      font-size: 16px;
      padding-left: 10px;
      margin: 10px 0 30px 0;
      border-left: 3px solid #333;
      line-height: 20px;
      font-weight: bold; }
    .content .content-right table {
      width: 100%; }
    .content .content-right .clear {
      height: 20px;
      float: left;
      width: 100%;
      clear: both; }

/***
banner头部 公共样式 Start
***/
.pageBannerTop {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden; }
  .pageBannerTop .marginCommon {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
    overflow: hidden; }
    .pageBannerTop .marginCommon h1 {
      color: #fff;
      font-size: 58px;
      letter-spacing: 0;
      margin: 0; }
  .pageBannerTop .trans {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  .pageBannerTop img.banner {
    position: absolute;
    width: 2400px;
    height: 100%;
    left: calc((100vw - 2400px) / 2);
    z-index: -1; }
  .pageBannerTop.pageBannerTopCommpn .duplicate {
    color: var(--base-color-5);
    font-size: 18px; }
  .pageBannerTop .desc {
    color: #fff;
    font-size: 30px;
    margin-top: 50px; }

/***
advantage 优势-为什么选择我们 Start
***/
.advantage {
  background: #ffffff; }
  .advantage .spaceCommon {
    padding: 80px 0; }
    .advantage .spaceCommon h2 {
      color: var(--title-color);
      font-size: 40px;
      text-align: center; }
  .advantage .advantageWrap {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(4, 23%);
    margin-top: 60px; }
    .advantage .advantageWrap .advantageItem {
      padding: 30px 20px;
      border-radius: 20px;
      background: #ffffff;
      filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1)); }
      .advantage .advantageWrap .advantageItem .icon {
        width: 50px;
        height: 50px;
        background: var(--column-bg-dark-color);
        border-radius: 22px; }
        .advantage .advantageWrap .advantageItem .icon:after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background: var(--primary-color); }
      .advantage .advantageWrap .advantageItem.price .icon:after {
        -webkit-mask: url(../../static/images/index/icon_price.png) center center no-repeat;
        mask: url(../../static/images/index/icon_price.png) center center no-repeat;
        -webkit-mask-size: 28px;
        mask-size: 28px; }
      .advantage .advantageWrap .advantageItem.expert .icon:after {
        -webkit-mask: url(../../static/images/index/icon_expert.png) center center no-repeat;
        mask: url(../../static/images/index/icon_expert.png) center center no-repeat;
        -webkit-mask-size: 26px;
        mask-size: 26px; }
      .advantage .advantageWrap .advantageItem.storage .icon:after {
        -webkit-mask: url(../../static/images/index/icon_index_offer_storage1.png) center center no-repeat;
        mask: url(../../static/images/index/icon_index_offer_storage1.png) center center no-repeat;
        -webkit-mask-size: 26px;
        mask-size: 26px; }
      .advantage .advantageWrap .advantageItem.safety .icon:after {
        -webkit-mask: url(../../static/images/index/icon_safety.png) center center no-repeat;
        mask: url(../../static/images/index/icon_safety.png) center center no-repeat;
        -webkit-mask-size: 30px;
        mask-size: 30px; }
      .advantage .advantageWrap .advantageItem .title {
        margin-top: 20px;
        color: var(--text-color-3);
        font-size: 20px;
        font-weight: bold;
        text-align: left; }
      .advantage .advantageWrap .advantageItem .desc {
        margin-top: 30px; }
        .advantage .advantageWrap .advantageItem .desc p {
          line-height: 20px;
          padding-left: 15px;
          margin-top: 10px;
          position: relative; }
          .advantage .advantageWrap .advantageItem .desc p:before {
            content: "";
            position: absolute;
            left: 0;
            top: 8px;
            width: 5px;
            height: 5px;
            background: var(--primary-color);
            border-radius: 5px; }

/*HTML公共提示*/
.origin-message {
  position: fixed;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  min-width: 380px;
  overflow: hidden;
  padding: 15px 15px 15px 20px;
  border-radius: 4px;
  border: 1px solid var(--block-light-border-color);
  background-color: var(--block-bg-color);
  transition: opacity .3s, transform .4s, top .4s;
  z-index: 2000; }
  .origin-message .icon {
    font-family: element-icons !important;
    margin-right: 10px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .origin-message.message-success {
    background-color: var(--success-plain-bg-color);
    border-color: var(--success-plain-border-color); }
    .origin-message.message-success .icon {
      color: var(--success-status-color); }
      .origin-message.message-success .icon:before {
        content: "\e79c"; }
    .origin-message.message-success .desc {
      color: var(--success-status-color); }
  .origin-message.message-warning {
    background-color: var(--warning-plain-bg-color);
    border-color: var(--warning-disabled-plain-border-color); }
    .origin-message.message-warning .icon {
      color: var(--warning-color); }
      .origin-message.message-warning .icon:before {
        content: "\e7a3"; }
    .origin-message.message-warning .desc {
      color: var(--warning-color); }
  .origin-message.message-error {
    background-color: var(--danger-plain-bg-color);
    border-color: var(--danger-disabled-plain-border-color); }
    .origin-message.message-error .icon {
      color: var(--danger-color); }
      .origin-message.message-error .icon:before {
        content: "\e79d"; }
    .origin-message.message-error .desc {
      color: var(--danger-color); }

/*公告-通知*/
.el-common .el-dialog {
  display: flex;
  flex-flow: column;
  max-height: 90VH;
  top: 50%;
  margin-top: 0 !important;
  margin-bottom: 0;
  border-radius: 20px;
  transform: translate(0, -50%); }
  .el-common .el-dialog .el-dialog__header .el-dialog__title {
    font-size: 20px;
    font-weight: bold; }
  .el-common .el-dialog .el-dialog__header {
    padding: 25px 20px 5px; }
  .el-common .el-dialog .el-dialog__body {
    flex: 1;
    color: var(--text-color-4);
    font-size: 15px;
    padding: 0 12px 25px;
    margin: 25px 12px 0;
    overflow-y: auto;
    word-break: normal; }
    .el-common .el-dialog .el-dialog__body::-webkit-scrollbar {
      width: 7px;
      height: 7px;
      z-index: 999; }
    .el-common .el-dialog .el-dialog__body::-webkit-scrollbar-track {
      border-radius: 50px; }
    .el-common .el-dialog .el-dialog__body::-webkit-scrollbar-thumb {
      border-radius: 50px;
      background: rgba(142, 142, 142, 0.5); }
    .el-common .el-dialog .el-dialog__body ol, .el-common .el-dialog .el-dialog__body ul {
      list-style: revert;
      margin-block-start: 1em;
      padding-inline-start: 40px; }
      .el-common .el-dialog .el-dialog__body ol li, .el-common .el-dialog .el-dialog__body ul li {
        list-style: revert;
        margin-bottom: 8px; }
        .el-common .el-dialog .el-dialog__body ol li::marker, .el-common .el-dialog .el-dialog__body ul li::marker {
          font-size: 18px; }
        .el-common .el-dialog .el-dialog__body ol li ol li, .el-common .el-dialog .el-dialog__body ol li ul li, .el-common .el-dialog .el-dialog__body ul li ol li, .el-common .el-dialog .el-dialog__body ul li ul li {
          margin-bottom: 0; }
  .el-common .el-dialog .el-dialog__footer button {
    width: 200px; }

/*# sourceMappingURL=common.css.map */
