/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #4d5c63;
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.ant-carousel .slick-list .slick-slide input.ant-radio-input,
.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
  visibility: hidden;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
  visibility: visible;
}
.ant-carousel .slick-list .slick-slide > div > div {
  vertical-align: bottom;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  touch-action: pan-y;
}
.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}
.ant-carousel .slick-track::after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev::before {
  content: '←';
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next::before {
  content: '→';
}
.ant-carousel .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex !important;
  justify-content: center;
  margin-right: 15%;
  margin-bottom: 0;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
}
.ant-carousel .slick-dots-bottom {
  bottom: 12px;
}
.ant-carousel .slick-dots-top {
  top: 12px;
  bottom: auto;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  flex: 0 1 auto;
  box-sizing: content-box;
  width: 16px;
  height: 3px;
  margin: 0 4px;
  padding: 0;
  text-align: center;
  text-indent: -999px;
  vertical-align: top;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li button::after {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  content: '';
}
.ant-carousel .slick-dots li.slick-active {
  width: 24px;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}
.ant-carousel .slick-dots li.slick-active:hover,
.ant-carousel .slick-dots li.slick-active:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  flex-direction: column;
  width: 3px;
  height: auto;
  margin: 0;
  transform: translateY(-50%);
}
.ant-carousel-vertical .slick-dots-left {
  right: auto;
  left: 12px;
}
.ant-carousel-vertical .slick-dots-right {
  right: 12px;
  left: auto;
}
.ant-carousel-vertical .slick-dots li {
  width: 3px;
  height: 16px;
  margin: 4px 0;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active {
  width: 3px;
  height: 24px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
.ant-carousel-rtl {
  direction: rtl;
}
.ant-carousel-rtl .ant-carousel .slick-track {
  right: 0;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev {
  right: -25px;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev::before {
  content: '→';
}
.ant-carousel-rtl .ant-carousel .slick-next {
  right: auto;
  left: -25px;
}
.ant-carousel-rtl .ant-carousel .slick-next::before {
  content: '←';
}
.ant-carousel-rtl.ant-carousel .slick-dots {
  flex-direction: row-reverse;
}
.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
  flex-direction: column;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
html {
  height: 100%;
  overflow: -moz-hidden-unscrollable;
}
body {
  width: 100vw;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f4f7f8;
  -ms-overflow-style: none;
}
.opration___1Or-V {
  width: 100%;
  padding: 0 24px 30px;
  background-color: #fff;
}
.opration___1Or-V h3 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}
.sidermeanTag___11NRZ {
  margin-left: 6px;
  color: #ff4d4f;
  border-radius: 2px;
}
.sendEmail___32GVm {
  width: 50px;
  height: 50px;
}
.feedback___2OcrI {
  position: fixed;
  right: 45px;
  bottom: 20px;
  width: 50px;
  height: 50px;
}
.FeedBackPop___1suaV {
  position: fixed;
  right: -10px;
  bottom: 80px;
  width: 200px;
  height: 50px;
}
.connectManager___1gV2d {
  position: fixed;
  right: 30px;
  bottom: 80px;
  width: 50px;
  height: 50px;
}
.copyStuff___Xqazv {
  margin-right: -4px;
  color: #268dff;
  font-size: 14px;
}
.primarytext___UrIZP {
  color: #268DFF;
}
.contendSpacing___2sEMC {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 700px;
  padding: 30px 24px 0;
}
.contendSpacing___2sEMC .cardInfo___1y_ow {
  width: 100%;
  max-width: 670px;
  background: #fff;
  border-radius: 3px;
}
.contendSpacing___2sEMC .cardInfo___1y_ow h3 {
  font-weight: 300;
  font-size: 18px;
  text-align: center;
}
.contendSpacing___2sEMC .cardIcon___2iN0s {
  width: 30px;
  padding-right: 20px;
  color: #268DFF;
  text-align: center;
}
.contendSpacing___2sEMC .leftCard___2oWU6 {
  padding: 26px 36px !important;
  background: #fff;
}
.contendSpacing___2sEMC .leftCard___2oWU6 h3 {
  margin-bottom: 40px;
}
.contendSpacing___2sEMC .leftCard___2oWU6 ul {
  padding-left: 0;
  list-style-type: none;
}
.contendSpacing___2sEMC .leftCard___2oWU6 ul li {
  margin-bottom: 36px;
}
.contendSpacing___2sEMC .leftCard___2oWU6 ul li span {
  display: table-cell;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
.contendSpacing___2sEMC .rightCard___1fEOp {
  padding: 24px 24px 0 16px !important;
  background: #268DFF;
}
.contendSpacing___2sEMC .rightCard___1fEOp h3 {
  margin-bottom: 26px;
  color: #fff;
}
.contendSpacing___2sEMC .rightCard___1fEOp .ant-form-item-label > label {
  color: #fff;
}
.opration___1Or-V {
  width: 100%;
  padding: 0 24px 30px;
  background-color: #fff;
}
.opration___1Or-V h3 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}
.opration___1Or-V ol {
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 26px;
}
.opration___1Or-V ol li {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 16px;
}
.oprationHasBg___37wRe {
  width: 100%;
  padding: 24px 24px 0;
}
.oprationHasBg___37wRe h3 {
  margin-bottom: 20px;
  color: #4d5c63;
  font-size: 16px;
  line-height: 30px;
}
.oprationHasBg___37wRe p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
}
.oprationHasBg___37wRe ol {
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 26px;
}
.oprationHasBg___37wRe ol li {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 16px;
}
.resultContain___TYbWv {
  display: flex;
  align-items: center;
  justify-content: center;
  /* 水平居中 */
  height: calc(100vh - 60px);
}
.resultContain___TYbWv img {
  display: inline-block;
}
.monospacedFont___2S9q- {
  font-weight: 300 !important;
  font-family: Courier New, sans-serif !important;
}
.sansFont___DxH6d {
  font-weight: 300 !important;
  font-family: sans-serif !important;
}
.container___1W_MZ {
  padding: 30px;
}
.detailDrawerContent___1QKqN {
  padding: 0 30px;
}
.formFooterButtonGroup___1mMdY {
  margin-bottom: 0;
  text-align: right;
}
.decoration___3BLfj {
  color: #268dff;
  text-decoration: underline;
}
.decoration___3BLfj:hover {
  color: #268dff;
}
.detailsRow___24lA- {
  width: calc(100% - 15px);
  margin-bottom: 16px;
  padding-bottom: 10px;
  line-height: inherit;
}
.detailsRow___24lA- h3 {
  width: calc(100% + 30px);
  margin-bottom: 15px;
  margin-left: -30px;
  padding: 16px 30px;
  font-size: 18px;
  background: #e9eef1;
}
.detailsRow___24lA- .lable___1L6lz {
  color: #7f8892;
  font-weight: 400;
}
.detailsRow___24lA- .content___tZppJ {
  overflow: auto;
  overflow-x: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.orderProgressTit___2pMw6 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: normal;
}
.orderOpration___uvmUA {
  padding: 15px 30px 15px;
}
.orderDetailsRow___1NdfC {
  width: 100%;
  margin: 0;
  padding-bottom: 10px;
  overflow: hidden;
  line-height: inherit;
}
.orderDetailsRow___1NdfC h3 {
  margin: 0 0 16px 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.15em;
}
.orderDetailsRow___1NdfC .lable___1L6lz {
  float: left;
  width: 30%;
  min-width: 75px;
  max-width: 130px;
  min-height: 1px;
  color: #7f8892;
  font-weight: 300;
  text-align: right;
}
.orderDetailsRow___1NdfC .content___tZppJ {
  float: left;
  width: 70%;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.orderDetailPartInfo___1vYGh h3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}
.orderDetailPartInfo___1vYGh .orderDetailsRow___1NdfC {
  border-left: 5px solid #e9eef1 !important;
}
.modalDetailsRow___3Zyq- {
  width: 100%;
  margin: 0;
  padding-bottom: 10px;
  overflow: hidden;
  line-height: inherit;
}
.modalDetailsRow___3Zyq- .lable___1L6lz {
  float: left;
  width: 26%;
  max-width: 100px;
  color: #09203a;
  font-weight: 400;
  text-align: right;
}
.modalDetailsRow___3Zyq- .content___tZppJ {
  float: left;
  width: 74%;
  padding-left: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.infomationDetailsRow___Y7opQ {
  width: calc(100% - 15px);
  margin: 0;
  padding-bottom: 14px;
  line-height: 1.6;
}
.infomationDetailsRow___Y7opQ h3 {
  margin: 0 0 16px 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.15em;
}
.infomationDetailsRow___Y7opQ .lable___1L6lz {
  display: table-cell;
  font-weight: 500;
  text-align: right;
}
.infomationDetailsRow___Y7opQ .content___tZppJ {
  display: table-cell;
  min-width: 300px;
  max-width: 400px;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.orgDetailsRow___3y3FK {
  clear: both;
  width: 100%;
  margin: 0;
  padding-bottom: 6px;
  overflow: hidden;
  line-height: 1.6;
}
.orgDetailsRow___3y3FK .lable___1L6lz {
  float: left;
  width: 70px;
  min-height: 30px;
  color: #7f8892;
  font-weight: 300;
  text-align: right;
}
.orgDetailsRow___3y3FK .content___tZppJ {
  float: left;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.informationLabel___3azKg {
  margin-bottom: 4px;
  line-height: 1.6;
}
.Tit___lpZ6U {
  margin: 0;
  padding: 6px 0;
  color: #9ca4ad;
}
.Cel___ArgVF {
  display: table-cell;
  padding: 6px 0;
  overflow: hidden;
  color: #285060;
  font-size: 14px;
  text-overflow: ellipsis;
  vertical-align: top;
  word-break: break-all;
}
.codeContain___16AK3 code {
  display: block;
  margin: 8px 0 20px;
  padding: 12px;
  color: #c7c7c7;
  word-break: break-all;
  background: #263239;
  border-radius: 4px;
}
.basicTitle___OOInF {
  padding: 22px 24px 20px;
  background: #fff;
}
.basicTitle___OOInF .shiledImg___1y9xB {
  display: block;
  float: left;
  width: 70px;
  padding: 20px 20px 0 0;
}
.basicTitle___OOInF h1 {
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 1em;
}
.basicTitle___OOInF .productInfo___3m1k4 {
  margin-bottom: 0;
  color: #afb8c2;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .basicTitle___OOInF {
    padding: 22px 24px 20px;
    background: #fff;
  }
  .basicTitle___OOInF .shiledImg___1y9xB {
    display: block;
    float: left;
    width: 50px;
    padding: 30px 10px 0 0;
  }
  .basicTitle___OOInF h1 {
    margin-top: 20px;
    margin-bottom: 6px;
    padding: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 1em;
  }
  .basicTitle___OOInF .productInfo___3m1k4 {
    height: 20px;
    margin-bottom: 0;
    color: #afb8c2;
    font-size: 16px;
  }
}
.basicInfo___3yXDP {
  padding: 24px 24px 12px;
}
.basicInfo___3yXDP h3 {
  margin-bottom: 12px;
  color: #909ca5;
  font-weight: normal;
  font-size: 13px;
}
.basicInfo___3yXDP p {
  font-weight: 500;
  font-size: 16px;
}
.details-note-card___3Bx3t {
  position: relative;
  float: left;
  width: 270px;
  margin: 5px 15px 15px 0;
  padding: 5px 10px 7px 10px;
  background: #e9eef1;
  border-radius: 4px;
}
.details-note-card___3Bx3t p {
  max-width: 240px;
  margin-bottom: 2px;
  overflow: hidden;
  color: #8997a6;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.details-note-card___3Bx3t .close___2tbdX {
  position: absolute;
  top: 4px;
  right: 10px;
  color: #8997a6;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.drawerTitle___3p8iP {
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 22px;
  line-height: 1.3em;
}
.drawerDes___33xmK {
  margin-bottom: 0;
  color: #8997a6;
  font-size: 17px;
}
.needTodo___rqSqe {
  padding: 10px 30px 20px;
}
.needTodo___rqSqe .orderProgressTit___2pMw6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}
.needTodo___rqSqe .orderDetailsRow___1NdfC {
  margin-bottom: 0;
  padding-bottom: 2px;
  border-left: none;
}
.needTodo___rqSqe .orderDetailsRow___1NdfC .content___tZppJ {
  padding-left: 0;
  word-break: break-all;
}
.buttonInline___1CAjl {
  height: 20px;
  padding: 0;
  line-height: 20px;
}
.copyright____Qzdr {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 24px 0 24px;
  text-align: center;
}
.ellipsis___3Jj9l {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.formBtnRight___8eOyD {
  margin-bottom: 0;
  text-align: right;
}
.dcvAlertMessage___2RlUp {
  font-size: 13px;
}
.dcvAlertMessage___2RlUp p {
  margin-top: 3px;
  margin-bottom: 0;
}
.dcvAlertMessage___2RlUp ul {
  padding-left: 20px;
  line-height: 24px;
  list-style-type: none;
}
.dcvAlertMessage___2RlUp ul.disStyle___3r3Nr {
  margin: 5px 0;
  list-style: disc;
}
*::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
* {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
}
input[type='text'], input[type='password'], input[type='number'], .ant-select-multiple .ant-select-selector, .ant-input-affix-wrapper, textarea {
  font-weight: 200;
  background-color: #fff;
  border: 1px solid #c9d2dc;
  box-shadow: 0 0 0 1000px #ffffff inset !important;
}
input:-internal-autofill-selected, .ant-input:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #333 !important;
}
.ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  background-color: rgba(0, 0, 0, 0) !important;
}
.ant-result-subtitle {
  font-size: 16px;
}
.ant-layout {
  height: 100%;
  min-height: 100vh;
  overflow: scroll;
  background: #f5f7f8;
}
.ant-popover-inner-content {
  min-width: 210px;
  padding: 6px 10px;
}
.ant-checkbox-wrapper {
  margin: 0 0 6px 0 !important;
}
tr.ant-table-measure-row {
  visibility: collapse;
}
.ant-page-header.has-breadcrumb {
  padding-top: 0 !important;
}
.ant-page-header {
  padding: 0 0 0 24px;
}
.ant-dropdown-menu {
  padding: 0;
}
.ant-page-header-heading-title {
  margin: 20px 0;
  color: #4d5c63;
  font-weight: normal;
  font-size: 32px;
  font-style: normal;
  line-height: 48px;
}
.ant-dropdown-menu-item-divider {
  margin: 0 !important;
  padding: 0 !important;
}
.ant-pro-global-header-trigger {
  display: none;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .ant-pro-global-header-trigger {
    display: block;
  }
}
.ant-pro-global-header-trigger:hover {
  background: #268DFF;
}
.ant-breadcrumb {
  display: none;
}
.ant-pro-page-header-wrap-children-content {
  margin: 0 !important;
  padding-bottom: 90px !important;
}
.ant-pro-sider-menu-sider {
  box-shadow: none !important;
}
.noticeDropdown {
  min-width: 320px !important;
}
.noticeDropdown .ant-dropdown-menu-item-group-list {
  margin: 0;
}
.noticeDropdown .ant-dropdown-menu-item-group-title {
  height: 52px;
  padding: 0 12px;
  color: #797979;
  font-weight: 400;
  font-size: 15px;
  line-height: 52px;
  background: #dfe7f1;
}
.noticeDropdown .ant-dropdown-menu-item, .noticeDropdown .ant-dropdown-menu-submenu-title {
  padding: 0;
  border-bottom: 1px solid #e2e2e2;
}
.noticeDropdown .ant-dropdown-menu-item > div, .noticeDropdown .ant-dropdown-menu-submenu-title > div {
  height: 56px;
  min-height: 56px;
  padding: 5px 14px;
  font-size: 12px;
}
.noticeDropdown .ant-dropdown-menu-item:hover, .noticeDropdown .ant-dropdown-menu-submenu-title:hover {
  background: #e9e9e9;
}
.noticeDropdown .noticeDropdownTitle {
  height: 52px;
  padding: 0 12px;
  color: #797979;
  font-weight: 400;
  font-size: 15px;
  line-height: 52px;
  background: #f4f5f7;
}
.noticeDropdown .noticeDropdownAll {
  padding: 12px 12px;
  background: #f4f5f7;
}
.noticeDropdown .noticeDropdownAll:hover {
  background: #f4f5f7;
}
.noticeDropdown .noticeDropdownAll > div {
  height: 34px;
  min-height: 34px;
  padding: 5px 15px;
  font-size: 14px;
  border-bottom: none;
}
.noNotice {
  padding: 50px 0;
  color: #979797;
  text-align: center;
  background: #fff;
}
.noNotice:hover {
  background: #fff;
}
.ant-upload-list-item-name {
  color: #4d5c63 !important;
}
.ant-input-affix-wrapper > input.ant-input {
  background: #fff;
  box-shadow: none;
}
.ant-modal-header {
  margin-bottom: 0;
  padding: 13px 30px 10px 30px;
  background: #e9eef1 !important;
  border: none;
  border-radius: 6px 6px 0 0;
}
.ant-modal-header .ant-modal-title {
  color: #4c5b63;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.5;
}
.ant-page-header-heading-left {
  margin: 0;
}
.ant-pro-grid-content {
  position: relative;
  min-height: 40vh;
}
.ant-modal-content {
  overflow: hidden;
  background: #f5f7f8 !important;
  border-radius: 6px !important;
}
.ant-modal-body {
  padding: 30px 30px 30px 30px !important;
}
.ant-modal-confirm .ant-modal-body {
  padding: 20px !important;
}
.ant-select-dropdown {
  border: 1px solid #c9d2dc !important;
}
.statusSelect.ant-select-dropdown {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.ant-form {
  max-width: 990px;
}
.ant-select-item {
  margin: 0;
  font-weight: 200;
  word-wrap: break-word;
  list-style: none;
}
.ant-select-item.ant-select-item-group {
  color: #454545;
  font-weight: bold;
  background: #dae9ea;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  width: 100%;
  height: 30px;
  color: #4c5b63;
  line-height: 28px;
  background: linear-gradient(to bottom, #fff, #e9eef1);
  border: 1px solid #c9d2dc;
  border-radius: 3px;
}
.ant-select-single .ant-select-selector .ant-select-selection-item, .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  line-height: 28px;
}
.ant-upload-list {
  margin-bottom: 4px;
}
.ant-select-item-option.ant-select-item-option-disabled:hover, .ant-select-item-option.ant-select-item-option-active:hover {
  background: #f0f0f0;
}
.ant-select-item-option.ant-select-item-option-selected:hover {
  background-color: #a8d0d8 !important;
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background: #fff;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #fff;
  font-weight: 200;
  background-color: #a8d0d8;
}
.ant-menu {
  padding: 0 !important;
  font-weight: 400;
  font-size: 14px;
}
.ant-form-item-extra {
  color: #8e8e8e;
  font-size: 12px;
}
.ant-layout-header {
  padding: 0;
}
.ant-layout-header .ant-pro-global-header {
  width: 100%;
  background-color: #268DFF;
}
.ant-pro-sider-menu-logo {
  padding: 0 12px;
  background: #268DFF;
}
.ant-pro-sider-menu-logo h1 {
  display: none;
  margin: 3px 0 0 12px;
  font-weight: 400;
  font-size: 28px;
}
.ant-pro-sider-menu-logo img {
  height: 56px;
}
.ant-pro-sider-menu-logo a {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .ant-pro-sider-menu-logo {
    display: none;
  }
}
.ant-pro-sider-menu {
  height: 100%;
}
.ant-btn {
  min-width: 78px;
  font-weight: 300;
  border-radius: 3px;
}
.ant-btn.ant-btn-circle {
  min-width: 32px;
  border-radius: 50%;
}
.ant-btn.ant-btn-link {
  min-width: 30px;
}
.ant-btn > .anticon + span {
  margin-left: 4px;
}
.ant-btn-default:hover, .ant-btn-default:focus {
  color: #2278d7;
  border: 1px solid #2278d7 !important;
}
.ant-btn-primary {
  border-color: #2278d7;
}
.ant-btn-primary:hover, .ant-btn-primary:focus {
  background-color: #2278d7;
  border-color: #526e6f;
}
.ant-table {
  color: #63768a;
}
.ant-table .ant-table-cell:first-child {
  padding-left: 26px !important;
}
.ant-table .ant-table-cell:last-child {
  padding-right: 26px !important;
}
.ant-divider-vertical {
  margin: 0 2px;
}
.ant-table-thead > tr > th, .ant-table tfoot > tr > th {
  padding: 11px 8px !important;
  color: #4c5b63 !important;
  background: #e3e8ec !important;
}
.ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: #f7fbfd;
}
.ant-table-tbody > tr > td, .ant-table tfoot > tr > td {
  padding: 10px 8px !important;
}
.ant-table-tbody > tr > td.tableNoPadding, .ant-table tfoot > tr > td.tableNoPadding {
  padding: 0 !important;
}
.ant-table-tbody > tr > td {
  vertical-align: middle !important;
  word-break: break-all !important;
  border-bottom: none !important;
}
.ant-menu-dark .ant-menu-item, .ant-menu-dark .ant-menu-item-group-title, .ant-menu-dark .ant-menu-item > a {
  color: #fff;
  font-weight: 300;
}
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title {
  margin: 0;
  color: #fff;
  font-weight: 300;
}
.ant-menu-item .anticon, .ant-menu-submenu-title .anticon {
  font-size: 16px;
}
.ant-menu-item.ant-menu-item-only-child {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: #fff;
}
.ant-menu-dark > .ant-menu-item.ant-menu-item-only-child > span > a {
  color: #fff !important;
}
.ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open.ant-menu-submenu-selected .ant-menu-submenu-title {
  background: rgba(255, 255, 255, 0.07);
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background: rgba(255, 255, 255, 0.07);
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-sub .ant-menu-item-only-child.ant-menu-item-selected {
  position: relative;
  background: rgba(0, 0, 0, 0);
}
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-inline > .ant-menu-item {
  height: 55px;
  line-height: 55px;
}
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow, .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  display: none;
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-sub .ant-menu-item-only-child.ant-menu-item-selected::after {
  position: absolute;
  top: 4px;
  left: 30px;
  width: 3px;
  height: 28px;
  background: #268DFF;
  content: '';
}
.ant-menu-dark .ant-menu-sub, .ant-menu.ant-menu-dark .ant-menu-sub {
  background-color: #1b282d !important;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item {
  height: 36px;
  line-height: 36px;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item a {
  height: 28px;
  margin: 4px 0;
  font-size: 12px;
  line-height: 28px;
}
li.ant-menu-submenu-inline:not(.ant-menu-submenu-open):hover {
  position: relative;
}
li.ant-menu-submenu-inline:not(.ant-menu-submenu-open):hover ul.ant-menu-inline.ant-menu-sub.ant-menu-hidden {
  position: absolute;
  top: 0;
  right: -200px;
  z-index: 9999;
  display: block;
  width: 200px;
  background: #253239;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
li.ant-menu-submenu-inline:not(.ant-menu-submenu-open):hover ul.ant-menu-inline.ant-menu-sub.ant-menu-hidden .ant-menu-item.ant-menu-item-only-child {
  padding-left: 30px;
}
li.ant-menu-submenu-inline:not(.ant-menu-submenu-open):hover ul.ant-menu-inline.ant-menu-sub.ant-menu-hidden .ant-menu-item.ant-menu-item-only-child.ant-menu-item-selected::after {
  display: none;
}
li.ant-menu-submenu-inline:not(.ant-menu-submenu-open):hover .ant-menu-item {
  padding-left: 25px !important;
}
.ant-breadcrumb + .ant-page-header-heading {
  margin-top: 0;
}
.ant-table-pagination.ant-pagination {
  margin: 16px 30px 16px !important;
}
.ant-tabs-bar {
  margin: 0 0 24px 0;
  border-bottom: 1px solid #ddd;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  border-color: #ddd;
  border-bottom: 1px solid #ddd;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  border-color: #ddd;
  border-bottom: 1px solid #fff;
}
.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 0 0 8px;
}
.ant-dropdown-menu-item-group-title {
  background: #f4f5f7;
}
.ant-dropdown-menu-item, .ant-dropdown-menu-submenu-title {
  padding: 5px;
}
.ant-dropdown-menu-item > a, .ant-dropdown-menu-submenu-title > a {
  margin: -5px 0;
}
.ant-form-item-label > label {
  color: #555555;
}
.ant-upload.ant-upload-drag {
  background: #fff;
}
.ant-upload.ant-upload-drag .ant-upload {
  padding: 14px 0;
}
.ant-form-item .ant-upload.ant-upload-drag {
  background: #fff;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
  margin-bottom: 0;
  font-size: 15px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 13px;
}
.ant-pro-basicLayout {
  height: 100%;
  overflow: hidden;
}
.ant-pro-basicLayout-children-content-wrap {
  height: 100%;
  margin: 0;
}
.ant-pro-basicLayout-content {
  margin: 0;
}
.ant-pro-basicLayout-content .ant-pro-page-header-wrap {
  margin: 0;
}
.ant-drawer {
  top: 60px;
  transition: all 1s;
}
.ant-drawer-header {
  padding: 20px 24px 20px 24px;
  background: #dde2e6;
}
.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: -4px 1px 15px #8997a6;
}
.ant-drawer-body {
  padding: 0 !important;
  background: #f6f7f8 !important;
}
.ant-drawer-body h3 {
  margin-bottom: 15px;
  padding: 16px 30px;
  color: #4c5b63 !important;
  font-size: 18px;
  background: #e9eef1;
}
.csrOnlineForm .onlineFormItem {
  padding-right: 10px;
}
@media screen and (max-width: 576px) {
  .csrOnlineForm .onlineFormItem {
    padding-right: 0;
  }
}
.formWarp {
  display: block;
}
.formRow {
  width: 100%;
}
.formRow p {
  height: 22px;
  font-weight: 300;
}
.formRow .ant-form-item {
  margin-right: 0 !important;
}
.recentDomainList___1p_FB {
  padding-left: 34px;
  list-style: disc;
}
.hlayoutForm___1tvzQ .ant-btn > .anticon + span {
  margin-left: 3px;
}
@keyframes myfirst___1YbeP {
  0% {
    padding-left: 0;
  }
  20% {
    padding-left: 3px;
  }
  40% {
    padding-left: 6px;
  }
  60% {
    padding-left: 3px;
  }
  80% {
    padding-left: 0;
  }
}
.settingInfo___hyjX- {
  width: 100%;
  max-width: 990px;
}
.settingInfo___hyjX- h2 {
  margin: 0 0 16px 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.15em;
}
.settingInfo___hyjX- h3 {
  margin: 0 0 16px 0;
  color: #4c5b63;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.15em;
}
.settingInfo___hyjX- h4 {
  margin-bottom: 4px;
}
.settingInfo___hyjX- .lableDescription___3OmrX {
  width: 100%;
  margin-bottom: 13px;
  overflow: hidden;
}
.settingInfo___hyjX- .lableDescription___3OmrX .descriptionTit___3wom5 {
  float: left;
  width: 30%;
  min-width: 75px;
  max-width: 132px;
  min-height: 30px;
  color: #7f8892;
  font-weight: 300;
  text-align: right;
}
.settingInfo___hyjX- .lableDescription___3OmrX .descriptionCel___1QqN8 {
  float: left;
  width: 70%;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.settingInfo___hyjX- .lableDescription___3OmrX .shortDescriptionTit___24Ct4 {
  float: left;
  width: 30%;
  min-width: 75px;
  max-width: 110px;
  color: #7f8892;
  font-weight: 300;
  text-align: right;
}
.settingInfo___hyjX- .lableDescription___3OmrX .shortDescriptionCel___34Acs {
  float: left;
  width: 70%;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.settingInfo___hyjX- .oprationList___3AgxV {
  padding-left: 0;
  list-style-type: none;
}
.settingInfo___hyjX- .oprationList___3AgxV p {
  padding-left: 30px;
}
.settingInfo___hyjX- .oprationList___3AgxV .effectiveIcon___2gvdz {
  padding: 0 10px 0 0;
  font-size: 16px;
}
.settingInfo___hyjX- .oprationList___3AgxV .waitIcon___zahdg {
  padding: 0 10px 0 0;
  font-size: 16px;
}
.settingInfo___hyjX- .settingPart___1ijfJ {
  margin-bottom: 25px;
}
.settingInfo___hyjX- .lableTitle___2aYDY {
  margin-bottom: 6px;
  font-weight: 400;
  text-align: inherit;
}
.settingInfo___hyjX- .lableSmallTitle___3LHSb {
  margin-top: 6px;
  margin-bottom: 4px;
  color: #555555;
  font-size: 14px;
}
.settingInfo___hyjX- .radioStyle____U7_Q {
  display: block;
  line-height: 30px;
}
.domainsContain___24pvK {
  position: relative;
  width: 100%;
  height: auto;
  margin: 10px 0 0;
  padding: 10px;
  background: white;
  border: 1px solid #c9d2dc;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px 0 rgba(144, 144, 144, 0.5);
}
.domainsCommon___2Nti9,
.domainsSans___3GZza {
  width: 100%;
  margin-bottom: 6px;
  font-weight: bold;
}
.domainsSans___3GZza {
  position: absolute;
  top: 70px;
  left: 0;
  width: calc(100% - 24px);
  padding-left: 10px;
}
.deleteIcon___PZu5Y {
  float: right;
  color: var(--primary-color);
  cursor: pointer;
}
.nameItems___3HgzW {
  position: relative;
  padding: 0 60px 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #d4dcde;
  border-radius: 2px;
}
.close___2tbdX {
  position: absolute;
  right: 10px;
  z-index: 9;
  padding: 0 4px;
  top: 0px;
}
.domainInput___14a4o {
  padding-left: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.domainInput___14a4o:focus {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.ressiueListStyle___gduEa {
  width: 100%;
  max-height: 400px;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ressiueListStyle___gduEa li {
  width: 100%;
  max-width: 400px;
  overflow: hidden;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.animationIconWrap___y3C2A {
  position: relative;
}
.animationIcon___2vU2A {
  position: absolute;
  top: -5px;
  left: -30px;
  width: 28px;
  color: orange;
  font-size: 16px;
  animation: myfirst___1YbeP 1s linear infinite;
}
.SortableHelper___u0G0A {
  position: relative;
  padding: 0 10px;
  background: #d4dcde;
  border-radius: 2px;
}
.SortableHelper___u0G0A .close___2tbdX {
  position: absolute;
  right: 10px;
  z-index: 9;
  padding: 0 4px;
}
.domainInput___14a4o {
  padding-left: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.domainInput___14a4o:focus {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.expectImg___3Kd0j {
  width: 90%;
  margin: 0 auto;
  padding-top: 20%;
  text-align: center;
}
.expectImg___3Kd0j p {
  color: #b5b5b5;
  font-size: 24px;
  text-shadow: -1px -1px 0 rgba(53, 53, 53, 0.7);
}
.expectImg___3Kd0j img {
  width: 100%;
  max-width: 400px;
}
.shellPage____aNPI {
  max-width: 990px;
  margin: 30px;
}
.shellPage____aNPI h3 {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
}
.shellPage____aNPI div.imgContain___2w0pV {
  min-height: 290px;
  margin-bottom: 24px;
  padding: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.shellPage____aNPI div.imgContain___2w0pV img {
  width: 100%;
  max-width: 110px;
  margin-bottom: 12px;
}
.shellPage____aNPI div.imgContain___2w0pV p {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-input {
    height: 32px;
  }
  .ant-pro-basicLayout .ant-input {
    height: 32px;
  }
  .ant-pro-basicLayout .ant-input-affix-wrapper {
    height: 30px !important;
  }
  .ant-pro-basicLayout .ant-input-affix-wrapper input.ant-input {
    height: 100%;
  }
}
.connectUs___3F0EK {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.connectUs___3F0EK img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .connectUs___3F0EK {
    display: none;
  }
}
.userDisabledSelect___3vKxN {
  -moz-user-select: none;
  /* Firefox私有属性 */
  -webkit-user-select: none;
  /* WebKit内核私有属性 */
  -ms-user-select: none;
  /* IE私有属性(IE10及以后) */
  /* KHTML内核私有属性 */
  -o-user-select: none;
  /* Opera私有属性 */
  user-select: none;
  /* CSS3属性 */
}
.noticeContent___1ENpU {
  display: table-cell;
}
.noticeContent___1ENpU h1 {
  margin: 0;
  color: #4d5c63;
  font-weight: 500;
  font-size: 16px;
}
.noticeContent___1ENpU h2 {
  margin: 20px 0;
  color: #4d5c63;
  font-size: 18px;
}
.noticeContent___1ENpU h3 {
  color: #4d5c63;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
}
.noticeContent___1ENpU h4 {
  margin: 10px 0;
  color: #4d5c63;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
.noticeContent___1ENpU h5 {
  margin: 10px 0;
  color: #4d5c63;
  font-weight: 600;
  font-size: 14px;
}
.noticeContent___1ENpU ul,
.noticeContent___1ENpU ol,
.noticeContent___1ENpU p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 24px;
}
.noticeContent___1ENpU ol {
  list-style-type: decimal;
}
.noticeContent___1ENpU ul {
  padding-left: 20px;
  list-style-type: disc;
}
.noticeContent___1ENpU img {
  width: 100%;
  max-width: 500px;
}
.flexCenter___3KwmD {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mb12___2LmGJ {
  margin-bottom: 12px;
}
.ipt_box____275L {
  position: relative;
  margin-bottom: 25px;
}
.ipt_box____275L .btn_box___35u36 {
  position: absolute;
  top: 0;
  right: -72px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 30px;
  border-left: 0;
}
.ipt_box____275L .ipt_btn___2ALNI {
  width: 24px;
  min-width: 24px !important;
  padding: 0;
}
.red_tip___Thz2x {
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 13px;
  font-family: SimSun, sans-serif;
  line-height: 1;
}
.login_page___3zJWL {
  width: 100vw;
  height: 100vh;
}
.login_page___3zJWL .banner_wrap___1GTQW {
  height: 100%;
  min-height: 100vh;
}
.login_page___3zJWL .banner_wrap___1GTQW .ant-carousel,
.login_page___3zJWL .banner_wrap___1GTQW .ant-carousel .slick-slider,
.login_page___3zJWL .banner_wrap___1GTQW .ant-carousel .slick-slider .slick-track,
.login_page___3zJWL .banner_wrap___1GTQW .ant-carousel .slick-slider .slick-list div,
.login_page___3zJWL .banner_wrap___1GTQW .ant-carousel .slick-slider .slick-list a,
.login_page___3zJWL .banner_wrap___1GTQW .ant-carousel .slick-slider .slick-list {
  height: 100%;
}
.login_page___3zJWL .banner_wrap___1GTQW .ant-carousel .slick-slider .slick-list a {
  display: block;
}
.login_page___3zJWL .banner_wrap___1GTQW .ant-carousel .slick-slider .slick-list a img {
  height: 100%;
  object-fit: cover;
}
.login_page___3zJWL .banner_wrap___1GTQW img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.login_page___3zJWL .right_box___3OnJL {
  display: flex;
  align-items: center;
  /*使子项目垂直居中*/
  justify-content: center;
  /*使子项目水平居中*/
  height: 100%;
}
.login_page___3zJWL .copyright____Qzdr {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 100;
  font-size: 12px;
  text-align: center;
  transform: translateX(-50%);
  opacity: 0.3;
}
.login_page___3zJWL .forget_form_box___od66M {
  margin-top: 80px;
}
.login_page___3zJWL .tit_logo___3IxTw {
  margin-bottom: 40px;
  text-align: center;
}
.login_page___3zJWL .tit_logo___3IxTw img {
  height: 50px;
  margin: 0 auto;
}
.login_page___3zJWL .ipt___2EJ1w {
  width: 100%;
  height: 56px;
  margin-bottom: 10px;
}
.login_page___3zJWL .tip___JEIdS {
  color: #268DFF;
  cursor: pointer;
  opacity: 0.9;
}
.login_page___3zJWL .btn___2TPwt {
  height: 56px;
  background-color: #268DFF;
}
.login_page___3zJWL .other_form_item___3y-Cn {
  margin: 20px 0;
}
.login_page___3zJWL .other_form_item___3y-Cn span {
  font-size: 16px;
  line-height: 1.5;
}
.login_page___3zJWL .other_form_item___3y-Cn a,
.login_page___3zJWL .other_form_item___3y-Cn a:hover {
  color: #268DFF;
}
.login_page___3zJWL .forget_pwd___XRXe3 {
  display: block;
  margin-bottom: 20px;
  text-align: right;
  opacity: 0.5;
}
.login_page___3zJWL .forget_pwd___XRXe3:hover {
  color: #268DFF;
}
.headerContain___1NX2l {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
}
.headerContain___1NX2l .icon___1Ryq6 {
  height: 60px;
  padding-bottom: 0;
}
.headerContain___1NX2l .title___1ahMo {
  display: inline-block;
  margin: 3px 0 0 12px;
  color: #fff;
  font-weight: 400;
  font-size: 28px;
}
.headerContain___1NX2l .headerRight___2TxL_ {
  float: right;
}
.headerContain___1NX2l .headerRight___2TxL_ .ant-btn-link > a:only-child,
.headerContain___1NX2l .headerRight___2TxL_ .ant-btn-link {
  color: #fff;
}
.headerContain___1NX2l .headerRight___2TxL_ .ant-btn-link:hover {
  color: #a7d5ff;
}
.headerContain___1NX2l .headerRight___2TxL_ .ant-btn-link > a:only-child:hover {
  color: #a7d5ff;
}
/* 顶部推销广告 */
.advertising-part___1PM1u {
  position: fixed;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  overflow-x: scroll;
  background: url('/notice/bg-01.png') no-repeat center center;
  background-size: cover;
}
.advertising-part-info___26-qI {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}
.advertising-part-info___26-qI .part-wrap___ljhSe img {
  display: inline-block;
  margin-right: 20px;
}
.advertising-part-info___26-qI .part-left___IBuoQ {
  height: 35px;
  margin-top: 3px;
}
.advertising-part-info___26-qI .part-center___2GlPw {
  height: 32px;
  margin-top: 0;
  cursor: pointer;
}
.advertising-part-info___26-qI .part-right___2IZ1w {
  height: 35px;
  margin-top: 0;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .advertising-part-info___26-qI {
    font-size: 18px;
  }
}
.notice___36DXn {
  width: 100%;
  padding: 10px 0;
  /* height: 60px; */
  background: red;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.notice___36DXn p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  /* width: 90%; */
}
.notice___36DXn p strong {
  color: orange;
}
.notice___36DXn .noticeBtn___3N2Db {
  display: inline-block;
  height: 32px;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  background: linear-gradient(to right, #ffcd69, #ff8d10);
  border: none;
  border-radius: 20px;
  cursor: pointer;
}
.notice___36DXn .ant-btn-default___C9nIU:not(:disabled):not(.ant-btn-disabled___E8GRD):hover.noticeBtn___3N2Db:hover {
  color: #fff;
  background: linear-gradient(to right, #ffcd69, #ff8d10);
  border: none;
  box-shadow: none;
}

