p {
  padding: 0;
  margin: 0;
}
ol,
ul {
  list-style: none;
}
button,
input {
  outline: none;
}
.content-width {
  max-width: 1200px;
  margin: auto;
}
.ivu-menu {
  width: 100% !important;
}
.contentCommon {
  padding: 0 24px 24px 24px;
}
.bread {
  margin: 20px 0;
  text-align: left;
}
.mainContent .tb-common {
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 20px;
}
.mainContent .colorR {
  color: #fc6054;
}
.mainContent .colorG {
  color: #71b247 !important;
}
.mainContent .color-done {
  color: #9a9ca1 !important;
}
.mainContent .login-btn {
  background-color: #ffdb33;
  border: none;
  color: #444141;
  width: 110px;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown {
  width: 180px !important;
  margin-right: 10px;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-drop-list .ivu-menu-item {
  color: #313233;
  height: 44px;
  line-height: 35px;
  padding-left: 16px;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-drop-list .ivu-menu-item img {
  width: 16px;
  margin-top: 8px;
  margin-right: 12px;
  float: left;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-drop-list .ivu-menu-item:hover {
  background-color: #16ade9;
}
.ivu-tabs-nav .ivu-tabs-tab-active {
  color: #313233 !important;
  font-weight: bold;
  height: 12px;
}
.ivu-tabs-nav-container,
.ivu-tabs-nav-wrap,
.ivu-tabs-nav-scroll {
  height: 100%;
}
.ivu-tabs-ink-bar {
  background-color: #16ade9 !important;
  bottom: -5px !important;
}
.timeline .noStep .ivu-steps-head-inner {
  border-color: #dadada !important;
  background-color: #dadada !important;
  border-radius: 50% !important;
}
.ivu-steps .ivu-steps-head-inner .ivu-icon-ios-paper-outline {
  font-size: 12px !important;
  color: #fff !important;
  padding-right: 50%;
  padding-top: 5%;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.clearfix::after {
  content: ' ';
  line-height: 0;
  display: block;
  clear: both;
}
.ivu-modal-body {
  padding-bottom: 0px !important;
}
.ivu-modal-footer {
  margin: 0 auto;
  border-top: none !important;
  padding-top: 0px !important;
}
.ivu-modal-footer .footerBt {
  font-size: 15px;
  background-color: #16ade9;
  border-color: #16ade9;
}
.ivu-modal-confirm-footer {
  padding-bottom: 20px;
}
.footerBt:hover {
  background-color: #16ade9 !important;
  border-color: #16ade9 !important;
  color: #313233;
}
.ivu-modal-wrap {
  display: flex;
  align-items: center;
}
.ivu-modal-wrap .ivu-modal {
  top: 0px !important;
}
.ivu-modal-wrap .ivu-modal-confirm {
  padding: 4px 22px 5px;
}
.comAdd {
  margin-top: 3%;
}
.comAdd button {
  padding: 2px 10px;
}
.tb-common .ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner {
  border-color: #2d8cf000;
  background-color: #7abb98;
}
.ivu-steps-vertical .noStep .ivu-steps-tail {
  display: none;
}
.ivu-tabs-bar {
  margin: 0 20px;
  margin-bottom: 0 !important;
  height: 43px;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-around {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex {
  display: flex;
}
.relative {
  position: relative;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.ivu-table-header thead tr th {
  background: rgba(22, 173, 233, 0.2);
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*限制在一个块元素显示的文本的行数*/
  -webkit-box-orient: vertical;
}
.productListTable .ivu-select-selection {
  border-radius: 0;
}
.productListTable .ivu-table-wrapper-with-border {
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}
.productListTable .ivu-table-header thead tr th {
  background: #fafafa;
  border: 1px solid #f0f0f0;
}
.fill-information-title {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  padding-bottom: 16px;
}
.fill-information-title img {
  vertical-align: middle;
  margin-top: -6px;
  cursor: pointer;
  width: 24px;
  margin-right: 16px;
}
.fill-information-title .import-using-templates {
  float: right;
  cursor: pointer;
  font-size: 14px;
  color: #016eff;
  margin-left: 12px;
  margin-top: 5px;
}
.fill-information-title .import-using-templates img {
  width: 16px;
  vertical-align: top;
  position: relative;
  top: 7px;
  margin-right: 3px;
}
.ant-btn {
  border-radius: 0 !important;
}
.ivu-modal-confirm-footer .ivu-btn-primary {
  height: 32px;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
}
.ivu-modal-confirm-footer .ivu-btn-text {
  height: 32px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  border: 1px solid #d9d9d9;
}
.ant-message {
  z-index: 30000 !important;
}
.ant-popover-inner-content {
  max-width: 500px;
}
.ant-tooltip {
  max-width: 500px;
}
.ant-tag {
  border: none;
  background-color: #f5f5f5;
}
.ant-tag-orange {
  color: #fa8c16 !important;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-alert-info {
  background: #f0f6ff;
  border: none;
  font-size: 12px;
}
/* 全局样式文件，比如 styles.css 或者 App.vue 中的 <style> 标签内 */
.ant-message,
.ivu-message {
  z-index: 99999 !important;
  /* 设置一个高的 z-index 值 */
}
.cjt-table-tabs .ant-tabs-bar {
  margin-bottom: 8px;
}
.cjt-table-serach .ant-form-item,
.cjt-table-serach .ivu-form-item {
  padding: 0 8px;
  border-radius: 2px;
  background-color: #f5f7fb;
}
.cjt-table-serach .cjt-unbg {
  background: none;
}
.cjt-table-serach .ant-select-selection,
.cjt-table-serach .ant-input,
.cjt-table-serach .ivu-input,
.cjt-table-serach .ivu-select-selection {
  background: none;
  border-color: transparent;
}
.cjt-table-serach .ant-form-item-control,
.cjt-table-serach .ant-form-item-label {
  line-height: 34px;
}

.footer-box[data-v-1fc028d4] {
  width: 100%;
  height: 54px;
  background-color: #010e1d;
  text-align: center;
  line-height: 54px;
  font-size: 14px;
  color: #cccccc;
}
.footer-box a[data-v-1fc028d4] {
  color: #ffffff;
}

.login-all[data-v-f1fbdc62] {
  background-color: #ffffff;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  top: 0;
  left: 0;
}
.login-all .loginHead[data-v-f1fbdc62] {
  background-color: #ffffff;
  height: 71px;
}
.login-all .loginHead .loginImg[data-v-f1fbdc62] {
  width: 80%;
  margin: 0 auto;
}
.login-all .loginHead .loginImg img[data-v-f1fbdc62] {
  float: left;
  padding-top: 10px;
}
.login-all .top-banner[data-v-f1fbdc62] {
  width: 100%;
  height: 350px;
  background: url(../../static/img/aboutUs.e9570879.png) center center no-repeat;
  text-align: center;
  color: #ffffff;
  margin-top: 60px;
  padding-top: 100px;
}
.login-all .top-banner .weAre[data-v-f1fbdc62] {
  font-size: 55px;
  font-weight: 400;
  text-shadow: 0px 20px 54px #0c2c8b;
}
.login-all .top-banner .whoWe[data-v-f1fbdc62] {
  font-size: 20px;
  margin-top: 10px;
}
.login-all .platform[data-v-f1fbdc62],
.login-all .company[data-v-f1fbdc62] {
  font-family: "PingFangSC-Regular", "PingFang SC";
  font-size: 14px;
  height: 450px;
  width: 100%;
  background-color: #ffffff;
}
.login-all .platform .fl[data-v-f1fbdc62],
.login-all .company .fl[data-v-f1fbdc62] {
  width: 48%;
  margin-right: 4%;
}
.login-all .platform .fl .img[data-v-f1fbdc62],
.login-all .company .fl .img[data-v-f1fbdc62] {
  width: 100%;
  height: 100%;
}
.login-all .platform .right-content[data-v-f1fbdc62],
.login-all .company .right-content[data-v-f1fbdc62],
.login-all .platform .left-content[data-v-f1fbdc62],
.login-all .company .left-content[data-v-f1fbdc62] {
  margin-right: 0;
  height: 287px;
}
.login-all .platform .center-box[data-v-f1fbdc62],
.login-all .company .center-box[data-v-f1fbdc62] {
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
  padding: 80px 100px 84px 100px;
}
.login-all .platform .center-box .title[data-v-f1fbdc62],
.login-all .company .center-box .title[data-v-f1fbdc62] {
  font-size: 32px;
  color: #303033;
  font-weight: 500;
  font-family: "PingFangSC-Regular", "PingFang SC";
}
.login-all .platform .center-box .sub-title[data-v-f1fbdc62],
.login-all .company .center-box .sub-title[data-v-f1fbdc62] {
  font-size: 14px;
  color: #626266;
  margin-top: 16px;
}
.login-all .platform .center-box .line[data-v-f1fbdc62],
.login-all .company .center-box .line[data-v-f1fbdc62] {
  width: 23px;
  height: 4px;
  background: #303033;
  margin-top: 26px;
}
.login-all .platform .center-box .content[data-v-f1fbdc62],
.login-all .company .center-box .content[data-v-f1fbdc62] {
  margin-top: 10px;
  color: #626266;
  line-height: 36px;
}
.login-all .platform .right-content .img[data-v-f1fbdc62] {
  background: url(../../static/img/platImg.56bc4033.jpg) center center no-repeat;
}
.login-all .company[data-v-f1fbdc62] {
  background-color: #f9f9fb;
  height: 550px;
}
.login-all .company .center-box[data-v-f1fbdc62] {
  background-color: #f9f9fb;
}
.login-all .company .left-content[data-v-f1fbdc62] {
  margin-right: 4%;
}
.login-all .company .img[data-v-f1fbdc62] {
  background: url(../../static/img/companyImg.a1b2ddc1.jpg) center center no-repeat;
}

.login-all[data-v-93fe2ee2] {
  background-color: #f5f6f7;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  top: 0;
  left: 0;
}
.login-all .loginHead[data-v-93fe2ee2] {
  background-color: #ffffff;
  height: 71px;
}
.login-all .loginHead .loginImg[data-v-93fe2ee2] {
  width: 80%;
  margin: 0 auto;
}
.login-all .loginHead .loginImg img[data-v-93fe2ee2] {
  float: left;
  padding-top: 10px;
}
.top-banner[data-v-93fe2ee2] {
  margin-top: 60px;
  width: 100%;
  height: 350px;
  background: url(../../static/img/newGays.fa301ddf.png) center center no-repeat;
}
.content[data-v-93fe2ee2] {
  height: 100%;
  width: 100%;
  background-color: #f1f1f3;
}
.content .box[data-v-93fe2ee2] {
  margin: 0 19%;
  background-color: #ffffff;
  padding: 20px 30px;
}
.content .box ul[data-v-93fe2ee2] {
  padding: 20px 30px;
  font-size: 14px;
}
.content .box ul p[data-v-93fe2ee2] {
  font-weight: bold;
  padding-bottom: 20px;
}
.content .box ul li[data-v-93fe2ee2] {
  width: 100%;
  padding: 10px;
  list-style: none;
}
.content .box ul img[data-v-93fe2ee2] {
  width: 100%;
}

.content[data-v-0eb09b06] {
  display: flex;
}
.icon[data-v-0eb09b06] {
  font-size: 22px;
  color: #faad14;
  margin-right: 12px;
}
.tip[data-v-0eb09b06] {
  height: 26px;
  margin-top: 26px;
  text-align: right;
  display: flex;
  justify-content: end;
  margin-bottom: 8px;
}
.time[data-v-0eb09b06] {
  height: 26px;
  background: #f0f6ff;
  font-size: 14px;
  color: #3a7fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}

.DEtipsModal-header[data-v-73c47728] {
  color: red;
  font-weight: 600;
  font-size: 18px;
}
.DEtipsModal-content[data-v-73c47728] {
  font-size: 16px;
  line-height: 26px;
}
.DEtipsModal-footer[data-v-73c47728] {
  text-align: center;
  margin: 20px;
}

.container[data-v-3ff36f2c] {
  width: 900px;
  margin: 0 auto;
}
.type[data-v-3ff36f2c] {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 32px;
  margin-top: 64px;
  text-align: center;
}
.wrap[data-v-3ff36f2c] {
  display: flex;
  justify-content: space-between;
}
.item[data-v-3ff36f2c] {
  width: 400px;
  height: 362px;
  background: #f5f7fa;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #dcdcdc;
  padding: 32px 0;
  text-align: center;
}
.item .icon[data-v-3ff36f2c] {
  width: 72px;
  height: 68px;
  margin-bottom: 34px;
  text-align: center;
  margin: 0 auto 34px;
}
.item .title[data-v-3ff36f2c] {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 12px;
}
.item .desc[data-v-3ff36f2c] {
  width: 336px;
  height: 40px;
  font-size: 12px;
  margin: 0 auto 32px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.item .tags[data-v-3ff36f2c] {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.item .tags span[data-v-3ff36f2c] {
  color: #999;
}
.item .tags span span[data-v-3ff36f2c] {
  display: inline-block;
  font-size: 12px;
  color: #3a7fff;
  border-radius: 2px;
  background: #d9e9ff;
  padding: 1px 3px;
  margin: 0 5px;
}
.item .tags span:last-child .anticon[data-v-3ff36f2c] {
  display: none;
}
.modal-title[data-v-3ff36f2c] {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 12px;
}
.modal-content[data-v-3ff36f2c] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.modal-content span[data-v-3ff36f2c] {
  color: #e81e19;
}

.data-steps[data-v-1dd279d6] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.data-steps li[data-v-1dd279d6] {
  flex-grow: 1;
  height: 48px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  position: relative;
  line-height: 48px;
  padding-left: 32px;
  color: #919498;
  font-size: 16px;
}
.data-steps li + li[data-v-1dd279d6] {
  margin-left: 11px;
}
.data-steps li > span[data-v-1dd279d6] {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #d9d9d9;
  border-radius: 50%;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 14px;
}
.data-steps .ds-icon[data-v-1dd279d6]::after,
.data-steps .ds-icon[data-v-1dd279d6]::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 34px;
  background: #f5f5f5;
  top: 6px;
  right: -17px;
  transform: rotate(45deg);
  z-index: 1;
}
.data-steps .ds-icon[data-v-1dd279d6]::before {
  right: -25px;
  background: #fff;
}
.data-steps li.ds-current[data-v-1dd279d6] {
  background: #549bff;
  border-color: #549bff;
  color: #fff;
}
.data-steps li.ds-current > span[data-v-1dd279d6] {
  background: #fff;
  color: #6caaff;
}
.data-steps li.ds-current[data-v-1dd279d6]::after {
  background: #549bff;
  border-color: #549bff;
}

.page[data-v-ffa12b00] {
  padding-left: 57px;
}

.page[data-v-0b10a517] {
  padding-left: 57px;
  padding-top: 50px !important;
}

.alert[data-v-eded6570] {
  display: flex;
  background: #d4e3fc;
  padding: 16px 24px;
}
.icon[data-v-eded6570] {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  color: #0052d9;
}
.content[data-v-eded6570] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
  line-height: 20px;
}
.content .msg[data-v-eded6570] {
  margin-top: 0px;
}
.btn[data-v-eded6570] {
  margin-left: -15px;
}

.page[data-v-72c73774] {
  padding: 0 32px;
}
.content[data-v-72c73774] {
  margin-top: 16px;
}
.confirm-title[data-v-72c73774] {
  display: flex;
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.9);
}
.confirm-title > span[data-v-72c73774]:first-child {
  width: 110px;
  color: rgba(0, 0, 0, 0.6);
}
.confirm-title > span[data-v-72c73774]:last-child {
  flex: 1;
  margin-left: 12px;
}
.confirm-content[data-v-72c73774] {
  text-indent: 2em;
}
.confirm-content .confirm-red[data-v-72c73774] {
  color: #e81e19;
}
.confirm-content .confirm-check[data-v-72c73774] {
  text-indent: 0;
  margin-top: 10px;
}
.confirm-alert[data-v-72c73774] {
  margin-top: 32px;
  background-color: #f9e0c7;
  display: flex;
  padding: 16px 24px;
}
.confirm-alert .confirm-icon[data-v-72c73774] {
  width: 20px;
  margin-right: 12px;
  color: #e81e19;
  font-size: 20px;
}
.confirm-alert .confirm-content[data-v-72c73774] {
  line-height: 1.5;
  color: #000000;
  flex: 1;
}
.confirm-alert .confirm-content > *[data-v-72c73774] {
  margin-bottom: 3px;
}
.confirm-alert .red[data-v-72c73774] {
  color: #e81e19;
}

.step-page[data-v-e439445e] {
  padding-left: 57px;
  padding-bottom: 100px !important;
}
.selected-wrap[data-v-e439445e] {
  min-height: 118px;
  background: #f5f7fa;
  padding: 24px;
}
.selected-wrap > div[data-v-e439445e]:first-child {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 22px;
}
.select-country[data-v-e439445e]  {
  display: flex;
  flex-wrap: wrap;
}
.select-country[data-v-e439445e]  > * {
  margin-right: 24px;
  box-shadow: 0px 4px 12px 0px rgba(0, 39, 112, 0.06);
}
.select-country[data-v-e439445e]  .ant-tag {
  background-color: #fff;
  border-radius: 3px;
  height: 26px;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 8px;
}
.checkbox-con[data-v-e439445e] {
  display: flex;
  align-items: center;
}
.country-checkbox[data-v-e439445e]  .ant-col-5 {
  width: 20%;
}
.country-checkbox[data-v-e439445e]  .ant-checkbox-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  padding: 8px 16px;
}
.country-checkbox[data-v-e439445e]  .ant-checkbox-wrapper.border {
  border: 1px solid #dcdcdc;
}
.country-checkbox[data-v-e439445e]  .ant-checkbox-wrapper.border.ant-checkbox-wrapper-checked {
  border: 1px solid #3a7fff;
  background: #f5f7fa;
}
.country-checkbox[data-v-e439445e]  .countryFlag {
  margin-left: 12px;
}
.country-checkbox[data-v-e439445e]  .countryName {
  margin-left: 8px;
}
.error-top[data-v-e439445e] {
  color: red;
  margin-top: 8px;
  font-size: 14px;
}
.computedTaxToolsForm[data-v-e439445e]  .ant-descriptions-view {
  overflow: initial;
}
.periodType1[data-v-e439445e] {
  float: left;
}
.periodType1 .ivu-date-picker[data-v-e439445e] {
  width: 200px!important;
}

.fail-modal {
  border-radius: 2px 2px 2px 2px;
}
.fail-modal .icon {
  font-size: 22px;
  margin-right: 16px;
  color: #FBB731;
}
.fail-modal .message {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
  margin-top: 5px;
}
.fail-modal .ant-modal-footer {
  border-top: 0;
  padding: 10px 24px 24px;
}

.loading-modal2 .ant-modal-content {
  border-radius: 20px;
}
.loading-modal2 .ant-modal-body {
  text-align: center;
  height: auto;
  min-height: 192px;
}
.loading-modal2 .ant-modal-body .ant-spin {
  margin-top: 30px;
  margin-bottom: 30px;
}
.loading-modal2 .ant-modal-body > p {
  color: #000;
}

.page.step2[data-v-332c55b2] {
  padding: 0;
  padding-bottom: 100px !important;
}
.page.step2 .page-content[data-v-332c55b2] {
  padding-left: 57px;
  padding-top: 48px;
}
.step2[data-v-332c55b2]  .ivu-radio-wrapper .ivu-radio {
  margin-top: 0 !important;
  margin-right: 10px;
}
.step2[data-v-332c55b2]  .ivu-radio-wrapper {
  min-width: 70px;
}

.tip[data-v-2be4e472] {
  color: #e94e49;
  margin-bottom: 27px;
}
.red[data-v-2be4e472] {
  color: #e94e49;
}
.content[data-v-2be4e472] {
  display: flex;
}
.content > div[data-v-2be4e472]:first-child {
  width: 182px;
}
.content > div[data-v-2be4e472]:nth-child(2) {
  flex: 1;
  padding: 20px;
}
.content > div:nth-child(2) > div[data-v-2be4e472]:nth-child(1) {
  margin-bottom: 16px;
  line-height: 16px;
  font-size: 14px;
}
.bottom[data-v-2be4e472] {
  position: absolute;
  bottom: 0%;
}
.bottom .btn-wrap[data-v-2be4e472] {
  padding: 12px 0;
  border-top: 1px solid #e7e7e7;
  margin-top: 12px;
}

.tip[data-v-f22d6686] {
  color: #e94e49;
  margin-bottom: 27px;
}
.red[data-v-f22d6686] {
  color: #e94e49;
}
.content[data-v-f22d6686] {
  display: flex;
}
.content > div[data-v-f22d6686]:first-child {
  width: 182px;
}
.content > div[data-v-f22d6686]:nth-child(2) {
  flex: 1;
}
.bottom[data-v-f22d6686] {
  position: absolute;
  bottom: 0%;
  right: 0%;
  left: 16px;
}
.bottom .btn-wrap[data-v-f22d6686] {
  padding: 12px 0;
  border-top: 1px solid #e7e7e7;
  margin-top: 12px;
}

.modal-title[data-v-23bf6742] {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 12px;
}
.modal-content[data-v-23bf6742] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.modal-content span[data-v-23bf6742] {
  color: #E81E19;
}

.modal-title[data-v-d4558642] {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 12px;
}
.modal-content[data-v-d4558642] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.modal-content span[data-v-d4558642] {
  color: #E81E19;
}
.confirm-title[data-v-d4558642] {
  display: flex;
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.9);
}
.confirm-title > span[data-v-d4558642]:first-child {
  width: 110px;
  color: rgba(0, 0, 0, 0.6);
}
.confirm-title > span[data-v-d4558642]:last-child {
  flex: 1;
  margin-left: 12px;
}
.confirm-alert[data-v-d4558642] {
  margin-top: 32px;
  background-color: #F9E0C7;
  display: flex;
  padding: 16px 24px;
}
.confirm-alert .confirm-icon[data-v-d4558642] {
  width: 20px;
  margin-right: 12px;
  color: #E81E19;
  font-size: 20px;
}
.confirm-alert .confirm-content[data-v-d4558642] {
  line-height: 1.5;
  color: #000000;
  flex: 1;
}
.confirm-alert .confirm-content > *[data-v-d4558642] {
  margin-bottom: 3px;
}
.confirm-alert .red[data-v-d4558642] {
  color: #E81E19;
}

.page.step3[data-v-1a266199] {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 140px;
}
.page.step3 .page-content[data-v-1a266199] {
  padding-left: 57px;
  padding-top: 48px;
}
.step3[data-v-1a266199]  .ivu-radio-wrapper .ivu-radio {
  margin-top: 0 !important;
  margin-right: 10px;
}
.step3[data-v-1a266199]  .ivu-radio-wrapper {
  min-width: 70px;
}

.tips-page[data-v-6be88510] {
  position: absolute;
  left: calc(100% + 26px);
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.1), 0px 8px 10px 1px rgba(0, 0, 0, 0.06), 0px 3px 14px 2px rgba(0, 0, 0, 0.05);
}
.tips-wrap[data-v-6be88510] {
  position: relative;
  width: 420px;
  padding: 16px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
}
.tips-wrap[data-v-6be88510] .ivu-icon {
  font-size: 20px;
  color: #ed7b2f;
}
.tips-arrow[data-v-6be88510] {
  position: absolute;
  left: -4.5px;
  top: 50%;
  width: 9px;
  height: 9px;
  transform: translateY(-50%) rotate(45deg);
  background: #ffffff;
  box-shadow: 0px 5px 5px -3px rgb(0 0 0%), 0px 8px 10px 1px rgb(0 0 0%), 0px 3px 14px 2px rgb(0 0 0%);
}
.tips-content[data-v-6be88510] {
  flex: 1;
  width: 0;
  margin-left: 8px;
}
.tips-footer[data-v-6be88510] {
  margin-top: 8px;
}
.tips-footer[data-v-6be88510] button {
  margin-right: 8px;
}
[data-v-6be88510] .color-red {
  color: #e81e19;
}

.wrap-uploadFile[data-v-3160ad74] {
  position: relative;
}
.wrap-uploadFile .noCharge-tips[data-v-3160ad74] {
  color: #ed4014;
  font-size: 14px;
}
.remind-message[data-v-3160ad74] {
  line-height: 16px;
  margin-bottom: 10px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}
.upload-dragger-wrap[data-v-3160ad74] {
  width: 240px;
  height: 200px;
  position: relative;
  display: inline-block;
}
.upload-dragger-wrap.defalut[data-v-3160ad74] {
  width: 240px;
  height: 200px;
}
.upload-dragger-wrap .thumbnail[data-v-3160ad74] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 100%;
  display: flex;
  align-items: center;
  /* 主轴居中 */
  justify-content: center;
  /* 副轴居中 */
  padding: 12px;
}
.upload-dragger-wrap .thumbnail img[data-v-3160ad74] {
  max-width: 100%;
  max-height: 100%;
}
.upload-dragger-wrap .thumbnail .thumbnail-operate[data-v-3160ad74] {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  /* 主轴居中 */
  justify-content: center;
  /* 副轴居中 */
}
.upload-dragger-wrap .thumbnail:hover .thumbnail-operate[data-v-3160ad74] {
  display: flex;
}
.thumbnail-operate .anticon[data-v-3160ad74] {
  cursor: pointer;
  font-size: 30px;
  color: #fff;
  margin: 0 15px;
}
.upload-wrap[data-v-3160ad74] {
  width: 100%;
  height: 100%;
  display: block;
}
.upload-wrap[data-v-3160ad74] .ant-upload.ant-upload-drag {
  border-radius: 10px;
  background: #f9f9f9;
  border: 1px dashed rgba(0, 0, 0, 0.2);
}
.upload-wrap[data-v-3160ad74] .ant-upload.ant-upload-drag .ant-upload-text {
  color: rgba(0, 0, 0, 0.6);
}
.upload-wrap[data-v-3160ad74] .ant-upload.ant-upload-drag .ant-upload-hint {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}
.upload-wrap .ant-upload-drag-icon[data-v-3160ad74] {
  margin-bottom: 10px !important;
}
.upload-wrap .ant-upload-drag-icon img[data-v-3160ad74] {
  width: 62px;
}
.upload-dragger-wrap.small[data-v-3160ad74] {
  width: 82px;
  height: 68px;
}
.upload-dragger-wrap.small .ant-upload-drag-icon img[data-v-3160ad74] {
  width: 39px;
}
.upload-dragger-wrap.small .thumbnail-operate i[data-v-3160ad74] {
  font-size: 20px;
}
.upload-dragger-wrap.small .upload-successful p[data-v-3160ad74] {
  display: none;
}
.small.example-file[data-v-3160ad74] {
  vertical-align: top;
  margin-top: 23px;
}
.upload-dragger-wrap.big[data-v-3160ad74] {
  width: 350px;
}
.automatic-recognition-info[data-v-3160ad74] {
  border: 1px solid #f0f0f0;
  width: 100%;
}
.automatic-recognition-info td[data-v-3160ad74] {
  border: 1px solid #f0f0f0;
  padding: 12px 16px;
}
.automatic-recognition-info .bl-label[data-v-3160ad74] {
  background: #fafafa;
  width: 160px;
}
.preview-box[data-v-3160ad74] {
  position: fixed;
  height: 60%;
  width: 50%;
  top: 20%;
  left: calc(20% - 260px);
  display: flex;
  align-items: center;
  /* 主轴居中 */
  justify-content: center;
  /* 副轴居中 */
  z-index: 99999;
}
.preview-box img[data-v-3160ad74] {
  max-width: 100%;
  max-height: 100%;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: all 0.3s;
}
.preview-box .viewer-toolbar[data-v-3160ad74] {
  position: fixed;
  bottom: 0px;
}
.example-file[data-v-3160ad74] {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.example-file dt[data-v-3160ad74] {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 16px;
}
.example-file dd[data-v-3160ad74] {
  float: left;
  text-align: center;
}
.example-file b[data-v-3160ad74] {
  font-weight: normal;
  color: #3a7fff;
  font-size: 12px;
  cursor: pointer;
}
.example-file img[data-v-3160ad74] {
  max-width: 100%;
  max-height: 100%;
}
.example-file .error-example[data-v-3160ad74] {
  width: 150px;
  text-align: left;
}
.example-file .error-example img[data-v-3160ad74] {
  width: 54px;
  margin-right: 11px;
}
.example-fileA[data-v-3160ad74],
.example-fileB[data-v-3160ad74],
.example-fileOr[data-v-3160ad74] {
  padding: 10px;
  width: 208px;
  height: 145px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  /* 主轴居中 */
  justify-content: center;
  /* 副轴居中 */
  cursor: pointer;
}
.example-fileA > div[data-v-3160ad74],
.example-fileB > div[data-v-3160ad74],
.example-fileOr > div[data-v-3160ad74] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  /* 主轴居中 */
  justify-content: center;
  /* 副轴居中 */
  cursor: pointer;
}
.example-fileB[data-v-3160ad74] {
  width: 147px;
}
.example-fileOr[data-v-3160ad74] {
  width: 36px;
  border: none;
  color: rgba(0, 0, 0, 0.4);
}
.example-file-ul[data-v-3160ad74] {
  display: inline-block;
  margin: 0 0 0 24px;
}
.example-file-ul dd[data-v-3160ad74] {
  margin: 0;
}
.signature[data-v-3160ad74] {
  color: #ed4014;
}
.ocr-describe[data-v-3160ad74] {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  line-height: 24px;
  padding-top: 20px;
}
.ocr-describe span[data-v-3160ad74] {
  color: #3a7fff;
  cursor: pointer;
}
.upload-successful[data-v-3160ad74] {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.upload-successful img[data-v-3160ad74] {
  width: 108px;
}
.upload-successful p[data-v-3160ad74] {
  padding-top: 12px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  width: 100%;
}
.upload-successful .file-name[data-v-3160ad74] {
  text-align: left;
}

.loading-modal .ant-modal-content {
  border-radius: 20px;
}
.loading-modal .ant-modal-body {
  text-align: center;
  height: 182px;
}
.loading-modal .ant-modal-body .ant-spin {
  margin-top: 30px;
  margin-bottom: 30px;
}
.loading-modal .ant-modal-body > p {
  color: #000;
}

.block-wrapper[data-v-22c29c11] {
  background-color: rgba(58, 127, 255, 0.04);
  padding: 24px 32px;
}
.block-wrapper[data-v-22c29c11]:not(:last-child) {
  margin-bottom: 24px;
}
.block-wrapper .block-title-wrapper[data-v-22c29c11] {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.block-wrapper .block-title-wrapper .block-number[data-v-22c29c11] {
  display: inline-block;
  text-align: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  color: #fff;
  background-color: #3a7fff;
  margin-right: 8px;
}
.block-wrapper .block-title-wrapper .block-title[data-v-22c29c11] {
  color: #303132;
  font-weight: bold;
}
.block-wrapper .download-wrapper[data-v-22c29c11] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0 9px 16px;
  background-color: #fff;
  font-size: 14px;
}
.block-wrapper .download-wrapper .download-file[data-v-22c29c11] {
  display: flex;
  align-items: center;
}
.block-wrapper .download-wrapper .download-file .download-icon[data-v-22c29c11] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.block-wrapper .download-title[data-v-22c29c11] {
  color: #666;
  line-height: 22px;
}
.block-wrapper .download-wrapper[data-v-22c29c11],
.block-wrapper .upload-wrapper[data-v-22c29c11] {
  margin-left: 32px;
}
.block-wrapper .upload[data-v-22c29c11] {
  margin-top: 8px;
  width: 100%;
  height: 153px;
}
.block-wrapper .upload .upload-dragger-wrap[data-v-22c29c11] {
  width: 100%;
  height: 100%;
}

.modal-content[data-v-aefb1084] {
  color: rgba(0, 0, 0, 0.85);
}
.modal-content span[data-v-aefb1084] {
  color: #e81e19;
}
.content[data-v-aefb1084] {
  display: flex;
}
.icon[data-v-aefb1084] {
  font-size: 22px;
  color: #faad14;
  margin-right: 12px;
}
.title[data-v-aefb1084] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  font-size: 20px;
  line-height: 35px;
  margin-top: 0;
}
.tip[data-v-aefb1084] {
  height: 26px;
  margin-top: 26px;
  text-align: right;
  display: flex;
  justify-content: end;
  margin-bottom: 8px;
}
p[data-v-aefb1084] {
  margin: 1em 0;
}

.edit-tooltip .ant-tooltip-inner {
  background-color: #fff !important;
  color: #000;
}
.edit-tooltip .ant-tooltip-arrow::before {
  background-color: #fff;
}

.wrap[data-v-eed75c12] {
  display: flex;
  position: relative;
  padding: 32px 0 32px 32px;
  background: #f5f7fa;
}
.wrap[data-v-eed75c12]  .anchor-wrapper {
  border-right: 1px solid #e7e7e7;
  margin-right: 24px;
  height: calc(100vh - 190px);
  overflow-y: auto;
  background-color: #f5f7fa;
  padding-right: 2px;
}
.wrap[data-v-eed75c12]  .anchor-wrapper .ant-anchor-ink {
  display: none;
}
.wrap[data-v-eed75c12]  .anchor-wrapper .ant-anchor-link {
  width: 74px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 24px;
  color: #666;
  padding: 0;
  border-right: 2px solid #f5f7fa;
}
.wrap[data-v-eed75c12]  .anchor-wrapper .ant-anchor-link-active {
  background-color: #d9e9ff;
  border-right: 2px solid #3a7fff;
}
.table-wrapper[data-v-eed75c12] {
  height: calc(100vh - 190px);
  overflow-y: auto;
  padding-right: 32px;
}
.tab-title-button[data-v-eed75c12] {
  display: inline-block;
  padding: 4px 24px;
  background: #3a7fff;
  color: #fff;
}
.button-total[data-v-eed75c12] {
  margin-left: 12px;
}
.yican[data-v-eed75c12] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.yican .edit[data-v-eed75c12] {
  display: flex;
  align-items: center;
  color: #3a7fff;
  cursor: pointer;
  position: relative;
}
.table-th[data-v-eed75c12] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-th img[data-v-eed75c12] {
  margin-left: 6px;
}
[data-v-eed75c12] .ant-table-footer {
  background: #f0f6ff;
}
[data-v-eed75c12] .ant-table-footer .footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
[data-v-eed75c12] .ant-table-footer .footer .total-wrapper {
  margin-right: -16px;
  color: #999999;
  white-space: nowrap;
}
[data-v-eed75c12] .ant-table-footer .footer .total-wrapper > span:not(:last-child) {
  margin-right: 32px;
}
[data-v-eed75c12] .ant-table-footer .footer > span {
  display: inline-block;
  padding-left: 16px;
}
[data-v-eed75c12] .ant-table-footer .footer3 > span {
  width: calc((100% - 60px) / 3);
  font-size: 16px;
}
[data-v-eed75c12] .ant-table-footer .footer4 > span {
  width: calc((100% - 60px) / 4);
  font-size: 16px;
}
.content[data-v-eed75c12] {
  padding-bottom: 50px;
}
.button-wrapper[data-v-eed75c12] {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.button-wrapper .button[data-v-eed75c12] {
  display: flex;
  align-items: center;
  color: #3a7fff;
  padding: 2px 28px;
  font-size: 14px;
  background-color: #f0f6ff;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 24px;
}
.button-wrapper .button .button-icon[data-v-eed75c12] {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.bottom[data-v-eed75c12] {
  position: absolute;
  bottom: 0%;
  right: 0;
  left: 0px;
  width: auto;
}
.bottom .btn-wrap[data-v-eed75c12] {
  padding: 12px 20px;
  border-top: 1px solid #e7e7e7;
  margin-top: 12px;
}
.no-passing[data-v-eed75c12] {
  position: relative;
}
.no-passing[data-v-eed75c12]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url(../../static/img/no.63116a7b.png) no-repeat center center;
  background-size: 50%;
  z-index: 10;
}
[data-v-eed75c12] .ant-table-body {
  min-height: 167px !important;
}
[data-v-eed75c12] .ant-table-placeholder {
  margin-top: -167px;
}
[data-v-eed75c12] .disabled-number {
  color: #bdbdbd;
}
[data-v-eed75c12] .disabled-number .ant-input {
  color: #bdbdbd;
}
.move-table[data-v-eed75c12]  .ant-table-tbody > tr > td {
  padding: 0 !important;
}
.move-table td > div[data-v-eed75c12],
.move-table td > span[data-v-eed75c12] {
  padding: 16px;
}
.invalid-icon[data-v-eed75c12] {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.question-circle[data-v-eed75c12] {
  color: #999;
}
[data-v-eed75c12] .ant-drawer-body {
  padding: 0 !important;
}
.uncertainty-ope-wrapper[data-v-eed75c12] {
  display: flex;
  flex-wrap: wrap;
}
.uncertainty-ope-wrapper .warning-btn[data-v-eed75c12] {
  color: #ed7b2f;
  margin-right: 12px;
}
.uncertainty-ope-wrapper .primary-btn[data-v-eed75c12] {
  color: #3a7fff;
  cursor: pointer;
}

.modal-content[data-v-1a746534] {
  color: rgba(0, 0, 0, 0.85);
}
.modal-content span[data-v-1a746534] {
  color: #e81e19;
}
.content[data-v-1a746534] {
  display: flex;
}
.icon[data-v-1a746534] {
  font-size: 22px;
  color: #faad14;
  margin-right: 12px;
}
.title[data-v-1a746534] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  font-size: 20px;
  line-height: 35px;
  margin-top: 0;
}
.tip[data-v-1a746534] {
  height: 26px;
  margin-top: 26px;
  text-align: right;
  display: flex;
  justify-content: end;
  margin-bottom: 8px;
}
p[data-v-1a746534] {
  margin: 1em 0;
}

.modal-content[data-v-bc85cd12] {
  color: rgba(0, 0, 0, 0.85);
}
.modal-content span[data-v-bc85cd12] {
  color: #e81e19;
}
.content[data-v-bc85cd12] {
  display: flex;
}
.icon[data-v-bc85cd12] {
  font-size: 22px;
  color: #faad14;
  margin-right: 12px;
}
.title[data-v-bc85cd12] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  font-size: 20px;
  line-height: 35px;
  margin-top: 0;
}
.tip[data-v-bc85cd12] {
  height: 26px;
  margin-top: 26px;
  text-align: right;
  display: flex;
  justify-content: end;
  margin-bottom: 8px;
}
p[data-v-bc85cd12] {
  margin: 1em 0;
}

.product-title[data-v-1311b7f4] {
  margin-bottom: 20px;
  font-weight: 700;
}
.primary-color[data-v-1311b7f4] {
  color: #0041DC;
  cursor: pointer;
}

.payment-wrap .new-pay-tip {
  margin: 0px auto;
  width: 1000px;
}

.fontW600[data-v-81898e96] {
  text-shadow: 0 0 0.3px currentcolor;
}
.new-pay-tip[data-v-81898e96] {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  background: linear-gradient(180deg, #706ff1 0%, #706ff1 100%);
  margin-top: 20px;
}
.new-pay-tip-hd[data-v-81898e96] {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 0 0 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.new-pay-tip-hd img[data-v-81898e96] {
  width: 18px;
}
.new-pay-tip-hd h4[data-v-81898e96] {
  margin: 0 0 0 4px;
  font-size: 20px;
  color: #ffffff;
}
.new-pay-tip-hd span[data-v-81898e96] {
  color: #fff625;
}
.new-pay-tip-bd[data-v-81898e96] {
  display: flex;
  justify-content: space-between;
  padding: 14px 42px;
}
.new-pay-tip-bd .line[data-v-81898e96] {
  width: 2px;
  margin: 5px 22px 5px 10px;
  background: rgba(255, 255, 255, 0.4);
}
.new-pay-tip-bd img[data-v-81898e96] {
  display: block;
  width: 100%;
}
.new-pay-tip-bd-left[data-v-81898e96] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.new-pay-tip-bd-right[data-v-81898e96] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.new-pay-tip-bd h4[data-v-81898e96] {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
}
.new-pay-tip-bd ul[data-v-81898e96] {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
  font-size: 14px;
  margin-top: 14px;
}
.new-pay-tip-bd ul.first-ul[data-v-81898e96] {
  padding-right: 5%;
}
.new-pay-tip-bd ul li[data-v-81898e96] {
  flex: 1;
  display: flex;
  align-items: center;
}
.new-pay-tip-bd ul li span[data-v-81898e96] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #706ff1;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.6);
  margin-right: 6px;
}

.container[data-v-d7c5ade8] {
  font-size: 14px;
  color: #000;
}
.label[data-v-d7c5ade8] {
  min-width: 120px;
  text-align: right;
  padding-right: 25px;
}
.companies[data-v-d7c5ade8] {
  display: flex;
  align-items: center;
  padding-block: 20px;
}
.companies .radio-item[data-v-d7c5ade8] {
  color: black;
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
}
.companies .tax-rate[data-v-d7c5ade8] {
  color: #ff4c10;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  font-size: 16px;
  font-weight: 600;
}
.pay-methods[data-v-d7c5ade8] {
  display: flex;
  align-items: center;
}
.pay-methods .ant-radio-group[data-v-d7c5ade8] {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.pay-methods .radio-item[data-v-d7c5ade8] {
  display: inline-flex;
  align-items: center;
}
.pay-methods .radio-item[data-v-d7c5ade8] .ant-radio {
  display: none;
}
.pay-methods .radio-item[data-v-d7c5ade8] .ant-radio + span {
  display: flex;
  padding: 0;
}
.pay-methods .radio-item .method[data-v-d7c5ade8] {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  gap: 6px;
  padding: 12px 27px;
  border: 1px solid #dedfe1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.pay-methods .radio-item .method img[data-v-d7c5ade8] {
  width: 24px;
  height: 24px;
}
.pay-methods .radio-item .method .check[data-v-d7c5ade8] {
  display: none;
  width: 12px;
  height: 8px;
}
[data-v-d7c5ade8] .pay-methods .radio-item.ant-radio-wrapper-checked .method {
  border-color: #2870f6;
}
[data-v-d7c5ade8] .pay-methods .radio-item.ant-radio-wrapper-checked .method .check {
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
}
[data-v-d7c5ade8] .pay-methods .radio-item.ant-radio-wrapper-checked .method::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0px;
  border-top: 20px solid transparent;
  border-left: 25px solid #2870f6;
  border-bottom: 20px solid transparent;
}

.mainContent[data-v-11a99b16] {
  display: inline-block;
  width: 946px;
  vertical-align: top;
  box-shadow: 0px 2px 6px 0px rgba(0, 21, 41, 0.06);
}
.mainContent .my-card .title[data-v-11a99b16] {
  padding-bottom: 22px;
  border-bottom: 1px solid #ebebeb;
}
.mainContent .my-card .title img[data-v-11a99b16] {
  vertical-align: middle;
}
.mainContent .my-card .title span.title[data-v-11a99b16] {
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 20px;
  font-weight: 500;
  border: none;
}
.mainContent .my-card .bottom[data-v-11a99b16] {
  margin: 42px auto;
  text-align: center;
}
.mainContent .my-card .bottom .tip[data-v-11a99b16] {
  margin-top: 22px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.mainContent .my-card .bottom .buttons[data-v-11a99b16] {
  margin-top: 24px;
}
.mainContent .my-card .bottom .buttons button[data-v-11a99b16] {
  width: 88px;
  height: 32px;
  margin-right: 8px;
}
.mainContent .my-card .bottom .buttons .home[data-v-11a99b16] {
  background: #00a3ff;
  color: #fff;
}

.privacy-policy[data-v-d594a858] {
  max-width: 1200px;
  margin: 20px auto;
  font-size: 14px;
  line-height: 20px;
}
.privacy-policy .header[data-v-d594a858] {
  font-size: 16px;
  margin-bottom: 20px;
}

.agreement-modal[data-v-102bfadf] .ivu-modal-content {
  height: 500px;
  overflow-y: scroll;
}
.agreement-modal[data-v-102bfadf] .ivu-modal-content .content-box p {
  line-height: 20px;
}

span.fl {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-right: 16px;
  display: inline-block;
  height: 58px;
  line-height: 58px;
}
.payType .typeBox {
  background: rgba(153, 153, 153, 0.14);
  border-radius: 4px;
  margin-right: 12px;
  font-family: PingFangSC;
  color: #333333;
  text-align: center;
  cursor: pointer;
}
.payType .typeBox img {
  vertical-align: middle;
  margin-right: 6px;
}
.payType .active {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAC0klEQVRYR8XUX2iVdRgH8M+7P86lQxvJdOFSShOUkgwraINlbosoy6guIoSii/KimzCELroKKqSbvIloeuZxsUpQc9Tc3AaZ0oXd1C4ivFKCBMtVgmNnT7STLNfOznvcv/f6eb7vh+f3+z2Jhf6y8VayoIZM7JF4d+EQHfG6xAdCsjCIjngV+zH+//lHZONlYz5C2fWrML+IbLwo54BkAjC/kzgUzwtZlE9+DPMziWzsNOZTVE71GucekYknJD7HokLrYG4R2WiVc1Siarp9NHeIQ7FNOI7qYgtxbhDZaDKmG0uKAebmdRyOh+R8jZo0gNlHdMb9RvViWVrA7CKysVnoE2pLAcweIhObJPpxW6mA2UEcjg1yBlB3M4CZI9pjnYpxQH1awN6N7Gyg+SR/jua7bv6JZmKtMoPC6rSA3ev5cCsXrrLhGH/NCHEwGiQGJdakBTzXQGcjV0Zo6uGHKxOdpU/iYNyubPwI7koL2LaSE83kgpY+Tl+6sbM0RHus/PcO3J0WsKWW/u1Ul/P0IF9e/H9nesQnscIi/cLGtIB1NXzTyooqXjrDgfNTd6ZDdEWta07h3usx++7jlgp2f8fYFNmrqjndytqlvHmO94YK04sj2mO5Sr3Clv/G9DzC9nre/5E939/4g+WVDLZwz63sG+KNc9PPbnrE0agx7CQemBxTt5izbaxZyitn+fjnfMXicv4BNtbRcZ5d3xJFzq8wIhNLJL7Cw4UyNi3Lj7y6gsf6GPiVL5rYsZrui+wYYLSYoOCy6opqI04IzcUuYdsqjjfzxyinfuGZOzhziUd7uZor1l1oY3ZHlcuOCS3pInhtPfu35quHfqexh8sjabsnr+2uWOSaI3g8fUS+8p3NtNXz5EB+LZfwDU/cif6ocMFneKqEgJmXJo7kEV1RbkSn8OzMU0tK+M2YBxNvR5k7ZfBCSe0zKx6W6JWz167kp78BpMLMh3devL0AAAAASUVORK5CYII=) no-repeat;
  background-position: right bottom;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #00a3ff;
  color: #00a3ff;
}
.payType .active-small {
  background-size: 20px !important;
}
.payType.intl {
  padding-left: 85px;
}
.payType.intl .fl {
  font-size: 14px;
  color: #919498;
}
.pay-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 150px);
}
.small {
  padding: 3px;
}
.tips {
  margin-top: 5px;
  color: #7f7f7f;
}
.pay-item {
  margin-top: 8px;
  min-width: 110px;
}
.medium {
  padding: 10px;
  font-size: 13px;
}
.pay-radio {
  font-size: 14px;
  display: flex;
}
.pay-radio > :first-child {
  margin-right: 30px;
}
.pay-radio > div {
  margin-bottom: 15px;
}
.pay-radio .currency {
  margin-top: 10px;
  padding: 10px 0 0;
  color: #919498;
}
.pay-radio .currency span {
  margin-right: 12px;
}
.pay-radio .currency .select {
  width: 138px;
}
.select-currency {
  padding-left: 85px;
}
.intl-pay-tips-icon {
  margin-left: -6px;
  vertical-align: top;
}


[data-v-70d7931d] .ivu-modal-header {
  display: none;
}
.header[data-v-70d7931d] {
  font-weight: 700;
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
}
.footer[data-v-70d7931d] {
  text-align: center;
  padding-bottom: 40px;
}
.content[data-v-70d7931d] {
  padding: 0 30px;
  line-height: 26px;
  color: #333;
}
.content p.sub[data-v-70d7931d] {
  font-weight: 700;
  font-size: 16pxs;
}
[data-v-70d7931d] .ivu-modal-content {
  height: 770px;
  overflow: auto;
}
[data-v-70d7931d] .ivu-modal-close {
  display: none;
}
.divContent[data-v-70d7931d] {
  text-align: justify;
  color: currentColor;
}
.divContent .pContent[data-v-70d7931d] {
  margin-bottom: 20px;
}


[data-v-2f631254] .ivu-modal-header {
  display: none;
}
.header[data-v-2f631254] {
  font-weight: 700;
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
}
.footer[data-v-2f631254] {
  text-align: center;
  padding-bottom: 40px;
}
.content[data-v-2f631254] {
  padding: 0 30px;
  line-height: 26px;
  color: #333;
}
.content p.sub[data-v-2f631254] {
  font-weight: 700;
  font-size: 16pxs;
}
[data-v-2f631254] .ivu-modal-content {
  height: 770px;
  overflow: auto;
}
[data-v-2f631254] .ivu-modal-close {
  display: none;
}
.divContent[data-v-2f631254] {
  text-align: justify;
  color: currentColor;
}
.divContent .pContent[data-v-2f631254] {
  margin-bottom: 20px;
}

.account-wrap[data-v-cf6d7fd8] .ivu-modal-header-inner {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
}
.account-wrap .pay-money-title[data-v-cf6d7fd8] {
  text-align: center;
  margin-bottom: 15px;
}
.account-wrap .pay-account[data-v-cf6d7fd8] .ivu-form-item {
  margin-bottom: 10px;
}
.account-wrap .pay-account[data-v-cf6d7fd8] .ivu-form {
  margin-left: 60px;
}
.account-wrap .btn-wrap[data-v-cf6d7fd8] {
  text-align: center;
}
.account-wrap .tip-font[data-v-cf6d7fd8] {
  color: #999;
}
.account-wrap[data-v-cf6d7fd8] .ivu-modal-content {
  height: 460px;
}
.account-wrap .warn-wrap[data-v-cf6d7fd8] {
  margin: 30px 0 0 60px;
}

.agreement-modal[data-v-2acc7abf] .ivu-modal-content {
  height: 500px;
  overflow-y: scroll;
}
.agreement-modal[data-v-2acc7abf] .ivu-modal-content p {
  line-height: 20px;
}
[data-v-2acc7abf] .ivu-modal-close {
  display: none;
}

.privacy-policy[data-v-31ccb439] {
  max-width: 1200px;
  margin: 20px auto;
  font-size: 14px;
  line-height: 20px;
}
.privacy-policy .header[data-v-31ccb439] {
  font-size: 16px;
  margin-bottom: 20px;
}


[data-v-672a022a] .ivu-modal-header {
  display: none;
}
.header[data-v-672a022a] {
  font-weight: 700;
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
}
.footer[data-v-672a022a] {
  text-align: center;
  padding-bottom: 40px;
}
.content[data-v-672a022a] {
  padding: 0 30px;
  line-height: 26px;
  color: #333;
}
.content h3[data-v-672a022a] {
  font-weight: 700;
  margin-top: 10px;
  font-size: 16px;
}
[data-v-672a022a] .ivu-modal-content {
  height: 770px;
  overflow: auto;
}
[data-v-672a022a] .ivu-modal-close {
  display: none;
}


[data-v-088e96e6] .ivu-modal-header {
  display: none;
}
.header[data-v-088e96e6] {
  font-weight: 700;
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
}
.footer[data-v-088e96e6] {
  text-align: center;
  padding-bottom: 40px;
}
.content[data-v-088e96e6] {
  padding: 0 30px;
  line-height: 26px;
  color: #333;
}
.content h3[data-v-088e96e6] {
  margin-top: 10px;
  font-weight: 700;
  font-size: 16pxs;
}
[data-v-088e96e6] .ivu-modal-content {
  height: 770px;
  overflow: auto;
}
[data-v-088e96e6] .ivu-modal-close {
  display: none;
}


[data-v-79344686] .ivu-modal-header {
  display: none;
}
.header[data-v-79344686] {
  font-weight: 700;
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
}
.footer[data-v-79344686] {
  text-align: center;
  padding-bottom: 40px;
}
.content[data-v-79344686] {
  padding: 0 30px;
  line-height: 26px;
  color: #333;
}
.content h3[data-v-79344686] {
  font-weight: 700;
  margin-top: 10px;
  font-size: 16px;
}
[data-v-79344686] .ivu-modal-content {
  height: 770px;
  overflow: auto;
}
[data-v-79344686] .ivu-modal-close {
  display: none;
}
.kqyxieyi[data-v-79344686] {
  max-width: 852px;
  white-space: pre-wrap;
}


[data-v-49a84a1a] .ivu-modal-header {
  display: none;
}
.header[data-v-49a84a1a] {
  font-weight: 700;
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
.footer[data-v-49a84a1a] {
  text-align: center;
  padding-bottom: 40px;
}
.content[data-v-49a84a1a] {
  padding: 0 30px;
  line-height: 26px;
  color: #333;
}
.content .redline[data-v-49a84a1a] {
  color: red;
  text-decoration: underline;
}
.content h3[data-v-49a84a1a] {
  font-weight: 700;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 0;
}
[data-v-49a84a1a] .ivu-modal-content {
  height: 770px;
  overflow: auto;
}
[data-v-49a84a1a] .ivu-modal-close {
  display: none;
}
.kqyxieyi[data-v-49a84a1a] {
  max-width: 852px;
  white-space: pre-wrap;
}

.content .plat[data-v-e66f71da] {
  margin: 16px 0;
  padding: 16px;
  background: #e3f1ff;
  font-size: 14px;
}
.content .plat li[data-v-e66f71da] {
  display: flex;
  align-items: center;
}
.content .plat li span[data-v-e66f71da] {
  width: 86px;
}
.content .plat li.foreign div[data-v-e66f71da] {
  display: flex;
  align-items: center;
}
.content .plat li.foreign div .input[data-v-e66f71da] {
  width: 146px;
}
.content .plat li.foreign div strong[data-v-e66f71da] {
  margin-right: 5px;
}
.content .plat li.amount[data-v-e66f71da] {
  padding: 10px 0;
}
.content .plat .select[data-v-e66f71da] {
  width: 160px;
  margin-right: 8px;
}
.content .account-info[data-v-e66f71da] {
  line-height: 26px;
  margin-bottom: 8px;
  background: #eee;
  padding: 10px;
}
.content .ant-upload.ant-upload-drag p.ant-upload-drag-icon[data-v-e66f71da] {
  margin-bottom: 5px;
}
.content .ant-upload.ant-upload-drag p.ant-upload-text[data-v-e66f71da],
.content .ant-upload.ant-upload-drag p.ant-upload-hint[data-v-e66f71da] {
  font-size: 12px;
}
.footer[data-v-e66f71da] {
  margin-top: 20px;
  text-align: right;
}
.footer .ant-btn[data-v-e66f71da] {
  margin-left: 24px;
}

.content .plat[data-v-6a1f8f96] {
  margin: 16px 0;
  padding: 16px;
  background: #e3f1ff;
  font-size: 14px;
}
.content .plat li[data-v-6a1f8f96] {
  display: flex;
  align-items: center;
}
.content .plat li span[data-v-6a1f8f96] {
  width: 86px;
}
.content .plat li.foreign div[data-v-6a1f8f96] {
  display: flex;
  align-items: center;
}
.content .plat li.foreign div .input[data-v-6a1f8f96] {
  width: 146px;
}
.content .plat li.foreign div strong[data-v-6a1f8f96] {
  margin-right: 5px;
}
.content .plat li.amount[data-v-6a1f8f96] {
  padding: 10px 0;
}
.content .plat .select[data-v-6a1f8f96] {
  width: 160px;
  margin-right: 8px;
}
.content .account-info[data-v-6a1f8f96] {
  line-height: 26px;
  margin-bottom: 8px;
  background: #eee;
  padding: 10px;
}
.content .ant-upload.ant-upload-drag p.ant-upload-drag-icon[data-v-6a1f8f96] {
  margin-bottom: 5px;
}
.content .ant-upload.ant-upload-drag p.ant-upload-text[data-v-6a1f8f96],
.content .ant-upload.ant-upload-drag p.ant-upload-hint[data-v-6a1f8f96] {
  font-size: 12px;
}
.footer[data-v-6a1f8f96] {
  margin-top: 20px;
  text-align: right;
}
.footer .ant-btn[data-v-6a1f8f96] {
  margin-left: 24px;
}

.payment-iframe[data-v-680d450e] {
  border: none;
  width: 100%;
  height: 480px;
}

.payment-iframe[data-v-5bcb8b3f] {
  border: none;
  width: 100%;
  height: 450px;
}

.user-click-radio-show-input[data-v-3b760354] {
  display: grid;
  grid-template-columns: 420px 420px;
}
.user-click-radio-show-input > .right > .sureOrder-radio-right-content[data-v-3b760354] {
  padding-top: 10px;
}
.user-click-radio-show-input > .right > .sureOrder-radio-right-content > .info[data-v-3b760354] {
  margin-left: 56px;
  width: 266px;
  margin-bottom: 10px;
  text-align: center;
}
.user-click-radio-show-input > .right > .sureOrder-radio-right-content > .info > p[data-v-3b760354] {
  color: #ff6600 !important;
  font-size: 12px !important;
  width: 100%;
}
.mainContent[data-v-3b760354] {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #f7f8fa;
}
.mainContent .top-contnet[data-v-3b760354] {
  background-color: #fff;
  padding: 24px;
  box-shadow: 0px 2px 6px 0px rgba(0, 21, 41, 0.06);
}
.mainContent .top-contnet .zhifu-tip[data-v-3b760354] {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-top: 32px;
}
.mainContent .top-contnet .zhifu-tip span[data-v-3b760354]:last-child {
  color: #666;
  margin-left: 14px;
}
.mainContent .top-contnet .title[data-v-3b760354] {
  padding-bottom: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 20px;
  font-weight: 500;
}
.mainContent .top-contnet .title img[data-v-3b760354] {
  vertical-align: middle;
}
.mainContent .content[data-v-3b760354] {
  background: #ffffff;
}
.mainContent .content table[data-v-3b760354] {
  border-collapse: collapse;
  width: 100%;
}
.mainContent .content table .name[data-v-3b760354] {
  height: 48px;
  background: #d5f0ff;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.mainContent .content table tr[data-v-3b760354] {
  border-bottom: 1px solid #f2f2f2;
}
.mainContent .content table tr th[data-v-3b760354] {
  color: #666666;
  font-weight: 500;
}
.mainContent .content table tr td[data-v-3b760354] {
  color: #333333;
  text-align: center;
}
.mainContent .content table tr td .red[data-v-3b760354] {
  font-size: 16px;
  font-weight: bold;
  color: #ff6600;
}
.mainContent .content table tr td .changeNum input[data-v-3b760354] {
  text-align: center;
  width: 30px;
  height: 21px;
  background: #ffffff;
  border: 1px solid #cccccc;
  font-size: 12px;
  color: #666666;
  outline: none;
}
.mainContent .content table tr td .changeNum button[data-v-3b760354]:nth-child(1) {
  width: 20px;
  height: 21px;
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  color: #cccccc;
  outline: none;
  cursor: pointer;
}
.mainContent .content table tr td .changeNum .add[data-v-3b760354] {
  width: 20px;
  height: 21px;
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #666666;
  outline: none;
  cursor: pointer;
}
.mainContent .content table tr td .delete[data-v-3b760354] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainContent .content table tr td .delete img[data-v-3b760354] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.mainContent .content .footer[data-v-3b760354] {
  width: 100%;
  padding: 28px 56px 0px 10px;
  color: #000;
  position: relative;
}
.mainContent .content .footer .couponTitle[data-v-3b760354] {
  color: #000;
  font-size: 14px;
}
.mainContent .content .footer .couponTitle .subtitle[data-v-3b760354] {
  height: 35px;
}
.mainContent .content .footer .couponTitle .info[data-v-3b760354] {
  margin-left: 104px;
  width: 266px;
  margin-bottom: 10px;
  text-align: center;
}
.mainContent .content .footer .couponTitle .info p[data-v-3b760354] {
  color: #ff6600;
  font-size: 12px;
}
.mainContent .content .footer .couponTitle .invoiceBox[data-v-3b760354] {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  padding-left: 49px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.mainContent .content .footer .couponTitle .invoiceBox span[data-v-3b760354] {
  padding: 0px 4px 0px 1px;
}
.mainContent .content .footer .couponTitle .invoiceBox img[data-v-3b760354] {
  width: 18px;
  height: 18px;
}
.mainContent .content .footer .couponTitle .invoiceBox .down[data-v-3b760354] {
  width: 10px;
  height: 10px;
}
.mainContent .content .footer .couponTitle .invoiceBox .yActive[data-v-3b760354] {
  display: none;
}
.mainContent .content .footer .couponTitle .invoiceBox.active .nActive[data-v-3b760354] {
  display: none;
}
.mainContent .content .footer .couponTitle .invoiceBox.active .yActive[data-v-3b760354] {
  display: block;
}
.mainContent .content .footer .couponTitle .invoiceBox.active span[data-v-3b760354] {
  color: #00a3ff;
}
.mainContent .content .footer .couponTitle[data-v-3b760354] .formBox .ivu-form-item {
  margin-bottom: 20px;
}
.mainContent .content .footer[data-v-3b760354] .invoiceTitle .ivu-form-item {
  margin: 0px;
  margin-bottom: 10px;
}
.mainContent .content .footer[data-v-3b760354] .invoiceTitle .ivu-form-item .ivu-radio-wrapper {
  margin-right: 30px;
}
.mainContent .content .footer .red[data-v-3b760354] {
  color: #ff6600;
  font-weight: bold;
  font-size: 16px;
}
.mainContent .content .footer > .right[data-v-3b760354] {
  color: #333333;
}
.mainContent .content .footer > .right .total[data-v-3b760354] {
  margin: 0px 20px 0px 40px;
}
.mainContent .content .footer > .right .total .red[data-v-3b760354] {
  font-size: 16px;
  color: #ff6600;
}
.mainContent .content .footer > .relative[data-v-3b760354] {
  position: relative;
}
.mainContent .content .footer > .relative .flex[data-v-3b760354] {
  flex-direction: column;
}
.mainContent .content .footer > .relative > .right[data-v-3b760354] {
  position: absolute;
  right: 0px;
  top: 0px;
}
.mainContent .content .footer > .relative > .right p[data-v-3b760354] {
  margin: 10px 0px;
}
.mainContent .content .footer > .relative > .left .item[data-v-3b760354] {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.mainContent .content .settlement[data-v-3b760354] {
  text-align: right;
  width: 120px;
  height: 52px;
  background: #00a3ff;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
}
.mainContent .act315[data-v-3b760354] {
  position: absolute;
  left: 77%;
  top: 68%;
}
.mainContent .bottom-content[data-v-3b760354] {
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 21, 41, 0.06);
  padding: 0px 56px 24px 48px;
}
.mainContent .bottom-content .zhifu[data-v-3b760354] {
  margin: 20px 0px;
}
.mainContent .bottom-content .fl[data-v-3b760354] {
  font-size: 14px;
  font-family: PingFangSC;
  color: #333333;
  margin-top: 15px;
}
.mainContent .bottom-content .fl span[data-v-3b760354] {
  color: #00a3ff;
  cursor: pointer;
}
.mainContent .bottom-content .userAgreement-box[data-v-3b760354] {
  float: right;
  margin-top: 10px;
}
.mainContent .bottom-content .settlement .fukuan[data-v-3b760354] {
  font-size: 14px;
  font-family: PingFangSC;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 8px;
}
.mainContent .bottom-content .settlement .fukuan span.sum[data-v-3b760354] {
  display: flex;
  align-items: center;
}
.mainContent .bottom-content .settlement .fukuan span.sum strong[data-v-3b760354] {
  color: #FF5F61;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
}
.mainContent .bottom-content .settlement .fukuan span.sum span.foreign[data-v-3b760354] {
  display: flex;
  flex-direction: column;
}
.mainContent .bottom-content .settlement .fukuan span.sum span.foreign em[data-v-3b760354] {
  font-style: normal;
  color: #000;
  text-align: right;
}
.mainContent .bottom-content .settlement .fukuan span[data-v-3b760354] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  margin-right: 20px;
}
.mainContent .bottom-content .settlement button[data-v-3b760354] {
  width: 114px;
  height: 38px;
  background: #0041DC;
  border-radius: 2px;
  color: #fff;
  border-color: #0041DC;
}
.mainContent .bottom-content .settlement .tips[data-v-3b760354] {
  color: #919498;
  text-align: right;
  position: relative;
  top: 5px;
  font-size: 14px;
  width: 100%;
}
.free-mask[data-v-3b760354] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  overflow: auto;
}
.free-mask .invite-banner[data-v-3b760354] {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
}
.free-mask .invite-banner .free-mount[data-v-3b760354] {
  position: absolute;
  top: 195px;
  font-size: 32px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  left: 50%;
  color: #ff1825;
  z-index: 999;
}
.free-mask .invite-banner .free-mount span[data-v-3b760354] {
  font-size: 42px;
  font-weight: 700;
}
.free-mask .invite-banner .inviteBox[data-v-3b760354] {
  position: absolute;
  left: 50%;
  margin-left: -445px;
}
.free-mask .invite-banner .close[data-v-3b760354] {
  z-index: 9999999;
  top: 60px;
  left: 50%;
  position: absolute;
  margin-left: 242px;
}
[data-v-3b760354] .ivu-modal-content {
  height: 360px;
}
[data-v-3b760354] .ivu-modal-content .ivu-modal-header {
  background: #ffffff !important;
  border-color: #f6f6f6;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.demo-spin-icon-load[data-v-3b760354] {
  -webkit-animation: ani-demo-spin 1s linear infinite;
          animation: ani-demo-spin 1s linear infinite;
}
[data-v-3b760354] .ivu-radio-inner:after {
  width: 10px;
  height: 10px;
  left: 2px;
  top: 2px;
}
[data-v-3b760354] .ivu-input[disabled],
fieldset[disabled] .ivu-input[data-v-3b760354] {
  background: #ffffff !important;
}
[data-v-3b760354] .ivu-radio-checked .ivu-radio-inner {
  background-color: #ffffff !important;
}
[data-v-3b760354] .ivu-spin-show-text .ivu-spin-text {
  font-size: 20px;
  margin-top: 30px;
}
.monitoring-subscription-info .mainContent .top-contnet .title[data-v-3b760354] {
  display: none;
}
.mainContent[data-v-3b760354] {
  font-size: 14px;
  color: black;
}
.primary-color[data-v-3b760354] {
  color: #00a3ff;
}
.serviceList-table dt[data-v-3b760354],
.serviceList-table dd[data-v-3b760354] {
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
}
.serviceList-table dt > div[data-v-3b760354],
.serviceList-table dd > div[data-v-3b760354] {
  flex-grow: 1;
  width: 180px;
}
.serviceList-table dt > span[data-v-3b760354],
.serviceList-table dd > span[data-v-3b760354] {
  flex-grow: 1;
  width: 180px;
}
.serviceList-table dt[data-v-3b760354] {
  height: 48px;
  background: #f0f0f0;
  color: #333;
  font-size: 14px;
}
.product-name-sourOrder[data-v-3b760354] {
  width: 100%;
  margin-bottom: 10px;
}
.select-specifications[data-v-3b760354] {
  color: #4fa9fd;
  cursor: pointer;
  text-decoration: underline;
}
.specifications[data-v-3b760354] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #999;
}
.product-name-title[data-v-3b760354] {
  width: 380px !important;
  text-align: left;
  padding-left: 30px;
}
.serviceName[data-v-3b760354] {
  width: 380px !important;
  padding: 20px 0px 20px 10px;
  display: flex;
  color: #333;
}
.serviceName .right[data-v-3b760354] {
  text-align: left;
  width: 225px;
  margin-left: 20px;
}
.serviceName .right p[data-v-3b760354]:nth-child(1) {
  color: #333333;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 13px;
  margin-top: -3px;
}
.serviceName .right p[data-v-3b760354]:nth-child(2) {
  color: #999999;
  font-size: 12px;
  line-height: 18px;
}
.serviceName .right .renew-production[data-v-3b760354] {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.serviceName .right .renew-production-inline[data-v-3b760354] {
  color: #0041DC;
  cursor: pointer;
}
.serviceName img[data-v-3b760354] {
  width: 84px;
  height: 73px;
}
.product-info-sourOrder[data-v-3b760354] {
  text-align: left;
}
.product-info-sourOrder .c999[data-v-3b760354] {
  color: #999;
}
.product-addition-spec[data-v-3b760354] {
  color: #999;
}
.product-addition-spec > p[data-v-3b760354] {
  margin: 5px 0 0 0;
}
.serviceList-goods[data-v-3b760354] {
  border-top: 1px solid #eee;
}
.etax-sureOrder .top-contnet .title[data-v-3b760354] {
  display: none;
}
.activityContent[data-v-3b760354] {
  font-size: 14px;
  color: #ff5f61;
  display: block;
  font-weight: normal;
}
.settingIconOrange[data-v-3b760354] {
  display: none;
}
.OrangeTheme .settingIcon[data-v-3b760354] {
  display: none;
}
.OrangeTheme .settingIconOrange[data-v-3b760354] {
  display: inline-block;
}
.OrangeTheme .serviceList-table dt[data-v-3b760354] {
  background: #ffdc87;
}
.OrangeTheme .mainContent[data-v-3b760354]  .ivu-radio-inner:after {
  background-color: #f6b417 !important;
}
.OrangeTheme .mainContent .settlement button[data-v-3b760354] {
  background: #f6b417;
  border-color: #f6b417;
}
.OrangeTheme .mainContent .bottom-content .fl span[data-v-3b760354] {
  color: #f6b417;
}
.package-discounts[data-v-3b760354] {
  font-size: 12px;
  display: inline-block;
  background-image: linear-gradient(90deg, #e86f3a, #e54937);
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
}
.buttonDefault[data-v-3b760354] {
  background: #fff !important;
  border-color: #ddd !important;
  color: #333 !important;
  width: auto !important;
  min-width: 114px !important;
}
.continued-years[data-v-3b760354] {
  font-weight: normal;
  padding: 2px 6px;
  background: #e3f1ff;
  border-radius: 2px;
  color: #3a7fff;
  margin-left: 5px;
}
.exchange-rate-tips[data-v-3b760354] {
  width: 90%;
  float: right;
  text-align: right;
  margin-right: 8px;
  font-size: 14px;
  color: #919498;
  margin-top: 8px;
}
.shoppingCart-tips[data-v-3b760354] {
  text-align: right;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.26);
  margin: 0;
  position: relative;
  top: 0;
  right: 8px;
}
.package-discounts-price[data-v-3b760354] {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
[data-v-3b760354] .ant-modal-content {
  overflow: hidden !important;
}
.form[data-v-3b760354] {
  color: black;
  font-size: 14px;
}
.form .form-item[data-v-3b760354] {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.form .form-item .label[data-v-3b760354] {
  text-align: right;
  padding-right: 25px;
  min-width: 120px;
}
.footer[data-v-3b760354] {
  text-align: right;
}
.footer .amount[data-v-3b760354] {
  margin-bottom: 16px;
}
.footer .amount .tax[data-v-3b760354] {
  margin-left: 10px;
}
.footer .pay-amount[data-v-3b760354] {
  margin-bottom: 14px;
  font-weight: 600;
}
.footer .pay-amount span[data-v-3b760354] {
  color: #ff7b29;
  font-size: 24px;
  font-style: normal;
  line-height: 14px;
  /* 58.333% */
}
.footer .rate-tip[data-v-3b760354] {
  color: #ef8829;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}

.buy-service-wrap[data-v-9c42c236] {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  position: relative;
}
.buy-service-wrap .item[data-v-9c42c236] {
  width: 267px;
  background: #f0f6ff;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #3a7fff;
  text-align: center;
  padding: 30px;
}
.buy-service-wrap .item > div[data-v-9c42c236]:nth-child(1) {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  font-size: 24px;
  margin-bottom: 12px;
}
.buy-service-wrap .item > div:nth-child(1) > span[data-v-9c42c236]:nth-child(2) {
  font-size: 16px;
}
.buy-service-wrap .item > div[data-v-9c42c236]:nth-child(2) {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  margin-bottom: 32px;
}
.buy-service-wrap .item > div[data-v-9c42c236]:nth-child(3) {
  color: rgba(0, 0, 0, 0.9);
  font-size: 40px;
  margin-bottom: 32px;
}
.buy-service-wrap .item > div:nth-child(3) > span[data-v-9c42c236]:nth-child(2) {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.buy-service-wrap .item > div[data-v-9c42c236]:nth-child(4) {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  margin-bottom: 32px;
}
.buy-service-wrap .item > div:nth-child(4) > span[data-v-9c42c236]:nth-child(2) {
  color: rgba(0, 0, 0, 0.9);
}
.buy-service-wrap .item[data-v-9c42c236]  .ant-btn-primary {
  border-radius: 7px !important;
}
.buy-service-wrap .item .icon[data-v-9c42c236] {
  position: absolute;
  top: -15px;
  right: 22px;
  width: 188px;
}
.buy-service-wrap .item .icon img[data-v-9c42c236] {
  width: 100%;
}
.buy-service-wrap .item[data-v-9c42c236]:last-child {
  background: linear-gradient(180deg, #fffef5 10%, #ffe3c9 100%);
  box-shadow: 24px 24px 32px 2px rgba(0, 39, 112, 0.07), -1px -1px 10px 0px rgba(0, 39, 112, 0.02);
  border: 1px solid #ffba78;
}
.buy-service-wrap .item[data-v-9c42c236]:last-child  .ant-btn-primary {
  background-color: #ff771e;
  border-color: #ff771e;
}
.alert[data-v-9c42c236] {
  background: #f9d7d9;
  border-radius: 3px 3px 3px 3px;
  opacity: 1;
  display: flex;
  padding: 8px 24px;
  margin-bottom: 32px;
  margin-top: -10px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
}
.alert .icon[data-v-9c42c236] {
  color: #e34d59;
  font-size: 20px;
  margin-right: 8px;
}

.edit-tooltip {
  width: 220px !important;
}
.edit-tooltip .ant-tooltip-inner {
  background-color: #fff !important;
  color: #000;
  padding: 12px;
  border-radius: 5px;
}
.edit-tooltip .ant-tooltip-inner .ant-space-align-center {
  align-items: flex-start;
}
.edit-tooltip .ant-tooltip-arrow::before {
  background-color: #fff;
}
.edit-tooltip .ant-btn:not(.ant-btn-primary, .ant-btn-link) {
  background: #e7e7e7;
  border: 3px;
  color: #000;
}

.page.step4[data-v-0eac05ca] {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 25px;
  position: relative;
}
.page.step4 .page-content[data-v-0eac05ca] {
  display: flex;
  padding-left: 57px;
  padding-top: 48px;
}
.step4[data-v-0eac05ca]  .ivu-radio-wrapper .ivu-radio {
  margin-top: 0 !important;
  margin-right: 10px;
}
.step4[data-v-0eac05ca]  .ivu-radio-wrapper {
  min-width: 70px;
}
.step4[data-v-0eac05ca]  .ivu-radio-wrapper .step4_radio-no {
  display: none;
  color: #e81e19;
}
.step4[data-v-0eac05ca]  .ivu-radio-wrapper.ivu-radio-wrapper-checked .step4_radio-no {
  display: inline-block;
}
.step4[data-v-0eac05ca]  .ivu-form-item {
  margin-bottom: 32px !important;
}
.step4[data-v-0eac05ca]  .step4_table .ivu-form-item-error-tip {
  margin-top: -42px;
}
.type-step4_table-wrapper[data-v-0eac05ca] {
  display: flex;
}
.buy-wrapper[data-v-0eac05ca] {
  flex: 0 0 312px;
  margin-top: 125px;
  margin-left: 32px;
  font-size: 16px;
  height: 100%;
}
.buy-wrapper .buy-wrap[data-v-0eac05ca] {
  padding: 16px 32px;
  color: rgba(0, 0, 0, 0.9);
  background: linear-gradient(90deg, #f0f6ff 0%, #f6faff 100%);
  box-shadow: 24px 24px 32px 2px rgba(0, 39, 112, 0.07), -1px -1px 10px 0px rgba(0, 39, 112, 0.02);
}
.buy-wrapper .buy-wrap .buy-tip[data-v-0eac05ca] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 22px;
  display: flex;
}
.buy-wrapper .buy-wrap .bold[data-v-0eac05ca] {
  font-weight: 500;
  font-size: 20px;
}
.buy-wrapper .buy-wrap .p[data-v-0eac05ca] {
  color: #3a7fff;
}
.buy-wrapper .buy-wrap .w[data-v-0eac05ca] {
  color: #ed7b2f;
}
.buy-wrapper .buy-wrap .red[data-v-0eac05ca] {
  color: #e81e19;
}
.buy-wrapper .buy-wrap .through[data-v-0eac05ca] {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  text-decoration: line-through;
}
.buy-wrapper .buy-wrap .btn[data-v-0eac05ca] {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
.buy-service-wrap[data-v-0eac05ca] {
  display: flex;
  justify-content: space-around;
  padding-bottom: 15px;
}
.buy-service-wrap .item[data-v-0eac05ca] {
  width: 267px;
  background: #f0f6ff;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #3a7fff;
  text-align: center;
  padding: 30px;
}
.buy-service-wrap .item > div[data-v-0eac05ca]:nth-child(1) {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  font-size: 24px;
  margin-bottom: 12px;
}
.buy-service-wrap .item > div:nth-child(1) > span[data-v-0eac05ca]:nth-child(2) {
  font-size: 16px;
}
.buy-service-wrap .item > div[data-v-0eac05ca]:nth-child(2) {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  margin-bottom: 32px;
}
.buy-service-wrap .item > div[data-v-0eac05ca]:nth-child(3) {
  color: rgba(0, 0, 0, 0.9);
  font-size: 40px;
  margin-bottom: 32px;
}
.buy-service-wrap .item > div:nth-child(3) > span[data-v-0eac05ca]:nth-child(2) {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.buy-service-wrap .item > div[data-v-0eac05ca]:nth-child(4) {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  margin-bottom: 32px;
}
.buy-service-wrap .item > div:nth-child(4) > span[data-v-0eac05ca]:nth-child(2) {
  color: rgba(0, 0, 0, 0.9);
}
.buy-service-wrap .item[data-v-0eac05ca]  .ant-btn-primary {
  border-radius: 7px !important;
}
.buy-service-wrap .item[data-v-0eac05ca]:last-child {
  background: linear-gradient(180deg, #fffef5 10%, #ffe3c9 100%);
  box-shadow: 24px 24px 32px 2px rgba(0, 39, 112, 0.07), -1px -1px 10px 0px rgba(0, 39, 112, 0.02);
  border: 1px solid #ffba78;
}
.buy-service-wrap .item[data-v-0eac05ca]:last-child  .ant-btn-primary {
  background-color: #ff771e;
  border-color: #ff771e;
}
.button-wrapper[data-v-0eac05ca] {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a7fff;
  padding: 8px 0;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #3a7fff;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 32px;
}
.button-wrapper .button-icon[data-v-0eac05ca] {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.toop .ant-popover-inner {
  border-radius: 4px;
}
.toop .ant-popover-inner-content {
  width: 228px;
}
.toop .ant-popover-inner-content .ant-btn {
  border-radius: 4px !important;
}
.toop .ant-popover-inner-content p {
  color: rgba(0, 0, 0, 0.9);
}
.toop .ant-popover-buttons > *:first-child {
  display: none;
}

.top-wrap[data-v-6e64ac59] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title[data-v-6e64ac59] {
  font-size: 16px;
}
.title > span[data-v-6e64ac59]:nth-child(1) {
  display: inline-block;
  width: 56px;
  height: 28px;
  line-height: 28px;
  background: #d9e9ff;
  color: #3a7fff;
  text-align: center;
  border-radius: 14px 0;
}
.title > span[data-v-6e64ac59]:nth-child(2) {
  margin-left: 8px;
  color: #000000;
}
.money[data-v-6e64ac59] {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  text-align: right;
}
.money .red[data-v-6e64ac59] {
  color: #e81e19;
}
.money .money2[data-v-6e64ac59] {
  margin-top: 0px;
  text-decoration: line-through;
  color: #999999;
}
.desc[data-v-6e64ac59] {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
.desc > span[data-v-6e64ac59]:nth-child(1) {
  max-width: 75%;
}
.large .money[data-v-6e64ac59] {
  color: #3a7fff;
  font-size: 36px;
}
.large .title > span[data-v-6e64ac59]:nth-child(2) {
  font-size: 24px;
}
.buy[data-v-6e64ac59] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-style: inherit;
  font-size: 12px;
  color: #fff;
  width: 126px;
  height: 20px;
  background: #48c79c;
  border-radius: 9999px 9999px 9999px 9999px;
  opacity: 1;
  margin-left: 10px;
}
.icon[data-v-6e64ac59] {
  width: 13px;
  height: 13px;
}

.tit[data-v-60c7d000] {
  font-size: 14px;
  font-weight: 500;
  color: #303132;
  line-height: 22px;
  margin-bottom: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
}
.con[data-v-60c7d000] {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 5px;
  display: flex;
  font-family: PingFang SC-Regular, PingFang SC;
}
.con span[data-v-60c7d000]:nth-child(1) {
  color: rgba(0, 0, 0, 0.4);
  margin-right: 6px;
  text-wrap: nowrap;
}
.con span[data-v-60c7d000]:nth-child(2) {
  flex: 1;
  color: rgba(0, 0, 0, 0.6);
  white-space: pre-line;
  word-wrap: break-word;
  overflow: hidden;
}
.flex-wrapper[data-v-60c7d000] {
  display: flex;
  align-items: center;
}
.flex-wrapper .link-text[data-v-60c7d000] {
  cursor: pointer;
  color: #3a7fff !important;
}
.flex-wrapper .icon[data-v-60c7d000] {
  cursor: pointer;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.tit[data-v-765ea348] {
  font-size: 14px;
  font-weight: 500;
  color: #303132;
  line-height: 22px;
  margin-bottom: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
}
.con[data-v-765ea348] {
  width: 33%;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-family: PingFang SC-Regular, PingFang SC;
}
.con span[data-v-765ea348] {
  color: rgba(0, 0, 0, 0.4);
}

.top-wrap[data-v-28617b85] {
  display: flex;
  justify-content: space-between;
}
.title[data-v-28617b85] {
  font-size: 16px;
}
.title span[data-v-28617b85]:nth-child(1) {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #d9e9ff;
  color: #3a7fff;
  text-align: center;
  border-radius: 8px 0 8px 0;
}
.title span[data-v-28617b85]:nth-child(2) {
  margin-left: 8px;
  color: #000000;
}
.money[data-v-28617b85] {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.desc[data-v-28617b85] {
  padding: 16px 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

.wrap[data-v-02284e8b] {
  display: flex;
  flex-wrap: wrap;
}
.item[data-v-02284e8b] {
  width: 50%;
  border: 1px solid rgba(151, 151, 151, 0.1);
}
.item .label[data-v-02284e8b] {
  display: inline-block;
  width: 378px;
  height: 46px;
  padding-left: 16px;
  line-height: 46px;
  font-size: 14px;
  color: #666666;
  background: #FAFAFA;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.item .value[data-v-02284e8b] {
  font-size: 14px;
  padding-left: 16px;
  color: #666666;
  background: #fff;
}

.wrap[data-v-0dc62206] {
  display: flex;
}
.icon[data-v-0dc62206] {
  font-size: 22px;
  margin-right: 16px;
  color: #ed7b2f;
}
.con[data-v-0dc62206] {
  flex: 1;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
  padding-top: 4px;
}
.con .title[data-v-0dc62206] {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 16px;
}
.con .red[data-v-0dc62206] {
  color: #e81e19;
}
.con .button-wrap[data-v-0dc62206] {
  margin-top: 32px;
  text-align: right;
}
.con .button-wrap[data-v-0dc62206] .ant-btn.buy {
  border-color: #ed7b2f;
  color: #ed7b2f;
  background: #ed7b2f;
  color: #fff;
}

.tittleStyle[data-v-710bf51b] {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  height: 55px;
  line-height: 55px;
  border-radius: 4px 4px 0px 0px;
}

.page.step5[data-v-76e22982] {
  padding-left: 0;
  padding-bottom: 100px;
  position: relative;
}
.page.step5 .page-content[data-v-76e22982] {
  padding-left: 57px;
  padding-top: 48px;
  max-width: 1600px;
}
.step5[data-v-76e22982]  .ivu-radio-wrapper .ivu-radio {
  margin-top: 0 !important;
  margin-right: 10px;
}
.step5[data-v-76e22982]  .ivu-radio-wrapper {
  min-width: 70px;
}
.cutting[data-v-76e22982] {
  height: 1px;
  margin: 32px 0 48px;
  background-color: #e3e3e3;
}
.box[data-v-76e22982] {
  padding: 24px 32px;
  background: #f5f7fa;
  margin-bottom: 1px;
}
.buy-wrap[data-v-76e22982] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  margin-top: 12px;
}
.buy-wrap > div:nth-child(1) div span[data-v-76e22982]:nth-child(2) {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.buy-wrap > div:nth-child(1) div span[data-v-76e22982]:nth-child(3) {
  color: #ed7b2f;
  font-size: 16px;
}
.buy-wrap > div:nth-child(1) div span[data-v-76e22982]:nth-child(4) {
  color: #3a7fff;
  cursor: pointer;
  margin: 8px;
  display: inline-flex;
  align-items: center;
}
.buy-wrap > div:nth-child(1) div span:nth-child(4) i[data-v-76e22982] {
  margin-right: 3px;
}
.buy-wrap > div:nth-child(1) div span[data-v-76e22982]:nth-child(5) {
  color: #3a7fff;
  cursor: pointer;
}
.buy-wrap > div:nth-child(1) div[data-v-76e22982] .ant-checkbox + span {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.buy-wrap > div:nth-child(1) div[data-v-76e22982] .ant-checkbox {
  transform: scale(1.2);
  top: -3px;
}
.buy-wrap > div:nth-child(1) div.no[data-v-76e22982] {
  color: rgba(0, 0, 0, 0.26);
}
.buy-wrap > div:nth-child(1) div.no[data-v-76e22982] .ant-checkbox + span {
  color: rgba(0, 0, 0, 0.26);
}
.buy-wrap > div:nth-child(1) div.no span[data-v-76e22982]:nth-child(3) {
  color: rgba(0, 0, 0, 0.26);
}
.buy-wrap > div:nth-child(1) div.no span[data-v-76e22982]:nth-child(4) {
  color: rgba(0, 0, 0, 0.26);
}
.buy-wrap > div:nth-child(1) div.no span[data-v-76e22982]:nth-child(5) {
  display: none;
}
.buy-wrap > div[data-v-76e22982]:nth-child(2) {
  font-size: 24px;
  color: #ed7b2f;
  display: flex;
  align-items: center;
}
.buy-wrap > div[data-v-76e22982]:nth-child(2) .ant-btn {
  border-color: #ed7b2f;
  color: #ed7b2f;
  margin-left: 15px;
}
.buy-wrap > div:nth-child(2).no[data-v-76e22982] {
  color: rgba(0, 0, 0, 0.26);
  text-decoration: line-through;
}
.buy-wrap > div:nth-child(2).no[data-v-76e22982] .ant-btn {
  border-color: rgba(0, 0, 0, 0.26);
  color: rgba(0, 0, 0, 0.26);
}
.goods-list[data-v-76e22982] {
  margin-top: 15px;
  font-size: 14px;
  padding-left: 30px;
}
.goods-list > div[data-v-76e22982] {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.6);
}
.goods-list > div > span:nth-child(1) span[data-v-76e22982] {
  color: rgba(0, 0, 0, 0.4);
  margin-left: 8px;
  font-weight: 400;
}
.goods-list > div > span[data-v-76e22982]:nth-child(2) {
  margin-right: 143px;
  font-weight: 600;
  font-size: 16px;
}

.page[data-v-717f4b68] {
  padding: 0 32px;
}
.content[data-v-717f4b68] {
  margin-top: 16px;
}
.content > div[data-v-717f4b68]:nth-child(1) {
  margin-bottom: 24px;
}
.content .content-step[data-v-717f4b68] {
  max-width: 1920px;
}
.confirm-title[data-v-717f4b68] {
  display: flex;
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.9);
}
.confirm-title > span[data-v-717f4b68]:first-child {
  width: 110px;
  color: rgba(0, 0, 0, 0.6);
}
.confirm-title > span[data-v-717f4b68]:last-child {
  flex: 1;
  margin-left: 12px;
}
.confirm-content[data-v-717f4b68] {
  text-indent: 2em;
}
.confirm-content .confirm-red[data-v-717f4b68] {
  color: #e81e19;
}
.confirm-content .confirm-check[data-v-717f4b68] {
  text-indent: 0;
  margin-top: 10px;
}
.confirm-alert[data-v-717f4b68] {
  margin-top: 32px;
  background-color: #f9e0c7;
  display: flex;
  padding: 16px 24px;
}
.confirm-alert .confirm-icon[data-v-717f4b68] {
  width: 20px;
  margin-right: 12px;
  color: #e81e19;
  font-size: 20px;
}
.confirm-alert .confirm-content[data-v-717f4b68] {
  line-height: 1.5;
  color: #000000;
  flex: 1;
}
.confirm-alert .confirm-content > *[data-v-717f4b68] {
  margin-bottom: 3px;
}
.confirm-alert .red[data-v-717f4b68] {
  color: #e81e19;
}
.selected-wrap[data-v-717f4b68] {
  min-height: 118px;
  background: #f5f7fa;
  padding: 24px;
  margin-top: 10px;
}
.selected-wrap > div[data-v-717f4b68]:first-child {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 22px;
}
.select-country[data-v-717f4b68]  {
  display: flex;
  flex-wrap: wrap;
}
.select-country[data-v-717f4b68]  > * {
  margin-right: 24px;
  box-shadow: 0px 4px 12px 0px rgba(0, 39, 112, 0.06);
}
.select-country[data-v-717f4b68]  .ant-tag {
  background-color: #fff;
  border-radius: 3px;
  height: 26px;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 8px;
}
.checkbox-con-tag[data-v-717f4b68] {
  min-width: 220px!important;
}
.checkbox-con[data-v-717f4b68] {
  display: flex;
  align-items: center;
  min-width: 180px;
}
.checkbox-con .country-new[data-v-717f4b68] {
  position: absolute;
  top: -11px;
  right: -6px;
  color: #fff;
  background-color: #FFA347;
  font-size: 10px;
  line-height: 12px;
  border-radius: 2px;
  padding: 2px;
}
.checkbox-con .countryName b[data-v-717f4b68] {
  font-weight: normal;
  font-size: 12px;
}
.country-checkbox[data-v-717f4b68]  .ant-col-5 {
  width: 20%;
}
.country-checkbox[data-v-717f4b68]  .ant-checkbox-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  padding: 8px 16px;
}
.country-checkbox[data-v-717f4b68]  .ant-checkbox-wrapper.border {
  border: 1px solid #dcdcdc;
}
.country-checkbox[data-v-717f4b68]  .ant-checkbox-wrapper.border.ant-checkbox-wrapper-checked {
  border: 1px solid #3a7fff;
  background: #f5f7fa;
}
.country-checkbox[data-v-717f4b68]  .countryFlag {
  margin-left: 12px;
}
.country-checkbox[data-v-717f4b68]  .countryName {
  margin-left: 8px;
}
.vat-tool[data-v-717f4b68] {
  color: #3a7fff;
  text-decoration: underline;
  cursor: pointer;
}

.epr[data-v-73f0db1a] {
  background-color: #fff;
  min-height: calc(100vh - 108px);
  min-width: 1200px;
}
.epr-title[data-v-73f0db1a] {
  border-bottom: 0;
}

.a-link[data-v-453c04bc] {
  color: #333;
}
[data-v-453c04bc] .ivu-modal-body {
  padding-bottom: 16px !important;
}

.ecl-table[data-v-9a94ca9c] {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #ddd;
}
.ecl-table thead tr th[data-v-9a94ca9c] {
  background: #f2f2f3;
  padding: 8px 12px;
  border: solid 1px #ddd;
  font-size: 14px;
  text-align: center;
}
.ecl-table tr td[data-v-9a94ca9c] {
  border: solid 1px #ddd;
  padding: 4px 12px;
  text-align: center;
  position: relative;
}
.ecl-table tr td .ecl-operate[data-v-9a94ca9c] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -80px;
  margin: auto 0;
  width: 70px;
  text-align: left;
}
.ecl-table tr td .ecl-operate .ivu-icon[data-v-9a94ca9c] {
  cursor: pointer;
}
.ecl-table tr td .ecl-operate .ecl-line-add[data-v-9a94ca9c] {
  color: #19be6b;
}
.ecl-table tr td .ecl-operate .ecl-line-remove[data-v-9a94ca9c] {
  color: #ed4014;
}
.other-sell-table[data-v-9a94ca9c] {
  max-height: 400px;
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #ddd;
}
.other-sell-table thead tr th[data-v-9a94ca9c] {
  background: #f2f2f3;
  padding: 8px 12px;
  border: solid 1px #ddd;
  font-size: 14px;
  text-align: center;
}
.other-sell-table tr td[data-v-9a94ca9c] {
  border: solid 1px #ddd;
  padding: 4px 12px;
  text-align: center;
}
.subInfo-1[data-v-9a94ca9c] {
  height: 40px;
  background: #fff1dd;
  font-size: 14px;
  font-family: "Microsoft Yahei", PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333ff;
  line-height: 14px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  color: red;
  font-weight: 500;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.modalCount[data-v-9a94ca9c] {
  background-color: #fff;
  margin-top: 16px;
}
.modalCount .headContent[data-v-9a94ca9c] {
  background: #ffffff;
  padding: 16px 25px;
  padding-top: 0px;
}
.modalCount .headContent .top[data-v-9a94ca9c] {
  margin-bottom: 14px;
}
.modalCount .headContent .top .flink[data-v-9a94ca9c],
.modalCount .headContent .top .clink[data-v-9a94ca9c] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.modalCount .headContent .top .clink[data-v-9a94ca9c] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.modalCount .headContent .bottom[data-v-9a94ca9c] {
  font-size: 24px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #303132;
}
.modalCount .headContent .bottom .compangInfo[data-v-9a94ca9c] {
  margin-top: 18px;
  font-size: 14px;
  font-family: "Microsoft Yahei", PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.modalCount .headContent .bottom .compangInfo p[data-v-9a94ca9c] {
  min-width: 400px;
  margin: 4px 0px;
}
.modalCount .headContent .bottom .compangInfo .right[data-v-9a94ca9c] {
  color: #333333ff;
}
.modalCount .headContent .bottom .reject-reason[data-v-9a94ca9c] {
  padding: 4px 16px;
  background-color: #fff1dd;
  font-size: 20px;
  margin-top: 18px;
}
.modalCount .headContent .bottom .reject-reason span.icon[data-v-9a94ca9c] {
  font-size: 20px;
  width: 20px;
  height: 20px;
  background-color: #d72323;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-weight: 600px;
  margin-right: 6px;
}
.modalCount .headContent .bottom .reject-reason span.reason[data-v-9a94ca9c] {
  color: #d72323;
}
.modalCount[data-v-9a94ca9c] .ivu-spin-fix {
  position: fixed;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.7);
}
.modalCount[data-v-9a94ca9c] .ivu-spin-fix .ivu-spin-text {
  display: flex;
  align-items: center;
}
.modalCount[data-v-9a94ca9c] .ivu-spin-fix .ivu-spin-text i {
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
}
.modalCount[data-v-9a94ca9c] .ivu-spin-fix .ivu-spin-text .loadingText {
  font-size: 16px;
}
.modalCount .demo-spin-icon-load[data-v-9a94ca9c] {
  -webkit-animation: ani-demo-spin-data-v-9a94ca9c 1s linear infinite;
          animation: ani-demo-spin-data-v-9a94ca9c 1s linear infinite;
}
@-webkit-keyframes ani-demo-spin-data-v-9a94ca9c {
from {
    transform: rotate(0deg);
}
50% {
    transform: rotate(180deg);
}
to {
    transform: rotate(360deg);
}
}
@keyframes ani-demo-spin-data-v-9a94ca9c {
from {
    transform: rotate(0deg);
}
50% {
    transform: rotate(180deg);
}
to {
    transform: rotate(360deg);
}
}
.modalCount .demo-spin-col[data-v-9a94ca9c] {
  height: 100px;
  position: relative;
  border: 1px solid #eee;
}
.modalCount .title[data-v-9a94ca9c] {
  font-size: 24px;
  font-family: "Microsoft Yahei", "PingFangSC-Semibold,PingFang SC";
  font-weight: 600;
  color: #333333;
}
.modalCount .step1[data-v-9a94ca9c],
.modalCount .step2[data-v-9a94ca9c] {
  padding-bottom: 20px;
}
.modalCount .step1 .tab-box[data-v-9a94ca9c] {
  border-bottom: 1px solid #dddddd;
}
.modalCount .step1 .tab-box span[data-v-9a94ca9c] {
  display: inline-block;
  font-size: 16px;
  margin-right: 36px;
  color: #333333;
  cursor: pointer;
}
.modalCount .step1 .tab-box .active-tab[data-v-9a94ca9c] {
  border-radius: 10px 10px 0 0;
  background-color: #16ade9;
  color: #fff;
  padding: 8px 24px;
}
.modalCount .step1 .tax-title[data-v-9a94ca9c] {
  margin: 24px 0;
  padding: 11px 24px;
  background-color: rgba(22, 173, 233, 0.2);
  font-size: 18px;
  font-family: "Microsoft Yahei", "PingFangSC-Medium,PingFang SC";
  font-weight: 500;
  color: #333333;
}
.modalCount .step2 .resultBox[data-v-9a94ca9c] {
  padding: 30px;
}
.modalCount .step2 .resultBox .finalTaxPayment[data-v-9a94ca9c] {
  background-color: #ffffff;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.modalCount .step2 .resultBox .finalTaxPayment p[data-v-9a94ca9c] {
  margin: 0px;
}
.modalCount .step2 .resultBox .finalTaxPayment .top[data-v-9a94ca9c] {
  font-size: 12px;
  margin-bottom: 10px;
}
.modalCount .step2 .resultBox .finalTaxPayment .top .red[data-v-9a94ca9c] {
  color: #ed3e3e;
  font-weight: bold;
}
.modalCount .step2 .resultBox .finalTaxPayment .bottom .red[data-v-9a94ca9c] {
  font-size: 23px;
  color: #ed3e3e;
  font-weight: bold;
}
.modalCount .step2 .resultBox .finalTaxPayment .canDiscount[data-v-9a94ca9c] {
  font-size: 12px;
  margin-top: 12px;
  color: #303033;
}
.modalCount .step2 .resultBox .finalTaxPayment .canDiscount .top[data-v-9a94ca9c] {
  margin-top: 0px !important;
}
.modalCount .step2 .resultBox .finalTaxPayment .canDiscount.top[data-v-9a94ca9c],
.modalCount .step2 .resultBox .finalTaxPayment .canDiscount.bottom[data-v-9a94ca9c] {
  margin: 0px;
}
.modalCount .step2 .resultBox tr[data-v-9a94ca9c] {
  height: 50px;
}
.modalCount .step2 .resultBox th[data-v-9a94ca9c] {
  background: #eeeeee;
  border: none;
  padding-left: 20px;
  text-align: left;
}
.modalCount .step2 .resultBox th .english[data-v-9a94ca9c] {
  padding-top: 10px;
  height: 70px;
  line-height: 34px;
}
.modalCount .step2 .resultBox .detail[data-v-9a94ca9c] {
  background: #ffffff;
}
.modalCount .step2 .resultBox .detail td[data-v-9a94ca9c] {
  padding-left: 20px;
  color: #333333;
}
.modalCount .step2 .resultBox .finalTaxPayment .english[data-v-9a94ca9c] {
  padding: 0px;
}
.modalCount .step2 .resultBox .finalTaxPayment .english .chinese[data-v-9a94ca9c] {
  top: 17px;
}
.modalCount .step2 .resultBox .finalTaxPayment .english .red[data-v-9a94ca9c] {
  font-size: 20px;
  font-weight: bold;
  color: #ed3e3e;
  margin-left: 13px;
}
.modalCount .yellow[data-v-9a94ca9c] {
  color: #fdaa15;
  font-size: 12px;
}
.modalCount .companyTax[data-v-9a94ca9c] {
  margin: 15px 0px;
  background: #ffffff;
  padding: 20px 30px;
}
.modalCount .companyTax[data-v-9a94ca9c] .ivu-row {
  height: 50px;
}
.modalCount .english[data-v-9a94ca9c] {
  font-weight: bold;
  font-size: 12px;
  color: #666666;
  line-height: 13px;
  height: 100%;
  position: relative;
  padding-top: 10px;
}
.modalCount .english .chinese[data-v-9a94ca9c] {
  position: absolute;
  top: 28px;
  left: 0px;
}
.modalCount .english .rightWord[data-v-9a94ca9c] {
  font-size: 12px;
  color: #16ade9;
  line-height: 13px;
  margin-left: 15px;
}
.modalCount .chinese[data-v-9a94ca9c] {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.modalCount .leftBox[data-v-9a94ca9c] {
  width: 100%;
  border: 1px solid #d8d8d8;
}
.modalCount .leftBox .haveCountry .taxCountryBox[data-v-9a94ca9c] {
  margin-right: 8px;
}
.modalCount .leftBox .haveCountry button[data-v-9a94ca9c] {
  color: #16ade9;
  border: 1px solid #e6e6e6;
}
.modalCount .topLeft[data-v-9a94ca9c] {
  margin: 30px 0 20px 80px;
}
.modalCount .discountBox[data-v-9a94ca9c] {
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.modalCount .discountBox .discountTitle[data-v-9a94ca9c] {
  font-size: 16px;
  color: #303033;
  font-weight: 500;
  background: #FAFAFA;
  height: 48px;
  line-height: 48px;
  color: #333333;
  padding: 0px 20px;
}
.modalCount .discountBox .discountTitle span[data-v-9a94ca9c] {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.modalCount .discountBox .discountTitle .addBtn[data-v-9a94ca9c] {
  width: 120px;
  height: 33px;
  background: #ffffff;
  border: 1px solid #16ade9;
  color: #16ade9;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  border-radius: 5px;
  margin-top: 8px;
  cursor: pointer;
}
.modalCount .discountBox .discountTitle .addBtn span[data-v-9a94ca9c] {
  color: #16ade9;
  font-size: 14px;
  margin-right: 5px;
  margin-top: 1px;
}
.modalCount .discountBox .discountTitle .addBtn img[data-v-9a94ca9c] {
  width: 18px;
  height: 18px;
  margin-top: 6px;
  float: left;
  margin-left: 10px;
}
.modalCount .discountBox .close[data-v-9a94ca9c] {
  margin-left: 20px;
  margin-top: 7px;
  float: right;
  cursor: pointer;
  padding: 10px;
}
.modalCount .amzUpload[data-v-9a94ca9c] {
  color: #16ade9;
}
.modalCount .amzUpload.btnfile[data-v-9a94ca9c] {
  background: #ffffff;
  color: #16ade9;
  border: 1px solid #16ade9;
}
.modalCount .btBox[data-v-9a94ca9c] {
  text-align: center;
  margin: 30px;
}
.modalCount .countryFlag[data-v-9a94ca9c] {
  width: 26px;
  height: 18px;
  margin-left: 5px;
  margin-right: 3px;
}
.modalCount .countryName[data-v-9a94ca9c] {
  height: 17px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}
.modalCount .countryList[data-v-9a94ca9c] .ivu-form-item-content {
  position: relative;
}
.modalCount .countryList[data-v-9a94ca9c] .ivu-form-item-content .ivu-checkbox-group {
  display: flex;
  margin-top: 3px;
  flex-wrap: wrap;
}
.modalCount .countryList[data-v-9a94ca9c] .ivu-form-item-content .ivu-checkbox {
  width: 16px;
  height: 16px;
}
.modalCount .countryList[data-v-9a94ca9c] .ivu-form-item-content .ivu-checkbox .ivu-checkbox-inner {
  width: 100%;
  height: 100%;
  margin-top: 1px;
}
.modalCount .countryList[data-v-9a94ca9c] .ivu-form-item-content .ivu-checkbox .ivu-checkbox-inner::after {
  width: 5px;
  height: 12px;
  top: 0px;
  left: 5px;
}
.modalCount .countryList .VATCountry[data-v-9a94ca9c] .ivu-form-item {
  position: relative;
}
.modalCount .countryList .VATCountry span.zhuce[data-v-9a94ca9c] {
  position: absolute;
  top: 18px;
  left: -117px;
  font-size: 12px;
  font-family: "Microsoft Yahei", PingFangSC;
  color: #666666;
}
.modalCount .submitTop[data-v-9a94ca9c] {
  font-size: 13px;
  line-height: 12px;
  margin-top: 3px;
}
.modalCount .submitBottom[data-v-9a94ca9c] {
  font-size: 12px;
  line-height: 15px;
}
.modalCount[data-v-9a94ca9c] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}
.modalCount[data-v-9a94ca9c] .ivu-checkbox-wrapper {
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 15px;
}
.modalCount[data-v-9a94ca9c] .ivu-radio-wrapper {
  color: #333333;
}
.modalCount[data-v-9a94ca9c] .ivu-radio-wrapper .ivu-radio {
  margin-top: 5px;
}
.modalCount[data-v-9a94ca9c] .ivu-table th {
  background-color: #FAFAFA !important;
  color: #666666;
  font-weight: 400;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.modalCount[data-v-9a94ca9c] .ivu-table td:last-child {
  border-right: 1px solid #e8eaec;
}
.modalCount[data-v-9a94ca9c] .ivu-table-wrapper {
  overflow: initial;
}
.modalCount[data-v-9a94ca9c] .ivu-modal-footer {
  text-align: center;
  margin-top: 50px;
  border-top: 1px solid #e8eaec !important;
  padding-top: 15px !important;
}
.modalCount[data-v-9a94ca9c] .ivu-icon-ios-cloud-upload-outline:before {
  font-weight: bold;
}
.modalCount[data-v-9a94ca9c] .ivu-icon-ios-calculator-outline:before {
  font-size: 16px;
}
.modalCount .tooltip[data-v-9a94ca9c] {
  position: relative;
}
.modalCount .tooltip[data-v-9a94ca9c] .ivu-tooltip {
  position: absolute;
  left: 85px;
  top: 10px;
}
.modalCount .tooltip[data-v-9a94ca9c] .ivu-tooltip .tips-icon {
  width: 16px;
  height: 16px;
  background: #f79728;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.modalCount .tooltip[data-v-9a94ca9c] .ivu-tooltip .ivu-tooltip-content .ivu-tooltip-arrow {
  background: #ffffff;
  border-right-color: #464c59;
}
.modalCount .tooltip[data-v-9a94ca9c] .ivu-tooltip .ivu-tooltip-content .ivu-tooltip-inner {
  color: #ffffff;
  font-size: 16px;
}
.modalCount .tooltip .info[data-v-9a94ca9c] {
  font-size: 14px;
  white-space: normal;
  width: 270px;
  height: 150px;
}
.modalCount .tooltip .info .titleTip[data-v-9a94ca9c] {
  width: 37px;
  height: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 18px;
  margin: 5px 0px 10px 0px;
}
.modalCount .tooltip .info .ph[data-v-9a94ca9c] {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
}
.modalCount[data-v-9a94ca9c] .ivu-form-item-content {
  position: relative;
}
.modalCount[data-v-9a94ca9c] .ivu-form-item-content .howToGet,
.modalCount[data-v-9a94ca9c] .ivu-form-item-content .saleFile {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 206px;
  width: 90px;
  height: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #f79728;
  line-height: 14px;
  transform: translateY(-50%);
}
.modalCount[data-v-9a94ca9c] .ivu-form-item-content .howToGet .line,
.modalCount[data-v-9a94ca9c] .ivu-form-item-content .saleFile .line {
  position: absolute;
  top: 17px;
  left: 0px;
  height: 1px;
  width: 73px;
  background: #f79728;
}
.modalCount[data-v-9a94ca9c] .ivu-form-item-content .saleFile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
}
.modalCount[data-v-9a94ca9c] .ivu-form-item-content .saleFile .closeImg {
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-left: 5px;
}
.modalCount[data-v-9a94ca9c] .ivu-form-item-content .ivu-upload .ivu-upload-list {
  position: absolute;
  width: 275px;
  top: 0px;
  left: 300px;
  margin-top: 0px;
}
.modalCount[data-v-9a94ca9c] .ivu-form-item-content .ivu-upload .ivu-upload-list .ivu-upload-list-file {
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}
.modalCount[data-v-9a94ca9c] .ivu-form-item-content .chineseTitle {
  position: absolute;
  top: 17px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.modalCount[data-v-9a94ca9c] .ivu-form-item-content .deFile.ivu-upload .ivu-upload-list {
  left: 186px;
  top: 30px;
  width: auto;
}
.modalCount[data-v-9a94ca9c] .zeroFile .ivu-form-item-content .ivu-upload .ivu-upload-list {
  left: 180px;
}
.modalCount .fr-file-tip .tips-icon[data-v-9a94ca9c] {
  width: 16px;
  height: 16px;
  background: #f79728;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.hasLogin[data-v-9a94ca9c] {
  background: #F1F2F7;
  margin-top: 0px;
  min-height: calc(100vh - 108px);
}
.hasLogin .step1[data-v-9a94ca9c] {
  margin-top: 15px;
  padding-bottom: 0px;
}
.hasLogin .step1 .dismissReason[data-v-9a94ca9c] {
  padding: 20px;
  background: #e4ebf1;
  height: 80px;
  font-size: 14px;
  font-weight: bold;
}
.hasLogin .step1 .dismissReason .red[data-v-9a94ca9c] {
  color: #e83f32;
}
.hasLogin .step1 .subInfo[data-v-9a94ca9c] {
  padding-bottom: 6px;
  background: #fff1dd;
  font-size: 14px;
  font-family: "Microsoft Yahei", PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333ff;
  line-height: 22px;
  padding-top: 6px;
  align-items: center;
  padding-left: 20px;
  color: #333;
  font-weight: 500;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.hasLogin .step1 .btBox[data-v-9a94ca9c] {
  margin: 0px;
  padding: 15px;
  text-align: center;
  margin-top: 24px;
  padding-top: 0px;
  padding-bottom: 20px;
}
.hasLogin .step1 .title[data-v-9a94ca9c] {
  background: #ffffff;
  border-bottom: none;
  padding: 24px 0px 0px 24px;
  font-size: 24px;
  color: #333333;
}
.hasLogin .step2[data-v-9a94ca9c] {
  margin: 0px 0 24px;
  background: #ffffff;
  border-bottom: none;
  padding: 10px 30px 25px;
}
.hasLogin .step2 .title[data-v-9a94ca9c] {
  display: flex;
  justify-content: space-between;
  border-bottom: none;
  font-size: 18px;
}
.hasLogin .leftBox[data-v-9a94ca9c] {
  background: #ffffff;
  border: none;
  padding: 20px 25px 0 25px;
}
.hasLogin .topLeft[data-v-9a94ca9c] {
  margin: 10px;
}
.hasLogin .topLeft .flex-between[data-v-9a94ca9c] {
  padding-left: 25px;
}
.hasLogin .step2_content .resultMoney[data-v-9a94ca9c] {
  background: #ffffff;
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
.hasLogin .step2_content .resultMoney .item[data-v-9a94ca9c] {
  width: 320px;
  height: 50px;
}
.hasLogin .step2_content .resultMoney span[data-v-9a94ca9c] {
  font-size: 16px;
  color: #333333;
}
.hasLogin .step2_content .resultMoney .jisuan[data-v-9a94ca9c] {
  margin-bottom: 28px;
}
.hasLogin .step2_content .resultMoney span.money[data-v-9a94ca9c] {
  padding-left: 0px;
}
.hasLogin .step2_content .resultMoney span.red[data-v-9a94ca9c] {
  font-size: 20px;
  font-weight: bold;
  color: #ed3e3e;
  margin-left: 13px;
}
.hasLogin .step2_content .resultMoney .finallyMoney[data-v-9a94ca9c] {
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.hasLogin .step2_content .resultMoney .finallyMoney .red[data-v-9a94ca9c] {
  color: #ed3e3e;
  font-size: 22px;
  font-weight: bold;
}
.hasLogin[data-v-9a94ca9c] .ivu-table-wrapper-with-border {
  border: none;
}
.hasLogin[data-v-9a94ca9c] .ivu-table:before {
  height: 0px;
}
.hasLogin[data-v-9a94ca9c] .ivu-table-border:after {
  width: 0px;
}
.hasLogin[data-v-9a94ca9c] .ivu-table-border td,
.hasLogin .ivu-table-border th[data-v-9a94ca9c] {
  border: none;
}
.hasLogin[data-v-9a94ca9c] .ivu-form-item-content .ivu-upload .ivu-upload-list {
  width: 200px;
}
.hasLogin .step2 .resultBox[data-v-9a94ca9c] {
  padding: 0px;
}
.hasLogin .step2 .resultBox .jisuanshuijin[data-v-9a94ca9c] {
  margin-bottom: 20px;
}
.hasLogin .step2 .resultBox .jisuanshuijin span[data-v-9a94ca9c] {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.hasLogin .step2 .resultBox .jiankong[data-v-9a94ca9c] {
  margin-top: 10px;
  display: flex;
}
.hasLogin .step2 .resultBox .jiankong .JkTitle[data-v-9a94ca9c] {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin-left: 33px;
  margin-right: 11px;
}
.hasLogin .step2 .resultBox .normal[data-v-9a94ca9c] {
  cursor: pointer;
}
.hasLogin .step2 .resultBox .normal span.status[data-v-9a94ca9c] {
  display: flex;
  align-items: center;
  color: #16ade9;
}
.hasLogin .step2 .resultBox .normal span.status img[data-v-9a94ca9c] {
  width: 18px;
  height: 16px;
  margin-top: 2px;
}
.hasLogin .step2 .resultBox .unnormal[data-v-9a94ca9c] {
  cursor: pointer;
}
.hasLogin .step2 .resultBox .unnormal span.status[data-v-9a94ca9c] {
  display: flex;
  color: #ed3e3e;
}
.hasLogin .step2 .resultBox .unnormal span.status img[data-v-9a94ca9c] {
  width: 18px;
  height: 16px;
  margin-top: 2px;
}
.hasLogin[data-v-9a94ca9c] .ivu-table td {
  background: #ffffff;
  border: 1px solid #e8eaec;
  border-top: none;
  padding-left: 20px;
}
.hasLogin[data-v-9a94ca9c] .ivu-table td:nth-child(2n) {
  border-left: none;
  border-right: none;
}
.hasLogin[data-v-9a94ca9c] .ivu-table th {
  background: #eeeeee;
  padding-left: 20px;
}
.hasLogin[data-v-9a94ca9c] .ivu-input {
  height: 32px;
}
.notLogin .step1[data-v-9a94ca9c] {
  max-width: 1200px;
  margin: auto;
}
.notLogin .step1 .title[data-v-9a94ca9c] {
  text-align: center;
  color: #333333;
  font-size: 24px;
  border-color: #f0f0f0;
  padding: 18px 0 30px 0;
  font-weight: bold;
}
.notLogin .step2 .title[data-v-9a94ca9c] {
  text-align: center;
  color: #333333;
  font-size: 24px;
  border-bottom: 0px;
  padding: 25px 0px;
}
.notLogin .step2 .resultBox[data-v-9a94ca9c] {
  min-height: auto;
  margin-top: 0px;
  padding: 0px 30px 20px;
}
.notLogin .step2 .resultBox .jisuanshuijin[data-v-9a94ca9c] {
  margin-bottom: 20px;
}
.notLogin .step2 .resultBox .jisuanshuijin span[data-v-9a94ca9c] {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.notLogin .step2 .step2_content[data-v-9a94ca9c] {
  max-width: 1200px;
  margin: auto;
}
.notLogin .step2 .step2_content .resultMoney[data-v-9a94ca9c] {
  padding: 20px 0px;
  margin: 0px 30px;
  background: #ffffff;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.notLogin .step2 .step2_content .resultMoney .saleTitle[data-v-9a94ca9c] {
  font-size: 18px;
  color: #666666;
}
.notLogin .step2 .step2_content .resultMoney .item[data-v-9a94ca9c] {
  width: 280px;
  height: 50px;
}
.notLogin .step2 .step2_content .resultMoney span[data-v-9a94ca9c] {
  font-size: 17px;
  color: #333333;
}
.notLogin .step2 .step2_content .resultMoney span.money[data-v-9a94ca9c] {
  padding-left: 0px;
}
.notLogin .step2 .step2_content .resultMoney .finallyMoney[data-v-9a94ca9c] {
  margin-top: 13px;
}
.notLogin .step2 .step2_content .resultMoney .finallyMoney span[data-v-9a94ca9c] {
  font-size: 17px;
  color: #333333;
}
.notLogin .step2 .step2_content .resultMoney .finallyMoney .red[data-v-9a94ca9c] {
  color: #ed3e3e;
  font-size: 22px;
  font-weight: bold;
}
.notLogin .tooltip .ivu-tooltip[data-v-9a94ca9c] {
  left: 85px;
}
.notLogin .leftBox[data-v-9a94ca9c] {
  border: none;
}
.notLogin .leftBox .topLeft[data-v-9a94ca9c] {
  margin: 30px 0px 20px 0px;
}
.notLogin .leftBox .topLeft .flex[data-v-9a94ca9c] {
  justify-content: space-between;
  margin-bottom: 10px;
}
.notLogin[data-v-9a94ca9c] .amzUpload {
  background: #16ade9;
  color: #ffffff;
  font-size: 14px;
  border: none;
}
.notLogin[data-v-9a94ca9c] .amzUpload .ivu-icon-ios-cloud-upload-outline:before {
  font-weight: bold;
}
.notLogin[data-v-9a94ca9c] .addBtn .ivu-icon-ios-calculator-outline:before {
  font-size: 16px;
}
.notLogin[data-v-9a94ca9c] .ivu-table td {
  background: #ffffff;
  border: 1px solid #e8eaec;
  border-top: none;
  padding-left: 20px;
}
.notLogin[data-v-9a94ca9c] .ivu-table td:nth-child(2n) {
  border-left: none;
  border-right: none;
}
.notLogin[data-v-9a94ca9c] .ivu-table th {
  background: #eeeeee;
  padding-left: 20px;
}
.notLogin[data-v-9a94ca9c] .ivu-input {
  height: 32px;
}
.notLogin[data-v-9a94ca9c] .ivu-table-wrapper-with-border {
  border: none;
}
.notLogin[data-v-9a94ca9c] .ivu-table-border:after {
  width: 0px;
}
.notLogin[data-v-9a94ca9c] .ivu-table:before {
  height: 0px;
}
.remoteSaleHeader[data-v-9a94ca9c] {
  text-align: center;
  font-size: 26px;
  color: #333333;
  padding: 10px;
  height: 60px;
  line-height: 30px;
}
.taxNumber-box[data-v-9a94ca9c] .ivu-row {
  margin-bottom: 16px;
}
.taxNumber-box .tax-info-name[data-v-9a94ca9c] {
  display: inline-block;
  min-width: 130px;
  font-size: 14px;
  font-family: "Microsoft Yahei", PingFangSC;
  color: #666666;
  line-height: 16px;
  text-align: right;
}
.taxNumber-box .tax-info-value[data-v-9a94ca9c] {
  font-size: 14px;
  font-family: "Microsoft Yahei", "PingFangSC-Medium,PingFang SC";
  font-weight: 500;
  color: #333333;
  line-height: 18px;
}
.taxNumber-box .tax-info-value.date-color[data-v-9a94ca9c] {
  color: #16ade9;
}
.submit-tip-box .content[data-v-9a94ca9c] {
  background: #f4f4f4;
  border-radius: 10px;
  color: #ed3e3e;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.submit-tip-box .content .companyTax[data-v-9a94ca9c] {
  margin: 15px 0px;
  background: #ffffff;
  padding: 20px 30px;
}
.submit-tip-box .content .companyTax[data-v-9a94ca9c] .ivu-row {
  height: 50px;
}
.submit-tip-box .content .tableBox table[data-v-9a94ca9c] {
  padding: 10px;
}
.submit-tip-box .content .english[data-v-9a94ca9c] {
  font-weight: bold;
  font-size: 12px;
  color: #666666;
  line-height: 13px;
  height: 100%;
  position: relative;
  margin-bottom: 29px;
  padding-top: 10px;
  text-align: left;
}
.submit-tip-box .content .english .chinese[data-v-9a94ca9c] {
  position: absolute;
  top: 28px;
  left: 0px;
}
.submit-tip-box .content .english .rightWord[data-v-9a94ca9c] {
  font-size: 12px;
  color: #16ade9;
  line-height: 13px;
  margin-left: 15px;
}
.submit-tip-box .content .chinese[data-v-9a94ca9c] {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.submit-tip-box .content .tableBox table .header[data-v-9a94ca9c] {
  background: #f6f6f6;
}
.submit-tip-box .reportData-box .title[data-v-9a94ca9c] {
  font-size: 16px;
  font-family: "Microsoft Yahei", "PingFangSC-Medium,PingFang SC";
  font-weight: 500;
  color: #333333;
  margin-bottom: 11px;
  margin-top: 10px;
}
.submit-tip-box .reportData-box .sureData-box[data-v-9a94ca9c] {
  border: 1px solid #ebebeb;
}
.submit-tip-box .reportData-box .sureData-box .row span[data-v-9a94ca9c] {
  display: inline-block;
  padding: 12px 15px;
  font-size: 14px;
  font-family: "Microsoft Yahei", "PingFangSC-Medium,PingFang SC";
  font-weight: 500;
  color: #333333;
  width: 49%;
}
.submit-tip-box .reportData-box .sureData-box .row .row-key[data-v-9a94ca9c] {
  width: 69%;
}
.submit-tip-box .reportData-box .sureData-box .row .row-value[data-v-9a94ca9c] {
  width: 29%;
}
.submit-tip-box .reportData-box .sureData-box .row[data-v-9a94ca9c] :nth-child(1) {
  background-color: #d0effb;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.submit-tip-box .reportData-box .sureData-box .row[data-v-9a94ca9c] :nth-child(2) {
  border-bottom: 1px solid #ebebeb;
}
.remoteSale[data-v-9a94ca9c] .ivu-table-header {
  background: #ffffff !important;
}
.remoteSale[data-v-9a94ca9c] .ivu-modal-content {
  border-radius: 10px !important;
}
.yuanchengxiaoshou[data-v-9a94ca9c] .ivu-table td,
.yuanchengxiaoshou .ivu-table th[data-v-9a94ca9c] {
  border-right: 1px solid #e8eaec;
}
.yuanchengxiaoshou[data-v-9a94ca9c] .ivu-table-footer {
  height: 100px;
}
.yuanchengxiaoshou[data-v-9a94ca9c] .ivu-table-title {
  height: 60px !important;
}
.yuanchengxiaoshou .remoteSaleFooter[data-v-9a94ca9c] {
  line-height: 22px;
  padding: 20px;
}
.yuanchengxiaoshou .red[data-v-9a94ca9c] {
  color: #ed3e3e;
}
[data-v-9a94ca9c] .getContentModel .ivu-modal-content {
  height: 560px;
  overflow-y: auto;
  border-radius: 13px !important;
  padding: 10px 20px;
  width: 638px;
}
[data-v-9a94ca9c] .getContentModel .ivu-modal-content .ivu-modal-header {
  background: #ffffff !important;
  padding: 14px 0px;
}
[data-v-9a94ca9c] .getContentModel .ivu-modal-content .ivu-modal-header .ivu-modal-header-inner {
  color: #333333;
}
[data-v-9a94ca9c] .getContentModel .ivu-modal-content .ivu-modal-header .ivu-modal-header-inner::before {
  content: "";
  border-left: 3px solid #16ade9;
  margin-right: 6px;
}
[data-v-9a94ca9c] .getContentModel .ivu-modal-content .ivu-modal-body .modelTitle {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  margin: 15px 0px;
}
[data-v-9a94ca9c] .getContentModel .ivu-modal-content .ivu-modal-close i {
  font-size: 43px;
}
[data-v-9a94ca9c] .getContentModel .ivu-modal-content .ivu-modal-footer .footerBt {
  width: 100px;
  height: 37px;
}
[data-v-9a94ca9c] .getContentModel .ivu-modal-content .ivu-modal-footer .footerBtClose {
  background-color: #fff;
  color: #999999;
  font-size: 14px;
}
.submit-box .tax-info-name[data-v-9a94ca9c] {
  min-width: 66px;
}
.submit-box[data-v-9a94ca9c] .ivu-modal-header {
  background: #ffffff !important;
}
.submit-box[data-v-9a94ca9c] .ivu-divider-horizontal {
  margin: 0;
}
.submit-box[data-v-9a94ca9c] .submitModal-footer-line {
  margin: 24px 0 32px 0;
}
.submit-box[data-v-9a94ca9c] .ivu-modal-footer {
  padding: 0px 18px 25px 18px;
  text-align: center;
}
.zero-declear-tip[data-v-9a94ca9c] {
  background: #fff1dd;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 26px;
  color: #16ade9;
  margin-bottom: 20px;
}
.zero-declear-tip img[data-v-9a94ca9c] {
  position: relative;
  top: 4px;
}
.zero-declear-tip .red[data-v-9a94ca9c] {
  color: #ed3e3e;
}
.zero-declear-box[data-v-9a94ca9c] .ivu-upload.ivu-upload-select {
  text-align: center;
  color: #16ade9;
  border-radius: 4px;
  cursor: pointer;
}
.zero-declear-box[data-v-9a94ca9c] .ivu-upload.ivu-upload-select .inner .uplad-symbol {
  margin-top: 30px;
  width: 50px;
}
.zero-declear-box[data-v-9a94ca9c] .ivu-upload.ivu-upload-select .inner p {
  color: #999999;
  font-size: 14px;
}
.out-img-box[data-v-9a94ca9c] {
  width: 200px;
}
.out-img-box .img-box[data-v-9a94ca9c] {
  width: 200px;
  height: 124px;
  overflow: hidden;
  border: 1px dashed #dcdee2;
  position: relative;
  text-align: center;
  z-index: 11;
  background: #fff;
}
.out-img-box .img-box button[data-v-9a94ca9c] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: -13px;
  height: 0px;
  z-index: 1;
}
.out-img-box .img-box button img.closeImg[data-v-9a94ca9c] {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 16px;
  right: -194px;
}
.out-img-box .img-box img[data-v-9a94ca9c] {
  width: 100%;
  height: 100%;
}
.out-img-box .img-box .deletBtn[data-v-9a94ca9c] {
  left: auto;
  display: none;
}
.out-img-box .img-box .show-pdf[data-v-9a94ca9c] {
  display: inline-block;
  color: #313233;
  font-size: 16px;
  margin-top: 24px;
}
.out-img-box .img-box:hover .deletBtn[data-v-9a94ca9c] {
  display: block;
}
.out-img-box .corres-name[data-v-9a94ca9c] {
  width: 100%;
}
.sample-box[data-v-9a94ca9c] {
  color: #16ade9;
  font-size: 14px;
}
.sample-box img[data-v-9a94ca9c] {
  width: 16px;
  vertical-align: middle;
  margin-right: 3px;
}
.sample-box span[data-v-9a94ca9c] {
  cursor: pointer;
  margin-right: 28px;
}
.DEtipsModal-header[data-v-9a94ca9c] {
  color: red;
  font-weight: 600;
  font-size: 18px;
}
.DEtipsModal-content[data-v-9a94ca9c] {
  font-size: 16px;
  line-height: 26px;
}
.DEtipsModal-footer[data-v-9a94ca9c] {
  text-align: center;
  margin: 20px;
}
.promptBg[data-v-9a94ca9c] {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #fff1dd;
  font-size: 12px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666ff;
  line-height: 17px;
  margin-bottom: 24px;
}
.promptBg span[data-v-9a94ca9c] {
  color: #333333;
}
.otherPlatformBox[data-v-9a94ca9c] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 8px;
}
.otherPlatformBox img[data-v-9a94ca9c] {
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.otherPlatformBox .num[data-v-9a94ca9c] {
  font-size: 16px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fa5555;
  line-height: 16px;
  margin-bottom: 7px;
}
.otherPlatformBox .link[data-v-9a94ca9c] {
  font-size: 14px;
  font-family: "Microsoft Yahei", PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3e9dff;
  line-height: 12px;
  cursor: pointer;
  margin-top: 3px;
}
.uploadBox[data-v-9a94ca9c] {
  position: relative;
  display: flex;
  flex-direction: column;
}
.uploadBox .close[data-v-9a94ca9c] {
  position: absolute;
  right: 0;
}
[data-v-9a94ca9c] .ivu-form-item.form-bottom10 {
  margin-bottom: 10px;
}
.subInfo-top[data-v-9a94ca9c] {
  padding-left: 120px !important;
  position: relative;
}
.subInfo-top .subInfo-top-label[data-v-9a94ca9c] {
  position: absolute;
  top: 6px;
  left: 20px;
}
.confirm-content[data-v-9a94ca9c] {
  text-indent: 2em;
}
.confirm-content .confirm-red[data-v-9a94ca9c] {
  color: #e81e19;
}
.confirm-content .confirm-check[data-v-9a94ca9c] {
  text-indent: 0;
  margin-top: 10px;
}

.container[data-v-6b4e51ed] {
  background-color: #fff;
  position: absolute;
  top: 60px;
  left: 0px;
  width: 100%;
}
.container .modalCount.hasLogin[data-v-6b4e51ed] {
  background-color: #fff !important;
}
.container .bgContent[data-v-6b4e51ed] {
  height: 278px;
  width: 100%;
}
.container .bgContent img[data-v-6b4e51ed] {
  width: 100%;
  height: 100%;
}
@media (max-width: 1440px) {
.container .bgContent .small[data-v-6b4e51ed] {
    display: block;
}
.container .bgContent .big[data-v-6b4e51ed] {
    display: none;
}
}
@media (min-width: 1441px) {
.container .bgContent .small[data-v-6b4e51ed] {
    display: none;
}
.container .bgContent .big[data-v-6b4e51ed] {
    display: block;
}
}
.container .title[data-v-6b4e51ed] {
  background: #f6f8fb;
}
.container .title .content[data-v-6b4e51ed] {
  max-width: 1200px;
  margin: auto;
  height: 40px;
  line-height: 40px;
}
.container .title .content a[data-v-6b4e51ed] {
  color: #666666;
  margin: 0px 10px;
  font-weight: bold;
}
.container .title .content a[data-v-6b4e51ed]:hover {
  color: #019dfa;
}
.container .footer[data-v-6b4e51ed] {
  height: 54px;
  background: #010e1d;
  color: #cccccc;
}
[data-v-6b4e51ed] .swiper-wrapper {
  overflow: hidden;
}

.modalCount[data-v-68049154] {
  background-color: #fff;
  margin-top: 16px;
}
.modalCount .title[data-v-68049154] {
  font-size: 24px;
  font-family: 'Microsoft Yahei', 'PingFangSC-Semibold,PingFang SC';
  font-weight: 600;
  color: #333333;
}
.modalCount .notice[data-v-68049154] {
  height: 34px;
  font-size: 12px;
  font-family: 'Microsoft Yahei', 'PingFangSC';
  color: #333333;
  line-height: 17px;
  text-align: center;
  background-color: #fff;
}
.modalCount .notice p[data-v-68049154] {
  margin: auto;
  width: 596px;
}
.modalCount .step1[data-v-68049154],
.modalCount .step2[data-v-68049154] {
  padding-bottom: 20px;
}
.modalCount .step1[data-v-68049154] {
  width: 100%;
}
.modalCount .step1 .tab-box[data-v-68049154] {
  border-bottom: 1px solid #dddddd;
}
.modalCount .step1 .tab-box span[data-v-68049154] {
  display: inline-block;
  font-size: 16px;
  margin-right: 36px;
  color: #333333;
  cursor: pointer;
}
.modalCount .step1 .tab-box .active-tab[data-v-68049154] {
  border-radius: 10px 10px 0 0;
  background-color: #16ade9;
  color: #fff;
  padding: 8px 24px;
}
.modalCount .step1 .tax-title[data-v-68049154] {
  margin: 24px 0;
  padding: 11px 24px;
  background-color: rgba(22, 173, 233, 0.2);
  font-size: 18px;
  font-family: 'Microsoft Yahei', 'PingFangSC-Medium,PingFang SC';
  font-weight: 500;
  color: #333333;
}
.modalCount .step2 .resultBox[data-v-68049154] {
  padding: 30px;
}
.modalCount .step2 .resultBox .finalTaxPayment[data-v-68049154] {
  background-color: #ffffff;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.modalCount .step2 .resultBox .finalTaxPayment p[data-v-68049154] {
  margin: 0px;
}
.modalCount .step2 .resultBox .finalTaxPayment .top[data-v-68049154] {
  font-size: 12px;
  margin-bottom: 10px;
}
.modalCount .step2 .resultBox .finalTaxPayment .top .red[data-v-68049154] {
  color: #ed3e3e;
  font-weight: bold;
}
.modalCount .step2 .resultBox .finalTaxPayment .bottom .red[data-v-68049154] {
  font-size: 23px;
  color: #ed3e3e;
  font-weight: bold;
}
.modalCount .step2 .resultBox .finalTaxPayment .canDiscount[data-v-68049154] {
  font-size: 12px;
  margin-top: 12px;
  color: #303033;
}
.modalCount .step2 .resultBox .finalTaxPayment .canDiscount .top[data-v-68049154] {
  margin-top: 0px !important;
}
.modalCount .step2 .resultBox .finalTaxPayment .canDiscount.top[data-v-68049154],
.modalCount .step2 .resultBox .finalTaxPayment .canDiscount.bottom[data-v-68049154] {
  margin: 0px;
}
.modalCount .step2 .resultBox tr[data-v-68049154] {
  height: 50px;
}
.modalCount .step2 .resultBox th[data-v-68049154] {
  background: #eeeeee;
  border: none;
  padding-left: 20px;
  text-align: left;
}
.modalCount .step2 .resultBox th .english[data-v-68049154] {
  padding-top: 10px;
  height: 70px;
  line-height: 34px;
}
.modalCount .step2 .resultBox .detail[data-v-68049154] {
  background: #ffffff;
}
.modalCount .step2 .resultBox .detail td[data-v-68049154] {
  padding-left: 20px;
  color: #333333;
}
.modalCount .step2 .resultBox .finalTaxPayment .english[data-v-68049154] {
  padding: 0px;
}
.modalCount .step2 .resultBox .finalTaxPayment .english .chinese[data-v-68049154] {
  top: 17px;
}
.modalCount .step2 .resultBox .finalTaxPayment .english .red[data-v-68049154] {
  font-size: 20px;
  font-weight: bold;
  color: #ed3e3e;
  margin-left: 13px;
}
.modalCount .yellow[data-v-68049154] {
  color: #fdaa15;
  font-size: 12px;
}
.modalCount .companyTax[data-v-68049154] {
  margin: 15px 0px;
  background: #ffffff;
  padding: 20px 30px;
}
.modalCount .companyTax[data-v-68049154] .ivu-row {
  height: 50px;
}
.modalCount .english[data-v-68049154] {
  font-weight: bold;
  font-size: 12px;
  color: #666666;
  line-height: 13px;
  height: 100%;
  position: relative;
  padding-top: 10px;
}
.modalCount .english .chinese[data-v-68049154] {
  position: absolute;
  top: 28px;
  left: 0px;
}
.modalCount .english .rightWord[data-v-68049154] {
  font-size: 12px;
  color: #16ade9;
  line-height: 13px;
  margin-left: 15px;
}
.modalCount .chinese[data-v-68049154] {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.modalCount .leftBox[data-v-68049154] {
  width: 100%;
  border: 1px solid #d8d8d8;
}
.modalCount .leftBox .haveCountry .taxCountryBox[data-v-68049154] {
  margin-right: 8px;
}
.modalCount .leftBox .haveCountry button[data-v-68049154] {
  color: #16ade9;
  border: 1px solid #e6e6e6;
}
.modalCount .topLeft[data-v-68049154] {
  margin: 30px 0 20px 80px;
}
.modalCount .discountBox[data-v-68049154] {
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}
.modalCount .discountBox .discountTitle[data-v-68049154] {
  font-size: 16px;
  color: #303033;
  font-weight: 500;
  background: rgba(22, 173, 233, 0.2);
  height: 48px;
  line-height: 48px;
  color: #333333;
  padding: 0px 20px;
}
.modalCount .discountBox .discountTitle span[data-v-68049154] {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.modalCount .discountBox .discountTitle .addBtn[data-v-68049154] {
  width: 120px;
  height: 33px;
  background: #ffffff;
  border: 1px solid #16ade9;
  color: #16ade9;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  border-radius: 5px;
  margin-top: 8px;
  cursor: pointer;
}
.modalCount .discountBox .discountTitle .addBtn span[data-v-68049154] {
  color: #16ade9;
  font-size: 14px;
  margin-right: 5px;
  margin-top: 1px;
}
.modalCount .discountBox .discountTitle .addBtn img[data-v-68049154] {
  width: 18px;
  height: 18px;
  margin-top: 6px;
  float: left;
  margin-left: 10px;
}
.modalCount .discountBox .close[data-v-68049154] {
  margin-left: 20px;
  margin-top: 7px;
  float: right;
  cursor: pointer;
  padding: 10px;
}
.modalCount .amzUpload[data-v-68049154] {
  color: #16ade9;
}
.modalCount .amzUpload.btnfile[data-v-68049154] {
  background: #ffffff;
  color: #16ade9;
  border: 1px solid #16ade9;
}
.modalCount .btBox[data-v-68049154] {
  text-align: center;
  margin: 30px;
}
.modalCount .countryFlag[data-v-68049154] {
  width: 26px;
  height: 28px;
  margin-left: 5px;
  margin-right: 3px;
}
.modalCount .countryName[data-v-68049154] {
  height: 17px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}
.modalCount .countryList[data-v-68049154] .ivu-form-item-content .ivu-checkbox-group {
  display: flex;
  margin-top: 3px;
}
.modalCount .countryList[data-v-68049154] .ivu-form-item-content .ivu-checkbox {
  width: 16px;
  height: 16px;
}
.modalCount .countryList[data-v-68049154] .ivu-form-item-content .ivu-checkbox .ivu-checkbox-inner {
  width: 100%;
  height: 100%;
  margin-top: 1px;
}
.modalCount .countryList[data-v-68049154] .ivu-form-item-content .ivu-checkbox .ivu-checkbox-inner::after {
  width: 5px;
  height: 12px;
  top: 0px;
  left: 5px;
}
.modalCount .submitTop[data-v-68049154] {
  font-size: 13px;
  line-height: 12px;
  margin-top: 3px;
}
.modalCount .submitBottom[data-v-68049154] {
  font-size: 12px;
  line-height: 15px;
}
.modalCount[data-v-68049154] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}
.modalCount[data-v-68049154] .ivu-checkbox-wrapper {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.modalCount[data-v-68049154] .ivu-radio-wrapper {
  color: #333333;
}
.modalCount[data-v-68049154] .ivu-radio-wrapper .ivu-radio {
  margin-top: 5px;
}
.modalCount[data-v-68049154] .ivu-table th {
  background-color: rgba(22, 173, 233, 0.2) !important;
  color: #666666;
  font-weight: 400;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.modalCount[data-v-68049154] .ivu-table td:last-child {
  border-right: 1px solid #e8eaec;
}
.modalCount[data-v-68049154] .ivu-table-wrapper {
  overflow: initial;
}
.modalCount[data-v-68049154] .ivu-modal-footer {
  text-align: center;
  margin-top: 50px;
  border-top: 1px solid #e8eaec !important;
  padding-top: 15px !important;
}
.modalCount[data-v-68049154] .ivu-radio-checked span {
  background-color: #ffffff !important;
}
.modalCount[data-v-68049154] .ivu-radio-checked span:after {
  background-color: #019dfa !important;
  width: 8px;
  height: 8px;
  left: 3px;
  top: 3px;
}
.modalCount[data-v-68049154] .ivu-icon-ios-cloud-upload-outline:before {
  font-weight: bold;
}
.modalCount[data-v-68049154] .ivu-icon-ios-calculator-outline:before {
  font-size: 16px;
}
.modalCount .tooltip[data-v-68049154] {
  position: relative;
}
.modalCount .tooltip[data-v-68049154] .ivu-tooltip {
  position: absolute;
  left: 3px;
  top: 10px;
}
.modalCount .tooltip[data-v-68049154] .ivu-tooltip .tips-icon {
  width: 16px;
  height: 16px;
  background: #f79728;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.modalCount .tooltip[data-v-68049154] .ivu-tooltip .ivu-tooltip-content .ivu-tooltip-arrow {
  background: #ffffff;
  border-right-color: #464c59;
}
.modalCount .tooltip[data-v-68049154] .ivu-tooltip .ivu-tooltip-content .ivu-tooltip-inner {
  color: #ffffff;
  font-size: 16px;
}
.modalCount .tooltip .info[data-v-68049154] {
  font-size: 14px;
  white-space: normal;
  width: 270px;
  height: 150px;
}
.modalCount .tooltip .info .titleTip[data-v-68049154] {
  width: 37px;
  height: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 18px;
  margin: 5px 0px 10px 0px;
}
.modalCount .tooltip .info .ph[data-v-68049154] {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
}
.modalCount[data-v-68049154] .ivu-form-item-content {
  position: relative;
}
.modalCount[data-v-68049154] .ivu-form-item-content .howToGet {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 206px;
  width: 200px;
  margin-left: 10px;
  height: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #f79728;
  line-height: 14px;
  transform: translateY(-50%);
}
.modalCount[data-v-68049154] .ivu-form-item-content .howToGet .line {
  position: absolute;
  top: 17px;
  left: 0px;
  height: 1px;
  width: 90px;
  background: #f79728;
}
.modalCount[data-v-68049154] .ivu-form-item-content .ivu-upload .ivu-upload-list {
  position: absolute;
  width: 275px;
  top: 0px;
  left: 315px;
  margin-top: 0px;
}
.modalCount[data-v-68049154] .ivu-form-item-content .ivu-upload .ivu-upload-list .ivu-upload-list-file {
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}
.modalCount[data-v-68049154] .ivu-form-item-content .chineseTitle {
  position: absolute;
  top: 17px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.modalCount[data-v-68049154] .ivu-form-item-content .lf1 {
  left: 0px;
}
.modalCount[data-v-68049154] .ivu-form-item-content .lf2 {
  left: 0px;
}
.modalCount[data-v-68049154] .ivu-form-item-content .lf3 {
  left: 0px;
}
.modalCount[data-v-68049154] .ivu-form-item-content .lf4 {
  left: 0px;
}
.modalCount[data-v-68049154] .ivu-radio-checked span {
  background-color: #ffffff !important;
}
.modalCount[data-v-68049154] .ivu-radio-checked span:after {
  background-color: #019dfa !important;
  width: 8px;
  height: 8px;
  left: 3px;
  top: 3px;
}
.hasLogin[data-v-68049154] {
  padding-left: 24px;
  background: #f6f6f6;
  margin-top: 0px;
}
.hasLogin .step1[data-v-68049154] {
  padding-bottom: 0px;
}
.hasLogin .step1 .btBox[data-v-68049154] {
  margin: 0px;
  background: #ffffff;
  padding: 15px;
  text-align: center;
}
.hasLogin .step1 .title[data-v-68049154] {
  background: #ffffff;
  border-bottom: none;
  padding: 24px 0px 0px 24px;
  font-size: 24px;
  color: #333333;
}
.hasLogin .step2[data-v-68049154] {
  margin-top: 15px;
  background: #ffffff;
  border-bottom: none;
  padding: 10px 30px 25px;
}
.hasLogin .step2 .title[data-v-68049154] {
  border-bottom: none;
  font-size: 18px;
}
.hasLogin .leftBox[data-v-68049154] {
  background: #ffffff;
  border: none;
  padding: 20px 25px;
}
.hasLogin .topLeft[data-v-68049154] {
  margin: 10px;
}
.hasLogin .topLeft .flex-between[data-v-68049154] {
  padding-left: 25px;
}
.hasLogin .step2_content .resultMoney[data-v-68049154] {
  background: #ffffff;
}
.hasLogin .step2_content .resultMoney span[data-v-68049154] {
  font-size: 16px;
  color: #333333;
}
.hasLogin .step2_content .resultMoney .jisuan[data-v-68049154] {
  margin-bottom: 28px;
}
.hasLogin .step2_content .resultMoney span.money[data-v-68049154] {
  padding-left: 0px;
}
.hasLogin .step2_content .resultMoney .finallyMoney[data-v-68049154] {
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.hasLogin .step2_content .resultMoney .finallyMoney .red[data-v-68049154] {
  color: #ed3e3e;
  font-size: 22px;
  font-weight: bold;
}
.hasLogin[data-v-68049154] .ivu-table-wrapper-with-border {
  border: none;
}
.hasLogin[data-v-68049154] .ivu-table:before {
  height: 0px;
}
.hasLogin[data-v-68049154] .ivu-table-border:after {
  width: 0px;
}
.hasLogin[data-v-68049154] .ivu-table-border td,
.hasLogin .ivu-table-border th[data-v-68049154] {
  border: none;
}
.hasLogin[data-v-68049154] .ivu-form-item-content .ivu-upload .ivu-upload-list {
  width: 145px;
}
.hasLogin .step2 .resultBox[data-v-68049154] {
  padding: 0px;
}
.hasLogin .step2 .resultBox .jisuanshuijin[data-v-68049154] {
  margin-bottom: 20px;
}
.hasLogin .step2 .resultBox .jisuanshuijin span[data-v-68049154] {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.hasLogin .step2 .resultBox .jiankong[data-v-68049154] {
  margin-top: 10px;
  display: flex;
}
.hasLogin .step2 .resultBox .jiankong .JkTitle[data-v-68049154] {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin-left: 33px;
  margin-right: 11px;
}
.hasLogin .step2 .resultBox .normal[data-v-68049154] {
  cursor: pointer;
}
.hasLogin .step2 .resultBox .normal span.status[data-v-68049154] {
  display: flex;
  align-items: center;
  color: #16ade9;
}
.hasLogin .step2 .resultBox .normal span.status img[data-v-68049154] {
  width: 18px;
  height: 16px;
  margin-top: 2px;
}
.hasLogin .step2 .resultBox .unnormal[data-v-68049154] {
  cursor: pointer;
}
.hasLogin .step2 .resultBox .unnormal span.status[data-v-68049154] {
  display: flex;
  color: #ed3e3e;
}
.hasLogin .step2 .resultBox .unnormal span.status img[data-v-68049154] {
  width: 18px;
  height: 16px;
  margin-top: 2px;
}
.hasLogin[data-v-68049154] .ivu-table td {
  background: #ffffff;
  border: 1px solid #e8eaec;
  border-top: none;
  padding-left: 20px;
}
.hasLogin[data-v-68049154] .ivu-table td:nth-child(2n) {
  border-left: none;
  border-right: none;
}
.hasLogin[data-v-68049154] .ivu-table th {
  background: #eeeeee;
  padding-left: 20px;
}
.hasLogin[data-v-68049154] .ivu-input {
  height: 32px;
}
.notLogin .step1[data-v-68049154] {
  max-width: 1200px;
  margin: auto;
}
.notLogin .step1 .title[data-v-68049154] {
  text-align: center;
  color: #333333;
  font-size: 24px;
  border-color: #f0f0f0;
  padding: 18px 0 30px 0;
  font-weight: bold;
}
.notLogin .step2 .title[data-v-68049154] {
  text-align: center;
  color: #333333;
  font-size: 24px;
  border-bottom: 0px;
  padding: 25px 0px;
}
.notLogin .step2 .resultBox[data-v-68049154] {
  min-height: auto;
  margin-top: 0px;
  padding: 0px 30px 20px;
}
.notLogin .step2 .resultBox .jisuanshuijin[data-v-68049154] {
  margin-bottom: 20px;
}
.notLogin .step2 .resultBox .jisuanshuijin span[data-v-68049154] {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.notLogin .step2 .step2_content[data-v-68049154] {
  max-width: 1200px;
  margin: auto;
  border-top: 1px solid rgba(221, 221, 221, 0.5);
}
.notLogin .step2 .step2_content .resultMoney[data-v-68049154] {
  padding: 20px 0px;
  margin: 0px 30px;
  background: #ffffff;
  margin-top: 30px;
}
.notLogin .step2 .step2_content .resultMoney .saleTitle[data-v-68049154] {
  font-size: 18px;
  color: #666666;
}
.notLogin .step2 .step2_content .resultMoney span[data-v-68049154] {
  font-size: 17px;
  color: #333333;
}
.notLogin .step2 .step2_content .resultMoney span.money[data-v-68049154] {
  padding-left: 0px;
}
.notLogin .step2 .step2_content .resultMoney .finallyMoney[data-v-68049154] {
  margin-top: 13px;
}
.notLogin .step2 .step2_content .resultMoney .finallyMoney span[data-v-68049154] {
  font-size: 17px;
  color: #333333;
}
.notLogin .step2 .step2_content .resultMoney .finallyMoney .red[data-v-68049154] {
  color: #ed3e3e;
  font-size: 22px;
  font-weight: bold;
}
.notLogin .tooltip .ivu-tooltip[data-v-68049154] {
  left: 200px;
}
.notLogin .leftBox[data-v-68049154] {
  border: none;
}
.notLogin .leftBox .topLeft[data-v-68049154] {
  margin: 30px 0px 20px 0px;
}
.notLogin .leftBox .topLeft .flex[data-v-68049154] {
  justify-content: space-between;
  margin-bottom: 10px;
}
.notLogin[data-v-68049154] .amzUpload {
  background: #16ade9;
  color: #ffffff;
  font-size: 14px;
  border: none;
}
.notLogin[data-v-68049154] .amzUpload .ivu-icon-ios-cloud-upload-outline:before {
  font-weight: bold;
}
.notLogin[data-v-68049154] .addBtn .ivu-icon-ios-calculator-outline:before {
  font-size: 16px;
}
.notLogin[data-v-68049154] .ivu-table td {
  background: #ffffff;
  border: 1px solid #e8eaec;
  border-top: none;
  padding-left: 20px;
}
.notLogin[data-v-68049154] .ivu-table td:nth-child(2n) {
  border-left: none;
  border-right: none;
}
.notLogin[data-v-68049154] .ivu-table th {
  background: #eeeeee;
  padding-left: 20px;
}
.notLogin[data-v-68049154] .ivu-input {
  height: 32px;
}
.notLogin[data-v-68049154] .ivu-table-wrapper-with-border {
  border: none;
}
.notLogin[data-v-68049154] .ivu-table-border:after {
  width: 0px;
}
.notLogin[data-v-68049154] .ivu-table:before {
  height: 0px;
}
.remoteSaleHeader[data-v-68049154] {
  text-align: center;
  font-size: 26px;
  color: #333333;
  padding: 10px;
  height: 60px;
  line-height: 30px;
}
.taxNumber-box[data-v-68049154] .ivu-row {
  margin-bottom: 24px;
}
.taxNumber-box .tax-info-name[data-v-68049154] {
  display: inline-block;
  min-width: 130px;
  font-size: 16px;
  font-family: 'Microsoft Yahei', PingFangSC;
  color: #666666;
  line-height: 16px;
  text-align: right;
  margin-right: 32px;
}
.taxNumber-box .tax-info-value[data-v-68049154] {
  font-size: 16px;
  font-family: 'Microsoft Yahei', 'PingFangSC-Medium,PingFang SC';
  font-weight: 500;
  color: #333333;
  line-height: 18px;
}
.taxNumber-box .tax-info-value.date-color[data-v-68049154] {
  color: #16ade9;
}
.submit-tip-box .content[data-v-68049154] {
  background: #f4f4f4;
  border-radius: 10px;
  color: #ed3e3e;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.submit-tip-box .content .companyTax[data-v-68049154] {
  margin: 15px 0px;
  background: #ffffff;
  padding: 20px 30px;
}
.submit-tip-box .content .companyTax[data-v-68049154] .ivu-row {
  height: 50px;
}
.submit-tip-box .content .tableBox table[data-v-68049154] {
  padding: 10px;
}
.submit-tip-box .content .english[data-v-68049154] {
  font-weight: bold;
  font-size: 12px;
  color: #666666;
  line-height: 13px;
  height: 100%;
  position: relative;
  margin-bottom: 29px;
  padding-top: 10px;
  text-align: left;
}
.submit-tip-box .content .english .chinese[data-v-68049154] {
  position: absolute;
  top: 28px;
  left: 0px;
}
.submit-tip-box .content .english .rightWord[data-v-68049154] {
  font-size: 12px;
  color: #16ade9;
  line-height: 13px;
  margin-left: 15px;
}
.submit-tip-box .content .chinese[data-v-68049154] {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.submit-tip-box .content .tableBox table .header[data-v-68049154] {
  background: #f6f6f6;
}
.submit-tip-box .reportData-box .title[data-v-68049154] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFangSC-Medium,PingFang SC';
  font-weight: 500;
  color: #333333;
}
.submit-tip-box .reportData-box .sureData-box[data-v-68049154] {
  border: 1px solid #ebebeb;
  width: 454px;
  margin-left: 55px;
}
.submit-tip-box .reportData-box .sureData-box .row span[data-v-68049154] {
  display: inline-block;
  padding: 12px 15px;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFangSC-Medium,PingFang SC';
  font-weight: 500;
  color: #333333;
  width: 224px;
}
.submit-tip-box .reportData-box .sureData-box .row[data-v-68049154] :nth-child(1) {
  background-color: #d0effb;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.submit-tip-box .reportData-box .sureData-box .row[data-v-68049154] :nth-child(2) {
  border-bottom: 1px solid #ebebeb;
}
.remoteSale[data-v-68049154] .ivu-table-header {
  background: #ffffff !important;
}
.remoteSale[data-v-68049154] .ivu-modal-content {
  border-radius: 10px !important;
}
.yuanchengxiaoshou[data-v-68049154] .ivu-table td,
.yuanchengxiaoshou .ivu-table th[data-v-68049154] {
  border-right: 1px solid #e8eaec;
}
.yuanchengxiaoshou[data-v-68049154] .ivu-table-footer {
  height: 100px;
}
.yuanchengxiaoshou[data-v-68049154] .ivu-table-title {
  height: 60px !important;
}
.yuanchengxiaoshou .remoteSaleFooter[data-v-68049154] {
  line-height: 22px;
  padding: 20px;
}
.yuanchengxiaoshou .red[data-v-68049154] {
  color: #ed3e3e;
}
[data-v-68049154] .getContentModel .ivu-modal-content {
  height: 560px;
  overflow-y: auto;
  border-radius: 13px !important;
  padding: 10px 20px;
}
[data-v-68049154] .getContentModel .ivu-modal-content .ivu-modal-header {
  background: #ffffff !important;
  padding: 14px 0px;
}
[data-v-68049154] .getContentModel .ivu-modal-content .ivu-modal-header .ivu-modal-header-inner {
  color: #333333;
}
[data-v-68049154] .getContentModel .ivu-modal-content .ivu-modal-header .ivu-modal-header-inner::before {
  content: '';
  border-left: 3px solid #16ade9;
  margin-right: 6px;
}
[data-v-68049154] .getContentModel .ivu-modal-content .ivu-modal-body .modelTitle {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  margin: 15px 0px;
}
[data-v-68049154] .getContentModel .ivu-modal-content .ivu-modal-close i {
  font-size: 43px;
}
[data-v-68049154] .getContentModel .ivu-modal-content .ivu-modal-footer .footerBt {
  width: 100px;
  height: 37px;
}
[data-v-68049154] .getContentModel .ivu-modal-content .ivu-modal-footer .footerBtClose {
  background-color: #fff;
  color: #999999;
}
.submit-box .tax-info-name[data-v-68049154] {
  min-width: 66px;
  margin-right: 16px;
}
.submit-box[data-v-68049154] .ivu-divider-horizontal {
  margin: 0;
}
.submit-box[data-v-68049154] .submitModal-footer-line {
  margin: 24px 0 32px 0;
}

.footer-box[data-v-63d9ac22] {
  width: 100%;
  height: 54px;
  background-color: #010e1d;
  text-align: center;
  line-height: 54px;
  font-size: 14px;
  color: #cccccc;
}
.footer-box a[data-v-63d9ac22] {
  color: #ffffff;
}

.container[data-v-73557eb4] {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 100%;
}
.container .bgContent[data-v-73557eb4] {
  height: 278px;
  width: 100%;
}
.container .bgContent img[data-v-73557eb4] {
  width: 100%;
  height: 100%;
}
@media (max-width: 1440px) {
.container .bgContent .small[data-v-73557eb4] {
    display: block;
}
.container .bgContent .big[data-v-73557eb4] {
    display: none;
}
}
@media (min-width: 1441px) {
.container .bgContent .small[data-v-73557eb4] {
    display: none;
}
.container .bgContent .big[data-v-73557eb4] {
    display: block;
}
}
.container .title[data-v-73557eb4] {
  background: #f6f8fb;
}
.container .title .content[data-v-73557eb4] {
  max-width: 1200px;
  margin: auto;
  height: 40px;
  line-height: 40px;
}
.container .title .content a[data-v-73557eb4] {
  color: #666666;
  margin: 0px 10px;
  font-weight: bold;
}
.container .title .content a[data-v-73557eb4]:hover {
  color: #019dfa;
}
.container .footer[data-v-73557eb4] {
  height: 54px;
  background: #010e1d;
  color: #cccccc;
}


.index-banner[data-v-f33f124e] {
  padding-bottom: 10px;
}
.ant-carousel[data-v-f33f124e] .slick-slide {
  text-align: center;
  overflow: hidden;
}
.ant-carousel[data-v-f33f124e] .slick-slide h3 {
  color: #fff;
}
.ant-carousel[data-v-f33f124e] .slick-slide img {
  width: 100%;
}
.ant-carousel[data-v-f33f124e] .index-banner-bg {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50%;
}
img[data-v-f33f124e] {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner-bg[data-v-f33f124e],
img[data-v-f33f124e] {
  border-radius: 4px;
  overflow: hidden;
}


[data-v-8f93e4a2] .ivu-radio-wrapper {
  margin-bottom: 5px;
}
.container[data-v-8f93e4a2] {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
}
.container header[data-v-8f93e4a2] {
  height: 80px;
  display: flex;
  align-items: center;
}
.container header .headerContent[data-v-8f93e4a2] {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
.container header .headerContent img[data-v-8f93e4a2] {
  width: 125px;
  cursor: pointer;
  margin-left: 40px;
}
.container header .headerContent span[data-v-8f93e4a2] {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  margin-left: 36px;
}
.container .wbg[data-v-8f93e4a2] {
  background: url(../../static/img/login_bg.24a5ecca.png) no-repeat;
  background-size: cover;
}
.container .leftbox[data-v-8f93e4a2] {
  height: 100vh;
  width: calc(100% - 820px);
  flex: 1;
}
.container .leftbox[data-v-8f93e4a2] .ant-carousel .slick-dots-bottom {
  bottom: 200px;
  height: 30px;
}
.container .leftbox[data-v-8f93e4a2] .ant-carousel .slick-dots li.slick-active button {
  background: #3a7fff;
}
.container .leftbox[data-v-8f93e4a2] .ant-carousel .slick-dots li button {
  background: rgba(0, 0, 0, 0.16);
}
.container .rightbox[data-v-8f93e4a2] {
  height: 100vh;
  width: 100%;
}
.container .loglink[data-v-8f93e4a2] {
  color: #00000060;
  cursor: pointer;
  font-size: 14px;
}
.container .bottomBox[data-v-8f93e4a2] {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #919498;
  height: 70px;
  line-height: 70px;
  padding: 0px 105px;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.container .bottomBox a[data-v-8f93e4a2] {
  color: #919498;
}
.container .content[data-v-8f93e4a2] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 50%;
  margin-top: -275px;
}
.container .content .img[data-v-8f93e4a2] {
  width: 782px;
  height: 602px;
  margin-right: 100px;
}
.container .content .loginContent[data-v-8f93e4a2] {
  width: 342px;
  height: 520px;
  border-radius: 4px;
  padding: 80px 0px 110px;
  position: relative;
  margin: 0 auto;
}
.container .content .loginContent > img[data-v-8f93e4a2] {
  display: block;
  margin: 0 auto 43px;
}
.container .content .loginContent .login-logo[data-v-8f93e4a2] {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #3a7fff;
  line-height: 22px;
  margin-top: 24px;
  text-align: center;
  cursor: pointer;
}
.container .content .loginContent .title[data-v-8f93e4a2] {
  margin-bottom: 30px;
}
.container .content .loginContent .title span[data-v-8f93e4a2] {
  height: 20px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
  line-height: 20px;
  cursor: pointer;
  font-size: 18px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.container .content .loginContent .title span.active[data-v-8f93e4a2] {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  position: relative;
}
.container .content .loginContent .title span.active .bottomtip[data-v-8f93e4a2] {
  position: absolute;
  bottom: -9px;
  width: 32px;
  height: 4px;
  background: #0041DC;
  border-radius: 16px 16px 16px 16px;
  left: 31%;
}
.container .content .loginContent .imgCode[data-v-8f93e4a2] {
  width: 109px;
  height: 44px;
  position: absolute;
  right: 0px;
  margin-right: 0px;
  top: -17px;
}
.container .content .loginContent[data-v-8f93e4a2] .box .ivu-form-item {
  display: block;
  margin-right: 0px;
}
.container .content .loginContent[data-v-8f93e4a2] .box .ivu-form-item .ivu-input {
  height: 44px;
  background: #f2f3f9;
  border-radius: 2px 2px 2px 2px;
}
.container .content .loginContent[data-v-8f93e4a2] .box .ivu-form-item input.ivu-input:-internal-autofill-selected {
  background-color: white !important;
  background-image: none !important;
  color: #000000 !important;
  box-shadow: inset 0 0 0 1000px white !important;
}
.container .content .loginContent[data-v-8f93e4a2] .box .ivu-form-item .ivu-btn {
  width: 100%;
  height: 44px;
  border-radius: 2px;
}
.container .content .loginContent[data-v-8f93e4a2] .box .ivu-form-item .login-btn {
  width: 150px;
  height: 44px;
  background: #0041DC;
  border-color: #0041DC;
  border-radius: 2px;
  color: #ffffff;
  position: absolute;
  right: 0px;
  top: 0px;
}
.container .content .loginContent[data-v-8f93e4a2] .box .nc_wrapper {
  width: 100% !important;
}
.container .content .loginContent[data-v-8f93e4a2] .box .nc_wrapper .btn_slide {
  height: 34px;
}
.container .content .loginContent[data-v-8f93e4a2] .box .nc_wrapper .nc_scale span {
  height: 34px;
}
.container .content .loginContent .qr-login[data-v-8f93e4a2] {
  text-align: center;
  color: #333333;
  margin-bottom: 24px;
}
.container .content .loginContent .qr-login .title[data-v-8f93e4a2] {
  font-size: 20px;
}
.container .content .loginContent .qr-login .QRimg[data-v-8f93e4a2] {
  width: 246px;
  height: 236px;
  margin: auto;
  position: relative;
}
.container .content .loginContent .qr-login .QRimg img[data-v-8f93e4a2] {
  width: 100%;
  height: 100%;
}
.container .content .loginContent .qr-login .QRimg .stale-box[data-v-8f93e4a2] {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  text-align: center;
  cursor: pointer;
}
.container .content .loginContent .qr-login .QRimg .stale-box p[data-v-8f93e4a2] {
  margin-top: 90px;
  color: #000;
  font-size: 14px;
}
.container .content .loginContent .qr-login .QRimg .stale-box button[data-v-8f93e4a2] {
  margin-top: 10px;
}
.container .content .loginContent .qr-login .tips[data-v-8f93e4a2] {
  font-size: 12px;
  line-height: 21px;
  width: 212px;
  margin: auto;
  margin-top: 13px;
}
.container .content .loginContent .qr-login .other-login[data-v-8f93e4a2] {
  font-size: 12px;
  color: #999;
  margin-top: 35px;
}
.container .content .loginContent .qr-login .other-login span[data-v-8f93e4a2] {
  cursor: pointer;
}
.container .content .loginContent .qr-login .other-login span[data-v-8f93e4a2]:nth-child(1) {
  margin-right: 12px;
}
.container .content .loginContent .qr-login .other-login span[data-v-8f93e4a2]:nth-child(2) {
  margin-left: 12px;
  color: #333;
}
.container .content .registeredsuccess[data-v-8f93e4a2] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .content .registeredsuccess .top[data-v-8f93e4a2] {
  font-size: 20px;
  font-family: SourceHanSansSC-Medium, SourceHanSansSC;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
.container .content .registeredsuccess .bottom[data-v-8f93e4a2] {
  font-size: 16px;
  font-family: SourceHanSansSC-Medium, SourceHanSansSC;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
  margin-bottom: 24px;
}
.container .content .registeredsuccess .tologin[data-v-8f93e4a2] {
  font-size: 16px;
  font-family: SourceHanSansSC-Regular, SourceHanSansSC;
  font-weight: 400;
  color: #3a7fff;
  line-height: 16px;
  cursor: pointer;
}
.container .content .registeredsuccess img[data-v-8f93e4a2] {
  width: 246px;
  height: 236px;
  margin: 24px 0px;
}
.container .bind-box .back-login[data-v-8f93e4a2] {
  color: #169fe9;
  text-align: right;
  cursor: pointer;
}
.container .bind-box .back-login img[data-v-8f93e4a2] {
  width: 10px;
  height: 10px;
  margin-right: 2px;
  vertical-align: middle;
}
.login-wrap[data-v-8f93e4a2] {
  display: flex;
  width: 974px;
  box-shadow: 0px 11px 25px 1px #889dcb63;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1440px) {
.login-wrap[data-v-8f93e4a2] {
    width: 774px;
}
.login-wrap > img[data-v-8f93e4a2] {
    width: 406px;
}
.container .content[data-v-8f93e4a2] {
    margin-top: -220px;
}
.container .rightbox .loginContent[data-v-8f93e4a2] {
    width: 280px;
    height: 480px;
    padding: 40px 0 10px;
}
.container .rightbox .loginContent > img[data-v-8f93e4a2] {
    width: 150px;
    margin-bottom: 25px;
}
}
.box .ivu-form-item[data-v-8f93e4a2] {
  margin-bottom: 15px;
}
[data-v-8f93e4a2] .ivu-form-item-error-tip {
  position: static;
}


[data-v-5fd42f71] .ivu-radio-wrapper {
  margin-bottom: 5px;
}
.container[data-v-5fd42f71] {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
.container header[data-v-5fd42f71] {
  height: 120px;
  background: #ffffff;
  display: flex;
  align-items: center;
}
.container header .headerContent[data-v-5fd42f71] {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
.container header .headerContent img[data-v-5fd42f71] {
  width: 182px;
  height: 50px;
  cursor: pointer;
}
.container header .headerContent span[data-v-5fd42f71] {
  font-size: 18px;
  font-weight: normal;
  color: #16ade9;
  line-height: 14px;
  margin-top: 10px;
  margin-left: 25px;
}
.container .content[data-v-5fd42f71] {
  min-height: calc(100% - 120px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #eaf5f9;
}
.container .content .bottomBox[data-v-5fd42f71] {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #999999;
}
.container .content .bottomBox a[data-v-5fd42f71] {
  color: #999999;
}
.container .content img[data-v-5fd42f71] {
  width: 782px;
  height: 602px;
  margin-right: 100px;
}
.container .content .loginContent[data-v-5fd42f71] {
  width: 574px;
  min-width: 574px;
  height: 560px;
  background: #ffffff;
  border-radius: 4px;
  padding: 90px 67px 110px;
  position: relative;
}
.container .content .loginContent .login-logo[data-v-5fd42f71] {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 70px;
  height: 70px;
}
.container .content .loginContent .login-logo img[data-v-5fd42f71] {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.container .content .loginContent .title[data-v-5fd42f71] {
  margin-bottom: 30px;
}
.container .content .loginContent .title span[data-v-5fd42f71] {
  height: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #999999;
  line-height: 20px;
  cursor: pointer;
}
.container .content .loginContent .title span.active[data-v-5fd42f71] {
  color: #333333;
}
.container .content .loginContent .imgCode[data-v-5fd42f71] {
  width: 109px;
  height: 44px;
  position: absolute;
  right: 0px;
  margin-right: 0px;
  top: -17px;
}
.container .content .loginContent[data-v-5fd42f71] .box .ivu-form-item {
  display: block;
  margin-right: 0px;
}
.container .content .loginContent[data-v-5fd42f71] .box .ivu-form-item .ivu-input {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #dcdee2;
}
.container .content .loginContent[data-v-5fd42f71] .box .ivu-form-item input.ivu-input:-internal-autofill-selected {
  background-color: white !important;
  background-image: none !important;
  color: #000000 !important;
  box-shadow: inset 0 0 0 1000px white !important;
}
.container .content .loginContent[data-v-5fd42f71] .box .ivu-form-item .ivu-btn {
  width: 100%;
  height: 52px;
  background: #16ade9;
  box-shadow: 0px 2px 12px 0px rgba(13, 107, 207, 0.3);
  border-radius: 4px;
}
.container .content .loginContent[data-v-5fd42f71] .box .ivu-form-item .login-btn {
  width: 150px;
  height: 38px;
  background: #16ade9;
  box-shadow: 0px 2px 4px 0px rgba(13, 107, 207, 0.16);
  border-radius: 4px;
  color: #ffffff;
  position: absolute;
  right: 0px;
  top: -14px;
}
.container .content .loginContent[data-v-5fd42f71] .box .nc_wrapper {
  width: 100% !important;
}
.container .content .loginContent[data-v-5fd42f71] .box .nc_wrapper .btn_slide {
  height: 34px;
}
.container .content .loginContent[data-v-5fd42f71] .box .nc_wrapper .nc_scale span {
  height: 34px;
}
.container .content .loginContent .qr-login[data-v-5fd42f71] {
  text-align: center;
  color: #333333;
  margin-bottom: 24px;
}
.container .content .loginContent .qr-login .title[data-v-5fd42f71] {
  font-size: 20px;
}
.container .content .loginContent .qr-login .QRimg[data-v-5fd42f71] {
  width: 246px;
  height: 236px;
  margin: auto;
  position: relative;
}
.container .content .loginContent .qr-login .QRimg img[data-v-5fd42f71] {
  width: 100%;
  height: 100%;
}
.container .content .loginContent .qr-login .QRimg .stale-box[data-v-5fd42f71] {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  text-align: center;
  cursor: pointer;
}
.container .content .loginContent .qr-login .QRimg .stale-box p[data-v-5fd42f71] {
  margin-top: 90px;
  color: #000;
  font-size: 14px;
}
.container .content .loginContent .qr-login .QRimg .stale-box button[data-v-5fd42f71] {
  margin-top: 10px;
}
.container .content .loginContent .qr-login .tips[data-v-5fd42f71] {
  font-size: 16px;
  line-height: 21px;
  margin-top: 13px;
  width: 212px;
  margin: auto;
}
.container .content .loginContent .qr-login .other-login[data-v-5fd42f71] {
  font-size: 12px;
  color: #999;
  margin-top: 55px;
}
.container .content .loginContent .qr-login .other-login span[data-v-5fd42f71] {
  cursor: pointer;
}
.container .content .loginContent .qr-login .other-login span[data-v-5fd42f71]:nth-child(1) {
  margin-right: 12px;
}
.container .content .loginContent .qr-login .other-login span[data-v-5fd42f71]:nth-child(2) {
  margin-left: 12px;
  color: #333;
}
.container .bind-box .back-login[data-v-5fd42f71] {
  color: #169fe9;
  text-align: right;
  cursor: pointer;
}
.container .bind-box .back-login img[data-v-5fd42f71] {
  width: 10px;
  height: 10px;
  margin-right: 2px;
  vertical-align: middle;
}
@media screen and (max-width: 1440px) {
.container header[data-v-5fd42f71] {
    height: 100px;
}
.container header .headerContent[data-v-5fd42f71] {
    max-width: 1200px;
}
.container header .headerContent img[data-v-5fd42f71] {
    width: 150px;
    height: 37px;
}
.container .content[data-v-5fd42f71] {
    height: calc(100% - 100px);
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.container .content img[data-v-5fd42f71] {
    width: 617px;
    height: 492px;
    margin-right: 0px;
}
.container .content .loginContent[data-v-5fd42f71] {
    width: 474px;
    background: #ffffff;
    border-radius: 4px;
}
}

.table-content[data-v-c813bdae] {
  margin-top: 20px;
  background-color: #fff;
}
.table-content .table-box[data-v-c813bdae] .ant-select-selection {
  min-width: 150px;
}
.table-content .pageSetion[data-v-c813bdae] {
  text-align: left;
  margin-top: 36px;
  padding-bottom: 36px;
  margin-left: 24px;
}
.table-content .operate[data-v-c813bdae] {
  cursor: pointer;
  font-weight: 500;
  padding-top: 2px;
}
.table-content .operate img[data-v-c813bdae] {
  width: 11px;
  margin-bottom: 2px;
}
.table-content .operate .btF[data-v-c813bdae] {
  min-width: 124px;
}
.table-content .operate .btF.flex-center[data-v-c813bdae] {
  min-width: 124px;
  color: #f79728;
  border-color: #f79728;
}
.table-content .operate .btF.flex-center img[data-v-c813bdae] {
  width: 18px;
}
.table-content .operate .red-button[data-v-c813bdae] {
  color: #ed3e3e;
  border-color: #ed3e3e;
}
.table-content .operate .upload-btn img[data-v-c813bdae] {
  width: 18px;
}
.table-content .operate .btR[data-v-c813bdae] {
  min-width: 124px;
  background: #ed3e3e;
}
.service-progress[data-v-c813bdae] {
  margin: 0 26px;
}
.service-progress .service-box[data-v-c813bdae] {
  height: 133px;
  background: #f4f7fd;
  padding: 15px 20px;
}
.service-progress .service-box .service-header[data-v-c813bdae] {
  margin-bottom: 16px;
}
.service-progress .service-box .service-header .service-name[data-v-c813bdae] {
  float: left;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  line-height: 22px;
  margin-top: 2px;
}
.service-progress .service-box .service-header .service[data-v-c813bdae] {
  float: right;
}
.service-progress .service-box .gutter-box[data-v-c813bdae] {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-progress .progress-box[data-v-c813bdae] {
  margin-top: 35px;
  padding: 0 10px;
}
.service-progress .progress-box .item[data-v-c813bdae] {
  border-left: 2px solid #00a3ff;
}
.service-progress .progress-box .item .item-name[data-v-c813bdae] {
  padding-bottom: 20px;
}
.service-progress .progress-box .item .item-name img[data-v-c813bdae] {
  float: left;
  margin-left: -11px;
}
.service-progress .progress-box .item .item-name span[data-v-c813bdae] {
  float: left;
  margin-left: 35px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}
.service-progress .progress-box .item .item-time[data-v-c813bdae] {
  padding-bottom: 14px;
}
.service-progress .progress-box .item .item-time span[data-v-c813bdae] {
  float: left;
  margin-left: -6px;
  margin-top: 5px;
  width: 10px;
  height: 10px;
  background: #00a3ff;
  border-radius: 5px;
}
.service-progress .progress-box .item .item-time div[data-v-c813bdae] {
  float: left;
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}
.service-progress .progress-box .item .item-time .time[data-v-c813bdae] {
  margin-left: 40px;
}
.service-progress .progress-box .item .item-time .text[data-v-c813bdae] {
  margin-left: 20px;
}
.service-progress .progress-box .item:last-of-type .item-time[data-v-c813bdae]:last-of-type {
  padding-bottom: 0;
}
.service-progress .progress-box .item:last-of-type .item-time:last-of-type span[data-v-c813bdae] {
  margin-top: 10px;
}
.service-progress .progress-box .item-unprogress[data-v-c813bdae] {
  border-left: 2px solid #e1e1e1;
}
.service-progress .progress-box .item-bottom:last-of-type .item-name[data-v-c813bdae] {
  padding-bottom: 0;
}
.progress-box[data-v-c813bdae] {
  display: flex;
}
.table-form-btn[data-v-c813bdae] {
  display: inline-block;
}
.ant-form-inline .ant-form-item[data-v-c813bdae] {
  margin-bottom: 12px !important;
}

.modal-item[data-v-36f907fc] {
  margin: 15px 0;
}

.block-wrapper[data-v-dcbd5c32] {
  background-color: rgba(58, 127, 255, 0.04);
  padding: 24px 32px;
}
.block-wrapper[data-v-dcbd5c32]:not(:last-child) {
  margin-bottom: 24px;
}
.block-wrapper .block-title-wrapper[data-v-dcbd5c32] {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.block-wrapper .block-title-wrapper .block-number[data-v-dcbd5c32] {
  display: inline-block;
  text-align: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  color: #fff;
  background-color: #3a7fff;
  margin-right: 8px;
}
.block-wrapper .block-title-wrapper .block-title[data-v-dcbd5c32] {
  color: #303132;
  font-weight: bold;
}
.block-wrapper .download-wrapper[data-v-dcbd5c32] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0 9px 16px;
  background-color: #fff;
  font-size: 14px;
}
.block-wrapper .download-wrapper .download-file[data-v-dcbd5c32] {
  display: flex;
  align-items: center;
}
.block-wrapper .download-wrapper .download-file .download-icon[data-v-dcbd5c32] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.block-wrapper .download-title[data-v-dcbd5c32] {
  color: #666;
  line-height: 22px;
}
.block-wrapper .download-wrapper[data-v-dcbd5c32],
.block-wrapper .upload-wrapper[data-v-dcbd5c32] {
  margin-left: 32px;
}
.block-wrapper .upload[data-v-dcbd5c32] {
  margin-top: 8px;
  width: 100%;
  height: 153px;
}
.block-wrapper .upload .upload-dragger-wrap[data-v-dcbd5c32] {
  width: 100%;
  height: 100%;
}
[data-v-dcbd5c32] .upload-dragger-wrap {
  width: 100% !important;
  height: 100% !important;
}

.block-wrapper[data-v-1a1862e0] {
  background-color: rgba(58, 127, 255, 0.04);
  padding: 24px 32px;
}
.block-wrapper[data-v-1a1862e0]:not(:last-child) {
  margin-bottom: 24px;
}
.block-wrapper .block-title-wrapper[data-v-1a1862e0] {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.block-wrapper .block-title-wrapper .block-number[data-v-1a1862e0] {
  display: inline-block;
  text-align: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  color: #fff;
  background-color: #3a7fff;
  margin-right: 8px;
}
.block-wrapper .block-title-wrapper .block-title[data-v-1a1862e0] {
  color: #303132;
  font-weight: bold;
}
.block-wrapper .download-wrapper[data-v-1a1862e0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0 9px 16px;
  background-color: #fff;
  font-size: 14px;
}
.block-wrapper .download-wrapper .download-file[data-v-1a1862e0] {
  display: flex;
  align-items: center;
}
.block-wrapper .download-wrapper .download-file .download-icon[data-v-1a1862e0] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.block-wrapper .download-title[data-v-1a1862e0] {
  color: #666;
  line-height: 22px;
}
.block-wrapper .download-wrapper[data-v-1a1862e0],
.block-wrapper .upload-wrapper[data-v-1a1862e0] {
  margin-left: 32px;
}
.block-wrapper .upload[data-v-1a1862e0] {
  margin-top: 8px;
  width: 100%;
  height: 153px;
}
[data-v-1a1862e0] .upload-dragger-wrap {
  width: 100% !important;
  height: 100% !important;
}
.footer[data-v-1a1862e0] {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  padding: 10px 16px;
  background: #fff;
  z-index: 1;
}
.reason-wrapper[data-v-1a1862e0] {
  display: flex;
  font-size: 12px;
  padding: 11px 13px;
  background-color: #fff4f3;
  line-height: 20px;
  margin-top: 13px;
  max-width: 798px;
  margin-bottom: 16px;
}
.reason-wrapper .reason-block[data-v-1a1862e0] {
  display: flex;
  color: rgba(0, 0, 0, 0.9);
}
.reason-wrapper .reason-block[data-v-1a1862e0]:not(:first-child) {
  margin-left: 30px;
}
.reason-wrapper .reason-block .reason-title[data-v-1a1862e0] {
  color: #e81e19;
  white-space: nowrap;
}
.reason-wrapper .reason-block .reason-content-wrapper[data-v-1a1862e0] {
  display: flex;
  flex-direction: column;
}
.reason-wrapper .reason-block .reason-img-viewer[data-v-1a1862e0] {
  display: flex;
  width: 140px;
  flex-wrap: wrap;
}
.reason-wrapper .reason-block .reason-img-viewer .reason-img[data-v-1a1862e0] {
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
}
.reason-wrapper .reason-block .reason-img-viewer .reason-img[data-v-1a1862e0]:not(:last-child) {
  margin-right: 8px;
}

.table-content h3[data-v-38ea4227] {
  font-size: 16px;
  margin-bottom: 16px;
}
.table-content .table-title[data-v-38ea4227] {
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  border-bottom: 1px #e9e9e9 solid;
  padding-left: 32px;
  margin-bottom: 0;
}
.table-content .operate[data-v-38ea4227] {
  display: flex;
  gap: 10px;
  text-align: left;
  font-weight: 500;
  padding-top: 2px;
}
.table-content .operate .btF[data-v-38ea4227] {
  cursor: pointer;
}
.table-content .operate img[data-v-38ea4227] {
  width: 11px;
  margin-bottom: 2px;
}
.table-content .operate .btF[data-v-38ea4227] {
  min-width: 124px;
  color: #3a7fff;
}
.table-content .operate .btF.flex-center[data-v-38ea4227] {
  min-width: 124px;
}
.table-content .operate .btF.flex-center img[data-v-38ea4227] {
  width: 18px;
}
.table-content .operate .red-button[data-v-38ea4227] {
  color: #ed3e3e;
  border-color: #ed3e3e;
}
.table-content .operate .upload-btn img[data-v-38ea4227] {
  width: 18px;
}
.table-content .operate .btR[data-v-38ea4227] {
  min-width: 124px;
  background: #ed3e3e;
}
.todo-wrapper[data-v-38ea4227] {
  display: flex;
  align-items: center;
  padding: 21px 0;
}
.todo-wrapper .circle-custom-wrapper[data-v-38ea4227] {
  flex: 0 0 171px;
  position: relative;
}
.todo-wrapper .circle-custom-wrapper[data-v-38ea4227]::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.06);
  top: 0;
  right: -41px;
}
.todo-wrapper .circle-custom-wrapper .Circle-custom[data-v-38ea4227] {
  color: rgba(0, 0, 0, 0.85);
}
.todo-wrapper .circle-custom-wrapper .Circle-custom-title1[data-v-38ea4227] {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
}
.todo-wrapper .circle-custom-wrapper .Circle-custom-title1-unit[data-v-38ea4227] {
  font-size: 19px;
  font-weight: normal;
}
.todo-wrapper .circle-custom-wrapper .Circle-custom-title2[data-v-38ea4227] {
  font-size: 16px;
  line-height: 20px;
}
.todo-wrapper .circle-custom-wrapper .Circle-custom-title3[data-v-38ea4227] {
  font-size: 19px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.4);
}
.todo-wrapper .todo-wrapper-right[data-v-38ea4227] {
  width: 100%;
}
.todo-wrapper .todo-wrapper-right .todo-list[data-v-38ea4227]:nth-child(-n + 4) {
  margin-bottom: 13px;
}
.todo-wrapper .todo-wrapper-right .todo-list .todo-item[data-v-38ea4227] {
  width: 155px;
  padding: 8px 21px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  cursor: pointer;
}
.todo-wrapper .todo-wrapper-right .todo-list .todo-item-num[data-v-38ea4227] {
  font-size: 21px;
  font-weight: bold;
  margin-top: 6px;
  color: #000000;
}
.todo-wrapper .todo-wrapper-right .todo-list .todo-item-active[data-v-38ea4227] {
  background-color: rgba(24, 144, 255, 0.06);
}
.todo-item-tab-wrapper[data-v-38ea4227] {
  margin: 30px 0 20px 20px;
  line-height: 28px;
}
.todo-item-tab-wrapper .todo-item-tab[data-v-38ea4227] {
  padding: 5px 10px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 20px;
  margin-right: 15px;
  cursor: pointer;
}
.todo-item-tab-wrapper .todo-item-tab-active[data-v-38ea4227] {
  background-color: #fff;
  color: #639fff;
  border-color: #639fff;
}
.tag-wrapper[data-v-38ea4227] {
  display: flex;
  align-items: center;
}
.tag[data-v-38ea4227] {
  flex: 0 0 auto;
}
.tabList-wrap[data-v-38ea4227] {
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 20px;
}
.tab-list-item[data-v-38ea4227] {
  text-align: center;
  font-size: 14px;
  width: 125px;
  box-sizing: border-box;
  padding: 12px 16px;
  color: #898989;
  padding: 14px;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  line-height: 14px;
  background: #f6f7ff;
  border: 1px solid #f6f7ff;
}
.tab-list-item[data-v-38ea4227]:hover {
  border: 1px solid #0041DC;
  background: #fff;
  color: #0041DC;
}
.tab-list-item:hover > div[data-v-38ea4227] {
  color: #0041DC;
}
.tab-list-item > div[data-v-38ea4227] {
  font-size: 18px;
  line-height: 18px;
  margin-top: 8px;
  color: #5a5a5a;
}
.tabs-current[data-v-38ea4227] {
  border: 1px solid #0041DC;
  background: #fff;
  color: #0041DC;
}
.tabs-current > div[data-v-38ea4227] {
  color: #0041DC;
}
.expiration-time[data-v-38ea4227] b {
  display: inline-block;
  font-weight: normal;
  background: #fff7e6;
  border-radius: 2px;
  font-size: 12px;
  color: #fa8c16;
  padding: 2px 5px;
  margin-left: 5px;
}
.expiration-time[data-v-38ea4227] .tag-expired {
  color: #fe714f;
  background: none;
}
.expiration-time[data-v-38ea4227] .tag-blue {
  color: #1890ff;
  background: #e6f7ff;
}
.expiration-time[data-v-38ea4227] .tag-grey {
  color: #919498;
  background: #f5f5f5;
}
.expiration-time /depp/ .ant-table[data-v-38ea4227] {
  color: rgba(0, 0, 0, 0.7);
}
.discount-tips[data-v-38ea4227] {
  color: #ff5f61;
  border: 1px solid #ff5f61;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-inline: 5px;
  font-weight: 600;
}
.discount-icon[data-v-38ea4227] {
  width: 18px;
  position: relative;
  top: 3px;
}
.view-mail[data-v-38ea4227] {
  cursor: pointer;
  color: #3a7fff;
  display: flex;
  align-items: center;
}
.truncate2[data-v-38ea4227] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.merge-driver {
  background: #3a7fff;
  color: #fff;
}
.merge-driver .driver-popover-title {
  margin-top: 35px;
}
.merge-driver .driver-popover-progress-text {
  position: absolute;
  top: 20px;
  color: #fff;
}
.merge-driver .driver-popover-close-btn:hover,
.merge-driver .driver-popover-close-btn:focus {
  color: #fff;
}
.merge-driver .driver-popover-arrow-side-right.driver-popover-arrow {
  border-right-color: #3a7fff;
}

.modal-item[data-v-01351064] {
  margin: 15px 0;
}
[data-v-01351064] .mergeList .ant-modal-content {
  border-radius: 9px;
}
.head-wrap[data-v-01351064] {
  padding: 20px 25px;
  background-image: url(../../static/img/mergebg2.c17ad1cd.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 5px 5px 0 0;
  color: #fff;
}
.head-wrap .title[data-v-01351064] {
  font-size: 24px;
  margin-bottom: 5px;
}
.head-wrap .title2[data-v-01351064] {
  font-size: 16px;
  margin-bottom: 5px;
}
.content-wrap[data-v-01351064] {
  padding: 0px 30px;
  background-image: url(../../static/img/mergebg1.b8a78c60.png);
  background-size: 100%;
  background-position-y: bottom;
  background-repeat: no-repeat;
  border-radius: 0 0 8px 8px;
}
.button-wrap[data-v-01351064] {
  display: flex;
  justify-content: end;
  padding: 20px 0;
}

.remain-renew-btn[data-v-776c451a] {
  position: absolute;
  top: 0;
  left: 8px;
  padding: 2px 15px;
  background: linear-gradient(270deg, #376fff 0%, #88baff 100%);
  color: #fff;
  text-align: center;
  border-radius: 0 0 10px 0;
  cursor: pointer;
  z-index: 1000;
}
.remain-renew-btn:hover .remain-renew-tips[data-v-776c451a] {
  display: block;
}
.remain-renew-tips[data-v-776c451a] {
  position: absolute;
  left: 50%;
  margin-left: -235px;
  bottom: 37px;
  width: 470px;
  min-height: 123px;
  background: #eaf2ff;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #3a7fff;
}
.remain-renew-tips[data-v-776c451a]::before,
.remain-renew-tips[data-v-776c451a]::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top-color: #eaf2ff;
  z-index: 2;
}
.remain-renew-tips[data-v-776c451a]::after {
  bottom: -26px;
  margin-left: -13px;
  border: 13px solid transparent;
  border-top-color: #3a7fff;
  z-index: 1;
}
.renewalReminder-content[data-v-776c451a] {
  padding: 16px;
  color: #606266;
  text-align: left;
  line-height: 20px;
  margin: 0;
}
.renewalReminder-content dd[data-v-776c451a] {
  margin-bottom: 0;
}
.renewalReminder-content dt[data-v-776c451a] {
  font-size: 14px;
  color: #303132;
  line-height: 22px;
  margin-bottom: 5px;
}
.renewalReminder-content dt .anticon-close[data-v-776c451a] {
  float: right;
  font-size: 16px;
  color: #999;
}
.renewalReminder-content dt img[data-v-776c451a] {
  width: 26px;
  vertical-align: top;
}
.renewalReminder-button[data-v-776c451a] {
  text-align: right;
}
.renewalReminder-button .ant-btn-primary[data-v-776c451a] {
  min-width: 84px;
  height: 20px;
  line-height: 19px;
  background: #3a7fff;
  border-color: #3a7fff;
  border-radius: 4px !important;
  font-size: 12px;
}
.renewalReminder-button .ant-btn-link[data-v-776c451a] {
  font-size: 12px;
  margin-right: 10px;
}
.remain-gutter-box-yellow .remain-renew-btn[data-v-776c451a] {
  background: linear-gradient(270deg, #fa8214 0%, #faad14 100%);
}
.remain-gutter-box-yellow .remain-renew-tips[data-v-776c451a] {
  background: #fff6e9;
  border: 1px solid #faad14;
}
.remain-gutter-box-yellow .remain-renew-tips[data-v-776c451a]::before {
  border-top-color: #fff6e9;
}
.remain-gutter-box-yellow .remain-renew-tips[data-v-776c451a]::after {
  border-top-color: #faad14;
}
.remain-gutter-box-yellow .ant-btn-primary[data-v-776c451a] {
  background: #faad14;
  border-color: #faad14;
}

.calender-card[data-v-456efec5] {
  width: 412px;
  border-radius: 4px;
}
.header[data-v-456efec5] {
  width: 100%;
  height: 40px;
  background: #f6f7ff;
  border-radius: 4px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-content: center;
  line-height: 40px;
  font-weight: 600;
  color: #1d2129;
  padding-inline: 16px;
}
.header a[data-v-456efec5] {
  color: #1d2129;
}
.mask[data-v-456efec5] {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  width: 100%;
  height: 2px;
  z-index: 1;
}
.cell[data-v-456efec5] {
  position: relative;
}
.cell .indicator[data-v-456efec5] {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -4px;
  background: #0041DC;
  border-radius: 50%;
}
.calendar[data-v-456efec5] {
  margin-bottom: -30px;
}
.title[data-v-456efec5] {
  font-size: 16px;
  font-weight: 600;
  color: #000000d9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.title .btn-today[data-v-456efec5] {
  font-size: 12px;
  font-weight: 400;
}
.title .btn-today[data-v-456efec5]:hover {
  text-decoration: underline;
}
.events[data-v-456efec5] {
  padding: 24px 24px 0;
  border-top: 1px solid #e9e9e9;
  margin-inline: -24px;
  margin-top: 20px;
}
.events .event[data-v-456efec5] {
  background: #f6f7ff;
  padding: 16px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.events .event a[data-v-456efec5],
.events .event b[data-v-456efec5] {
  color: #0041DC;
  font-size: 14px;
  font-weight: 400;
}
.events .title[data-v-456efec5] {
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.events .title span[data-v-456efec5] {
  color: #a4a4a4;
}
.events .content[data-v-456efec5] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #a4a4a4;
  font-size: 12px;
}
[data-v-456efec5] .ant-fullcalendar-value {
  color: #1d2129;
  border-radius: 100%;
  margin-bottom: 25px;
}
[data-v-456efec5] .ant-fullcalendar-selected-day .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value[data-v-456efec5] {
  color: #fff;
}
[data-v-456efec5] .ant-fullcalendar-last-month-cell .ant-fullcalendar-value,
.ant-fullcalendar-next-month-btn-day .ant-fullcalendar-value[data-v-456efec5] {
  color: #c9cdd4;
}
[data-v-456efec5] .ant-fullcalendar-calendar-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
}
[data-v-456efec5] .ant-fullcalendar-column-header .ant-fullcalendar-column-header-inner {
  margin-bottom: 30px;
}

.work[data-v-bc25fa3c] {
  padding-bottom: 16px;
}
.container .content .left-content .remain[data-v-bc25fa3c] {
  background: #ffffff;
  padding: 0 24px 16px;
}
.container .content .left-content .remain h3[data-v-bc25fa3c] {
  font-size: 16px;
  line-height: 56px;
}
.container .content .left-content .remain .gutter-box[data-v-bc25fa3c] {
  background: #fafafa;
  height: 80px;
  display: flex;
  padding: 0 24px;
  cursor: pointer;
}
.container .content .left-content .remain .gutter-box img[data-v-bc25fa3c] {
  width: 32px;
  height: 32px;
  margin-top: 24px;
}
.container .content .left-content .remain .gutter-box .gutter[data-v-bc25fa3c] {
  flex: 1;
}
.container .content .left-content .remain .gutter-box .gutter .num[data-v-bc25fa3c] {
  margin-top: 13px;
  font-size: 24px;
  font-weight: 500;
  color: #303132;
  line-height: 32px;
  text-align: right;
}
.container .content .left-content .remain .gutter-box .gutter .text[data-v-bc25fa3c] {
  font-size: 12px;
  color: #303132;
  line-height: 20px;
  text-align: right;
}
.container .content .right-content[data-v-bc25fa3c] {
  padding-left: 15px;
}
.container .content .right-content .notice-content[data-v-bc25fa3c] {
  background: #ffffff;
  padding: 0 22px;
  overflow: hidden;
}
.container .content .right-content .notice-content .notice-header[data-v-bc25fa3c] {
  line-height: 56px;
}
.container .content .right-content .notice-content .notice-header h3[data-v-bc25fa3c] {
  float: left;
  font-size: 16px;
  margin-bottom: 0;
}
.container .content .right-content .notice-content .notice-header span[data-v-bc25fa3c] {
  font-size: 12px;
  float: right;
  color: #919498;
  cursor: pointer;
}
.container .content .right-content .notice-content ul[data-v-bc25fa3c] {
  margin-bottom: 13px;
}
.container .content .right-content .notice-content ul li[data-v-bc25fa3c] {
  border-top: 1px solid #f0f0f0;
  padding-top: 8px;
}
.container .content .right-content .notice-content ul li .text[data-v-bc25fa3c] {
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.container .content .right-content .notice-content ul li .time[data-v-bc25fa3c] {
  font-size: 12px;
  color: #919498;
  line-height: 32px;
}
.container .content .right-content .quick-content[data-v-bc25fa3c] {
  background: #ffffff;
  padding: 0 24px;
  margin-top: 15px;
}
.container .content .right-content .quick-content h3[data-v-bc25fa3c] {
  font-size: 16px;
  line-height: 60px;
  margin-bottom: 0;
}
.container .content .right-content .quick-content .gutter-box[data-v-bc25fa3c] {
  background: #fafafa;
  border-radius: 2px;
  padding-top: 24px;
  padding-bottom: 18px;
  margin-bottom: 16px;
  cursor: pointer;
}
.container .content .right-content .quick-content .gutter-box img[data-v-bc25fa3c] {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto;
}
.container .content .right-content .quick-content .gutter-box div[data-v-bc25fa3c] {
  margin-top: 13px;
  font-size: 14px;
  text-align: center;
}
.remain-gutter-box[data-v-bc25fa3c] {
  position: relative;
}
.renew-immediately-tips[data-v-bc25fa3c] {
  border-radius: 2px;
  background: #f0f6ff;
  border: 1px solid #cce1ff;
  margin-top: 24px;
  padding: 10px;
  overflow: hidden;
  line-height: 32px;
}
.renew-immediately-tips .ant-btn[data-v-bc25fa3c] {
  float: right;
}
.tip-title[data-v-bc25fa3c] {
  font-size: 16px;
  font-weight: 600;
  color: #191919;
}
.tip-title .warning-tip[data-v-bc25fa3c] {
  color: #ed7b2f;
}
.tip-content[data-v-bc25fa3c] {
  font-size: 14px;
  line-height: 22px;
  color: #191919;
}
.tip-content .blue-tip[data-v-bc25fa3c] {
  color: #3a7fff;
}
.tip-content .info-tip[data-v-bc25fa3c] {
  color: #666666;
}
.quick-access[data-v-bc25fa3c] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.quick-access li[data-v-bc25fa3c] {
  width: 15%;
  height: 84px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  padding-inline: 26px;
  font-size: 16px;
  flex-grow: 1;
  margin: 0 5px;
  cursor: pointer;
  font-weight: 700;
}
.quick-access li img[data-v-bc25fa3c] {
  margin-right: 12px;
  width: 32px;
  border-radius: 4px;
}
.quick-access li[data-v-bc25fa3c]:first-child {
  margin-left: 0;
}
.quick-access li[data-v-bc25fa3c]:last-child {
  margin-right: 0;
}
.work-layout[data-v-bc25fa3c] {
  display: flex;
  width: 100%;
  gap: 14px;
}
.work-layout .main[data-v-bc25fa3c] {
  flex-shrink: 1;
  flex-grow: 1;
  min-width: 0;
}
.work-layout .calendar[data-v-bc25fa3c] {
  flex-grow: 0;
  flex-shrink: 0;
}
[data-v-bc25fa3c] .ant-card-head-title {
  font-weight: 600;
}


.de-tip-wrapper {
.ant-modal-body {
    background-color: red !important;
    background: linear-gradient(180deg, #e8efff 0%, #ffffff 100%);
    box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.08), 0px 16px 24px 2px rgba(0, 0, 0, 0.04),
      0px 6px 30px 5px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}
}

.alert ul[data-v-488e4b0c] {
  padding: 0px 24px;
}
.alert li[data-v-488e4b0c] {
  height: 22px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
  margin-bottom: 8px;
  list-style-type: disc;
}
.alert .tips[data-v-488e4b0c] {
  background: #f0f6ff;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  border: 1px solid #cce1ff;
  padding: 16px 19px;
}
.alert .tips h2[data-v-488e4b0c] {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #303132;
}
.alert .tips h2 .tian[data-v-488e4b0c] {
  color: #1890ff;
}
.alert .tips p[data-v-488e4b0c] {
  padding-left: 20px;
}
.alert .tips p img[data-v-488e4b0c] {
  text-align: center;
  margin-top: 20px;
  width: 100px;
}
.alert .tips .imgs[data-v-488e4b0c] {
  text-align: center;
}


[data-v-66ec54fb] .ant-calendar-picker {
  width: 240px;
}
[data-v-66ec54fb] .ant-tag-blue {
  border-color: #ff6b38;
  color: #ff6b38;
  background-color: rgba(255, 114, 13, 0.1);
}
[data-v-66ec54fb] .ant-select-dropdown-menu {
  padding-left: 0;
}
.reset[data-v-66ec54fb] {
  margin-left: 12px;
}
.me-w190[data-v-66ec54fb] {
  width: 190px;
}
.me-page-search[data-v-66ec54fb]  .ant-form-item label {
  min-width: 70px;
  display: inline-block;
}
.me-table-button[data-v-66ec54fb] {
  position: relative;
  top: -1px;
  margin-left: 8px;
}

.common-title[data-v-030e15d4] {
  background: #ffffff;
  padding: 16px 25px;
  font-weight: 400;
  color: #515a6e;
  font-size: 14px;
}
.textStyle[data-v-030e15d4] {
  text-indent: 2em;
  line-height: 35px;
}
.pay-box[data-v-030e15d4] {
  position: fixed;
  bottom: 0;
  right: 24px;
  background: #ffffff;
  border-radius: 20px 20px 0px 0px;
  align-items: center;
  width: calc(100% - 238px);
  display: flex;
  flex-wrap: nowrap;
  padding: 5px 20px 5px 40px;
  min-height: 74px;
  z-index: 1;
}
.pay-box .service-left[data-v-030e15d4] {
  flex: auto;
}
.pay-box .price-right[data-v-030e15d4] {
  flex: 0 1 auto;
  position: relative;
  padding-right: 124px;
}
.pay-box-width[data-v-030e15d4] {
  right: 23px;
  width: calc(100% - 230px);
}
.container[data-v-030e15d4] {
  box-sizing: border-box;
  margin-bottom: 7px;
  border-radius: 2px;
}
.container .infoTb[data-v-030e15d4] {
  padding-bottom: 90px;
}
.alertdiv[data-v-030e15d4] .ant-modal-footer div button:first-child {
  display: none;
}
.isCollapsed .pay-box[data-v-030e15d4] {
  width: calc(100% - 121px);
}
.renewal-tips-info[data-v-030e15d4] {
  border-radius: 2px;
  background: #f0f6ff;
  border: 1px solid #cce1ff;
}
.searchForm-box[data-v-030e15d4] {
  background: #fff;
  margin-bottom: 16px;
}
.searchForm-box[data-v-030e15d4] .ant-form-item {
  margin-top: 12px;
}
.renewal-content[data-v-030e15d4] {
  background: #fff;
  padding: 16px;
  min-height: calc(100vh - 428px);
}
.remaining-service-time-box[data-v-030e15d4] {
  border-bottom: 1px solid #f0f0f0;
  min-height: 55px;
  line-height: 55px;
}
.remaining-service-time-box span[data-v-030e15d4] {
  color: #303132;
  display: inline-block;
  font-size: 14px;
  height: 54px;
  line-height: 54px;
  margin-left: 24px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
.remaining-service-time-box span[data-v-030e15d4]:first-child {
  margin-left: 0;
}
.remaining-service-time-box .current[data-v-030e15d4] {
  color: #0041DC;
  border-bottom: 2px solid #0041DC;
}
.expiration-time[data-v-030e15d4] b {
  display: inline-block;
  font-weight: normal;
  background: #fff7e6;
  border-radius: 2px;
  color: #fa8c16;
  padding: 2px 5px;
  margin-left: 5px;
}
.expiration-time[data-v-030e15d4] .tag-expired {
  color: #fe714f;
  background: none;
}
.expiration-time[data-v-030e15d4] .tag-blue {
  color: #1890ff;
  background: #e6f7ff;
}
.expiration-time[data-v-030e15d4] .tag-grey {
  color: #919498;
  background: #f5f5f5;
}
.renew-immediately[data-v-030e15d4] {
  cursor: pointer;
  color: #0041DC;
}
.discount-tips[data-v-030e15d4] {
  color: #ff5f61;
  border: 1px solid #ff5f61;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-inline: 5px;
}
.discount-icon[data-v-030e15d4] {
  width: 18px;
  position: relative;
  top: 3px;
}
.export-renewal-list[data-v-030e15d4] {
  margin-left: 16px;
}
.export-renewal-list img[data-v-030e15d4] {
  width: 16px;
  position: relative;
  top: 3px;
  margin-right: 2px;
}
.payPrice-box[data-v-030e15d4] {
  color: #ff4839;
}
.payPrice-box span[data-v-030e15d4] {
  font-size: 24px;
}
.totalPrice-box[data-v-030e15d4] {
  color: #919498;
}
.selected-rows-num[data-v-030e15d4] {
  font-size: 14px;
  color: #606266;
}
.payPrice-btn[data-v-030e15d4] {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 80px;
  height: 36px;
  background: linear-gradient(313deg, #faad14 0%, #fac714 100%);
  border-radius: 2px;
  border: none;
  font-size: 16px;
}
.spce-modal .vert-top[data-v-030e15d4] {
  vertical-align: top;
  min-width: 130px;
  max-width: 160px;
  display: inline-block;
}
.spce-modal[data-v-030e15d4] .ant-radio-group {
  margin-right: 15px;
}
.spce-modal[data-v-030e15d4] .ant-radio-button-wrapper {
  margin-right: 20px;
  margin-bottom: 10px;
  border-left: 1px solid #d9d9d9;
}
.spce-modal[data-v-030e15d4] .ant-radio-button-wrapper:not(:first-child)::before {
  width: 0;
}
.spce-modal .ant-radio-button-wrapper-checked[data-v-030e15d4]:not(.ant-radio-button-wrapper-disabled) {
  border-left: 1px solid #1890ff;
  color: #fff;
  background: #1890ff;
}
.seller-growth-vat .pay-box[data-v-030e15d4] {
  width: calc(100% - 248px);
}
.seller-growth-vat .renewal-content[data-v-030e15d4] {
  min-height: calc(100vh - 435px);
}
.seller-growth-vat .remaining-service-time-box .current[data-v-030e15d4] {
  color: #f6b417;
  border-bottom: 2px solid #f6b417;
}
.renewed-years[data-v-030e15d4] {
  color: #919498;
}
.img-wrap[data-v-030e15d4] {
  width: 100px;
  height: 100px;
  margin-top: 10px;
}
.spec-alert[data-v-030e15d4] {
  margin-bottom: 24px;
}
.spec-title[data-v-030e15d4] {
  font-size: 14px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.spec-title .spec-content[data-v-030e15d4] {
  color: rgba(0, 0, 0, 0.9);
}
.check-item-group[data-v-030e15d4] {
  display: block !important;
}
.check-item[data-v-030e15d4] {
  border: 1px solid #f5f7fa !important;
  background-color: #f5f7fa !important;
  padding: 9px 16px;
  line-height: 22px;
  height: auto;
  width: 100%;
  color: rgba(0, 0, 0, 0.65) !important;
}
.check-item.check-active[data-v-030e15d4],[data-v-030e15d4] .check-item.ant-radio-button-wrapper-checked {
  border: 1px solid #0041DC !important;
  background-color: #f0f6ff !important;
}
[data-v-030e15d4] .check-item.ant-checkbox-wrapper-disabled {
  cursor: pointer !important;
}
[data-v-030e15d4] .check-item.ant-checkbox-wrapper-disabled .ant-checkbox-disabled {
  cursor: pointer !important;
}
[data-v-030e15d4] .check-item.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #0041DC !important;
  border-color: #0041DC !important;
}
[data-v-030e15d4] .check-item.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #fff;
}
.check-item[data-v-030e15d4] .ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.65) !important;
}
.price-wrapper[data-v-030e15d4] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 24px;
}
.price-wrapper .renew-price[data-v-030e15d4] {
  font-size: 24px;
  color: #e81e19;
  margin-left: 16px;
}
[data-v-030e15d4] .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin: 0;
  margin-top: 16px;
}
[data-v-030e15d4] .ant-alert-info {
  background: #f0f6ff;
  border: none;
  font-size: 14px;
}
[data-v-030e15d4] .ivu-tooltip-inner {
  white-space: pre-wrap;
}
[data-v-030e15d4] .ant-alert-message {
  color: red;
}

.ivu-modal-footer .footerBt1[data-v-59547090] {
  width: 80px;
}
.footerBox[data-v-59547090] {
  padding: 20px 0;
  margin-right: 12px;
}
.title[data-v-59547090] {
  font-size: 14px;
  font-family: "PingFangSC-Medium,PingFang SC";
  font-weight: 500;
  color: #303033;
}
.subTitle[data-v-59547090] {
  font-size: 12px;
  font-family: "PingFangSC-Regular,PingFang SC";
  font-weight: 400;
  color: #939399;
}
.engBox[data-v-59547090] {
  width: 445px;
  height: 155px;
  margin: auto;
  background-color: #f6f6f6;
  padding: 22px;
}
[data-v-59547090] .ivu-input-icon-validate,
.ivu-form-item-validating .ivu-input-icon-validate[data-v-59547090] {
  display: none;
}
[data-v-59547090] .ivu-input-prefix {
  line-height: 32px;
}
[data-v-59547090] .ivu-form-item {
  margin-bottom: 20px;
}
[data-v-59547090] .ivu-form .ivu-form-item-label {
  font-size: 12px;
}

.uploadBox[data-v-48533fb6] .ivu-upload.ivu-upload-select {
  border: 1px dashed #dcdee2;
  text-align: center;
  margin-bottom: 10px;
  width: 380px;
  height: 195px;
  margin-left: 102px;
}
[data-v-48533fb6] .ivu-upload-list {
  width: 380px;
  margin-left: 102px;
}
.modal-title[data-v-48533fb6] {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 14px;
  margin-bottom: 24px;
}
[data-v-48533fb6] .ivu-modal-header {
  display: none;
}
.fileType-tip[data-v-48533fb6] {
  font-size: 12px;
  color: #999999;
  margin-top: 4px;
}
.tax-info-name[data-v-48533fb6] {
  display: inline-block;
  min-width: 98px;
  font-size: 16px;
  font-family: PingFangSC;
  color: #666666;
  line-height: 26px;
  text-align: right;
  margin-right: 16px;
}
.tax-info-value[data-v-48533fb6] {
  font-size: 16px;
  font-family: 'PingFangSC-Medium,PingFang SC';
  font-weight: 500;
  color: #333333;
  line-height: 26px;
}
.tax-info-value a[data-v-48533fb6] {
  color: #16ade9;
}
.tax-info-value img[data-v-48533fb6] {
  vertical-align: middle;
  margin-right: 5px;
}
.baseInfo[data-v-48533fb6] {
  margin: 22px 0 12px 0;
}
.reject-reason[data-v-48533fb6] {
  padding: 4px 16px;
  background-color: #fff1dd;
  font-size: 20px;
  margin-bottom: 18px;
}
.reject-reason span.icon[data-v-48533fb6] {
  font-size: 20px;
  width: 20px;
  height: 20px;
  background-color: #d72323;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-weight: 600px;
  margin-right: 6px;
}
.reject-reason span.reason[data-v-48533fb6] {
  color: #d72323;
}

.mainContent[data-v-77d1a0b3] {
  color: #626266;
}
.content[data-v-77d1a0b3] {
  padding: 10px 16px 0px 30px;
}
.content .title[data-v-77d1a0b3] {
  font-size: 18px;
  color: #16ade9;
}
.content p[data-v-77d1a0b3] {
  margin: 20px 0;
  font-size: 16px;
}
.content p span[data-v-77d1a0b3] {
  color: #16ade9;
}
.content .count-info[data-v-77d1a0b3] {
  margin-top: 30px;
}
.content .accountInfo[data-v-77d1a0b3] {
  background: #eff9ffff;
  padding: 10px 24px;
  position: relative;
}
.content .accountInfo p[data-v-77d1a0b3] {
  margin: 4px 0px;
}
.content .accountInfo .cobyOrderSn[data-v-77d1a0b3] {
  position: absolute;
  right: 24px;
  top: 10px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #16ade9;
  width: 74px;
  height: 26px;
  font-size: 12px;
  font-family: PingFangSC;
  color: #16ade9;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
}

.footerBt1[data-v-512314d2] {
  width: 90px;
  margin: 0 0 58px 80px;
}
[data-v-512314d2] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner span,
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner > .ivu-steps-icon[data-v-512314d2] {
  color: #2d8cf0 !important;
}
.stepGroup[data-v-512314d2] {
  border-right: 1px solid #f2f2f2;
  padding-right: 15px;
  min-height: 300px;
  width: 176px;
}
.stepOne[data-v-512314d2] {
  margin-left: 38px;
}
.stepOne .wramTips[data-v-512314d2] {
  font-size: 12px;
  font-family: "MicrosoftYaHei";
  color: #ababb3;
}
.stepOne .countryImg[data-v-512314d2] {
  width: 20px;
  vertical-align: sub;
}
.stepTwo[data-v-512314d2] {
  margin-left: 15px;
  max-width: 400px;
  margin-bottom: 20px;
}
.stepTwo .littleStip[data-v-512314d2] {
  font-size: 12px;
  font-family: "MicrosoftYaHei";
  color: #ababb3;
  line-height: 12px;
}
.stepTwo .priceContent[data-v-512314d2] {
  margin-top: 20px;
  color: #939399;
}
.stepTwo .priceContent .priceBox[data-v-512314d2] {
  width: 112px;
  height: 112px;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  text-align: center;
  padding: 32px 12px;
  cursor: pointer;
  margin: 0 10px 10px 0;
}
.stepTwo .priceContent .priceBox .price[data-v-512314d2] {
  font-size: 24px;
  font-family: "PingFangSC-Medium,PingFang SC";
  font-weight: 500;
}
.stepTwo .priceContent .priceBox .price span[data-v-512314d2] {
  font-size: 12px;
}
.stepTwo .priceContent .priceBox .productName[data-v-512314d2] {
  margin-top: 10px;
  font-size: 12px;
}
.stepTwo .priceContent .blue[data-v-512314d2] {
  border-color: #16ade9;
  color: #16ade9;
}
.stepTwo .coupon[data-v-512314d2] {
  margin-top: 14px;
}
.stepTwo .coupon .checkBoxs[data-v-512314d2] {
  display: block;
  font-size: 12px;
}
.stepTwo .coupon[data-v-512314d2] :nth-child(1) {
  color: #ababb3;
}
.stepTwo .coupon[data-v-512314d2] :nth-child(2) {
  color: #626266;
  margin-top: 10px;
  padding-bottom: 16px;
}
.stepTwo .coupon :nth-child(2) span[data-v-512314d2] {
  color: #16ade9;
  cursor: pointer;
}
.stepTwo .payType[data-v-512314d2] {
  font-size: 12px;
  line-height: 32px;
}
.stepTwo .payType .typeBox[data-v-512314d2] {
  width: 94px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  margin-left: 10px;
  cursor: pointer;
}
.stepTwo .payType .typeBox img[data-v-512314d2] {
  margin-bottom: -3px;
  padding-right: 3px;
  margin-left: 20px;
}
.stepTwo .payType .active[data-v-512314d2] {
  border-color: #16ade9;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAB8UlEQVQ4T6WUzWsTURTFz3mZmfZliJ1JZ2jEj9q1QivoSiHWf0DElTWbRu1CWgVpESrtoruC1LWrQheio9CFuvADEcXgRty4EBEGDEhCJa0VpE3aPJnURpM4SqZ3++77cc659z1ip7VQMB3Jq6CyuSOWl5eu0LIEZxS5KzLM9kpdQqxnBMV1ArsDUZFg5ryfkon4EKAuC7J3213bMNfzU6DMgrxAou/PmNqCWYu+pW3GswRGm0Ht2dwK+zwpxgHUrbWvbC4v3f36CMhxAnvDNuD/Nr33hhNzx4RSk4oMdin0zr9hXl46NC6RmAIR7FFD/3HXwMEuDbc+/aiJDYfVMtJHCEz/TVG/peHJySSeFtaRyX0Lh1mLy5ZeWctAiGtDfZ17Pq5u8m2pUo/qaLeOh2kbL4plnMutYENtHbUoM28Xe6RezQghxoKp3TlmYbDHQPpZCR9WN3AkqePRCRtvvlZw6uVywywaYKbnp+IxmQVwkeCBoFPGiAdpG4csDRPvvuPG4QSeF8s4+3qlZah1mDXvW1oifCEfD9oYsHXklso4/aoV9NvmXF529xrDApggUFPUXIYgzuzrwN3Pa6j+yqi5h1gomG6nGkZMTG6//qjfEp37xWkBdQVkMipEKVSh1BKde4WbFBwloEWGAV+g1OxPX2SBnIcmWXEAAAAASUVORK5CYII=) no-repeat;
  background-position: right bottom;
}
.stepTwo .payBox[data-v-512314d2] {
  font-size: 12px;
  color: #626266;
  position: relative;
  width: 380px;
}
.stepTwo .payBox .yellow[data-v-512314d2] {
  color: #fb7616;
}
.stepTwo .payBox .payPrice[data-v-512314d2] {
  font-size: 24px;
}
.stepTwo .payBox .yang[data-v-512314d2] {
  font-size: 14px;
}
.stepTwo .payBox .buttoms[data-v-512314d2] {
  position: absolute;
  right: 0;
  bottom: 0;
}
.stepTwo .payBox .footerBt2[data-v-512314d2] {
  margin-right: 15px;
}
#qrcode[data-v-512314d2] {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #f5f6f7;
  z-index: 999;
}
[data-v-512314d2] .qrcode-container {
  position: relative;
  background: #fff;
  width: 49%;
  height: 72%;
  max-height: 550px;
  margin: 0 auto;
  margin-top: 59px;
  min-height: 548px;
}
[data-v-512314d2] .qrcode-container /deep/ .qrcode-title {
  color: #313233;
  font-size: 16px;
  background: #f5f6f7;
  height: 40px;
  border-bottom: 5px solid #d8c7a1;
}
[data-v-512314d2] .qrcode-container /deep/ .qrcode-title .close {
  float: right;
  width: 60px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #626466;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
}
[data-v-512314d2] .qrcode-container .price {
  margin-top: 99px;
  text-align: center;
}
[data-v-512314d2] .qrcode-container .price span {
  color: #ff6652;
  font-size: 26px;
}
[data-v-512314d2] .qrcode-container .price-name {
  color: #626466;
  font-size: 14px;
  text-align: center;
}
[data-v-512314d2] .qrcode-container .qrcode-img {
  text-align: center;
  width: 210px;
  padding: 5px;
  border: 1px solid #dddddd;
  margin: 0 auto;
  margin-top: 25px;
}
[data-v-512314d2] .qrcode-container .qrcode-content-text {
  text-align: center;
  padding: 10px 0px 5px 0px;
}
.copy[data-v-512314d2] {
  color: #6e6e6e;
  font-size: 12px;
  text-align: center;
  margin-top: 80px;
}
.formContent[data-v-512314d2] {
  width: 500px;
}
[data-v-512314d2] .ivu-checkbox-group-item {
  min-width: 100px;
}
[data-v-512314d2] .ivu-form-item {
  min-width: 358px !important;
  margin-top: 12px;
}
[data-v-512314d2] .ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner {
  border-color: #fc9153;
  background-color: #fc9153;
}
[data-v-512314d2] .ivu-steps-head-inner {
  margin-left: 12px;
}
[data-v-512314d2] .ivu-steps-item.ivu-steps-status-process .ivu-steps-title {
  color: #fc9153;
}
[data-v-512314d2] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner span,
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner > .ivu-steps-icon[data-v-512314d2] {
  color: #fc9153 !important;
}
[data-v-512314d2] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner {
  border-color: #fc9153;
}
[data-v-512314d2] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-tail > i:after {
  background: #fc9153;
}
[data-v-512314d2] .ivu-steps-tail {
  left: 25px;
  height: 75px;
}
[data-v-512314d2] .ivu-modal-header-inner {
  font-weight: bold;
  font-size: 15px;
  margin-left: 10px;
}
[data-v-512314d2] .ivu-steps .ivu-steps-title {
  font-size: 12px;
}
[data-v-512314d2] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-title {
  color: #fc9153;
}
[data-v-512314d2] .ivu-steps-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
[data-v-512314d2] .v-transfer-dom {
  display: none;
}

.title[data-v-3822e000] {
  background: #ffffff;
  border-bottom: none;
  padding-left: 15px;
  color: #333333;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #f6f6f6;
}
.title[data-v-3822e000]::before {
  content: "";
  border-left: 2px solid #16ade9;
  width: 2px;
  height: 9px;
  padding-left: 15px;
}
[data-v-3822e000] .ivu-modal-body {
  padding: 16px 0px;
}
.content .companyTax[data-v-3822e000] {
  background: #ffffff;
  padding: 20px 30px 0px;
}
.content .companyTax[data-v-3822e000] .ivu-row {
  height: 50px;
}
.content .tableBox table[data-v-3822e000] {
  padding: 10px;
}
.content .english[data-v-3822e000] {
  font-weight: bold;
  font-size: 12px;
  color: #666666;
  line-height: 13px;
  height: 100%;
  position: relative;
  margin-bottom: 29px;
  padding-top: 10px;
  text-align: left;
}
.content .english .chinese[data-v-3822e000] {
  position: absolute;
  top: 28px;
  left: 0px;
}
.content .english .rightWord[data-v-3822e000] {
  font-size: 12px;
  color: #16ade9;
  line-height: 13px;
  margin-left: 15px;
}
.content .chinese[data-v-3822e000] {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.content .tableBox table .header[data-v-3822e000] {
  background: #f6f6f6;
}
.content .tableBox table th[data-v-3822e000],
.content .tableBox table td[data-v-3822e000] {
  padding-left: 18px;
}
.content .tableBox table th button[data-v-3822e000],
.content .tableBox table td button[data-v-3822e000] {
  margin-top: 5px;
}

.taxBox[data-v-2c5f157f] {
  font-size: 12px;
}
.baseInfo[data-v-2c5f157f] {
  margin: 22px 0 12px 0;
}
.baseInfo1[data-v-2c5f157f] {
  margin-bottom: 12px;
}
.upload[data-v-2c5f157f] {
  font-size: 12px;
  color: #019dfa;
  cursor: pointer;
}
.footer[data-v-2c5f157f] {
  text-align: center;
  padding: 26px 0;
}
.uploadFile[data-v-2c5f157f] {
  text-align: center;
}
.uploadFile .uploadBtn[data-v-2c5f157f] {
  width: 350px;
}
[data-v-2c5f157f] .ivu-modal-header-inner {
  color: #303033 !important;
}
[data-v-2c5f157f] .ivu-table th {
  background-color: #f2f2f2;
  font-weight: 400;
  font-family: "MicrosoftYaHei";
}
[data-v-2c5f157f] .ivu-table {
  font-size: 12px;
  color: #626266;
}
[data-v-2c5f157f] .ivu-modal {
  width: 750px;
}
[data-v-2c5f157f] .ivu-col-span-12 {
  line-height: 26px;
}

.title[data-v-6406c92e] {
  background: #ffffff;
  border-bottom: none;
  padding-left: 15px;
  color: #333333;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #f6f6f6;
  font-size: 16px;
}
.content[data-v-6406c92e] .ivu-row {
  margin: 10px 0px;
}
.content .companyTax[data-v-6406c92e] {
  background: #ffffff;
  padding: 10px 15px;
}
.content .subtitle[data-v-6406c92e] {
  color: #333333;
  padding: 10px 15px 6px;
  font-size: 14px;
  border-top: 1px solid #f6f6f6;
  font-family: PingFangSC-Medium, Microsoft YaHei PingFang SC;
  font-weight: 500;
}
.content .tableBox table[data-v-6406c92e] {
  padding: 10px;
}
.content .tableBox table th[data-v-6406c92e],
.content .tableBox table td[data-v-6406c92e] {
  font-size: 12px;
  min-height: 40px;
  color: #333333;
  text-align: center;
}
.content .tableBox table th[data-v-6406c92e] {
  padding: 10px;
  background: rgba(22, 173, 233, 0.2);
}
.content .tableBox table td[data-v-6406c92e] {
  padding: 5px;
}
.content .tableBox table td input[data-v-6406c92e] {
  width: 100px;
  margin-left: 0px;
  padding: 3px;
  border: none;
}
.content .tableBox table tr[data-v-6406c92e] {
  border-bottom: 1px solid #eeeeee;
}
.content .tableBox table .text-left[data-v-6406c92e] {
  text-align: left;
}
.content .tableBox table .money[data-v-6406c92e] {
  padding-left: 15px;
}
.content .english[data-v-6406c92e] {
  font-size: 14px;
  color: #666666;
  line-height: 13px;
  height: 100%;
  position: relative;
  padding-top: 10px;
  text-align: left;
}
.content .english .chinese[data-v-6406c92e] {
  position: absolute;
  top: 28px;
  left: 0px;
}
.content .english .rightWord[data-v-6406c92e] {
  font-size: 14px;
  color: #333333;
  line-height: 13px;
  font-family: 'PingFangSC', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.content .chinese[data-v-6406c92e] {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.content .tableBox table .header[data-v-6406c92e] {
  background: #f6f6f6;
}
.footer[data-v-6406c92e] {
  margin: 10px 0px 20px;
}
.footer p[data-v-6406c92e] {
  color: #ed3e3e;
  font-size: 12px;
  text-align: center;
  padding: 0px 20px;
}
.footer .remind[data-v-6406c92e] {
  text-align: left;
}
.footerBtn[data-v-6406c92e] {
  text-align: center;
  margin-bottom: 10px;
}
.footerBtn p[data-v-6406c92e] {
  font-size: 14px;
  line-height: 14px;
}
.check[data-v-6406c92e] {
  cursor: pointer;
}
[data-v-6406c92e] .ivu-form-item {
  margin-bottom: 0;
}

.taxBox[data-v-f40c980e] {
  font-size: 12px;
}
.baseInfo[data-v-f40c980e] {
  margin: 22px 0 12px 0;
}
.baseInfo1[data-v-f40c980e] {
  margin-bottom: 12px;
}
.upload[data-v-f40c980e] {
  font-size: 12px;
  color: #019dfa;
  cursor: pointer;
}
.footer[data-v-f40c980e] {
  text-align: center;
  padding: 26px 0;
}
.uploadFile[data-v-f40c980e] {
  text-align: center;
}
.uploadFile .uploadBtn[data-v-f40c980e] {
  width: 350px;
}
[data-v-f40c980e] .ivu-modal-header-inner {
  color: #303033 !important;
}
[data-v-f40c980e] .ivu-table th {
  background-color: #f2f2f2;
  font-weight: 400;
  font-family: 'MicrosoftYaHei';
}
[data-v-f40c980e] .ivu-table {
  font-size: 12px;
  color: #626266;
}
[data-v-f40c980e] .ivu-modal {
  width: 750px;
}
.check[data-v-f40c980e] {
  cursor: pointer;
  color: #019dfa;
}

h4[data-v-38de53a7] {
  text-align: center;
  font-size: 20px;
  color: #ff5050;
  font-weight: bold;
  margin-bottom: 20px;
}
[data-v-38de53a7] .color-red {
  color: #ff5050;
}
[data-v-38de53a7] p {
  line-height: 1.3;
  margin-bottom: 10px;
}
[data-v-38de53a7] p:last-child {
  margin-bottom: 0;
}

.page[data-v-dc0180b0] {
  padding-left: 57px;
  padding-bottom: 100px !important;
}
.step5[data-v-dc0180b0]  .ivu-radio-wrapper .ivu-radio {
  margin-top: 0 !important;
  margin-right: 10px;
}
.step5[data-v-dc0180b0]  .ivu-radio-wrapper {
  min-width: 70px;
}
.cutting[data-v-dc0180b0] {
  height: 1px;
  margin: 32px 0 48px;
  background-color: #e3e3e3;
}
.box[data-v-dc0180b0] {
  padding: 24px 32px;
  background: #f5f7fa;
  margin-bottom: 1px;
}
.buy-wrap[data-v-dc0180b0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.buy-wrap > div:nth-child(1) span[data-v-dc0180b0]:nth-child(2) {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.buy-wrap > div:nth-child(1) span[data-v-dc0180b0]:nth-child(3) {
  color: #ed7b2f;
  font-size: 16px;
}
.buy-wrap > div:nth-child(1) span[data-v-dc0180b0]:nth-child(4) {
  color: #3a7fff;
}
.buy-wrap > div:nth-child(1) span[data-v-dc0180b0]:nth-child(5) {
  color: #3a7fff;
}
.buy-wrap > div[data-v-dc0180b0]:nth-child(1) .ant-checkbox + span {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.buy-wrap > div[data-v-dc0180b0]:nth-child(1) .ant-checkbox {
  transform: scale(1.2);
  top: -3px;
}
.buy-wrap > div:nth-child(1).no[data-v-dc0180b0] {
  color: rgba(0, 0, 0, 0.26);
}
.buy-wrap > div:nth-child(1).no[data-v-dc0180b0] .ant-checkbox + span {
  color: rgba(0, 0, 0, 0.26);
}
.buy-wrap > div:nth-child(1).no span[data-v-dc0180b0]:nth-child(3) {
  color: rgba(0, 0, 0, 0.26);
}
.buy-wrap > div:nth-child(1).no span[data-v-dc0180b0]:nth-child(4) {
  color: rgba(0, 0, 0, 0.26);
}
.buy-wrap > div:nth-child(1).no span[data-v-dc0180b0]:nth-child(5) {
  display: none;
}
.buy-wrap > div[data-v-dc0180b0]:nth-child(2) {
  font-size: 24px;
  color: #ed7b2f;
  display: flex;
  align-items: center;
}
.buy-wrap > div[data-v-dc0180b0]:nth-child(2) .ant-btn {
  border-color: #ed7b2f;
  color: #ed7b2f;
  margin-left: 15px;
}
.buy-wrap > div:nth-child(2).no[data-v-dc0180b0] {
  color: rgba(0, 0, 0, 0.26);
  text-decoration: line-through;
}
.buy-wrap > div:nth-child(2).no[data-v-dc0180b0] .ant-btn {
  border-color: rgba(0, 0, 0, 0.26);
  color: rgba(0, 0, 0, 0.26);
}

.wrap[data-v-6ae642d1] {
  display: flex;
  flex-wrap: wrap;
}
.item[data-v-6ae642d1] {
  width: 50%;
  border: 1px solid rgba(151, 151, 151, 0.1);
}
.item .label[data-v-6ae642d1] {
  display: inline-block;
  width: 378px;
  height: 46px;
  padding-left: 16px;
  line-height: 46px;
  font-size: 14px;
  color: #666666;
  background: #fafafa;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.item .value[data-v-6ae642d1] {
  font-size: 14px;
  padding-left: 16px;
  color: #666666;
  background: #fff;
}


[data-v-fc1dbee2] .total-line {
  background-color: #f0f6ff;
}
[data-v-fc1dbee2] .ant-table-footer {
  background: #f0f6ff;
}

.edit-tooltip .ant-tooltip-inner {
  background-color: #fff !important;
  color: #000;
}
.edit-tooltip .ant-tooltip-arrow::before {
  background-color: #fff;
}

.wrap[data-v-5c49f43a] {
  display: flex;
  position: relative;
  padding: 32px;
  background: #f5f7fa;
}
.wrap[data-v-5c49f43a]  .anchor-wrapper {
  border-right: 1px solid #e7e7e7;
  margin-right: 24px;
  height: calc(100vh - 240px);
  overflow-y: auto;
  background-color: #f5f7fa;
  padding-right: 2px;
}
.wrap[data-v-5c49f43a]  .anchor-wrapper .ant-anchor-ink {
  display: none;
}
.wrap[data-v-5c49f43a]  .anchor-wrapper .ant-anchor-link {
  width: 74px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 24px;
  color: #666;
  padding: 0;
  border-right: 2px solid #f5f7fa;
}
.wrap[data-v-5c49f43a]  .anchor-wrapper .ant-anchor-link-active {
  background-color: #d9e9ff;
  border-right: 2px solid #3a7fff;
}
.table-wrapper[data-v-5c49f43a] {
  height: calc(100vh - 240px);
  overflow-y: auto;
}
.tab-title-button[data-v-5c49f43a] {
  display: inline-block;
  padding: 4px 24px;
  background: #3a7fff;
  color: #fff;
}
.button-total[data-v-5c49f43a] {
  margin-left: 12px;
}
.yican[data-v-5c49f43a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.yican .edit[data-v-5c49f43a] {
  display: flex;
  align-items: center;
  color: #3a7fff;
  cursor: pointer;
  position: relative;
}
.table-th[data-v-5c49f43a] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-th img[data-v-5c49f43a] {
  margin-left: 6px;
}
[data-v-5c49f43a] .ant-table-footer {
  background: #f0f6ff;
}
[data-v-5c49f43a] .ant-table-footer .footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
[data-v-5c49f43a] .ant-table-footer .footer .total-wrapper {
  margin-right: -16px;
  color: #999999;
  white-space: nowrap;
}
[data-v-5c49f43a] .ant-table-footer .footer .total-wrapper > span:not(:last-child) {
  margin-right: 32px;
}
[data-v-5c49f43a] .ant-table-footer .footer > span {
  display: inline-block;
  padding-left: 16px;
}
[data-v-5c49f43a] .ant-table-footer .footer3 > span {
  width: calc((100% - 60px) / 3);
  font-size: 16px;
}
[data-v-5c49f43a] .ant-table-footer .footer4 > span {
  width: calc((100% - 60px) / 4);
  font-size: 16px;
}
.content[data-v-5c49f43a] {
  padding-bottom: 50px;
}
.bottom[data-v-5c49f43a] {
  position: absolute;
  bottom: 0%;
  right: 0;
  left: 0px;
  width: auto;
}
.bottom .btn-wrap[data-v-5c49f43a] {
  padding: 12px 20px;
  border-top: 1px solid #e7e7e7;
  margin-top: 12px;
}
.total-price-wrapper[data-v-5c49f43a] {
  flex: 0 0 312px;
  margin-left: 32px;
  height: 100%;
  padding: 16px 32px;
  font-size: 16px;
  background-color: #d9e9ff;
}
.total-price-wrapper .total-price[data-v-5c49f43a] {
  color: #3a7fff;
  margin: 0 8px;
}
.search-asin-popover[data-v-5c49f43a] {
  position: relative;
}
.search-asin-popover .search-asin-content[data-v-5c49f43a] {
  position: absolute;
  z-index: 1;
}
[data-v-5c49f43a] .disabled-number {
  color: #bdbdbd;
}
[data-v-5c49f43a] .disabled-number .ant-input {
  color: #bdbdbd;
}
.move-table[data-v-5c49f43a]  .ant-table-tbody > tr > td {
  padding: 0 !important;
}
.move-table td > div[data-v-5c49f43a],
.move-table td > span[data-v-5c49f43a] {
  padding: 16px;
}
.invalid-icon[data-v-5c49f43a] {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.question-circle[data-v-5c49f43a] {
  color: #999;
}

.header[data-v-38fd4ea0] {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 12px 24px;
}
.header-title[data-v-38fd4ea0] {
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  font-weight: 600;
}
.content[data-v-38fd4ea0] {
  background-color: #fff;
  margin: 0 24px;
  padding: 48px 48px 0;
  height: calc(100vh - 180px);
  overflow: auto;
}
.content[data-v-38fd4ea0] .page {
  padding: 0 !important;
}

.statusStyle[data-v-96a52a32] {
  width: 80px;
  margin-right: 10px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 5px !important;
}
.infoTb[data-v-96a52a32] .ivu-radio {
  display: none;
}
.country-list[data-v-96a52a32] {
  display: flex;
  margin-top: 5px;
}
.country-list .country-list-left[data-v-96a52a32] {
  width: 140px;
}
[data-v-96a52a32] .ivu-row {
  margin-top: 5px;
}
.tax-info-name[data-v-96a52a32] {
  margin-right: 10px;
}
[data-v-96a52a32] .ivu-select-dropdown-list {
  max-height: 300px !important;
}
.mb-15[data-v-96a52a32] {
  margin-bottom: 15px;
}
.tabs-box[data-v-96a52a32] {
  border-bottom: 1px solid #f6f6f6;
  display: flex;
  margin-top: 20px;
}
.tabs-box div[data-v-96a52a32] {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-right: 42px;
  padding-bottom: 6px;
  cursor: pointer;
}
.tabs-box div.active[data-v-96a52a32] {
  color: #0041DC;
  border-bottom: 2px solid #0041DC;
}
.tabs-box div.active .huibiao[data-v-96a52a32] {
  color: #0041dc !important;
}
.tabs-box div .huibiao[data-v-96a52a32] {
  display: inline-block;
  color: #333;
  text-align: center;
}
.container[data-v-96a52a32] {
  box-sizing: border-box;
  margin-bottom: 7px;
  border-radius: 2px;
}
.container .headContent[data-v-96a52a32] {
  height: 78px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 20px 32px;
}
.container .headContent .top[data-v-96a52a32] {
  margin-bottom: 14px;
}
.container .headContent .top .flink[data-v-96a52a32],
.container .headContent .top .clink[data-v-96a52a32] {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.container .headContent .top .clink[data-v-96a52a32] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.container .headContent .bottom[data-v-96a52a32] {
  font-size: 20px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.container .headContent .bottom span[data-v-96a52a32] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.container .title[data-v-96a52a32] {
  color: #212121;
  font-size: 18px;
  font-weight: bold;
  line-height: 56px;
}
.container .title_wait[data-v-96a52a32] {
  margin: 0px 0 8px 0;
}
.container .title_wait .content[data-v-96a52a32] {
  padding-top: 18px;
}
.container .title_wait .tax-status[data-v-96a52a32] {
  border-bottom: 1px solid rgba(153, 153, 153, 0.16);
}
.container .title_wait .tax-status span.status-item[data-v-96a52a32] {
  display: inline-block;
  width: 149px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: rgba(153, 153, 153, 0.1);
  border-radius: 4px 4px 0px 0px;
  border: 1px solid rgba(153, 153, 153, 0.16);
  color: #666;
  font-size: 14px;
  border-bottom: none;
  margin-right: 4px;
  cursor: pointer;
}
.container .title_wait .tax-status span.status-item .status-count[data-v-96a52a32] {
  color: #ed3e3e;
}
.container .title_wait .tax-status span.status-item.active[data-v-96a52a32] {
  background: #ffffff;
  color: #2db7f5;
}
.container .title_wait .tax-status span.status-item.active .status-count[data-v-96a52a32] {
  color: #2db7f5;
}
.container .line[data-v-96a52a32] {
  border: 1px solid #f5f5f5;
  margin-bottom: 16px;
}
.container .info[data-v-96a52a32] {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.container .info .item img[data-v-96a52a32] {
  width: 102%;
  cursor: pointer;
}
.container .info .item[data-v-96a52a32]:nth-child(1) {
  margin-left: -5px;
}
.container .infoTb[data-v-96a52a32] {
  background-color: #fff;
  border-radius: 2px;
  padding: 12px 24px;
}
.container .flex-center[data-v-96a52a32] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container[data-v-96a52a32] .ivu-tabs-bar {
  margin: 0px;
}
.container[data-v-96a52a32] .ivu-tabs-nav-container:focus .ivu-tabs-tab-focused {
  border-color: #e6e6e6 !important;
}
.container .ivu-tabs[data-v-96a52a32] .ivu-tabs-bar {
  border-color: #f2f2f2;
}
.container .ivu-tabs[data-v-96a52a32] .ivu-tabs-bar .ivu-tabs-tab {
  margin-right: 0px;
}
.container .ivu-tabs[data-v-96a52a32] .ivu-tabs-bar .ivu-tabs-tab:nth-child(2n) {
  border-top-right-radius: 0px;
  background: #f7f7f7;
}
.container .ivu-tabs[data-v-96a52a32] .ivu-tabs-bar .ivu-tabs-tab:nth-child(2n-1) {
  border-top-left-radius: 0px;
}
.container[data-v-96a52a32] .ivu-tabs-nav-container:focus .ivu-tabs-tab-focused:nth-child(2n-1),
.container .ivu-tabs[data-v-96a52a32] .ivu-tabs-bar .ivu-tabs-tab-focused:nth-child(2n-1),
.container .ivu-tabs[data-v-96a52a32] .ivu-tabs-bar .ivu-tabs-tab-active:nth-child(2n-1) {
  border-left-color: #fff !important;
  font-weight: 400;
}
.container[data-v-96a52a32] .ivu-table:before {
  background-color: #f2f2f200;
}
.container[data-v-96a52a32] .ivu-table:after {
  background-color: #f2f2f2;
}
.container .ivu-tabs[data-v-96a52a32] .ivu-table-wrapper {
  margin-bottom: 11px;
  border-color: #f2f2f2;
}
.container .ivu-tabs[data-v-96a52a32] .ivu-table-wrapper tr td {
  color: #3a7fff;
  font-size: 12px;
}
.container[data-v-96a52a32] .ivu-table-tip tr {
  height: 144px;
}
.container .pageSetion[data-v-96a52a32] {
  margin-top: 24px;
}
.container .pageSetion .pagination[data-v-96a52a32] {
  display: inline-block;
  line-height: 20px;
}
.container .pageSetion .totalNum[data-v-96a52a32] {
  font-size: 14px;
  color: #9a9ca1;
}
.container .pageSetion[data-v-96a52a32] .ivu-page-simple .ivu-page-simple-pager input {
  padding: 0;
  margin: 0;
}
.container .pageSetion[data-v-96a52a32] .ivu-page-simple-pager {
  margin-right: 0;
}
.container .no-data[data-v-96a52a32] {
  color: #999999;
}
.container .blue[data-v-96a52a32] {
  color: #3a7fff;
}
.container .danger[data-v-96a52a32] {
  color: red;
}
.container[data-v-96a52a32] .ivu-tabs .ivu-table-wrapper .ivu-table-tip tr td {
  color: #9a9ca1;
}
.container .tbNull[data-v-96a52a32] .ivu-table table {
  border-left: 1px solid #ebebebff;
}
.container .tbNull[data-v-96a52a32] td .ivu-table-cell {
  font-size: 12px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.container .tbNull[data-v-96a52a32] td .ivu-table-cell .grey {
  color: #999999;
}
.container .tbNull[data-v-96a52a32] td .ivu-table-cell .red {
  color: #3a7fff;
}
.container .tbNull[data-v-96a52a32] td .ivu-table-cell .blue {
  color: #3a7fff;
}
.container .tbNull[data-v-96a52a32] td .ivu-table-cell .yellow {
  color: #f79728;
}
.container .tbNull[data-v-96a52a32] td .ivu-table-cell .orange {
  color: #fc9153;
}
.container .tbNull[data-v-96a52a32] td .ivu-table-cell .green {
  color: #5ab187;
}
.container .tbNull .operate[data-v-96a52a32] {
  cursor: pointer;
  font-weight: 500;
  justify-content: center;
}
.container .tbNull .operate img[data-v-96a52a32] {
  width: 11px;
  margin-right: 4px;
  margin-bottom: 2px;
}
.container .tbNull .operate[data-v-96a52a32] .ivu-btn-text {
  color: #3a7fff;
  padding: 0 5px;
  text-align: left;
  background: #fff;
  border-color: #3a7fff;
  margin-right: 10px;
  display: inline-block;
}
.container .tbNull .operate[data-v-96a52a32] .ivu-btn-text span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .tbNull .operate[data-v-96a52a32] .ivu-btn-text img {
  width: 18px;
  height: 18px;
}
.container .tbNull .operate .btF.flex-center[data-v-96a52a32] {
  background: none;
  color: #3a7fff;
  border-color: #3a7fff;
  border: none;
}
.container .tbNull .operate .btF.flex-center img[data-v-96a52a32] {
  width: 18px;
  height: 18px;
}
.container .tbNull .operate .btF.flex-center.btn-red[data-v-96a52a32] {
  color: #ed3e3e;
}
.container .tbNull .operate .btF.flex-center.btn-red i[data-v-96a52a32] {
  font-size: 18px;
}
.container .tbNull .operate .red-button[data-v-96a52a32] {
  color: #ed3e3e;
  border-color: #ed3e3e;
}
.container .tbNull .operate .upload-btn[data-v-96a52a32] {
  border: none;
  border-color: #3a7fff;
  color: #3a7fff;
  background: none;
}
.container .tbNull .operate .upload-btn img[data-v-96a52a32] {
  width: 18px;
  height: 18px;
}
.container .tbNull .operate .btR[data-v-96a52a32] {
  min-width: 124px;
  background: #ed3e3e;
}
.container .tbNull[data-v-96a52a32] th .ivu-table-cell {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.container .tbNull[data-v-96a52a32] .ivu-table {
  color: #333333;
  font-size: 12px;
}
.container .tbNull[data-v-96a52a32] .ivu-table td,
.container .tbNull[data-v-96a52a32] .ivu-table th {
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 0;
  text-align: center;
  border-right: 1px solid #ebebebff;
}
.container .tbNull[data-v-96a52a32] .ivu-table th {
  color: #666666;
  font-weight: inherit;
  background: rgba(22, 173, 233, 0.2);
}
.container .tbNull[data-v-96a52a32] .ivu-table-header .ivu-table-cell > div div:nth-child(1) {
  font-weight: bold;
  font-size: 12px;
}
.container .tbNull[data-v-96a52a32] .ivu-table-header .ivu-table-cell > div div:nth-child(2) {
  font-size: 10px;
}
.container .activity-box[data-v-96a52a32],
.container .activity-rule[data-v-96a52a32] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
}
.container .invite-banner[data-v-96a52a32] {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
}
.container .invite-banner .inviteBox[data-v-96a52a32] {
  position: absolute;
  left: 50%;
  margin-left: -370px;
}
.container .invite-banner .inviteBox .bg[data-v-96a52a32] {
  width: 100%;
  height: auto;
}
.container .invite-banner .inviteBox .btn[data-v-96a52a32] {
  width: 143px;
  height: 29px;
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAR4AAAA6CAYAAABmgzZCAAAIu0lEQVR4Xu3de1BU9xUH8HPu3V1YBEFIRATloWkJKC/R+ogKbWwmMyY+2tiZxunU6nQ6nbRJNE2cttIam5qmtpOJM62d6jRt7JjR1hkfTVurAU3AWlCIIm0lCCiK+AiwvHf33tO5S2B42kV3l3Hvd/+C3d/+zu982PnOvZe79zLhAQEIQCDAAuyLes72ykxV0Z8QkhwmThOiKUQUSUQ2X8yPOSAAgXETcBKxg1luiFAVE53TRD9mDcusYGa511Xdc/BI+4VYnfX1QvRNIkq81wXgfRCAwAMpUM/EuxVRdnP4rBtj7WDMwSPN5VFum/ISE20kIvtYC2I8BCAQVAJdwrLT0iPbeVJ2i7edjSl43B3nnyTR9xBRnLcFMA4CEDCFQBMxbbBMyDrqTbdeBY/IftXdMfMNJn6RiLx6jzfFMQYCEAgyAaZfqWHaC8y5rrt19n9DRKQsTOtQ3iWhp4KMCO1AAAL+EfiHGq6vZM7tHG36uwaPSHWI1u44TMJf9M/6MCsEIBCcAlKotstynjpy+IwaPCLCWuu5PxPTquCEQVcQgICfBQ6rE2tWM6/RhtYZNXi01rICIdrq54VheghAIIgFhGibNTK3wKvgcTWX5TPLcSJSgtgErUEAAv4XECFZZo2ad2JgqWFbPHK9LEyz6xeIKMX/a0IFCEDABAK1qissgyfPau/rdVjwaM3/3CJCr5oAAy1CAAIBEhChn1hj5m8ZMXjEUfaQ5nLVENHEAK0HZSAAAXMIdKhunsGx85uMdgdt8bhun97GJD80hwO6hAAEAikgTDusMQu/Nyh4RCpt2u3WK0QUG8jFoBYEIGAagRbVFRJvnNvTv8XjvvnBM0S83zQEaBQCEAi8ANNay8OP/XFA8JwyvhbxlcCvBBUhAAHzCPBBS+ziL3mCRyorbdpDd24TUYR5ANApBCAwDgKdapce4wkeZ+OpeQrpZ8ZhESgJAQiYTEAUXuQJHu164fMi9KbJ+ke7EIDAOAgwySue4HFfPb6HmL8xDmtASQhAwHwC73waPCeKiGSp+fpHxxCAQMAFhIt7g+fKsctElBzwBaAgBCBgRoGrvcFT/3fjIs3G7WjwgAAEIOBvgdbe4Kn7m45rKfvbGvNDAAKfCkjvf7Uuv4fgwWcCAhAIlEBv8Lirj7SxooQHqirqQAAC5hUQXW/3BI/r4sFGJcRm3HYYDwhAAAJ+FdBdrjue4Oku3VtpjZqY7tdqmBwCEICAsYfV1lHtCZ62E7veD5sWlw8VCEAAAv4W6L7W1Hsez613tu2NnjfrWX8XxPwQgAAEWsqr3vUET83La3+UtG71j0ECAQhAwN8C9fuObvMEz+lFac/O3bV1N6tKqL+LYn4IQMC8AqLrznPPbV3vCZ5TWUkrc37+8mb71MmfMy8JOocABPwt0N10u6xi0/bXPcHzYVbysuSvr3x6yuMLnvN3YcwPAQiYV+Bm0b9+XbPnwBFP8BRnJy5Q7PbP5u7c8pZis+AqhOb9XKBzCPhNQHe7285u3P6Cy9F5yRM8JXOSUkU499HNG74cmTpjhd8qY2IIQMC0Am3V9e9dfG3XPtG0ck/wnJkXH+N22560T4+LyCj49i9YVe2m1UHjEICAzwVE03uqtv/2pbaa+hZyK8d6L/ZOpJRkJ60hZkvqpnWrotJnrvZ5ZUwIAQiYVsDxn8uHqt7Y8yddRGucWbe///Y2H+YkL2aiRFvkBFvmT198XQ0Nedi0SmgcAhDwmYDW3XPrfMHO7/fcae3WRK4uKa872R88xdnJicS02KiW8FReWsKKz2/GNXp8Zo+JIGBWAWk4dOJnDUdOXjQA3G69eOn5+tr+4Ond3UpeTUyekwhTN35tVdSjM7DLZdaPC/qGgA8EHP+tO1y143cHjKl0nXoaH6k9uOYAaf3BY7zwQXZypsI021NPIc569TvPh8bGzPFBfUwBAQiYTKD7VnP5RwU73xS3blxokDTWq5acrT9n/DwoeArzkkKtDlrBxFbjRTXCbs38wbc22aJxyQyTfWbQLgTuS8DZ0vbvytd+s8PZ2uH0TCTi5lD3oYWnG7qGBY/xRMmclNkiktlX1TjYnP7K+u+GxEzqf+6+VoQ3QwACQS3Q80nLhaodb79lHEzub1SXykUVdRV9vw/a4jGeLMzLs6gtdctVhfsvhcoWRUnftO6r4cnxTwS1GJqDAATuS6C9rvF41S/f3qs7XVrfRJou7VpU0tH8oiL3qMHjCZ+5SVNsGj8+dAWJq76QFZs3d4MSYsWtcO7rz4M3QyC4BHSXu+1mScXv6/b99czQzpyqHM8vrbsx8PlhWzx9L57KSc5QiTKGThI6OSYsZe3ypyNmJCxjhW3BxYduIACBsQiILu722uvHav5w+FD3zTudw947ZBfrrls8/eGTnbRUZZ420kIikuMj45cvzZ+YMi1fCbFGj2WxGAsBCDzYArrT1ey4fK3o2l+K3m+raTBuCDo8c3RpeKzCc7KgDH1x1C0eY+D+Z0id8vH0PJXVuFGZFOLYhTnTI2d/JsMeG5VknRAWr4bYIj3f92JSH2xerB4CJhcQ0kTTurQeZ6uro/NazyetV1oqP754o6i0hvThgdKnJTo1uaISCwce1/FqV6tvkHGw2eaoXUKkTDX5nwDtQwACXghoojVqkSknRwsdY4q7bvH0pxcRF2enzGGWVC/qYggEIGBSAdbo0oKPaktH2r0a0xbPwMElmQnxoqjziRVcNsOkHyy0DYERBYSMc3ZKF5XX1nsj5NUWz8CJKtPSbA5rR7qmcKrCjGM43ihjDASCVMC4zAWxfmlSd/iFWVVVvWcpe/EYc/D0zVmyIMFOTttMXbRHmJQwL2phCAQgECwCondprFRbQlzVfV+DGEtr9xw8g3bB0hOidYsSR6oaLcSRTBJGum5lRfHJ/GNpCGMhAAHfCYiuCymKS4g7maRVYW7pIUtj3tlLxv3Ph/2b3NvKCAZvpTAOAhDwmcD/ABeSpwyKLuwNAAAAAElFTkSuQmCC) no-repeat;
  background-size: contain;
  text-align: center;
  color: #ed3e3e;
  font-size: 14px;
  font-weight: 500;
  line-height: 29px;
}
.container .invite-banner .close[data-v-96a52a32] {
  z-index: 9999999;
  top: 140px;
  left: 50%;
  position: absolute;
  margin-left: 340px;
}
@media screen and (max-width: 1440px) {
.container .info .info-item[data-v-96a52a32] {
    padding-right: 16px;
}
.info-img img[data-v-96a52a32] {
    width: 100%;
}
.info-right-wrapper[data-v-96a52a32] {
    margin-left: 10px;
}
}
.searchBtn[data-v-96a52a32] {
  height: 32px;
  background-color: #3a7fff;
  border: 1px solid #e6e6e6;
  color: #ffffff;
  font-size: 12px;
}
.searchBtn[data-v-96a52a32] .ivu-icon {
  font-size: 17px;
  margin-top: 3px;
}
.searchBtn[data-v-96a52a32] span {
  font-size: 12px;
  margin-bottom: 10px;
  float: right;
  margin-top: 6px;
}
.resetBtn[data-v-96a52a32] {
  font-size: 12px;
  font-family: 'MicrosoftYaHei';
  color: #999999;
  border: none;
  line-height: 12px;
  border: 1px solid #cccccc;
}
.resetBtn[data-v-96a52a32] .ivu-icon {
  font-size: 19px;
  margin-top: 2px;
}
.resetBtn[data-v-96a52a32] span {
  font-size: 12px;
  margin-bottom: 10px;
  float: right;
  margin-top: 9px;
}
.fr[data-v-96a52a32] .ivu-form-item {
  margin-bottom: 0;
}
.invit-title[data-v-96a52a32] {
  font-size: 20px;
  font-weight: 500;
  color: #303033;
  text-align: center;
  margin-top: 22px;
}
.invit-content[data-v-96a52a32] {
  margin-left: 20px;
  margin-top: 20px;
  padding-bottom: 30px;
}
.invit-content .invit-input[data-v-96a52a32] {
  width: 480px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-left: 14px;
  background-color: #f0f0f0;
}
.invit-content[data-v-96a52a32] .ivu-input {
  height: 40px;
  border-radius: 0;
  padding: 11px 14px;
}
.invit-content .link-btn[data-v-96a52a32] {
  display: inline-block;
  width: 88px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background-color: #3a7fff;
  font-size: 14px;
  cursor: pointer;
}
.invit-content .active-rule[data-v-96a52a32] {
  width: 568px;
  margin-top: 15px;
  background-color: #faf7f8;
  padding: 18px 10px;
  color: #303033;
}
.invit-content .active-rule .rule-title[data-v-96a52a32] {
  font-size: 14px;
  font-size: 500;
  margin-top: 8px;
}
.invit-content .active-rule .rule-content[data-v-96a52a32] {
  font-size: 12px;
  line-height: 24px;
}
@media screen and (min-width: 1882px) {
.container .info .item[data-v-96a52a32]:nth-child(1) {
    margin-left: -32px;
}
}
.online-pay-modal .ivu-modal-footer[data-v-96a52a32] {
  border-top: 1px solid red;
}
.footer-wrap[data-v-96a52a32] {
  padding-top: 15px;
  margin-top: 20px;
}
.footer-tip[data-v-96a52a32] {
  text-align: left;
}
.mr-15[data-v-96a52a32] {
  margin-right: 15px;
}
.pay-wrap[data-v-96a52a32] {
  overflow: hidden;
}
.pay-wrap .active[data-v-96a52a32] {
  border: 1px solid #3a7fff;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAAAyCAYAAAAKhtQVAAAAAXNSR0IArs4c6QAAA15JREFUeF7tnT1oFFEURr/7ZnbJgpomSWUppogodqIgQrQS0UJto4VdCi0s0mljGpEUwU5SWogrQRsjKkktpPIPQbQRTCK4EV2TffOuzJANYUmyE0SLd7+tkiXN+d45O5M/VgCgb3px0GU6DmAYqnvy5/jgAlEuILIM4HlIZGzpbP97KeT3YS4Ak6GWTrlWaEQJTiguACBUXK9r+ssOGA2pOy4D9YV6UJ1H6ia4EBcws4APV53I4TyAhu9JhvjKb+boCbp2JUh/Z69l4OFXDanjfT+1MLeA82GZAZg7dgK3F2AAdMH0AgzA9PETngHQAdMLMADTx094BkAHTC/AAEwfP+EZAB0wvQADMH38hGcAdMD0AgzA9PETngHQAdMLMADTx094BkAHTC/AAEwfP+EZAB0wvQADMH38hGcAdMD0AgzA9PHbhhefjQlkjP8SadsDk/Rt+XN4BmBSAbvQG+VnAHY9MEneKT8DMKmBTejN5GcANl0wR72V/AzAnAr2gLeTnwHY88EUcTf5GYApHWzBlpGfAdhywgxtWfkZgBkl7IDuRH4GYMcLE6Q7lZ8BmNDCBmRJ+b8AWAJwsL0K/xTChh9RU5aRXyFvNZWTAH6I1/sCPc0rQNRa2IArKf93kcqJkPiPhfRebwl0lAHYcCRayjLyA5JB9GJI3LNiiID9koUXIijeFYm3QNHqETdYOfkBOHcjONwp3PcrvSkqLwHs4/cAcfsRNV2n/Ap4qNyFw25RvZS/sK8N8CikbiT/OFtJXCVpPQBwauM4vAJErUp8cJu98ivwVFN3oaBthStOcBvQNz/TXcM1NH/lT7sMN6HhWuciDCA+R6Il2ua253NWTY5J0Pxd4CEtHfFpmE0k+VR8nul5Ae5BtX1lWN+IAUSrS1xg3e75BfLKV925dgTr9/iZHhLVGQC1zRZhAHF5EiVNN/nXZe+IoOVDfxWYFWDvVsMwgCiViQeqrPydEbSazWZPUn0M4Oh2a8hAfaHhe5Ih1wqNeGYjSQwL7FT+DcwfAKwAONBlh9U8gHpQnUfqJmIYjQxxLPAX8pceQEWeSN/04qDzYS4Ak6GWTvFKUHo/fuE/WuB/yA9II6u6I8WPhYoIMh0HMAzV4lfEfHCBSBdYVZGZUHHXv53pe/cHC+rjAVcumcUAAAAASUVORK5CYII=) no-repeat;
  background-position: right bottom;
}
.lian-pay[data-v-96a52a32],
.air-pay[data-v-96a52a32] {
  border: 1px solid #eee;
  float: left;
  width: 192px;
  height: 50px;
  background: #f8f8f8;
  border-radius: 4px;
}
.lian-pay[data-v-96a52a32] {
  margin-left: 24px;
  padding: 16px 0 0 16px;
}
.air-pay[data-v-96a52a32] {
  margin-left: 46px;
  padding: 16px 0 0 33px;
}
.air-pay img[data-v-96a52a32] {
  width: 126px;
}
.lian-pay img[data-v-96a52a32] {
  width: 160px;
}
.online-pay-modal[data-v-96a52a32] .ivu-modal-header {
  border-radius: 4px;
  padding: 0 16px;
  background: #fff !important;
  height: 64px;
}
.online-pay-modal[data-v-96a52a32] .ivu-modal-header .modal-title {
  color: #333;
  font-size: 16px;
  font-weight: 800;
  line-height: 64px;
}
.online-pay-modal .modal-tip[data-v-96a52a32] {
  width: 769px;
  height: 40px;
  background: rgba(22, 173, 233, 0.1);
  border-radius: 4px 4px 0px 0px;
  margin: 8px 0 16px 24px;
}
.online-pay-modal .modal-tip .modal-foot-title[data-v-96a52a32] {
  line-height: 38px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  padding-left: 24px;
}
.online-pay-modal .tax-info-name[data-v-0a48ba9f][data-v-96a52a32] {
  display: inline-block;
  width: 100px;
  text-align: right;
  color: #666;
  font-size: 14px;
}
.online-pay-modal .tax-info-value[data-v-96a52a32] {
  color: #333;
  font-size: 14px;
}
.online-pay-modal .pay-wrap-title[data-v-96a52a32] {
  color: #333;
  font-size: 18px;
  margin: 20px 0 20px 24px;
  font-weight: 800;
  font-family: PingFangSC-Medium, PingFang SC;
}
.online-pay-modal .pay-wrap-title span[data-v-96a52a32] {
  font-size: 14px;
  cursor: pointer;
  color: #57a3f3;
  font-weight: 200;
  margin-left: 5px;
}
.online-pay-modal .tip-icon[data-v-96a52a32] {
  color: #3a7fff;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.online-pay-modal .more-wrap[data-v-96a52a32] {
  max-height: 150px;
  width: 735px;
  overflow-y: auto;
}
.online-pay-modal .money-wrap[data-v-96a52a32] {
  padding-left: 24px;
  display: flex;
  width: 735px;
  flex-wrap: wrap;
}
.online-pay-modal .money-wrap .money-item[data-v-96a52a32] {
  width: 230px;
  flex-shrink: 0;
  padding: 6px 10px;
}
.online-pay-modal .money-wrap .money-item img[data-v-96a52a32] {
  vertical-align: middle;
}
.online-pay-modal .money-wrap .money-item span[data-v-96a52a32] {
  font-size: 16px;
  margin-left: 5px;
  vertical-align: middle;
}
.online-pay-modal .money-wrap .active[data-v-96a52a32] {
  background: rgba(22, 173, 233, 0.05);
  border-radius: 2px;
}
.online-pay-modal .money-wrap .active span[data-v-96a52a32] {
  color: #3a7fff;
}
img.refresh[data-v-96a52a32] {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
  cursor: pointer;
}
.account-modal img[data-v-96a52a32] {
  width: 20px;
}
.account-modal[data-v-96a52a32] .ivu-modal-body {
  padding: 20px 40px;
}
.account-title[data-v-96a52a32] {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
}
.account-label[data-v-96a52a32] {
  margin-bottom: 10px;
}
.account-modal[data-v-96a52a32] .ivu-input-type-text {
  width: 300px;
}
.account-form[data-v-96a52a32] {
  margin-bottom: 20px;
}
.radio-wrap[data-v-96a52a32] {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 1px;
  left: 42px;
  z-index: 10;
  cursor: pointer;
}
[data-v-96a52a32] .ivu-table-cell {
  position: relative;
}
.account-manage-modal[data-v-96a52a32] .ivu-modal-header {
  font-size: 18px;
  font-weight: 800;
}
.account-manage-title[data-v-96a52a32] {
  font-size: 15px;
}
.mb-20[data-v-96a52a32] {
  margin-bottom: 20px;
}
.blue-font[data-v-96a52a32] {
  color: #3a7fff;
  cursor: pointer;
}
.blue-font button[data-v-96a52a32] {
  border: 1px solid #3a7fff;
  margin-right: 3px;
}
.blue-font button[data-v-96a52a32] .ivu-icon {
  color: #3a7fff;
}
.table-wrap[data-v-96a52a32] {
  max-height: 400px;
  overflow: auto;
}
.table-wrap[data-v-96a52a32] .ivu-table-header thead tr th {
  text-align: center;
}
.table-wrap[data-v-96a52a32] .ivu-table-border td {
  text-align: center;
}
.declare-data-modal[data-v-96a52a32] .ivu-modal-body {
  max-height: 500px;
  overflow: auto;
}
.declare-data-modal .declare-detail-wrap[data-v-96a52a32] {
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 10px;
}
.declare-data-modal .declare-detail-wrap p[data-v-96a52a32] {
  color: #333;
  font-size: 16px;
  font-weight: 800;
}
[data-v-96a52a32] .alert-message {
  color: #666 !important;
}
[data-v-96a52a32] .alert-message .black-text {
  color: #191919;
}
[data-v-96a52a32] .alert-message .link-text {
  color: #0041DC;
  cursor: pointer;
}
.expiration-time[data-v-96a52a32] b {
  display: inline-block;
  font-weight: normal;
  background: #fff7e6;
  border-radius: 2px;
  color: #fa8c16;
  padding: 2px 5px;
  margin-left: 5px;
}
.expiration-time[data-v-96a52a32] .tag-expired {
  color: #fe714f;
  background: none;
}
.expiration-time[data-v-96a52a32] .tag-blue {
  color: #1890ff;
  background: #e6f7ff;
}
.expiration-time[data-v-96a52a32] .tag-grey {
  color: #919498;
  background: #f5f5f5;
}

.main-wrapper[data-v-153e3033] {
  min-height: calc(100vh - 60px);
  padding: 32px;
  background-color: #fff;
  text-align: center;
}
.main-wrapper .system-tip[data-v-153e3033] {
  font-size: 14px;
  text-align: left;
  padding: 12px 16px;
  line-height: 22px;
  color: #191919;
  background-color: #f0f6ff;
  border-radius: 2px;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
}
.main-wrapper .system-tip .safe-icon[data-v-153e3033] {
  width: 26px;
  height: 26px;
  margin-right: 8px;
}
.main-wrapper .title[data-v-153e3033] {
  font-size: 24px;
  font-weight: bold;
  color: #262626;
  margin: 50px 0 8px;
}
.main-wrapper .spin-icon[data-v-153e3033] {
  width: 50px;
  height: 50px;
}
.main-wrapper .time[data-v-153e3033] {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #666;
}
.main-wrapper .text-danger[data-v-153e3033] {
  color: #e81e19;
}
.main-wrapper .tip1[data-v-153e3033] {
  margin-bottom: 24px;
}
.main-wrapper .tip2[data-v-153e3033] {
  padding: 32px;
  background-color: #f5f7fa;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 48px;
  color: #303132;
}
.main-wrapper .tip2 .tip2-blue[data-v-153e3033] {
  color: #3a7fff;
  margin: 0 8px;
}
.main-wrapper .big-btn[data-v-153e3033] {
  height: 46px;
  padding: 0 64px;
}
.main-wrapper .fail-wrapper[data-v-153e3033] {
  max-width: 704px;
  text-align: center;
  margin: 0 auto;
}
.main-wrapper .fail-wrapper .fail-icon[data-v-153e3033] {
  width: 170px;
  height: 130px;
  margin-bottom: 24px;
}
.main-wrapper .fail-wrapper .fail-title[data-v-153e3033] {
  font-size: 24px;
  margin-bottom: 8px;
}
.main-wrapper .fail-wrapper .fail-reason[data-v-153e3033] {
  font-size: 16px;
  margin-bottom: 56px;
  color: #666;
}
.main-wrapper .fail-wrapper .declare-info[data-v-153e3033] {
  text-align: left;
  line-height: 30px;
  color: #303132;
  margin-bottom: 24px;
}
.main-wrapper .fail-wrapper .btn[data-v-153e3033] {
  width: 130px;
}
.main-wrapper .fail-wrapper .btn[data-v-153e3033]:not(:last-child) {
  margin-right: 10px;
}

.headContent[data-v-789c81a2] {
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 20px 32px;
}
.headContent .top[data-v-789c81a2] {
  margin-bottom: 14px;
}
.headContent .top .flink[data-v-789c81a2],
.headContent .top .clink[data-v-789c81a2] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.headContent .top .clink[data-v-789c81a2] {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
}
.headContent .bottom[data-v-789c81a2] {
  font-size: 20px;
  font-family: "Microsoft Yahei", "PingFang SC", sans-serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.headContent .bottom span[data-v-789c81a2] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.title_wait[data-v-789c81a2] {
  margin: 0px 0 11px 0;
  border-bottom: 1px solid #f6f6f6;
  background: #ffffff;
  margin: 20px 10px -2px 24px;
  padding: 20px 30px;
}
.title_wait .back[data-v-789c81a2] {
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 10px;
}
.title_wait .tax_title[data-v-789c81a2] {
  color: #2c3e50;
  font-size: 18px;
  line-height: 60px;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 20px;
  cursor: pointer;
}
.title_wait .tax_title span[data-v-789c81a2] {
  color: #333333;
}
.title_wait .tax_title[data-v-789c81a2]::before {
  content: "";
  border-left: 2px solid #16ade9;
  width: 2px;
  height: 14px;
  padding-left: 10px;
}
[data-v-789c81a2] .letterContent .ivu-row {
  padding: 10px 0px;
}
[data-v-789c81a2] .letterContent .title,[data-v-789c81a2] .letterContent .content {
  font-size: 14px;
  line-height: 20px;
}
[data-v-789c81a2] .letterContent .title .file a,[data-v-789c81a2] .letterContent .content .file a {
  margin-right: 20px;
}
.cursor[data-v-789c81a2] {
  cursor: pointer;
}
[data-v-789c81a2] .title_wait .ivu-page {
  text-align: center;
  padding-top: 30px;
}
[data-v-789c81a2] .title_wait .ivu-btn {
  float: right;
  margin-top: 7px;
}
[data-v-789c81a2] .title_wait .ivu-icon {
  float: left;
  margin-top: 3px;
}

.headContent[data-v-16f445aa] {
  height: 78px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 20px 32px;
}
.headContent .top[data-v-16f445aa] {
  margin-bottom: 14px;
}
.headContent .top .flink[data-v-16f445aa],
.headContent .top .clink[data-v-16f445aa] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.headContent .top .clink[data-v-16f445aa] {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
}
.headContent .bottom[data-v-16f445aa] {
  font-size: 20px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.headContent .bottom span[data-v-16f445aa] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.content[data-v-16f445aa] {
  margin-top: 15px;
  border-radius: 2px;
  background: #ffffff;
  padding: 24px;
  min-height: calc(100vh - 205px);
}
.title_wait[data-v-16f445aa] {
  border-bottom: 1px solid #f6f6f6;
  min-height: calc(100vh - 86px);
}
[data-v-16f445aa] th .ivu-table-cell {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
[data-v-16f445aa] .ivu-table {
  color: #333333;
  font-size: 12px;
}
[data-v-16f445aa] .ivu-table td,[data-v-16f445aa] .ivu-table th {
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 0;
  text-align: center;
  border-right: 1px solid #ebebebff;
}
[data-v-16f445aa] .ivu-table th {
  color: #666666;
  font-weight: inherit;
  background: rgba(22, 173, 233, 0.2);
}
.cursor[data-v-16f445aa] {
  cursor: pointer;
}
.processed[data-v-16f445aa] {
  color: #02a7f0;
  display: flex;
  justify-content: center;
}
[data-v-16f445aa] .title_wait .ivu-page {
  text-align: center;
  padding-top: 30px;
}

.content[data-v-46cd7bd8] {
  line-height: 40px;
}
.content .red[data-v-46cd7bd8] {
  color: red;
}
.content .icon[data-v-46cd7bd8] {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.footer[data-v-46cd7bd8] {
  text-align: center;
  padding-top: 30px;
}
.copy-email[data-v-46cd7bd8] {
  color: #0041DC;
  margin-left: 10px;
  cursor: pointer;
  text-decoration: underline;
}

.form-tips[data-v-1d6eba6a] {
  line-height: 24px;
}


[data-v-4fdd46aa] .ant-table-fixed {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.hy[data-v-4fdd46aa] {
  border-radius: 4px;
  color: #39b84a;
  border: 1px solid #39b84a;
  display: inline-block;
  padding-inline: 5px;
  font-size: 12px;
}
.vat-number[data-v-4fdd46aa] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.vat-number svg[data-v-4fdd46aa] {
  width: 16px !important;
  height: 16px !important;
}
.vat-number .btn-refresh[data-v-4fdd46aa] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.vat-number .btn-refresh.refreshing[data-v-4fdd46aa] {
  -webkit-animation: rotate-data-v-4fdd46aa 1s linear infinite;
          animation: rotate-data-v-4fdd46aa 1s linear infinite;
}
.vat-number div[data-v-4fdd46aa] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.vat-number svg[data-v-4fdd46aa] {
  width: 20px;
  height: 20px;
  color: #666666;
}
@-webkit-keyframes rotate-data-v-4fdd46aa {
100% {
    transform: rotate(-360deg);
}
}
@keyframes rotate-data-v-4fdd46aa {
100% {
    transform: rotate(-360deg);
}
}
.danger[data-v-4fdd46aa] {
  color: #ff4d4f;
}
.expiration-time[data-v-4fdd46aa] b {
  display: inline-block;
  font-weight: normal;
  background: #fff7e6;
  border-radius: 2px;
  font-size: 12px;
  color: #fa8c16;
  padding: 2px 5px;
  margin-left: 5px;
}
.expiration-time[data-v-4fdd46aa] .tag-expired {
  color: #fe714f;
  background: none;
}
.expiration-time[data-v-4fdd46aa] .tag-blue {
  color: #1890ff;
  background: #e6f7ff;
}
.expiration-time[data-v-4fdd46aa] .tag-grey {
  color: #919498;
  background: #f5f5f5;
}
.status-title[data-v-4fdd46aa] {
  font-size: 14px;
  color: #000;
  margin-bottom: 4px;
}
.status-tip[data-v-4fdd46aa] {
  font-size: 12px;
  color: #666;
  width: 380px;
  padding: 0 16px 10px;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 -16px 10px;
}
.status-pop[data-v-4fdd46aa] {
  font-size: 14px;
  max-height: 200px;
  overflow-y: auto;
  padding-right: 10px;
}
.status-pop > div[data-v-4fdd46aa]:last-child {
  margin-bottom: 0;
}
.status-pop .status-record[data-v-4fdd46aa] {
  margin-bottom: 16px;
}
.status-pop .meta[data-v-4fdd46aa] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #000;
  margin-bottom: 6px;
}
.status-pop .content[data-v-4fdd46aa] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #666;
  font-size: 12px;
}
.status-pop .content .time[data-v-4fdd46aa] {
  color: #999;
}
.status-pop .status-valid[data-v-4fdd46aa] {
  color: #20c646;
  background: #c3f5cf;
  border-radius: 2px;
  font-size: 12px;
  padding: 3px;
  line-height: 12px;
}
.status-pop .status-invalid[data-v-4fdd46aa] {
  color: #ff2e2e;
  background: #ffcaca;
  border-radius: 2px;
  font-size: 12px;
  padding: 3px;
  line-height: 12px;
}
.operate[data-v-4fdd46aa] {
  display: flex;
  gap: 10px;
}
.operate .btn[data-v-4fdd46aa] {
  min-width: 0 !important;
  word-break: keep-all;
}
.operate a[data-v-4fdd46aa] {
  color: #3a7fff;
}

.inquireContainer[data-v-21cb6010] {
  margin-bottom: 0px;
  min-height: calc(100vh - 60px);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.inquireContainer .headContent[data-v-21cb6010] {
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 20px 32px 0px;
}
.inquireContainer .headContent .top[data-v-21cb6010] {
  margin-bottom: 14px;
}
.inquireContainer .headContent .top .flink[data-v-21cb6010],
.inquireContainer .headContent .top .clink[data-v-21cb6010] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.inquireContainer .headContent .top .clink[data-v-21cb6010] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.inquireContainer .headContent .bottom[data-v-21cb6010] {
  font-size: 20px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.inquireContainer .headContent .bottom span[data-v-21cb6010] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.inquireContainer .headContent .tabTitle[data-v-21cb6010] {
  border-bottom: 1px solid #e9e9e9ff;
  margin-top: 10px;
}
.inquireContainer .headContent .tabTitle span[data-v-21cb6010] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: "Microsoft Yahei", PingFangSC;
  color: #333333;
  line-height: 40px;
  margin-right: 46px;
  cursor: pointer;
}
.inquireContainer .headContent .tabTitle .active-tab[data-v-21cb6010] {
  color: #1890ffff;
  border-bottom: 2px solid #1890ffff;
  font-weight: 500;
}
.inquireContainer .subInfo[data-v-21cb6010] {
  height: 40px;
  background: #fff1dd;
  font-size: 14px;
  font-family: "Microsoft Yahei", PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333ff;
  line-height: 14px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-top: 24px;
  margin-left: 24px;
  margin: 24px 24px -24px 24px;
}
.inquireContainer .content[data-v-21cb6010] {
  background: #ffffff;
  margin: 24px;
  height: calc(100vh - 245px);
  padding: 24px;
}
.inquireContainer .content[data-v-21cb6010] .ivu-select-single .ivu-select-selection {
  border-radius: 2px;
  height: 40px;
}
.inquireContainer .content[data-v-21cb6010] .ivu-select-single .ivu-select-selection .ivu-select-placeholder,
.inquireContainer .content[data-v-21cb6010] .ivu-select-single .ivu-select-selection .ivu-select-selected-value {
  height: 40px;
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 14px;
}
.inquireContainer .content .tab-content[data-v-21cb6010] {
  margin-top: 32px;
}
.inquireContainer .content .tab-content .center-box[data-v-21cb6010] {
  position: relative;
}
.inquireContainer .content .tab-content .center-box .info[data-v-21cb6010] {
  position: absolute;
  left: 23px;
  top: 45px;
  font-weight: 400;
  color: #fbb73c;
  font-size: 12px;
}
.inquireContainer .content .tab-content[data-v-21cb6010] .ivu-input {
  border-radius: 2px;
  height: 40px;
}
.inquireContainer .content .tab-content[data-v-21cb6010] .ivu-btn {
  width: 108px;
  height: 40px;
  border-radius: 2px;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
.inquireContainer .content .tab-content[data-v-21cb6010] .ivu-icon-ios-search:before {
  font-size: 17px;
  position: absolute;
  top: 7px;
  left: 15px;
}
.inquireContainer .content .tab-content .result img[data-v-21cb6010] {
  width: 386px;
  margin-top: 70px;
}
.inquireContainer .content .tab-content .result .result-box[data-v-21cb6010] {
  width: 760px;
  margin-top: 70px;
}
.inquireContainer .content .tab-content .result .result-box .title[data-v-21cb6010] {
  width: 760px;
  height: 40px;
  background: rgba(22, 173, 233, 0.2);
  font-size: 18px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 18px;
  padding: 11px 24px;
}
.inquireContainer .content .tab-content .result .result-box .result-content[data-v-21cb6010] {
  border: 1px solid #ddddddff;
  border-top: none;
  padding: 23px;
  padding-bottom: 0px;
}
.inquireContainer .content .tab-content .result .result-box .result-content .vat-title[data-v-21cb6010] {
  font-size: 16px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #16ade9;
  line-height: 16px;
}
.inquireContainer .content .tab-content .result .result-box .result-content .vat-item[data-v-21cb6010] {
  font-size: 14px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 14px;
}
.inquireContainer .content .tab-content .result .result-box .result-content[data-v-21cb6010] .ivu-row {
  margin-bottom: 20px;
}
.inquireContainer .content .tab-content .result .result-box .result-content .result-notvalid[data-v-21cb6010] {
  border-top: 1px solid #16ade933;
}
.inquireContainer .content .tab-content .result .result-box .result-content .result-notvalid .notvalid-title[data-v-21cb6010] {
  font-size: 16px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
  padding: 24px 0px 20px;
}
.inquireContainer .content .tab-content .result .result-box .result-content .result-notvalid .notvalid-content[data-v-21cb6010] {
  padding: 8px 12px;
  background: #fff1ddff;
  font-size: 14px;
  font-family: "Microsoft Yahei", PingFangSC;
  color: #333333;
  line-height: 26px;
  margin-bottom: 24px;
}

.container[data-v-83c346f4] {
  box-sizing: border-box;
  margin-bottom: 7px;
  border-radius: 2px;
}
.container .headContent[data-v-83c346f4] {
  height: 78px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 20px 32px;
}
.container .headContent .top[data-v-83c346f4] {
  margin-bottom: 14px;
}
.container .headContent .top .flink[data-v-83c346f4],
.container .headContent .top .clink[data-v-83c346f4] {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.container .headContent .top .clink[data-v-83c346f4] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.container .headContent .bottom[data-v-83c346f4] {
  font-size: 20px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.container .headContent .bottom span[data-v-83c346f4] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.container .title[data-v-83c346f4] {
  color: #212121;
  font-size: 18px;
  font-weight: bold;
  line-height: 56px;
}
.container .title_wait[data-v-83c346f4] {
  margin: 0px 0 8px 0;
}
.container .title_wait .content[data-v-83c346f4] {
  padding-top: 24px;
}
.container .title_wait[data-v-83c346f4] .ivu-form .ivu-form-item-label {
  font-weight: bold;
}
.container .title_wait .tax-status[data-v-83c346f4] {
  border-bottom: 1px solid rgba(153, 153, 153, 0.16);
}
.container .title_wait .tax-status span.status-item[data-v-83c346f4] {
  display: inline-block;
  width: 149px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: rgba(153, 153, 153, 0.1);
  border-radius: 4px 4px 0px 0px;
  border: 1px solid rgba(153, 153, 153, 0.16);
  color: #666;
  font-size: 14px;
  border-bottom: none;
  margin-right: 4px;
  cursor: pointer;
}
.container .title_wait .tax-status span.status-item .status-count[data-v-83c346f4] {
  color: #ed3e3e;
}
.container .title_wait .tax-status span.status-item.active[data-v-83c346f4] {
  background: #ffffff;
  color: #2db7f5;
}
.container .title_wait .tax-status span.status-item.active .status-count[data-v-83c346f4] {
  color: #2db7f5;
}
.container .line[data-v-83c346f4] {
  border: 1px solid #f5f5f5;
  margin-bottom: 16px;
}
.container .info[data-v-83c346f4] {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.container .info .item img[data-v-83c346f4] {
  width: 102%;
  cursor: pointer;
}
.container .info .item[data-v-83c346f4]:nth-child(1) {
  margin-left: -5px;
}
.container .infoTb[data-v-83c346f4] {
  background-color: #fff;
  padding: 0px 27px;
  margin-top: 24px;
  margin-left: 24px;
}
.container .flex-center[data-v-83c346f4] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container[data-v-83c346f4] .ivu-tabs-bar {
  margin: 0px;
}
.container[data-v-83c346f4] .ivu-tabs-nav-container:focus .ivu-tabs-tab-focused {
  border-color: #e6e6e6 !important;
}
.container .ivu-tabs[data-v-83c346f4] .ivu-tabs-bar {
  border-color: #f2f2f2;
}
.container .ivu-tabs[data-v-83c346f4] .ivu-tabs-bar .ivu-tabs-tab {
  margin-right: 0px;
}
.container .ivu-tabs[data-v-83c346f4] .ivu-tabs-bar .ivu-tabs-tab:nth-child(2n) {
  border-top-right-radius: 0px;
  background: #f7f7f7;
}
.container .ivu-tabs[data-v-83c346f4] .ivu-tabs-bar .ivu-tabs-tab:nth-child(2n-1) {
  border-top-left-radius: 0px;
}
.container[data-v-83c346f4] .ivu-tabs-nav-container:focus .ivu-tabs-tab-focused:nth-child(2n-1),
.container .ivu-tabs[data-v-83c346f4] .ivu-tabs-bar .ivu-tabs-tab-focused:nth-child(2n-1),
.container .ivu-tabs[data-v-83c346f4] .ivu-tabs-bar .ivu-tabs-tab-active:nth-child(2n-1) {
  border-left-color: #fff !important;
  font-weight: 400;
}
.container[data-v-83c346f4] .ivu-table:before {
  background-color: #f2f2f200;
}
.container[data-v-83c346f4] .ivu-table:after {
  background-color: #f2f2f2;
}
.container .ivu-tabs[data-v-83c346f4] .ivu-table-wrapper {
  margin-bottom: 11px;
  border-color: #f2f2f2;
}
.container .ivu-tabs[data-v-83c346f4] .ivu-table-wrapper tr td {
  color: #16ade9;
  font-size: 12px;
}
.container[data-v-83c346f4] .ivu-table-tip tr {
  height: 144px;
}
.container .pageSetion[data-v-83c346f4] {
  text-align: right;
  margin-top: 24px;
  padding-bottom: 36px;
}
.container .pageSetion .pagination[data-v-83c346f4] {
  display: inline-block;
  line-height: 20px;
}
.container .pageSetion .totalNum[data-v-83c346f4] {
  font-size: 14px;
  color: #9a9ca1;
}
.container .pageSetion[data-v-83c346f4] .ivu-page-simple .ivu-page-simple-pager input {
  padding: 0;
  margin: 0;
}
.container .pageSetion[data-v-83c346f4] .ivu-page-simple-pager {
  margin-right: 0;
}
.container[data-v-83c346f4] .ivu-tabs .ivu-table-wrapper .ivu-table-tip tr td {
  color: #9a9ca1;
}
.container .tbNull[data-v-83c346f4] .ivu-table table {
  border-left: 1px solid #ebebebff;
}
.container .tbNull[data-v-83c346f4] td .ivu-table-cell {
  font-size: 12px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.container .tbNull[data-v-83c346f4] td .ivu-table-cell .grey {
  color: #999999;
}
.container .tbNull[data-v-83c346f4] td .ivu-table-cell .red {
  color: #16ade9;
}
.container .tbNull[data-v-83c346f4] td .ivu-table-cell .blue {
  color: #16ade9;
}
.container .tbNull[data-v-83c346f4] td .ivu-table-cell .yellow {
  color: #f79728;
}
.container .tbNull[data-v-83c346f4] td .ivu-table-cell .orange {
  color: #fc9153;
}
.container .tbNull[data-v-83c346f4] td .ivu-table-cell .green {
  color: #5ab187;
}
.container .tbNull .operate[data-v-83c346f4] {
  text-align: center;
}
.container .tbNull .operate img[data-v-83c346f4] {
  width: 11px;
  margin-right: 4px;
  margin-bottom: 2px;
}
.container .tbNull .operate[data-v-83c346f4] .ivu-btn-text {
  width: 63px;
  color: #16ade9;
  font-size: 12px;
  padding: 0 5px;
  text-align: left;
  background: #fff;
  border-color: #16ade9;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.container .tbNull .operate[data-v-83c346f4] .ivu-btn-text span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .tbNull .operate[data-v-83c346f4] .ivu-btn-text img {
  width: 18px;
  height: 18px;
}
.container .tbNull .operate .btF[data-v-83c346f4] {
  min-width: 124px;
}
.container .tbNull .operate .btF.flex-center[data-v-83c346f4] {
  min-width: 124px;
  background: none;
  color: #f79728;
  border-color: #f79728;
  border: none;
}
.container .tbNull .operate .btF.flex-center img[data-v-83c346f4] {
  width: 18px;
  height: 18px;
}
.container .tbNull .operate .red-button[data-v-83c346f4] {
  color: #ed3e3e;
  border-color: #ed3e3e;
}
.container .tbNull .operate .upload-btn[data-v-83c346f4] {
  border: none;
  border-color: #16ade9;
  color: #16ade9;
  background: none;
}
.container .tbNull .operate .upload-btn img[data-v-83c346f4] {
  width: 18px;
  height: 18px;
}
.container .tbNull .operate .btR[data-v-83c346f4] {
  min-width: 124px;
  background: #ed3e3e;
}
.container .tbNull[data-v-83c346f4] th .ivu-table-cell {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.container .tbNull[data-v-83c346f4] .ivu-table {
  color: #333333;
  font-size: 12px;
}
.container .tbNull[data-v-83c346f4] .ivu-table td,
.container .tbNull[data-v-83c346f4] .ivu-table th {
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 0;
  text-align: center;
  border-right: 1px solid #ebebebff;
}
.container .tbNull[data-v-83c346f4] .ivu-table th {
  color: #666666;
  font-weight: inherit;
  background: rgba(22, 173, 233, 0.2);
}
.container .tbNull[data-v-83c346f4] .ivu-table-header .ivu-table-cell > div div:nth-child(1) {
  font-weight: bold;
  font-size: 12px;
}
.container .tbNull[data-v-83c346f4] .ivu-table-header .ivu-table-cell > div div:nth-child(2) {
  font-size: 10px;
}
.container .activity-box[data-v-83c346f4],
.container .activity-rule[data-v-83c346f4] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
}
.container .invite-banner[data-v-83c346f4] {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
}
.container .invite-banner .inviteBox[data-v-83c346f4] {
  position: absolute;
  left: 50%;
  margin-left: -370px;
}
.container .invite-banner .inviteBox .bg[data-v-83c346f4] {
  width: 100%;
  height: auto;
}
.container .invite-banner .inviteBox .btn[data-v-83c346f4] {
  width: 143px;
  height: 29px;
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAR4AAAA6CAYAAABmgzZCAAAIu0lEQVR4Xu3de1BU9xUH8HPu3V1YBEFIRATloWkJKC/R+ogKbWwmMyY+2tiZxunU6nQ6nbRJNE2cttIam5qmtpOJM62d6jRt7JjR1hkfTVurAU3AWlCIIm0lCCiK+AiwvHf33tO5S2B42kV3l3Hvd/+C3d/+zu982PnOvZe79zLhAQEIQCDAAuyLes72ykxV0Z8QkhwmThOiKUQUSUQ2X8yPOSAAgXETcBKxg1luiFAVE53TRD9mDcusYGa511Xdc/BI+4VYnfX1QvRNIkq81wXgfRCAwAMpUM/EuxVRdnP4rBtj7WDMwSPN5VFum/ISE20kIvtYC2I8BCAQVAJdwrLT0iPbeVJ2i7edjSl43B3nnyTR9xBRnLcFMA4CEDCFQBMxbbBMyDrqTbdeBY/IftXdMfMNJn6RiLx6jzfFMQYCEAgyAaZfqWHaC8y5rrt19n9DRKQsTOtQ3iWhp4KMCO1AAAL+EfiHGq6vZM7tHG36uwaPSHWI1u44TMJf9M/6MCsEIBCcAlKotstynjpy+IwaPCLCWuu5PxPTquCEQVcQgICfBQ6rE2tWM6/RhtYZNXi01rICIdrq54VheghAIIgFhGibNTK3wKvgcTWX5TPLcSJSgtgErUEAAv4XECFZZo2ad2JgqWFbPHK9LEyz6xeIKMX/a0IFCEDABAK1qissgyfPau/rdVjwaM3/3CJCr5oAAy1CAAIBEhChn1hj5m8ZMXjEUfaQ5nLVENHEAK0HZSAAAXMIdKhunsGx85uMdgdt8bhun97GJD80hwO6hAAEAikgTDusMQu/Nyh4RCpt2u3WK0QUG8jFoBYEIGAagRbVFRJvnNvTv8XjvvnBM0S83zQEaBQCEAi8ANNay8OP/XFA8JwyvhbxlcCvBBUhAAHzCPBBS+ziL3mCRyorbdpDd24TUYR5ANApBCAwDgKdapce4wkeZ+OpeQrpZ8ZhESgJAQiYTEAUXuQJHu164fMi9KbJ+ke7EIDAOAgwySue4HFfPb6HmL8xDmtASQhAwHwC73waPCeKiGSp+fpHxxCAQMAFhIt7g+fKsctElBzwBaAgBCBgRoGrvcFT/3fjIs3G7WjwgAAEIOBvgdbe4Kn7m45rKfvbGvNDAAKfCkjvf7Uuv4fgwWcCAhAIlEBv8Lirj7SxooQHqirqQAAC5hUQXW/3BI/r4sFGJcRm3HYYDwhAAAJ+FdBdrjue4Oku3VtpjZqY7tdqmBwCEICAsYfV1lHtCZ62E7veD5sWlw8VCEAAAv4W6L7W1Hsez613tu2NnjfrWX8XxPwQgAAEWsqr3vUET83La3+UtG71j0ECAQhAwN8C9fuObvMEz+lFac/O3bV1N6tKqL+LYn4IQMC8AqLrznPPbV3vCZ5TWUkrc37+8mb71MmfMy8JOocABPwt0N10u6xi0/bXPcHzYVbysuSvr3x6yuMLnvN3YcwPAQiYV+Bm0b9+XbPnwBFP8BRnJy5Q7PbP5u7c8pZis+AqhOb9XKBzCPhNQHe7285u3P6Cy9F5yRM8JXOSUkU499HNG74cmTpjhd8qY2IIQMC0Am3V9e9dfG3XPtG0ck/wnJkXH+N22560T4+LyCj49i9YVe2m1UHjEICAzwVE03uqtv/2pbaa+hZyK8d6L/ZOpJRkJ60hZkvqpnWrotJnrvZ5ZUwIAQiYVsDxn8uHqt7Y8yddRGucWbe///Y2H+YkL2aiRFvkBFvmT198XQ0Nedi0SmgcAhDwmYDW3XPrfMHO7/fcae3WRK4uKa872R88xdnJicS02KiW8FReWsKKz2/GNXp8Zo+JIGBWAWk4dOJnDUdOXjQA3G69eOn5+tr+4Ond3UpeTUyekwhTN35tVdSjM7DLZdaPC/qGgA8EHP+tO1y143cHjKl0nXoaH6k9uOYAaf3BY7zwQXZypsI021NPIc569TvPh8bGzPFBfUwBAQiYTKD7VnP5RwU73xS3blxokDTWq5acrT9n/DwoeArzkkKtDlrBxFbjRTXCbs38wbc22aJxyQyTfWbQLgTuS8DZ0vbvytd+s8PZ2uH0TCTi5lD3oYWnG7qGBY/xRMmclNkiktlX1TjYnP7K+u+GxEzqf+6+VoQ3QwACQS3Q80nLhaodb79lHEzub1SXykUVdRV9vw/a4jGeLMzLs6gtdctVhfsvhcoWRUnftO6r4cnxTwS1GJqDAATuS6C9rvF41S/f3qs7XVrfRJou7VpU0tH8oiL3qMHjCZ+5SVNsGj8+dAWJq76QFZs3d4MSYsWtcO7rz4M3QyC4BHSXu+1mScXv6/b99czQzpyqHM8vrbsx8PlhWzx9L57KSc5QiTKGThI6OSYsZe3ypyNmJCxjhW3BxYduIACBsQiILu722uvHav5w+FD3zTudw947ZBfrrls8/eGTnbRUZZ420kIikuMj45cvzZ+YMi1fCbFGj2WxGAsBCDzYArrT1ey4fK3o2l+K3m+raTBuCDo8c3RpeKzCc7KgDH1x1C0eY+D+Z0id8vH0PJXVuFGZFOLYhTnTI2d/JsMeG5VknRAWr4bYIj3f92JSH2xerB4CJhcQ0kTTurQeZ6uro/NazyetV1oqP754o6i0hvThgdKnJTo1uaISCwce1/FqV6tvkHGw2eaoXUKkTDX5nwDtQwACXghoojVqkSknRwsdY4q7bvH0pxcRF2enzGGWVC/qYggEIGBSAdbo0oKPaktH2r0a0xbPwMElmQnxoqjziRVcNsOkHyy0DYERBYSMc3ZKF5XX1nsj5NUWz8CJKtPSbA5rR7qmcKrCjGM43ihjDASCVMC4zAWxfmlSd/iFWVVVvWcpe/EYc/D0zVmyIMFOTttMXbRHmJQwL2phCAQgECwCondprFRbQlzVfV+DGEtr9xw8g3bB0hOidYsSR6oaLcSRTBJGum5lRfHJ/GNpCGMhAAHfCYiuCymKS4g7maRVYW7pIUtj3tlLxv3Ph/2b3NvKCAZvpTAOAhDwmcD/ABeSpwyKLuwNAAAAAElFTkSuQmCC) no-repeat;
  background-size: contain;
  text-align: center;
  color: #ed3e3e;
  font-size: 14px;
  font-weight: 500;
  line-height: 29px;
}
.container .invite-banner .close[data-v-83c346f4] {
  z-index: 9999999;
  top: 140px;
  left: 50%;
  position: absolute;
  margin-left: 340px;
}
@media screen and (max-width: 1440px) {
.container .info .info-item[data-v-83c346f4] {
    padding-right: 16px;
}
.info-img img[data-v-83c346f4] {
    width: 100%;
}
.info-right-wrapper[data-v-83c346f4] {
    margin-left: 10px;
}
}
.searchBtn[data-v-83c346f4] {
  height: 32px;
  background-color: #16ade9;
  border: 1px solid #e6e6e6;
  color: #ffffff;
  font-size: 12px;
}
.searchBtn[data-v-83c346f4] .ivu-icon {
  font-size: 17px;
  margin-top: 3px;
}
.searchBtn[data-v-83c346f4] span {
  font-size: 12px;
  margin-bottom: 10px;
  float: right;
  margin-top: 6px;
}
.resetBtn[data-v-83c346f4] {
  font-size: 12px;
  font-family: 'Microsoft Yahei', 'MicrosoftYaHei';
  color: #999999;
  border: none;
  line-height: 12px;
  border: 1px solid #cccccc;
}
.resetBtn[data-v-83c346f4] .ivu-icon {
  font-size: 19px;
  margin-top: 2px;
}
.resetBtn[data-v-83c346f4] span {
  font-size: 12px;
  margin-bottom: 10px;
  float: right;
  margin-top: 9px;
}
.fr[data-v-83c346f4] .ivu-form-item {
  margin-bottom: 0;
}
.invit-title[data-v-83c346f4] {
  font-size: 20px;
  font-weight: 500;
  color: #303033;
  text-align: center;
  margin-top: 22px;
}
.invit-content[data-v-83c346f4] {
  margin-left: 20px;
  margin-top: 20px;
  padding-bottom: 30px;
}
.invit-content .invit-input[data-v-83c346f4] {
  width: 480px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-left: 14px;
  background-color: #f0f0f0;
}
.invit-content[data-v-83c346f4] .ivu-input {
  height: 40px;
  border-radius: 0;
  padding: 11px 14px;
}
.invit-content .link-btn[data-v-83c346f4] {
  display: inline-block;
  width: 88px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background-color: #16ade9;
  font-size: 14px;
  cursor: pointer;
}
.invit-content .active-rule[data-v-83c346f4] {
  width: 568px;
  margin-top: 15px;
  background-color: #faf7f8;
  padding: 18px 10px;
  color: #303033;
}
.invit-content .active-rule .rule-title[data-v-83c346f4] {
  font-size: 14px;
  font-size: 500;
  margin-top: 8px;
}
.invit-content .active-rule .rule-content[data-v-83c346f4] {
  font-size: 12px;
  line-height: 24px;
}
@media screen and (min-width: 1882px) {
.container .info .item[data-v-83c346f4]:nth-child(1) {
    margin-left: -32px;
}
}

.ivu-auto-complete.ivu-select-dropdown[data-v-0504625c] {
  max-height: 200px !important;
}
[data-v-0504625c] .ivu-table-cell {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333333;
}
[data-v-0504625c] .ivu-table-row td {
  text-align: center;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.content1[data-v-0504625c] {
  border-radius: 2px;
  margin-top: 15px;
}
.content1[data-v-0504625c] textarea.ivu-input {
  width: 294px;
}
.content1[data-v-0504625c] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.content1 .title1[data-v-0504625c] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 20px 24px 16px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  background-color: #ffffff;
  border-bottom: 1px solid #e9e9e9;
}
.content1 .title1 img[data-v-0504625c] {
  cursor: pointer;
  position: relative;
  top: 3px;
}
.content1 .table2[data-v-0504625c] {
  padding: 24px;
  min-height: 727px;
  background-color: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
[data-v-0504625c] .ivu-table-header {
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
}
[data-v-0504625c] .ivu-table-header th {
  text-align: center;
  padding: 0;
}
[data-v-0504625c] .ivu-table-tip {
  text-align: center;
}
[data-v-0504625c] .ivu-table-tip table {
  min-height: 220px;
}
[data-v-0504625c] .ivu-table-tip td {
  text-align: center;
}
[data-v-0504625c] .ivu-modal-content {
  min-height: 244px;
}
[data-v-0504625c] .ivu-modal-body {
  padding: 0;
}
.modal-footer[data-v-0504625c] {
  text-align: right;
  padding-right: 40px;
  margin-top: 40px;
}
.modal-title[data-v-0504625c] {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  padding: 15px 0 15px 24px;
  border-bottom: 1px solid #dddddd;
}
.modal-row[data-v-0504625c] {
  display: flex;
  justify-content: left;
  padding: 18px 24px 0 24px;
}
.modal-row .modal-left[data-v-0504625c] {
  font-size: 14px;
  font-family: PingFangSC;
  color: #666666;
}
.modal-row .modal-right[data-v-0504625c] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  width: 288px;
  color: #333;
  line-break: anywhere;
}
.head[data-v-0504625c] {
  background-color: #ffffff;
  padding: 12px 32px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.content[data-v-0504625c] {
  border-radius: 2px;
  margin-top: 15px;
}
.content .title[data-v-0504625c] {
  display: flex;
  justify-content: space-between;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 20px 24px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #e9e9e9;
}
.content .table1[data-v-0504625c] {
  padding: 24px;
  min-height: 727px;
  background-color: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.purchaseInformation[data-v-f52ee208] {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
.purchaseInformation span[data-v-f52ee208] {
  color: #16ade9;
}
.priceTitle[data-v-f52ee208] {
  font-size: 14px;
  font-weight: 500;
  font-family: "Microsoft Yahei", "PingFangSC-Regular", "PingFang SC", sans-serif;
  color: #333333;
  line-height: 20px;
}
.price[data-v-f52ee208] {
  font-size: 18px;
  font-weight: bold;
  color: #ed3e3e;
  margin-bottom: 5px;
  display: flex;
  align-items: baseline;
}
.price .sign[data-v-f52ee208] {
  font-size: 12px;
}
.yuanprice[data-v-f52ee208] {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  margin-left: 7px;
  text-decoration: line-through;
}
.changeNum input[data-v-f52ee208] {
  text-align: center;
  width: 40px;
  height: 21px;
  background: #ffffff;
  border: 1px solid #cccccc;
  font-size: 12px;
  color: #666666;
  outline: none;
}
.changeNum span[data-v-f52ee208]:nth-child(1) {
  width: 30px;
  height: 21px;
  text-align: center;
  position: relative;
  top: 2px;
  line-height: 21px;
  display: inline-block;
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  color: #cccccc;
  outline: none;
  cursor: pointer;
}
.changeNum .add[data-v-f52ee208] {
  width: 30px;
  display: inline-block;
  text-align: center;
  height: 21px;
  position: relative;
  top: 2px;
  line-height: 21px;
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #666666;
  outline: none;
  cursor: pointer;
}
.requiredItem[data-v-f52ee208]::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed4014;
}
.showGBModal[data-v-f52ee208] {
  font-size: 14px;
}
.showGBModal .buShenBaoModal-serviceContent[data-v-f52ee208] {
  display: flex;
  margin-top: 24px;
}
.showGBModal .buShenBaoModal-serviceContent .right p[data-v-f52ee208] {
  margin-bottom: 14px;
}
.showGBModal .buShenBaoModal-serviceContent .right p img[data-v-f52ee208] {
  margin-right: 5px;
}
.showGBModal .showGBModal-title[data-v-f52ee208] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.showGBModal .showGBModal-title img[data-v-f52ee208] {
  position: relative;
  top: 7px;
  margin-right: 8px;
}
.showGBModal .showGBModal-content[data-v-f52ee208] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  padding-left: 37px;
  margin-bottom: 31px;
  margin-top: 7px;
  line-height: 23px;
}
.showGBModal .showGBModal-footer[data-v-f52ee208] {
  text-align: right;
  padding-right: 24px;
  padding-bottom: 20px;
}
.showGBModal .showGBModal-footer .cancel[data-v-f52ee208] {
  margin-right: 12px;
  color: #999;
}
.showGBModal .showGBModal-footer .cancel[data-v-f52ee208]:hover {
  background: #16ade9;
  color: #fff;
  border-color: #16ade9;
}
.showGBModal .buShenBaoModal-footer[data-v-f52ee208] {
  text-align: center;
  padding-bottom: 20px;
}
.showGBModal .buShenBaoModal-footer .cancel[data-v-f52ee208] {
  margin-right: 12px;
  color: #999;
}
.showGBModal .buShenBaoModal-footer .cancel[data-v-f52ee208]:hover {
  background: #16ade9;
  color: #fff;
  border-color: #16ade9;
}
.serviceItem[data-v-f52ee208] {
  border-radius: 2px;
  border: 1px solid rgba(41, 56, 246, 0.1);
  display: flex;
  margin-bottom: 32px;
  flex-direction: column;
  margin-right: 18px;
  position: relative;
  padding: 10px;
  width: 262px;
  height: 324px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
}
.serviceItem .left[data-v-f52ee208] {
  height: 232px;
  width: 242px;
}
.serviceItem .left img[data-v-f52ee208] {
  width: 242px;
  height: 232px;
  cursor: pointer;
}
.serviceItem .left .zero-label[data-v-f52ee208] {
  height: 100px;
  width: 100px;
  position: absolute;
  top: -20px;
  left: -16px;
  z-index: 99;
}
.serviceItem .right[data-v-f52ee208] {
  height: 100%;
  width: 100%;
}
.serviceItem .right .productName[data-v-f52ee208] {
  font-family: "Microsoft Yahei", "PingFangSC-Medium", "PingFang SC", sans-serif;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  height: 20px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*限制在一个块元素显示的文本的行数*/
  -webkit-box-orient: vertical;
}
.serviceItem .right .serviceTitle[data-v-f52ee208] {
  font-size: 16px;
  font-weight: 500;
  color: #16ade9;
  margin-bottom: 5px;
  margin-top: -3px;
  font-family: "Microsoft Yahei", "PingFangSC-Regular", "PingFang SC", sans-serif;
  cursor: pointer;
}
.serviceItem .right .info[data-v-f52ee208] {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  margin-bottom: 4px;
  height: 36px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.serviceItem .right .priceTitle[data-v-f52ee208] {
  font-size: 14px;
  font-weight: 500;
  font-family: "Microsoft Yahei", "PingFangSC-Regular", "PingFang SC", sans-serif;
  color: #333333;
  line-height: 20px;
}
.serviceItem .right .price[data-v-f52ee208] {
  font-size: 18px;
  font-weight: bold;
  color: #ed3e3e;
  margin-bottom: 5px;
  display: flex;
  align-items: baseline;
}
.serviceItem .right .price .sign[data-v-f52ee208] {
  font-size: 12px;
}
.serviceItem .right .userAgreement[data-v-f52ee208] {
  font-size: 12px;
  font-family: "Microsoft Yahei", "PingFangSC-Regular", "PingFang SC", sans-serif;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  margin: 6px 0px 12px;
}
.serviceItem .right .userAgreement .agreement[data-v-f52ee208] {
  color: #16ade9ff;
}
.serviceItem .right .buy[data-v-f52ee208] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 16px;
}
.serviceItem .right .buy .addCartBtn[data-v-f52ee208],
.serviceItem .right .buy .buyNowBtn[data-v-f52ee208] {
  width: 50%;
  border-radius: 1px;
  height: 34px;
  width: 34px;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  padding: 5px 10px;
  border: none;
  outline: none;
  cursor: pointer;
}
.serviceItem .right .buy .addCartBtn[data-v-f52ee208] {
  background: #ffffff;
  margin-right: 21px;
  display: flex;
  padding: 0px;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.serviceItem .right .buy .addCartBtn img[data-v-f52ee208] {
  margin-right: 2px;
  margin-bottom: 2px;
}
.serviceItem .right .buy .buyNowBtn[data-v-f52ee208] {
  width: 184px;
  height: 34px;
  background: #19ace8;
}
.serviceItem .right .zero-show[data-v-f52ee208] {
  height: 30px;
  background: #16ade9;
  border-radius: 14px;
  opacity: 0.5;
  margin: 16px 20px 0 16px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 12px;
}
.serviceItem .line[data-v-f52ee208] {
  width: 1px;
  height: 105px;
  background: #dddddd;
  position: absolute;
  right: -30px;
  top: 7px;
}
.serviceItem[data-v-f52ee208]:hover {
  box-shadow: 0px 2px 10px 0px rgba(20, 90, 226, 0.14);
  border: 1px solid rgba(41, 56, 246, 0.1);
  cursor: pointer;
}
.notShelves .right .buy .addCartBtn[data-v-f52ee208] {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  color: #c8c8c8;
  border-color: #c8c8c8;
}
.notShelves .right .buy .buyNowBtn[data-v-f52ee208] {
  background: #c8c8c8;
  color: #ffffff;
  border-color: #c8c8c8;
}
.tipsModal-title[data-v-f52ee208] {
  font-size: 22px;
  color: #333;
  font-weight: 600;
}
.tipsModal-content[data-v-f52ee208] {
  font-size: 16px;
  line-height: 26px;
}

.purchaseInformation[data-v-3235db68] {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
.purchaseInformation span[data-v-3235db68] {
  color: #16ade9;
}
.priceTitle[data-v-3235db68] {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Microsoft Yahei', 'PingFangSC-Regular', 'PingFang SC', sans-serif;
  color: #333333;
  line-height: 20px;
}
.price[data-v-3235db68] {
  font-size: 20px;
  font-weight: bold;
  color: #ed3e3e;
  display: flex;
}
.price .currency[data-v-3235db68] {
  font-size: 14px;
  line-height: 18px;
}
.price .sign[data-v-3235db68] {
  font-size: 12px;
}
.yuanprice[data-v-3235db68] {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #707174;
  margin-left: 7px;
  text-decoration: line-through;
}
.payingUsers[data-v-3235db68] {
  font-size: 12px;
  line-height: 21px;
  color: #999;
  position: relative;
  top: 5px;
  font-weight: normal;
  float: right;
}
.changeNum input[data-v-3235db68] {
  text-align: center;
  width: 40px;
  height: 21px;
  background: #ffffff;
  border: 1px solid #cccccc;
  font-size: 12px;
  color: #666666;
  outline: none;
}
.changeNum span[data-v-3235db68]:nth-child(1) {
  width: 30px;
  height: 21px;
  text-align: center;
  position: relative;
  top: 2px;
  line-height: 21px;
  display: inline-block;
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  color: #cccccc;
  outline: none;
  cursor: pointer;
}
.changeNum .add[data-v-3235db68] {
  width: 30px;
  display: inline-block;
  text-align: center;
  height: 21px;
  position: relative;
  top: 2px;
  line-height: 21px;
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #666666;
  outline: none;
  cursor: pointer;
}
.requiredItem[data-v-3235db68]::before {
  content: '*';
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed4014;
}
.showGBModal[data-v-3235db68] {
  font-size: 14px;
}
.showGBModal .buShenBaoModal-serviceContent[data-v-3235db68] {
  display: flex;
  margin-top: 24px;
}
.showGBModal .buShenBaoModal-serviceContent .right p[data-v-3235db68] {
  margin-bottom: 14px;
}
.showGBModal .buShenBaoModal-serviceContent .right p img[data-v-3235db68] {
  margin-right: 5px;
}
.showGBModal .showGBModal-title[data-v-3235db68] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.showGBModal .showGBModal-title img[data-v-3235db68] {
  position: relative;
  top: 7px;
  margin-right: 8px;
}
.showGBModal .showGBModal-content[data-v-3235db68] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  padding-left: 37px;
  margin-bottom: 31px;
  margin-top: 7px;
  line-height: 23px;
}
.showGBModal .showGBModal-footer[data-v-3235db68] {
  text-align: right;
  padding-right: 24px;
  padding-bottom: 20px;
}
.showGBModal .showGBModal-footer .cancel[data-v-3235db68] {
  margin-right: 12px;
  color: #999;
}
.showGBModal .showGBModal-footer .cancel[data-v-3235db68]:hover {
  background: #16ade9;
  color: #fff;
  border-color: #16ade9;
}
.showGBModal .buShenBaoModal-footer[data-v-3235db68] {
  text-align: center;
  padding-bottom: 20px;
}
.showGBModal .buShenBaoModal-footer .cancel[data-v-3235db68] {
  margin-right: 12px;
  color: #999;
}
.showGBModal .buShenBaoModal-footer .cancel[data-v-3235db68]:hover {
  background: #16ade9;
  color: #fff;
  border-color: #16ade9;
}
.serviceItem[data-v-3235db68] {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 250px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 0px 9px 0px #1c222d0a;
  border: 1px solid #e3e3e3;
  padding-bottom: 16px;
}
.serviceItem .left[data-v-3235db68] {
  height: 250px;
  width: 250px;
  position: relative;
  padding: 12px;
}
.serviceItem .left b[data-v-3235db68] {
  width: 65px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAQCAYAAABJJRIXAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAATQSURBVHgBnVdNaxtXFD0zkmUK0kbqQtpYm7oL2xsJilWoQ2gMhXiTVbooLZT+nv6GULpLF+1KKy+CSsFuIe7CMrRSIXKhEg1SIBkIkqyZ3Dtzr3Q1M/ogFx5v3ve559133hsHaXbvn31k/ByCcQ/PjjxsYUEQ5CkrUypJ6juOc0X1j+l7RN/n0u+Eso8pPaW6N2Z8lTJu+5Pqr/EeRnPsU8Y4bmmOoWDiuhGlieBLWDZRwwS4/j0E9O18wMCa+OOHGnynDh/X+PSbS7NokbIGJc53pXpIaUCpK+WRtCtRTEDHEiB2LHMcU79jU8/ztSg9NGtY+5Hmmsj3IaINGKg3lCqULigVKO2ljB8lSci4RQS+epkLc98lMogVF0dUujS9eUGOlDfiHAjQL7EZ24h2B+JEy4CUZQIFzomJ53V7iHZvJOPaZoiSOTQEKB62YazMkcjjL5BiSRJm/oicZYcncKY3EUq3jax/iHHQtV1p4g5lHXLiUKr6xjEGWjflihlaoXKbQ1bKOj4nyTOO8JxF+dYw1/6emV9D3WNiZP2c1A2xxpZJuP9/Ho5Xo0jwMH7ZxG+fRSHb+Cp0Nj6YFnqEBdvq3HcCnBOfR96pselTkPxK5lAtYYeUKEsgR0dDHNII0n59My9HC+MdSXkeFbFoSVg2dNx/RWfHzSPj5TCb7cLJ9ucErLeepCMB2TFAdLdaBKJnHP6S0kQ1gXKP6puIzryHxe6dS3lH66ivOq3Ha2SwqHZodGj0bBR2F5nXp3DdCn0VQgLYfL+E7YxB9QzwHhZRUEoBET+zaqeIIoTP7HOZryZEaeQwiY/ltkmbh0XwzLRVVqyVsCxmQdJhh0Dc/+sU0+zfcGbRZNlJ216XcgbPsCw2XMdR8TMWxDygvtqudVY7WAg5XC9NxDCmvOhIDsthz8Y4bleIomLUaBlgg2XhuH3SgIVosSAG7pAugyp2/CozEpqzy2CfmrEVAQ/jGANh5nlQXEOs6s8Flh2XY3JI+UFszAlW2wv9MCI4EeHkb42gLSLhw7fnGLq0e9k87u76eHYQgT+5qSCz83DeM6BJD65zuDlSxyuygA07vbYYCId1WRztUvlr6XeV8kaoixM8xzoR4z4lcdYes7zBwDbXg02iiJCEn0Knnidafj3o40F3aI5L2xAAAcMvu6qUR8YRthrkYUQE3GIhbks7Iw8uPSbNdaDlaiwhubuvEEWp3SC2bcQ95Z2gxrvuuwRu6pFgtkJSksDZcb3K1JGBeRmy8VWoO5MWmgXz/cjoR5qtuvc/wuIKtaLcxxaWTsIX/xYxHtPTeVaAv0yAmDKt97/dPQ7TmnyHz2NybM+0xa1s5th0nalzc7ETwhtS1Ndq2hW60iISfn9Spv+CAhrfRnowmdKVFUQ7NNvJpYxjEizjVhuYGBsFFlRaJOgc1/zDhRUmYqe6Ysna1zojivPnMrawiIQgcxbq+cUT4PtPeng5W4RoZpp2RvXamosiAbgUsKro9idJQVWpvUD1LTOXttWprY4tLKYrSoL+eRZN28mG43XOGiQkzNr0Sizjzh+EQvl554pW2qM/xwn+e3GbAqIZDgsCfuSwowMpMzl6a9hdzUk/1RFIf46QMZaf1ZusGxsPWU9xFrAQxPyaeebvjHdeNAtg/2QVGQAAAABJRU5ErkJggg==) no-repeat;
}
.serviceItem .left img[data-v-3235db68] {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.serviceItem .left .zero-label[data-v-3235db68] {
  height: 100px;
  width: 100px;
  position: absolute;
  top: -20px;
  left: -16px;
  z-index: 99;
}
.serviceItem .right[data-v-3235db68] {
  height: auto;
  width: 100%;
  padding: 0 12px;
}
.serviceItem .right .productName[data-v-3235db68] {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  margin-bottom: 6px;
  color: #171f49;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*限制在一个块元素显示的文本的行数*/
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.serviceItem .right .serviceTitle[data-v-3235db68] {
  font-size: 16px;
  font-weight: 500;
  color: #16ade9;
  margin-bottom: 5px;
  margin-top: -3px;
  cursor: pointer;
}
.serviceItem .right .info[data-v-3235db68] {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  margin-bottom: 4px;
  height: 36px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.serviceItem .right .priceTitle[data-v-3235db68] {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
.serviceItem .right .price[data-v-3235db68] {
  font-weight: 700;
  line-height: 24px;
  font-size: 20px;
  color: #ff5656;
  display: flex;
  align-items: flex-end;
}
.serviceItem .right .price .sign[data-v-3235db68] {
  font-size: 14px;
}
.serviceItem .right .userAgreement[data-v-3235db68] {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  margin: 6px 0px 12px;
}
.serviceItem .right .userAgreement .agreement[data-v-3235db68] {
  color: #16ade9ff;
}
.serviceItem .right .buy[data-v-3235db68] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.serviceItem .right .buy .addCartBtn[data-v-3235db68],
.serviceItem .right .buy .buyNowBtn[data-v-3235db68] {
  width: 96px;
  height: 32px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  border: 1px solid #0041DC;
}
.serviceItem .right .buy .addCartBtn[data-v-3235db68] {
  background: #ffffff;
  display: flex;
  padding: 0px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #0041DC;
}
.serviceItem .right .buy .addCartBtn img[data-v-3235db68] {
  margin-right: 2px;
  margin-bottom: 2px;
}
.serviceItem .right .buy .buyNowBtn[data-v-3235db68] {
  background: #0041DC;
  color: #fff;
}
.serviceItem .right .zero-show[data-v-3235db68] {
  height: 30px;
  background: #16ade9;
  border-radius: 14px;
  opacity: 0.5;
  margin: 16px 20px 0 16px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 12px;
}
.serviceItem .line[data-v-3235db68] {
  width: 1px;
  height: 105px;
  background: #dddddd;
  position: absolute;
  right: -30px;
  top: 7px;
}
.serviceItemCZH .left b[data-v-3235db68] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAATCAYAAAApmKv9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAV7SURBVHgB7RhNaxtXcFZeS64dbWvLKcVqaCNKrdRFMoTo0vhSH1IHYpxTf0Qhh17yG3JpQ6C3ntqTT3FLUU7KxemhDoXKUFBK8ELCmlBLmGqN65Wl3c7szpPGz0+yew0ZeOjtvJnZ+Z63ssAE1WoGCtY8hMcFfJqF0MrE+FTkQQhNsGfqULzuw2sIltrM34uy72Tg8m9f/NSEcHwZwtAZyWlHW1BcfTrsOIoicuIarjSjOpZlrfPZdSBHAzRwtXHdZprvkSZgGuLN46ppon2k8fC8aHhtfMb8ReZ3EbeDzyV+pnd2cF0Dk1nAzpicgLXdS64D3THEhHAmdK0KNH5uolPcIRTK6G1cc7RHpXKoXAv3ZaZ5yjQETeEMZQzBsiZ3E8+zBnx8hsvjvZKxx88VXBnWJ8tLBz92yKQNFf/tlvPy4z9PHnejOiaRCxPTbTjad2DCzmEZlbGEHAjTNSjeMDoDFb7GCu2gkZsiI/K4twRpE1eJ922BJ0N2cLlsOJVnTfCQMRv8TEau8L4lZCiDfc7WDD8fcRY1wAA2ZYeVguLLT/4Q6J4P46kqfLraFEhSyoPGhgudMQcWb3gmgfhy6jsVpn/M6F1IsoLODhgXUEYgvSrNvjzE11iWyiRPlQLjP2cD62SgeL3UV8klR+eEbOm0U2BPZKDcnn0FweS/AgsPYX41aZqNRyUIuhfBwoaanvG4mY5qqBcgSV1XlQAbu8n7OU15VTImRVX2bCkER7vAj8NKLqN4yAEcJPnOoUAlk99/99UAY0U7UFxLDH5WXYHjbgHG4oMidPd9qD5Yh5t3ghEy6eWUrmVURD97DANjqDHOibMTynIfoShT2ckAyGjL5trW3uUZeEbpHYNtR5ANMiI7xqJE0PYvBTjuFTT6LBQ+pKgZpwsqF/cJfmyyAhQtFcUjsW+KvS+iW2IeZWiHexLBrjBOzzDp0HlcS5A4ZWMIjRHQH5AJ3jocYDpWJ/5NhTkxlQfQ6ws3garbQIxYcio1PTKYBKrmRhFVDt8TMpY0mXK8knF5wU+g9Nk16KEckNF4hoKNGgbj3fHMMXCWpKPk3tC1dpOhrEE0sn/o0SOQPUM6rMXjU6f/AddNSAx9Asm0iYFKhycWgccZCQYZCq87bWRDJUiRoKn93AATWknUFm95GE9tNOH0scP6CHmyXHTlCKc3VBN9lnl8/qUL2iw7Q5ZfS+wD0cCVDIJTIxfOgFTPAm96770BJrTyOFoTgQu3ahBGOALxVmrbm/DixXq/4ZqhbzwqsoLrK2G0p50Pi+4VQU8RdgRfTuMx9gZ0zo+4vsPlwv8YuQT2QQq2nf1c5UIrB4fOP/DBXwsw8/el/O/q4lJabcA5QIsE9QRynLq40bXd5RLxGC+j67MMOlc9g8amcqaSe2LECqfKO4qSQY2adJ9QPHAOsJ/fsYLF+9HW+88X6DIFk20H2wQsX70fzR4EUH92dzDyPnoQZaZDKHV7cOWwCw/lGZwjEojfFooXDYpW+LfBJaLwyiEX+VfvDboMkt3g1R+5hmuArl/SNuMs8Z0CemJ2oDCUp9JQvvpt5FHjDS1wrB5ke6gc3mzpun8bb7nSKaZ+MApOGGPIDhCGpzUeOZ4lHYHqUzsaTyDOTEDTtRk7hLLks3tR9RA/8KwQTnzlRvT9wRvpX3RKNpuOP+AeaS+e5d6hA02PL4URClS6L/JvQ1zEOvyrl0wBBiPbVxnJFz2Hca7GK3lMQMPiyamLRumbaAlncQnOAPwe9qY6UPv1br/+KUOyQ8jJsD0YjF1J53F5KH5Xu4JfZn6P9zpIenJYPKHE3wDkhDScDbEcy3SC2ZI9wm+cHpbQGEWcvRyloJ2KwO2G4Na/tjx4A68//AeemlObdADHoAAAAABJRU5ErkJggg==) no-repeat;
  background-size: cover;
}
.serviceItem[data-v-3235db68]:hover {
  box-shadow: 0px 2px 10px 0px rgba(20, 90, 226, 0.14);
  cursor: pointer;
}
.notShelves .right .buy .addCartBtn[data-v-3235db68] {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  color: #c8c8c8;
  border-color: #c8c8c8;
}
.notShelves .right .buy .buyNowBtn[data-v-3235db68] {
  background: #c8c8c8;
  color: #ffffff;
  border-color: #c8c8c8;
}
.tipsModal-title[data-v-3235db68] {
  font-size: 22px;
  color: #333;
  font-weight: 600;
}
.tipsModal-content[data-v-3235db68] {
  font-size: 16px;
  line-height: 26px;
}
.btn-quote[data-v-3235db68] {
  width: 100%;
  height: 32px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  border: 1px solid #3190FF;
  background: transparent;
  color: #3190FF;
  margin-top: 18px;
}

.container[data-v-35dc1e3a] {
  padding-bottom: 24px;
  background: #fff;
  min-height: calc(100vh - 86px);
}
.container .title[data-v-35dc1e3a] {
  padding: 24px;
  background: #ffffff;
  font-size: 16px;
  font-size: 24px;
  font-family: "Microsoft Yahei", PingFangSC-Semibold, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  border-radius: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f6f6f6;
  margin-top: 24px;
}
.container .title .tab[data-v-35dc1e3a] {
  margin-right: 44px;
  cursor: pointer;
}
.container .title .active[data-v-35dc1e3a] {
  color: #16ade9;
}
.container .countrylist[data-v-35dc1e3a] {
  background: #ffffff;
}
.container .countrylist .item-box[data-v-35dc1e3a] {
  background: #ffffff;
  padding: 12px 19px;
  display: flex;
  margin: 10px 5px;
  position: relative;
}
.container .countrylist .item-box .left[data-v-35dc1e3a] {
  width: 110px;
  flex-shrink: 0;
}
.container .countrylist .item-box .shou[data-v-35dc1e3a] {
  height: 40px;
  overflow: hidden;
}
.container .countrylist .item-box .right[data-v-35dc1e3a] {
  position: absolute;
  color: #0041DC;
  font-size: 14px;
  top: 22px;
  right: 47px;
  cursor: pointer;
}
.container .countrylist .item-box .right img[data-v-35dc1e3a] {
  vertical-align: middle;
}
.container .countrylist .item-box .item[data-v-35dc1e3a] {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  cursor: pointer;
  margin-right: 28px;
  padding: 4px 8px;
  border-radius: 2px;
  line-height: 40px;
}
.container .countrylist .item-box .item span[data-v-35dc1e3a] {
  white-space: nowrap;
}
.container .countrylist .item-box .item-active[data-v-35dc1e3a] {
  height: 30px;
  background: #f0f6ff;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  color: #0041DC;
}
.container .countrylist .item-box .zero-label[data-v-35dc1e3a] {
  vertical-align: middle;
  margin-left: -30px;
}
.container .content[data-v-35dc1e3a] {
  margin: 0 0 16px;
}
.container .content .countries[data-v-35dc1e3a] {
  background: #f1f2f7;
  padding-bottom: 0px;
  padding-top: 24px;
  padding-right: 0px;
}
.container .content .countries .countryTitle[data-v-35dc1e3a] {
  height: 24px;
  background: #ffffff;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  padding: 0px 12px;
  border-radius: 0px 15px 15px 0px;
}
.container .content .countries .countryTitle img[data-v-35dc1e3a] {
  width: 24px;
  margin-right: 10px;
  margin-bottom: 2px;
}
.container .content .countries .serviceList[data-v-35dc1e3a] {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
.tabsbox[data-v-35dc1e3a] {
  height: 44px;
  line-height: 40px;
  background: #ffffff;
  font-weight: 400;
  color: #606266;
  font-size: 14px;
  padding: 0px 26px;
  border-bottom: 1px solid #e9e9e9;
}
.tabsbox .tab[data-v-35dc1e3a] {
  display: inline-block;
  margin-right: 54px;
  cursor: pointer;
}
.tabsbox .tab img[data-v-35dc1e3a] {
  vertical-align: middle;
}
.tabsbox .cur[data-v-35dc1e3a] {
  color: #0041DC;
  border-bottom: 3px solid #0041DC;
}
.tabsbox .link[data-v-35dc1e3a] {
  color: #fc7032;
}
.allbox[data-v-35dc1e3a] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.nodata[data-v-35dc1e3a] {
  text-align: center;
  width: 100%;
}
.fixed[data-v-35dc1e3a] {
  position: fixed;
  top: 44px;
  z-index: 9999;
}
@media only screen and (min-width: 1930px) {
.fixed[data-v-35dc1e3a] {
    width: 90%;
}
}


[data-v-601e8d70] .ivu-table-tip table {
  min-height: 184px;
  font-size: 12px;
}
[data-v-601e8d70] .ivu-tooltip-rel {
  max-width: 150px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-v-601e8d70] .ivu-table-row th,[data-v-601e8d70] .ivu-table-row td {
  text-align: center;
  font-size: 12px;
}
[data-v-601e8d70] .ivu-table-header th {
  text-align: center;
  font-weight: 600;
  color: #333;
  font-size: 12px;
}
.head[data-v-601e8d70] {
  background-color: #ffffff;
  padding: 12px 32px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.content[data-v-601e8d70] {
  border-radius: 2px;
  min-height: 800px;
  background-color: #ffffff;
}
.content .title[data-v-601e8d70] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 20px 24px 0;
  background-color: #ffffff;
}
.content .title .label[data-v-601e8d70] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #666666;
  margin-right: 6px;
}
.content .table1[data-v-601e8d70] {
  padding: 24px;
}
.content .table1 .btF[data-v-601e8d70] {
  cursor: pointer;
}
.content .tabs-box[data-v-601e8d70] {
  border-bottom: 1px solid #f6f6f6;
  display: flex;
  margin-top: 20px;
}
.content .tabs-box div[data-v-601e8d70] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-right: 42px;
  padding-bottom: 6px;
  cursor: pointer;
}
.content .tabs-box div.active[data-v-601e8d70] {
  color: #0041DC;
  border-bottom: 2px solid #0041DC;
}
.content .tabs-box div .huibiao[data-v-601e8d70] {
  display: inline-block;
  background-color: #ff5050;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 5px;
  margin-left: 2px;
}

.top-speed[data-v-636906b2] {
  text-align: center;
  margin-top: 20px;
}
.top-speed .top-reason[data-v-636906b2] {
  text-align: left;
  word-break: break-all;
  margin-top: 20px;
  margin-left: 32px;
  margin-right: 32px;
  padding: 11px 21px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  background: #fff1dd;
}
.top-speed .top-reason span[data-v-636906b2] {
  color: #fa5555;
}
.top-speed .top-reason img[data-v-636906b2] {
  position: relative;
  top: 3px;
}
.top-speed p[data-v-636906b2] {
  margin: 0 auto;
  position: relative;
  width: 970px;
  font-size: 12px;
  font-family: PingFangSC;
  color: #666666;
}
.top-speed p .status1[data-v-636906b2] {
  position: absolute;
  top: 28px;
  left: 60px;
}
.top-speed p .status2[data-v-636906b2] {
  position: absolute;
  top: 28px;
  left: 241px;
}
.top-speed p .status3[data-v-636906b2] {
  position: absolute;
  top: 28px;
  left: 604px;
}
.top-speed p .status4[data-v-636906b2] {
  position: absolute;
  top: 28px;
  left: 788px;
}

.data-preparation[data-v-4d274d59] {
  padding-right: 6px;
  margin-top: 32px;
}
.data-preparation h2[data-v-4d274d59] {
  color: #303132;
  font-size: 16px;
}
.information-safety-tips[data-v-4d274d59] {
  min-height: 38px;
  margin: 16px 0 32px;
  background: #f0f6ff;
  color: #303132;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #cce1ff;
  padding: 10px 16px;
}
.upload-files-tips[data-v-4d274d59] {
  color: #919498;
  margin-bottom: 24px;
}
.upload-files-tips .download-btn[data-v-4d274d59] {
  float: right;
  color: #3a7fff;
  cursor: pointer;
  font-size: 12px;
  position: relative;
  top: 2px;
}
.upload-files-tips .download-btn img[data-v-4d274d59] {
  width: 16px;
  vertical-align: top;
}
.data-preparation-list[data-v-4d274d59] {
  margin-bottom: -1px;
  width: 100%;
  border: 1px solid #f0f0f0;
}
.data-preparation-list td[data-v-4d274d59] {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 32px;
}
.data-preparation-list .upload-files-parent-label[data-v-4d274d59] {
  background: #fafafa;
  width: 192px;
  border-right: 1px solid #f0f0f0;
}
.data-preparation-list .upload-files-label[data-v-4d274d59] {
  background: #fafafa;
  width: 260px;
}
.data-preparation-list .upload-files-item > span[data-v-4d274d59] {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.data-preparation-list .upload-files-item > span a[data-v-4d274d59] {
  color: #606266;
}
.data-preparation-list .upload-files-item > span a[data-v-4d274d59]:hover {
  color: #3a7fff;
  cursor: pointer;
}
.data-preparation-list .upload-files-item b[data-v-4d274d59] {
  font-weight: normal;
}
.data-preparation-list .upload-files-item span[data-v-4d274d59]:last-child {
  border: none;
}
.module-radio-group[data-v-4d274d59] {
  margin-bottom: 20px;
}
.module-radio-group > span[data-v-4d274d59] {
  display: inline-block;
  width: 192px;
}
.module-radio-group[data-v-4d274d59] .ivu-radio-wrapper {
  margin-right: 24px;
}
.upload-remind-message[data-v-4d274d59] {
  color: #919498;
  margin-bottom: 0;
}
.data-preparation-tips[data-v-4d274d59] {
  font-size: 16px;
  color: #303132;
  margin: 42px 0 24px;
  font-weight: bold;
}


[data-v-c6b8a7c8] .ivu-input {
  font-size: 14px !important;
}
.productListTable[data-v-c6b8a7c8] .ivu-upload-select {
  width: 100px !important;
}
[data-v-c6b8a7c8] .ivu-input {
  display: inline-block;
  width: 130px !important;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
[data-v-c6b8a7c8] .ivu-select {
  width: 130px !important;
}
[data-v-c6b8a7c8] .ivu-select .ivu-select-selection {
  height: 32px !important;
}
[data-v-c6b8a7c8] .ivu-select .ivu-select-selection .ivu-select-placeholder,[data-v-c6b8a7c8] .ivu-select .ivu-select-selection .ivu-select-selected-value {
  height: 32px !important;
  line-height: 32px !important;
  text-align: left;
}
[data-v-c6b8a7c8] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-c6b8a7c8] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
[data-v-c6b8a7c8] .ivu-input {
  width: 120px;
}
[data-v-c6b8a7c8] .ivu-upload {
  cursor: pointer;
}
[data-v-c6b8a7c8] .ivu-upload .inner {
  width: 100px !important;
  height: 32px;
  background: #16ade9 !important;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-c6b8a7c8] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
[data-v-c6b8a7c8] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.out-img-box .img-box[data-v-c6b8a7c8] {
  position: relative;
  text-align: center;
  padding-top: 8px;
  width: 100%;
}
.out-img-box .img-box .show-pdf[data-v-c6b8a7c8] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-c6b8a7c8] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-c6b8a7c8] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-c6b8a7c8] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-c6b8a7c8] {
  color: #16ade9;
}
.upload-tip img[data-v-c6b8a7c8] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-c6b8a7c8] {
  margin: 20px 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-c6b8a7c8] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-c6b8a7c8] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}


[data-v-6f949622] .ivu-input {
  font-size: 14px !important;
}
.productListTable[data-v-6f949622] .ivu-upload-select {
  width: 100px !important;
}
[data-v-6f949622] .ivu-input {
  display: inline-block;
  width: 130px !important;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
[data-v-6f949622] .ivu-select {
  width: 130px !important;
}
[data-v-6f949622] .ivu-select .ivu-select-selection {
  height: 32px !important;
}
[data-v-6f949622] .ivu-select .ivu-select-selection .ivu-select-placeholder,[data-v-6f949622] .ivu-select .ivu-select-selection .ivu-select-selected-value {
  height: 32px !important;
  line-height: 32px !important;
  text-align: left;
}
[data-v-6f949622] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-6f949622] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
[data-v-6f949622] .ivu-input {
  width: 120px;
}
[data-v-6f949622] .ivu-upload {
  cursor: pointer;
}
[data-v-6f949622] .ivu-upload .inner {
  width: 100px !important;
  height: 32px;
  background: #16ade9 !important;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-6f949622] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
[data-v-6f949622] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.out-img-box .img-box[data-v-6f949622] {
  position: relative;
  text-align: center;
  padding-top: 8px;
  width: 100%;
}
.out-img-box .img-box .show-pdf[data-v-6f949622] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-6f949622] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-6f949622] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-6f949622] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-6f949622] {
  color: #16ade9;
}
.upload-tip img[data-v-6f949622] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-6f949622] {
  margin: 20px 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-6f949622] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-6f949622] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}


[data-v-0637450b] .ivu-input {
  font-size: 14px !important;
}
.productListTable[data-v-0637450b] .ivu-upload-select {
  width: 100px !important;
}
[data-v-0637450b] .ivu-input {
  display: inline-block;
  width: 130px !important;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.packingTable[data-v-0637450b] {
  width: 100%;
  text-align: center;
  border: 1px solid #ebeef5;
}
.packingTable .heard[data-v-0637450b] {
  height: 60px;
  background: #fafafa;
}
.packingTable .title[data-v-0637450b] {
  background: #fafafa;
  color: #333333;
  font-size: 12px;
}
.packingTable .body[data-v-0637450b] {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.packingTable .body span[data-v-0637450b] {
  flex: 1;
}
.packingTable .body span .name[data-v-0637450b] {
  flex: 2;
}
.packingTable .border-left[data-v-0637450b] {
  border-left: 1px solid #ebeef5;
}
.packingTable .border-top[data-v-0637450b] {
  border-top: 1px solid #ebeef5;
}
.packingTable .border-bottom[data-v-0637450b] {
  border-bottom: 1px solid #ebeef5;
}


[data-v-9563636c] .ivu-input {
  font-size: 14px !important;
}
.productListTable[data-v-9563636c] .ivu-upload-select {
  width: 100px !important;
}
[data-v-9563636c] .ivu-input {
  display: inline-block;
  width: 130px !important;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
[data-v-9563636c] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-9563636c] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
[data-v-9563636c] .ivu-input {
  width: 120px;
}
[data-v-9563636c] .ivu-upload .inner1 {
  width: 100px;
  text-align: center;
  height: 32px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
[data-v-9563636c] .ivu-upload .inner1 .uplad-word {
  color: #02a7f0;
}
.out-img-box .img-box[data-v-9563636c] {
  position: relative;
  text-align: center;
  padding-top: 8px;
  width: 100%;
}
.out-img-box .img-box .show-pdf[data-v-9563636c] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-9563636c] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-9563636c] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-9563636c] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-9563636c] {
  color: #16ade9;
}
.upload-tip img[data-v-9563636c] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-9563636c] {
  margin: 20px 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-9563636c] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-9563636c] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}
.isDetails[data-v-9563636c] {
  display: none;
}


[data-v-3a47c01e] .ivu-input {
  font-size: 14px !important;
}
.productListTable[data-v-3a47c01e] .ivu-upload-select {
  width: 100px !important;
}
[data-v-3a47c01e] .ivu-input {
  display: inline-block;
  width: 130px !important;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
[data-v-3a47c01e] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-3a47c01e] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
[data-v-3a47c01e] .ivu-input {
  width: 120px;
}
[data-v-3a47c01e] .ivu-upload {
  cursor: pointer;
}
[data-v-3a47c01e] .ivu-upload .inner {
  width: 100px !important;
  height: 32px;
  background: #16ade9 !important;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-3a47c01e] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
[data-v-3a47c01e] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.out-img-box .img-box[data-v-3a47c01e] {
  position: relative;
  text-align: center;
  padding-top: 8px;
  width: 100%;
}
.out-img-box .img-box .show-pdf[data-v-3a47c01e] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-3a47c01e] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-3a47c01e] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-3a47c01e] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-3a47c01e] {
  color: #16ade9;
}
.upload-tip img[data-v-3a47c01e] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-3a47c01e] {
  margin: 20px 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-3a47c01e] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-3a47c01e] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}


[data-v-598c5d7f] .ivu-input {
  font-size: 14px !important;
}
.productListTable[data-v-598c5d7f] .ivu-upload-select {
  width: 100px !important;
}
[data-v-598c5d7f] .ivu-input {
  display: inline-block;
  width: 130px !important;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
[data-v-598c5d7f] .ivu-select {
  width: 130px !important;
}
[data-v-598c5d7f] .ivu-select .ivu-select-selection {
  height: 32px !important;
}
[data-v-598c5d7f] .ivu-select .ivu-select-selection .ivu-select-placeholder,[data-v-598c5d7f] .ivu-select .ivu-select-selection .ivu-select-selected-value {
  height: 32px !important;
  line-height: 32px !important;
  text-align: left;
}
[data-v-598c5d7f] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-598c5d7f] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
[data-v-598c5d7f] .ivu-input {
  width: 120px;
}
[data-v-598c5d7f] .ivu-upload {
  cursor: pointer;
}
[data-v-598c5d7f] .ivu-upload .inner {
  width: 100px !important;
  height: 32px;
  background: #16ade9 !important;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-598c5d7f] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
[data-v-598c5d7f] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.out-img-box .img-box[data-v-598c5d7f] {
  position: relative;
  text-align: center;
  padding-top: 8px;
  width: 100%;
}
.out-img-box .img-box .show-pdf[data-v-598c5d7f] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-598c5d7f] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-598c5d7f] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-598c5d7f] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-598c5d7f] {
  color: #16ade9;
}
.upload-tip img[data-v-598c5d7f] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-598c5d7f] {
  margin: 20px 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-598c5d7f] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-598c5d7f] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}


[data-v-ccf4b40c] .ivu-input {
  font-size: 14px !important;
}
.productListTable[data-v-ccf4b40c] .ivu-upload-select {
  width: 100px !important;
}
[data-v-ccf4b40c] .ivu-input {
  display: inline-block;
  width: 130px !important;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
[data-v-ccf4b40c] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-ccf4b40c] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
[data-v-ccf4b40c] .ivu-input {
  width: 120px;
}
[data-v-ccf4b40c] .ivu-upload {
  cursor: pointer;
}
[data-v-ccf4b40c] .ivu-upload .inner {
  width: 100px !important;
  height: 32px;
  background: #16ade9 !important;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-ccf4b40c] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
[data-v-ccf4b40c] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.out-img-box .img-box[data-v-ccf4b40c] {
  position: relative;
  text-align: center;
  padding-top: 8px;
  width: 100%;
}
.out-img-box .img-box .show-pdf[data-v-ccf4b40c] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-ccf4b40c] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-ccf4b40c] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-ccf4b40c] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-ccf4b40c] {
  color: #16ade9;
}
.upload-tip img[data-v-ccf4b40c] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-ccf4b40c] {
  margin: 20px 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-ccf4b40c] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-ccf4b40c] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}


[data-v-339ebeee] .ivu-input {
  font-size: 14px !important;
}
.productListTable[data-v-339ebeee] .ivu-upload-select {
  width: 100px !important;
}
[data-v-339ebeee] .ivu-input {
  display: inline-block;
  width: 130px !important;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
[data-v-339ebeee] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-339ebeee] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
[data-v-339ebeee] .ivu-input {
  width: 120px;
}
[data-v-339ebeee] .ivu-upload {
  cursor: pointer;
}
[data-v-339ebeee] .ivu-upload .inner {
  width: 100px !important;
  height: 32px;
  background: #16ade9 !important;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-339ebeee] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
[data-v-339ebeee] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.out-img-box .img-box[data-v-339ebeee] {
  position: relative;
  text-align: center;
  padding-top: 8px;
  width: 100%;
}
.out-img-box .img-box .show-pdf[data-v-339ebeee] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-339ebeee] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-339ebeee] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-339ebeee] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-339ebeee] {
  color: #16ade9;
}
.upload-tip img[data-v-339ebeee] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-339ebeee] {
  margin: 20px 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-339ebeee] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-339ebeee] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}


[data-v-24cd8a0e] .ivu-input {
  font-size: 14px !important;
}
.productListTable[data-v-24cd8a0e] .ivu-upload-select {
  width: 100px !important;
}
[data-v-24cd8a0e] .ivu-input {
  display: inline-block;
  width: 130px !important;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
[data-v-24cd8a0e] .ivu-select {
  width: 130px !important;
}
[data-v-24cd8a0e] .ivu-select .ivu-select-selection {
  height: 32px !important;
}
[data-v-24cd8a0e] .ivu-select .ivu-select-selection .ivu-select-placeholder,[data-v-24cd8a0e] .ivu-select .ivu-select-selection .ivu-select-selected-value {
  height: 32px !important;
  line-height: 32px !important;
  text-align: left;
}
[data-v-24cd8a0e] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-24cd8a0e] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
[data-v-24cd8a0e] .ivu-input {
  width: 120px;
}
[data-v-24cd8a0e] .ivu-upload {
  cursor: pointer;
}
[data-v-24cd8a0e] .ivu-upload .inner {
  width: 100px !important;
  height: 32px;
  background: #16ade9 !important;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-24cd8a0e] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
[data-v-24cd8a0e] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.out-img-box .img-box[data-v-24cd8a0e] {
  position: relative;
  text-align: center;
  padding-top: 8px;
  width: 100%;
}
.out-img-box .img-box .show-pdf[data-v-24cd8a0e] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-24cd8a0e] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-24cd8a0e] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-24cd8a0e] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-24cd8a0e] {
  color: #16ade9;
}
.upload-tip img[data-v-24cd8a0e] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-24cd8a0e] {
  margin: 20px 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-24cd8a0e] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-24cd8a0e] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}


[data-v-d46655ac] .ivu-input {
  font-size: 14px !important;
}
.productListTable[data-v-d46655ac] .ivu-upload-select {
  width: 100px !important;
}
[data-v-d46655ac] .ivu-input {
  display: inline-block;
  width: 130px !important;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
[data-v-d46655ac] .ivu-select {
  width: 130px !important;
}
[data-v-d46655ac] .ivu-select .ivu-select-selection {
  height: 32px !important;
}
[data-v-d46655ac] .ivu-select .ivu-select-selection .ivu-select-placeholder,[data-v-d46655ac] .ivu-select .ivu-select-selection .ivu-select-selected-value {
  height: 32px !important;
  line-height: 32px !important;
  text-align: left;
}
[data-v-d46655ac] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-d46655ac] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
[data-v-d46655ac] .ivu-input {
  width: 120px;
}
[data-v-d46655ac] .ivu-upload {
  cursor: pointer;
}
[data-v-d46655ac] .ivu-upload .inner {
  width: 100px !important;
  height: 32px;
  background: #16ade9 !important;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-d46655ac] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
[data-v-d46655ac] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.out-img-box .img-box[data-v-d46655ac] {
  position: relative;
  text-align: center;
  padding-top: 8px;
  width: 100%;
}
.out-img-box .img-box .show-pdf[data-v-d46655ac] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-d46655ac] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-d46655ac] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-d46655ac] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-d46655ac] {
  color: #16ade9;
}
.upload-tip img[data-v-d46655ac] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-d46655ac] {
  margin: 20px 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-d46655ac] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-d46655ac] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}

.data-previews[data-v-3f016d36] {
  padding-bottom: 30px;
}
.data-previews > div:first-child > .module-name[data-v-3f016d36] {
  margin-top: 0;
}
.information-tips[data-v-3f016d36] {
  background: #fffbe6;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #ffe58f;
  padding: 7px 16px;
  font-size: 14px;
  color: #303132;
  margin-right: 6px;
  margin-top: 20px;
}
.information-tips img[data-v-3f016d36] {
  vertical-align: top;
}
.module-img[data-v-3f016d36] {
  width: 64px;
  height: 64px;
  border: 1px solid #f0f0f0;
}
.module-name[data-v-3f016d36] {
  font-size: 16px;
  color: #303132;
  margin-top: 48px;
}
.module-name span[data-v-3f016d36] {
  float: right;
  font-size: 14px;
  color: #3a7fff;
  cursor: pointer;
}
.module-name b[data-v-3f016d36] {
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #3a7fff;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.data-preparation-list[data-v-3f016d36] {
  margin-top: 24px;
  width: 100%;
}
.data-preparation-list td[data-v-3f016d36] {
  border: 1px solid #f0f0f0;
  padding: 10px 32px;
}
.data-preparation-list .upload-files-label[data-v-3f016d36] {
  background: #fafafa;
  width: 264px;
}
.data-preparation-list .upload-files-item span[data-v-3f016d36] {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.data-preparation-list .upload-files-item span[data-v-3f016d36]:hover {
  color: #3a7fff;
  cursor: pointer;
}
.data-preparation-list .upload-files-item span[data-v-3f016d36]:last-child {
  border: none;
}
.fileModel-other[data-v-3f016d36] {
  width: 64px;
  height: 64px;
  background: #cb6565;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 64px;
  margin-right: 5px;
}

.formCreate[data-v-c673a17c] {
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  padding: 24px;
  margin-bottom: 75px;
  min-height: calc(100vh - 245px);
}
.formCreate[data-v-c673a17c] .ivu-upload {
  max-width: 332px;
}
.formCreate .form-create[data-v-c673a17c] .ivu-upload-list-remove {
  display: inherit !important;
}
.formCreate .form-create .text-tips[data-v-c673a17c] {
  color: #fbb73c;
}
.formCreate .form-create[data-v-c673a17c] .ivu-input {
  width: 300px;
}
.formCreate .form-create[data-v-c673a17c] .el-textarea {
  width: 300px;
}
.formCreate .form-create[data-v-c673a17c] .ivu-select {
  width: 300px;
}
.formCreate .form-create[data-v-c673a17c] .ivu-col-span-8 {
  padding: 0 32px;
}
.formCreate .form-create[data-v-c673a17c] .ivu-col-span-23 {
  padding-left: 32px;
}
.formCreate .form-create[data-v-c673a17c] .ivu-upload-list-file {
  padding: 4px;
  color: #515a6e;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
}
.formCreate .form-create[data-v-c673a17c] .ivu-upload-select {
  min-width: 110px;
  color: #919498;
  border: 1px solid #d9d9d9;
  line-height: 36px;
  height: 36px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
}
.formCreate .form-create[data-v-c673a17c] .ivu-upload-select .ivu-icon-ios-cloud-upload-outline {
  font-size: 16px;
  font-weight: bold;
}
.EPRDeclareDetails .formCreate[data-v-c673a17c] {
  margin-bottom: 0;
}
.btn-group[data-v-c673a17c] {
  text-align: center;
  height: 64px;
  padding-top: 10px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  box-shadow: 0px -1px 10px 0px #ebf0f5;
}
.btn-group button[data-v-c673a17c] {
  margin: 5px;
  height: 32px;
  border-radius: 0;
}
[data-v-c673a17c] .ivu-input-group {
  display: -webkit-inline-box !important;
}
.form-create-new[data-v-c673a17c] {
  padding: 24px;
}
.form-create-new[data-v-c673a17c] .tittleStyle {
  height: auto;
  line-height: 100%;
  padding-top: 48px;
  border-top: 1px solid #f0f0f0;
  border-radius: 0;
  margin-top: 24px;
}
.form-create-new[data-v-c673a17c] .form-title-one .tittleStyle {
  padding-top: 24px;
  border-top: none;
}
.form-create-new[data-v-c673a17c] .ivu-radio-wrapper {
  margin-right: 24px;
}
.form-create-new[data-v-c673a17c] .ivu-input {
  border-radius: 0;
}
.form-create-new[data-v-c673a17c] .ivu-form-item .ivu-upload-list {
  margin-bottom: 0;
}
.form-create-new[data-v-c673a17c] .ivu-form-item .ivu-form-item-label {
  width: 150px;
  text-align: left;
  position: relative;
  top: 10px;
  font-size: 14px;
  color: #515a6e;
  font-weight: normal;
  line-height: 14px;
}
.form-create-new[data-v-c673a17c] .ivu-form-item .ivu-form-item-label + .ivu-form-item-content {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 160px);
}
.form-create-new[data-v-c673a17c] .ivu-form-item .ivu-form-item-label {
  position: relative;
}
.form-create-new[data-v-c673a17c] .ivu-form-item .ivu-form-item-label::before {
  position: absolute;
}
.form-create-new[data-v-c673a17c] .ivu-form-item .ivu-form-item-label span {
  padding-left: 10px;
  display: inline-block;
}
.form-create-new[data-v-c673a17c] .ivu-form-item .ivu-form-item-error-tip {
  padding-top: 3px;
}
.form-create-new[data-v-c673a17c] .productListTable-wrap .ivu-form-item-content {
  width: 98% !important;
  margin-top: 10px;
  display: block !important;
}
.antd-style-modal[data-v-c673a17c] .ivu-modal-header {
  background: #fff !important;
  border: 1px solid #f0f0f0;
}
.antd-style-modal[data-v-c673a17c] .ivu-modal-content {
  box-shadow: none;
}
.antd-style-modal[data-v-c673a17c] .ivu-modal-footer {
  border-top: 1px solid #f0f0f0 !important;
  padding-top: 12px !important;
}
.antd-style-modal[data-v-c673a17c] .ivu-modal-footer .ivu-btn-text {
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #d9d9d9;
}
.automatic-recognition-tips[data-v-c673a17c] {
  color: #303132;
  margin-bottom: 24px;
  font-size: 16px;
}
.automatic-recognition-tips p[data-v-c673a17c] {
  color: #919498;
  font-size: 14px;
}
.identify-content[data-v-c673a17c],
.current-content[data-v-c673a17c] {
  min-height: 150px;
  border-radius: 4px;
  background: #f6ffed;
  border: 1px solid #63ca31;
  padding: 24px 110px 24px 24px;
  position: relative;
}
.identify-content span[data-v-c673a17c],
.current-content span[data-v-c673a17c] {
  display: inline-block;
  min-width: 113px;
}
.identify-content[data-v-c673a17c] .ivu-input-wrapper,
.current-content[data-v-c673a17c] .ivu-input-wrapper {
  width: 380px;
  position: relative;
  top: -2px;
}
.identify-content[data-v-c673a17c] .ivu-input-wrapper .ivu-input,
.current-content[data-v-c673a17c] .ivu-input-wrapper .ivu-input {
  border: 1px solid #f6ffed;
  background: #f6ffed;
  border-radius: 0;
}
.identify-content dt[data-v-c673a17c],
.current-content dt[data-v-c673a17c] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 48px;
  background: #63ca31;
  color: #fff;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  letter-spacing: 8px;
}
.identify-content dd[data-v-c673a17c],
.current-content dd[data-v-c673a17c] {
  margin-bottom: 0;
}
.current-content[data-v-c673a17c] {
  background: #f5f5f5;
  border: 1px solid #c0c4cb;
}
.current-content span[data-v-c673a17c] {
  width: 120px;
}
.current-content dt[data-v-c673a17c] {
  background: #c0c4cb;
}
.current-content dd[data-v-c673a17c] {
  margin-bottom: 10px;
}
.assistant-tips[data-v-c673a17c] {
  position: fixed;
  top: 35%;
  right: 20%;
  z-index: 1000;
  width: 342px;
  min-height: 300px;
  padding: 30px 10px;
  background: linear-gradient(135deg, #ffffff 0%, #f2f7fc 100%);
  box-shadow: 10px 4px 34px 0px rgba(216, 227, 252, 0.3), -3px 0px 20px 0px rgba(216, 227, 252, 0.1);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  border: 4px solid #ffffff;
}
.assistant-tips dt[data-v-c673a17c] {
  color: #303132;
  font-size: 16px;
  padding: 0 20px;
}
.assistant-tips dd[data-v-c673a17c] {
  padding: 0 20px;
}
.assistant-tips .remind-message[data-v-c673a17c] {
  font-size: 12px;
  color: #303132;
  margin: 20px 0;
}
.assistant-tips .customer-service[data-v-c673a17c] {
  width: 272px;
  height: 77px;
  position: absolute;
  bottom: -30px;
  right: -34px;
  background: url(../../static/img/customerService.43484a51.png) no-repeat;
  background-size: cover;
}
.assistant-tips .customer-service-txt[data-v-c673a17c] {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  margin: 26px 0 0 13px;
  line-height: 18px;
}
.assistant-tips .customer-service-txt span[data-v-c673a17c] {
  color: #3a7fff;
  cursor: pointer;
}
.assistant-tips .drag-close-icon[data-v-c673a17c] {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #666;
  cursor: pointer;
}
.data-steps[data-v-c673a17c] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.data-steps li[data-v-c673a17c] {
  flex-grow: 1;
  height: 48px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  position: relative;
  margin-right: 6px;
  line-height: 48px;
  padding-left: 48px;
  color: #919498;
  font-size: 16px;
}
.data-steps li > span[data-v-c673a17c] {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #d9d9d9;
  border-radius: 50%;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 20px;
}
.data-steps .ds-icon[data-v-c673a17c]::after,
.data-steps .ds-icon[data-v-c673a17c]::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 34px;
  background: #f5f5f5;
  top: 6px;
  right: -17px;
  transform: rotate(45deg);
  z-index: 1;
}
.data-steps .ds-icon[data-v-c673a17c]::before {
  right: -25px;
  background: #fff;
}
.data-steps li.ds-current[data-v-c673a17c] {
  background: #549bff;
  border-color: #549bff;
  color: #fff;
}
.data-steps li.ds-current > span[data-v-c673a17c] {
  background: #fff;
  color: #6caaff;
}
.data-steps li.ds-current[data-v-c673a17c]::after {
  background: #549bff;
  border-color: #549bff;
}
.ivu-btn-default[data-v-c673a17c] {
  color: #515a6e;
  border-radius: 0;
  margin-left: 32px;
}
.ivu-btn-primary[data-v-c673a17c] {
  border-radius: 0;
  margin-left: 32px;
}
.import-templates-info[data-v-c673a17c] {
  background: rgba(58, 127, 255, 0.04);
  padding: 24px 32px;
  margin-bottom: 24px;
}
.import-templates-info[data-v-c673a17c] .ivu-upload-list {
  margin-left: 32px;
}
.import-templates-info .import-templates-title[data-v-c673a17c] {
  font-size: 16px;
  color: #303132;
}
.import-templates-info .import-templates-title b[data-v-c673a17c] {
  text-align: center;
  line-height: 24px;
  width: 24px;
  height: 24px;
  background: #3a7fff;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  margin-right: 8px;
  font-weight: normal;
}
.import-templates-info .import-templates-desc[data-v-c673a17c] {
  font-size: 14px;
  color: #606266;
  padding-left: 32px;
  margin-bottom: 10px;
}
.upload-file-name[data-v-c673a17c] {
  color: #016eff;
  margin-left: 29px;
}
.upload-file-name[data-v-c673a17c] .anticon {
  color: #666;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.upload-file-name[data-v-c673a17c] .anticon-delete {
  display: none;
  cursor: pointer;
  margin-left: 10px;
  color: #666;
}
.upload-file-name:hover .anticon-delete[data-v-c673a17c] {
  display: inline-block;
}
.assistant-close-tips[data-v-c673a17c] {
  width: 222px;
}
.import-templates-modal[data-v-c673a17c] .ivu-modal-body {
  padding: 24px !important;
}
.import-templates-modal .import-templates-desc[data-v-c673a17c] {
  font-size: 12px;
  color: #919498;
}
.import-templates-modal .mr-8[data-v-c673a17c] {
  margin-right: 8px;
}
.automatic-recognition-modal[data-v-c673a17c] .ivu-modal-body {
  padding: 24px !important;
}
.form-create-wrap[data-v-c673a17c] {
  display: flex;
}
.form-create-wrap .form-create-anchor[data-v-c673a17c] {
  margin-top: 44px;
}
.form-create-wrap[data-v-c673a17c] .ant-anchor-wrapper {
  overflow: inherit;
}
.form-create-wrap[data-v-c673a17c] .ant-affix {
  top: 80px !important;
}
.form-create-wrap[data-v-c673a17c] .ant-anchor-link {
  padding: 7px 16px 7px 0;
  text-align: right;
  margin-bottom: 15px;
  position: relative;
  border-right: 2px solid #f0f0f0;
}
.form-create-wrap[data-v-c673a17c] .ant-anchor-link-active {
  border-right-color: #3a7fff;
}
.form-create-wrap[data-v-c673a17c] .ant-anchor-link-active .ant-anchor-link-title {
  color: #3a7fff;
}
.form-create-wrap[data-v-c673a17c] .ant-anchor-ink {
  left: auto;
  right: 0;
}
.form-create-wrap[data-v-c673a17c] .ant-anchor-ink .ant-anchor-ink-ball {
  display: none;
}
.form-create-wrap[data-v-c673a17c] .ant-anchor-ink::before {
  background-color: #f0f0f0;
}
.fileModel[data-v-c673a17c] {
  width: 52px;
  height: 52px;
  border: 1px solid #d9d9d9;
}
.fileModel-other[data-v-c673a17c] {
  width: 52px;
  height: 52px;
  background: #cb6565;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 52px;
}

.content[data-v-476728a6] {
  margin: 23px;
  background: #ffffff;
  padding: 24px 32px;
}
.content .subInfo[data-v-476728a6] {
  height: 40px;
  background: #fff1dd;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  color: #333333ff;
  line-height: 14px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-weight: 500;
}
.content .title[data-v-476728a6] {
  font-size: 18px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
}
[data-v-476728a6] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
[data-v-476728a6] .ivu-form .ivu-form-item-content {
  width: 100%;
}
.requiredItem[data-v-476728a6] .ivu-form-item-label::before {
  content: '*';
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-size: 12px;
  color: #ed4014;
}
[data-v-476728a6] .ivu-upload {
  width: 100%;
  cursor: pointer;
}
[data-v-476728a6] .ivu-upload .inner {
  width: 268px;
  height: 32px;
  background: #16ade9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-476728a6] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
[data-v-476728a6] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.out-img-box .img-box[data-v-476728a6] {
  position: relative;
  text-align: center;
  width: 268px;
}
.out-img-box .img-box .show-pdf[data-v-476728a6] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-476728a6] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-476728a6] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-476728a6] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-476728a6] {
  color: #16ade9;
}
.upload-tip img[data-v-476728a6] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-476728a6] {
  margin: 20px 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-476728a6] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-476728a6] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}


[data-v-2aa7dfeb] .ivu-input {
  font-size: 14px !important;
}
.productListTable[data-v-2aa7dfeb] .ivu-upload-select {
  width: 100px !important;
}
[data-v-2aa7dfeb] .ivu-input {
  display: inline-block;
  width: 130px !important;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
[data-v-2aa7dfeb] .ivu-select {
  width: 130px !important;
}
[data-v-2aa7dfeb] .ivu-select .ivu-select-selection {
  height: 32px !important;
}
[data-v-2aa7dfeb] .ivu-select .ivu-select-selection .ivu-select-placeholder,[data-v-2aa7dfeb] .ivu-select .ivu-select-selection .ivu-select-selected-value {
  height: 32px !important;
  line-height: 32px !important;
  text-align: left;
}
[data-v-2aa7dfeb] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-2aa7dfeb] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
[data-v-2aa7dfeb] .ivu-input {
  width: 120px;
}
[data-v-2aa7dfeb] .ivu-upload {
  cursor: pointer;
}
[data-v-2aa7dfeb] .ivu-upload .inner {
  width: 100px !important;
  height: 32px;
  background: #16ade9 !important;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-2aa7dfeb] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
[data-v-2aa7dfeb] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.out-img-box .img-box[data-v-2aa7dfeb] {
  position: relative;
  text-align: center;
  padding-top: 8px;
  width: 100%;
}
.out-img-box .img-box .show-pdf[data-v-2aa7dfeb] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-2aa7dfeb] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-2aa7dfeb] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-2aa7dfeb] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-2aa7dfeb] {
  color: #16ade9;
}
.upload-tip img[data-v-2aa7dfeb] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-2aa7dfeb] {
  margin: 20px 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-2aa7dfeb] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-2aa7dfeb] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}


[data-v-d045db5e] .ivu-input {
  font-size: 14px !important;
}
.productListTable[data-v-d045db5e] .ivu-upload-select {
  width: 100px !important;
}
[data-v-d045db5e] .ivu-input {
  display: inline-block;
  width: 130px !important;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
[data-v-d045db5e] .ivu-select {
  width: 130px !important;
}
[data-v-d045db5e] .ivu-select .ivu-select-selection {
  height: 32px !important;
}
[data-v-d045db5e] .ivu-select .ivu-select-selection .ivu-select-placeholder,[data-v-d045db5e] .ivu-select .ivu-select-selection .ivu-select-selected-value {
  height: 32px !important;
  line-height: 32px !important;
  text-align: left;
}
[data-v-d045db5e] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-d045db5e] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
[data-v-d045db5e] .ivu-input {
  width: 120px;
}
[data-v-d045db5e] .ivu-upload {
  cursor: pointer;
}
[data-v-d045db5e] .ivu-upload .inner {
  width: 100px !important;
  height: 32px;
  background: #16ade9 !important;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-d045db5e] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
[data-v-d045db5e] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.out-img-box .img-box[data-v-d045db5e] {
  position: relative;
  text-align: center;
  padding-top: 8px;
  width: 100%;
}
.out-img-box .img-box .show-pdf[data-v-d045db5e] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-d045db5e] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-d045db5e] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-d045db5e] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-d045db5e] {
  color: #16ade9;
}
.upload-tip img[data-v-d045db5e] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-d045db5e] {
  margin: 20px 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-d045db5e] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-d045db5e] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}


[data-v-fe52acd6] .ivu-input {
  font-size: 14px !important;
}
.productListTable[data-v-fe52acd6] .ivu-upload-select {
  width: 100px !important;
}
[data-v-fe52acd6] .ivu-input {
  display: inline-block;
  width: 130px !important;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
[data-v-fe52acd6] .ivu-select {
  width: 130px !important;
}
[data-v-fe52acd6] .ivu-select .ivu-select-selection {
  height: 32px !important;
}
[data-v-fe52acd6] .ivu-select .ivu-select-selection .ivu-select-placeholder,[data-v-fe52acd6] .ivu-select .ivu-select-selection .ivu-select-selected-value {
  height: 32px !important;
  line-height: 32px !important;
  text-align: left;
}
[data-v-fe52acd6] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-fe52acd6] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
[data-v-fe52acd6] .ivu-input {
  width: 120px;
}
[data-v-fe52acd6] .ivu-upload {
  cursor: pointer;
}
[data-v-fe52acd6] .ivu-upload .inner {
  width: 100px !important;
  height: 32px;
  background: #16ade9 !important;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-fe52acd6] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
[data-v-fe52acd6] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.out-img-box .img-box[data-v-fe52acd6] {
  position: relative;
  text-align: center;
  padding-top: 8px;
  width: 100%;
}
.out-img-box .img-box .show-pdf[data-v-fe52acd6] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-fe52acd6] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-fe52acd6] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-fe52acd6] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-fe52acd6] {
  color: #16ade9;
}
.upload-tip img[data-v-fe52acd6] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-fe52acd6] {
  margin: 20px 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-fe52acd6] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-fe52acd6] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}

.wrap[data-v-18d4fd1c] {
  padding: 24px 32px;
  padding-bottom: 80px;
  background: #fff;
}
.title[data-v-18d4fd1c] {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.t1[data-v-18d4fd1c] {
  position: relative;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #303132;
  margin: 52px 0 16px;
  padding-left: 12px;
}
.t1[data-v-18d4fd1c]::before {
  position: absolute;
  content: ' ';
  left: 0;
  top: 13px;
  height: 15px;
  border-left: 2px solid #3a7fff;
}
[data-v-18d4fd1c] .ivu-table-header thead th {
  background: #ebf5ff !important;
}

.title[data-v-17070198] {
  font-size: 14px;
  color: #303132;
  margin-bottom: 12px;
}
.describe[data-v-17070198] {
  padding-bottom: 24px;
  position: relative;
  width: 100%;
}
.company[data-v-17070198] {
  display: flex;
  height: 148px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #e7e7e7;
  margin-bottom: 24px;
  margin-right: 5px;
}
.company[data-v-17070198]:hover {
  border: 1px solid #3a7fff;
}
.company.focus[data-v-17070198] {
  border: 1px solid #3a7fff;
}
.company.active[data-v-17070198] {
  border: 1px solid #3a7fff;
  position: relative;
}
.company.active[data-v-17070198]::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '使用中';
  width: 110px;
  height: 40px;
  line-height: 40px;
  background: #3a7fff;
  color: white;
  font-size: 16px;
  text-align: center;
  border-radius: 10px 0 0 0;
}
.company.active > div:first-child > div[data-v-17070198]:nth-child(1) {
  color: #3a7fff;
}
.company > div:first-child > div[data-v-17070198]:nth-child(1) {
  font-size: 14px;
  font-weight: 500;
}
.company > div:first-child > div[data-v-17070198]:nth-child(2) {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 6px;
  margin-bottom: 20px;
}
.company > div:first-child > div[data-v-17070198]:nth-child(3) {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.9);
  align-items: center;
}
.company > div:first-child > div[data-v-17070198]:nth-child(4) {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 6px;
}
.company > div:first-child .tag[data-v-17070198] {
  display: inline-block;
  background: #f0f6ff;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  color: #3a7fff;
  padding: 2px 12px;
  margin-right: 16px;
}

.signature {
  color: #ed4014;
}
.ocr-title {
  font-size: 24px;
  font-weight: 500;
}
.ocr-describe {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  line-height: 24px;
  padding: 8px 0 24px;
}
.ocr-describe span {
  color: #3a7fff;
  cursor: pointer;
}
.automatic-recognition-info {
  border: 1px solid #f0f0f0;
  width: 100%;
  table-layout: fixed;
}
.automatic-recognition-info td {
  border: 1px solid #f0f0f0;
  padding: 12px 16px;
  word-wrap: break-word;
}
.automatic-recognition-info .bl-label {
  background: #fafafa;
  width: 205px;
}
.preview-box {
  position: fixed;
  height: 60%;
  width: 50%;
  top: 20%;
  left: calc(20% - 260px);
  display: flex;
  align-items: center;
  /* 主轴居中 */
  justify-content: center;
  /* 副轴居中 */
  z-index: 99999;
}
.preview-box img {
  max-width: 100%;
  max-height: 100%;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: all 0.3s;
}
.preview-box .viewer-toolbar {
  position: fixed;
  bottom: 0px;
}

.driver-popover.usingCompany {
  background: linear-gradient(313deg, #65b1ff 0%, #3a7fff 70%);
  color: #fff;
  min-width: 350px;
}
.driver-popover.usingCompany .driver-popover-arrow-side-left.driver-popover-arrow {
  border-left-color: #3a7fff;
}
.driver-popover.usingCompany .driver-popover-arrow-side-right.driver-popover-arrow {
  border-right-color: #3a7fff;
}
.driver-popover.usingCompany .driver-popover-arrow-side-top.driver-popover-arrow {
  border-top-color: #3a7fff;
}
.driver-popover.usingCompany .driver-popover-arrow-side-bottom.driver-popover-arrow {
  border-bottom-color: #3a7fff;
}
.driver-popover.usingCompany .driver-popover-next-btn {
  padding: 7px 14px;
  color: #3a7fff;
}
.driver-popover.usingCompany .driver-popover-arrow-side-bottom.driver-popover-arrow-align-end {
  right: 165px;
}

.main[data-v-e7dddc8e] {
  padding: 20px;
}
.save-feil[data-v-e7dddc8e] {
  margin-right: 32px;
  background: #ffffff;
  color: #16ade9;
  padding: 0 32px;
  border-color: #16ade9;
}
.save-feil[data-v-e7dddc8e]:hover {
  background-color: #16ade9;
  color: #fff;
}
.tipsModal-title[data-v-e7dddc8e] {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.tipsModal-contnet[data-v-e7dddc8e] {
  font-size: 18px;
}
.tipsModal-contnet .tip-title[data-v-e7dddc8e] {
  color: #d9001b;
  margin-bottom: 18px;
}
[data-v-e7dddc8e] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-e7dddc8e] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
.finish[data-v-e7dddc8e] {
  margin: 24px;
  border-radius: 4px;
}
.finish .top[data-v-e7dddc8e] {
  background-color: rgba(22, 173, 233, 0.19);
  padding: 0 32px;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  font-family: PingFangSC;
  color: #333333;
  line-height: 26px;
}
.finish .top img[data-v-e7dddc8e] {
  position: relative;
  top: 3px;
}
.finish .top .right[data-v-e7dddc8e] {
  padding-left: 89px;
}
.finish .bottom[data-v-e7dddc8e] {
  padding: 24px 32px 24px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.finish .bottom > .t1[data-v-e7dddc8e]:first-child {
  margin-top: 0;
}
.finish .bottom .one[data-v-e7dddc8e] {
  display: flex;
  flex-wrap: wrap;
}
.finish .bottom .one > div[data-v-e7dddc8e] {
  width: 33%;
  display: flex;
}
.finish .bottom .one > div .left[data-v-e7dddc8e] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.finish .bottom .one > div .right[data-v-e7dddc8e] {
  width: 196px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  word-break: break-all;
  color: #333333;
}
.finish .bottom .xinxi[data-v-e7dddc8e] {
  margin: 20px 0;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.finish .bottom .two[data-v-e7dddc8e] {
  display: flex;
}
.finish .bottom .two div[data-v-e7dddc8e] {
  width: 33%;
  line-height: 32px;
}
.finish .bottom .two div .left[data-v-e7dddc8e] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.finish .bottom .two div .right[data-v-e7dddc8e] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.finish .bottom .chakan[data-v-e7dddc8e] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #3a7fff;
  cursor: pointer;
}
.finish .bottom .chakan img[data-v-e7dddc8e] {
  position: relative;
  top: 3px;
}
.finish .eprBottom .one[data-v-e7dddc8e] {
  margin-top: 16px;
}
.head[data-v-e7dddc8e] {
  background-color: #fff;
}
.head .left[data-v-e7dddc8e] {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.head .right[data-v-e7dddc8e] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.head .tabTitle[data-v-e7dddc8e] {
  border-bottom: 1px solid #e9e9e9ff;
  padding-left: 32px;
  margin-top: 18px;
}
.head .tabTitle span[data-v-e7dddc8e] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: PingFangSC;
  color: #333333;
  line-height: 40px;
  margin-right: 16px;
  padding: 0 16px;
  cursor: pointer;
}
.head .tabTitle .active-tab[data-v-e7dddc8e] {
  color: #1890ffff;
  border-bottom: 2px solid #1890ffff;
  font-weight: 500;
}
[data-v-e7dddc8e] .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
[data-v-e7dddc8e] .ivu-radio-group {
  margin-top: 4px;
}
.flex-direction[data-v-e7dddc8e] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.upload-file[data-v-e7dddc8e] {
  margin: 24px;
}
.upload-file .btn-grop[data-v-e7dddc8e] {
  text-align: center;
  margin-top: 24px;
  padding-bottom: 24px;
}
.upload-file .big-row[data-v-e7dddc8e] {
  border-radius: 4px;
  margin-bottom: 24px;
}
.upload-file .big-row .beizhu[data-v-e7dddc8e] {
  background: #fff1dd;
  font-size: 12px;
  font-family: PingFangSC;
  color: #333333;
  padding: 7px 12px;
  margin-bottom: 15px;
}
.upload-file .big-row .beizhu img[data-v-e7dddc8e] {
  position: relative;
  top: 3px;
}
.upload-file .big-row .title[data-v-e7dddc8e] {
  padding: 16px 32px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  background: rgba(24, 144, 255, 0.19);
  border-radius: 4px 4px 0px 0px;
}
.upload-file .big-row .main[data-v-e7dddc8e] {
  background-color: #fff;
  padding: 15px 32px 20px 32px;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}
.upload-file .big-row .main .notChange .inner[data-v-e7dddc8e] {
  background: #9999991f;
}
.upload-file .big-row .main .notChange .inner .uplad-word[data-v-e7dddc8e] {
  color: #666666;
}
.upload-file .big-row .main .notChange .inner img[data-v-e7dddc8e] {
  display: none;
}
.upload-file .big-row .main .out-img-box .img-box[data-v-e7dddc8e] {
  position: relative;
  text-align: center;
}
.upload-file .big-row .main .out-img-box .img-box .show-pdf[data-v-e7dddc8e] {
  color: #16ade9;
}
.upload-file .big-row .main .out-img-box .img-box button[data-v-e7dddc8e] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.upload-file .big-row .main .out-img-box .img-box button img.closeImg[data-v-e7dddc8e] {
  width: 13px;
  height: 13px;
}
.upload-file .big-row .main .upload-tip[data-v-e7dddc8e] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
}
.upload-file .big-row .main .upload-tip a[data-v-e7dddc8e] {
  color: #16ade9;
}
.upload-file .big-row .main .upload-tip img[data-v-e7dddc8e] {
  width: 14px;
  height: 14px;
  margin-top: 9px;
  float: left;
}
.upload-file .big-row .main .row[data-v-e7dddc8e] {
  display: flex;
  justify-content: space-between;
}
.loadingText[data-v-e7dddc8e] {
  font-size: 16px;
}
.container[data-v-e7dddc8e] {
  height: calc(100vh - 60px);
}
.topTaxBoxContainer[data-v-e7dddc8e] {
  background: #ffffff;
  padding: 31px 31px 16px 31px;
}
.topTaxBoxContainer .title[data-v-e7dddc8e] {
  font-size: 24px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}
.topTaxBoxContainer .country[data-v-e7dddc8e] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.content[data-v-e7dddc8e] {
  margin: 23px;
  background: #ffffff;
  padding: 24px 32px;
}
.content .subInfo[data-v-e7dddc8e] {
  height: 40px;
  background: #fff1dd;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  color: #333333ff;
  line-height: 14px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-weight: 500;
}
.content .title[data-v-e7dddc8e] {
  font-size: 18px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
}
.flex-direction[data-v-e7dddc8e] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
[data-v-e7dddc8e] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
[data-v-e7dddc8e] .ivu-form .ivu-form-item-content {
  width: 100%;
}
.requiredItem[data-v-e7dddc8e] .ivu-form-item-label::before {
  content: '*';
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-size: 12px;
  color: #ed4014;
}
.out-img-box .img-box[data-v-e7dddc8e] {
  position: relative;
  text-align: center;
  width: 268px;
}
.out-img-box .img-box .show-pdf[data-v-e7dddc8e] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-e7dddc8e] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-e7dddc8e] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-e7dddc8e] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-e7dddc8e] {
  color: #16ade9;
}
.upload-tip img[data-v-e7dddc8e] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-e7dddc8e] {
  margin: 20px 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-e7dddc8e] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-e7dddc8e] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}
.statusIndfContent[data-v-e7dddc8e] {
  padding: 32px 32px 0 32px !important;
}
.statusIndfContent[data-v-e7dddc8e] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner {
  background: #3a7fff;
  border-color: #3a7fff;
}
.statusIndfContent[data-v-e7dddc8e] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner > .ivu-steps-icon {
  color: #fff;
}
.statusIndfContent[data-v-e7dddc8e] .ivu-steps .ivu-steps-head-inner {
  background: #d9d9d9;
  border-color: #d9d9d9;
}
.statusIndfContent[data-v-e7dddc8e] .ivu-steps .ivu-steps-head-inner span {
  color: #fff;
}
.statusIndfContent[data-v-e7dddc8e] .ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner {
  border-color: #2d8cf0;
  background-color: #2d8cf0;
}
.epr-title[data-v-e7dddc8e] {
  padding: 16px 24px 16px;
  border-bottom: 1px solid #f0f0f0;
}
.import-templates[data-v-e7dddc8e] {
  float: right;
  font-size: 14px;
  font-weight: normal;
  color: #3a7fff;
  cursor: pointer;
}
.fill-information-title[data-v-e7dddc8e] {
  padding-bottom: 0;
}
.sub-title[data-v-e7dddc8e] {
  font-weight: bold;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: -5px;
}
.t1[data-v-e7dddc8e] {
  position: relative;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #303132;
  margin: 32px 0 16px;
  padding-left: 12px;
}
.t1[data-v-e7dddc8e]::before {
  position: absolute;
  content: ' ';
  left: 0;
  top: 13px;
  height: 15px;
  border-left: 2px solid #3a7fff;
}
.t2[data-v-e7dddc8e] {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 10px 0;
}
[data-v-e7dddc8e] .ant-descriptions-row .ant-descriptions-item-label {
  width: 300px;
}
[data-v-e7dddc8e] .ant-descriptions-row .ant-descriptions-item-content {
  width: 500px;
}

.save-feil[data-v-3e274976] {
  margin-right: 32px;
  background: #ffffff;
  color: #16ade9;
  padding: 0 32px;
  border-color: #16ade9;
}
.save-feil[data-v-3e274976]:hover {
  background-color: #16ade9;
  color: #fff;
}
.tipsModal-title[data-v-3e274976] {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.tipsModal-contnet[data-v-3e274976] {
  font-size: 18px;
}
.tipsModal-contnet .tip-title[data-v-3e274976] {
  color: #d9001b;
  margin-bottom: 18px;
}
[data-v-3e274976] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-3e274976] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
.finish[data-v-3e274976] {
  margin: 24px;
  border-radius: 4px;
}
.finish .top[data-v-3e274976] {
  background-color: rgba(22, 173, 233, 0.19);
  padding: 0 32px;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  font-family: PingFangSC;
  color: #333333;
  line-height: 26px;
}
.finish .top img[data-v-3e274976] {
  position: relative;
  top: 3px;
}
.finish .top .right[data-v-3e274976] {
  padding-left: 89px;
}
.finish .bottom[data-v-3e274976] {
  padding: 24px 32px 60px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.finish .bottom .one[data-v-3e274976] {
  display: flex;
}
.finish .bottom .one div[data-v-3e274976] {
  width: 33%;
  display: flex;
}
.finish .bottom .one div .left[data-v-3e274976] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.finish .bottom .one div .right[data-v-3e274976] {
  width: 196px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  word-break: break-all;
  color: #333333;
}
.finish .bottom .xinxi[data-v-3e274976] {
  margin: 20px 0;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.finish .bottom .two[data-v-3e274976] {
  display: flex;
}
.finish .bottom .two div[data-v-3e274976] {
  width: 33%;
  line-height: 32px;
}
.finish .bottom .two div .left[data-v-3e274976] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.finish .bottom .two div .right[data-v-3e274976] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.finish .bottom .two div .chakan[data-v-3e274976] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #16ade9;
  cursor: pointer;
}
.finish .bottom .two div .chakan img[data-v-3e274976] {
  position: relative;
  top: 3px;
}
.head[data-v-3e274976] {
  padding: 16px 0 0;
  background-color: #fff;
}
.head .left[data-v-3e274976] {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.head .right[data-v-3e274976] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.head .top-speed[data-v-3e274976] {
  text-align: center;
  margin-top: 20px;
}
.head .top-speed .top-reason[data-v-3e274976] {
  text-align: left;
  word-break: break-all;
  margin-top: 20px;
  margin-left: 32px;
  margin-right: 32px;
  padding: 11px 21px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  background: #fff1dd;
}
.head .top-speed .top-reason span[data-v-3e274976] {
  color: #fa5555;
}
.head .top-speed .top-reason img[data-v-3e274976] {
  position: relative;
  top: 3px;
}
.head .top-speed p[data-v-3e274976] {
  margin: 0 auto;
  position: relative;
  width: 970px;
  font-size: 12px;
  font-family: PingFangSC;
  color: #666666;
}
.head .top-speed p .status1[data-v-3e274976] {
  position: absolute;
  top: 28px;
  left: 120px;
}
.head .top-speed p .status2[data-v-3e274976] {
  position: absolute;
  top: 28px;
  left: 420px;
}
.head .top-speed p .status3[data-v-3e274976] {
  position: absolute;
  top: 28px;
  left: 704px;
}
.head .top-speed p .status4[data-v-3e274976] {
  position: absolute;
  top: 28px;
  left: 788px;
}
.head .tabTitle[data-v-3e274976] {
  border-bottom: 1px solid #e9e9e9ff;
  padding-left: 32px;
}
.head .tabTitle span[data-v-3e274976] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: PingFangSC;
  color: #333333;
  line-height: 40px;
  margin-right: 46px;
  cursor: pointer;
}
.head .tabTitle .active-tab[data-v-3e274976] {
  color: #1890ffff;
  border-bottom: 2px solid #1890ffff;
  font-weight: 500;
}
.inner[data-v-3e274976] {
  cursor: pointer;
  width: 100px;
  height: 32px;
  background: #16ade9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner img[data-v-3e274976] {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
.inner .uplad-word[data-v-3e274976] {
  color: #ffffff;
}
[data-v-3e274976] .ivu-upload-select {
  width: 300px;
  color: #16ade9;
  border: 1px solid #16ade9;
  line-height: 32px;
  height: 32px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
[data-v-3e274976] .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
[data-v-3e274976] .ivu-radio-group {
  margin-top: 4px;
}
.flex-direction[data-v-3e274976] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.upload-file[data-v-3e274976] {
  margin: 24px;
}
.upload-file .btn-grop[data-v-3e274976] {
  text-align: center;
  margin-top: 24px;
  padding-bottom: 24px;
}
.upload-file .big-row[data-v-3e274976] {
  border-radius: 4px;
  margin-bottom: 24px;
}
.upload-file .big-row .beizhu[data-v-3e274976] {
  background: #fff1dd;
  font-size: 12px;
  font-family: PingFangSC;
  color: #333333;
  padding: 7px 12px;
  margin-bottom: 15px;
}
.upload-file .big-row .beizhu img[data-v-3e274976] {
  position: relative;
  top: 3px;
}
.upload-file .big-row .title[data-v-3e274976] {
  padding: 16px 32px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  background: rgba(24, 144, 255, 0.19);
  border-radius: 4px 4px 0px 0px;
}
.upload-file .big-row .main[data-v-3e274976] {
  background-color: #fff;
  padding: 15px 32px 20px 32px;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}
.upload-file .big-row .main .notChange .inner[data-v-3e274976] {
  background: #9999991f;
}
.upload-file .big-row .main .notChange .inner .uplad-word[data-v-3e274976] {
  color: #666666;
}
.upload-file .big-row .main .notChange .inner img[data-v-3e274976] {
  display: none;
}
.upload-file .big-row .main .out-img-box .img-box[data-v-3e274976] {
  position: relative;
  text-align: center;
}
.upload-file .big-row .main .out-img-box .img-box .show-pdf[data-v-3e274976] {
  color: #16ade9;
}
.upload-file .big-row .main .out-img-box .img-box button[data-v-3e274976] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.upload-file .big-row .main .out-img-box .img-box button img.closeImg[data-v-3e274976] {
  width: 13px;
  height: 13px;
}
.upload-file .big-row .main .upload-tip[data-v-3e274976] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
}
.upload-file .big-row .main .upload-tip a[data-v-3e274976] {
  color: #16ade9;
}
.upload-file .big-row .main .upload-tip img[data-v-3e274976] {
  width: 14px;
  height: 14px;
  margin-top: 9px;
  float: left;
}
.upload-file .big-row .main .row[data-v-3e274976] {
  display: flex;
  justify-content: space-between;
}
.loadingText[data-v-3e274976] {
  font-size: 16px;
}
.container[data-v-3e274976] {
  height: calc(100vh - 60px);
}
.topTaxBoxContainer[data-v-3e274976] {
  background: #ffffff;
  padding: 31px 31px 16px 31px;
}
.topTaxBoxContainer .title[data-v-3e274976] {
  font-size: 24px;
  font-family: "Microsoft Yahei", "PingFang SC", sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}
.topTaxBoxContainer .country[data-v-3e274976] {
  font-size: 14px;
  font-family: "Microsoft Yahei", "PingFang SC", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.content[data-v-3e274976] {
  margin: 23px;
  background: #ffffff;
  padding: 24px 32px;
}
.content .subInfo[data-v-3e274976] {
  height: 40px;
  background: #fff1dd;
  font-size: 14px;
  font-family: "Microsoft Yahei", "PingFang SC", sans-serif;
  color: #333333ff;
  line-height: 14px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-weight: 500;
}
.content .title[data-v-3e274976] {
  font-size: 18px;
  font-family: "Microsoft Yahei", "PingFang SC", sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
}
.flex-direction[data-v-3e274976] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
[data-v-3e274976] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: "Microsoft Yahei", "PingFang SC", sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
[data-v-3e274976] .ivu-form .ivu-form-item-content {
  width: 100%;
}
.requiredItem[data-v-3e274976] .ivu-form-item-label::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: "Microsoft Yahei", "PingFang SC", sans-serif;
  font-size: 12px;
  color: #ed4014;
}
.out-img-box .img-box[data-v-3e274976] {
  position: relative;
  text-align: center;
  padding-top: 8px;
  width: 100%;
}
.out-img-box .img-box .show-pdf[data-v-3e274976] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-3e274976] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-3e274976] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-3e274976] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-3e274976] {
  color: #16ade9;
}
.upload-tip img[data-v-3e274976] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-3e274976] {
  margin: 20px 0;
  font-size: 14px;
  font-family: "Microsoft Yahei", "PingFang SC", sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-3e274976] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-3e274976] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}

.container[data-v-1a901cc4] {
  margin-left: 24px;
  margin-top: 10px;
  padding-bottom: 24px;
  background: #f6f5f8;
  min-height: calc(100vh - 86px);
}
.container .headContent[data-v-1a901cc4] {
  margin-top: -10px;
  margin-left: -24px;
  height: 78px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 20px 32px;
}
.container .headContent .top[data-v-1a901cc4] {
  margin-bottom: 14px;
}
.container .headContent .top .flink[data-v-1a901cc4],
.container .headContent .top .clink[data-v-1a901cc4] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.container .headContent .top .clink[data-v-1a901cc4] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.container .headContent .bottom[data-v-1a901cc4] {
  font-size: 20px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.container .title[data-v-1a901cc4] {
  padding: 24px;
  background: #ffffff;
  font-size: 16px;
  font-size: 24px;
  font-family: 'Microsoft Yahei', PingFangSC-Semibold, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  border-radius: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f6f6f6;
  margin-top: 24px;
}
.container .title .tab[data-v-1a901cc4] {
  margin-right: 44px;
  cursor: pointer;
}
.container .title .active[data-v-1a901cc4] {
  color: #16ade9;
}
.container .content[data-v-1a901cc4] {
  margin-right: 24px;
  margin-top: 24px;
}
.container .content .item-box[data-v-1a901cc4] {
  background: #ffffff;
  border-bottom: 1px solid #f6f6f6;
  margin-top: 20px;
  padding: 10px 24px;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}
.container .content .item-box .right[data-v-1a901cc4] {
  width: 90%;
}
.container .content .item-box .item[data-v-1a901cc4] {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  cursor: pointer;
  margin-right: 29px;
  padding: 4px 8px;
  border-radius: 2px;
  line-height: 40px;
}
.container .content .item-box .item-active[data-v-1a901cc4] {
  background: #16ade9;
  color: #ffffff;
}
.container .content .countries[data-v-1a901cc4] {
  background: #ffffff;
  padding: 20px;
  padding-right: 0px;
}
.container .content .countries .countryTitle[data-v-1a901cc4] {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: #333333;
  display: flex;
  align-items: center;
  padding: 0px 10px 10px;
}
.container .content .countries .countryTitle img[data-v-1a901cc4] {
  width: 26px;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: -5px;
}
.container .content .countries .serviceList[data-v-1a901cc4] {
  display: flex;
  flex-flow: wrap;
}
.container .content .countries .serviceList[data-v-1a901cc4] .serviceItem:nth-child(3) {
  border-right: none;
}
.container .up[data-v-1a901cc4] {
  background: #1890ff;
  position: fixed;
  right: 0px;
  width: 42px;
  height: 58px;
  bottom: 131px;
  padding: 7px;
  display: flex;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.container .up[data-v-1a901cc4] .ivu-tooltip-rel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .up[data-v-1a901cc4] .ivu-tooltip-popper {
  top: 12px !important;
  left: -93px !important;
}
.container .up span[data-v-1a901cc4] {
  font-size: 14px;
  color: #ffffff;
}
.container .up img[data-v-1a901cc4] {
  width: 20px;
  height: 20px;
  margin-bottom: 3px;
}


[data-v-9f79fa76] .ivu-table-tip table {
  min-height: 184px;
  font-size: 12px;
}
[data-v-9f79fa76] .ivu-tooltip-rel {
  max-width: 150px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-v-9f79fa76] .ivu-table-row th,[data-v-9f79fa76] .ivu-table-row td {
  text-align: center;
  font-size: 12px;
}
[data-v-9f79fa76] .ivu-table-header th {
  text-align: center;
  font-weight: 600;
  color: #333;
  font-size: 12px;
}
.head[data-v-9f79fa76] {
  background-color: #ffffff;
  padding: 12px 32px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.content[data-v-9f79fa76] {
  border-radius: 2px;
  min-height: 800px;
  background-color: #ffffff;
}
.content .title[data-v-9f79fa76] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 20px 24px 0;
  background-color: #ffffff;
}
.content .title .label[data-v-9f79fa76] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #666666;
  margin-right: 6px;
}
.content .table1[data-v-9f79fa76] {
  padding: 24px;
}
.content .table1 .btF[data-v-9f79fa76] {
  cursor: pointer;
}
.content .tabs-box[data-v-9f79fa76] {
  border-bottom: 1px solid #f6f6f6;
  display: flex;
  margin-top: 20px;
}
.content .tabs-box div[data-v-9f79fa76] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-right: 42px;
  padding-bottom: 6px;
  cursor: pointer;
}
.content .tabs-box div.active[data-v-9f79fa76] {
  color: #0041DC;
  border-bottom: 2px solid #0041DC;
}
.content .tabs-box div .huibiao[data-v-9f79fa76] {
  display: inline-block;
  background-color: #ff5050;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 5px;
  margin-left: 2px;
}

.statusStyle[data-v-25eadddc] {
  width: 80px;
  margin-right: 10px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 0px !important;
}
[data-v-25eadddc] .ivu-radio {
  display: none;
}
[data-v-25eadddc] .ivu-table-tip table {
  min-height: 184px;
  font-size: 12px;
}
[data-v-25eadddc] .ivu-tooltip-rel {
  max-width: 150px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-v-25eadddc] .ivu-table-row th,[data-v-25eadddc] .ivu-table-row td {
  text-align: center;
  font-size: 12px;
}
[data-v-25eadddc] .ivu-table-header th {
  text-align: center;
  font-weight: 600;
  color: #333;
  font-size: 12px;
}
[data-v-25eadddc] .ivu-table-wrapper {
  overflow: inherit;
}
.btF[data-v-25eadddc] {
  cursor: pointer;
  padding-inline: 10px;
  color: #3a7fff;
}
.head[data-v-25eadddc] {
  background-color: #ffffff;
  padding: 12px 32px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.content .title[data-v-25eadddc] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 20px 24px 0;
  background-color: #ffffff;
  align-items: center;
  justify-content: flex-start;
}
.content .title .label[data-v-25eadddc] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #666666;
  margin-right: 6px;
}
.content .title .label > span[data-v-25eadddc] {
  margin-right: 5px;
}
.content .table1[data-v-25eadddc] {
  padding: 24px;
}
.content .tabs-box[data-v-25eadddc] {
  border-bottom: 1px solid #f6f6f6;
  display: flex;
  margin-top: 20px;
}
.content .tabs-box div[data-v-25eadddc] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-right: 42px;
  padding-bottom: 6px;
  cursor: pointer;
}
.content .tabs-box div.active[data-v-25eadddc] {
  color: #0041DC;
  border-bottom: 2px solid #0041DC;
}
.content .tabs-box div .huibiao[data-v-25eadddc] {
  display: inline-block;
  background-color: #ff5050;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 5px;
  margin-left: 2px;
}
[data-v-25eadddc] .ivu-tooltip-inner {
  white-space: break-spaces !important;
}
.online-pay-modal[data-v-25eadddc] .ivu-modal-header {
  border-radius: 4px;
  padding: 0 16px;
  background: #fff !important;
  height: 64px;
}
.online-pay-modal[data-v-25eadddc] .ivu-modal-header .modal-title {
  color: #333;
  font-size: 16px;
  font-weight: 800;
  line-height: 64px;
}
.online-pay-modal .modal-tip[data-v-25eadddc] {
  width: 769px;
  height: 120px;
  background: #fff5e6;
  border-radius: 4px 4px 0px 0px;
  margin: 8px 0 16px 24px;
}
.online-pay-modal .modal-tip .modal-foot-title[data-v-25eadddc] {
  line-height: 38px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  padding-left: 24px;
}
.online-pay-modal .h-40[data-v-25eadddc] {
  height: 40px;
}
.online-pay-modal .tax-info-name[data-v-0a48ba9f][data-v-25eadddc] {
  display: inline-block;
  width: 100px;
  text-align: right;
  color: #666;
  font-size: 14px;
}
.online-pay-modal .tax-info-value[data-v-25eadddc] {
  color: #333;
  font-size: 14px;
}
.online-pay-modal .pay-wrap-title[data-v-25eadddc] {
  color: #333;
  font-size: 18px;
  margin: 20px 0 20px 24px;
  font-weight: 800;
  font-family: PingFangSC-Medium, PingFang SC;
}
.online-pay-modal .pay-wrap-title span[data-v-25eadddc] {
  font-size: 14px;
  cursor: pointer;
  color: #57a3f3;
  font-weight: 200;
  margin-left: 5px;
}
.online-pay-modal .tip-icon[data-v-25eadddc] {
  color: #fe9a39;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.pay-wrap[data-v-25eadddc] {
  overflow: hidden;
}
.pay-wrap .active[data-v-25eadddc] {
  border: 1px solid #16ade9;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAAAyCAYAAAAKhtQVAAAAAXNSR0IArs4c6QAAA15JREFUeF7tnT1oFFEURr/7ZnbJgpomSWUppogodqIgQrQS0UJto4VdCi0s0mljGpEUwU5SWogrQRsjKkktpPIPQbQRTCK4EV2TffOuzJANYUmyE0SLd7+tkiXN+d45O5M/VgCgb3px0GU6DmAYqnvy5/jgAlEuILIM4HlIZGzpbP97KeT3YS4Ak6GWTrlWaEQJTiguACBUXK9r+ssOGA2pOy4D9YV6UJ1H6ia4EBcws4APV53I4TyAhu9JhvjKb+boCbp2JUh/Z69l4OFXDanjfT+1MLeA82GZAZg7dgK3F2AAdMH0AgzA9PETngHQAdMLMADTx094BkAHTC/AAEwfP+EZAB0wvQADMH38hGcAdMD0AgzA9PETngHQAdMLMADTx094BkAHTC/AAEwfP+EZAB0wvQADMH38hGcAdMD0AgzA9PHbhhefjQlkjP8SadsDk/Rt+XN4BmBSAbvQG+VnAHY9MEneKT8DMKmBTejN5GcANl0wR72V/AzAnAr2gLeTnwHY88EUcTf5GYApHWzBlpGfAdhywgxtWfkZgBkl7IDuRH4GYMcLE6Q7lZ8BmNDCBmRJ+b8AWAJwsL0K/xTChh9RU5aRXyFvNZWTAH6I1/sCPc0rQNRa2IArKf93kcqJkPiPhfRebwl0lAHYcCRayjLyA5JB9GJI3LNiiID9koUXIijeFYm3QNHqETdYOfkBOHcjONwp3PcrvSkqLwHs4/cAcfsRNV2n/Ap4qNyFw25RvZS/sK8N8CikbiT/OFtJXCVpPQBwauM4vAJErUp8cJu98ivwVFN3oaBthStOcBvQNz/TXcM1NH/lT7sMN6HhWuciDCA+R6Il2ua253NWTY5J0Pxd4CEtHfFpmE0k+VR8nul5Ae5BtX1lWN+IAUSrS1xg3e75BfLKV925dgTr9/iZHhLVGQC1zRZhAHF5EiVNN/nXZe+IoOVDfxWYFWDvVsMwgCiViQeqrPydEbSazWZPUn0M4Oh2a8hAfaHhe5Ih1wqNeGYjSQwL7FT+DcwfAKwAONBlh9U8gHpQnUfqJmIYjQxxLPAX8pceQEWeSN/04qDzYS4Ak6GWTvFKUHo/fuE/WuB/yA9II6u6I8WPhYoIMh0HMAzV4lfEfHCBSBdYVZGZUHHXv53pe/cHC+rjAVcumcUAAAAASUVORK5CYII=) no-repeat;
  background-position: right bottom;
}
.lian-pay[data-v-25eadddc],
.air-pay[data-v-25eadddc] {
  border: 1px solid #eee;
  float: left;
  width: 192px;
  height: 50px;
  background: #f8f8f8;
  border-radius: 4px;
}
.lian-pay[data-v-25eadddc] {
  margin-left: 24px;
  padding: 16px 0 0 16px;
}
.air-pay[data-v-25eadddc] {
  margin-left: 46px;
  padding: 16px 0 0 33px;
}
.air-pay img[data-v-25eadddc] {
  width: 126px;
}
.lian-pay img[data-v-25eadddc] {
  width: 160px;
}
.info-wrap[data-v-25eadddc] {
  padding: 0 20px;
}
img.refresh[data-v-25eadddc] {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
  cursor: pointer;
}
.info-title[data-v-25eadddc] {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;
}
.mb-15[data-v-25eadddc] {
  margin-bottom: 15px;
}
.info-pay[data-v-25eadddc] {
  color: #d9001b;
  margin-right: 10px;
  font-size: 16px;
}
.uploadBox[data-v-25eadddc] .ivu-upload.ivu-upload-select {
  border: 1px dashed #dcdee2;
  text-align: center;
  margin-bottom: 10px;
  width: 380px;
  height: 195px;
  margin-left: 202px;
}
[data-v-25eadddc] .ivu-upload-list {
  width: 380px;
  margin-left: 102px;
}
.online-pay-tips[data-v-25eadddc] {
  color: #f00;
  margin-bottom: 10px;
}

.year-history-diag[data-v-09581d86] .ivu-table-body {
  height: auto !important;
}
.year-history-diag[data-v-09581d86] .ivu-modal-body {
  max-height: 500px;
  overflow: auto;
}
.year-history-diag .ivu-table td[data-v-09581d86],
.year-history-diag .ivu-table th[data-v-09581d86] {
  min-width: 0;
  height: 48px;
  box-sizing: border-box;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.year-history-diag .ivu-table-border td[data-v-09581d86],
.year-history-diag .ivu-table-border th[data-v-09581d86] {
  border-right: 1px solid #e8eaec;
}
.year-history-diag .ivu-table-column-center[data-v-09581d86] {
  text-align: center;
}
.year-history-diag .first-cell[data-v-09581d86] {
  border-left: 1px solid #e8eaec;
}
.year-history-diag .ivu-table-column-center .ivu-table-cell[data-v-09581d86] {
  text-align: center;
}
.year-history-diag .time-tip[data-v-09581d86] {
  width: 100%;
  text-align: center;
  padding: 8px 0;
  background: rgba(22, 173, 233, 0.2);
  border: 1px solid #e8eaec;
  border-bottom: 0;
}
.year-history-diag .w-123[data-v-09581d86] {
  width: 123px;
}
.year-history-diag .w-124[data-v-09581d86] {
  width: 124px;
}

.statusStyle[data-v-40c15176] {
  width: 80px;
  margin-right: 10px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 0px !important;
}
[data-v-40c15176] .ivu-radio {
  display: none;
}
[data-v-40c15176] .ivu-table-tip table {
  min-height: 184px;
  font-size: 12px;
}
[data-v-40c15176] .ivu-tooltip-rel {
  max-width: 150px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-v-40c15176] .ivu-table-row th,[data-v-40c15176] .ivu-table-row td {
  text-align: center;
  font-size: 12px;
}
[data-v-40c15176] .ivu-table-header th {
  text-align: center;
  font-weight: 600;
  color: #333;
  font-size: 12px;
}
.head[data-v-40c15176] {
  background-color: #ffffff;
  padding: 12px 32px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.modal-item[data-v-40c15176] {
  margin: 15px 0;
}
.operate[data-v-40c15176] {
  display: flex;
  gap: 16px;
}

.statusStyle[data-v-28429090] {
  width: 80px;
  margin-right: 10px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 0px !important;
}
[data-v-28429090] .ivu-radio {
  display: none;
}
[data-v-28429090] .ivu-table-tip table {
  min-height: 184px;
  font-size: 12px;
}
[data-v-28429090] .ivu-tooltip-rel {
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-v-28429090] .ivu-table-row th,[data-v-28429090] .ivu-table-row td {
  text-align: center;
  font-size: 12px;
}
[data-v-28429090] .ivu-table-header th {
  text-align: center;
  font-weight: 600;
  color: #333;
  font-size: 12px;
}
.head[data-v-28429090] {
  background-color: #ffffff;
  padding: 12px 32px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.content .title[data-v-28429090] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 20px 24px 0;
  background-color: #ffffff;
}
.content .title .label[data-v-28429090] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #666666;
  margin-right: 6px;
}
.content .table1[data-v-28429090] {
  padding: 24px;
}
.content .table1 .btF[data-v-28429090] {
  cursor: pointer;
}
.content .tabs-box[data-v-28429090] {
  border-bottom: 1px solid #f6f6f6;
  display: flex;
  margin-top: 20px;
}
.content .tabs-box div[data-v-28429090] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-right: 42px;
  padding-bottom: 6px;
  cursor: pointer;
}
.content .tabs-box div.active[data-v-28429090] {
  color: #0041DC;
  border-bottom: 2px solid #0041DC;
}
.content .tabs-box div .huibiao[data-v-28429090] {
  display: inline-block;
  background-color: #ff5050;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 5px;
  margin-left: 2px;
}
[data-v-28429090] .ivu-tooltip-inner {
  white-space: break-spaces !important;
}
.search-label[data-v-28429090] {
  min-width: 120px;
  text-align: right;
  font-family: PingFangSC-Medium, PingFang SC;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  margin-right: 8px;
  font-weight: 400;
}
.search-label.min[data-v-28429090] {
  min-width: 60px;
}

.year-history-diag[data-v-d6b0367c] .ivu-table-body {
  height: auto !important;
}
.year-history-diag[data-v-d6b0367c] .ivu-modal-body {
  max-height: 500px;
  overflow: auto;
}
.year-history-diag .ivu-table td[data-v-d6b0367c],
.year-history-diag .ivu-table th[data-v-d6b0367c] {
  min-width: 0;
  height: 48px;
  box-sizing: border-box;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.year-history-diag .ivu-table-border td[data-v-d6b0367c],
.year-history-diag .ivu-table-border th[data-v-d6b0367c] {
  border-right: 1px solid #e8eaec;
}
.year-history-diag .ivu-table-column-center[data-v-d6b0367c] {
  text-align: center;
}
.year-history-diag .first-cell[data-v-d6b0367c] {
  border-left: 1px solid #e8eaec;
}
.year-history-diag .ivu-table-column-center .ivu-table-cell[data-v-d6b0367c] {
  text-align: center;
}
.year-history-diag .time-tip[data-v-d6b0367c] {
  width: 100%;
  text-align: center;
  padding: 8px 0;
  background: rgba(22, 173, 233, 0.2);
  border: 1px solid #e8eaec;
  border-bottom: 0;
}
.year-history-diag .w-123[data-v-d6b0367c] {
  width: 123px;
}
.year-history-diag .w-124[data-v-d6b0367c] {
  width: 124px;
}

.statusStyle[data-v-5270b3c6] {
  width: 80px;
  margin-right: 10px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 5px !important;
}
[data-v-5270b3c6] .ivu-radio {
  display: none;
}
[data-v-5270b3c6] .ivu-table-tip table {
  min-height: 184px;
  font-size: 12px;
}
[data-v-5270b3c6] .ivu-tooltip-rel {
  max-width: 150px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-v-5270b3c6] .ivu-table-row th,[data-v-5270b3c6] .ivu-table-row td {
  text-align: center;
  font-size: 12px;
}
[data-v-5270b3c6] .ivu-table-header th {
  text-align: center;
  font-weight: 600;
  color: #333;
  font-size: 12px;
}
.head[data-v-5270b3c6] {
  background-color: #ffffff;
  padding: 12px 32px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
[data-v-5270b3c6] .ivu-tooltip-inner {
  white-space: break-spaces !important;
}
.btF[data-v-5270b3c6] {
  cursor: pointer;
}

.online-pay-modal[data-v-36d57164] .ivu-modal-header {
  border-radius: 4px;
  padding: 0 16px;
  background: #fff !important;
  height: 64px;
}
.online-pay-modal[data-v-36d57164] .ivu-modal-header .modal-title {
  color: #333;
  font-size: 16px;
  font-weight: 800;
  line-height: 64px;
}
.online-pay-modal .modal-tip[data-v-36d57164] {
  width: 769px;
  height: 120px;
  background: #fff5e6;
  border-radius: 4px 4px 0px 0px;
  margin: 8px 0 16px 24px;
}
.online-pay-modal .modal-tip .modal-foot-title[data-v-36d57164] {
  line-height: 38px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  padding-left: 24px;
}
.online-pay-modal .h-40[data-v-36d57164] {
  height: 40px;
}
.online-pay-modal .h-90[data-v-36d57164] {
  height: 90px;
}
.online-pay-modal .ml-2[data-v-36d57164] {
  margin-left: 10px;
}
.online-pay-modal .tax-info-name[data-v-0a48ba9f][data-v-36d57164] {
  display: inline-block;
  width: 100px;
  text-align: right;
  color: #666;
  font-size: 14px;
}
.online-pay-modal .tax-info-value[data-v-36d57164] {
  color: #333;
  font-size: 14px;
}
.online-pay-modal .pay-wrap-title[data-v-36d57164] {
  color: #333;
  font-size: 18px;
  margin: 20px 0 20px 24px;
  font-weight: 800;
  font-family: PingFangSC-Medium, PingFang SC;
}
.online-pay-modal .pay-wrap-title span[data-v-36d57164] {
  font-size: 14px;
  cursor: pointer;
  color: #57a3f3;
  font-weight: 200;
  margin-left: 5px;
}
.online-pay-modal .tip-icon[data-v-36d57164] {
  color: #fe9a39;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.uploadBox[data-v-36d57164] .ivu-upload.ivu-upload-select {
  border: 1px dashed #dcdee2;
  text-align: center;
  margin-bottom: 10px;
  width: 380px;
  height: 195px;
  margin-left: 202px;
}
.mb-15[data-v-36d57164] {
  margin-bottom: 15px;
}
.info-title[data-v-36d57164] {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;
}
[data-v-36d57164] .ivu-upload-list {
  width: 380px;
  margin-left: 102px;
}

.statusStyle[data-v-2872323e] {
  width: 80px;
  margin-right: 10px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 0px !important;
}
[data-v-2872323e] .ivu-radio {
  display: none;
}
[data-v-2872323e] .ivu-table-tip table {
  min-height: 184px;
  font-size: 12px;
}
[data-v-2872323e] .ivu-tooltip-rel {
  max-width: 150px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-v-2872323e] .ivu-table-row th,[data-v-2872323e] .ivu-table-row td {
  text-align: center;
  font-size: 12px;
}
[data-v-2872323e] .ivu-table-header th {
  text-align: center;
  font-weight: 600;
  color: #333;
  font-size: 12px;
}
.head[data-v-2872323e] {
  background-color: #ffffff;
  padding: 12px 32px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.content[data-v-2872323e] {
  border-radius: 2px;
  min-height: 800px;
  background-color: #ffffff;
}
.content .title[data-v-2872323e] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 20px 24px 0;
  background-color: #ffffff;
  display: block;
}
.content .title .label[data-v-2872323e] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #666666;
  margin-right: 6px;
}
.content .table1[data-v-2872323e] {
  padding: 24px;
}
.content .table1 .btF[data-v-2872323e] {
  cursor: pointer;
}
.content .tabs-box[data-v-2872323e] {
  border-bottom: 1px solid #f6f6f6;
  display: flex;
  margin-top: 20px;
}
.content .tabs-box div[data-v-2872323e] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-right: 42px;
  padding-bottom: 6px;
  cursor: pointer;
}
.content .tabs-box div.active[data-v-2872323e] {
  color: #0041DC;
  border-bottom: 2px solid #0041DC;
}
.content .tabs-box div .huibiao[data-v-2872323e] {
  display: inline-block;
  background-color: #ff5050;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 5px;
  margin-left: 2px;
}
[data-v-2872323e] .ivu-tooltip-inner {
  white-space: break-spaces !important;
}

.driver-popover.usingCompany {
  background: linear-gradient(313deg, #65b1ff 0%, #3a7fff 70%);
  color: #fff;
  min-width: 350px;
}
.driver-popover.usingCompany .driver-popover-arrow-side-left.driver-popover-arrow {
  border-left-color: #3a7fff;
}
.driver-popover.usingCompany .driver-popover-arrow-side-right.driver-popover-arrow {
  border-right-color: #3a7fff;
}
.driver-popover.usingCompany .driver-popover-arrow-side-top.driver-popover-arrow {
  border-top-color: #3a7fff;
}
.driver-popover.usingCompany .driver-popover-arrow-side-bottom.driver-popover-arrow {
  border-bottom-color: #3a7fff;
}
.driver-popover.usingCompany .driver-popover-next-btn {
  padding: 7px 14px;
  color: #3a7fff;
}
.driver-popover.usingCompany .driver-popover-arrow-side-bottom.driver-popover-arrow-align-end {
  right: 165px;
}

.main[data-v-1749f75c] {
  padding: 20px;
}
.save-feil[data-v-1749f75c] {
  margin-right: 32px;
  background: #ffffff;
  color: #16ade9;
  padding: 0 32px;
  border-color: #16ade9;
}
.save-feil[data-v-1749f75c]:hover {
  background-color: #16ade9;
  color: #fff;
}
.tipsModal-title[data-v-1749f75c] {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.tipsModal-contnet[data-v-1749f75c] {
  font-size: 18px;
}
.tipsModal-contnet .tip-title[data-v-1749f75c] {
  color: #d9001b;
  margin-bottom: 18px;
}
[data-v-1749f75c] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-1749f75c] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
.finish[data-v-1749f75c] {
  margin: 24px;
  border-radius: 4px;
}
.finish .top[data-v-1749f75c] {
  background-color: rgba(22, 173, 233, 0.19);
  padding: 0 32px;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  font-family: PingFangSC;
  color: #333333;
  line-height: 26px;
}
.finish .top img[data-v-1749f75c] {
  position: relative;
  top: 3px;
}
.finish .top .right[data-v-1749f75c] {
  padding-left: 89px;
}
.finish .bottom[data-v-1749f75c] {
  padding: 24px 32px 152px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.finish .bottom .one[data-v-1749f75c] {
  display: flex;
}
.finish .bottom .one div[data-v-1749f75c] {
  width: 33%;
  display: flex;
}
.finish .bottom .one div .left[data-v-1749f75c] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.finish .bottom .one div .right[data-v-1749f75c] {
  width: 196px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  word-break: break-all;
  color: #333333;
}
.finish .bottom .xinxi[data-v-1749f75c] {
  margin: 20px 0;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.finish .bottom .two[data-v-1749f75c] {
  display: flex;
}
.finish .bottom .two div[data-v-1749f75c] {
  width: 33%;
  line-height: 32px;
}
.finish .bottom .two div .left[data-v-1749f75c] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.finish .bottom .two div .right[data-v-1749f75c] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.finish .bottom .chakan[data-v-1749f75c] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #0041dc;
  cursor: pointer;
}
.finish .bottom .chakan img[data-v-1749f75c] {
  position: relative;
  top: 3px;
}
.finish .eprBottom .one[data-v-1749f75c] {
  margin-top: 16px;
}
.head[data-v-1749f75c] {
  background-color: #fff;
}
.head .left[data-v-1749f75c] {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.head .right[data-v-1749f75c] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.head .tabTitle[data-v-1749f75c] {
  border-bottom: 1px solid #e9e9e9ff;
  padding-left: 32px;
}
.head .tabTitle span[data-v-1749f75c] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: PingFangSC;
  color: #333333;
  line-height: 40px;
  margin-right: 46px;
  cursor: pointer;
}
.head .tabTitle .active-tab[data-v-1749f75c] {
  color: #1890ffff;
  border-bottom: 2px solid #1890ffff;
  font-weight: 500;
}
[data-v-1749f75c] .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
[data-v-1749f75c] .ivu-radio-group {
  margin-top: 4px;
}
.flex-direction[data-v-1749f75c] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.upload-file[data-v-1749f75c] {
  margin: 24px;
}
.upload-file .btn-grop[data-v-1749f75c] {
  text-align: center;
  margin-top: 24px;
  padding-bottom: 24px;
}
.upload-file .big-row[data-v-1749f75c] {
  border-radius: 4px;
  margin-bottom: 24px;
}
.upload-file .big-row .beizhu[data-v-1749f75c] {
  background: #fff1dd;
  font-size: 12px;
  font-family: PingFangSC;
  color: #333333;
  padding: 7px 12px;
  margin-bottom: 15px;
}
.upload-file .big-row .beizhu img[data-v-1749f75c] {
  position: relative;
  top: 3px;
}
.upload-file .big-row .title[data-v-1749f75c] {
  padding: 16px 32px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  background: rgba(24, 144, 255, 0.19);
  border-radius: 4px 4px 0px 0px;
}
.upload-file .big-row .main[data-v-1749f75c] {
  background-color: #fff;
  padding: 15px 32px 20px 32px;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}
.upload-file .big-row .main .notChange .inner[data-v-1749f75c] {
  background: #9999991f;
}
.upload-file .big-row .main .notChange .inner .uplad-word[data-v-1749f75c] {
  color: #666666;
}
.upload-file .big-row .main .notChange .inner img[data-v-1749f75c] {
  display: none;
}
.upload-file .big-row .main .out-img-box .img-box[data-v-1749f75c] {
  position: relative;
  text-align: center;
}
.upload-file .big-row .main .out-img-box .img-box .show-pdf[data-v-1749f75c] {
  color: #16ade9;
}
.upload-file .big-row .main .out-img-box .img-box button[data-v-1749f75c] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.upload-file .big-row .main .out-img-box .img-box button img.closeImg[data-v-1749f75c] {
  width: 13px;
  height: 13px;
}
.upload-file .big-row .main .upload-tip[data-v-1749f75c] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
}
.upload-file .big-row .main .upload-tip a[data-v-1749f75c] {
  color: #16ade9;
}
.upload-file .big-row .main .upload-tip img[data-v-1749f75c] {
  width: 14px;
  height: 14px;
  margin-top: 9px;
  float: left;
}
.upload-file .big-row .main .row[data-v-1749f75c] {
  display: flex;
  justify-content: space-between;
}
.loadingText[data-v-1749f75c] {
  font-size: 16px;
}
.container[data-v-1749f75c] {
  height: calc(100vh - 60px);
}
.topTaxBoxContainer[data-v-1749f75c] {
  background: #ffffff;
  padding: 31px 31px 16px 31px;
}
.topTaxBoxContainer .title[data-v-1749f75c] {
  font-size: 24px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}
.topTaxBoxContainer .country[data-v-1749f75c] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.content[data-v-1749f75c] {
  margin: 23px;
  background: #ffffff;
  padding: 24px 32px;
}
.content .subInfo[data-v-1749f75c] {
  height: 40px;
  background: #fff1dd;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  color: #333333ff;
  line-height: 14px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-weight: 500;
}
.content .title[data-v-1749f75c] {
  font-size: 18px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
}
.flex-direction[data-v-1749f75c] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
[data-v-1749f75c] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
[data-v-1749f75c] .ivu-form .ivu-form-item-content {
  width: 100%;
}
.requiredItem[data-v-1749f75c] .ivu-form-item-label::before {
  content: '*';
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-size: 12px;
  color: #ed4014;
}
.out-img-box .img-box[data-v-1749f75c] {
  position: relative;
  text-align: center;
  width: 268px;
}
.out-img-box .img-box .show-pdf[data-v-1749f75c] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-1749f75c] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-1749f75c] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-1749f75c] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-1749f75c] {
  color: #16ade9;
}
.upload-tip img[data-v-1749f75c] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-1749f75c] {
  margin: 20px 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-1749f75c] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-1749f75c] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}
.statusIndfContent[data-v-1749f75c] {
  padding: 0 24px;
}
.statusIndfContent[data-v-1749f75c] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner {
  background: #3a7fff;
  border-color: #3a7fff;
}
.statusIndfContent[data-v-1749f75c] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner > .ivu-steps-icon {
  color: #fff;
}
.statusIndfContent[data-v-1749f75c] .ivu-steps .ivu-steps-head-inner {
  background: #d9d9d9;
  border-color: #d9d9d9;
}
.statusIndfContent[data-v-1749f75c] .ivu-steps .ivu-steps-head-inner span {
  color: #fff;
}
.statusIndfContent[data-v-1749f75c] .ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner {
  border-color: #2d8cf0;
  background-color: #2d8cf0;
}
.epr-title[data-v-1749f75c] {
  padding: 0 24px;
  border-bottom: 1px solid #f0f0f0;
}
.import-templates[data-v-1749f75c] {
  float: right;
  font-size: 16px;
  font-weight: normal;
  color: #3a7fff;
  cursor: pointer;
}

.top-speed[data-v-08f6f6eb] {
  text-align: center;
  margin-top: 20px;
}
.top-speed .top-reason[data-v-08f6f6eb] {
  text-align: left;
  word-break: break-all;
  margin-top: 20px;
  margin-left: 32px;
  margin-right: 32px;
  padding: 11px 21px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  background: #fff1dd;
}
.top-speed .top-reason span[data-v-08f6f6eb] {
  color: #fa5555;
}
.top-speed .top-reason img[data-v-08f6f6eb] {
  position: relative;
  top: 3px;
}
.top-speed p[data-v-08f6f6eb] {
  margin: 0 auto;
  position: relative;
  width: 970px;
  font-size: 12px;
  font-family: PingFangSC;
  color: #666666;
}
.top-speed p .status1[data-v-08f6f6eb] {
  position: absolute;
  top: 28px;
  left: 60px;
}
.top-speed p .status2[data-v-08f6f6eb] {
  position: absolute;
  top: 28px;
  left: 241px;
}
.top-speed p .status3[data-v-08f6f6eb] {
  position: absolute;
  top: 28px;
  left: 604px;
}
.top-speed p .status4[data-v-08f6f6eb] {
  position: absolute;
  top: 28px;
  left: 788px;
}

.content[data-v-c3d2663e] {
  margin: 23px;
  background: #ffffff;
  padding: 24px 32px;
}
.content .subInfo[data-v-c3d2663e] {
  height: 40px;
  background: #fff1dd;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  color: #333333ff;
  line-height: 14px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-weight: 500;
}
.content .title[data-v-c3d2663e] {
  font-size: 18px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
}
[data-v-c3d2663e] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
[data-v-c3d2663e] .ivu-form .ivu-form-item-content {
  width: 100%;
}
.requiredItem[data-v-c3d2663e] .ivu-form-item-label::before {
  content: '*';
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-size: 12px;
  color: #ed4014;
}
[data-v-c3d2663e] .ivu-upload {
  width: 100%;
  cursor: pointer;
}
[data-v-c3d2663e] .ivu-upload .inner {
  width: 268px;
  height: 32px;
  background: #16ade9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-c3d2663e] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
[data-v-c3d2663e] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.out-img-box .img-box[data-v-c3d2663e] {
  position: relative;
  text-align: center;
  width: 268px;
}
.out-img-box .img-box .show-pdf[data-v-c3d2663e] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-c3d2663e] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-c3d2663e] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-c3d2663e] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-c3d2663e] {
  color: #16ade9;
}
.upload-tip img[data-v-c3d2663e] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-c3d2663e] {
  margin: 20px 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-c3d2663e] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-c3d2663e] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}

.year-history-diag[data-v-5c830fee] .ivu-table-body {
  height: auto !important;
}
.year-history-diag[data-v-5c830fee] .ivu-modal-body {
  max-height: 500px;
  min-height: 200px;
  overflow: auto;
  padding-bottom: 20px !important;
}
.year-history-diag .ivu-table td[data-v-5c830fee],
.year-history-diag .ivu-table th[data-v-5c830fee] {
  min-width: 0;
  height: 48px;
  box-sizing: border-box;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.year-history-diag .ivu-table-border td[data-v-5c830fee],
.year-history-diag .ivu-table-border th[data-v-5c830fee] {
  border-right: 1px solid #e8eaec;
}
.year-history-diag .ivu-table-column-center[data-v-5c830fee] {
  text-align: center;
}
.year-history-diag .first-cell[data-v-5c830fee] {
  border-left: 1px solid #e8eaec;
}
.year-history-diag .ivu-table-column-center .ivu-table-cell[data-v-5c830fee] {
  text-align: center;
}
.year-history-diag .time-tip[data-v-5c830fee] {
  width: 100%;
  text-align: center;
  padding: 8px 0;
  background: rgba(22, 173, 233, 0.2);
  border: 1px solid #e8eaec;
  border-bottom: 0;
}
.year-history-diag .w-123[data-v-5c830fee] {
  width: 123px;
}
.year-history-diag .w-124[data-v-5c830fee] {
  width: 124px;
}

.year-history-diag[data-v-1b064a30] .ivu-table-body {
  height: auto !important;
}
.year-history-diag[data-v-1b064a30] .ivu-modal-body {
  max-height: 500px;
  overflow: auto;
}
.year-history-diag .ivu-table td[data-v-1b064a30],
.year-history-diag .ivu-table th[data-v-1b064a30] {
  min-width: 0;
  height: 48px;
  box-sizing: border-box;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.year-history-diag .ivu-table-border td[data-v-1b064a30],
.year-history-diag .ivu-table-border th[data-v-1b064a30] {
  border-right: 1px solid #e8eaec;
}
.year-history-diag .ivu-table-column-center[data-v-1b064a30] {
  text-align: center;
}
.year-history-diag .first-cell[data-v-1b064a30] {
  border-left: 1px solid #e8eaec;
}
.year-history-diag .ivu-table-column-center .ivu-table-cell[data-v-1b064a30] {
  text-align: center;
}
.year-history-diag .time-tip[data-v-1b064a30] {
  width: 100%;
  text-align: center;
  padding: 8px 0;
  background: rgba(22, 173, 233, 0.2);
  border: 1px solid #e8eaec;
  border-bottom: 0;
}
.year-history-diag .w-123[data-v-1b064a30] {
  width: 123px;
}
.year-history-diag .w-124[data-v-1b064a30] {
  width: 124px;
}


[data-v-4cd49631] .ivu-input {
  font-size: 14px !important;
}
.productListTable[data-v-4cd49631] .ivu-upload-select {
  width: 100px !important;
}
[data-v-4cd49631] .ivu-input {
  display: inline-block;
  width: 130px !important;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
[data-v-4cd49631] .ivu-select {
  width: 130px !important;
}
[data-v-4cd49631] .ivu-select .ivu-select-selection {
  height: 32px !important;
}
[data-v-4cd49631] .ivu-select .ivu-select-selection .ivu-select-placeholder,[data-v-4cd49631] .ivu-select .ivu-select-selection .ivu-select-selected-value {
  height: 32px !important;
  line-height: 32px !important;
  text-align: left;
}
[data-v-4cd49631] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-4cd49631] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
[data-v-4cd49631] .ivu-input {
  width: 120px;
}
[data-v-4cd49631] .ivu-upload {
  cursor: pointer;
}
[data-v-4cd49631] .ivu-upload .inner {
  width: 100px !important;
  height: 32px;
  background: #16ade9 !important;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-4cd49631] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
[data-v-4cd49631] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.out-img-box .img-box[data-v-4cd49631] {
  position: relative;
  text-align: center;
  padding-top: 8px;
  width: 100%;
}
.out-img-box .img-box .show-pdf[data-v-4cd49631] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-4cd49631] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-4cd49631] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-4cd49631] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-4cd49631] {
  color: #16ade9;
}
.upload-tip img[data-v-4cd49631] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-4cd49631] {
  margin: 20px 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-4cd49631] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-4cd49631] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}


[data-v-93fd63de] .eprDeclare.ant-descriptions-bordered .ant-descriptions-item-label,[data-v-93fd63de] .eprDeclare.ant-descriptions-bordered .ant-descriptions-item-content {
  padding: 10px 24px;
}
.btF[data-v-93fd63de] {
  color: #16ade9;
  cursor: pointer;
}

.money-wrap[data-v-4bf50345] {
  padding: 17px 25px;
  padding-right: 0px;
  background-color: #ebf5ff;
}
.money-wrap > div[data-v-4bf50345]:nth-child(1) {
  display: flex;
  justify-content: end;
  align-items: end;
}
.money-wrap > div:nth-child(1) > div[data-v-4bf50345] {
  margin-right: 40px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
}
.money-wrap > div:nth-child(1) > div > span[data-v-4bf50345]:nth-child(2) {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
}
.text-red[data-v-4bf50345] {
  color: #f5222d !important;
}
.text-warning[data-v-4bf50345] {
  color: #ffc100 !important;
}
.error[data-v-4bf50345] {
  padding-left: 25px;
  padding-right: 25px;
  height: 54px;
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: #ebf5ff;
  font-weight: bold;
}
.tip[data-v-4bf50345] {
  padding-left: 25px;
  padding-right: 25px;
  height: 54px;
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: #ebf5ff;
  font-weight: bold;
}
.left[data-v-4bf50345] {
  justify-content: start !important;
}
.mb10[data-v-4bf50345] {
  margin-bottom: 10px;
}


[data-v-1deafb01] td[rowspan='0'] {
  display: none;
}
[data-v-1deafb01] .ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  background: transparent;
}
.row-child-category-box[data-v-1deafb01] {
  word-break: initial;
  white-space: initial;
}

.ksy-mt-2 {
  margin-top: 10px;
}
.ksy-mb-2 {
  margin-bottom: 10px;
}
.red {
  color: red;
}
.ksy-center {
  margin: 0 auto;
  display: block;
}
.ksy-upload-box {
  border: 1px solid #d9d9d9;
  text-align: center;
  padding: 20px 10px;
  cursor: pointer;
}
.weee-upload-disabled .ksy-upload-box {
  display: none;
}
.weee-upload-disabled .ant-upload-list-item-card-actions {
  display: none;
}
.eprDeclare-price {
  text-align: right;
  padding: 20px 0;
  font-size: 14px;
  line-height: 24px;
}
.eprDeclare-price .text-red {
  color: #ff5050;
}


[data-v-ba2b8f98] .ivu-InputNumber {
  font-size: 14px !important;
}
.productListTable[data-v-ba2b8f98] .ivu-upload-select {
  width: 100px !important;
}
[data-v-ba2b8f98] .ivu-InputNumber {
  display: inline-block;
  width: 130px !important;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.packingTable[data-v-ba2b8f98] {
  width: 100%;
  text-align: center;
  border: 1px solid #ebeef5;
}
.packingTable .heard[data-v-ba2b8f98] {
  height: 60px;
  line-height: 60px;
  background: rgba(22, 173, 233, 0.2);
}
.packingTable .title[data-v-ba2b8f98] {
  background: rgba(22, 173, 233, 0.2);
  color: #333333;
  font-size: 12px;
}
.packingTable .body[data-v-ba2b8f98] {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.packingTable .body span[data-v-ba2b8f98] {
  flex: 1;
}
.packingTable .body span .name[data-v-ba2b8f98] {
  flex: 2;
}
.packingTable .border-left[data-v-ba2b8f98] {
  border-left: 1px solid #ebeef5;
}
.packingTable .border-top[data-v-ba2b8f98] {
  border-top: 1px solid #ebeef5;
}
.packingTable .border-bottom[data-v-ba2b8f98] {
  border-bottom: 1px solid #ebeef5;
}

.main[data-v-95941e6c] {
  padding: 0px !important;
}
[data-v-95941e6c] .ivu-InputNumber {
  font-size: 14px !important;
}
.productListTable[data-v-95941e6c] .ivu-upload-select {
  width: 100px !important;
}
[data-v-95941e6c] .ivu-InputNumber {
  display: inline-block;
  width: 130px !important;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.packingTable[data-v-95941e6c] {
  width: 100%;
  text-align: center;
  border: 1px solid #ebeef5;
}
.packingTable .heard[data-v-95941e6c] {
  height: 60px;
  background: rgba(22, 173, 233, 0.2);
}
.packingTable .title[data-v-95941e6c] {
  background: rgba(22, 173, 233, 0.2);
  color: #333333;
  font-size: 12px;
}
.packingTable .body[data-v-95941e6c] {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.packingTable .body span[data-v-95941e6c] {
  flex: 1;
}
.packingTable .body span .name[data-v-95941e6c] {
  flex: 2;
}
.packingTable .border-left[data-v-95941e6c] {
  border-left: 1px solid #ebeef5;
}
.packingTable .border-top[data-v-95941e6c] {
  border-top: 1px solid #ebeef5;
}
.packingTable .border-bottom[data-v-95941e6c] {
  border-bottom: 1px solid #ebeef5;
}


[data-v-f273c172] .ivu-input {
  font-size: 14px !important;
}
.productListTable[data-v-f273c172] .ivu-upload-select {
  width: 100px !important;
}
[data-v-f273c172] .ivu-input {
  display: inline-block;
  width: 130px !important;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.packingTable[data-v-f273c172] {
  width: 100%;
  text-align: center;
  border: 1px solid #ebeef5;
}
.packingTable .heard[data-v-f273c172] {
  height: 60px;
  background: #fafafa;
}
.packingTable .title[data-v-f273c172] {
  background: #fafafa;
  color: #333333;
  font-size: 12px;
}
.packingTable .body[data-v-f273c172] {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.packingTable .body span[data-v-f273c172] {
  flex: 1;
}
.packingTable .body span .name[data-v-f273c172] {
  flex: 2;
}
.packingTable .border-left[data-v-f273c172] {
  border-left: 1px solid #ebeef5;
}
.packingTable .border-top[data-v-f273c172] {
  border-top: 1px solid #ebeef5;
}
.packingTable .border-bottom[data-v-f273c172] {
  border-bottom: 1px solid #ebeef5;
}

.money-wrap[data-v-20635786] {
  margin-top: 30px;
}
.money-wrap .text-red[data-v-20635786] {
  color: #f5222d;
}
.money-wrap .text-warning[data-v-20635786] {
  color: #ffc100;
}
.money-wrap > div[data-v-20635786] {
  display: flex;
  justify-content: end;
  width: 100%;
}
.money-wrap > div > div[data-v-20635786] {
  font-size: 14px;
}
.money-wrap > div > div > div[data-v-20635786]:nth-child(2) {
  margin: 3px 0;
}
.money-wrap > div > div[data-v-20635786]:nth-child(1) {
  text-align: right;
}
.money-wrap > div > div[data-v-20635786]:nth-child(2) {
  text-align: right;
  margin: 0 10px 0 5px;
}


[data-v-840d031e] .ivu-input {
  font-size: 14px !important;
}
[data-v-840d031e] .ivu-input {
  display: inline-block;
  width: 130px !important;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
[data-v-840d031e] .ivu-select {
  width: 130px !important;
}
[data-v-840d031e] .ivu-select .ivu-select-selection {
  height: 32px !important;
}
[data-v-840d031e] .ivu-select .ivu-select-selection .ivu-select-placeholder,[data-v-840d031e] .ivu-select .ivu-select-selection .ivu-select-selected-value {
  height: 32px !important;
  line-height: 32px !important;
  text-align: left;
}
[data-v-840d031e] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-840d031e] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
[data-v-840d031e] .ivu-input {
  width: 120px;
}
[data-v-840d031e] .ivu-select-selection {
  width: 200px;
}

.tip-wrap[data-v-05cda9da] {
  background: rgba(22, 173, 233, 0.1);
  padding: 20px;
  text-align: center;
}

.tip-wrap[data-v-3e78c4ca] {
  background: rgba(22, 173, 233, 0.1);
  padding: 20px;
  text-align: center;
  margin-bottom: 25px;
}

.tip[data-v-1f9f72f8] {
  padding-left: 25px;
  height: 54px;
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: #ebf5ff;
  font-weight: bold;
}

.money-wrap[data-v-04cf72dd] {
  margin-top: 30px;
}
.money-wrap .text-red[data-v-04cf72dd] {
  color: #f5222d;
}
.money-wrap .text-warning[data-v-04cf72dd] {
  color: #ffc100;
}
.money-wrap > div[data-v-04cf72dd] {
  display: flex;
  justify-content: end;
  width: 100%;
}
.money-wrap > div > div[data-v-04cf72dd] {
  font-size: 14px;
}
.money-wrap > div > div > div[data-v-04cf72dd]:nth-child(2) {
  margin: 3px 0;
}
.money-wrap > div > div[data-v-04cf72dd]:nth-child(1) {
  text-align: right;
}
.money-wrap > div > div[data-v-04cf72dd]:nth-child(2) {
  text-align: right;
  margin: 0 10px 0 5px;
}

.money-wrap[data-v-6fd889f4] {
  margin-top: 30px;
}
.money-wrap .text-red[data-v-6fd889f4] {
  color: #f5222d;
}
.money-wrap .text-warning[data-v-6fd889f4] {
  color: #ffc100;
}
.money-wrap > div[data-v-6fd889f4] {
  display: flex;
  justify-content: end;
  width: 100%;
}
.money-wrap > div > div[data-v-6fd889f4] {
  font-size: 14px;
}
.money-wrap > div > div > div[data-v-6fd889f4]:nth-child(2) {
  margin: 3px 0;
}
.money-wrap > div > div[data-v-6fd889f4]:nth-child(1) {
  text-align: right;
}
.money-wrap > div > div[data-v-6fd889f4]:nth-child(2) {
  text-align: right;
  margin: 0 10px 0 5px;
}
.tip[data-v-6fd889f4] {
  padding-left: 25px;
  height: 54px;
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: #ebf5ff;
  font-weight: bold;
}


[data-v-18bfb8fe] .ivu-table-wrapper {
  overflow: initial;
}


[data-v-304608d3] .ivu-table-wrapper {
  overflow: initial;
}

.money-wrap[data-v-0a3224b6] {
  margin-top: 30px;
}
.money-wrap .text-red[data-v-0a3224b6] {
  color: #f5222d;
}
.money-wrap .text-warning[data-v-0a3224b6] {
  color: #ffc100;
}
.money-wrap > div[data-v-0a3224b6] {
  display: flex;
  justify-content: end;
  width: 100%;
}
.money-wrap > div > div[data-v-0a3224b6] {
  font-size: 14px;
}
.money-wrap > div > div > div[data-v-0a3224b6]:nth-child(2) {
  margin: 3px 0;
}
.money-wrap > div > div[data-v-0a3224b6]:nth-child(1) {
  text-align: right;
}
.money-wrap > div > div[data-v-0a3224b6]:nth-child(2) {
  text-align: right;
  margin: 0 10px 0 5px;
}

.ksy-mt-2 {
  margin-top: 10px;
}
.ksy-mb-2 {
  margin-bottom: 10px;
}
.red {
  color: red;
}
.ksy-center {
  margin: 0 auto;
  display: block;
}
.ksy-upload-box {
  border: 1px solid #d9d9d9;
  text-align: center;
  padding: 20px 10px;
  cursor: pointer;
}
.weee-upload-disabled .ksy-upload-box {
  display: none;
}
.weee-upload-disabled .ant-upload-list-item-card-actions {
  display: none;
}
.eprDeclare-price {
  text-align: right;
  padding: 20px 0;
  font-size: 14px;
  line-height: 24px;
}
.eprDeclare-price .text-red {
  color: #ff5050;
}

.sum-beyondbuy-daAmount[data-v-16125122] {
  font-size: 16px;
  text-align: right;
  padding-top: 5px;
}
.sum-beyondbuy-daAmount .text-red[data-v-16125122] {
  color: red;
}

.sum-beyondbuy-daAmount[data-v-d537988c] {
  font-size: 16px;
  text-align: right;
  padding-top: 5px;
}
.sum-beyondbuy-daAmount .text-red[data-v-d537988c] {
  color: red;
}

.t1-tips[data-v-3ce7b192] {
  color: #EA7A02;
  font-size: 12px;
  margin-left: 15px;
}
.declaration-box[data-v-3ce7b192] {
  position: relative;
  border: 1px dashed #E9E9E9;
  background-color: #FAFAFA;
  padding: 16px;
  font-size: 14px;
  color: #262626;
  margin: 24px 0 14px;
  max-width: 700px;
  line-height: 36px;
}
.declaration-box[data-v-3ce7b192] .el-button {
  border: 1px solid #0042DC;
  color: #0042DC;
  line-height: 16px;
}
.declaration-box[data-v-3ce7b192] .el-button svg {
  vertical-align: top;
}
.declaration-box[data-v-3ce7b192] .el-upload-list.el-upload-list--text {
  max-width: 155px;
}
.declaration-box .declaration-file[data-v-3ce7b192] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 410px;
  display: inline-block;
  vertical-align: top;
}
.uploadBox[data-v-3ce7b192] .ant-upload {
  float: right;
}
.uploadBox[data-v-3ce7b192] .ant-upload svg {
  vertical-align: top;
  margin-top: 1px;
  margin-right: 5px;
}
.declaration-price[data-v-3ce7b192] {
  position: relative;
  background-color: #FFF5F1;
  border-left: 2px solid #FF8052;
  color: #000;
  padding: 10px 16px 16px;
  max-width: 700px;
  margin-top: 30px;
}
.declaration-price p[data-v-3ce7b192] {
  margin-bottom: 10px;
}
.declaration-price p span[data-v-3ce7b192] {
  display: inline-block;
  margin-left: 10px;
  color: rgba(255, 122, 74, 0.95);
}
.declaration-price p b[data-v-3ce7b192] {
  font-size: 24px;
}
.declaration-paid[data-v-3ce7b192] {
  background-color: #FAFAFA;
  border: 1px dashed #E9E9E9;
}
.declaration-order[data-v-3ce7b192] {
  width: 700px;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  background-color: #FAFAFA;
  border: 1px dashed #E9E9E9;
  margin-top: -1px;
}
.declaration-tag[data-v-3ce7b192] {
  overflow: hidden;
  position: absolute;
  top: -20px;
  left: -2px;
}
.declaration-tag .label-tag[data-v-3ce7b192] {
  display: inline-block;
  padding: 0px 12px;
  height: 25px;
  line-height: 25px;
  background-color: #C4D5FF;
  transform: skewX(15deg);
  position: relative;
  left: -4px;
}
.declaration-tag .label-text[data-v-3ce7b192] {
  display: inline-block;
  transform: skewX(-15deg);
  /* 反向倾斜15度，抵消容器的倾斜 */
}
.declaration-price .declaration-tag[data-v-3ce7b192] {
  top: -14px;
}

.title[data-v-43cca7a1] {
  text-align: center;
  padding: 16px 0;
  font-size: 18px;
  background: rgba(22, 173, 233, 0.2);
}
.zero[data-v-43cca7a1] {
  padding: 28px 0;
  text-align: center;
  font-size: 16px;
  border: 1px solid #e8eaec;
}
.summary[data-v-43cca7a1]  .ivu-table-tbody .ivu-table-row:last-child .ivu-table-column-center:last-child {
  color: #ff5050;
}

.main[data-v-5b1d1ec4] {
  padding: 20px;
}
.tipsModal-title[data-v-5b1d1ec4] {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.tipsModal-contnet[data-v-5b1d1ec4] {
  font-size: 18px;
}
.tipsModal-contnet .tip-title[data-v-5b1d1ec4] {
  color: #d9001b;
  margin-bottom: 18px;
}
[data-v-5b1d1ec4] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-5b1d1ec4] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
.head[data-v-5b1d1ec4] {
  padding: 16px 0 0;
  background-color: #fff;
}
.head .left[data-v-5b1d1ec4] {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.head .right[data-v-5b1d1ec4] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.head .tabTitle[data-v-5b1d1ec4] {
  border-bottom: 1px solid #e9e9e9ff;
  padding-left: 32px;
}
.head .tabTitle span[data-v-5b1d1ec4] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: PingFangSC;
  color: #333333;
  line-height: 40px;
  margin-right: 46px;
  cursor: pointer;
}
.head .tabTitle .active-tab[data-v-5b1d1ec4] {
  color: #1890ffff;
  border-bottom: 2px solid #1890ffff;
  font-weight: 500;
}
[data-v-5b1d1ec4] .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
[data-v-5b1d1ec4] .ivu-radio-group {
  margin-top: 4px;
}
.flex-direction[data-v-5b1d1ec4] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.loadingText[data-v-5b1d1ec4] {
  font-size: 16px;
}
.container[data-v-5b1d1ec4] {
  height: calc(100vh - 60px);
}
.content[data-v-5b1d1ec4] {
  margin: 23px;
  background: #ffffff;
  padding: 24px 32px;
}
.content .title[data-v-5b1d1ec4] {
  font-size: 18px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
}
.flex-direction[data-v-5b1d1ec4] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
[data-v-5b1d1ec4] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
[data-v-5b1d1ec4] .ivu-form .ivu-form-item-content {
  width: 100%;
}
.requiredItem[data-v-5b1d1ec4] .ivu-form-item-label::before {
  content: '*';
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-size: 12px;
  color: #ed4014;
}
.footer[data-v-5b1d1ec4] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.btn-group[data-v-5b1d1ec4] {
  text-align: center;
  margin: 20px 0;
  height: 50px;
}
.btn-group Button[data-v-5b1d1ec4] {
  margin: 5px;
  height: 35px;
}
.btn-group .keep[data-v-5b1d1ec4] {
  border-color: #16ade9;
  color: #16ade9;
}
[data-v-5b1d1ec4] .ivu-input-group {
  display: -webkit-inline-box !important;
}
.tittleStyle[data-v-5b1d1ec4] {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  height: 55px;
  background: rgba(24, 144, 255, 0.19);
  line-height: 55px;
  padding-left: 32px;
  border-radius: 4px 4px 0px 0px;
}
[data-v-5b1d1ec4] .ivu-table-body {
  height: auto !important;
}
.history-diag[data-v-5b1d1ec4] .ivu-table-wrapper {
  margin: 20px;
}
.history-diag[data-v-5b1d1ec4] .ivu-modal-body {
  padding-bottom: 20px !important;
}
.declare-info[data-v-5b1d1ec4] {
  background: #fff;
  padding: 0 20px;
}
.btF[data-v-5b1d1ec4] {
  color: #6ed2f5;
  display: inline-block;
  margin: 20px 0 20px 10px;
  font-size: 16px;
  cursor: pointer;
}
.btF img[data-v-5b1d1ec4] {
  vertical-align: middle;
}
.content-wrap[data-v-5b1d1ec4] {
  padding-bottom: 20px;
  background: #fff;
}
.wran-font[data-v-5b1d1ec4] {
  display: inline-block;
  width: 360px;
  vertical-align: middle;
  color: #fbb73c;
}
.time-tip[data-v-5b1d1ec4] {
  width: 100%;
  text-align: center;
  padding: 8px 0;
  background: rgba(22, 173, 233, 0.2);
  border: 1px solid #e8eaec;
  border-bottom: 0;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
}
.actual-pay[data-v-5b1d1ec4] {
  text-align: right;
  margin: 20px 20px 0 0;
  font-size: 14px;
}
.actual-pay .red-font[data-v-5b1d1ec4] {
  color: #e1364b;
}
.table-row[data-v-5b1d1ec4] {
  height: 60px;
}
.table-row .table-col[data-v-5b1d1ec4] {
  border: 1px solid #ebeef5;
  border-top: none;
  height: 60px;
  line-height: 60px;
  border-right: none;
  padding-left: 10px;
}
.table-row .table-col[data-v-5b1d1ec4] :last-of-type {
  border-right: 1px solid #ebeef5;
}
.module-name[data-v-5b1d1ec4] {
  font-size: 16px;
  color: #303132;
  margin-top: 48px;
  margin: 0 24px;
}
.module-name b[data-v-5b1d1ec4] {
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #3a7fff;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.packingProductDtos .main[data-v-5b1d1ec4] {
  padding: 24px 0 0;
}
.tip-wrap[data-v-5b1d1ec4] {
  background: rgba(22, 173, 233, 0.1);
  padding: 20px;
  text-align: center;
}
[data-v-5b1d1ec4] .ant-alert-with-description .ant-alert-description {
  white-space: pre-wrap;
}
.eprDeclare-price[data-v-5b1d1ec4] {
  margin-right: 30px;
}

.container[data-v-2ad212c8] {
  margin: 20px 20px 0px;
  padding: 20px;
  padding-bottom: 60px;
  background: #fff;
  font-size: 14px;
}
.t1[data-v-2ad212c8] {
  position: relative;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #303132;
  margin: 52px 0 16px;
  padding-left: 12px;
}
.t1[data-v-2ad212c8]::before {
  position: absolute;
  content: ' ';
  left: 0;
  top: 13px;
  height: 15px;
  border-left: 2px solid #3a7fff;
}
.t2[data-v-2ad212c8] {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 10px 0;
}
.btn-wrap[data-v-2ad212c8] {
  position: fixed;
  bottom: 0;
  left: 256px;
  right: 0;
  height: 54px;
  box-shadow: 0px -1px 10px 0px #ebf0f5;
  padding-top: 10px;
  background: #fff;
  z-index: 10;
}
.title-operation-btn[data-v-2ad212c8] {
  padding: 2px 6px;
  border-radius: 4px;
  background: #ecf3ff;
  color: #3a7fff;
  cursor: pointer;
  margin-right: 16px;
}
.title-operation-btn[data-v-2ad212c8] .anticon {
  font-size: 12px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.main[data-v-1e19b8c0] {
  padding: 20px;
}
.save-feil[data-v-1e19b8c0] {
  margin-right: 32px;
  background: #ffffff;
  color: #16ade9;
  padding: 0 32px;
  border-color: #16ade9;
}
.save-feil[data-v-1e19b8c0]:hover {
  background-color: #16ade9;
  color: #fff;
}
.tipsModal-title[data-v-1e19b8c0] {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.tipsModal-contnet[data-v-1e19b8c0] {
  font-size: 18px;
}
.tipsModal-contnet .tip-title[data-v-1e19b8c0] {
  color: #d9001b;
  margin-bottom: 18px;
}
[data-v-1e19b8c0] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-1e19b8c0] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
.finish[data-v-1e19b8c0] {
  margin: 24px;
  border-radius: 4px;
}
.finish .top[data-v-1e19b8c0] {
  background-color: rgba(22, 173, 233, 0.19);
  padding: 0 32px;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  font-family: PingFangSC;
  color: #333333;
  line-height: 26px;
}
.finish .top img[data-v-1e19b8c0] {
  position: relative;
  top: 3px;
}
.finish .top .right[data-v-1e19b8c0] {
  padding-left: 89px;
}
.finish .bottom[data-v-1e19b8c0] {
  padding: 24px 32px 152px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.finish .bottom .one[data-v-1e19b8c0] {
  display: flex;
}
.finish .bottom .one div[data-v-1e19b8c0] {
  width: 33%;
  display: flex;
}
.finish .bottom .one div .left[data-v-1e19b8c0] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.finish .bottom .one div .right[data-v-1e19b8c0] {
  width: 196px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  word-break: break-all;
  color: #333333;
}
.finish .bottom .xinxi[data-v-1e19b8c0] {
  margin: 20px 0;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.finish .bottom .two[data-v-1e19b8c0] {
  display: flex;
}
.finish .bottom .two div[data-v-1e19b8c0] {
  width: 33%;
  line-height: 32px;
}
.finish .bottom .two div .left[data-v-1e19b8c0] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.finish .bottom .two div .right[data-v-1e19b8c0] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.finish .bottom .chakan[data-v-1e19b8c0] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #16ade9;
  cursor: pointer;
}
.finish .bottom .chakan img[data-v-1e19b8c0] {
  position: relative;
  top: 3px;
}
.finish .eprBottom .one[data-v-1e19b8c0] {
  margin-top: 16px;
}
.head[data-v-1e19b8c0] {
  padding: 16px 0 0;
  background-color: #fff;
}
.head .left[data-v-1e19b8c0] {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.head .right[data-v-1e19b8c0] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.head .tabTitle[data-v-1e19b8c0] {
  border-bottom: 1px solid #e9e9e9ff;
  padding-left: 32px;
}
.head .tabTitle span[data-v-1e19b8c0] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: PingFangSC;
  color: #333333;
  line-height: 40px;
  margin-right: 46px;
  cursor: pointer;
}
.head .tabTitle .active-tab[data-v-1e19b8c0] {
  color: #1890ffff;
  border-bottom: 2px solid #1890ffff;
  font-weight: 500;
}
[data-v-1e19b8c0] .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
[data-v-1e19b8c0] .ivu-radio-group {
  margin-top: 4px;
}
.flex-direction[data-v-1e19b8c0] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.upload-file[data-v-1e19b8c0] {
  margin: 24px;
}
.upload-file .btn-grop[data-v-1e19b8c0] {
  text-align: center;
  margin-top: 24px;
  padding-bottom: 24px;
}
.upload-file .big-row[data-v-1e19b8c0] {
  border-radius: 4px;
  margin-bottom: 24px;
}
.upload-file .big-row .beizhu[data-v-1e19b8c0] {
  background: #fff1dd;
  font-size: 12px;
  font-family: PingFangSC;
  color: #333333;
  padding: 7px 12px;
  margin-bottom: 15px;
}
.upload-file .big-row .beizhu img[data-v-1e19b8c0] {
  position: relative;
  top: 3px;
}
.upload-file .big-row .title[data-v-1e19b8c0] {
  padding: 16px 32px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  background: rgba(24, 144, 255, 0.19);
  border-radius: 4px 4px 0px 0px;
}
.upload-file .big-row .main[data-v-1e19b8c0] {
  background-color: #fff;
  padding: 15px 32px 20px 32px;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}
.upload-file .big-row .main .notChange .inner[data-v-1e19b8c0] {
  background: #9999991f;
}
.upload-file .big-row .main .notChange .inner .uplad-word[data-v-1e19b8c0] {
  color: #666666;
}
.upload-file .big-row .main .notChange .inner img[data-v-1e19b8c0] {
  display: none;
}
.upload-file .big-row .main .out-img-box .img-box[data-v-1e19b8c0] {
  position: relative;
  text-align: center;
}
.upload-file .big-row .main .out-img-box .img-box .show-pdf[data-v-1e19b8c0] {
  color: #16ade9;
}
.upload-file .big-row .main .out-img-box .img-box button[data-v-1e19b8c0] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.upload-file .big-row .main .out-img-box .img-box button img.closeImg[data-v-1e19b8c0] {
  width: 13px;
  height: 13px;
}
.upload-file .big-row .main .upload-tip[data-v-1e19b8c0] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
}
.upload-file .big-row .main .upload-tip a[data-v-1e19b8c0] {
  color: #16ade9;
}
.upload-file .big-row .main .upload-tip img[data-v-1e19b8c0] {
  width: 14px;
  height: 14px;
  margin-top: 9px;
  float: left;
}
.upload-file .big-row .main .row[data-v-1e19b8c0] {
  display: flex;
  justify-content: space-between;
}
.loadingText[data-v-1e19b8c0] {
  font-size: 16px;
}
.container[data-v-1e19b8c0] {
  height: calc(100vh - 60px);
}
.topTaxBoxContainer[data-v-1e19b8c0] {
  background: #ffffff;
  padding: 31px 31px 16px 31px;
}
.topTaxBoxContainer .title[data-v-1e19b8c0] {
  font-size: 24px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}
.topTaxBoxContainer .country[data-v-1e19b8c0] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.content[data-v-1e19b8c0] {
  margin: 23px;
  background: #ffffff;
  padding: 24px 32px;
}
.content .subInfo[data-v-1e19b8c0] {
  height: 40px;
  background: #fff1dd;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  color: #333333ff;
  line-height: 14px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-weight: 500;
}
.content .title[data-v-1e19b8c0] {
  font-size: 18px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
}
.flex-direction[data-v-1e19b8c0] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
[data-v-1e19b8c0] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
[data-v-1e19b8c0] .ivu-form .ivu-form-item-content {
  width: 100%;
}
.requiredItem[data-v-1e19b8c0] .ivu-form-item-label::before {
  content: '*';
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-size: 12px;
  color: #ed4014;
}
.out-img-box .img-box[data-v-1e19b8c0] {
  position: relative;
  text-align: center;
  width: 268px;
}
.out-img-box .img-box .show-pdf[data-v-1e19b8c0] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-1e19b8c0] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-1e19b8c0] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-1e19b8c0] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-1e19b8c0] {
  color: #16ade9;
}
.upload-tip img[data-v-1e19b8c0] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-1e19b8c0] {
  margin: 20px 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-1e19b8c0] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-1e19b8c0] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}
.fill-information-title[data-v-1e19b8c0] {
  padding: 0 20px;
}

.main[data-v-f6947f2a] {
  padding: 20px;
}
[data-v-f6947f2a] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-f6947f2a] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
.head[data-v-f6947f2a] {
  padding: 16px 0 0;
  background-color: #fff;
}
.head .left[data-v-f6947f2a] {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.head .right[data-v-f6947f2a] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.head .tabTitle[data-v-f6947f2a] {
  border-bottom: 1px solid #e9e9e9ff;
  padding-left: 32px;
}
.head .tabTitle span[data-v-f6947f2a] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: PingFangSC;
  color: #333333;
  line-height: 40px;
  margin-right: 46px;
  cursor: pointer;
}
.head .tabTitle .active-tab[data-v-f6947f2a] {
  color: #1890ffff;
  border-bottom: 2px solid #1890ffff;
  font-weight: 500;
}
[data-v-f6947f2a] .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
[data-v-f6947f2a] .ivu-radio-group {
  margin-top: 4px;
}
.flex-direction[data-v-f6947f2a] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.upload-file[data-v-f6947f2a] {
  margin: 24px;
}
.upload-file .btn-grop[data-v-f6947f2a] {
  text-align: center;
  margin-top: 24px;
  padding-bottom: 24px;
}
.flex-direction[data-v-f6947f2a] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
[data-v-f6947f2a] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
[data-v-f6947f2a] .ivu-form .ivu-form-item-content {
  width: 100%;
}
.download[data-v-f6947f2a] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}
.btF[data-v-f6947f2a] {
  color: #6ed2f5;
  display: inline-block;
  margin: 20px 0 20px 10px;
  font-size: 16px;
  cursor: pointer;
}
.btF img[data-v-f6947f2a] {
  vertical-align: middle;
}
.declare-info[data-v-f6947f2a] {
  background: #fff;
}

.container[data-v-38a5a1ee] {
  padding: 20px;
  background: #fff;
  font-size: 14px;
}
.t1[data-v-38a5a1ee] {
  position: relative;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #303132;
  margin: 32px 0 16px;
  padding-left: 12px;
}
.t1[data-v-38a5a1ee]::before {
  position: absolute;
  content: ' ';
  left: 0;
  top: 13px;
  height: 15px;
  border-left: 2px solid #3a7fff;
}
.t2[data-v-38a5a1ee] {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 10px 0;
}
.btn-wrap[data-v-38a5a1ee] {
  position: fixed;
  bottom: 0;
  left: 256px;
  right: 0;
  height: 54px;
  box-shadow: 0px -1px 10px 0px #ebf0f5;
  padding-top: 10px;
  background: #fff;
}
[data-v-38a5a1ee] .ant-descriptions-row .ant-descriptions-item-label {
  width: 250px;
}
[data-v-38a5a1ee] .ant-descriptions-row .ant-descriptions-item-content {
  max-width: 500px;
}

.main[data-v-5be0d30a] {
  padding: 20px;
}
.save-feil[data-v-5be0d30a] {
  margin-right: 32px;
  background: #ffffff;
  color: #16ade9;
  padding: 0 32px;
  border-color: #16ade9;
}
.save-feil[data-v-5be0d30a]:hover {
  background-color: #16ade9;
  color: #fff;
}
.tipsModal-title[data-v-5be0d30a] {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.tipsModal-contnet[data-v-5be0d30a] {
  font-size: 18px;
}
.tipsModal-contnet .tip-title[data-v-5be0d30a] {
  color: #d9001b;
  margin-bottom: 18px;
}
[data-v-5be0d30a] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-5be0d30a] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
.finish[data-v-5be0d30a] {
  margin: 24px;
  border-radius: 4px;
}
.finish .top[data-v-5be0d30a] {
  background-color: rgba(22, 173, 233, 0.19);
  padding: 0 32px;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  font-family: PingFangSC;
  color: #333333;
  line-height: 26px;
}
.finish .top img[data-v-5be0d30a] {
  position: relative;
  top: 3px;
}
.finish .top .right[data-v-5be0d30a] {
  padding-left: 89px;
}
.finish .bottom[data-v-5be0d30a] {
  padding: 24px 32px 152px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.finish .bottom .one[data-v-5be0d30a] {
  display: flex;
}
.finish .bottom .one div[data-v-5be0d30a] {
  width: 33%;
  display: flex;
}
.finish .bottom .one div .left[data-v-5be0d30a] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.finish .bottom .one div .right[data-v-5be0d30a] {
  width: 196px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  word-break: break-all;
  color: #333333;
}
.finish .bottom .xinxi[data-v-5be0d30a] {
  margin: 20px 0;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.finish .bottom .two[data-v-5be0d30a] {
  display: flex;
}
.finish .bottom .two div[data-v-5be0d30a] {
  width: 33%;
  line-height: 32px;
}
.finish .bottom .two div .left[data-v-5be0d30a] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.finish .bottom .two div .right[data-v-5be0d30a] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.finish .bottom .chakan[data-v-5be0d30a] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #16ade9;
  cursor: pointer;
}
.finish .bottom .chakan img[data-v-5be0d30a] {
  position: relative;
  top: 3px;
}
.finish .eprBottom .one[data-v-5be0d30a] {
  margin-top: 16px;
}
.head[data-v-5be0d30a] {
  background-color: #fff;
}
.head .left[data-v-5be0d30a] {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.head .right[data-v-5be0d30a] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.head .tabTitle[data-v-5be0d30a] {
  border-bottom: 1px solid #e9e9e9ff;
  padding-left: 32px;
}
.head .tabTitle span[data-v-5be0d30a] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: PingFangSC;
  color: #333333;
  line-height: 40px;
  margin-right: 46px;
  cursor: pointer;
}
.head .tabTitle .active-tab[data-v-5be0d30a] {
  color: #1890ffff;
  border-bottom: 2px solid #1890ffff;
  font-weight: 500;
}
#sg .active-tab[data-v-5be0d30a] {
  color: #f79728;
  border-bottom: 2px solid #f79728;
}
[data-v-5be0d30a] .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
[data-v-5be0d30a] .ivu-radio-group {
  margin-top: 4px;
}
.flex-direction[data-v-5be0d30a] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.upload-file[data-v-5be0d30a] {
  margin: 24px;
}
.upload-file .btn-grop[data-v-5be0d30a] {
  text-align: center;
  margin-top: 24px;
  padding-bottom: 24px;
}
.upload-file .big-row[data-v-5be0d30a] {
  border-radius: 4px;
  margin-bottom: 24px;
}
.upload-file .big-row .beizhu[data-v-5be0d30a] {
  background: #fff1dd;
  font-size: 12px;
  font-family: PingFangSC;
  color: #333333;
  padding: 7px 12px;
  margin-bottom: 15px;
}
.upload-file .big-row .beizhu img[data-v-5be0d30a] {
  position: relative;
  top: 3px;
}
.upload-file .big-row .title[data-v-5be0d30a] {
  padding: 16px 32px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  background: rgba(24, 144, 255, 0.19);
  border-radius: 4px 4px 0px 0px;
}
.upload-file .big-row .main[data-v-5be0d30a] {
  background-color: #fff;
  padding: 15px 32px 20px 32px;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}
.upload-file .big-row .main .notChange .inner[data-v-5be0d30a] {
  background: #9999991f;
}
.upload-file .big-row .main .notChange .inner .uplad-word[data-v-5be0d30a] {
  color: #666666;
}
.upload-file .big-row .main .notChange .inner img[data-v-5be0d30a] {
  display: none;
}
.upload-file .big-row .main .out-img-box .img-box[data-v-5be0d30a] {
  position: relative;
  text-align: center;
}
.upload-file .big-row .main .out-img-box .img-box .show-pdf[data-v-5be0d30a] {
  color: #16ade9;
}
.upload-file .big-row .main .out-img-box .img-box button[data-v-5be0d30a] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.upload-file .big-row .main .out-img-box .img-box button img.closeImg[data-v-5be0d30a] {
  width: 13px;
  height: 13px;
}
.upload-file .big-row .main .upload-tip[data-v-5be0d30a] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
}
.upload-file .big-row .main .upload-tip a[data-v-5be0d30a] {
  color: #16ade9;
}
.upload-file .big-row .main .upload-tip img[data-v-5be0d30a] {
  width: 14px;
  height: 14px;
  margin-top: 9px;
  float: left;
}
.upload-file .big-row .main .row[data-v-5be0d30a] {
  display: flex;
  justify-content: space-between;
}
.loadingText[data-v-5be0d30a] {
  font-size: 16px;
}
.container[data-v-5be0d30a] {
  min-height: calc(100vh - 60px);
  padding-bottom: 120px;
}
.topTaxBoxContainer[data-v-5be0d30a] {
  background: #ffffff;
  padding: 31px 31px 16px 31px;
}
.topTaxBoxContainer .title[data-v-5be0d30a] {
  font-size: 24px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}
.topTaxBoxContainer .country[data-v-5be0d30a] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.content[data-v-5be0d30a] {
  margin: 23px;
  background: #ffffff;
  padding: 24px 32px;
}
.content .subInfo[data-v-5be0d30a] {
  height: 40px;
  background: #fff1dd;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  color: #333333ff;
  line-height: 14px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-weight: 500;
}
.content .title[data-v-5be0d30a] {
  font-size: 18px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
}
.flex-direction[data-v-5be0d30a] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
[data-v-5be0d30a] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
[data-v-5be0d30a] .ivu-form .ivu-form-item-content {
  width: 100%;
}
.requiredItem[data-v-5be0d30a] .ivu-form-item-label::before {
  content: '*';
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-size: 12px;
  color: #ed4014;
}
.out-img-box .img-box[data-v-5be0d30a] {
  position: relative;
  text-align: center;
  width: 268px;
}
.out-img-box .img-box .show-pdf[data-v-5be0d30a] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-5be0d30a] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-5be0d30a] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-5be0d30a] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-5be0d30a] {
  color: #16ade9;
}
.upload-tip img[data-v-5be0d30a] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-5be0d30a] {
  margin: 20px 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-5be0d30a] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-5be0d30a] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}
.statusIndfContent[data-v-5be0d30a] {
  padding: 0 24px;
  padding-top: 6px !important;
}
.statusIndfContent[data-v-5be0d30a] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner {
  background: #3a7fff;
  border-color: #3a7fff;
}
.statusIndfContent[data-v-5be0d30a] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner > .ivu-steps-icon {
  color: #fff;
}
.statusIndfContent[data-v-5be0d30a] .ivu-steps .ivu-steps-head-inner {
  background: #d9d9d9;
  border-color: #d9d9d9;
}
.statusIndfContent[data-v-5be0d30a] .ivu-steps .ivu-steps-head-inner span {
  color: #fff;
}
.statusIndfContent[data-v-5be0d30a] .ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner {
  border-color: #2d8cf0;
  background-color: #2d8cf0;
}
.epr-title[data-v-5be0d30a] {
  padding: 0 24px 16px;
  border-bottom: 1px solid #f0f0f0;
}
.import-templates[data-v-5be0d30a] {
  float: right;
  font-size: 16px;
  font-weight: normal;
  color: #3a7fff;
  cursor: pointer;
}
.module-name[data-v-5be0d30a] {
  font-size: 16px;
  color: #303132;
  margin-top: 48px;
  padding: 0 24px;
}
.module-name b[data-v-5be0d30a] {
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #3a7fff;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
[data-v-5be0d30a] .sg-bg .ant-table-thead > tr > th {
  background: #ffdc87;
}
[data-v-5be0d30a] .vat-bg .ant-table-thead > tr > th {
  background: rgba(58, 127, 255, 0.8);
  color: #fff;
}

.tips[data-v-566b8f96] {
  color: red;
  padding: 10px 20px 30px;
}

.tax-no-list .btn[data-v-22292264] {
  color: red;
  cursor: pointer;
}

.wrap[data-v-1ce2a2c6] {
  margin: 0 20px 20px;
  height: 60vh;
  overflow-y: auto;
}
.wrap .title[data-v-1ce2a2c6] {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
}
.wrap .img[data-v-1ce2a2c6] {
  margin: 10px;
}
.wrap .img img[data-v-1ce2a2c6] {
  width: 100%;
}

.platform-wrap[data-v-1b660436] {
  margin: 15px 0px;
  overflow: hidden;
}
.platform-wrap .cell[data-v-1b660436] {
  float: left;
  background-color: #fff;
  font-weight: bold;
  line-height: 54px;
  display: flex;
  padding: 0 5px;
  cursor: pointer;
  position: relative;
}
.platform-wrap .cell .img[data-v-1b660436] {
  width: 28px;
  height: 28px;
  margin: 13px;
  overflow: hidden;
}
.platform-wrap .cell .img img[data-v-1b660436] {
  width: 100%;
  height: 100%;
  float: left;
}
.platform-wrap .cell .text[data-v-1b660436] {
  flex: 1;
  font-size: 22px;
  padding-right: 20px;
}
.platform-wrap .cell .btn[data-v-1b660436] {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.platform-wrap .cell:hover .btn[data-v-1b660436] {
  opacity: 1;
}
.content[data-v-1b660436] {
  margin-top: 15px;
  background: #ffffff;
  padding: 24px;
  min-height: calc(100vh - 205px);
}
.title_wait[data-v-1b660436] {
  border-bottom: 1px solid #f6f6f6;
  min-height: calc(100vh - 86px);
}
[data-v-1b660436] th .ivu-table-cell {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
[data-v-1b660436] .ivu-table {
  color: #333333;
  font-size: 12px;
}
[data-v-1b660436] .ivu-table td,[data-v-1b660436] .ivu-table th {
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 0;
  text-align: center;
  border-right: 1px solid #ebebebff;
}
[data-v-1b660436] .ivu-table th {
  color: #666666;
  font-weight: inherit;
  background: rgba(22, 173, 233, 0.2);
}
.cursor[data-v-1b660436] {
  cursor: pointer;
}
.processed[data-v-1b660436] {
  color: #02a7f0;
  display: flex;
  justify-content: center;
}
[data-v-1b660436] .title_wait .ivu-page {
  text-align: center;
  padding-top: 30px;
}

.wrap[data-v-3aaf0e8e] {
  padding-bottom: 20px;
}
.wrap .download-btn[data-v-3aaf0e8e] {
  padding: 10px;
}

.headContent[data-v-54f923ce] {
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 20px 32px;
}
.headContent .bottom[data-v-54f923ce] {
  font-size: 20px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.headContent .bottom span[data-v-54f923ce] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  margin-left: 10px;
}
.content[data-v-54f923ce] {
  margin-top: 15px;
  background: #ffffff;
  padding: 24px;
  min-height: calc(100vh - 205px);
}
.title_wait[data-v-54f923ce] {
  border-bottom: 1px solid #f6f6f6;
  min-height: calc(100vh - 86px);
}
[data-v-54f923ce] th .ivu-table-cell {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
[data-v-54f923ce] .ivu-table {
  color: #333333;
  font-size: 12px;
}
[data-v-54f923ce] .ivu-table td,[data-v-54f923ce] .ivu-table th {
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 0;
  text-align: center;
  border-right: 1px solid #ebebebff;
}
[data-v-54f923ce] .ivu-table th {
  color: #666666;
  font-weight: inherit;
  background: rgba(22, 173, 233, 0.2);
}
.cursor[data-v-54f923ce] {
  cursor: pointer;
}
.processed[data-v-54f923ce] {
  color: #02a7f0;
  display: flex;
  justify-content: center;
}
[data-v-54f923ce] .title_wait .ivu-page {
  text-align: center;
  padding-top: 30px;
}

body[data-v-6a912800] {
  padding-right: 0px !important;
}
.mainContent[data-v-6a912800] {
  min-height: calc(100vh - 60px);
}
.mainContent .headContent[data-v-6a912800] {
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 10px 32px 0px;
}
.mainContent .headContent .top[data-v-6a912800] {
  margin-bottom: 14px;
}
.mainContent .headContent .top .flink[data-v-6a912800],
.mainContent .headContent .top .clink[data-v-6a912800] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.mainContent .headContent .top .clink[data-v-6a912800] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.mainContent .headContent .bottom[data-v-6a912800] {
  font-size: 20px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.mainContent .headContent .bottom span[data-v-6a912800] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.mainContent .headContent .tabTitle[data-v-6a912800] {
  border-bottom: 1px solid #e9e9e9ff;
  margin-top: 0px;
}
.mainContent .headContent .tabTitle span[data-v-6a912800] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Microsoft Yahei', PingFangSC;
  color: #333333;
  line-height: 40px;
  margin-right: 46px;
  cursor: pointer;
}
.mainContent .headContent .tabTitle .active-tab[data-v-6a912800] {
  color: #0041DC;
  border-bottom: 2px solid #0041DC;
  font-weight: 500;
}
.mainContent .userInfoContent[data-v-6a912800] {
  margin-top: 15px;
  background: #ffffff;
}
.mainContent .userInfoContent .passWordContent[data-v-6a912800] {
  margin-top: 24px;
  margin-left: 14px;
}
.mainContent .userInfoContent .passWordContent .bt[data-v-6a912800] {
  width: auto;
}
.mainContent .inviteContent[data-v-6a912800] {
  margin: 24px;
  background: #ffffff;
  padding: 0px 24px 24px;
}
.mainContent .inviteContent .page-box[data-v-6a912800] {
  text-align: center;
  margin-top: 10px;
}
.mainContent .inviteContent .topImg[data-v-6a912800] {
  width: 100%;
}
.mainContent .inviteContent .topImg img[data-v-6a912800] {
  width: 100%;
}
.mainContent .my-card .topImg > img[data-v-6a912800] {
  width: 100%;
}
.mainContent .user-info[data-v-6a912800] {
  padding: 24px;
  background: #ffffff;
}
.mainContent .user-info .content[data-v-6a912800] {
  position: relative;
  height: 288px;
  background: linear-gradient(0deg, #1f89f1 0%, #16ade9 100%);
  box-shadow: 0px 5px 15px 0px rgba(175, 192, 209, 0.55);
  border-radius: 8px;
}
.mainContent .user-info .content .upperLeftCorner[data-v-6a912800] {
  width: 257px;
  height: 165px;
  background: linear-gradient(0deg, #1f89f1 0%, #16ade9 100%);
  opacity: 0.1;
  border-radius: 8px;
}
.mainContent .user-info .content .lowerRightCorner[data-v-6a912800] {
  width: 196px;
  height: 140px;
  background: linear-gradient(0deg, #1f89f1 0%, #16ade9 100%);
  border-radius: 8px;
}
.mainContent .user-info .content .modifyInformation[data-v-6a912800] {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 11;
}
.mainContent .user-info .content .modifyInformation button[data-v-6a912800] {
  color: #ffffff;
  font-size: 12px;
}
.mainContent .user-info .content .modifyInformation button img[data-v-6a912800] {
  width: 11px;
  height: 13px;
  margin-top: 2px;
  margin-right: 6px;
  float: left;
}
.mainContent .user-info .content .modifyInformation[data-v-6a912800] button:hover {
  background: none;
}
.mainContent .user-info .content .userInfo[data-v-6a912800] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.mainContent .user-info .content .userInfo > img[data-v-6a912800] {
  width: 83px;
  height: 83px;
}
.mainContent .user-info .content .userInfo .nickname[data-v-6a912800] {
  font-size: 24px;
  line-height: 42px;
  color: #ffffff;
  text-align: center;
}
.mainContent .user-info .content .userInfo .level[data-v-6a912800] {
  padding: 0px 7px;
  line-height: 16px;
  height: 17px;
  background: #199fec;
  border: 1px solid #eae465;
  border-radius: 8px;
  font-size: 12px;
  color: #eae465;
  text-align: center;
  position: absolute;
  top: 13px;
  right: -55px;
}
.mainContent .user-info .content .userInfo .company[data-v-6a912800] {
  font-size: 14px;
  line-height: 42px;
  color: #ffffff;
}
.mainContent .user-info .content .userInfo .location[data-v-6a912800] {
  position: absolute;
  width: 459px;
  height: 58px;
  background: #ffffff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.06);
  border-radius: 29px;
  bottom: 0px;
  transform: translateY(50%);
}
.mainContent .user-info .content .userInfo .location .left[data-v-6a912800],
.mainContent .user-info .content .userInfo .location .right[data-v-6a912800] {
  width: 49%;
  text-align: center;
}
.mainContent .user-info .content .userInfo .location .left span[data-v-6a912800],
.mainContent .user-info .content .userInfo .location .right span[data-v-6a912800] {
  font-size: 14px;
  color: #666666;
  line-height: 39px;
  margin-left: 10px;
}
.mainContent .user-info .content .userInfo .location .left .editPhone[data-v-6a912800],
.mainContent .user-info .content .userInfo .location .right .editPhone[data-v-6a912800] {
  margin-left: 0px;
  font-size: 12px;
  color: #16ade9;
  cursor: pointer;
  border-bottom: 1px solid #16ade9;
}
.mainContent .user-info .content .userInfo .location .left img[data-v-6a912800] {
  width: 15px;
  height: 15px;
}
.mainContent .user-info .content .userInfo .location .line[data-v-6a912800] {
  width: 2px;
  height: 24px;
  background: #dfdfdf;
  border-radius: 1px;
}
.mainContent .user-info .content .userInfo .location .right img[data-v-6a912800] {
  width: 11px;
  height: 17px;
}
.mainContent .tb[data-v-6a912800] {
  cursor: pointer;
  padding-left: 41px;
  margin-top: 20px;
  color: #303033;
}
.mainContent .tb .login-btn[data-v-6a912800] {
  margin-bottom: 180px;
}
.mainContent .tb .label[data-v-6a912800] {
  padding-right: 38px;
  display: inline-block;
  text-align: right;
  width: 100px;
  color: #626266;
  margin-bottom: 20px;
}
.mainContent .service[data-v-6a912800],
.mainContent .invite[data-v-6a912800] {
  background-color: #fff;
  margin-top: 20px;
  width: 32%;
  text-align: center;
  height: 320px;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #e5e5e5;
  margin-right: 1%;
}
.mainContent .service .left .leftImg1[data-v-6a912800],
.mainContent .invite .left .leftImg1[data-v-6a912800] {
  width: 61px;
  height: 69px;
}
.mainContent .service .left .leftImg1[data-v-6a912800]:nth-child(2),
.mainContent .invite .left .leftImg1[data-v-6a912800]:nth-child(2) {
  display: none;
}
.mainContent .service .left .leftImg2[data-v-6a912800],
.mainContent .invite .left .leftImg2[data-v-6a912800] {
  width: 77px;
  height: 65px;
}
.mainContent .service .left .leftImg2[data-v-6a912800]:nth-child(2),
.mainContent .invite .left .leftImg2[data-v-6a912800]:nth-child(2) {
  display: none;
}
.mainContent .service .left .leftImg3[data-v-6a912800],
.mainContent .invite .left .leftImg3[data-v-6a912800] {
  width: 82px;
  height: 57px;
}
.mainContent .service .left .leftImg3[data-v-6a912800]:nth-child(2),
.mainContent .invite .left .leftImg3[data-v-6a912800]:nth-child(2) {
  display: none;
}
.mainContent .service .left .title[data-v-6a912800],
.mainContent .invite .left .title[data-v-6a912800] {
  font-size: 16px;
  color: #333333;
  margin-top: 20px;
}
.mainContent .service .right .num[data-v-6a912800],
.mainContent .invite .right .num[data-v-6a912800] {
  font-size: 84px;
  color: #16ade9;
}
.mainContent .service .title[data-v-6a912800],
.mainContent .invite .title[data-v-6a912800] {
  color: #626266;
  font-size: 16px;
}
.mainContent .service .num[data-v-6a912800],
.mainContent .invite .num[data-v-6a912800] {
  font-size: 44px;
  margin: 20px 0 40px 0;
  color: #16ade9;
}
.mainContent .invite .num[data-v-6a912800] {
  color: #16ade9;
}
.mainContent .invite .ivu-btn[data-v-6a912800] {
  color: #16ade9;
  border-color: #16ade9;
}
.mainContent .commonBox[data-v-6a912800] {
  width: 350px;
  height: 215px;
  border-radius: 8px;
}
.mainContent .commonBox[data-v-6a912800] .ivu-tabs .ivu-tabs-bar {
  margin: 0px;
  border-bottom: 2px solid #f9f7fa;
}
.mainContent .commonBox[data-v-6a912800] .ivu-tabs .ivu-tabs-bar .ivu-tabs-nav-right {
  margin-top: 15px;
  margin-right: 15px;
}
.mainContent .commonBox[data-v-6a912800] .ivu-tabs .ivu-tabs-bar .ivu-tabs-nav-right img {
  width: 9px;
}
.mainContent .commonBox[data-v-6a912800] .ivu-tabs .ivu-tabs-bar .ivu-tabs-nav-right img:nth-child(2) {
  display: none;
}
.mainContent .commonBox[data-v-6a912800] .ivu-tabs .ivu-tabs-tab {
  font-weight: normal;
  color: #999999 !important;
}
.mainContent .commonBox[data-v-6a912800] .ivu-tabs .ivu-tabs-content {
  height: 172px;
}
.mainContent .commonBox[data-v-6a912800]:nth-child(2) {
  margin: 20px 36px 0px;
}
.mainContent .commonBox[data-v-6a912800]:hover {
  cursor: pointer;
  background: #16ade9;
}
.mainContent .commonBox[data-v-6a912800]:hover .ivu-tabs .ivu-tabs-bar {
  border-color: #65beee;
}
.mainContent .commonBox[data-v-6a912800]:hover .ivu-tabs .ivu-tabs-bar .ivu-tabs-nav-right img:nth-child(1) {
  display: none;
}
.mainContent .commonBox[data-v-6a912800]:hover .ivu-tabs .ivu-tabs-bar .ivu-tabs-nav-right img:nth-child(2) {
  display: block;
}
.mainContent .commonBox[data-v-6a912800]:hover .ivu-tabs .ivu-tabs-tab {
  transition: none;
  color: #ffffff !important;
}
.mainContent .commonBox[data-v-6a912800]:hover .ivu-tabs .ivu-tabs-content .left img:nth-child(1) {
  display: none;
}
.mainContent .commonBox[data-v-6a912800]:hover .ivu-tabs .ivu-tabs-content .left img:nth-child(2) {
  display: block;
}
.mainContent .commonBox[data-v-6a912800]:hover .ivu-tabs .ivu-tabs-content .left .title {
  color: #ffffff;
}
.mainContent .commonBox[data-v-6a912800]:hover .ivu-tabs .ivu-tabs-content .right .num {
  color: #ffffff;
}
.mainContent[data-v-6a912800] .ivu-form-item {
  margin-bottom: 24px;
}
.mainContent[data-v-6a912800] .ivu-form-item /deep/ .ivu-form-item-content {
  line-height: 30px;
}
.mainContent[data-v-6a912800] .ivu-form-item /deep/ .ivu-form-item-content /deep/ .ivu-input {
  height: 30px;
}
.mainContent[data-v-6a912800] .ivu-btn-ghost.ivu-btn-info {
  color: #16ade9;
}
.mainContent[data-v-6a912800] .ivu-btn-ghost.ivu-btn-info:hover {
  color: #fff;
  background-color: #16ade9;
}
.mainContent .ivu-upload-select .ava-setion[data-v-6a912800] {
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #d7d7d7;
  overflow: hidden;
}
.mainContent .ivu-upload-select .ava-setion img[data-v-6a912800] {
  width: 100%;
  height: 100%;
}
.mainContent .ivu-upload-select .ava-setion .subtitle[data-v-6a912800] {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.6);
  width: 90px;
  height: 32px;
  text-align: center;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 32px;
  display: none;
  color: #fff;
  cursor: pointer;
}
.mainContent .ivu-upload-select .ava-setion:hover .subtitle[data-v-6a912800] {
  display: block;
}
.mainContent .middlehd[data-v-6a912800] .ivu-form-item-label {
  padding-top: 42px;
}
[data-v-6a912800] .ivu-tabs-ink-bar {
  display: none;
}
.bt[data-v-6a912800] {
  margin-bottom: 20px;
  width: 80%;
}
[data-v-6a912800] .ivu-table:before {
  height: 0;
}
.pageSetion[data-v-6a912800] {
  text-align: right;
  padding: 20px 0;
}
.pageSetion .pagination[data-v-6a912800] {
  display: inline-block;
  line-height: 20px;
}
.pageSetion .totalNum[data-v-6a912800] {
  font-size: 14px;
  color: #9a9ca1;
}
.pageSetion[data-v-6a912800] .ivu-page-simple .ivu-page-simple-pager input {
  padding: 0;
  margin: 0;
}
.pageSetion[data-v-6a912800] .ivu-page-simple-pager {
  margin-right: 0;
}
.tb-common[data-v-6a912800] {
  padding-top: 0;
}
.tb-common[data-v-6a912800] .ivu-table-cell {
  padding: 0 !important;
}
.tb-common[data-v-6a912800] .ivu-table-row {
  margin-bottom: 20px;
}
.tb-common[data-v-6a912800] .ivu-table-row .rowSum {
  height: 58px;
}
.tb-common[data-v-6a912800] .ivu-table-row .rowSum /deep/ .ivu-btn {
  height: 22px;
}
.tb-common .title[data-v-6a912800] {
  line-height: 58px;
  background: #f7f7f7;
  display: flex;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
  margin-top: 13px;
}
.tb-common .title .img[data-v-6a912800] {
  width: 30px;
}
.tb-common .title .wrapper[data-v-6a912800] {
  flex: 1;
  display: flex;
  height: 44px;
}
.tb-common .title .wrapper .title-item[data-v-6a912800] {
  flex: 1;
  color: #626466;
  font-size: 14px;
  line-height: 44px;
  flex-grow: 1;
}
.tb-common .tbList .listOrder[data-v-6a912800] {
  margin-bottom: 20px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.tb-common .tbList .listOrder .title[data-v-6a912800] {
  margin-bottom: 0px;
  margin-top: 0px;
  border-top: none;
}
.tb-common .tbList .listOrder .title span[data-v-6a912800] {
  padding-right: 27px;
  line-height: 44px;
  color: #626266;
}
.tb-common .content1[data-v-6a912800] {
  display: flex;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  border-top: none;
}
.tb-common .content1 .img[data-v-6a912800] {
  width: 30px;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 18px;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 4px;
}
.tb-common .content1 .img img[data-v-6a912800] {
  width: 100%;
  background: #ccc;
  max-height: 120px;
  border-radius: 4px;
}
.tb-common .content1 .wrapper[data-v-6a912800] {
  flex: 1;
  display: flex;
}
.tb-common .content1 .wrapper .content-item[data-v-6a912800] {
  height: 95px;
  line-height: 95px;
  flex: 1;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  flex-grow: 1;
}
.tb-common .content1 .wrapper .content-item .main-name[data-v-6a912800] {
  color: #222222;
}
.tb-common .content1 .wrapper .content-item .sub-name[data-v-6a912800] {
  color: #999999;
}
.tb-common .content1 .wrapper .content-item .type[data-v-6a912800] {
  padding-top: 5px;
  color: #222222;
  font-size: 14px;
}
.tb-common .content1 .wrapper .content-item .price[data-v-6a912800] {
  display: inline-block;
  margin-right: 3px;
  padding-top: 5px;
  color: #222222;
}
.tb-common .content1 .wrapper .content-item .origin-price[data-v-6a912800] {
  color: #9a9ca1;
  position: relative;
}
.tb-common .content1 .wrapper .content-item .origin-price[data-v-6a912800]::after {
  content: '__________';
  position: absolute;
  left: 0;
}
.tb-common .content1 .wrapper .content-item .count[data-v-6a912800] {
  padding-top: 5px;
  display: inline-block;
}
.tb-common .content1 .wrapper .content-item[data-v-6a912800] .ivu-input-wrapper {
  padding-right: 20px;
}
.tb-common .content1 .wrapper .content-item[data-v-6a912800] .ivu-input {
  border-radius: 0px;
}
.tb-common .content1 .wrapper .content-item .statusInfo[data-v-6a912800] {
  line-height: 40px;
  padding-top: 10%;
}
.tb-common .content1 .wrapper .content-item[data-v-6a912800] .bt-pay {
  background-color: #fc6054;
  margin-right: 1%;
  border: none;
}
.tb-common .content1 .wrapper .lineR[data-v-6a912800] {
  border-right: 1px solid #e6e6e6;
}
.tb-common .content1 .wrapper .noBorder[data-v-6a912800] {
  border-bottom: none;
}
.tb-common[data-v-6a912800] .ivu-page {
  text-align: center;
  padding-bottom: 20px;
}
[data-v-6a912800] .ivu-tabs-tab {
  font-weight: bold;
  margin-top: 5px;
}
[data-v-6a912800] .ivu-btn-text {
  padding-left: 5px;
}
.ivu-btn-text[data-v-6a912800]:hover {
  color: #16ade9;
}
.invit-title[data-v-6a912800] {
  font-size: 20px;
  font-weight: 500;
  color: #303033;
  text-align: center;
  margin-top: 22px;
}
.invit-content[data-v-6a912800] {
  margin-left: 20px;
  margin-top: 20px;
  padding-bottom: 30px;
}
.invit-content .invit-input[data-v-6a912800] {
  width: 480px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-left: 14px;
  background-color: #f0f0f0;
}
.invit-content[data-v-6a912800] .ivu-input {
  height: 40px;
  border-radius: 0;
  padding: 11px 14px;
}
.invit-content .link-btn[data-v-6a912800] {
  display: inline-block;
  width: 88px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background-color: #16ade9;
  font-size: 14px;
  cursor: pointer;
}
.invit-content .active-rule[data-v-6a912800] {
  width: 568px;
  margin-top: 15px;
  background-color: #faf7f8;
  padding: 18px 10px;
  color: #303033;
}
.invit-content .active-rule .rule-title[data-v-6a912800] {
  font-size: 14px;
  font-size: 500;
  margin-top: 8px;
}
.invit-content .active-rule .rule-content[data-v-6a912800] {
  font-size: 12px;
  line-height: 24px;
}
[data-v-6a912800] .vertical-center-modal {
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-6a912800] .vertical-center-modal .ivu-modal {
  top: 0;
}
[data-v-6a912800] .editContent p {
  padding: 5px;
  font-size: 14px;
  margin-bottom: 10px;
}
[data-v-6a912800] .editContent img {
  width: 100%;
  height: 32px;
}
[data-v-6a912800] .editContent .ivu-input-with-prefix {
  padding-left: 10px !important;
}
[data-v-6a912800] .editModal .ivu-modal-body {
  padding: 30px;
  padding-bottom: 30px !important;
}
.top-card[data-v-6a912800] {
  font-family: 'SourceHanSansSC-Medium,SourceHanSansSC';
  color: #333333;
}
.top-card .title[data-v-6a912800] {
  font-size: 18px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
  padding: 16px 24px;
  border-bottom: 1px solid #dddddd;
  display: flex;
  align-items: center;
}
.top-card .title > span[data-v-6a912800]:first-child {
  flex: 1;
}
.top-card .user-info[data-v-6a912800] {
  font-size: 16px;
}
.top-card .user-info .no-info[data-v-6a912800] {
  color: #999;
}
.top-card .user-info .flex-around[data-v-6a912800] {
  width: 300px;
}
.top-card .user-info .flex-around .left[data-v-6a912800] {
  text-align: right;
  margin-left: 32px;
}
.top-card .user-info .flex-around .right[data-v-6a912800] {
  font-weight: 600;
  margin-left: 19px;
}
.top-card .user-info .flex-around .right .changeMobile[data-v-6a912800] {
  color: #16ade9;
  font-size: 12px;
  font-weight: 400;
  margin-left: 22px;
  cursor: pointer;
}
.top-card .user-info .flex-around li[data-v-6a912800] {
  margin-top: 20px;
}
/* 弹窗头部 */
[data-v-6a912800] .ivu-modal-header {
  background: #ffffff !important;
}
.table-wrap[data-v-6a912800] {
  padding: 20px;
}
.table-wrap[data-v-6a912800] .ivu-table-header thead tr th {
  text-align: center;
}
.table-wrap[data-v-6a912800] .ivu-table-border td {
  text-align: center;
}
[data-v-6a912800] .ivu-table-cell {
  position: relative;
}
.radio-wrap[data-v-6a912800] {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: calc(50% - 15px);
  z-index: 10;
  cursor: pointer;
}
.cancel-auth-btn[data-v-6a912800] {
  color: #1890ff;
  cursor: pointer;
}
.destory-error[data-v-6a912800] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(55, 55, 55, 0.6);
}
.destory-error .error[data-v-6a912800] {
  position: absolute;
  width: 600px;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.destory-error .tips[data-v-6a912800] {
  padding: 15px 30px 0 0;
  display: flex;
}
.destory-error .tips strong[data-v-6a912800] {
  flex: 1;
}
.destory-error .tips a[data-v-6a912800] {
  color: #16ade9;
  margin-left: 15px;
}
.destory-error[data-v-6a912800] .ivu-alert-with-desc .ivu-alert-icon {
  top: 30px;
}


[data-v-3afc8cb9] .ivu-modal-header {
  display: none;
}
.header[data-v-3afc8cb9] {
  font-weight: 700;
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
}
.footer[data-v-3afc8cb9] {
  text-align: center;
  padding-bottom: 40px;
}
.content[data-v-3afc8cb9] {
  padding: 0 30px;
  line-height: 26px;
  color: #333;
}
.content h3[data-v-3afc8cb9] {
  font-weight: 700;
  margin-top: 10px;
  font-size: 16px;
}
[data-v-3afc8cb9] .ivu-modal-content {
  height: 770px;
  overflow: auto;
}
[data-v-3afc8cb9] .ivu-modal-close {
  display: none;
}
.kqyxieyi[data-v-3afc8cb9] {
  max-width: 852px;
  white-space: pre-wrap;
}

span.fl {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-right: 16px;
  display: inline-block;
  height: 58px;
  line-height: 58px;
}
.currency-lable {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-right: 16px;
  display: inline-block;
}
.payType .typeBox {
  background: rgba(153, 153, 153, 0.14);
  border-radius: 4px;
  margin-right: 12px;
  font-family: PingFangSC;
  color: #333333;
  text-align: center;
  cursor: pointer;
}
.payType .typeBox img {
  vertical-align: middle;
  margin-right: 6px;
}
.payType .active {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAB8UlEQVQ4T6WUzWsTURTFz3mZmfZliJ1JZ2jEj9q1QivoSiHWf0DElTWbRu1CWgVpESrtoruC1LWrQheio9CFuvADEcXgRty4EBEGDEhCJa0VpE3aPJnURpM4SqZ3++77cc659z1ip7VQMB3Jq6CyuSOWl5eu0LIEZxS5KzLM9kpdQqxnBMV1ArsDUZFg5ryfkon4EKAuC7J3213bMNfzU6DMgrxAou/PmNqCWYu+pW3GswRGm0Ht2dwK+zwpxgHUrbWvbC4v3f36CMhxAnvDNuD/Nr33hhNzx4RSk4oMdin0zr9hXl46NC6RmAIR7FFD/3HXwMEuDbc+/aiJDYfVMtJHCEz/TVG/peHJySSeFtaRyX0Lh1mLy5ZeWctAiGtDfZ17Pq5u8m2pUo/qaLeOh2kbL4plnMutYENtHbUoM28Xe6RezQghxoKp3TlmYbDHQPpZCR9WN3AkqePRCRtvvlZw6uVywywaYKbnp+IxmQVwkeCBoFPGiAdpG4csDRPvvuPG4QSeF8s4+3qlZah1mDXvW1oifCEfD9oYsHXklso4/aoV9NvmXF529xrDApggUFPUXIYgzuzrwN3Pa6j+yqi5h1gomG6nGkZMTG6//qjfEp37xWkBdQVkMipEKVSh1BKde4WbFBwloEWGAV+g1OxPX2SBnIcmWXEAAAAASUVORK5CYII=) no-repeat;
  background-position: right bottom;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #00a3ff;
  color: #00a3ff;
}
.payType .active-small {
  background-size: 20px !important;
}
.payType.intl {
  padding-left: 85px;
}
.payType.intl .fl {
  font-size: 14px;
}
.pay-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 150px);
}
.small {
  padding: 3px;
}
.tips {
  margin-top: 5px;
  color: #7f7f7f;
}
.pay-item {
  margin-top: 8px;
  min-width: 110px;
}
.medium {
  padding: 10px;
  font-size: 13px;
}
.pay-radio {
  font-size: 14px;
  display: flex;
}
.pay-radio > :first-child {
  margin-right: 30px;
}
.pay-radio > div {
  margin-bottom: 15px;
}
.pay-radio .currency {
  margin-top: 10px;
  padding: 10px 0 0;
}
.pay-radio .currency .select {
  width: 138px;
}

.footerBt1[data-v-0b44a81f] {
  width: 90px;
  margin: 0 0 58px 80px;
}
[data-v-0b44a81f] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner span,
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner > .ivu-steps-icon[data-v-0b44a81f] {
  color: #2d8cf0 !important;
}
.stepTwo .littleStip[data-v-0b44a81f] {
  font-size: 12px;
  font-family: PingFangSC;
  color: #666666;
  line-height: 17px;
}
.stepTwo .priceContent[data-v-0b44a81f] {
  margin-top: 20px;
  color: #939399;
}
.stepTwo .priceContent .priceBox[data-v-0b44a81f] {
  height: 83px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #16ade9;
  text-align: center;
  padding: 15px 12px;
  cursor: pointer;
  margin: 0 10px 10px 0;
}
.stepTwo .priceContent .priceBox .price[data-v-0b44a81f] {
  font-size: 22px;
  font-family: PingFangSC;
  color: #16ade9;
  line-height: 30px;
}
.stepTwo .priceContent .priceBox .price span[data-v-0b44a81f] {
  font-size: 12px;
}
.stepTwo .priceContent .priceBox .productName[data-v-0b44a81f] {
  font-size: 14px;
  font-family: PingFangSC;
  color: #16ade9;
  line-height: 20px;
}
.stepTwo .priceContent .blue[data-v-0b44a81f] {
  border-color: #16ade9;
  color: #16ade9;
}
.stepTwo .coupon[data-v-0b44a81f] {
  margin-top: 14px;
  float: left;
  width: 100%;
  text-align: right;
}
.stepTwo .coupon .checkBoxs[data-v-0b44a81f] {
  display: block;
  font-size: 14px;
}
.stepTwo .coupon[data-v-0b44a81f] :nth-child(1) {
  color: #666;
}
.stepTwo .coupon[data-v-0b44a81f] :nth-child(2),
.stepTwo .coupon[data-v-0b44a81f] :nth-child(3) {
  color: #3a7fff;
  margin-top: 10px;
  padding-bottom: 16px;
}
.stepTwo .coupon :nth-child(2) span[data-v-0b44a81f],
.stepTwo .coupon :nth-child(3) span[data-v-0b44a81f] {
  color: #16ade9;
  cursor: pointer;
}
.stepTwo .payType[data-v-0b44a81f] {
  font-size: 12px;
  line-height: 32px;
  margin: 20px 0px 24px;
  align-items: center;
}
.stepTwo .payType .typeBox[data-v-0b44a81f] {
  width: 119px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(153, 153, 153, 0.14);
  margin-left: 10px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  line-height: 40px;
  background: rgba(153, 153, 153, 0.14);
  font-size: 14px;
  font-family: PingFangSC;
  color: #333333;
}
.stepTwo .payType .typeBox img[data-v-0b44a81f] {
  margin-bottom: -3px;
  padding-right: 3px;
}
.stepTwo .payType .active[data-v-0b44a81f] {
  border: 1px solid #16ade9;
  background: url(../../static/img/check.a66e421a.svg) no-repeat;
  background-position: right bottom;
}
.stepTwo .payBox[data-v-0b44a81f] {
  font-size: 12px;
  color: #626266;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  float: right;
}
.stepTwo .payBox .yellow[data-v-0b44a81f] {
  color: #fb7616;
  font-size: 24px;
  font-weight: 400;
}
.stepTwo .payBox em[data-v-0b44a81f] {
  font-style: normal;
}
.stepTwo .payBox .payPrice[data-v-0b44a81f] {
  font-size: 24px;
}
.stepTwo .payBox .yang[data-v-0b44a81f] {
  font-size: 14px;
}
.stepTwo .payBox .footerBt2[data-v-0b44a81f] {
  margin: 7px 15px 0;
  background-color: #3a7fff;
  border-color: #3a7fff;
  border-radius: 0;
}
.stepTwo .payBox .foreign[data-v-0b44a81f] {
  display: flex;
  flex-direction: column;
}
#qrcode[data-v-0b44a81f] {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #f5f6f7;
  z-index: 999;
}
.qrcode-container[data-v-0b44a81f] {
  position: relative;
  background: #fff;
  width: 49%;
  height: 72%;
  max-height: 550px;
  margin: 0 auto;
  margin-top: 59px;
  min-height: 548px;
}
.qrcode-container .qrcode-title[data-v-0b44a81f] {
  color: #313233;
  font-size: 16px;
  padding: 20px;
  border-bottom: 5px solid #d8c7a1;
}
.qrcode-container .qrcode-title .close[data-v-0b44a81f] {
  float: right;
  width: 60px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #626466;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
}
.qrcode-container .price[data-v-0b44a81f] {
  margin-top: 99px;
  text-align: center;
}
.qrcode-container .price span[data-v-0b44a81f] {
  color: #ff6652;
  font-size: 26px;
}
.qrcode-container .price-name[data-v-0b44a81f] {
  color: #626466;
  font-size: 14px;
  text-align: center;
}
.qrcode-container .qrcode-img[data-v-0b44a81f] {
  text-align: center;
  width: 210px;
  padding: 5px;
  border: 1px solid #dddddd;
  margin: 0 auto;
  margin-top: 25px;
}
.qrcode-container .qrcode-content-text[data-v-0b44a81f] {
  text-align: center;
  padding: 10px 0px 5px 0px;
}
.copy[data-v-0b44a81f] {
  color: #6e6e6e;
  font-size: 12px;
  text-align: center;
  margin-top: 80px;
}
[data-v-0b44a81f] .ivu-checkbox-group-item {
  min-width: 80px;
}
[data-v-0b44a81f] .ivu-form-item {
  max-width: 358px !important;
}
[data-v-0b44a81f] .ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner {
  border-color: #fc9153;
  background-color: #fc9153;
}
[data-v-0b44a81f] .ivu-steps-item.ivu-steps-status-process .ivu-steps-title {
  color: #fc9153;
}
[data-v-0b44a81f] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner span,
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner > .ivu-steps-icon[data-v-0b44a81f] {
  color: #fc9153 !important;
}
[data-v-0b44a81f] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner {
  border-color: #fc9153;
}
[data-v-0b44a81f] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-tail > i:after {
  background: #fc9153;
}
[data-v-0b44a81f] .ivu-steps .ivu-steps-title {
  font-size: 12px;
}
[data-v-0b44a81f] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-title {
  color: #fc9153;
}
[data-v-0b44a81f] .ivu-modal-body {
  padding: 24px !important;
}
.formContent[data-v-0b44a81f] {
  max-height: 600px;
  overflow: auto;
}
.sure-order-tips[data-v-0b44a81f] {
  color: #919498 !important;
  font-size: 14px !important;
}
.coupon[data-v-0b44a81f] .ivu-checkbox {
  position: relative;
  top: -1px;
}
.coupon[data-v-0b44a81f] .ivu-checkbox-checked .ivu-checkbox-inner {
  background-color: #3a7fff !important;
  border-color: #3a7fff !important;
}


[data-v-7262275e] .ivu-form-item {
  margin-bottom: 20px;
}
.payType[data-v-7262275e] {
  font-size: 12px;
  line-height: 32px;
}
.payType .typeBox[data-v-7262275e] {
  width: 94px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  margin-left: 10px;
  cursor: pointer;
  font-size: 10px;
  text-align: initial;
}
.payType .typeBox img[data-v-7262275e] {
  margin-left: 16px;
  width: 22px;
  vertical-align: middle;
}
.payType .active[data-v-7262275e] {
  border-color: #00a3ff;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAB8UlEQVQ4T6WUzWsTURTFz3mZmfZliJ1JZ2jEj9q1QivoSiHWf0DElTWbRu1CWgVpESrtoruC1LWrQheio9CFuvADEcXgRty4EBEGDEhCJa0VpE3aPJnURpM4SqZ3++77cc659z1ip7VQMB3Jq6CyuSOWl5eu0LIEZxS5KzLM9kpdQqxnBMV1ArsDUZFg5ryfkon4EKAuC7J3213bMNfzU6DMgrxAou/PmNqCWYu+pW3GswRGm0Ht2dwK+zwpxgHUrbWvbC4v3f36CMhxAnvDNuD/Nr33hhNzx4RSk4oMdin0zr9hXl46NC6RmAIR7FFD/3HXwMEuDbc+/aiJDYfVMtJHCEz/TVG/peHJySSeFtaRyX0Lh1mLy5ZeWctAiGtDfZ17Pq5u8m2pUo/qaLeOh2kbL4plnMutYENtHbUoM28Xe6RezQghxoKp3TlmYbDHQPpZCR9WN3AkqePRCRtvvlZw6uVywywaYKbnp+IxmQVwkeCBoFPGiAdpG4csDRPvvuPG4QSeF8s4+3qlZah1mDXvW1oifCEfD9oYsHXklso4/aoV9NvmXF529xrDApggUFPUXIYgzuzrwN3Pa6j+yqi5h1gomG6nGkZMTG6//qjfEp37xWkBdQVkMipEKVSh1BKde4WbFBwloEWGAV+g1OxPX2SBnIcmWXEAAAAASUVORK5CYII=) no-repeat;
  background-position: right bottom;
  background-size: 20px;
}
.fl[data-v-7262275e] {
  color: #333333;
  font-size: 16px;
}
.footer[data-v-7262275e] {
  border-top: 1px solid #f6f6f6;
  padding: 25px 0px;
}
.tax[data-v-7262275e] {
  margin-bottom: 15px;
  font-size: 15px;
}
.tax > span[data-v-7262275e] {
  color: red;
  padding-left: 10px;
}

.main .row[data-v-53c7aff4] {
  padding: 10px;
}
.main .row img[data-v-53c7aff4] {
  display: block;
  width: 100%;
}

.viewimg {
  width: 100px !important;
  float: left;
  margin-right: 10px;
}
.pdfdiv {
  margin-left: 100px;
  margin-top: 15px;
}
.pdfdiv a {
  margin-right: 15px;
}

.main[data-v-6511e35a] .ivu-modal-content {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 384px;
  height: 218px;
  background: inherit;
  background-color: #ffffff;
  border: none;
  border-radius: 9px;
  box-shadow: none;
  border-radius: 10px;
}
.main[data-v-6511e35a] .ivu-modal-content .ivu-modal-header {
  background: none !important;
  border-bottom: 0px solid #e8eaec;
  text-align: center;
}
.main .content[data-v-6511e35a] {
  padding: 15px;
}
.footer-box[data-v-6511e35a] {
  text-align: center;
  margin-top: 43px;
}
.footer-box .check-btn[data-v-6511e35a] {
  background-color: #00a3ff;
  color: #ffffff;
  width: 115px;
  height: 37px;
}
.footer-box .close-btn[data-v-6511e35a] {
  width: 82px;
  height: 37px;
}


[data-v-0d69b6f9] .ivu-table-cell {
  text-overflow: clip !important;
}
[data-v-0d69b6f9] .ivu-table td,
.ivu-table th[data-v-0d69b6f9] {
  text-align: center !important;
}
.my-card[data-v-0d69b6f9] {
  margin-top: 15px;
}
.my-card .myVATFilter[data-v-0d69b6f9] {
  background: #ffffff;
  margin-bottom: 24px;
  padding: 24px;
}
.my-card .myVATFilter[data-v-0d69b6f9] .ivu-form-item {
  margin-bottom: 0px;
}
.my-card .itemList .item[data-v-0d69b6f9] {
  padding: 16px 24px 0px;
  background: #ffffff;
  margin-bottom: 24px;
}
.my-card .itemList .title[data-v-0d69b6f9] {
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
}
.my-card .itemList .title span[data-v-0d69b6f9] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  margin-right: 24px;
}
.my-card .itemList .title .red[data-v-0d69b6f9] {
  color: #ed3e3e;
}
.my-card .itemList .title .blue[data-v-0d69b6f9] {
  color: #0041dc;
}
.my-card .itemList .title .right[data-v-0d69b6f9] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC;
  color: #333333;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.my-card .itemList .title .right img[data-v-0d69b6f9] {
  margin-right: 10px;
}
.title[data-v-0d69b6f9] {
  font-size: 24px;
  font-weight: 500;
  margin-left: 8px;
  color: #333;
  margin-bottom: 24px;
}
.content[data-v-0d69b6f9] {
  min-height: calc(100vh - 60px);
}
.content[data-v-0d69b6f9] .ivu-table-wrapper-with-border {
  border: none;
}
.content[data-v-0d69b6f9] .ivu-table:before,
.content[data-v-0d69b6f9] .ivu-table-border:after {
  width: 0px;
}
.content[data-v-0d69b6f9] .ivu-table-header thead tr th {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 14px;
}
.content[data-v-0d69b6f9] .ivu-table td {
  height: 114px;
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  border-bottom: none;
}
.content .headContent[data-v-0d69b6f9] {
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 10px 32px 0px;
}
.content .headContent .top[data-v-0d69b6f9] {
  margin-bottom: 14px;
}
.content .headContent .top .flink[data-v-0d69b6f9],
.content .headContent .top .clink[data-v-0d69b6f9] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.content .headContent .top .clink[data-v-0d69b6f9] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.content .headContent .bottom[data-v-0d69b6f9] {
  font-size: 20px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.content .headContent .tabTitle[data-v-0d69b6f9] {
  border-bottom: 1px solid #e9e9e9ff;
  margin-top: 0px;
}
.content .headContent .tabTitle span[data-v-0d69b6f9] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Microsoft Yahei', PingFangSC;
  color: #333333;
  line-height: 40px;
  margin-right: 46px;
  cursor: pointer;
}
.content .headContent .tabTitle .active-tab[data-v-0d69b6f9] {
  color: #0041DC;
  border-bottom: 2px solid #0041DC;
  font-weight: 500;
}
.page-box[data-v-0d69b6f9] {
  text-align: center;
  padding-bottom: 40px;
}
.operation button[data-v-0d69b6f9] {
  min-width: 92px;
  font-size: 14px;
  height: 28px;
  margin: 10px;
}
/*  618抽奖弹窗 */
.winning-modal[data-v-0d69b6f9] .ivu-modal-body {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.winning-modal[data-v-0d69b6f9] .ivu-modal-content {
  background-color: transparent;
  box-shadow: none;
}
.winning-content[data-v-0d69b6f9] {
  width: 566px;
  height: 628px;
  background: url(../../static/img/pay-bg.7d5b30d6.png) no-repeat;
  text-align: center;
}
.winning-content .prize-box[data-v-0d69b6f9] {
  padding-top: 245px;
  display: flex;
  justify-content: center;
}
.winning-content .footer-box[data-v-0d69b6f9] {
  margin-top: 46px;
  display: flex;
  justify-content: center;
}
.winning-content .footer-box button[data-v-0d69b6f9] {
  width: 226px;
  height: 64px;
  border-radius: 10px;
  font-size: 30px;
}
.winning-content .footer-box .check-btn[data-v-0d69b6f9] {
  background: #b23cc0;
  color: #ffefb0;
}
.winning-content .footer-box .close-btn[data-v-0d69b6f9] {
  border: 3px solid #b23cc0;
  color: #b23cc0;
  margin-right: 40px;
}


.ivu-table-header thead tr th[data-v-0d69b6f9] {
  background: rgba(22, 173, 233, 0.2);
  padding: 17px 0;
  font-size: 14px;
  color: #666;
}
.no_border .ivu-table td[data-v-0d69b6f9],
.ivu-table th[data-v-0d69b6f9] {
  border: none;
  text-align: center !important;
}
.no_border.ivu-table td[data-v-0d69b6f9],
.no_border.ivu-table th[data-v-0d69b6f9] {
  border: none;
  text-align: center !important;
}
.no_border .ivu-table.ivu-table-default[data-v-0d69b6f9]::after,
.no_border .ivu-table.ivu-table-default[data-v-0d69b6f9]::before {
  display: none !important;
}
/* .ivu-btn-primary {
  border-color: #16ade9 !important;
  background-color: #16ade9 !important;
}
.ivu-btn-primary:hover {
  border-color: #16ade9 !important;
  background-color: #16ade9 !important;
} */
.mb-5[data-v-0d69b6f9] {
  margin-bottom: 5px;
}


[data-v-2c0adc3a] .ivu-table-cell {
  text-overflow: clip !important;
}
[data-v-2c0adc3a] .ivu-table td,
.ivu-table th[data-v-2c0adc3a] {
  text-align: center !important;
}
.my-card[data-v-2c0adc3a] {
  border-radius: 10px;
  margin-top: 15px;
  background: #ffffff;
}
.my-card .myVATFilter[data-v-2c0adc3a] {
  background: #ffffff;
  margin-bottom: 24px;
  padding: 24px;
}
.my-card .myVATFilter[data-v-2c0adc3a] .ivu-form-item {
  margin-bottom: 0px;
}
.my-card .itemList[data-v-2c0adc3a] {
  display: flex;
  grid-template-columns: repeat(4, 22.78%);
  justify-content: space-between;
  grid-column-gap: 2.22%;
  grid-row-gap: 20px;
  font-family: PingFang SC-Semibold, PingFang SC;
}
.my-card .itemList .item[data-v-2c0adc3a] {
  display: inline-block;
  width: 380px;
  margin-right: 32px;
  padding-top: 24px;
  padding-left: 24px;
  margin-bottom: 20px;
  background: url(../../static/img/coupon_bg.0fef289a.svg) no-repeat center;
  background-size: 100%;
  height: 166px;
  cursor: pointer;
}
.my-card .itemList .item.has-received[data-v-2c0adc3a] {
  background: url(../../static/img/use_coupon_bg.459da99b.svg) no-repeat center;
  background-size: 100%;
}
.title[data-v-2c0adc3a] {
  font-size: 24px;
  font-weight: 500;
  margin-left: 8px;
  color: #333;
  margin-bottom: 24px;
}
.content[data-v-2c0adc3a] {
  min-height: calc(100vh - 60px);
  min-width: 1200px;
}
.content[data-v-2c0adc3a] .ivu-table-wrapper-with-border {
  border: none;
}
.content[data-v-2c0adc3a] .ivu-table:before,
.content[data-v-2c0adc3a] .ivu-table-border:after {
  width: 0px;
}
.content[data-v-2c0adc3a] .ivu-table-header thead tr th {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 14px;
}
.content[data-v-2c0adc3a] .ivu-table td {
  height: 114px;
  font-size: 12px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.content .headContent[data-v-2c0adc3a] {
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 20px 32px 0px;
}
.content .headContent .top[data-v-2c0adc3a] {
  margin-bottom: 14px;
}
.content .headContent .bottom[data-v-2c0adc3a] {
  font-size: 20px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.content .headContent .tabTitle[data-v-2c0adc3a] {
  border-bottom: 1px solid #e9e9e9ff;
  margin-top: 10px;
}
.page-box[data-v-2c0adc3a] {
  text-align: center;
  padding-bottom: 40px;
}
.operation button[data-v-2c0adc3a] {
  width: 92px;
  font-size: 12px;
  height: 28px;
}
.circular[data-v-2c0adc3a] {
  background: rgba(254, 122, 9, 0.3);
  box-shadow: inset 0px 1px 4px 0px #ffb657;
  border-radius: 33px 33px 33px 33px;
  opacity: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 17px;
  margin-right: 7px;
}
.item .item-content[data-v-2c0adc3a] {
  display: grid;
  grid-template-rows: 32% 20% 35px 39px;
  align-item: center;
}
.item .item-content .item-bottom[data-v-2c0adc3a] {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #c56a3e;
  line-height: 39px;
  padding-right: 24px;
}
.item .item-content .item-name[data-v-2c0adc3a] {
  color: #c56a3e;
  font-weight: 500;
  font-size: 16px;
}
.item .item-content .item-price[data-v-2c0adc3a] {
  display: grid;
  grid-template-columns: 62% 38%;
}
.item .item-content .item-price .money[data-v-2c0adc3a] {
  font-size: 20px;
  color: #fe4c29;
  line-height: 30px;
}
.item .item-content .item-price .money span[data-v-2c0adc3a] {
  font-size: 32px;
  font-weight: 600;
}
.item .item-content .item-circular[data-v-2c0adc3a] {
  color: #ffffff;
  line-height: 35px;
}

.mainContent .headContent[data-v-68a96889] {
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 10px 32px 0px;
}
.mainContent .headContent .top[data-v-68a96889] {
  margin-bottom: 14px;
}
.mainContent .headContent .top .flink[data-v-68a96889],
.mainContent .headContent .top .clink[data-v-68a96889] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.mainContent .headContent .top .clink[data-v-68a96889] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.mainContent .headContent .bottom[data-v-68a96889] {
  font-size: 20px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.mainContent .headContent .bottom span[data-v-68a96889] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.mainContent .headContent .tabTitle[data-v-68a96889] {
  border-bottom: 1px solid #e9e9e9ff;
  margin-top: 0px;
}
.mainContent .headContent .tabTitle span[data-v-68a96889] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: "Microsoft Yahei", PingFangSC;
  color: #333333;
  line-height: 40px;
  margin-right: 46px;
  cursor: pointer;
}
.mainContent .headContent .tabTitle .active-tab[data-v-68a96889] {
  color: #1890ffff;
  border-bottom: 2px solid #1890ffff;
  font-weight: 500;
}
.mainContent .my-card[data-v-68a96889] {
  margin-top: 15px;
  background: #ffffff;
  padding: 24px;
}
.mainContent .title[data-v-68a96889] {
  font-size: 24px;
  font-weight: 500;
  color: #333;
}
.mainContent .boxList .unCoupon[data-v-68a96889],
.mainContent .boxList .coupon[data-v-68a96889] {
  width: calc(20% - 20px);
  min-width: 250px;
  height: 260px;
  margin-right: 40px;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: center;
}
.mainContent .boxList .unCoupon .monetry[data-v-68a96889],
.mainContent .boxList .coupon .monetry[data-v-68a96889] {
  margin-top: 16px;
  text-align: center;
  height: 35px;
  margin-bottom: 4px;
}
.mainContent .boxList .unCoupon .monetry .unit[data-v-68a96889],
.mainContent .boxList .coupon .monetry .unit[data-v-68a96889] {
  font-size: 26px;
}
.mainContent .boxList .unCoupon .monetry .num[data-v-68a96889],
.mainContent .boxList .coupon .monetry .num[data-v-68a96889] {
  font-size: 32px;
}
.mainContent .boxList .unCoupon .condition[data-v-68a96889],
.mainContent .boxList .coupon .condition[data-v-68a96889] {
  font-size: 12px;
  margin-left: 4px;
  text-align: center;
}
.mainContent .boxList .unCoupon .type[data-v-68a96889],
.mainContent .boxList .coupon .type[data-v-68a96889] {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
}
.mainContent .boxList .unCoupon .validity[data-v-68a96889],
.mainContent .boxList .coupon .validity[data-v-68a96889] {
  margin-top: 20px;
  font-size: 12px;
  text-align: left;
}
.mainContent .boxList .unCoupon .clientCodeName[data-v-68a96889],
.mainContent .boxList .coupon .clientCodeName[data-v-68a96889] {
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mainContent .boxList .unCoupon .use-btn[data-v-68a96889],
.mainContent .boxList .coupon .use-btn[data-v-68a96889] {
  margin-top: 35px;
  text-align: center;
  font-size: 12px;
  color: #a2a2b3;
}
.mainContent .boxList .unCoupon .use-btn span[data-v-68a96889],
.mainContent .boxList .coupon .use-btn span[data-v-68a96889] {
  width: 160px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
}
.mainContent .boxList .unCoupon .use-btn .use[data-v-68a96889],
.mainContent .boxList .coupon .use-btn .use[data-v-68a96889] {
  border: 1px solid #16ade9;
  color: #16ade9;
  cursor: pointer;
}
.mainContent .boxList .unCoupon .use-btn .NotSupported[data-v-68a96889],
.mainContent .boxList .coupon .use-btn .NotSupported[data-v-68a96889] {
  border: none;
  color: #a2a2b3;
}
.mainContent .boxList .unCoupon[data-v-68a96889] {
  background: url(../../static/img/couponbgOrange.df04464a.png);
  background-size: 100% 100%;
  padding: 0 24px;
}
.mainContent .boxList .coupon[data-v-68a96889] {
  background: url(../../static/img/couponbgOrange.df04464a.png);
  background-size: 100% 100%;
}
.ellipsis[data-v-68a96889] {
  position: relative;
  max-height: 18px;
  line-height: 18px;
  overflow: hidden;
  text-align: left;
  margin-top: 28px;
}
.ellipsis .ellipsis-container[data-v-68a96889] {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 40px;
  color: transparent;
}
.ellipsis .ellipsis-container .ellipsis-content[data-v-68a96889] {
  color: #fff;
  display: inline;
  vertical-align: top;
  font-size: 12px;
  display: flex;
}
.ellipsis .ellipsis-container .ellipsis-content .ellipsis-content-title[data-v-68a96889] {
  white-space: nowrap;
}
.ellipsis .ellipsis-container .ellipsis-content .ellipsis-content-goods[data-v-68a96889] {
  word-break: break-all;
  width: calc(100% - 100px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ellipsis .ellipsis-container .ellipsis-ghost[data-v-68a96889] {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  color: #fff;
}
.ellipsis .ellipsis-container .ellipsis-ghost[data-v-68a96889]::before {
  content: "";
  display: block;
  float: right;
  width: 50%;
  height: 100%;
}
.ellipsis .ellipsis-container .ellipsis-ghost .ellipsis-placeholder[data-v-68a96889] {
  content: "";
  display: block;
  float: right;
  width: 50%;
  height: 18px;
}
.ellipsis .ellipsis-container .ellipsis-ghost .ellipsis-more[data-v-68a96889] {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 6px;
  position: relative;
  float: right;
  font-size: 12px;
  margin-top: -22px;
  cursor: pointer;
}
.receive-core[data-v-68a96889] {
  display: flex;
  /* grid-template-columns: 85% 20%; */
  /* align-items: center; */
  justify-content: space-between;
}
.receive-btn[data-v-68a96889] {
  width: 130px;
  height: 44px;
  background: linear-gradient(153deg, #ffd569 0%, #ffac0a 100%);
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  border: none;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 19px;
  margin-top: 29px;
}
.receiveCoupon-box[data-v-68a96889] {
  position: relative;
  top: -9px;
}
.iipto-box[data-v-68a96889] {
  display: none;
}
.sg-vat-coupon .receive-btn[data-v-68a96889] {
  display: none;
}
.iipto-coupon[data-v-68a96889] {
  position: relative;
}
.iipto-coupon .iipto-box[data-v-68a96889] {
  display: block;
}
.iipto-coupon .cjton-box[data-v-68a96889] {
  display: none;
}
.iipto-coupon .iipto-img[data-v-68a96889] {
  position: absolute;
  top: -6px;
  right: 0px;
}
.iipto-coupon .my-card[data-v-68a96889] {
  margin: 0px;
  background: #ffffff;
  padding: 0px;
}
.iipto-coupon .boxList .unCoupon[data-v-68a96889],
.iipto-coupon .boxList .coupon[data-v-68a96889] {
  margin-top: 28px;
  margin-bottom: 0;
}
.iipto-coupon .headContent[data-v-68a96889] {
  position: absolute;
  top: 0;
  left: 127px;
  width: 839px;
  box-shadow: none;
}
.iipto-coupon .headContent .tabTitle[data-v-68a96889] {
  border: none;
  margin-top: 13px;
}
.iipto-coupon .headContent .tabTitle span[data-v-68a96889] {
  display: inline-block;
  padding: 0 30px;
  font-size: 14px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 16px;
  margin-right: 10px;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  color: #666;
}
.iipto-coupon .headContent .tabTitle .active-tab[data-v-68a96889] {
  background-color: #00a3ff;
  color: #fff;
  border: none;
}
.iipto-coupon .no-data[data-v-68a96889] {
  margin: 56px auto;
  text-align: center;
}
.iipto-coupon .no-data p[data-v-68a96889] {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-top: 10px;
}
.iipto-coupon .no-data button[data-v-68a96889] {
  width: 98px;
  height: 32px;
  background: #00a3ff;
  margin-top: 12px;
  border: none;
  color: #fff;
  cursor: pointer;
}
.sellergrowth-vat .headContent[data-v-68a96889] {
  box-shadow: none;
}
.emptyCouponOrange[data-v-68a96889] {
  display: none;
}
.OrangeTheme .emptyCoupon[data-v-68a96889],
.OrangeTheme .iipto-receive-btn[data-v-68a96889] {
  display: none;
}
.OrangeTheme .emptyCouponOrange[data-v-68a96889] {
  display: inline-block;
}
.OrangeTheme .headContent .tabTitle .active-tab[data-v-68a96889] {
  color: #f6b417ff;
  border-bottom: 2px solid #f6b417ff;
  font-weight: 500;
}
.OrangeTheme .boxList .unCoupon[data-v-68a96889] {
  background: url(../../static/img/couponbgOrange.df04464a.png);
  background-size: 100% 100%;
}
.OrangeTheme .boxList .coupon[data-v-68a96889] {
  background: url(../../static/img/couponbgOrange.df04464a.png);
  background-size: 100% 100%;
}
.OrangeTheme .boxList .unCoupon .use-btn .use[data-v-68a96889],
.OrangeTheme .boxList .coupon .use-btn .use[data-v-68a96889] {
  border: 1px solid #f6b417;
  color: #f6b417;
  cursor: pointer;
}

.container[data-v-4ef9ac29] {
  height: calc(100vh - 60px);
}
.subInfo[data-v-4ef9ac29] {
  height: 40px;
  background: #fff1dd;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  color: #333333ff;
  line-height: 14px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: -24px;
}
.content[data-v-4ef9ac29] {
  margin: 23px 0;
  background: #ffffff;
}
.content .title[data-v-4ef9ac29] {
  font-size: 18px;
  font-family: 'Microsoft Yahei', 'PingFangSC-Medium', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
}
.red-tip[data-v-4ef9ac29] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
  padding: 10px 35px;
}

.main[data-v-54a8ebdb] {
  background-color: #fff;
  padding: 30px;
}
.tip[data-v-54a8ebdb] {
  background-color: #fff1dd;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
.tips1[data-v-54a8ebdb] {
  font-size: 18px;
  font-weight: bold;
}
.tips2[data-v-54a8ebdb] {
  background: #d8d8d8;
  padding: 20px;
  font-size: 16px;
  margin-top: 10px;
}
.uploadBtn[data-v-54a8ebdb] {
  cursor: pointer;
  margin: 10px 0;
  border-radius: 5px;
  width: 130px;
  height: 40px;
  border: 1px solid #a5a5a5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #cccccc;
  vertical-align: bottom;
}
.uploadBtn a[data-v-54a8ebdb] {
  color: #000;
}
.uploadBtn img[data-v-54a8ebdb] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  float: left;
}

.pageContainer[data-v-60dd8348] {
  background: #fff;
  padding: 27px;
}
.pageContainer .bigTitle[data-v-60dd8348] {
  font-size: 25px;
  font-weight: bold;
}
.pageContainer .subtitle[data-v-60dd8348] {
  background: #d8d8d8;
  padding: 10px;
  width: 70%;
}
.pageContainer .subtitle p[data-v-60dd8348] {
  line-height: 19px;
  font-size: 14px;
}
.pageContainer .title[data-v-60dd8348] {
  margin: 10px 0;
  font-weight: bold;
  font-size: 16px;
}
.pageContainer .redTitle[data-v-60dd8348] {
  color: red;
  margin: 10px 0;
}

.statusItem[data-v-47fc742a] {
  display: flex;
  width: 100%;
  margin: 20px 0px 0px;
}
.statusItem .item[data-v-47fc742a] {
  width: 100%;
  display: flex;
  align-items: center;
}
.statusItem .item .itemLeft[data-v-47fc742a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 100px;
}
.statusItem .item .itemLeft .top[data-v-47fc742a] {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
  color: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(0, 0, 0, 0.45);
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.statusItem .item .itemLeft .bottom[data-v-47fc742a] {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.statusItem .item .itemRight[data-v-47fc742a] {
  position: relative;
  width: 100%;
}
.statusItem .item .itemRight .itemLine[data-v-47fc742a] {
  width: 100%;
  padding: 0 10px;
  position: absolute;
  left: 0px;
  top: -15px;
}
.statusItem .item .itemRight .itemLine > i[data-v-47fc742a] {
  display: inline-block;
  width: 100%;
  height: 1px;
  vertical-align: top;
  background: #e8eaec;
  border-radius: 1px;
  position: relative;
}
.statusItem .item .itemRight .operateTime[data-v-47fc742a] {
  font-size: 12px;
  color: #666666;
  line-height: 17px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: -5px;
}
.statusItem .item .itemRight .rejectedOperateTime[data-v-47fc742a] {
  font-size: 12px;
  color: #ff8900ff;
  line-height: 17px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: -37px;
}
.statusItem .item .itemRight .requireOperateTime[data-v-47fc742a] {
  font-size: 12px;
  color: #ff1100;
  line-height: 17px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: -47px;
}
.statusItem .statusItem .active .itemLeft .top[data-v-47fc742a],
.statusItem .rejected .itemLeft .top[data-v-47fc742a] {
  background: #1890ffff;
  color: #ffffff;
  border: none;
  line-height: 30px;
}
.statusItem .statusItem .active .itemRight .itemLine i[data-v-47fc742a],
.statusItem .rejected .itemRight .itemLine i[data-v-47fc742a] {
  background: #1890ffff;
}
.statusItem .statusItem .rejected .itemRight .itemLine i[data-v-47fc742a] {
  background: #ff8900ff;
}
.statusItem .rejectedLine .itemLeft .top[data-v-47fc742a] {
  background: #1890ffff;
  color: #ffffff;
  border: none;
  line-height: 30px;
}
.statusItem .rejectedLine .itemRight .itemLine i[data-v-47fc742a] {
  background: #e8eaec;
}
.statusItem .item[data-v-47fc742a]:last-child {
  margin-right: -20%;
}
.info[data-v-47fc742a] {
  margin: 14px 0px 0px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 14px;
}
.info .left[data-v-47fc742a] {
  display: flex;
  font-weight: 500;
  color: #16ade9;
  line-height: 20px;
  margin-right: 10px;
}
.info .left img[data-v-47fc742a] {
  margin-right: 5px;
}
.info .timeout[data-v-47fc742a] {
  color: #ed3e3eff;
}
.info .right span[data-v-47fc742a] {
  color: #16ade9ff;
}
.start[data-v-47fc742a] {
  text-align: center;
  font-size: 12px;
  color: #666666;
  line-height: 17px;
  margin-top: 10px;
}

.vatInfoContent[data-v-04ecf5f3] {
  margin: 24px;
}
.vatInfoContent .top[data-v-04ecf5f3] {
  background: #d7eefa;
  padding: 16px 32px;
  display: flex;
  align-items: baseline;
}
.vatInfoContent .top .left img[data-v-04ecf5f3] {
  float: left;
  margin-right: 4px;
}
.vatInfoContent .top .right[data-v-04ecf5f3] {
  line-height: 22px;
}
.vatInfoContent .top .right span[data-v-04ecf5f3] {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #1890ff;
}
.vatInfoContent .vatInfo[data-v-04ecf5f3] {
  text-align: left;
  background: #ffffff;
  padding: 14px 24px 24px 24px;
  color: #333333;
}
.vatInfoContent .vatInfo .leftName[data-v-04ecf5f3] {
  width: 123px;
  display: inline-block;
  text-align: right;
  padding-right: 16px;
  position: relative;
}
.vatInfoContent .vatInfo .leftName .tips-icon img[data-v-04ecf5f3] {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.vatInfoContent .vatInfo .leftName[data-v-04ecf5f3] .ivu-tooltip-inner {
  width: 300px !important;
}
.vatInfoContent .vatInfo .rightContent[data-v-04ecf5f3] {
  font-family: PingFangSC-Medium, Microsoft YaHei, PingFang SC sans-serif;
  font-weight: 500;
}
.vatInfoContent .vatInfo .vat-file[data-v-04ecf5f3] {
  color: #16ade9;
}
.vatInfoContent .vatInfo .tipred[data-v-04ecf5f3] {
  color: red;
  cursor: pointer;
}
.vatInfoContent .vatInfo[data-v-04ecf5f3] .ivu-row {
  margin-left: 0px;
  font-size: 14px;
}
.vatInfoContent .vatInfo[data-v-04ecf5f3] .ivu-col-span-8 {
  margin-top: 10px;
}

.vatInfoContent .headContent[data-v-dc67d3e4] {
  background: #ffffff;
  padding: 12px 24px 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.vatInfoContent .headContent .fill-information-title[data-v-dc67d3e4] {
  background: #fff;
  padding-bottom: 0 !important;
}
.vatInfoContent .vatInfo[data-v-dc67d3e4] {
  margin: 10px 12px;
  text-align: left;
  background: #ffffff;
  padding: 34px 29px 29px;
  color: #333333;
}
.vatInfoContent .vatInfo .step[data-v-dc67d3e4] {
  background: #fff;
  margin-bottom: 32px;
}
.vatInfoContent .vatInfo .leftName[data-v-dc67d3e4] {
  width: 123px;
  display: inline-block;
  text-align: right;
  padding-right: 16px;
  position: relative;
}
.vatInfoContent .vatInfo .leftName .tips-icon img[data-v-dc67d3e4] {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.vatInfoContent .vatInfo .leftName[data-v-dc67d3e4] .ivu-tooltip-inner {
  width: 300px !important;
}
.vatInfoContent .vatInfo .rightContent[data-v-dc67d3e4] {
  font-family: PingFangSC-Medium, Microsoft YaHei, PingFang SC sans-serif;
  font-weight: 500;
}
.vatInfoContent .vatInfo .vat-file[data-v-dc67d3e4] {
  color: #16ade9;
}
.vatInfoContent .vatInfo .tipred[data-v-dc67d3e4] {
  color: red;
  cursor: pointer;
}
.vatInfoContent .vatInfo[data-v-dc67d3e4] .ivu-row {
  margin-left: 0px;
  font-size: 14px;
}
.vatInfoContent .vatInfo[data-v-dc67d3e4] .ivu-col-span-8 {
  margin-top: 10px;
}
.popover-wrapper[data-v-dc67d3e4] {
  display: flex;
  align-items: center;
}
.popover-wrapper .popover-icon[data-v-dc67d3e4] {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-left: 7px;
}
.link-wrapper[data-v-dc67d3e4] {
  display: flex;
  align-items: center;
}
.link-wrapper .link-icon[data-v-dc67d3e4] {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.description-title[data-v-dc67d3e4] {
  margin-bottom: 40px;
}
.description-title[data-v-dc67d3e4] .ant-descriptions-title {
  position: relative;
  padding-left: 12px;
}
.description-title[data-v-dc67d3e4] .ant-descriptions-title::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 15px;
  background-color: #3a7fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.description-title[data-v-dc67d3e4] .ant-descriptions-item-label {
  width: 20%;
}
.description-title[data-v-dc67d3e4] .ant-descriptions-item-content {
  width: 30%;
}

.headContent[data-v-6c0fcaf6] {
  background: #ffffff;
  padding: 1px 24px 0px;
  border-bottom: 1px solid #f0f0f0;
}
.headContent .title[data-v-6c0fcaf6] {
  font-size: 24px;
  line-height: 24px;
  color: #303132;
  margin-top: 0;
}
.headContent .top[data-v-6c0fcaf6] {
  margin-bottom: 14px;
}
.headContent .top .flink[data-v-6c0fcaf6],
.headContent .top .clink[data-v-6c0fcaf6] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.headContent .top .clink[data-v-6c0fcaf6] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.headContent .bottom[data-v-6c0fcaf6] {
  font-size: 20px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.headContent .bottom span[data-v-6c0fcaf6] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  margin-left: 10px;
}
.headContent .statusIndfContent[data-v-6c0fcaf6] {
  overflow: hidden;
}
.headContent .statusIndfContent[data-v-6c0fcaf6] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner {
  background: #3a7fff;
  border-color: #3a7fff;
}
.headContent .statusIndfContent[data-v-6c0fcaf6] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner > .ivu-steps-icon {
  color: #fff;
}
.headContent .statusIndfContent[data-v-6c0fcaf6] .ivu-steps .ivu-steps-head-inner {
  background: #d9d9d9;
  border-color: #d9d9d9;
}
.headContent .statusIndfContent[data-v-6c0fcaf6] .ivu-steps .ivu-steps-head-inner span {
  color: #fff;
}
.headContent .statusIndfContent[data-v-6c0fcaf6] .ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner {
  border-color: #2d8cf0;
  background-color: #2d8cf0;
}
.headContent .statusIndfContent .rejected[data-v-6c0fcaf6] {
  padding: 10px 40px;
  background: #fff1dd;
  margin-bottom: 20px;
}
.headContent .statusIndfContent .rejected .tips-top-title[data-v-6c0fcaf6] {
  font-size: 14px;
  font-family: 'PingFangSC-Regular,PingFang SC';
  color: #333333ff;
}
.headContent .statusIndfContent .rejected .tips-top-title img[data-v-6c0fcaf6] {
  float: left;
  margin-right: 6px;
}
.headContent .statusIndfContent .rejected .tips-top-title span[data-v-6c0fcaf6] {
  color: #fa5555ff;
}
.headContent .statusIndfContent .rejected .bottom-tips[data-v-6c0fcaf6] {
  margin-left: 24px;
  margin-top: 4px;
}
.headContent .statusIndfContent .rejected .bottom-tips p[data-v-6c0fcaf6] {
  line-height: 26px;
  font-weight: 600;
  color: #333333;
}
.headContent .statusIndfContent .rejected .bottom-tips .last-tip[data-v-6c0fcaf6] {
  font-weight: 400;
  margin-top: 4px;
}
.headContent .tabTitle[data-v-6c0fcaf6] {
  border-bottom: 1px solid #e9e9e9ff;
  margin-top: 20px;
}
.headContent .tabTitle[data-v-6c0fcaf6] .ivu-tabs-bar {
  margin: 0;
  border: none;
}
.headContent .tabTitle[data-v-6c0fcaf6] .ivu-tabs-bar .ivu-tabs-ink-bar {
  background: #3a7fff !important;
}
.headContent .tabTitle[data-v-6c0fcaf6] .ivu-tabs-nav .ivu-tabs-tab:hover {
  color: #3a7fff !important;
}
.headContent .tabTitle[data-v-6c0fcaf6] .ivu-tabs-nav .ivu-tabs-tab-active {
  color: #3a7fff !important;
  height: 100% !important;
  font-weight: normal;
}
.headContent .tabTitle span[data-v-6c0fcaf6] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: PingFangSC;
  color: #333333;
  line-height: 40px;
  margin-right: 46px;
  cursor: pointer;
}
.headContent .tabTitle .active-tab[data-v-6c0fcaf6] {
  color: #1890ffff;
  border-bottom: 2px solid #1890ffff;
  font-weight: 500;
}
.top[data-v-6c0fcaf6] {
  min-width: 1024px;
  background-color: #fff;
  padding: 20px 0 0 32px;
  font-size: 14px;
}
.top[data-v-6c0fcaf6] .ivu-breadcrumb {
  font-size: 14px !important;
}
.top .top-reason[data-v-6c0fcaf6] {
  margin-top: 20px;
  padding: 11px 21px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  background: #fff1dd;
}
.top .top-reason span[data-v-6c0fcaf6] {
  color: #fa5555;
}
.top .top-reason img[data-v-6c0fcaf6] {
  position: relative;
  top: 3px;
}
.top .tabTitle[data-v-6c0fcaf6] {
  border-bottom: 1px solid #e9e9e9ff;
  margin-top: 10px;
}
.top .tabTitle span[data-v-6c0fcaf6] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: PingFangSC;
  color: #333333;
  line-height: 40px;
  margin-right: 46px;
  cursor: pointer;
}
.top .tabTitle .active-tab[data-v-6c0fcaf6] {
  color: #1890ffff;
  border-bottom: 2px solid #1890ffff;
  font-weight: 600;
}
.title[data-v-6c0fcaf6] {
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
  padding-bottom: 16px;
  color: rgba(0, 0, 0, 0.85);
}
.title span.smallTitle[data-v-6c0fcaf6] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  margin-left: 10px;
  font-weight: 400;
}
.title span.line[data-v-6c0fcaf6] {
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #16ade9;
  margin-right: 10px;
}
.title .remark[data-v-6c0fcaf6] {
  margin-left: 15px;
  font-size: 14px;
  color: #515a6e;
  font-weight: 400;
}
.top-tip[data-v-6c0fcaf6] {
  padding-bottom: 18px;
  padding-right: 32px;
  background-color: #fff;
  border-radius: 4px;
}
.top-tip .wramTip[data-v-6c0fcaf6] {
  font-size: 14px;
  padding: 10px;
  background-color: rgba(22, 173, 233, 0.19);
  color: #333;
  cursor: pointer;
}
.top-tip .wramTip img[data-v-6c0fcaf6] {
  position: relative;
  top: 4px;
}
.top-tip .wramTip span[data-v-6c0fcaf6] {
  color: #1890ff;
}
.aging-box[data-v-6c0fcaf6] {
  margin: 0 28px;
  font-size: 18px;
  line-height: 40px;
  padding-bottom: 30px;
}
.aging-box .aging-country[data-v-6c0fcaf6] {
  color: #16ade9;
  font-weight: 700;
}
.aging-box .remark[data-v-6c0fcaf6] {
  color: #aaaaaa;
}
.aging-box .example-modal img[data-v-6c0fcaf6] {
  width: 100%;
}
.import-templates[data-v-6c0fcaf6] {
  float: right;
  font-size: 14px;
  font-weight: normal;
  color: #3a7fff;
  cursor: pointer;
}

.data-preparation[data-v-101bf904] {
  padding-right: 6px;
  margin: 32px 0 0;
}
.data-preparation h2[data-v-101bf904] {
  color: #303132;
  font-size: 16px;
}
.information-safety-tips[data-v-101bf904] {
  min-height: 38px;
  margin: 16px 0 32px;
  background: #f0f6ff;
  color: #303132;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #cce1ff;
  padding: 10px 16px;
}
.upload-files-tips[data-v-101bf904] {
  color: #919498;
  margin-bottom: 24px;
}
.upload-files-tips .download-btn[data-v-101bf904] {
  float: right;
  color: #3a7fff;
  cursor: pointer;
  font-size: 12px;
  position: relative;
  top: 2px;
}
.upload-files-tips .download-btn img[data-v-101bf904] {
  width: 16px;
  vertical-align: top;
}
.data-preparation-list[data-v-101bf904] {
  margin-bottom: -1px;
  width: calc(100% - 128px);
  border: 1px solid #f0f0f0;
  margin: 0 64px;
}
.data-preparation-list td[data-v-101bf904] {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 32px;
}
.data-preparation-list .upload-files-parent-label[data-v-101bf904] {
  background: #fafafa;
  width: 192px;
  border-right: 1px solid #f0f0f0;
}
.data-preparation-list .upload-files-label[data-v-101bf904] {
  background: #fafafa;
  width: 260px;
}
.data-preparation-list .upload-files-item > span[data-v-101bf904] {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.data-preparation-list .upload-files-item > span a[data-v-101bf904] {
  color: #606266;
}
.data-preparation-list .upload-files-item > span a[data-v-101bf904]:hover {
  color: #3a7fff;
  cursor: pointer;
}
.data-preparation-list .upload-files-item b[data-v-101bf904] {
  font-weight: normal;
}
.data-preparation-list .upload-files-item span[data-v-101bf904]:last-child {
  border: none;
}
.module-radio-group[data-v-101bf904] {
  margin: 0 64px 20px;
}
.module-radio-group > span[data-v-101bf904] {
  display: inline-block;
  width: 192px;
}
.module-radio-group[data-v-101bf904] .ivu-radio-wrapper {
  margin-right: 24px;
}
.upload-remind-message[data-v-101bf904] {
  color: #919498;
  margin-bottom: 0;
}
.data-preparation-tips[data-v-101bf904] {
  font-size: 16px;
  color: #303132;
  margin: 42px 0 24px;
  font-weight: bold;
}

.mode-describe[data-v-66527a02] {
  width: 300px;
}
.isDetails[data-v-66527a02] .ant-select-disabled .ant-select-selection {
  background: none;
  border: none;
}

.data-previews[data-v-6811b3e3] {
  padding-bottom: 30px;
}
.information-tips[data-v-6811b3e3] {
  background: #fffbe6;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #ffe58f;
  padding: 7px 16px;
  font-size: 14px;
  color: #303132;
  margin-right: 6px;
  margin-top: 20px;
}
.information-tips img[data-v-6811b3e3] {
  vertical-align: top;
}
.module-img[data-v-6811b3e3] {
  width: 64px;
  height: 64px;
  border: 1px solid #f0f0f0;
}
.module-name[data-v-6811b3e3] {
  font-size: 16px;
  color: #303132;
  margin-top: 48px;
}
.module-name span[data-v-6811b3e3] {
  float: right;
  font-size: 14px;
  color: #3a7fff;
  cursor: pointer;
}
.module-name b[data-v-6811b3e3] {
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #3a7fff;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.data-preparation-list[data-v-6811b3e3] {
  margin-top: 24px;
  width: 100%;
}
.data-preparation-list td[data-v-6811b3e3] {
  border: 1px solid #f0f0f0;
  padding: 10px 32px;
}
.data-preparation-list .upload-files-label[data-v-6811b3e3] {
  background: #fafafa;
  width: 264px;
}
.data-preparation-list .upload-files-item > div[data-v-6811b3e3] {
  word-wrap: break-word;
  word-break: break-all;
}
.data-preparation-list .upload-files-item span[data-v-6811b3e3] {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.data-preparation-list .upload-files-item span[data-v-6811b3e3]:hover {
  color: #3a7fff;
  cursor: pointer;
}
.data-preparation-list .upload-files-item span[data-v-6811b3e3]:last-child {
  border: none;
}
.fileModel-other[data-v-6811b3e3] {
  width: 64px;
  height: 64px;
  background: #cb6565;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 64px;
  margin-right: 5px;
}
.mr10[data-v-6811b3e3] {
  margin-right: 5px;
  font-weight: normal;
}

.formCreate[data-v-42d96f35] {
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  padding: 24px;
  margin-bottom: 75px;
  min-height: calc(100vh - 245px);
  padding-bottom: 90px;
}
.formCreate .form-create[data-v-42d96f35] .ivu-form-item-label {
  padding: 0;
}
.formCreate .form-create[data-v-42d96f35] .ivu-col > .ivu-form-item {
  margin-bottom: 48px;
}
.formCreate .form-create[data-v-42d96f35] .ivu-form-item-label::before {
  content: '';
}
.formCreate .form-create[data-v-42d96f35] .confirm-success .ivu-form-item-label::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../../static/img/duigou.3a7d55e1.svg);
  background-size: cover;
  margin-right: 12px;
  position: relative;
  top: 4px;
}
.formCreate .form-create[data-v-42d96f35] .ivu-input-group {
  width: auto !important;
}
.formCreate .form-create[data-v-42d96f35] .ivu-input-wrapper input:hover,
.formCreate .form-create[data-v-42d96f35] .ivu-input-wrapper input:focus,
.formCreate .form-create[data-v-42d96f35] .ivu-select-visible .ivu-select-selection,
.formCreate .form-create[data-v-42d96f35] .ivu-select-selection-focused,
.formCreate .form-create[data-v-42d96f35] .ivu-select-selection:hover {
  border-color: #639fff !important;
  box-shadow: none !important;
}
.formCreate .form-create[data-v-42d96f35] .ivu-input,
.formCreate .form-create[data-v-42d96f35] .el-textarea,
.formCreate .form-create[data-v-42d96f35] .ivu-select,
.formCreate .form-create[data-v-42d96f35] .ant-select-selection,
.formCreate .form-create[data-v-42d96f35] .ant-input {
  width: 280px;
  border-radius: 2px;
}
.formCreate .form-create[data-v-42d96f35] .ivu-input .ivu-select-selection,
.formCreate .form-create[data-v-42d96f35] .el-textarea .ivu-select-selection,
.formCreate .form-create[data-v-42d96f35] .ivu-select .ivu-select-selection,
.formCreate .form-create[data-v-42d96f35] .ant-select-selection .ivu-select-selection,
.formCreate .form-create[data-v-42d96f35] .ant-input .ivu-select-selection {
  border-radius: 2px;
}
.formCreate .form-create[data-v-42d96f35] .shopPredictSaleAppend .ivu-input-group-append {
  position: relative;
  left: -44px;
  border-left: 1px solid #dcdee2;
  z-index: 2;
}
.formCreate .form-create[data-v-42d96f35] .formMaxWidth {
  width: 560px !important;
}
.formCreate .form-create[data-v-42d96f35] .formMaxWidth .ivu-input,
.formCreate .form-create[data-v-42d96f35] .formMaxWidth .ant-select-selection {
  width: 560px;
}
.btn-group[data-v-42d96f35] {
  text-align: center;
  height: 64px;
  padding-top: 10px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  box-shadow: 0px -1px 10px 0px #ebf0f5;
  z-index: 2;
}
.btn-group button[data-v-42d96f35] {
  margin: 5px;
  height: 32px;
  border-radius: 0;
}
.form-create-ocr[data-v-42d96f35] {
  transform: none;
  margin: 24px 64px 0;
}
.form-create-ocr[data-v-42d96f35] .tittleStyle {
  font-size: 16px;
  color: #303132;
  height: auto;
  line-height: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding: 8px 0;
}
.form-create-ocr[data-v-42d96f35] .tittleStyle b {
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #3a7fff;
  margin-right: 12px;
  position: relative;
  top: 2px;
}
.data-steps[data-v-42d96f35] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.data-steps li[data-v-42d96f35] {
  flex-grow: 1;
  height: 40px;
  background: #d9d9d9;
  position: relative;
  margin-right: 11px;
  line-height: 40px;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
}
.data-steps li .store-tax[data-v-42d96f35] {
  flex-shrink: 0;
}
.data-steps li > span[data-v-42d96f35] {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  color: #bbbbbb;
  line-height: 24px;
  text-align: center;
  margin-right: 16px;
}
.data-steps li.ds-current[data-v-42d96f35] {
  background: #549bff;
  border-color: #549bff;
  color: #fff;
}
.data-steps li.ds-current > span[data-v-42d96f35] {
  background: #fff;
  color: #6caaff;
}
.form-create-rejectInfo[data-v-42d96f35] {
  height: 83px;
  background: #f0f6ff;
  padding: 15px 23px;
  margin-top: 14px;
}
.form-create-rejectInfo h4[data-v-42d96f35] {
  font-size: 14px;
  color: #000;
}
.form-create-rejectInfo h4 span[data-v-42d96f35] {
  color: #e81e19;
}
.form-create-rejectInfo .rejectInfo-field span[data-v-42d96f35] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  padding-right: 20px;
}
.info-circle[data-v-42d96f35] {
  color: #ff5f61;
  background: #fff;
  border-radius: 55%;
  margin-left: 5px;
}

.vatInfoContent[data-v-0c8c4fe5] {
  margin: 24px;
}
.vatInfoContent .top[data-v-0c8c4fe5] {
  background: #d7eefa;
  padding: 16px 32px;
  display: flex;
  align-items: baseline;
}
.vatInfoContent .top .left img[data-v-0c8c4fe5] {
  float: left;
  margin-right: 4px;
}
.vatInfoContent .top .right[data-v-0c8c4fe5] {
  line-height: 22px;
}
.vatInfoContent .top .right span[data-v-0c8c4fe5] {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #1890ff;
}
.vatInfoContent .vatInfo[data-v-0c8c4fe5] {
  text-align: left;
  background: #ffffff;
  padding: 14px 24px 24px 24px;
  color: #333333;
}
.vatInfoContent .vatInfo .leftName[data-v-0c8c4fe5] {
  width: 123px;
  display: inline-block;
  text-align: right;
  padding-right: 16px;
  position: relative;
}
.vatInfoContent .vatInfo .leftName .tips-icon img[data-v-0c8c4fe5] {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.vatInfoContent .vatInfo .leftName[data-v-0c8c4fe5] .ivu-tooltip-inner {
  width: 300px !important;
}
.vatInfoContent .vatInfo .rightContent[data-v-0c8c4fe5] {
  font-family: PingFangSC-Medium, Microsoft YaHei, PingFang SC sans-serif;
  font-weight: 500;
}
.vatInfoContent .vatInfo .vat-file[data-v-0c8c4fe5] {
  color: #16ade9;
}
.vatInfoContent .vatInfo .tipred[data-v-0c8c4fe5] {
  color: red;
  cursor: pointer;
}
.vatInfoContent .vatInfo[data-v-0c8c4fe5] .ivu-row {
  margin-left: 0px;
  font-size: 14px;
}
.vatInfoContent .vatInfo[data-v-0c8c4fe5] .ivu-col-span-8 {
  margin-top: 10px;
}

.title[data-v-9d8b5bc4] {
  font-size: 14px;
  color: #303132;
  margin-bottom: 12px;
}
.describe[data-v-9d8b5bc4] {
  padding-bottom: 24px;
  position: relative;
  width: 100%;
}
.company[data-v-9d8b5bc4] {
  display: flex;
  height: 148px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #e7e7e7;
  margin-bottom: 24px;
  margin-right: 5px;
}
.company[data-v-9d8b5bc4]:hover {
  border: 1px solid #3a7fff;
}
.company.focus[data-v-9d8b5bc4] {
  border: 1px solid #3a7fff;
}
.company.active[data-v-9d8b5bc4] {
  border: 1px solid #3a7fff;
  position: relative;
}
.company.active[data-v-9d8b5bc4]::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '使用中';
  width: 110px;
  height: 40px;
  line-height: 40px;
  background: #3a7fff;
  color: white;
  font-size: 16px;
  text-align: center;
  border-radius: 10px 0 0 0;
}
.company.active > div:first-child > div[data-v-9d8b5bc4]:nth-child(1) {
  color: #3a7fff;
}
.company > div:first-child > div[data-v-9d8b5bc4]:nth-child(1) {
  font-size: 14px;
  font-weight: 500;
}
.company > div:first-child > div[data-v-9d8b5bc4]:nth-child(2) {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 6px;
  margin-bottom: 20px;
}
.company > div:first-child > div[data-v-9d8b5bc4]:nth-child(3) {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.9);
  align-items: center;
}
.company > div:first-child > div[data-v-9d8b5bc4]:nth-child(4) {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 6px;
}
.company > div:first-child .tag[data-v-9d8b5bc4] {
  display: inline-block;
  background: #f0f6ff;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  color: #3a7fff;
  padding: 2px 12px;
  margin-right: 16px;
}

.headContent[data-v-404f6d69] {
  background: #ffffff;
  padding: 1px 24px 0px;
  border-bottom: 1px solid #f0f0f0;
}
.headContent .fill-information-title[data-v-404f6d69] {
  background: #fff;
  padding: 20px 0 0;
}
.headContent .statusIndfCon[data-v-404f6d69] {
  overflow: hidden;
  margin: 10px 0;
}
.headContent .statusIndfCon .statusContent[data-v-404f6d69] {
  padding-bottom: 16px;
}
.headContent .statusIndfCon[data-v-404f6d69] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner {
  background: #3a7fff;
  border-color: #3a7fff;
}
.headContent .statusIndfCon[data-v-404f6d69] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner > .ivu-steps-icon {
  color: #fff;
}
.headContent .statusIndfCon[data-v-404f6d69] .ivu-steps .ivu-steps-head-inner {
  background: #d9d9d9;
  border-color: #d9d9d9;
}
.headContent .statusIndfCon[data-v-404f6d69] .ivu-steps .ivu-steps-head-inner span {
  color: #fff;
}
.headContent .statusIndfCon[data-v-404f6d69] .ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner {
  border-color: #2d8cf0;
  background-color: #2d8cf0;
}
.headContent .statusIndfCon .rejected[data-v-404f6d69] {
  padding: 10px 40px;
  background: #fff1dd;
}
.headContent .statusIndfCon .rejected .tips-top-title[data-v-404f6d69] {
  font-size: 14px;
  font-family: 'PingFangSC-Regular,PingFang SC';
  color: #333333ff;
}
.headContent .statusIndfCon .rejected .tips-top-title img[data-v-404f6d69] {
  float: left;
  margin-right: 6px;
}
.headContent .statusIndfCon .rejected .tips-top-title span[data-v-404f6d69] {
  color: #fa5555ff;
}
.headContent .statusIndfCon .rejected .bottom-tips[data-v-404f6d69] {
  margin-left: 24px;
  margin-top: 4px;
}
.headContent .statusIndfCon .rejected .bottom-tips p[data-v-404f6d69] {
  line-height: 26px;
  font-weight: 600;
  color: #333333;
}
.headContent .statusIndfCon .rejected .bottom-tips .last-tip[data-v-404f6d69] {
  font-weight: 400;
  margin-top: 4px;
}
.headContent .tabTitle[data-v-404f6d69] {
  border-bottom: 1px solid #e9e9e9ff;
}
.headContent .tabTitle[data-v-404f6d69] .ivu-tabs-bar {
  margin: 0;
  border: none;
}
.headContent .tabTitle[data-v-404f6d69] .ivu-tabs-bar .ivu-tabs-ink-bar {
  background: #3a7fff !important;
}
.headContent .tabTitle[data-v-404f6d69] .ivu-tabs-nav .ivu-tabs-tab:hover {
  color: #3a7fff !important;
}
.headContent .tabTitle[data-v-404f6d69] .ivu-tabs-nav .ivu-tabs-tab-active {
  color: #3a7fff !important;
  height: 100% !important;
  font-weight: normal;
}
.headContent .tabTitle span[data-v-404f6d69] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: PingFangSC;
  color: #333333;
  line-height: 40px;
  margin-right: 46px;
  cursor: pointer;
}
.headContent .tabTitle .active-tab[data-v-404f6d69] {
  color: #1890ffff;
  border-bottom: 2px solid #1890ffff;
  font-weight: 500;
}
.spinning-wrap[data-v-404f6d69] .ant-spin-blur::after {
  opacity: 0.8;
}

.headContent[data-v-61f6d0de] {
  background: #ffffff;
  padding: 1px 24px 40px;
  border-bottom: 1px solid #f0f0f0;
}
.headContent[data-v-61f6d0de] .ant-affix {
  z-index: 11;
}
.headContent[data-v-61f6d0de] .ant-affix .fill-information-title {
  background: #fff;
  padding-top: 16px;
}
.header-btn[data-v-61f6d0de] {
  float: right;
  font-size: 14px;
}
.form-create-new[data-v-61f6d0de] {
  transform: none;
  padding: 16px 52px;
  min-height: calc(100vh - 292px);
}
.form-create-new[data-v-61f6d0de] .tittleStyle {
  height: auto;
  position: relative;
  line-height: 24px;
  padding: 8px 0 8px 12px;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 16px;
}
.form-create-new[data-v-61f6d0de] .tittleStyle::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 15px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #3a7fff;
}
.form-create-new[data-v-61f6d0de] .ivu-upload {
  max-width: 332px;
}
.form-create-new[data-v-61f6d0de] .ivu-form-item.form-title-one {
  margin-bottom: 32px;
}
.form-create-new[data-v-61f6d0de] .ivu-form-item .ivu-upload-list {
  margin-bottom: 0;
}
.form-create-new[data-v-61f6d0de] .ivu-form-item .ivu-form-item-label {
  font-size: 14px;
  line-height: 22px;
  color: #303132;
  padding: 0;
  display: flex;
}
.form-create-new[data-v-61f6d0de] .ivu-form-item .ivu-form-item-label::before {
  content: '';
}
[data-v-61f6d0de] .confirm-success .ivu-form-item-label::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../../static/img/duigou.3a7d55e1.svg);
  background-size: cover;
  margin-right: 12px;
}
.form-create[data-v-61f6d0de] .ivu-upload-list-remove {
  display: inherit !important;
}
.form-create[data-v-61f6d0de] .ivu-upload-list-file {
  padding: 4px;
  color: #515a6e;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
}
.form-create[data-v-61f6d0de] .ivu-upload-select {
  min-width: 110px;
  color: #919498;
  border: 1px solid #d9d9d9;
  line-height: 36px;
  height: 36px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
}
.form-create[data-v-61f6d0de] .ivu-upload-select .ivu-icon-ios-cloud-upload-outline {
  font-size: 16px;
  font-weight: bold;
}
.form-create[data-v-61f6d0de] .ivu-col > .ivu-form-item {
  margin-bottom: 48px;
}
.form-create[data-v-61f6d0de] .ivu-form-item-label {
  padding: 0;
}
.form-create[data-v-61f6d0de] .ivu-form-item-label::before {
  content: '';
}
.form-create[data-v-61f6d0de] .ivu-input-group {
  width: auto !important;
}
.form-create[data-v-61f6d0de] .ivu-input-wrapper input:hover,
.form-create[data-v-61f6d0de] .ivu-input-wrapper input:focus,
.form-create[data-v-61f6d0de] .ivu-select-visible .ivu-select-selection,
.form-create[data-v-61f6d0de] .ivu-select-selection-focused,
.form-create[data-v-61f6d0de] .ivu-select-selection:hover {
  border-color: #639fff !important;
  box-shadow: none !important;
}
.form-create[data-v-61f6d0de] .ivu-input,
.form-create[data-v-61f6d0de] .el-textarea,
.form-create[data-v-61f6d0de] .ivu-select,
.form-create[data-v-61f6d0de] .ant-select-selection,
.form-create[data-v-61f6d0de] .ant-input {
  width: 280px;
  border-radius: 2px;
}
.form-create[data-v-61f6d0de] .ivu-input .ivu-select-selection,
.form-create[data-v-61f6d0de] .el-textarea .ivu-select-selection,
.form-create[data-v-61f6d0de] .ivu-select .ivu-select-selection,
.form-create[data-v-61f6d0de] .ant-select-selection .ivu-select-selection,
.form-create[data-v-61f6d0de] .ant-input .ivu-select-selection {
  border-radius: 2px;
}
.form-create[data-v-61f6d0de] .shopPredictSaleAppend .ivu-input-group-append {
  position: relative;
  left: -44px;
  border-left: 1px solid #dcdee2;
  z-index: 2;
}
.form-create[data-v-61f6d0de] .formMaxWidth {
  width: 560px !important;
}
.form-create[data-v-61f6d0de] .formMaxWidth .ivu-input,
.form-create[data-v-61f6d0de] .formMaxWidth .ant-select-selection {
  width: 560px;
}
.wait-modify-wrapper[data-v-61f6d0de] {
  padding: 15px 24px;
  background-color: #f0f6ff;
}
.wait-modify-wrapper-title[data-v-61f6d0de] {
  font-size: 14px;
  color: #000000;
  margin-bottom: 11px;
}
.wait-modify-wrapper-title-num[data-v-61f6d0de] {
  color: #e81e19;
}
.wait-modify-wrapper .wait-modify-wrapper-list[data-v-61f6d0de] {
  display: flex;
  align-items: center;
}
.wait-modify-wrapper .wait-modify-wrapper-list .wait-modify-wrapper-block[data-v-61f6d0de] {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 32px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wait-modify-wrapper .wait-modify-wrapper-list .wait-modify-wrapper-block-title[data-v-61f6d0de] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  margin-right: 10px;
}
.wait-modify-wrapper .wait-modify-wrapper-list .wait-modify-wrapper-block-count[data-v-61f6d0de] {
  color: rgba(0, 0, 0, 0.4);
}
.wait-modify-wrapper .wait-modify-wrapper-list .wait-modify-wrapper-block-icon[data-v-61f6d0de] {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.wait-modify-wrapper .wait-modify-wrapper-list .wait-modify-wrapper-block-complete[data-v-61f6d0de] {
  color: #00a870;
}
.wait-modify-wrapper .wait-modify-wrapper-list .wait-modify-wrapper-block-complete .wait-modify-wrapper-block-title[data-v-61f6d0de] {
  border-bottom: 1px solid #00a870;
}
.wait-modify-wrapper .wait-modify-wrapper-list .wait-modify-wrapper-block-complete .wait-modify-wrapper-block-count[data-v-61f6d0de] {
  color: #00a870;
}
.btn-group[data-v-61f6d0de] {
  text-align: center;
  height: 64px;
  padding-top: 10px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  box-shadow: 0px -1px 10px 0px #ebf0f5;
  z-index: 2;
}
.btn-group button[data-v-61f6d0de] {
  margin: 5px;
  height: 32px;
  border-radius: 0;
}

.mainContent[data-v-c517b5be] {
  margin: 24px;
}
.mainContent .my-card .title[data-v-c517b5be] {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  margin-bottom: 24px;
}
.mainContent .my-card .topImg > img[data-v-c517b5be] {
  width: 100%;
}
.page-box[data-v-c517b5be] {
  text-align: center;
  margin: 25px 0 40px 0;
}
.vertical-center-modal .invit-title[data-v-c517b5be] {
  text-align: center;
  font-weight: 500;
  color: #333333;
  font-size: 20px;
}
[data-v-c517b5be] .ivu-modal-header {
  background: #ffffff !important;
}
.invit-content[data-v-c517b5be] {
  margin-left: 20px;
  margin-top: 20px;
  padding-bottom: 30px;
}
.invit-content .invit-input[data-v-c517b5be] {
  width: 480px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-left: 14px;
  background-color: #f0f0f0;
}
.invit-content[data-v-c517b5be] .ivu-input {
  height: 40px;
  border-radius: 0;
  padding: 11px 14px;
}
.invit-content .link-btn[data-v-c517b5be] {
  display: inline-block;
  width: 88px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background-color: #16ade9;
  font-size: 14px;
  cursor: pointer;
}
.invit-content .active-rule[data-v-c517b5be] {
  width: 568px;
  margin-top: 15px;
  background-color: #faf7f8;
  padding: 18px 10px;
  color: #303033;
}
.invit-content .active-rule .rule-title[data-v-c517b5be] {
  font-size: 14px;
  font-size: 500;
  margin-top: 8px;
}
.invit-content .active-rule .rule-content[data-v-c517b5be] {
  font-size: 12px;
  line-height: 24px;
}

.mainContent[data-v-719a7d5c] {
  margin: 24px;
}
.mainContent .my-card .title[data-v-719a7d5c] {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  margin-bottom: 24px;
}
.mainContent .my-card .tab[data-v-719a7d5c] {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 24px;
}
.mainContent .my-card .tab span[data-v-719a7d5c] {
  display: inline-block;
  width: 112px;
  height: 32px;
  background: #16ade9;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  line-height: 32px;
  color: #ffffff;
}
.mainContent .my-card .bt[data-v-719a7d5c] {
  box-shadow: 0px 2px 6px 0px rgba(22, 173, 233, 0.4);
  background-color: #16ade9;
  border-color: #16ade9;
}

.headContent[data-v-4bd18ab0] {
  background: #ffffff;
  padding: 20px 24px 0;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
.top[data-v-4bd18ab0] {
  min-width: 1024px;
  background-color: #fff;
  padding: 20px 24px 0;
  font-size: 14px;
  overflow: hidden;
}
.top[data-v-4bd18ab0] .ivu-breadcrumb {
  font-size: 14px !important;
}
.top .top-reason[data-v-4bd18ab0] {
  margin-top: 20px;
  padding: 11px 21px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  background: #fff1dd;
  margin-bottom: 20px;
}
.top .top-reason span[data-v-4bd18ab0] {
  color: #fa5555;
}
.top .top-reason img[data-v-4bd18ab0] {
  position: relative;
  top: 3px;
}
.top .tabTitle[data-v-4bd18ab0] {
  border-bottom: 1px solid #e9e9e9ff;
  margin-top: 10px;
}
.top .tabTitle span[data-v-4bd18ab0] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: PingFangSC;
  color: #333333;
  line-height: 40px;
  margin-right: 46px;
  cursor: pointer;
}
.top .tabTitle .active-tab[data-v-4bd18ab0] {
  color: #1890ffff;
  border-bottom: 2px solid #1890ffff;
  font-weight: 600;
}
.title[data-v-4bd18ab0] {
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
  padding-bottom: 16px;
  color: rgba(0, 0, 0, 0.85);
}
.title span.smallTitle[data-v-4bd18ab0] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  margin-left: 10px;
  font-weight: 400;
}
.title span.line[data-v-4bd18ab0] {
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #16ade9;
  margin-right: 10px;
}
.title .remark[data-v-4bd18ab0] {
  margin-left: 15px;
  font-size: 14px;
  color: #515a6e;
  font-weight: 400;
}
.top-tip[data-v-4bd18ab0] {
  padding-bottom: 18px;
  background-color: #fff;
  border-radius: 4px;
}
.top-tip .wramTip[data-v-4bd18ab0] {
  font-size: 14px;
  padding: 10px;
  background-color: rgba(22, 173, 233, 0.19);
  color: #333;
  cursor: pointer;
}
.top-tip .wramTip img[data-v-4bd18ab0] {
  position: relative;
  top: 4px;
}
.top-tip .wramTip span[data-v-4bd18ab0] {
  color: #1890ff;
}
.aging-box[data-v-4bd18ab0] {
  margin: 0 28px;
  font-size: 18px;
  line-height: 40px;
  padding-bottom: 30px;
}
.aging-box .aging-country[data-v-4bd18ab0] {
  color: #16ade9;
  font-weight: 700;
}
.aging-box .remark[data-v-4bd18ab0] {
  color: #aaaaaa;
}
.aging-box .example-modal img[data-v-4bd18ab0] {
  width: 100%;
}
.top-speed[data-v-4bd18ab0] {
  text-align: center;
  padding-bottom: 24px;
}
.top-speed p[data-v-4bd18ab0] {
  margin: 0 auto;
  position: relative;
  width: 642px;
  font-size: 12px;
  font-family: PingFangSC;
  color: #666666;
}
.top-speed p .status1[data-v-4bd18ab0] {
  position: absolute;
  top: 27px;
  left: 102px;
}
.top-speed p .status2[data-v-4bd18ab0] {
  position: absolute;
  top: 27px;
  left: 364px;
}
.submit-finish[data-v-4bd18ab0] {
  margin: 24px;
  background-color: #fff;
}
.submit-finish .main[data-v-4bd18ab0] {
  text-align: center;
  padding: 50px;
}
.submit-finish .main .gongzhonghao[data-v-4bd18ab0] {
  width: 730px;
  background-color: rgba(22, 173, 233, 0.1);
  padding: 24px;
  margin: 32px auto;
}
.submit-finish .main .gongzhonghao .vat-jindu[data-v-4bd18ab0] {
  font-size: 14px;
  font-family: PingFangSC;
  color: #333333;
  line-height: 20px;
  margin-bottom: 12px;
}
.submit-finish .main .tip-success[data-v-4bd18ab0] {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  margin-top: 25px;
}
.submit-finish .main .submit-time[data-v-4bd18ab0] {
  font-size: 12px;
  font-family: PingFangSC;
  color: #333333;
  line-height: 17px;
  margin-top: 17px;
}
.submit-finish .main .caokao-time[data-v-4bd18ab0] {
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ed3e3e;
  margin-top: 8px;
  margin-bottom: 24px;
}

.statusItem[data-v-76fee2a2] {
  display: flex;
  width: 100%;
  margin: 20px 0px 0px;
}
.statusItem .item[data-v-76fee2a2] {
  width: 100%;
  display: flex;
  align-items: center;
}
.statusItem .item .itemLeft[data-v-76fee2a2] {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 100px;
}
.statusItem .item .itemLeft .top[data-v-76fee2a2] {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
  color: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(0, 0, 0, 0.45);
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.statusItem .item .itemLeft .bottom[data-v-76fee2a2] {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.statusItem .item .itemRight[data-v-76fee2a2] {
  position: relative;
  width: 100%;
}
.statusItem .item .itemRight .itemLine[data-v-76fee2a2] {
  width: 100%;
  padding: 0 10px;
  position: absolute;
  left: 0px;
  top: -15px;
}
.statusItem .item .itemRight .itemLine > i[data-v-76fee2a2] {
  display: inline-block;
  width: 100%;
  height: 1px;
  vertical-align: top;
  background: #e8eaec;
  border-radius: 1px;
  position: relative;
}
.statusItem .item .itemRight .operateTime[data-v-76fee2a2] {
  font-size: 12px;
  color: #666666;
  line-height: 17px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: -5px;
}
.statusItem .item .itemRight .rejectedOperateTime[data-v-76fee2a2] {
  font-size: 12px;
  color: #ff8900ff;
  line-height: 17px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: -37px;
}
.statusItem .item .itemRight .requireOperateTime[data-v-76fee2a2] {
  font-size: 12px;
  color: #ff1100;
  line-height: 17px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: -47px;
}
.statusItem .statusItem .active .itemLeft .top[data-v-76fee2a2],
.statusItem .rejected .itemLeft .top[data-v-76fee2a2] {
  background: #1890ffff;
  color: #ffffff;
  border: none;
  line-height: 30px;
}
.statusItem .statusItem .active .itemRight .itemLine i[data-v-76fee2a2],
.statusItem .rejected .itemRight .itemLine i[data-v-76fee2a2] {
  background: #1890ffff;
}
.statusItem .statusItem .rejected .itemRight .itemLine i[data-v-76fee2a2] {
  background: #ff8900ff;
}
.statusItem .rejectedLine .itemLeft .top[data-v-76fee2a2] {
  background: #1890ffff;
  color: #ffffff;
  border: none;
  line-height: 30px;
}
.statusItem .rejectedLine .itemRight .itemLine i[data-v-76fee2a2] {
  background: #e8eaec;
}
.statusItem .item[data-v-76fee2a2]:last-child {
  margin-right: -20%;
}
.info[data-v-76fee2a2] {
  margin: 14px 0px 0px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 14px;
}
.info .left[data-v-76fee2a2] {
  display: flex;
  font-weight: 500;
  color: #16ade9;
  line-height: 20px;
  margin-right: 10px;
}
.info .left img[data-v-76fee2a2] {
  margin-right: 5px;
}
.info .timeout[data-v-76fee2a2] {
  color: #ed3e3eff;
}
.info .right span[data-v-76fee2a2] {
  color: #16ade9ff;
}
.start[data-v-76fee2a2] {
  text-align: center;
  font-size: 12px;
  color: #666666;
  line-height: 17px;
  margin-top: 10px;
}

.headContent[data-v-19456598] {
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 20px 32px 0px;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
.headContent .top[data-v-19456598] {
  margin-bottom: 14px;
}
.headContent .top .flink[data-v-19456598],
.headContent .top .clink[data-v-19456598] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.headContent .top .clink[data-v-19456598] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.headContent .bottom[data-v-19456598] {
  font-size: 20px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.headContent .bottom span[data-v-19456598] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  margin-left: 10px;
}
.headContent .statusIndfContent[data-v-19456598] .ivu-steps-content {
  text-align: center;
  padding-left: 70px;
}
.headContent .statusIndfContent .rejected[data-v-19456598] {
  padding: 10px 40px;
  background: #fff1dd;
  margin-bottom: 20px;
}
.headContent .statusIndfContent .rejected .tips-top-title[data-v-19456598] {
  font-size: 14px;
  font-family: 'PingFangSC-Regular,PingFang SC';
  color: #333333ff;
}
.headContent .statusIndfContent .rejected .tips-top-title img[data-v-19456598] {
  float: left;
  margin-right: 6px;
}
.headContent .statusIndfContent .rejected .tips-top-title span[data-v-19456598] {
  color: #fa5555ff;
}
.headContent .statusIndfContent .rejected .bottom-tips[data-v-19456598] {
  margin-left: 24px;
  margin-top: 4px;
}
.headContent .statusIndfContent .rejected .bottom-tips p[data-v-19456598] {
  line-height: 26px;
  font-weight: 600;
  color: #333333;
}
.headContent .statusIndfContent .rejected .bottom-tips .last-tip[data-v-19456598] {
  font-weight: 400;
  margin-top: 4px;
}
.headContent .tabTitle[data-v-19456598] {
  border-bottom: 1px solid #e9e9e9ff;
}
.headContent .tabTitle span[data-v-19456598] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: PingFangSC;
  color: #333333;
  line-height: 40px;
  margin-right: 46px;
  cursor: pointer;
}
.headContent .tabTitle .active-tab[data-v-19456598] {
  color: #1890ffff;
  border-bottom: 2px solid #1890ffff;
  font-weight: 500;
}

.container[data-v-572f9d0f] {
  background-color: #ffffff;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  top: 0;
  left: 0;
}
.container .top-banner[data-v-572f9d0f] {
  width: 100%;
  height: 350px;
  background: url(../../static/img/banner.17f1cf35.png) center center no-repeat;
  text-align: center;
  color: #ffffff;
  margin-top: 72px;
  padding-top: 100px;
}
.container .bread-router[data-v-572f9d0f] {
  width: 100%;
  height: 40px;
  background-color: #f6f8fb;
  line-height: 40px;
}
.container .bread-router .bread-container[data-v-572f9d0f] {
  max-width: 1200px;
  margin: auto;
}
.container .bread-router .bread-container h3[data-v-572f9d0f] {
  display: inline-block;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.container .container-box[data-v-572f9d0f] {
  max-width: 1200px;
  margin: auto;
  color: #666;
}
.container .container-box .top-tab[data-v-572f9d0f] {
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}
.container .container-box .top-tab .tab-item[data-v-572f9d0f] {
  display: inline-block;
  width: 110px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  font-family: "Noto Sans S Chinese";
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  margin-right: 20px;
  cursor: pointer;
}
.container .container-box .top-tab .tab-active[data-v-572f9d0f] {
  background-color: #16ade9;
  color: #ffffff;
}
.container .container-box .article-list[data-v-572f9d0f] {
  margin-top: 30px;
}
.container .container-box .article-list .article-item[data-v-572f9d0f] {
  padding: 30px 95px 30px 0;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  display: block;
}
.container .container-box .article-list .article-item .main-img[data-v-572f9d0f] {
  width: 268px;
  height: 160px;
  border-radius: 4px;
  overflow: hidden;
}
.container .container-box .article-list .article-item .main-img img[data-v-572f9d0f] {
  width: 100%;
  border: 4px;
}
.container .container-box .article-list .article-item .article-info[data-v-572f9d0f] {
  margin-left: 19px;
  color: #999;
  font-size: 14px;
  width: 818px;
  position: relative;
  height: 160px;
}
.container .container-box .article-list .article-item .article-info .article-title[data-v-572f9d0f] {
  font-size: 24px;
}
.container .container-box .article-list .article-item .article-info .article-title[data-v-572f9d0f]:hover {
  color: #16ade9;
}
.container .container-box .article-list .article-item .article-info .article-content[data-v-572f9d0f] {
  margin-top: 16px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .container-box .article-list .article-item .article-info .article-time[data-v-572f9d0f] {
  position: absolute;
  bottom: 0;
}
.container .container-box .page-info[data-v-572f9d0f] {
  width: 100%;
  margin: 40px;
  text-align: center;
}
[data-v-572f9d0f] .ivu-breadcrumb-item-separator {
  color: #666;
  font-size: 14px;
}
[data-v-572f9d0f] .ivu-breadcrumb > span:last-child {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
[data-v-572f9d0f] .ivu-page-total {
  color: #999;
}

.container[data-v-6e92f1f2] {
  background-color: #ffffff;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  top: 0;
  left: 0;
  font-family: "Noto Sans S Chinese";
}
.container .container-box[data-v-6e92f1f2] {
  max-width: 1200px;
  margin: auto;
  margin-top: 100px;
}
.container .container-box .container-left[data-v-6e92f1f2] {
  width: 860px;
  margin-bottom: 100px;
}
.container .container-box .container-left .bread-router[data-v-6e92f1f2] {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.container .container-box .container-left .bread-router .bread-container[data-v-6e92f1f2] {
  max-width: 1200px;
  margin: auto;
}
.container .container-box .container-left .bread-router .bread-container h3[data-v-6e92f1f2] {
  display: inline-block;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.container .container-box .container-left .article-title[data-v-6e92f1f2] {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  margin-top: 30px;
}
.container .container-box .container-left .other-info[data-v-6e92f1f2] {
  font-size: 14px;
  color: #999;
  margin-top: 16px;
}
.container .container-box .container-left .other-info span[data-v-6e92f1f2]:nth-chils(1) {
  margin-right: 18px;
}
.container .container-box .container-left .article-coniner[data-v-6e92f1f2] {
  margin-top: 56px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 30px;
}
.container .container-box .container-left .change-page[data-v-6e92f1f2] {
  margin-top: 30px;
  color: #666;
}
.container .container-box .container-left .change-page span[data-v-6e92f1f2] {
  cursor: pointer;
}
.container .container-box .container-left .change-page span[data-v-6e92f1f2]:hover {
  color: #16ade9;
}
.container .container-box .container-right[data-v-6e92f1f2] {
  margin-left: 40px;
  width: 300px;
}
.container .container-box .container-right .right-title[data-v-6e92f1f2] {
  font-weight: 500px;
  font-size: 24px;
  color: #333;
}
.container .container-box .container-right .news-list[data-v-6e92f1f2] {
  margin-top: 20px;
}
.container .container-box .container-right .news-list .list-item[data-v-6e92f1f2] {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.container .container-box .container-right .news-list .list-item span[data-v-6e92f1f2]:nth-child(1) {
  color: #fff;
  position: relative;
}
.container .container-box .container-right .news-list .list-item span:nth-child(1) img[data-v-6e92f1f2] {
  vertical-align: middle;
}
.container .container-box .container-right .news-list .list-item span:nth-child(1) span[data-v-6e92f1f2] {
  position: absolute;
  font-size: 12px;
  left: 6px;
  top: 0px;
}
.container .container-box .container-right .news-list .list-item .news-title[data-v-6e92f1f2] {
  color: #666;
  font-size: 14px;
  margin-left: 6px;
}
.container .container-box .container-right .news-list .list-item[data-v-6e92f1f2]:nth-last-child {
  border-bottom: none;
}
.container .container-box .container-right .news-list .list-item:hover .news-title[data-v-6e92f1f2] {
  color: #16ade9;
}
.container .container-box .container-right .ad-banner[data-v-6e92f1f2] {
  margin-top: 30px;
  width: 100%;
  height: 275px;
  display: block;
  overflow: hidden;
}
.container .container-box .container-right .ad-banner img[data-v-6e92f1f2] {
  width: 100%;
  height: auto;
}
[data-v-6e92f1f2] .ivu-breadcrumb-item-separator {
  color: #666;
  font-size: 14px;
}
[data-v-6e92f1f2] .ivu-breadcrumb > span:last-child {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
[data-v-6e92f1f2] .article-coniner p {
  line-height: 30px !important;
}

.mainContent[data-v-9d82fcc4] {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-shadow: 0px 2px 6px 0px rgba(0, 21, 41, 0.06);
  background-color: #fff;
}
.mainContent .coupon-notice[data-v-9d82fcc4] {
  color: #ff5656;
  background: #ffe3e3;
  padding: 6px 16px;
}
.mainContent .title[data-v-9d82fcc4] {
  padding-bottom: 22px;
  border-bottom: 1px solid #ebebeb;
}
.mainContent .title img[data-v-9d82fcc4] {
  vertical-align: middle;
}
.mainContent .title span.title[data-v-9d82fcc4] {
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 20px;
  font-weight: 500;
  border: none;
}
.mainContent .no-data[data-v-9d82fcc4] {
  margin: 56px auto;
  text-align: center;
}
.mainContent .no-data p[data-v-9d82fcc4] {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-top: 10px;
}
.mainContent .no-data button[data-v-9d82fcc4] {
  width: 98px;
  height: 32px;
  background: #00a3ff;
  margin-top: 12px;
  border: none;
  color: #fff;
  cursor: pointer;
}
.mainContent .content[data-v-9d82fcc4] {
  background: #ffffff;
  padding: 20px;
  margin-top: 20px;
  overflow: hidden;
}
.mainContent .content table[data-v-9d82fcc4] {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}
.mainContent .content table .name[data-v-9d82fcc4] {
  height: 48px;
  background: #FAFAFA;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.mainContent .content table .serviceName img[data-v-9d82fcc4],
.mainContent .content table .serviceName p[data-v-9d82fcc4] {
  cursor: pointer;
}
.mainContent .content table .solOut .solOutStatus[data-v-9d82fcc4],
.mainContent .content table .solOut .countryName[data-v-9d82fcc4],
.mainContent .content table .solOut .price[data-v-9d82fcc4] {
  color: #cccccc;
}
.mainContent .content table .solOut .serviceName p[data-v-9d82fcc4] {
  color: #cccccc !important;
}
.mainContent .content table .solOut .changeNum button[data-v-9d82fcc4] {
  background: #f8f8f8 !important;
  border: 1px solid #eeeeee !important;
  color: #cccccc !important;
}
.mainContent .content table .solOut .changeNum input[data-v-9d82fcc4] {
  background: #f8f8f8 !important;
  color: #cccccc !important;
  border-color: #eeeeee;
}
.mainContent .content table tr[data-v-9d82fcc4] {
  border-bottom: 1px solid #f6f6f6;
}
.mainContent .content table tr th[data-v-9d82fcc4] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
.mainContent .content table tr td[data-v-9d82fcc4] {
  color: #333333;
  text-align: center;
}
.mainContent .content table tr td .serviceName[data-v-9d82fcc4] {
  padding: 20px 0px;
  display: flex;
  justify-content: center;
}
.mainContent .content table tr td .serviceName .right[data-v-9d82fcc4] {
  text-align: left;
  width: 238px;
  margin-left: 20px;
}
.mainContent .content table tr td .serviceName .right p[data-v-9d82fcc4]:nth-child(1) {
  color: #333333;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 13px;
  margin-top: -3px;
}
.mainContent .content table tr td .serviceName .right p[data-v-9d82fcc4]:nth-child(2) {
  color: #999999;
  font-size: 12px;
  line-height: 18px;
}
.mainContent .content table tr td .serviceName img[data-v-9d82fcc4] {
  width: 84px;
  height: 73px;
}
.mainContent .content table tr td .red[data-v-9d82fcc4] {
  font-size: 16px;
  font-weight: bold;
  color: #ed3e3e;
}
.mainContent .content table tr td .changeNum input[data-v-9d82fcc4] {
  text-align: center;
  width: 30px;
  height: 21px;
  background: #ffffff;
  border: 1px solid #cccccc;
  font-size: 12px;
  color: #666666;
  outline: none;
}
.mainContent .content table tr td .changeNum button[data-v-9d82fcc4]:nth-child(1) {
  width: 20px;
  height: 21px;
  background: #fff;
  border: 1px solid #eeeeee;
  outline: none;
  cursor: pointer;
}
.mainContent .content table tr td .changeNum button.disable[data-v-9d82fcc4] {
  background: #f8f8f8;
  color: #ccc;
}
.mainContent .content table tr td .changeNum .add[data-v-9d82fcc4] {
  width: 20px;
  height: 21px;
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #666666;
  outline: none;
  cursor: pointer;
}
.mainContent .content table tr td .cursor[data-v-9d82fcc4] {
  cursor: pointer;
}
.mainContent .content table tr td .delete[data-v-9d82fcc4] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainContent .content table tr td .delete img[data-v-9d82fcc4] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.mainContent .content table tr td .oriange-price[data-v-9d82fcc4] {
  font-size: 13px;
  font-family: PingFangSC;
  color: #999999;
  text-decoration: line-through;
}
.mainContent .content .footer[data-v-9d82fcc4] {
  margin-top: 26px;
  z-index: 11;
  margin-left: 50px;
}
.mainContent .content .footer .right[data-v-9d82fcc4] {
  color: #333333;
}
.mainContent .content .footer .right .total[data-v-9d82fcc4] {
  margin: 0px 20px 0px 40px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.mainContent .content .footer .right .total .red[data-v-9d82fcc4] {
  color: #ff6600;
  font-size: 18px;
}
.mainContent .content .footer .right .selectedItems[data-v-9d82fcc4] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.mainContent .content .settlement[data-v-9d82fcc4] {
  width: 114px;
  height: 38px;
  background: #0041DC;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  margin-top: 14px;
  margin-right: 12px;
}
.product-addition-spec[data-v-9d82fcc4] {
  margin-bottom: 0;
  color: #999999;
  font-size: 12px;
}
.product-addition-spec dd[data-v-9d82fcc4] {
  margin-bottom: 0;
}
.product-addition-spec dt[data-v-9d82fcc4] {
  display: none;
}
.product-addition-spec:nth-child(3) dt[data-v-9d82fcc4],
.product-addition-spec:first-child dt[data-v-9d82fcc4] {
  display: block;
}
.group-products-box[data-v-9d82fcc4] {
  color: #999999;
  font-size: 12px;
}
.group-products-box .group-products-child-name[data-v-9d82fcc4] {
  margin-top: 10px;
  color: #333333;
}
.OrangeTheme .content table .name[data-v-9d82fcc4] {
  background: #ffdc87;
}
.OrangeTheme .content .settlement[data-v-9d82fcc4] {
  background: #f6b417;
}
.shoppingCart-tips[data-v-9d82fcc4] {
  text-align: right;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.26);
  margin: 8px 12px 0 0;
}
.package-discounts[data-v-9d82fcc4] {
  font-size: 12px;
  display: inline-block;
  background-image: linear-gradient(90deg, #e86f3a, #e54937);
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
}
.price-box[data-v-9d82fcc4] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.package-discounts-price[data-v-9d82fcc4] {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
.select-specifications[data-v-9d82fcc4] {
  margin-top: 10px;
  color: #4fa9fd;
  cursor: pointer;
  text-decoration: underline;
}
.specifications[data-v-9d82fcc4] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
[data-v-9d82fcc4] .ant-modal-content {
  overflow: hidden !important;
}
.price-loading-box[data-v-9d82fcc4] {
  position: relative;
  display: inline-block;
}
.details-popup[data-v-9d82fcc4] {
  position: absolute;
}
.popup-triangle[data-v-9d82fcc4] {
  position: absolute;
  left: 85%;
  top: 100%;
  width: 0;
  height: 0;
  z-index: 10000;
}
.popup-triangle[data-v-9d82fcc4]::after {
  content: '';
  position: absolute;
  left: -5px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
}


.ivu-message-notice-content-text {
  vertical-align: top;
}

.container[data-v-b9bfaaa4] {
  min-height: calc(100vh - 50px);
}
.container .headContent[data-v-b9bfaaa4] {
  height: 78px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 20px 32px;
  margin-bottom: 15px;
}
.container .headContent .top[data-v-b9bfaaa4] {
  margin-bottom: 14px;
}
.container .headContent .top .flink[data-v-b9bfaaa4],
.container .headContent .top .clink[data-v-b9bfaaa4] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.container .headContent .top .clink[data-v-b9bfaaa4] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.container .headContent .bottom[data-v-b9bfaaa4] {
  font-size: 20px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.container .headContent .bottom span[data-v-b9bfaaa4] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}

.new-info-label[data-v-7ba2e4e5] {
  font-size: 14px;
  color: #707174;
  padding-right: 5px;
  margin-top: 6px;
  min-width: 117px;
}
.product-attribute-list[data-v-7ba2e4e5] {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.product-attribute-list .new-info-label[data-v-7ba2e4e5] {
  margin-bottom: 6px;
  margin-top: 6px;
}
.new-type-label-list[data-v-7ba2e4e5] {
  margin-right: 5px;
}

.product-info-specs > dd[data-v-82b22b98] {
  margin-bottom: 24px;
}
.product-attribute-group[data-v-82b22b98] {
  display: block !important;
  margin: 0px;
}
.product-attribute-group > dd[data-v-82b22b98] {
  margin: 0px;
}
.product-attribute-group .product-category-title[data-v-82b22b98] {
  font-size: 14px;
  margin-bottom: 14px;
  font-weight: bold;
  color: #333;
}
.product-attribute-list[data-v-82b22b98] {
  display: flex;
  margin-bottom: 16px;
}
.product-attribute-list .new-info-label[data-v-82b22b98] {
  margin-top: 6px;
}
.new-product-info .new-info-label[data-v-24f0b0e2][data-v-82b22b98] {
  margin-top: 0px;
}
.new-product-info[data-v-82b22b98] {
  flex-grow: 1;
}
.new-product-info dl[data-v-82b22b98] {
  margin-bottom: 0;
}
.new-product-info .product-info-meta[data-v-82b22b98] {
  padding-bottom: 18px;
}
.new-product-info .product-title[data-v-82b22b98] {
  font-size: 22px;
  color: #333333;
  margin-bottom: 8px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.new-product-info .activity-label[data-v-82b22b98] {
  height: 24px;
  line-height: 24px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fc7057;
  color: white;
  font-size: 12px;
  padding-inline: 6px;
  margin-left: 6px;
}
.new-product-info .total-price .new-info-label-price[data-v-82b22b98] {
  color: #ff7b29;
  font-size: 20px;
}
.new-product-info .new-info-price[data-v-82b22b98] {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}
.new-product-info > dd[data-v-82b22b98] {
  display: flex;
}
.new-product-info .new-info-label[data-v-82b22b98] {
  font-size: 14px;
  color: #707174;
  min-width: 117px;
  padding-right: 5px;
  margin-top: 6px;
}
.new-product-info .new-info-specLabel[data-v-82b22b98] {
  margin-bottom: 10px;
  margin-top: 6px;
}
.new-product-info .new-service-info[data-v-82b22b98] {
  font-size: 12px;
  color: #666666;
  display: block;
  margin-bottom: 0px;
}
.new-product-info .new-service-info p[data-v-82b22b98] {
  font-size: 14px;
  color: #333333;
  margin-bottom: 2px;
}
.new-product-info .new-service-info span[data-v-82b22b98] {
  margin-top: 8px;
  display: inline-block;
  margin-right: 20px;
}
.new-product-info .new-product-num[data-v-82b22b98] {
  padding-top: 16px;
  display: flex;
  border-top: 1px solid #e9e9e9;
  font-size: 14px;
}
.new-product-info .new-product-num .new-info-label[data-v-82b22b98] {
  margin-bottom: 8px;
}
.new-product-info .new-product-num button[data-v-82b22b98] {
  width: 26px;
  height: 26px;
  border: 1px solid #dddddd;
  background-color: #fff;
  cursor: pointer;
}
.new-product-info .new-product-num .new-change-num[data-v-82b22b98] {
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  overflow: hidden;
  background: #f2f3f5;
}
.new-product-info .new-product-num input[data-v-82b22b98] {
  width: 74px;
  height: 28px;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  text-align: center;
  background-color: white;
}
.new-product-info .new-product-num .new-add[data-v-82b22b98] {
  width: 36px;
  height: 28px;
  border: none;
  text-align: center;
  border-radius: 6px;
  font-size: 32px;
  color: #a1a1a1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}
.new-product-info .new-product-num .new-minus[data-v-82b22b98] {
  width: 36px;
  height: 28px;
  border: none;
  text-align: center;
  border-radius: 6px;
  font-size: 32px;
  color: #a1a1a1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}
.new-product-info .purchaseInstructions-box[data-v-82b22b98] {
  display: flex;
  gap: 6px;
  align-items: start;
  background: #ffeeeb;
  color: #555;
  border-radius: 2px;
  padding: 12px;
  line-height: 22px;
  margin-bottom: 12px;
  max-width: 833px;
}
.new-product-info .purchaseInstructions-box img[data-v-82b22b98] {
  position: relative;
  top: 3px;
}
.new-product-info .new-price[data-v-82b22b98] {
  font-size: 18px;
  color: #ff5656;
}
.new-product-info .new-num[data-v-82b22b98] {
  font-size: 24px;
}
.new-product-info .new-type-label-list[data-v-82b22b98] {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: start;
}
.new-product-info[data-v-82b22b98] .new-type-label {
  padding: 4px 20px;
  border-radius: 4px;
  margin-right: 5px;
  border: 1px solid #dddddd;
  display: inline-block;
  font-size: 12px;
  color: #666;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.new-product-info .new-user-agreement[data-v-82b22b98] {
  border: none;
  padding: 5px 0;
  color: #00a3ff;
}
.new-product-info[data-v-82b22b98] .new-active {
  color: #3190ff;
  border-color: #3190ff;
}
.new-product-info[data-v-82b22b98] .new-active::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(//static.xyb2b.com/images/413ec3e71884321ab968dcad9082e501.png) no-repeat;
  background-size: cover;
  right: -1px;
  bottom: 0;
  position: absolute;
}
.new-product-info[data-v-82b22b98] .new-active {
  color: #3190ff;
  border-color: #3190ff;
}
.new-product-info[data-v-82b22b98] .new-active::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(//static.xyb2b.com/images/413ec3e71884321ab968dcad9082e501.png) no-repeat;
  background-size: cover;
  right: -1px;
  bottom: 0;
  position: absolute;
}
.new-product-info .disabled[data-v-82b22b98] {
  cursor: not-allowed;
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #707174;
  display: none !important;
}

.new-product[data-v-76c2fc03] {
  padding-bottom: 40px;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  gap: 20px;
}
.new-product-intro[data-v-76c2fc03] {
  width: 100%;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  margin: 0 auto;
}
.new-product-intro .title[data-v-76c2fc03] {
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-bottom: 1px solid #e9e9e9;
}
.new-product-intro .new-product-intro-content[data-v-76c2fc03] {
  padding: 20px;
  position: relative;
  display: flex;
  gap: 25px;
}
.new-product-intro > b[data-v-76c2fc03] {
  width: 65px;
  height: 16px;
  position: absolute;
  top: 30px;
  left: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAQCAYAAABJJRIXAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAATQSURBVHgBnVdNaxtXFD0zkmUK0kbqQtpYm7oL2xsJilWoQ2gMhXiTVbooLZT+nv6GULpLF+1KKy+CSsFuIe7CMrRSIXKhEg1SIBkIkqyZ3Dtzr3Q1M/ogFx5v3ve559133hsHaXbvn31k/ByCcQ/PjjxsYUEQ5CkrUypJ6juOc0X1j+l7RN/n0u+Eso8pPaW6N2Z8lTJu+5Pqr/EeRnPsU8Y4bmmOoWDiuhGlieBLWDZRwwS4/j0E9O18wMCa+OOHGnynDh/X+PSbS7NokbIGJc53pXpIaUCpK+WRtCtRTEDHEiB2LHMcU79jU8/ztSg9NGtY+5Hmmsj3IaINGKg3lCqULigVKO2ljB8lSci4RQS+epkLc98lMogVF0dUujS9eUGOlDfiHAjQL7EZ24h2B+JEy4CUZQIFzomJ53V7iHZvJOPaZoiSOTQEKB62YazMkcjjL5BiSRJm/oicZYcncKY3EUq3jax/iHHQtV1p4g5lHXLiUKr6xjEGWjflihlaoXKbQ1bKOj4nyTOO8JxF+dYw1/6emV9D3WNiZP2c1A2xxpZJuP9/Ho5Xo0jwMH7ZxG+fRSHb+Cp0Nj6YFnqEBdvq3HcCnBOfR96pselTkPxK5lAtYYeUKEsgR0dDHNII0n59My9HC+MdSXkeFbFoSVg2dNx/RWfHzSPj5TCb7cLJ9ucErLeepCMB2TFAdLdaBKJnHP6S0kQ1gXKP6puIzryHxe6dS3lH66ivOq3Ha2SwqHZodGj0bBR2F5nXp3DdCn0VQgLYfL+E7YxB9QzwHhZRUEoBET+zaqeIIoTP7HOZryZEaeQwiY/ltkmbh0XwzLRVVqyVsCxmQdJhh0Dc/+sU0+zfcGbRZNlJ216XcgbPsCw2XMdR8TMWxDygvtqudVY7WAg5XC9NxDCmvOhIDsthz8Y4bleIomLUaBlgg2XhuH3SgIVosSAG7pAugyp2/CozEpqzy2CfmrEVAQ/jGANh5nlQXEOs6s8Flh2XY3JI+UFszAlW2wv9MCI4EeHkb42gLSLhw7fnGLq0e9k87u76eHYQgT+5qSCz83DeM6BJD65zuDlSxyuygA07vbYYCId1WRztUvlr6XeV8kaoixM8xzoR4z4lcdYes7zBwDbXg02iiJCEn0Knnidafj3o40F3aI5L2xAAAcMvu6qUR8YRthrkYUQE3GIhbks7Iw8uPSbNdaDlaiwhubuvEEWp3SC2bcQ95Z2gxrvuuwRu6pFgtkJSksDZcb3K1JGBeRmy8VWoO5MWmgXz/cjoR5qtuvc/wuIKtaLcxxaWTsIX/xYxHtPTeVaAv0yAmDKt97/dPQ7TmnyHz2NybM+0xa1s5th0nalzc7ETwhtS1Ndq2hW60iISfn9Spv+CAhrfRnowmdKVFUQ7NNvJpYxjEizjVhuYGBsFFlRaJOgc1/zDhRUmYqe6Ysna1zojivPnMrawiIQgcxbq+cUT4PtPeng5W4RoZpp2RvXamosiAbgUsKro9idJQVWpvUD1LTOXttWprY4tLKYrSoL+eRZN28mG43XOGiQkzNr0Sizjzh+EQvl554pW2qM/xwn+e3GbAqIZDgsCfuSwowMpMzl6a9hdzUk/1RFIf46QMZaf1ZusGxsPWU9xFrAQxPyaeebvjHdeNAtg/2QVGQAAAABJRU5ErkJggg==) no-repeat;
}
.new-product-intro .watermarkCZH[data-v-76c2fc03] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAATCAYAAAApmKv9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAV7SURBVHgB7RhNaxtXcFZeS64dbWvLKcVqaCNKrdRFMoTo0vhSH1IHYpxTf0Qhh17yG3JpQ6C3ntqTT3FLUU7KxemhDoXKUFBK8ELCmlBLmGqN65Wl3c7szpPGz0+yew0ZeOjtvJnZ+Z63ssAE1WoGCtY8hMcFfJqF0MrE+FTkQQhNsGfqULzuw2sIltrM34uy72Tg8m9f/NSEcHwZwtAZyWlHW1BcfTrsOIoicuIarjSjOpZlrfPZdSBHAzRwtXHdZprvkSZgGuLN46ppon2k8fC8aHhtfMb8ReZ3EbeDzyV+pnd2cF0Dk1nAzpicgLXdS64D3THEhHAmdK0KNH5uolPcIRTK6G1cc7RHpXKoXAv3ZaZ5yjQETeEMZQzBsiZ3E8+zBnx8hsvjvZKxx88VXBnWJ8tLBz92yKQNFf/tlvPy4z9PHnejOiaRCxPTbTjad2DCzmEZlbGEHAjTNSjeMDoDFb7GCu2gkZsiI/K4twRpE1eJ922BJ0N2cLlsOJVnTfCQMRv8TEau8L4lZCiDfc7WDD8fcRY1wAA2ZYeVguLLT/4Q6J4P46kqfLraFEhSyoPGhgudMQcWb3gmgfhy6jsVpn/M6F1IsoLODhgXUEYgvSrNvjzE11iWyiRPlQLjP2cD62SgeL3UV8klR+eEbOm0U2BPZKDcnn0FweS/AgsPYX41aZqNRyUIuhfBwoaanvG4mY5qqBcgSV1XlQAbu8n7OU15VTImRVX2bCkER7vAj8NKLqN4yAEcJPnOoUAlk99/99UAY0U7UFxLDH5WXYHjbgHG4oMidPd9qD5Yh5t3ghEy6eWUrmVURD97DANjqDHOibMTynIfoShT2ckAyGjL5trW3uUZeEbpHYNtR5ANMiI7xqJE0PYvBTjuFTT6LBQ+pKgZpwsqF/cJfmyyAhQtFcUjsW+KvS+iW2IeZWiHexLBrjBOzzDp0HlcS5A4ZWMIjRHQH5AJ3jocYDpWJ/5NhTkxlQfQ6ws3garbQIxYcio1PTKYBKrmRhFVDt8TMpY0mXK8knF5wU+g9Nk16KEckNF4hoKNGgbj3fHMMXCWpKPk3tC1dpOhrEE0sn/o0SOQPUM6rMXjU6f/AddNSAx9Asm0iYFKhycWgccZCQYZCq87bWRDJUiRoKn93AATWknUFm95GE9tNOH0scP6CHmyXHTlCKc3VBN9lnl8/qUL2iw7Q5ZfS+wD0cCVDIJTIxfOgFTPAm96770BJrTyOFoTgQu3ahBGOALxVmrbm/DixXq/4ZqhbzwqsoLrK2G0p50Pi+4VQU8RdgRfTuMx9gZ0zo+4vsPlwv8YuQT2QQq2nf1c5UIrB4fOP/DBXwsw8/el/O/q4lJabcA5QIsE9QRynLq40bXd5RLxGC+j67MMOlc9g8amcqaSe2LECqfKO4qSQY2adJ9QPHAOsJ/fsYLF+9HW+88X6DIFk20H2wQsX70fzR4EUH92dzDyPnoQZaZDKHV7cOWwCw/lGZwjEojfFooXDYpW+LfBJaLwyiEX+VfvDboMkt3g1R+5hmuArl/SNuMs8Z0CemJ2oDCUp9JQvvpt5FHjDS1wrB5ke6gc3mzpun8bb7nSKaZ+MApOGGPIDhCGpzUeOZ4lHYHqUzsaTyDOTEDTtRk7hLLks3tR9RA/8KwQTnzlRvT9wRvpX3RKNpuOP+AeaS+e5d6hA02PL4URClS6L/JvQ1zEOvyrl0wBBiPbVxnJFz2Hca7GK3lMQMPiyamLRumbaAlncQnOAPwe9qY6UPv1br/+KUOyQ8jJsD0YjF1J53F5KH5Xu4JfZn6P9zpIenJYPKHE3wDkhDScDbEcy3SC2ZI9wm+cHpbQGEWcvRyloJ2KwO2G4Na/tjx4A68//AeemlObdADHoAAAAABJRU5ErkJggg==) no-repeat;
  background-size: cover;
}
.new-product-img-wrapper[data-v-76c2fc03] {
  width: 340px;
  height: 340px;
  flex-shrink: 0;
  top: 90px;
}
.new-product-img[data-v-76c2fc03] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-product-img img[data-v-76c2fc03] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.activity-img[data-v-76c2fc03] {
  border-radius: 4px;
  overflow: hidden;
}
.activity-frame[data-v-76c2fc03] {
  position: absolute;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
}
.new-product-info-wrapper[data-v-76c2fc03] {
  flex-grow: 1;
  width: 100%;
  min-height: 340px;
  display: flex;
  flex-direction: column;
}
.product-info-specs dl[data-v-76c2fc03] {
  display: block;
}
.new-product-info[data-v-76c2fc03] {
  flex-grow: 1;
}
.new-product-info dl[data-v-76c2fc03] {
  margin-bottom: 0;
  overflow: hidden;
}
.new-product-info .product-info-meta[data-v-76c2fc03] {
  padding-bottom: 18px;
}
.new-product-info .product-title[data-v-76c2fc03] {
  font-size: 22px;
  color: #333333;
  margin-bottom: 8px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.new-product-info .activity-label[data-v-76c2fc03] {
  height: 24px;
  line-height: 24px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fc7057;
  color: white;
  font-size: 12px;
  padding-inline: 6px;
  margin-left: 6px;
}
.new-product-info > dd[data-v-76c2fc03] {
  margin-bottom: 10px;
  display: flex;
}
.new-product-info .new-info-label[data-v-76c2fc03] {
  font-size: 14px;
  color: #707174;
  min-width: 117px;
  padding-right: 5px;
  margin-top: 6px;
}
.new-product-info .new-info-specLabel[data-v-76c2fc03] {
  margin-bottom: 10px;
  margin-top: 6px;
}
.new-product-info .new-service-info[data-v-76c2fc03] {
  font-size: 12px;
  color: #666666;
  display: block;
  margin-bottom: 0px;
}
.new-product-info .new-service-info p[data-v-76c2fc03] {
  font-size: 14px;
  color: #333333;
  margin-bottom: 2px;
}
.new-product-info .new-service-info span[data-v-76c2fc03] {
  margin-top: 8px;
  display: inline-block;
  margin-right: 20px;
}
.new-product-info .new-product-num[data-v-76c2fc03] {
  padding-top: 16px;
  display: flex;
  margin-bottom: 0px;
  font-size: 14px;
}
.new-product-info .new-product-num .new-info-label[data-v-76c2fc03] {
  margin-bottom: 8px;
}
.new-product-info .new-product-num button[data-v-76c2fc03] {
  width: 26px;
  height: 26px;
  border: 1px solid #dddddd;
  background-color: #fff;
  cursor: pointer;
}
.new-product-info .new-product-num .new-change-num[data-v-76c2fc03] {
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  overflow: hidden;
  background: #f2f3f5;
}
.new-product-info .new-product-num input[data-v-76c2fc03] {
  width: 74px;
  height: 28px;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  text-align: center;
  background-color: white;
}
.new-product-info .new-product-num .new-add[data-v-76c2fc03] {
  width: 36px;
  height: 28px;
  border: none;
  text-align: center;
  border-radius: 6px;
  font-size: 32px;
  color: #a1a1a1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}
.new-product-info .new-product-num .new-minus[data-v-76c2fc03] {
  width: 36px;
  height: 28px;
  border: none;
  text-align: center;
  border-radius: 6px;
  font-size: 32px;
  color: #a1a1a1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}
.new-product-info .new-price[data-v-76c2fc03] {
  font-size: 18px;
  color: #ff5656;
}
.new-product-info .new-num[data-v-76c2fc03] {
  font-size: 24px;
}
.new-product-info .new-type-label-list[data-v-76c2fc03] {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: start;
}
.new-product-info[data-v-76c2fc03] .new-type-label {
  padding: 4px 20px;
  border-radius: 4px;
  margin-right: 5px;
  border: 1px solid #dddddd;
  display: inline-block;
  font-size: 12px;
  color: #666;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.new-product-info .new-user-agreement[data-v-76c2fc03] {
  border: none;
  padding: 5px 0;
  color: #00a3ff;
}
.new-product-info[data-v-76c2fc03] .new-active {
  color: #3190ff;
  border-color: #3190ff;
}
.new-product-info[data-v-76c2fc03] .new-active::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(//static.xyb2b.com/images/413ec3e71884321ab968dcad9082e501.png) no-repeat;
  background-size: cover;
  right: -1px;
  bottom: 0;
  position: absolute;
}
.disabled[data-v-76c2fc03] {
  cursor: not-allowed;
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #707174;
}
.new-buy[data-v-76c2fc03] {
  margin-top: 16px;
  margin-left: 376px;
}
.new-add-car[data-v-76c2fc03],
.new-buy-now[data-v-76c2fc03] {
  width: 110px;
  height: 42px;
  line-height: 42px;
  border-radius: 4px !important;
  font-size: 16px;
}
.new-add-car[data-v-76c2fc03] {
  margin-right: 16px;
}
.new-service-details[data-v-76c2fc03] {
  width: 100%;
  background: #ffffff;
  margin: 0 auto;
  border-radius: 10px;
  flex-grow: 1;
}
.new-service-details .title[data-v-76c2fc03] {
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-bottom: 1px solid #e9e9e9;
}
.new-service-details .new-service-details-wrapper[data-v-76c2fc03] {
  padding: 24px;
  display: flex;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.new-service-details .productDetails-img[data-v-76c2fc03] {
  flex-grow: 2;
}
.new-service-details .productDetails-img img[data-v-76c2fc03] {
  max-width: 1369px;
  margin: 0 auto;
  display: block;
}
.new-service-details .empty[data-v-76c2fc03] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  font-size: 16px;
  margin: auto;
}
.new-service-details .empty img[data-v-76c2fc03] {
  width: 309px;
  height: 174px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
.new-service-details .empty .service-btn[data-v-76c2fc03] {
  width: 100px;
  height: 32px;
  line-height: 30px;
  margin-top: 20px;
  background: none;
  border: 1px solid #519cf4;
  border-radius: 2px;
  color: #519cf4;
  cursor: pointer;
}
.product-attribute-group[data-v-76c2fc03] {
  display: block !important;
}
.product-attribute-group .product-category-title[data-v-76c2fc03] {
  font-size: 14px;
  margin-bottom: 14px;
  font-weight: bold;
  color: #333;
}
.product-attribute-list[data-v-76c2fc03] {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.product-attribute-list .new-info-label[data-v-76c2fc03] {
  margin-bottom: 6px;
  margin-top: 6px;
}
.product-category-group-title[data-v-76c2fc03] {
  font-size: 14px;
  margin-bottom: 14px;
  font-weight: bold;
  color: #333;
}
.combination-product-list[data-v-76c2fc03] {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 24px !important;
}
.add-additional-services[data-v-76c2fc03] {
  width: 495px;
  border: 1px dashed #eee;
  padding: 8px;
  color: #00a3ff;
  display: block !important;
  text-align: center;
  cursor: pointer;
}
.additional-services-dl[data-v-76c2fc03] {
  width: 100%;
}
.additional-services-dl dt[data-v-76c2fc03] {
  background-color: #eff9ff;
  padding: 10px 0;
}
.additional-services-dl dd[data-v-76c2fc03],
.additional-services-dl dt[data-v-76c2fc03] {
  margin: 5px 0;
  display: flex;
  align-items: center;
}
.additional-services-dl dd > div[data-v-76c2fc03],
.additional-services-dl dt > div[data-v-76c2fc03] {
  min-width: 135px;
  padding-left: 12px;
}
.additional-services-dl dd .additional-services-select[data-v-76c2fc03],
.additional-services-dl dt .additional-services-select[data-v-76c2fc03] {
  width: 200px;
}
.additional-services-dl dd .additional-services-select .ivu-select[data-v-76c2fc03],
.additional-services-dl dt .additional-services-select .ivu-select[data-v-76c2fc03] {
  width: 160px;
}
.additional-services-dl .additional-services-handle span[data-v-76c2fc03] {
  color: #00a3ff;
  cursor: pointer;
  margin-right: 10px;
}
.product-package-purchase .new-info-label[data-v-76c2fc03] {
  margin-bottom: 10px;
}
.single-purchase-price[data-v-76c2fc03] {
  margin-left: 10px;
  text-decoration: line-through;
}
.single-purchase-price span[data-v-76c2fc03] {
  color: red;
}
.seckill[data-v-76c2fc03] {
  height: 36px;
  padding-bottom: 2px;
  background: #fc7057;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 2px;
  font-size: 16px;
  max-width: 600px;
}
.seckill .left[data-v-76c2fc03] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.seckill .left p[data-v-76c2fc03] {
  margin-bottom: 0;
}
.seckill .right[data-v-76c2fc03] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.seckill .left[data-v-76c2fc03] {
  width: 160px;
}
.seckill .left img[data-v-76c2fc03] {
  width: 19px;
  height: 19px;
  margin: 0 4px 0 10px;
}
.seckill .right[data-v-76c2fc03] {
  width: 300px;
  height: 100%;
  margin-right: 30px;
}
.seckill .right div[data-v-76c2fc03] {
  margin-right: 11px;
}
.seckill .right p[data-v-76c2fc03] {
  height: 18px;
  padding-inline: 4px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  background: #d8553e;
  margin-bottom: 0;
  border-radius: 2px;
}
.seckill .right .tip[data-v-76c2fc03] {
  width: 4px;
  background: none;
}
.btnDisable[data-v-76c2fc03] {
  background: #ffaf91 !important;
  cursor: no-drop;
}
.marketing-buy-now[data-v-76c2fc03] {
  color: #fff;
  border: none;
  cursor: pointer;
  width: 110px;
  height: 42px;
  line-height: 42px;
  border-radius: 4px !important;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(138.39deg, rgba(255, 122, 74, 0.95) -1.14%, #f54627 100.17%);
}
.marketing-add-cart[data-v-76c2fc03] {
  color: #ff4f30 !important;
  border: solid 1px #ff4f30 !important;
  border-top-color: #ff4f30 !important;
  border-left-color: #ff4f30 !important;
  border-right-color: #ff4f30 !important;
  border-bottom-color: #ff4f30 !important;
}
.user-agreement[data-v-76c2fc03] {
  color: #00a3ff;
  cursor: pointer;
}
.includeService[data-v-76c2fc03] {
  width: 18px;
  height: 18px;
  margin-right: 3px;
}
.orange-icon[data-v-76c2fc03],
.includeServiceOrange[data-v-76c2fc03] {
  display: none;
  width: 18px;
  height: 18px;
  margin-right: 3px;
  filter: hue-rotate(159deg);
}
.OrangeTheme .blue-icon[data-v-76c2fc03],
.OrangeTheme .includeService[data-v-76c2fc03] {
  display: none;
}
.OrangeTheme .orange-icon[data-v-76c2fc03],
.OrangeTheme .includeServiceOrange[data-v-76c2fc03] {
  display: inline-block;
}
.OrangeTheme .new-service-details .new-title[data-v-76c2fc03],
.OrangeTheme .additional-services-dl .additional-services-handle span[data-v-76c2fc03],
.OrangeTheme .add-additional-services[data-v-76c2fc03] {
  color: #f6b417;
}
.OrangeTheme .new-product-info .new-active[data-v-76c2fc03] {
  color: #f7b416;
  border-color: #f7b416;
}
.OrangeTheme .new-product-info .new-active[data-v-76c2fc03]::after {
  background: url(../../static/img/check.5f1d8875.svg) no-repeat;
}
.purchaseInstructions img[data-v-76c2fc03] {
  width: 16px;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.iipto-cost-info[data-v-76c2fc03] {
  padding: 0px;
  background: #f9fbff;
  padding: 13px 18px;
}
.iipto-cost-info .new-info-label[data-v-76c2fc03] {
  color: #535b5f;
  font-size: 14px;
}
.iipto-cost-info > li[data-v-76c2fc03] {
  margin-bottom: 16px;
  color: #999999;
}
.iipto-cost-info > li span[data-v-76c2fc03] {
  display: inline-block;
  font-size: 14px;
  width: 93px;
}
.iipto-cost-info > li b[data-v-76c2fc03] {
  font-size: 20px;
  font-weight: normal;
  position: relative;
  top: 1px;
  color: #272727;
}
.iipto-cost-info .tips-text[data-v-76c2fc03] {
  color: rgba(0, 0, 0, 0.26);
  margin-bottom: 0;
  font-size: 14px;
}
.iipto-cost-info .dashed-line[data-v-76c2fc03] {
  padding-bottom: 20px;
  border-bottom: 1px dashed #d9d9d9;
  margin-bottom: 16px;
  margin-top: -8px;
}
.new-product-summary[data-v-76c2fc03] {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #eeeeee;
}
.new-product-summary .count-down[data-v-76c2fc03] {
  display: flex;
  justify-content: end;
  flex-grow: 1;
  font-size: 14px;
  align-items: center;
  line-height: 20px;
}
.new-product-summary .count-down p[data-v-76c2fc03] {
  background: white;
  border-radius: 4px;
  color: #ff5436;
  padding: 1px 3px;
  margin-inline: 2px;
  margin-bottom: 0 !important;
}
.new-product-summary .count-down p.tip[data-v-76c2fc03] {
  background: none;
  color: white;
  margin-inline: 0;
  padding-inline: 0;
}
.purchaseInstructions-box[data-v-76c2fc03] {
  display: flex;
  gap: 6px;
  align-items: start;
  background: #fff3e9;
  color: #d0650f;
  border-radius: 2px;
  padding: 12px;
  line-height: 22px;
  margin-top: 16px;
}
.purchaseInstructions-box img[data-v-76c2fc03] {
  position: relative;
  top: 3px;
}
.total-price[data-v-76c2fc03] {
  margin-bottom: 18px;
  color: #ff5656;
  display: flex;
  align-items: center;
  gap: 6px;
}
.total-price.marketing[data-v-76c2fc03] {
  padding: 9px 15px;
  background: linear-gradient(90deg, #f33 9.85%, #ff6636 100%);
  color: white;
  border-radius: 2px;
}
.total-price.marketing .underlined-price[data-v-76c2fc03] {
  color: white !important;
}
.total-price .new-info-label[data-v-76c2fc03] {
  font-size: 14px;
  color: #000000;
}
.total-price .new-price-z-jia[data-v-76c2fc03] {
  font-size: 24px;
  font-weight: bold;
}
.total-price .new-price-z-jia .yang[data-v-76c2fc03] {
  font-size: 14px;
}
.total-price .new-price-z-jia .underlined-price[data-v-76c2fc03] {
  color: #666;
  font-weight: 400;
  font-size: 14px;
}
.buy-btns .new-product-info[data-v-76c2fc03] {
  display: flex;
}
.right-box[data-v-76c2fc03] {
  margin-left: 20px;
  width: 280px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.right-box .hot-service[data-v-76c2fc03] {
  width: 280px;
  background: #ffffff;
  padding: 16px;
}
.right-box .hot-service .service-item[data-v-76c2fc03] {
  margin-top: 16px;
  cursor: pointer;
}
.right-box .hot-service .service-item img[data-v-76c2fc03] {
  width: 90px;
  height: 84px;
}
.right-box .hot-service .service-item .content-right[data-v-76c2fc03] {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  max-width: 142px;
}
.right-box .hot-service .service-item .content-right p[data-v-76c2fc03] {
  margin-bottom: 0;
}
.right-box .hot-service .service-item .content-right p.service-title[data-v-76c2fc03] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  word-break: break-all;
}
.right-box .hot-service .service-item .content-right p.service-price[data-v-76c2fc03] {
  color: #ff6600;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.right-box .hot-service .service-item .content-right p.service-price .price[data-v-76c2fc03] {
  font-size: 16px;
}
.right-box .hot-service .service-item .content-right p.service-price span[data-v-76c2fc03] {
  margin: -2px;
  display: inline-block;
}
.right-box .hot-service .service-item .content-right p.old-price[data-v-76c2fc03] {
  font-size: 14px;
  font-family: PingFangSC;
  color: #999999;
  text-decoration: line-through;
}
.right-box .qr-box[data-v-76c2fc03] {
  width: 100%;
  background: #ffffff;
  padding: 0 16px 16px;
  margin-bottom: 20px;
}
.right-box .qr-box .content-box[data-v-76c2fc03] {
  margin-top: 18px;
}
.right-box .qr-box .content-box > img[data-v-76c2fc03] {
  width: 94px;
  height: 94px;
}
.right-box .qr-box .content-box .content-right[data-v-76c2fc03] {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-left: 11px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
}
.right-box .qr-box .content-box .content-right > p[data-v-76c2fc03] {
  line-height: 28px;
  margin: 0;
}
.right-box .adv-box[data-v-76c2fc03] {
  width: 370px;
  height: 270px;
  margin-top: 28px;
}
.right-box .adv-box > img[data-v-76c2fc03] {
  width: 100%;
  height: 100%;
}
.right-box .hot-box[data-v-76c2fc03] {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04), 0px -1px 8px 0px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  padding: 20px;
  margin-top: 20px;
  background-color: #fff;
}
.right-box .hot-service.fixed[data-v-76c2fc03] {
  position: fixed;
  top: 90px;
  margin-top: 0;
  z-index: 99;
}
.right-box .title[data-v-76c2fc03] {
  font-size: 18px;
  font-family: SourceHanSansSC-Medium, SourceHanSansSC;
  font-weight: 500;
  color: #333333;
  line-height: 18px;
  margin-bottom: 18px;
}
.right-box .article-item[data-v-76c2fc03] {
  margin-top: 14px;
  display: block;
}
.right-box .main-img[data-v-76c2fc03] {
  width: 86px;
  height: 58px;
  overflow: hidden;
}
.right-box .main-img img[data-v-76c2fc03] {
  width: 100%;
  height: 100%;
}
.right-box .article-info[data-v-76c2fc03] {
  margin-left: 18px;
  color: #999;
  font-size: 14px;
  width: 196px;
  position: relative;
  height: 58px;
}
.right-box .article-item .article-info .article-title[data-v-76c2fc03] {
  font-size: 14px;
  font-family: "SourceHanSansSC-Medium, SourceHanSansSC";
  font-weight: 500;
  color: #333333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.right-box .article-item .article-info .article-content[data-v-76c2fc03] {
  font-size: 12px;
  font-family: PingFangSC;
  color: #999999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 2px;
}
.activity-price-label[data-v-76c2fc03] {
  padding-inline: 6px;
  height: 24px;
  line-height: 24px;
  border-radius: 6px 0px;
  background: linear-gradient(261deg, #ffe3af 2.32%, #ffc485 97.11%);
  color: #6f3319 !important;
  font-size: 12px;
  display: inline-block;
}
.payingUsers[data-v-76c2fc03] {
  font-size: 12px;
  line-height: 21px;
  color: #999;
  margin-left: 10px;
  font-weight: normal;
}

.attribute-description-tooltip {
  max-width: 500px;
}
.attribute-description-tooltip .ant-tooltip-inner {
  border-radius: 4px;
  background-color: rgba(29, 33, 41, 0.8);
  font-size: 12px;
  line-height: 22px;
}
.attribute-description-tooltip .ant-tooltip-arrow {
  left: 2px;
}
.product-category-group-package-price {
  font-size: 24px;
  color: #ff5656;
}
.price-originalPrice {
  font-size: 12px;
  color: #999;
  margin-left: 6px;
  text-decoration: line-through;
}
.ivu-table-header thead tr th {
  background: #fafafa;
}
.ivu-table-header thead tr th {
  border-color: #ededed;
  border-right: none;
}
.ivu-table-border th,
.ivu-table-border td {
  border-right: none;
  border-color: #ededed;
}
.ivu-table-wrapper-with-border {
  border-color: #ededed;
}
.ivu-table-border:after {
  background-color: #ededed;
}
.new-product-num-notcompro {
  padding-top: 6px !important;
}

.container[data-v-e2e0096e] {
  margin-top: 10px;
}
.container .headContent[data-v-e2e0096e] {
  background: #ffffff;
}
.container .headContent .top[data-v-e2e0096e] {
  margin-bottom: 14px;
}
.container .headContent .top .flink[data-v-e2e0096e],
.container .headContent .top .clink[data-v-e2e0096e] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.container .headContent .top .clink[data-v-e2e0096e] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.container .headContent .bottom[data-v-e2e0096e] {
  font-size: 20px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.container .headContent .bottom span[data-v-e2e0096e] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.container .subTitle[data-v-e2e0096e] {
  padding: 10px 40px;
  background: #ffffff;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
.container .subContent[data-v-e2e0096e] {
  padding: 10px 40px;
  background: #ffffff;
  margin-top: 20px;
}
.container .subContent img[data-v-e2e0096e] {
  width: 100%;
}

.container[data-v-4ab8036e] {
  min-height: calc(100vh - 50px);
}
.container .headContent[data-v-4ab8036e] {
  background: #ffffff;
  padding: 20px 32px;
  margin-bottom: 15px;
}
.container .headContent .top[data-v-4ab8036e] {
  margin-bottom: 14px;
}
.container .headContent .top .flink[data-v-4ab8036e],
.container .headContent .top .clink[data-v-4ab8036e] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.container .headContent .top .clink[data-v-4ab8036e] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.container .headContent .bottom[data-v-4ab8036e] {
  font-size: 20px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.container .headContent .bottom span[data-v-4ab8036e] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}

.title[data-v-5fd42bce] {
  background: #ffffff;
  border-bottom: none;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f6f6f6;
}
.content[data-v-5fd42bce] {
  background: #fff7f7;
  border-radius: 10px;
  color: #ed3e3e;
  padding: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content .subtitle[data-v-5fd42bce] {
  font-weight: 500;
  margin-bottom: 16px;
  font-family: 'PingFangSC', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
}
.content .companyTax[data-v-5fd42bce] {
  margin: 15px 0px;
  background: #ffffff;
  padding: 20px 30px;
}
.content .companyTax[data-v-5fd42bce] .ivu-row {
  height: 50px;
}
.content .tableBox table[data-v-5fd42bce] {
  padding: 10px;
}
.content .english[data-v-5fd42bce] {
  font-weight: bold;
  font-size: 12px;
  color: #666666;
  line-height: 13px;
  height: 100%;
  position: relative;
  margin-bottom: 29px;
  padding-top: 10px;
  text-align: left;
}
.content .english .chinese[data-v-5fd42bce] {
  position: absolute;
  top: 28px;
  left: 0px;
}
.content .english .rightWord[data-v-5fd42bce] {
  font-size: 12px;
  color: #16ade9;
  line-height: 13px;
  margin-left: 15px;
}
.content .chinese[data-v-5fd42bce] {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.content .tableBox table .header[data-v-5fd42bce] {
  background: #f6f6f6;
}
.footerBtn[data-v-5fd42bce] {
  text-align: center;
}
.footerBtn p[data-v-5fd42bce] {
  font-size: 14px;
  line-height: 14px;
}

.topLeft .salefile1[data-v-71e84b4c] .ivu-form-item-content {
  position: relative;
}
.topLeft .salefile1[data-v-71e84b4c] .ivu-form-item-content .ivu-upload .ivu-upload-list {
  position: absolute;
  width: 216px;
  top: 0px;
  left: 185px;
  margin-top: 0px;
}
.topLeft .salefile1[data-v-71e84b4c] .ivu-form-item-content .ivu-upload .ivu-upload-list .ivu-upload-list-file {
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}
.modalCount[data-v-71e84b4c] {
  background-color: #fff;
}
.modalCount[data-v-71e84b4c] .ivu-spin-fix {
  position: fixed;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.7);
}
.modalCount[data-v-71e84b4c] .ivu-spin-fix .ivu-spin-text {
  display: flex;
  align-items: center;
}
.modalCount[data-v-71e84b4c] .ivu-spin-fix .ivu-spin-text i {
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
}
.modalCount[data-v-71e84b4c] .ivu-spin-fix .ivu-spin-text .loadingText {
  font-size: 16px;
}
.modalCount .demo-spin-icon-load[data-v-71e84b4c] {
  -webkit-animation: ani-demo-spin-data-v-71e84b4c 1s linear infinite;
          animation: ani-demo-spin-data-v-71e84b4c 1s linear infinite;
}
@-webkit-keyframes ani-demo-spin-data-v-71e84b4c {
from {
    transform: rotate(0deg);
}
50% {
    transform: rotate(180deg);
}
to {
    transform: rotate(360deg);
}
}
@keyframes ani-demo-spin-data-v-71e84b4c {
from {
    transform: rotate(0deg);
}
50% {
    transform: rotate(180deg);
}
to {
    transform: rotate(360deg);
}
}
.modalCount .title[data-v-71e84b4c] {
  font-size: 16px;
  font-weight: 500;
  padding: 18px 0 18px 0;
  border-bottom: 1px solid #e6e6e6;
  color: #303033;
  font-family: 'Microsoft Yahei', 'PingFangSC-Medium,PingFang SC';
}
.modalCount .step1[data-v-71e84b4c],
.modalCount .step2[data-v-71e84b4c] {
  padding-bottom: 20px;
}
.modalCount .step1[data-v-71e84b4c] {
  width: 100%;
}
.modalCount .step2 .resultBox[data-v-71e84b4c] {
  padding: 30px;
}
.modalCount .step2 .resultBox .finalTaxPayment[data-v-71e84b4c] {
  background-color: #ffffff;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.modalCount .step2 .resultBox .finalTaxPayment p[data-v-71e84b4c] {
  margin: 0px;
}
.modalCount .step2 .resultBox .finalTaxPayment .top[data-v-71e84b4c] {
  font-size: 12px;
  margin-bottom: 10px;
}
.modalCount .step2 .resultBox .finalTaxPayment .top .red[data-v-71e84b4c] {
  color: #ed3e3e;
  font-weight: bold;
}
.modalCount .step2 .resultBox .finalTaxPayment .bottom .red[data-v-71e84b4c] {
  font-size: 23px;
  color: #ed3e3e;
  font-weight: bold;
}
.modalCount .step2 .resultBox .finalTaxPayment .canDiscount[data-v-71e84b4c] {
  font-size: 12px;
  margin-top: 12px;
  color: #303033;
}
.modalCount .step2 .resultBox .finalTaxPayment .canDiscount .top[data-v-71e84b4c] {
  margin-top: 0px !important;
}
.modalCount .step2 .resultBox .finalTaxPayment .canDiscount.top[data-v-71e84b4c],
.modalCount .step2 .resultBox .finalTaxPayment .canDiscount.bottom[data-v-71e84b4c] {
  margin: 0px;
}
.modalCount .step2 .resultBox tr[data-v-71e84b4c] {
  height: 50px;
}
.modalCount .step2 .resultBox th[data-v-71e84b4c] {
  background: #eeeeee;
  border: none;
  padding-left: 20px;
  text-align: left;
}
.modalCount .step2 .resultBox th .english[data-v-71e84b4c] {
  padding-top: 10px;
  height: 70px;
  line-height: 34px;
}
.modalCount .step2 .resultBox .detail[data-v-71e84b4c] {
  background: #ffffff;
}
.modalCount .step2 .resultBox .detail td[data-v-71e84b4c] {
  padding-left: 20px;
  color: #333333;
}
.modalCount .step2 .resultBox .finalTaxPayment .english[data-v-71e84b4c] {
  padding: 0px;
}
.modalCount .step2 .resultBox .finalTaxPayment .english .chinese[data-v-71e84b4c] {
  top: 17px;
}
.modalCount .step2 .resultBox .finalTaxPayment .english .red[data-v-71e84b4c] {
  font-size: 20px;
  font-weight: bold;
  color: #ed3e3e;
  margin-left: 13px;
}
.modalCount .yellow[data-v-71e84b4c] {
  color: #fdaa15;
  font-size: 12px;
}
.modalCount .red[data-v-71e84b4c] {
  font-size: 20px;
  font-weight: bold;
  color: #ed3e3e;
  margin-left: 13px;
}
.modalCount .countryFlag[data-v-71e84b4c] {
  width: 26px;
  height: 28px;
  margin-left: 5px;
  margin-right: 3px;
}
.modalCount .companyTax[data-v-71e84b4c] {
  margin: 15px 0px;
  background: #ffffff;
  padding: 20px 30px;
}
.modalCount .companyTax[data-v-71e84b4c] .ivu-row {
  height: 50px;
}
.modalCount .english[data-v-71e84b4c] {
  font-weight: bold;
  font-size: 12px;
  color: #666666;
  line-height: 13px;
  height: 100%;
  position: relative;
  padding-top: 10px;
}
.modalCount .english .chinese[data-v-71e84b4c] {
  position: absolute;
  top: 28px;
  left: 0px;
}
.modalCount .english .rightWord[data-v-71e84b4c] {
  font-size: 12px;
  color: #16ade9;
  line-height: 13px;
  margin-left: 15px;
}
.modalCount .chinese[data-v-71e84b4c] {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.modalCount .leftBox[data-v-71e84b4c] {
  width: 100%;
  border: 1px solid #d8d8d8;
}
.modalCount .leftBox .haveCountry .taxCountryBox[data-v-71e84b4c] {
  margin-right: 8px;
}
.modalCount .leftBox .haveCountry button[data-v-71e84b4c] {
  color: #16ade9;
  border: 1px solid #e6e6e6;
}
.modalCount .topLeft[data-v-71e84b4c] {
  margin: 30px 0 20px 80px;
}
.modalCount .topLeft .VATCountry[data-v-71e84b4c] .ivu-form-item {
  position: relative;
}
.modalCount .topLeft .VATCountry span.zhuce[data-v-71e84b4c] {
  position: absolute;
  top: 15px;
  left: -111px;
  font-size: 12px;
  font-family: 'Microsoft Yahei', PingFangSC;
  color: #666666;
}
.modalCount .discountBox[data-v-71e84b4c] {
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}
.modalCount .discountBox .discountTitle[data-v-71e84b4c] {
  font-size: 16px;
  color: #303033;
  font-weight: 500;
  background: rgba(22, 173, 233, 0.2);
  height: 48px;
  line-height: 48px;
  color: #333333;
  padding: 0px 20px;
}
.modalCount .discountBox .discountTitle span[data-v-71e84b4c] {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.modalCount .discountBox .discountTitle .addBtn[data-v-71e84b4c] {
  width: 120px;
  height: 33px;
  background: #ffffff;
  border: 1px solid #16ade9;
  color: #16ade9;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  border-radius: 5px;
  margin-top: 8px;
  cursor: pointer;
}
.modalCount .discountBox .discountTitle .addBtn span[data-v-71e84b4c] {
  color: #16ade9;
  font-size: 14px;
  margin-right: 5px;
  margin-top: 1px;
}
.modalCount .discountBox .discountTitle .addBtn img[data-v-71e84b4c] {
  width: 18px;
  height: 18px;
  margin-top: 6px;
  float: left;
  margin-left: 10px;
}
.modalCount .discountBox .close[data-v-71e84b4c] {
  margin-left: 46px;
  margin-top: 7px;
  float: right;
  cursor: pointer;
  padding: 10px;
}
.modalCount .amzUpload[data-v-71e84b4c] {
  color: #16ade9;
}
.modalCount .amzUpload.btnfile[data-v-71e84b4c] {
  background: #ffffff;
  color: #16ade9;
  border: 1px solid #16ade9;
}
.modalCount .btBox[data-v-71e84b4c] {
  text-align: center;
  margin: 30px;
}
.modalCount .submitTop[data-v-71e84b4c] {
  font-size: 13px;
  line-height: 12px;
  margin-top: 3px;
}
.modalCount .submitBottom[data-v-71e84b4c] {
  font-size: 12px;
  line-height: 15px;
}
.modalCount[data-v-71e84b4c] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-weight: 700;
  color: #666;
}
.modalCount[data-v-71e84b4c] .ivu-radio-wrapper {
  color: #333333;
}
.modalCount[data-v-71e84b4c] .ivu-table th {
  background-color: rgba(22, 173, 233, 0.2) !important;
  color: #666666;
  font-weight: 400;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.modalCount[data-v-71e84b4c] .ivu-table td:last-child {
  border-right: 1px solid #e8eaec;
}
.modalCount[data-v-71e84b4c] .ivu-table-wrapper {
  overflow: initial;
}
.modalCount[data-v-71e84b4c] .ivu-modal-footer {
  text-align: center;
  margin-top: 50px;
  border-top: 1px solid #e8eaec !important;
  padding-top: 15px !important;
}
.modalCount[data-v-71e84b4c] .ivu-radio-checked span {
  background-color: #ffffff !important;
}
.modalCount[data-v-71e84b4c] .ivu-radio-checked span:after {
  background-color: #019dfa !important;
  width: 8px;
  height: 8px;
  left: 3px;
  top: 3px;
}
.modalCount[data-v-71e84b4c] .ivu-icon-ios-cloud-upload-outline:before {
  font-weight: bold;
}
.modalCount[data-v-71e84b4c] .ivu-icon-ios-calculator-outline:before {
  font-size: 16px;
}
.modalCount[data-v-71e84b4c] .ivu-form-item-content {
  position: relative;
}
.modalCount[data-v-71e84b4c] .ivu-form-item-content .ivu-upload .ivu-upload-list {
  position: absolute;
  width: 216px;
  top: 0px;
  left: 185px;
  margin-top: 0px;
}
.modalCount[data-v-71e84b4c] .ivu-form-item-content .ivu-upload .ivu-upload-list .ivu-upload-list-file {
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}
.modalCount[data-v-71e84b4c] .ivu-form-item-content .chineseTitle {
  position: absolute;
  top: 17px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.modalCount[data-v-71e84b4c] .ivu-form-item-content .lf1 {
  left: 0px;
}
.modalCount[data-v-71e84b4c] .ivu-form-item-content .lf2 {
  left: 0px;
}
.modalCount[data-v-71e84b4c] .ivu-form-item-content .lf3 {
  left: 0px;
}
.modalCount[data-v-71e84b4c] .ivu-form-item-content .lf4 {
  left: 0px;
}
.modalCount[data-v-71e84b4c] .ivu-radio-checked span {
  background-color: #ffffff !important;
}
.modalCount[data-v-71e84b4c] .ivu-radio-checked span:after {
  background-color: #019dfa !important;
  width: 8px;
  height: 8px;
  left: 3px;
  top: 3px;
}
.modalCount[data-v-71e84b4c] .ivu-checkbox-group {
  display: flex;
  margin-top: 3px;
  flex-wrap: wrap;
}
.modalCount[data-v-71e84b4c] .ivu-checkbox-wrapper {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.hasLogin[data-v-71e84b4c] {
  background: #f6f6f6;
  margin-top: 0px;
}
.hasLogin .headContent[data-v-71e84b4c] {
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 20px 32px 10px;
}
.hasLogin .headContent .top[data-v-71e84b4c] {
  margin-bottom: 14px;
}
.hasLogin .headContent .top .flink[data-v-71e84b4c],
.hasLogin .headContent .top .clink[data-v-71e84b4c] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.hasLogin .headContent .top .clink[data-v-71e84b4c] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.hasLogin .headContent .bottom[data-v-71e84b4c] {
  font-size: 20px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.hasLogin .headContent .bottom .Btitle span[data-v-71e84b4c] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.hasLogin .headContent .bottom .compangInfo[data-v-71e84b4c] {
  margin-top: 14px;
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Regular, Microsoft YaHe, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.hasLogin .headContent .bottom .compangInfo p[data-v-71e84b4c] {
  min-width: 390px;
  margin: 4px 0px;
}
.hasLogin .headContent .bottom .compangInfo .right[data-v-71e84b4c] {
  color: #333333ff;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, Microsoft YaHe, PingFang SC sans-serif;
  font-weight: 500;
}
.hasLogin .bodyContent[data-v-71e84b4c] {
  margin: 24px;
}
.hasLogin .step1[data-v-71e84b4c] {
  padding-bottom: 0px;
}
.hasLogin .step1 .btBox[data-v-71e84b4c] {
  margin: 0px;
  background: #ffffff;
  padding: 15px;
  text-align: center;
}
.hasLogin .step1 .title[data-v-71e84b4c] {
  margin-top: 15px;
  background: #ffffff;
  border-bottom: none;
  padding-left: 15px;
}
.hasLogin .step1 .title[data-v-71e84b4c]::before {
  content: '';
  border-left: 2px solid #16ade9;
  width: 2px;
  height: 9px;
  padding-left: 15px;
}
.hasLogin .step2[data-v-71e84b4c] {
  margin-top: 15px;
  background: #ffffff;
  border-bottom: none;
  padding-left: 15px;
  padding-right: 15px;
}
.hasLogin .step2 .title[data-v-71e84b4c] {
  border-bottom: none;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}
.hasLogin .subInfo[data-v-71e84b4c] {
  padding-left: 120px !important;
  position: relative;
  padding-bottom: 6px;
  background: #fff1dd;
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333ff;
  line-height: 22px;
  padding-top: 6px;
  align-items: center;
  padding-left: 20px;
  color: #333;
  font-weight: 500;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.hasLogin .subInfo .subInfo-top-label[data-v-71e84b4c] {
  position: absolute;
  top: 6px;
  left: 20px;
}
.hasLogin .subInfo p[data-v-71e84b4c] {
  padding: 4px 0 0 81px;
}
.hasLogin .leftBox[data-v-71e84b4c] {
  background: #ffffff;
  border: none;
  padding: 10px;
}
.hasLogin .topLeft[data-v-71e84b4c] {
  margin: 10px;
}
.hasLogin .topLeft[data-v-71e84b4c] .ivu-form-item {
  margin-bottom: 15px;
}
.hasLogin .step2_content .resultMoney[data-v-71e84b4c] {
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
}
.hasLogin .step2_content .resultMoney .item[data-v-71e84b4c] {
  width: 320px;
  height: 50px;
}
.hasLogin .step2_content .resultMoney span[data-v-71e84b4c] {
  font-size: 16px;
  color: #333333;
}
.hasLogin .step2_content .resultMoney .jisuan[data-v-71e84b4c] {
  margin-bottom: 28px;
}
.hasLogin .step2_content .resultMoney span.money[data-v-71e84b4c] {
  padding-left: 0px;
}
.hasLogin .step2_content .resultMoney span.red[data-v-71e84b4c] {
  font-size: 20px;
  font-weight: bold;
  color: #ed3e3e;
  margin-left: 13px;
}
.hasLogin .step2_content .resultMoney .finallyMoney[data-v-71e84b4c] {
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 33px;
}
.hasLogin .step2_content .resultMoney .finallyMoney .red[data-v-71e84b4c] {
  color: #ed3e3e;
  font-size: 22px;
  font-weight: bold;
}
.hasLogin[data-v-71e84b4c] .ivu-table-wrapper-with-border {
  border: none;
}
.hasLogin[data-v-71e84b4c] .ivu-table:before {
  height: 0px;
}
.hasLogin[data-v-71e84b4c] .ivu-table-border:after {
  width: 0px;
}
.hasLogin[data-v-71e84b4c] .ivu-table-border td,
.hasLogin .ivu-table-border th[data-v-71e84b4c] {
  border: none;
}
.hasLogin .step2 .resultBox[data-v-71e84b4c] {
  padding: 0px;
}
.hasLogin .step2 .resultBox .jisuanshuijin[data-v-71e84b4c] {
  margin-bottom: 20px;
}
.hasLogin .step2 .resultBox .jisuanshuijin span[data-v-71e84b4c] {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.hasLogin .step2 .resultBox .jiankong[data-v-71e84b4c] {
  margin-top: 10px;
  display: flex;
}
.hasLogin .step2 .resultBox .jiankong .JkTitle[data-v-71e84b4c] {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin-left: 33px;
  margin-right: 11px;
}
.hasLogin .step2 .resultBox .normal[data-v-71e84b4c] {
  cursor: pointer;
}
.hasLogin .step2 .resultBox .normal span.status[data-v-71e84b4c] {
  display: flex;
  align-items: center;
  color: #16ade9;
}
.hasLogin .step2 .resultBox .normal span.status img[data-v-71e84b4c] {
  width: 18px;
  height: 16px;
}
.hasLogin .step2 .resultBox .unnormal[data-v-71e84b4c] {
  cursor: pointer;
}
.hasLogin .step2 .resultBox .unnormal span.status[data-v-71e84b4c] {
  display: flex;
  color: #ed3e3e;
}
.hasLogin .step2 .resultBox .unnormal span.status img[data-v-71e84b4c] {
  width: 18px;
  height: 16px;
}
.hasLogin[data-v-71e84b4c] .ivu-table td {
  background: #ffffff;
  padding-left: 20px;
  padding-top: 10px;
  border: 1px solid #e8eaec;
  border-right: 0px;
  border-top: 0px;
}
.hasLogin[data-v-71e84b4c] .ivu-table th {
  background: #eeeeee;
  border: none;
  padding-left: 20px;
}
.hasLogin[data-v-71e84b4c] .ivu-input {
  height: 32px;
}
.remoteSaleHeader[data-v-71e84b4c] {
  text-align: center;
  font-size: 26px;
  color: #333333;
  padding: 10px;
  height: 60px;
  line-height: 30px;
}
.remoteSale[data-v-71e84b4c] .ivu-table-header {
  background: #ffffff !important;
}
.remoteSale[data-v-71e84b4c] .ivu-modal-content {
  border-radius: 10px !important;
}
.yuanchengxiaoshou[data-v-71e84b4c] .ivu-table td,
.yuanchengxiaoshou .ivu-table th[data-v-71e84b4c] {
  border-right: 1px solid #e8eaec;
}
.yuanchengxiaoshou[data-v-71e84b4c] .ivu-table-footer {
  height: 100px;
}
.yuanchengxiaoshou[data-v-71e84b4c] .ivu-table-title {
  height: 60px !important;
}
.yuanchengxiaoshou .remoteSaleFooter[data-v-71e84b4c] {
  line-height: 22px;
  padding: 20px;
}
.yuanchengxiaoshou .red[data-v-71e84b4c] {
  color: #ed3e3e;
}
.promptBg[data-v-71e84b4c] {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #fff1dd;
  font-size: 12px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666ff;
  line-height: 17px;
  margin-bottom: 24px;
}
.promptBg span[data-v-71e84b4c] {
  color: #333333;
}
.otherPlatformBox[data-v-71e84b4c] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 8px;
}
.otherPlatformBox img[data-v-71e84b4c] {
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.otherPlatformBox .num[data-v-71e84b4c] {
  font-size: 16px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fa5555;
  line-height: 16px;
  margin-bottom: 7px;
}
.otherPlatformBox .link[data-v-71e84b4c] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3e9dff;
  line-height: 12px;
  cursor: pointer;
  margin-top: 3px;
}

.container[data-v-7e32f61a] {
  margin: 24px;
  background-color: #fff;
  padding: 20px;
  font-family: 'Microsoft Yahei', Source Han Sans SC;
  color: #333;
}
.container .title[data-v-7e32f61a] {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}
.container .title .line[data-v-7e32f61a] {
  width: 2px;
  height: 14px;
  color: #16ade9;
  margin-right: 10px;
}
.container .top-tips[data-v-7e32f61a] {
  padding: 12px;
  font-size: 14px;
  color: #fbb73c;
  background-color: #fff7ea;
  margin-top: 15px;
}
.container .remark[data-v-7e32f61a] {
  margin: 30px 0 20px 12px;
  color: #ed3e3e;
  font-size: 18px;
}
.container .files-example[data-v-7e32f61a] {
  margin-left: 12px;
  padding: 30px 18px;
  background-color: #f0fbff;
  font-size: 18px;
  font-weight: 500;
}
.container .files-example p[data-v-7e32f61a] {
  line-height: 18px;
  font-size: 16px;
}
.container .files-example p span[data-v-7e32f61a] {
  cursor: pointer;
}
.container .files-example p[data-v-7e32f61a] :nth-child(2) {
  color: #16ade9;
}
.container .add-title[data-v-7e32f61a] {
  margin: 30px 0 20px 12px;
  font-size: 16px;
}
.container .address-box[data-v-7e32f61a] {
  margin-left: 12px;
  margin-bottom: 30px;
  padding: 24px 0 24px 18px;
  background-color: #f0fbff;
}
.container .address-box .info[data-v-7e32f61a] {
  line-height: 26px;
  font-size: 16px;
  color: #666666;
}
.container .address-box .info .info-title[data-v-7e32f61a] {
  width: 80px;
  text-align: right;
  display: inline-block;
}
.container .address-box .info .info-content[data-v-7e32f61a] {
  color: #333333;
}
.container .address-box .info-remark[data-v-7e32f61a] {
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
}
.container .header[data-v-7e32f61a] {
  text-align: center;
  margin-bottom: 70px;
}

.detail[data-v-90e70a12] {
  margin-top: -30px;
}
.detail .back[data-v-90e70a12] {
  margin: 20px 0px;
  display: block;
  cursor: pointer;
  font-size: 14px;
}
.detail .back img[data-v-90e70a12] {
  float: left;
  margin-top: 4px;
}
.detail .title[data-v-90e70a12] {
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  background: rgba(22, 173, 233, 0.2);
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 20px;
}
.detail .title span[data-v-90e70a12] {
  font-size: 14px;
  font-weight: 400;
}
.detail .content[data-v-90e70a12] {
  padding: 20px 20px 0px;
}

.container .headContent[data-v-dd33f7c4] {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 20px 0 0;
}
.container .headContent .tabTitle[data-v-dd33f7c4] {
  margin-top: 10px;
  margin-left: 25px;
}
.container .headContent .tabTitle span[data-v-dd33f7c4] {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Microsoft Yahei', PingFangSC;
  color: #333333;
  line-height: 40px;
  margin-right: 46px;
  cursor: pointer;
}
.container .headContent .tabTitle .active-tab[data-v-dd33f7c4] {
  color: #0041DC;
  border-bottom: 2px solid #0041DC;
  font-weight: 500;
}
.container .headContent .back[data-v-dd33f7c4] {
  margin-left: 25px;
  margin-bottom: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.container .headContent .top[data-v-dd33f7c4] {
  margin-bottom: 14px;
}
.container .headContent .bottom[data-v-dd33f7c4] {
  margin-left: 25px;
  font-size: 20px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.container .headContent .bottom span[data-v-dd33f7c4] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 30px;
}
.container .mainPage[data-v-dd33f7c4] {
  background: #ffffff;
  padding: 30px;
  margin-top: 15px;
}
.container .mainPage[data-v-dd33f7c4] .ivu-divider-horizontal {
  margin: 0;
}
.container .mainPage .tableArea[data-v-dd33f7c4] {
  margin-top: 24px;
}
.container .mainPage .tableArea[data-v-dd33f7c4] .ivu-table {
  font-size: 12px;
}
.container .title[data-v-dd33f7c4] {
  font-size: 18px;
  font-weight: bold;
}
.money .statistical[data-v-dd33f7c4] {
  font-size: 14px;
  padding-bottom: 10px;
}
.cursor[data-v-dd33f7c4] {
  cursor: pointer;
}
.detail[data-v-dd33f7c4] {
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  cursor: pointer;
}
.title-box[data-v-dd33f7c4] {
  color: #999;
}
.unread[data-v-dd33f7c4] {
  font-weight: 400;
  color: #0041DC;
  cursor: pointer;
}
[data-v-dd33f7c4] .ivu-table-header thead tr th {
  background: #f6fdff;
  font-size: 12px;
  height: 44px;
  font-family: 'Microsoft Yahei', SourceHanSansSC-Regular, SourceHanSansSC;
  font-weight: 400;
  color: #666666;
  line-height: 12px;
}
[data-v-dd33f7c4] .ivu-table-border td {
  text-align: center;
  font-size: 12px;
  height: 44px;
  font-family: 'Microsoft Yahei', SourceHanSansSC-Regular, SourceHanSansSC;
  font-weight: 400;
  color: #666666;
  line-height: 12px;
}
.modalHeader[data-v-dd33f7c4] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.modalHeader .headerLine[data-v-dd33f7c4] {
  display: inline-block;
  width: 3px;
  height: 17px;
  background: #18bdff;
  border-radius: 2px;
  margin-right: 10px;
}
.renew-immediately[data-v-dd33f7c4] {
  margin-top: 30px;
}

.main-wrapper[data-v-0a8281bc] {
  min-height: calc(100vh - 60px);
  background-color: #fff;
  text-align: center;
}
.main-wrapper .content-wrapper[data-v-0a8281bc] {
  padding-top: 110px;
}
.main-wrapper .content-wrapper .icon[data-v-0a8281bc] {
  width: 170px;
  height: 140px;
  margin-bottom: 24px;
}
.main-wrapper .content-wrapper .title[data-v-0a8281bc] {
  font-size: 24px;
  color: #262626;
  margin-bottom: 8px;
  font-weight: bold;
}
.main-wrapper .content-wrapper .tip[data-v-0a8281bc] {
  font-size: 16px;
  color: #666;
  margin-bottom: 56px;
}
.main-wrapper .content-wrapper .declare-info[data-v-0a8281bc] {
  display: inline-block;
  width: 704px;
  margin-bottom: 56px;
}
.main-wrapper .content-wrapper .declare-info .tip2[data-v-0a8281bc] {
  margin-top: 10px;
  font-size: 16px;
  text-align: left;
}
.main-wrapper .content-wrapper .btn[data-v-0a8281bc] {
  width: 130px;
}
.main-wrapper .content-wrapper .btn[data-v-0a8281bc]:not(:last-child) {
  margin-right: 10px;
}


[data-v-b8f65e38] .ivu-table-cell {
  white-space: normal !important;
}
.deletBtn[data-v-b8f65e38] {
  padding: 0;
}
.closeImg[data-v-b8f65e38] {
  width: 11px;
  height: 11px;
}
.go-back[data-v-b8f65e38] {
  margin-bottom: 24px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
a[data-v-b8f65e38] {
  color: #16ade9;
  font-size: 14px;
}
.red[data-v-b8f65e38] {
  color: #ed3e3e;
}
.black[data-v-b8f65e38] {
  color: #333;
}
.container[data-v-b8f65e38] {
  margin: 24px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 24px;
}
.container .tax-title[data-v-b8f65e38] {
  margin: 0 0 24px 0;
  padding: 11px 24px;
  background-color: rgba(22, 173, 233, 0.2);
  font-size: 18px;
  font-family: 'Microsoft Yahei', 'PingFangSC-Medium,PingFang SC';
  font-weight: 500;
  color: #333333;
}
.container .last-year-box[data-v-b8f65e38] {
  background: rgba(22, 173, 233, 0.06);
  padding: 14px 32px;
  color: #333333;
  font-size: 16px;
  line-height: 28px;
}
.container .last-year-box .search-box[data-v-b8f65e38] {
  color: #16ade9;
  cursor: pointer;
}
.container .last-year-box .search-box img[data-v-b8f65e38] {
  width: 16px;
  vertical-align: text-top;
}
.taxBox[data-v-b8f65e38] {
  font-size: 12px;
}
.taxBox .page-title[data-v-b8f65e38] {
  font-size: 24px;
  font-family: 'Microsoft Yahei', 'PingFangSC-Semibold,PingFang SC';
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}
.tax-info-name[data-v-b8f65e38] {
  display: inline-block;
  min-width: 118px;
  font-size: 16px;
  font-family: 'Microsoft Yahei', PingFangSC;
  color: #666666;
  line-height: 16px;
  text-align: right;
  margin-right: 16px;
}
.tax-info-value[data-v-b8f65e38] {
  font-size: 16px;
  font-family: 'Microsoft Yahei', 'PingFangSC-Medium,PingFang SC';
  font-weight: 500;
  color: #333333;
  line-height: 18px;
}
.tax-info-value a[data-v-b8f65e38] {
  color: #16ade9;
}
.tax-info-value img[data-v-b8f65e38] {
  vertical-align: middle;
  margin-right: 5px;
  width: 18px;
}
.data-title[data-v-b8f65e38] {
  font-size: 16px;
  font-family: 'Microsoft Yahei', 'PingFangSC-Medium', 'PingFang SC';
  font-weight: 500;
  color: #333333;
  line-height: 16px;
  margin: 16px 0 10px 32px;
}
.data-title[data-v-b8f65e38]::before {
  content: '*';
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: 'Microsoft Yahei', 'SimSun';
  font-size: 14px;
  color: #ed4014;
}
.collect-box[data-v-b8f65e38] {
  padding: 16px 20px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  border: 1px solid rgba(153, 153, 153, 0.19);
  border-top: none;
}
.collect-box .right[data-v-b8f65e38] {
  float: left;
  width: 100%;
  margin-left: 120px;
  margin-top: -22px;
}
.button-box[data-v-b8f65e38] {
  margin-top: 32px;
  text-align: center;
}
.button-box .save-btn[data-v-b8f65e38] {
  margin-left: 10px;
  color: #16ade9;
  border-radius: 3px;
  border: 1px solid #16ade9;
}
.discount-footer[data-v-b8f65e38] {
  text-align: center;
  padding-bottom: 28px;
}
.discount-footer button[data-v-b8f65e38] {
  width: 308px;
}
.submit-box .tax-info-name[data-v-b8f65e38] {
  min-width: 66px;
  margin-right: 16px;
}
.submit-box[data-v-b8f65e38] .ivu-divider-horizontal {
  margin: 0;
}
.submit-box[data-v-b8f65e38] .submitModal-footer-line {
  margin: 24px 0 32px 0;
}
.submit-tip-box .content[data-v-b8f65e38] {
  background: #f4f4f4;
  border-radius: 10px;
  color: #ed3e3e;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.submit-tip-box .content .companyTax[data-v-b8f65e38] {
  margin: 15px 0px;
  background: #ffffff;
  padding: 20px 30px;
}
.submit-tip-box .content .companyTax[data-v-b8f65e38] .ivu-row {
  height: 50px;
}
.submit-tip-box .content .tableBox table[data-v-b8f65e38] {
  padding: 10px;
}
.submit-tip-box .content .english[data-v-b8f65e38] {
  font-weight: bold;
  font-size: 12px;
  color: #666666;
  line-height: 13px;
  height: 100%;
  position: relative;
  margin-bottom: 29px;
  padding-top: 10px;
  text-align: left;
}
.submit-tip-box .content .english .chinese[data-v-b8f65e38] {
  position: absolute;
  top: 28px;
  left: 0px;
}
.submit-tip-box .content .english .rightWord[data-v-b8f65e38] {
  font-size: 12px;
  color: #16ade9;
  line-height: 13px;
  margin-left: 15px;
}
.submit-tip-box .content .chinese[data-v-b8f65e38] {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.submit-tip-box .content .tableBox table .header[data-v-b8f65e38] {
  background: #f6f6f6;
}
.submit-tip-box .reportData-box .title[data-v-b8f65e38] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFangSC-Medium,PingFang SC';
  font-weight: 500;
  color: #333333;
}
.submit-tip-box .reportData-box .sureData-box[data-v-b8f65e38] {
  border: 1px solid #ebebeb;
  width: 474px;
  margin-left: 55px;
}
.submit-tip-box .reportData-box .sureData-box .row span[data-v-b8f65e38] {
  display: inline-block;
  padding: 12px 15px;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFangSC-Medium,PingFang SC';
  font-weight: 500;
  color: #333333;
  width: 266px;
}
.submit-tip-box .reportData-box .sureData-box .row[data-v-b8f65e38] :nth-child(1) {
  background-color: #d0effb;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.submit-tip-box .reportData-box .sureData-box .row[data-v-b8f65e38] :nth-child(2) {
  border-bottom: 1px solid #ebebeb;
  width: 200px;
}
[data-v-b8f65e38] .ivu-modal-header-inner {
  color: #303033 !important;
}
[data-v-b8f65e38] .ivu-table th {
  background-color: #f2f2f2;
  font-weight: 400;
  font-family: 'MicrosoftYaHei';
}
[data-v-b8f65e38] .ivu-table {
  font-size: 12px;
  color: #626266;
}
[data-v-b8f65e38] .ivu-modal {
  width: 750px;
}
[data-v-b8f65e38] .ivu-col-span-12 {
  line-height: 26px;
}
[data-v-b8f65e38] .ivu-table th {
  background-color: #d1effb;
}
[data-v-b8f65e38] .ivu-table th {
  border-bottom: none;
}
[data-v-b8f65e38] .submitModal-footer-line {
  margin: 40px 0;
}
[data-v-b8f65e38] .ivu-row {
  margin-bottom: 14px;
}
[data-v-b8f65e38] .checkTax {
  vertical-align: middle;
  color: #16ade9;
  font-size: 14px;
  cursor: pointer;
}
[data-v-b8f65e38] .checkTax img {
  vertical-align: middle;
}
.modal-title[data-v-b8f65e38] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 14px;
  margin-bottom: 24px;
}
.detailModal-footer-line[data-v-b8f65e38] {
  margin-top: 10px;
}
.upload-box[data-v-b8f65e38] {
  color: #16ade9;
}
.upload-box button[data-v-b8f65e38] {
  border-color: #16ade9;
  color: #16ade9;
}
.upload-box button i[data-v-b8f65e38] {
  color: #16ade9;
}
[data-v-b8f65e38] .ivu-table-wrapper {
  overflow: inherit;
}
.back[data-v-b8f65e38] {
  padding: 10px 5px;
  background-color: #e8eaec;
  margin-bottom: 5px;
  cursor: pointer;
}
.back .backBtn[data-v-b8f65e38] {
  width: 200px;
  cursor: pointer;
}
[data-v-b8f65e38] .ivu-modal {
  max-height: 600px;
  overflow: auto;
}
.link-box[data-v-b8f65e38] {
  color: #16ade9;
}
.link-box a[data-v-b8f65e38] {
  color: #16ade9;
}
.explamModal-footer[data-v-b8f65e38] {
  text-align: center;
  margin: 30px;
}
.tooltip .tips-icon[data-v-b8f65e38] {
  width: 16px;
  height: 16px;
  background: #f79728;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  line-height: 16px;
}
.bold[data-v-b8f65e38] {
  font-weight: bold;
}
.tip-content > p[data-v-b8f65e38] {
  text-indent: 2em;
}
.danger-tip[data-v-b8f65e38] {
  color: red;
}
.tips[data-v-b8f65e38] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #fff5eb;
  border-radius: 2px;
  margin-bottom: 15px;
  padding: 0 10px;
}

.tabBoxContainer[data-v-2344eb6d] {
  margin: 20px;
}
.tabBoxContainer .process[data-v-2344eb6d] {
  background: #ffffff;
  border-radius: 4px;
  padding: 20px;
  margin-top: 24px;
}
.tabBoxContainer .process .title[data-v-2344eb6d] {
  font-size: 18px;
  font-family: "Microsoft Yahei", "PingFang SC", sans-serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 25px;
}
.tabBoxContainer .process .content .statusItem[data-v-2344eb6d] {
  display: flex;
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}
.tabBoxContainer .process .content .statusItem .item[data-v-2344eb6d] {
  width: 100%;
  display: flex;
  align-items: center;
}
.tabBoxContainer .process .content .statusItem .item .itemLeft[data-v-2344eb6d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 100px;
}
@media screen and (max-width: 1440px) {
.tabBoxContainer .process .content .statusItem .item .itemLeft[data-v-2344eb6d] {
    min-width: 80px;
}
}
.tabBoxContainer .process .content .statusItem .item .itemLeft .top[data-v-2344eb6d] {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
  color: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(0, 0, 0, 0.45);
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabBoxContainer .process .content .statusItem .item .itemLeft .bottom[data-v-2344eb6d] {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.tabBoxContainer .process .content .statusItem .item .itemLeft .time[data-v-2344eb6d] {
  color: red;
  margin-top: 5px;
}
.tabBoxContainer .process .content .statusItem .item .itemRight[data-v-2344eb6d] {
  position: relative;
  width: 100%;
}
.tabBoxContainer .process .content .statusItem .item .itemRight .itemLine[data-v-2344eb6d] {
  width: 100%;
  padding: 0 10px;
  position: absolute;
  left: 0px;
  top: -15px;
}
.tabBoxContainer .process .content .statusItem .item .itemRight .itemLine > i[data-v-2344eb6d] {
  display: inline-block;
  width: 100%;
  height: 1px;
  vertical-align: top;
  background: #e8eaec;
  border-radius: 1px;
  position: relative;
}
.tabBoxContainer .process .content .statusItem .item .itemRight .operateTime[data-v-2344eb6d] {
  font-size: 12px;
  color: #666666;
  line-height: 17px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: -5px;
}
.tabBoxContainer .process .content .statusItem .item .itemRight .rejectedOperateTime[data-v-2344eb6d] {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 17px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: -37px;
}
.tabBoxContainer .process .content .statusItem .item[data-v-2344eb6d]:last-child {
  margin-right: -20%;
}
.tabBoxContainer .process .content .statusItem .active .itemLeft .top[data-v-2344eb6d],
.tabBoxContainer .process .content .rejected .itemLeft .top[data-v-2344eb6d] {
  background: #1890ffff;
  color: #ffffff;
  border: none;
  line-height: 30px;
}
.tabBoxContainer .process .content .statusItem .active .itemRight .itemLine i[data-v-2344eb6d],
.tabBoxContainer .process .content .rejected .itemRight .itemLine i[data-v-2344eb6d] {
  background: #1890ffff;
}
.tabBoxContainer .process .content .statusItem .rejected .itemRight .itemLine i[data-v-2344eb6d] {
  background: #ff8900ff;
}
.tabBoxContainer .process .content .rejectedLine .itemLeft .top[data-v-2344eb6d] {
  background: #1890ffff;
  color: #ffffff;
  border: none;
  line-height: 30px;
}
.tabBoxContainer .process .content .rejectedLine .itemRight .itemLine i[data-v-2344eb6d] {
  background: #e8eaec;
}
.tabBoxContainer .process .content .info[data-v-2344eb6d] {
  margin: 20px 0px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 14px;
}
.tabBoxContainer .process .content .info .left[data-v-2344eb6d] {
  display: flex;
  font-weight: 500;
  color: #16ade9;
  line-height: 20px;
  margin-right: 10px;
}
.tabBoxContainer .process .content .info .left img[data-v-2344eb6d] {
  margin-right: 5px;
}
.tabBoxContainer .process .content .info .timeout[data-v-2344eb6d] {
  color: #ed3e3eff;
}
.tabBoxContainer .process .content .info .right span[data-v-2344eb6d] {
  color: #16ade9ff;
}
.tabBoxContainer .process .content .start[data-v-2344eb6d] {
  text-align: center;
  font-size: 12px;
  color: #666666;
  line-height: 17px;
}

.loadingText[data-v-4e911222] {
  font-size: 16px;
}
.container[data-v-4e911222] {
  height: calc(100vh - 60px);
}
.topTaxBoxContainer[data-v-4e911222] {
  background: #ffffff;
  padding: 31px 31px 16px 31px;
}
.topTaxBoxContainer .title[data-v-4e911222] {
  font-size: 24px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}
.topTaxBoxContainer .country[data-v-4e911222] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.content[data-v-4e911222] {
  margin: 23px;
  background: #ffffff;
  padding: 24px 32px;
}
.content .subInfo[data-v-4e911222] {
  height: 40px;
  background: #fff1dd;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  color: #333333ff;
  line-height: 14px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-weight: 500;
}
.content .title[data-v-4e911222] {
  font-size: 18px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
}
.flex-direction[data-v-4e911222] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
[data-v-4e911222] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
[data-v-4e911222] .ivu-form .ivu-form-item-content {
  width: 90%;
}
.requiredItem[data-v-4e911222] .ivu-form-item-label::before {
  content: '*';
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-size: 12px;
  color: #ed4014;
}
[data-v-4e911222] .ivu-upload {
  width: 100%;
  cursor: pointer;
}
[data-v-4e911222] .ivu-upload .inner {
  width: 100%;
  height: 32px;
  background: #16ade9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-4e911222] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
[data-v-4e911222] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.out-img-box .img-box[data-v-4e911222] {
  position: relative;
  text-align: center;
}
.out-img-box .img-box .show-pdf[data-v-4e911222] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-4e911222] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-4e911222] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-4e911222] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-4e911222] {
  color: #16ade9;
}
.upload-tip img[data-v-4e911222] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-4e911222] {
  margin: 20px 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-4e911222] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-4e911222] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}


[data-v-64913cf6] .ivu-row {
  width: 100%;
  margin-left: 0px;
}
.flex-direction[data-v-64913cf6] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.stepH .tips-icon[data-v-64913cf6] {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  color: #ed3e3e;
  cursor: pointer;
}
.stepH .tips-icon img[data-v-64913cf6] {
  width: 100%;
  margin-top: 7px;
}
.container .stepAE[data-v-64913cf6] {
  width: 100% !important;
  padding: 0px;
}
.container .stepAE[data-v-64913cf6] .ivu-radio-group {
  margin-top: 4px;
}
.container .stepAE[data-v-64913cf6] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.container .stepAE[data-v-64913cf6] .ivu-form .ivu-form-item-content {
  width: 90%;
}
.container .stepAE[data-v-64913cf6] .ivu-input-wrapper {
  width: 100%;
}
.container .stepAE[data-v-64913cf6] .ivu-select {
  width: 100%;
}
.container .stepAE[data-v-64913cf6] .ivu-tooltip-popper {
  width: 200px;
}
.container .stepAE[data-v-64913cf6] .ivu-date-picker {
  width: 100%;
}
.container .stepAE[data-v-64913cf6] .ivu-form-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.container .stepAE[data-v-64913cf6] textarea.ivu-input {
  margin-left: 0px;
}
.container .stepAE .title[data-v-64913cf6] {
  width: 100%;
  height: 40px;
  background: #d6e8fd;
  padding-left: 32px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.container .stepAE .line[data-v-64913cf6] {
  background: #f6f5f8;
  height: 24px;
  width: 100%;
}
.container .stepAE .item-content[data-v-64913cf6] {
  width: 100%;
  background: #ffffff;
  padding: 24px 32px;
}
.container .stepAE .companyShare[data-v-64913cf6] .ivu-form-item-content {
  width: 100%;
}
.container .stepAE .companyShare[data-v-64913cf6] .ivu-form-item-content .sharesContainer {
  display: flex;
  flex-wrap: wrap;
}
.container .stepAE .companyShare[data-v-64913cf6] .ivu-form-item-content .shares-box {
  width: calc(33.3% - 20px);
  padding: 24px;
  background: #f4f7fc;
  margin-right: 20px;
}
.container .stepAE .companyShare[data-v-64913cf6] .ivu-form-item-content .shares-tips {
  font-size: 14px;
  color: #ed3e3e;
  padding-left: 20px;
  margin: 10px 0px;
}
.container .stepAE .companyShare[data-v-64913cf6] .ivu-form-item-content .shares-box:nth-child(n + 4) {
  margin-top: 20px;
}
.container .stepAE[data-v-64913cf6] .ivu-upload {
  width: 100%;
  cursor: pointer;
}
.container .stepAE[data-v-64913cf6] .ivu-upload .inner {
  width: 100%;
  height: 32px;
  background: #16ade9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .stepAE[data-v-64913cf6] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
.container .stepAE[data-v-64913cf6] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.container .stepAE .notChange .inner[data-v-64913cf6] {
  background: #9999991f;
}
.container .stepAE .notChange .inner .uplad-word[data-v-64913cf6] {
  color: #666666;
}
.container .stepAE .notChange .inner img[data-v-64913cf6] {
  display: none;
}
.container .stepAE .out-img-box .img-box[data-v-64913cf6] {
  position: relative;
  text-align: center;
}
.container .stepAE .out-img-box .img-box .show-pdf[data-v-64913cf6] {
  color: #16ade9;
}
.container .stepAE .out-img-box .img-box button[data-v-64913cf6] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.container .stepAE .out-img-box .img-box button img.closeImg[data-v-64913cf6] {
  width: 13px;
  height: 13px;
}
.container .stepAE .upload-tip[data-v-64913cf6] {
  font-size: 12px;
  color: #cccccc;
  vertical-align: bottom;
}
.container .stepAE .upload-tip a[data-v-64913cf6] {
  color: #16ade9;
}
.container .stepAE .upload-tip img[data-v-64913cf6] {
  width: 14px;
  height: 14px;
  margin-top: 9px;
  float: left;
}
.requiredItem[data-v-64913cf6] .ivu-form-item-label::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed4014;
}


[data-v-4f4c0f5e] .ivu-row {
  width: 100%;
  margin-left: 0px;
}
.flex-direction[data-v-4f4c0f5e] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.stepH .tips-icon[data-v-4f4c0f5e] {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  color: #ed3e3e;
  cursor: pointer;
}
.stepH .tips-icon img[data-v-4f4c0f5e] {
  width: 100%;
  margin-top: 7px;
}
.container .stepAE[data-v-4f4c0f5e] {
  width: 100% !important;
  padding: 0px;
}
.container .stepAE[data-v-4f4c0f5e] .ivu-radio-group {
  margin-top: 4px;
}
.container .stepAE[data-v-4f4c0f5e] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.container .stepAE[data-v-4f4c0f5e] .ivu-form .ivu-form-item-content {
  width: 90%;
}
.container .stepAE[data-v-4f4c0f5e] .ivu-input-wrapper {
  width: 100%;
}
.container .stepAE[data-v-4f4c0f5e] .ivu-select {
  width: 100%;
}
.container .stepAE[data-v-4f4c0f5e] .ivu-tooltip-popper {
  width: 200px;
}
.container .stepAE[data-v-4f4c0f5e] .ivu-date-picker {
  width: 100%;
}
.container .stepAE[data-v-4f4c0f5e] .ivu-form-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.container .stepAE[data-v-4f4c0f5e] textarea.ivu-input {
  margin-left: 0px;
}
.container .stepAE .title[data-v-4f4c0f5e] {
  width: 100%;
  height: 40px;
  background: #d6e8fd;
  padding-left: 32px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.container .stepAE .line[data-v-4f4c0f5e] {
  background: #f6f5f8;
  height: 24px;
  width: 100%;
}
.container .stepAE .item-content[data-v-4f4c0f5e] {
  width: 100%;
  background: #ffffff;
  padding: 24px 32px;
}
.container .stepAE[data-v-4f4c0f5e] .ivu-upload {
  width: 100%;
  cursor: pointer;
}
.container .stepAE[data-v-4f4c0f5e] .ivu-upload .inner {
  width: 100%;
  height: 32px;
  background: #16ade9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .stepAE[data-v-4f4c0f5e] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
.container .stepAE[data-v-4f4c0f5e] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.container .stepAE .notChange .inner[data-v-4f4c0f5e] {
  background: #9999991f;
}
.container .stepAE .notChange .inner .uplad-word[data-v-4f4c0f5e] {
  color: #666666;
}
.container .stepAE .notChange .inner img[data-v-4f4c0f5e] {
  display: none;
}
.container .stepAE .out-img-box .img-box[data-v-4f4c0f5e] {
  position: relative;
  text-align: center;
}
.container .stepAE .out-img-box .img-box .show-pdf[data-v-4f4c0f5e] {
  color: #16ade9;
}
.container .stepAE .out-img-box .img-box button[data-v-4f4c0f5e] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.container .stepAE .out-img-box .img-box button img.closeImg[data-v-4f4c0f5e] {
  width: 13px;
  height: 13px;
}
.container .stepAE .upload-tip[data-v-4f4c0f5e] {
  font-size: 12px;
  color: #cccccc;
  vertical-align: bottom;
}
.container .stepAE .upload-tip a[data-v-4f4c0f5e] {
  color: #16ade9;
}
.container .stepAE .upload-tip img[data-v-4f4c0f5e] {
  width: 14px;
  height: 14px;
  margin-top: 9px;
  float: left;
}
.requiredItem[data-v-4f4c0f5e] .ivu-form-item-label::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed4014;
}


[data-v-60ac9a87] .ivu-row {
  width: 100%;
  margin-left: 0px;
}
.flex-direction[data-v-60ac9a87] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.stepH .tips-icon[data-v-60ac9a87] {
  width: 17px;
  height: 17px;
  border: 1px solid #ed3e3e;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  color: #ed3e3e;
  cursor: pointer;
}
.container .stepAE[data-v-60ac9a87] {
  width: 100% !important;
  padding: 0px;
}
.container .stepAE[data-v-60ac9a87] .ivu-radio-group {
  margin-top: 4px;
}
.container .stepAE[data-v-60ac9a87] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  min-width: 103px;
}
.container .stepAE[data-v-60ac9a87] .ivu-form .ivu-form-item-content {
  width: 90%;
}
.container .stepAE[data-v-60ac9a87] .ivu-input-wrapper {
  width: 100%;
}
.container .stepAE[data-v-60ac9a87] .ivu-select {
  width: 100%;
}
.container .stepAE[data-v-60ac9a87] .ivu-tooltip-popper {
  width: 200px;
}
.container .stepAE[data-v-60ac9a87] .ivu-date-picker {
  width: 100%;
}
.container .stepAE[data-v-60ac9a87] .ivu-form-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.container .stepAE[data-v-60ac9a87] textarea.ivu-input {
  margin-left: 0px;
}
.container .stepAE[data-v-60ac9a87] .ivu-form-item.direction-row {
  flex-direction: inherit;
}
.container .stepAE .title[data-v-60ac9a87] {
  width: 100%;
  height: 40px;
  background: #d6e8fd;
  padding-left: 32px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.container .stepAE .line[data-v-60ac9a87] {
  background: #f6f5f8;
  height: 24px;
  width: 100%;
}
.container .stepAE .item-content[data-v-60ac9a87] {
  width: 100%;
  background: #ffffff;
  padding: 24px 32px;
}
.container .stepAE[data-v-60ac9a87] .ivu-upload {
  width: 100%;
  cursor: pointer;
}
.container .stepAE[data-v-60ac9a87] .ivu-upload .inner {
  width: 100%;
  height: 32px;
  background: #16ade9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .stepAE[data-v-60ac9a87] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
.container .stepAE[data-v-60ac9a87] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.container .stepAE .notChange .inner[data-v-60ac9a87] {
  background: #9999991f;
}
.container .stepAE .notChange .inner .uplad-word[data-v-60ac9a87] {
  color: #666666;
}
.container .stepAE .notChange .inner img[data-v-60ac9a87] {
  display: none;
}
.container .stepAE .out-img-box .img-box[data-v-60ac9a87] {
  position: relative;
  text-align: center;
}
.container .stepAE .out-img-box .img-box .show-pdf[data-v-60ac9a87] {
  color: #16ade9;
}
.container .stepAE .out-img-box .img-box button[data-v-60ac9a87] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.container .stepAE .out-img-box .img-box button img.closeImg[data-v-60ac9a87] {
  width: 13px;
  height: 13px;
}
.container .stepAE .upload-tip[data-v-60ac9a87] {
  font-size: 12px;
  color: #cccccc;
  vertical-align: bottom;
}
.container .stepAE .upload-tip a[data-v-60ac9a87] {
  color: #16ade9;
}
.container .stepAE .upload-tip img[data-v-60ac9a87] {
  width: 14px;
  height: 14px;
  margin-top: 9px;
  float: left;
}
.requiredItem[data-v-60ac9a87] .ivu-form-item-label::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed4014;
}
.legalPersonSignature .titleSign[data-v-60ac9a87] {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  min-width: 130px;
  padding: 10px 12px 10px 0;
}
.legalPersonSignature .signature[data-v-60ac9a87] {
  background: #f2f2f2;
  width: 172px;
  height: 115px;
  margin-left: 8px;
  position: relative;
}
.legalPersonSignature .signature img[data-v-60ac9a87] {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.legalPersonSignature .signature img.refresh[data-v-60ac9a87] {
  width: 30px;
  height: 30px;
  margin: 10px;
  position: absolute;
  right: 0px;
  cursor: pointer;
}
.legalPersonSignature .signature button[data-v-60ac9a87] {
  position: absolute;
  top: 0px;
  left: 42px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
#qrcode[data-v-60ac9a87] {
  display: inline-block;
  width: 115px;
  height: 115px;
  position: relative;
}
#qrcode img[data-v-60ac9a87] {
  width: 100% !important;
  background-color: #fff;
  padding: 6px;
}
#qrcode p[data-v-60ac9a87] {
  position: absolute;
  bottom: -24px;
  width: 200px;
  font-size: 14px;
  color: #626466;
}


[data-v-10e797e7] .ivu-form-item-error-tip {
  width: 312px;
}
.top-lable[data-v-10e797e7] {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  padding: 10px 12px 10px 0;
}
[data-v-10e797e7] .ivu-row {
  width: 100%;
  margin-left: 0px;
}
.flex-direction[data-v-10e797e7] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.stepH .tips-icon[data-v-10e797e7] {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  color: #ed3e3e;
  cursor: pointer;
}
.stepH .tips-icon img[data-v-10e797e7] {
  width: 100%;
  margin-top: 7px;
}
.container .stepAE[data-v-10e797e7] {
  width: 100% !important;
  padding: 0px;
}
.container .stepAE[data-v-10e797e7] .ivu-radio-group {
  margin-top: 4px;
}
.container .stepAE[data-v-10e797e7] .ivu-form .ivu-form-item {
  margin-bottom: 15px;
}
.container .stepAE[data-v-10e797e7] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.container .stepAE[data-v-10e797e7] .ivu-form .ivu-form-item-content {
  width: 90%;
}
.container .stepAE[data-v-10e797e7] .ivu-input-wrapper {
  width: 100%;
}
.container .stepAE[data-v-10e797e7] .ivu-select {
  width: 100%;
}
.container .stepAE[data-v-10e797e7] .ivu-tooltip-popper {
  width: 200px;
}
.container .stepAE[data-v-10e797e7] .ivu-date-picker {
  width: 100%;
}
.container .stepAE[data-v-10e797e7] textarea.ivu-input {
  margin-left: 0px;
}
.container .stepAE .title[data-v-10e797e7] {
  width: 100%;
  height: 40px;
  background: #d6e8fd;
  padding-left: 32px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.container .stepAE .line[data-v-10e797e7] {
  background: #f6f5f8;
  height: 24px;
  width: 100%;
}
.container .stepAE .item-content[data-v-10e797e7] {
  width: 100%;
  background: #ffffff;
  padding: 24px 32px;
}
.container .stepAE[data-v-10e797e7] .ivu-upload {
  width: 100%;
  cursor: pointer;
}
.container .stepAE[data-v-10e797e7] .ivu-upload .inner {
  width: 100%;
  height: 32px;
  background: #16ade9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .stepAE[data-v-10e797e7] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
.container .stepAE[data-v-10e797e7] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.container .stepAE .notChange .inner[data-v-10e797e7] {
  background: #9999991f;
}
.container .stepAE .notChange .inner .uplad-word[data-v-10e797e7] {
  color: #666666;
}
.container .stepAE .notChange .inner img[data-v-10e797e7] {
  display: none;
}
.container .stepAE .out-img-box .img-box[data-v-10e797e7] {
  position: relative;
  text-align: center;
}
.container .stepAE .out-img-box .img-box .show-pdf[data-v-10e797e7] {
  color: #16ade9;
}
.container .stepAE .out-img-box .img-box button[data-v-10e797e7] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.container .stepAE .out-img-box .img-box button img.closeImg[data-v-10e797e7] {
  width: 13px;
  height: 13px;
}
.container .stepAE .upload-tip[data-v-10e797e7] {
  font-size: 12px;
  color: #cccccc;
  vertical-align: bottom;
}
.container .stepAE .upload-tip a[data-v-10e797e7] {
  color: #16ade9;
}
.container .stepAE .upload-tip img[data-v-10e797e7] {
  width: 14px;
  height: 14px;
  margin-top: 9px;
  float: left;
}
.requiredItem[data-v-10e797e7] .ivu-form-item-label::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed4014;
}


[data-v-7a935928] .ivu-row {
  width: 100%;
  margin-left: 0px;
}
.flex-direction[data-v-7a935928] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.stepH .tips-icon[data-v-7a935928] {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  color: #ed3e3e;
  cursor: pointer;
}
.stepH .tips-icon img[data-v-7a935928] {
  width: 100%;
  margin-top: 7px;
}
.container .stepAE[data-v-7a935928] {
  width: 100% !important;
  padding: 0px;
}
.container .stepAE[data-v-7a935928] .ivu-radio-group {
  margin-top: 4px;
}
.container .stepAE[data-v-7a935928] .ivu-form .ivu-form-item {
  margin-bottom: 15px;
}
.container .stepAE[data-v-7a935928] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.container .stepAE[data-v-7a935928] .ivu-form .ivu-form-item-content {
  width: 90%;
}
.container .stepAE[data-v-7a935928] .ivu-input-wrapper {
  width: 100%;
}
.container .stepAE[data-v-7a935928] .ivu-select {
  width: 100%;
}
.container .stepAE[data-v-7a935928] .ivu-tooltip-popper {
  width: 200px;
}
.container .stepAE[data-v-7a935928] .ivu-date-picker {
  width: 100%;
}
.container .stepAE[data-v-7a935928] textarea.ivu-input {
  margin-left: 0px;
}
.container .stepAE .title[data-v-7a935928] {
  width: 100%;
  height: 40px;
  background: #d6e8fd;
  padding-left: 32px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC sans-serif;
  font-weight: bold;
  color: #333333;
}
.container .stepAE .line[data-v-7a935928] {
  background: #f6f5f8;
  height: 24px;
  width: 100%;
}
.container .stepAE .item-content[data-v-7a935928] {
  width: 100%;
  background: #ffffff;
  padding: 24px 32px;
}
.container .stepAE[data-v-7a935928] .ivu-upload {
  width: 100%;
  cursor: pointer;
}
.container .stepAE[data-v-7a935928] .ivu-upload .inner {
  width: 100%;
  height: 32px;
  background: #16ade9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .stepAE[data-v-7a935928] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
.container .stepAE[data-v-7a935928] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.container .stepAE .notChange .inner[data-v-7a935928] {
  background: #9999991f;
}
.container .stepAE .notChange .inner .uplad-word[data-v-7a935928] {
  color: #666666;
}
.container .stepAE .notChange .inner img[data-v-7a935928] {
  display: none;
}
.container .stepAE .out-img-box .img-box[data-v-7a935928] {
  position: relative;
  text-align: center;
}
.container .stepAE .out-img-box .img-box .show-pdf[data-v-7a935928] {
  color: #16ade9;
}
.container .stepAE .out-img-box .img-box button[data-v-7a935928] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.container .stepAE .out-img-box .img-box button img.closeImg[data-v-7a935928] {
  width: 13px;
  height: 13px;
}
.container .stepAE .upload-tip[data-v-7a935928] {
  font-size: 12px;
  color: #cccccc;
  vertical-align: bottom;
}
.container .stepAE .upload-tip a[data-v-7a935928] {
  color: #16ade9;
}
.container .stepAE .upload-tip img[data-v-7a935928] {
  width: 14px;
  height: 14px;
  margin-top: 9px;
  float: left;
}
.requiredItem[data-v-7a935928] .ivu-form-item-label::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun sans-serif;
  font-size: 12px;
  color: #ed4014;
}


[data-v-4b931096] .ivu-row {
  width: 100%;
  margin-left: 0px;
}
.flex-direction[data-v-4b931096] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.stepH .tips-icon[data-v-4b931096] {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  color: #ed3e3e;
  cursor: pointer;
}
.stepH .tips-icon img[data-v-4b931096] {
  width: 100%;
  margin-top: 7px;
}
.container .stepAE[data-v-4b931096] {
  width: 100% !important;
  padding: 0px;
}
.container .stepAE[data-v-4b931096] .ivu-radio-group {
  margin-top: 4px;
}
.container .stepAE[data-v-4b931096] .ivu-form .ivu-form-item {
  margin-bottom: 15px;
}
.container .stepAE[data-v-4b931096] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC, sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.container .stepAE[data-v-4b931096] .ivu-form .ivu-form-item-content {
  width: 90%;
}
.container .stepAE[data-v-4b931096] .ivu-input-wrapper {
  width: 100%;
}
.container .stepAE[data-v-4b931096] .ivu-select {
  width: 100%;
}
.container .stepAE[data-v-4b931096] .ivu-tooltip-popper {
  width: 200px;
}
.container .stepAE[data-v-4b931096] .ivu-date-picker {
  width: 100%;
}
.container .stepAE[data-v-4b931096] textarea.ivu-input {
  margin-left: 0px;
}
.container .stepAE .title[data-v-4b931096] {
  width: 100%;
  height: 40px;
  background: #d6e8fd;
  padding-left: 32px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC, sans-serif;
  font-weight: bold;
  color: #333333;
}
.container .stepAE .line[data-v-4b931096] {
  background: #f6f5f8;
  height: 24px;
  width: 100%;
}
.container .stepAE .item-content[data-v-4b931096] {
  width: 100%;
  background: #ffffff;
  padding: 24px 32px;
}
.container .stepAE[data-v-4b931096] .ivu-upload {
  width: 100%;
  cursor: pointer;
}
.container .stepAE[data-v-4b931096] .ivu-upload .inner {
  width: 100%;
  height: 32px;
  background: #16ade9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .stepAE[data-v-4b931096] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
.container .stepAE[data-v-4b931096] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.container .stepAE .notChange .inner[data-v-4b931096] {
  background: #9999991f;
}
.container .stepAE .notChange .inner .uplad-word[data-v-4b931096] {
  color: #666666;
}
.container .stepAE .notChange .inner img[data-v-4b931096] {
  display: none;
}
.container .stepAE .out-img-box .img-box[data-v-4b931096] {
  position: relative;
  text-align: center;
}
.container .stepAE .out-img-box .img-box .show-pdf[data-v-4b931096] {
  color: #16ade9;
}
.container .stepAE .out-img-box .img-box button[data-v-4b931096] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.container .stepAE .out-img-box .img-box button img.closeImg[data-v-4b931096] {
  width: 13px;
  height: 13px;
}
.container .stepAE .upload-tip[data-v-4b931096] {
  font-size: 12px;
  color: #cccccc;
  vertical-align: bottom;
}
.container .stepAE .upload-tip a[data-v-4b931096] {
  color: #16ade9;
}
.container .stepAE .upload-tip img[data-v-4b931096] {
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
}
.legalPersonSignature .titleSign[data-v-4b931096] {
  font-size: 16px;
  font-family: PingFangSC-Medium, "PingFang SC", sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  padding: 10px 12px 10px 0;
}
.legalPersonSignature .titleSign[data-v-4b931096]:before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun, sans-serif;
  font-size: 12px;
  color: #ed4014;
}
.legalPersonSignature .signature[data-v-4b931096] {
  background: #f2f2f2;
  width: 172px;
  height: 115px;
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.legalPersonSignature .signature img[data-v-4b931096] {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.legalPersonSignature .signature img.refresh[data-v-4b931096] {
  width: 20px;
  height: 20px;
  margin: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.legalPersonSignature .signature button[data-v-4b931096] {
  position: absolute;
  top: 0px;
  left: 42px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
#qrcode[data-v-4b931096] {
  display: inline-block;
  position: relative;
}
#qrcode img[data-v-4b931096] {
  width: 132px;
  height: 132px;
  background-color: #fff;
  padding: 6px;
}
#qrcode p[data-v-4b931096] {
  position: absolute;
  bottom: -24px;
  width: 200px;
  font-size: 14px;
  color: #626466;
}
.requiredItem[data-v-4b931096] .ivu-form-item-label::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun sans-serif;
  font-size: 12px;
  color: #ed4014;
}


[data-v-a417cd4a] .ivu-row {
  width: 100%;
  margin-left: 0px;
}
.flex-direction[data-v-a417cd4a] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.stepH .tips-icon[data-v-a417cd4a] {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  color: #ed3e3e;
  cursor: pointer;
}
.stepH .tips-icon img[data-v-a417cd4a] {
  width: 100%;
  margin-top: 7px;
}
.container .stepAE[data-v-a417cd4a] {
  width: 100% !important;
  padding: 0px;
}
.container .stepAE[data-v-a417cd4a] .ivu-radio-group {
  margin-top: 4px;
}
.container .stepAE[data-v-a417cd4a] .ivu-form .ivu-form-item {
  margin-bottom: 15px;
}
.container .stepAE[data-v-a417cd4a] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.container .stepAE[data-v-a417cd4a] .ivu-form .ivu-form-item-content {
  width: 90%;
}
.container .stepAE[data-v-a417cd4a] .ivu-input-wrapper {
  width: 100%;
}
.container .stepAE[data-v-a417cd4a] .ivu-select {
  width: 100%;
}
.container .stepAE[data-v-a417cd4a] .ivu-tooltip-popper {
  width: 200px;
}
.container .stepAE[data-v-a417cd4a] .ivu-date-picker {
  width: 100%;
}
.container .stepAE[data-v-a417cd4a] textarea.ivu-input {
  margin-left: 0px;
}
.container .stepAE .title[data-v-a417cd4a] {
  width: 100%;
  height: 40px;
  background: #d6e8fd;
  padding-left: 32px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.container .stepAE .line[data-v-a417cd4a] {
  background: #f6f5f8;
  height: 24px;
  width: 100%;
}
.container .stepAE .item-content[data-v-a417cd4a] {
  width: 100%;
  background: #ffffff;
  padding: 24px 32px;
}
.container .stepAE[data-v-a417cd4a] .ivu-upload {
  width: 100%;
  cursor: pointer;
}
.container .stepAE[data-v-a417cd4a] .ivu-upload .inner {
  width: 100%;
  height: 32px;
  background: #16ade9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .stepAE[data-v-a417cd4a] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
.container .stepAE[data-v-a417cd4a] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.container .stepAE .notChange .inner[data-v-a417cd4a] {
  background: #9999991f;
}
.container .stepAE .notChange .inner .uplad-word[data-v-a417cd4a] {
  color: #666666;
}
.container .stepAE .notChange .inner img[data-v-a417cd4a] {
  display: none;
}
.container .stepAE .out-img-box .img-box[data-v-a417cd4a] {
  position: relative;
  text-align: center;
}
.container .stepAE .out-img-box .img-box .show-pdf[data-v-a417cd4a] {
  color: #16ade9;
}
.container .stepAE .out-img-box .img-box button[data-v-a417cd4a] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.container .stepAE .out-img-box .img-box button img.closeImg[data-v-a417cd4a] {
  width: 13px;
  height: 13px;
}
.container .stepAE .upload-tip[data-v-a417cd4a] {
  font-size: 12px;
  color: #cccccc;
  vertical-align: bottom;
}
.container .stepAE .upload-tip a[data-v-a417cd4a] {
  color: #16ade9;
}
.container .stepAE .upload-tip img[data-v-a417cd4a] {
  width: 14px;
  height: 14px;
  margin-top: 9px;
  float: left;
}
.requiredItem[data-v-a417cd4a] .ivu-form-item-label::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed4014;
}

#qrcode[data-v-4d325812] {
  display: inline-block;
  position: relative;
}
#qrcode img[data-v-4d325812] {
  width: 132px;
  height: 132px;
  background-color: #fff;
  padding: 6px;
}
#qrcode p[data-v-4d325812] {
  position: absolute;
  bottom: -24px;
  width: 200px;
  font-size: 14px;
  color: #626466;
}
.legalPersonSignature .titleSign[data-v-4d325812] {
  font-size: 16px;
  font-family: PingFangSC-Medium, "PingFang SC", sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  padding: 10px 12px 10px 0;
}
.legalPersonSignature .titleSign[data-v-4d325812]:before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun, sans-serif;
  font-size: 12px;
  color: #ed4014;
}
.legalPersonSignature .signature[data-v-4d325812] {
  background: #f2f2f2;
  width: 172px;
  height: 115px;
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.legalPersonSignature .signature img[data-v-4d325812] {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.legalPersonSignature .signature img.refresh[data-v-4d325812] {
  width: 20px;
  height: 20px;
  margin: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.legalPersonSignature .signature button[data-v-4d325812] {
  position: absolute;
  top: 0px;
  left: 42px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
[data-v-4d325812] .ivu-row {
  width: 100%;
  margin-left: 0px;
}
.flex-direction[data-v-4d325812] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.stepH .tips-icon[data-v-4d325812] {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  color: #ed3e3e;
  cursor: pointer;
}
.stepH .tips-icon img[data-v-4d325812] {
  width: 100%;
  margin-top: 7px;
}
.container .stepAE[data-v-4d325812] {
  width: 100% !important;
  padding: 0px;
}
.container .stepAE[data-v-4d325812] .ivu-radio-group {
  margin-top: 4px;
}
.container .stepAE[data-v-4d325812] .ivu-form .ivu-form-item {
  margin-bottom: 15px;
}
.container .stepAE[data-v-4d325812] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.container .stepAE[data-v-4d325812] .ivu-form .ivu-form-item-content {
  width: 90%;
}
.container .stepAE[data-v-4d325812] .ivu-input-wrapper {
  width: 100%;
}
.container .stepAE[data-v-4d325812] .ivu-select {
  width: 100%;
}
.container .stepAE[data-v-4d325812] .ivu-tooltip-popper {
  width: 200px;
}
.container .stepAE[data-v-4d325812] .ivu-date-picker {
  width: 100%;
}
.container .stepAE[data-v-4d325812] textarea.ivu-input {
  margin-left: 0px;
}
.container .stepAE .title[data-v-4d325812] {
  width: 100%;
  height: 40px;
  background: #d6e8fd;
  padding-left: 32px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.container .stepAE .line[data-v-4d325812] {
  background: #f6f5f8;
  height: 24px;
  width: 100%;
}
.container .stepAE .item-content[data-v-4d325812] {
  width: 100%;
  background: #ffffff;
  padding: 24px 32px;
}
.container .stepAE[data-v-4d325812] .ivu-upload {
  width: 100%;
  cursor: pointer;
}
.container .stepAE[data-v-4d325812] .ivu-upload .inner {
  width: 100%;
  height: 32px;
  background: #16ade9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .stepAE[data-v-4d325812] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
.container .stepAE[data-v-4d325812] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.container .stepAE .notChange .inner[data-v-4d325812] {
  background: #9999991f;
}
.container .stepAE .notChange .inner .uplad-word[data-v-4d325812] {
  color: #666666;
}
.container .stepAE .notChange .inner img[data-v-4d325812] {
  display: none;
}
.container .stepAE .out-img-box .img-box[data-v-4d325812] {
  position: relative;
  text-align: center;
}
.container .stepAE .out-img-box .img-box .show-pdf[data-v-4d325812] {
  color: #16ade9;
}
.container .stepAE .out-img-box .img-box button[data-v-4d325812] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.container .stepAE .out-img-box .img-box button img.closeImg[data-v-4d325812] {
  width: 13px;
  height: 13px;
}
.container .stepAE .upload-tip[data-v-4d325812] {
  font-size: 12px;
  color: #cccccc;
  vertical-align: bottom;
}
.container .stepAE .upload-tip a[data-v-4d325812] {
  color: #16ade9;
}
.container .stepAE .upload-tip img[data-v-4d325812] {
  width: 14px;
  height: 14px;
  margin-top: 9px;
  float: left;
}
.requiredItem[data-v-4d325812] .ivu-form-item-label::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed4014;
}

#qrcode[data-v-50e47eac] {
  display: inline-block;
  position: relative;
}
#qrcode img[data-v-50e47eac] {
  width: 132px;
  height: 132px;
  background-color: #fff;
  padding: 6px;
}
#qrcode p[data-v-50e47eac] {
  position: absolute;
  bottom: -24px;
  width: 200px;
  font-size: 14px;
  color: #626466;
}
.legalPersonSignature .titleSign[data-v-50e47eac] {
  font-size: 16px;
  font-family: PingFangSC-Medium, "PingFang SC", sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  padding: 10px 12px 10px 0;
}
.legalPersonSignature .titleSign[data-v-50e47eac]:before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun, sans-serif;
  font-size: 12px;
  color: #ed4014;
}
.legalPersonSignature .signature[data-v-50e47eac] {
  background: #f2f2f2;
  width: 172px;
  height: 115px;
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.legalPersonSignature .signature img[data-v-50e47eac] {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.legalPersonSignature .signature img.refresh[data-v-50e47eac] {
  width: 20px;
  height: 20px;
  margin: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.legalPersonSignature .signature button[data-v-50e47eac] {
  position: absolute;
  top: 0px;
  left: 42px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
[data-v-50e47eac] .ivu-row {
  width: 100%;
  margin-left: 0px;
}
.flex-direction[data-v-50e47eac] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.stepH .tips-icon[data-v-50e47eac] {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  color: #ed3e3e;
  cursor: pointer;
}
.stepH .tips-icon img[data-v-50e47eac] {
  width: 100%;
  margin-top: 7px;
}
.container .stepAE[data-v-50e47eac] {
  width: 100% !important;
  padding: 0px;
}
.container .stepAE[data-v-50e47eac] .ivu-radio-group {
  margin-top: 4px;
}
.container .stepAE[data-v-50e47eac] .ivu-form .ivu-form-item {
  margin-bottom: 15px;
}
.container .stepAE[data-v-50e47eac] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.container .stepAE[data-v-50e47eac] .ivu-form .ivu-form-item-content {
  width: 90%;
}
.container .stepAE[data-v-50e47eac] .ivu-input-wrapper {
  width: 100%;
}
.container .stepAE[data-v-50e47eac] .ivu-select {
  width: 100%;
}
.container .stepAE[data-v-50e47eac] .ivu-tooltip-popper {
  width: 200px;
}
.container .stepAE[data-v-50e47eac] .ivu-date-picker {
  width: 100%;
}
.container .stepAE[data-v-50e47eac] textarea.ivu-input {
  margin-left: 0px;
}
.container .stepAE .title[data-v-50e47eac] {
  width: 100%;
  height: 40px;
  background: #d6e8fd;
  padding-left: 32px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.container .stepAE .line[data-v-50e47eac] {
  background: #f6f5f8;
  height: 24px;
  width: 100%;
}
.container .stepAE .item-content[data-v-50e47eac] {
  width: 100%;
  background: #ffffff;
  padding: 24px 32px;
}
.container .stepAE[data-v-50e47eac] .ivu-upload {
  width: 100%;
  cursor: pointer;
}
.container .stepAE[data-v-50e47eac] .ivu-upload .inner {
  width: 100%;
  height: 32px;
  background: #16ade9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .stepAE[data-v-50e47eac] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
.container .stepAE[data-v-50e47eac] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.container .stepAE .notChange .inner[data-v-50e47eac] {
  background: #9999991f;
}
.container .stepAE .notChange .inner .uplad-word[data-v-50e47eac] {
  color: #666666;
}
.container .stepAE .notChange .inner img[data-v-50e47eac] {
  display: none;
}
.container .stepAE .out-img-box .img-box[data-v-50e47eac] {
  position: relative;
  text-align: center;
}
.container .stepAE .out-img-box .img-box .show-pdf[data-v-50e47eac] {
  color: #16ade9;
}
.container .stepAE .out-img-box .img-box button[data-v-50e47eac] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.container .stepAE .out-img-box .img-box button img.closeImg[data-v-50e47eac] {
  width: 13px;
  height: 13px;
}
.container .stepAE .upload-tip[data-v-50e47eac] {
  font-size: 12px;
  color: #cccccc;
  vertical-align: bottom;
}
.container .stepAE .upload-tip a[data-v-50e47eac] {
  color: #16ade9;
}
.container .stepAE .upload-tip img[data-v-50e47eac] {
  width: 14px;
  height: 14px;
  margin-top: 9px;
  float: left;
}
.requiredItem[data-v-50e47eac] .ivu-form-item-label::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed4014;
}


[data-v-4edfb96b] .ivu-form-item-content {
  line-height: 24px;
}
[data-v-4edfb96b] .ivu-row {
  width: 100%;
  margin-left: 0px;
}
.flex-direction[data-v-4edfb96b] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.stepH .tips-icon[data-v-4edfb96b] {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  color: #ed3e3e;
  cursor: pointer;
}
.stepH .tips-icon img[data-v-4edfb96b] {
  width: 100%;
  margin-top: 7px;
}
.container .stepAE[data-v-4edfb96b] {
  width: 100% !important;
  padding: 0px;
}
.container .stepAE[data-v-4edfb96b] .ivu-radio-group {
  margin-top: 4px;
}
.container .stepAE[data-v-4edfb96b] .ivu-form .ivu-form-item {
  margin-bottom: 15px;
}
.container .stepAE[data-v-4edfb96b] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC, sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.container .stepAE[data-v-4edfb96b] .ivu-form .ivu-form-item-content {
  width: 90%;
}
.container .stepAE[data-v-4edfb96b] .ivu-input-wrapper {
  width: 100%;
}
.container .stepAE[data-v-4edfb96b] .ivu-select {
  width: 100%;
}
.container .stepAE[data-v-4edfb96b] .ivu-tooltip-popper {
  width: 200px;
}
.container .stepAE[data-v-4edfb96b] .ivu-date-picker {
  width: 100%;
}
.container .stepAE[data-v-4edfb96b] textarea.ivu-input {
  margin-left: 0px;
}
.container .stepAE .title[data-v-4edfb96b] {
  width: 100%;
  height: 40px;
  background: #d6e8fd;
  padding-left: 32px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC, sans-serif;
  font-weight: bold;
  color: #333333;
}
.container .stepAE .line[data-v-4edfb96b] {
  background: #f6f5f8;
  height: 24px;
  width: 100%;
}
.container .stepAE .item-content[data-v-4edfb96b] {
  width: 100%;
  background: #ffffff;
  padding: 24px 32px;
}
.container .stepAE[data-v-4edfb96b] .ivu-upload {
  width: 100%;
  cursor: pointer;
}
.container .stepAE[data-v-4edfb96b] .ivu-upload .inner {
  width: 100%;
  height: 32px;
  background: #16ade9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .stepAE[data-v-4edfb96b] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
.container .stepAE[data-v-4edfb96b] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.container .stepAE .notChange .inner[data-v-4edfb96b] {
  background: #9999991f;
}
.container .stepAE .notChange .inner .uplad-word[data-v-4edfb96b] {
  color: #666666;
}
.container .stepAE .notChange .inner img[data-v-4edfb96b] {
  display: none;
}
.container .stepAE .out-img-box .img-box[data-v-4edfb96b] {
  position: relative;
  text-align: center;
}
.container .stepAE .out-img-box .img-box .show-pdf[data-v-4edfb96b] {
  color: #16ade9;
}
.container .stepAE .out-img-box .img-box button[data-v-4edfb96b] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.container .stepAE .out-img-box .img-box button img.closeImg[data-v-4edfb96b] {
  width: 13px;
  height: 13px;
}
.container .stepAE .upload-tip[data-v-4edfb96b] {
  font-size: 12px;
  color: #cccccc;
  vertical-align: bottom;
}
.container .stepAE .upload-tip a[data-v-4edfb96b] {
  color: #16ade9;
}
.container .stepAE .upload-tip img[data-v-4edfb96b] {
  width: 14px;
  height: 14px;
  margin-top: 6px;
  float: left;
}
.legalPersonSignature .titleSign[data-v-4edfb96b] {
  font-size: 16px;
  font-family: PingFangSC-Medium, "PingFang SC", sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  padding: 10px 12px 10px 0;
}
.legalPersonSignature .titleSign[data-v-4edfb96b]:before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun, sans-serif;
  font-size: 12px;
  color: #ed4014;
}
.legalPersonSignature .signature[data-v-4edfb96b] {
  background: #f2f2f2;
  width: 172px;
  height: 115px;
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.legalPersonSignature .signature img[data-v-4edfb96b] {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.legalPersonSignature .signature img.refresh[data-v-4edfb96b] {
  width: 20px;
  height: 20px;
  margin: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.legalPersonSignature .signature button[data-v-4edfb96b] {
  position: absolute;
  top: 0px;
  left: 42px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
#qrcode[data-v-4edfb96b] {
  display: inline-block;
  position: relative;
}
#qrcode img[data-v-4edfb96b] {
  width: 132px;
  height: 132px;
  background-color: #fff;
  padding: 6px;
}
#qrcode p[data-v-4edfb96b] {
  position: absolute;
  bottom: -24px;
  width: 200px;
  font-size: 14px;
  color: #626466;
}
.requiredItem[data-v-4edfb96b] .ivu-form-item-label::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun sans-serif;
  font-size: 12px;
  color: #ed4014;
}


[data-v-44a33dbb] .ivu-form-item-content {
  line-height: 24px;
}
[data-v-44a33dbb] .ivu-row {
  width: 100%;
  margin-left: 0px;
}
.flex-direction[data-v-44a33dbb] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.stepH .tips-icon[data-v-44a33dbb] {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  color: #ed3e3e;
  cursor: pointer;
}
.stepH .tips-icon img[data-v-44a33dbb] {
  width: 100%;
  margin-top: 7px;
}
.container .stepAE[data-v-44a33dbb] {
  width: 100% !important;
  padding: 0px;
}
.container .stepAE[data-v-44a33dbb] .ivu-radio-group {
  margin-top: 4px;
}
.container .stepAE[data-v-44a33dbb] .ivu-form .ivu-form-item {
  margin-bottom: 15px;
}
.container .stepAE[data-v-44a33dbb] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC, sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.container .stepAE[data-v-44a33dbb] .ivu-form .ivu-form-item-content {
  width: 90%;
}
.container .stepAE[data-v-44a33dbb] .ivu-input-wrapper {
  width: 100%;
}
.container .stepAE[data-v-44a33dbb] .ivu-select {
  width: 100%;
}
.container .stepAE[data-v-44a33dbb] .ivu-tooltip-popper {
  width: 200px;
}
.container .stepAE[data-v-44a33dbb] .ivu-date-picker {
  width: 100%;
}
.container .stepAE[data-v-44a33dbb] textarea.ivu-input {
  margin-left: 0px;
}
.container .stepAE .title[data-v-44a33dbb] {
  width: 100%;
  height: 40px;
  background: #d6e8fd;
  padding-left: 32px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC, sans-serif;
  font-weight: bold;
  color: #333333;
}
.container .stepAE .line[data-v-44a33dbb] {
  background: #f6f5f8;
  height: 24px;
  width: 100%;
}
.container .stepAE .item-content[data-v-44a33dbb] {
  width: 100%;
  background: #ffffff;
  padding: 24px 32px;
}
.container .stepAE[data-v-44a33dbb] .ivu-upload {
  width: 100%;
  cursor: pointer;
}
.container .stepAE[data-v-44a33dbb] .ivu-upload .inner {
  width: 100%;
  height: 32px;
  background: #16ade9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .stepAE[data-v-44a33dbb] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
.container .stepAE[data-v-44a33dbb] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.container .stepAE .notChange .inner[data-v-44a33dbb] {
  background: #9999991f;
}
.container .stepAE .notChange .inner .uplad-word[data-v-44a33dbb] {
  color: #666666;
}
.container .stepAE .notChange .inner img[data-v-44a33dbb] {
  display: none;
}
.container .stepAE .out-img-box .img-box[data-v-44a33dbb] {
  position: relative;
  text-align: center;
}
.container .stepAE .out-img-box .img-box .show-pdf[data-v-44a33dbb] {
  color: #16ade9;
}
.container .stepAE .out-img-box .img-box button[data-v-44a33dbb] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.container .stepAE .out-img-box .img-box button img.closeImg[data-v-44a33dbb] {
  width: 13px;
  height: 13px;
}
.container .stepAE .upload-tip[data-v-44a33dbb] {
  font-size: 12px;
  color: #cccccc;
  vertical-align: bottom;
}
.container .stepAE .upload-tip a[data-v-44a33dbb] {
  color: #16ade9;
}
.container .stepAE .upload-tip img[data-v-44a33dbb] {
  width: 14px;
  height: 14px;
  margin-top: 6px;
  float: left;
}
.legalPersonSignature .titleSign[data-v-44a33dbb] {
  font-size: 16px;
  font-family: PingFangSC-Medium, "PingFang SC", sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  padding: 10px 12px 10px 0;
}
.legalPersonSignature .titleSign[data-v-44a33dbb]:before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun, sans-serif;
  font-size: 12px;
  color: #ed4014;
}
.legalPersonSignature .signature[data-v-44a33dbb] {
  background: #f2f2f2;
  width: 172px;
  height: 115px;
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.legalPersonSignature .signature img[data-v-44a33dbb] {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.legalPersonSignature .signature img.refresh[data-v-44a33dbb] {
  width: 20px;
  height: 20px;
  margin: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.legalPersonSignature .signature button[data-v-44a33dbb] {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
#qrcode[data-v-44a33dbb] {
  display: inline-block;
  position: relative;
}
#qrcode img[data-v-44a33dbb] {
  width: 132px;
  height: 132px;
  background-color: #fff;
  padding: 6px;
}
#qrcode p[data-v-44a33dbb] {
  position: absolute;
  bottom: -24px;
  width: 200px;
  font-size: 14px;
  color: #626466;
}
.requiredItem[data-v-44a33dbb] .ivu-form-item-label::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun sans-serif;
  font-size: 12px;
  color: #ed4014;
}


[data-v-ef4489e6] .ivu-row {
  width: 100%;
  margin-left: 0px;
}
.flex-direction[data-v-ef4489e6] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.stepH .tips-icon[data-v-ef4489e6] {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  color: #ed3e3e;
  cursor: pointer;
}
.stepH .tips-icon img[data-v-ef4489e6] {
  width: 100%;
  margin-top: 7px;
}
.container .stepAE[data-v-ef4489e6] {
  width: 100% !important;
  padding: 0px;
}
.container .stepAE[data-v-ef4489e6] .ivu-radio-group {
  margin-top: 4px;
}
.container .stepAE[data-v-ef4489e6] .ivu-form .ivu-form-item {
  margin-bottom: 15px;
}
.container .stepAE[data-v-ef4489e6] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.container .stepAE[data-v-ef4489e6] .ivu-form .ivu-form-item-content {
  width: 90%;
}
.container .stepAE[data-v-ef4489e6] .ivu-input-wrapper {
  width: 100%;
}
.container .stepAE[data-v-ef4489e6] .ivu-select {
  width: 100%;
}
.container .stepAE[data-v-ef4489e6] .ivu-tooltip-popper {
  width: 200px;
}
.container .stepAE[data-v-ef4489e6] .ivu-date-picker {
  width: 100%;
}
.container .stepAE[data-v-ef4489e6] textarea.ivu-input {
  margin-left: 0px;
}
.container .stepAE .title[data-v-ef4489e6] {
  width: 100%;
  height: 40px;
  background: #d6e8fd;
  padding-left: 32px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.container .stepAE .line[data-v-ef4489e6] {
  background: #f6f5f8;
  height: 24px;
  width: 100%;
}
.container .stepAE .item-content[data-v-ef4489e6] {
  width: 100%;
  background: #ffffff;
  padding: 24px 32px;
}
.container .stepAE[data-v-ef4489e6] .ivu-upload {
  width: 100%;
  cursor: pointer;
}
.container .stepAE[data-v-ef4489e6] .ivu-upload .inner {
  width: 100%;
  height: 32px;
  background: #16ade9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .stepAE[data-v-ef4489e6] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
.container .stepAE[data-v-ef4489e6] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.container .stepAE .notChange .inner[data-v-ef4489e6] {
  background: #9999991f;
}
.container .stepAE .notChange .inner .uplad-word[data-v-ef4489e6] {
  color: #666666;
}
.container .stepAE .notChange .inner img[data-v-ef4489e6] {
  display: none;
}
.container .stepAE .out-img-box .img-box[data-v-ef4489e6] {
  position: relative;
  text-align: center;
}
.container .stepAE .out-img-box .img-box .show-pdf[data-v-ef4489e6] {
  color: #16ade9;
}
.container .stepAE .out-img-box .img-box button[data-v-ef4489e6] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.container .stepAE .out-img-box .img-box button img.closeImg[data-v-ef4489e6] {
  width: 13px;
  height: 13px;
}
.container .stepAE .upload-tip[data-v-ef4489e6] {
  font-size: 12px;
  color: #cccccc;
  vertical-align: bottom;
}
.container .stepAE .upload-tip a[data-v-ef4489e6] {
  color: #16ade9;
}
.container .stepAE .upload-tip img[data-v-ef4489e6] {
  width: 14px;
  height: 14px;
  margin-top: 9px;
  float: left;
}
.container .signature[data-v-ef4489e6] {
  background: #f2f2f2;
  width: 172px;
  height: 115px;
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.container .signature img[data-v-ef4489e6] {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.container .signature img.refresh[data-v-ef4489e6] {
  width: 20px;
  height: 20px;
  margin: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.container .signature button[data-v-ef4489e6] {
  position: absolute;
  top: 0px;
  left: 42px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
.legalPersonSignature .titleSign[data-v-ef4489e6] {
  font-size: 16px;
  font-family: PingFangSC-Medium, "PingFang SC", sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  padding: 10px 12px 10px 0;
}
.legalPersonSignature .titleSign[data-v-ef4489e6]:before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun, sans-serif;
  font-size: 12px;
  color: #ed4014;
}
.legalPersonSignature .signature[data-v-ef4489e6] {
  background: #f2f2f2;
  width: 172px;
  height: 115px;
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.legalPersonSignature .signature img[data-v-ef4489e6] {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.legalPersonSignature .signature img.refresh[data-v-ef4489e6] {
  width: 20px;
  height: 20px;
  margin: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.legalPersonSignature .signature button[data-v-ef4489e6] {
  position: absolute;
  top: 0px;
  left: 42px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
#qrcode[data-v-ef4489e6] {
  display: inline-block;
  position: relative;
}
#qrcode img[data-v-ef4489e6] {
  width: 132px;
  height: 132px;
  background-color: #fff;
  padding: 6px;
}
#qrcode p[data-v-ef4489e6] {
  position: absolute;
  bottom: -24px;
  width: 200px;
  font-size: 14px;
  color: #626466;
}
.requiredItem[data-v-ef4489e6] .ivu-form-item-label::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed4014;
}


[data-v-039045a1] .ivu-row {
  width: 100%;
  margin-left: 0px;
}
.flex-direction[data-v-039045a1] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.stepH .tips-icon[data-v-039045a1] {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  color: #ed3e3e;
  cursor: pointer;
}
.stepH .tips-icon img[data-v-039045a1] {
  width: 100%;
  margin-top: 7px;
}
.container .stepAE[data-v-039045a1] {
  width: 100% !important;
  padding: 0px;
}
.container .stepAE[data-v-039045a1] .ivu-radio-group {
  margin-top: 4px;
}
.container .stepAE[data-v-039045a1] .ivu-form .ivu-form-item {
  margin-bottom: 15px;
}
.container .stepAE[data-v-039045a1] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.container .stepAE[data-v-039045a1] .ivu-form .ivu-form-item-content {
  width: 90%;
}
.container .stepAE[data-v-039045a1] .ivu-input-wrapper {
  width: 100%;
}
.container .stepAE[data-v-039045a1] .ivu-select {
  width: 100%;
}
.container .stepAE[data-v-039045a1] .ivu-tooltip-popper {
  width: 200px;
}
.container .stepAE[data-v-039045a1] .ivu-date-picker {
  width: 100%;
}
.container .stepAE[data-v-039045a1] textarea.ivu-input {
  margin-left: 0px;
}
.container .stepAE .title[data-v-039045a1] {
  width: 100%;
  height: 40px;
  background: #d6e8fd;
  padding-left: 32px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.container .stepAE .line[data-v-039045a1] {
  background: #f6f5f8;
  height: 24px;
  width: 100%;
}
.container .stepAE .item-content[data-v-039045a1] {
  width: 100%;
  background: #ffffff;
  padding: 24px 32px;
}
.container .stepAE[data-v-039045a1] .ivu-upload {
  width: 100%;
  cursor: pointer;
}
.container .stepAE[data-v-039045a1] .ivu-upload .inner {
  width: 100%;
  height: 32px;
  background: #16ade9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .stepAE[data-v-039045a1] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
.container .stepAE[data-v-039045a1] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.container .stepAE .notChange .inner[data-v-039045a1] {
  background: #9999991f;
}
.container .stepAE .notChange .inner .uplad-word[data-v-039045a1] {
  color: #666666;
}
.container .stepAE .notChange .inner img[data-v-039045a1] {
  display: none;
}
.container .stepAE .out-img-box .img-box[data-v-039045a1] {
  position: relative;
  text-align: center;
}
.container .stepAE .out-img-box .img-box .show-pdf[data-v-039045a1] {
  color: #16ade9;
}
.container .stepAE .out-img-box .img-box button[data-v-039045a1] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.container .stepAE .out-img-box .img-box button img.closeImg[data-v-039045a1] {
  width: 13px;
  height: 13px;
}
.container .stepAE .upload-tip[data-v-039045a1] {
  font-size: 12px;
  color: #cccccc;
  vertical-align: bottom;
}
.container .stepAE .upload-tip a[data-v-039045a1] {
  color: #16ade9;
}
.container .stepAE .upload-tip img[data-v-039045a1] {
  width: 14px;
  height: 14px;
  margin-top: 9px;
  float: left;
}
.container .signature[data-v-039045a1] {
  background: #f2f2f2;
  width: 172px;
  height: 115px;
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.container .signature img[data-v-039045a1] {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.container .signature img.refresh[data-v-039045a1] {
  width: 20px;
  height: 20px;
  margin: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.container .signature button[data-v-039045a1] {
  position: absolute;
  top: 0px;
  left: 42px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
.legalPersonSignature .titleSign[data-v-039045a1] {
  font-size: 16px;
  font-family: PingFangSC-Medium, "PingFang SC", sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  padding: 10px 12px 10px 0;
}
.legalPersonSignature .titleSign[data-v-039045a1]:before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun, sans-serif;
  font-size: 12px;
  color: #ed4014;
}
.legalPersonSignature .signature[data-v-039045a1] {
  background: #f2f2f2;
  width: 172px;
  height: 115px;
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.legalPersonSignature .signature img[data-v-039045a1] {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.legalPersonSignature .signature img.refresh[data-v-039045a1] {
  width: 20px;
  height: 20px;
  margin: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.legalPersonSignature .signature button[data-v-039045a1] {
  position: absolute;
  top: 0px;
  left: 42px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
#qrcode[data-v-039045a1] {
  display: inline-block;
  position: relative;
}
#qrcode img[data-v-039045a1] {
  width: 132px;
  height: 132px;
  background-color: #fff;
  padding: 6px;
}
#qrcode p[data-v-039045a1] {
  position: absolute;
  bottom: -24px;
  width: 200px;
  font-size: 14px;
  color: #626466;
}
.requiredItem[data-v-039045a1] .ivu-form-item-label::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed4014;
}


[data-v-675dde22] .ivu-row {
  width: 100%;
  margin-left: 0px;
}
.flex-direction[data-v-675dde22] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.stepH .tips-icon[data-v-675dde22] {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  color: #ed3e3e;
  cursor: pointer;
}
.stepH .tips-icon img[data-v-675dde22] {
  width: 100%;
  margin-top: 7px;
}
.container .stepAE[data-v-675dde22] {
  width: 100% !important;
  padding: 0px;
}
.container .stepAE[data-v-675dde22] .ivu-radio-group {
  margin-top: 4px;
}
.container .stepAE[data-v-675dde22] .ivu-form .ivu-form-item {
  margin-bottom: 15px;
}
.container .stepAE[data-v-675dde22] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.container .stepAE[data-v-675dde22] .ivu-form .ivu-form-item-content {
  width: 90%;
}
.container .stepAE[data-v-675dde22] .ivu-input-wrapper {
  width: 100%;
}
.container .stepAE[data-v-675dde22] .ivu-select {
  width: 100%;
}
.container .stepAE[data-v-675dde22] .ivu-tooltip-popper {
  width: 200px;
}
.container .stepAE[data-v-675dde22] .ivu-date-picker {
  width: 100%;
}
.container .stepAE[data-v-675dde22] textarea.ivu-input {
  margin-left: 0px;
}
.container .stepAE .title[data-v-675dde22] {
  width: 100%;
  height: 40px;
  background: #d6e8fd;
  padding-left: 32px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.container .stepAE .line[data-v-675dde22] {
  background: #f6f5f8;
  height: 24px;
  width: 100%;
}
.container .stepAE .item-content[data-v-675dde22] {
  width: 100%;
  background: #ffffff;
  padding: 24px 32px;
}
.container .stepAE[data-v-675dde22] .ivu-upload {
  width: 100%;
  cursor: pointer;
}
.container .stepAE[data-v-675dde22] .ivu-upload .inner {
  width: 100%;
  height: 32px;
  background: #16ade9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .stepAE[data-v-675dde22] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
.container .stepAE[data-v-675dde22] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.container .stepAE .notChange .inner[data-v-675dde22] {
  background: #9999991f;
}
.container .stepAE .notChange .inner .uplad-word[data-v-675dde22] {
  color: #666666;
}
.container .stepAE .notChange .inner img[data-v-675dde22] {
  display: none;
}
.container .stepAE .out-img-box .img-box[data-v-675dde22] {
  position: relative;
  text-align: center;
}
.container .stepAE .out-img-box .img-box .show-pdf[data-v-675dde22] {
  color: #16ade9;
}
.container .stepAE .out-img-box .img-box button[data-v-675dde22] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.container .stepAE .out-img-box .img-box button img.closeImg[data-v-675dde22] {
  width: 13px;
  height: 13px;
}
.container .stepAE .upload-tip[data-v-675dde22] {
  font-size: 12px;
  color: #cccccc;
  vertical-align: bottom;
}
.container .stepAE .upload-tip a[data-v-675dde22] {
  color: #16ade9;
}
.container .stepAE .upload-tip img[data-v-675dde22] {
  width: 14px;
  height: 14px;
  margin-top: 9px;
  float: left;
}
.container .signature[data-v-675dde22] {
  background: #f2f2f2;
  width: 172px;
  height: 115px;
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.container .signature img[data-v-675dde22] {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.container .signature img.refresh[data-v-675dde22] {
  width: 20px;
  height: 20px;
  margin: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.container .signature button[data-v-675dde22] {
  position: absolute;
  top: 0px;
  left: 42px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
.legalPersonSignature .titleSign[data-v-675dde22] {
  font-size: 16px;
  font-family: PingFangSC-Medium, "PingFang SC", sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  padding: 10px 12px 10px 0;
}
.legalPersonSignature .titleSign[data-v-675dde22]:before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun, sans-serif;
  font-size: 12px;
  color: #ed4014;
}
.legalPersonSignature .signature[data-v-675dde22] {
  background: #f2f2f2;
  width: 172px;
  height: 115px;
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.legalPersonSignature .signature img[data-v-675dde22] {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.legalPersonSignature .signature img.refresh[data-v-675dde22] {
  width: 20px;
  height: 20px;
  margin: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.legalPersonSignature .signature button[data-v-675dde22] {
  position: absolute;
  top: 0px;
  left: 42px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
#qrcode[data-v-675dde22] {
  display: inline-block;
  position: relative;
}
#qrcode img[data-v-675dde22] {
  width: 132px;
  height: 132px;
  background-color: #fff;
  padding: 6px;
}
#qrcode p[data-v-675dde22] {
  position: absolute;
  bottom: -24px;
  width: 200px;
  font-size: 14px;
  color: #626466;
}
.requiredItem[data-v-675dde22] .ivu-form-item-label::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed4014;
}

.clearfix[data-v-b44d2b08]::after {
  content: " ";
  line-height: 0;
  display: block;
  clear: both;
}
.fr[data-v-b44d2b08] {
  float: right;
}
.fl[data-v-b44d2b08] {
  float: left;
}
.container[data-v-b44d2b08] {
  min-height: calc(100vh - 60px);
  padding-bottom: 56px;
  box-sizing: border-box;
  position: relative;
  min-width: 1024px;
  margin-bottom: 0px;
}
.container .headContent[data-v-b44d2b08] {
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 20px 32px 0px;
}
.container .headContent .top[data-v-b44d2b08] {
  margin-bottom: 14px;
}
.container .headContent .top .flink[data-v-b44d2b08],
.container .headContent .top .clink[data-v-b44d2b08] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.container .headContent .top .clink[data-v-b44d2b08] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.container .headContent .bottom[data-v-b44d2b08] {
  font-size: 20px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.container .headContent .bottom span[data-v-b44d2b08] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  margin-left: 10px;
}
.container .headContent .statusIndfContent[data-v-b44d2b08] {
  overflow: hidden;
}
.container .headContent .statusIndfContent .statusContent[data-v-b44d2b08] {
  margin: 20px 0px;
}
.container .headContent .statusIndfContent .rejected[data-v-b44d2b08] {
  padding: 10px 40px;
  background: #fff1dd;
}
.container .headContent .statusIndfContent .rejected .tips-top-title[data-v-b44d2b08] {
  font-size: 14px;
  font-family: "PingFangSC-Regular,PingFang SC";
  color: #333333ff;
}
.container .headContent .statusIndfContent .rejected .tips-top-title img[data-v-b44d2b08] {
  float: left;
  margin-right: 6px;
}
.container .headContent .statusIndfContent .rejected .tips-top-title span[data-v-b44d2b08] {
  color: #fa5555ff;
}
.container .headContent .statusIndfContent .rejected .bottom-tips[data-v-b44d2b08] {
  margin-left: 24px;
  margin-top: 4px;
}
.container .headContent .statusIndfContent .rejected .bottom-tips p[data-v-b44d2b08] {
  line-height: 26px;
  font-weight: 600;
  color: #333333;
}
.container .headContent .statusIndfContent .rejected .bottom-tips .last-tip[data-v-b44d2b08] {
  font-weight: 400;
  margin-top: 4px;
}
.container .headContent .tabTitle[data-v-b44d2b08] {
  border-bottom: 1px solid #e9e9e9ff;
}
.container .headContent .tabTitle span[data-v-b44d2b08] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: PingFangSC;
  color: #333333;
  line-height: 40px;
  margin-right: 46px;
  cursor: pointer;
}
.container .headContent .tabTitle .active-tab[data-v-b44d2b08] {
  color: #1890ffff;
  border-bottom: 2px solid #1890ffff;
  font-weight: 500;
}
.container .contentContainer[data-v-b44d2b08] {
  margin: 24px;
}
.container .vatInfoContent[data-v-b44d2b08] {
  margin: 24px;
}
.container .vatInfoContent .top[data-v-b44d2b08] {
  background: #d7eefa;
  padding: 16px 32px;
  display: flex;
  align-items: baseline;
}
.container .vatInfoContent .top .left img[data-v-b44d2b08] {
  float: left;
  margin-right: 4px;
}
.container .vatInfoContent .top .right[data-v-b44d2b08] {
  line-height: 22px;
}
.container .vatInfoContent .top .right span[data-v-b44d2b08] {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #1890ff;
}
.container .vatInfoContent .vatInfo[data-v-b44d2b08] {
  text-align: left;
  background: #ffffff;
  padding: 14px 24px 24px 24px;
  color: #333333;
}
.container .vatInfoContent .vatInfo .leftName[data-v-b44d2b08] {
  width: 123px;
  display: inline-block;
  text-align: right;
  padding-right: 16px;
  position: relative;
}
.container .vatInfoContent .vatInfo .leftName .tips-icon img[data-v-b44d2b08] {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.container .vatInfoContent .vatInfo .leftName[data-v-b44d2b08] .ivu-tooltip-inner {
  width: 300px !important;
}
.container .vatInfoContent .vatInfo .rightContent[data-v-b44d2b08] {
  font-family: PingFangSC-Medium, Microsoft YaHei, PingFang SC sans-serif;
  font-weight: 500;
}
.container .vatInfoContent .vatInfo .vat-file[data-v-b44d2b08] {
  color: #16ade9;
}
.container .vatInfoContent .vatInfo .tipred[data-v-b44d2b08] {
  color: red;
  cursor: pointer;
}
.container .vatInfoContent .vatInfo[data-v-b44d2b08] .ivu-row {
  margin-left: 0px;
}
.container .vatInfoContent .vatInfo[data-v-b44d2b08] .ivu-col-span-8 {
  margin-top: 10px;
}
.container .infoTip[data-v-b44d2b08] {
  background-color: #ffff;
  padding: 20px 32px 20px;
  font-size: 22px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  margin-left: -24px;
  margin-top: -24px;
  margin-bottom: 24px;
}
.container .infoTip span.smallTitle[data-v-b44d2b08] {
  font-size: 17px;
  font-family: PingFangSC;
  color: #666666;
  line-height: 20px;
  margin-left: 10px;
}
.container .infoTip span[data-v-b44d2b08] {
  margin-left: 15px;
  font-size: 14px;
  color: #313233;
  font-weight: 400;
}
.container .stepH[data-v-b44d2b08] {
  background-color: #fff;
  padding: 0 24px;
}
.container .stepH .redTip[data-v-b44d2b08]::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 14px;
  color: #ed4014;
}
.container .stepH .tips-icon[data-v-b44d2b08] {
  width: 17px;
  height: 17px;
  border: 1px solid #ed3e3e;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  color: #ed3e3e;
  cursor: pointer;
}
.container .fileContainer .fl[data-v-b44d2b08] {
  float: none;
}
.container .fileContainer .file-box[data-v-b44d2b08] {
  padding-left: 50px;
}
.container .fileContainer .file-box .file-type-name[data-v-b44d2b08] {
  text-align: left !important;
}
.container .fileContainer .file-box .file-box-inner[data-v-b44d2b08] {
  display: flex;
}
.container .fileContainer .file-box .file-box-inner .file-wrapper[data-v-b44d2b08] {
  margin-right: 0px;
}
.container .fileContainer .file-box .file-box-inner .file-wrapper .imgBox[data-v-b44d2b08] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px dashed #dcdee2;
  position: relative;
  text-align: center;
  z-index: 11;
  background: #fff;
}
.container .fileContainer .file-box .file-box-inner .file-wrapper .imgBox .deletBtn[data-v-b44d2b08] {
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  padding: 0px;
  border: none;
}
.container .fileContainer .file-box .file-box-inner .file-wrapper .imgBox .deletBtn img[data-v-b44d2b08] {
  position: absolute;
  width: 26px;
  height: 26px;
  top: -70px;
  right: -88px;
}
.container .fileContainer .file-box .file-box-inner .file-wrapper .file-item[data-v-b44d2b08] {
  width: 200px;
  height: 124px;
  background: #f4f5f6;
  border-radius: 2px;
  position: relative;
  margin-right: 10px;
}
.container .fileContainer .file-box .file-box-inner .file-wrapper .file-item .ivu-upload[data-v-b44d2b08] {
  width: 100%;
  height: 100%;
}
.container .fileContainer .file-box .file-box-inner .file-wrapper .file-item .ivu-upload .ivu-upload-drag[data-v-b44d2b08] {
  height: 100%;
}
.container .fileContainer .file-box .file-box-inner .file-wrapper .file-item .ivu-upload .inner[data-v-b44d2b08] {
  width: 100%;
  height: 100%;
  background: #f4f5f6;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .fileContainer .file-box .file-box-inner .file-wrapper .file-item .ivu-upload .inner .main-text[data-v-b44d2b08] {
  display: none;
}
.container .fileContainer .file-box .file-box-inner .file-wrapper .file-item .ivu-upload .inner img[data-v-b44d2b08] {
  width: 50px;
}
.container .fileContainer .file-box .file-box-inner .file-wrapper .file-item .file-wrapper-title[data-v-b44d2b08] {
  position: absolute;
  bottom: 0px;
  width: 100%;
  font-size: 14px;
  font-family: PingFangSC;
  color: #999999;
  line-height: 32px;
  z-index: 1;
}
.container .fileContainer .file-box .file-box-inner .file-wrapper .explame-out[data-v-b44d2b08] {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.container .fileContainer .file-box .file-box-inner .file-wrapper .explame-out .uplad-symbol[data-v-b44d2b08] {
  width: 16px;
  height: 16px;
}
.container .fileContainer .file-box .file-box-inner .file-wrapper .example-btn[data-v-b44d2b08] {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .fileContainer .file-box .file-box-inner .file-wrapper .example-btn img[data-v-b44d2b08] {
  width: 16px;
}
.container .fileContainer .file-box .file-box-inner .file-wrapper img[data-v-b44d2b08] {
  width: 100%;
  height: 100%;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner {
  display: flex;
  flex-wrap: wrap;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .stepH {
  padding: 0px;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .file-name {
  text-align: left;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .other-file-box .file-item {
  width: 200px;
  height: 124px;
  background: #f4f5f6;
  border-radius: 2px;
  position: relative;
  margin-right: 10px;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .other-file-box .file-item .file-name {
  text-align: left;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .other-file-box .file-item .imgBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px dashed #dcdee2;
  position: relative;
  text-align: center;
  z-index: 11;
  background: #fff;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .other-file-box .file-item .imgBox img {
  width: 100%;
  height: 100%;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .other-file-box .file-item .imgBox .deletBtn {
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .other-file-box .file-item .imgBox .deletBtn img {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 5px;
  right: -92px;
  display: none;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .other-file-box .file-item .imgBox .uploadItem {
  width: 100%;
  height: 100%;
  margin-top: -14px;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .other-file-box .file-item .imgBox .show-pdf {
  display: inline-block;
  color: #313233;
  font-size: 16px;
  margin-top: 26px;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .other-file-box .file-item .upload-box {
  width: 100%;
  height: 100%;
  padding: 0;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .other-file-box .file-item .upload-box .ivu-upload-drag {
  height: 100%;
  width: 100%;
  background: #f4f5f6;
  border: none;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .other-file-box .file-item .upload-box .inner {
  width: 100%;
  height: 100%;
  background: #f4f5f6;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .other-file-box .file-item .upload-box .inner .main-text {
  display: none;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .other-file-box .file-item .upload-box .inner .uplad-symbol {
  width: 50px;
  height: 50px;
  margin-bottom: 14px;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .other-file-box .file-item .file-wrapper-title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  font-size: 14px;
  font-family: PingFangSC;
  color: #999999;
  line-height: 14px;
  z-index: 1;
  left: 0px;
  height: 32px;
  text-align: center;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .other-file-box .file-item .imgBox:hover img {
  display: block;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .other-file-box .tips-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .other-file-box .tips-box img {
  width: 16px;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .other-file-box .other-file-url-box {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .other-file-box .other-file-url-box a {
  font-size: 16px;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .other-file-box .other-file-url-box .close-img {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 5px;
  right: 5px;
  z-index: 11;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .other-file-box .other-file-url-box:hover a {
  color: #16ade9;
}
.container .fileContainer[data-v-b44d2b08] .otherFile-box-inner .other-file-box .other-file-url-box:hover .close-img {
  display: block;
}
.container .fileContainer .expand[data-v-b44d2b08] {
  text-align: left !important;
}
.container .other-file-box .file-name[data-v-b44d2b08] {
  display: inline-block;
  vertical-align: super;
  min-width: 210px;
  text-align: right;
  color: #666;
}
.container .other-file-box .upload-box[data-v-b44d2b08] {
  display: inline-block;
  width: 50%;
  text-align: left;
  padding: 10px 0;
}
.container .other-file-box .upload-box .inner[data-v-b44d2b08] {
  text-align: left;
  font-size: 12px;
  padding-left: 12px;
}
.container .other-file-box .upload-box .inner img[data-v-b44d2b08] {
  width: 14px;
}
.container .other-file-box .upload-box .inner span[data-v-b44d2b08] {
  color: #16ade9;
}
.container .other-file-box[data-v-b44d2b08] .ivu-upload-drag {
  padding: 6px 0;
  border: 1px solid #e6e6e6;
  font-size: 12px;
}
.container .other-file-box .other-file-url-box[data-v-b44d2b08] {
  display: inline-block;
  width: 50%;
  text-align: left;
  padding: 6px 0 6px 12px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  position: relative;
}
.container .other-file-box .other-file-url-box img[data-v-b44d2b08] {
  width: 12px;
}
.container .other-file-box .other-file-url-box a[data-v-b44d2b08] {
  color: #333;
}
.container .other-file-box .other-file-url-box .close-img[data-v-b44d2b08] {
  width: 9px;
  display: none;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.container .other-file-box .other-file-url-box:hover a[data-v-b44d2b08] {
  color: #16ade9;
}
.container .other-file-box .other-file-url-box:hover .close-img[data-v-b44d2b08] {
  display: block;
}
.container .step-wrapper[data-v-b44d2b08] {
  box-sizing: border-box;
  width: 80%;
  position: absolute;
  left: 50%;
  transform: translate(-40%, 0);
}
.container .step-wrapper[data-v-b44d2b08] .ivu-steps-item {
  line-height: 44px;
}
.container .step-wrapper[data-v-b44d2b08] .ivu-steps-horizontal .ivu-steps-item .ivu-steps-head {
  padding-left: 18px;
}
.container .step-wrapper[data-v-b44d2b08] .ivu-steps-content {
  color: #9a9ca1;
  padding-left: 0px;
  font-size: 14px;
}
.container .step-wrapper[data-v-b44d2b08] .ivu-steps-item.ivu-steps-status-process .ivu-steps-content,
.container .step-wrapper[data-v-b44d2b08] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-content {
  color: #626466;
}
.container .step-wrapper[data-v-b44d2b08] .ivu-steps-head-inner {
  width: 44px;
  height: 44px;
}
.container .step-wrapper[data-v-b44d2b08] .ivu-steps-head-inner span {
  line-height: 44px;
}
.container .step-wrapper[data-v-b44d2b08] .ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner,
.container .step-wrapper[data-v-b44d2b08] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner {
  background: #16ade9;
  border-color: #16ade9;
}
.container .step-wrapper[data-v-b44d2b08] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner span,
.container .step-wrapper[data-v-b44d2b08] .ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner > .ivu-steps-icon {
  color: #fff;
}
.container .step-wrapper[data-v-b44d2b08] .ivu-steps-horizontal .ivu-steps-title:after {
  background: #dedfe0;
  height: 2px;
}
.container .step-wrapper[data-v-b44d2b08] .ivu-steps-horizontal .ivu-steps-status-finish .ivu-steps-title:after {
  background: #16ade9;
}
.container .line[data-v-b44d2b08] {
  border: 1px solid #f5f5f5;
  margin-top: 120px;
  margin-bottom: 50px;
}
.container .write-info[data-v-b44d2b08] {
  position: relative;
}
.container .write-info .wrapper[data-v-b44d2b08] {
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
}
.container .write-info .wrapper .title[data-v-b44d2b08] {
  color: #313233;
  font-size: 14px;
  margin-bottom: 28px;
  font-weight: 700;
  color: #333;
  height: 40px;
  background: rgba(22, 173, 233, 0.2);
  line-height: 40px;
  padding-left: 20px;
}
.container .write-info .wrapper .file-title[data-v-b44d2b08] {
  text-align: left;
  margin-left: 0;
  height: 40px;
  background: rgba(22, 173, 233, 0.2);
  line-height: 40px;
  padding-left: 20px;
}
.container .write-info .wrapper .inputH .tips-box[data-v-b44d2b08] {
  vertical-align: super;
  color: #16ade9;
}
.container .write-info .wrapper[data-v-b44d2b08] .inputHFlex {
  display: flex;
  flex-wrap: wrap;
}
.container .write-info .wrapper[data-v-b44d2b08] .inputHFlex .form-item {
  width: 50%;
}
.container .write-info .wrapper[data-v-b44d2b08] .registerClass .form-item input,
.container .write-info .wrapper[data-v-b44d2b08] .registerClass .form-item .ivu-date-picker,
.container .write-info .wrapper[data-v-b44d2b08] .registerClass .form-item .ivu-select {
  width: 340px;
}
.container .write-info .wrapper[data-v-b44d2b08] .registerClass .form-item .label {
  width: 147px;
  white-space: normal;
  padding-bottom: 0px;
}
@media (min-width: 1920px) {
.container .write-info .wrapper[data-v-b44d2b08] .registerClass .form-item .label {
    width: 300px !important;
}
}
.container .write-info .wrapper[data-v-b44d2b08] .registerClass .form-item .companyAddress {
  width: 342px;
  margin-left: 3px;
}
.container .write-info .wrapper[data-v-b44d2b08] .registerClass .form-item .ivu-input-wrapper textarea.ivu-input {
  margin-left: 148px;
  width: 350px;
}
@media (min-width: 1920px) {
.container .write-info .wrapper[data-v-b44d2b08] .registerClass .form-item .companyEn textarea.ivu-input {
    margin-left: 300px !important;
}
}
.container .write-info .wrapper[data-v-b44d2b08] .registerClass .form-item .beizhu {
  margin-left: 143px;
  margin-top: 10px;
  font-size: 14px;
  color: #ed3e3e;
}
.container .write-info .wrapper[data-v-b44d2b08] .registerClass .form-item > div {
  display: flex;
  align-items: center;
}
.container .write-info .wrapper[data-v-b44d2b08] .registerClass .form-item .doubleInput {
  display: block;
}
.container .write-info .wrapper[data-v-b44d2b08] .registerClass .form-item:nth-child(2n) .bank-info textarea.ivu-input {
  margin-left: 0px;
}
.container .write-info .wrapper .form-item[data-v-b44d2b08] {
  padding-bottom: 20px;
  position: relative;
}
.container .write-info .wrapper .form-item .label[data-v-b44d2b08] {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
  padding-bottom: 10px;
  white-space: nowrap;
  text-align: right;
  padding-right: 24px;
  width: 190px;
}
.container .write-info .wrapper .form-item .file[data-v-b44d2b08] {
  width: 172px;
}
.container .write-info .wrapper .form-item input[data-v-b44d2b08] {
  width: 400px;
  font-size: 14px;
  border: 1px solid #dadada;
  text-indent: 8px;
  height: 34px;
}
.container .write-info .wrapper .form-item input[data-v-b44d2b08]::-webkit-input-placeholder {
  color: #c6c8cc;
}
.container .write-info .wrapper .form-item .ivu-select[data-v-b44d2b08] {
  height: 38px;
  width: 400px;
  height: 34px;
  text-align: left;
}
.container .write-info .wrapper .form-item .ivu-select[data-v-b44d2b08] .ivu-select-selection {
  height: 38px;
  border-radius: 0px;
  border-color: #dadada;
}
.container .write-info .wrapper .form-item .ivu-select[data-v-b44d2b08] .ivu-select-selection .ivu-select-placeholder,
.container .write-info .wrapper .form-item .ivu-select[data-v-b44d2b08] .ivu-select-selection .ivu-select-selected-value {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.container .write-info .wrapper .form-item .ivu-select[data-v-b44d2b08] .ivu-select-selection .ivu-tag {
  height: 30px;
  line-height: 30px;
}
.container .write-info .wrapper .form-item .ivu-radio-group[data-v-b44d2b08] {
  line-height: 20px;
  text-align: left;
  width: 402px;
}
.container .write-info .wrapper .form-item .ivu-date-picker[data-v-b44d2b08] {
  height: 34px;
  width: 400px;
}
.container .write-info .wrapper .form-item .ivu-date-picker[data-v-b44d2b08] .ivu-date-picker-rel .ivu-input-wrapper input {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  border-radius: 0px;
  border-color: #dadada;
}
.container .write-info .wrapper .expand[data-v-b44d2b08] {
  margin: 20px 0;
  font-size: 16px;
  font-family: "Noto Sans S Chinese";
  font-weight: 400;
  max-width: 350px;
  text-align: right;
  color: #666666;
  font-weight: bold;
}
.container .write-info .wrapper .file-box[data-v-b44d2b08] {
  margin-bottom: 26px;
}
.container .write-info .wrapper .file-box .file-type-name[data-v-b44d2b08] {
  font-size: 14px;
  color: #666;
  min-width: 248px;
  text-align: right;
  min-height: 1px;
  margin-bottom: 10px;
}
.container .write-info .wrapper .subTitle[data-v-b44d2b08] {
  font-size: 14px;
  font-family: "Noto Sans S Chinese";
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  margin-bottom: 20px;
}
.container .write-info .wrapper .file-wrapper[data-v-b44d2b08] {
  margin-right: 10px;
}
.container .write-info .wrapper .file-wrapper .out-box[data-v-b44d2b08] {
  display: inline-block;
}
.container .write-info .wrapper .file-wrapper .explame-out[data-v-b44d2b08] {
  display: inline-block;
  margin-top: 88px;
  margin-left: 8px;
}
.container .write-info .wrapper .file-wrapper .explame-out a[data-v-b44d2b08] {
  color: #16ade9;
}
.container .write-info .wrapper .file-wrapper .explame[data-v-b44d2b08] {
  color: #16ade9;
  margin-left: 8px;
  cursor: pointer;
  font-size: 12px;
  vertical-align: bottom;
}
.container .write-info .wrapper .file-wrapper .file-wrapper-title[data-v-b44d2b08] {
  text-align: center;
  width: 100%;
  color: #333;
  font-size: 12px;
  display: block;
  margin-top: 10px;
  height: 32px;
}
.container .write-info .wrapper .file-wrapper img[data-v-b44d2b08] {
  width: 100%;
  height: auto;
}
.container .write-info .wrapper .file-wrapper .ivu-upload[data-v-b44d2b08] {
  width: 104px;
}
.container .write-info .wrapper .file-wrapper .ivu-upload[data-v-b44d2b08] .ivu-upload-drag {
  border: none;
  height: 100%;
  background: #f4f5f6;
}
.container .write-info .wrapper .file-wrapper .ivu-upload[data-v-b44d2b08] .ivu-upload-drag:hover {
  border: none;
}
.container .write-info .wrapper .file-wrapper .ivu-upload[data-v-b44d2b08] .ivu-upload-drag .inner {
  margin-top: 26px;
}
.container .write-info .wrapper .file-wrapper .ivu-upload[data-v-b44d2b08] .ivu-upload-drag .inner .uplad-symbol {
  width: 24px;
  height: auto;
}
.container .write-info .wrapper .file-wrapper .ivu-upload[data-v-b44d2b08] .ivu-upload-drag .inner .main-text {
  color: #16ade9;
  font-size: 12px;
}
.container .write-info .wrapper .file-wrapper .ivu-upload[data-v-b44d2b08] .ivu-upload-list {
  text-align: left;
}
.container .write-info .wrapper .file-wrapper .ivu-upload[data-v-b44d2b08] .ivu-upload-list .ivu-upload-list-file {
  background: #f5f5f5;
}
.container .write-info .wrapper .file-wrapper .ivu-upload[data-v-b44d2b08] .ivu-upload-list .ivu-upload-list-file span {
  color: #9a9ca1;
  font-size: 12px;
}
.container .write-info .wrapper .file-wrapper .ivu-upload[data-v-b44d2b08] .ivu-upload-list .ivu-upload-list-file .ivu-upload-list-remove {
  opacity: 1;
  color: #444;
}
.container .write-info .wrapper .file-wrapper .ivu-upload[data-v-b44d2b08] .ivu-upload-list .ivu-progress-success .ivu-progress-bg {
  background: #16ade9;
}
.container .write-info .wrapper .file-wrapper .imgBox[data-v-b44d2b08] {
  width: 104px;
  height: 104px;
  overflow: hidden;
  border: 1px dashed #dcdee2;
  position: relative;
  text-align: center;
}
.container .write-info .wrapper .file-wrapper .imgBox .deletBtn[data-v-b44d2b08] {
  position: absolute;
  bottom: 10px;
  left: 22px;
  display: none;
}
.container .write-info .wrapper .file-wrapper .imgBox .pdf-name[data-v-b44d2b08] {
  margin-top: 60px;
}
.container .write-info .wrapper .file-wrapper .imgBox .show-pdf[data-v-b44d2b08] {
  display: inline-block;
  color: #313233;
  font-size: 16px;
  margin-top: 26px;
}
.container .write-info .wrapper .file-wrapper:hover .deletBtn[data-v-b44d2b08] {
  display: block;
}
.container .write-info .wrapper .file-wrapper .showImg[data-v-b44d2b08] {
  width: 200px;
  height: 124px;
  border: 1px dashed #dcdee2;
  overflow: hidden;
  text-align: center;
}
.container .write-info .wrapper .file-wrapper .showImg .show-pdf[data-v-b44d2b08] {
  display: inline-block;
  color: #313233;
  font-size: 16px;
  margin-top: 40px;
}
.container .write-info .wrapper .file-wrapper .showImg img[data-v-b44d2b08] {
  width: 100%;
  height: auto;
}
.container .write-info .wrapper .file-wrapper .example-btn[data-v-b44d2b08] {
  margin-top: 88px;
  margin-left: 10px;
  color: #16ade9;
  font-size: 12px;
  cursor: pointer;
}
.container .write-info .wrapper .line[data-v-b44d2b08] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.container .write-info .newBt[data-v-b44d2b08] {
  text-align: center;
  margin: 20px 10px;
}
.container .write-info .newBt .btn .next[data-v-b44d2b08],
.container .write-info .newBt .btn .prev[data-v-b44d2b08] {
  display: inline-block;
  width: 98px;
  height: 32px;
  background: #16ade9;
  border: 1px solid #16ade9;
  color: #313233;
  font-size: 14px;
  line-height: 33px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}
.container .write-info .newBt .btn .prev[data-v-b44d2b08] {
  background: #fff;
  border: 1px solid #16ade9;
  color: #16ade9;
  margin-right: 20px;
}
.container .write-info .newBt .btn .next[data-v-b44d2b08] {
  color: #ffffff;
  margin-right: 16px;
}
.container .success[data-v-b44d2b08] {
  text-align: center;
  min-height: 600px;
  background: #ffffff;
}
.container .success > img[data-v-b44d2b08] {
  margin-top: 50px;
  width: 76px;
  height: 76px;
  margin-bottom: 24px;
}
.container .success .success-tips[data-v-b44d2b08] {
  font-size: 20px;
  font-family: SourceHanSansSC-Medium, SourceHanSansSC;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-bottom: 24px;
}
.container .success .btn[data-v-b44d2b08] {
  margin-top: 40px;
}
.container .success .btn span[data-v-b44d2b08] {
  display: inline-block;
  width: 140px;
  height: 36px;
  border: 1px solid #16ade9;
  line-height: 36px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #16ade9;
  margin-bottom: 32px;
}
.container .success .followContent[data-v-b44d2b08] {
  width: 730px;
  height: 240px;
  background: rgba(22, 173, 233, 0.1);
  margin: 0px auto;
  padding: 24px;
}
.container .success .followContent .title[data-v-b44d2b08] {
  font-size: 16px;
  font-family: SourceHanSansSC-Medium, SourceHanSansSC;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-bottom: 17px;
}
.container .success .followContent img[data-v-b44d2b08] {
  width: 144px;
}
.legalPersonSignature[data-v-b44d2b08] {
  padding: 0px 150px 50px;
}
.legalPersonSignature .titleSign[data-v-b44d2b08] {
  color: #626466;
  font-size: 14px;
  padding-bottom: 10px;
  background-color: rgba(24, 144, 255, 0.19);
}
.legalPersonSignature .signature[data-v-b44d2b08] {
  background: #f2f2f2;
  width: 360px;
  height: 180px;
  display: inline-block;
  margin-left: 50px;
  position: relative;
}
.legalPersonSignature .signature img[data-v-b44d2b08] {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.legalPersonSignature .signature img.refresh[data-v-b44d2b08] {
  width: 30px;
  height: 30px;
  margin: 10px;
  position: absolute;
  right: 0px;
  cursor: pointer;
}
.legalPersonSignature .signature button[data-v-b44d2b08] {
  position: absolute;
  top: 0px;
  left: 42px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
#qrcode[data-v-b44d2b08] {
  display: inline-block;
  position: relative;
}
#qrcode img[data-v-b44d2b08] {
  width: 132px;
  height: 132px;
  background-color: #fff;
  padding: 6px;
}
#qrcode p[data-v-b44d2b08] {
  position: absolute;
  bottom: -24px;
  width: 200px;
  font-size: 14px;
  color: #626466;
}
.meStr[data-v-b44d2b08] {
  line-height: 27px;
  padding: 0 30px;
}
.iconHelp[data-v-b44d2b08] {
  font-size: 20px;
  color: #ffcd1e;
  cursor: pointer;
}
.btBottom[data-v-b44d2b08] {
  width: 440px;
  display: inline-block;
  text-align: left;
}
.row-cel[data-v-b44d2b08] {
  margin-right: 10px;
}
[data-v-b44d2b08] .ivu-select-dropdown-list {
  max-height: 300px;
}
[data-v-b44d2b08] .ivu-radio-checked .ivu-radio-inner {
  background-color: #fff !important;
}
[data-v-b44d2b08] .ivu-radio-inner:after {
  width: 8px;
  height: 8px;
  left: 3px;
  top: 3px;
  background-color: #2d8cf0 !important;
}
[data-v-b44d2b08] .ivu-upload-drag:hover {
  border-color: #16ade9;
}
[data-v-b44d2b08] .ivu-row {
  font-size: 14px;
}
[data-v-b44d2b08] .ivu-tooltip-inner {
  max-width: 350px;
}
[data-v-b44d2b08] .ivu-tooltip-inner p {
  white-space: normal;
}
[data-v-b44d2b08] textarea.ivu-input {
  margin-left: 39px;
}
input[data-v-b44d2b08]:disabled {
  background-color: #f5f5f5;
  color: #626466 !important;
}
[data-v-b44d2b08] .bank-info textarea.ivu-input {
  margin-left: 0;
}
.flex-align[data-v-b44d2b08] {
  display: flex;
  align-items: center;
}
.up[data-v-b44d2b08] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #1890ff;
  position: fixed;
  right: 0px;
  bottom: 131px;
  width: 42px;
  height: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 7px;
}
.up[data-v-b44d2b08] .ivu-tooltip-popper {
  top: 12px !important;
  left: -93px !important;
}
.up[data-v-b44d2b08] .ivu-tooltip-rel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.up span[data-v-b44d2b08] {
  font-size: 14px;
  color: #ffffff;
}
.up img[data-v-b44d2b08] {
  width: 20px;
  height: 20px;
  margin-bottom: 3px;
}
[data-v-b44d2b08] .gudong .ivu-input {
  width: 100% !important;
}
.red[data-v-b44d2b08] {
  color: red;
}
.content-title[data-v-b44d2b08] {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.content-content[data-v-b44d2b08] {
  margin-top: 8px;
}
.content-content a[data-v-b44d2b08] {
  color: #fff;
  word-break: break-all;
}
.tipsModal-title[data-v-b44d2b08] {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.tipsModal-contnet[data-v-b44d2b08] {
  font-size: 18px;
}
.tipsModal-contnet .tip-title[data-v-b44d2b08] {
  color: #d9001b;
  margin-bottom: 18px;
}

.container[data-v-774a7877] {
  border-radius: 4px;
  font-size: 14px;
}
.container .formstyle[data-v-774a7877] {
  margin-top: 20px;
}
.container .formstyle .explame[data-v-774a7877] {
  cursor: pointer;
}
.container .formstyle .explame a[data-v-774a7877] {
  color: #16ade9;
}
.container .formstyle .explame img[data-v-774a7877] {
  position: relative;
  top: 4px;
}
.container .formstyle .form[data-v-774a7877] {
  padding: 0 32px 32px 32px;
}
.container .formstyle .form .flex-item[data-v-774a7877] {
  display: flex;
  justify-content: space-between;
}
.container .formstyle .form .top-lable[data-v-774a7877] {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  margin-bottom: 8px;
}
.container .formstyle .form .top-lable span[data-v-774a7877] {
  color: #FA5555;
  margin-right: 4px;
}
.container .formstyle .form .upload-tip[data-v-774a7877] {
  font-size: 14px;
  color: #FBB73C;
  vertical-align: bottom;
}
.big-row[data-v-774a7877] {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 24px;
}
.subTitle[data-v-774a7877] {
  font-size: 18px;
  margin-bottom: 28px;
  font-weight: 700;
  color: #333;
  height: 55px;
  background: rgba(24, 144, 255, 0.19);
  line-height: 55px;
  padding-left: 32px;
  border-radius: 4px 4px 0px 0px;
}
div.inner[data-v-774a7877] {
  width: 294px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background: #16ADE9;
  cursor: pointer;
}
div.inner .uplad-symbol[data-v-774a7877] {
  margin-top: 30px;
}
div.inner .main-text[data-v-774a7877] {
  font-size: 12px;
  line-height: 24px;
}
.SAcontent[data-v-774a7877] {
  min-width: 1024px;
}
.stepH[data-v-774a7877] {
  background-color: #fff;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.stepH .redTip[data-v-774a7877]::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 14px;
  color: #ed4014;
}
.stepH .tips-icon[data-v-774a7877] {
  width: 17px;
  height: 17px;
  border: 1px solid #ed3e3e;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  color: #ed3e3e;
  cursor: pointer;
}
.title[data-v-774a7877] {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 20px;
}
.title span.line[data-v-774a7877] {
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #16ade9;
  margin-right: 10px;
}
.title .remark[data-v-774a7877] {
  margin-left: 15px;
  font-size: 14px;
  color: #515a6e;
  font-weight: 400;
}
.container .write-info .wrapper .company-title[data-v-774a7877] {
  padding-top: 20px;
}
.form-item[data-v-774a7877] {
  padding-bottom: 20px;
  position: relative;
}
.form-item .label[data-v-774a7877] {
  color: #626466;
  font-size: 14px;
  display: inline-block;
  min-width: 278px;
  padding-bottom: 10px;
  white-space: nowrap;
  text-align: right;
  padding-right: 24px;
}
.form-item .file[data-v-774a7877] {
  width: 172px;
}
.form-item input[data-v-774a7877] {
  width: 400px;
  font-size: 14px;
  border: 1px solid #dadada;
  text-indent: 8px;
  height: 34px;
}
.form-item input[data-v-774a7877]::-webkit-input-placeholder {
  color: #c6c8cc;
}
.form-item .ivu-select[data-v-774a7877] {
  height: 38px;
  width: 400px;
  height: 34px;
  text-align: left;
}
.form-item .ivu-select[data-v-774a7877] .ivu-select-selection {
  height: 38px;
  border-radius: 0px;
  border-color: #dadada;
}
.form-item .ivu-select[data-v-774a7877] .ivu-select-selection .ivu-select-placeholder,
.form-item .ivu-select[data-v-774a7877] .ivu-select-selection .ivu-select-selected-value {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.form-item .ivu-select[data-v-774a7877] .ivu-select-selection .ivu-tag {
  height: 30px;
  line-height: 30px;
}
.form-item .ivu-radio-group[data-v-774a7877] {
  line-height: 20px;
  text-align: left;
  width: 402px;
}
.form-item .ivu-date-picker[data-v-774a7877] {
  height: 34px;
  width: 400px;
}
.form-item .ivu-date-picker[data-v-774a7877] .ivu-date-picker-rel .ivu-input-wrapper input {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  border-radius: 0px;
  border-color: #dadada;
}
.shares-box[data-v-774a7877] {
  background-color: #f2f2f2;
  padding: 24px 24px 32px 24px;
}
.shares-box[data-v-774a7877] .ivu-form-item {
  width: 100% !important;
  margin-bottom: 14px;
}
.shares-box[data-v-774a7877] .ivu-select.ivu-select-single.ivu-select-default {
  width: 360px;
  display: inline-block;
}
.shares-tips[data-v-774a7877] {
  margin-left: 24px;
}
.shares-tips span[data-v-774a7877] {
  color: red;
}
.inner[data-v-774a7877] {
  width: 100px;
  height: 100px;
  text-align: center;
  color: #16ade9;
  border-radius: 4px;
  cursor: pointer;
}
.inner .uplad-symbol[data-v-774a7877] {
  margin-top: 30px;
}
.inner .main-text[data-v-774a7877] {
  font-size: 12px;
  line-height: 24px;
}
.ischange .inner[data-v-774a7877] {
  background: #9999991f;
}
.ischange .inner .uplad-word[data-v-774a7877] {
  color: #666666;
}
.ischange .inner img[data-v-774a7877] {
  display: none;
}
.inner.img-box[data-v-774a7877] {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.inner.img-box img[data-v-774a7877] {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner.img-box .show-pdf[data-v-774a7877] {
  display: inline-block;
  color: #313233;
  font-size: 14px;
}
.upload-tip a[data-v-774a7877] {
  color: #16ade9;
}
.ivu-upload[data-v-774a7877] {
  display: inline-block;
}
.ivu-upload[data-v-774a7877] .ivu-upload-drag {
  height: 104px;
}
.ivu-upload[data-v-774a7877] .ivu-upload-drag .inner {
  margin-top: 26px;
}
.ivu-upload[data-v-774a7877] .ivu-upload-drag .inner .uplad-symbol {
  width: 24px;
  height: auto;
}
.ivu-upload[data-v-774a7877] .ivu-upload-drag .inner .main-text {
  color: #16ade9;
  font-size: 12px;
}
.ivu-upload[data-v-774a7877] .ivu-upload-list {
  text-align: left;
}
.ivu-upload[data-v-774a7877] .ivu-upload-list .ivu-upload-list-file {
  background: #f5f5f5;
}
.ivu-upload[data-v-774a7877] .ivu-upload-list .ivu-upload-list-file span {
  color: #9a9ca1;
  font-size: 12px;
}
.ivu-upload[data-v-774a7877] .ivu-upload-list .ivu-upload-list-file .ivu-upload-list-remove {
  opacity: 1;
  color: #444;
}
.ivu-upload[data-v-774a7877] .ivu-upload-list .ivu-progress-success .ivu-progress-bg {
  background: #16ade9;
}
.reason[data-v-774a7877] textarea.ivu-input {
  margin-left: 0;
}
.requiredItem[data-v-774a7877] .ivu-form-item-label::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed4014;
}
.SAcontent .stepSA[data-v-774a7877] .ivu-form .ivu-form-item-label {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
@media (min-width: 1920px) {
.SAcontent .stepSA[data-v-774a7877] .ivu-form .ivu-form-item-label {
    width: 300px !important;
}
}
.SAcontent .stepSA[data-v-774a7877] .inputHFlex {
  display: flex;
  flex-wrap: wrap;
}
.SAcontent .stepSA[data-v-774a7877] .inputHFlex > .ivu-form-item {
  width: 50%;
  display: inline-block;
}
@media (min-width: 1920px) {
.SAcontent .stepSA[data-v-774a7877] .inputHFlex .addressEn textarea.ivu-input {
    margin-left: 287px;
}
}
.SAcontent .stepSA[data-v-774a7877] .inputHFlex .redTip {
  width: 147px;
  min-width: auto;
  padding-right: 13px;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1920px) {
.SAcontent .stepSA[data-v-774a7877] .inputHFlex .redTip {
    width: 300px;
}
}
.SAcontent .stepSA[data-v-774a7877] .inputHFlex .shopNatureClass {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.SAcontent .stepSA[data-v-774a7877] .inputHFlex .shopNatureClass > .ivu-form-item {
  width: 50%;
  display: inline-block;
}
.SAcontent .stepSA .title[data-v-774a7877] {
  width: 100%;
  font-size: 14px;
  margin-bottom: 28px;
  font-weight: 700;
  color: #333;
  height: 40px;
  background: rgba(22, 173, 233, 0.2);
  line-height: 40px;
  padding-left: 20px;
}
.SAcontent .stepSA[data-v-774a7877] .ivu-form-item-content {
  margin-left: 20px !important;
}
.SAcontent .stepSA[data-v-774a7877] .ivu-upload {
  width: 200px;
  height: 124px;
  background: #f4f5f6;
  border-radius: 2px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
.SAcontent .stepSA[data-v-774a7877] .ivu-upload .inner {
  width: 100%;
  height: 100%;
  background: #f4f5f6;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SAcontent .stepSA[data-v-774a7877] .ivu-upload .inner img {
  width: 50px;
  height: auto;
  margin-top: 0px;
}
.SAcontent .stepSA .out-img-box .img-box[data-v-774a7877] {
  width: 200px;
  height: 124px;
  overflow: hidden;
  border: 1px dashed #dcdee2;
  position: relative;
  text-align: center;
  z-index: 11;
  background: #fff;
}
.SAcontent .stepSA .out-img-box .img-box button[data-v-774a7877] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: -13px;
  height: 0px;
  z-index: 1;
}
.SAcontent .stepSA .out-img-box .img-box button img.closeImg[data-v-774a7877] {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 16px;
  right: -194px;
}
.SAcontent .stepSA .out-img-box .img-box img[data-v-774a7877] {
  width: 100%;
  height: 100%;
}
.SAcontent .stepSA .out-img-box .img-box .deletBtn[data-v-774a7877] {
  left: auto;
  display: none;
}
.SAcontent .stepSA .out-img-box .img-box:hover .deletBtn[data-v-774a7877] {
  display: block;
}

.container[data-v-c279754e] {
  border-radius: 4px;
  font-size: 14px;
}
.container .formstyle[data-v-c279754e] {
  margin-top: 20px;
}
.container .formstyle .explame[data-v-c279754e] {
  cursor: pointer;
}
.container .formstyle .explame a[data-v-c279754e] {
  color: #16ade9;
}
.container .formstyle .explame img[data-v-c279754e] {
  position: relative;
  top: 4px;
}
.container .formstyle .form[data-v-c279754e] {
  padding: 0 32px 32px 32px;
}
.container .formstyle .form .flex-item[data-v-c279754e] {
  display: flex;
  justify-content: space-between;
}
.container .formstyle .form .top-lable[data-v-c279754e] {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  margin-bottom: 8px;
}
.container .formstyle .form .top-lable span[data-v-c279754e] {
  color: #FA5555;
  margin-right: 4px;
}
.container .formstyle .form .top-lable .tips-icon[data-v-c279754e] {
  width: 17px;
  height: 17px;
  position: relative;
  font-weight: 500;
  top: 2px;
  background-color: #FBB73C;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.container .formstyle .form .upload-tip[data-v-c279754e] {
  font-size: 14px;
  color: #FBB73C;
  vertical-align: bottom;
}
.big-row[data-v-c279754e] {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 24px;
}
.subTitle[data-v-c279754e] {
  font-size: 18px;
  margin-bottom: 28px;
  font-weight: 700;
  color: #333;
  height: 55px;
  background: rgba(24, 144, 255, 0.19);
  line-height: 55px;
  padding-left: 32px;
  border-radius: 4px 4px 0px 0px;
}
.SAcontent[data-v-c279754e] {
  min-width: 1024px;
}
.stepH[data-v-c279754e] {
  background-color: #fff;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.stepH .redTip[data-v-c279754e]::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 14px;
  color: #ed4014;
}
.title[data-v-c279754e] {
  font-size: 16px;
  font-family: PingFangSC;
  color: #333333;
  padding-bottom: 24px;
}
.title span.line[data-v-c279754e] {
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #16ade9;
  margin-right: 10px;
}
.title .remark[data-v-c279754e] {
  margin-left: 15px;
  font-size: 14px;
  color: #515a6e;
  font-weight: 400;
}
.container .write-info .wrapper .company-title[data-v-c279754e] {
  padding-top: 20px;
}
.form-item[data-v-c279754e] {
  padding-bottom: 20px;
  position: relative;
}
.form-item .label[data-v-c279754e] {
  color: #626466;
  font-size: 14px;
  display: inline-block;
  min-width: 278px;
  padding-bottom: 10px;
  white-space: nowrap;
  text-align: right;
  padding-right: 24px;
}
.form-item .file[data-v-c279754e] {
  width: 172px;
}
.form-item input[data-v-c279754e] {
  width: 400px;
  font-size: 14px;
  border: 1px solid #dadada;
  text-indent: 8px;
  height: 34px;
}
.form-item input[data-v-c279754e]::-webkit-input-placeholder {
  color: #c6c8cc;
}
.form-item .ivu-select[data-v-c279754e] {
  height: 38px;
  width: 400px;
  height: 34px;
  text-align: left;
}
.form-item .ivu-select[data-v-c279754e] .ivu-select-selection {
  height: 38px;
  border-radius: 0px;
  border-color: #dadada;
}
.form-item .ivu-select[data-v-c279754e] .ivu-select-selection .ivu-select-placeholder,
.form-item .ivu-select[data-v-c279754e] .ivu-select-selection .ivu-select-selected-value {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.form-item .ivu-select[data-v-c279754e] .ivu-select-selection .ivu-tag {
  height: 30px;
  line-height: 30px;
}
.form-item .ivu-radio-group[data-v-c279754e] {
  line-height: 20px;
  text-align: left;
  width: 402px;
}
.form-item .ivu-date-picker[data-v-c279754e] {
  height: 34px;
  width: 400px;
}
.form-item .ivu-date-picker[data-v-c279754e] .ivu-date-picker-rel .ivu-input-wrapper input {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  border-radius: 0px;
  border-color: #dadada;
}
.shares-box[data-v-c279754e] {
  background-color: #f2f2f2;
  padding: 15px 10px;
}
.shares-box[data-v-c279754e] .ivu-form-item {
  margin-bottom: 14px;
}
.shares-box[data-v-c279754e] .ivu-select.ivu-select-single.ivu-select-default {
  width: 400px;
  display: inline-block;
}
.shares-tips[data-v-c279754e] {
  color: red;
}
div.inner[data-v-c279754e] {
  width: 294px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background: #16ADE9;
  cursor: pointer;
}
div.inner .uplad-symbol[data-v-c279754e] {
  margin-top: 30px;
}
div.inner .main-text[data-v-c279754e] {
  font-size: 12px;
  line-height: 24px;
}
.inner.img-box[data-v-c279754e] {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.inner.img-box img[data-v-c279754e] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.inner.img-box .show-pdf[data-v-c279754e] {
  display: inline-block;
  color: #313233;
  font-size: 14px;
}
.upload-tip a[data-v-c279754e] {
  color: #16ade9;
}
.ivu-upload[data-v-c279754e] {
  width: 104px;
  display: inline-block;
}
.ivu-upload[data-v-c279754e] .ivu-upload-drag {
  height: 104px;
}
.ivu-upload[data-v-c279754e] .ivu-upload-drag .inner {
  margin-top: 26px;
}
.ivu-upload[data-v-c279754e] .ivu-upload-drag .inner .uplad-symbol {
  width: 24px;
  height: auto;
}
.ivu-upload[data-v-c279754e] .ivu-upload-drag .inner .main-text {
  color: #16ade9;
  font-size: 12px;
}
.ivu-upload[data-v-c279754e] .ivu-upload-list {
  text-align: left;
}
.ivu-upload[data-v-c279754e] .ivu-upload-list .ivu-upload-list-file {
  background: #f5f5f5;
}
.ivu-upload[data-v-c279754e] .ivu-upload-list .ivu-upload-list-file span {
  color: #9a9ca1;
  font-size: 12px;
}
.ivu-upload[data-v-c279754e] .ivu-upload-list .ivu-upload-list-file .ivu-upload-list-remove {
  opacity: 1;
  color: #444;
}
.ivu-upload[data-v-c279754e] .ivu-upload-list .ivu-progress-success .ivu-progress-bg {
  background: #16ade9;
}
.reason[data-v-c279754e] textarea.ivu-input {
  margin-left: 0;
}
.requiredItem[data-v-c279754e] .ivu-form-item-label::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed4014;
}
.container .stepAE[data-v-c279754e] {
  padding: 24px 0px;
}
.container .stepAE[data-v-c279754e] .ivu-form .ivu-form-item-label {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1920px) {
.container .stepAE[data-v-c279754e] .ivu-form .ivu-form-item-label {
    width: 300px !important;
}
}
.container .stepAE[data-v-c279754e] .inputHFlex {
  display: flex;
  flex-wrap: wrap;
}
.container .stepAE[data-v-c279754e] .inputHFlex > .ivu-form-item {
  width: 50%;
  display: inline-block;
}
@media (min-width: 1920px) {
.container .stepAE[data-v-c279754e] .inputHFlex .addressEn textarea.ivu-input {
    margin-left: 287px;
}
}
.container .stepAE[data-v-c279754e] .inputHFlex .redTip {
  width: 147px;
  min-width: auto;
  padding-right: 13px;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1920px) {
.container .stepAE[data-v-c279754e] .inputHFlex .redTip {
    width: 300px;
}
}
.container .stepAE[data-v-c279754e] .inputHFlex .shopNatureClass {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.container .stepAE[data-v-c279754e] .inputHFlex .shopNatureClass > .ivu-form-item {
  width: 50%;
  display: inline-block;
}
.container .stepAE .title[data-v-c279754e] {
  width: 100%;
  font-size: 14px;
  margin-bottom: 28px;
  font-weight: 700;
  color: #333;
  height: 40px;
  background: rgba(22, 173, 233, 0.2);
  line-height: 40px;
  padding-left: 20px;
}
.container .stepAE[data-v-c279754e] .ivu-upload {
  width: 200px;
  height: 124px;
  background: #f4f5f6;
  border-radius: 2px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
.container .stepAE[data-v-c279754e] .ivu-upload .inner {
  width: 100%;
  height: 100%;
  background: #f4f5f6;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .stepAE[data-v-c279754e] .ivu-upload .inner img {
  width: 50px;
  height: auto;
  margin-top: 0px;
}
.container .stepAE .ischange .inner[data-v-c279754e] {
  background: #9999991f;
}
.container .stepAE .ischange .inner .uplad-word[data-v-c279754e] {
  color: #666666;
}
.container .stepAE .ischange .inner img[data-v-c279754e] {
  display: none;
}
.container .stepAE .out-img-box[data-v-c279754e] {
  width: auto;
}
.container .stepAE .out-img-box .img-box[data-v-c279754e] {
  width: 200px;
  height: 124px;
  overflow: hidden;
  border: 1px dashed #dcdee2;
  position: relative;
  text-align: center;
  z-index: 11;
  background: #fff;
}
.container .stepAE .out-img-box .img-box button[data-v-c279754e] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: -13px;
  height: 0px;
  z-index: 1;
}
.container .stepAE .out-img-box .img-box button img.closeImg[data-v-c279754e] {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 16px;
  right: -194px;
}
.container .stepAE .out-img-box .img-box img[data-v-c279754e] {
  width: 100%;
  height: 100%;
}
.container .stepAE .out-img-box .img-box .deletBtn[data-v-c279754e] {
  left: auto;
  display: none;
}
.container .stepAE .out-img-box .img-box:hover .deletBtn[data-v-c279754e] {
  display: block;
}
.container .stepAE .upload-file-box .upload-tip[data-v-c279754e] {
  display: block;
  width: 200px;
  margin-left: 183px;
}
.container .stepAE .upload-file-box .upload-tip img[data-v-c279754e] {
  width: 16px;
  height: 16px;
  float: left;
  margin-top: 7px;
}
[data-v-c279754e] .ivu-tooltip-inner {
  max-width: 350px;
  white-space: inherit;
}
[data-v-c279754e] .ivu-input-wrapper.ivu-input-wrapper-default.ivu-input-type-text.ivu-date-picker-editor {
  width: 124px;
}

.container[data-v-22f598cf] {
  border-radius: 4px;
  font-size: 14px;
}
.container .formstyle[data-v-22f598cf] {
  margin-top: 20px;
}
.container .formstyle .explame[data-v-22f598cf] {
  cursor: pointer;
}
.container .formstyle .explame a[data-v-22f598cf] {
  color: #16ade9;
}
.container .formstyle .explame img[data-v-22f598cf] {
  position: relative;
  top: 4px;
}
.container .formstyle .form[data-v-22f598cf] {
  padding: 0 32px 32px 32px;
}
.container .formstyle .form .flex-item[data-v-22f598cf] {
  display: flex;
  justify-content: space-between;
}
.container .formstyle .form .top-lable[data-v-22f598cf] {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  margin-bottom: 8px;
}
.container .formstyle .form .top-lable span[data-v-22f598cf] {
  color: #FA5555;
  margin-right: 4px;
}
.container .formstyle .form .top-lable .tips-icon[data-v-22f598cf] {
  width: 17px;
  height: 17px;
  font-weight: 500;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  background-color: #FBB73C;
  color: #fff;
  cursor: pointer;
}
.container .formstyle .form .upload-tip[data-v-22f598cf] {
  font-size: 14px;
  color: #FBB73C;
  vertical-align: bottom;
}
.big-row[data-v-22f598cf] {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 24px;
}
.subTitle[data-v-22f598cf] {
  font-size: 18px;
  margin-bottom: 28px;
  font-weight: 700;
  color: #333;
  height: 55px;
  background: rgba(24, 144, 255, 0.19);
  line-height: 55px;
  padding-left: 32px;
  border-radius: 4px 4px 0px 0px;
}
div.inner[data-v-22f598cf] {
  width: 294px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background: #16ADE9;
  cursor: pointer;
}
div.inner .uplad-symbol[data-v-22f598cf] {
  margin-top: 30px;
}
div.inner .main-text[data-v-22f598cf] {
  font-size: 12px;
  line-height: 24px;
}
.SAcontent[data-v-22f598cf] {
  min-width: 1024px;
}
.stepH[data-v-22f598cf] {
  background-color: #fff;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.stepH .redTip[data-v-22f598cf]::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 14px;
  color: #ed4014;
}
.stepH .tips-icon[data-v-22f598cf] {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  color: #ed3e3e;
  cursor: pointer;
}
.title[data-v-22f598cf] {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 20px;
}
.title span.line[data-v-22f598cf] {
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #16ade9;
  margin-right: 10px;
}
.title .remark[data-v-22f598cf] {
  margin-left: 15px;
  font-size: 14px;
  color: #515a6e;
  font-weight: 400;
}
.container .write-info .wrapper .company-title[data-v-22f598cf] {
  padding-top: 20px;
}
.form-item[data-v-22f598cf] {
  padding-bottom: 20px;
  position: relative;
}
.form-item .label[data-v-22f598cf] {
  color: #626466;
  font-size: 14px;
  display: inline-block;
  min-width: 278px;
  padding-bottom: 10px;
  white-space: nowrap;
  text-align: right;
  padding-right: 24px;
}
.form-item .file[data-v-22f598cf] {
  width: 172px;
}
.form-item input[data-v-22f598cf] {
  width: 400px;
  font-size: 14px;
  border: 1px solid #dadada;
  text-indent: 8px;
  height: 34px;
}
.form-item input[data-v-22f598cf]::-webkit-input-placeholder {
  color: #c6c8cc;
}
.form-item .ivu-select[data-v-22f598cf] {
  height: 38px;
  width: 400px;
  height: 34px;
  text-align: left;
}
.form-item .ivu-select[data-v-22f598cf] .ivu-select-selection {
  height: 38px;
  border-radius: 0px;
  border-color: #dadada;
}
.form-item .ivu-select[data-v-22f598cf] .ivu-select-selection .ivu-select-placeholder,
.form-item .ivu-select[data-v-22f598cf] .ivu-select-selection .ivu-select-selected-value {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.form-item .ivu-select[data-v-22f598cf] .ivu-select-selection .ivu-tag {
  height: 30px;
  line-height: 30px;
}
.form-item .ivu-radio-group[data-v-22f598cf] {
  line-height: 20px;
  text-align: left;
  width: 402px;
}
.form-item .ivu-date-picker[data-v-22f598cf] {
  height: 34px;
  width: 400px;
}
.form-item .ivu-date-picker[data-v-22f598cf] .ivu-date-picker-rel .ivu-input-wrapper input {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  border-radius: 0px;
  border-color: #dadada;
}
.shares-box[data-v-22f598cf] {
  background-color: #f2f2f2;
  padding: 15px 10px;
}
.shares-box[data-v-22f598cf] .ivu-form-item {
  margin-bottom: 14px;
}
.shares-box[data-v-22f598cf] .ivu-select.ivu-select-single.ivu-select-default {
  width: 400px;
  display: inline-block;
}
.shares-tips[data-v-22f598cf] {
  color: red;
}
.inner[data-v-22f598cf] {
  width: 100px;
  height: 100px;
  text-align: center;
  color: #16ade9;
  border-radius: 4px;
  cursor: pointer;
}
.inner .uplad-symbol[data-v-22f598cf] {
  margin-top: 30px;
}
.inner .main-text[data-v-22f598cf] {
  font-size: 12px;
  line-height: 24px;
}
.inner.img-box[data-v-22f598cf] {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.inner.img-box img[data-v-22f598cf] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.inner.img-box .show-pdf[data-v-22f598cf] {
  display: inline-block;
  color: #313233;
  font-size: 14px;
}
.upload-tip[data-v-22f598cf] {
  font-size: 12px;
  color: #cccccc;
  vertical-align: bottom;
}
.upload-tip a[data-v-22f598cf] {
  color: #16ade9;
}
.ivu-upload[data-v-22f598cf] {
  width: 104px;
  display: inline-block;
}
.ivu-upload[data-v-22f598cf] .ivu-upload-drag {
  height: 104px;
}
.ivu-upload[data-v-22f598cf] .ivu-upload-drag .inner {
  margin-top: 26px;
}
.ivu-upload[data-v-22f598cf] .ivu-upload-drag .inner .uplad-symbol {
  width: 24px;
  height: auto;
}
.ivu-upload[data-v-22f598cf] .ivu-upload-drag .inner .main-text {
  color: #16ade9;
  font-size: 12px;
}
.ivu-upload[data-v-22f598cf] .ivu-upload-list {
  text-align: left;
}
.ivu-upload[data-v-22f598cf] .ivu-upload-list .ivu-upload-list-file {
  background: #f5f5f5;
}
.ivu-upload[data-v-22f598cf] .ivu-upload-list .ivu-upload-list-file span {
  color: #9a9ca1;
  font-size: 12px;
}
.ivu-upload[data-v-22f598cf] .ivu-upload-list .ivu-upload-list-file .ivu-upload-list-remove {
  opacity: 1;
  color: #444;
}
.ivu-upload[data-v-22f598cf] .ivu-upload-list .ivu-progress-success .ivu-progress-bg {
  background: #16ade9;
}
.container .stepAE[data-v-22f598cf] {
  width: 100% !important;
  padding: 24px;
}
.container .stepAE[data-v-22f598cf] .ivu-form .ivu-form-item-label {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
@media (min-width: 1920px) {
.container .stepAE[data-v-22f598cf] .ivu-form .ivu-form-item-label {
    width: 300px !important;
}
}
.container .stepAE[data-v-22f598cf] .inputHFlex {
  display: flex;
  flex-wrap: wrap;
}
.container .stepAE[data-v-22f598cf] .inputHFlex > .ivu-form-item {
  width: 50%;
  display: inline-block;
}
.container .stepAE[data-v-22f598cf] .inputHFlex .redTip {
  width: 147px;
  min-width: auto;
  padding-right: 13px;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1920px) {
.container .stepAE[data-v-22f598cf] .inputHFlex .redTip {
    width: 300px;
}
}
@media (min-width: 1920px) {
.container .stepAE[data-v-22f598cf] .inputHFlex textarea.ivu-input {
    margin-left: 287px;
}
}
.container .stepAE[data-v-22f598cf] .inputHFlex .shopNatureClass {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.container .stepAE[data-v-22f598cf] .inputHFlex .shopNatureClass > .ivu-form-item {
  width: 100%;
  display: inline-block;
}
.container .stepAE[data-v-22f598cf] .inputHFlex /deep/ .fileClass {
  padding-left: 40px;
  width: 100%;
}
.container .stepAE[data-v-22f598cf] .inputHFlex /deep/ .fileClass .ivu-form-item-label {
  text-align: left;
  width: 200px !important;
}
.container .stepAE[data-v-22f598cf] .inputHFlex /deep/ .fileClass .ivu-form-item-content {
  margin-left: 0px !important;
}
.container .stepAE[data-v-22f598cf] .inputHFlex /deep/ .fileClass .expand {
  margin: 20px 0;
  font-size: 16px;
  font-family: "Noto Sans S Chinese";
  font-weight: 400;
  min-width: 306px;
  text-align: left;
  color: #666666;
  font-weight: bold;
  margin-left: -20px;
}
.container .stepAE .title[data-v-22f598cf] {
  width: 100%;
  font-size: 14px;
  margin-bottom: 28px;
  font-weight: 700;
  color: #333;
  height: 40px;
  background: rgba(22, 173, 233, 0.2);
  line-height: 40px;
  padding-left: 20px;
}
.container .stepAE[data-v-22f598cf] .ivu-form-item-content {
  margin-left: 20px !important;
}
.container .stepAE[data-v-22f598cf] .ivu-upload {
  width: 200px;
  height: 124px;
  background: #f4f5f6;
  border-radius: 2px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
.container .stepAE[data-v-22f598cf] .ivu-upload .inner {
  width: 100%;
  height: 100%;
  background: #f4f5f6;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .stepAE[data-v-22f598cf] .ivu-upload .inner img {
  width: 50px;
  height: auto;
  margin-top: 0px;
}
.container .stepAE .out-img-box .img-box[data-v-22f598cf] {
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 11;
  background: #fff;
}
.container .stepAE .out-img-box .img-box button[data-v-22f598cf] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: -13px;
  height: 0px;
  z-index: 1;
}
.container .stepAE .out-img-box .img-box button img.closeImg[data-v-22f598cf] {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 16px;
  right: -194px;
}
.container .stepAE .out-img-box .img-box img[data-v-22f598cf] {
  width: 100%;
  height: 100%;
}
.container .stepAE .upload-file-box .upload-tip[data-v-22f598cf] {
  display: block;
  width: 200px;
  margin-left: 183px;
}
.container .stepAE .upload-file-box .upload-tip img[data-v-22f598cf] {
  width: 16px;
  height: 16px;
  float: left;
  margin-top: 7px;
}
.reason[data-v-22f598cf] textarea.ivu-input {
  margin-left: 0;
}
.requiredItem[data-v-22f598cf] .ivu-form-item-label::before {
  content: "*";
  display: inline-block;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed4014;
}
.container .stepAE[data-v-22f598cf] {
  padding: 24px 0px;
}
.container .stepAE[data-v-22f598cf] .ivu-form .ivu-form-item-label {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1920px) {
.container .stepAE[data-v-22f598cf] .ivu-form .ivu-form-item-label {
    width: 300px !important;
}
}
.container .stepAE[data-v-22f598cf] .inputHFlex {
  display: flex;
  flex-wrap: wrap;
}
.container .stepAE[data-v-22f598cf] .inputHFlex > .ivu-form-item {
  width: 50%;
  display: inline-block;
}
@media (min-width: 1920px) {
.container .stepAE[data-v-22f598cf] .inputHFlex .addressEn textarea.ivu-input {
    margin-left: 287px;
}
}
.container .stepAE[data-v-22f598cf] .inputHFlex .redTip {
  width: 147px;
  min-width: auto;
  padding-right: 13px;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1920px) {
.container .stepAE[data-v-22f598cf] .inputHFlex .redTip {
    width: 300px;
}
}
.container .stepAE[data-v-22f598cf] .inputHFlex .shopNatureClass {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.container .stepAE[data-v-22f598cf] .inputHFlex .shopNatureClass > .ivu-form-item {
  width: 50%;
  display: inline-block;
}
.container .stepAE .title[data-v-22f598cf] {
  width: 100%;
  font-size: 14px;
  margin-bottom: 28px;
  font-weight: 700;
  color: #333;
  height: 40px;
  background: rgba(22, 173, 233, 0.2);
  line-height: 40px;
  padding-left: 20px;
}
.container .stepAE[data-v-22f598cf] .ivu-form-item-content {
  margin-left: 20px !important;
}
.container .stepAE[data-v-22f598cf] .ivu-upload {
  width: 200px;
  height: 124px;
  background: #f4f5f6;
  border-radius: 2px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
.container .stepAE[data-v-22f598cf] .ivu-upload .inner {
  width: 100%;
  height: 100%;
  background: #f4f5f6;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .stepAE[data-v-22f598cf] .ivu-upload .inner img {
  width: 50px;
  height: auto;
  margin-top: 0px;
}
.container .stepAE .ischange .inner[data-v-22f598cf] {
  background: #9999991f;
}
.container .stepAE .ischange .inner .uplad-word[data-v-22f598cf] {
  color: #666666;
}
.container .stepAE .ischange .inner img[data-v-22f598cf] {
  display: none;
}
.container .stepAE .out-img-box[data-v-22f598cf] {
  width: auto;
}
.container .stepAE .out-img-box .img-box[data-v-22f598cf] {
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 11;
  background: #fff;
}
.container .stepAE .out-img-box .img-box button[data-v-22f598cf] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: -13px;
  height: 0px;
  z-index: 1;
}
.container .stepAE .out-img-box .img-box button img.closeImg[data-v-22f598cf] {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 16px;
  right: -194px;
}
.container .stepAE .out-img-box .img-box img[data-v-22f598cf] {
  width: 100%;
  height: 100%;
}
.container .stepAE .upload-file-box .upload-tip[data-v-22f598cf] {
  display: block;
  width: 200px;
  margin-left: 183px;
}
.container .stepAE .upload-file-box .upload-tip img[data-v-22f598cf] {
  width: 16px;
  height: 16px;
  float: left;
  margin-top: 7px;
}
[data-v-22f598cf] .ivu-tooltip-inner {
  min-width: 200px;
  white-space: inherit;
}
[data-v-22f598cf] .legalPersonSignatureBox.ivu-form-item {
  width: 100% !important;
}
[data-v-22f598cf] .legalPersonSignatureBox.ivu-form-item .ivu-form-item-content {
  margin-left: 0px !important;
  width: 100%;
}
[data-v-22f598cf] .legalPersonSignatureBox.ivu-form-item .ivu-form-item-error-tip {
  left: 8% !important;
}
.signature[data-v-22f598cf] {
  background: #f2f2f2;
  width: 368px;
  height: 144px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
}
.signature img[data-v-22f598cf] {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.signature img.refresh[data-v-22f598cf] {
  width: 30px;
  height: 30px;
  margin: 10px;
  position: absolute;
  right: 0px;
  cursor: pointer;
}
.signature button[data-v-22f598cf] {
  position: absolute;
  top: 0px;
  left: 132px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
#qrcode[data-v-22f598cf] {
  display: inline-block;
  position: relative;
}
#qrcode img[data-v-22f598cf] {
  width: 132px;
  height: 132px;
  background-color: #fff;
  padding: 6px;
}
#qrcode p[data-v-22f598cf] {
  position: absolute;
  bottom: -24px;
  width: 144px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #626466;
}

.container[data-v-4d22e9a8] {
  border-radius: 4px;
  font-size: 14px;
}
.container .formstyle[data-v-4d22e9a8] {
  margin-top: 20px;
}
.container .formstyle .explame[data-v-4d22e9a8] {
  cursor: pointer;
}
.container .formstyle .explame a[data-v-4d22e9a8] {
  color: #16ade9;
}
.container .formstyle .explame img[data-v-4d22e9a8] {
  position: relative;
  top: 4px;
}
.container .formstyle .form[data-v-4d22e9a8] {
  padding: 0 32px 32px 32px;
}
.container .formstyle .form .flex-item[data-v-4d22e9a8] {
  display: flex;
  justify-content: space-between;
}
.container .formstyle .form .top-lable[data-v-4d22e9a8] {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  margin-bottom: 8px;
}
.container .formstyle .form .top-lable span[data-v-4d22e9a8] {
  color: #FA5555;
  margin-right: 4px;
}
.container .formstyle .form .top-lable .tips-icon[data-v-4d22e9a8] {
  width: 17px;
  height: 17px;
  font-weight: 500;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  background-color: #FBB73C;
  color: #fff;
  cursor: pointer;
}
.container .formstyle .form .upload-tip[data-v-4d22e9a8] {
  font-size: 14px;
  color: #FBB73C;
  vertical-align: bottom;
}
.big-row[data-v-4d22e9a8] {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 24px;
}
.subTitle[data-v-4d22e9a8] {
  font-size: 18px;
  margin-bottom: 28px;
  font-weight: 700;
  color: #333;
  height: 55px;
  background: rgba(24, 144, 255, 0.19);
  line-height: 55px;
  padding-left: 32px;
  border-radius: 4px 4px 0px 0px;
}
div.inner[data-v-4d22e9a8] {
  width: 294px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background: #16ADE9;
  cursor: pointer;
}
div.inner .uplad-symbol[data-v-4d22e9a8] {
  margin-top: 30px;
}
div.inner .main-text[data-v-4d22e9a8] {
  font-size: 12px;
  line-height: 24px;
}
.SAcontent[data-v-4d22e9a8] {
  min-width: 1024px;
}
.stepH[data-v-4d22e9a8] {
  background-color: #fff;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.stepH .redTip[data-v-4d22e9a8]::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 14px;
  color: #ed4014;
}
.stepH .tips-icon[data-v-4d22e9a8] {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  color: #ed3e3e;
  cursor: pointer;
}
.title[data-v-4d22e9a8] {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 20px;
}
.title span.line[data-v-4d22e9a8] {
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #16ade9;
  margin-right: 10px;
}
.title .remark[data-v-4d22e9a8] {
  margin-left: 15px;
  font-size: 14px;
  color: #515a6e;
  font-weight: 400;
}
.container .write-info .wrapper .company-title[data-v-4d22e9a8] {
  padding-top: 20px;
}
.form-item[data-v-4d22e9a8] {
  padding-bottom: 20px;
  position: relative;
}
.form-item .label[data-v-4d22e9a8] {
  color: #626466;
  font-size: 14px;
  display: inline-block;
  min-width: 278px;
  padding-bottom: 10px;
  white-space: nowrap;
  text-align: right;
  padding-right: 24px;
}
.form-item .file[data-v-4d22e9a8] {
  width: 172px;
}
.form-item input[data-v-4d22e9a8] {
  width: 400px;
  font-size: 14px;
  border: 1px solid #dadada;
  text-indent: 8px;
  height: 34px;
}
.form-item input[data-v-4d22e9a8]::-webkit-input-placeholder {
  color: #c6c8cc;
}
.form-item .ivu-select[data-v-4d22e9a8] {
  height: 38px;
  width: 400px;
  height: 34px;
  text-align: left;
}
.form-item .ivu-select[data-v-4d22e9a8] .ivu-select-selection {
  height: 38px;
  border-radius: 0px;
  border-color: #dadada;
}
.form-item .ivu-select[data-v-4d22e9a8] .ivu-select-selection .ivu-select-placeholder,
.form-item .ivu-select[data-v-4d22e9a8] .ivu-select-selection .ivu-select-selected-value {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.form-item .ivu-select[data-v-4d22e9a8] .ivu-select-selection .ivu-tag {
  height: 30px;
  line-height: 30px;
}
.form-item .ivu-radio-group[data-v-4d22e9a8] {
  line-height: 20px;
  text-align: left;
  width: 402px;
}
.form-item .ivu-date-picker[data-v-4d22e9a8] {
  height: 34px;
  width: 400px;
}
.form-item .ivu-date-picker[data-v-4d22e9a8] .ivu-date-picker-rel .ivu-input-wrapper input {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  border-radius: 0px;
  border-color: #dadada;
}
.shares-box[data-v-4d22e9a8] {
  background-color: #f2f2f2;
  padding: 15px 10px;
}
.shares-box[data-v-4d22e9a8] .ivu-form-item {
  margin-bottom: 14px;
}
.shares-box[data-v-4d22e9a8] .ivu-select.ivu-select-single.ivu-select-default {
  width: 400px;
  display: inline-block;
}
.shares-tips[data-v-4d22e9a8] {
  color: red;
}
.inner[data-v-4d22e9a8] {
  width: 100px;
  height: 100px;
  text-align: center;
  color: #16ade9;
  border-radius: 4px;
  cursor: pointer;
}
.inner .uplad-symbol[data-v-4d22e9a8] {
  margin-top: 30px;
}
.inner .main-text[data-v-4d22e9a8] {
  font-size: 12px;
  line-height: 24px;
}
.inner.img-box[data-v-4d22e9a8] {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.inner.img-box img[data-v-4d22e9a8] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.inner.img-box .show-pdf[data-v-4d22e9a8] {
  display: inline-block;
  color: #313233;
  font-size: 14px;
}
.upload-tip[data-v-4d22e9a8] {
  font-size: 12px;
  color: #cccccc;
  vertical-align: bottom;
}
.upload-tip a[data-v-4d22e9a8] {
  color: #16ade9;
}
.ivu-upload[data-v-4d22e9a8] {
  width: 104px;
  display: inline-block;
}
.ivu-upload[data-v-4d22e9a8] .ivu-upload-drag {
  height: 104px;
}
.ivu-upload[data-v-4d22e9a8] .ivu-upload-drag .inner {
  margin-top: 26px;
}
.ivu-upload[data-v-4d22e9a8] .ivu-upload-drag .inner .uplad-symbol {
  width: 24px;
  height: auto;
}
.ivu-upload[data-v-4d22e9a8] .ivu-upload-drag .inner .main-text {
  color: #16ade9;
  font-size: 12px;
}
.ivu-upload[data-v-4d22e9a8] .ivu-upload-list {
  text-align: left;
}
.ivu-upload[data-v-4d22e9a8] .ivu-upload-list .ivu-upload-list-file {
  background: #f5f5f5;
}
.ivu-upload[data-v-4d22e9a8] .ivu-upload-list .ivu-upload-list-file span {
  color: #9a9ca1;
  font-size: 12px;
}
.ivu-upload[data-v-4d22e9a8] .ivu-upload-list .ivu-upload-list-file .ivu-upload-list-remove {
  opacity: 1;
  color: #444;
}
.ivu-upload[data-v-4d22e9a8] .ivu-upload-list .ivu-progress-success .ivu-progress-bg {
  background: #16ade9;
}
.container .stepAE[data-v-4d22e9a8] {
  width: 100% !important;
  padding: 24px;
}
.container .stepAE[data-v-4d22e9a8] .ivu-form .ivu-form-item-label {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
@media (min-width: 1920px) {
.container .stepAE[data-v-4d22e9a8] .ivu-form .ivu-form-item-label {
    width: 300px !important;
}
}
.container .stepAE[data-v-4d22e9a8] .inputHFlex {
  display: flex;
  flex-wrap: wrap;
}
.container .stepAE[data-v-4d22e9a8] .inputHFlex > .ivu-form-item {
  width: 100%;
  display: inline-block;
}
.container .stepAE[data-v-4d22e9a8] .inputHFlex .redTip {
  width: 147px;
  min-width: auto;
  padding-right: 13px;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1920px) {
.container .stepAE[data-v-4d22e9a8] .inputHFlex .redTip {
    width: 300px;
}
}
.container .stepAE[data-v-4d22e9a8] .inputHFlex .shopNatureClass {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.container .stepAE[data-v-4d22e9a8] .inputHFlex .shopNatureClass > .ivu-form-item {
  width: 100%;
  display: inline-block;
}
.container .stepAE[data-v-4d22e9a8] .inputHFlex /deep/ .fileClass {
  padding-left: 40px;
  width: 100%;
}
.container .stepAE[data-v-4d22e9a8] .inputHFlex /deep/ .fileClass .ivu-form-item-label {
  text-align: left;
  width: 200px !important;
}
.container .stepAE[data-v-4d22e9a8] .inputHFlex /deep/ .fileClass .ivu-form-item-content {
  margin-left: 0px !important;
}
.container .stepAE[data-v-4d22e9a8] .inputHFlex /deep/ .fileClass .expand {
  margin: 20px 0;
  font-size: 16px;
  font-family: "Noto Sans S Chinese";
  font-weight: 400;
  min-width: 306px;
  text-align: left;
  color: #666666;
  font-weight: bold;
  margin-left: -20px;
}
.container .stepAE .title[data-v-4d22e9a8] {
  width: 100%;
  font-size: 14px;
  margin-bottom: 28px;
  font-weight: 700;
  color: #333;
  height: 40px;
  background: rgba(22, 173, 233, 0.2);
  line-height: 40px;
  padding-left: 20px;
}
.container .stepAE[data-v-4d22e9a8] .ivu-upload {
  width: 200px;
  height: 124px;
  background: #f4f5f6;
  border-radius: 2px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
.container .stepAE[data-v-4d22e9a8] .ivu-upload .inner {
  width: 100%;
  height: 100%;
  background: #f4f5f6;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .stepAE[data-v-4d22e9a8] .ivu-upload .inner img {
  width: 50px;
  height: auto;
  margin-top: 0px;
}
.container .stepAE .out-img-box .img-box[data-v-4d22e9a8] {
  position: relative;
  text-align: center;
  z-index: 11;
  background: #fff;
}
.container .stepAE .out-img-box .img-box button[data-v-4d22e9a8] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: -13px;
  height: 0px;
  z-index: 1;
}
.container .stepAE .out-img-box .img-box button img.closeImg[data-v-4d22e9a8] {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 16px;
  right: -194px;
}
.container .stepAE .out-img-box .img-box img[data-v-4d22e9a8] {
  width: 100%;
  height: 100%;
}
.container .stepAE .upload-file-box .upload-tip[data-v-4d22e9a8] {
  display: block;
  width: 200px;
  margin-left: 183px;
}
.container .stepAE .upload-file-box .upload-tip img[data-v-4d22e9a8] {
  width: 16px;
  height: 16px;
  float: left;
  margin-top: 7px;
}
.reason[data-v-4d22e9a8] textarea.ivu-input {
  margin-left: 0;
}
.requiredItem[data-v-4d22e9a8] .ivu-form-item-label::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed4014;
}
.container .stepAE[data-v-4d22e9a8] {
  padding: 24px 0px;
}
.container .stepAE[data-v-4d22e9a8] .ivu-form .ivu-form-item-label {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1920px) {
.container .stepAE[data-v-4d22e9a8] .ivu-form .ivu-form-item-label {
    width: 127px !important;
}
}
.container .stepAE[data-v-4d22e9a8] .inputHFlex {
  display: flex;
  flex-wrap: wrap;
}
.container .stepAE[data-v-4d22e9a8] .inputHFlex > .ivu-form-item {
  width: 100%;
  display: inline-block;
}
.container .stepAE[data-v-4d22e9a8] .inputHFlex .redTip {
  width: 147px;
  min-width: auto;
  padding-right: 13px;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1920px) {
.container .stepAE[data-v-4d22e9a8] .inputHFlex .redTip {
    width: 300px;
}
}
.container .stepAE[data-v-4d22e9a8] .inputHFlex .shopNatureClass {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.container .stepAE[data-v-4d22e9a8] .inputHFlex .shopNatureClass > .ivu-form-item {
  width: 100%;
  display: inline-block;
}
.container .stepAE .title[data-v-4d22e9a8] {
  width: 100%;
  font-size: 14px;
  margin-bottom: 28px;
  font-weight: 700;
  color: #333;
  height: 40px;
  background: rgba(22, 173, 233, 0.2);
  line-height: 40px;
  padding-left: 20px;
}
.container .stepAE[data-v-4d22e9a8] .ivu-upload {
  width: 200px;
  height: 124px;
  background: #f4f5f6;
  border-radius: 2px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
.container .stepAE[data-v-4d22e9a8] .ivu-upload .inner {
  width: 100%;
  height: 100%;
  background: #f4f5f6;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .stepAE[data-v-4d22e9a8] .ivu-upload .inner img {
  width: 50px;
  height: auto;
  margin-top: 0px;
}
.container .stepAE .ischange .inner[data-v-4d22e9a8] {
  background: #9999991f;
}
.container .stepAE .ischange .inner .uplad-word[data-v-4d22e9a8] {
  color: #666666;
}
.container .stepAE .ischange .inner img[data-v-4d22e9a8] {
  display: none;
}
.container .stepAE .out-img-box[data-v-4d22e9a8] {
  width: auto;
}
.container .stepAE .out-img-box .img-box[data-v-4d22e9a8] {
  width: 200px;
  height: 124px;
  overflow: hidden;
  border: 1px dashed #dcdee2;
  position: relative;
  text-align: center;
  z-index: 11;
  background: #fff;
}
.container .stepAE .out-img-box .img-box button[data-v-4d22e9a8] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: -13px;
  height: 0px;
  z-index: 1;
}
.container .stepAE .out-img-box .img-box button img.closeImg[data-v-4d22e9a8] {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 16px;
  right: -194px;
}
.container .stepAE .out-img-box .img-box img[data-v-4d22e9a8] {
  width: 100%;
  height: 100%;
}
.container .stepAE .upload-file-box .upload-tip[data-v-4d22e9a8] {
  display: block;
  width: 200px;
  margin-left: 183px;
}
.container .stepAE .upload-file-box .upload-tip img[data-v-4d22e9a8] {
  width: 16px;
  height: 16px;
  float: left;
  margin-top: 7px;
}
[data-v-4d22e9a8] .ivu-tooltip {
  margin-right: 8px;
  margin-left: -13px;
}
[data-v-4d22e9a8] .ivu-tooltip-inner {
  max-width: 350px;
  white-space: inherit;
}
[data-v-4d22e9a8] .legalPersonSignatureBox.ivu-form-item {
  width: 100% !important;
}
[data-v-4d22e9a8] .legalPersonSignatureBox.ivu-form-item .ivu-form-item-content {
  margin-left: 0px !important;
  width: 100%;
}
[data-v-4d22e9a8] .legalPersonSignatureBox.ivu-form-item .ivu-form-item-error-tip {
  left: 8% !important;
}
.signature[data-v-4d22e9a8] {
  background: #f2f2f2;
  width: 368px;
  height: 144px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
}
.signature img[data-v-4d22e9a8] {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.signature img.refresh[data-v-4d22e9a8] {
  width: 30px;
  height: 30px;
  margin: 10px;
  position: absolute;
  right: 0px;
  cursor: pointer;
}
.signature button[data-v-4d22e9a8] {
  position: absolute;
  top: 0px;
  left: 132px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
#qrcode[data-v-4d22e9a8] {
  display: inline-block;
  position: relative;
}
#qrcode img[data-v-4d22e9a8] {
  width: 132px;
  height: 132px;
  background-color: #fff;
  padding: 6px;
}
#qrcode p[data-v-4d22e9a8] {
  position: absolute;
  bottom: -24px;
  width: 144px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #626466;
}

.container[data-v-2592308a] {
  border-radius: 4px;
  font-size: 14px;
}
.container .formstyle[data-v-2592308a] {
  margin-top: 20px;
}
.container .formstyle .explame[data-v-2592308a] {
  cursor: pointer;
}
.container .formstyle .explame a[data-v-2592308a] {
  color: #16ade9;
}
.container .formstyle .explame img[data-v-2592308a] {
  position: relative;
  top: 4px;
}
.container .formstyle .form[data-v-2592308a] {
  padding: 0 32px 32px 32px;
}
.container .formstyle .form .flex-item[data-v-2592308a] {
  display: flex;
  justify-content: space-between;
}
.container .formstyle .form .top-lable[data-v-2592308a] {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  margin-bottom: 8px;
}
.container .formstyle .form .top-lable span[data-v-2592308a] {
  color: #FA5555;
  margin-right: 4px;
}
.container .formstyle .form .top-lable .tips-icon[data-v-2592308a] {
  width: 17px;
  height: 17px;
  font-weight: 500;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  background-color: #FBB73C;
  color: #fff;
  cursor: pointer;
}
.container .formstyle .form .upload-tip[data-v-2592308a] {
  font-size: 14px;
  color: #FBB73C;
  vertical-align: bottom;
}
.big-row[data-v-2592308a] {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 24px;
}
.subTitle[data-v-2592308a] {
  font-size: 18px;
  margin-bottom: 28px;
  font-weight: 700;
  color: #333;
  height: 55px;
  background: rgba(24, 144, 255, 0.19);
  line-height: 55px;
  padding-left: 32px;
  border-radius: 4px 4px 0px 0px;
}
div.inner[data-v-2592308a] {
  width: 294px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background: #16ADE9;
  cursor: pointer;
}
div.inner .uplad-symbol[data-v-2592308a] {
  margin-top: 30px;
}
div.inner .main-text[data-v-2592308a] {
  font-size: 12px;
  line-height: 24px;
}
.SAcontent[data-v-2592308a] {
  min-width: 1024px;
}
.stepH[data-v-2592308a] {
  background-color: #fff;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.stepH .redTip[data-v-2592308a]::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 14px;
  color: #ed4014;
}
.stepH .tips-icon[data-v-2592308a] {
  width: 17px;
  height: 17px;
  border: 1px solid #ed3e3e;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  color: #ed3e3e;
  cursor: pointer;
}
.title[data-v-2592308a] {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 20px;
}
.title span.line[data-v-2592308a] {
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #16ade9;
  margin-right: 10px;
}
.title .remark[data-v-2592308a] {
  margin-left: 15px;
  font-size: 14px;
  color: #515a6e;
  font-weight: 400;
}
.container .write-info .wrapper .company-title[data-v-2592308a] {
  padding-top: 20px;
}
.form-item[data-v-2592308a] {
  padding-bottom: 20px;
  position: relative;
}
.form-item .label[data-v-2592308a] {
  color: #626466;
  font-size: 14px;
  display: inline-block;
  min-width: 278px;
  padding-bottom: 10px;
  white-space: nowrap;
  text-align: right;
  padding-right: 24px;
}
.form-item .file[data-v-2592308a] {
  width: 172px;
}
.form-item input[data-v-2592308a] {
  width: 400px;
  font-size: 14px;
  border: 1px solid #dadada;
  text-indent: 8px;
  height: 34px;
}
.form-item input[data-v-2592308a]::-webkit-input-placeholder {
  color: #c6c8cc;
}
.form-item .ivu-select[data-v-2592308a] {
  height: 38px;
  width: 400px;
  height: 34px;
  text-align: left;
}
.form-item .ivu-select[data-v-2592308a] .ivu-select-selection {
  height: 38px;
  border-radius: 0px;
  border-color: #dadada;
}
.form-item .ivu-select[data-v-2592308a] .ivu-select-selection .ivu-select-placeholder,
.form-item .ivu-select[data-v-2592308a] .ivu-select-selection .ivu-select-selected-value {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.form-item .ivu-select[data-v-2592308a] .ivu-select-selection .ivu-tag {
  height: 30px;
  line-height: 30px;
}
.form-item .ivu-radio-group[data-v-2592308a] {
  line-height: 20px;
  text-align: left;
  width: 402px;
}
.form-item .ivu-date-picker[data-v-2592308a] {
  height: 34px;
  width: 400px;
}
.form-item .ivu-date-picker[data-v-2592308a] .ivu-date-picker-rel .ivu-input-wrapper input {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  border-radius: 0px;
  border-color: #dadada;
}
.shares-box[data-v-2592308a] {
  background-color: #f2f2f2;
  padding: 15px 10px;
}
.shares-box[data-v-2592308a] .ivu-form-item {
  margin-bottom: 14px;
}
.shares-box[data-v-2592308a] .ivu-select.ivu-select-single.ivu-select-default {
  width: 400px;
  display: inline-block;
}
.shares-tips[data-v-2592308a] {
  color: red;
}
.inner[data-v-2592308a] {
  width: 100px;
  height: 100px;
  text-align: center;
  color: #16ade9;
  border-radius: 4px;
  cursor: pointer;
}
.inner .uplad-symbol[data-v-2592308a] {
  margin-top: 30px;
}
.inner .main-text[data-v-2592308a] {
  font-size: 12px;
  line-height: 24px;
}
.inner.img-box[data-v-2592308a] {
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  vertical-align: top;
}
.inner.img-box img[data-v-2592308a] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.inner.img-box .show-pdf[data-v-2592308a] {
  display: inline-block;
  color: #313233;
  font-size: 14px;
}
.upload-tip[data-v-2592308a] {
  font-size: 12px;
  color: #cccccc;
  vertical-align: bottom;
}
.upload-tip a[data-v-2592308a] {
  color: #16ade9;
}
.ivu-upload[data-v-2592308a] {
  width: 104px;
  display: inline-block;
}
.ivu-upload[data-v-2592308a] .ivu-upload-drag {
  height: 104px;
}
.ivu-upload[data-v-2592308a] .ivu-upload-drag .inner {
  margin-top: 26px;
}
.ivu-upload[data-v-2592308a] .ivu-upload-drag .inner .uplad-symbol {
  width: 24px;
  height: auto;
}
.ivu-upload[data-v-2592308a] .ivu-upload-drag .inner .main-text {
  color: #16ade9;
  font-size: 12px;
}
.ivu-upload[data-v-2592308a] .ivu-upload-list {
  text-align: left;
}
.ivu-upload[data-v-2592308a] .ivu-upload-list .ivu-upload-list-file {
  background: #f5f5f5;
}
.ivu-upload[data-v-2592308a] .ivu-upload-list .ivu-upload-list-file span {
  color: #9a9ca1;
  font-size: 12px;
}
.ivu-upload[data-v-2592308a] .ivu-upload-list .ivu-upload-list-file .ivu-upload-list-remove {
  opacity: 1;
  color: #444;
}
.ivu-upload[data-v-2592308a] .ivu-upload-list .ivu-progress-success .ivu-progress-bg {
  background: #16ade9;
}
.container .stepAE[data-v-2592308a] {
  width: 100% !important;
  padding: 24px;
}
.container .stepAE[data-v-2592308a] .ivu-form .ivu-form-item-label {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
@media (min-width: 1920px) {
.container .stepAE[data-v-2592308a] .ivu-form .ivu-form-item-label {
    width: 300px !important;
}
}
.container .stepAE[data-v-2592308a] .inputHFlex {
  display: flex;
  flex-wrap: wrap;
}
.container .stepAE[data-v-2592308a] .inputHFlex > .ivu-form-item {
  width: 100%;
  display: inline-block;
}
.container .stepAE[data-v-2592308a] .inputHFlex .redTip {
  width: 147px;
  min-width: auto;
  padding-right: 13px;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1920px) {
.container .stepAE[data-v-2592308a] .inputHFlex .redTip {
    width: 300px;
}
}
.container .stepAE[data-v-2592308a] .inputHFlex .shopNatureClass {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.container .stepAE[data-v-2592308a] .inputHFlex .shopNatureClass > .ivu-form-item {
  width: 100%;
  display: inline-block;
}
.container .stepAE[data-v-2592308a] .inputHFlex /deep/ .fileClass {
  padding-left: 40px;
  width: 100%;
}
.container .stepAE[data-v-2592308a] .inputHFlex /deep/ .fileClass .ivu-form-item-label {
  text-align: left;
  width: 200px !important;
}
.container .stepAE[data-v-2592308a] .inputHFlex /deep/ .fileClass .ivu-form-item-content {
  margin-left: 0px !important;
}
.container .stepAE[data-v-2592308a] .inputHFlex /deep/ .fileClass .expand {
  margin: 20px 0;
  font-size: 16px;
  font-family: "Noto Sans S Chinese";
  font-weight: 400;
  min-width: 306px;
  text-align: left;
  color: #666666;
  font-weight: bold;
  margin-left: -20px;
}
.container .stepAE .title[data-v-2592308a] {
  width: 100%;
  font-size: 14px;
  margin-bottom: 28px;
  font-weight: 700;
  color: #333;
  height: 40px;
  background: rgba(22, 173, 233, 0.2);
  line-height: 40px;
  padding-left: 20px;
}
.container .stepAE[data-v-2592308a] .ivu-upload {
  width: 200px;
  height: 124px;
  background: #f4f5f6;
  border-radius: 2px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
.container .stepAE[data-v-2592308a] .ivu-upload .inner {
  width: 100%;
  height: 100%;
  background: #f4f5f6;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .stepAE[data-v-2592308a] .ivu-upload .inner img {
  width: 50px;
  height: auto;
  margin-top: 0px;
}
.container .stepAE .out-img-box .img-box[data-v-2592308a] {
  width: 200px;
  height: 124px;
  overflow: hidden;
  border: 1px dashed #dcdee2;
  position: relative;
  text-align: center;
  z-index: 11;
  background: #fff;
}
.container .stepAE .out-img-box .img-box button[data-v-2592308a] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: -13px;
  height: 0px;
  z-index: 1;
}
.container .stepAE .out-img-box .img-box button img.closeImg[data-v-2592308a] {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 16px;
  right: -194px;
}
.container .stepAE .out-img-box .img-box img[data-v-2592308a] {
  width: 100%;
  height: 100%;
}
.container .stepAE .out-img-box .img-box .deletBtn[data-v-2592308a] {
  left: auto;
  display: none;
}
.container .stepAE .out-img-box .img-box:hover .deletBtn[data-v-2592308a] {
  display: block;
}
.container .stepAE .upload-file-box .upload-tip[data-v-2592308a] {
  display: block;
  width: 200px;
  margin-left: 183px;
}
.container .stepAE .upload-file-box .upload-tip img[data-v-2592308a] {
  width: 16px;
  height: 16px;
  float: left;
  margin-top: 7px;
}
.reason[data-v-2592308a] textarea.ivu-input,
.addressEn[data-v-2592308a] textarea.ivu-input {
  margin-left: 0 !important;
}
.requiredItem[data-v-2592308a] .ivu-form-item-label::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed4014;
}
.container .stepAE[data-v-2592308a] {
  padding: 24px 0px;
}
.container .stepAE[data-v-2592308a] .ivu-form .ivu-form-item-label {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1920px) {
.container .stepAE[data-v-2592308a] .ivu-form .ivu-form-item-label {
    width: 127px !important;
}
}
.container .stepAE[data-v-2592308a] .inputHFlex {
  display: flex;
  flex-wrap: wrap;
}
.container .stepAE[data-v-2592308a] .inputHFlex > .ivu-form-item {
  width: 100%;
  display: inline-block;
}
.container .stepAE[data-v-2592308a] .inputHFlex .redTip {
  width: 147px;
  min-width: auto;
  padding-right: 13px;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1920px) {
.container .stepAE[data-v-2592308a] .inputHFlex .redTip {
    width: 300px;
}
}
.container .stepAE[data-v-2592308a] .inputHFlex .shopNatureClass {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.container .stepAE[data-v-2592308a] .inputHFlex .shopNatureClass > .ivu-form-item {
  width: 100%;
  display: inline-block;
}
.container .stepAE .title[data-v-2592308a] {
  width: 100%;
  font-size: 14px;
  margin-bottom: 28px;
  font-weight: 700;
  color: #333;
  height: 40px;
  background: rgba(22, 173, 233, 0.2);
  line-height: 40px;
  padding-left: 20px;
}
.container .stepAE[data-v-2592308a] .ivu-upload {
  width: 200px;
  height: 124px;
  background: #f4f5f6;
  border-radius: 2px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
.container .stepAE[data-v-2592308a] .ivu-upload .inner {
  width: 100%;
  height: 100%;
  background: #f4f5f6;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .stepAE[data-v-2592308a] .ivu-upload .inner img {
  width: 50px;
  height: auto;
  margin-top: 0px;
}
.container .stepAE .ischange .inner[data-v-2592308a] {
  background: #9999991f;
}
.container .stepAE .ischange .inner .uplad-word[data-v-2592308a] {
  color: #666666;
}
.container .stepAE .ischange .inner img[data-v-2592308a] {
  display: none;
}
.container .stepAE .out-img-box[data-v-2592308a] {
  width: auto;
}
.container .stepAE .out-img-box .img-box[data-v-2592308a] {
  width: 200px;
  height: 124px;
  overflow: hidden;
  border: 1px dashed #dcdee2;
  position: relative;
  text-align: center;
  z-index: 11;
  background: #fff;
}
.container .stepAE .out-img-box .img-box button[data-v-2592308a] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: -13px;
  height: 0px;
  z-index: 1;
}
.container .stepAE .out-img-box .img-box button img.closeImg[data-v-2592308a] {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 16px;
  right: -194px;
}
.container .stepAE .out-img-box .img-box img[data-v-2592308a] {
  width: 100%;
  height: 100%;
}
.container .stepAE .out-img-box .img-box .deletBtn[data-v-2592308a] {
  left: auto;
  display: none;
}
.container .stepAE .out-img-box .img-box:hover .deletBtn[data-v-2592308a] {
  display: block;
}
.container .stepAE .upload-file-box .upload-tip[data-v-2592308a] {
  display: block;
  width: 200px;
  margin-left: 183px;
}
.container .stepAE .upload-file-box .upload-tip img[data-v-2592308a] {
  width: 16px;
  height: 16px;
  float: left;
  margin-top: 7px;
}
[data-v-2592308a] .ivu-tooltip {
  margin-right: 8px;
  margin-left: -13px;
}
[data-v-2592308a] .ivu-tooltip-inner {
  max-width: 350px;
  white-space: inherit;
}
[data-v-2592308a] .legalPersonSignatureBox.ivu-form-item {
  width: 100% !important;
}
[data-v-2592308a] .legalPersonSignatureBox.ivu-form-item .ivu-form-item-content {
  margin-left: 0px !important;
  width: 100%;
}
[data-v-2592308a] .legalPersonSignatureBox.ivu-form-item .ivu-form-item-error-tip {
  left: 8% !important;
}
.signature[data-v-2592308a] {
  background: #f2f2f2;
  width: 368px;
  height: 144px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
}
.signature img[data-v-2592308a] {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.signature img.refresh[data-v-2592308a] {
  width: 30px;
  height: 30px;
  margin: 10px;
  position: absolute;
  right: 0px;
  cursor: pointer;
}
.signature button[data-v-2592308a] {
  position: absolute;
  top: 0px;
  left: 132px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
#qrcode[data-v-2592308a] {
  display: inline-block;
  position: relative;
}
#qrcode img[data-v-2592308a] {
  width: 132px;
  height: 132px;
  background-color: #fff;
  padding: 6px;
}
#qrcode p[data-v-2592308a] {
  position: absolute;
  bottom: -24px;
  width: 144px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #626466;
}

.container[data-v-4dc82434] {
  border-radius: 4px;
  font-size: 14px;
}
.container .formstyle[data-v-4dc82434] {
  margin-top: 20px;
}
.container .formstyle .explame[data-v-4dc82434] {
  cursor: pointer;
}
.container .formstyle .explame a[data-v-4dc82434] {
  color: #16ade9;
}
.container .formstyle .explame img[data-v-4dc82434] {
  position: relative;
  top: 4px;
}
.container .formstyle .form[data-v-4dc82434] {
  padding: 0 32px 32px 32px;
}
.container .formstyle .form .flex-item[data-v-4dc82434] {
  display: flex;
  justify-content: space-between;
}
.container .formstyle .form .top-lable[data-v-4dc82434] {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  margin-bottom: 8px;
}
.container .formstyle .form .top-lable span[data-v-4dc82434] {
  color: #FA5555;
  margin-right: 4px;
}
.container .formstyle .form .top-lable .tips-icon[data-v-4dc82434] {
  width: 17px;
  height: 17px;
  font-weight: 500;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  background-color: #FBB73C;
  color: #fff;
  cursor: pointer;
}
.container .formstyle .form .upload-tip[data-v-4dc82434] {
  font-size: 14px;
  color: #FBB73C;
  vertical-align: bottom;
}
.big-row[data-v-4dc82434] {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 24px;
}
.subTitle[data-v-4dc82434] {
  font-size: 18px;
  margin-bottom: 28px;
  font-weight: 700;
  color: #333;
  height: 55px;
  background: rgba(24, 144, 255, 0.19);
  line-height: 55px;
  padding-left: 32px;
  border-radius: 4px 4px 0px 0px;
}
div.inner[data-v-4dc82434] {
  width: 294px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background: #16ADE9;
  cursor: pointer;
}
div.inner .uplad-symbol[data-v-4dc82434] {
  margin-top: 30px;
}
div.inner .main-text[data-v-4dc82434] {
  font-size: 12px;
  line-height: 24px;
}
.flex-direction[data-v-4dc82434] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.SAcontent[data-v-4dc82434] {
  min-width: 1024px;
}
.stepH[data-v-4dc82434] {
  background-color: #fff;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.stepH .tips-icon[data-v-4dc82434] {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  color: #ed3e3e;
  cursor: pointer;
}
.stepH .tips-icon img[data-v-4dc82434] {
  width: 100%;
  margin-top: 7px;
}
.container[data-v-4dc82434] {
  padding: 0px;
  background-color: none;
}
.container .content[data-v-4dc82434] {
  width: 100%;
}
.container .stepAE[data-v-4dc82434] {
  width: 100% !important;
  padding: 0px;
}
.container .stepAE[data-v-4dc82434] .ivu-radio-group {
  margin-top: 4px;
}
.container .stepAE[data-v-4dc82434] .ivu-input-wrapper.ivu-input-wrapper-default.ivu-input-type-text.ivu-date-picker-editor {
  width: 100%;
}
.container .stepAE[data-v-4dc82434] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  text-align: left;
}
.container .stepAE[data-v-4dc82434] .ivu-form .ivu-form-item-content {
  width: 100%;
}
.container .stepAE[data-v-4dc82434] .ivu-input-wrapper {
  width: 100%;
}
.container .stepAE[data-v-4dc82434] .ivu-select {
  width: 100%;
}
.container .stepAE[data-v-4dc82434] .ivu-tooltip-popper {
  width: 200px;
}
.container .stepAE[data-v-4dc82434] .ivu-date-picker {
  width: 100%;
}
.container .stepAE[data-v-4dc82434] .ivu-form-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.container .stepAE[data-v-4dc82434] textarea.ivu-input {
  margin-left: 0px;
}
.container .stepAE .title[data-v-4dc82434] {
  width: 100%;
  height: 40px;
  background: #d6e8fd;
  padding-left: 32px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.container .stepAE .line[data-v-4dc82434] {
  background: #f6f5f8;
  height: 24px;
  width: 100%;
}
.container .stepAE .item-content[data-v-4dc82434] {
  width: 100%;
  background: #ffffff;
  padding: 24px 32px;
}
.container .stepAE[data-v-4dc82434] .ivu-upload {
  width: 100%;
  height: auto;
  cursor: pointer;
  background: none;
}
.container .stepAE[data-v-4dc82434] .ivu-upload .inner {
  width: 100%;
  height: 32px;
  background: #16ade9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .stepAE[data-v-4dc82434] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.container .stepAE[data-v-4dc82434] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.container .stepAE .ischange .inner[data-v-4dc82434] {
  background: #9999991f;
}
.container .stepAE .ischange .inner .uplad-word[data-v-4dc82434] {
  color: #666666;
}
.container .stepAE .ischange .inner img[data-v-4dc82434] {
  display: none;
}
.container .stepAE .out-img-box[data-v-4dc82434] {
  width: 100%;
}
.container .stepAE .out-img-box .img-box[data-v-4dc82434] {
  position: relative;
  text-align: center;
  border: none;
  cursor: pointer;
  height: auto;
  width: 100%;
}
.container .stepAE .out-img-box .img-box .show-pdf[data-v-4dc82434] {
  color: #16ade9;
  font-size: 14px;
}
.container .stepAE .out-img-box .img-box button[data-v-4dc82434] {
  width: 0px;
  padding: 0px;
  border: none;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.container .stepAE .out-img-box .img-box button img.closeImg[data-v-4dc82434] {
  position: inherit;
  width: 13px;
  height: 13px;
  top: 2px;
}
.container .stepAE .upload-tip[data-v-4dc82434] {
  font-size: 12px;
  color: #cccccc;
  vertical-align: bottom;
}
.container .stepAE .upload-tip a[data-v-4dc82434] {
  color: #16ade9;
}
.container .stepAE .upload-tip img[data-v-4dc82434] {
  width: 14px;
  height: 14px;
  margin-top: 9px;
  float: left;
}
.container .signature[data-v-4dc82434] {
  background: #f2f2f2;
  width: 172px;
  height: 115px;
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.container .signature img[data-v-4dc82434] {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.container .signature img.refresh[data-v-4dc82434] {
  width: 20px;
  height: 20px;
  margin: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.container .signature button[data-v-4dc82434] {
  position: absolute;
  top: 0px;
  left: 132px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
.requiredItem[data-v-4dc82434] .ivu-form-item-label::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed4014;
}
.legalPersonSignature .titleSign[data-v-4dc82434] {
  font-size: 16px;
  font-family: PingFangSC-Medium, "PingFang SC", sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  padding: 10px 12px 10px 0;
}
.legalPersonSignature .titleSign[data-v-4dc82434]:before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun, sans-serif;
  font-size: 12px;
  color: #ed4014;
}
.legalPersonSignature .signature[data-v-4dc82434] {
  background: #f2f2f2;
  width: 368px;
  height: 144px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
}
.legalPersonSignature .signature img[data-v-4dc82434] {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.legalPersonSignature .signature img.refresh[data-v-4dc82434] {
  width: 20px;
  height: 20px;
  margin: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.legalPersonSignature .signature button[data-v-4dc82434] {
  position: absolute;
  top: 0px;
  left: 132px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
#qrcode[data-v-4dc82434] {
  display: inline-block;
  position: relative;
}
#qrcode img[data-v-4dc82434] {
  width: 144px;
  height: 144px;
  background-color: #fff;
  padding: 6px;
}
#qrcode p[data-v-4dc82434] {
  position: absolute;
  bottom: -24px;
  width: 144px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #626466;
}


[data-v-2165af72] .ivu-form-item-content {
  line-height: 21px;
}
.top-speed[data-v-2165af72] {
  text-align: center;
}
.top-speed p[data-v-2165af72] {
  margin: 0 auto;
  position: relative;
  width: 642px;
  font-size: 12px;
  font-family: PingFangSC;
  color: #666666;
}
.top-speed p .status1[data-v-2165af72] {
  position: absolute;
  top: 27px;
  left: 102px;
}
.top-speed p .status2[data-v-2165af72] {
  position: absolute;
  top: 27px;
  left: 364px;
}
.submit-finish[data-v-2165af72] {
  margin: 24px;
  background-color: #fff;
}
.submit-finish .main[data-v-2165af72] {
  text-align: center;
  padding: 50px;
}
.submit-finish .main .gongzhonghao[data-v-2165af72] {
  width: 730px;
  background-color: rgba(22, 173, 233, 0.1);
  padding: 24px;
  margin: 32px auto;
}
.submit-finish .main .gongzhonghao .vat-jindu[data-v-2165af72] {
  font-size: 14px;
  font-family: PingFangSC;
  color: #333333;
  line-height: 20px;
  margin-bottom: 12px;
}
.submit-finish .main .tip-success[data-v-2165af72] {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  margin-top: 25px;
}
.submit-finish .main .submit-time[data-v-2165af72] {
  font-size: 12px;
  font-family: PingFangSC;
  color: #333333;
  line-height: 17px;
  margin-top: 17px;
}
.submit-finish .main .caokao-time[data-v-2165af72] {
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ed3e3e;
  margin-top: 8px;
  margin-bottom: 24px;
}
.title[data-v-2165af72] {
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
  padding-bottom: 16px;
  color: rgba(0, 0, 0, 0.85);
}
.title span.smallTitle[data-v-2165af72] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  margin-left: 10px;
  font-weight: 400;
}
.title span.line[data-v-2165af72] {
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #16ade9;
  margin-right: 10px;
}
.title .remark[data-v-2165af72] {
  margin-left: 15px;
  font-size: 14px;
  color: #515a6e;
  font-weight: 400;
}
.top[data-v-2165af72] {
  min-width: 1024px;
  background-color: #fff;
  padding: 20px 0 0 32px;
  font-size: 14px;
}
.top[data-v-2165af72] .ivu-breadcrumb {
  font-size: 14px !important;
}
.top .top-reason[data-v-2165af72] {
  margin-top: 20px;
  padding: 11px 21px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  background: #fff1dd;
}
.top .top-reason span[data-v-2165af72] {
  color: #fa5555;
}
.top .top-reason img[data-v-2165af72] {
  position: relative;
  top: 3px;
}
.top .tabTitle[data-v-2165af72] {
  border-bottom: 1px solid #e9e9e9ff;
  margin-top: 10px;
}
.top .tabTitle span[data-v-2165af72] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: PingFangSC;
  color: #333333;
  line-height: 40px;
  margin-right: 46px;
  cursor: pointer;
}
.top .tabTitle .active-tab[data-v-2165af72] {
  color: #1890ffff;
  border-bottom: 2px solid #1890ffff;
  font-weight: 600;
}
.top-tip[data-v-2165af72] {
  padding-bottom: 18px;
  padding-right: 32px;
  background-color: #fff;
  border-radius: 4px;
}
.top-tip .wramTip[data-v-2165af72] {
  font-size: 14px;
  padding: 10px;
  background-color: rgba(22, 173, 233, 0.19);
  color: #333;
  cursor: pointer;
}
.top-tip .wramTip img[data-v-2165af72] {
  position: relative;
  top: 4px;
}
.top-tip .wramTip span[data-v-2165af72] {
  color: #1890ff;
}
.container[data-v-2165af72] {
  margin: 24px;
  border-radius: 4px;
  font-size: 14px;
}
.container .formstyle[data-v-2165af72] {
  margin-top: 20px;
}
.container .formstyle .form[data-v-2165af72] {
  padding: 0 32px 32px 32px;
}
.container .formstyle .form .flex-item[data-v-2165af72] {
  display: flex;
  justify-content: space-between;
}
.container .formstyle .form .top-lable[data-v-2165af72] {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  margin-bottom: 8px;
}
.container .formstyle .form .top-lable span[data-v-2165af72] {
  color: #fa5555;
  margin-right: 4px;
}
.container .formstyle div.inner[data-v-2165af72] {
  width: 294px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background: #16ade9;
  cursor: pointer;
}
.container .formstyle div.inner .uplad-symbol[data-v-2165af72] {
  margin-top: 30px;
}
.container .formstyle div.inner .main-text[data-v-2165af72] {
  font-size: 12px;
  line-height: 24px;
}
.container .formstyle .upload-file-box[data-v-2165af72] {
  display: inline-block;
}
.container .formstyle .upload-file-box .inner.DE[data-v-2165af72] {
  color: #999999;
}
.container .formstyle .upload-file-box .inner.DE p[data-v-2165af72] {
  font-size: 44px;
  font-family: auto;
  font-weight: 100;
  margin-top: 16px;
  margin-bottom: 4px;
}
.container .formstyle .upload-file-box .example-name[data-v-2165af72] {
  font-size: 12px;
  color: #16ade9;
  text-align: center;
  cursor: pointer;
}
.container .formstyle .out-img-box[data-v-2165af72] {
  vertical-align: top;
  width: 100px;
}
.container .formstyle .inner.img-box[data-v-2165af72] {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.container .formstyle .inner.img-box img[data-v-2165af72] {
  width: 100%;
  overflow: hidden;
}
.container .formstyle .inner.img-box .show-pdf[data-v-2165af72] {
  font-size: 14px;
}
.container .formstyle .corres-name[data-v-2165af72] {
  font-size: 12px;
  width: 100px;
  text-align: center;
  color: #666666;
  margin-top: 6px;
  line-height: 18px;
}
.container .formstyle .gateway-style[data-v-2165af72] {
  margin-left: 32px;
  font-size: 16px;
  font-family: PingFangSC;
  color: #333333;
}
.container .formstyle .gateway-style span[data-v-2165af72] {
  color: #16ade9;
  cursor: pointer;
}
.container .formstyle .upload-tip[data-v-2165af72] {
  font-size: 14px;
  color: #fbb73c;
  vertical-align: bottom;
}
.container .formstyle .explame-out[data-v-2165af72] {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 8px;
  font-size: 12px;
}
.container .formstyle .explame[data-v-2165af72] {
  color: #16ade9;
  cursor: pointer;
}
.container .formstyle .explame img[data-v-2165af72] {
  position: relative;
  top: 4px;
}
.container[data-v-2165af72] .stepH {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container[data-v-2165af72] .stepH .ivu-form-item-content {
  margin-left: 0;
}
.aging-box[data-v-2165af72] {
  margin: 0 28px;
  font-size: 18px;
  line-height: 40px;
  padding-bottom: 30px;
}
.aging-box .aging-country[data-v-2165af72] {
  color: #16ade9;
  font-weight: 700;
}
.aging-box .remark[data-v-2165af72] {
  color: #aaaaaa;
}
.aging-box .example-modal img[data-v-2165af72] {
  width: 100%;
}
.gateway-box[data-v-2165af72] {
  padding: 0 20px 25px 20px;
}
.gateway-box p[data-v-2165af72] {
  margin: 15px 0;
}
.btn-box[data-v-2165af72] {
  text-align: center;
  padding-bottom: 24px;
}
.btn-box button[data-v-2165af72] {
  width: 88px;
  margin-right: 15px;
}
.legalPersonSignature .titleSign[data-v-2165af72] {
  font-size: 18px;
  margin-bottom: 28px;
  font-weight: 700;
  color: #333;
  height: 55px;
  background: rgba(24, 144, 255, 0.19);
  line-height: 55px;
  padding-left: 32px;
  border-radius: 4px 4px 0px 0px;
  font-family: PingFangSC-Medium, PingFang SC;
}
.legalPersonSignature .signContent[data-v-2165af72] {
  display: flex;
  flex-direction: column;
  padding-left: 32px !important;
  padding-bottom: 32px !important;
}
@media (min-width: 1920px) {
.legalPersonSignature .signContent[data-v-2165af72] {
    padding-left: 32px !important;
}
}
.legalPersonSignature .signature[data-v-2165af72] {
  background: #f2f2f2;
  width: 368px;
  height: 144px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  border: 1px solid #d9d9d9;
}
.legalPersonSignature .signature img[data-v-2165af72] {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.legalPersonSignature .signature img.refresh[data-v-2165af72] {
  width: 30px;
  height: 30px;
  margin: 10px;
  position: absolute;
  right: 0px;
  cursor: pointer;
}
.legalPersonSignature .signature button[data-v-2165af72] {
  position: absolute;
  top: 0px;
  left: 132px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
#qrcode[data-v-2165af72] {
  display: inline-block;
  position: relative;
}
#qrcode img[data-v-2165af72] {
  width: 144px;
  height: 144px;
  background-color: #fff;
  padding: 6px;
}
#qrcode p[data-v-2165af72] {
  position: absolute;
  bottom: -28px;
  width: 144px;
  font-size: 12px;
  color: #333;
  text-align: center;
  font-weight: 600;
  font-family: PingFangSC-Medium, PingFang SC;
}
[data-v-2165af72] .legalPersonSignatureBox .ivu-form-item-content {
  margin-left: 0px !important;
  line-height: 18px !important;
}
[data-v-2165af72] .legalPersonSignatureBox .ivu-form-item-error-tip {
  left: 8% !important;
}
[data-v-2165af72] .ivu-select-dropdown-list {
  max-height: 300px;
}
[data-v-2165af72] .ivu-input-prefix,
.ivu-input-suffix[data-v-2165af72] {
  top: 8px;
}
[data-v-2165af72] .ivu-select {
  width: 294px;
}
[data-v-2165af72] .ivu-upload {
  display: inline-block;
}
[data-v-2165af72] .ivu-modal-header-inner {
  font-weight: 700;
}
[data-v-2165af72] .ivu-radio-checked .ivu-radio-inner {
  background-color: #fff !important;
}
[data-v-2165af72] .ivu-radio-inner:after {
  width: 8px;
  height: 8px;
  left: 3px;
  top: 3px;
  background-color: #2d8cf0 !important;
}
[data-v-2165af72] .tax-date .ivu-input-wrapper.ivu-input-wrapper-default.ivu-input-type-text.ivu-date-picker-editor {
  width: 294px;
}
[data-v-2165af72] .ivu-divider-horizontal {
  margin: 16px 0 40px 0;
}
.requiredItem[data-v-2165af72] .ivu-form-item-label::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed4014;
}
[data-v-2165af72] .ivu-form .ivu-form-item-label {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
@media (min-width: 1920px) {
[data-v-2165af72] .ivu-form .ivu-form-item-label {
    width: 300px !important;
}
}
.agentClass .big-row[data-v-2165af72] {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 24px;
}
.agentClass .typeTitle[data-v-2165af72] {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  border-bottom: none;
  padding-bottom: 10px;
}
.agentClass .subTitle[data-v-2165af72] {
  font-size: 18px;
  margin-bottom: 28px;
  font-weight: 700;
  color: #333;
  height: 55px;
  background: rgba(24, 144, 255, 0.19);
  line-height: 55px;
  padding-left: 32px;
  border-radius: 4px 4px 0px 0px;
}
.agentClass[data-v-2165af72] .ivu-upload {
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}
.agentClass[data-v-2165af72] .ivu-upload .inner {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agentClass[data-v-2165af72] .ivu-upload .inner img {
  width: 50px;
  height: auto;
  margin-bottom: 14px;
  margin-top: 0px !important;
}
.agentClass[data-v-2165af72] .ivu-upload .inner .main-text {
  position: absolute;
  bottom: 10px;
}
.agentClass[data-v-2165af72] .ivu-upload .corres-name {
  width: 100%;
}
@media (min-width: 1920px) {
}
.agentClass[data-v-2165af72] .ivu-form-item-content .ischange .inner {
  background: #9999991f;
}
.agentClass[data-v-2165af72] .ivu-form-item-content .ischange .inner .uplad-word {
  color: #666666;
}
.agentClass[data-v-2165af72] .ivu-form-item-content .ischange .inner img {
  display: none;
}
.agentClass[data-v-2165af72] .ivu-form-item-content .out-img-box .img-box {
  background-color: #fff;
  position: relative;
  text-align: center;
}
.agentClass[data-v-2165af72] .ivu-form-item-content .out-img-box .img-box .show-pdf {
  color: #16ade9;
  line-height: 34px;
}
.agentClass[data-v-2165af72] .ivu-form-item-content .out-img-box .img-box button {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.agentClass[data-v-2165af72] .ivu-form-item-content .out-img-box .img-box button img.closeImg {
  width: 13px;
  height: 13px;
}
.agentClass[data-v-2165af72] .fileClass .ivu-form-item-label {
  text-align: left;
  width: 200px !important;
}
.agentClass[data-v-2165af72] .fileClass .ivu-form-item-content {
  margin-left: 0px !important;
}
.agentClass[data-v-2165af72] .fileClass .expand {
  margin: 20px 0;
  font-size: 16px;
  font-family: "Noto Sans S Chinese";
  font-weight: 400;
  max-width: 300px;
  text-align: left;
  color: #666666;
  font-weight: bold;
  margin-left: -20px;
}
.up[data-v-2165af72] {
  background: #1890ff;
  position: fixed;
  width: 42px;
  height: 58px;
  right: 0px;
  bottom: 131px;
  display: flex;
  padding: 7px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.up[data-v-2165af72] .ivu-tooltip-popper {
  top: 12px !important;
  left: -93px !important;
}
.up[data-v-2165af72] .ivu-tooltip-rel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.up span[data-v-2165af72] {
  font-size: 14px;
  color: #ffffff;
}
.up img[data-v-2165af72] {
  width: 20px;
  height: 20px;
  margin-bottom: 3px;
}
.redTip[data-v-2165af72]::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 14px;
  color: #ed4014;
}
.tipsModal-title[data-v-2165af72] {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.tipsModal-contnet[data-v-2165af72] {
  font-size: 18px;
}
.tipsModal-contnet .tip-title[data-v-2165af72] {
  color: #d9001b;
  margin-bottom: 18px;
}

.country-list[data-v-17c463bc] {
  display: flex;
  margin-top: 5px;
}
.country-list .country-list-left[data-v-17c463bc] {
  width: 176px;
}
[data-v-17c463bc] .ivu-table-tip {
  overflow-x: auto;
}
[data-v-17c463bc] .ivu-table-tbody {
  background-color: #fff;
}
[data-v-17c463bc] .ivu-table-cell {
  white-space: nowrap;
}
a[data-v-17c463bc] {
  color: #16ade9;
  font-size: 12px;
}
.container[data-v-17c463bc] {
  min-height: calc(100vh - 60px);
}
.taxBox[data-v-17c463bc] {
  font-size: 12px;
}
.taxBox .topTaxBoxContainer[data-v-17c463bc] {
  background: #ffffff;
  padding: 24px 24px 0px 24px;
}
.taxBox .topTaxBoxContainer .top[data-v-17c463bc] {
  margin-bottom: 16px;
  font-size: 14px;
}
.taxBox .topTaxBoxContainer .top[data-v-17c463bc] .ivu-breadcrumb {
  font-size: 14px !important;
}
.taxBox .page-title[data-v-17c463bc] {
  margin-bottom: 25px;
}
.taxBox .page-title span.title[data-v-17c463bc] {
  font-size: 24px;
  font-family: 'Microsoft Yahei', 'PingFangSC-Semibold,PingFang SC';
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}
.taxBox .page-title span.country[data-v-17c463bc] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.taxBox .tabBoxContainer[data-v-17c463bc] {
  margin: 20px;
}
.taxBox .tabBoxContainer .processContent[data-v-17c463bc] {
  margin-top: 24px;
}
.taxBox .tabBoxContainer[data-v-17c463bc] .contentContainer {
  margin: 0px;
}
.taxBox .tabBoxContainer .vatIntervalBox[data-v-17c463bc] {
  width: 100%;
  position: relative;
  min-height: 40px;
  line-height: 40px;
}
.taxBox .tabBoxContainer .vatIntervalBox img[data-v-17c463bc] {
  position: absolute;
  right: -10px;
  top: 0px;
  width: 39px;
}
.taxBox .tabBoxContainer .overdue .info[data-v-17c463bc] {
  background: #fff1dd;
  margin-top: 18px;
  padding: 10px 12px;
  display: flex;
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC;
  color: #333333;
  line-height: 26px;
  position: relative;
}
.taxBox .tabBoxContainer .overdue .info p[data-v-17c463bc] {
  padding-left: 20px;
}
.taxBox .tabBoxContainer .overdue .info img[data-v-17c463bc] {
  position: absolute;
  top: 14px;
}
.taxBox .tab-box span[data-v-17c463bc] {
  display: inline-block;
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC;
  color: #333333;
  line-height: 35px;
  margin-right: 46px;
  cursor: pointer;
}
.taxBox .tab-box .active-tab[data-v-17c463bc] {
  color: #1890ffff;
  border-bottom: 2px solid #1890ffff;
}
.taxBox .tax-title[data-v-17c463bc] {
  padding: 11px 0px;
  font-size: 18px;
  font-family: 'Microsoft Yahei', 'PingFangSC-Medium,PingFang SC';
  font-weight: 500;
  color: #333333;
}
.taxBox .tax-title .red[data-v-17c463bc] {
  color: #ef5757;
  font-size: 14px;
  margin-left: 16px;
}
.taxBox .tax-title .black[data-v-17c463bc] {
  color: #333;
  font-size: 14px;
}
.tax-info-name[data-v-17c463bc] {
  display: inline-block;
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  margin-right: 10px;
}
.tax-info-value[data-v-17c463bc] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}
.tax-info-value a[data-v-17c463bc] {
  color: #16ade9;
}
.tax-info-value img[data-v-17c463bc] {
  vertical-align: middle;
  width: 18px;
}
.tax-info-value .editor[data-v-17c463bc] {
  cursor: pointer;
}
.baseInfo[data-v-17c463bc] {
  margin: 22px 0 12px 0;
}
.upload[data-v-17c463bc] {
  vertical-align: middle;
  color: #16ade9;
  font-size: 12px;
  cursor: pointer;
}
.upload img[data-v-17c463bc] {
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
.footer[data-v-17c463bc] {
  text-align: center;
  padding: 26px 0;
}
.uploadFile[data-v-17c463bc] {
  text-align: center;
}
.uploadFile .uploadBtn[data-v-17c463bc] {
  width: 350px;
}
[data-v-17c463bc] .ivu-modal-header-inner {
  color: #303033 !important;
}
[data-v-17c463bc] .ivu-table th {
  background-color: #d6e8fd;
  font-weight: 400;
  font-family: 'MicrosoftYaHei';
}
[data-v-17c463bc] .ivu-table {
  overflow: auto;
  font-size: 12px;
  color: #626266;
}
[data-v-17c463bc] .ivu-modal {
  width: 750px;
}
[data-v-17c463bc] .ivu-col-span-12 {
  line-height: 26px;
}
[data-v-17c463bc] .ivu-table th {
  background-color: #d6e8fd;
}
[data-v-17c463bc] .ivu-table th {
  border-bottom: none;
  font-size: 12px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 14px;
}
[data-v-17c463bc] .ivu-table td {
  font-size: 12px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
[data-v-17c463bc] .submitModal-footer-line {
  margin: 40px 0;
}
[data-v-17c463bc] .ivu-row {
  margin-bottom: 8px;
}
[data-v-17c463bc] .checkTax {
  vertical-align: middle;
  color: #16ade9;
  font-size: 12px;
  cursor: pointer;
}
[data-v-17c463bc] .checkTax img {
  vertical-align: middle;
}
.modal-title[data-v-17c463bc] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 14px;
  margin-bottom: 24px;
}
.detailModal-footer-line[data-v-17c463bc] {
  margin-top: 10px;
}
[data-v-17c463bc] .ivu-modal-header {
  display: none;
}
.operation-box span[data-v-17c463bc] {
  font-size: 14px;
  margin-right: 12px;
}
.operation-box span img[data-v-17c463bc] {
  vertical-align: middle;
  margin-right: 2px;
}
[data-v-17c463bc] .infoTip {
  display: none;
}
[data-v-17c463bc] .typeTitle,[data-v-17c463bc] .wramTip {
  display: none;
}
[data-v-17c463bc] .container {
  padding: 0px;
  margin: 0px !important;
}

.headContent[data-v-07bb879e] {
  background: #ffffff;
  padding: 1px 24px 0px;
  border-bottom: 1px solid #f0f0f0;
}
.formCreate[data-v-07bb879e] {
  margin: 20px 0 0;
  padding: 0;
}
.formCreate[data-v-07bb879e] .form-create .ivu-col {
  padding-left: 0;
}
.container[data-v-07bb879e] {
  background-color: #fff;
  color: #333333;
  font-family: 'Microsoft Yahei', 'PingFangSC-Semibold,PingFang SC';
  padding: 24px;
}
.container .top-title[data-v-07bb879e] {
  font-size: 24px;
  font-weight: 600;
}
.container .top-tips[data-v-07bb879e] {
  background-color: #d0effb;
  padding: 12px 20px;
}
.container .top-tips .tips-top-title[data-v-07bb879e] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFangSC-Regular,PingFang SC';
  color: #16ade9;
}
.container .top-tips .tips-top-title img[data-v-07bb879e] {
  vertical-align: middle;
}
.container .top-tips .bottom-tips[data-v-07bb879e] {
  margin-left: 24px;
  margin-top: 4px;
}
.container .top-tips .bottom-tips p[data-v-07bb879e] {
  line-height: 26px;
  font-weight: 600;
  color: #333333;
}
.container .top-tips .bottom-tips .last-tip[data-v-07bb879e] {
  font-weight: 400;
  margin-top: 4px;
}
.container .reject-box[data-v-07bb879e] {
  margin-top: 16px;
  padding: 10px 20px;
  background-color: #fff1dd;
}
.container .reject-box img[data-v-07bb879e] {
  vertical-align: middle;
}
.container .reject-box .reason[data-v-07bb879e] {
  color: #fa5555;
}
.container .tab-box[data-v-07bb879e] {
  margin-top: 28px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 24px;
}
.container .tab-box span[data-v-07bb879e] {
  display: inline-block;
  font-size: 16px;
  margin-right: 36px;
  color: #333333;
  cursor: pointer;
}
.container .tab-box .active-tab[data-v-07bb879e] {
  border-radius: 10px 10px 0 0;
  background-color: #16ade9;
  color: #fff;
  padding: 8px 24px;
}
.container .tab-title[data-v-07bb879e] {
  padding: 11px 24px;
  background-color: #d0effb;
  font-size: 18px;
  font-weight: 600;
  margin: 24px 0;
}
.container .tab-title .title-tip[data-v-07bb879e] {
  font-size: 12px;
  color: #666;
  font-weight: 500;
}
.requiredItem[data-v-07bb879e] .ivu-form-item-label::before {
  content: '*';
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: 'Microsoft Yahei', SimSun;
  font-size: 12px;
  color: #ed4014;
}
.fl[data-v-07bb879e] {
  margin-right: 32px;
  min-height: 172px;
}
.fl .requiredItem[data-v-07bb879e]::before {
  content: '*';
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: 'Microsoft Yahei', SimSun;
  font-size: 12px;
  color: #ed4014;
}
.file-box[data-v-07bb879e] {
  padding-left: 50px;
}
.out-img-box[data-v-07bb879e] {
  margin-top: 12px;
  width: 200px;
}
.out-img-box .img-box[data-v-07bb879e] {
  width: 200px;
  height: 124px;
  overflow: hidden;
  border: 1px dashed #dcdee2;
  position: relative;
  text-align: center;
  z-index: 11;
  background: #fff;
}
.out-img-box .img-box button[data-v-07bb879e] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: -13px;
  height: 0px;
  z-index: 1;
}
.out-img-box .img-box button img.closeImg[data-v-07bb879e] {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 16px;
  right: -174px;
}
.out-img-box .img-box img[data-v-07bb879e] {
  width: 100%;
  height: 100%;
}
.out-img-box .img-box .deletBtn[data-v-07bb879e] {
  left: auto;
  display: none;
}
.out-img-box .img-box:hover .deletBtn[data-v-07bb879e] {
  display: block;
}
.out-img-box .corres-name[data-v-07bb879e] {
  width: 100%;
}
.out-img-box .show-pdf[data-v-07bb879e] {
  display: inline-block;
  color: #313233;
  font-size: 16px;
  margin-top: 24px;
}

.title[data-v-7b8dd390] {
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 24px;
}
.title .line[data-v-7b8dd390] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
}
.import-templates[data-v-7b8dd390] {
  float: right;
  font-size: 16px;
  font-weight: normal;
  color: #3a7fff;
  cursor: pointer;
}
.headContent[data-v-7b8dd390] {
  background: #ffffff;
  padding: 0px 24px 0px;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}

.main-wrapper[data-v-204cce9e] {
  min-height: calc(100vh - 60px);
  background-color: #fff;
  text-align: center;
}
.main-wrapper .content-wrapper[data-v-204cce9e] {
  padding-top: 110px;
}
.main-wrapper .content-wrapper .icon[data-v-204cce9e] {
  width: 170px;
  height: 140px;
  margin-bottom: 24px;
}
.main-wrapper .content-wrapper .title[data-v-204cce9e] {
  font-size: 24px;
  color: #262626;
  margin-bottom: 8px;
  font-weight: bold;
}
.main-wrapper .content-wrapper .tip[data-v-204cce9e] {
  font-size: 16px;
  color: #666;
  margin-bottom: 56px;
}
.main-wrapper .content-wrapper .declare-info[data-v-204cce9e] {
  display: inline-block;
  width: 704px;
  margin-bottom: 56px;
}
.main-wrapper .content-wrapper .btn[data-v-204cce9e] {
  width: 130px;
}
.main-wrapper .content-wrapper .btn[data-v-204cce9e]:not(:last-child) {
  margin-right: 10px;
}

.main-wrapper[data-v-4b6934c6] {
  min-height: calc(100vh - 60px);
  background-color: #fff;
  text-align: center;
}
.main-wrapper .content-wrapper[data-v-4b6934c6] {
  padding-top: 110px;
}
.main-wrapper .content-wrapper .icon[data-v-4b6934c6] {
  width: 170px;
  height: 140px;
  margin-bottom: 24px;
}
.main-wrapper .content-wrapper .title[data-v-4b6934c6] {
  font-size: 24px;
  color: #262626;
  margin-bottom: 8px;
  font-weight: bold;
}
.main-wrapper .content-wrapper .tip[data-v-4b6934c6] {
  font-size: 16px;
  color: #666;
  margin-bottom: 56px;
}
.main-wrapper .content-wrapper .declare-info[data-v-4b6934c6] {
  display: inline-block;
  width: 704px;
  margin-bottom: 56px;
}
.main-wrapper .content-wrapper .btn[data-v-4b6934c6] {
  width: 130px;
}
.main-wrapper .content-wrapper .btn[data-v-4b6934c6]:not(:last-child) {
  margin-right: 10px;
}

h4[data-v-bdcd3d36] {
  text-align: center;
  font-size: 20px;
  color: #ff5050;
  font-weight: bold;
  margin-bottom: 20px;
}
[data-v-bdcd3d36] .color-red {
  color: #ff5050;
}
[data-v-bdcd3d36] p {
  line-height: 1.3;
  margin-bottom: 10px;
}
[data-v-bdcd3d36] p:last-child {
  margin-bottom: 0;
}

.main-wrapper[data-v-3c4aa3ba] {
  min-height: calc(100vh - 60px);
}
.main-wrapper .header-wrapper[data-v-3c4aa3ba] {
  padding: 16px 24px;
  background-color: #fff;
}
.main-wrapper .header-wrapper .tag[data-v-3c4aa3ba] {
  font-size: 14px;
  color: #8c8c8c;
  margin-bottom: 12px;
}
.main-wrapper .header-wrapper .tag .tag-active[data-v-3c4aa3ba] {
  color: #595959;
}
.main-wrapper .header-wrapper .main-title[data-v-3c4aa3ba] {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #303132;
}
.main-wrapper .header-wrapper .main-title .back-icon[data-v-3c4aa3ba] {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  cursor: pointer;
}
.main-wrapper .content-wrapper[data-v-3c4aa3ba] {
  max-height: calc(100vh - 230px);
  overflow-y: auto;
  background-color: #fff;
  margin: 12px 12px 0;
  padding: 16px;
  height: 100%;
}
.main-wrapper .content-wrapper .tip-icon[data-v-3c4aa3ba] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.main-wrapper .content-wrapper .alert-title[data-v-3c4aa3ba] {
  color: #191919;
  font-size: 14px;
  line-height: 20px;
}
.main-wrapper .content-wrapper .content-main[data-v-3c4aa3ba] {
  padding: 32px 163px 26px 48px;
}
.main-wrapper .content-wrapper .content-main .pay-tax-img[data-v-3c4aa3ba] {
  width: 690px;
  height: 90px;
  margin-bottom: 32px;
}
.main-wrapper .content-wrapper .content-main .btn-container[data-v-3c4aa3ba] {
  padding: 8px;
  display: flex;
  background: rgba(0, 0, 0, 0.04);
  margin-bottom: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main-wrapper .content-wrapper .content-main .btn-container > span[data-v-3c4aa3ba] {
  flex: 0 0 190px;
  width: 190px;
}
.main-wrapper .content-wrapper .content-main .btn-container > span[data-v-3c4aa3ba]:not(:last-child) {
  margin-right: 4px;
}
.main-wrapper .content-wrapper .content-main .btn-container .ant-btn[data-v-3c4aa3ba] {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6);
  border: 0 !important;
}
.main-wrapper .content-wrapper .content-main .btn-container .ant-btn-primary[data-v-3c4aa3ba] {
  background-color: #fff;
  color: #3a7fff;
}
.main-wrapper .content-wrapper .content-main[data-v-3c4aa3ba]  ::after {
  background-color: #9ec6ff;
}
.main-wrapper .content-wrapper .content-main[data-v-3c4aa3ba]  .ant-steps-dot .ant-steps-item-content {
  width: auto !important;
}
.main-wrapper .content-wrapper .content-main .step-wrapper[data-v-3c4aa3ba] {
  margin-top: 32px;
  margin-bottom: 16px;
}
.main-wrapper .content-wrapper .content-main .step-wrapper .step-title-wrapper[data-v-3c4aa3ba] {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #191919;
  margin-right: 16px;
}
.main-wrapper .content-wrapper .content-main .step-wrapper .step-title-wrapper .step-title-desc[data-v-3c4aa3ba] {
  display: flex;
  align-items: center;
  color: #3a7fff;
  margin-left: 16px;
  cursor: pointer;
}
.main-wrapper .content-wrapper .content-main .step-wrapper .step-title-wrapper .step-title-desc .icon[data-v-3c4aa3ba] {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.main-wrapper .content-wrapper .content-main .content-title[data-v-3c4aa3ba] {
  font-size: 14px;
  color: #191919;
  line-height: 22px;
  font-weight: 500;
}
.main-wrapper .content-wrapper .content-main .declare-info[data-v-3c4aa3ba] {
  margin: 16px 0 32px;
}
.main-wrapper .content-wrapper .content-main .pay-tip-wrapper[data-v-3c4aa3ba] {
  display: inline-block;
  margin-top: 10px;
}
.main-wrapper .content-wrapper .content-main .pay-tip-wrapper .pay-tip[data-v-3c4aa3ba] {
  display: flex;
  font-size: 14px;
  color: #666;
  background-color: #e8f8f2;
  border-radius: 6px;
  line-height: 22px;
  padding: 4px 12px;
}
.main-wrapper .content-wrapper .content-main .pay-tip-wrapper .pay-tip .safe-icon[data-v-3c4aa3ba] {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.main-wrapper .content-wrapper .content-main .pay-way-wrapper[data-v-3c4aa3ba] {
  display: flex;
  margin-top: 24px;
}
.main-wrapper .content-wrapper .content-main .pay-way-wrapper .pay-way[data-v-3c4aa3ba] {
  border: 1px solid #666;
  border-radius: 8px;
  padding: 12px 22px;
  cursor: pointer;
}
.main-wrapper .content-wrapper .content-main .pay-way-wrapper .pay-way-active[data-v-3c4aa3ba] {
  border-color: #3a7fff;
  position: relative;
}
.main-wrapper .content-wrapper .content-main .pay-way-wrapper .pay-way-active[data-v-3c4aa3ba]::after {
  position: absolute;
  content: '';
  background: url(../../static/img/corner.d722e484.svg);
  right: -1px;
  bottom: -1px;
  width: 44px;
  height: 44px;
}
.main-wrapper .content-wrapper .content-main .pay-way-wrapper .pay-way > span[data-v-3c4aa3ba] {
  display: inline-block;
  padding: 16px;
  background-color: #f0f6ff;
}
.main-wrapper .content-wrapper .content-main .pay-way-wrapper .pay-way > span > img[data-v-3c4aa3ba] {
  width: 276px;
  height: 27.6px;
}
.main-wrapper .footer[data-v-3c4aa3ba] {
  text-align: center;
  background-color: #fff;
  box-shadow: 0px -1px 10px 0px #ebf0f5;
  padding: 16px;
}
.main-wrapper .footer .btn[data-v-3c4aa3ba]:not(:last-child) {
  margin-right: 24px;
}

.main-wrapper[data-v-7966b4c4] {
  min-height: calc(100vh - 60px);
  background-color: #fff;
  text-align: center;
}
.main-wrapper .content-wrapper[data-v-7966b4c4] {
  padding-top: 110px;
}
.main-wrapper .content-wrapper .icon[data-v-7966b4c4] {
  width: 170px;
  height: 140px;
  margin-bottom: 24px;
}
.main-wrapper .content-wrapper .title[data-v-7966b4c4] {
  font-size: 24px;
  color: #262626;
  margin-bottom: 8px;
  font-weight: bold;
}
.main-wrapper .content-wrapper .tip[data-v-7966b4c4] {
  font-size: 16px;
  color: #666;
  margin-bottom: 56px;
}
.main-wrapper .content-wrapper .declare-info[data-v-7966b4c4] {
  display: inline-block;
  width: 704px;
  margin-bottom: 56px;
}
.main-wrapper .content-wrapper .btn[data-v-7966b4c4] {
  width: 130px;
}
.main-wrapper .content-wrapper .btn[data-v-7966b4c4]:not(:last-child) {
  margin-right: 10px;
}

.container[data-v-6adae0a9] {
  margin: 24px;
  margin-bottom: 0px;
  min-height: calc(100vh - 84px);
  background: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.container .flex-column[data-v-6adae0a9] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.container .content[data-v-6adae0a9] {
  padding-top: 70px;
}
.container .content img[data-v-6adae0a9] {
  width: 76px;
  height: 76px;
}
.container .content .success[data-v-6adae0a9] {
  font-size: 20px;
  font-family: 'Microsoft Yahei', SourceHanSansSC-Medium, SourceHanSansSC;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-top: 24px;
  margin-bottom: 20px;
}
.container .content .box[data-v-6adae0a9] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 16px 28px;
  min-width: 550px;
}
.container .content .box .title[data-v-6adae0a9] {
  color: #16ade9;
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 12px;
}
.container .content .box[data-v-6adae0a9] .ivu-row {
  margin-bottom: 12px;
}
.container .content .box span[data-v-6adae0a9] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 20px;
  color: #333333;
  margin-bottom: 12px;
}
.container .content .box .left[data-v-6adae0a9] {
  color: rgba(0, 0, 0, 0.85);
}
.container .content .prompt[data-v-6adae0a9] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 17px;
  margin: 20px 0px 0px;
}
.container .content .deadLine[data-v-6adae0a9] {
  font-size: 12px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 17px;
  margin-top: 20px;
}
.container .content .red[data-v-6adae0a9] {
  color: #ed3e3eff;
}
.container .content .boxBtns[data-v-6adae0a9] {
  display: flex;
  margin-top: 20px;
}
.container .content .boxBtns[data-v-6adae0a9] .ivu-btn {
  margin: 0px 10px;
}
.container .content .info[data-v-6adae0a9] {
  margin-bottom: 12px;
  font-size: 16px;
  font-family: 'Microsoft Yahei', SourceHanSansSC-Regular, SourceHanSansSC;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  text-align: center;
}
.container .content .info span[data-v-6adae0a9] {
  color: #16ade9;
}
.container .followContent[data-v-6adae0a9] {
  width: 730px;
  height: 240px;
  background: rgba(22, 173, 233, 0.1);
  margin: 40px auto;
  padding: 24px;
}
.container .followContent .title[data-v-6adae0a9] {
  font-size: 16px;
  font-family: 'Microsoft Yahei', SourceHanSansSC-Medium, SourceHanSansSC;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-bottom: 17px;
}
.container .followContent img[data-v-6adae0a9] {
  width: 144px;
}

.main-wrapper[data-v-dc95f728] {
  min-height: calc(100vh - 60px);
  padding: 25px 35px 29px 27px;
  background-color: #fff;
  text-align: center;
}
.main-wrapper .system-tip[data-v-dc95f728] {
  text-align: left;
  padding: 12px 16px;
  line-height: 22px;
  color: #303132;
  background-color: #f0f6ff;
  border-radius: 2px;
  border: 1px solid #cce1ff;
}
.main-wrapper .title[data-v-dc95f728] {
  font-size: 30px;
  font-weight: bold;
  margin: 50px 0 30px;
}
.main-wrapper .wait-tip[data-v-dc95f728] {
  color: red;
  margin-bottom: 24px;
}
.main-wrapper .time[data-v-dc95f728] {
  font-size: 24px;
  font-weight: bold;
  margin: 24px 0;
}
.main-wrapper .tip1[data-v-dc95f728] {
  margin-bottom: 24px;
}
.main-wrapper .tip2[data-v-dc95f728] {
  margin-top: 24px;
}
.main-wrapper .fail-wrapper[data-v-dc95f728] {
  max-width: 540px;
  text-align: center;
  margin: 0 auto;
}
.main-wrapper .fail-wrapper .fail-icon[data-v-dc95f728] {
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
}
.main-wrapper .fail-wrapper .fail-title[data-v-dc95f728] {
  font-size: 24px;
  margin-bottom: 24px;
}
.main-wrapper .fail-wrapper .fail-reason[data-v-dc95f728] {
  font-size: 14px;
  margin-bottom: 24px;
}
.main-wrapper .fail-wrapper .declare-info[data-v-dc95f728] {
  text-align: left;
  padding: 20px 24px;
  line-height: 30px;
  color: #303132;
  background-color: #fafafa;
  margin-bottom: 24px;
}

.container[data-v-f57492b0] {
  margin: 24px;
  margin-bottom: 0px;
  min-height: calc(100vh - 84px);
  background: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.container .flex-column[data-v-f57492b0] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.container .content[data-v-f57492b0] {
  padding-top: 70px;
}
.container .content img[data-v-f57492b0] {
  width: 76px;
  height: 76px;
}
.container .content .success[data-v-f57492b0] {
  font-size: 20px;
  font-family: "Microsoft Yahei", SourceHanSansSC-Medium, SourceHanSansSC;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-top: 24px;
  margin-bottom: 20px;
}
.container .content .box[data-v-f57492b0] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 16px 28px;
  min-width: 550px;
}
.container .content .box .title[data-v-f57492b0] {
  color: #16ade9;
  font-size: 14px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 12px;
}
.container .content .box[data-v-f57492b0] .ivu-row {
  margin-bottom: 12px;
}
.container .content .box span[data-v-f57492b0] {
  font-size: 14px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 20px;
  color: #333333;
  margin-bottom: 12px;
}
.container .content .box .left[data-v-f57492b0] {
  color: rgba(0, 0, 0, 0.85);
}
.container .content .prompt[data-v-f57492b0] {
  font-size: 14px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 17px;
  margin: 20px 0px 0px;
}
.container .content .deadLine[data-v-f57492b0] {
  font-size: 12px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 17px;
  margin-top: 20px;
}
.container .content .red[data-v-f57492b0] {
  color: #ed3e3eff;
}
.container .content .boxBtns[data-v-f57492b0] {
  display: flex;
  margin-top: 20px;
}
.container .content .boxBtns[data-v-f57492b0] .ivu-btn {
  margin: 0px 10px;
}
.container .content .info[data-v-f57492b0] {
  margin-bottom: 12px;
  font-size: 16px;
  font-family: "Microsoft Yahei", SourceHanSansSC-Regular, SourceHanSansSC;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  text-align: center;
}
.container .content .info span[data-v-f57492b0] {
  color: #16ade9;
}
.container .followContent[data-v-f57492b0] {
  width: 730px;
  height: 240px;
  background: rgba(22, 173, 233, 0.1);
  margin: 40px auto;
  padding: 24px;
}
.container .followContent .title[data-v-f57492b0] {
  font-size: 16px;
  font-family: "Microsoft Yahei", SourceHanSansSC-Medium, SourceHanSansSC;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-bottom: 17px;
}
.container .followContent img[data-v-f57492b0] {
  width: 144px;
}

.container[data-v-f09e02b8] {
  height: calc(100vh - 60px);
}
.topTaxBoxContainer[data-v-f09e02b8] {
  background: #ffffff;
  padding: 31px 31px 16px 31px;
}
.topTaxBoxContainer .title[data-v-f09e02b8] {
  font-size: 24px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}
.topTaxBoxContainer .country[data-v-f09e02b8] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.subInfo[data-v-f09e02b8] {
  height: 40px;
  background: #fff1dd;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  color: #333333ff;
  line-height: 14px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-weight: 500;
  margin: 24px;
  margin-bottom: -24px;
}
.content[data-v-f09e02b8] {
  margin: 23px;
  background: #ffffff;
  padding: 24px 32px;
}
.content .title[data-v-f09e02b8] {
  font-size: 18px;
  font-family: 'Microsoft Yahei', 'PingFangSC-Medium', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
}
.flex-direction[data-v-f09e02b8] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
[data-v-f09e02b8] .ivu-form .ivu-form-item-label {
  font-size: 16px;
  font-family: 'Microsoft Yahei', 'PingFangSC-Medium', 'PingFang SC', sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
[data-v-f09e02b8] .ivu-form .ivu-form-item-content {
  width: 90%;
}
.requiredItem[data-v-f09e02b8] .ivu-form-item-label::before {
  content: '*';
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-size: 12px;
  color: #ed4014;
}
[data-v-f09e02b8] .ivu-upload {
  width: 100%;
  cursor: pointer;
}
[data-v-f09e02b8] .ivu-upload .inner {
  width: 100%;
  height: 32px;
  background: #16ade9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-f09e02b8] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
[data-v-f09e02b8] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.out-img-box .img-box[data-v-f09e02b8] {
  position: relative;
  text-align: center;
}
.out-img-box .img-box .show-pdf[data-v-f09e02b8] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-f09e02b8] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-f09e02b8] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-f09e02b8] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-f09e02b8] {
  color: #16ade9;
}
.upload-tip img[data-v-f09e02b8] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-f09e02b8] {
  margin: 0px 0px 20px;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-f09e02b8] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-f09e02b8] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}

.container[data-v-3c3cc7be] {
  height: calc(100vh - 60px);
}
.container .headContent[data-v-3c3cc7be] {
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 20px 32px;
}
.container .headContent .top[data-v-3c3cc7be] {
  margin-bottom: 14px;
}
.container .headContent .top .flink[data-v-3c3cc7be],
.container .headContent .top .clink[data-v-3c3cc7be] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.container .headContent .top .clink[data-v-3c3cc7be] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.container .headContent .bottom[data-v-3c3cc7be] {
  font-size: 20px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.container .content[data-v-3c3cc7be] {
  padding: 24px;
  display: flex;
  align-items: center;
  height: calc(100vh - 160px);
  justify-content: center;
}
.container .content .left[data-v-3c3cc7be] {
  height: 100%;
  background: #ffffff;
  flex: 0 0 300px;
  margin-right: 24px;
}
.container .content .left .taxProblems .item[data-v-3c3cc7be] {
  font-size: 12px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  padding: 12px 18px;
  border-bottom: 1px solid #e9e9e9ff;
  cursor: pointer;
}
.container .content .left .taxProblems .active[data-v-3c3cc7be] {
  color: #1890ff;
}
.container .content .right[data-v-3c3cc7be] {
  flex: 1;
  height: 100%;
  background: #ffffff;
  padding: 16px 24px;
}
.container .pageSetion[data-v-3c3cc7be] {
  text-align: center;
  margin-top: 20px;
}
.container .pageSetion .pagination[data-v-3c3cc7be] {
  display: inline-block;
  line-height: 20px;
}
.container .pageSetion .totalNum[data-v-3c3cc7be] {
  font-size: 14px;
  color: #9a9ca1;
}
.container .pageSetion[data-v-3c3cc7be] .ivu-page-simple .ivu-page-simple-pager input {
  padding: 0;
  margin: 0;
}
.container .pageSetion[data-v-3c3cc7be] .ivu-page-simple-pager {
  margin-right: 0;
}

.vatContainer[data-v-7c8c612e] {
  width: 100%;
  padding: 16px 24px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid rgba(41, 56, 246, 0.1);
  display: flex;
  margin-bottom: 16px;
  cursor: pointer;
}
.vatContainer .nationalFlag[data-v-7c8c612e] {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-right: 24px;
  border-radius: 50%;
  box-shadow: 0px 2px 8px 0px rgba(0, 35, 119, 0.1);
}
.vatContainer .nationalFlag img[data-v-7c8c612e] {
  width: 100%;
  height: 100%;
}
.vatContainer .vatTaxNumber[data-v-7c8c612e] {
  margin-right: 32px;
}
.vatContainer .right .statusBtn[data-v-7c8c612e] {
  width: 100px;
  height: 28px;
  background: #16ade9;
  box-shadow: 0px 2px 6px 0px rgba(9, 80, 228, 0.12);
  border-radius: 100px;
  font-size: 14px;
  font-family: "Microsoft Yahei", "PingFang SC", sans-serif;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
}
.vatContainer .right .statusTxt[data-v-7c8c612e] {
  font-size: 12px;
  font-family: "Microsoft Yahei", "PingFang SC", sans-serif;
  line-height: 17px;
  text-align: center;
  margin-bottom: 6px;
  min-width: 60px;
}
.vatContainer .right .statusTxt span[data-v-7c8c612e] {
  font-family: "Microsoft Yahei", "PingFangSC-Medium", "PingFang SC", sans-serif;
  font-weight: 500;
}
.vatContainer .right .statusTxt .yellow[data-v-7c8c612e] {
  color: #ed3e3eff;
  margin-right: 13px;
}
.vatContainer .right .statusTxt .blue[data-v-7c8c612e] {
  color: #16ade9ff;
}
.vatContainer .right .statusTxt .red[data-v-7c8c612e] {
  color: #ed3e3eff;
}
.vatContainer .word[data-v-7c8c612e] {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}
.vatContainer .word span[data-v-7c8c612e] {
  font-family: "Microsoft Yahei", PingFangSC-Regular, PingFang SC;
}
.vatContainer[data-v-7c8c612e]:hover {
  box-shadow: 0px 2px 8px 0px rgba(22, 92, 229, 0.2);
  border: 1px solid rgba(41, 56, 246, 0.14);
}
@media screen and (min-width: 1920px) {
.vatContainer[data-v-7c8c612e] {
    padding: 16px 48px 16px 32px;
}
.vatContainer .nationalFlag[data-v-7c8c612e] {
    margin-right: 32px;
}
.vatContainer .vatTaxNumber[data-v-7c8c612e] {
    margin-right: 102px;
}
}
.flex-center[data-v-7c8c612e] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-around[data-v-7c8c612e] {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.flex-column[data-v-7c8c612e] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.flex-between[data-v-7c8c612e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-start[data-v-7c8c612e] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex-column[data-v-7c8c612e] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.flex[data-v-7c8c612e] {
  display: flex;
}
.relative[data-v-7c8c612e] {
  position: relative;
}
.flex-wrap[data-v-7c8c612e] {
  display: flex;
  flex-wrap: wrap;
}

.container[data-v-45bbf460] {
  min-height: calc(100vh - 60px);
}
.container .headContent[data-v-45bbf460] {
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 20px 32px;
}
.container .headContent .top[data-v-45bbf460] {
  margin-bottom: 14px;
}
.container .headContent .top .flink[data-v-45bbf460],
.container .headContent .top .clink[data-v-45bbf460] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.container .headContent .top .clink[data-v-45bbf460] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.container .headContent .bottom[data-v-45bbf460] {
  font-size: 20px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.container .headContent .bottom span[data-v-45bbf460] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.container .bodyContent[data-v-45bbf460] {
  display: flex;
  justify-content: space-between;
}
.container .bodyContent .taxProblemsContent[data-v-45bbf460] {
  margin-top: 24px;
  margin-right: 24px;
}
.container .bodyContent .taxProblemsContent .bannerContent[data-v-45bbf460] {
  width: 300px;
  height: 204px;
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 24px;
}
.container .bodyContent .taxProblemsContent .bannerContent[data-v-45bbf460] .ivu-carousel-item {
  height: 204px !important;
}
.container .bodyContent .taxProblemsContent .bannerContent img[data-v-45bbf460] {
  width: 100%;
  height: 100%;
}
.container .bodyContent .taxProblemsContent .taxProblems[data-v-45bbf460] {
  width: 300px;
  background: #ffffff;
  border-radius: 4px;
}
.container .bodyContent .taxProblemsContent .taxProblems .title[data-v-45bbf460] {
  font-size: 18px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
  border-bottom: 1px solid #e9e9e9ff;
  padding: 16px 24px;
}
.container .bodyContent .taxProblemsContent .taxProblems .item[data-v-45bbf460] {
  font-size: 12px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 22px;
  padding: 12px 18px;
  border-bottom: 1px solid #e9e9e9ff;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.container .bodyContent .taxProblemsContent .taxProblems .viewMore[data-v-45bbf460] {
  font-size: 12px;
  font-family: "Microsoft Yahei", PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1890ff;
  line-height: 17px;
  padding: 18px 0px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .bodyContent .taxProblemsContent .taxProblems .viewMore img[data-v-45bbf460] {
  margin-top: 1px;
  float: right;
}
.container .content[data-v-45bbf460] {
  width: 100%;
  padding: 24px;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 160px);
  flex-direction: column;
  overflow-y: auto;
}
.container .content .topContent[data-v-45bbf460] {
  height: 107px;
  width: 100%;
  background: #ffffff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 18px 24px;
  border-bottom: 1px solid #e9e9e9ff;
}
.container .content .topContent .title[data-v-45bbf460] {
  font-size: 18px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
  margin-bottom: 16px;
}
.container .content .topContent[data-v-45bbf460] .ivu-form-item {
  display: flex;
}
.container .content .topContent[data-v-45bbf460] .ivu-form-item-label {
  padding-right: 0px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.container .content .inTheServiceList[data-v-45bbf460] {
  width: 100%;
  background: #ffffff;
  padding: 18px 24px;
}
.container .content .inTheServiceList .statusBtnContent button[data-v-45bbf460] {
  background: #16ade9;
  box-shadow: 0px 2px 6px 0px rgba(9, 80, 228, 0.12);
  border-radius: 100px;
  color: #ffffff;
}
.pageSetion[data-v-45bbf460] {
  text-align: center;
  margin-top: 20px;
}
.pageSetion .pagination[data-v-45bbf460] {
  display: inline-block;
  line-height: 20px;
}
.pageSetion .totalNum[data-v-45bbf460] {
  font-size: 14px;
  color: #9a9ca1;
}
.pageSetion[data-v-45bbf460] .ivu-page-simple .ivu-page-simple-pager input {
  padding: 0;
  margin: 0;
}
.pageSetion[data-v-45bbf460] .ivu-page-simple-pager {
  margin-right: 0;
}

.container[data-v-c0ab9f84] {
  margin-bottom: 0px;
  min-height: calc(100vh - 60px);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.container .headContent[data-v-c0ab9f84] {
  height: 78px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 20px 32px;
}
.container .headContent .top[data-v-c0ab9f84] {
  margin-bottom: 14px;
}
.container .headContent .top .flink[data-v-c0ab9f84],
.container .headContent .top .clink[data-v-c0ab9f84] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.container .headContent .top .clink[data-v-c0ab9f84] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.container .headContent .bottom[data-v-c0ab9f84] {
  font-size: 20px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.container .headContent .bottom span[data-v-c0ab9f84] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.container .outContent[data-v-c0ab9f84] {
  background: #ffffff;
  margin: 24px;
  padding-bottom: 40px;
  margin-bottom: 0px;
}
.container .flex-column[data-v-c0ab9f84] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.container .content[data-v-c0ab9f84] {
  padding-top: 70px;
}
.container .content img[data-v-c0ab9f84] {
  width: 76px;
  height: 76px;
}
.container .content .success[data-v-c0ab9f84] {
  font-size: 20px;
  font-family: "Microsoft Yahei", SourceHanSansSC-Medium, SourceHanSansSC;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-top: 24px;
  margin-bottom: 20px;
}
.container .content .orderNo[data-v-c0ab9f84] {
  font-size: 12px;
  font-family: "Microsoft Yahei", PingFangSC;
  color: #333333;
  line-height: 17px;
  display: flex;
}
.container .content .orderNo .fuzhi[data-v-c0ab9f84] {
  width: 36px;
  height: 18px;
  background: #16ade9;
  border-radius: 2px;
  font-size: 12px;
  font-family: "Microsoft Yahei", PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
  padding: 3px 5px;
  margin-left: 5px;
  cursor: pointer;
}
.container .content .info[data-v-c0ab9f84] {
  margin-bottom: 12px;
  font-size: 16px;
  font-family: "Microsoft Yahei", SourceHanSansSC-Regular, SourceHanSansSC;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  text-align: center;
}
.container .content .info span[data-v-c0ab9f84] {
  color: #16ade9;
}
.container .followContent[data-v-c0ab9f84] {
  width: 730px;
  background: rgba(22, 173, 233, 0.1);
  margin: 40px auto;
  padding: 24px;
}
.container .followContent .title[data-v-c0ab9f84] {
  font-size: 14px;
  font-family: "Microsoft Yahei", PingFangSC;
  color: #333333;
  line-height: 20px;
  margin-bottom: 12px;
}
.container .followContent .contentInfo p[data-v-c0ab9f84] {
  font-size: 12px;
  font-family: "Microsoft Yahei", PingFangSC;
  color: #666666;
  line-height: 12px;
  margin-bottom: 12px;
}
.container .followContent img[data-v-c0ab9f84] {
  width: 144px;
}

.container[data-v-31df83d9] {
  margin-bottom: 0px;
  min-height: calc(100vh - 60px);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.container .headContent[data-v-31df83d9] {
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 20px 32px;
}
.container .headContent .top[data-v-31df83d9] {
  margin-bottom: 14px;
}
.container .headContent .top .flink[data-v-31df83d9],
.container .headContent .top .clink[data-v-31df83d9] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.container .headContent .top .clink[data-v-31df83d9] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.container .headContent .bottom[data-v-31df83d9] {
  font-size: 20px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.container .headContent .bottom span[data-v-31df83d9] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.container .outContent[data-v-31df83d9] {
  background: #ffffff;
  margin: 24px;
  padding-bottom: 40px;
  margin-bottom: 0px;
}
.container .outContent .success[data-v-31df83d9] {
  text-align: center;
  min-height: 600px;
  background: #ffffff;
}
.container .outContent .success > img[data-v-31df83d9] {
  margin-top: 50px;
  width: 76px;
  height: 76px;
  margin-bottom: 24px;
}
.container .outContent .success .success-tips[data-v-31df83d9] {
  font-size: 20px;
  font-family: "Microsoft Yahei", SourceHanSansSC-Medium, SourceHanSansSC;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-bottom: 24px;
}
.container .outContent .success .btns[data-v-31df83d9] {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 32px;
}
.container .outContent .success .submitTime[data-v-31df83d9] {
  font-size: 12px;
  font-family: "Microsoft Yahei", PingFangSC;
  color: #333333;
  line-height: 17px;
}
.container .outContent .success .country[data-v-31df83d9] {
  font-size: 12px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ed3e3e;
  line-height: 17px;
  margin-top: 8px;
}
.container .outContent .success .btn[data-v-31df83d9] {
  margin: 10px 10px 0px;
}
.container .outContent .success .btn span[data-v-31df83d9] {
  display: inline-block;
  width: 140px;
  height: 36px;
  border: 1px solid #16ade9;
  line-height: 36px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #16ade9;
  margin-bottom: 32px;
}
.container .outContent .success .followContent[data-v-31df83d9] {
  width: 730px;
  height: 240px;
  background: rgba(22, 173, 233, 0.1);
  margin: 0px auto;
  padding: 24px;
}
.container .outContent .success .followContent .title[data-v-31df83d9] {
  font-size: 16px;
  font-family: "Microsoft Yahei", SourceHanSansSC-Medium, SourceHanSansSC;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-bottom: 17px;
}
.container .outContent .success .followContent img[data-v-31df83d9] {
  width: 144px;
}

.container[data-v-4fdab8fe] {
  box-sizing: border-box;
  margin-bottom: 7px;
  border-radius: 2px;
}
.container .headContent[data-v-4fdab8fe] {
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 20px 32px;
}
.container .headContent .top[data-v-4fdab8fe] {
  margin-bottom: 14px;
}
.container .headContent .top .flink[data-v-4fdab8fe],
.container .headContent .top .clink[data-v-4fdab8fe] {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.container .headContent .top .clink[data-v-4fdab8fe] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.container .headContent .bottom[data-v-4fdab8fe] {
  font-size: 20px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.container .headContent .bottom span[data-v-4fdab8fe] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.container .title[data-v-4fdab8fe] {
  color: #212121;
  font-size: 18px;
  font-weight: bold;
  line-height: 56px;
}
.container .title_wait[data-v-4fdab8fe] {
  margin: 0px 0 8px 0;
}
.container .title_wait .content[data-v-4fdab8fe] {
  padding-top: 24px;
}
.container .title_wait .company[data-v-4fdab8fe] {
  display: flex;
  padding: 24px 0px 18px;
  justify-content: space-between;
}
.container .title_wait .company .companyZh[data-v-4fdab8fe],
.container .title_wait .company .companyEN[data-v-4fdab8fe] {
  font-size: 16px;
  font-family: 'Microsoft Yahei', PingFangSC;
  color: #666666;
  line-height: 22px;
}
.container .title_wait .company .companyZh span[data-v-4fdab8fe],
.container .title_wait .company .companyEN span[data-v-4fdab8fe] {
  font-weight: 500;
  color: #333333;
}
.container .title_wait[data-v-4fdab8fe] .ivu-form .ivu-form-item-label {
  font-weight: bold;
}
.container .title_wait[data-v-4fdab8fe] .ivu-form-item {
  margin-bottom: 0px !important;
}
.container .title_wait .tax-status[data-v-4fdab8fe] {
  border-bottom: 1px solid rgba(153, 153, 153, 0.16);
}
.container .title_wait .tax-status span.status-item[data-v-4fdab8fe] {
  display: inline-block;
  width: 149px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: rgba(153, 153, 153, 0.1);
  border-radius: 4px 4px 0px 0px;
  border: 1px solid rgba(153, 153, 153, 0.16);
  color: #666;
  font-size: 14px;
  border-bottom: none;
  margin-right: 4px;
  cursor: pointer;
}
.container .title_wait .tax-status span.status-item .status-count[data-v-4fdab8fe] {
  color: #ed3e3e;
}
.container .title_wait .tax-status span.status-item.active[data-v-4fdab8fe] {
  background: #ffffff;
  color: #2db7f5;
}
.container .title_wait .tax-status span.status-item.active .status-count[data-v-4fdab8fe] {
  color: #2db7f5;
}
.container .line[data-v-4fdab8fe] {
  border: 1px solid #f5f5f5;
  margin-bottom: 16px;
}
.container .info[data-v-4fdab8fe] {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.container .info .item img[data-v-4fdab8fe] {
  width: 102%;
  cursor: pointer;
}
.container .info .item[data-v-4fdab8fe]:nth-child(1) {
  margin-left: -5px;
}
.container .info[data-v-4fdab8fe] {
  margin: 24px;
  margin-bottom: 0px;
  background: #d7eefa;
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  padding: 10px;
  border-radius: 4px 4px 0px 0px;
}
.container .info img[data-v-4fdab8fe] {
  margin-right: 5px;
  margin-bottom: 23px;
}
.container .infoTb[data-v-4fdab8fe] {
  background-color: #fff;
  padding: 0px 27px;
  margin-left: 24px;
  margin-right: 24px;
}
.container .flex-center[data-v-4fdab8fe] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container[data-v-4fdab8fe] .ivu-tabs-bar {
  margin: 0px;
}
.container[data-v-4fdab8fe] .ivu-tabs-nav-container:focus .ivu-tabs-tab-focused {
  border-color: #e6e6e6 !important;
}
.container .ivu-tabs[data-v-4fdab8fe] .ivu-tabs-bar {
  border-color: #f2f2f2;
}
.container .ivu-tabs[data-v-4fdab8fe] .ivu-tabs-bar .ivu-tabs-tab {
  margin-right: 0px;
}
.container .ivu-tabs[data-v-4fdab8fe] .ivu-tabs-bar .ivu-tabs-tab:nth-child(2n) {
  border-top-right-radius: 0px;
  background: #f7f7f7;
}
.container .ivu-tabs[data-v-4fdab8fe] .ivu-tabs-bar .ivu-tabs-tab:nth-child(2n-1) {
  border-top-left-radius: 0px;
}
.container[data-v-4fdab8fe] .ivu-tabs-nav-container:focus .ivu-tabs-tab-focused:nth-child(2n-1),
.container .ivu-tabs[data-v-4fdab8fe] .ivu-tabs-bar .ivu-tabs-tab-focused:nth-child(2n-1),
.container .ivu-tabs[data-v-4fdab8fe] .ivu-tabs-bar .ivu-tabs-tab-active:nth-child(2n-1) {
  border-left-color: #fff !important;
  font-weight: 400;
}
.container[data-v-4fdab8fe] .ivu-table:before {
  background-color: #f2f2f200;
}
.container[data-v-4fdab8fe] .ivu-table:after {
  background-color: #f2f2f2;
}
.container .ivu-tabs[data-v-4fdab8fe] .ivu-table-wrapper {
  margin-bottom: 11px;
  border-color: #f2f2f2;
}
.container .ivu-tabs[data-v-4fdab8fe] .ivu-table-wrapper tr td {
  color: #16ade9;
  font-size: 12px;
}
.container[data-v-4fdab8fe] .ivu-table-tip tr {
  height: 144px;
}
.container .pageSetion[data-v-4fdab8fe] {
  text-align: right;
  margin-top: 24px;
  padding-bottom: 36px;
}
.container .pageSetion .pagination[data-v-4fdab8fe] {
  display: inline-block;
  line-height: 20px;
}
.container .pageSetion .totalNum[data-v-4fdab8fe] {
  font-size: 14px;
  color: #9a9ca1;
}
.container .pageSetion[data-v-4fdab8fe] .ivu-page-simple .ivu-page-simple-pager input {
  padding: 0;
  margin: 0;
}
.container .pageSetion[data-v-4fdab8fe] .ivu-page-simple-pager {
  margin-right: 0;
}
.container[data-v-4fdab8fe] .ivu-tabs .ivu-table-wrapper .ivu-table-tip tr td {
  color: #9a9ca1;
}
.container .tbNull[data-v-4fdab8fe] .ivu-table table {
  border-left: 1px solid #ebebebff;
}
.container .tbNull[data-v-4fdab8fe] td .ivu-table-cell {
  font-size: 12px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.container .tbNull[data-v-4fdab8fe] td .ivu-table-cell .grey {
  color: #999999;
}
.container .tbNull[data-v-4fdab8fe] td .ivu-table-cell .red {
  color: #16ade9;
}
.container .tbNull[data-v-4fdab8fe] td .ivu-table-cell .blue {
  color: #16ade9;
}
.container .tbNull[data-v-4fdab8fe] td .ivu-table-cell .yellow {
  color: #f79728;
}
.container .tbNull[data-v-4fdab8fe] td .ivu-table-cell .orange {
  color: #fc9153;
}
.container .tbNull[data-v-4fdab8fe] td .ivu-table-cell .green {
  color: #5ab187;
}
.container .tbNull .operate[data-v-4fdab8fe] {
  text-align: center;
}
.container .tbNull .operate img[data-v-4fdab8fe] {
  width: 11px;
  margin-right: 4px;
  margin-bottom: 2px;
}
.container .tbNull .operate[data-v-4fdab8fe] .ivu-btn-text {
  width: 63px;
  color: #16ade9;
  font-size: 12px;
  padding: 0 5px;
  text-align: left;
  background: #fff;
  border-color: #16ade9;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.container .tbNull .operate[data-v-4fdab8fe] .ivu-btn-text span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .tbNull .operate[data-v-4fdab8fe] .ivu-btn-text img {
  width: 18px;
  height: 18px;
}
.container .tbNull .operate .btF[data-v-4fdab8fe] {
  min-width: 124px;
}
.container .tbNull .operate .btF.flex-center[data-v-4fdab8fe] {
  min-width: 124px;
  background: none;
  color: #f79728;
  border-color: #f79728;
  border: none;
}
.container .tbNull .operate .btF.flex-center img[data-v-4fdab8fe] {
  width: 18px;
  height: 18px;
}
.container .tbNull .operate .red-button[data-v-4fdab8fe] {
  color: #ed3e3e;
  border-color: #ed3e3e;
}
.container .tbNull .operate .upload-btn[data-v-4fdab8fe] {
  border: none;
  border-color: #16ade9;
  color: #16ade9;
  background: none;
}
.container .tbNull .operate .upload-btn img[data-v-4fdab8fe] {
  width: 18px;
  height: 18px;
}
.container .tbNull .operate .btR[data-v-4fdab8fe] {
  min-width: 124px;
  background: #ed3e3e;
}
.container .tbNull[data-v-4fdab8fe] th .ivu-table-cell {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.container .tbNull[data-v-4fdab8fe] .ivu-table {
  color: #333333;
  font-size: 12px;
}
.container .tbNull[data-v-4fdab8fe] .ivu-table td,
.container .tbNull[data-v-4fdab8fe] .ivu-table th {
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 0;
  text-align: center;
  border-right: 1px solid #ebebebff;
}
.container .tbNull[data-v-4fdab8fe] .ivu-table th {
  color: #666666;
  font-weight: inherit;
  background: #d7eefa;
}
.container .tbNull[data-v-4fdab8fe] .ivu-table-header .ivu-table-cell > div div:nth-child(1) {
  font-weight: bold;
  font-size: 12px;
}
.container .tbNull[data-v-4fdab8fe] .ivu-table-header .ivu-table-cell > div div:nth-child(2) {
  font-size: 10px;
}
.container .tbNull .btns[data-v-4fdab8fe] {
  display: flex;
  justify-content: center;
}
.container .tbNull .btns .line[data-v-4fdab8fe] {
  margin: 0px 12px;
}
.container .tbNull .apply[data-v-4fdab8fe],
.container .tbNull .exist[data-v-4fdab8fe],
.container .tbNull .application[data-v-4fdab8fe] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 14px;
  cursor: pointer;
}
.container .tbNull .apply[data-v-4fdab8fe] {
  color: #ed3e3e;
}
.container .tbNull .exist[data-v-4fdab8fe] {
  color: #16ade9;
}
.container .tbNull .application[data-v-4fdab8fe] {
  color: #1890ffff;
}
.container .activity-box[data-v-4fdab8fe],
.container .activity-rule[data-v-4fdab8fe] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
}
.container .invite-banner[data-v-4fdab8fe] {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
}
.container .invite-banner .inviteBox[data-v-4fdab8fe] {
  position: absolute;
  left: 50%;
  margin-left: -370px;
}
.container .invite-banner .inviteBox .bg[data-v-4fdab8fe] {
  width: 100%;
  height: auto;
}
.container .invite-banner .inviteBox .btn[data-v-4fdab8fe] {
  width: 143px;
  height: 29px;
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAR4AAAA6CAYAAABmgzZCAAAIu0lEQVR4Xu3de1BU9xUH8HPu3V1YBEFIRATloWkJKC/R+ogKbWwmMyY+2tiZxunU6nQ6nbRJNE2cttIam5qmtpOJM62d6jRt7JjR1hkfTVurAU3AWlCIIm0lCCiK+AiwvHf33tO5S2B42kV3l3Hvd/+C3d/+zu982PnOvZe79zLhAQEIQCDAAuyLes72ykxV0Z8QkhwmThOiKUQUSUQ2X8yPOSAAgXETcBKxg1luiFAVE53TRD9mDcusYGa511Xdc/BI+4VYnfX1QvRNIkq81wXgfRCAwAMpUM/EuxVRdnP4rBtj7WDMwSPN5VFum/ISE20kIvtYC2I8BCAQVAJdwrLT0iPbeVJ2i7edjSl43B3nnyTR9xBRnLcFMA4CEDCFQBMxbbBMyDrqTbdeBY/IftXdMfMNJn6RiLx6jzfFMQYCEAgyAaZfqWHaC8y5rrt19n9DRKQsTOtQ3iWhp4KMCO1AAAL+EfiHGq6vZM7tHG36uwaPSHWI1u44TMJf9M/6MCsEIBCcAlKotstynjpy+IwaPCLCWuu5PxPTquCEQVcQgICfBQ6rE2tWM6/RhtYZNXi01rICIdrq54VheghAIIgFhGibNTK3wKvgcTWX5TPLcSJSgtgErUEAAv4XECFZZo2ad2JgqWFbPHK9LEyz6xeIKMX/a0IFCEDABAK1qissgyfPau/rdVjwaM3/3CJCr5oAAy1CAAIBEhChn1hj5m8ZMXjEUfaQ5nLVENHEAK0HZSAAAXMIdKhunsGx85uMdgdt8bhun97GJD80hwO6hAAEAikgTDusMQu/Nyh4RCpt2u3WK0QUG8jFoBYEIGAagRbVFRJvnNvTv8XjvvnBM0S83zQEaBQCEAi8ANNay8OP/XFA8JwyvhbxlcCvBBUhAAHzCPBBS+ziL3mCRyorbdpDd24TUYR5ANApBCAwDgKdapce4wkeZ+OpeQrpZ8ZhESgJAQiYTEAUXuQJHu164fMi9KbJ+ke7EIDAOAgwySue4HFfPb6HmL8xDmtASQhAwHwC73waPCeKiGSp+fpHxxCAQMAFhIt7g+fKsctElBzwBaAgBCBgRoGrvcFT/3fjIs3G7WjwgAAEIOBvgdbe4Kn7m45rKfvbGvNDAAKfCkjvf7Uuv4fgwWcCAhAIlEBv8Lirj7SxooQHqirqQAAC5hUQXW/3BI/r4sFGJcRm3HYYDwhAAAJ+FdBdrjue4Oku3VtpjZqY7tdqmBwCEICAsYfV1lHtCZ62E7veD5sWlw8VCEAAAv4W6L7W1Hsez613tu2NnjfrWX8XxPwQgAAEWsqr3vUET83La3+UtG71j0ECAQhAwN8C9fuObvMEz+lFac/O3bV1N6tKqL+LYn4IQMC8AqLrznPPbV3vCZ5TWUkrc37+8mb71MmfMy8JOocABPwt0N10u6xi0/bXPcHzYVbysuSvr3x6yuMLnvN3YcwPAQiYV+Bm0b9+XbPnwBFP8BRnJy5Q7PbP5u7c8pZis+AqhOb9XKBzCPhNQHe7285u3P6Cy9F5yRM8JXOSUkU499HNG74cmTpjhd8qY2IIQMC0Am3V9e9dfG3XPtG0ck/wnJkXH+N22560T4+LyCj49i9YVe2m1UHjEICAzwVE03uqtv/2pbaa+hZyK8d6L/ZOpJRkJ60hZkvqpnWrotJnrvZ5ZUwIAQiYVsDxn8uHqt7Y8yddRGucWbe///Y2H+YkL2aiRFvkBFvmT198XQ0Nedi0SmgcAhDwmYDW3XPrfMHO7/fcae3WRK4uKa872R88xdnJicS02KiW8FReWsKKz2/GNXp8Zo+JIGBWAWk4dOJnDUdOXjQA3G69eOn5+tr+4Ond3UpeTUyekwhTN35tVdSjM7DLZdaPC/qGgA8EHP+tO1y143cHjKl0nXoaH6k9uOYAaf3BY7zwQXZypsI021NPIc569TvPh8bGzPFBfUwBAQiYTKD7VnP5RwU73xS3blxokDTWq5acrT9n/DwoeArzkkKtDlrBxFbjRTXCbs38wbc22aJxyQyTfWbQLgTuS8DZ0vbvytd+s8PZ2uH0TCTi5lD3oYWnG7qGBY/xRMmclNkiktlX1TjYnP7K+u+GxEzqf+6+VoQ3QwACQS3Q80nLhaodb79lHEzub1SXykUVdRV9vw/a4jGeLMzLs6gtdctVhfsvhcoWRUnftO6r4cnxTwS1GJqDAATuS6C9rvF41S/f3qs7XVrfRJou7VpU0tH8oiL3qMHjCZ+5SVNsGj8+dAWJq76QFZs3d4MSYsWtcO7rz4M3QyC4BHSXu+1mScXv6/b99czQzpyqHM8vrbsx8PlhWzx9L57KSc5QiTKGThI6OSYsZe3ypyNmJCxjhW3BxYduIACBsQiILu722uvHav5w+FD3zTudw947ZBfrrls8/eGTnbRUZZ420kIikuMj45cvzZ+YMi1fCbFGj2WxGAsBCDzYArrT1ey4fK3o2l+K3m+raTBuCDo8c3RpeKzCc7KgDH1x1C0eY+D+Z0id8vH0PJXVuFGZFOLYhTnTI2d/JsMeG5VknRAWr4bYIj3f92JSH2xerB4CJhcQ0kTTurQeZ6uro/NazyetV1oqP754o6i0hvThgdKnJTo1uaISCwce1/FqV6tvkHGw2eaoXUKkTDX5nwDtQwACXghoojVqkSknRwsdY4q7bvH0pxcRF2enzGGWVC/qYggEIGBSAdbo0oKPaktH2r0a0xbPwMElmQnxoqjziRVcNsOkHyy0DYERBYSMc3ZKF5XX1nsj5NUWz8CJKtPSbA5rR7qmcKrCjGM43ihjDASCVMC4zAWxfmlSd/iFWVVVvWcpe/EYc/D0zVmyIMFOTttMXbRHmJQwL2phCAQgECwCondprFRbQlzVfV+DGEtr9xw8g3bB0hOidYsSR6oaLcSRTBJGum5lRfHJ/GNpCGMhAAHfCYiuCymKS4g7maRVYW7pIUtj3tlLxv3Ph/2b3NvKCAZvpTAOAhDwmcD/ABeSpwyKLuwNAAAAAElFTkSuQmCC) no-repeat;
  background-size: contain;
  text-align: center;
  color: #ed3e3e;
  font-size: 14px;
  font-weight: 500;
  line-height: 29px;
}
.container .invite-banner .close[data-v-4fdab8fe] {
  z-index: 9999999;
  top: 140px;
  left: 50%;
  position: absolute;
  margin-left: 340px;
}
@media screen and (max-width: 1440px) {
.container .info .info-item[data-v-4fdab8fe] {
    padding-right: 16px;
}
.info-img img[data-v-4fdab8fe] {
    width: 100%;
}
.info-right-wrapper[data-v-4fdab8fe] {
    margin-left: 10px;
}
}
.searchBtn[data-v-4fdab8fe] {
  height: 32px;
  background-color: #16ade9;
  border: 1px solid #e6e6e6;
  color: #ffffff;
  font-size: 12px;
}
.searchBtn[data-v-4fdab8fe] .ivu-icon {
  font-size: 17px;
  margin-top: 3px;
}
.searchBtn[data-v-4fdab8fe] span {
  font-size: 12px;
  margin-bottom: 10px;
  float: right;
  margin-top: 6px;
}
.resetBtn[data-v-4fdab8fe] {
  font-size: 12px;
  font-family: 'MicrosoftYaHei';
  color: #999999;
  border: none;
  line-height: 12px;
  border: 1px solid #cccccc;
}
.resetBtn[data-v-4fdab8fe] .ivu-icon {
  font-size: 19px;
  margin-top: 2px;
}
.resetBtn[data-v-4fdab8fe] span {
  font-size: 12px;
  margin-bottom: 10px;
  float: right;
  margin-top: 9px;
}
.fr[data-v-4fdab8fe] .ivu-form-item {
  margin-bottom: 0;
}
.invit-title[data-v-4fdab8fe] {
  font-size: 20px;
  font-weight: 500;
  color: #303033;
  text-align: center;
  margin-top: 22px;
}
.invit-content[data-v-4fdab8fe] {
  margin-left: 20px;
  margin-top: 20px;
  padding-bottom: 30px;
}
.invit-content .invit-input[data-v-4fdab8fe] {
  width: 480px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-left: 14px;
  background-color: #f0f0f0;
}
.invit-content[data-v-4fdab8fe] .ivu-input {
  height: 40px;
  border-radius: 0;
  padding: 11px 14px;
}
.invit-content .link-btn[data-v-4fdab8fe] {
  display: inline-block;
  width: 88px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background-color: #16ade9;
  font-size: 14px;
  cursor: pointer;
}
.invit-content .active-rule[data-v-4fdab8fe] {
  width: 568px;
  margin-top: 15px;
  background-color: #faf7f8;
  padding: 18px 10px;
  color: #303033;
}
.invit-content .active-rule .rule-title[data-v-4fdab8fe] {
  font-size: 14px;
  font-size: 500;
  margin-top: 8px;
}
.invit-content .active-rule .rule-content[data-v-4fdab8fe] {
  font-size: 12px;
  line-height: 24px;
}
@media screen and (min-width: 1882px) {
.container .info .item[data-v-4fdab8fe]:nth-child(1) {
    margin-left: -32px;
}
}

.container[data-v-18dc03c8] {
  height: calc(100vh - 60px);
}
.container .headContent[data-v-18dc03c8] {
  height: 78px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 20px 32px;
}
.container .headContent .top[data-v-18dc03c8] {
  margin-bottom: 14px;
}
.container .headContent .top .flink[data-v-18dc03c8],
.container .headContent .top .clink[data-v-18dc03c8] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.container .headContent .top .clink[data-v-18dc03c8] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.container .headContent .bottom[data-v-18dc03c8] {
  font-size: 20px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.container .subInfo[data-v-18dc03c8] {
  margin: 24px;
  margin-bottom: 0px;
  background: #d7eefa;
  border-radius: 4px 4px 0px 0px;
  font-size: 14px;
  font-family: "Microsoft Yahei", PingFangSC;
  color: #1890ff;
  line-height: 26px;
  padding: 7px 24px;
}
.container .content[data-v-18dc03c8] {
  margin: 24px;
  margin-top: 0px;
  background: #ffffff;
  height: calc(100vh - 160px);
}
.container .content .customerManager[data-v-18dc03c8] {
  padding: 24px;
}
.container .content .customerManager p[data-v-18dc03c8] {
  margin-bottom: 20px;
}
.container .content .customerManager span[data-v-18dc03c8] {
  position: relative;
  font-size: 16px;
  font-family: "Microsoft Yahei", PingFangSC;
  color: #333333;
  line-height: 16px;
}
.container .content .customerManager span img[data-v-18dc03c8] {
  position: absolute;
  left: -6px;
  top: 0px;
}

.container[data-v-61384f34] {
  height: auto;
}
.address-wrapper[data-v-61384f34] {
  background-color: #fff;
  margin: 0px 23px 20px;
  padding: 1px 32px 20px;
}
.address-wrapper .add-title[data-v-61384f34] {
  margin: 30px 0 20px 0;
  font-size: 18px;
  color: #333333;
}
.address-wrapper .address-box[data-v-61384f34] {
  padding: 24px 20px;
  background-color: #f3fbff;
}
.address-wrapper .address-box .info[data-v-61384f34] {
  line-height: 26px;
  font-size: 16px;
  color: #666666;
}
.address-wrapper .address-box .info .info-title[data-v-61384f34] {
  min-width: 80px;
  text-align: right;
  color: rgba(0, 0, 0, 0.85);
  display: inline-block;
}
.address-wrapper .address-box .info .info-content[data-v-61384f34] {
  color: #333333;
  font-weight: 600;
}
.address-wrapper .address-box .info-remark[data-v-61384f34] {
  font-size: 14px;
  font-family: PingFangSC;
  margin-top: 12px;
}
.address-wrapper .liucheng[data-v-61384f34] {
  background: #ffffff;
  border-radius: 4px;
  padding: 14px 32px 32px 32px;
  text-align: center;
}
.address-wrapper .liucheng .shuoming[data-v-61384f34] {
  text-align: left;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 24px;
}
.tabTitle[data-v-61384f34] {
  border-bottom: 1px solid #e9e9e9ff;
  padding-top: 10px;
  background-color: #fff;
}
.tabTitle span[data-v-61384f34] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: PingFangSC;
  color: #333333;
  line-height: 40px;
  margin-right: 46px;
  cursor: pointer;
}
.tabTitle .active-tab[data-v-61384f34] {
  color: #1890ffff;
  border-bottom: 2px solid #1890ffff;
  font-weight: 600;
}
.tipsModal-title[data-v-61384f34] {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.tipsModal-contnet[data-v-61384f34] {
  font-size: 18px;
}
.tipsModal-contnet .tip-title[data-v-61384f34] {
  color: #d9001b;
  margin-bottom: 18px;
}
[data-v-61384f34] .ivu-select-dropdown-list {
  max-height: 200px;
}
.title[data-v-61384f34] {
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #e8e8e8;
  padding: 16px 32px 0 32px;
}
.title .line[data-v-61384f34] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
}
.title .ziliao[data-v-61384f34] {
  margin-top: 19px;
  text-align: center;
  font-weight: 400;
}
.title .ziliao .top-reason[data-v-61384f34] {
  text-align: left;
  margin-top: 20px;
  padding: 11px 21px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  background: #fff1dd;
}
.title .ziliao .top-reason span[data-v-61384f34] {
  color: #fa5555;
}
.title .ziliao .top-reason img[data-v-61384f34] {
  position: relative;
  top: 3px;
}
.title .ziliao .guding1[data-v-61384f34] {
  font-size: 12px;
  font-family: PingFangSC;
  color: #666666;
  position: absolute;
  left: 111px;
  top: 26px;
}
.title .ziliao .guding2[data-v-61384f34] {
  font-size: 12px;
  font-family: PingFangSC;
  color: #666666;
  position: absolute;
  left: 292px;
  top: 26px;
}
.title .ziliao .guding3[data-v-61384f34] {
  font-size: 12px;
  font-family: PingFangSC;
  color: #666666;
  position: absolute;
  left: 476px;
  top: 26px;
}
.title .ziliao .guding4[data-v-61384f34] {
  font-size: 12px;
  font-family: PingFangSC;
  color: #666666;
  position: absolute;
  left: 657px;
  top: 26px;
}
.container1[data-v-61384f34] {
  padding: 24px;
  background-color: #fff;
  font-family: Source Han Sans SC;
  color: #333;
}
.container1 .sub[data-v-61384f34] {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
.container1 .xinxi[data-v-61384f34] {
  background: #ffffff;
  border-radius: 4px;
  padding: 24px 0 24px 32px;
}
.container1 .xinxi .xuanze[data-v-61384f34] {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
}
.container1 .xinxi .commen[data-v-61384f34] {
  margin-bottom: 24px;
}
.container1 .xinxi .commen .dingwei[data-v-61384f34] {
  position: absolute;
  font-size: 14px;
  color: #ed4014;
  left: 84px;
  top: 34px;
}
.container1 .xinxi .commen .content-left[data-v-61384f34] {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.container1 .xinxi .commen .content-right[data-v-61384f34] {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.container1 .xinxi .tishi[data-v-61384f34] {
  background-color: rgba(22, 173, 233, 0.19);
  font-size: 14px;
  font-family: PingFangSC;
  line-height: 26px;
  padding: 7px;
  margin-top: 10px;
}
.container1 .xinxi .tishi img[data-v-61384f34] {
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
}
.container1 .xinxi .tishi span[data-v-61384f34] {
  color: #333333;
}
.container1 .files-example[data-v-61384f34] {
  background: #ffffff;
  border-radius: 4px;
  padding: 24px 0 24px 32px;
  margin-top: 24px;
}
.container1 .files-example .beizhu[data-v-61384f34] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #1890ff;
  margin-bottom: 24px;
}
.container1 .files-example .xing[data-v-61384f34] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fa5555;
}
.container1 .files-example .dwimg[data-v-61384f34] {
  margin-top: 11px;
}
.container1 .files-example .dwimg img[data-v-61384f34] {
  position: relative;
  top: 4px;
}
.container1 .files-example .dwimg span[data-v-61384f34] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #16ade9;
}
.container1 .files-example .shouquan[data-v-61384f34] {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.container1 .files-example .jisong[data-v-61384f34] {
  background: #fff1dd;
  font-size: 14px;
  font-family: PingFangSC;
  color: #333333;
  line-height: 40px;
  padding-left: 12px;
}
.container1 .files-example .jisong img[data-v-61384f34] {
  position: relative;
  top: 4px;
}
.container1 .files-example span[data-v-61384f34] {
  cursor: pointer;
}
.container2[data-v-61384f34] {
  min-height: 685px;
  margin: 24px;
  background-color: #ffffff;
  text-align: center;
  padding: 50px;
}
.container2 .success[data-v-61384f34] {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  margin-top: 25px;
}
.container2 .time[data-v-61384f34] {
  margin-top: 17px;
  font-size: 12px;
  font-family: PingFangSC;
  color: #333333;
}
.container2 .anniu[data-v-61384f34] {
  margin-top: 24px;
  font-size: 14px;
  font-family: PingFangSC;
  color: #16ade9;
}
.container2 .erweima[data-v-61384f34] {
  margin: 32px auto;
  width: 730px;
  background: rgba(22, 173, 233, 0.1);
  padding: 24px;
}
.container2 .erweima img[data-v-61384f34] {
  width: 140px;
  height: 134px;
}
.container2 .erweima p[data-v-61384f34] {
  font-size: 14px;
  font-family: PingFangSC;
  color: #333333;
  margin-bottom: 12px;
}
.main[data-v-61384f34] {
  border-radius: 4px;
  background: #ffffff;
  padding-bottom: 32px;
}
.main .base[data-v-61384f34] {
  background: rgba(24, 144, 255, 0.19);
  border-radius: 4px 4px 0px 0px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 55px;
  padding-left: 32px;
}
.main .mt24[data-v-61384f34] {
  margin-top: 24px;
  padding-left: 32px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
}
.main .mt24 .left[data-v-61384f34] {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.main .mt24 .right[data-v-61384f34] {
  font-weight: 500;
  color: #333333;
}
.main .mt24 .file[data-v-61384f34] {
  font-weight: 500;
  color: #16ade9;
  cursor: pointer;
}
.fill-information-title[data-v-61384f34] {
  padding-bottom: 0;
}

.row-title[data-v-2b584e66] {
  margin: 10px 0;
}

.app-container[data-v-c6847912] {
  padding: 0;
}
.header-container[data-v-c6847912] {
  height: 78px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 20px 32px;
}
.header-container .header-title[data-v-c6847912] {
  font-size: 20px;
  margin-top: 16px;
  font-weight: 500;
  color: #333;
}
.main-container[data-v-c6847912] {
  background: #fff;
  overflow: hidden;
  border-radius: 2px;
}
.main-container .search-box[data-v-c6847912] {
  padding: 24px 24px 0px 24px;
  border-bottom: 1px solid #e9e9e9;
}
.main-container .table[data-v-c6847912] {
  overflow: hidden;
  background: #ffffff;
  padding: 0 24px 24px 24px;
}
.main-container .pagination[data-v-c6847912] {
  text-align: right;
}
.title[data-v-c6847912] {
  height: 78px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgb(0 21 3.41666667%);
  padding: 20px 32px;
  font-size: 20px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.tip-content > p[data-v-c6847912] {
  text-indent: 2em;
}
.danger-tip[data-v-c6847912] {
  color: red;
}
.label-min-w[data-v-c6847912] .ivu-form-item-label {
  width: 50px !important;
}
.label-min-w[data-v-c6847912] .ivu-form-item-content {
  margin-left: 50px !important;
}

.meClocker[data-v-65def742] {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.meClocker .txt-time[data-v-65def742] {
  margin-right: 12px;
}
.meClocker .run-time[data-v-65def742] {
  display: flex;
  align-items: center;
}
.meClocker .run-time .timing[data-v-65def742] {
  margin-right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 2px 2px 2px 2px;
}
.meClocker .run-time .flag-time[data-v-65def742] {
  margin-right: 12px;
}

.goods[data-v-4a718d2c] {
  font-size: 14px;
  color: #a45428;
  line-height: 22px;
}
.goods-template[data-v-4a718d2c] {
  display: grid;
  justify-content: space-between;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.goods-template-row[data-v-4a718d2c] {
  grid-template-columns: repeat(2, 1fr);
}
.goods-template-row .goods-item[data-v-4a718d2c] {
  flex-direction: row;
  align-items: center;
  padding: 20px;
  width: 460px;
  height: 190px;
  overflow: hidden;
}
.goods-template-row .goods-item .goods-banner[data-v-4a718d2c] {
  width: 150px;
  height: 150px;
  background: #fee7d6;
  border-radius: 10px;
  overflow: hidden;
}
.goods-template-row .goods-item .goods-main[data-v-4a718d2c] {
  height: 150px;
  padding: 0;
  margin-left: 20px;
}
.goods-item[data-v-4a718d2c] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #fec3a1;
  background: #fee7d6;
  border-radius: 10px;
  overflow: hidden;
  width: 220px;
  height: 276px;
}
.goods-banner[data-v-4a718d2c] {
  height: 124px;
  overflow: hidden;
  background: #fee7d6;
}
.goods-banner img[data-v-4a718d2c] {
  display: block;
  width: 100%;
  height: auto;
}
.goods-main[data-v-4a718d2c] {
  padding: 10px 15px;
  height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.goods-title[data-v-4a718d2c] {
  font-size: 18px;
  font-weight: 500;
  color: #8a4621;
  line-height: 32px;
}
.goods-detail-top[data-v-4a718d2c],
.goods-detail-bottom[data-v-4a718d2c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.goods-detail-progress[data-v-4a718d2c] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 12px;
  color: #8a4621;
}
.goods-detail-progress .ivu-progress[data-v-4a718d2c] {
  width: 80px;
  margin-left: 5px;
}
.goods-detail-progress[data-v-4a718d2c] .ivu-progress-inner {
  background: #ffc4b6;
}
.goods-detail button[data-v-4a718d2c] {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 92px;
  height: 26px;
  background: linear-gradient(180deg, #ff7b5e 0%, #ff0022 100%);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  border: 0;
  outline: none;
  margin: 0;
}
.goods-detail button.noBuy[data-v-4a718d2c] {
  opacity: 0.5;
}
.goods-price[data-v-4a718d2c] {
  font-size: 18px;
  color: #ff323a;
  line-height: 26px;
}
.goods-price b[data-v-4a718d2c] {
  font-size: 28px;
  font-weight: 600;
}
.goods-price-old[data-v-4a718d2c] {
  font-size: 12px;
  color: rgba(164, 84, 40, 0.6);
  line-height: 20px;
  text-decoration: line-through;
}
.new .goods-item[data-v-4a718d2c] {
  height: 326px;
  background: #ffffff;
  border: 7px solid #fff;
}
.new .goods-item .goods-banner[data-v-4a718d2c] {
  height: 164px;
}
.new .goods-title[data-v-4a718d2c] {
  color: #1c1ab2;
}

@font-face {
  font-family: boxTitle;
  src: url(../../static/fonts/boxTitleText.1726685c.ttf);
}
.box-bg[data-v-6b3a9ee2]:not(:last-child) {
  margin-bottom: 112px;
}
.box-bg-head[data-v-6b3a9ee2] {
  height: 65px;
  width: 100%;
  position: relative;
  background: url(../../static/img/box-bg-1.18309258.png) no-repeat 0 center / 1000px 100%;
}
.box-bg-head-title[data-v-6b3a9ee2] {
  position: absolute;
  width: 460px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  font-family: 'boxTitle';
  font-size: 42px;
  color: #fff;
  letter-spacing: 3px;
  text-shadow: 0px 4px 3px #db1b01;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  background: url(../../static/img/box-bg-title.f45498d6.png) no-repeat center / 100% auto;
}
.box-bg-content[data-v-6b3a9ee2] {
  padding: 0 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB9EAAAADCAYAAAAk9/9IAAAAAXNSR0IArs4c6QAABndJREFUeF7tnE2S3DYMhUlqypULzBVcPldO4pv4Wl7Ee1eOkIrIFPAefsjuHm9dKcxGGokSSRBsgvgA9fn962r+J6ed/8W5XJn3e7v/+dz69bZa772Nq/VxtTVGk/PWR+vXWHrzutZqo7femx6kXJPj0EelrN7jee9jrS4V41rvfS0tKP/2JeXlxa0t1NPkTM55SYuuhcqlaOtyG89rQbmr99C/1aWQ3dd346VxDZKgMPrSZygZ1Iqi+h4+q3XjXdI8awsuaP1dGsl2hNTtBegju4XuaT3sqVeqZayS3Gqesw59FDKJ9rND1s7taRUcZGmNe5BltBF9SUJiU12SKht7n8nb+ieiYwPRpFwtBY/nrQ+Uhck1+qWPc+wx+P6QCeR8D8Yjy9raAE3KuoN3my6utqBFGJukEz62aE8auDi3MiKaZdqr+qiqZDqS7tlYZvltmmPtONuM+jk+nDFJnlln8/xIOui6o332/qDtkAEGx2dJ7gPlC/2wQcyaFb3QecF3ckxc76C7qsj2w4Rpv827mv/41bA5Yr+eNf/TPPT1wfS95v/j+ljzn2tFrf9cVndbqtb/Wv9r/S/73/YyZf9zr+C2L/4v+5/2etn/tf8Xd0jyMtGzU/t/uHZq/1/7f3g0y/9niylmRfn/zG+9/X6W/6/8f+X/d65R/n/jUM67fP9R/v/if78v/xPqI9xnLuXEelSTGIbQuqdC3zVlrk81kNacoE7CyvQwtYBex32FsmveOK4p8Lr1NZeWmfKe2dZ9dzm2Kc/erY+f7e2PH/ZbwiU283A3TQD+WvvWv3z9UxkCIPpzeG6QQW4/hejXBcDdh0J1FUQXuC5gXcF369cl9x2aDzkXmD6ki0rZ9Ry0XMoRvBqlVIgGkgbYRnSOnZg2Mewt/9dgKuC3A0bAZPMOe/+SyDZSbRUYtEvWiwNzA/3E+k68E4wlSPRNYwb9ByS2DhrABI33AQoYSRC0wWd3bO0gPjl0AuIbdAYHDgM+ZEJAmmSQjbfNSZQ2yLnMR+cGQjNANdifx4fteQn9sxPvDIzwIASA9zx6BqwBgSkv+r5cX1y7IrQkB2Tshi2cRQgscJk5ks8hGpyoUY59SJAPWJqgWAt6oAfasgU3RH0RALD1FkEUDDTY25jlu+vPq6CAeJ7jtbXt1H9GCiR6zklrASex8OfAFsooBSs82VDV/DcfjMk0j41vQmv+1/yv+R/rdK3/EZjGOLBa/2kfIDAu2zMWRomf2Fr/GQgKuyHZjmb1WMRnMsrNVtxtEgac1vq/2X2745jRuGX/l/1vgd5l/59B6LX/T/6NMzg8779yEH/t/zWpofb/XH8t2SL0p/b/H/lVyv8X2T2vEjzK/1f+v/L/WTR+JAOV/z8nCm5JWQ98pvz/AFbl/39MqCz////A/28sS+C3BjyIugvnJpZWxQc0V+itnP0G9J0TwYdy3IC5Qfa5BKCvuXqftzyg0FwuGERft1y/W7/+btenvyJBMymX2TEpiVouvYLoQRsSkFRit/59b/P+otBcqLdkmysoZ+Z5G1dvY8h9xBEQpIONX8hK76ONIeBd/wEHlnep9Ji1riuMiEj5euSDSdLzdcFy0zR0pMKeDk8BmScUfmYMezbrYelx0fdMcmP2vzIUGV1N6I02nA7ZV3VmiGvRqJ5/HhtkdDuN6A6gc1Qzq07Z1inWwDPxz4jwBPRNyp7UnWToMxf+0shItwztlP2u45ezqU94bln9/vUA5jz7wuFAml7slIGc5JZ/T61OvRb1PWaO840GuB8grmWHu8wJykEe+MmBLcT+jOg4dBFavzkEz/YRh5r+wHO/Zd9vSS4eLJKcJ+7ohwD2zc4JC2jQada6xa2wTjrJjdnby/RuynrentshBPsbMQjQSwtkiS8lRGRp/hJAlrtlvtOf/HR+RbDKDoVq/rsibF/iqPm/6XLNf37VouZ/fEmm1v+AnVxPa/2v9b/W/yf7BnwAS+3Csv8ZYFH2f7JFy/4v+/9FwLnty2r/jy1v7f9DUWr/bz6McNU886/V/t++alD+v5wcY4GJ55cjy/8XX10r/x89r3BIl/8/ySBskvhyISFM+f/L/5+5Qfn/a/+fv379a/4npUlzmRqqkBuQHEAdESQ4GjgHDIeNjGxz/r9uzWiX7HKB5hqicwt0F6A+uz6PLHUC9tnbvFe7fvbrEzLR7Zu+51bNrU+cOET/D5kKtxLKhB17AAAAAElFTkSuQmCC) repeat-y 0 center / 1001px auto;
}
.box-bg-footer[data-v-6b3a9ee2] {
  height: 30px;
  background: url(../../static/img/box-bg-3.b9e85a83.png) no-repeat 0 bottom / 1000px 100%;
}
.new .box-bg-head-title[data-v-6b3a9ee2] {
  background: url(../../static/img/bg-title.8e52da7e.png) no-repeat left center / 100% auto;
  text-shadow: 0px 4px 3px #00319b;
}
.new .box-bg-head[data-v-6b3a9ee2] {
  background: url(../../static/img/1.774b5bc6.png) no-repeat 0 center / 1000px 100%;
}
.new .box-bg-content[data-v-6b3a9ee2] {
  padding: 0 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB9AAAAACCAYAAAAAaUfTAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAG8SURBVHgB7ZlBUsMwDEW/nLRwA/bcgCtyA47CCU2SNqAokmyXXedrxuPYkb4U2a+bSl0MA/b+8Yl5fsF0ecW0zvdR5usyX1GmdVz+RtnnCVLmZZTbs5Tl+TYDsu1vs+yZ9odq1pHVu081vjre07L+cPwyzawG3dpoH8bH6nn7kU9Ut1d/q59oxEV9E/TpP3KuQN7fUZ2WZffgkZ5G90Ma73o09RpJbIuP/9ydkfP34rw1+Sf/5L+tqddIYsk/+Sf/5N/6k38/BiD/3pr8k/9Im/yTf/Kf10D+kdZE/sm/1QTIf6Sp10hiyT/5J//k3/qTfz8GIP/e+vn4X/97/v56w4DVgkH7LWH7312Po5e4F66q9kt8j04fJyedY159YN6BS4e23RuJqUENokZNcmTgZMBZHQTPtn82Vy/QWU+8fJl531YDP3uOXn/h6Ohv66ktOyPrI0GdSGoBztBH9ej+1EAT8OuwuiNnPPK+BrX0/jj35iT/sZF/8u/FkX/yT/7JP0D+yf9R1+Yi/8c4W6PnQ/7JP0w95D9+5/mSf/Lfk5P8x0b+yb8XR/7JP/kn/wD5J/9HXZuL/B/j+u0HVkKv3ha78UUAAAAASUVORK5CYII=) repeat-y 0 center / 1000px auto;
}
.new .box-bg-footer[data-v-6b3a9ee2] {
  height: 30px;
  background: url(../../static/img/3.fb620cf6.png) no-repeat 0 bottom / 1000px 100%;
}

/** 侧边栏重写 **/
.active-slider[data-v-203ae982] {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.active-slider-head[data-v-203ae982] {
  width: 152px;
  height: 86px;
  background: url(../../static/img/left-head-bg.017819ff.svg) no-repeat center / 100% 100%;
}
.active-slider-item[data-v-203ae982] {
  width: 136px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background: linear-gradient(180deg, #fc7244 0%, #e7421a 100%);
  border: 2px solid #ffe794;
  margin-bottom: 10px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
}
.active-slider-item[data-v-203ae982]:not(:first-child):before {
  content: '';
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  transform: translate(-50%, 0) skewX(45deg);
  width: 120px;
  height: 11px;
  background: #d41313;
}
.active-slider-item-text[data-v-203ae982] {
  display: inline-block;
  vertical-align: middle;
}
.active-slider-item-hot[data-v-203ae982]:after {
  content: '';
  position: absolute;
  width: 29px;
  height: 23px;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAwCAYAAABJy8k0AAAAAXNSR0IArs4c6QAADalJREFUaEPlWgt0FNUZ/u6dmd3Z3WwEQsIrIYkmEEgQ0CDlEeTRWkHQ1lMoEkQqFST0YX1U8VVaqrUq0iJogaqIivJoj4jS1tZqeQmGQFVIBLQ8AgFCeOS1u7O7M7dnZnZnZ3Znk019nKpzTs7J3Ln3v//3/d/97z93liDuYlWP/xYUQ8jgO8fGP/sq3RMzGLZn0UDGO/cGWlvOu4fdk/FVAhqPxQI8vGfxFur0lvmbzjZ6ht3d6WsBnL2/JJtxzlpQHkFfs08svc3ztQAu7XnyV4LoeUAFy+QwoyV1PCELlIQcsH/FFBC2lfSfc/LLTIwhdX/Vkwedbm+hDoaBIFxK+t1SZQYn1zzzEGHkXkUJr+JLZv/gKwE8tO8ZieN5B5gOR/K1LHddPu/WKDhW/VIho+EDYEwlixEOo0mfmVu+rOCNiMs1qxVCSOSeQVFYC3e6d2cyZkxYBRd4/4+PORyOO1U1aBehYUL5H6PwwAq7JfH/TogBXDn4MgOTY/4SAoXQH/KFNzyjNja+t2yHNz19mAFcBw8Qvo6AexqU/QWX4N+ETDEZSYTPatd1gcT3BGEuKIoHHPECnAQZQVClFWG5Ds3n60npnNDnSR5hn6wvh+LZEJYvBDiDBj2qjPB+yty9Sd9JDQ3bf1fZpWtmqQGcRSKvEUAAwqlEhAB6HKBnQHCeEXKeMLhBmBeM9QZTeoIpLs2GNj76pxnR/wgF0+zRBka4jwh1VDKGdzlCtpL8a059VmQQ5eM/y0xRbg/4mxe5XCIXb1ihzp2cFL7y0ME9KwpKLrsJSnwgTARobMXdR5KlTewt4okmVVtgVACoA4wTjoATXqHgN5Dcb1sSb0cJIdJHaxnHC4HzDadaMjK6do1FI2JKlTPvevOD7ZsW5fcf+jdvmrq9R3Y5C8YUAH8WpOj+gPGuT8A5f0+d/HMka0xLh4E3/nuV5PWkOWTOGeIQFiBHI2qWMgXj3UeO1VQFe1zcv4+DqMvYLFPztJFxXwQpqgqc3hbwaQ9TXlpCun+7NVUCyMktSw5165VdoKmUF0FCprGa8yYEnBNhRhVOcFISagYULeFHVBof8TYU0BFSUlEJFcAcFzUw3l3BZ49enwp4UrPhjqV9S8fOgxxQs5meqJgq5TaAaLseD329pwA4wfkkYzpCiF0+4UVA8G4kinMmyR9zoS0CyI7l5QMGXXn9B6JAbUCYIt6mU/EJLk4pyRJcu4SkOr+pn7orCGmnKXWMI7lX708GXtvADv9l4YncokE9Y/u4ut3ED/lfpJsKIXYk2e0OHZufca4ApY6ryMUTt9qB14BXrrxxXsmo7yx1CrxNHxtZpirJT62ST0cKow6J8sIwknfd3nhgGvD96yY7KOl9rE/pmG7x2ZrEJ7hYNouz9VmpxAZsqj7YLB1G+CZKuEJScH292WGjVqtc8f3xOUVDN2fm9Imm6TajLx+vQ5QULrtnAgnKmbNgkqS103QviDctkShV0U0tkI+fgHKhUe/bKR3cxfkgTkeCH0pDzGYsbdgtAYB27WLYUGTlX3zRDaMTgLP/vPo9yI43K99Zs6Tv4FE3pXVVgZgPZ6zRVB0NPLVMs0M8XrjvuychMQZeeAVyzT6tjzitHHxxkQUIk4IIvvUOQtu32eYfx4QJcAy/wjKm5f5fJstVCe2e++4GcQrGeCKHv0OKyjdGOxK2f51DEfkmQojEwoGFH2z/+/fyB1wx1JuRrb+EWC6d3fD+Gkgvrtb+5/qXQJw+zdRL7+N76BGw1mYdeEUFzKpg9WfhX7kSrLXtgssx4RoDvKqM1kcfSwk48aTBc8/tFp+UoP8U339GDwP4oSXjnZ0GjWvpklvCq1mdyMFQ87mTLaLL3Zl3dwa4qORidkLbdiD4uk6e8M2r4RinqigmOdbUDN9vHjYGeB5W/9efq5H2P/6EQYqqGGH0aNDcHOBCE6SNr1oI8Tz4gBY5dZxypsGIoHz0OIKb39DuaW4+nOOvMuYjogO0q3pWaqoilRCIEhhJimZuVztqej6w4bbNBZeNHQ+1AIheSjBSoBCAOvXCJnIFVr8IufoD7c45fSb4kn6xcYxpazaw7EmtjWR1h/tnPzWeS2/8FeFt/9KfebwQZ98Cmhk70FVzR3QZafbLp2vLJD7JBnfsQvCN13XyR4yEc0IUeLIkyyBdOPmK6/If3WAA3/XU1LIBw8dtcWbk6Q62s135Fv4SrCUi4x/9FFx2rxhwAKHtOxDc9KrWxl0+FOLk67W3Nl0JDxl9ndNngC82kRaZ3Ld4CVi9/gbquOZaCCOGWuyrDgY2bIS8pzLSZ5IpH5i7moEwBJtONYiD5mYawBkDOfzaXcdyL70yW33zSVqGqmRKEnwP3hvnSPJbx6TvQhgxTOsQqtqL4PqXI0roAfftt0WItmbmwAsvQa7+UAc18ToII74RmSAWTd/vYuSIFfMiOcRqJ14lzN8gc8WztGLF0G/VyumzS4aNXc53ikRdi3xi8SLXHkfgySdSBi7eMhdcwSUamdLrmxHe+rY2lh85Gs6JExIiqTb4Fv46lhhnzQZXcLGpn+5T6/z5Rpt7/nwQrzehj9U4AwmcA+03U8NsAFeTnJBbXJ8zcEw6eLetQ1rUdlchuPYFPWrdekIYOjwWjch/wdf+ZIx33TUfVH3NV8/tnl8Nufp9PZKTrocwMnGsUt8A/6LfxkDd+wBIurUG0HLI0iW6D+p2ev99CT7EAMRUQnynQYtnWYGrHXevLL+jZEjZ40Kmuu7s6+zg3/+B0JubdOevnQyhbISFJOXMGfgfja1jz6OLDVuB55+HvF8HzpeNhXPiNQlRkl5/w1AFzS+A69Y5eh9T9RbeVw3pxVVaM9d/AMQZ0+OCa1/XKxeOQBg0LxH4jicmu7r17n48f/C4Lkw0f0EyZfTnnoW8Xy99xTk/AVdYYHFKPvQxAiv0jE7z+8BVUWE4Jb22CeGtb+mRSkuH6+75IE6n8Ty8bz+k1drZpnY5b7wZfElxQhC07XTTn7U+wrfGwzFO/b7ZxktMxF7rscpQetmD2v5s+XamNry3YtrMouIBz3l6D4kUMNYurXfFtibXzx8AzcqyRC20dRuCG9fpUR31TTgnTTIB2wfp+ZXGvUqM41tXAaKI8N69BilaJEuHQZwy2RrJCLjAKtOSmTwNQulltv0sSpElnK5+51DPiYu1mjwBOFuwgH6Yf2x3yZCywczbO2aQELCmJvgWPmi0eR77vWlC9RADCKxdC7lSqxHguG4KhLKySB89Iv5lS6EcPhjnqPVWJUScNSumhrgk61v0GNjpOm2Q+OPbweVkW4sVw1xMBaTlOGp2b1tUPOPZO22B61G/obh7Vub72QOu5JjjIsOMOaPT/EK45lZYChsN2FNPGcDEn9wVcUonRb3U7VBas8ZYLmbIqvyFcVdDGDkyqXS17fT+u41h7oWPmJZLErkzGY2HtuKTA4cvGVKx5j9JgasPdi2f+ou+fQoXePOGGmWrVjbWn9GPv0URNFOrBSxRV8mJXrRblmUN6+06A2oSlI8eBfyS1kTzcsHl5NiI0ARGqyMCug+RyxJtsysmlZCmI6iu2v52yYxnjR87JEg9OnbdusncJU3OfxYPKBkldLs08sHACjIetAmXDYC4qUwlcMyOuU9MJWbCYn1TPN0JNqLuw7dZ7amGgcPnvKRXRXZr3Axm19IZGU439va/dGAO17XINtkZGrbgiuczcm80xwG08GkXCxt7bc4XIUUOoOXwuzhQc/A3V9z6sqXcTBrxqC87lk0v8Hi4nUXFJRm8Bt70sSUhah11sC1CbOLSrkoiY1SzchCB2kpUV1e/23LixKgxC94xnYXbZHWrfPW7nX8o7y86uLcK+/bpLnYvAjj1LS5JVLW523hmFtr/rJJ2SAn74DtWhYMHD9VQjh8++AerEo6a2414lIh3n56ax3Pc5rzcXv0yckvAnJ2t4G1lnErU2lsWdisyuVKIvwFnD+/F4aO1VTwfGn/ZzetjmdAU1ZSBa5FfUp5OHMrKLp3Tp+QV9gO9KAdQP+jZpguT6S+CFCUI1ngUhz/6EOfON27gSMtNpXM2+ewU3G5ySzZo59NTbxYEfnF2rx7pmTkFgCsr7piKaB9lYldbyyJZnm1rFzA9U0+NfPVoqP0ItbV1vpAs/+wbc9asSOZ7stna62883718eg+ZyY+ITseNvbJ7kC7d8wBXhkkByQGlREp7KlGCUGV9ru5j1J04BV8guFZhoTuGz11/IhUQHZK6ncHKp6cOVgh+4RCEazOzMkhWjxzwngxASIvbAeIFlqiCdglRwiDBRoRaz6L+xFE0nD2PYDC4kTL68JC5a95LBfCnjnj8JDv/MK2Qgs1jDNPSvO7MLp3S0SmzG0RPZ/Vbtr4T0OiXmvj1b7cUGCBLQDgAhHzwN5/D+bNncOFCI1p9AfXUcTVVuBVDKl480BHAnznwqMHdy2cLCmsexxi7FoSM5zguz+MR4XG54HK7ILrTIDhFcLwDlKq/oaHa11nGGBQ5jFBQQkgKwO9vgd8XgD8gwefzM0Vh1QT4h0LIxmOdQ1umTFnf5m9t2iPjU0u9vQl2rizPRlgZCrCBhBD1q0I+APV8Wz1aNR3rQi0wmhhQT4CTBDjCgH2UKjUhquwa/sP159qbqyPPP3fgHXHmi+z7tQX+X72+WHxgwFyjAAAAAElFTkSuQmCC) no-repeat center / 100% auto;
}
.active-slider-item-iconUp[data-v-203ae982] {
  width: 13px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAcCAYAAAB/E6/TAAAAAXNSR0IArs4c6QAAAi9JREFUSEu9ls1ulFAYht8Xf7cugNmYGO/FpJppw1gLzAWoCxvvRRdGb8AOtNVW61+M12J0B5O41LZWPsNpYcrPgUOblOUwfM/5ON/7HIgLunhBHAwCyTxegcgzAALKU9rhnulCjUGSxg8A2QBwWRUXHAIypRu+MYEZgSSJVkHkkCuVogNgvSBJZvcBboC42rpyBUNAN9jp6qwTJEnkAYhqkH0IrMpvOcziGm3/nQ6mBWkgBwA9QCwI3jZhsqobkFaQmq5MNhuFKB6d8JOahflsjIzbzf9gQif4WO+sARpSQObRMjJsmcAqIEmje0NfiUn3eXcl6CyQ4vV07Scd/3MJkiS+A8je0Ek6vQ+aGOwjy8YcTb+pjiSNfgK4WT6oyYYk8QSUF8oLIut1K2hg3+kEtwtQCsDuUoukkQ/gNYBLJwv6pxTkhJvVzhoWSegEo2NQHkziFYBDkE/qwZN0tqbssIAUtY8ATun4W1WY6vy5UlYmjzkKd/sVVJdpM/p/IZjSDbbPrqB2yG8AFoDr1T3tNnmXgtqM/QciHmhZgOQSvdY3QMX9dgW1GzuXqUc3+HI8qfHSEFhTQTpjg5MifGVQ09ldCHdM8ldVUDtEGbsOWcDMtLVQkIGxdVNlIuKTwMZLENk1sfBgGDim63/VK8jSH2J6WMs5RvlBO7xVgH4BuFEqqOdY7gpmi8nndAKnrqAjkI9o+x9MPqH0nUXLELxUyiIe0g7e9yroPMDTz/4HfOFcLMI/4tYAAAAASUVORK5CYII=) no-repeat center / 100% 100%;
}
.active-slider-item-go[data-v-203ae982] {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  width: 26px;
  height: 26px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA4CAYAAACsc+sjAAAAAXNSR0IArs4c6QAADI9JREFUaEPtWnl4VEUS/9VMJtcQkpD7ICSGBAQvlGtFblBAWEGBgMIiwiKswAIqIJeRoAgshxyCigqIGBA8WBTkM4DrsniAHIuYkISEhBwEkgCBJCSZ1/v1e/Nm3sy8NzMJyad/7Ptrvunuqvp1VVdVVxehCT9WtCsEBsRBQAuA/ADGIFA5wEog+GRT5JDKJmRvQ5oaixFju/S4ikcgsN4gXR+A3QNQoESfAZBZyb8ZA0M+iE4A7BBIOEgho843ljz2dO4YKLuSmgiBJoFoNIBICy6ZEzGAkRWnvQSMAWQRg4PeBn3tFgoac6MxQTcYKCvd1Q4mthDASAA6i9K4wvjHhReVJwM1D1jGzfPEOVwMPk9WPJWDCevg6bWaAoddawzA9QbKSnY1AxNeA2g6AA+rEGYpZWAAhOoa1Fy8AlNZBYTK2yBPPcjbC4bQ5jBEh4A8dOKxNe+MErkEnKgYDC8jdOTHRJxww796AWXFqV1BSAXQSo2lqaIKFYfP4NaxDNw6noXaglJNycjgAa/WETB2SYRfj/Ywdk4EdBriMPoKdYZxFP2kNkEXe+A2UFaUOhWEVSBmsKHJgOrzBSj9MA03Dp6EUF3boG33CPVH4PBuCHqmJ/QBRlsa4jFgeWA0nCJG/dwQBi6BMsYIJalLAcyxN7PawjIUL9uDG2lnFCbYEDGsa3S+Xgga3wfBE/pD52XeUwkoN+dKMN1Iihj9VX25uAZ6+eP1YPSCzVlkQOn2IyhZs088h03xecaEIPrNsfC5P1ZxhkU/UAOmG0oRo/bXh69ToKx4x1yAcW2avSKJTuXSKx+hgmuxiT/y0CPspScQNLaXIhaLYCsBXR8KH/2juyJoAmWXtw+DgD1SEJRCQN3VG8ib8i6qzuW7S79R5gWN7YnwOUOtIYsnH8QuQ1f3AIWOL3aHiSpQVvRhLEh/EgwBcqSvK7+J3PHrcTvLLbru8K7XnBZJ3RCxcIR9lnUY4d79iUaaXBHTALo1DUAfyWIJrLYOueM3oPJ0rit6TToeNnMwgp/jYpkzLe6gGKZT1Lh1rhg7AGUFW0aDaIfS+RSv2IvSbd+5otXk46TTodXmyTB2ilfmztfhwdq6MmEboCxzrRd8/TJB1FL2P7d+PI/cSe82Wvi4093wCGmOhL1zoDN6S6dKSsg2UeSzU5zRtgV66YMpILwt557stglZT60U07g/0hc0pjvCZ//ZrFUR6W2YhLsoZkKhlpwWoGJiUPhBOhgS5RtVWep/UPTGF38kjFIA0OvQet8ceEaZb4HSv8so6rm5roHmbe4BHUkHkRhYrQmZg5ejtqhRLg+NvlktRnRFxMJhkulK56wAUQUxRMmCGjOrRvPfWw+CJQO6kXYW+bO2uy2gZ8cOMLSOR21WNmqOn3R7HZ+oj4mG98NdYSq/hupvvnVrrc7bgDaHFkBn9LLOJ9afoiapErACvfRONhjdJa/Km/URKg6dc8qUgwtPngffdndD7+tjmVt7tRTX0o6gdOVamPIuqdLg4IJenI6Avr1gCA6ymVNx/BeUbt+JW6m7nfKPShmBgCEPKp3SKoqe9KKmRlnh5lYwmcxBkoHVmJDePQXCbe2bSNCSRQifOM6pIKbKKuROmeGgJe/H+iEqZQG8YyTnrvVd2bkHJX+frTnevG97tFz5jGy6/MydopbPd9AGmrdxFECfyL761okLyJ34viaDwNkzETlrqmWcA6r4+Thqi0tgCA+FX6eOooar8/KRO3yMjVa5JuO//sxGi1yD1dk50Dczwq9LJ5uxwlXrUb58tbpV+Pug7aH5vL5h1ioJ8CA/inzeoegmmi7Lf3sRGHjVQAxMV7cdxeXVB1SJc3NN2Gc1qcrfMpA3bpIDmNBXX0Hpxs0O5zX0reUISXrKQtseCN+I2N3bLdrmm5jZa4DmEUjYOxOeLRWmr6MHKHryaXvhJaB5G3gmNFr2YIUpX6L88xOqQKN2bkFAz+7iGD+L2YOe1BRCjUDbC2ct51nLNDnYhCMHLPOKN29F6YLFqvLEvPUM/Hq0lRIaUU8siVpN3aUONH99GgRzbgvg4gvbcPNYtirhxLM/WUzLmVmpLeZnM37rO5ahzMHDNT20ckO5aecN5gm94xcxZxBaJHWxJvuEv1HM1I3qQC+uPw6wh6RKHCHnufdRedrxKmZvts4EVRNKeba5NZy/p7NbfsDZ3LBp/RA8/hGJjlRRnEutpi5TB5rz1hkQ7pUGCdmjN6H6/GUHIYyjhiN2jZXGr+E8ubZ+cYe/dlhTfSEHRROk8Kw8n/xs5/QepAnUFS95YcikHgh9vrfi+kaLKHZaijrQ3DU/ANRFrq3mTNyCylOOGnXFvH2xo7krATUF0LCpfRE8vpsCF3uJYmes1DDd1d9AwKPyYN6snaj4V6bDbrs6Y7JGdUZfi9dUAlWaLg892Z15iUT9az55AlomzxMHnZlu5ILHETisg7X4zWgyxc2wOgIzecnr5q58D4wmyiyL/3EQpanqVUWl1rSckVLzSqD2FpHeuaemx454fwNaPD5AFMmZmcduGgNjR3OZWbqID6H4F/epa/TCqpcBtlzelrI9v6DoTfU4GrPvU/h1fNCpAFpA+SJleNEKG/ZJhbPw0mb/NHgEN7PiYkIixc92MEdJo9nLBwG6r+R3kuqsy8h++gNVm7LXyrXvvkdB0rM2c50BVYYNrRRROYcT1vLunpEBSPhisvJeWo28m37UO7lOXaM5qwMg1F7lNz0RrABkDFiHunL150ulVmXTunH0B1SfPQd9gD+Ckp6C791tVLVunwxwsGX//Bq3jv3ksJYTcJbvBg69H5HzJPM2F/EOUfzLfdU0ZL29ZC//CYx1kssTRcsOouyzU6patU/TND0KADWNc6cWu3GNzY1HjYbaWuW8VmtHoFnXOOtfhAV015zXnQO9sGw+BLZEnlR5thA5Ez52hkGMiy2GDFIVmHvKK9s+0UzIefIRteJ1i+aVjLiWr+zYpZn28bkeIc2QuHcySH6YEtM/073Uev5Z50BzlsbChAvKV9ucv+5A5RnNMoyFHj+TnjEtYYiKQG1BEapO/9ftC7R8YTf+qbO4tiYv3+U9lDMOe6EHgv9izqykAtlJav2K5CVVPrsq4BtpAOsjP+LePJaDizM/c6rV32NQ7++DxM8nQmf0NFcnRXVOpYT5G9wDmpUyAEy3XxF9cXHm57h57PctXNsLHzm3HwKH3qes2l+Gt08ctZxV5RZQPollphwF8LC8oObSdWSP3Q6hqmHvno2tcd/7IhG3cQSgN7+WS1fo2ZS4cIUzXo6V+szFHcDwsxhqzBfU699k4FKyegLR2ECc0dP7eyN+69MwhPkpYicuwCC0p7jk6noBFbV6/rW1AKaJC82tCUUrj6Bsd9M/FWqankGPVquegPGhaOvbC5eOaAAlLDzoasPVH5lOrzDCu/IECG3kV24mMBQu+RbXDqS7otno4zyERL36KPz7S0mIZfd1wkpKeO0ldxhqv49mLm4PwXQUIH9LlVhgKFrzb5TtdijJuMOrQXN0Xh6IXvwY/LrzSqylGYtHwWMwoRe1T3bryd35i3d6ch8Q2w/GPBVNT6IJF687Klbzm/LzjGyO6JTH4NM2TFkq4b+zoKt9mBKWuv0o5LqHIWNREhj7CCCDpTkKDNXnr6Jw2WFUpbvNy/09ISBgYFuEz+gGPX8145+lf4nlQRB6ULvXL7pPULtxzYYGy1g0EIx9CsBo09cnCCj78hyubvsFtSU368NXc67v/REIm9wFvvdFqPQP4jcIwsD6ghT3yV3p2G8LefHsUxCkLFrR8MVqBFxPy8S1fem4daYIEOrX5KXzMaB5zzgEPtEOvvdGKJ8YlHy+gJfHeIpLbtCrl9tARWwnkwPgU7sJQJISqBJ4XWklbh6/hMpTRbidU4aaghuoK7cmLLwtziPYCK+YAHi3DoLxoShwLeq8Fd12yt0nVEGg+bh7yRoi69uZuwqS59ULqLyIZcwbCAFrwdDa1ibkJ2ip90E8V+aPZ1ak9wB58vcDRYiw2TFlX6DoYfeBaDq1XZJTX2D28xsEVBTz12RP0O2xIDYHjBIsXtm2LdXKz6a3Ue7ktGMvdofxDaIDEIQ3qP3S7+8U4B1pVMmcsRF6pCf0A9hYMAwFkdlh2fVA2XgEs+ZtGzt5r98n0LMt1GZpo2clDdao2k6LWkZVZ+h4BzbuAVgiGHde1NwaIsT+1BIwlgVCBoAT0NOhpgBne9Qbyzac0GGHkz0QVO0HkzejDg3zmncqZqNq9E6Facr1/wfalLv7e9D+H9gqFIQpNvptAAAAAElFTkSuQmCC) no-repeat center / 100% 100%;
  transform: translate(50%, -50%);
}
.active-slider-item-hide[data-v-203ae982] {
  display: none;
  position: absolute;
  width: 133px;
  height: 143px;
  top: 50%;
  padding: 10px 16px 10px 27px;
  transform: translateY(-50%);
  left: calc(100% + 10px);
  background: url(../../static/img/icon-bg.f81f706d.png) no-repeat left center / 100% auto;
  font-size: 12px;
  color: #666666;
  line-height: 14px;
}
.active-slider-item-hide > img[data-v-203ae982] {
  display: block;
  width: 90px;
  margin-bottom: 3px;
}
.active-slider-item:hover .active-slider-item-go[data-v-203ae982],
.active-slider-item:hover .active-slider-item-hide[data-v-203ae982] {
  display: block;
}
.new .active-slider-item[data-v-203ae982] {
  background: linear-gradient(180deg, #5079f3 0%, #2a2dd2 100%);
  border-color: #fff;
}
.new .active-slider-item[data-v-203ae982]:not(:first-child):before {
  background: #171ca4;
}
.new .active-slider-item-go[data-v-203ae982] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA6MSURBVHgB3VoLcFXFGf733kuAkDAoSUNCWwLysK1IAG3HCjVgW7S+2mqdMtWKaMdOnaLgiFPHEWS0MB21wLQjVKnYh8J0DIjWF4XEB1rHKtBaBGFMaMc8AIWSx83Nzd3tv/v/+zgnNyGhWDvdzOacs7tn9//2f+5/LsD/eRHwMRSlVCVeqrFWYR2DVT+PCIYc49qA9SDWOqy7hBDH4H+1IKhqrCuxHlUnX2qx3sIb9MkXJGQE1iX/Iai+wFbDJ1E+ZmDx8j7WKjjJMmAd5F19FEiv8pb2TgXvfyChoUmq+qYctHwkxaGj0vUPGyJg2FABY8sTMK4iCZWjkzAO709Q1mO9B/W0AQZQBgQQwf0cL7fm69Ogtr2ZhTf+noW/HcgpnBnnFkqAEsq8jH/4qJuVudf9dNGPZacl4awzkjD7nAKYjNdeSj3W+QiyDk4lQEVKvwnIKkaBpRVseTkDW17pMiCVik6swoU0JKVR4j9F4PUm6DG2DR81V8XlMwvgwnML8pIDxMl74FQAZHC1kEckNbDHX+g0IGmsJtSCMHNjixLUR4xMJDSiCGw3xq9J84wbnYI7ry+EstMTJw1SnAw41ClY+XgHimK3lzGaTd8zSHtj+gynACRfERD19Yua7100BObOGdKDvP6AFAMF99f9Wbh3XTt0pB0qxwFmWWwBalWRfv8OsMjSmlY3LREsznh79oSUuuuGIqGN00BA9gVwJ8R0bnNtBh7e1GG4Q1xyIDzBQtgJIBxEeiZcuwGD7wjmJD0wPfbdCA6AspFJtfzHxSImsrpzEc6zEvoLMJ+13FzbCb96siN8NaY7giyM0z03QMQZY+kKdDUPKNFDNwlkAlbcMjyul0exTsvnQkQecPOA/Jwrr+/ugmVr2xRZ/eBNRVxRzALTbLij2GISQLuKdxHWeyirk05RY+SxvkbfHf/pFKy4dTjExHUnrj0tjiefd10SPrR8KGHNH9pxcjQQkjZaA1DSMEzJnOR7fpbSXHWbwW3uqcqciUx4HilMH13JzCo/j++jtcy8eh287P9H1tAUK1Nx7NI+AerwC2JGZfEDx6DlcM4QK3kBQ7heWzLbNMGmMiclcZqekXBJ1XCDqQceT+B5M6R/x0i1Dn6Un5feow3602sZtXl7Om7TFuCYEXkBstWcF3Zu2paG5iO5gCOMjDlGxNNu0yBwnA3A2WdliTWVFhW2+vlp45jbZlPBz8v7Yzgqfvd0B7R1RDCeBjHbEXKwOuSeBlazNa2IICmsmNldB2ojUXNtTLykNkngNeuFlQDmFImrm8+2C8dNg1SCl1dJ3FNOTQBa2yRs3tY3F0OAS8JRv93SAc2Hu51EsY7YRa3ekIjZPsXEaaaYcZGNESADYj13TSXwpHPSii2DVFZUFU9OYPU8omZr31xMsHhWh9zTL+x6t0uRvNMi0u40EDjLIdYXsMClaSdZI7CSwZNoqZwhRkAg4hBIB+mvJF3NsT5Kp7c4RgKvYdra2iVs2trD4Fxub1J8nRf2vvZ2JzQf6tYBMLcoZ8GtCwBlwQqYMknA+VOTYsqkBBQNxQ1Kg2g+IuG1XRKe35GjUESwtTST8FWwZOB1xtSkOq8qAVUTSaiaP1SmvrgjB7v3SQ4GpAt67NoIV9S8mFbXXlEU+owqfYZEt7GLQyRVH3Jw0fKPYPfeLrAnHUeVcUbef5WVANxxQ4EB1ltpPqLgtp9l8AoRv2fj1gljEmrpzQViVEnvYfGrO3Pw0BNZM5fdHkHhE9jY94GfnA5TziwIiKXoJsGn5Urb09YhYfeeDOuW0Xr2T/waixuCEw8u7hucLprwtUsHQ1mJEFaHyB2AGjVSwP239w1OF+QujhusHTvru3VZ3tfueCsTKqKe0IhpAmJ+78DBLFijAgEo7Xus6dbP3788hcR7cLvezcHCFZ0w97Y0LFzeCc+/0u36igoFLJ6f8j6P/eEDdxSYPluefLHbzbFoRUa98Kqfo7xUwO3zUwJitGl918Zmx1/S8V0ycbTWweqwddeeLnAOXACLKRNljnJKjSoV4qIZKffOCwhmxcMZc68HNx8GoQFrY3XVnEG02plJ0NzevTenJ1YXzUyKcIMe25yF9TVZxwW04GLnnm40IgBXzqG1ZkxP4RxZ3ExlYlgnWSgcTYe6RVu7gqJhDqfOG1XqN8eEAA80ZM1hAdxRwcWNdI/lyq9FT9qP1nSx4xfWgxkVW4/telFb9L1iyzpnxmDX3nRIwvonu7zzD07+62syMGdG0hCuF//ytBTs3JMRNq63u64nbsaIa/ywVEiaARgJbdB5sgm3/jb4pyiPMn5MIJp7cmhxJXOPD7SS6GttA4UghbJHRz4R6Yeqz/m8ixZF6xPdiQrIr+IcqDYSqj5P46smJY2o8zmbDDRZLhyXgfGVPQFWhi3aPTgRNSCJeyI474RGYf/BHDPbEqjEqNKE9yT2yGE4SFzU/WFpaskZn0p5Gbc02F3Va1iARYXGBwvnaO1phiS2h7VKxRtccBs5iXNCCMCebl1p7+AoxYJH4jeuGmYfIws+91IWlj+UBp+TCdeVfg1ej/ZFilDMqZs8BYs0ux+V1xT3AKiPJcQ57+StboSneAeohA9+Vrykgr6KHhcnmIJxm2UE5yoNSxKg0NJGiXcaw/eCX+wPB4sKE9Asu61oCns8Z4zm9kBDTpSzmFn/ZmPK4xgA//SXaUfH1ZcUwIRKEi8dHGv9aW1TEYt3xpgkzpE1k7iDLXFEiRyIUOe1QdKuQXgTTydswYnWmNToNxvChvLSZBBjRhw8UIwoxf76nBs/9QspMhg8rrVVwrO1XViz6rnaLlXszTYZIx2voj/d3+Dn+MYFg9CJQ+DXwHJQlJUmlF7DllcxuWx2nw/MNqbVJ5ay0mScgw0a4MGwZVRpimSGjkD+/MbRh64bn85EZlkwbyiUlwgIzonmOHX9dwaL0KC8/EaWAnEk6NcbO117MYaRC64fIvxhl04awwuFWr3U75CeWs9BJxI2NvawjbdFw3pEVcf01uzCep1twV0A6w4gSHnSCqQnbZie2YAgv3sZ+bIJY5OwelkRvIKLv4fcRYLFzC8Ogmln+Z1/dnsXNLYYrhk5f/udbrXznayYehYFApfMKoBpyKmNz2QUiq+YiGJ98ewCEUqA3pTGFukSWUyTydOguIsJY3tkwhssQFemTh5iT9yKErUuLiaPr8UXvcCqRzpQ+UFceiGBLP9UAq6+bDDkK0gUrNuQNmkKQxNv272rO9Qv7i0S5Z9KujlunT80rzV8ZlsXPPJEmnVTBJE72YkJlT3AmQ+qiTjAieM4PgziPWVlwAXLJEr3rWqHdU+kQfViOHV73etdcN0tx1Vjcw7iQXtjk4Sb72yFP27LQG+lFc97CAzuW9VGJ3rWgDAVou9nfqmwB0D9zx6XaiGISVeu/RA2bDpOVtSmAV0J054kysgBNf3slBg/LkWWEcfvr5fq5T9nRFOLcv4TVOTIRPJuYkpQ5WWY85s8CCaOxTlQJ7UavPd+t9E5bX2t0bR+OUwq69ua9Z+F8jKnErrjW0j7U7blpRDgV84rhA01/7L+z3OEzyacC3UuBHVLNG3V+uUCbhc+AcsTkGbbtDeLvs4AUHtjk4LG5gzeZsLA0IurTYe4c6B0Gz797KEhOAgwuZxMJO09DV+YOnmwyXtIZ0WV0yG2hNakKzLvOq1B1acYOBkFzjpGUoXKZ+KUzcSxhSQRYfHjecClL3hNSisquPirRXFw6+0PGhLEYvNQF4648drT2R+yzHtiAHyaT/isGOVSLJEyB3x2lD4Txq4GKImsghwo2PwMjfWuiX2xCmmwGT29z5pzl369OCRdj/iNfQgdxz3hqOlThmIdIgIfGPeHQeZMMfvM/MLutgel2BhQAKEo+c05VQXRPKtSlOjyBs1lwx3nwYqsuvGa0yBWGsIvwA4gN9aFIxf9qASi6XR7BZY62mB/b9OIFGHYZK5NK4JLf0QJhzBzxikRG/Sb8NCJsxNzA7T6/EJx6Zzhce5FGBV3/ZHOieMHw203lxIYTt5aUZReP4TXt6AygZKjHw7DIgliB8KmICW4nKjvl8LNYcUX2ytGDUIGlEIe7j3WK0DmYsTgzL1qhBZVT0xO+RypTQCZNvbfkVQ8BHoqnXFwGUcZlQjJ/tb63HAO30YphoUoXeWjBsW5NzuOOF9KTHOxPmy4/77RuGMpqyuUm3QGh3bVuAWrJ4FeBWLHqOxXJM56Ox1WsQ8ygYGLZNCk+MF1I6F6Zg/Luaxf3wcNGZTp3h72NzZl4aYF/4QPGrM8xn+RVeB8fngi43jWh3rAnzitfxXBadz18slH+ZNPEGUo8cP5JXDTDSVxkutxrnGQp+RNarKoLgrbKsoHwdrVn8FrKhBP79fAHVvs5zLSGcsFCPwgSG/2TbCs7Kc1KZzlDOY0+o9z3tQLOMgjmsEu914UfVBcEra1tuVgzSNH4PcbjyrHILfJPuXgn8N7d0qxX3nN4GCgsKd5S55mqg7dlt01GmZd0EMse/107Wc4QckHUpctzxyDNeuOkMjafIUll//bODPyyZpjShHL7YSZgzBMO3daISy7u8JIUB5ws/X3B+ijnBBgAPLu+Hitl2sfPgxPIVgteUxkLBRVwidX42kQ4QNMn4kx/RUVBbB4YRnMqi7OR5IWy2+fCFy/ATJI/c3twXzvNCIX1yDQN99qR9BdJpKyP0rzZsWeSvzvYrwdIfXUt+ecUyiumTsSZucHpstOBtcA/Sj9BggEshLIuo7tbcz2uuNQW9cK+95Lw959/pxHgRXJZyCPqrg4Ic6cNNQAmj1reD5RDMtKBLYQBlAGBNARSyK7AOhraq9FJ6D27kvjNQfHW3ORvuHFSdDAKir6BGRLHdAvmurgv1U0N7E+asNo9fGUWqzfhE+yMNB5in6ZeyrAHlWn8OfMJyWivRVFH1MvwHoF0Pe5Ef1crwFIDF/CuvlU/vr+33N0sgwryBDaAAAAAElFTkSuQmCC) no-repeat left center / 100% auto;
}
.new .active-slider-item-iconUp[data-v-203ae982] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAAXNSR0IArs4c6QAAAUpJREFUKFNt0t9rz2EUB/DXWebWjVhISwv7B5SV+QP8Sv6FZYkLxaJtCnGliJlWarlU5EqpJRml1e7dLK5Wa+Viu/Erc3T0fJdpz+XneV7Pec77fMImKzN34R4GcAtPIuJH52j8bzJzTwMnsRVfcA3TEfGzzm9Ambm3gWNYxTyO4juu43HBddTAXRzHMi5iDlcxhG+4iam/qPVwHyewhEt4Wbdm5naM4SyqrxuRmdvwCGewiMuYwUEcwBusYbzBX4V68bbdUuA1DmEStfcCo/ja4FChLe1QvfkjDuMB+vG7VSl4pYUz8G8QXTiCCezHB7zCBezA0wolIpY7QRQYxEP0YRbnW48Vzh30NDhSzytYs5jCPrzHMD5F1HbWgE+hxlEVn9XX3a35qvAO57BQoPO3ZGZ3m1+lvLNQlX2OlTbQzxFRAWxYDZ7G7T/DsHskDqnBIgAAAABJRU5ErkJggg==) no-repeat left center / 100% auto;
}
.new .active-slider-item-hide[data-v-203ae982] {
  background: url(../../static/img/Union.ba32559e.png) no-repeat left center / 100% auto;
}


[data-v-4ec14369] .ivu-modal {
  border-radius: 10px;
}
[data-v-4ec14369] .ivu-modal-content {
  background: none;
  padding: 0;
  box-shadow: none;
}
[data-v-4ec14369] .ivu-modal-content .ivu-modal-body {
  padding: 0;
}
[data-v-4ec14369] .ivu-modal-content {
  background: none;
  padding: 0;
  box-shadow: none;
}
.close-btn-wrap[data-v-4ec14369] {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 40px;
}
.close-btn-wrap .close-btn[data-v-4ec14369] {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 151px;
  height: 36px;
  border: 2px solid #ffeaab;
  background: linear-gradient(180deg, #ff794a 0%, #e53c15 100%);
  border-radius: 18px;
  font-size: 16px;
  font-weight: 500;
  color: #fef3ea;
}
.dialog-rules-content[data-v-4ec14369] {
  background: #fef3ea;
  border-radius: 20px;
  font-size: 14px;
  color: #b1776d;
  line-height: 2em;
  color: #666666;
  box-shadow: -6px -9px 13px 0px rgba(217, 132, 66, 0.23), 4px 5px 6px 0px rgba(217, 132, 66, 0.24);
  padding: 0 32px 32px;
}
.dialog-rules-content img[data-v-4ec14369] {
  display: block;
  width: 100%;
  margin-bottom: 32px;
}
.new .dialog-rules-content[data-v-4ec14369] {
  background: linear-gradient(137deg, #ffffff 0%, #d8e3ff 100%);
  box-shadow: inset 0px 4px 6px 0px #b1ccff;
}
.new .dialog-rules-content img[data-v-4ec14369] {
  width: 290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -15px;
  margin-bottom: 20px;
}
.new .dialog-rules-content .close-btn[data-v-4ec14369] {
  border: 0;
  background: linear-gradient(180deg, #a0aaff 11%, #1e1cc4 71%);
}

.container[data-v-13f8251e] {
  min-height: 100vh;
  position: relative;
  padding-top: 777px;
  padding-bottom: 80px;
  background: #FBCB7F;
}
.container .big-banner[data-v-13f8251e] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.container .big-banner img[data-v-13f8251e] {
  display: block;
  width: 100%;
}
.container .active-rule-btn[data-v-13f8251e] {
  position: absolute;
  top: 200px;
  right: 0;
  border-radius: 42px 0 0 42px;
  z-index: 100;
  width: 150px;
  height: 42px;
  cursor: pointer;
  background: linear-gradient(180deg, #FC7244 0%, #E7421A 100%);
  border: 2px solid #FFE794;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
}
.container .active-main[data-v-13f8251e] {
  margin: 0 auto;
  position: relative;
  width: 1000px;
  z-index: 100;
}
.container .rule-box[data-v-13f8251e] {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 2em;
  margin-top: 80px;
}
.container .rule-box .title[data-v-13f8251e] {
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 26px;
  margin-bottom: 10px;
}
.container .active-content .count-down-box[data-v-13f8251e] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  color: #8A4621;
  line-height: 32px;
  margin-bottom: 28px;
}
.container .active-content .count-down-box .meClocker[data-v-13f8251e] {
  margin-left: 17px;
  font-size: 24px;
  font-weight: 500;
}
.container .active-content .count-down-box .meClocker[data-v-13f8251e] .run-time .timing {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: linear-gradient(180deg, #FB7042 0%, #ED4C23 100%);
  border-radius: 4px;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
}
.container .active-content .count-down-box .time-box[data-v-13f8251e] {
  width: 30px;
  height: 30px;
  background: linear-gradient(180deg, #FA7144, #E0240B);
  border-radius: 5px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  margin: 0 8px;
}
.new .active-rule-btn[data-v-13f8251e] {
  background: linear-gradient(180deg, #5888F9 0%, #282AD1 100%);
  border: 2px solid #FFFFFF;
}
.new .active-content .count-down-box[data-v-13f8251e] {
  color: #fff;
}
.new .active-content .count-down-box[data-v-13f8251e] .timing {
  background: #fff !important;
  color: #1F1DC4 !important;
}

.goodsItemBox[data-v-77eb9540] {
  cursor: pointer;
  position: relative;
  width: 221px;
  height: 251px;
  background: #FEE7D6;
  border: 1px solid #FEC19F;
  border-radius: 10px;
  font-family: HarmonyOS Sans SC;
}
.goodsItemBox .freeImg[data-v-77eb9540] {
  position: absolute;
  top: -7px;
  left: -7px;
}
.goodsItemBox .goodsImg[data-v-77eb9540] {
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 219px;
  height: 124px;
}
.goodsItemBox .goodsInfo[data-v-77eb9540] {
  padding: 11px 16px;
}
.goodsItemBox .goodsInfo .goodsTitle[data-v-77eb9540] {
  height: 48px;
  font-size: 18px;
  font-weight: 500;
  color: #89441E;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.goodsItemBox .goodsInfo .freeGoodsTitle[data-v-77eb9540] {
  height: 48px;
  font-size: 18px;
  font-weight: 500;
  color: #89441E;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.goodsItemBox .goodsInfo .freeGoodsSubTitle[data-v-77eb9540] {
  display: inline-block;
  margin: 5px 0;
  font-size: 12px;
  font-weight: 400;
  color: #995530;
}
.goodsItemBox .goodsInfo .goodsSubTitle[data-v-77eb9540] {
  margin: 5px 0;
  font-size: 12px;
  font-weight: 400;
  color: #995530;
}
.goodsItemBox .goodsInfo .priceBox[data-v-77eb9540] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.goodsItemBox .goodsInfo .priceBox .free[data-v-77eb9540] {
  width: 55px;
  height: 27px;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  color: #FA4F4F;
  line-height: 27px;
  background: linear-gradient(180deg, #F62C2C, #F96B6B 99.31640625%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.goodsItemBox .goodsInfo .priceBox .price[data-v-77eb9540] {
  margin-left: -5px;
  width: 65px;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #FA4F4F;
  line-height: 20px;
  background: linear-gradient(180deg, #F62C2C, #F96B6B 99.31640625%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.goodsItemBox .goodsInfo .priceBox .btn[data-v-77eb9540] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 28px;
  box-shadow: 0px 4px 0px 0px rgba(221, 200, 183, 0.56);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #FDFDFD;
  line-height: 20px;
  cursor: pointer;
}
.goodsItemBox .goodsInfo .noFress .price[data-v-77eb9540] {
  width: 50%;
}
.goodsItemBox .goodsInfo .noFress .btn[data-v-77eb9540] {
  width: 100px;
}
.goodsItemBox .goodsProgress[data-v-77eb9540] {
  margin-top: 2px;
  display: flex;
  justify-content: space-between;
}
.goodsItemBox .goodsProgress .oldPrice[data-v-77eb9540] {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  text-decoration: line-through;
  color: #DA9C6D;
  line-height: 20px;
}
.goodsItemBox .goodsProgress .progress[data-v-77eb9540] {
  width: auto;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: #89441E;
}
.goodsItemBox .goodsProgress .progress .progressBox[data-v-77eb9540] {
  width: 70px;
  height: 8px;
  background: #fdc7b9;
  border-radius: 4px;
  margin-left: 10px;
}
.goodsItemBox .goodsProgress .progress .progressBox .sealed[data-v-77eb9540] {
  width: 100%;
  height: 8px;
  background: #f74747;
  border-radius: 4px;
}
.isDisabled[data-v-77eb9540] {
  background: linear-gradient(0deg, #F62C2C 21%, #FA7171 100%);
  opacity: 0.5;
}
.allowBuy[data-v-77eb9540] {
  background: linear-gradient(0deg, #F62C2C 21%, #FA7171 100%);
}

.timer[data-v-0382c10c] {
  position: absolute;
  width: 100%;
  top: 115px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #89441E;
}
.timer .time[data-v-0382c10c] {
  background: linear-gradient(0deg, #EA461E 0%, #FB7042 100%);
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 3px;
}

.page[data-v-49086192] {
  position: relative;
}
.container[data-v-49086192] {
  background: #f3b075 url(../../static/img/bgAc.f0b30f42.png) no-repeat center top / 100% auto;
  padding-bottom: 140px;
}
.header[data-v-49086192] {
  position: absolute;
  min-width: 1040px;
  width: 100vw;
}
.pageContiner[data-v-49086192] {
  min-width: 1040px;
  width: 100vw;
  min-height: 100vh;
  position: relative;
}
.pageContiner .content[data-v-49086192] {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
.pageContiner .content .bodyBg[data-v-49086192] {
  width: 100%;
  visibility: hidden;
}
.pageContiner .content .bodyBg img[data-v-49086192] {
  display: block;
  width: 100%;
}
.pageContiner .content .discountBox[data-v-49086192] {
  padding: 25px 54px;
  margin-top: -10px;
  width: 1040px;
  height: 198px;
  background: url(../../static/img/discount.e8f5d652.png) no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.pageContiner .content .discountBox img[data-v-49086192] {
  width: 256px;
  height: 146px;
}
.pageContiner .content .discountBox .right[data-v-49086192] {
  width: 100%;
  margin-left: 20px;
}
.pageContiner .content .discountBox .right .titileBox[data-v-49086192] {
  display: flex;
  align-items: center;
}
.pageContiner .content .discountBox .right .titileBox .extandTimes[data-v-49086192] {
  font-size: 20px;
  color: #995530;
  font-weight: bold;
  font-style: italic;
}
.pageContiner .content .discountBox .right .titileBox .discountExtand[data-v-49086192] {
  font-size: 30px;
  color: #f62c2c;
  font-style: italic;
  font-weight: bold;
  margin-right: 10px;
}
.pageContiner .content .discountBox .right .titileBox .gift[data-v-49086192] {
  width: 164px;
  height: 26px;
  position: relative;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKQAAAAaCAYAAAA5dfdEAAAAAXNSR0IArs4c6QAAC8pJREFUeF7FXEuIZkcVPvV3T2cEmU0iTEZChhg3ARfGRTKJ7gwEQ4wZ6AgimggTiJBBsohIFo66UOKQEIVsRMStJCpG3bgQVDCCEhxxJYgLRRfu5tGdtudWuFV1Tn3n1Km698/GXvT8ff96nMd3vnPqcSfQip+Dly58jSg+kJsG6BHLZ3w2P5qf8zP7GcfA77btZwWf50N59NgTEW3k+1Ff813uSGT/5Wbm+cR/l26p38KQ3vf8bJ66/sDgSiDdYv6L+6F4+Lzn9kbNOKseaROyP9Nn9m2Myc1TrPOJWQLRJvXV5stj+PLtBLpskdTIefjy04/EOL1hkLgIYws1hRXEXsFQah+Iio5l/DxKHSuWz/OzmMzSzKN6VjE96OdvI1EMae75c2oXi1lCBXiWK85NU5fe3DyPDsNZ1qzH/FM/8V+5ddaqKpCkKKLIeFlcEtFUGFZ7aQfl+UU/E7rFBFm2eXyetwiTes5zzv/OhrCywmTWLkqf2b/YNoK+IfngC0NAxstP33YYbv4lEp1GvsuCZ0gEtox4IlAMMTu1aMcqaHF8Hq0Orb3AR4qf63NQcwYLOxENKmAoTkZLAeiLVuIyhhIa0vhLQBYLsDlsZg1nO2QQZ8GySapTOTYRQDYHjZxcI8NIagVepJAScL12NZokjnluyU2YpGQcDFEOSEACRO4iIG98+6kfB6LHPRn1NNZtGr7yl6WPyJELIEksqRllVjwHQKuQLQyaKbgPRz6OInRgNHQNi20sSxR2S4+zRIrtDOo4E7R2raxvQd+IhBTM5jNBJuMXPRfVsrGaBoCJEjvyTyUcCYoh6E1fToXg1EADhjx48cknieIPCkNLhKdIZ9IGh/YqOA0iNjg7jYOtoAUypUqNJV2k1NJEXvW2ZXHXPiqSCp2mQTkPe5rUQDDYgilKLmUJVe4pYzoRVWdDhNnPqEmuaxKoES9etAqYVtKlTMu6lByOSq9BtYpdtnGxrzUgjBco+Cn78JufuSuGnbcixVM2SJKdmzqjpeVhsPS+LGmtTlAaKqEZlHZOaykAQS/ndRG84EDDTtlG9mGPq7XyfeaDIF2JJz2y7TRAkuu+FZM2cVMeMEj60esiINDUAjLu7+8c3Lv7G5rogeFCuVlO2DQ2gKRhb52L3VDvD9YQCwy+wqZ14A4rbT3Ggt6KOTm6MWLYqSodLBvTiwfutchqju5FbzVsWi/wyhMpekw/SLwVU2ZlmFfkLSAPvvHEVyPRpbqOXOI6J7w83w6NspXXS1nDFlu0tlGAjYppGmtYk1676leZpeI1sdQSqW5gORQzME9b28wLJK7oYJndNR32hF0Bi3OnFMwxo5ZmssjDeFLyQ8XCuxG2RK+eyp/S71R+ZHBPwTDkjUvn76cQfktEu2NKgm+TQRxQyCOP8aB9w3CwJyHTLAPWdT7vVZR9jbz6z4NaMNiwqptNvBVUyQHVbQhPRl/gXkWEBdJm8WYt25ZLeZAka1kpce2dZndLHYQ6G6IChA2j1i9m/1Z5m/XArSQEPZRFerOu2oebBIqVIeOl/fcexqO3Ygx3J1ZOWxYAvBO30M5HPk6b2+6g6b//pJt/+hXR/94W18KOUrYF1vhYqxVtdKTliWxJJ3+DHNUYFegY0TZLNWMKQWqqwKTJgF2AlHi8cVCjy0JAoX5ll2EpL6nvZW3Gyi0HsNbNWs05YyhNWurxCMeRPok2LkMipuyDFx75/hTyKscmlnDiJN1y4UXa3H6XzDT9++/09veep3h0qPjRAiADLdaavwye5pHNVlSgcpUiWUtFltKsh4wBHQ43VFxadHzZBoKmIKU3yLY8r0PXKSJ4Q9Ws3lchFVadTd1nFdwGvGVy6WLT20C4pmk7bwyFIW985eHzRPQamECNvHvuk7T36DPNbEdvvErHv/9Zfj7QKzvFSNTm2PbkT6h2wQt2rCTL9oZWoLOg8iJNKe6UIShC03+lfOh8juJtdLP7fQ4ZVge2dNSsXRvT9vUwu8ntNIYx43xSc/35h85QiFcohltLlWm8H2jv/Jdo975PNKg4/sMv6Oj1l+uZ36roRY18/vC3z1Y6kGUQkK5drTogdoHu5a4hXbdHUm4Fqxm3IfyyqE31ojEFZppeIsGtNGkPG+q2H1bZltykLaidPiZ3ZuHwqATLIYcXc6mWTrSmGZAPnqFp7wpRvDWPBMuuYqPdBx+nvU9dbBnyp9+l49+9rp/b/i5IFxzI2Ojg1fKt57yGttliulp3pKuypXUgtE+GM0RYCYcd4ZxzWwABS+EJVB6+zSc1VOrJVl6dKvGULkjIPCKWQNKXy6ZF5tPOUFyqTsG6TkvyteDkw/l06yIvaq4+99H9TQw/qvQMFpw/7p2kkxdfpc37PyhKT//6Gx1+54tER4flmelTZuf9Yl7kqIWSjIYgqAsiDjg+m85R3lurVX/oaM9jp99yjgymcew3nqGiwBpXpXw3EOGhYl/e0mmFsZleZMMMIAE8QGjhra5YlgZV+yqFk9QNITk3NJpypSMFbvtce/bcD0OgzyXd4MqNAOnESdq9/1EKp++k+J9/0PGbP3cWNLh3VZ2eKVlnLk2C+gx30WgFXXVfblwxVuCY2zTFUEiaFhJ4Ju3GPsdhNy/ZBgOkctRwkzVVCi9+6hlve/OvGQcfdBhtUS+kVGcM0QXoQXino1iEjfH47H2nbkzTnyPRWU1cvXyTWyVRuizTMb4bjRqiixvzkrIg/MbZwhEGi6A1nVeUGg2YVgJSMR6cgigDr5HR2rFNYK0hug5Z4nkoNddEDzMTX05g2cqpTdnlkUkPnrn3Y1OMv45EO74kHYcsyrLgSPBZqqnk5sCAKkzKyxmmgLN/RDCmJ8QOtrT6cS3R7Jx2MO/NKthaNB70LkrLwqHWnMvIAaAqVjWbpgrzWTZl6t5EnAF58cVpB/hiCfYhwsY4z3Ptwoe+RURfHl8pWhi6mxG2YBgV6AqxK3Z0QD7c9ugUQNrgrW6YfZIkcufSXBSWsoQdmZcooztKvE3IK+fmgAEWOT0stLxZ6yOL+34NmGXO39dWthLhWJREDJeq+S5phXF72CE6IBSKEcLkAPKv+/fs3XmK3iSKHza2VEvMlkws2KpSmI3ktjNEThayXo11di2rsfgWE9d/ABC+R9kAoIjSRLoQTj5PTWCAM382Xt+JxeCCWNxKheoTx4TVXbq8K3cnLRTaokW6poOGfDlaAmT1zius1MtpXM5IRnGjtHfIkptUvyP460IULkJZokq+q17pXtC9+tTd94S4+WMkeg+UpHJ4kO0P9wdTo/JSQbpcq0lMnwuXW9PzuTJkZKlDOevWLS25z530KSHK3CPzwuacX2llxSXbbrO5rLKaTpvueSca3kl61ZEt56lXCGzZIEG8ZaaB/cZ6pst3HTmyQWjfgG3pgIwlIjkXP8p442FToPRfYbj6+Q9cpIleqVLwBYDljWbNjRDpJqo9BpL55DBc5W7lQZtOmv1m6QoXThOo9YVOASlGXy8/SlTn6EgsZfZeG/Jv8hSmcfMikaXxBnttSaFFddw+GrPS7rtYoIyMBOwnN1rGkBzeGJ/57/pnz/4yRnqYU2qdXg9sHaAZAGCD+aWPM0dLz6Kl2eAr31weuyxQgsUAIlgpvyVzySatp3JhrD66F9AA6WfdOwbazTY4RTVV/Dms2aSHJdTKYUywq2zb89r+2dNx9/gKEb3P34ZZ6Ui3vFyKdCONNIedfU4ZvbOwVbaxiEb2sjKY1/3Q55kwoYhEVmZBVANzq2IlvrxAVqnCm2uLsZumZTy5yodEAOVLk67MQItlQDq+GL91OA95/dNnHpuIfgJl1Dgqkoyd2REgXgSusttKg3usJgAu6FG5GqJmhfFWiSqNOqyM7/x68YlOduNkMb/XKPHiDsGN4yMrj2JoZCevX9doeT0Sbg5qSOx7/YnTX58onMuveI9+8PX0Qbshc5mUIKDB8d4lYvAN9Xk4+8Y6T2H/YwD7PP09EW02xSRr/jcBlJ8nmJ/h5+1gjipY1bYf6f/fI9B0+R2vkWev7jJqMwAAAABJRU5ErkJggg==) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  line-height: 15px;
}
.pageContiner .content .discountBox .right .subTitle[data-v-49086192] {
  margin-top: 13px;
  width: 452px;
  height: 36px;
  font-size: 14px;
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-style: italic;
  color: #aa6946;
  line-height: 20px;
}
.pageContiner .content .discountBox .right .btnBox[data-v-49086192] {
  width: 100%;
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pageContiner .content .discountBox .right .btnBox .price[data-v-49086192] {
  width: 145px;
  font-size: 34px;
  font-family: HarmonyOS Sans SC;
  font-weight: bold;
  font-style: italic;
  color: #fa4f4f;
  background: linear-gradient(180deg, #f62c2c 43.65234375%, #f96b6b 99.31640625%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: -10px;
}
.pageContiner .content .discountBox .right .btnBox .btnRight[data-v-49086192] {
  display: flex;
  align-items: flex-end;
}
.pageContiner .content .discountBox .right .btnBox .btnRight span[data-v-49086192] {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #aa6946;
  line-height: 20px;
}
.pageContiner .content .discountBox .right .btnBox .btnRight .btn[data-v-49086192] {
  cursor: pointer;
  margin-left: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 41px;
  background: linear-gradient(0deg, #f62c2c 21%, #fa7171 100%);
  box-shadow: 0px 4px 0px 0px rgba(221, 200, 183, 0.56);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #fdfdfd;
  line-height: 20px;
}
.pageContiner .content .noPay[data-v-49086192] {
  position: relative;
  display: inline-block;
  width: 1040px;
  height: 420px;
  background: url(../../static/img/noPay.56af2758.png) no-repeat;
}
.pageContiner .content .lowPrice[data-v-49086192] {
  position: relative;
  width: 1040px;
  height: auto;
}
.pageContiner .content .vat[data-v-49086192] {
  position: relative;
  width: 1040px;
  height: 1588px;
  background: url(../../static/img/vat1.b1d6a5bf.png) no-repeat;
}
.pageContiner .content #compliance[data-v-49086192],
.pageContiner .content #vat[data-v-49086192],
.pageContiner .content #lowPrice[data-v-49086192],
.pageContiner .content #noPay[data-v-49086192] {
  height: 64px;
}
.pageContiner .content .compliance[data-v-49086192] {
  position: relative;
  width: 1040px;
  height: 462px;
  background: url(../../static/img/compliance.09c20220.png) no-repeat;
}
.pageContiner .content .rules[data-v-49086192] {
  margin: 62px 0 0;
  padding: 0 20px;
  width: 1040px;
}
.pageContiner .content .rules-title[data-v-49086192] {
  font-size: 22px;
  font-weight: 500;
  color: #fefefe;
  line-height: 24px;
  margin-bottom: 20px;
}
.pageContiner .content .rules p[data-v-49086192] {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #fefefe;
  margin-bottom: 17px;
}
.pageContiner .goodsItems[data-v-49086192] {
  padding: 0 10px;
  margin-top: 120px;
  margin-left: 10px;
  width: calc(100% - 20px);
  height: 251px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.pageContiner .seconedKill[data-v-49086192] {
  margin-top: 170px;
}
.pageContiner .lowPriceImg[data-v-49086192] {
  width: 1020px;
  margin-left: 10px;
}
.pageContiner .lowPriceItems[data-v-49086192] {
  margin-top: -20px;
  padding: 90px 10px 20px 10px;
  margin-left: 10px;
  width: calc(100% - 20px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fef5ee;
  border: 4px solid #ffdc87;
  border-top: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: inset 0px 0px 5px 3px rgba(217, 132, 66, 0.46);
}
.pageContiner .lowPriceItems .items[data-v-49086192] {
  margin-bottom: 29px;
  margin: 0 13px 29px 14px;
}
.pageContiner .alot[data-v-49086192] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.pageContiner .alot .items[data-v-49086192] {
  margin-left: 20px;
  margin-right: 6px;
  margin-bottom: 29px;
}
.pageContiner .timer[data-v-49086192] {
  position: absolute;
  width: 100%;
  top: 115px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #89441e;
}
.pageContiner .timer .time[data-v-49086192] {
  background: linear-gradient(0deg, #ea461e 0%, #fb7042 100%);
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-left: 20px;
  padding: 3px;
}
.flotRight[data-v-49086192] {
  width: 146px;
  padding-top: 94px;
  min-height: 150px;
  background: url(../../static/img/tab_head.62dbf6ce.png) no-repeat center top / 100% auto;
  position: fixed;
  top: 10vw;
  left: 28px;
  display: flex;
  justify-content: center;
}
.flotRight .flotBox[data-v-49086192] {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
.flotRight .flotBox .flotItem-wrap[data-v-49086192] {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: url(../../static/img/tab_one_bg.5a28e45a.png) no-repeat center / cover;
}
.flotRight .flotBox .flotItem-wrap[data-v-49086192]:first-child {
  height: 34px;
  background: url(../../static/img/tab_two_bg.7b045552.png) no-repeat center / cover;
}
.flotRight .flotBox .flotItem-wrap:first-child .img-hide img[data-v-49086192] {
  top: 4px;
}
.flotRight .flotBox .flotItem[data-v-49086192] {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 21px;
  padding-left: 6px;
  text-shadow: 2px 2px 3px rgba(163, 0, 0, 0.55);
}
.flotRight .flotBox .flotItem .hot-img[data-v-49086192] {
  position: absolute;
  width: 30px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.flotRight .flotBox .flotItem .hot-img img[data-v-49086192] {
  display: block;
  width: 100%;
}
.flotRight .flotBox .flotItem > img[data-v-49086192] {
  margin-right: 3px;
}
.flotRight .flotBox .flotItem .img-hide img[data-v-49086192] {
  cursor: pointer;
  height: 28px;
  width: 28px;
  position: absolute;
  right: -8px;
  top: 3px;
  display: none;
}
.flotRight .flotBox .flotItem .callUs[data-v-49086192] {
  display: none;
  width: 134px;
  height: 148px;
  right: -140px;
  margin-top: 20px;
}
.flotRight .flotBox .flotItem:hover .img-hide img[data-v-49086192] {
  display: block;
}
.flotRight .flotBox .flotItem:hover .callUs[data-v-49086192] {
  right: -140px;
  position: absolute;
  display: block;
  cursor: pointer;
}
.ruleFolt[data-v-49086192] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 8vw;
  right: 0;
  width: 148px;
  height: 40px;
  background: linear-gradient(0deg, #ed682c 0%, #ff8758 100%);
  border-radius: 20px 0px 0px 20px;
  font-size: 22px;
  font-weight: bold;
  color: #fefefe;
  line-height: 24px;
  cursor: pointer;
}
[data-v-49086192] .ivu-modal-header {
  display: none;
}
[data-v-49086192] .ivu-modal-body {
  padding: 0;
}
.modalBox[data-v-49086192] {
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modalBox .headerImg[data-v-49086192] {
  width: 500px;
  height: 75px;
}
.modalBox .rules[data-v-49086192] {
  padding: 10px 20px;
  overflow: auto;
}
.modalBox .rules p[data-v-49086192] {
  font-size: 14px;
  font-family: HarmonyOS Sans SC;
  font-weight: bold;
  margin-bottom: 18px;
  color: #b1776d;
  line-height: 24px;
}
.modalBox .ruleBtn[data-v-49086192] {
  cursor: pointer;
}
.modalBox[data-v-49086192] ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.modalBox[data-v-49086192] ::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #ffd2af;
}
.modalBox[data-v-49086192] ::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #fcdfc8;
}

@font-face {
  font-family: boxTitle;
  src: url(../../static/fonts/boxTitleText.1726685c.ttf);
}
.container[data-v-1fc7c846] {
  width: 100%;
  position: relative;
  padding: 0 0 100px 0;
  background: linear-gradient(90deg, #f06d43 0%, #ffae94 40%, #ffae94 68%, #f06d43 100%);
}
.container .top-box[data-v-1fc7c846] {
  position: relative;
  min-width: 1200px;
  margin-bottom: -60px;
}
.container .top-box .top-bg[data-v-1fc7c846] {
  width: 100%;
}
.container .top-box .rule-button[data-v-1fc7c846] {
  position: absolute;
  right: 0;
  top: 142px;
  cursor: pointer;
}
.container .box-bg[data-v-1fc7c846]:not(:last-child) {
  margin-bottom: 112px;
}
.container .box-bg-head[data-v-1fc7c846] {
  height: 65px;
  width: 100%;
  position: relative;
  background: url(../../static/img/box-bg-1.18309258.png) no-repeat 0 center / 1000px 100%;
}
.container .box-bg-head-title[data-v-1fc7c846] {
  position: absolute;
  width: 460px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  font-family: "boxTitle";
  font-size: 42px;
  color: #fff;
  letter-spacing: 3px;
  text-shadow: 0px 4px 3px #db1b01;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  background: url(../../static/img/box-bg-title.f45498d6.png) no-repeat center / 100% auto;
}
.container .box-bg-content[data-v-1fc7c846] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB9EAAAADCAYAAAAk9/9IAAAAAXNSR0IArs4c6QAABndJREFUeF7tnE2S3DYMhUlqypULzBVcPldO4pv4Wl7Ee1eOkIrIFPAefsjuHm9dKcxGGokSSRBsgvgA9fn962r+J6ed/8W5XJn3e7v/+dz69bZa772Nq/VxtTVGk/PWR+vXWHrzutZqo7femx6kXJPj0EelrN7jee9jrS4V41rvfS0tKP/2JeXlxa0t1NPkTM55SYuuhcqlaOtyG89rQbmr99C/1aWQ3dd346VxDZKgMPrSZygZ1Iqi+h4+q3XjXdI8awsuaP1dGsl2hNTtBegju4XuaT3sqVeqZayS3Gqesw59FDKJ9rND1s7taRUcZGmNe5BltBF9SUJiU12SKht7n8nb+ieiYwPRpFwtBY/nrQ+Uhck1+qWPc+wx+P6QCeR8D8Yjy9raAE3KuoN3my6utqBFGJukEz62aE8auDi3MiKaZdqr+qiqZDqS7tlYZvltmmPtONuM+jk+nDFJnlln8/xIOui6o332/qDtkAEGx2dJ7gPlC/2wQcyaFb3QecF3ckxc76C7qsj2w4Rpv827mv/41bA5Yr+eNf/TPPT1wfS95v/j+ljzn2tFrf9cVndbqtb/Wv9r/S/73/YyZf9zr+C2L/4v+5/2etn/tf8Xd0jyMtGzU/t/uHZq/1/7f3g0y/9niylmRfn/zG+9/X6W/6/8f+X/d65R/n/jUM67fP9R/v/if78v/xPqI9xnLuXEelSTGIbQuqdC3zVlrk81kNacoE7CyvQwtYBex32FsmveOK4p8Lr1NZeWmfKe2dZ9dzm2Kc/erY+f7e2PH/ZbwiU283A3TQD+WvvWv3z9UxkCIPpzeG6QQW4/hejXBcDdh0J1FUQXuC5gXcF369cl9x2aDzkXmD6ki0rZ9Ry0XMoRvBqlVIgGkgbYRnSOnZg2Mewt/9dgKuC3A0bAZPMOe/+SyDZSbRUYtEvWiwNzA/3E+k68E4wlSPRNYwb9ByS2DhrABI33AQoYSRC0wWd3bO0gPjl0AuIbdAYHDgM+ZEJAmmSQjbfNSZQ2yLnMR+cGQjNANdifx4fteQn9sxPvDIzwIASA9zx6BqwBgSkv+r5cX1y7IrQkB2Tshi2cRQgscJk5ks8hGpyoUY59SJAPWJqgWAt6oAfasgU3RH0RALD1FkEUDDTY25jlu+vPq6CAeJ7jtbXt1H9GCiR6zklrASex8OfAFsooBSs82VDV/DcfjMk0j41vQmv+1/yv+R/rdK3/EZjGOLBa/2kfIDAu2zMWRomf2Fr/GQgKuyHZjmb1WMRnMsrNVtxtEgac1vq/2X2745jRuGX/l/1vgd5l/59B6LX/T/6NMzg8779yEH/t/zWpofb/XH8t2SL0p/b/H/lVyv8X2T2vEjzK/1f+v/L/WTR+JAOV/z8nCm5JWQ98pvz/AFbl/39MqCz////A/28sS+C3BjyIugvnJpZWxQc0V+itnP0G9J0TwYdy3IC5Qfa5BKCvuXqftzyg0FwuGERft1y/W7/+btenvyJBMymX2TEpiVouvYLoQRsSkFRit/59b/P+otBcqLdkmysoZ+Z5G1dvY8h9xBEQpIONX8hK76ONIeBd/wEHlnep9Ji1riuMiEj5euSDSdLzdcFy0zR0pMKeDk8BmScUfmYMezbrYelx0fdMcmP2vzIUGV1N6I02nA7ZV3VmiGvRqJ5/HhtkdDuN6A6gc1Qzq07Z1inWwDPxz4jwBPRNyp7UnWToMxf+0shItwztlP2u45ezqU94bln9/vUA5jz7wuFAml7slIGc5JZ/T61OvRb1PWaO840GuB8grmWHu8wJykEe+MmBLcT+jOg4dBFavzkEz/YRh5r+wHO/Zd9vSS4eLJKcJ+7ohwD2zc4JC2jQada6xa2wTjrJjdnby/RuynrentshBPsbMQjQSwtkiS8lRGRp/hJAlrtlvtOf/HR+RbDKDoVq/rsibF/iqPm/6XLNf37VouZ/fEmm1v+AnVxPa/2v9b/W/yf7BnwAS+3Csv8ZYFH2f7JFy/4v+/9FwLnty2r/jy1v7f9DUWr/bz6McNU886/V/t++alD+v5wcY4GJ55cjy/8XX10r/x89r3BIl/8/ySBskvhyISFM+f/L/5+5Qfn/a/+fv379a/4npUlzmRqqkBuQHEAdESQ4GjgHDIeNjGxz/r9uzWiX7HKB5hqicwt0F6A+uz6PLHUC9tnbvFe7fvbrEzLR7Zu+51bNrU+cOET/D5kKtxLKhB17AAAAAElFTkSuQmCC) repeat-y 0 center / 1001px auto;
}
.container .box-bg-footer[data-v-1fc7c846] {
  height: 30px;
  background: url(../../static/img/box-bg-3.b9e85a83.png) no-repeat 0 bottom / 1000px 100%;
}
.container .bottom-bg[data-v-1fc7c846] {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.container .bottom-bg .low-price-content[data-v-1fc7c846] {
  width: 1000px;
  margin: 0 auto;
}
.container .bottom-bg .low-price-content .count-down-box[data-v-1fc7c846] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  color: #8a4621;
  line-height: 32px;
  margin-bottom: 28px;
}
.container .bottom-bg .low-price-content .count-down-box .meClocker[data-v-1fc7c846] {
  margin-left: 17px;
  font-size: 24px;
  font-weight: 500;
}
.container .bottom-bg .low-price-content .count-down-box .meClocker[data-v-1fc7c846] .run-time .timing {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: linear-gradient(180deg, #fb7042 0%, #ed4c23 100%);
  border-radius: 4px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}
.container .bottom-bg .low-price-content .count-down-box .time-box[data-v-1fc7c846] {
  width: 30px;
  height: 30px;
  background: linear-gradient(180deg, #fa7144, #e0240b);
  border-radius: 5px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  margin: 0 8px;
}
.container .bottom-bg .service-box[data-v-1fc7c846] {
  display: grid;
  justify-content: space-between;
  padding: 0 30px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.container .bottom-bg .service-box-item[data-v-1fc7c846] {
  display: flex;
  width: 220px;
  height: 276px;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
  color: #a45428;
  border-radius: 10px;
  line-height: 22px;
  background: #fee7d6;
  border: 2px solid #fec3a1;
  overflow: hidden;
}
.container .bottom-bg .service-box-item-left[data-v-1fc7c846] {
  height: 124px;
  overflow: hidden;
}
.container .bottom-bg .service-box-item-left img[data-v-1fc7c846] {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.container .bottom-bg .service-box-item-content[data-v-1fc7c846] {
  flex: 1;
  height: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}
.container .bottom-bg .service-box-item-title[data-v-1fc7c846] {
  font-size: 18px;
  font-weight: 500;
  color: #8a4621;
  line-height: 32px;
  margin-bottom: 5px;
}
.container .bottom-bg .service-box-item-price .now-price[data-v-1fc7c846] {
  font-size: 18px;
  color: #ff323a;
}
.container .bottom-bg .service-box-item-price .now-price span[data-v-1fc7c846] {
  font-size: 28px;
}
.container .bottom-bg .service-box-item-price .old-price[data-v-1fc7c846] {
  font-size: 12px;
  text-decoration: line-through;
  color: rgba(164, 84, 40, 0.6);
}
.container .bottom-bg .service-box-item-footer[data-v-1fc7c846] {
  display: flex;
  justify-content: space-between;
}
.container .bottom-bg .service-box-item-buy[data-v-1fc7c846] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.container .bottom-bg .service-box-item-buy button[data-v-1fc7c846] {
  padding: 0;
  width: 92px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: linear-gradient(180deg, #ff7b5e 0%, #ff0022 100%);
  border-radius: 100px 100px 100px 100px;
  opacity: 1;
}
.container .bottom-bg .service-box-item-buy button.noBuy[data-v-1fc7c846] {
  opacity: 0.5;
}
.container .bottom-bg .service-box-item-buy .progress[data-v-1fc7c846] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.container .bottom-bg .service-box-item-buy .progress[data-v-1fc7c846] .ivu-progress-inner {
  width: 60px;
  margin-left: 5px;
  background: #ffc4b6;
}
.container .bottom-bg .service-box .left-content[data-v-1fc7c846] {
  display: flex;
}
.container .bottom-bg .service-box .left-content .jia[data-v-1fc7c846] {
  color: #ff7553;
  font-weight: bold;
  font-size: 18px;
  margin: 0 10px;
  align-self: center;
}
.container .bottom-bg .font24[data-v-1fc7c846] {
  font-size: 24px !important;
}
.container .bottom-bg .font14[data-v-1fc7c846] {
  font-size: 14px !important;
}
.container .rule-box[data-v-1fc7c846] {
  width: 1000px;
  margin: 80px auto 0;
}
.container .rule-box .title[data-v-1fc7c846] {
  font-size: 22px;
  font-family: HarmonyOS Sans SC;
  font-weight: bold;
  color: #fefefe;
}
.container .rule-box .content[data-v-1fc7c846] {
  margin-top: 20px;
  font-size: 14px;
  font-family: HarmonyOS Sans SC;
  font-weight: bold;
  color: #fefefe;
  line-height: 28px;
  letter-spacing: 1px;
}
.container .rule-box .content .one-sub[data-v-1fc7c846] {
  text-indent: 12px;
}
.container .rule-box .content .two-sub[data-v-1fc7c846] {
  text-indent: 222px;
}
[data-v-1fc7c846] .ivu-modal-header {
  padding: 0;
  border-bottom: 0;
  background-color: #fff;
}
[data-v-1fc7c846] .ivu-modal-body {
  padding: 20px 28px;
  background-color: #fef3ea;
  color: #b1776d;
  font-size: 14px;
  line-height: 24px;
}
[data-v-1fc7c846] .ivu-modal-footer {
  background-color: #fef3ea;
  text-align: center;
  padding-top: 20px;
}
.rule-content .one-sub[data-v-1fc7c846] {
  text-indent: 12px;
}
.rule-content .two-sub[data-v-1fc7c846] {
  text-indent: 48px;
}
[data-v-1fc7c846] .ivu-btn:hover {
  border-color: transparent;
}
[data-v-1fc7c846] .ivu-modal-header {
  border-radius: 8px 8px 0 0;
}
[data-v-1fc7c846] .ivu-modal-footer {
  border-radius: 0 0 8px 8px;
}
/** 侧边栏重写 **/
.active-slider[data-v-1fc7c846] {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.active-slider-head[data-v-1fc7c846] {
  width: 152px;
  height: 86px;
  background: url(../../static/img/left-head-bg-seven.85fab99b.svg) no-repeat center / 100% 100%;
}
.active-slider-item[data-v-1fc7c846] {
  width: 136px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background: linear-gradient(180deg, #fc7244 0%, #e7421a 100%);
  border: 2px solid #ffe794;
  margin-bottom: 10px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
}
.active-slider-item[data-v-1fc7c846]:not(:first-child):before {
  content: "";
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  transform: translate(-50%, 0) skewX(45deg);
  width: 120px;
  height: 11px;
  background: #d41313;
}
.active-slider-item-text[data-v-1fc7c846] {
  display: inline-block;
  vertical-align: middle;
}
.active-slider-item-hot[data-v-1fc7c846]:after {
  content: "";
  position: absolute;
  width: 29px;
  height: 23px;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAwCAYAAABJy8k0AAAAAXNSR0IArs4c6QAADalJREFUaEPlWgt0FNUZ/u6dmd3Z3WwEQsIrIYkmEEgQ0CDlEeTRWkHQ1lMoEkQqFST0YX1U8VVaqrUq0iJogaqIivJoj4jS1tZqeQmGQFVIBLQ8AgFCeOS1u7O7M7dnZnZnZ3Znk019nKpzTs7J3Ln3v//3/d/97z93liDuYlWP/xYUQ8jgO8fGP/sq3RMzGLZn0UDGO/cGWlvOu4fdk/FVAhqPxQI8vGfxFur0lvmbzjZ6ht3d6WsBnL2/JJtxzlpQHkFfs08svc3ztQAu7XnyV4LoeUAFy+QwoyV1PCELlIQcsH/FFBC2lfSfc/LLTIwhdX/Vkwedbm+hDoaBIFxK+t1SZQYn1zzzEGHkXkUJr+JLZv/gKwE8tO8ZieN5B5gOR/K1LHddPu/WKDhW/VIho+EDYEwlixEOo0mfmVu+rOCNiMs1qxVCSOSeQVFYC3e6d2cyZkxYBRd4/4+PORyOO1U1aBehYUL5H6PwwAq7JfH/TogBXDn4MgOTY/4SAoXQH/KFNzyjNja+t2yHNz19mAFcBw8Qvo6AexqU/QWX4N+ETDEZSYTPatd1gcT3BGEuKIoHHPECnAQZQVClFWG5Ds3n60npnNDnSR5hn6wvh+LZEJYvBDiDBj2qjPB+yty9Sd9JDQ3bf1fZpWtmqQGcRSKvEUAAwqlEhAB6HKBnQHCeEXKeMLhBmBeM9QZTeoIpLs2GNj76pxnR/wgF0+zRBka4jwh1VDKGdzlCtpL8a059VmQQ5eM/y0xRbg/4mxe5XCIXb1ihzp2cFL7y0ME9KwpKLrsJSnwgTARobMXdR5KlTewt4okmVVtgVACoA4wTjoATXqHgN5Dcb1sSb0cJIdJHaxnHC4HzDadaMjK6do1FI2JKlTPvevOD7ZsW5fcf+jdvmrq9R3Y5C8YUAH8WpOj+gPGuT8A5f0+d/HMka0xLh4E3/nuV5PWkOWTOGeIQFiBHI2qWMgXj3UeO1VQFe1zcv4+DqMvYLFPztJFxXwQpqgqc3hbwaQ9TXlpCun+7NVUCyMktSw5165VdoKmUF0FCprGa8yYEnBNhRhVOcFISagYULeFHVBof8TYU0BFSUlEJFcAcFzUw3l3BZ49enwp4UrPhjqV9S8fOgxxQs5meqJgq5TaAaLseD329pwA4wfkkYzpCiF0+4UVA8G4kinMmyR9zoS0CyI7l5QMGXXn9B6JAbUCYIt6mU/EJLk4pyRJcu4SkOr+pn7orCGmnKXWMI7lX708GXtvADv9l4YncokE9Y/u4ut3ED/lfpJsKIXYk2e0OHZufca4ApY6ryMUTt9qB14BXrrxxXsmo7yx1CrxNHxtZpirJT62ST0cKow6J8sIwknfd3nhgGvD96yY7KOl9rE/pmG7x2ZrEJ7hYNouz9VmpxAZsqj7YLB1G+CZKuEJScH292WGjVqtc8f3xOUVDN2fm9Imm6TajLx+vQ5QULrtnAgnKmbNgkqS103QviDctkShV0U0tkI+fgHKhUe/bKR3cxfkgTkeCH0pDzGYsbdgtAYB27WLYUGTlX3zRDaMTgLP/vPo9yI43K99Zs6Tv4FE3pXVVgZgPZ6zRVB0NPLVMs0M8XrjvuychMQZeeAVyzT6tjzitHHxxkQUIk4IIvvUOQtu32eYfx4QJcAy/wjKm5f5fJstVCe2e++4GcQrGeCKHv0OKyjdGOxK2f51DEfkmQojEwoGFH2z/+/fyB1wx1JuRrb+EWC6d3fD+Gkgvrtb+5/qXQJw+zdRL7+N76BGw1mYdeEUFzKpg9WfhX7kSrLXtgssx4RoDvKqM1kcfSwk48aTBc8/tFp+UoP8U339GDwP4oSXjnZ0GjWvpklvCq1mdyMFQ87mTLaLL3Zl3dwa4qORidkLbdiD4uk6e8M2r4RinqigmOdbUDN9vHjYGeB5W/9efq5H2P/6EQYqqGGH0aNDcHOBCE6SNr1oI8Tz4gBY5dZxypsGIoHz0OIKb39DuaW4+nOOvMuYjogO0q3pWaqoilRCIEhhJimZuVztqej6w4bbNBZeNHQ+1AIheSjBSoBCAOvXCJnIFVr8IufoD7c45fSb4kn6xcYxpazaw7EmtjWR1h/tnPzWeS2/8FeFt/9KfebwQZ98Cmhk70FVzR3QZafbLp2vLJD7JBnfsQvCN13XyR4yEc0IUeLIkyyBdOPmK6/If3WAA3/XU1LIBw8dtcWbk6Q62s135Fv4SrCUi4x/9FFx2rxhwAKHtOxDc9KrWxl0+FOLk67W3Nl0JDxl9ndNngC82kRaZ3Ld4CVi9/gbquOZaCCOGWuyrDgY2bIS8pzLSZ5IpH5i7moEwBJtONYiD5mYawBkDOfzaXcdyL70yW33zSVqGqmRKEnwP3hvnSPJbx6TvQhgxTOsQqtqL4PqXI0roAfftt0WItmbmwAsvQa7+UAc18ToII74RmSAWTd/vYuSIFfMiOcRqJ14lzN8gc8WztGLF0G/VyumzS4aNXc53ikRdi3xi8SLXHkfgySdSBi7eMhdcwSUamdLrmxHe+rY2lh85Gs6JExIiqTb4Fv46lhhnzQZXcLGpn+5T6/z5Rpt7/nwQrzehj9U4AwmcA+03U8NsAFeTnJBbXJ8zcEw6eLetQ1rUdlchuPYFPWrdekIYOjwWjch/wdf+ZIx33TUfVH3NV8/tnl8Nufp9PZKTrocwMnGsUt8A/6LfxkDd+wBIurUG0HLI0iW6D+p2ev99CT7EAMRUQnynQYtnWYGrHXevLL+jZEjZ40Kmuu7s6+zg3/+B0JubdOevnQyhbISFJOXMGfgfja1jz6OLDVuB55+HvF8HzpeNhXPiNQlRkl5/w1AFzS+A69Y5eh9T9RbeVw3pxVVaM9d/AMQZ0+OCa1/XKxeOQBg0LxH4jicmu7r17n48f/C4Lkw0f0EyZfTnnoW8Xy99xTk/AVdYYHFKPvQxAiv0jE7z+8BVUWE4Jb22CeGtb+mRSkuH6+75IE6n8Ty8bz+k1drZpnY5b7wZfElxQhC07XTTn7U+wrfGwzFO/b7ZxktMxF7rscpQetmD2v5s+XamNry3YtrMouIBz3l6D4kUMNYurXfFtibXzx8AzcqyRC20dRuCG9fpUR31TTgnTTIB2wfp+ZXGvUqM41tXAaKI8N69BilaJEuHQZwy2RrJCLjAKtOSmTwNQulltv0sSpElnK5+51DPiYu1mjwBOFuwgH6Yf2x3yZCywczbO2aQELCmJvgWPmi0eR77vWlC9RADCKxdC7lSqxHguG4KhLKySB89Iv5lS6EcPhjnqPVWJUScNSumhrgk61v0GNjpOm2Q+OPbweVkW4sVw1xMBaTlOGp2b1tUPOPZO22B61G/obh7Vub72QOu5JjjIsOMOaPT/EK45lZYChsN2FNPGcDEn9wVcUonRb3U7VBas8ZYLmbIqvyFcVdDGDkyqXS17fT+u41h7oWPmJZLErkzGY2HtuKTA4cvGVKx5j9JgasPdi2f+ou+fQoXePOGGmWrVjbWn9GPv0URNFOrBSxRV8mJXrRblmUN6+06A2oSlI8eBfyS1kTzcsHl5NiI0ARGqyMCug+RyxJtsysmlZCmI6iu2v52yYxnjR87JEg9OnbdusncJU3OfxYPKBkldLs08sHACjIetAmXDYC4qUwlcMyOuU9MJWbCYn1TPN0JNqLuw7dZ7amGgcPnvKRXRXZr3Axm19IZGU439va/dGAO17XINtkZGrbgiuczcm80xwG08GkXCxt7bc4XIUUOoOXwuzhQc/A3V9z6sqXcTBrxqC87lk0v8Hi4nUXFJRm8Bt70sSUhah11sC1CbOLSrkoiY1SzchCB2kpUV1e/23LixKgxC94xnYXbZHWrfPW7nX8o7y86uLcK+/bpLnYvAjj1LS5JVLW523hmFtr/rJJ2SAn74DtWhYMHD9VQjh8++AerEo6a2414lIh3n56ax3Pc5rzcXv0yckvAnJ2t4G1lnErU2lsWdisyuVKIvwFnD+/F4aO1VTwfGn/ZzetjmdAU1ZSBa5FfUp5OHMrKLp3Tp+QV9gO9KAdQP+jZpguT6S+CFCUI1ngUhz/6EOfON27gSMtNpXM2+ewU3G5ySzZo59NTbxYEfnF2rx7pmTkFgCsr7piKaB9lYldbyyJZnm1rFzA9U0+NfPVoqP0ItbV1vpAs/+wbc9asSOZ7stna62883718eg+ZyY+ITseNvbJ7kC7d8wBXhkkByQGlREp7KlGCUGV9ru5j1J04BV8guFZhoTuGz11/IhUQHZK6ncHKp6cOVgh+4RCEazOzMkhWjxzwngxASIvbAeIFlqiCdglRwiDBRoRaz6L+xFE0nD2PYDC4kTL68JC5a95LBfCnjnj8JDv/MK2Qgs1jDNPSvO7MLp3S0SmzG0RPZ/Vbtr4T0OiXmvj1b7cUGCBLQDgAhHzwN5/D+bNncOFCI1p9AfXUcTVVuBVDKl480BHAnznwqMHdy2cLCmsexxi7FoSM5zguz+MR4XG54HK7ILrTIDhFcLwDlKq/oaHa11nGGBQ5jFBQQkgKwO9vgd8XgD8gwefzM0Vh1QT4h0LIxmOdQ1umTFnf5m9t2iPjU0u9vQl2rizPRlgZCrCBhBD1q0I+APV8Wz1aNR3rQi0wmhhQT4CTBDjCgH2UKjUhquwa/sP159qbqyPPP3fgHXHmi+z7tQX+X72+WHxgwFyjAAAAAElFTkSuQmCC) no-repeat center / 100% auto;
}
.active-slider-item-iconUp[data-v-1fc7c846] {
  width: 13px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAcCAYAAAB/E6/TAAAAAXNSR0IArs4c6QAAAi9JREFUSEu9ls1ulFAYht8Xf7cugNmYGO/FpJppw1gLzAWoCxvvRRdGb8AOtNVW61+M12J0B5O41LZWPsNpYcrPgUOblOUwfM/5ON/7HIgLunhBHAwCyTxegcgzAALKU9rhnulCjUGSxg8A2QBwWRUXHAIypRu+MYEZgSSJVkHkkCuVogNgvSBJZvcBboC42rpyBUNAN9jp6qwTJEnkAYhqkH0IrMpvOcziGm3/nQ6mBWkgBwA9QCwI3jZhsqobkFaQmq5MNhuFKB6d8JOahflsjIzbzf9gQif4WO+sARpSQObRMjJsmcAqIEmje0NfiUn3eXcl6CyQ4vV07Scd/3MJkiS+A8je0Ek6vQ+aGOwjy8YcTb+pjiSNfgK4WT6oyYYk8QSUF8oLIut1K2hg3+kEtwtQCsDuUoukkQ/gNYBLJwv6pxTkhJvVzhoWSegEo2NQHkziFYBDkE/qwZN0tqbssIAUtY8ATun4W1WY6vy5UlYmjzkKd/sVVJdpM/p/IZjSDbbPrqB2yG8AFoDr1T3tNnmXgtqM/QciHmhZgOQSvdY3QMX9dgW1GzuXqUc3+HI8qfHSEFhTQTpjg5MifGVQ09ldCHdM8ldVUDtEGbsOWcDMtLVQkIGxdVNlIuKTwMZLENk1sfBgGDim63/VK8jSH2J6WMs5RvlBO7xVgH4BuFEqqOdY7gpmi8nndAKnrqAjkI9o+x9MPqH0nUXLELxUyiIe0g7e9yroPMDTz/4HfOFcLMI/4tYAAAAASUVORK5CYII=) no-repeat center / 100% 100%;
}
.active-slider-item-go[data-v-1fc7c846] {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  width: 26px;
  height: 26px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA4CAYAAACsc+sjAAAAAXNSR0IArs4c6QAADI9JREFUaEPtWnl4VEUS/9VMJtcQkpD7ICSGBAQvlGtFblBAWEGBgMIiwiKswAIqIJeRoAgshxyCigqIGBA8WBTkM4DrsniAHIuYkISEhBwEkgCBJCSZ1/v1e/Nm3sy8NzMJyad/7Ptrvunuqvp1VVdVVxehCT9WtCsEBsRBQAuA/ADGIFA5wEog+GRT5JDKJmRvQ5oaixFju/S4ikcgsN4gXR+A3QNQoESfAZBZyb8ZA0M+iE4A7BBIOEgho843ljz2dO4YKLuSmgiBJoFoNIBICy6ZEzGAkRWnvQSMAWQRg4PeBn3tFgoac6MxQTcYKCvd1Q4mthDASAA6i9K4wvjHhReVJwM1D1jGzfPEOVwMPk9WPJWDCevg6bWaAoddawzA9QbKSnY1AxNeA2g6AA+rEGYpZWAAhOoa1Fy8AlNZBYTK2yBPPcjbC4bQ5jBEh4A8dOKxNe+MErkEnKgYDC8jdOTHRJxww796AWXFqV1BSAXQSo2lqaIKFYfP4NaxDNw6noXaglJNycjgAa/WETB2SYRfj/Ywdk4EdBriMPoKdYZxFP2kNkEXe+A2UFaUOhWEVSBmsKHJgOrzBSj9MA03Dp6EUF3boG33CPVH4PBuCHqmJ/QBRlsa4jFgeWA0nCJG/dwQBi6BMsYIJalLAcyxN7PawjIUL9uDG2lnFCbYEDGsa3S+Xgga3wfBE/pD52XeUwkoN+dKMN1Iihj9VX25uAZ6+eP1YPSCzVlkQOn2IyhZs088h03xecaEIPrNsfC5P1ZxhkU/UAOmG0oRo/bXh69ToKx4x1yAcW2avSKJTuXSKx+hgmuxiT/y0CPspScQNLaXIhaLYCsBXR8KH/2juyJoAmWXtw+DgD1SEJRCQN3VG8ib8i6qzuW7S79R5gWN7YnwOUOtIYsnH8QuQ1f3AIWOL3aHiSpQVvRhLEh/EgwBcqSvK7+J3PHrcTvLLbru8K7XnBZJ3RCxcIR9lnUY4d79iUaaXBHTALo1DUAfyWIJrLYOueM3oPJ0rit6TToeNnMwgp/jYpkzLe6gGKZT1Lh1rhg7AGUFW0aDaIfS+RSv2IvSbd+5otXk46TTodXmyTB2ilfmztfhwdq6MmEboCxzrRd8/TJB1FL2P7d+PI/cSe82Wvi4093wCGmOhL1zoDN6S6dKSsg2UeSzU5zRtgV66YMpILwt557stglZT60U07g/0hc0pjvCZ//ZrFUR6W2YhLsoZkKhlpwWoGJiUPhBOhgS5RtVWep/UPTGF38kjFIA0OvQet8ceEaZb4HSv8so6rm5roHmbe4BHUkHkRhYrQmZg5ejtqhRLg+NvlktRnRFxMJhkulK56wAUQUxRMmCGjOrRvPfWw+CJQO6kXYW+bO2uy2gZ8cOMLSOR21WNmqOn3R7HZ+oj4mG98NdYSq/hupvvnVrrc7bgDaHFkBn9LLOJ9afoiapErACvfRONhjdJa/Km/URKg6dc8qUgwtPngffdndD7+tjmVt7tRTX0o6gdOVamPIuqdLg4IJenI6Avr1gCA6ymVNx/BeUbt+JW6m7nfKPShmBgCEPKp3SKoqe9KKmRlnh5lYwmcxBkoHVmJDePQXCbe2bSNCSRQifOM6pIKbKKuROmeGgJe/H+iEqZQG8YyTnrvVd2bkHJX+frTnevG97tFz5jGy6/MydopbPd9AGmrdxFECfyL761okLyJ34viaDwNkzETlrqmWcA6r4+Thqi0tgCA+FX6eOooar8/KRO3yMjVa5JuO//sxGi1yD1dk50Dczwq9LJ5uxwlXrUb58tbpV+Pug7aH5vL5h1ioJ8CA/inzeoegmmi7Lf3sRGHjVQAxMV7cdxeXVB1SJc3NN2Gc1qcrfMpA3bpIDmNBXX0Hpxs0O5zX0reUISXrKQtseCN+I2N3bLdrmm5jZa4DmEUjYOxOeLRWmr6MHKHryaXvhJaB5G3gmNFr2YIUpX6L88xOqQKN2bkFAz+7iGD+L2YOe1BRCjUDbC2ct51nLNDnYhCMHLPOKN29F6YLFqvLEvPUM/Hq0lRIaUU8siVpN3aUONH99GgRzbgvg4gvbcPNYtirhxLM/WUzLmVmpLeZnM37rO5ahzMHDNT20ckO5aecN5gm94xcxZxBaJHWxJvuEv1HM1I3qQC+uPw6wh6RKHCHnufdRedrxKmZvts4EVRNKeba5NZy/p7NbfsDZ3LBp/RA8/hGJjlRRnEutpi5TB5rz1hkQ7pUGCdmjN6H6/GUHIYyjhiN2jZXGr+E8ubZ+cYe/dlhTfSEHRROk8Kw8n/xs5/QepAnUFS95YcikHgh9vrfi+kaLKHZaijrQ3DU/ANRFrq3mTNyCylOOGnXFvH2xo7krATUF0LCpfRE8vpsCF3uJYmes1DDd1d9AwKPyYN6snaj4V6bDbrs6Y7JGdUZfi9dUAlWaLg892Z15iUT9az55AlomzxMHnZlu5ILHETisg7X4zWgyxc2wOgIzecnr5q58D4wmyiyL/3EQpanqVUWl1rSckVLzSqD2FpHeuaemx454fwNaPD5AFMmZmcduGgNjR3OZWbqID6H4F/epa/TCqpcBtlzelrI9v6DoTfU4GrPvU/h1fNCpAFpA+SJleNEKG/ZJhbPw0mb/NHgEN7PiYkIixc92MEdJo9nLBwG6r+R3kuqsy8h++gNVm7LXyrXvvkdB0rM2c50BVYYNrRRROYcT1vLunpEBSPhisvJeWo28m37UO7lOXaM5qwMg1F7lNz0RrABkDFiHunL150ulVmXTunH0B1SfPQd9gD+Ckp6C791tVLVunwxwsGX//Bq3jv3ksJYTcJbvBg69H5HzJPM2F/EOUfzLfdU0ZL29ZC//CYx1kssTRcsOouyzU6patU/TND0KADWNc6cWu3GNzY1HjYbaWuW8VmtHoFnXOOtfhAV015zXnQO9sGw+BLZEnlR5thA5Ez52hkGMiy2GDFIVmHvKK9s+0UzIefIRteJ1i+aVjLiWr+zYpZn28bkeIc2QuHcySH6YEtM/073Uev5Z50BzlsbChAvKV9ucv+5A5RnNMoyFHj+TnjEtYYiKQG1BEapO/9ftC7R8YTf+qbO4tiYv3+U9lDMOe6EHgv9izqykAtlJav2K5CVVPrsq4BtpAOsjP+LePJaDizM/c6rV32NQ7++DxM8nQmf0NFcnRXVOpYT5G9wDmpUyAEy3XxF9cXHm57h57PctXNsLHzm3HwKH3qes2l+Gt08ctZxV5RZQPollphwF8LC8oObSdWSP3Q6hqmHvno2tcd/7IhG3cQSgN7+WS1fo2ZS4cIUzXo6V+szFHcDwsxhqzBfU699k4FKyegLR2ECc0dP7eyN+69MwhPkpYicuwCC0p7jk6noBFbV6/rW1AKaJC82tCUUrj6Bsd9M/FWqankGPVquegPGhaOvbC5eOaAAlLDzoasPVH5lOrzDCu/IECG3kV24mMBQu+RbXDqS7otno4zyERL36KPz7S0mIZfd1wkpKeO0ldxhqv49mLm4PwXQUIH9LlVhgKFrzb5TtdijJuMOrQXN0Xh6IXvwY/LrzSqylGYtHwWMwoRe1T3bryd35i3d6ch8Q2w/GPBVNT6IJF687Klbzm/LzjGyO6JTH4NM2TFkq4b+zoKt9mBKWuv0o5LqHIWNREhj7CCCDpTkKDNXnr6Jw2WFUpbvNy/09ISBgYFuEz+gGPX8145+lf4nlQRB6ULvXL7pPULtxzYYGy1g0EIx9CsBo09cnCCj78hyubvsFtSU368NXc67v/REIm9wFvvdFqPQP4jcIwsD6ghT3yV3p2G8LefHsUxCkLFrR8MVqBFxPy8S1fem4daYIEOrX5KXzMaB5zzgEPtEOvvdGKJ8YlHy+gJfHeIpLbtCrl9tARWwnkwPgU7sJQJISqBJ4XWklbh6/hMpTRbidU4aaghuoK7cmLLwtziPYCK+YAHi3DoLxoShwLeq8Fd12yt0nVEGg+bh7yRoi69uZuwqS59ULqLyIZcwbCAFrwdDa1ibkJ2ip90E8V+aPZ1ak9wB58vcDRYiw2TFlX6DoYfeBaDq1XZJTX2D28xsEVBTz12RP0O2xIDYHjBIsXtm2LdXKz6a3Ue7ktGMvdofxDaIDEIQ3qP3S7+8U4B1pVMmcsRF6pCf0A9hYMAwFkdlh2fVA2XgEs+ZtGzt5r98n0LMt1GZpo2clDdao2k6LWkZVZ+h4BzbuAVgiGHde1NwaIsT+1BIwlgVCBoAT0NOhpgBne9Qbyzac0GGHkz0QVO0HkzejDg3zmncqZqNq9E6Facr1/wfalLv7e9D+H9gqFIQpNvptAAAAAElFTkSuQmCC) no-repeat center / 100% 100%;
  transform: translate(50%, -50%);
}
.active-slider-item-hide[data-v-1fc7c846] {
  display: none;
  position: absolute;
  width: 133px;
  height: 143px;
  top: 50%;
  padding: 10px 16px 10px 27px;
  transform: translateY(-50%);
  left: calc(100% + 10px);
  background: url(../../static/img/icon-bg.f81f706d.png) no-repeat left center / 100% auto;
  font-size: 12px;
  color: #666666;
  line-height: 14px;
}
.active-slider-item-hide > img[data-v-1fc7c846] {
  display: block;
  width: 90px;
  margin-bottom: 3px;
}
.active-slider-item:hover .active-slider-item-go[data-v-1fc7c846],
.active-slider-item:hover .active-slider-item-hide[data-v-1fc7c846] {
  display: block;
}

.goodsItemBox[data-v-6a68617f] {
  cursor: pointer;
  position: relative;
  width: 221px;
  height: 251px;
  background: #FEE7D6;
  border: 1px solid #FEC19F;
  border-radius: 10px;
  font-family: HarmonyOS Sans SC;
}
.goodsItemBox .freeImg[data-v-6a68617f] {
  position: absolute;
  top: -7px;
  left: -7px;
}
.goodsItemBox .goodsImg[data-v-6a68617f] {
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 219px;
  height: 124px;
}
.goodsItemBox .goodsInfo[data-v-6a68617f] {
  padding: 11px 16px;
}
.goodsItemBox .goodsInfo .goodsTitle[data-v-6a68617f] {
  height: 48px;
  font-size: 18px;
  font-weight: 500;
  color: #89441E;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.goodsItemBox .goodsInfo .freeGoodsTitle[data-v-6a68617f] {
  height: 48px;
  font-size: 18px;
  font-weight: 500;
  color: #89441E;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.goodsItemBox .goodsInfo .freeGoodsSubTitle[data-v-6a68617f] {
  display: inline-block;
  margin: 5px 0;
  font-size: 12px;
  font-weight: 400;
  color: #995530;
}
.goodsItemBox .goodsInfo .goodsSubTitle[data-v-6a68617f] {
  margin: 5px 0;
  font-size: 12px;
  font-weight: 400;
  color: #995530;
}
.goodsItemBox .goodsInfo .priceBox[data-v-6a68617f] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.goodsItemBox .goodsInfo .priceBox .free[data-v-6a68617f] {
  width: 55px;
  height: 27px;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  color: #FA4F4F;
  line-height: 27px;
  background: linear-gradient(180deg, #F62C2C, #F96B6B 99.31640625%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.goodsItemBox .goodsInfo .priceBox .price[data-v-6a68617f] {
  margin-left: -5px;
  width: 65px;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #FA4F4F;
  line-height: 20px;
  background: linear-gradient(180deg, #F62C2C, #F96B6B 99.31640625%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.goodsItemBox .goodsInfo .priceBox .btn[data-v-6a68617f] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 28px;
  box-shadow: 0px 4px 0px 0px rgba(221, 200, 183, 0.56);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #FDFDFD;
  line-height: 20px;
  cursor: pointer;
}
.goodsItemBox .goodsInfo .noFress .price[data-v-6a68617f] {
  width: 50%;
}
.goodsItemBox .goodsInfo .noFress .btn[data-v-6a68617f] {
  width: 100px;
}
.goodsItemBox .goodsProgress[data-v-6a68617f] {
  margin-top: 2px;
  display: flex;
  justify-content: space-between;
}
.goodsItemBox .goodsProgress .oldPrice[data-v-6a68617f] {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  text-decoration: line-through;
  color: #DA9C6D;
  line-height: 20px;
}
.goodsItemBox .goodsProgress .progress[data-v-6a68617f] {
  width: auto;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: #89441E;
}
.goodsItemBox .goodsProgress .progress .progressBox[data-v-6a68617f] {
  width: 70px;
  height: 8px;
  background: #fdc7b9;
  border-radius: 4px;
  margin-left: 10px;
}
.goodsItemBox .goodsProgress .progress .progressBox .sealed[data-v-6a68617f] {
  width: 100%;
  height: 8px;
  background: #f74747;
  border-radius: 4px;
}
.isDisabled[data-v-6a68617f] {
  background: linear-gradient(0deg, #F62C2C 21%, #FA7171 100%);
  opacity: 0.5;
}
.allowBuy[data-v-6a68617f] {
  background: linear-gradient(0deg, #F62C2C 21%, #FA7171 100%);
}

.timer[data-v-062b55fb] {
  position: absolute;
  width: 100%;
  top: 115px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #89441E;
}
.timer .time[data-v-062b55fb] {
  background: linear-gradient(0deg, #EA461E 0%, #FB7042 100%);
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 3px;
}

.page[data-v-168a8bf6] {
  position: relative;
  height: 100%;
  overflow: auto;
}
.container[data-v-168a8bf6] {
  min-width: 1040px;
  overflow: hidden;
  height: 100%;
  background: #638ef3;
}
.header[data-v-168a8bf6] {
  position: absolute;
  min-width: 1040px;
  width: 100vw;
}
.pageContiner[data-v-168a8bf6] {
  min-width: 1040px;
  width: 100vw;
  min-height: 100vh;
  height: 4826px;
  position: relative;
}
.pageContiner .content[data-v-168a8bf6] {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
.pageContiner .content .bodyBg[data-v-168a8bf6] {
  display: inline-block;
  width: 100vw;
  height: 27.5vw;
}
.pageContiner .content .discountBox[data-v-168a8bf6] {
  padding: 25px 54px;
  margin-top: -10px;
  width: 1040px;
  height: 198px;
  background: url(../../static/img/discount.e8f5d652.png) no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.pageContiner .content .discountBox img[data-v-168a8bf6] {
  width: 256px;
  height: 146px;
}
.pageContiner .content .discountBox .right[data-v-168a8bf6] {
  width: 100%;
  margin-left: 20px;
}
.pageContiner .content .discountBox .right .titileBox[data-v-168a8bf6] {
  display: flex;
  align-items: center;
}
.pageContiner .content .discountBox .right .titileBox .extandTimes[data-v-168a8bf6] {
  font-size: 20px;
  color: #995530;
  font-weight: bold;
  font-style: italic;
}
.pageContiner .content .discountBox .right .titileBox .discountExtand[data-v-168a8bf6] {
  font-size: 30px;
  color: #f62c2c;
  font-style: italic;
  font-weight: bold;
  margin-right: 10px;
}
.pageContiner .content .discountBox .right .titileBox .gift[data-v-168a8bf6] {
  width: 164px;
  height: 26px;
  position: relative;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKQAAAAaCAYAAAA5dfdEAAAAAXNSR0IArs4c6QAAC8pJREFUeF7FXEuIZkcVPvV3T2cEmU0iTEZChhg3ARfGRTKJ7gwEQ4wZ6AgimggTiJBBsohIFo66UOKQEIVsRMStJCpG3bgQVDCCEhxxJYgLRRfu5tGdtudWuFV1Tn3n1Km698/GXvT8ff96nMd3vnPqcSfQip+Dly58jSg+kJsG6BHLZ3w2P5qf8zP7GcfA77btZwWf50N59NgTEW3k+1Ff813uSGT/5Wbm+cR/l26p38KQ3vf8bJ66/sDgSiDdYv6L+6F4+Lzn9kbNOKseaROyP9Nn9m2Myc1TrPOJWQLRJvXV5stj+PLtBLpskdTIefjy04/EOL1hkLgIYws1hRXEXsFQah+Iio5l/DxKHSuWz/OzmMzSzKN6VjE96OdvI1EMae75c2oXi1lCBXiWK85NU5fe3DyPDsNZ1qzH/FM/8V+5ddaqKpCkKKLIeFlcEtFUGFZ7aQfl+UU/E7rFBFm2eXyetwiTes5zzv/OhrCywmTWLkqf2b/YNoK+IfngC0NAxstP33YYbv4lEp1GvsuCZ0gEtox4IlAMMTu1aMcqaHF8Hq0Orb3AR4qf63NQcwYLOxENKmAoTkZLAeiLVuIyhhIa0vhLQBYLsDlsZg1nO2QQZ8GySapTOTYRQDYHjZxcI8NIagVepJAScL12NZokjnluyU2YpGQcDFEOSEACRO4iIG98+6kfB6LHPRn1NNZtGr7yl6WPyJELIEksqRllVjwHQKuQLQyaKbgPRz6OInRgNHQNi20sSxR2S4+zRIrtDOo4E7R2raxvQd+IhBTM5jNBJuMXPRfVsrGaBoCJEjvyTyUcCYoh6E1fToXg1EADhjx48cknieIPCkNLhKdIZ9IGh/YqOA0iNjg7jYOtoAUypUqNJV2k1NJEXvW2ZXHXPiqSCp2mQTkPe5rUQDDYgilKLmUJVe4pYzoRVWdDhNnPqEmuaxKoES9etAqYVtKlTMu6lByOSq9BtYpdtnGxrzUgjBco+Cn78JufuSuGnbcixVM2SJKdmzqjpeVhsPS+LGmtTlAaKqEZlHZOaykAQS/ndRG84EDDTtlG9mGPq7XyfeaDIF2JJz2y7TRAkuu+FZM2cVMeMEj60esiINDUAjLu7+8c3Lv7G5rogeFCuVlO2DQ2gKRhb52L3VDvD9YQCwy+wqZ14A4rbT3Ggt6KOTm6MWLYqSodLBvTiwfutchqju5FbzVsWi/wyhMpekw/SLwVU2ZlmFfkLSAPvvHEVyPRpbqOXOI6J7w83w6NspXXS1nDFlu0tlGAjYppGmtYk1676leZpeI1sdQSqW5gORQzME9b28wLJK7oYJndNR32hF0Bi3OnFMwxo5ZmssjDeFLyQ8XCuxG2RK+eyp/S71R+ZHBPwTDkjUvn76cQfktEu2NKgm+TQRxQyCOP8aB9w3CwJyHTLAPWdT7vVZR9jbz6z4NaMNiwqptNvBVUyQHVbQhPRl/gXkWEBdJm8WYt25ZLeZAka1kpce2dZndLHYQ6G6IChA2j1i9m/1Z5m/XArSQEPZRFerOu2oebBIqVIeOl/fcexqO3Ygx3J1ZOWxYAvBO30M5HPk6b2+6g6b//pJt/+hXR/94W18KOUrYF1vhYqxVtdKTliWxJJ3+DHNUYFegY0TZLNWMKQWqqwKTJgF2AlHi8cVCjy0JAoX5ll2EpL6nvZW3Gyi0HsNbNWs05YyhNWurxCMeRPok2LkMipuyDFx75/hTyKscmlnDiJN1y4UXa3H6XzDT9++/09veep3h0qPjRAiADLdaavwye5pHNVlSgcpUiWUtFltKsh4wBHQ43VFxadHzZBoKmIKU3yLY8r0PXKSJ4Q9Ws3lchFVadTd1nFdwGvGVy6WLT20C4pmk7bwyFIW985eHzRPQamECNvHvuk7T36DPNbEdvvErHv/9Zfj7QKzvFSNTm2PbkT6h2wQt2rCTL9oZWoLOg8iJNKe6UIShC03+lfOh8juJtdLP7fQ4ZVge2dNSsXRvT9vUwu8ntNIYx43xSc/35h85QiFcohltLlWm8H2jv/Jdo975PNKg4/sMv6Oj1l+uZ36roRY18/vC3z1Y6kGUQkK5drTogdoHu5a4hXbdHUm4Fqxm3IfyyqE31ojEFZppeIsGtNGkPG+q2H1bZltykLaidPiZ3ZuHwqATLIYcXc6mWTrSmGZAPnqFp7wpRvDWPBMuuYqPdBx+nvU9dbBnyp9+l49+9rp/b/i5IFxzI2Ojg1fKt57yGttliulp3pKuypXUgtE+GM0RYCYcd4ZxzWwABS+EJVB6+zSc1VOrJVl6dKvGULkjIPCKWQNKXy6ZF5tPOUFyqTsG6TkvyteDkw/l06yIvaq4+99H9TQw/qvQMFpw/7p2kkxdfpc37PyhKT//6Gx1+54tER4flmelTZuf9Yl7kqIWSjIYgqAsiDjg+m85R3lurVX/oaM9jp99yjgymcew3nqGiwBpXpXw3EOGhYl/e0mmFsZleZMMMIAE8QGjhra5YlgZV+yqFk9QNITk3NJpypSMFbvtce/bcD0OgzyXd4MqNAOnESdq9/1EKp++k+J9/0PGbP3cWNLh3VZ2eKVlnLk2C+gx30WgFXXVfblwxVuCY2zTFUEiaFhJ4Ju3GPsdhNy/ZBgOkctRwkzVVCi9+6hlve/OvGQcfdBhtUS+kVGcM0QXoQXino1iEjfH47H2nbkzTnyPRWU1cvXyTWyVRuizTMb4bjRqiixvzkrIg/MbZwhEGi6A1nVeUGg2YVgJSMR6cgigDr5HR2rFNYK0hug5Z4nkoNddEDzMTX05g2cqpTdnlkUkPnrn3Y1OMv45EO74kHYcsyrLgSPBZqqnk5sCAKkzKyxmmgLN/RDCmJ8QOtrT6cS3R7Jx2MO/NKthaNB70LkrLwqHWnMvIAaAqVjWbpgrzWTZl6t5EnAF58cVpB/hiCfYhwsY4z3Ptwoe+RURfHl8pWhi6mxG2YBgV6AqxK3Z0QD7c9ugUQNrgrW6YfZIkcufSXBSWsoQdmZcooztKvE3IK+fmgAEWOT0stLxZ6yOL+34NmGXO39dWthLhWJREDJeq+S5phXF72CE6IBSKEcLkAPKv+/fs3XmK3iSKHza2VEvMlkws2KpSmI3ktjNEThayXo11di2rsfgWE9d/ABC+R9kAoIjSRLoQTj5PTWCAM382Xt+JxeCCWNxKheoTx4TVXbq8K3cnLRTaokW6poOGfDlaAmT1zius1MtpXM5IRnGjtHfIkptUvyP460IULkJZokq+q17pXtC9+tTd94S4+WMkeg+UpHJ4kO0P9wdTo/JSQbpcq0lMnwuXW9PzuTJkZKlDOevWLS25z530KSHK3CPzwuacX2llxSXbbrO5rLKaTpvueSca3kl61ZEt56lXCGzZIEG8ZaaB/cZ6pst3HTmyQWjfgG3pgIwlIjkXP8p442FToPRfYbj6+Q9cpIleqVLwBYDljWbNjRDpJqo9BpL55DBc5W7lQZtOmv1m6QoXThOo9YVOASlGXy8/SlTn6EgsZfZeG/Jv8hSmcfMikaXxBnttSaFFddw+GrPS7rtYoIyMBOwnN1rGkBzeGJ/57/pnz/4yRnqYU2qdXg9sHaAZAGCD+aWPM0dLz6Kl2eAr31weuyxQgsUAIlgpvyVzySatp3JhrD66F9AA6WfdOwbazTY4RTVV/Dms2aSHJdTKYUywq2zb89r+2dNx9/gKEb3P34ZZ6Ui3vFyKdCONNIedfU4ZvbOwVbaxiEb2sjKY1/3Q55kwoYhEVmZBVANzq2IlvrxAVqnCm2uLsZumZTy5yodEAOVLk67MQItlQDq+GL91OA95/dNnHpuIfgJl1Dgqkoyd2REgXgSusttKg3usJgAu6FG5GqJmhfFWiSqNOqyM7/x68YlOduNkMb/XKPHiDsGN4yMrj2JoZCevX9doeT0Sbg5qSOx7/YnTX58onMuveI9+8PX0Qbshc5mUIKDB8d4lYvAN9Xk4+8Y6T2H/YwD7PP09EW02xSRr/jcBlJ8nmJ/h5+1gjipY1bYf6f/fI9B0+R2vkWev7jJqMwAAAABJRU5ErkJggg==) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  line-height: 15px;
}
.pageContiner .content .discountBox .right .subTitle[data-v-168a8bf6] {
  margin-top: 13px;
  width: 452px;
  height: 36px;
  font-size: 14px;
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-style: italic;
  color: #aa6946;
  line-height: 20px;
}
.pageContiner .content .discountBox .right .btnBox[data-v-168a8bf6] {
  width: 100%;
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pageContiner .content .discountBox .right .btnBox .price[data-v-168a8bf6] {
  width: 145px;
  font-size: 34px;
  font-family: HarmonyOS Sans SC;
  font-weight: bold;
  font-style: italic;
  color: #fa4f4f;
  background: linear-gradient(180deg, #f62c2c 43.65234375%, #f96b6b 99.31640625%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: -10px;
}
.pageContiner .content .discountBox .right .btnBox .btnRight[data-v-168a8bf6] {
  display: flex;
  align-items: flex-end;
}
.pageContiner .content .discountBox .right .btnBox .btnRight span[data-v-168a8bf6] {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #aa6946;
  line-height: 20px;
}
.pageContiner .content .discountBox .right .btnBox .btnRight .btn[data-v-168a8bf6] {
  cursor: pointer;
  margin-left: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 41px;
  background: linear-gradient(0deg, #f62c2c 21%, #fa7171 100%);
  box-shadow: 0px 4px 0px 0px rgba(221, 200, 183, 0.56);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #fdfdfd;
  line-height: 20px;
}
.pageContiner .content .noPay[data-v-168a8bf6] {
  position: relative;
  display: inline-block;
  width: 1040px;
  height: 420px;
  background: url(../../static/img/noPay.56af2758.png) no-repeat;
}
.pageContiner .content .lowPrice[data-v-168a8bf6] {
  position: relative;
  width: 1040px;
  height: auto;
}
.pageContiner .content .vat[data-v-168a8bf6] {
  position: relative;
  width: 1040px;
  height: 1588px;
  background: url(../../static/img/vat1.b1d6a5bf.png) no-repeat;
}
.pageContiner .content #compliance[data-v-168a8bf6],
.pageContiner .content #vat[data-v-168a8bf6],
.pageContiner .content #lowPrice[data-v-168a8bf6],
.pageContiner .content #noPay[data-v-168a8bf6] {
  height: 64px;
}
.pageContiner .content .compliance[data-v-168a8bf6] {
  position: relative;
  width: 1040px;
  height: 462px;
  background: url(../../static/img/compliance.09c20220.png) no-repeat;
}
.pageContiner .content .rules[data-v-168a8bf6] {
  position: relative;
  margin-top: 62px;
  width: 1040px;
  height: 462px;
  width: 957px;
}
.pageContiner .content .rules p[data-v-168a8bf6] {
  font-size: 14px;
  font-weight: bold;
  color: #fefefe;
  margin-bottom: 19px;
}
.pageContiner .goodsItems[data-v-168a8bf6] {
  padding: 0 10px;
  margin-top: 120px;
  margin-left: 10px;
  width: calc(100% - 20px);
  height: 251px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.pageContiner .seconedKill[data-v-168a8bf6] {
  margin-top: 170px;
}
.pageContiner .lowPriceImg[data-v-168a8bf6] {
  width: 1020px;
  margin-left: 10px;
}
.pageContiner .lowPriceItems[data-v-168a8bf6] {
  margin-top: -20px;
  padding: 90px 10px 20px 10px;
  margin-left: 10px;
  width: calc(100% - 20px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fef5ee;
  border: 4px solid #ffdc87;
  border-top: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: inset 0px 0px 5px 3px rgba(217, 132, 66, 0.46);
}
.pageContiner .lowPriceItems .items[data-v-168a8bf6] {
  margin-bottom: 29px;
  margin: 0 13px 29px 14px;
}
.pageContiner .alot[data-v-168a8bf6] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.pageContiner .alot .items[data-v-168a8bf6] {
  margin-left: 20px;
  margin-right: 6px;
  margin-bottom: 29px;
}
.pageContiner .timer[data-v-168a8bf6] {
  position: absolute;
  width: 100%;
  top: 115px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #89441e;
}
.pageContiner .timer .time[data-v-168a8bf6] {
  background: linear-gradient(0deg, #ea461e 0%, #fb7042 100%);
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-left: 20px;
  padding: 3px;
}
.flotRight[data-v-168a8bf6] {
  width: 146px;
  height: 400px;
  background: url(../../static/img/tab_bg.f95ac675.png) no-repeat;
  position: fixed;
  top: 10vw;
  left: 0;
  display: flex;
  justify-content: center;
}
.flotRight .flotBox[data-v-168a8bf6] {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 85px;
  margin-left: 20px;
  position: relative;
}
.flotRight .flotBox .hot[data-v-168a8bf6] {
  position: absolute;
  top: 10px;
  left: -7px;
}
.flotRight .flotBox .flotItem[data-v-168a8bf6] {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 21px;
  text-shadow: 2px 2px 3px rgba(163, 0, 0, 0.55);
}
.flotRight .flotBox .flotItem img[data-v-168a8bf6] {
  display: inline-block;
  height: 28px;
  width: 28px;
  position: absolute;
  right: -20px;
  display: none;
}
.flotRight .flotBox .flotItem .callUs[data-v-168a8bf6] {
  display: none;
  width: 134px;
  height: 148px;
  right: -140px;
  margin-top: 20px;
}
.flotRight .flotBox .flotItem:hover img[data-v-168a8bf6] {
  position: absolute;
  right: -20px;
  display: block;
  cursor: pointer;
}
.flotRight .flotBox .flotItem:hover .callUs[data-v-168a8bf6] {
  right: -140px;
}
.ruleFolt[data-v-168a8bf6] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 8vw;
  right: 0;
  width: 148px;
  height: 40px;
  background: linear-gradient(0deg, #ed682c 0%, #ff8758 100%);
  border-radius: 20px 0px 0px 20px;
  font-size: 22px;
  font-weight: bold;
  color: #fefefe;
  line-height: 24px;
  cursor: pointer;
}
[data-v-168a8bf6] .ivu-modal-header {
  display: none;
}
[data-v-168a8bf6] .ivu-modal-body {
  padding: 0;
}
.modalBox[data-v-168a8bf6] {
  width: 500px;
  height: 668px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modalBox .headerImg[data-v-168a8bf6] {
  width: 500px;
  height: 75px;
}
.modalBox .rules[data-v-168a8bf6] {
  padding: 10px 20px;
  height: calc(686px - 95px);
  overflow: auto;
}
.modalBox .rules p[data-v-168a8bf6] {
  font-size: 14px;
  font-family: HarmonyOS Sans SC;
  font-weight: bold;
  margin-bottom: 18px;
  color: #b1776d;
  line-height: 24px;
}
.modalBox .ruleBtn[data-v-168a8bf6] {
  cursor: pointer;
}
.modalBox[data-v-168a8bf6] ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.modalBox[data-v-168a8bf6] ::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #ffd2af;
}
.modalBox[data-v-168a8bf6] ::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #fcdfc8;
}

p {
  padding: 0;
  margin: 0;
}
ol,
ul {
  list-style: none;
}
button,
input {
  outline: none;
}
.content-width {
  max-width: 1200px;
  margin: auto;
}
.ivu-menu {
  width: 100% !important;
}
.contentCommon {
  padding: 0 24px 24px 24px;
}
.bread {
  margin: 20px 0;
  text-align: left;
}
.mainContent .tb-common {
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 20px;
}
.mainContent .colorR {
  color: #fc6054;
}
.mainContent .colorG {
  color: #71b247 !important;
}
.mainContent .color-done {
  color: #9a9ca1 !important;
}
.mainContent .login-btn {
  background-color: #ffdb33;
  border: none;
  color: #444141;
  width: 110px;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown {
  width: 180px;
  margin-right: 10px;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-drop-list .ivu-menu-item {
  color: #313233;
  height: 44px;
  line-height: 35px;
  padding-left: 16px;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-drop-list .ivu-menu-item img {
  width: 16px;
  margin-top: 8px;
  margin-right: 12px;
  float: left;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-drop-list .ivu-menu-item:hover {
  background-color: #16ade9;
}
.ivu-tabs-nav .ivu-tabs-tab-active {
  color: #313233 !important;
  font-weight: bold;
  height: 12px;
}
.ivu-tabs-nav-container,
.ivu-tabs-nav-wrap,
.ivu-tabs-nav-scroll {
  height: 100%;
}
.ivu-tabs-ink-bar {
  background-color: #16ade9 !important;
  bottom: -5px !important;
}
.timeline .noStep .ivu-steps-head-inner {
  border-color: #dadada !important;
  background-color: #dadada !important;
  border-radius: 50% !important;
}
.ivu-steps .ivu-steps-head-inner .ivu-icon-ios-paper-outline {
  font-size: 12px !important;
  color: #fff !important;
  padding-right: 50%;
  padding-top: 5%;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.clearfix::after {
  content: " ";
  line-height: 0;
  display: block;
  clear: both;
}
.ivu-modal-body {
  padding-bottom: 0px !important;
}
.ivu-modal-footer {
  margin: 0 auto;
  border-top: none !important;
  padding-top: 0px !important;
}
.ivu-modal-footer .footerBt {
  font-size: 15px;
  background-color: #16ade9;
  border-color: #16ade9;
}
.ivu-modal-confirm-footer {
  padding-bottom: 20px;
}
.footerBt:hover {
  background-color: #16ade9 !important;
  border-color: #16ade9 !important;
  color: #313233;
}
.ivu-modal-wrap {
  display: flex;
  align-items: center;
}
.ivu-modal-wrap .ivu-modal {
  top: 0px !important;
}
.ivu-modal-wrap .ivu-modal-confirm {
  padding: 4px 22px 5px;
}
.comAdd {
  margin-top: 3%;
}
.comAdd button {
  padding: 2px 10px;
}
.tb-common .ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner {
  border-color: #2d8cf000;
  background-color: #7abb98;
}
.ivu-steps-vertical .noStep .ivu-steps-tail {
  display: none;
}
.ivu-tabs-bar {
  margin: 0 20px;
  margin-bottom: 0 !important;
  height: 43px;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-around {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.relative {
  position: relative;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.ivu-table-header thead tr th {
  background: rgba(22, 173, 233, 0.2);
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*限制在一个块元素显示的文本的行数*/
  -webkit-box-orient: vertical;
}
.form-create-v2.ivu-form .tittleStyle {
  font-size: 16px;
  color: #303132;
  height: auto;
  line-height: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding: 8px 0;
  font-weight: 400;
}
.form-create-v2.ivu-form .tittleStyle b {
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #3a7fff;
  margin-right: 12px;
  position: relative;
  top: 2px;
}
.form-create-v2.ivu-form .ivu-form-item {
  margin-bottom: 50px;
}
.form-create-v2.ivu-form .ivu-form-item .ivu-form-item-label {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  padding-bottom: 12px;
}
.form-create-v2.ivu-form .ivu-form-item .ivu-form-item-content > *:nth-child(1):not(.remark-wrapper) {
  margin-top: 4px;
}
.toptip {
  color: #0050e5;
}
#sg .head .epr-title {
  padding-top: 15px;
}
#sg .item .tags span span {
  color: #0041DC;
  background: #fffce6;
}
#sg .data-steps li.ds-current {
  background: #0041DC;
  border: #0041DC;
}
#sg .country-checkbox .ant-checkbox-wrapper-checked {
  border: 1px solid #0041DC;
  background: #fffce6;
}
#sg .alert {
  background-color: #fffce6;
}
#sg .anticon-info-circle svg {
  color: #0041DC;
}
#sg .form-radio .current {
  border-color: #0041DC;
}
#sg .form-radio li.current b {
  border-color: #0041DC;
}
#sg .form-radio li.current b::before {
  background: #0041DC;
}
#sg .title-operation-btn {
  background: #fffce6;
  color: #0041DC;
}
#sg .example-file b {
  color: #0041DC;
}
#sg .toptip {
  color: #0041DC;
}
#sg .btn-container .ant-btn-primary {
  color: #0041DC !important;
}
#sg .data-steps li.ds-current > span {
  color: #0041DC;
}
#sg .title > span:nth-child(1) {
  background: #fffce6;
  color: #0041DC;
}
#sg .large .money {
  color: #0041DC;
}
#sg .ant-table-footer {
  background: #fffce6;
}
#sg .tab-title-button {
  background: #0041DC;
}
#sg .yican .edit {
  color: #0041DC;
}
#sg .total-price-wrapper {
  background: #fffce6;
}
#sg .total-price-wrapper .total-price {
  color: #0041DC;
}
.message .tip .time {
  color: #0041DC !important;
  background: #fffce6;
}
.icon {
  display: inline-block;
}
.icon.loading {
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../static/img/loading.16325708.svg);
  -webkit-animation: loading 1s linear infinite;
  animation: loading 1s linear infinite;
  width: 55px;
  height: 55px;
}
@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.mainContent[data-v-2773d551] {
  color: #626266;
}
.content[data-v-2773d551] {
  padding: 0px 16px 0px 30px;
}
.content .title[data-v-2773d551] {
  font-size: 18px;
  color: #16ade9;
}
.content p[data-v-2773d551] {
  margin: 10px 0;
  font-size: 14px;
}
.content p span[data-v-2773d551] {
  color: #16ade9;
}
.content .count-info .accountInfo[data-v-2773d551] {
  background: #eff9ffff;
  padding: 10px 24px;
  position: relative;
}
.content .count-info .accountInfo p[data-v-2773d551] {
  margin: 4px 0px;
}
.content .count-info .accountInfo .cobyOrderSn[data-v-2773d551] {
  position: absolute;
  right: 24px;
  top: 10px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #16ade9;
  width: 74px;
  height: 26px;
  font-size: 12px;
  font-family: PingFangSC;
  color: #16ade9;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
}
[data-v-2773d551] .ivu-modal-content .ivu-modal-header {
  background: #ffffff !important;
  border-color: #f6f6f6;
}
[data-v-2773d551] .ivu-modal-content .ivu-modal-header .ivu-modal-header-inner::before {
  content: "";
  border-left: 2px solid #16ade9;
  width: 2px;
  height: 14px;
  padding-left: 10px;
}
[data-v-2773d551] .ivu-modal-content .ivu-modal-body {
  padding: 0px;
}
[data-v-2773d551] .ivu-modal-content .ivu-modal-body .content p {
  color: #666666;
  font-size: 12px;
}
[data-v-2773d551] .ivu-modal-content .ivu-modal-body .content .count-info .red {
  color: #ed3e3e;
  font-size: 18px;
  font-weight: bold;
}
[data-v-2773d551] .ivu-modal-content .ivu-modal-body .content .count-info .gray3 {
  color: #333333;
}
[data-v-2773d551] .ivu-modal-content .ivu-modal-body .content .count-info .gray9 {
  color: #999999;
}
[data-v-2773d551] .ivu-modal-content .ivu-modal-body .content .uploadBox {
  display: initial;
}
[data-v-2773d551] .ivu-modal-content .ivu-modal-body .content .uploadBox .ivu-upload-list-file {
  text-align: center;
}


[data-v-672e7575] .ivu-form-item {
  margin-bottom: 20px;
}


[data-v-6da73538] .ivu-modal-header {
  display: none;
}
.header[data-v-6da73538] {
  font-weight: 700;
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
}
.footer[data-v-6da73538] {
  text-align: center;
  padding-bottom: 40px;
}
.content[data-v-6da73538] {
  padding: 0 30px;
  line-height: 26px;
  color: #333;
}
.content p.sub[data-v-6da73538] {
  font-weight: 700;
  font-size: 16pxs;
}
[data-v-6da73538] .ivu-modal-content {
  height: 770px;
  overflow: auto;
}
[data-v-6da73538] .ivu-modal-close {
  display: none;
}
.divContent[data-v-6da73538] {
  text-align: justify;
  color: currentColor;
}
.divContent .pContent[data-v-6da73538] {
  margin-bottom: 20px;
}

.agreement-modal[data-v-2fa71d10] .ivu-modal-content {
  height: 500px;
  overflow-y: scroll;
}
.agreement-modal[data-v-2fa71d10] .ivu-modal-content p {
  line-height: 20px;
}
[data-v-2fa71d10] .ivu-modal-close {
  display: none;
}

.play-useragreement-style[data-v-65f2508a] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.purchaseInformation[data-v-65f2508a] {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
.purchaseInformation span[data-v-65f2508a] {
  color: #16ade9;
  cursor: pointer;
}
.user-click-radio-show-input[data-v-65f2508a] {
  display: grid;
  grid-template-columns: 500px 500px;
}
.user-click-radio-show-input > .right > .sureOrder-radio-right-content[data-v-65f2508a] {
  padding-top: 10px;
}
.user-click-radio-show-input > .right > .sureOrder-radio-right-content > .info[data-v-65f2508a] {
  margin-left: 56px;
  width: 266px;
  margin-bottom: 10px;
  text-align: center;
}
.user-click-radio-show-input > .right > .sureOrder-radio-right-content > .info > p[data-v-65f2508a] {
  color: #ff6600 !important;
  font-size: 12px !important;
  width: 100%;
}
.contract-type-style[data-v-65f2508a] {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ff6600;
}
.container[data-v-65f2508a] {
  min-height: calc(100vh - 0px);
}
.container .headContent[data-v-65f2508a] {
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 20px 32px;
}
.container .headContent .top[data-v-65f2508a] {
  margin-bottom: 14px;
}
.container .headContent .top .flink[data-v-65f2508a],
.container .headContent .top .clink[data-v-65f2508a] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.container .headContent .top .clink[data-v-65f2508a] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.container .headContent .bottom[data-v-65f2508a] {
  font-size: 20px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.container .headContent .bottom span[data-v-65f2508a] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.container .content[data-v-65f2508a] {
  background: #ffffff;
  padding: 20px;
  margin: 24px;
  padding-bottom: 32px;
}
.container .content table[data-v-65f2508a] {
  border-collapse: collapse;
  width: 100%;
}
.container .content table .name[data-v-65f2508a] {
  height: 39px;
  background: #d7eefa;
}
.container .content table tr[data-v-65f2508a] {
  border-bottom: 1px solid #f2f2f2;
}
.container .content table tr th[data-v-65f2508a] {
  font-size: 14px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 14px;
}
.container .content table tr td[data-v-65f2508a] {
  font-size: 14px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 12px;
  text-align: center;
}
.container .content table tr td .serviceName[data-v-65f2508a] {
  padding: 20px 0px;
  display: flex;
  justify-content: center;
}
.container .content table tr td .serviceName .right[data-v-65f2508a] {
  text-align: left;
  margin-left: 20px;
}
.container .content table tr td .serviceName .right p[data-v-65f2508a]:nth-child(1) {
  color: #333333;
  font-weight: 500;
  font-size: 14px;
  margin-top: -3px;
}
.container .content table tr td .serviceName .right p[data-v-65f2508a]:nth-child(2) {
  color: #999999;
  font-size: 12px;
  line-height: 18px;
}
.container .content table tr td .serviceName img[data-v-65f2508a] {
  width: 104px;
  height: 94px;
  border-radius: 5px;
}
.container .content table tr td .red[data-v-65f2508a] {
  font-size: 16px;
  font-weight: bold;
  color: #16ade9;
}
.container .content table tr td .delete[data-v-65f2508a] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .content table tr td .delete img[data-v-65f2508a] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.container .content .settlement[data-v-65f2508a] {
  text-align: right;
  width: 120px;
  height: 52px;
  background: #16ade9;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
  margin-right: 60px;
}
.container .content .fukuan[data-v-65f2508a] {
  text-align: right;
  margin: 20px 0px 20px;
  padding-right: 60px;
}
.container .content .fukuan .red[data-v-65f2508a] {
  font-size: 28px;
  color: #ed3e3e;
  font-weight: bold;
}
.paymentpage[data-v-65f2508a] {
  width: 100%;
  margin: 0 auto;
}
.paymentpage .headContent[data-v-65f2508a] {
  height: 56px;
  display: flex;
  align-items: center;
  background: #fff;
}
.paymentpage .headContent .logo[data-v-65f2508a] {
  width: 126px;
  height: 30px;
  margin-right: 12px;
}
.paymentpage .headContent .tit[data-v-65f2508a] {
  padding-left: 10px;
  line-height: 30px;
  border-left: 1px solid #D9D9D9;
  font-size: 16px;
}
.paymentpage .serviceinfo[data-v-65f2508a] {
  background: #fff;
  margin-top: -30px;
  padding: 24px;
}
.paymentpage .serviceinfo h2[data-v-65f2508a] {
  font-size: 16px;
  font-weight: bold;
  color: #303132;
  margin-bottom: 10px;
}
.paymentpage .paymethod[data-v-65f2508a] {
  background: #fff;
  margin-top: 15px;
  padding: 24px;
}
.paymentpage .paymethod h2[data-v-65f2508a] {
  font-size: 16px;
  font-weight: bold;
  color: #303132;
}
.paymentpage .paymethod .box[data-v-65f2508a] {
  display: flex;
}
.paymentpage .paymethod .box .moneytype[data-v-65f2508a] {
  width: 380px;
  padding-left: 20px;
}
.paymentpage .paymethod .box .moneytype > span[data-v-65f2508a] {
  padding-left: 10px;
  color: #919498;
}
.paymentpage .paymethod .box .moneytype h3[data-v-65f2508a] {
  font-size: 14px;
  color: #919498;
  margin-bottom: 15px;
}
.paymentpage .paymethod .box .paytype h3[data-v-65f2508a] {
  font-size: 14px;
  color: #919498;
}
.paymentpage .paymethod .box .paytype .typeBox[data-v-65f2508a] {
  width: 130px;
  height: 46px;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  line-height: 46px;
  background: rgba(153, 153, 153, 0.14);
  font-size: 14px;
  font-family: "Microsoft Yahei", PingFangSC;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paymentpage .paymethod .box .paytype .typeBox img[data-v-65f2508a] {
  padding-right: 3px;
  float: left;
}
.paymentpage .paymethod .box .paytype .active[data-v-65f2508a] {
  border-color: #16ade9;
  background: url(../../static/img/check.a66e421a.svg) no-repeat;
  background-position: right bottom;
  color: #00a3ff;
  border: 1px solid #3A7FFF;
}
.paymentpage .paycount[data-v-65f2508a] {
  position: relative;
  margin-top: 16px;
  width: 1200px;
  height: 98px;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  color: #606266;
  padding: 42px 24px 0 0;
}
.paymentpage .paycount[data-v-65f2508a] .ant-space {
  margin-left: 17px;
}
.paymentpage .paycount span[data-v-65f2508a] {
  display: inline-block;
  margin-right: 20px;
}
.paymentpage .paycount .line[data-v-65f2508a] {
  width: 155px;
}
.paymentpage .paycount .count[data-v-65f2508a] {
  color: #303132;
  position: absolute;
  top: 23px;
  right: 14px;
  text-align: center;
}
.paymentpage .paycount .count .count1[data-v-65f2508a] {
  font-size: 28px;
  font-weight: 500;
}
.paymentpage .paycount .count p[data-v-65f2508a] {
  margin-left: 10px;
  color: #000;
  text-align: right;
}
.paymentpage .pay-tip[data-v-65f2508a] {
  font-size: 14px;
  font-weight: 400;
  color: #EF8829;
  text-align: right;
}
.paybutton[data-v-65f2508a] {
  color: #fff;
  width: 134px;
  height: 40px;
  margin-top: 7px;
}
.momey[data-v-65f2508a] {
  color: #FF462E !important;
}
.footer[data-v-65f2508a] {
  width: 100%;
  min-height: 150px;
  padding: 28px 56px 0px 10px;
  color: #666666;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 28px;
  overflow: hidden;
}
.footer .couponTitle[data-v-65f2508a] {
  color: #666666;
  font-size: 14px;
}
.footer[data-v-65f2508a] .invoiceTitle .ivu-form-item {
  margin: 0px;
  margin-bottom: 10px;
}
.footer[data-v-65f2508a] .invoiceTitle .ivu-form-item .ivu-radio-wrapper {
  margin-right: 30px;
}
.footer .red[data-v-65f2508a] {
  color: #ed3e3e;
  font-weight: bold;
  font-size: 16px;
}
.footer > .right[data-v-65f2508a] {
  color: #333333;
}
.footer > .right .total[data-v-65f2508a] {
  margin: 0px 20px 0px 40px;
}
.footer > .right .total .red[data-v-65f2508a] {
  font-size: 16px;
  color: #ed3e3e;
}
.footer > .right .settlement[data-v-65f2508a] {
  height: 52px;
  width: 120px;
  background: #16ade9;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
}
.footer > .right .selectedItems .red[data-v-65f2508a] {
  color: #ed3e3e;
  font-size: 16px;
}
.footer .relative[data-v-65f2508a] {
  position: relative;
}
.footer .relative .flex[data-v-65f2508a] {
  flex-direction: column;
}
.footer .relative > .right[data-v-65f2508a] {
  float: right;
}
.footer .relative > .right p[data-v-65f2508a] {
  margin: 10px;
  font-size: 14px;
  font-family: "Microsoft Yahei", SourceHanSansSC-Regular, SourceHanSansSC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.footer .relative > .right .red[data-v-65f2508a] {
  margin-left: -5px;
}
.footer .relative > .left .item[data-v-65f2508a] {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
[data-v-65f2508a] .ivu-modal-content {
  height: 360px;
}
[data-v-65f2508a] .ivu-modal-content .ivu-modal-header {
  background: #ffffff !important;
  border-color: #f6f6f6;
}
[data-v-65f2508a] .ivu-modal-content .ivu-modal-header .ivu-modal-header-inner::before {
  content: "";
  border-left: 2px solid #16ade9;
  width: 2px;
  height: 14px;
  padding-left: 10px;
}
[data-v-65f2508a] .ivu-modal-content .ivu-modal-body .qrcode {
  margin-top: 35px;
}
[data-v-65f2508a] .ivu-modal-content .ivu-modal-body img {
  margin: auto;
}
[data-v-65f2508a] .ivu-modal-content .ivu-modal-body .qrcode-img {
  text-align: center;
}
[data-v-65f2508a] .ivu-modal-content .ivu-modal-body .qrcode-img #qrcode-content {
  margin-bottom: 20px;
}
[data-v-65f2508a] .ivu-modal-content .ivu-modal-body .qrcode-img .qrcode-content-text {
  font-size: 12px;
  color: #999999;
}
[data-v-65f2508a] .ivu-modal-content .ivu-modal-body .qrcode-img .price-name {
  font-size: 12px;
  color: #666666;
  margin-top: 20px;
}
[data-v-65f2508a] .ivu-input[disabled],
fieldset[disabled] .ivu-input[data-v-65f2508a] {
  background: #ffffff !important;
}
[data-v-65f2508a] .ivu-radio-checked .ivu-radio-inner {
  background-color: #ffffff !important;
}
[data-v-65f2508a] .ivu-radio-inner:after {
  background-color: #16ade9 !important;
}
.discount > div[data-v-65f2508a] {
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  margin-left: 32px;
}
.discount > div span[data-v-65f2508a] {
  margin-right: 15px;
}
.label-tooltip[data-v-65f2508a] {
  position: absolute;
  left: -85px;
  top: 1px;
}
.demo-spin-icon-load[data-v-65f2508a] {
  -webkit-animation: ani-demo-spin-data-v-65f2508a 1s linear infinite;
          animation: ani-demo-spin-data-v-65f2508a 1s linear infinite;
}
@-webkit-keyframes ani-demo-spin-data-v-65f2508a {
from {
    transform: rotate(0deg);
}
50% {
    transform: rotate(180deg);
}
to {
    transform: rotate(360deg);
}
}
@keyframes ani-demo-spin-data-v-65f2508a {
from {
    transform: rotate(0deg);
}
50% {
    transform: rotate(180deg);
}
to {
    transform: rotate(360deg);
}
}
[data-v-65f2508a] .ivu-spin-show-text .ivu-spin-text {
  font-size: 20px;
  margin-top: 30px;
}
.order-wrap[data-v-65f2508a] {
  margin-top: 10px;
}
.order-wrap .gray[data-v-65f2508a] {
  color: #7f7f7f;
}
.zhifu .payType[data-v-65f2508a] {
  font-size: 12px;
  line-height: 32px;
  display: flex;
  align-items: center;
}
.zhifu .payType .typeBox[data-v-65f2508a] {
  width: 134px;
  height: 46px;
  border-radius: 4px;
  border: 1px solid rgba(153, 153, 153, 0.14);
  margin-left: 10px;
  cursor: pointer;
  line-height: 46px;
  background: rgba(153, 153, 153, 0.14);
  font-size: 14px;
  font-family: "Microsoft Yahei", PingFangSC;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zhifu .payType .typeBox img[data-v-65f2508a] {
  padding-right: 3px;
  float: left;
}
.zhifu .payType .active[data-v-65f2508a] {
  border-color: #16ade9;
  background: url(../../static/img/check.a66e421a.svg) no-repeat;
  background-position: right bottom;
  color: #00a3ff;
}
.payMethod[data-v-65f2508a] {
  width: 110px;
  text-align: right;
  margin-right: 10px;
}
.order-title[data-v-65f2508a] {
  font-size: 16px;
  color: #333;
  font-weight: 800;
  margin-bottom: 10px;
}
.pay-tip[data-v-65f2508a] {
  margin: 10px 0 0 130px;
}
.account-wrap[data-v-65f2508a] .ivu-modal-header-inner {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
}
.account-wrap .pay-money-title[data-v-65f2508a] {
  text-align: center;
  margin-bottom: 15px;
}
.account-wrap .pay-account[data-v-65f2508a] .ivu-form-item {
  margin-bottom: 10px;
}
.account-wrap .pay-account[data-v-65f2508a] .ivu-form {
  margin-left: 60px;
}
.account-wrap .btn-wrap[data-v-65f2508a] {
  text-align: center;
}
.account-wrap .tip-font[data-v-65f2508a] {
  color: #999;
}
.account-wrap[data-v-65f2508a] .ivu-modal-content {
  height: 460px;
}
.account-wrap .warn-wrap[data-v-65f2508a] {
  margin: 30px 0 0 60px;
}
.pay-wrap[data-v-65f2508a] .ivu-modal-content {
  height: 420px;
}
.zhifu[data-v-65f2508a] {
  margin: 30px 0px;
}
.fr[data-v-65f2508a] {
  font-size: 14px;
  float: right;
  font-family: PingFangSC;
  color: #333333;
  margin-top: 15px;
}
.fr .blue-font[data-v-65f2508a] {
  color: #00a3ff;
  cursor: pointer;
}
.settlement .fukuan[data-v-65f2508a] {
  font-size: 14px;
  font-family: PingFangSC;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 8px;
}
.settlement .fukuan span[data-v-65f2508a] {
  font-size: 25px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 700;
  color: #d9001b;
  margin-right: 20px;
}
.settlement button[data-v-65f2508a] {
  width: 114px;
  height: 38px;
  background: #00a3ff;
  border-radius: 2px;
  color: #fff;
  border-color: #00a3ff;
}
.paycount[data-v-65f2508a] {
  margin-top: 15px;
}
.pay-Infomation[data-v-65f2508a] {
  margin-top: 12px;
}
.order-card[data-v-65f2508a] {
  height: 177px;
  padding-top: 32px;
  background-color: #527DE2;
}
.order-base[data-v-65f2508a] {
  width: 1200px;
  margin: 0 auto;
}
.order-overview[data-v-65f2508a] {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
}
.order-overview dl[data-v-65f2508a] {
  flex-grow: 1;
}
.order-overview dl dt[data-v-65f2508a] {
  float: left;
  margin-right: 30px;
}
.order-overview dl h2[data-v-65f2508a] {
  color: #fff;
  font-size: 18px;
  margin-top: 13px;
  margin-bottom: 15px;
}
.order-overview dl span[data-v-65f2508a] {
  display: inline-block;
  padding-right: 35px;
}
.order-amount[data-v-65f2508a] {
  padding-top: 10px;
  text-align: right;
}
.order-amount p[data-v-65f2508a] {
  margin-top: 6px;
  font-size: 24px;
}
.bgfff[data-v-65f2508a] {
  background-color: #fff;
}
.order-pay-bottom[data-v-65f2508a] {
  text-align: right;
  padding: 10px 0 20px;
}
.refund-type[data-v-65f2508a] {
  font-size: 12px !important;
  color: #666;
  border-radius: 8px;
  background-color: #d0effb;
  padding: 1px 7px;
  margin-left: 5px;
}
.purchaseInformation[data-v-65f2508a] {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  float: right;
  margin-right: 60px;
  margin-top: 20px;
}
.purchaseInformation span[data-v-65f2508a] {
  color: #16ade9;
  cursor: pointer;
}
[data-v-65f2508a] .ivu-table .ivu-table-header table tr th {
  background: rgba(22, 173, 233, 0.2) !important;
}

.paymenttable[data-v-4922807e] td {
  font-size: 12px;
}
.ellipsis[data-v-4922807e] {
  white-space: nowrap;
  /* 防止换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 使用省略号表示溢出的内容 */
  width: 200px;
  /* 设置一个宽度，根据需要调整 */
  color: #333333;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  text-align: left;
}
.discounts-flex[data-v-4922807e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.package-discounts[data-v-4922807e] {
  font-size: 12px;
  display: inline-block;
  background-image: linear-gradient(90deg, #e86f3a, #e54937);
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
}
.spec-ellipsis[data-v-4922807e] {
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.paymentfooter[data-v-08464034] {
  height: 160px;
  background: url(../../static/img/payfooter.12098e4e.png) no-repeat;
  background-size: cover;
}
.paymentfooter-wrap[data-v-08464034] {
  margin-top: 60px;
}
.paymentfooter .box[data-v-08464034] {
  width: 1000px;
  margin: 0 auto;
  padding-top: 36px;
  display: flex;
}
.paymentfooter .box p[data-v-08464034] {
  font-size: 14px;
  font-weight: 400;
  color: #fafafa;
  line-height: 24px;
}
.paymentfooter .box .button[data-v-08464034] {
  width: 102px;
  height: 30px;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #fafafa;
  background: null;
  margin-top: 16px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 28px;
  cursor: pointer;
}
.paymentfooter .box .qrcode[data-v-08464034] {
  margin-left: auto;
  width: 125px;
  text-align: center;
  color: #fafafa;
}
.paymentfooter .box .qrcode img[data-v-08464034] {
  width: 80px;
}

.container[data-v-4d98d9b4] {
  font-size: 14px;
}
.pay-methods[data-v-4d98d9b4] {
  display: flex;
  align-items: center;
}
.pay-methods .label[data-v-4d98d9b4] {
  padding-right: 25px;
}
.pay-methods .ant-radio-group[data-v-4d98d9b4] {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.pay-methods .radio-item[data-v-4d98d9b4] {
  display: inline-flex;
  align-items: center;
}
.pay-methods .radio-item[data-v-4d98d9b4] .ant-radio {
  display: none;
}
.pay-methods .radio-item[data-v-4d98d9b4] .ant-radio + span {
  display: flex;
  padding: 0;
}
.pay-methods .radio-item .method[data-v-4d98d9b4] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 27px;
  border: 1px solid #dedfe1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  color: #000;
  font-size: 14px;
}
.pay-methods .radio-item .method img[data-v-4d98d9b4] {
  width: 24px;
  height: 24px;
}
.pay-methods .radio-item .method .check[data-v-4d98d9b4] {
  display: none;
  width: 12px;
  height: 8px;
}
[data-v-4d98d9b4] .pay-methods .radio-item.ant-radio-wrapper-checked .method {
  border-color: var(--color-primary);
}
[data-v-4d98d9b4] .pay-methods .radio-item.ant-radio-wrapper-checked .method .check {
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
}
[data-v-4d98d9b4] .pay-methods .radio-item.ant-radio-wrapper-checked .method::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0px;
  border-top: 20px solid transparent;
  border-left: 25px solid var(--color-primary);
  border-bottom: 20px solid transparent;
}
.money[data-v-4d98d9b4] {
  text-align: center;
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.money span[data-v-4d98d9b4] {
  color: #ff7b29;
  font-size: 26px;
  font-weight: 600;
  line-height: 14px;
  /* 53.846% */
}
.money .currency-select[data-v-4d98d9b4] {
  min-width: 150px;
  margin-left: 10px;
}
.pay[data-v-4d98d9b4] {
  text-align: center;
  margin-top: 39px;
}
.pay .qr .code[data-v-4d98d9b4] {
  width: 200px;
  height: 200px;
  background: #d9d9d9;
  display: inline-block;
}
.pay .qr .title[data-v-4d98d9b4] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 34px;
  margin-bottom: 14px;
}
.pay .qr .title img[data-v-4d98d9b4] {
  width: 24px;
  height: 24px;
}
.pay .qr .tip[data-v-4d98d9b4] {
  color: #ef8829;
  font-size: 14px;
  line-height: 14px;
  /* 100% */
  margin-top: 30px;
}
.pay .qr .report[data-v-4d98d9b4] {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
  margin-top: 15px;
}
.pay .frame[data-v-4d98d9b4] {
  width: 1145px;
  height: 450px;
  margin: 0 auto;
}
.pay .frame iframe[data-v-4d98d9b4] {
  width: 100%;
  height: 100%;
  background: #dddddd;
}
.pay .offline[data-v-4d98d9b4] {
  width: 1145px;
  margin: 0 auto;
}
.pay .offline .main[data-v-4d98d9b4] {
  display: flex;
  justify-content: space-between;
  min-height: 443px;
  padding: 24px;
  background: #f9f9f9;
}
.pay .offline .title[data-v-4d98d9b4] {
  color: #1d2129;
  font-size: 18px;
  font-weight: 600;
  line-height: 14px;
  /* 77.778% */
  margin-bottom: 16px;
  text-align: left;
}
.pay .offline .title span[data-v-4d98d9b4] {
  color: #4e5969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pay .offline .divider[data-v-4d98d9b4] {
  width: 1px;
  height: 396px;
  flex-shrink: 0;
  background: #dedfe1;
}
.pay .offline .info[data-v-4d98d9b4],
.pay .offline .upload[data-v-4d98d9b4] {
  width: 530px;
}
.pay .offline .content[data-v-4d98d9b4] {
  background: white;
  width: 530px;
  min-height: 330px;
  padding: 16px;
}
.pay .offline .list[data-v-4d98d9b4] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-inline: 16px;
  align-items: stretch;
  margin-bottom: 30px;
}
.pay .offline .account[data-v-4d98d9b4] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  position: relative;
  border: none;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding-block: 8px;
  cursor: pointer;
}
.pay .offline .account img[data-v-4d98d9b4] {
  width: 27px;
  height: 27px;
}
.pay .offline .account[data-v-4d98d9b4] ::after {
  content: '';
  width: 80px;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.pay .offline .account.active[data-v-4d98d9b4] {
  color: var(--color-primary);
}
.pay .offline .account.active[data-v-4d98d9b4] ::after {
  display: block;
  color: var(--color-primary);
}
.pay .offline .account-qr[data-v-4d98d9b4] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pay .offline .account-qr img[data-v-4d98d9b4] {
  width: 200px;
  height: 200px;
  background-color: #d9d9d9;
}
.pay .offline .account-bank[data-v-4d98d9b4] {
  text-align: left;
}
.pay .offline .account-bank .bank-title[data-v-4d98d9b4] {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pay .offline .account-bank .line[data-v-4d98d9b4] {
  color: #1d2129;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 16px;
}
.pay .offline .account-bank .line .label[data-v-4d98d9b4] {
  color: #707174;
}
.pay .offline .upload .content[data-v-4d98d9b4] {
  display: flex;
  text-align: left;
  padding-top: 24px;
}
.pay .offline .upload .content .label[data-v-4d98d9b4] {
  flex-shrink: 0;
  padding-block: 4px;
}
.pay .offline .upload .btn-upload[data-v-4d98d9b4] {
  height: 32px;
  padding: 6px 12px;
  flex-shrink: 0;
  color: var(--color-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 2px;
  border: 1px solid #0041dc;
  cursor: pointer;
}
.pay .offline .upload .upload-tip[data-v-4d98d9b4] {
  color: #ff9451;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}
.pay .offline .submit-btn[data-v-4d98d9b4] {
  display: inline-flex;
  height: 32px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  margin-top: 36px;
  border-radius: 2px;
  background: var(--color-primary);
  color: white;
  outline: none;
  border: none;
  cursor: pointer;
}

.iframe-full-modal {
  height: calc(100vh);
  overflow: hidden;
}
.iframe-full-modal .ant-modal {
  max-width: 100%;
  top: 0;
  padding-bottom: 0;
  margin: 0;
}
.iframe-full-modal .ant-modal-content {
  display: flex;
  flex-direction: column;
  height: calc(100vh);
}
.iframe-full-modal .ant-modal-body {
  flex: 1;
  padding: 0;
}

.play-useragreement-style[data-v-7446b6d8] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.purchaseInformation[data-v-7446b6d8] {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
.purchaseInformation span[data-v-7446b6d8] {
  color: #16ade9;
  cursor: pointer;
}
.user-click-radio-show-input[data-v-7446b6d8] {
  display: grid;
  grid-template-columns: 500px 500px;
}
.user-click-radio-show-input > .right > .sureOrder-radio-right-content[data-v-7446b6d8] {
  padding-top: 10px;
}
.user-click-radio-show-input > .right > .sureOrder-radio-right-content > .info[data-v-7446b6d8] {
  margin-left: 56px;
  width: 266px;
  margin-bottom: 10px;
  text-align: center;
}
.user-click-radio-show-input > .right > .sureOrder-radio-right-content > .info > p[data-v-7446b6d8] {
  color: #ff6600 !important;
  font-size: 12px !important;
  width: 100%;
}
.contract-type-style[data-v-7446b6d8] {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ff6600;
}
.container[data-v-7446b6d8] {
  min-height: calc(100vh - 0px);
}
.container .headContent[data-v-7446b6d8] {
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 20px 32px;
}
.container .headContent .top[data-v-7446b6d8] {
  margin-bottom: 14px;
}
.container .headContent .top .flink[data-v-7446b6d8],
.container .headContent .top .clink[data-v-7446b6d8] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.container .headContent .top .clink[data-v-7446b6d8] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.container .headContent .bottom[data-v-7446b6d8] {
  font-size: 20px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.container .headContent .bottom span[data-v-7446b6d8] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.container .content[data-v-7446b6d8] {
  background: #ffffff;
  padding: 20px;
  margin: 24px;
  padding-bottom: 32px;
}
.container .content table[data-v-7446b6d8] {
  border-collapse: collapse;
  width: 100%;
}
.container .content table .name[data-v-7446b6d8] {
  height: 39px;
  background: #d7eefa;
}
.container .content table tr[data-v-7446b6d8] {
  border-bottom: 1px solid #f2f2f2;
}
.container .content table tr th[data-v-7446b6d8] {
  font-size: 14px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 14px;
}
.container .content table tr td[data-v-7446b6d8] {
  font-size: 14px;
  font-family: "Microsoft Yahei", PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 12px;
  text-align: center;
}
.container .content table tr td .serviceName[data-v-7446b6d8] {
  padding: 20px 0px;
  display: flex;
  justify-content: center;
}
.container .content table tr td .serviceName .right[data-v-7446b6d8] {
  text-align: left;
  margin-left: 20px;
}
.container .content table tr td .serviceName .right p[data-v-7446b6d8]:nth-child(1) {
  color: #333333;
  font-weight: 500;
  font-size: 14px;
  margin-top: -3px;
}
.container .content table tr td .serviceName .right p[data-v-7446b6d8]:nth-child(2) {
  color: #999999;
  font-size: 12px;
  line-height: 18px;
}
.container .content table tr td .serviceName img[data-v-7446b6d8] {
  width: 104px;
  height: 94px;
  border-radius: 5px;
}
.container .content table tr td .red[data-v-7446b6d8] {
  font-size: 16px;
  font-weight: bold;
  color: #16ade9;
}
.container .content table tr td .delete[data-v-7446b6d8] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .content table tr td .delete img[data-v-7446b6d8] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.container .content .settlement[data-v-7446b6d8] {
  text-align: right;
  width: 120px;
  height: 52px;
  background: #16ade9;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
  margin-right: 60px;
}
.container .content .fukuan[data-v-7446b6d8] {
  text-align: right;
  margin: 20px 0px 20px;
  padding-right: 60px;
}
.container .content .fukuan .red[data-v-7446b6d8] {
  font-size: 28px;
  color: #ed3e3e;
  font-weight: bold;
}
.paymentpage[data-v-7446b6d8] {
  width: 100%;
  margin: 0 auto;
}
.paymentpage .headContent[data-v-7446b6d8] {
  height: 56px;
  display: flex;
  align-items: center;
  background: #fff;
}
.paymentpage .headContent .logo[data-v-7446b6d8] {
  width: 126px;
  height: 30px;
  margin-right: 12px;
}
.paymentpage .headContent .tit[data-v-7446b6d8] {
  padding-left: 10px;
  line-height: 30px;
  border-left: 1px solid #D9D9D9;
  font-size: 16px;
}
.paymentpage .serviceinfo[data-v-7446b6d8] {
  background: #fff;
  margin-top: -30px;
  padding: 24px;
}
.paymentpage .serviceinfo h2[data-v-7446b6d8] {
  font-size: 16px;
  font-weight: bold;
  color: #303132;
  margin-bottom: 10px;
}
.paymentpage .paymethod[data-v-7446b6d8] {
  background: #fff;
  margin-top: 15px;
  padding: 24px;
}
.paymentpage .paymethod h2[data-v-7446b6d8] {
  font-size: 16px;
  font-weight: bold;
  color: #303132;
}
.paymentpage .paymethod .box[data-v-7446b6d8] {
  display: flex;
}
.paymentpage .paymethod .box .moneytype[data-v-7446b6d8] {
  width: 380px;
  padding-left: 20px;
}
.paymentpage .paymethod .box .moneytype > span[data-v-7446b6d8] {
  padding-left: 10px;
  color: #919498;
}
.paymentpage .paymethod .box .moneytype h3[data-v-7446b6d8] {
  font-size: 14px;
  color: #919498;
  margin-bottom: 15px;
}
.paymentpage .paymethod .box .paytype h3[data-v-7446b6d8] {
  font-size: 14px;
  color: #919498;
}
.paymentpage .paymethod .box .paytype .typeBox[data-v-7446b6d8] {
  width: 130px;
  height: 46px;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  line-height: 46px;
  background: rgba(153, 153, 153, 0.14);
  font-size: 14px;
  font-family: "Microsoft Yahei", PingFangSC;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paymentpage .paymethod .box .paytype .typeBox img[data-v-7446b6d8] {
  padding-right: 3px;
  float: left;
}
.paymentpage .paymethod .box .paytype .active[data-v-7446b6d8] {
  border-color: #16ade9;
  background: url(../../static/img/check.a66e421a.svg) no-repeat;
  background-position: right bottom;
  color: #00a3ff;
  border: 1px solid #3A7FFF;
}
.paymentpage .paycount[data-v-7446b6d8] {
  position: relative;
  margin-top: 16px;
  width: 1200px;
  height: 98px;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  color: #606266;
  padding: 42px 24px 0 0;
}
.paymentpage .paycount[data-v-7446b6d8] .ant-space {
  margin-left: 17px;
}
.paymentpage .paycount span[data-v-7446b6d8] {
  display: inline-block;
  margin-right: 20px;
}
.paymentpage .paycount .line[data-v-7446b6d8] {
  width: 155px;
}
.paymentpage .paycount .count[data-v-7446b6d8] {
  color: #303132;
  position: absolute;
  top: 23px;
  right: 14px;
  text-align: center;
}
.paymentpage .paycount .count .count1[data-v-7446b6d8] {
  font-size: 28px;
  font-weight: 500;
}
.paymentpage .paycount .count p[data-v-7446b6d8] {
  margin-left: 10px;
  color: #000;
  text-align: right;
}
.paymentpage .pay-tip[data-v-7446b6d8] {
  font-size: 14px;
  font-weight: 400;
  color: #EF8829;
  text-align: right;
}
.paybutton[data-v-7446b6d8] {
  color: #fff;
  width: 134px;
  height: 40px;
  margin-top: 7px;
}
.momey[data-v-7446b6d8] {
  color: #FF462E !important;
}
.footer[data-v-7446b6d8] {
  width: 100%;
  min-height: 150px;
  padding: 28px 56px 0px 10px;
  color: #666666;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 28px;
  overflow: hidden;
}
.footer .couponTitle[data-v-7446b6d8] {
  color: #666666;
  font-size: 14px;
}
.footer[data-v-7446b6d8] .invoiceTitle .ivu-form-item {
  margin: 0px;
  margin-bottom: 10px;
}
.footer[data-v-7446b6d8] .invoiceTitle .ivu-form-item .ivu-radio-wrapper {
  margin-right: 30px;
}
.footer .red[data-v-7446b6d8] {
  color: #ed3e3e;
  font-weight: bold;
  font-size: 16px;
}
.footer > .right[data-v-7446b6d8] {
  color: #333333;
}
.footer > .right .total[data-v-7446b6d8] {
  margin: 0px 20px 0px 40px;
}
.footer > .right .total .red[data-v-7446b6d8] {
  font-size: 16px;
  color: #ed3e3e;
}
.footer > .right .settlement[data-v-7446b6d8] {
  height: 52px;
  width: 120px;
  background: #16ade9;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
}
.footer > .right .selectedItems .red[data-v-7446b6d8] {
  color: #ed3e3e;
  font-size: 16px;
}
.footer .relative[data-v-7446b6d8] {
  position: relative;
}
.footer .relative .flex[data-v-7446b6d8] {
  flex-direction: column;
}
.footer .relative > .right[data-v-7446b6d8] {
  float: right;
}
.footer .relative > .right p[data-v-7446b6d8] {
  margin: 10px;
  font-size: 14px;
  font-family: "Microsoft Yahei", SourceHanSansSC-Regular, SourceHanSansSC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.footer .relative > .right .red[data-v-7446b6d8] {
  margin-left: -5px;
}
.footer .relative > .left .item[data-v-7446b6d8] {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
[data-v-7446b6d8] .ivu-modal-content {
  height: 360px;
}
[data-v-7446b6d8] .ivu-modal-content .ivu-modal-header {
  background: #ffffff !important;
  border-color: #f6f6f6;
}
[data-v-7446b6d8] .ivu-modal-content .ivu-modal-header .ivu-modal-header-inner::before {
  content: "";
  border-left: 2px solid #16ade9;
  width: 2px;
  height: 14px;
  padding-left: 10px;
}
[data-v-7446b6d8] .ivu-modal-content .ivu-modal-body .qrcode {
  margin-top: 35px;
}
[data-v-7446b6d8] .ivu-modal-content .ivu-modal-body img {
  margin: auto;
}
[data-v-7446b6d8] .ivu-modal-content .ivu-modal-body .qrcode-img {
  text-align: center;
}
[data-v-7446b6d8] .ivu-modal-content .ivu-modal-body .qrcode-img #qrcode-content {
  margin-bottom: 20px;
}
[data-v-7446b6d8] .ivu-modal-content .ivu-modal-body .qrcode-img .qrcode-content-text {
  font-size: 12px;
  color: #999999;
}
[data-v-7446b6d8] .ivu-modal-content .ivu-modal-body .qrcode-img .price-name {
  font-size: 12px;
  color: #666666;
  margin-top: 20px;
}
[data-v-7446b6d8] .ivu-input[disabled],
fieldset[disabled] .ivu-input[data-v-7446b6d8] {
  background: #ffffff !important;
}
[data-v-7446b6d8] .ivu-radio-checked .ivu-radio-inner {
  background-color: #ffffff !important;
}
[data-v-7446b6d8] .ivu-radio-inner:after {
  background-color: #16ade9 !important;
}
.discount > div[data-v-7446b6d8] {
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  margin-left: 32px;
}
.discount > div span[data-v-7446b6d8] {
  margin-right: 15px;
}
.label-tooltip[data-v-7446b6d8] {
  position: absolute;
  left: -85px;
  top: 1px;
}
.demo-spin-icon-load[data-v-7446b6d8] {
  -webkit-animation: ani-demo-spin-data-v-7446b6d8 1s linear infinite;
          animation: ani-demo-spin-data-v-7446b6d8 1s linear infinite;
}
@-webkit-keyframes ani-demo-spin-data-v-7446b6d8 {
from {
    transform: rotate(0deg);
}
50% {
    transform: rotate(180deg);
}
to {
    transform: rotate(360deg);
}
}
@keyframes ani-demo-spin-data-v-7446b6d8 {
from {
    transform: rotate(0deg);
}
50% {
    transform: rotate(180deg);
}
to {
    transform: rotate(360deg);
}
}
[data-v-7446b6d8] .ivu-spin-show-text .ivu-spin-text {
  font-size: 20px;
  margin-top: 30px;
}
.order-wrap[data-v-7446b6d8] {
  margin-top: 10px;
}
.order-wrap .gray[data-v-7446b6d8] {
  color: #7f7f7f;
}
.zhifu .payType[data-v-7446b6d8] {
  font-size: 12px;
  line-height: 32px;
  display: flex;
  align-items: center;
}
.zhifu .payType .typeBox[data-v-7446b6d8] {
  width: 134px;
  height: 46px;
  border-radius: 4px;
  border: 1px solid rgba(153, 153, 153, 0.14);
  margin-left: 10px;
  cursor: pointer;
  line-height: 46px;
  background: rgba(153, 153, 153, 0.14);
  font-size: 14px;
  font-family: "Microsoft Yahei", PingFangSC;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zhifu .payType .typeBox img[data-v-7446b6d8] {
  padding-right: 3px;
  float: left;
}
.zhifu .payType .active[data-v-7446b6d8] {
  border-color: #16ade9;
  background: url(../../static/img/check.a66e421a.svg) no-repeat;
  background-position: right bottom;
  color: #00a3ff;
}
.payMethod[data-v-7446b6d8] {
  width: 110px;
  text-align: right;
  margin-right: 10px;
}
.order-title[data-v-7446b6d8] {
  font-size: 16px;
  color: #333;
  font-weight: 800;
  margin-bottom: 10px;
}
.pay-tip[data-v-7446b6d8] {
  margin: 10px 0 0 130px;
}
.account-wrap[data-v-7446b6d8] .ivu-modal-header-inner {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
}
.account-wrap .pay-money-title[data-v-7446b6d8] {
  text-align: center;
  margin-bottom: 15px;
}
.account-wrap .pay-account[data-v-7446b6d8] .ivu-form-item {
  margin-bottom: 10px;
}
.account-wrap .pay-account[data-v-7446b6d8] .ivu-form {
  margin-left: 60px;
}
.account-wrap .btn-wrap[data-v-7446b6d8] {
  text-align: center;
}
.account-wrap .tip-font[data-v-7446b6d8] {
  color: #999;
}
.account-wrap[data-v-7446b6d8] .ivu-modal-content {
  height: 460px;
}
.account-wrap .warn-wrap[data-v-7446b6d8] {
  margin: 30px 0 0 60px;
}
.pay-wrap[data-v-7446b6d8] .ivu-modal-content {
  height: 420px;
}
.zhifu[data-v-7446b6d8] {
  margin: 30px 0px;
}
.fr[data-v-7446b6d8] {
  font-size: 14px;
  float: right;
  font-family: PingFangSC;
  color: #333333;
  margin-top: 15px;
}
.fr .blue-font[data-v-7446b6d8] {
  color: #00a3ff;
  cursor: pointer;
}
.settlement .fukuan[data-v-7446b6d8] {
  font-size: 14px;
  font-family: PingFangSC;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 8px;
}
.settlement .fukuan span[data-v-7446b6d8] {
  font-size: 25px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 700;
  color: #d9001b;
  margin-right: 20px;
}
.settlement button[data-v-7446b6d8] {
  width: 114px;
  height: 38px;
  background: #00a3ff;
  border-radius: 2px;
  color: #fff;
  border-color: #00a3ff;
}
.paycount[data-v-7446b6d8] {
  margin-top: 15px;
}
.pay-Infomation[data-v-7446b6d8] {
  margin-top: 12px;
}
.order-card[data-v-7446b6d8] {
  height: 177px;
  padding-top: 32px;
  background-color: #527DE2;
}
.order-base[data-v-7446b6d8] {
  width: 1200px;
  margin: 0 auto;
}
.order-overview[data-v-7446b6d8] {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
}
.order-overview dl[data-v-7446b6d8] {
  flex-grow: 1;
}
.order-overview dl dt[data-v-7446b6d8] {
  float: left;
  margin-right: 30px;
}
.order-overview dl h2[data-v-7446b6d8] {
  color: #fff;
  font-size: 18px;
  margin-top: 13px;
  margin-bottom: 15px;
}
.order-overview dl span[data-v-7446b6d8] {
  display: inline-block;
  padding-right: 35px;
}
.order-amount[data-v-7446b6d8] {
  padding-top: 10px;
  text-align: right;
}
.order-amount p[data-v-7446b6d8] {
  margin-top: 6px;
  font-size: 24px;
}
.bgfff[data-v-7446b6d8] {
  background-color: #fff;
}
.order-pay-bottom[data-v-7446b6d8] {
  text-align: right;
  padding: 10px 0 20px;
}
.paymentpage[data-v-7446b6d8] {
  background-color: #f5f5f5;
}
.serviceinfo[data-v-7446b6d8] {
  margin-bottom: 20px;
}
.refund-type[data-v-7446b6d8] {
  font-size: 12px !important;
  color: #666;
  border-radius: 8px;
  background-color: #d0effb;
  padding: 1px 7px;
  margin-left: 5px;
}
.purchaseInformation[data-v-7446b6d8] {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  float: right;
  margin-right: 60px;
  margin-top: 20px;
}
.purchaseInformation span[data-v-7446b6d8] {
  color: #16ade9;
  cursor: pointer;
}
[data-v-7446b6d8] .ivu-table .ivu-table-header table tr th {
  background: rgba(22, 173, 233, 0.2) !important;
}
.payment-iframe[data-v-7446b6d8] {
  width: 100%;
  min-height: 450px;
  border: none;
  margin: 0;
  vertical-align: top;
}
.ev-links[data-v-7446b6d8] {
  margin-bottom: 12px;
  font-size: 14px;
  color: #000;
  line-height: 22px;
}
.ev-links span[data-v-7446b6d8] {
  display: inline-block;
  margin: 0 6px 0 5px;
  cursor: pointer;
}
.ev-links span[data-v-7446b6d8]:last-child {
  color: #00a3ff;
}
.ev-links span[data-v-7446b6d8]:first-child {
  margin-left: 0;
}
.ev-tips[data-v-7446b6d8] {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 16px;
  background: #fffbe6;
  border-radius: 2px;
  border: 1px solid #ffe58f;
  color: #303132;
  font-size: 14px;
}
.ev-tips i[data-v-7446b6d8] {
  font-size: 18px;
  margin-right: 8px;
  margin-bottom: -2px;
  color: #faad14;
}
.channel-order .logo[data-v-7446b6d8] {
  display: none;
}
.channel-order .hide[data-v-7446b6d8] {
  display: none;
}
.channel-order .headContent .tit[data-v-7446b6d8] {
  border: none;
  font-size: 24px;
}


.payment-iframe-wrap .ant-modal-body {
  /* padding: 0; */
}


.payment-wrap p {
  margin: 0px;
}

.container[data-v-4b3ad1cc] {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.order-info[data-v-4b3ad1cc] {
  text-align: center;
}
.order-info p[data-v-4b3ad1cc] {
  color: #333;
  font-size: 18px;
  margin: 10px 0 20px;
}
.order-info .pay-process-info[data-v-4b3ad1cc] {
  font-size: 15px;
}
.order-info .link[data-v-4b3ad1cc] {
  color: #1890ff;
  cursor: pointer;
}

.container[data-v-7ba9c8a9] {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.order-info[data-v-7ba9c8a9] {
  text-align: center;
}
.order-info .pay-process-info[data-v-7ba9c8a9] {
  font-size: 15px;
}
.order-info .link[data-v-7ba9c8a9] {
  color: #1890ff;
  cursor: pointer;
}
.order-info .title[data-v-7ba9c8a9] {
  margin-top: 15px;
  width: 260px;
  line-height: 30px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  margin-left: 27px;
}

.container[data-v-28c45957] {
  height: 150px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
}
.order-info[data-v-28c45957] {
  text-align: center;
}
.order-info p[data-v-28c45957] {
  color: #333;
  font-size: 18px;
  margin: 10px 0 20px;
}
.order-info .pay-process-info[data-v-28c45957] {
  font-size: 15px;
}
.order-info .link[data-v-28c45957] {
  color: #1890ff;
  cursor: pointer;
}


[data-v-fd1753e0] .ivu-table-cell {
  text-overflow: clip !important;
}
[data-v-fd1753e0] .ivu-table td,
.ivu-table th[data-v-fd1753e0] {
  text-align: center !important;
}
.my-card[data-v-fd1753e0] {
  border-radius: 10px;
  margin-top: 15px;
}
.my-card .myVATFilter[data-v-fd1753e0] {
  background: #ffffff;
  padding: 24px;
}
.my-card .myVATFilter[data-v-fd1753e0] .ivu-form-item {
  margin-bottom: 0px;
}
.my-card .myVATFilter .searchBtn[data-v-fd1753e0] {
  margin-right: 10px;
  margin-left: 20px;
}
.my-card .itemList[data-v-fd1753e0] {
  padding: 0 24px;
  background: #ffffff;
}
.my-card .itemList .title[data-v-fd1753e0] {
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
}
.my-card .itemList .title span[data-v-fd1753e0] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  margin-right: 24px;
}
.my-card .itemList .title .red[data-v-fd1753e0] {
  color: #ed3e3e;
}
.my-card .itemList .title .blue[data-v-fd1753e0] {
  color: #16ade9;
}
.my-card .itemList .title .right[data-v-fd1753e0] {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC;
  color: #333333;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.my-card .itemList .title .right img[data-v-fd1753e0] {
  margin-right: 10px;
}
.title[data-v-fd1753e0] {
  font-size: 24px;
  font-weight: 500;
  margin-left: 8px;
  color: #333;
  margin-bottom: 24px;
}
.content[data-v-fd1753e0] {
  min-height: calc(100vh - 60px);
}
.content[data-v-fd1753e0] .ivu-table-wrapper-with-border {
  border: none;
}
.content[data-v-fd1753e0] .ivu-table:before,
.content[data-v-fd1753e0] .ivu-table-border:after {
  width: 0px;
}
.content[data-v-fd1753e0] .ivu-table-header thead tr th {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  height: 48px;
}
.content[data-v-fd1753e0] .ivu-table td {
  height: 48px;
  font-size: 12px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.content .headContent[data-v-fd1753e0] {
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 10px 32px 0px;
}
.content .headContent .top[data-v-fd1753e0] {
  margin-bottom: 14px;
}
.content .headContent .top .flink[data-v-fd1753e0],
.content .headContent .top .clink[data-v-fd1753e0] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.content .headContent .top .clink[data-v-fd1753e0] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.content .headContent .bottom[data-v-fd1753e0] {
  font-size: 20px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.content .headContent .tabTitle[data-v-fd1753e0] {
  border-bottom: 1px solid #e9e9e9ff;
  margin-top: 0px;
}
.content .headContent .tabTitle span[data-v-fd1753e0] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Microsoft Yahei', PingFangSC;
  color: #333333;
  line-height: 40px;
  margin-right: 46px;
  cursor: pointer;
}
.content .headContent .tabTitle .active-tab[data-v-fd1753e0] {
  color: #0041DC;
  border-bottom: 2px solid #0041DC;
  font-weight: 500;
}
.page-box[data-v-fd1753e0] {
  text-align: center;
  background-color: #ffffff;
  padding: 24px 24px;
  text-align: right;
}
.operation[data-v-fd1753e0] {
  cursor: pointer;
}
.operation .banli[data-v-fd1753e0] {
  color: #f6b417;
  font-size: 12px;
}
.operation .banli img[data-v-fd1753e0] {
  vertical-align: middle;
  margin-right: 4px;
}
.operation .detail[data-v-fd1753e0] {
  color: #1890ffff;
}


.ivu-table-header thead tr th[data-v-fd1753e0] {
  background: rgba(22, 173, 233, 0.2);
  padding: 17px 0;
  font-size: 12px;
  color: #666;
}
.no_border .ivu-table td[data-v-fd1753e0],
.ivu-table th[data-v-fd1753e0] {
  border: none;
  text-align: center !important;
}
.no_border.ivu-table td[data-v-fd1753e0],
.no_border.ivu-table th[data-v-fd1753e0] {
  border: none;
  text-align: center !important;
}
.no_border .ivu-table.ivu-table-default[data-v-fd1753e0]::after,
.no_border .ivu-table.ivu-table-default[data-v-fd1753e0]::before {
  display: none !important;
}
/* .ivu-btn-primary {
  border-color: #16ade9 !important;
  background-color: #16ade9 !important;
}
.ivu-btn-primary:hover {
  border-color: #16ade9 !important;
  background-color: #16ade9 !important;
} */

.content[data-v-05bbd322] {
  min-height: calc(100vh - 60px);
}
.content[data-v-05bbd322] .ivu-table-wrapper-with-border {
  border: none;
}
.content[data-v-05bbd322] .ivu-table:before,
.content[data-v-05bbd322] .ivu-table-border:after {
  width: 0px;
}
.content[data-v-05bbd322] .ivu-table-header thead tr th {
  font-size: 14px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  height: 48px;
}
.content[data-v-05bbd322] .ivu-table td {
  height: 114px;
  font-size: 12px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.content .head-content[data-v-05bbd322] {
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 12px 32px;
}
.content .head-content .head-title[data-v-05bbd322] {
  font-size: 20px;
  font-family: 'Microsoft Yahei', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.content .head-content .head-title .status-name[data-v-05bbd322] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.content .head-content .tip-box[data-v-05bbd322] {
  padding: 12px 0;
}
.content .head-content .tip-box p[data-v-05bbd322] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ed3e3e;
  line-height: 26px;
}
.content .head-content .tip-box .reason[data-v-05bbd322] {
  margin-left: 22px;
}
.content .bottom-content[data-v-05bbd322] {
  margin: 24px;
}
.content .bottom-content .form-item[data-v-05bbd322] {
  margin-bottom: 24px;
  background-color: #ffffff;
}
.content .bottom-content .form-item .form-title[data-v-05bbd322] {
  background: #ffdc87;
  border-radius: 4px 4px 0px 0px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  padding: 15px 32px;
  background: rgba(24, 144, 255, 0.19);
}
.content .bottom-content .form-item .form-title .title-explain[data-v-05bbd322] {
  font-size: 14px;
}
.content .bottom-content .form-item[data-v-05bbd322] .ivu-form-item {
  margin: 0;
  padding: 24px;
}
.content .bottom-content .form-item[data-v-05bbd322] .ivu-form-item-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.content .bottom-content .form-item .downLoad-box[data-v-05bbd322] {
  color: #16ade9;
  cursor: pointer;
}
.content .bottom-content .form-item .downLoad-box img[data-v-05bbd322] {
  vertical-align: middle;
  margin-right: 4px;
}
.content .bottom-content .form-item .upload-box[data-v-05bbd322] {
  background-color: #16ade9;
  color: #ffffff;
  border-radius: 2px;
  width: 294px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-top: 2px;
  cursor: pointer;
}
.content .bottom-content .form-item .upload-box img[data-v-05bbd322] {
  vertical-align: middle;
  margin-right: 4px;
}
.content .bottom-content .form-item .upload-box[data-v-05bbd322] .ivu-upload-select {
  width: 100%;
}
.content .bottom-content .form-item .file-list li[data-v-05bbd322] {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3e9dff;
  line-height: 12px;
  margin: 8px 0;
}
.content .bottom-content .form-item .file-list li .link-img[data-v-05bbd322] {
  width: 12px;
  margin-right: 12px;
}
.content .bottom-content .form-item .file-list li img[data-v-05bbd322] {
  vertical-align: middle;
}
.content .bottom-content .form-item .file-list li .del-img[data-v-05bbd322] {
  float: right;
  cursor: pointer;
}
.content .bottom-content .form-item .upload-tip[data-v-05bbd322] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #16ade9;
}
.content .bottom-content .operation-box[data-v-05bbd322] {
  text-align: center;
}
.content .bottom-content .operation-box button[data-v-05bbd322] {
  width: 98px;
  height: 32px;
  margin-right: 32px;
}
.content .tip-box[data-v-05bbd322] {
  padding: 24px;
}
.content .tip-box .tip-content[data-v-05bbd322] {
  background: rgba(212, 234, 255, 0.2);
  border: 1px dashed #1890ffff;
  padding: 6px;
}
.content .tip-box .tip-content img[data-v-05bbd322] {
  vertical-align: bottom;
  margin-right: 4px;
}
.content .worker-info-box[data-v-05bbd322] {
  padding: 12px 0;
  font-size: 14px;
  color: #333333;
}
.content .worker-info-box .info-item[data-v-05bbd322] {
  line-height: 28px;
}
.content .worker-info-box .left-item[data-v-05bbd322] {
  width: 98px;
  display: inline-block;
  text-align: right;
}
.content .worker-info-box .right-item[data-v-05bbd322] {
  color: #16ade9;
  cursor: pointer;
}
.content .worker-info-box .right-item img[data-v-05bbd322] {
  vertical-align: middle;
}
.content .worker-info-box .c666[data-v-05bbd322] {
  color: #666;
}

.integral-mal-header[data-v-17f922ae] {
  height: 90px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-top: 14px;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 20px;
  background: url(../../static/img/bg.673fa03c.svg) no-repeat center / cover;
  position: relative;
}
.integral-mal-header[data-v-17f922ae]:after {
  content: '';
  width: 442px;
  height: 90px;
  position: absolute;
  background: url(../../static/img/chahua.d8d2f9d2.svg) no-repeat center / 100% auto;
  top: 0;
  right: 40px;
}
.integral-mal-header b[data-v-17f922ae] {
  font-size: 40px;
  font-weight: 600;
  margin: 0 32px 18px 8px;
}
.integral-mal-header .bar[data-v-17f922ae] {
  display: flex;
}
.integral-mal-header .bar span[data-v-17f922ae] {
  display: block;
  cursor: pointer;
  width: 88px;
  height: 22px;
  line-height: 22px;
  -webkit-background-clip: text;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  margin-right: 12px;
}


[data-v-58cecd5e] .ivu-modal-header {
  padding: 0;
  background: none!important;
}
[data-v-58cecd5e] .ivu-modal-content {
  box-shadow: none;
}
[data-v-58cecd5e] .ivu-modal-close {
  top: 24px;
  right: 24px;
}
[data-v-58cecd5e] .ivu-modal-body {
  padding: 0!important;
  max-height: 500px;
  overflow-y: auto;
}
.wrap-head[data-v-58cecd5e] {
  height: 58px;
  line-height: 58px;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  background: url(../../static/img/bg-dialog-2.ee57338f.png) no-repeat center / cover;
}
.wrap-close[data-v-58cecd5e] {
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAdpJREFUWEfNl4lOG0EMhj9TrnKVClqOd+IxqvJIIB6j74RQqhZoRTgCGfRHM9F0ssfMNtHGUhRp12P//u1Z20amOOcM2AQ2gFX/0zOJA1797xl4MjM9a5VgoFbROfcB2Aa2gFb9yNAj8NfM3ppQ1Br0Ee96562RNCg8mNmfuveVAHzUB4Cin4eIhV9VbMwAcM6tAZ/n6DwEIBC/zUy1MpV/ACwg8pS9GSamAHzOv0SRnwJnwA/gumMeqmwIxM9wS2IAe0nBfQfOvfNvHUDI+RWg/wvgMgpiWpgTAJ76r0mUsQExUAIi5+xARRkA7AMfK2jOMZQeyz0zYcGccyvAUUOOcw3KRInuGBgIgCIXA02SYzhHJ/VxJwB19JdQ28W57A8FQFdPzSVHqhzpXKj20mIdCcBxYZNJQYTclzrXubEAnOSE3nBF9aqL84nJpQDQewp6L8JPftppK4Wmq/Zf17D3D5E+xWpEdeNZSXQlumL8JjSjtBWHdJQaLOkHQzO7X4527GeC/gYSD0C1cNjbSBZNRvMcx9OrXT+UBs0Fj+W3ZjaKUS3fYhIxoZrYmcdq5nfEymW1ddn0E7OAaDnNFTkbAho8uy2nqadoPV8HtL5pikrXc+X3pWQ9fwde5g3GymM83QAAAABJRU5ErkJggg==) no-repeat center / cover;
}
.wrap-body[data-v-58cecd5e] {
  padding: 24px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
}
.wrap-body-item[data-v-58cecd5e]:not(:last-child) {
  margin-bottom: 16px;
}
.wrap-body h4[data-v-58cecd5e] {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  line-height: 22px;
  margin-bottom: 8px;
}

.box-none[data-v-3efc92ba] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 16px;
}
.box-none img[data-v-3efc92ba] {
  width: 106px;
}
.box-none span[data-v-3efc92ba] {
  margin: 10px 0 0 -18px;
}


[data-v-eb207ac4] .ivu-modal-header {
  padding: 0;
  background: none!important;
}
[data-v-eb207ac4] .ivu-modal-content {
  box-shadow: none;
}
[data-v-eb207ac4] .ivu-modal-close {
  top: 24px;
  right: 24px;
}
[data-v-eb207ac4] .ivu-modal-body {
  padding: 0!important;
  max-height: 500px;
  overflow-y: auto;
}
.integral-mal-modal-details .details-head[data-v-eb207ac4] {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 26px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  line-height: 24px;
  box-sizing: border-box;
  background: url(../../static/img/bg-dialog.755f3721.png) no-repeat center / cover;
}
.integral-mal-modal-details .details-head p[data-v-eb207ac4] {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  height: auto;
  line-height: 22px;
}
.integral-mal-modal-details .details-head p b[data-v-eb207ac4] {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  margin-right: 4px;
}
.integral-mal-modal-details .details-body[data-v-eb207ac4] {
  padding: 24px 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
}
.integral-mal-modal-details .details-body-head[data-v-eb207ac4] {
  margin: 0 24px 24px;
}
.integral-mal-modal-details .details-body-head-tabs[data-v-eb207ac4] {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  line-height: 24px;
  display: flex;
}
.integral-mal-modal-details .details-body-head-tabs .item[data-v-eb207ac4] {
  margin-right: 24px;
  cursor: pointer;
}
.integral-mal-modal-details .details-body-head-tabs .item.active[data-v-eb207ac4] {
  color: rgba(0, 0, 0, 0.9);
  position: relative;
}
.integral-mal-modal-details .details-body-head-tabs .item.active[data-v-eb207ac4]:after {
  content: '';
  position: absolute;
  width: 36px;
  height: 4px;
  background: #3F9DF4;
  border-radius: 22px;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.integral-mal-modal-details .details-body-content[data-v-eb207ac4] {
  height: 300px;
  overflow-y: auto;
  margin-left: 24px;
  position: relative;
}
.integral-mal-modal-details .details-body-content-panel[data-v-eb207ac4] {
  margin-bottom: 24px;
}
.integral-mal-modal-details .details-body-content-panel h4[data-v-eb207ac4] {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 12px;
}
.integral-mal-modal-details .details-body-content-panel[data-v-eb207ac4]:last-child {
  margin-bottom: 0;
}
.integral-mal-modal-details .details-body-content-panel .ivu-col[data-v-eb207ac4] {
  margin-bottom: 10px;
}
.integral-mal-modal-details .details-body-content-panel .ivu-col[data-v-eb207ac4]:last-child {
  margin-bottom: 0;
}
.integral-mal-modal-details .details-body-content .box-none[data-v-eb207ac4] {
  height: calc(100% - 40px);
}
.integral-mal-modal-details .details-close[data-v-eb207ac4] {
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAdpJREFUWEfNl4lOG0EMhj9TrnKVClqOd+IxqvJIIB6j74RQqhZoRTgCGfRHM9F0ssfMNtHGUhRp12P//u1Z20amOOcM2AQ2gFX/0zOJA1797xl4MjM9a5VgoFbROfcB2Aa2gFb9yNAj8NfM3ppQ1Br0Ee96562RNCg8mNmfuveVAHzUB4Cin4eIhV9VbMwAcM6tAZ/n6DwEIBC/zUy1MpV/ACwg8pS9GSamAHzOv0SRnwJnwA/gumMeqmwIxM9wS2IAe0nBfQfOvfNvHUDI+RWg/wvgMgpiWpgTAJ76r0mUsQExUAIi5+xARRkA7AMfK2jOMZQeyz0zYcGccyvAUUOOcw3KRInuGBgIgCIXA02SYzhHJ/VxJwB19JdQ28W57A8FQFdPzSVHqhzpXKj20mIdCcBxYZNJQYTclzrXubEAnOSE3nBF9aqL84nJpQDQewp6L8JPftppK4Wmq/Zf17D3D5E+xWpEdeNZSXQlumL8JjSjtBWHdJQaLOkHQzO7X4527GeC/gYSD0C1cNjbSBZNRvMcx9OrXT+UBs0Fj+W3ZjaKUS3fYhIxoZrYmcdq5nfEymW1ddn0E7OAaDnNFTkbAho8uy2nqadoPV8HtL5pikrXc+X3pWQ9fwde5g3GymM83QAAAABJRU5ErkJggg==) no-repeat center / cover;
}

.integral-mal-main-content[data-v-24e5abf0] {
  background: #fff;
  padding: 24px;
}
.integral-mal-main-content-head[data-v-24e5abf0] {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.integral-mal-main-content-head h2[data-v-24e5abf0] {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  margin-right: 12px;
}
.integral-mal-main-content-bar[data-v-24e5abf0] {
  width: 154px;
  height: 22px;
  line-height: 22px;
  background: #FEF2CD;
  border-radius: 25px;
  padding: 0 0 0 10px;
  display: flex;
  position: relative;
}
.integral-mal-main-content-bar:hover .code-hide[data-v-24e5abf0] {
  display: block;
}
.integral-mal-main-content-bar-wrap[data-v-24e5abf0] {
  margin-left: 17px;
  color: #F2901C;
  cursor: pointer;
}
.integral-mal-main-content-bar-wrap .code-hide[data-v-24e5abf0] {
  display: none;
  position: absolute;
  padding-top: 40px;
  top: 0;
  right: 0;
}
.integral-mal-main-content-bar-wrap .code-hide img[data-v-24e5abf0] {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
.integral-mal-main-content-bar-wrap .code-hide .tip[data-v-24e5abf0] {
  position: relative;
  text-align: center;
  padding: 16px 16px 10px 16px;
  background: #FFFFFF;
  width: 200px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  box-shadow: 0 3px 16px -2px rgba(16, 68, 166, 0.12), 0px 6px 12px 0px rgba(0, 0, 0, 0.05), 0 4px 6px -3px rgba(0, 0, 0, 0.02);
}
.integral-mal-main-content-bar-wrap .code-hide .tip[data-v-24e5abf0]:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: -6px;
  right: 26px;
  transform: rotate(45deg);
  background: #fff;
}
.integral-mal-main-content-list[data-v-24e5abf0] {
  margin-top: 32px;
  font-size: 0;
  display: grid;
  grid-row-gap: 24px;
  grid-column-gap: 24px;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-between;
}
.integral-mal-main-content-list-item[data-v-24e5abf0] {
  font-size: 12px;
  color: #000000;
  line-height: 20px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  height: 266px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #F2F2F2;
}
.integral-mal-main-content-list-item .wrap-img[data-v-24e5abf0] {
  max-height: 156px;
  overflow: hidden;
  margin: 0 auto 10px;
}
.integral-mal-main-content-list-item .wrap-img img[data-v-24e5abf0] {
  display: block;
  width: 100%;
}
.integral-mal-main-content-list-item .wrap-num[data-v-24e5abf0] {
  margin: 0 16px 12px 16px;
}
.integral-mal-main-content-list-item .wrap-num b[data-v-24e5abf0] {
  font-size: 24px;
  font-weight: 500;
  color: #E81E19;
  line-height: 32px;
  margin-right: 4px;
}
.integral-mal-main-content-list-item p[data-v-24e5abf0] {
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  margin: 0 16px 10px;
}
.integral-mal-main-content .box-none[data-v-24e5abf0] {
  height: 66vh;
}
.integral-mal-main-content .gate-box[data-v-24e5abf0] {
  display: flex;
  align-items: center;
  color: #919498;
  font-size: 14px;
}
.integral-mal-main-content .gate-box-item[data-v-24e5abf0] {
  display: flex;
  height: 32px;
  align-items: center;
  padding: 0 18px;
  margin-right: 2px;
  cursor: pointer;
}
.integral-mal-main-content .gate-box-item.active[data-v-24e5abf0] {
  color: #7DC9FF;
  background: rgba(58, 127, 255, 0.06);
}

.main[data-v-f000b622] {
  background: #fff;
  margin: 24px;
  position: relative;
}
.main .list .item[data-v-f000b622] {
  display: inline-flex;
  width: 280px;
  height: 160px;
  border: 1px solid #ccc;
  vertical-align: top;
  margin: 20px;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
}
.main .list .item-add[data-v-f000b622] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 160px;
  border: 1px solid #ccc;
  margin: 20px;
}

.main[data-v-4e55b8ad] {
  margin: 24px;
  padding: 24px;
  background: #fff;
  position: relative;
}

.payment-succeeded[data-v-4fcc4a63] {
  background: #fff;
  padding-top: 1px;
  margin: 24px;
  text-align: center;
  min-height: calc(100vh - 110px);
}
.payment-succeeded .handle-box[data-v-4fcc4a63] {
  text-align: center;
  padding-bottom: 30px;
  margin-top: 30px;
}
.payment-succeeded .ivu-btn-primary[data-v-4fcc4a63] {
  min-width: 116px;
  height: 32px;
  border-radius: 2px 2px 2px 2px;
}
.payment-succeeded .ivu-btn-ghost[data-v-4fcc4a63] {
  margin-right: 24px;
  min-width: 116px;
  height: 32px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #d9d9d9;
  color: #303132;
}
.payment-succeeded img[data-v-4fcc4a63] {
  display: block;
  width: 170px;
  margin: 70px auto 13px;
}
.payment-succeeded h2[data-v-4fcc4a63] {
  font-size: 24px;
  font-weight: bold;
}
.payment-succeeded > p[data-v-4fcc4a63] {
  color: #919498;
  font-size: 14px;
}
.work-order-list[data-v-4fcc4a63] {
  width: 518px;
  margin: 30px auto;
  text-align: left;
  max-height: 290px;
  min-height: 200px;
  overflow-y: auto;
}
.work-order-list li[data-v-4fcc4a63] {
  padding: 0px 24px;
  font-size: 12px;
  color: #919498;
  display: flex;
  background: #fafafa;
  height: 82px;
  margin-bottom: 16px;
  justify-content: space-between;
  align-items: center;
}
.work-order-list li p[data-v-4fcc4a63] {
  font-size: 14px;
  color: #303132;
}
.work-order-list li span[data-v-4fcc4a63] {
  font-size: 14px;
  color: #3a7fff;
  cursor: pointer;
}
.work-order-list li[data-v-4fcc4a63]:hover {
  background: #f7faff;
}

.submitted-succeeded[data-v-41246142] {
  background: #fff;
  padding-top: 1px;
  margin: 24px;
  min-height: calc(100vh - 110px);
}
.submitted-succeeded .handle-box[data-v-41246142] {
  text-align: center;
  padding-bottom: 30px;
}
.submitted-succeeded .ivu-btn-primary[data-v-41246142] {
  min-width: 116px;
  height: 32px;
  border-radius: 2px 2px 2px 2px;
}
.submitted-succeeded .ivu-btn-ghost[data-v-41246142] {
  margin-right: 24px;
  min-width: 116px;
  height: 32px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #d9d9d9;
  color: #303132;
}
.submitted-succeeded > img[data-v-41246142] {
  display: block;
  width: 170px;
  margin: 70px auto 13px;
}
.submitted-succeeded h2[data-v-41246142] {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.submitted-succeeded > p[data-v-41246142] {
  color: #919498;
  font-size: 14px;
  text-align: center;
}
.submitted-succeeded-steps[data-v-41246142] {
  margin: 32px auto;
  width: 846px;
  padding: 32px;
  background: #fafafa;
}
.submitted-succeeded-steps[data-v-41246142] .ant-steps-item-finish .ant-steps-item-icon {
  border-color: #2d8cf0;
  background-color: #2d8cf0;
}
.submitted-succeeded-steps[data-v-41246142] .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #fff;
}
.submitted-succeeded-tips[data-v-41246142] {
  text-align: center;
}
.submitted-succeeded-tips span[data-v-41246142] {
  color: #fbb52c;
}
.submitted-succeeded-tips2[data-v-41246142] {
  margin: 32px 0 0;
  font-size: 14px;
}
.submitted-info[data-v-41246142] {
  margin-top: 32px;
  background: #fff;
}
.submitted-info li[data-v-41246142] {
  border: 1px solid #f0f0f0;
  display: flex;
  margin-bottom: -1px;
  font-size: 14px;
}
.submitted-info li span[data-v-41246142] {
  background: #fafafa;
  min-width: 227px;
  padding: 16px;
  border-right: 1px solid #f0f0f0;
}
.submitted-info li p[data-v-41246142] {
  padding: 16px;
  margin-bottom: 0;
}
.trademarkInfo-logo[data-v-41246142] {
  width: 120px;
  padding: 16px 0 16px 16px;
}

.privacy-policy[data-v-7cbb0535] {
  max-width: 1200px;
  margin: 20px auto;
  font-size: 14px;
  line-height: 20px;
}
.privacy-policy .header[data-v-7cbb0535] {
  font-size: 16px;
  margin-bottom: 20px;
}

.operate[data-v-2f22b587] {
  display: flex;
  gap: 16px;
  color: #3a7fff;
}
.operate .btn[data-v-2f22b587] {
  cursor: pointer;
}
.operate .reject-btn[data-v-2f22b587] {
  color: #ed3e3e;
}
.sub-tabs[data-v-2f22b587] {
  display: flex;
  gap: 30px;
  padding-bottom: 10px;
}
.sub-tabs .sub-tab[data-v-2f22b587] {
  padding: 6px;
  border-radius: 4px;
  cursor: pointer;
}
.sub-tabs .sub-tab.active[data-v-2f22b587] {
  background-color: #eaf0fc;
  color: #0041dc;
}
.sub-tabs .sub-tab[data-v-2f22b587]:hover {
  color: #0041dc;
}

.modalCount[data-v-62e27d78] {
  height: auto !important;
}
.modalCount .btBox[data-v-62e27d78] {
  text-align: right;
  margin-right: 35px;
}
[data-v-62e27d78] .ivu-modal-content {
  border-radius: 5px;
}

.comp-info[data-v-580027da] {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  line-height: 22px;
  box-shadow: 0px 3px 16px -2px rgba(16, 68, 166, 0.12), 0px 6px 12px 0px rgba(0, 0, 0, 0.05), 0px 4px 6px -3px rgba(0, 0, 0, 0.02);
  position: relative;
  cursor: initial;
}
.comp-info[data-v-580027da]:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fff;
  top: 0;
  right: 50px;
  transform: rotate(45deg) translate(0, -50%);
}
.comp-info-wrap[data-v-580027da] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
}
.comp-info-left[data-v-580027da] {
  display: flex;
  justify-content: space-between;
}
.comp-info-left .info-img[data-v-580027da] {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}
.comp-info-left .info-img img[data-v-580027da] {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.comp-info-left .info-detail[data-v-580027da] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.comp-info-left .info-detail-top[data-v-580027da] {
  display: flex;
  align-items: center;
}
.comp-info-left .info-detail-top h4[data-v-580027da] {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 28px;
  margin-right: 4px;
}
.comp-info-left .info-detail-bottom[data-v-580027da] {
  display: flex;
  align-items: center;
}
.comp-info-left .info-detail-bottom i[data-v-580027da] {
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAABA1JREFUSEuNVktslFUU/s5YOrXSYeqkD6HEVjFtY2tKoBsbk0E2JCZioiYYF4S4cQW4s910ZlPc2bh0Q2NM2JhINWGnjIklJlgwVISmSgdKR+2DeUI60zKfOffe/+/MMIA3+TP/457vO+c7jzuCJyymT4eB5lMgowC6Ael22zMAf4PIeaA8La2fJR8HI/U+MP1pNyhnAVFg4P6avYp5gACaWoBgC7BrjzUnphAox+sRPULA9NgpEDFsFcP45xqRuibY2lDYiiUCkErEtn6Rtl6gKZQBGZfImcmqnZUPTI+NG/DsMvjnj5BiHiQh4n4Ut2KZbxAb0b43bUSCmLROxL1tvoXzfJIrNwEFdzvU9W1YywbFtWIpPu0ziX2HBe19evuJF4mxtZoHriK7HMb1aWfpyesRkOXBdwUbWQQWftCXDtgy6TJgrx7VSDKQ8n7NiSVYG53CZuE4f5+GlHJmv/PVs2S5c0DQ/5YFunoOkrlj1VMiiFi5tABCwGvvAw2NCXn+zCFx3i9y6TJw91eDrDKo7J6hIXz9Y6BplyXM3IFcOWfJTF6ckbkjZO8woJc8aBWuj56GyOe88jWkmHNO2RjY0CRoCIKdg0DPSHUd3bgAFFaBwr9OSyeUOtfQSAx/pLHFhfdGLyKbivKP77YBng2RQx+I73EVdJ2HwgoCNy+Q+RWjkolq8D3guUhCeG8sjdX5MP66aMIzvncdAF45/DTY6ojmvgXWFrbfvXwI0t6XVAL6+lt6IylVku5qWR7HKLdniFszvvemfrsOAl0HYQk0uXcv05REmWJINJ4XR6RW+1oSSc4AyUuuKGz1mRLuGhYlUYJFrs53q0S1yyj2xkloouuujSzkly+trNXlgYB2dltvxib5/nqUc9/YjZWduyNIjpysOxB9wp+/ALaKrmRd8wko/W8LQi8khOtjMQjGOXuW3Cz608YQhfeSQ8eeSCCzX4F5W6qm6SiC4E7I/g/tyGA6FgZLaZOH5VmjpR04ADoHwN4j1tnMEqB6a7/2HfGbTq6fp1ZPZVdjzwGbZCn32FGhMj3ctDLpzDfugHimESbRawuQ7JIdIXY6kB0Dgp3twO1LkMpx3tgioj2wIzglrRMnqoddLhXmje8r8mAbw4/I8toR4uVKX7jK01ur/e7qYWdAvJGxOg/cSlgkN7+888BLrIvBl9M2AIieqD18ase1Z+glHLkUuJggN/LbCXYN6GXTBOKtYAsCL0WB0G4NNy6RiZjvzCO1byMZx8NSmH/PgWvzkFLewTnfvTGt/dExKNIxoL3y9CPTj0QPoLLEIHLcyJdLAaXCdgHogd8cgTRHnAkTEJ74X4d+ZUTmrEDgKMh3ABkCELbfqX9TkqD8hMCDSWmdzNQq4T3/B08FBpgDwBvmAAAAAElFTkSuQmCC) no-repeat center / cover;
}
.comp-info-left .info-detail-level[data-v-580027da] {
  width: 48px;
  height: 24px;
}
.comp-info-right[data-v-580027da] {
  cursor: pointer;
  margin-top: 4px;
}
.bg-1[data-v-580027da] {
  background: url(../../static/img/x-level-1.c3355ec4.svg) no-repeat center / 48px 24px;
}
.bg-2[data-v-580027da] {
  background: url(../../static/img/x-level-2.dd1269b0.svg) no-repeat center / 48px 24px;
}
.bg-3[data-v-580027da] {
  background: url(../../static/img/x-level-3.d1142f33.svg) no-repeat center / 48px 24px;
}
.bg-4[data-v-580027da] {
  background: url(../../static/img/x-level-4.25fbe406.svg) no-repeat center / 48px 24px;
}
.bg-5[data-v-580027da] {
  background: url(../../static/img/x-level-5.ee67834f.svg) no-repeat center / 48px 24px;
}

.av[data-v-22082aed] {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-top: 10px!important;
}
.av .avaImg[data-v-22082aed] {
  border-radius: 100%;
}

.pop[data-v-72c9c1f7] {
  width: 310px;
  height: 90px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
}
.pop .top[data-v-72c9c1f7] {
  height: 90px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATYAAABaCAYAAAAy/Xo8AAAAAXNSR0IArs4c6QAAArRJREFUeF7t1FENACAMQ0HmXyofSIAEGS83B70unX3uXY4AAQIhgTFsoTZFIUDgCxg2j0CAQE7AsOUqFYgAAcPmBwgQyAkYtlylAhEgYNj8AAECOQHDlqtUIAIEDJsfIEAgJ2DYcpUKRICAYfMDBAjkBAxbrlKBCBAwbH6AAIGcgGHLVSoQAQKGzQ8QIJATMGy5SgUiQMCw+QECBHIChi1XqUAECBg2P0CAQE7AsOUqFYgAAcPmBwgQyAkYtlylAhEgYNj8AAECOQHDlqtUIAIEDJsfIEAgJ2DYcpUKRICAYfMDBAjkBAxbrlKBCBAwbH6AAIGcgGHLVSoQAQKGzQ8QIJATMGy5SgUiQMCw+QECBHIChi1XqUAECBg2P0CAQE7AsOUqFYgAAcPmBwgQyAkYtlylAhEgYNj8AAECOQHDlqtUIAIEDJsfIEAgJ2DYcpUKRICAYfMDBAjkBAxbrlKBCBAwbH6AAIGcgGHLVSoQAQKGzQ8QIJATMGy5SgUiQMCw+QECBHIChi1XqUAECBg2P0CAQE7AsOUqFYgAAcPmBwgQyAkYtlylAhEgYNj8AAECOQHDlqtUIAIEDJsfIEAgJ2DYcpUKRICAYfMDBAjkBAxbrlKBCBAwbH6AAIGcgGHLVSoQAQKGzQ8QIJATMGy5SgUiQMCw+QECBHIChi1XqUAECBg2P0CAQE7AsOUqFYgAAcPmBwgQyAkYtlylAhEgYNj8AAECOQHDlqtUIAIEDJsfIEAgJ2DYcpUKRICAYfMDBAjkBAxbrlKBCBAwbH6AAIGcgGHLVSoQAQKGzQ8QIJATMGy5SgUiQMCw+QECBHIChi1XqUAECBg2P0CAQE7AsOUqFYgAAcPmBwgQyAkYtlylAhEgYNj8AAECOQHDlqtUIAIEDJsfIEAgJ2DYcpUKRIDAAyt5WlqRASk7AAAAAElFTkSuQmCC) no-repeat;
  padding: 16px;
  position: relative;
}
.pop .top .av[data-v-72c9c1f7] {
  float: left;
}
.pop .top .nickname[data-v-72c9c1f7] {
  float: left;
  margin-left: 16px;
  height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #303132;
  line-height: 22px;
}
.pop .top .nickname p[data-v-72c9c1f7] {
  height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #606266;
  line-height: 20px;
  position: relative;
  top: 20px;
}
.pop .top .nickname .level[data-v-72c9c1f7] {
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #919498;
  line-height: 20px;
  margin-top: 2px;
}
.pop .top .nickname .info-detail-level[data-v-72c9c1f7] {
  width: 48px;
  height: 24px;
  display: block;
  float: left;
  margin-right: 5px;
}
.pop .top .nickname .out[data-v-72c9c1f7] {
  position: absolute;
  top: 14px;
  right: 27px;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #919498;
  cursor: pointer;
}
.pop .down[data-v-72c9c1f7] {
  text-align: center;
  margin-top: 3px;
}
.pop .down span[data-v-72c9c1f7] {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #606266;
}
.pop .down .item[data-v-72c9c1f7] {
  width: 36px;
  height: 36px;
  background: #e8edff;
  box-shadow: 0px 2px 5px 0px rgba(83, 97, 255, 0.05);
  border-radius: 8px 8px 8px 8px;
  margin: 0 auto;
  margin-bottom: 3px;
  margin-top: 13px;
  cursor: pointer;
}
.pop .down .item img[data-v-72c9c1f7] {
  margin-top: 5px;
}
.bg-1[data-v-72c9c1f7] {
  background: url(../../static/img/x-level-1.c3355ec4.svg) no-repeat center / 48px 24px;
}
.bg-2[data-v-72c9c1f7] {
  background: url(../../static/img/x-level-2.dd1269b0.svg) no-repeat center / 48px 24px;
}
.bg-3[data-v-72c9c1f7] {
  background: url(../../static/img/x-level-3.d1142f33.svg) no-repeat center / 48px 24px;
}
.bg-4[data-v-72c9c1f7] {
  background: url(../../static/img/x-level-4.25fbe406.svg) no-repeat center / 48px 24px;
}
.bg-5[data-v-72c9c1f7] {
  background: url(../../static/img/x-level-5.ee67834f.svg) no-repeat center / 48px 24px;
}

.layout[data-v-1d00a081] {
  position: relative;
  border-radius: 4px;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0px;
  height: 54px;
  z-index: 999;
}
.layout .loginHead[data-v-1d00a081] {
  height: 54px;
  width: 100%;
}
.layout .loginHead .loginImg[data-v-1d00a081] {
  height: 54px;
  margin: 0px 10px;
}
.layout .notLoggedIn[data-v-1d00a081] {
  background: #333644;
}
.layout .notLoggedIn .loginImg[data-v-1d00a081] {
  display: flex;
  align-items: center;
}
.layout .notLoggedIn .loginImg .ivu-menu[data-v-1d00a081] {
  background: #333644;
}
.layout .notLoggedIn .loginImg .layout-logo[data-v-1d00a081] {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.layout .notLoggedIn .loginImg .layout-logo img[data-v-1d00a081] {
  width: 111px;
}
.layout .notLoggedIn .loginImg .ivu-badge[data-v-1d00a081] {
  color: #666666;
  font-size: 16px;
  float: left;
  margin-top: 0px;
  text-align: center;
  position: relative;
  min-width: 90px;
  cursor: pointer;
}
.layout .notLoggedIn .loginImg .ivu-badge .bottom-line[data-v-1d00a081] {
  display: none;
  position: absolute;
  bottom: 3px;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #16ade9, #5d62d9);
  left: 50%;
  margin-left: -30px;
}
.layout .notLoggedIn .loginImg .ivu-badge span:hover + .bottom-line[data-v-1d00a081] {
  display: block;
}
.layout .notLoggedIn .loginImg .ivu-badge[data-v-1d00a081]:nth-child(5) {
  margin-right: -20px;
}
.layout .haveLoggedIn[data-v-1d00a081] {
  background-color: #fff;
}
.layout .haveLoggedIn .loginImg[data-v-1d00a081] {
  display: flex;
  max-width: initial;
  padding: 0 10px 0 13px;
}
.layout .haveLoggedIn .loginImg .ivu-menu[data-v-1d00a081] {
  display: flex;
  justify-content: flex-start;
  height: 54px;
  line-height: 54px;
}
.layout .haveLoggedIn .loginImg .layout-nav[data-v-1d00a081] {
  display: flex;
}
.layout .haveLoggedIn .loginImg .layout-nav .huibiao[data-v-1d00a081] {
  display: inline-block;
  background-color: #ff5050;
  color: #fff;
  font-size: 10px;
  text-align: center;
  border-radius: 10px;
  padding: 0 5px;
  line-height: 16px;
  position: absolute;
  top: 0;
  left: 22px;
}
.layout .haveLoggedIn .loginImg .layout-nav .car[data-v-1d00a081],
.layout .haveLoggedIn .loginImg .layout-nav .message[data-v-1d00a081] {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  background-color: #f0f2ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-left: 25px;
  justify-content: center;
  position: relative;
}
.layout .haveLoggedIn .loginImg .layout-nav .car img[data-v-1d00a081],
.layout .haveLoggedIn .loginImg .layout-nav .message img[data-v-1d00a081] {
  height: 17px;
}
.layout .haveLoggedIn .loginImg .layout-nav .guide[data-v-1d00a081] {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 65px;
  padding-right: 35px;
}
.layout .haveLoggedIn .loginImg .layout-nav .guide[data-v-1d00a081]:hover {
  color: #2d8cf0;
  border-color: #2d8cf0;
}
.layout .haveLoggedIn .loginImg .layout-logo[data-v-1d00a081] {
  height: 100%;
}
.layout .haveLoggedIn .loginImg .layout-logo img[data-v-1d00a081] {
  width: 123px;
  margin-top: 11px;
}
.layout .haveLoggedIn .loginImg .ivu-menu[data-v-1d00a081] {
  flex: 1;
  justify-content: flex-end;
}
.layout .whiteBg[data-v-1d00a081] {
  background: #ffffff;
  box-shadow: 0px 0px 27px 2px rgba(0, 0, 0, 0.06);
}
.layout .whiteBg .loginImg .ivu-menu[data-v-1d00a081] {
  background: #ffffff;
  justify-content: flex-start;
}
.layout .whiteBg .loginImg .ivu-badge[data-v-1d00a081] {
  color: #666666;
  font-size: 16px;
  padding: 0 20px;
}
.layoutLogin[data-v-1d00a081] {
  display: none;
}
.layout-bread[data-v-1d00a081] {
  width: 30%;
  float: left;
  margin-left: 54px;
}
[data-v-1d00a081] .ivu-layout,[data-v-1d00a081] .ivu-menu-light {
  background: none;
}
[data-v-1d00a081] .ivu-layout-header {
  width: 100%;
  height: 60px;
  padding: 0px;
  background: none;
}
.layout-nav .contact[data-v-1d00a081],
.layout-nav .ivu-badge[data-v-1d00a081] {
  float: right;
  position: relative;
  margin-left: 29px;
}
.layout-nav .contact img[data-v-1d00a081],
.layout-nav .ivu-badge img[data-v-1d00a081] {
  position: absolute;
  top: 34%;
  width: 20px;
}
.layout-nav .contact .guideImg[data-v-1d00a081],
.layout-nav .ivu-badge .guideImg[data-v-1d00a081] {
  left: -21px;
  width: 18px;
  height: 18px;
  margin-top: 3px;
}
.layout-nav .contact .cImg[data-v-1d00a081],
.layout-nav .ivu-badge .cImg[data-v-1d00a081] {
  top: 35%;
  left: -15%;
  z-index: 999;
}
.layout-nav .contact span[data-v-1d00a081],
.layout-nav .ivu-badge span[data-v-1d00a081] {
  font-size: 16px;
}
.layout-nav .contact span[data-v-1d00a081]:hover,
.layout-nav .ivu-badge span[data-v-1d00a081]:hover {
  color: #019dfa;
}
.layout-nav .contact .ivu-tooltip .ivu-btn[data-v-1d00a081],
.layout-nav .ivu-badge .ivu-tooltip .ivu-btn[data-v-1d00a081] {
  border: none;
  color: #313233;
  font-size: 14px;
  padding-right: 0;
}
.loginBtn[data-v-1d00a081] {
  margin-left: 20px;
}
.loginBtn .loginBox[data-v-1d00a081] {
  display: inline-block;
}
.loginBtn .loginBox .log[data-v-1d00a081],
.loginBtn .loginBox .reg[data-v-1d00a081] {
  color: #666666;
  font-size: 14px;
  padding: 0 20px;
  cursor: pointer;
}
.loginBtn .loginBox .log[data-v-1d00a081] {
  color: #666666;
}
.loginBtn .loginBox .reg[data-v-1d00a081] {
  height: 30px;
  background: #16ade9;
  color: #fff;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
}
[data-v-1d00a081] .ivu-tooltip-inner {
  background-color: #ffff;
  color: #666666;
  height: 70px;
  width: 239px;
  font-size: 16px;
  line-height: 50px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAADSklEQVQ4T7WUT2hcVRTGv++cTDKZmbZqAiJUpAUt1U2poiXduBAXJUWMRJQ2mAxxikkGwYVSoTHdFDeimMwjmUpcVFwYQUOr4Eqkm9KNtShpRdQiRpioYCt18t5958hNp/7Zpxfe6j5+53zf+c4lNvlwk3m4NcB6vd6TZdm9IrIXwAMk7wKwDUA3gJ7OF4sbgBTAqru3AHwnImdJfjs7O7se1bJarW4pFouDJJ9z9xLJcyQvArhqZmme53kHVFDVAoACyS0k95nZHpLX3P3ddrt9ZnFx8RonJiaOiMgz7n46y7JPAfwBoF9V94rIbgD3uHuRpLr7z+7+dZZlZwH8rqpbVfUpko+5+3tJkpzk1NTU52b2maomIQQlOQTggIismtllVUWe5z3unpIsk3zI3aMVyyGE5TRNQ6lUqgF4NEmSAxG44u6vkrzg7qMk95jZKRFxdz8EYCvJX9w9wm43sy9F5Dd3HwCwYmYn3f1+VX290Wjs4uTk5AKAO0n+FT3M8/xNANdF5Gj0MsuyD1V1Iw0k7yN5GMD5PM/PicihWASAANBGo3GQ4+PjOwqFwqCIRNgn7r6uqq8B+BXAG+6+U1WfMLOreZ5/pKoxDc8DaKRp+k1XV9eTJNMQwhcLCwtfbVSu1Wql6F9vb2/0ZhrA3WZ2FEBFVU+Y2YqIRLmSpul0d3f34yQHQwjHVfVSCMGazeb1DRU3N2V0dLRYKpXGReTpEMK0mZ0vFApjAAZCCDNdXV13kHzbzKZU9ccQQvS938yOzc/PXwHg/wXG+OwnedzdT62trb1fLpelUqk86+4HQwhvich2VX3RzI4kSXKhWq3uKhaLx0heyrJsttlsxrjd6HBkZKRcqVSqJB9ut9uvLC4ursa7sbGx7eVy+WV3f7Cj5AN3fydJkj9nZmak1WoNicg4gBfm5uZ++AcY5Xa6GTKzmTzPLzabzSxC6/V6f5ZlO0i2SX4fYZ1i/b29vYdJDrj7S0mS/PQ/ybVabWehUDgRf3b3M+5+JWYxrp6I0MzczKg3zjZ330fyEXdfaLVaHy8tLcUd/3cow8PD2tfXt1tV4yD2A7itcx/Njo9CtOfmENdJxlAvAzjd6XrDlVvzfG3mI7vpHf4NXj2fJG1Or5QAAAAASUVORK5CYII=) no-repeat;
  background-position: 18px center;
  background-color: #fff;
  padding-left: 45px;
  padding-top: 10px;
}
[data-v-1d00a081] .ivu-tooltip-popper[x-placement^='bottom'] .ivu-tooltip-arrow {
  border-bottom-color: #ffff;
}
.contact_phone[data-v-1d00a081] {
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
}
.line[data-v-1d00a081] {
  border: 1px solid #ededed;
  margin-left: 16px;
}
[data-v-1d00a081] .ivu-menu-submenu {
  padding-right: 0 !important;
  padding-left: 10px !important;
}
.ivu-menu-horizontal.ivu-menu-light[data-v-1d00a081]:after {
  width: 0;
}
.ivu-modal-footer .footerBt1[data-v-1d00a081] {
  width: 90px;
  margin-top: 20px;
}
.ivu-modal-body .title[data-v-1d00a081] {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.photoAva[data-v-1d00a081] {
  float: right;
  margin-left: 28px;
  cursor: pointer;
}
.photoAva .avaImg[data-v-1d00a081] {
  height: 32px;
  width: 32px;
  border-radius: 100%;
  margin-top: 15px;
  float: right;
}
.photoAva .nickname[data-v-1d00a081] {
  float: right;
  margin-left: 10px;
}
.photoAva .nickname[data-v-1d00a081] .ivu-select-dropdown {
  padding-top: 10px !important;
  box-sizing: content-box;
  width: 350px !important;
  height: 98px !important;
  max-height: initial !important;
  background: none !important;
  box-shadow: none !important;
}
.login-right-box .transBtn[data-v-1d00a081] {
  margin-right: 18px;
  border: 1px solid #16ade9;
  color: #16ade9;
}
.login-right-box .workBtn[data-v-1d00a081] {
  background-color: #16ade9;
  color: #fff;
  border: 1px solid #16ade9;
}
.nickname .ivu-menu-submenu[data-v-1d00a081]:hover {
  border-bottom: none !important;
  color: #666666 !important;
}
.nickname .ivu-menu-child-item-active[data-v-1d00a081] {
  border-bottom: none !important;
  color: #666666 !important;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-drop-list .ivu-menu-item[data-v-1d00a081]:hover {
  background-color: #fff;
}
.notice p[data-v-1d00a081] {
  margin: 10px 0;
  font-size: 16px;
}
.notice-title[data-v-1d00a081] {
  float: left;
  color: #d9001b;
  width: 400px;
  display: flex;
  align-items: center;
}
.notice-title-block[data-v-1d00a081] {
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.navimg[data-v-1d00a081] {
  margin: 0 10px 2px 0 !important;
  vertical-align: middle;
}
.pagePosition-index-message[data-v-1d00a081] {
  text-align: right;
}
.pagePosition-index-message h2[data-v-1d00a081] {
  text-align: left;
}
.pagePosition-index-message .content[data-v-1d00a081] {
  text-align: center;
}

.usercard .ant-popover-inner-content {
  padding: 0px;
}
.usercard .ant-popover-arrow {
  display: none;
}

.layout-sider-children[data-v-c823e90a] {
  display: flex;
  flex-direction: column;
  width: 64px;
  align-items: center;
  height: 100%;
}
.layout-sider-children .layout-sider-children-item[data-v-c823e90a] {
  height: 64px;
  width: 100%;
  text-align: center;
  line-height: 64px;
  cursor: pointer;
}
.layout-sider-children .layout-sider-children-item[data-v-c823e90a] .ivu-tooltip-rel a {
  width: 64px;
  height: 64px;
  display: block;
}
.layout-sider-children .layout-sider-children-item[data-v-c823e90a] .ivu-tooltip-popper {
  left: 66px !important;
}
.layout-sider-children .layout-sider-children-item[data-v-c823e90a] .ivu-tooltip-popper a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 8px 12px;
}
.layout-sider-children .layout-sider-children-item[data-v-c823e90a] .ivu-tooltip-popper .ivu-tooltip-arrow {
  border-right-color: rgba(0, 0, 0, 0.75);
}
.layout-sider-children .layout-sider-children-item[data-v-c823e90a] .ivu-tooltip-popper .ivu-tooltip-inner {
  background: rgba(0, 0, 0, 0.75);
}
.layout-sider-children .layout-sider-children-item[data-v-c823e90a] .ivu-select-dropdown {
  width: 165px !important;
  left: 65px !important;
  background: rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
}
.layout-sider-children .layout-sider-children-item[data-v-c823e90a] .ivu-select-dropdown .ivu-dropdown {
  width: 64px;
}
.layout-sider-children .layout-sider-children-item[data-v-c823e90a] .ivu-select-dropdown .ivu-dropdown-item {
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  text-align: left;
  padding: 0px;
}
.layout-sider-children .layout-sider-children-item[data-v-c823e90a] .ivu-select-dropdown .ivu-dropdown-item:hover {
  background: #1890ff;
}
.layout-sider-children .layout-sider-children-item[data-v-c823e90a] .ivu-select-dropdown .ivu-dropdown-item-selected,
.layout-sider-children .layout-sider-children-item[data-v-c823e90a] .ivu-select-dropdown .ivu-dropdown-item-selected:hover {
  background: #1890ff;
}
.layout-sider-children .layout-sider-children-item[data-v-c823e90a] .ivu-select-dropdown a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 7px 16px;
}
.layout-sider-children .active[data-v-c823e90a] {
  background: #1890ff;
}
.imgbox[data-v-c823e90a] {
  width: 40px;
  height: 40px;
  background: #e6f7ff;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  line-height: 40px;
  margin: 0 auto;
}
.imgbox img[data-v-c823e90a] {
  vertical-align: middle;
}
.tiaos[data-v-c823e90a] {
  width: 48px;
  height: 1px;
  background: #e6e6e6;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}

.onboarding[data-v-dff244d0] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.onboarding button[data-v-dff244d0] {
  outline: none;
  border: none;
  cursor: pointer;
}
.onboarding button[data-v-dff244d0]:hover {
  opacity: 0.8;
}
.onboarding.show[data-v-dff244d0] {
  display: block;
}
.onboarding .start-modal[data-v-dff244d0] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 760px;
  height: 460px;
  background: url('https://static.xyb2b.com/images/e19a81e83797921c870a18c4fbf2f7b9.png') 100% 100% / contain no-repeat;
}
.onboarding .start-modal .btn[data-v-dff244d0] {
  width: 124px;
  height: 36px;
  background: #0041dc;
  border-radius: 2px;
  color: white;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.onboarding .indicator[data-v-dff244d0] {
  border: 1px solid #5285ff;
  border-radius: 4px;
}
.onboarding .indicator1[data-v-dff244d0] {
  position: absolute;
  left: 10px;
  top: 70px;
  width: 175px;
  height: 105px;
}
.onboarding .indicator2[data-v-dff244d0] {
  position: absolute;
  left: 10px;
  top: 173px;
  width: 175px;
  height: 45px;
}
.onboarding .indicator3[data-v-dff244d0] {
  position: absolute;
  left: 10px;
  top: 218px;
  width: 175px;
  height: 300px;
}
.onboarding .indicator4[data-v-dff244d0] {
  position: absolute;
  left: 10px;
  top: 520px;
  width: 175px;
  height: 45px;
}
.onboarding .pop[data-v-dff244d0] {
  background-color: rgba(0, 65, 220);
  border-radius: 4px;
  position: absolute;
  box-sizing: border-box;
  padding: 16px;
  color: white;
  display: none;
}
.onboarding .pop[data-v-dff244d0]::after {
  content: '';
  position: absolute;
  top: 14px;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid rgba(0, 65, 220);
}
.onboarding .pop .header[data-v-dff244d0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.onboarding .pop .btn-close[data-v-dff244d0] {
  background: none;
  font-size: 20px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.onboarding .pop .progress[data-v-dff244d0] {
  font-size: 12px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.onboarding .pop .content[data-v-dff244d0] {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
}
.onboarding .pop .btns[data-v-dff244d0] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  line-height: 24px;
}
.onboarding .pop .btns .skip[data-v-dff244d0] {
  background: none;
}
.onboarding .pop .btns .skip[data-v-dff244d0]:hover {
  text-decoration: underline;
}
.onboarding .pop .btns .next[data-v-dff244d0] {
  padding: 4px 12px;
  background: white;
  color: rgba(0, 65, 220);
  border-radius: 4px;
}
.onboarding .pop1[data-v-dff244d0] {
  display: block;
  width: 410px;
  height: 150px;
  top: 87px;
  left: 200px;
}
.onboarding .pop2[data-v-dff244d0] {
  display: block;
  width: 373px;
  height: 150px;
  top: 191px;
  left: 200px;
}
.onboarding .pop3[data-v-dff244d0] {
  display: block;
  width: 520px;
  height: 222px;
  top: 250px;
  left: 200px;
}
.onboarding .pop4[data-v-dff244d0] {
  display: block;
  width: 320px;
  height: 132px;
  top: 535px;
  left: 200px;
}

.sidebar-container[data-v-b220efc4] {
  transition: width 0.28s;
  width: 196px;
  background-color: #2c3c58;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000 !important;
  display: inline-block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
}
.sidebar-container.isCollapsed[data-v-b220efc4] {
  width: 64px;
}
.sidebar-container .menu-icon[data-v-b220efc4] {
  vertical-align: middle;
  width: 16px;
  margin-top: 2px;
}
.sidebar-container .huibiao[data-v-b220efc4] {
  display: inline-block;
  background-color: #ff5050;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  line-height: 16px;
  padding: 0 5px;
  margin-left: 4px;
}
.sidebar-container .sidebar-inner[data-v-b220efc4] {
  height: calc(100vh - 0px);
}
.sidebar-container[data-v-b220efc4] .ivu-layout-sider {
  background: none;
}
.sidebar-container[data-v-b220efc4] .ivu-layout-sider.ivu-layout-sider-collapsed {
  margin: 0;
}
.sidebar-container[data-v-b220efc4] .ivu-layout-sider-children ::-webkit-scrollbar {
  display: none;
}
.sidebar-container[data-v-b220efc4] .ivu-layout-sider-children > ul.ivu-menu {
  height: calc(100vh - 125px);
  overflow-y: auto;
  background-color: #2c3c58;
}
.sidebar-container[data-v-b220efc4] .ivu-layout-sider-children .ivu-menu-item-group {
  color: #333333;
}
.sidebar-container[data-v-b220efc4] .ivu-layout-sider-children .ivu-menu-item-group .ivu-menu-item-selected span.workbench {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
}
.sidebar-container[data-v-b220efc4] .ivu-layout-sider-children .ivu-menu-item-group .ivu-menu-vertical .ivu-menu-item:hover,
.sidebar-container[data-v-b220efc4] .ivu-layout-sider-children .ivu-menu-item-group .ivu-menu-vertical .ivu-menu-submenu-title:hover {
  color: #fff !important;
}
.sidebar-container[data-v-b220efc4] .ivu-layout-sider-children .ivu-menu-item-selected:hover {
  color: #fff !important;
}
.sidebar-container .activeBox[data-v-b220efc4] {
  position: fixed;
  left: 34px;
  bottom: 20px;
  width: 225px;
  height: 200px;
  z-index: 1030;
}
.sidebar-container .activeBox .active[data-v-b220efc4] {
  width: 225px;
  height: 200px;
  cursor: pointer;
}
.sidebar-container .activeBox .close[data-v-b220efc4] {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 13px;
  cursor: pointer;
  z-index: 111;
}
[data-v-b220efc4] .activity-rule .ivu-modal .ivu-modal-header {
  background: #ffffff !important;
}
[data-v-b220efc4] .activity-rule .ivu-modal .ivu-modal-content .ivu-modal-body .rule-box {
  width: 600px;
  overflow: auto;
  background: #ffffff;
}
[data-v-b220efc4] .activity-rule .ivu-modal .ivu-modal-content .ivu-modal-body .rule-box img.follow {
  width: 100%;
}
[data-v-b220efc4] .activity-rule .ivu-modal .ivu-modal-content .ivu-modal-body .rule-box .closeIcon1 {
  position: fixed;
  left: 50%;
  margin-left: 375px;
  cursor: pointer;
}
[data-v-b220efc4] .activity-rule .ivu-modal .ivu-modal-content .ivu-modal-body .rule-box .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: red;
}
[data-v-b220efc4] .activity-rule .ivu-modal .ivu-modal-content .ivu-modal-body .rule-box .sub-title {
  font-size: 18px;
  color: #333;
  text-align: center;
  font-weight: 700;
}
[data-v-b220efc4] .activity-rule .ivu-modal .ivu-modal-content .ivu-modal-body .rule-box .rules {
  font-size: 18px;
  color: #666666;
  text-align: left;
  margin-bottom: 30px;
  line-height: 32px;
}
[data-v-b220efc4] .activity-rule .ivu-modal .ivu-modal-content .ivu-modal-body .rule-box .rules .blue {
  color: #16ade9;
}
[data-v-b220efc4] .activity-rule .ivu-modal .ivu-modal-content .ivu-modal-body .rule-box .rules .dark {
  color: #333333;
}
[data-v-b220efc4] .activity-rule .ivu-modal .ivu-modal-content .ivu-modal-body .rule-box .choice-country {
  text-align: center;
}
[data-v-b220efc4] .activity-rule .ivu-modal .ivu-modal-content .ivu-modal-body .rule-box .choice-country .title {
  margin: 28px 0 0px 0;
  color: #16ace8;
}
[data-v-b220efc4] .activity-rule .ivu-modal .ivu-modal-content .ivu-modal-body .rule-box .choice-country .sub-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 18px;
}
[data-v-b220efc4] .activity-rule .ivu-modal .ivu-modal-content .ivu-modal-body .rule-box .choice-country .country-list .fl {
  width: 48%;
  cursor: pointer;
}
[data-v-b220efc4] .activity-rule .ivu-modal .ivu-modal-content .ivu-modal-body .rule-box .choice-country .country-list .fl img {
  vertical-align: middle;
}
[data-v-b220efc4] .activity-rule .ivu-modal .ivu-modal-content .ivu-modal-body .rule-box .choice-country .country-list .fl .country {
  font-size: 18px;
  color: #333333;
}
[data-v-b220efc4] .activity-rule .ivu-modal .ivu-modal-content .ivu-modal-body .rule-box .choice-country .country-list .fl /deep/ .ivu-checkbox {
  display: none;
}
[data-v-b220efc4] .activity-rule .ivu-modal .ivu-modal-content .ivu-modal-body .rule-box .sure-btn {
  margin-top: 38px;
  text-align: center;
  margin-bottom: 30px;
}
[data-v-b220efc4] .activity-rule .ivu-modal .ivu-modal-content .ivu-modal-body .rule-box .sure-btn button {
  background-color: #16ade9;
  width: 154px;
}
.ivu-menu-vertical .ivu-menu-item[data-v-b220efc4]:hover,
.ivu-menu-vertical .ivu-menu-submenu-title[data-v-b220efc4]:hover {
  color: #fff !important;
}
.redNum[data-v-b220efc4] {
  color: #ed3e3e;
}
.ivu-menu-light.ivu-menu-vertical .ivu-menu-item-active[data-v-b220efc4]:not(.ivu-menu-submenu) {
  border: none;
  background: #0041DC;
  border-radius: 2px;
  height: 48px;
  font-size: 13px;
  font-weight: 400;
  color: #fff !important;
  line-height: 48px;
}
.ivu-menu-light.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu) .redNum[data-v-b220efc4] {
  color: #ffffff;
}
.ivu-menu-vertical.ivu-menu-light[data-v-b220efc4]:after {
  width: 0px;
}
.ivu-menu-light.ivu-menu-vertical .ivu-menu-item-active[data-v-b220efc4]:not(.ivu-menu-submenu):after {
  width: 0;
}
[data-v-b220efc4] .ivu-menu-item {
  width: 100%;
  line-height: 48px;
  height: 48px;
  font-size: 14px;
  padding: 14px 24px;
  display: flex;
  color: #666;
  align-items: center;
}
[data-v-b220efc4] .ivu-menu-item > svg {
  position: relative;
  top: -1px;
  left: -3px;
  margin-right: 4px;
}
[data-v-b220efc4] .ivu-menu-item span.workbench {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
}
[data-v-b220efc4] .ivu-menu-item img {
  margin-right: 16px;
  float: left;
  margin-top: -5px;
}
[data-v-b220efc4] .ivu-menu-item .ivu-badge {
  text-indent: 0px;
}
[data-v-b220efc4] .ivu-menu-submenu-title {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 14px 24px !important;
  margin-bottom: 4px;
}
[data-v-b220efc4] .ivu-menu-submenu-title img {
  margin-right: 16px;
  float: left;
}
[data-v-b220efc4] .ivu-menu-submenu-title svg {
  position: relative;
  top: 1px;
  left: -3px;
}
[data-v-b220efc4] .ivu-menu-vertical .ivu-menu-item-group-title {
  height: 0px;
}
[data-v-b220efc4] .ivu-menu-vertical .ivu-menu-submenu-title:hover {
  color: #fff !important;
}
[data-v-b220efc4] .ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 13px;
  color: #fff;
  width: 80%;
  margin: 0px auto;
}
[data-v-b220efc4] .ivu-menu-vertical .ivu-menu-submenu-title-icon {
  right: 20px;
  font-size: 18px;
  transform: translateY(-50%) rotate(-90deg);
}
[data-v-b220efc4] .ivu-menu-vertical .ivu-menu-opened {
  background-color: rgba(0, 0, 0, 0.26);
}
[data-v-b220efc4] .ivu-menu-vertical .ivu-menu-opened .ivu-menu-submenu-title-icon {
  transform: translateY(-50%) rotate(0deg);
}
[data-v-b220efc4] .menu-item span {
  display: inline-block;
  overflow: hidden;
  width: 69px;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  transition: width 0.2s ease 0.2s;
}
[data-v-b220efc4] .menu-item i {
  transform: translateX(0px);
  transition: font-size 0.2s ease, transform 0.2s ease;
  vertical-align: middle;
  font-size: 16px;
}
[data-v-b220efc4] .collapsed-menu span {
  width: 0px;
  transition: width 0.2s ease;
}
[data-v-b220efc4] .collapsed-menu i {
  transform: translateX(5px);
  transition: font-size 0.2s ease 0.2s, transform 0.2s ease 0.2s;
  vertical-align: middle;
  font-size: 22px;
}
.side_menu_collapsible_button[data-v-b220efc4] {
  width: 246px;
  height: 40px;
  position: fixed;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  color: #fff;
  z-index: 1000;
  transition: all 0.2s ease-in-out;
  display: flex;
}
.side_menu_collapsible_button img[data-v-b220efc4] {
  margin-left: 10px;
  padding: 10px;
}
.side_menu_collapsible_button[data-v-b220efc4] .ivu-tooltip-popper {
  left: 66px !important;
  top: 4px !important;
}
.side_menu_collapsible_button[data-v-b220efc4] .ivu-tooltip-popper .ivu-tooltip-arrow {
  border-right-color: rgba(0, 0, 0, 0.75);
}
.side_menu_collapsible_button[data-v-b220efc4] .ivu-tooltip-popper .ivu-tooltip-inner {
  background: rgba(0, 0, 0, 0.75);
}
.side_menu_collapsible_button_active[data-v-b220efc4] {
  width: 64px;
}
.layout-logo[data-v-b220efc4] {
  height: 33px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 24px;
}
.menu-sub-item > span[data-v-b220efc4] {
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding-left: 40px;
}
.menu-sub-item.ivu-menu-item-selected[data-v-b220efc4] {
  background-color: transparent !important;
}
.menu-sub-item.ivu-menu-item-selected > span[data-v-b220efc4] {
  background-color: #0041dc;
}
[data-v-b220efc4] .ivu-menu-child-item-active .ivu-menu-item,[data-v-b220efc4] .ivu-menu-child-item-active .ivu-menu-submenu-title {
  opacity: 1;
}
[data-v-b220efc4] .ivu-menu-item-selected {
  opacity: 1;
}

.cjt-customer[data-v-12372fee] {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 2;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 10px 5px;
  font-size: 12px;
  color: #999;
}
.cjt-customer svg[data-v-12372fee] {
  margin: 0 auto 5px;
  display: block;
}
.cjt-customer > div[data-v-12372fee]:hover {
  color: #1643d4;
}
.cjt-customer .divider[data-v-12372fee] {
  height: 1px;
  background: #e8e8e8;
  margin: 10px 0;
}
.cjt-customer .support-sobot-btn[data-v-12372fee] {
  cursor: pointer;
}
.cjt-customer .support-sobot-btn img[data-v-12372fee] {
  height: 86px;
  width: 86px;
}
.cjt-customer .support-sobot-btn .text[data-v-12372fee] {
  background: linear-gradient(#00a0ea, #1643d4);
  position: relative;
  margin-left: 2px;
  margin-top: -10px;
  width: 82px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
.cjt-customer .phone[data-v-12372fee] {
  position: relative;
}
.cjt-customer .phone .phone-icon[data-v-12372fee] {
  width: 32px;
  height: 32px;
}
.cjt-customer .phone:hover .phone-pop[data-v-12372fee] {
  display: block;
}
.cjt-customer .phone .phone-pop[data-v-12372fee] {
  position: absolute;
  right: 100%;
  top: -6px;
  display: none;
  padding-right: 24px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.cjt-customer .phone .phone-pop .phone-list[data-v-12372fee] {
  position: relative;
  white-space: nowrap;
  background: #fff;
  padding: 16px;
  font-size: 16px;
  color: #333;
}
.cjt-customer .phone .phone-pop .phone-list .arrow[data-v-12372fee] {
  position: absolute;
  left: 100%;
  top: 22px;
  border: 5px solid transparent;
  border-left: 6px solid #fff;
}
.cjt-customer .btn-close[data-v-12372fee] {
  background: none;
  outline: none;
  border: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: -10px;
  cursor: pointer;
  background: white;
  border-radius: 100%;
  overflow: hidden;
}
.cjt-customer .btn-close img[data-v-12372fee] {
  width: 100%;
  height: 100%;
}


[data-v-1e72b7b6] .ivu-breadcrumb > span:last-child {
  font-weight: 400;
}
.breadit[data-v-1e72b7b6] {
  background: #ffffff;
  padding: 16px 25px;
  font-weight: 400;
  color: #919498;
}

.back-top[data-v-32cbf51c] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #1890ff;
  position: fixed;
  right: 0px;
  bottom: 128px;
  width: 42px;
  height: 58px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 7px;
}
.back-top[data-v-32cbf51c] .ivu-tooltip-popper {
  top: 12px !important;
  left: -93px !important;
}
.back-top[data-v-32cbf51c] .ivu-tooltip-rel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.back-top span[data-v-32cbf51c] {
  font-size: 14px;
  color: #ffffff;
}
.back-top img[data-v-32cbf51c] {
  width: 20px;
  height: 20px;
  margin-bottom: 3px;
}
.app-wrapper[data-v-32cbf51c] {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.navbar-container[data-v-32cbf51c] {
  box-sizing: border-box;
}
.main-container[data-v-32cbf51c] {
  min-height: calc(100vh - 60px);
  transition: padding-left 0.28s;
  padding-left: 214px;
  position: relative;
  background: #F1F2F7;
  height: 100%;
  overflow: auto;
}
.main-container.isCollapsed[data-v-32cbf51c] {
  padding-left: 64px;
}
.main-container.hiddenSidebar[data-v-32cbf51c] {
  transition: none;
  padding-left: 0px;
}
.app-main[data-v-32cbf51c] {
  min-height: calc(100vh - 60px);
  width: 100%;
  position: relative;
  padding-top: 70px;
  height: 100%;
  padding-right: 15px;
}
[data-v-32cbf51c] .app-main.hideNavbar {
  padding-top: 0px;
  padding-right: 0px;
}
.bottom-adBox[data-v-32cbf51c] {
  min-width: 1200px;
}
.bottom-adBox img.bottomA[data-v-32cbf51c] {
  width: 100%;
  z-index: 99;
  position: fixed;
  bottom: -3px;
}
.bottom-adBox .close-box[data-v-32cbf51c] {
  z-index: 99;
  position: fixed;
  bottom: 20px;
  right: 12%;
}
.bottom-adBox .close-box .close-btn[data-v-32cbf51c] {
  cursor: pointer;
}
.ivu-layout-header[data-v-32cbf51c] {
  background-color: #fff;
}
.my-card[data-v-32cbf51c] {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
}

#app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  font-size: 12px;
  line-height: initial;
}
/* 分页组件公用样式 */

.ant-card {
  border-radius: 4px;
}
.ant-card-head {
  padding: 0 16px;
}
.ant-card-body {
  padding: 16px;
}
.ant-card-head {
  border-radius: 4px 4px 0 0;
}
.ant-table-thead > tr > th {
  font-weight: 700;
}

/*
 * css公用样式
 */
/*
 * 全局滚动条的样式
 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
  background: rgba(51, 51, 51, 0.08);
}
::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #c7c7c7;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background: rgba(51, 51, 51, 0.3);
}
::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(51, 51, 51, 0.4);
}
/*
 * 页面全屏
 */
.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  display: block;
  overflow: hidden;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
}
/**
 * 圆角样式
 */
.border-radius {
  border-radius: 4px !important;
}
.border-radius-round {
  border-radius: 100% !important;
}
.border-radius-ellipse {
  border-radius: 50px !important;
}
/* 字重 */
.text-bold-400 {
  font-weight: 400;
}
.text-bold-500 {
  font-weight: 500;
}
.text-bold-600 {
  font-weight: 600;
}
.text-bold {
  font-weight: bold;
}
/* 文字下划线 */
.text-underline {
  border-bottom: solid 1px #e0e0e0;
}
/* 文字超出省略号 */
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-overflow-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-overflow-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/* 字体大小 */
.font-9 {
  font-size: 12px;
  transform: scale(0.75);
}
.font-10 {
  font-size: 12px;
  transform: scale(0.83);
}
.font-11 {
  font-size: 12px;
  transform: scale(0.9);
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-15 {
  font-size: 15px;
}
.font-16 {
  font-size: 16px;
}
.font-17 {
  font-size: 17px;
}
.font-18 {
  font-size: 18px;
}
.font-19 {
  font-size: 19px;
}
.font-20 {
  font-size: 20px;
}
.font-21 {
  font-size: 21px;
}
.font-22 {
  font-size: 22px;
}
.font-23 {
  font-size: 23px;
}
.font-24 {
  font-size: 24px;
}
.font-25 {
  font-size: 25px;
}
.font-26 {
  font-size: 26px;
}
.font-27 {
  font-size: 27px;
}
.font-28 {
  font-size: 28px;
}
.font-29 {
  font-size: 29px;
}
.font-30 {
  font-size: 30px;
}
.font-31 {
  font-size: 31px;
}
.font-32 {
  font-size: 32px;
}
/* float */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}
.float-clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
/* display */
.display-none {
  display: none;
}
.display-inline {
  display: inline;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
/* text-align */
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
/* vertical */
.vertical-align-top {
  vertical-align: top;
}
.vertical-align-middle {
  vertical-align: middle;
}
.vertical-align-bottom {
  vertical-align: bottom;
}
/* position */
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.position-relative {
  position: relative;
}
/*
 * flex简单布局
 */
.display-flex {
  display: flex;
}
.display-flex .flex {
  flex: 1;
}
.display-flex .flex-1 {
  flex: 1;
}
.display-flex .flex-2 {
  flex: 2;
}
.display-flex .flex-3 {
  flex: 3;
}
.display-flex .flex-4 {
  flex: 4;
}
.display-flex .flex-5 {
  flex: 5;
}
.display-flex .flex-6 {
  flex: 6;
}
.display-flex .flex-7 {
  flex: 7;
}
.display-flex .flex-8 {
  flex: 8;
}
.display-flex .flex-9 {
  flex: 9;
}
.display-flex .flex-10 {
  flex: 10;
}
.display-flex .flex-11 {
  flex: 11;
}
.display-flex .flex-12 {
  flex: 12;
}
/*
 * 位置固定
 */
.affix {
  position: fixed;
  width: auto;
  z-index: 998;
  left: 0;
  right: 0;
}
.affix.affix-top {
  top: 0;
}
.affix.affix-bottom {
  bottom: 0;
}
p {
  padding: 0;
  margin: 0;
}
ol,
ul {
  list-style: none;
}
button,
input {
  outline: none;
}
.content-width {
  max-width: 1200px;
  margin: auto;
}
.ivu-menu {
  width: 100% !important;
}
.contentCommon {
  padding: 0 24px 24px 24px;
}
.bread {
  margin: 20px 0;
  text-align: left;
}
.mainContent .tb-common {
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 20px;
}
.mainContent .colorR {
  color: #fc6054;
}
.mainContent .colorG {
  color: #71b247 !important;
}
.mainContent .color-done {
  color: #9a9ca1 !important;
}
.mainContent .login-btn {
  background-color: #ffdb33;
  border: none;
  color: #444141;
  width: 110px;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown {
  width: 180px !important;
  margin-right: 10px;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-drop-list .ivu-menu-item {
  color: #313233;
  height: 44px;
  line-height: 35px;
  padding-left: 16px;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-drop-list .ivu-menu-item img {
  width: 16px;
  margin-top: 8px;
  margin-right: 12px;
  float: left;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-drop-list .ivu-menu-item:hover {
  background-color: #16ade9;
}
.ivu-tabs-nav .ivu-tabs-tab-active {
  color: #313233 !important;
  font-weight: bold;
  height: 12px;
}
.ivu-tabs-nav-container,
.ivu-tabs-nav-wrap,
.ivu-tabs-nav-scroll {
  height: 100%;
}
.ivu-tabs-ink-bar {
  background-color: #16ade9 !important;
  bottom: -5px !important;
}
.timeline .noStep .ivu-steps-head-inner {
  border-color: #dadada !important;
  background-color: #dadada !important;
  border-radius: 50% !important;
}
.ivu-steps .ivu-steps-head-inner .ivu-icon-ios-paper-outline {
  font-size: 12px !important;
  color: #fff !important;
  padding-right: 50%;
  padding-top: 5%;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.clearfix::after {
  content: ' ';
  line-height: 0;
  display: block;
  clear: both;
}
.ivu-modal-body {
  padding-bottom: 0px !important;
}
.ivu-modal-footer {
  margin: 0 auto;
  border-top: none !important;
  padding-top: 0px !important;
}
.ivu-modal-footer .footerBt {
  font-size: 15px;
  background-color: #16ade9;
  border-color: #16ade9;
}
.ivu-modal-confirm-footer {
  padding-bottom: 20px;
}
.footerBt:hover {
  background-color: #16ade9 !important;
  border-color: #16ade9 !important;
  color: #313233;
}
.ivu-modal-wrap {
  display: flex;
  align-items: center;
}
.ivu-modal-wrap .ivu-modal {
  top: 0px !important;
}
.ivu-modal-wrap .ivu-modal-confirm {
  padding: 4px 22px 5px;
}
.comAdd {
  margin-top: 3%;
}
.comAdd button {
  padding: 2px 10px;
}
.tb-common .ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner {
  border-color: #2d8cf000;
  background-color: #7abb98;
}
.ivu-steps-vertical .noStep .ivu-steps-tail {
  display: none;
}
.ivu-tabs-bar {
  margin: 0 20px;
  margin-bottom: 0 !important;
  height: 43px;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-around {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex {
  display: flex;
}
.relative {
  position: relative;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.ivu-table-header thead tr th {
  background: rgba(22, 173, 233, 0.2);
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*限制在一个块元素显示的文本的行数*/
  -webkit-box-orient: vertical;
}
.productListTable .ivu-select-selection {
  border-radius: 0;
}
.productListTable .ivu-table-wrapper-with-border {
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}
.productListTable .ivu-table-header thead tr th {
  background: #fafafa;
  border: 1px solid #f0f0f0;
}
.fill-information-title {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  padding-bottom: 16px;
}
.fill-information-title img {
  vertical-align: middle;
  margin-top: -6px;
  cursor: pointer;
  width: 24px;
  margin-right: 16px;
}
.fill-information-title .import-using-templates {
  float: right;
  cursor: pointer;
  font-size: 14px;
  color: #016eff;
  margin-left: 12px;
  margin-top: 5px;
}
.fill-information-title .import-using-templates img {
  width: 16px;
  vertical-align: top;
  position: relative;
  top: 7px;
  margin-right: 3px;
}
.ant-btn {
  border-radius: 0 !important;
}
.ivu-modal-confirm-footer .ivu-btn-primary {
  height: 32px;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
}
.ivu-modal-confirm-footer .ivu-btn-text {
  height: 32px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  border: 1px solid #d9d9d9;
}
.ant-message {
  z-index: 30000 !important;
}
.ant-popover-inner-content {
  max-width: 500px;
}
.ant-tooltip {
  max-width: 500px;
}
.ant-tag {
  border: none;
  background-color: #f5f5f5;
}
.ant-tag-orange {
  color: #fa8c16 !important;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-alert-info {
  background: #f0f6ff;
  border: none;
  font-size: 12px;
}
/* 全局样式文件，比如 styles.css 或者 App.vue 中的 <style> 标签内 */
.ant-message,
.ivu-message {
  z-index: 99999 !important;
  /* 设置一个高的 z-index 值 */
}
.cjt-table-tabs .ant-tabs-bar {
  margin-bottom: 8px;
}
.cjt-table-serach .ant-form-item,
.cjt-table-serach .ivu-form-item {
  padding: 0 8px;
  border-radius: 2px;
  background-color: #f5f7fb;
}
.cjt-table-serach .cjt-unbg {
  background: none;
}
.cjt-table-serach .ant-select-selection,
.cjt-table-serach .ant-input,
.cjt-table-serach .ivu-input,
.cjt-table-serach .ivu-select-selection {
  background: none;
  border-color: transparent;
}
.cjt-table-serach .ant-form-item-control,
.cjt-table-serach .ant-form-item-label {
  line-height: 34px;
}
.fontW500,
.epr .t1,
.epr .t2 {
  text-shadow: 0 0 0.25px currentcolor;
}
.epr .head {
  padding: 0px 0 0;
  background-color: #fff;
}
.epr .head .left {
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.epr .epr-title {
  padding: 16px 24px 16px;
  border-bottom: 1px solid #f0f0f0;
}
.epr .import-templates {
  float: right;
  font-size: 14px;
  font-weight: normal;
  color: #3a7fff;
  cursor: pointer;
}
.epr .fill-information-title {
  padding-bottom: 0;
}
.epr .t1 {
  position: relative;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #303132;
  margin: 32px 0 16px;
  padding-left: 12px;
}
.epr .t1::before {
  position: absolute;
  content: ' ';
  left: 0;
  top: 13px;
  height: 15px;
  border-left: 2px solid #3a7fff;
}
.epr .t1 + .t2 {
  margin-top: 32px;
}
.epr .t2 {
  font-size: 16px;
  font-weight: 500;
  color: #303132;
  margin: 48px 0 16px;
}
.epr .finish {
  border-radius: 4px;
}
.epr .finish .bottom {
  padding: 24px 50px 24px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.epr .ant-descriptions-row .ant-descriptions-item-label {
  width: 300px;
}
.epr .ant-descriptions-row .ant-descriptions-item-content {
  width: 500px;
}
.epr .ivu-radio-wrapper .ivu-radio-checked .ivu-radio-inner {
  border-color: #3a7fff !important;
}
.epr .ivu-radio-wrapper .ivu-radio-checked .ivu-radio-inner:after {
  background-color: #3a7fff !important;
}
.epr .btn-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 54px;
  box-shadow: 0px -1px 10px 0px #ebf0f5;
  padding-top: 10px;
  background: #fff;
  z-index: 10;
  padding-left: 196px;
}
.hiddenSidebar .btn-wrap {
  padding-left: 0 !important;
}
#app .isCollapsed .btn-wrap {
  left: 74px;
}
.form-table .ant-table-tbody > tr > td {
  padding-top: 8px;
  padding-bottom: 6px;
  vertical-align: top;
}
.form-table .ant-row.ant-form-item {
  margin-bottom: 0;
}
.form-table .action {
  vertical-align: middle !important;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ivu-load-loop {
  -webkit-animation: ani-load-loop 1s linear infinite;
          animation: ani-load-loop 1s linear infinite;
}
@-webkit-keyframes ani-load-loop {
  from {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ani-load-loop {
  from {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.input-group-error-prepend,
.input-group-error-append {
  background-color: #fff;
  border: 1px solid #ed4014;
}
.input-group-error-prepend .ivu-select-selection,
.input-group-error-append .ivu-select-selection {
  background-color: inherit;
  border: 1px solid transparent;
}
.input-group-error-prepend {
  border-right: 0;
}
.input-group-error-append {
  border-left: 0;
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
  resize: vertical;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:before,
*:after {
  box-sizing: border-box;
}
body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #515a6e;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
a {
  color: #0041DC;
  background: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.2s ease;
}
a:hover {
  color: #3367e3;
}
a:active {
  color: #003ed1;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
a[disabled] {
  color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}
code,
kbd,
pre,
samp {
  font-family: Consolas, Menlo, Courier, monospace;
}
/*
Ionicons, v2.0.0
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/benjsperry  https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons
*/
@font-face {
  font-family: "Ionicons";
  src: url(../../static/fonts/ionicons.143146fa.woff2) format("woff2"), url(../../static/fonts/ionicons.99ac3308.woff) format("woff"), url(../../static/fonts/ionicons.d535a25a.ttf) format("truetype"), url(../../static/img/ionicons.a2c4a261.svg#Ionicons) format("svg");
  font-weight: normal;
  font-style: normal;
}
.ivu-icon {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: optimizeLegibility;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -0.125em;
  text-align: center;
}
.ivu-icon-ios-add-circle-outline:before {
  content: "\f100";
}
.ivu-icon-ios-add-circle:before {
  content: "\f101";
}
.ivu-icon-ios-add:before {
  content: "\f102";
}
.ivu-icon-ios-alarm-outline:before {
  content: "\f103";
}
.ivu-icon-ios-alarm:before {
  content: "\f104";
}
.ivu-icon-ios-albums-outline:before {
  content: "\f105";
}
.ivu-icon-ios-albums:before {
  content: "\f106";
}
.ivu-icon-ios-alert-outline:before {
  content: "\f107";
}
.ivu-icon-ios-alert:before {
  content: "\f108";
}
.ivu-icon-ios-american-football-outline:before {
  content: "\f109";
}
.ivu-icon-ios-american-football:before {
  content: "\f10a";
}
.ivu-icon-ios-analytics-outline:before {
  content: "\f10b";
}
.ivu-icon-ios-analytics:before {
  content: "\f10c";
}
.ivu-icon-ios-aperture-outline:before {
  content: "\f10d";
}
.ivu-icon-ios-aperture:before {
  content: "\f10e";
}
.ivu-icon-ios-apps-outline:before {
  content: "\f10f";
}
.ivu-icon-ios-apps:before {
  content: "\f110";
}
.ivu-icon-ios-appstore-outline:before {
  content: "\f111";
}
.ivu-icon-ios-appstore:before {
  content: "\f112";
}
.ivu-icon-ios-archive-outline:before {
  content: "\f113";
}
.ivu-icon-ios-archive:before {
  content: "\f114";
}
.ivu-icon-ios-arrow-back:before {
  content: "\f115";
}
.ivu-icon-ios-arrow-down:before {
  content: "\f116";
}
.ivu-icon-ios-arrow-dropdown-circle:before {
  content: "\f117";
}
.ivu-icon-ios-arrow-dropdown:before {
  content: "\f118";
}
.ivu-icon-ios-arrow-dropleft-circle:before {
  content: "\f119";
}
.ivu-icon-ios-arrow-dropleft:before {
  content: "\f11a";
}
.ivu-icon-ios-arrow-dropright-circle:before {
  content: "\f11b";
}
.ivu-icon-ios-arrow-dropright:before {
  content: "\f11c";
}
.ivu-icon-ios-arrow-dropup-circle:before {
  content: "\f11d";
}
.ivu-icon-ios-arrow-dropup:before {
  content: "\f11e";
}
.ivu-icon-ios-arrow-forward:before {
  content: "\f11f";
}
.ivu-icon-ios-arrow-round-back:before {
  content: "\f120";
}
.ivu-icon-ios-arrow-round-down:before {
  content: "\f121";
}
.ivu-icon-ios-arrow-round-forward:before {
  content: "\f122";
}
.ivu-icon-ios-arrow-round-up:before {
  content: "\f123";
}
.ivu-icon-ios-arrow-up:before {
  content: "\f124";
}
.ivu-icon-ios-at-outline:before {
  content: "\f125";
}
.ivu-icon-ios-at:before {
  content: "\f126";
}
.ivu-icon-ios-attach:before {
  content: "\f127";
}
.ivu-icon-ios-backspace-outline:before {
  content: "\f128";
}
.ivu-icon-ios-backspace:before {
  content: "\f129";
}
.ivu-icon-ios-barcode-outline:before {
  content: "\f12a";
}
.ivu-icon-ios-barcode:before {
  content: "\f12b";
}
.ivu-icon-ios-baseball-outline:before {
  content: "\f12c";
}
.ivu-icon-ios-baseball:before {
  content: "\f12d";
}
.ivu-icon-ios-basket-outline:before {
  content: "\f12e";
}
.ivu-icon-ios-basket:before {
  content: "\f12f";
}
.ivu-icon-ios-basketball-outline:before {
  content: "\f130";
}
.ivu-icon-ios-basketball:before {
  content: "\f131";
}
.ivu-icon-ios-battery-charging:before {
  content: "\f132";
}
.ivu-icon-ios-battery-dead:before {
  content: "\f133";
}
.ivu-icon-ios-battery-full:before {
  content: "\f134";
}
.ivu-icon-ios-beaker-outline:before {
  content: "\f135";
}
.ivu-icon-ios-beaker:before {
  content: "\f136";
}
.ivu-icon-ios-beer-outline:before {
  content: "\f137";
}
.ivu-icon-ios-beer:before {
  content: "\f138";
}
.ivu-icon-ios-bicycle:before {
  content: "\f139";
}
.ivu-icon-ios-bluetooth:before {
  content: "\f13a";
}
.ivu-icon-ios-boat-outline:before {
  content: "\f13b";
}
.ivu-icon-ios-boat:before {
  content: "\f13c";
}
.ivu-icon-ios-body-outline:before {
  content: "\f13d";
}
.ivu-icon-ios-body:before {
  content: "\f13e";
}
.ivu-icon-ios-bonfire-outline:before {
  content: "\f13f";
}
.ivu-icon-ios-bonfire:before {
  content: "\f140";
}
.ivu-icon-ios-book-outline:before {
  content: "\f141";
}
.ivu-icon-ios-book:before {
  content: "\f142";
}
.ivu-icon-ios-bookmark-outline:before {
  content: "\f143";
}
.ivu-icon-ios-bookmark:before {
  content: "\f144";
}
.ivu-icon-ios-bookmarks-outline:before {
  content: "\f145";
}
.ivu-icon-ios-bookmarks:before {
  content: "\f146";
}
.ivu-icon-ios-bowtie-outline:before {
  content: "\f147";
}
.ivu-icon-ios-bowtie:before {
  content: "\f148";
}
.ivu-icon-ios-briefcase-outline:before {
  content: "\f149";
}
.ivu-icon-ios-briefcase:before {
  content: "\f14a";
}
.ivu-icon-ios-browsers-outline:before {
  content: "\f14b";
}
.ivu-icon-ios-browsers:before {
  content: "\f14c";
}
.ivu-icon-ios-brush-outline:before {
  content: "\f14d";
}
.ivu-icon-ios-brush:before {
  content: "\f14e";
}
.ivu-icon-ios-bug-outline:before {
  content: "\f14f";
}
.ivu-icon-ios-bug:before {
  content: "\f150";
}
.ivu-icon-ios-build-outline:before {
  content: "\f151";
}
.ivu-icon-ios-build:before {
  content: "\f152";
}
.ivu-icon-ios-bulb-outline:before {
  content: "\f153";
}
.ivu-icon-ios-bulb:before {
  content: "\f154";
}
.ivu-icon-ios-bus-outline:before {
  content: "\f155";
}
.ivu-icon-ios-bus:before {
  content: "\f156";
}
.ivu-icon-ios-cafe-outline:before {
  content: "\f157";
}
.ivu-icon-ios-cafe:before {
  content: "\f158";
}
.ivu-icon-ios-calculator-outline:before {
  content: "\f159";
}
.ivu-icon-ios-calculator:before {
  content: "\f15a";
}
.ivu-icon-ios-calendar-outline:before {
  content: "\f15b";
}
.ivu-icon-ios-calendar:before {
  content: "\f15c";
}
.ivu-icon-ios-call-outline:before {
  content: "\f15d";
}
.ivu-icon-ios-call:before {
  content: "\f15e";
}
.ivu-icon-ios-camera-outline:before {
  content: "\f15f";
}
.ivu-icon-ios-camera:before {
  content: "\f160";
}
.ivu-icon-ios-car-outline:before {
  content: "\f161";
}
.ivu-icon-ios-car:before {
  content: "\f162";
}
.ivu-icon-ios-card-outline:before {
  content: "\f163";
}
.ivu-icon-ios-card:before {
  content: "\f164";
}
.ivu-icon-ios-cart-outline:before {
  content: "\f165";
}
.ivu-icon-ios-cart:before {
  content: "\f166";
}
.ivu-icon-ios-cash-outline:before {
  content: "\f167";
}
.ivu-icon-ios-cash:before {
  content: "\f168";
}
.ivu-icon-ios-chatboxes-outline:before {
  content: "\f169";
}
.ivu-icon-ios-chatboxes:before {
  content: "\f16a";
}
.ivu-icon-ios-chatbubbles-outline:before {
  content: "\f16b";
}
.ivu-icon-ios-chatbubbles:before {
  content: "\f16c";
}
.ivu-icon-ios-checkbox-outline:before {
  content: "\f16d";
}
.ivu-icon-ios-checkbox:before {
  content: "\f16e";
}
.ivu-icon-ios-checkmark-circle-outline:before {
  content: "\f16f";
}
.ivu-icon-ios-checkmark-circle:before {
  content: "\f170";
}
.ivu-icon-ios-checkmark:before {
  content: "\f171";
}
.ivu-icon-ios-clipboard-outline:before {
  content: "\f172";
}
.ivu-icon-ios-clipboard:before {
  content: "\f173";
}
.ivu-icon-ios-clock-outline:before {
  content: "\f174";
}
.ivu-icon-ios-clock:before {
  content: "\f175";
}
.ivu-icon-ios-close-circle-outline:before {
  content: "\f176";
}
.ivu-icon-ios-close-circle:before {
  content: "\f177";
}
.ivu-icon-ios-close:before {
  content: "\f178";
}
.ivu-icon-ios-closed-captioning-outline:before {
  content: "\f179";
}
.ivu-icon-ios-closed-captioning:before {
  content: "\f17a";
}
.ivu-icon-ios-cloud-circle-outline:before {
  content: "\f17b";
}
.ivu-icon-ios-cloud-circle:before {
  content: "\f17c";
}
.ivu-icon-ios-cloud-done-outline:before {
  content: "\f17d";
}
.ivu-icon-ios-cloud-done:before {
  content: "\f17e";
}
.ivu-icon-ios-cloud-download-outline:before {
  content: "\f17f";
}
.ivu-icon-ios-cloud-download:before {
  content: "\f180";
}
.ivu-icon-ios-cloud-outline:before {
  content: "\f181";
}
.ivu-icon-ios-cloud-upload-outline:before {
  content: "\f182";
}
.ivu-icon-ios-cloud-upload:before {
  content: "\f183";
}
.ivu-icon-ios-cloud:before {
  content: "\f184";
}
.ivu-icon-ios-cloudy-night-outline:before {
  content: "\f185";
}
.ivu-icon-ios-cloudy-night:before {
  content: "\f186";
}
.ivu-icon-ios-cloudy-outline:before {
  content: "\f187";
}
.ivu-icon-ios-cloudy:before {
  content: "\f188";
}
.ivu-icon-ios-code-download:before {
  content: "\f189";
}
.ivu-icon-ios-code-working:before {
  content: "\f18a";
}
.ivu-icon-ios-code:before {
  content: "\f18b";
}
.ivu-icon-ios-cog-outline:before {
  content: "\f18c";
}
.ivu-icon-ios-cog:before {
  content: "\f18d";
}
.ivu-icon-ios-color-fill-outline:before {
  content: "\f18e";
}
.ivu-icon-ios-color-fill:before {
  content: "\f18f";
}
.ivu-icon-ios-color-filter-outline:before {
  content: "\f190";
}
.ivu-icon-ios-color-filter:before {
  content: "\f191";
}
.ivu-icon-ios-color-palette-outline:before {
  content: "\f192";
}
.ivu-icon-ios-color-palette:before {
  content: "\f193";
}
.ivu-icon-ios-color-wand-outline:before {
  content: "\f194";
}
.ivu-icon-ios-color-wand:before {
  content: "\f195";
}
.ivu-icon-ios-compass-outline:before {
  content: "\f196";
}
.ivu-icon-ios-compass:before {
  content: "\f197";
}
.ivu-icon-ios-construct-outline:before {
  content: "\f198";
}
.ivu-icon-ios-construct:before {
  content: "\f199";
}
.ivu-icon-ios-contact-outline:before {
  content: "\f19a";
}
.ivu-icon-ios-contact:before {
  content: "\f19b";
}
.ivu-icon-ios-contacts-outline:before {
  content: "\f19c";
}
.ivu-icon-ios-contacts:before {
  content: "\f19d";
}
.ivu-icon-ios-contract:before {
  content: "\f19e";
}
.ivu-icon-ios-contrast:before {
  content: "\f19f";
}
.ivu-icon-ios-copy-outline:before {
  content: "\f1a0";
}
.ivu-icon-ios-copy:before {
  content: "\f1a1";
}
.ivu-icon-ios-create-outline:before {
  content: "\f1a2";
}
.ivu-icon-ios-create:before {
  content: "\f1a3";
}
.ivu-icon-ios-crop-outline:before {
  content: "\f1a4";
}
.ivu-icon-ios-crop:before {
  content: "\f1a5";
}
.ivu-icon-ios-cube-outline:before {
  content: "\f1a6";
}
.ivu-icon-ios-cube:before {
  content: "\f1a7";
}
.ivu-icon-ios-cut-outline:before {
  content: "\f1a8";
}
.ivu-icon-ios-cut:before {
  content: "\f1a9";
}
.ivu-icon-ios-desktop-outline:before {
  content: "\f1aa";
}
.ivu-icon-ios-desktop:before {
  content: "\f1ab";
}
.ivu-icon-ios-disc-outline:before {
  content: "\f1ac";
}
.ivu-icon-ios-disc:before {
  content: "\f1ad";
}
.ivu-icon-ios-document-outline:before {
  content: "\f1ae";
}
.ivu-icon-ios-document:before {
  content: "\f1af";
}
.ivu-icon-ios-done-all:before {
  content: "\f1b0";
}
.ivu-icon-ios-download-outline:before {
  content: "\f1b1";
}
.ivu-icon-ios-download:before {
  content: "\f1b2";
}
.ivu-icon-ios-easel-outline:before {
  content: "\f1b3";
}
.ivu-icon-ios-easel:before {
  content: "\f1b4";
}
.ivu-icon-ios-egg-outline:before {
  content: "\f1b5";
}
.ivu-icon-ios-egg:before {
  content: "\f1b6";
}
.ivu-icon-ios-exit-outline:before {
  content: "\f1b7";
}
.ivu-icon-ios-exit:before {
  content: "\f1b8";
}
.ivu-icon-ios-expand:before {
  content: "\f1b9";
}
.ivu-icon-ios-eye-off-outline:before {
  content: "\f1ba";
}
.ivu-icon-ios-eye-off:before {
  content: "\f1bb";
}
.ivu-icon-ios-eye-outline:before {
  content: "\f1bc";
}
.ivu-icon-ios-eye:before {
  content: "\f1bd";
}
.ivu-icon-ios-fastforward-outline:before {
  content: "\f1be";
}
.ivu-icon-ios-fastforward:before {
  content: "\f1bf";
}
.ivu-icon-ios-female:before {
  content: "\f1c0";
}
.ivu-icon-ios-filing-outline:before {
  content: "\f1c1";
}
.ivu-icon-ios-filing:before {
  content: "\f1c2";
}
.ivu-icon-ios-film-outline:before {
  content: "\f1c3";
}
.ivu-icon-ios-film:before {
  content: "\f1c4";
}
.ivu-icon-ios-finger-print:before {
  content: "\f1c5";
}
.ivu-icon-ios-flag-outline:before {
  content: "\f1c6";
}
.ivu-icon-ios-flag:before {
  content: "\f1c7";
}
.ivu-icon-ios-flame-outline:before {
  content: "\f1c8";
}
.ivu-icon-ios-flame:before {
  content: "\f1c9";
}
.ivu-icon-ios-flash-outline:before {
  content: "\f1ca";
}
.ivu-icon-ios-flash:before {
  content: "\f1cb";
}
.ivu-icon-ios-flask-outline:before {
  content: "\f1cc";
}
.ivu-icon-ios-flask:before {
  content: "\f1cd";
}
.ivu-icon-ios-flower-outline:before {
  content: "\f1ce";
}
.ivu-icon-ios-flower:before {
  content: "\f1cf";
}
.ivu-icon-ios-folder-open-outline:before {
  content: "\f1d0";
}
.ivu-icon-ios-folder-open:before {
  content: "\f1d1";
}
.ivu-icon-ios-folder-outline:before {
  content: "\f1d2";
}
.ivu-icon-ios-folder:before {
  content: "\f1d3";
}
.ivu-icon-ios-football-outline:before {
  content: "\f1d4";
}
.ivu-icon-ios-football:before {
  content: "\f1d5";
}
.ivu-icon-ios-funnel-outline:before {
  content: "\f1d6";
}
.ivu-icon-ios-funnel:before {
  content: "\f1d7";
}
.ivu-icon-ios-game-controller-a-outline:before {
  content: "\f1d8";
}
.ivu-icon-ios-game-controller-a:before {
  content: "\f1d9";
}
.ivu-icon-ios-game-controller-b-outline:before {
  content: "\f1da";
}
.ivu-icon-ios-game-controller-b:before {
  content: "\f1db";
}
.ivu-icon-ios-git-branch:before {
  content: "\f1dc";
}
.ivu-icon-ios-git-commit:before {
  content: "\f1dd";
}
.ivu-icon-ios-git-compare:before {
  content: "\f1de";
}
.ivu-icon-ios-git-merge:before {
  content: "\f1df";
}
.ivu-icon-ios-git-network:before {
  content: "\f1e0";
}
.ivu-icon-ios-git-pull-request:before {
  content: "\f1e1";
}
.ivu-icon-ios-glasses-outline:before {
  content: "\f1e2";
}
.ivu-icon-ios-glasses:before {
  content: "\f1e3";
}
.ivu-icon-ios-globe-outline:before {
  content: "\f1e4";
}
.ivu-icon-ios-globe:before {
  content: "\f1e5";
}
.ivu-icon-ios-grid-outline:before {
  content: "\f1e6";
}
.ivu-icon-ios-grid:before {
  content: "\f1e7";
}
.ivu-icon-ios-hammer-outline:before {
  content: "\f1e8";
}
.ivu-icon-ios-hammer:before {
  content: "\f1e9";
}
.ivu-icon-ios-hand-outline:before {
  content: "\f1ea";
}
.ivu-icon-ios-hand:before {
  content: "\f1eb";
}
.ivu-icon-ios-happy-outline:before {
  content: "\f1ec";
}
.ivu-icon-ios-happy:before {
  content: "\f1ed";
}
.ivu-icon-ios-headset-outline:before {
  content: "\f1ee";
}
.ivu-icon-ios-headset:before {
  content: "\f1ef";
}
.ivu-icon-ios-heart-outline:before {
  content: "\f1f0";
}
.ivu-icon-ios-heart:before {
  content: "\f1f1";
}
.ivu-icon-ios-help-buoy-outline:before {
  content: "\f1f2";
}
.ivu-icon-ios-help-buoy:before {
  content: "\f1f3";
}
.ivu-icon-ios-help-circle-outline:before {
  content: "\f1f4";
}
.ivu-icon-ios-help-circle:before {
  content: "\f1f5";
}
.ivu-icon-ios-help:before {
  content: "\f1f6";
}
.ivu-icon-ios-home-outline:before {
  content: "\f1f7";
}
.ivu-icon-ios-home:before {
  content: "\f1f8";
}
.ivu-icon-ios-ice-cream-outline:before {
  content: "\f1f9";
}
.ivu-icon-ios-ice-cream:before {
  content: "\f1fa";
}
.ivu-icon-ios-image-outline:before {
  content: "\f1fb";
}
.ivu-icon-ios-image:before {
  content: "\f1fc";
}
.ivu-icon-ios-images-outline:before {
  content: "\f1fd";
}
.ivu-icon-ios-images:before {
  content: "\f1fe";
}
.ivu-icon-ios-infinite-outline:before {
  content: "\f1ff";
}
.ivu-icon-ios-infinite:before {
  content: "\f200";
}
.ivu-icon-ios-information-circle-outline:before {
  content: "\f201";
}
.ivu-icon-ios-information-circle:before {
  content: "\f202";
}
.ivu-icon-ios-information:before {
  content: "\f203";
}
.ivu-icon-ios-ionic-outline:before {
  content: "\f204";
}
.ivu-icon-ios-ionic:before {
  content: "\f205";
}
.ivu-icon-ios-ionitron-outline:before {
  content: "\f206";
}
.ivu-icon-ios-ionitron:before {
  content: "\f207";
}
.ivu-icon-ios-jet-outline:before {
  content: "\f208";
}
.ivu-icon-ios-jet:before {
  content: "\f209";
}
.ivu-icon-ios-key-outline:before {
  content: "\f20a";
}
.ivu-icon-ios-key:before {
  content: "\f20b";
}
.ivu-icon-ios-keypad-outline:before {
  content: "\f20c";
}
.ivu-icon-ios-keypad:before {
  content: "\f20d";
}
.ivu-icon-ios-laptop:before {
  content: "\f20e";
}
.ivu-icon-ios-leaf-outline:before {
  content: "\f20f";
}
.ivu-icon-ios-leaf:before {
  content: "\f210";
}
.ivu-icon-ios-link-outline:before {
  content: "\f211";
}
.ivu-icon-ios-link:before {
  content: "\f212";
}
.ivu-icon-ios-list-box-outline:before {
  content: "\f213";
}
.ivu-icon-ios-list-box:before {
  content: "\f214";
}
.ivu-icon-ios-list:before {
  content: "\f215";
}
.ivu-icon-ios-locate-outline:before {
  content: "\f216";
}
.ivu-icon-ios-locate:before {
  content: "\f217";
}
.ivu-icon-ios-lock-outline:before {
  content: "\f218";
}
.ivu-icon-ios-lock:before {
  content: "\f219";
}
.ivu-icon-ios-log-in:before {
  content: "\f21a";
}
.ivu-icon-ios-log-out:before {
  content: "\f21b";
}
.ivu-icon-ios-magnet-outline:before {
  content: "\f21c";
}
.ivu-icon-ios-magnet:before {
  content: "\f21d";
}
.ivu-icon-ios-mail-open-outline:before {
  content: "\f21e";
}
.ivu-icon-ios-mail-open:before {
  content: "\f21f";
}
.ivu-icon-ios-mail-outline:before {
  content: "\f220";
}
.ivu-icon-ios-mail:before {
  content: "\f221";
}
.ivu-icon-ios-male:before {
  content: "\f222";
}
.ivu-icon-ios-man-outline:before {
  content: "\f223";
}
.ivu-icon-ios-man:before {
  content: "\f224";
}
.ivu-icon-ios-map-outline:before {
  content: "\f225";
}
.ivu-icon-ios-map:before {
  content: "\f226";
}
.ivu-icon-ios-medal-outline:before {
  content: "\f227";
}
.ivu-icon-ios-medal:before {
  content: "\f228";
}
.ivu-icon-ios-medical-outline:before {
  content: "\f229";
}
.ivu-icon-ios-medical:before {
  content: "\f22a";
}
.ivu-icon-ios-medkit-outline:before {
  content: "\f22b";
}
.ivu-icon-ios-medkit:before {
  content: "\f22c";
}
.ivu-icon-ios-megaphone-outline:before {
  content: "\f22d";
}
.ivu-icon-ios-megaphone:before {
  content: "\f22e";
}
.ivu-icon-ios-menu-outline:before {
  content: "\f22f";
}
.ivu-icon-ios-menu:before {
  content: "\f230";
}
.ivu-icon-ios-mic-off-outline:before {
  content: "\f231";
}
.ivu-icon-ios-mic-off:before {
  content: "\f232";
}
.ivu-icon-ios-mic-outline:before {
  content: "\f233";
}
.ivu-icon-ios-mic:before {
  content: "\f234";
}
.ivu-icon-ios-microphone-outline:before {
  content: "\f235";
}
.ivu-icon-ios-microphone:before {
  content: "\f236";
}
.ivu-icon-ios-moon-outline:before {
  content: "\f237";
}
.ivu-icon-ios-moon:before {
  content: "\f238";
}
.ivu-icon-ios-more-outline:before {
  content: "\f239";
}
.ivu-icon-ios-more:before {
  content: "\f23a";
}
.ivu-icon-ios-move:before {
  content: "\f23b";
}
.ivu-icon-ios-musical-note-outline:before {
  content: "\f23c";
}
.ivu-icon-ios-musical-note:before {
  content: "\f23d";
}
.ivu-icon-ios-musical-notes-outline:before {
  content: "\f23e";
}
.ivu-icon-ios-musical-notes:before {
  content: "\f23f";
}
.ivu-icon-ios-navigate-outline:before {
  content: "\f240";
}
.ivu-icon-ios-navigate:before {
  content: "\f241";
}
.ivu-icon-ios-no-smoking-outline:before {
  content: "\f242";
}
.ivu-icon-ios-no-smoking:before {
  content: "\f243";
}
.ivu-icon-ios-notifications-off-outline:before {
  content: "\f244";
}
.ivu-icon-ios-notifications-off:before {
  content: "\f245";
}
.ivu-icon-ios-notifications-outline:before {
  content: "\f246";
}
.ivu-icon-ios-notifications:before {
  content: "\f247";
}
.ivu-icon-ios-nuclear-outline:before {
  content: "\f248";
}
.ivu-icon-ios-nuclear:before {
  content: "\f249";
}
.ivu-icon-ios-nutrition-outline:before {
  content: "\f24a";
}
.ivu-icon-ios-nutrition:before {
  content: "\f24b";
}
.ivu-icon-ios-open-outline:before {
  content: "\f24c";
}
.ivu-icon-ios-open:before {
  content: "\f24d";
}
.ivu-icon-ios-options-outline:before {
  content: "\f24e";
}
.ivu-icon-ios-options:before {
  content: "\f24f";
}
.ivu-icon-ios-outlet-outline:before {
  content: "\f250";
}
.ivu-icon-ios-outlet:before {
  content: "\f251";
}
.ivu-icon-ios-paper-outline:before {
  content: "\f252";
}
.ivu-icon-ios-paper-plane-outline:before {
  content: "\f253";
}
.ivu-icon-ios-paper-plane:before {
  content: "\f254";
}
.ivu-icon-ios-paper:before {
  content: "\f255";
}
.ivu-icon-ios-partly-sunny-outline:before {
  content: "\f256";
}
.ivu-icon-ios-partly-sunny:before {
  content: "\f257";
}
.ivu-icon-ios-pause-outline:before {
  content: "\f258";
}
.ivu-icon-ios-pause:before {
  content: "\f259";
}
.ivu-icon-ios-paw-outline:before {
  content: "\f25a";
}
.ivu-icon-ios-paw:before {
  content: "\f25b";
}
.ivu-icon-ios-people-outline:before {
  content: "\f25c";
}
.ivu-icon-ios-people:before {
  content: "\f25d";
}
.ivu-icon-ios-person-add-outline:before {
  content: "\f25e";
}
.ivu-icon-ios-person-add:before {
  content: "\f25f";
}
.ivu-icon-ios-person-outline:before {
  content: "\f260";
}
.ivu-icon-ios-person:before {
  content: "\f261";
}
.ivu-icon-ios-phone-landscape:before {
  content: "\f262";
}
.ivu-icon-ios-phone-portrait:before {
  content: "\f263";
}
.ivu-icon-ios-photos-outline:before {
  content: "\f264";
}
.ivu-icon-ios-photos:before {
  content: "\f265";
}
.ivu-icon-ios-pie-outline:before {
  content: "\f266";
}
.ivu-icon-ios-pie:before {
  content: "\f267";
}
.ivu-icon-ios-pin-outline:before {
  content: "\f268";
}
.ivu-icon-ios-pin:before {
  content: "\f269";
}
.ivu-icon-ios-pint-outline:before {
  content: "\f26a";
}
.ivu-icon-ios-pint:before {
  content: "\f26b";
}
.ivu-icon-ios-pizza-outline:before {
  content: "\f26c";
}
.ivu-icon-ios-pizza:before {
  content: "\f26d";
}
.ivu-icon-ios-plane-outline:before {
  content: "\f26e";
}
.ivu-icon-ios-plane:before {
  content: "\f26f";
}
.ivu-icon-ios-planet-outline:before {
  content: "\f270";
}
.ivu-icon-ios-planet:before {
  content: "\f271";
}
.ivu-icon-ios-play-outline:before {
  content: "\f272";
}
.ivu-icon-ios-play:before {
  content: "\f273";
}
.ivu-icon-ios-podium-outline:before {
  content: "\f274";
}
.ivu-icon-ios-podium:before {
  content: "\f275";
}
.ivu-icon-ios-power-outline:before {
  content: "\f276";
}
.ivu-icon-ios-power:before {
  content: "\f277";
}
.ivu-icon-ios-pricetag-outline:before {
  content: "\f278";
}
.ivu-icon-ios-pricetag:before {
  content: "\f279";
}
.ivu-icon-ios-pricetags-outline:before {
  content: "\f27a";
}
.ivu-icon-ios-pricetags:before {
  content: "\f27b";
}
.ivu-icon-ios-print-outline:before {
  content: "\f27c";
}
.ivu-icon-ios-print:before {
  content: "\f27d";
}
.ivu-icon-ios-pulse-outline:before {
  content: "\f27e";
}
.ivu-icon-ios-pulse:before {
  content: "\f27f";
}
.ivu-icon-ios-qr-scanner:before {
  content: "\f280";
}
.ivu-icon-ios-quote-outline:before {
  content: "\f281";
}
.ivu-icon-ios-quote:before {
  content: "\f282";
}
.ivu-icon-ios-radio-button-off:before {
  content: "\f283";
}
.ivu-icon-ios-radio-button-on:before {
  content: "\f284";
}
.ivu-icon-ios-radio-outline:before {
  content: "\f285";
}
.ivu-icon-ios-radio:before {
  content: "\f286";
}
.ivu-icon-ios-rainy-outline:before {
  content: "\f287";
}
.ivu-icon-ios-rainy:before {
  content: "\f288";
}
.ivu-icon-ios-recording-outline:before {
  content: "\f289";
}
.ivu-icon-ios-recording:before {
  content: "\f28a";
}
.ivu-icon-ios-redo-outline:before {
  content: "\f28b";
}
.ivu-icon-ios-redo:before {
  content: "\f28c";
}
.ivu-icon-ios-refresh-circle-outline:before {
  content: "\f28d";
}
.ivu-icon-ios-refresh-circle:before {
  content: "\f28e";
}
.ivu-icon-ios-refresh:before {
  content: "\f28f";
}
.ivu-icon-ios-remove-circle-outline:before {
  content: "\f290";
}
.ivu-icon-ios-remove-circle:before {
  content: "\f291";
}
.ivu-icon-ios-remove:before {
  content: "\f292";
}
.ivu-icon-ios-reorder:before {
  content: "\f293";
}
.ivu-icon-ios-repeat:before {
  content: "\f294";
}
.ivu-icon-ios-resize:before {
  content: "\f295";
}
.ivu-icon-ios-restaurant-outline:before {
  content: "\f296";
}
.ivu-icon-ios-restaurant:before {
  content: "\f297";
}
.ivu-icon-ios-return-left:before {
  content: "\f298";
}
.ivu-icon-ios-return-right:before {
  content: "\f299";
}
.ivu-icon-ios-reverse-camera-outline:before {
  content: "\f29a";
}
.ivu-icon-ios-reverse-camera:before {
  content: "\f29b";
}
.ivu-icon-ios-rewind-outline:before {
  content: "\f29c";
}
.ivu-icon-ios-rewind:before {
  content: "\f29d";
}
.ivu-icon-ios-ribbon-outline:before {
  content: "\f29e";
}
.ivu-icon-ios-ribbon:before {
  content: "\f29f";
}
.ivu-icon-ios-rose-outline:before {
  content: "\f2a0";
}
.ivu-icon-ios-rose:before {
  content: "\f2a1";
}
.ivu-icon-ios-sad-outline:before {
  content: "\f2a2";
}
.ivu-icon-ios-sad:before {
  content: "\f2a3";
}
.ivu-icon-ios-school-outline:before {
  content: "\f2a4";
}
.ivu-icon-ios-school:before {
  content: "\f2a5";
}
.ivu-icon-ios-search-outline:before {
  content: "\f2a6";
}
.ivu-icon-ios-search:before {
  content: "\f2a7";
}
.ivu-icon-ios-send-outline:before {
  content: "\f2a8";
}
.ivu-icon-ios-send:before {
  content: "\f2a9";
}
.ivu-icon-ios-settings-outline:before {
  content: "\f2aa";
}
.ivu-icon-ios-settings:before {
  content: "\f2ab";
}
.ivu-icon-ios-share-alt-outline:before {
  content: "\f2ac";
}
.ivu-icon-ios-share-alt:before {
  content: "\f2ad";
}
.ivu-icon-ios-share-outline:before {
  content: "\f2ae";
}
.ivu-icon-ios-share:before {
  content: "\f2af";
}
.ivu-icon-ios-shirt-outline:before {
  content: "\f2b0";
}
.ivu-icon-ios-shirt:before {
  content: "\f2b1";
}
.ivu-icon-ios-shuffle:before {
  content: "\f2b2";
}
.ivu-icon-ios-skip-backward-outline:before {
  content: "\f2b3";
}
.ivu-icon-ios-skip-backward:before {
  content: "\f2b4";
}
.ivu-icon-ios-skip-forward-outline:before {
  content: "\f2b5";
}
.ivu-icon-ios-skip-forward:before {
  content: "\f2b6";
}
.ivu-icon-ios-snow-outline:before {
  content: "\f2b7";
}
.ivu-icon-ios-snow:before {
  content: "\f2b8";
}
.ivu-icon-ios-speedometer-outline:before {
  content: "\f2b9";
}
.ivu-icon-ios-speedometer:before {
  content: "\f2ba";
}
.ivu-icon-ios-square-outline:before {
  content: "\f2bb";
}
.ivu-icon-ios-square:before {
  content: "\f2bc";
}
.ivu-icon-ios-star-half:before {
  content: "\f2bd";
}
.ivu-icon-ios-star-outline:before {
  content: "\f2be";
}
.ivu-icon-ios-star:before {
  content: "\f2bf";
}
.ivu-icon-ios-stats-outline:before {
  content: "\f2c0";
}
.ivu-icon-ios-stats:before {
  content: "\f2c1";
}
.ivu-icon-ios-stopwatch-outline:before {
  content: "\f2c2";
}
.ivu-icon-ios-stopwatch:before {
  content: "\f2c3";
}
.ivu-icon-ios-subway-outline:before {
  content: "\f2c4";
}
.ivu-icon-ios-subway:before {
  content: "\f2c5";
}
.ivu-icon-ios-sunny-outline:before {
  content: "\f2c6";
}
.ivu-icon-ios-sunny:before {
  content: "\f2c7";
}
.ivu-icon-ios-swap:before {
  content: "\f2c8";
}
.ivu-icon-ios-switch-outline:before {
  content: "\f2c9";
}
.ivu-icon-ios-switch:before {
  content: "\f2ca";
}
.ivu-icon-ios-sync:before {
  content: "\f2cb";
}
.ivu-icon-ios-tablet-landscape:before {
  content: "\f2cc";
}
.ivu-icon-ios-tablet-portrait:before {
  content: "\f2cd";
}
.ivu-icon-ios-tennisball-outline:before {
  content: "\f2ce";
}
.ivu-icon-ios-tennisball:before {
  content: "\f2cf";
}
.ivu-icon-ios-text-outline:before {
  content: "\f2d0";
}
.ivu-icon-ios-text:before {
  content: "\f2d1";
}
.ivu-icon-ios-thermometer-outline:before {
  content: "\f2d2";
}
.ivu-icon-ios-thermometer:before {
  content: "\f2d3";
}
.ivu-icon-ios-thumbs-down-outline:before {
  content: "\f2d4";
}
.ivu-icon-ios-thumbs-down:before {
  content: "\f2d5";
}
.ivu-icon-ios-thumbs-up-outline:before {
  content: "\f2d6";
}
.ivu-icon-ios-thumbs-up:before {
  content: "\f2d7";
}
.ivu-icon-ios-thunderstorm-outline:before {
  content: "\f2d8";
}
.ivu-icon-ios-thunderstorm:before {
  content: "\f2d9";
}
.ivu-icon-ios-time-outline:before {
  content: "\f2da";
}
.ivu-icon-ios-time:before {
  content: "\f2db";
}
.ivu-icon-ios-timer-outline:before {
  content: "\f2dc";
}
.ivu-icon-ios-timer:before {
  content: "\f2dd";
}
.ivu-icon-ios-train-outline:before {
  content: "\f2de";
}
.ivu-icon-ios-train:before {
  content: "\f2df";
}
.ivu-icon-ios-transgender:before {
  content: "\f2e0";
}
.ivu-icon-ios-trash-outline:before {
  content: "\f2e1";
}
.ivu-icon-ios-trash:before {
  content: "\f2e2";
}
.ivu-icon-ios-trending-down:before {
  content: "\f2e3";
}
.ivu-icon-ios-trending-up:before {
  content: "\f2e4";
}
.ivu-icon-ios-trophy-outline:before {
  content: "\f2e5";
}
.ivu-icon-ios-trophy:before {
  content: "\f2e6";
}
.ivu-icon-ios-umbrella-outline:before {
  content: "\f2e7";
}
.ivu-icon-ios-umbrella:before {
  content: "\f2e8";
}
.ivu-icon-ios-undo-outline:before {
  content: "\f2e9";
}
.ivu-icon-ios-undo:before {
  content: "\f2ea";
}
.ivu-icon-ios-unlock-outline:before {
  content: "\f2eb";
}
.ivu-icon-ios-unlock:before {
  content: "\f2ec";
}
.ivu-icon-ios-videocam-outline:before {
  content: "\f2ed";
}
.ivu-icon-ios-videocam:before {
  content: "\f2ee";
}
.ivu-icon-ios-volume-down:before {
  content: "\f2ef";
}
.ivu-icon-ios-volume-mute:before {
  content: "\f2f0";
}
.ivu-icon-ios-volume-off:before {
  content: "\f2f1";
}
.ivu-icon-ios-volume-up:before {
  content: "\f2f2";
}
.ivu-icon-ios-walk:before {
  content: "\f2f3";
}
.ivu-icon-ios-warning-outline:before {
  content: "\f2f4";
}
.ivu-icon-ios-warning:before {
  content: "\f2f5";
}
.ivu-icon-ios-watch:before {
  content: "\f2f6";
}
.ivu-icon-ios-water-outline:before {
  content: "\f2f7";
}
.ivu-icon-ios-water:before {
  content: "\f2f8";
}
.ivu-icon-ios-wifi-outline:before {
  content: "\f2f9";
}
.ivu-icon-ios-wifi:before {
  content: "\f2fa";
}
.ivu-icon-ios-wine-outline:before {
  content: "\f2fb";
}
.ivu-icon-ios-wine:before {
  content: "\f2fc";
}
.ivu-icon-ios-woman-outline:before {
  content: "\f2fd";
}
.ivu-icon-ios-woman:before {
  content: "\f2fe";
}
.ivu-icon-logo-android:before {
  content: "\f2ff";
}
.ivu-icon-logo-angular:before {
  content: "\f300";
}
.ivu-icon-logo-apple:before {
  content: "\f301";
}
.ivu-icon-logo-bitcoin:before {
  content: "\f302";
}
.ivu-icon-logo-buffer:before {
  content: "\f303";
}
.ivu-icon-logo-chrome:before {
  content: "\f304";
}
.ivu-icon-logo-codepen:before {
  content: "\f305";
}
.ivu-icon-logo-css3:before {
  content: "\f306";
}
.ivu-icon-logo-designernews:before {
  content: "\f307";
}
.ivu-icon-logo-dribbble:before {
  content: "\f308";
}
.ivu-icon-logo-dropbox:before {
  content: "\f309";
}
.ivu-icon-logo-euro:before {
  content: "\f30a";
}
.ivu-icon-logo-facebook:before {
  content: "\f30b";
}
.ivu-icon-logo-foursquare:before {
  content: "\f30c";
}
.ivu-icon-logo-freebsd-devil:before {
  content: "\f30d";
}
.ivu-icon-logo-github:before {
  content: "\f30e";
}
.ivu-icon-logo-google:before {
  content: "\f30f";
}
.ivu-icon-logo-googleplus:before {
  content: "\f310";
}
.ivu-icon-logo-hackernews:before {
  content: "\f311";
}
.ivu-icon-logo-html5:before {
  content: "\f312";
}
.ivu-icon-logo-instagram:before {
  content: "\f313";
}
.ivu-icon-logo-javascript:before {
  content: "\f314";
}
.ivu-icon-logo-linkedin:before {
  content: "\f315";
}
.ivu-icon-logo-markdown:before {
  content: "\f316";
}
.ivu-icon-logo-nodejs:before {
  content: "\f317";
}
.ivu-icon-logo-octocat:before {
  content: "\f318";
}
.ivu-icon-logo-pinterest:before {
  content: "\f319";
}
.ivu-icon-logo-playstation:before {
  content: "\f31a";
}
.ivu-icon-logo-python:before {
  content: "\f31b";
}
.ivu-icon-logo-reddit:before {
  content: "\f31c";
}
.ivu-icon-logo-rss:before {
  content: "\f31d";
}
.ivu-icon-logo-sass:before {
  content: "\f31e";
}
.ivu-icon-logo-skype:before {
  content: "\f31f";
}
.ivu-icon-logo-snapchat:before {
  content: "\f320";
}
.ivu-icon-logo-steam:before {
  content: "\f321";
}
.ivu-icon-logo-tumblr:before {
  content: "\f322";
}
.ivu-icon-logo-tux:before {
  content: "\f323";
}
.ivu-icon-logo-twitch:before {
  content: "\f324";
}
.ivu-icon-logo-twitter:before {
  content: "\f325";
}
.ivu-icon-logo-usd:before {
  content: "\f326";
}
.ivu-icon-logo-vimeo:before {
  content: "\f327";
}
.ivu-icon-logo-whatsapp:before {
  content: "\f328";
}
.ivu-icon-logo-windows:before {
  content: "\f329";
}
.ivu-icon-logo-wordpress:before {
  content: "\f32a";
}
.ivu-icon-logo-xbox:before {
  content: "\f32b";
}
.ivu-icon-logo-yahoo:before {
  content: "\f32c";
}
.ivu-icon-logo-yen:before {
  content: "\f32d";
}
.ivu-icon-logo-youtube:before {
  content: "\f32e";
}
.ivu-icon-md-add-circle:before {
  content: "\f32f";
}
.ivu-icon-md-add:before {
  content: "\f330";
}
.ivu-icon-md-alarm:before {
  content: "\f331";
}
.ivu-icon-md-albums:before {
  content: "\f332";
}
.ivu-icon-md-alert:before {
  content: "\f333";
}
.ivu-icon-md-american-football:before {
  content: "\f334";
}
.ivu-icon-md-analytics:before {
  content: "\f335";
}
.ivu-icon-md-aperture:before {
  content: "\f336";
}
.ivu-icon-md-apps:before {
  content: "\f337";
}
.ivu-icon-md-appstore:before {
  content: "\f338";
}
.ivu-icon-md-archive:before {
  content: "\f339";
}
.ivu-icon-md-arrow-back:before {
  content: "\f33a";
}
.ivu-icon-md-arrow-down:before {
  content: "\f33b";
}
.ivu-icon-md-arrow-dropdown-circle:before {
  content: "\f33c";
}
.ivu-icon-md-arrow-dropdown:before {
  content: "\f33d";
}
.ivu-icon-md-arrow-dropleft-circle:before {
  content: "\f33e";
}
.ivu-icon-md-arrow-dropleft:before {
  content: "\f33f";
}
.ivu-icon-md-arrow-dropright-circle:before {
  content: "\f340";
}
.ivu-icon-md-arrow-dropright:before {
  content: "\f341";
}
.ivu-icon-md-arrow-dropup-circle:before {
  content: "\f342";
}
.ivu-icon-md-arrow-dropup:before {
  content: "\f343";
}
.ivu-icon-md-arrow-forward:before {
  content: "\f344";
}
.ivu-icon-md-arrow-round-back:before {
  content: "\f345";
}
.ivu-icon-md-arrow-round-down:before {
  content: "\f346";
}
.ivu-icon-md-arrow-round-forward:before {
  content: "\f347";
}
.ivu-icon-md-arrow-round-up:before {
  content: "\f348";
}
.ivu-icon-md-arrow-up:before {
  content: "\f349";
}
.ivu-icon-md-at:before {
  content: "\f34a";
}
.ivu-icon-md-attach:before {
  content: "\f34b";
}
.ivu-icon-md-backspace:before {
  content: "\f34c";
}
.ivu-icon-md-barcode:before {
  content: "\f34d";
}
.ivu-icon-md-baseball:before {
  content: "\f34e";
}
.ivu-icon-md-basket:before {
  content: "\f34f";
}
.ivu-icon-md-basketball:before {
  content: "\f350";
}
.ivu-icon-md-battery-charging:before {
  content: "\f351";
}
.ivu-icon-md-battery-dead:before {
  content: "\f352";
}
.ivu-icon-md-battery-full:before {
  content: "\f353";
}
.ivu-icon-md-beaker:before {
  content: "\f354";
}
.ivu-icon-md-beer:before {
  content: "\f355";
}
.ivu-icon-md-bicycle:before {
  content: "\f356";
}
.ivu-icon-md-bluetooth:before {
  content: "\f357";
}
.ivu-icon-md-boat:before {
  content: "\f358";
}
.ivu-icon-md-body:before {
  content: "\f359";
}
.ivu-icon-md-bonfire:before {
  content: "\f35a";
}
.ivu-icon-md-book:before {
  content: "\f35b";
}
.ivu-icon-md-bookmark:before {
  content: "\f35c";
}
.ivu-icon-md-bookmarks:before {
  content: "\f35d";
}
.ivu-icon-md-bowtie:before {
  content: "\f35e";
}
.ivu-icon-md-briefcase:before {
  content: "\f35f";
}
.ivu-icon-md-browsers:before {
  content: "\f360";
}
.ivu-icon-md-brush:before {
  content: "\f361";
}
.ivu-icon-md-bug:before {
  content: "\f362";
}
.ivu-icon-md-build:before {
  content: "\f363";
}
.ivu-icon-md-bulb:before {
  content: "\f364";
}
.ivu-icon-md-bus:before {
  content: "\f365";
}
.ivu-icon-md-cafe:before {
  content: "\f366";
}
.ivu-icon-md-calculator:before {
  content: "\f367";
}
.ivu-icon-md-calendar:before {
  content: "\f368";
}
.ivu-icon-md-call:before {
  content: "\f369";
}
.ivu-icon-md-camera:before {
  content: "\f36a";
}
.ivu-icon-md-car:before {
  content: "\f36b";
}
.ivu-icon-md-card:before {
  content: "\f36c";
}
.ivu-icon-md-cart:before {
  content: "\f36d";
}
.ivu-icon-md-cash:before {
  content: "\f36e";
}
.ivu-icon-md-chatboxes:before {
  content: "\f36f";
}
.ivu-icon-md-chatbubbles:before {
  content: "\f370";
}
.ivu-icon-md-checkbox-outline:before {
  content: "\f371";
}
.ivu-icon-md-checkbox:before {
  content: "\f372";
}
.ivu-icon-md-checkmark-circle-outline:before {
  content: "\f373";
}
.ivu-icon-md-checkmark-circle:before {
  content: "\f374";
}
.ivu-icon-md-checkmark:before {
  content: "\f375";
}
.ivu-icon-md-clipboard:before {
  content: "\f376";
}
.ivu-icon-md-clock:before {
  content: "\f377";
}
.ivu-icon-md-close-circle:before {
  content: "\f378";
}
.ivu-icon-md-close:before {
  content: "\f379";
}
.ivu-icon-md-closed-captioning:before {
  content: "\f37a";
}
.ivu-icon-md-cloud-circle:before {
  content: "\f37b";
}
.ivu-icon-md-cloud-done:before {
  content: "\f37c";
}
.ivu-icon-md-cloud-download:before {
  content: "\f37d";
}
.ivu-icon-md-cloud-outline:before {
  content: "\f37e";
}
.ivu-icon-md-cloud-upload:before {
  content: "\f37f";
}
.ivu-icon-md-cloud:before {
  content: "\f380";
}
.ivu-icon-md-cloudy-night:before {
  content: "\f381";
}
.ivu-icon-md-cloudy:before {
  content: "\f382";
}
.ivu-icon-md-code-download:before {
  content: "\f383";
}
.ivu-icon-md-code-working:before {
  content: "\f384";
}
.ivu-icon-md-code:before {
  content: "\f385";
}
.ivu-icon-md-cog:before {
  content: "\f386";
}
.ivu-icon-md-color-fill:before {
  content: "\f387";
}
.ivu-icon-md-color-filter:before {
  content: "\f388";
}
.ivu-icon-md-color-palette:before {
  content: "\f389";
}
.ivu-icon-md-color-wand:before {
  content: "\f38a";
}
.ivu-icon-md-compass:before {
  content: "\f38b";
}
.ivu-icon-md-construct:before {
  content: "\f38c";
}
.ivu-icon-md-contact:before {
  content: "\f38d";
}
.ivu-icon-md-contacts:before {
  content: "\f38e";
}
.ivu-icon-md-contract:before {
  content: "\f38f";
}
.ivu-icon-md-contrast:before {
  content: "\f390";
}
.ivu-icon-md-copy:before {
  content: "\f391";
}
.ivu-icon-md-create:before {
  content: "\f392";
}
.ivu-icon-md-crop:before {
  content: "\f393";
}
.ivu-icon-md-cube:before {
  content: "\f394";
}
.ivu-icon-md-cut:before {
  content: "\f395";
}
.ivu-icon-md-desktop:before {
  content: "\f396";
}
.ivu-icon-md-disc:before {
  content: "\f397";
}
.ivu-icon-md-document:before {
  content: "\f398";
}
.ivu-icon-md-done-all:before {
  content: "\f399";
}
.ivu-icon-md-download:before {
  content: "\f39a";
}
.ivu-icon-md-easel:before {
  content: "\f39b";
}
.ivu-icon-md-egg:before {
  content: "\f39c";
}
.ivu-icon-md-exit:before {
  content: "\f39d";
}
.ivu-icon-md-expand:before {
  content: "\f39e";
}
.ivu-icon-md-eye-off:before {
  content: "\f39f";
}
.ivu-icon-md-eye:before {
  content: "\f3a0";
}
.ivu-icon-md-fastforward:before {
  content: "\f3a1";
}
.ivu-icon-md-female:before {
  content: "\f3a2";
}
.ivu-icon-md-filing:before {
  content: "\f3a3";
}
.ivu-icon-md-film:before {
  content: "\f3a4";
}
.ivu-icon-md-finger-print:before {
  content: "\f3a5";
}
.ivu-icon-md-flag:before {
  content: "\f3a6";
}
.ivu-icon-md-flame:before {
  content: "\f3a7";
}
.ivu-icon-md-flash:before {
  content: "\f3a8";
}
.ivu-icon-md-flask:before {
  content: "\f3a9";
}
.ivu-icon-md-flower:before {
  content: "\f3aa";
}
.ivu-icon-md-folder-open:before {
  content: "\f3ab";
}
.ivu-icon-md-folder:before {
  content: "\f3ac";
}
.ivu-icon-md-football:before {
  content: "\f3ad";
}
.ivu-icon-md-funnel:before {
  content: "\f3ae";
}
.ivu-icon-md-game-controller-a:before {
  content: "\f3af";
}
.ivu-icon-md-game-controller-b:before {
  content: "\f3b0";
}
.ivu-icon-md-git-branch:before {
  content: "\f3b1";
}
.ivu-icon-md-git-commit:before {
  content: "\f3b2";
}
.ivu-icon-md-git-compare:before {
  content: "\f3b3";
}
.ivu-icon-md-git-merge:before {
  content: "\f3b4";
}
.ivu-icon-md-git-network:before {
  content: "\f3b5";
}
.ivu-icon-md-git-pull-request:before {
  content: "\f3b6";
}
.ivu-icon-md-glasses:before {
  content: "\f3b7";
}
.ivu-icon-md-globe:before {
  content: "\f3b8";
}
.ivu-icon-md-grid:before {
  content: "\f3b9";
}
.ivu-icon-md-hammer:before {
  content: "\f3ba";
}
.ivu-icon-md-hand:before {
  content: "\f3bb";
}
.ivu-icon-md-happy:before {
  content: "\f3bc";
}
.ivu-icon-md-headset:before {
  content: "\f3bd";
}
.ivu-icon-md-heart-outline:before {
  content: "\f3be";
}
.ivu-icon-md-heart:before {
  content: "\f3bf";
}
.ivu-icon-md-help-buoy:before {
  content: "\f3c0";
}
.ivu-icon-md-help-circle:before {
  content: "\f3c1";
}
.ivu-icon-md-help:before {
  content: "\f3c2";
}
.ivu-icon-md-home:before {
  content: "\f3c3";
}
.ivu-icon-md-ice-cream:before {
  content: "\f3c4";
}
.ivu-icon-md-image:before {
  content: "\f3c5";
}
.ivu-icon-md-images:before {
  content: "\f3c6";
}
.ivu-icon-md-infinite:before {
  content: "\f3c7";
}
.ivu-icon-md-information-circle:before {
  content: "\f3c8";
}
.ivu-icon-md-information:before {
  content: "\f3c9";
}
.ivu-icon-md-ionic:before {
  content: "\f3ca";
}
.ivu-icon-md-ionitron:before {
  content: "\f3cb";
}
.ivu-icon-md-jet:before {
  content: "\f3cc";
}
.ivu-icon-md-key:before {
  content: "\f3cd";
}
.ivu-icon-md-keypad:before {
  content: "\f3ce";
}
.ivu-icon-md-laptop:before {
  content: "\f3cf";
}
.ivu-icon-md-leaf:before {
  content: "\f3d0";
}
.ivu-icon-md-link:before {
  content: "\f3d1";
}
.ivu-icon-md-list-box:before {
  content: "\f3d2";
}
.ivu-icon-md-list:before {
  content: "\f3d3";
}
.ivu-icon-md-locate:before {
  content: "\f3d4";
}
.ivu-icon-md-lock:before {
  content: "\f3d5";
}
.ivu-icon-md-log-in:before {
  content: "\f3d6";
}
.ivu-icon-md-log-out:before {
  content: "\f3d7";
}
.ivu-icon-md-magnet:before {
  content: "\f3d8";
}
.ivu-icon-md-mail-open:before {
  content: "\f3d9";
}
.ivu-icon-md-mail:before {
  content: "\f3da";
}
.ivu-icon-md-male:before {
  content: "\f3db";
}
.ivu-icon-md-man:before {
  content: "\f3dc";
}
.ivu-icon-md-map:before {
  content: "\f3dd";
}
.ivu-icon-md-medal:before {
  content: "\f3de";
}
.ivu-icon-md-medical:before {
  content: "\f3df";
}
.ivu-icon-md-medkit:before {
  content: "\f3e0";
}
.ivu-icon-md-megaphone:before {
  content: "\f3e1";
}
.ivu-icon-md-menu:before {
  content: "\f3e2";
}
.ivu-icon-md-mic-off:before {
  content: "\f3e3";
}
.ivu-icon-md-mic:before {
  content: "\f3e4";
}
.ivu-icon-md-microphone:before {
  content: "\f3e5";
}
.ivu-icon-md-moon:before {
  content: "\f3e6";
}
.ivu-icon-md-more:before {
  content: "\f3e7";
}
.ivu-icon-md-move:before {
  content: "\f3e8";
}
.ivu-icon-md-musical-note:before {
  content: "\f3e9";
}
.ivu-icon-md-musical-notes:before {
  content: "\f3ea";
}
.ivu-icon-md-navigate:before {
  content: "\f3eb";
}
.ivu-icon-md-no-smoking:before {
  content: "\f3ec";
}
.ivu-icon-md-notifications-off:before {
  content: "\f3ed";
}
.ivu-icon-md-notifications-outline:before {
  content: "\f3ee";
}
.ivu-icon-md-notifications:before {
  content: "\f3ef";
}
.ivu-icon-md-nuclear:before {
  content: "\f3f0";
}
.ivu-icon-md-nutrition:before {
  content: "\f3f1";
}
.ivu-icon-md-open:before {
  content: "\f3f2";
}
.ivu-icon-md-options:before {
  content: "\f3f3";
}
.ivu-icon-md-outlet:before {
  content: "\f3f4";
}
.ivu-icon-md-paper-plane:before {
  content: "\f3f5";
}
.ivu-icon-md-paper:before {
  content: "\f3f6";
}
.ivu-icon-md-partly-sunny:before {
  content: "\f3f7";
}
.ivu-icon-md-pause:before {
  content: "\f3f8";
}
.ivu-icon-md-paw:before {
  content: "\f3f9";
}
.ivu-icon-md-people:before {
  content: "\f3fa";
}
.ivu-icon-md-person-add:before {
  content: "\f3fb";
}
.ivu-icon-md-person:before {
  content: "\f3fc";
}
.ivu-icon-md-phone-landscape:before {
  content: "\f3fd";
}
.ivu-icon-md-phone-portrait:before {
  content: "\f3fe";
}
.ivu-icon-md-photos:before {
  content: "\f3ff";
}
.ivu-icon-md-pie:before {
  content: "\f400";
}
.ivu-icon-md-pin:before {
  content: "\f401";
}
.ivu-icon-md-pint:before {
  content: "\f402";
}
.ivu-icon-md-pizza:before {
  content: "\f403";
}
.ivu-icon-md-plane:before {
  content: "\f404";
}
.ivu-icon-md-planet:before {
  content: "\f405";
}
.ivu-icon-md-play:before {
  content: "\f406";
}
.ivu-icon-md-podium:before {
  content: "\f407";
}
.ivu-icon-md-power:before {
  content: "\f408";
}
.ivu-icon-md-pricetag:before {
  content: "\f409";
}
.ivu-icon-md-pricetags:before {
  content: "\f40a";
}
.ivu-icon-md-print:before {
  content: "\f40b";
}
.ivu-icon-md-pulse:before {
  content: "\f40c";
}
.ivu-icon-md-qr-scanner:before {
  content: "\f40d";
}
.ivu-icon-md-quote:before {
  content: "\f40e";
}
.ivu-icon-md-radio-button-off:before {
  content: "\f40f";
}
.ivu-icon-md-radio-button-on:before {
  content: "\f410";
}
.ivu-icon-md-radio:before {
  content: "\f411";
}
.ivu-icon-md-rainy:before {
  content: "\f412";
}
.ivu-icon-md-recording:before {
  content: "\f413";
}
.ivu-icon-md-redo:before {
  content: "\f414";
}
.ivu-icon-md-refresh-circle:before {
  content: "\f415";
}
.ivu-icon-md-refresh:before {
  content: "\f416";
}
.ivu-icon-md-remove-circle:before {
  content: "\f417";
}
.ivu-icon-md-remove:before {
  content: "\f418";
}
.ivu-icon-md-reorder:before {
  content: "\f419";
}
.ivu-icon-md-repeat:before {
  content: "\f41a";
}
.ivu-icon-md-resize:before {
  content: "\f41b";
}
.ivu-icon-md-restaurant:before {
  content: "\f41c";
}
.ivu-icon-md-return-left:before {
  content: "\f41d";
}
.ivu-icon-md-return-right:before {
  content: "\f41e";
}
.ivu-icon-md-reverse-camera:before {
  content: "\f41f";
}
.ivu-icon-md-rewind:before {
  content: "\f420";
}
.ivu-icon-md-ribbon:before {
  content: "\f421";
}
.ivu-icon-md-rose:before {
  content: "\f422";
}
.ivu-icon-md-sad:before {
  content: "\f423";
}
.ivu-icon-md-school:before {
  content: "\f424";
}
.ivu-icon-md-search:before {
  content: "\f425";
}
.ivu-icon-md-send:before {
  content: "\f426";
}
.ivu-icon-md-settings:before {
  content: "\f427";
}
.ivu-icon-md-share-alt:before {
  content: "\f428";
}
.ivu-icon-md-share:before {
  content: "\f429";
}
.ivu-icon-md-shirt:before {
  content: "\f42a";
}
.ivu-icon-md-shuffle:before {
  content: "\f42b";
}
.ivu-icon-md-skip-backward:before {
  content: "\f42c";
}
.ivu-icon-md-skip-forward:before {
  content: "\f42d";
}
.ivu-icon-md-snow:before {
  content: "\f42e";
}
.ivu-icon-md-speedometer:before {
  content: "\f42f";
}
.ivu-icon-md-square-outline:before {
  content: "\f430";
}
.ivu-icon-md-square:before {
  content: "\f431";
}
.ivu-icon-md-star-half:before {
  content: "\f432";
}
.ivu-icon-md-star-outline:before {
  content: "\f433";
}
.ivu-icon-md-star:before {
  content: "\f434";
}
.ivu-icon-md-stats:before {
  content: "\f435";
}
.ivu-icon-md-stopwatch:before {
  content: "\f436";
}
.ivu-icon-md-subway:before {
  content: "\f437";
}
.ivu-icon-md-sunny:before {
  content: "\f438";
}
.ivu-icon-md-swap:before {
  content: "\f439";
}
.ivu-icon-md-switch:before {
  content: "\f43a";
}
.ivu-icon-md-sync:before {
  content: "\f43b";
}
.ivu-icon-md-tablet-landscape:before {
  content: "\f43c";
}
.ivu-icon-md-tablet-portrait:before {
  content: "\f43d";
}
.ivu-icon-md-tennisball:before {
  content: "\f43e";
}
.ivu-icon-md-text:before {
  content: "\f43f";
}
.ivu-icon-md-thermometer:before {
  content: "\f440";
}
.ivu-icon-md-thumbs-down:before {
  content: "\f441";
}
.ivu-icon-md-thumbs-up:before {
  content: "\f442";
}
.ivu-icon-md-thunderstorm:before {
  content: "\f443";
}
.ivu-icon-md-time:before {
  content: "\f444";
}
.ivu-icon-md-timer:before {
  content: "\f445";
}
.ivu-icon-md-train:before {
  content: "\f446";
}
.ivu-icon-md-transgender:before {
  content: "\f447";
}
.ivu-icon-md-trash:before {
  content: "\f448";
}
.ivu-icon-md-trending-down:before {
  content: "\f449";
}
.ivu-icon-md-trending-up:before {
  content: "\f44a";
}
.ivu-icon-md-trophy:before {
  content: "\f44b";
}
.ivu-icon-md-umbrella:before {
  content: "\f44c";
}
.ivu-icon-md-undo:before {
  content: "\f44d";
}
.ivu-icon-md-unlock:before {
  content: "\f44e";
}
.ivu-icon-md-videocam:before {
  content: "\f44f";
}
.ivu-icon-md-volume-down:before {
  content: "\f450";
}
.ivu-icon-md-volume-mute:before {
  content: "\f451";
}
.ivu-icon-md-volume-off:before {
  content: "\f452";
}
.ivu-icon-md-volume-up:before {
  content: "\f453";
}
.ivu-icon-md-walk:before {
  content: "\f454";
}
.ivu-icon-md-warning:before {
  content: "\f455";
}
.ivu-icon-md-watch:before {
  content: "\f456";
}
.ivu-icon-md-water:before {
  content: "\f457";
}
.ivu-icon-md-wifi:before {
  content: "\f458";
}
.ivu-icon-md-wine:before {
  content: "\f459";
}
.ivu-icon-md-woman:before {
  content: "\f45a";
}
.ivu-icon-ios-loading:before {
  content: "\f45b";
}
.ivu-row {
  display: flex;
  flex-flow: row wrap;
}
.ivu-row::before,
.ivu-row::after {
  display: flex;
}
.ivu-row-no-wrap {
  flex-wrap: nowrap;
}
.ivu-row-start {
  justify-content: flex-start;
}
.ivu-row-center {
  justify-content: center;
}
.ivu-row-end {
  justify-content: flex-end;
}
.ivu-row-space-between {
  justify-content: space-between;
}
.ivu-row-space-around {
  justify-content: space-around;
}
.ivu-row-top {
  align-items: flex-start;
}
.ivu-row-middle {
  align-items: center;
}
.ivu-row-bottom {
  align-items: flex-end;
}
.ivu-col {
  position: relative;
  max-width: 100%;
  min-height: 1px;
}
.ivu-col-span-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.ivu-col-push-24 {
  left: 100%;
}
.ivu-col-pull-24 {
  right: 100%;
}
.ivu-col-offset-24 {
  margin-left: 100%;
}
.ivu-col-order-24 {
  order: 24;
}
.ivu-col-span-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}
.ivu-col-push-23 {
  left: 95.83333333%;
}
.ivu-col-pull-23 {
  right: 95.83333333%;
}
.ivu-col-offset-23 {
  margin-left: 95.83333333%;
}
.ivu-col-order-23 {
  order: 23;
}
.ivu-col-span-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.ivu-col-push-22 {
  left: 91.66666667%;
}
.ivu-col-pull-22 {
  right: 91.66666667%;
}
.ivu-col-offset-22 {
  margin-left: 91.66666667%;
}
.ivu-col-order-22 {
  order: 22;
}
.ivu-col-span-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.ivu-col-push-21 {
  left: 87.5%;
}
.ivu-col-pull-21 {
  right: 87.5%;
}
.ivu-col-offset-21 {
  margin-left: 87.5%;
}
.ivu-col-order-21 {
  order: 21;
}
.ivu-col-span-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.ivu-col-push-20 {
  left: 83.33333333%;
}
.ivu-col-pull-20 {
  right: 83.33333333%;
}
.ivu-col-offset-20 {
  margin-left: 83.33333333%;
}
.ivu-col-order-20 {
  order: 20;
}
.ivu-col-span-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}
.ivu-col-push-19 {
  left: 79.16666667%;
}
.ivu-col-pull-19 {
  right: 79.16666667%;
}
.ivu-col-offset-19 {
  margin-left: 79.16666667%;
}
.ivu-col-order-19 {
  order: 19;
}
.ivu-col-span-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%;
}
.ivu-col-push-18 {
  left: 75%;
}
.ivu-col-pull-18 {
  right: 75%;
}
.ivu-col-offset-18 {
  margin-left: 75%;
}
.ivu-col-order-18 {
  order: 18;
}
.ivu-col-span-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}
.ivu-col-push-17 {
  left: 70.83333333%;
}
.ivu-col-pull-17 {
  right: 70.83333333%;
}
.ivu-col-offset-17 {
  margin-left: 70.83333333%;
}
.ivu-col-order-17 {
  order: 17;
}
.ivu-col-span-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.ivu-col-push-16 {
  left: 66.66666667%;
}
.ivu-col-pull-16 {
  right: 66.66666667%;
}
.ivu-col-offset-16 {
  margin-left: 66.66666667%;
}
.ivu-col-order-16 {
  order: 16;
}
.ivu-col-span-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.ivu-col-push-15 {
  left: 62.5%;
}
.ivu-col-pull-15 {
  right: 62.5%;
}
.ivu-col-offset-15 {
  margin-left: 62.5%;
}
.ivu-col-order-15 {
  order: 15;
}
.ivu-col-span-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.ivu-col-push-14 {
  left: 58.33333333%;
}
.ivu-col-pull-14 {
  right: 58.33333333%;
}
.ivu-col-offset-14 {
  margin-left: 58.33333333%;
}
.ivu-col-order-14 {
  order: 14;
}
.ivu-col-span-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}
.ivu-col-push-13 {
  left: 54.16666667%;
}
.ivu-col-pull-13 {
  right: 54.16666667%;
}
.ivu-col-offset-13 {
  margin-left: 54.16666667%;
}
.ivu-col-order-13 {
  order: 13;
}
.ivu-col-span-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}
.ivu-col-push-12 {
  left: 50%;
}
.ivu-col-pull-12 {
  right: 50%;
}
.ivu-col-offset-12 {
  margin-left: 50%;
}
.ivu-col-order-12 {
  order: 12;
}
.ivu-col-span-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}
.ivu-col-push-11 {
  left: 45.83333333%;
}
.ivu-col-pull-11 {
  right: 45.83333333%;
}
.ivu-col-offset-11 {
  margin-left: 45.83333333%;
}
.ivu-col-order-11 {
  order: 11;
}
.ivu-col-span-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.ivu-col-push-10 {
  left: 41.66666667%;
}
.ivu-col-pull-10 {
  right: 41.66666667%;
}
.ivu-col-offset-10 {
  margin-left: 41.66666667%;
}
.ivu-col-order-10 {
  order: 10;
}
.ivu-col-span-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.ivu-col-push-9 {
  left: 37.5%;
}
.ivu-col-pull-9 {
  right: 37.5%;
}
.ivu-col-offset-9 {
  margin-left: 37.5%;
}
.ivu-col-order-9 {
  order: 9;
}
.ivu-col-span-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ivu-col-push-8 {
  left: 33.33333333%;
}
.ivu-col-pull-8 {
  right: 33.33333333%;
}
.ivu-col-offset-8 {
  margin-left: 33.33333333%;
}
.ivu-col-order-8 {
  order: 8;
}
.ivu-col-span-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}
.ivu-col-push-7 {
  left: 29.16666667%;
}
.ivu-col-pull-7 {
  right: 29.16666667%;
}
.ivu-col-offset-7 {
  margin-left: 29.16666667%;
}
.ivu-col-order-7 {
  order: 7;
}
.ivu-col-span-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}
.ivu-col-push-6 {
  left: 25%;
}
.ivu-col-pull-6 {
  right: 25%;
}
.ivu-col-offset-6 {
  margin-left: 25%;
}
.ivu-col-order-6 {
  order: 6;
}
.ivu-col-span-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}
.ivu-col-push-5 {
  left: 20.83333333%;
}
.ivu-col-pull-5 {
  right: 20.83333333%;
}
.ivu-col-offset-5 {
  margin-left: 20.83333333%;
}
.ivu-col-order-5 {
  order: 5;
}
.ivu-col-span-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ivu-col-push-4 {
  left: 16.66666667%;
}
.ivu-col-pull-4 {
  right: 16.66666667%;
}
.ivu-col-offset-4 {
  margin-left: 16.66666667%;
}
.ivu-col-order-4 {
  order: 4;
}
.ivu-col-span-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.ivu-col-push-3 {
  left: 12.5%;
}
.ivu-col-pull-3 {
  right: 12.5%;
}
.ivu-col-offset-3 {
  margin-left: 12.5%;
}
.ivu-col-order-3 {
  order: 3;
}
.ivu-col-span-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.ivu-col-push-2 {
  left: 8.33333333%;
}
.ivu-col-pull-2 {
  right: 8.33333333%;
}
.ivu-col-offset-2 {
  margin-left: 8.33333333%;
}
.ivu-col-order-2 {
  order: 2;
}
.ivu-col-span-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}
.ivu-col-push-1 {
  left: 4.16666667%;
}
.ivu-col-pull-1 {
  right: 4.16666667%;
}
.ivu-col-offset-1 {
  margin-left: 4.16666667%;
}
.ivu-col-order-1 {
  order: 1;
}
.ivu-col-span-0 {
  display: none;
}
.ivu-col-push-0 {
  left: auto;
}
.ivu-col-pull-0 {
  right: auto;
}
.ivu-col-push-0 {
  left: auto;
}
.ivu-col-pull-0 {
  right: auto;
}
.ivu-col-offset-0 {
  margin-left: 0;
}
.ivu-col-order-0 {
  order: 0;
}
.ivu-col-span-xs-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.ivu-col-xs-push-24 {
  left: 100%;
}
.ivu-col-xs-pull-24 {
  right: 100%;
}
.ivu-col-xs-offset-24 {
  margin-left: 100%;
}
.ivu-col-xs-order-24 {
  order: 24;
}
.ivu-col-span-xs-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}
.ivu-col-xs-push-23 {
  left: 95.83333333%;
}
.ivu-col-xs-pull-23 {
  right: 95.83333333%;
}
.ivu-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.ivu-col-xs-order-23 {
  order: 23;
}
.ivu-col-span-xs-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.ivu-col-xs-push-22 {
  left: 91.66666667%;
}
.ivu-col-xs-pull-22 {
  right: 91.66666667%;
}
.ivu-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.ivu-col-xs-order-22 {
  order: 22;
}
.ivu-col-span-xs-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.ivu-col-xs-push-21 {
  left: 87.5%;
}
.ivu-col-xs-pull-21 {
  right: 87.5%;
}
.ivu-col-xs-offset-21 {
  margin-left: 87.5%;
}
.ivu-col-xs-order-21 {
  order: 21;
}
.ivu-col-span-xs-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.ivu-col-xs-push-20 {
  left: 83.33333333%;
}
.ivu-col-xs-pull-20 {
  right: 83.33333333%;
}
.ivu-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.ivu-col-xs-order-20 {
  order: 20;
}
.ivu-col-span-xs-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}
.ivu-col-xs-push-19 {
  left: 79.16666667%;
}
.ivu-col-xs-pull-19 {
  right: 79.16666667%;
}
.ivu-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.ivu-col-xs-order-19 {
  order: 19;
}
.ivu-col-span-xs-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%;
}
.ivu-col-xs-push-18 {
  left: 75%;
}
.ivu-col-xs-pull-18 {
  right: 75%;
}
.ivu-col-xs-offset-18 {
  margin-left: 75%;
}
.ivu-col-xs-order-18 {
  order: 18;
}
.ivu-col-span-xs-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}
.ivu-col-xs-push-17 {
  left: 70.83333333%;
}
.ivu-col-xs-pull-17 {
  right: 70.83333333%;
}
.ivu-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.ivu-col-xs-order-17 {
  order: 17;
}
.ivu-col-span-xs-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.ivu-col-xs-push-16 {
  left: 66.66666667%;
}
.ivu-col-xs-pull-16 {
  right: 66.66666667%;
}
.ivu-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.ivu-col-xs-order-16 {
  order: 16;
}
.ivu-col-span-xs-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.ivu-col-xs-push-15 {
  left: 62.5%;
}
.ivu-col-xs-pull-15 {
  right: 62.5%;
}
.ivu-col-xs-offset-15 {
  margin-left: 62.5%;
}
.ivu-col-xs-order-15 {
  order: 15;
}
.ivu-col-span-xs-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.ivu-col-xs-push-14 {
  left: 58.33333333%;
}
.ivu-col-xs-pull-14 {
  right: 58.33333333%;
}
.ivu-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.ivu-col-xs-order-14 {
  order: 14;
}
.ivu-col-span-xs-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}
.ivu-col-xs-push-13 {
  left: 54.16666667%;
}
.ivu-col-xs-pull-13 {
  right: 54.16666667%;
}
.ivu-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.ivu-col-xs-order-13 {
  order: 13;
}
.ivu-col-span-xs-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}
.ivu-col-xs-push-12 {
  left: 50%;
}
.ivu-col-xs-pull-12 {
  right: 50%;
}
.ivu-col-xs-offset-12 {
  margin-left: 50%;
}
.ivu-col-xs-order-12 {
  order: 12;
}
.ivu-col-span-xs-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}
.ivu-col-xs-push-11 {
  left: 45.83333333%;
}
.ivu-col-xs-pull-11 {
  right: 45.83333333%;
}
.ivu-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.ivu-col-xs-order-11 {
  order: 11;
}
.ivu-col-span-xs-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.ivu-col-xs-push-10 {
  left: 41.66666667%;
}
.ivu-col-xs-pull-10 {
  right: 41.66666667%;
}
.ivu-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.ivu-col-xs-order-10 {
  order: 10;
}
.ivu-col-span-xs-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.ivu-col-xs-push-9 {
  left: 37.5%;
}
.ivu-col-xs-pull-9 {
  right: 37.5%;
}
.ivu-col-xs-offset-9 {
  margin-left: 37.5%;
}
.ivu-col-xs-order-9 {
  order: 9;
}
.ivu-col-span-xs-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ivu-col-xs-push-8 {
  left: 33.33333333%;
}
.ivu-col-xs-pull-8 {
  right: 33.33333333%;
}
.ivu-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.ivu-col-xs-order-8 {
  order: 8;
}
.ivu-col-span-xs-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}
.ivu-col-xs-push-7 {
  left: 29.16666667%;
}
.ivu-col-xs-pull-7 {
  right: 29.16666667%;
}
.ivu-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.ivu-col-xs-order-7 {
  order: 7;
}
.ivu-col-span-xs-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}
.ivu-col-xs-push-6 {
  left: 25%;
}
.ivu-col-xs-pull-6 {
  right: 25%;
}
.ivu-col-xs-offset-6 {
  margin-left: 25%;
}
.ivu-col-xs-order-6 {
  order: 6;
}
.ivu-col-span-xs-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}
.ivu-col-xs-push-5 {
  left: 20.83333333%;
}
.ivu-col-xs-pull-5 {
  right: 20.83333333%;
}
.ivu-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.ivu-col-xs-order-5 {
  order: 5;
}
.ivu-col-span-xs-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ivu-col-xs-push-4 {
  left: 16.66666667%;
}
.ivu-col-xs-pull-4 {
  right: 16.66666667%;
}
.ivu-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.ivu-col-xs-order-4 {
  order: 4;
}
.ivu-col-span-xs-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.ivu-col-xs-push-3 {
  left: 12.5%;
}
.ivu-col-xs-pull-3 {
  right: 12.5%;
}
.ivu-col-xs-offset-3 {
  margin-left: 12.5%;
}
.ivu-col-xs-order-3 {
  order: 3;
}
.ivu-col-span-xs-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.ivu-col-xs-push-2 {
  left: 8.33333333%;
}
.ivu-col-xs-pull-2 {
  right: 8.33333333%;
}
.ivu-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.ivu-col-xs-order-2 {
  order: 2;
}
.ivu-col-span-xs-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}
.ivu-col-xs-push-1 {
  left: 4.16666667%;
}
.ivu-col-xs-pull-1 {
  right: 4.16666667%;
}
.ivu-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.ivu-col-xs-order-1 {
  order: 1;
}
.ivu-col-span-xs-0 {
  display: none;
}
.ivu-col-push-0 {
  left: auto;
}
.ivu-col-pull-0 {
  right: auto;
}
.ivu-col-xs-push-0 {
  left: auto;
}
.ivu-col-xs-pull-0 {
  right: auto;
}
.ivu-col-xs-offset-0 {
  margin-left: 0;
}
.ivu-col-xs-order-0 {
  order: 0;
}
@media (min-width: 576px) {
  .ivu-col-span-sm-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ivu-col-sm-push-24 {
    left: 100%;
  }
  .ivu-col-sm-pull-24 {
    right: 100%;
  }
  .ivu-col-sm-offset-24 {
    margin-left: 100%;
  }
  .ivu-col-sm-order-24 {
    order: 24;
  }
  .ivu-col-span-sm-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ivu-col-sm-push-23 {
    left: 95.83333333%;
  }
  .ivu-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .ivu-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .ivu-col-sm-order-23 {
    order: 23;
  }
  .ivu-col-span-sm-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ivu-col-sm-push-22 {
    left: 91.66666667%;
  }
  .ivu-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .ivu-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .ivu-col-sm-order-22 {
    order: 22;
  }
  .ivu-col-span-sm-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ivu-col-sm-push-21 {
    left: 87.5%;
  }
  .ivu-col-sm-pull-21 {
    right: 87.5%;
  }
  .ivu-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .ivu-col-sm-order-21 {
    order: 21;
  }
  .ivu-col-span-sm-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ivu-col-sm-push-20 {
    left: 83.33333333%;
  }
  .ivu-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .ivu-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .ivu-col-sm-order-20 {
    order: 20;
  }
  .ivu-col-span-sm-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ivu-col-sm-push-19 {
    left: 79.16666667%;
  }
  .ivu-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .ivu-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .ivu-col-sm-order-19 {
    order: 19;
  }
  .ivu-col-span-sm-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ivu-col-sm-push-18 {
    left: 75%;
  }
  .ivu-col-sm-pull-18 {
    right: 75%;
  }
  .ivu-col-sm-offset-18 {
    margin-left: 75%;
  }
  .ivu-col-sm-order-18 {
    order: 18;
  }
  .ivu-col-span-sm-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ivu-col-sm-push-17 {
    left: 70.83333333%;
  }
  .ivu-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .ivu-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .ivu-col-sm-order-17 {
    order: 17;
  }
  .ivu-col-span-sm-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ivu-col-sm-push-16 {
    left: 66.66666667%;
  }
  .ivu-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .ivu-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .ivu-col-sm-order-16 {
    order: 16;
  }
  .ivu-col-span-sm-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ivu-col-sm-push-15 {
    left: 62.5%;
  }
  .ivu-col-sm-pull-15 {
    right: 62.5%;
  }
  .ivu-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .ivu-col-sm-order-15 {
    order: 15;
  }
  .ivu-col-span-sm-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ivu-col-sm-push-14 {
    left: 58.33333333%;
  }
  .ivu-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .ivu-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .ivu-col-sm-order-14 {
    order: 14;
  }
  .ivu-col-span-sm-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ivu-col-sm-push-13 {
    left: 54.16666667%;
  }
  .ivu-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .ivu-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .ivu-col-sm-order-13 {
    order: 13;
  }
  .ivu-col-span-sm-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ivu-col-sm-push-12 {
    left: 50%;
  }
  .ivu-col-sm-pull-12 {
    right: 50%;
  }
  .ivu-col-sm-offset-12 {
    margin-left: 50%;
  }
  .ivu-col-sm-order-12 {
    order: 12;
  }
  .ivu-col-span-sm-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ivu-col-sm-push-11 {
    left: 45.83333333%;
  }
  .ivu-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .ivu-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .ivu-col-sm-order-11 {
    order: 11;
  }
  .ivu-col-span-sm-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ivu-col-sm-push-10 {
    left: 41.66666667%;
  }
  .ivu-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .ivu-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .ivu-col-sm-order-10 {
    order: 10;
  }
  .ivu-col-span-sm-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ivu-col-sm-push-9 {
    left: 37.5%;
  }
  .ivu-col-sm-pull-9 {
    right: 37.5%;
  }
  .ivu-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .ivu-col-sm-order-9 {
    order: 9;
  }
  .ivu-col-span-sm-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ivu-col-sm-push-8 {
    left: 33.33333333%;
  }
  .ivu-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .ivu-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .ivu-col-sm-order-8 {
    order: 8;
  }
  .ivu-col-span-sm-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ivu-col-sm-push-7 {
    left: 29.16666667%;
  }
  .ivu-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .ivu-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .ivu-col-sm-order-7 {
    order: 7;
  }
  .ivu-col-span-sm-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ivu-col-sm-push-6 {
    left: 25%;
  }
  .ivu-col-sm-pull-6 {
    right: 25%;
  }
  .ivu-col-sm-offset-6 {
    margin-left: 25%;
  }
  .ivu-col-sm-order-6 {
    order: 6;
  }
  .ivu-col-span-sm-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ivu-col-sm-push-5 {
    left: 20.83333333%;
  }
  .ivu-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .ivu-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .ivu-col-sm-order-5 {
    order: 5;
  }
  .ivu-col-span-sm-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ivu-col-sm-push-4 {
    left: 16.66666667%;
  }
  .ivu-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .ivu-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .ivu-col-sm-order-4 {
    order: 4;
  }
  .ivu-col-span-sm-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ivu-col-sm-push-3 {
    left: 12.5%;
  }
  .ivu-col-sm-pull-3 {
    right: 12.5%;
  }
  .ivu-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .ivu-col-sm-order-3 {
    order: 3;
  }
  .ivu-col-span-sm-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ivu-col-sm-push-2 {
    left: 8.33333333%;
  }
  .ivu-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .ivu-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .ivu-col-sm-order-2 {
    order: 2;
  }
  .ivu-col-span-sm-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ivu-col-sm-push-1 {
    left: 4.16666667%;
  }
  .ivu-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .ivu-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .ivu-col-sm-order-1 {
    order: 1;
  }
  .ivu-col-span-sm-0 {
    display: none;
  }
  .ivu-col-push-0 {
    left: auto;
  }
  .ivu-col-pull-0 {
    right: auto;
  }
  .ivu-col-sm-push-0 {
    left: auto;
  }
  .ivu-col-sm-pull-0 {
    right: auto;
  }
  .ivu-col-sm-offset-0 {
    margin-left: 0;
  }
  .ivu-col-sm-order-0 {
    order: 0;
  }
}
@media (min-width: 768px) {
  .ivu-col-span-md-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ivu-col-md-push-24 {
    left: 100%;
  }
  .ivu-col-md-pull-24 {
    right: 100%;
  }
  .ivu-col-md-offset-24 {
    margin-left: 100%;
  }
  .ivu-col-md-order-24 {
    order: 24;
  }
  .ivu-col-span-md-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ivu-col-md-push-23 {
    left: 95.83333333%;
  }
  .ivu-col-md-pull-23 {
    right: 95.83333333%;
  }
  .ivu-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .ivu-col-md-order-23 {
    order: 23;
  }
  .ivu-col-span-md-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ivu-col-md-push-22 {
    left: 91.66666667%;
  }
  .ivu-col-md-pull-22 {
    right: 91.66666667%;
  }
  .ivu-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .ivu-col-md-order-22 {
    order: 22;
  }
  .ivu-col-span-md-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ivu-col-md-push-21 {
    left: 87.5%;
  }
  .ivu-col-md-pull-21 {
    right: 87.5%;
  }
  .ivu-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .ivu-col-md-order-21 {
    order: 21;
  }
  .ivu-col-span-md-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ivu-col-md-push-20 {
    left: 83.33333333%;
  }
  .ivu-col-md-pull-20 {
    right: 83.33333333%;
  }
  .ivu-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .ivu-col-md-order-20 {
    order: 20;
  }
  .ivu-col-span-md-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ivu-col-md-push-19 {
    left: 79.16666667%;
  }
  .ivu-col-md-pull-19 {
    right: 79.16666667%;
  }
  .ivu-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .ivu-col-md-order-19 {
    order: 19;
  }
  .ivu-col-span-md-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ivu-col-md-push-18 {
    left: 75%;
  }
  .ivu-col-md-pull-18 {
    right: 75%;
  }
  .ivu-col-md-offset-18 {
    margin-left: 75%;
  }
  .ivu-col-md-order-18 {
    order: 18;
  }
  .ivu-col-span-md-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ivu-col-md-push-17 {
    left: 70.83333333%;
  }
  .ivu-col-md-pull-17 {
    right: 70.83333333%;
  }
  .ivu-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .ivu-col-md-order-17 {
    order: 17;
  }
  .ivu-col-span-md-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ivu-col-md-push-16 {
    left: 66.66666667%;
  }
  .ivu-col-md-pull-16 {
    right: 66.66666667%;
  }
  .ivu-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .ivu-col-md-order-16 {
    order: 16;
  }
  .ivu-col-span-md-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ivu-col-md-push-15 {
    left: 62.5%;
  }
  .ivu-col-md-pull-15 {
    right: 62.5%;
  }
  .ivu-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .ivu-col-md-order-15 {
    order: 15;
  }
  .ivu-col-span-md-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ivu-col-md-push-14 {
    left: 58.33333333%;
  }
  .ivu-col-md-pull-14 {
    right: 58.33333333%;
  }
  .ivu-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .ivu-col-md-order-14 {
    order: 14;
  }
  .ivu-col-span-md-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ivu-col-md-push-13 {
    left: 54.16666667%;
  }
  .ivu-col-md-pull-13 {
    right: 54.16666667%;
  }
  .ivu-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .ivu-col-md-order-13 {
    order: 13;
  }
  .ivu-col-span-md-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ivu-col-md-push-12 {
    left: 50%;
  }
  .ivu-col-md-pull-12 {
    right: 50%;
  }
  .ivu-col-md-offset-12 {
    margin-left: 50%;
  }
  .ivu-col-md-order-12 {
    order: 12;
  }
  .ivu-col-span-md-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ivu-col-md-push-11 {
    left: 45.83333333%;
  }
  .ivu-col-md-pull-11 {
    right: 45.83333333%;
  }
  .ivu-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .ivu-col-md-order-11 {
    order: 11;
  }
  .ivu-col-span-md-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ivu-col-md-push-10 {
    left: 41.66666667%;
  }
  .ivu-col-md-pull-10 {
    right: 41.66666667%;
  }
  .ivu-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .ivu-col-md-order-10 {
    order: 10;
  }
  .ivu-col-span-md-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ivu-col-md-push-9 {
    left: 37.5%;
  }
  .ivu-col-md-pull-9 {
    right: 37.5%;
  }
  .ivu-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .ivu-col-md-order-9 {
    order: 9;
  }
  .ivu-col-span-md-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ivu-col-md-push-8 {
    left: 33.33333333%;
  }
  .ivu-col-md-pull-8 {
    right: 33.33333333%;
  }
  .ivu-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .ivu-col-md-order-8 {
    order: 8;
  }
  .ivu-col-span-md-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ivu-col-md-push-7 {
    left: 29.16666667%;
  }
  .ivu-col-md-pull-7 {
    right: 29.16666667%;
  }
  .ivu-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .ivu-col-md-order-7 {
    order: 7;
  }
  .ivu-col-span-md-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ivu-col-md-push-6 {
    left: 25%;
  }
  .ivu-col-md-pull-6 {
    right: 25%;
  }
  .ivu-col-md-offset-6 {
    margin-left: 25%;
  }
  .ivu-col-md-order-6 {
    order: 6;
  }
  .ivu-col-span-md-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ivu-col-md-push-5 {
    left: 20.83333333%;
  }
  .ivu-col-md-pull-5 {
    right: 20.83333333%;
  }
  .ivu-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .ivu-col-md-order-5 {
    order: 5;
  }
  .ivu-col-span-md-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ivu-col-md-push-4 {
    left: 16.66666667%;
  }
  .ivu-col-md-pull-4 {
    right: 16.66666667%;
  }
  .ivu-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .ivu-col-md-order-4 {
    order: 4;
  }
  .ivu-col-span-md-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ivu-col-md-push-3 {
    left: 12.5%;
  }
  .ivu-col-md-pull-3 {
    right: 12.5%;
  }
  .ivu-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .ivu-col-md-order-3 {
    order: 3;
  }
  .ivu-col-span-md-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ivu-col-md-push-2 {
    left: 8.33333333%;
  }
  .ivu-col-md-pull-2 {
    right: 8.33333333%;
  }
  .ivu-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .ivu-col-md-order-2 {
    order: 2;
  }
  .ivu-col-span-md-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ivu-col-md-push-1 {
    left: 4.16666667%;
  }
  .ivu-col-md-pull-1 {
    right: 4.16666667%;
  }
  .ivu-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .ivu-col-md-order-1 {
    order: 1;
  }
  .ivu-col-span-md-0 {
    display: none;
  }
  .ivu-col-push-0 {
    left: auto;
  }
  .ivu-col-pull-0 {
    right: auto;
  }
  .ivu-col-md-push-0 {
    left: auto;
  }
  .ivu-col-md-pull-0 {
    right: auto;
  }
  .ivu-col-md-offset-0 {
    margin-left: 0;
  }
  .ivu-col-md-order-0 {
    order: 0;
  }
}
@media (min-width: 992px) {
  .ivu-col-span-lg-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ivu-col-lg-push-24 {
    left: 100%;
  }
  .ivu-col-lg-pull-24 {
    right: 100%;
  }
  .ivu-col-lg-offset-24 {
    margin-left: 100%;
  }
  .ivu-col-lg-order-24 {
    order: 24;
  }
  .ivu-col-span-lg-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ivu-col-lg-push-23 {
    left: 95.83333333%;
  }
  .ivu-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .ivu-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .ivu-col-lg-order-23 {
    order: 23;
  }
  .ivu-col-span-lg-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ivu-col-lg-push-22 {
    left: 91.66666667%;
  }
  .ivu-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .ivu-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .ivu-col-lg-order-22 {
    order: 22;
  }
  .ivu-col-span-lg-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ivu-col-lg-push-21 {
    left: 87.5%;
  }
  .ivu-col-lg-pull-21 {
    right: 87.5%;
  }
  .ivu-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .ivu-col-lg-order-21 {
    order: 21;
  }
  .ivu-col-span-lg-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ivu-col-lg-push-20 {
    left: 83.33333333%;
  }
  .ivu-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .ivu-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .ivu-col-lg-order-20 {
    order: 20;
  }
  .ivu-col-span-lg-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ivu-col-lg-push-19 {
    left: 79.16666667%;
  }
  .ivu-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .ivu-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .ivu-col-lg-order-19 {
    order: 19;
  }
  .ivu-col-span-lg-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ivu-col-lg-push-18 {
    left: 75%;
  }
  .ivu-col-lg-pull-18 {
    right: 75%;
  }
  .ivu-col-lg-offset-18 {
    margin-left: 75%;
  }
  .ivu-col-lg-order-18 {
    order: 18;
  }
  .ivu-col-span-lg-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ivu-col-lg-push-17 {
    left: 70.83333333%;
  }
  .ivu-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .ivu-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .ivu-col-lg-order-17 {
    order: 17;
  }
  .ivu-col-span-lg-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ivu-col-lg-push-16 {
    left: 66.66666667%;
  }
  .ivu-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .ivu-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .ivu-col-lg-order-16 {
    order: 16;
  }
  .ivu-col-span-lg-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ivu-col-lg-push-15 {
    left: 62.5%;
  }
  .ivu-col-lg-pull-15 {
    right: 62.5%;
  }
  .ivu-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .ivu-col-lg-order-15 {
    order: 15;
  }
  .ivu-col-span-lg-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ivu-col-lg-push-14 {
    left: 58.33333333%;
  }
  .ivu-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .ivu-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .ivu-col-lg-order-14 {
    order: 14;
  }
  .ivu-col-span-lg-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ivu-col-lg-push-13 {
    left: 54.16666667%;
  }
  .ivu-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .ivu-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .ivu-col-lg-order-13 {
    order: 13;
  }
  .ivu-col-span-lg-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ivu-col-lg-push-12 {
    left: 50%;
  }
  .ivu-col-lg-pull-12 {
    right: 50%;
  }
  .ivu-col-lg-offset-12 {
    margin-left: 50%;
  }
  .ivu-col-lg-order-12 {
    order: 12;
  }
  .ivu-col-span-lg-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ivu-col-lg-push-11 {
    left: 45.83333333%;
  }
  .ivu-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .ivu-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .ivu-col-lg-order-11 {
    order: 11;
  }
  .ivu-col-span-lg-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ivu-col-lg-push-10 {
    left: 41.66666667%;
  }
  .ivu-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .ivu-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .ivu-col-lg-order-10 {
    order: 10;
  }
  .ivu-col-span-lg-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ivu-col-lg-push-9 {
    left: 37.5%;
  }
  .ivu-col-lg-pull-9 {
    right: 37.5%;
  }
  .ivu-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .ivu-col-lg-order-9 {
    order: 9;
  }
  .ivu-col-span-lg-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ivu-col-lg-push-8 {
    left: 33.33333333%;
  }
  .ivu-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .ivu-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .ivu-col-lg-order-8 {
    order: 8;
  }
  .ivu-col-span-lg-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ivu-col-lg-push-7 {
    left: 29.16666667%;
  }
  .ivu-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .ivu-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .ivu-col-lg-order-7 {
    order: 7;
  }
  .ivu-col-span-lg-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ivu-col-lg-push-6 {
    left: 25%;
  }
  .ivu-col-lg-pull-6 {
    right: 25%;
  }
  .ivu-col-lg-offset-6 {
    margin-left: 25%;
  }
  .ivu-col-lg-order-6 {
    order: 6;
  }
  .ivu-col-span-lg-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ivu-col-lg-push-5 {
    left: 20.83333333%;
  }
  .ivu-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .ivu-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .ivu-col-lg-order-5 {
    order: 5;
  }
  .ivu-col-span-lg-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ivu-col-lg-push-4 {
    left: 16.66666667%;
  }
  .ivu-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .ivu-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .ivu-col-lg-order-4 {
    order: 4;
  }
  .ivu-col-span-lg-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ivu-col-lg-push-3 {
    left: 12.5%;
  }
  .ivu-col-lg-pull-3 {
    right: 12.5%;
  }
  .ivu-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .ivu-col-lg-order-3 {
    order: 3;
  }
  .ivu-col-span-lg-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ivu-col-lg-push-2 {
    left: 8.33333333%;
  }
  .ivu-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .ivu-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .ivu-col-lg-order-2 {
    order: 2;
  }
  .ivu-col-span-lg-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ivu-col-lg-push-1 {
    left: 4.16666667%;
  }
  .ivu-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .ivu-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .ivu-col-lg-order-1 {
    order: 1;
  }
  .ivu-col-span-lg-0 {
    display: none;
  }
  .ivu-col-push-0 {
    left: auto;
  }
  .ivu-col-pull-0 {
    right: auto;
  }
  .ivu-col-lg-push-0 {
    left: auto;
  }
  .ivu-col-lg-pull-0 {
    right: auto;
  }
  .ivu-col-lg-offset-0 {
    margin-left: 0;
  }
  .ivu-col-lg-order-0 {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .ivu-col-span-xl-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ivu-col-xl-push-24 {
    left: 100%;
  }
  .ivu-col-xl-pull-24 {
    right: 100%;
  }
  .ivu-col-xl-offset-24 {
    margin-left: 100%;
  }
  .ivu-col-xl-order-24 {
    order: 24;
  }
  .ivu-col-span-xl-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ivu-col-xl-push-23 {
    left: 95.83333333%;
  }
  .ivu-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .ivu-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ivu-col-xl-order-23 {
    order: 23;
  }
  .ivu-col-span-xl-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ivu-col-xl-push-22 {
    left: 91.66666667%;
  }
  .ivu-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .ivu-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ivu-col-xl-order-22 {
    order: 22;
  }
  .ivu-col-span-xl-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ivu-col-xl-push-21 {
    left: 87.5%;
  }
  .ivu-col-xl-pull-21 {
    right: 87.5%;
  }
  .ivu-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .ivu-col-xl-order-21 {
    order: 21;
  }
  .ivu-col-span-xl-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ivu-col-xl-push-20 {
    left: 83.33333333%;
  }
  .ivu-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .ivu-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ivu-col-xl-order-20 {
    order: 20;
  }
  .ivu-col-span-xl-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ivu-col-xl-push-19 {
    left: 79.16666667%;
  }
  .ivu-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .ivu-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ivu-col-xl-order-19 {
    order: 19;
  }
  .ivu-col-span-xl-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ivu-col-xl-push-18 {
    left: 75%;
  }
  .ivu-col-xl-pull-18 {
    right: 75%;
  }
  .ivu-col-xl-offset-18 {
    margin-left: 75%;
  }
  .ivu-col-xl-order-18 {
    order: 18;
  }
  .ivu-col-span-xl-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ivu-col-xl-push-17 {
    left: 70.83333333%;
  }
  .ivu-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .ivu-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ivu-col-xl-order-17 {
    order: 17;
  }
  .ivu-col-span-xl-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ivu-col-xl-push-16 {
    left: 66.66666667%;
  }
  .ivu-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .ivu-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ivu-col-xl-order-16 {
    order: 16;
  }
  .ivu-col-span-xl-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ivu-col-xl-push-15 {
    left: 62.5%;
  }
  .ivu-col-xl-pull-15 {
    right: 62.5%;
  }
  .ivu-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .ivu-col-xl-order-15 {
    order: 15;
  }
  .ivu-col-span-xl-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ivu-col-xl-push-14 {
    left: 58.33333333%;
  }
  .ivu-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .ivu-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ivu-col-xl-order-14 {
    order: 14;
  }
  .ivu-col-span-xl-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ivu-col-xl-push-13 {
    left: 54.16666667%;
  }
  .ivu-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .ivu-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ivu-col-xl-order-13 {
    order: 13;
  }
  .ivu-col-span-xl-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ivu-col-xl-push-12 {
    left: 50%;
  }
  .ivu-col-xl-pull-12 {
    right: 50%;
  }
  .ivu-col-xl-offset-12 {
    margin-left: 50%;
  }
  .ivu-col-xl-order-12 {
    order: 12;
  }
  .ivu-col-span-xl-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ivu-col-xl-push-11 {
    left: 45.83333333%;
  }
  .ivu-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .ivu-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ivu-col-xl-order-11 {
    order: 11;
  }
  .ivu-col-span-xl-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ivu-col-xl-push-10 {
    left: 41.66666667%;
  }
  .ivu-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .ivu-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ivu-col-xl-order-10 {
    order: 10;
  }
  .ivu-col-span-xl-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ivu-col-xl-push-9 {
    left: 37.5%;
  }
  .ivu-col-xl-pull-9 {
    right: 37.5%;
  }
  .ivu-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .ivu-col-xl-order-9 {
    order: 9;
  }
  .ivu-col-span-xl-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ivu-col-xl-push-8 {
    left: 33.33333333%;
  }
  .ivu-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .ivu-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ivu-col-xl-order-8 {
    order: 8;
  }
  .ivu-col-span-xl-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ivu-col-xl-push-7 {
    left: 29.16666667%;
  }
  .ivu-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .ivu-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ivu-col-xl-order-7 {
    order: 7;
  }
  .ivu-col-span-xl-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ivu-col-xl-push-6 {
    left: 25%;
  }
  .ivu-col-xl-pull-6 {
    right: 25%;
  }
  .ivu-col-xl-offset-6 {
    margin-left: 25%;
  }
  .ivu-col-xl-order-6 {
    order: 6;
  }
  .ivu-col-span-xl-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ivu-col-xl-push-5 {
    left: 20.83333333%;
  }
  .ivu-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .ivu-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ivu-col-xl-order-5 {
    order: 5;
  }
  .ivu-col-span-xl-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ivu-col-xl-push-4 {
    left: 16.66666667%;
  }
  .ivu-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .ivu-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ivu-col-xl-order-4 {
    order: 4;
  }
  .ivu-col-span-xl-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ivu-col-xl-push-3 {
    left: 12.5%;
  }
  .ivu-col-xl-pull-3 {
    right: 12.5%;
  }
  .ivu-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .ivu-col-xl-order-3 {
    order: 3;
  }
  .ivu-col-span-xl-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ivu-col-xl-push-2 {
    left: 8.33333333%;
  }
  .ivu-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .ivu-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ivu-col-xl-order-2 {
    order: 2;
  }
  .ivu-col-span-xl-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ivu-col-xl-push-1 {
    left: 4.16666667%;
  }
  .ivu-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .ivu-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ivu-col-xl-order-1 {
    order: 1;
  }
  .ivu-col-span-xl-0 {
    display: none;
  }
  .ivu-col-push-0 {
    left: auto;
  }
  .ivu-col-pull-0 {
    right: auto;
  }
  .ivu-col-xl-push-0 {
    left: auto;
  }
  .ivu-col-xl-pull-0 {
    right: auto;
  }
  .ivu-col-xl-offset-0 {
    margin-left: 0;
  }
  .ivu-col-xl-order-0 {
    order: 0;
  }
}
@media (min-width: 1600px) {
  .ivu-col-span-xxl-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ivu-col-xxl-push-24 {
    left: 100%;
  }
  .ivu-col-xxl-pull-24 {
    right: 100%;
  }
  .ivu-col-xxl-offset-24 {
    margin-left: 100%;
  }
  .ivu-col-xxl-order-24 {
    order: 24;
  }
  .ivu-col-span-xxl-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ivu-col-xxl-push-23 {
    left: 95.83333333%;
  }
  .ivu-col-xxl-pull-23 {
    right: 95.83333333%;
  }
  .ivu-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ivu-col-xxl-order-23 {
    order: 23;
  }
  .ivu-col-span-xxl-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ivu-col-xxl-push-22 {
    left: 91.66666667%;
  }
  .ivu-col-xxl-pull-22 {
    right: 91.66666667%;
  }
  .ivu-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ivu-col-xxl-order-22 {
    order: 22;
  }
  .ivu-col-span-xxl-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ivu-col-xxl-push-21 {
    left: 87.5%;
  }
  .ivu-col-xxl-pull-21 {
    right: 87.5%;
  }
  .ivu-col-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .ivu-col-xxl-order-21 {
    order: 21;
  }
  .ivu-col-span-xxl-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ivu-col-xxl-push-20 {
    left: 83.33333333%;
  }
  .ivu-col-xxl-pull-20 {
    right: 83.33333333%;
  }
  .ivu-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ivu-col-xxl-order-20 {
    order: 20;
  }
  .ivu-col-span-xxl-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ivu-col-xxl-push-19 {
    left: 79.16666667%;
  }
  .ivu-col-xxl-pull-19 {
    right: 79.16666667%;
  }
  .ivu-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ivu-col-xxl-order-19 {
    order: 19;
  }
  .ivu-col-span-xxl-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ivu-col-xxl-push-18 {
    left: 75%;
  }
  .ivu-col-xxl-pull-18 {
    right: 75%;
  }
  .ivu-col-xxl-offset-18 {
    margin-left: 75%;
  }
  .ivu-col-xxl-order-18 {
    order: 18;
  }
  .ivu-col-span-xxl-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ivu-col-xxl-push-17 {
    left: 70.83333333%;
  }
  .ivu-col-xxl-pull-17 {
    right: 70.83333333%;
  }
  .ivu-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ivu-col-xxl-order-17 {
    order: 17;
  }
  .ivu-col-span-xxl-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ivu-col-xxl-push-16 {
    left: 66.66666667%;
  }
  .ivu-col-xxl-pull-16 {
    right: 66.66666667%;
  }
  .ivu-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ivu-col-xxl-order-16 {
    order: 16;
  }
  .ivu-col-span-xxl-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ivu-col-xxl-push-15 {
    left: 62.5%;
  }
  .ivu-col-xxl-pull-15 {
    right: 62.5%;
  }
  .ivu-col-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .ivu-col-xxl-order-15 {
    order: 15;
  }
  .ivu-col-span-xxl-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ivu-col-xxl-push-14 {
    left: 58.33333333%;
  }
  .ivu-col-xxl-pull-14 {
    right: 58.33333333%;
  }
  .ivu-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ivu-col-xxl-order-14 {
    order: 14;
  }
  .ivu-col-span-xxl-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ivu-col-xxl-push-13 {
    left: 54.16666667%;
  }
  .ivu-col-xxl-pull-13 {
    right: 54.16666667%;
  }
  .ivu-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ivu-col-xxl-order-13 {
    order: 13;
  }
  .ivu-col-span-xxl-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ivu-col-xxl-push-12 {
    left: 50%;
  }
  .ivu-col-xxl-pull-12 {
    right: 50%;
  }
  .ivu-col-xxl-offset-12 {
    margin-left: 50%;
  }
  .ivu-col-xxl-order-12 {
    order: 12;
  }
  .ivu-col-span-xxl-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ivu-col-xxl-push-11 {
    left: 45.83333333%;
  }
  .ivu-col-xxl-pull-11 {
    right: 45.83333333%;
  }
  .ivu-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ivu-col-xxl-order-11 {
    order: 11;
  }
  .ivu-col-span-xxl-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ivu-col-xxl-push-10 {
    left: 41.66666667%;
  }
  .ivu-col-xxl-pull-10 {
    right: 41.66666667%;
  }
  .ivu-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ivu-col-xxl-order-10 {
    order: 10;
  }
  .ivu-col-span-xxl-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ivu-col-xxl-push-9 {
    left: 37.5%;
  }
  .ivu-col-xxl-pull-9 {
    right: 37.5%;
  }
  .ivu-col-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .ivu-col-xxl-order-9 {
    order: 9;
  }
  .ivu-col-span-xxl-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ivu-col-xxl-push-8 {
    left: 33.33333333%;
  }
  .ivu-col-xxl-pull-8 {
    right: 33.33333333%;
  }
  .ivu-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ivu-col-xxl-order-8 {
    order: 8;
  }
  .ivu-col-span-xxl-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ivu-col-xxl-push-7 {
    left: 29.16666667%;
  }
  .ivu-col-xxl-pull-7 {
    right: 29.16666667%;
  }
  .ivu-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ivu-col-xxl-order-7 {
    order: 7;
  }
  .ivu-col-span-xxl-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ivu-col-xxl-push-6 {
    left: 25%;
  }
  .ivu-col-xxl-pull-6 {
    right: 25%;
  }
  .ivu-col-xxl-offset-6 {
    margin-left: 25%;
  }
  .ivu-col-xxl-order-6 {
    order: 6;
  }
  .ivu-col-span-xxl-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ivu-col-xxl-push-5 {
    left: 20.83333333%;
  }
  .ivu-col-xxl-pull-5 {
    right: 20.83333333%;
  }
  .ivu-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ivu-col-xxl-order-5 {
    order: 5;
  }
  .ivu-col-span-xxl-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ivu-col-xxl-push-4 {
    left: 16.66666667%;
  }
  .ivu-col-xxl-pull-4 {
    right: 16.66666667%;
  }
  .ivu-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ivu-col-xxl-order-4 {
    order: 4;
  }
  .ivu-col-span-xxl-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ivu-col-xxl-push-3 {
    left: 12.5%;
  }
  .ivu-col-xxl-pull-3 {
    right: 12.5%;
  }
  .ivu-col-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .ivu-col-xxl-order-3 {
    order: 3;
  }
  .ivu-col-span-xxl-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ivu-col-xxl-push-2 {
    left: 8.33333333%;
  }
  .ivu-col-xxl-pull-2 {
    right: 8.33333333%;
  }
  .ivu-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ivu-col-xxl-order-2 {
    order: 2;
  }
  .ivu-col-span-xxl-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ivu-col-xxl-push-1 {
    left: 4.16666667%;
  }
  .ivu-col-xxl-pull-1 {
    right: 4.16666667%;
  }
  .ivu-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ivu-col-xxl-order-1 {
    order: 1;
  }
  .ivu-col-span-xxl-0 {
    display: none;
  }
  .ivu-col-push-0 {
    left: auto;
  }
  .ivu-col-pull-0 {
    right: auto;
  }
  .ivu-col-xxl-push-0 {
    left: auto;
  }
  .ivu-col-xxl-pull-0 {
    right: auto;
  }
  .ivu-col-xxl-offset-0 {
    margin-left: 0;
  }
  .ivu-col-xxl-order-0 {
    order: 0;
  }
}
.ivu-article h1 {
  font-size: 26px;
  font-weight: normal;
}
.ivu-article h2 {
  font-size: 20px;
  font-weight: normal;
}
.ivu-article h3 {
  font-size: 16px;
  font-weight: normal;
}
.ivu-article h4 {
  font-size: 14px;
  font-weight: normal;
}
.ivu-article h5 {
  font-size: 12px;
  font-weight: normal;
}
.ivu-article h6 {
  font-size: 12px;
  font-weight: normal;
}
.ivu-article blockquote {
  padding: 5px 5px 3px 10px;
  line-height: 1.5;
  border-left: 4px solid #ddd;
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
}
.ivu-article ul:not([class^="ivu-"]) {
  padding-left: 40px;
  list-style-type: disc;
}
.ivu-article li:not([class^="ivu-"]) {
  margin-bottom: 5px;
  font-size: 14px;
}
.ivu-article ul ul:not([class^="ivu-"]),
.ivu-article ol ul:not([class^="ivu-"]) {
  list-style-type: circle;
}
.ivu-article p {
  margin: 5px;
  font-size: 14px;
}
.ivu-article a:not([class^="ivu-"])[target="_blank"]:after {
  content: "\F3F2";
  font-family: Ionicons;
  color: #aaa;
  margin-left: 3px;
}
.fade-enter-active,
.fade-appear {
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-leave-active {
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-enter-active,
.fade-appear {
  -webkit-animation-name: ivuFadeIn;
          animation-name: ivuFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-leave-active {
  -webkit-animation-name: ivuFadeOut;
          animation-name: ivuFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-enter-active,
.fade-appear {
  opacity: 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.fade-leave-active {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes ivuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ivuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ivuFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ivuFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter-active,
.move-up-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-leave-active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-enter-active,
.move-up-appear {
  -webkit-animation-name: ivuMoveUpIn;
          animation-name: ivuMoveUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-up-leave-active {
  -webkit-animation-name: ivuMoveUpOut;
          animation-name: ivuMoveUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-up-enter-active,
.move-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.move-up-leave-active {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.move-down-enter-active,
.move-down-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-leave-active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-enter-active,
.move-down-appear {
  -webkit-animation-name: ivuMoveDownIn;
          animation-name: ivuMoveDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-down-leave-active {
  -webkit-animation-name: ivuMoveDownOut;
          animation-name: ivuMoveDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-down-enter-active,
.move-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.move-down-leave-active {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.move-left-enter-active,
.move-left-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-leave-active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-enter-active,
.move-left-appear {
  -webkit-animation-name: ivuMoveLeftIn;
          animation-name: ivuMoveLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-left-leave-active {
  -webkit-animation-name: ivuMoveLeftOut;
          animation-name: ivuMoveLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-left-enter-active,
.move-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.move-left-leave-active {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.move-right-enter-active,
.move-right-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-leave-active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-enter-active,
.move-right-appear {
  -webkit-animation-name: ivuMoveRightIn;
          animation-name: ivuMoveRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-right-leave-active {
  -webkit-animation-name: ivuMoveRightOut;
          animation-name: ivuMoveRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-right-enter-active,
.move-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.move-right-leave-active {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@-webkit-keyframes ivuMoveDownIn {
  0% {
    transform-origin: 0 0;
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes ivuMoveDownIn {
  0% {
    transform-origin: 0 0;
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes ivuMoveDownOut {
  0% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes ivuMoveDownOut {
  0% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(100%);
    opacity: 0;
  }
}
@-webkit-keyframes ivuMoveLeftIn {
  0% {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes ivuMoveLeftIn {
  0% {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes ivuMoveLeftOut {
  0% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes ivuMoveLeftOut {
  0% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes ivuMoveRightIn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0%);
  }
}
@keyframes ivuMoveRightIn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0%);
  }
}
@-webkit-keyframes ivuMoveRightOut {
  0% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes ivuMoveRightOut {
  0% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes ivuMoveUpIn {
  0% {
    transform-origin: 0 0;
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes ivuMoveUpIn {
  0% {
    transform-origin: 0 0;
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes ivuMoveUpOut {
  0% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes ivuMoveUpOut {
  0% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(-100%);
    opacity: 0;
  }
}
.move-notice-enter-active,
.move-notice-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-notice-leave-active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-notice-enter-active,
.move-notice-appear {
  -webkit-animation-name: ivuMoveNoticeIn;
          animation-name: ivuMoveNoticeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-notice-leave-active {
  -webkit-animation-name: ivuMoveNoticeOut;
          animation-name: ivuMoveNoticeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-notice-enter-active,
.move-notice-appear {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.move-notice-leave-active {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@-webkit-keyframes ivuMoveNoticeIn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0%);
  }
}
@keyframes ivuMoveNoticeIn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0%);
  }
}
@-webkit-keyframes ivuMoveNoticeOut {
  0% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
  70% {
    transform-origin: 0 0;
    transform: translateX(100%);
    height: auto;
    padding: 16px;
    margin-bottom: 10px;
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(100%);
    height: 0;
    padding: 0;
    margin-bottom: 0;
    opacity: 0;
  }
}
@keyframes ivuMoveNoticeOut {
  0% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
  70% {
    transform-origin: 0 0;
    transform: translateX(100%);
    height: auto;
    padding: 16px;
    margin-bottom: 10px;
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(100%);
    height: 0;
    padding: 0;
    margin-bottom: 0;
    opacity: 0;
  }
}
.ease-enter-active,
.ease-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ease-leave-active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ease-enter-active,
.ease-appear {
  -webkit-animation-name: ivuEaseIn;
          animation-name: ivuEaseIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ease-leave-active {
  -webkit-animation-name: ivuEaseOut;
          animation-name: ivuEaseOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ease-enter-active,
.ease-appear {
  opacity: 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}
.ease-leave-active {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}
@-webkit-keyframes ivuEaseIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes ivuEaseIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes ivuEaseOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes ivuEaseOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
.transition-drop-enter-active,
.transition-drop-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.transition-drop-leave-active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.transition-drop-enter-active,
.transition-drop-appear {
  -webkit-animation-name: ivuTransitionDropIn;
          animation-name: ivuTransitionDropIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.transition-drop-leave-active {
  -webkit-animation-name: ivuTransitionDropOut;
          animation-name: ivuTransitionDropOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.transition-drop-enter-active,
.transition-drop-appear {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.transition-drop-leave-active {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slide-up-enter-active,
.slide-up-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-leave-active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-enter-active,
.slide-up-appear {
  -webkit-animation-name: ivuSlideUpIn;
          animation-name: ivuSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-up-leave-active {
  -webkit-animation-name: ivuSlideUpOut;
          animation-name: ivuSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-up-enter-active,
.slide-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slide-up-leave-active {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slide-down-enter-active,
.slide-down-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-leave-active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-enter-active,
.slide-down-appear {
  -webkit-animation-name: ivuSlideDownIn;
          animation-name: ivuSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-down-leave-active {
  -webkit-animation-name: ivuSlideDownOut;
          animation-name: ivuSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-down-enter-active,
.slide-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slide-down-leave-active {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slide-left-enter-active,
.slide-left-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-leave-active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-enter-active,
.slide-left-appear {
  -webkit-animation-name: ivuSlideLeftIn;
          animation-name: ivuSlideLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-left-leave-active {
  -webkit-animation-name: ivuSlideLeftOut;
          animation-name: ivuSlideLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-left-enter-active,
.slide-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slide-left-leave-active {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slide-right-enter-active,
.slide-right-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-leave-active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-enter-active,
.slide-right-appear {
  -webkit-animation-name: ivuSlideRightIn;
          animation-name: ivuSlideRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-right-leave-active {
  -webkit-animation-name: ivuSlideRightOut;
          animation-name: ivuSlideRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-right-enter-active,
.slide-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slide-right-leave-active {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@-webkit-keyframes ivuTransitionDropIn {
  0% {
    opacity: 0;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes ivuTransitionDropIn {
  0% {
    opacity: 0;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@-webkit-keyframes ivuTransitionDropOut {
  0% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform: scaleY(0.8);
  }
}
@keyframes ivuTransitionDropOut {
  0% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform: scaleY(0.8);
  }
}
@-webkit-keyframes ivuSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@keyframes ivuSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@-webkit-keyframes ivuSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0.8);
  }
}
@keyframes ivuSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0.8);
  }
}
@-webkit-keyframes ivuSlideDownIn {
  0% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
}
@keyframes ivuSlideDownIn {
  0% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
}
@-webkit-keyframes ivuSlideDownOut {
  0% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0.8);
  }
}
@keyframes ivuSlideDownOut {
  0% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0.8);
  }
}
@-webkit-keyframes ivuSlideLeftIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleX(1);
  }
}
@keyframes ivuSlideLeftIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleX(1);
  }
}
@-webkit-keyframes ivuSlideLeftOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleX(0.8);
  }
}
@keyframes ivuSlideLeftOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleX(0.8);
  }
}
@-webkit-keyframes ivuSlideRightIn {
  0% {
    opacity: 0;
    transform-origin: 100% 0%;
    transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 0%;
    transform: scaleX(1);
  }
}
@keyframes ivuSlideRightIn {
  0% {
    opacity: 0;
    transform-origin: 100% 0%;
    transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 0%;
    transform: scaleX(1);
  }
}
@-webkit-keyframes ivuSlideRightOut {
  0% {
    opacity: 1;
    transform-origin: 100% 0%;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 0%;
    transform: scaleX(0.8);
  }
}
@keyframes ivuSlideRightOut {
  0% {
    opacity: 1;
    transform-origin: 100% 0%;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 0%;
    transform: scaleX(0.8);
  }
}
.collapse-transition {
  transition: 0.2s height ease-in-out, 0.2s padding-top ease-in-out, 0.2s padding-bottom ease-in-out;
}
.ivu-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear;
  color: #515a6e;
  background-color: #fff;
  border-color: #dcdee2;
}
.ivu-btn > .ivu-icon {
  line-height: 1.5;
}
.ivu-btn-icon-only.ivu-btn-circle > .ivu-icon {
  vertical-align: baseline;
}
.ivu-btn > span,
.ivu-btn > i {
  display: inline-block;
}
.ivu-btn,
.ivu-btn:active,
.ivu-btn:focus {
  outline: 0;
}
.ivu-btn:not([disabled]):hover {
  text-decoration: none;
}
.ivu-btn:not([disabled]):active {
  outline: 0;
}
.ivu-btn.disabled,
.ivu-btn[disabled] {
  cursor: not-allowed;
}
.ivu-btn.disabled > *,
.ivu-btn[disabled] > * {
  pointer-events: none;
}
.ivu-btn-large {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
}
.ivu-btn-small {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 3px;
}
.ivu-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 16px;
  border-radius: 4px;
}
.ivu-btn-icon-only.ivu-btn-large {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  border-radius: 4px;
}
.ivu-btn-icon-only.ivu-btn-small {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 14px;
  border-radius: 4px;
}
.ivu-btn > a:only-child {
  color: currentColor;
}
.ivu-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn:hover {
  color: #747b8b;
  background-color: #ffffff;
  border-color: #e3e5e8;
}
.ivu-btn:hover > a:only-child {
  color: currentColor;
}
.ivu-btn:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn:active,
.ivu-btn.active {
  color: #4d5669;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.ivu-btn:active > a:only-child,
.ivu-btn.active > a:only-child {
  color: currentColor;
}
.ivu-btn:active > a:only-child:after,
.ivu-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn.disabled,
.ivu-btn[disabled],
fieldset[disabled] .ivu-btn,
.ivu-btn.disabled:hover,
.ivu-btn[disabled]:hover,
fieldset[disabled] .ivu-btn:hover,
.ivu-btn.disabled:focus,
.ivu-btn[disabled]:focus,
fieldset[disabled] .ivu-btn:focus,
.ivu-btn.disabled:active,
.ivu-btn[disabled]:active,
fieldset[disabled] .ivu-btn:active,
.ivu-btn.disabled.active,
.ivu-btn[disabled].active,
fieldset[disabled] .ivu-btn.active {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn.disabled > a:only-child,
.ivu-btn[disabled] > a:only-child,
fieldset[disabled] .ivu-btn > a:only-child,
.ivu-btn.disabled:hover > a:only-child,
.ivu-btn[disabled]:hover > a:only-child,
fieldset[disabled] .ivu-btn:hover > a:only-child,
.ivu-btn.disabled:focus > a:only-child,
.ivu-btn[disabled]:focus > a:only-child,
fieldset[disabled] .ivu-btn:focus > a:only-child,
.ivu-btn.disabled:active > a:only-child,
.ivu-btn[disabled]:active > a:only-child,
fieldset[disabled] .ivu-btn:active > a:only-child,
.ivu-btn.disabled.active > a:only-child,
.ivu-btn[disabled].active > a:only-child,
fieldset[disabled] .ivu-btn.active > a:only-child {
  color: currentColor;
}
.ivu-btn.disabled > a:only-child:after,
.ivu-btn[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn > a:only-child:after,
.ivu-btn.disabled:hover > a:only-child:after,
.ivu-btn[disabled]:hover > a:only-child:after,
fieldset[disabled] .ivu-btn:hover > a:only-child:after,
.ivu-btn.disabled:focus > a:only-child:after,
.ivu-btn[disabled]:focus > a:only-child:after,
fieldset[disabled] .ivu-btn:focus > a:only-child:after,
.ivu-btn.disabled:active > a:only-child:after,
.ivu-btn[disabled]:active > a:only-child:after,
fieldset[disabled] .ivu-btn:active > a:only-child:after,
.ivu-btn.disabled.active > a:only-child:after,
.ivu-btn[disabled].active > a:only-child:after,
fieldset[disabled] .ivu-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn:hover {
  color: #3367e3;
  background-color: white;
  border-color: #3367e3;
}
.ivu-btn:hover > a:only-child {
  color: currentColor;
}
.ivu-btn:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn:active,
.ivu-btn.active {
  color: #003ed1;
  background-color: white;
  border-color: #003ed1;
}
.ivu-btn:active > a:only-child,
.ivu-btn.active > a:only-child {
  color: currentColor;
}
.ivu-btn:active > a:only-child:after,
.ivu-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn:focus {
  box-shadow: 0 0 0 2px rgba(0, 65, 220, 0.2);
}
.ivu-btn-long {
  width: 100%;
}
.ivu-btn > .ivu-icon + span,
.ivu-btn > span + .ivu-icon {
  margin-left: 4px;
}
.ivu-btn-primary {
  color: #fff;
  background-color: #0041DC;
  border-color: #0041DC;
}
.ivu-btn-primary > a:only-child {
  color: currentColor;
}
.ivu-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-primary:hover {
  color: #ffffff;
  background-color: #3367e3;
  border-color: #3367e3;
}
.ivu-btn-primary:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-primary:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-primary:active,
.ivu-btn-primary.active {
  color: #f2f2f2;
  background-color: #003ed1;
  border-color: #003ed1;
}
.ivu-btn-primary:active > a:only-child,
.ivu-btn-primary.active > a:only-child {
  color: currentColor;
}
.ivu-btn-primary:active > a:only-child:after,
.ivu-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-primary.disabled,
.ivu-btn-primary[disabled],
fieldset[disabled] .ivu-btn-primary,
.ivu-btn-primary.disabled:hover,
.ivu-btn-primary[disabled]:hover,
fieldset[disabled] .ivu-btn-primary:hover,
.ivu-btn-primary.disabled:focus,
.ivu-btn-primary[disabled]:focus,
fieldset[disabled] .ivu-btn-primary:focus,
.ivu-btn-primary.disabled:active,
.ivu-btn-primary[disabled]:active,
fieldset[disabled] .ivu-btn-primary:active,
.ivu-btn-primary.disabled.active,
.ivu-btn-primary[disabled].active,
fieldset[disabled] .ivu-btn-primary.active {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-primary.disabled > a:only-child,
.ivu-btn-primary[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-primary > a:only-child,
.ivu-btn-primary.disabled:hover > a:only-child,
.ivu-btn-primary[disabled]:hover > a:only-child,
fieldset[disabled] .ivu-btn-primary:hover > a:only-child,
.ivu-btn-primary.disabled:focus > a:only-child,
.ivu-btn-primary[disabled]:focus > a:only-child,
fieldset[disabled] .ivu-btn-primary:focus > a:only-child,
.ivu-btn-primary.disabled:active > a:only-child,
.ivu-btn-primary[disabled]:active > a:only-child,
fieldset[disabled] .ivu-btn-primary:active > a:only-child,
.ivu-btn-primary.disabled.active > a:only-child,
.ivu-btn-primary[disabled].active > a:only-child,
fieldset[disabled] .ivu-btn-primary.active > a:only-child {
  color: currentColor;
}
.ivu-btn-primary.disabled > a:only-child:after,
.ivu-btn-primary[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-primary > a:only-child:after,
.ivu-btn-primary.disabled:hover > a:only-child:after,
.ivu-btn-primary[disabled]:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-primary:hover > a:only-child:after,
.ivu-btn-primary.disabled:focus > a:only-child:after,
.ivu-btn-primary[disabled]:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-primary:focus > a:only-child:after,
.ivu-btn-primary.disabled:active > a:only-child:after,
.ivu-btn-primary[disabled]:active > a:only-child:after,
fieldset[disabled] .ivu-btn-primary:active > a:only-child:after,
.ivu-btn-primary.disabled.active > a:only-child:after,
.ivu-btn-primary[disabled].active > a:only-child:after,
fieldset[disabled] .ivu-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-primary:hover,
.ivu-btn-primary:active,
.ivu-btn-primary.active {
  color: #fff;
}
.ivu-btn-primary:focus {
  box-shadow: 0 0 0 2px rgba(0, 65, 220, 0.2);
}
.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #003ed1;
  border-left-color: #003ed1;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:first-child:not(:last-child) {
  border-right-color: #003ed1;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #dcdee2;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:last-child:not(:first-child),
.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary + .ivu-btn {
  border-left-color: #003ed1;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:last-child:not(:first-child)[disabled],
.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary + .ivu-btn[disabled] {
  border-left-color: #dcdee2;
}
.ivu-btn-group-vertical .ivu-btn-primary:not(:first-child):not(:last-child) {
  border-top-color: #003ed1;
  border-bottom-color: #003ed1;
}
.ivu-btn-group-vertical .ivu-btn-primary:first-child:not(:last-child) {
  border-bottom-color: #003ed1;
}
.ivu-btn-group-vertical .ivu-btn-primary:first-child:not(:last-child)[disabled] {
  border-top-color: #dcdee2;
}
.ivu-btn-group-vertical .ivu-btn-primary:last-child:not(:first-child),
.ivu-btn-group-vertical .ivu-btn-primary + .ivu-btn {
  border-top-color: #003ed1;
}
.ivu-btn-group-vertical .ivu-btn-primary:last-child:not(:first-child)[disabled],
.ivu-btn-group-vertical .ivu-btn-primary + .ivu-btn[disabled] {
  border-bottom-color: #dcdee2;
}
.ivu-btn-dashed {
  color: #515a6e;
  background-color: #fff;
  border-color: #dcdee2;
  border-style: dashed;
}
.ivu-btn-dashed > a:only-child {
  color: currentColor;
}
.ivu-btn-dashed > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-dashed:hover {
  color: #747b8b;
  background-color: #ffffff;
  border-color: #e3e5e8;
}
.ivu-btn-dashed:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-dashed:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-dashed:active,
.ivu-btn-dashed.active {
  color: #4d5669;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.ivu-btn-dashed:active > a:only-child,
.ivu-btn-dashed.active > a:only-child {
  color: currentColor;
}
.ivu-btn-dashed:active > a:only-child:after,
.ivu-btn-dashed.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-dashed.disabled,
.ivu-btn-dashed[disabled],
fieldset[disabled] .ivu-btn-dashed,
.ivu-btn-dashed.disabled:hover,
.ivu-btn-dashed[disabled]:hover,
fieldset[disabled] .ivu-btn-dashed:hover,
.ivu-btn-dashed.disabled:focus,
.ivu-btn-dashed[disabled]:focus,
fieldset[disabled] .ivu-btn-dashed:focus,
.ivu-btn-dashed.disabled:active,
.ivu-btn-dashed[disabled]:active,
fieldset[disabled] .ivu-btn-dashed:active,
.ivu-btn-dashed.disabled.active,
.ivu-btn-dashed[disabled].active,
fieldset[disabled] .ivu-btn-dashed.active {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-dashed.disabled > a:only-child,
.ivu-btn-dashed[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-dashed > a:only-child,
.ivu-btn-dashed.disabled:hover > a:only-child,
.ivu-btn-dashed[disabled]:hover > a:only-child,
fieldset[disabled] .ivu-btn-dashed:hover > a:only-child,
.ivu-btn-dashed.disabled:focus > a:only-child,
.ivu-btn-dashed[disabled]:focus > a:only-child,
fieldset[disabled] .ivu-btn-dashed:focus > a:only-child,
.ivu-btn-dashed.disabled:active > a:only-child,
.ivu-btn-dashed[disabled]:active > a:only-child,
fieldset[disabled] .ivu-btn-dashed:active > a:only-child,
.ivu-btn-dashed.disabled.active > a:only-child,
.ivu-btn-dashed[disabled].active > a:only-child,
fieldset[disabled] .ivu-btn-dashed.active > a:only-child {
  color: currentColor;
}
.ivu-btn-dashed.disabled > a:only-child:after,
.ivu-btn-dashed[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-dashed > a:only-child:after,
.ivu-btn-dashed.disabled:hover > a:only-child:after,
.ivu-btn-dashed[disabled]:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-dashed:hover > a:only-child:after,
.ivu-btn-dashed.disabled:focus > a:only-child:after,
.ivu-btn-dashed[disabled]:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-dashed:focus > a:only-child:after,
.ivu-btn-dashed.disabled:active > a:only-child:after,
.ivu-btn-dashed[disabled]:active > a:only-child:after,
fieldset[disabled] .ivu-btn-dashed:active > a:only-child:after,
.ivu-btn-dashed.disabled.active > a:only-child:after,
.ivu-btn-dashed[disabled].active > a:only-child:after,
fieldset[disabled] .ivu-btn-dashed.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-dashed:hover {
  color: #3367e3;
  background-color: #fff;
  border-color: #3367e3;
}
.ivu-btn-dashed:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-dashed:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-dashed:active,
.ivu-btn-dashed.active {
  color: #003ed1;
  background-color: #fff;
  border-color: #003ed1;
}
.ivu-btn-dashed:active > a:only-child,
.ivu-btn-dashed.active > a:only-child {
  color: currentColor;
}
.ivu-btn-dashed:active > a:only-child:after,
.ivu-btn-dashed.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-dashed:focus {
  box-shadow: 0 0 0 2px rgba(0, 65, 220, 0.2);
}
.ivu-btn-text {
  color: #515a6e;
  background-color: transparent;
  border-color: transparent;
}
.ivu-btn-text > a:only-child {
  color: currentColor;
}
.ivu-btn-text > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-text:hover {
  color: #747b8b;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.ivu-btn-text:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-text:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-text:active,
.ivu-btn-text.active {
  color: #4d5669;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.05);
}
.ivu-btn-text:active > a:only-child,
.ivu-btn-text.active > a:only-child {
  color: currentColor;
}
.ivu-btn-text:active > a:only-child:after,
.ivu-btn-text.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-text.disabled,
.ivu-btn-text[disabled],
fieldset[disabled] .ivu-btn-text,
.ivu-btn-text.disabled:hover,
.ivu-btn-text[disabled]:hover,
fieldset[disabled] .ivu-btn-text:hover,
.ivu-btn-text.disabled:focus,
.ivu-btn-text[disabled]:focus,
fieldset[disabled] .ivu-btn-text:focus,
.ivu-btn-text.disabled:active,
.ivu-btn-text[disabled]:active,
fieldset[disabled] .ivu-btn-text:active,
.ivu-btn-text.disabled.active,
.ivu-btn-text[disabled].active,
fieldset[disabled] .ivu-btn-text.active {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-text.disabled > a:only-child,
.ivu-btn-text[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-text > a:only-child,
.ivu-btn-text.disabled:hover > a:only-child,
.ivu-btn-text[disabled]:hover > a:only-child,
fieldset[disabled] .ivu-btn-text:hover > a:only-child,
.ivu-btn-text.disabled:focus > a:only-child,
.ivu-btn-text[disabled]:focus > a:only-child,
fieldset[disabled] .ivu-btn-text:focus > a:only-child,
.ivu-btn-text.disabled:active > a:only-child,
.ivu-btn-text[disabled]:active > a:only-child,
fieldset[disabled] .ivu-btn-text:active > a:only-child,
.ivu-btn-text.disabled.active > a:only-child,
.ivu-btn-text[disabled].active > a:only-child,
fieldset[disabled] .ivu-btn-text.active > a:only-child {
  color: currentColor;
}
.ivu-btn-text.disabled > a:only-child:after,
.ivu-btn-text[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-text > a:only-child:after,
.ivu-btn-text.disabled:hover > a:only-child:after,
.ivu-btn-text[disabled]:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-text:hover > a:only-child:after,
.ivu-btn-text.disabled:focus > a:only-child:after,
.ivu-btn-text[disabled]:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-text:focus > a:only-child:after,
.ivu-btn-text.disabled:active > a:only-child:after,
.ivu-btn-text[disabled]:active > a:only-child:after,
fieldset[disabled] .ivu-btn-text:active > a:only-child:after,
.ivu-btn-text.disabled.active > a:only-child:after,
.ivu-btn-text[disabled].active > a:only-child:after,
fieldset[disabled] .ivu-btn-text.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-text.disabled,
.ivu-btn-text[disabled],
fieldset[disabled] .ivu-btn-text,
.ivu-btn-text.disabled:hover,
.ivu-btn-text[disabled]:hover,
fieldset[disabled] .ivu-btn-text:hover,
.ivu-btn-text.disabled:focus,
.ivu-btn-text[disabled]:focus,
fieldset[disabled] .ivu-btn-text:focus,
.ivu-btn-text.disabled:active,
.ivu-btn-text[disabled]:active,
fieldset[disabled] .ivu-btn-text:active,
.ivu-btn-text.disabled.active,
.ivu-btn-text[disabled].active,
fieldset[disabled] .ivu-btn-text.active {
  color: #c5c8ce;
  background-color: #fff;
  border-color: transparent;
}
.ivu-btn-text.disabled > a:only-child,
.ivu-btn-text[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-text > a:only-child,
.ivu-btn-text.disabled:hover > a:only-child,
.ivu-btn-text[disabled]:hover > a:only-child,
fieldset[disabled] .ivu-btn-text:hover > a:only-child,
.ivu-btn-text.disabled:focus > a:only-child,
.ivu-btn-text[disabled]:focus > a:only-child,
fieldset[disabled] .ivu-btn-text:focus > a:only-child,
.ivu-btn-text.disabled:active > a:only-child,
.ivu-btn-text[disabled]:active > a:only-child,
fieldset[disabled] .ivu-btn-text:active > a:only-child,
.ivu-btn-text.disabled.active > a:only-child,
.ivu-btn-text[disabled].active > a:only-child,
fieldset[disabled] .ivu-btn-text.active > a:only-child {
  color: currentColor;
}
.ivu-btn-text.disabled > a:only-child:after,
.ivu-btn-text[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-text > a:only-child:after,
.ivu-btn-text.disabled:hover > a:only-child:after,
.ivu-btn-text[disabled]:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-text:hover > a:only-child:after,
.ivu-btn-text.disabled:focus > a:only-child:after,
.ivu-btn-text[disabled]:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-text:focus > a:only-child:after,
.ivu-btn-text.disabled:active > a:only-child:after,
.ivu-btn-text[disabled]:active > a:only-child:after,
fieldset[disabled] .ivu-btn-text:active > a:only-child:after,
.ivu-btn-text.disabled.active > a:only-child:after,
.ivu-btn-text[disabled].active > a:only-child:after,
fieldset[disabled] .ivu-btn-text.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-text:hover {
  color: #3367e3;
  background-color: #fff;
  border-color: transparent;
}
.ivu-btn-text:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-text:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-text:active,
.ivu-btn-text.active {
  color: #003ed1;
  background-color: #fff;
  border-color: transparent;
}
.ivu-btn-text:active > a:only-child,
.ivu-btn-text.active > a:only-child {
  color: currentColor;
}
.ivu-btn-text:active > a:only-child:after,
.ivu-btn-text.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-text:focus {
  box-shadow: 0 0 0 2px rgba(0, 65, 220, 0.2);
}
.ivu-btn-success {
  color: #fff;
  background-color: #19be6b;
  border-color: #19be6b;
}
.ivu-btn-success > a:only-child {
  color: currentColor;
}
.ivu-btn-success > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-success:hover {
  color: #ffffff;
  background-color: #47cb89;
  border-color: #47cb89;
}
.ivu-btn-success:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-success:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-success:active,
.ivu-btn-success.active {
  color: #f2f2f2;
  background-color: #18b566;
  border-color: #18b566;
}
.ivu-btn-success:active > a:only-child,
.ivu-btn-success.active > a:only-child {
  color: currentColor;
}
.ivu-btn-success:active > a:only-child:after,
.ivu-btn-success.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-success.disabled,
.ivu-btn-success[disabled],
fieldset[disabled] .ivu-btn-success,
.ivu-btn-success.disabled:hover,
.ivu-btn-success[disabled]:hover,
fieldset[disabled] .ivu-btn-success:hover,
.ivu-btn-success.disabled:focus,
.ivu-btn-success[disabled]:focus,
fieldset[disabled] .ivu-btn-success:focus,
.ivu-btn-success.disabled:active,
.ivu-btn-success[disabled]:active,
fieldset[disabled] .ivu-btn-success:active,
.ivu-btn-success.disabled.active,
.ivu-btn-success[disabled].active,
fieldset[disabled] .ivu-btn-success.active {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-success.disabled > a:only-child,
.ivu-btn-success[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-success > a:only-child,
.ivu-btn-success.disabled:hover > a:only-child,
.ivu-btn-success[disabled]:hover > a:only-child,
fieldset[disabled] .ivu-btn-success:hover > a:only-child,
.ivu-btn-success.disabled:focus > a:only-child,
.ivu-btn-success[disabled]:focus > a:only-child,
fieldset[disabled] .ivu-btn-success:focus > a:only-child,
.ivu-btn-success.disabled:active > a:only-child,
.ivu-btn-success[disabled]:active > a:only-child,
fieldset[disabled] .ivu-btn-success:active > a:only-child,
.ivu-btn-success.disabled.active > a:only-child,
.ivu-btn-success[disabled].active > a:only-child,
fieldset[disabled] .ivu-btn-success.active > a:only-child {
  color: currentColor;
}
.ivu-btn-success.disabled > a:only-child:after,
.ivu-btn-success[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-success > a:only-child:after,
.ivu-btn-success.disabled:hover > a:only-child:after,
.ivu-btn-success[disabled]:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-success:hover > a:only-child:after,
.ivu-btn-success.disabled:focus > a:only-child:after,
.ivu-btn-success[disabled]:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-success:focus > a:only-child:after,
.ivu-btn-success.disabled:active > a:only-child:after,
.ivu-btn-success[disabled]:active > a:only-child:after,
fieldset[disabled] .ivu-btn-success:active > a:only-child:after,
.ivu-btn-success.disabled.active > a:only-child:after,
.ivu-btn-success[disabled].active > a:only-child:after,
fieldset[disabled] .ivu-btn-success.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-success:hover,
.ivu-btn-success:active,
.ivu-btn-success.active {
  color: #fff;
}
.ivu-btn-success:focus {
  box-shadow: 0 0 0 2px rgba(25, 190, 107, 0.2);
}
.ivu-btn-warning {
  color: #fff;
  background-color: #ff9900;
  border-color: #ff9900;
}
.ivu-btn-warning > a:only-child {
  color: currentColor;
}
.ivu-btn-warning > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-warning:hover {
  color: #ffffff;
  background-color: #ffad33;
  border-color: #ffad33;
}
.ivu-btn-warning:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-warning:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-warning:active,
.ivu-btn-warning.active {
  color: #f2f2f2;
  background-color: #f29100;
  border-color: #f29100;
}
.ivu-btn-warning:active > a:only-child,
.ivu-btn-warning.active > a:only-child {
  color: currentColor;
}
.ivu-btn-warning:active > a:only-child:after,
.ivu-btn-warning.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-warning.disabled,
.ivu-btn-warning[disabled],
fieldset[disabled] .ivu-btn-warning,
.ivu-btn-warning.disabled:hover,
.ivu-btn-warning[disabled]:hover,
fieldset[disabled] .ivu-btn-warning:hover,
.ivu-btn-warning.disabled:focus,
.ivu-btn-warning[disabled]:focus,
fieldset[disabled] .ivu-btn-warning:focus,
.ivu-btn-warning.disabled:active,
.ivu-btn-warning[disabled]:active,
fieldset[disabled] .ivu-btn-warning:active,
.ivu-btn-warning.disabled.active,
.ivu-btn-warning[disabled].active,
fieldset[disabled] .ivu-btn-warning.active {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-warning.disabled > a:only-child,
.ivu-btn-warning[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-warning > a:only-child,
.ivu-btn-warning.disabled:hover > a:only-child,
.ivu-btn-warning[disabled]:hover > a:only-child,
fieldset[disabled] .ivu-btn-warning:hover > a:only-child,
.ivu-btn-warning.disabled:focus > a:only-child,
.ivu-btn-warning[disabled]:focus > a:only-child,
fieldset[disabled] .ivu-btn-warning:focus > a:only-child,
.ivu-btn-warning.disabled:active > a:only-child,
.ivu-btn-warning[disabled]:active > a:only-child,
fieldset[disabled] .ivu-btn-warning:active > a:only-child,
.ivu-btn-warning.disabled.active > a:only-child,
.ivu-btn-warning[disabled].active > a:only-child,
fieldset[disabled] .ivu-btn-warning.active > a:only-child {
  color: currentColor;
}
.ivu-btn-warning.disabled > a:only-child:after,
.ivu-btn-warning[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-warning > a:only-child:after,
.ivu-btn-warning.disabled:hover > a:only-child:after,
.ivu-btn-warning[disabled]:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-warning:hover > a:only-child:after,
.ivu-btn-warning.disabled:focus > a:only-child:after,
.ivu-btn-warning[disabled]:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-warning:focus > a:only-child:after,
.ivu-btn-warning.disabled:active > a:only-child:after,
.ivu-btn-warning[disabled]:active > a:only-child:after,
fieldset[disabled] .ivu-btn-warning:active > a:only-child:after,
.ivu-btn-warning.disabled.active > a:only-child:after,
.ivu-btn-warning[disabled].active > a:only-child:after,
fieldset[disabled] .ivu-btn-warning.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-warning:hover,
.ivu-btn-warning:active,
.ivu-btn-warning.active {
  color: #fff;
}
.ivu-btn-warning:focus {
  box-shadow: 0 0 0 2px rgba(255, 153, 0, 0.2);
}
.ivu-btn-error {
  color: #fff;
  background-color: #ed4014;
  border-color: #ed4014;
}
.ivu-btn-error > a:only-child {
  color: currentColor;
}
.ivu-btn-error > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-error:hover {
  color: #ffffff;
  background-color: #f16643;
  border-color: #f16643;
}
.ivu-btn-error:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-error:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-error:active,
.ivu-btn-error.active {
  color: #f2f2f2;
  background-color: #e13d13;
  border-color: #e13d13;
}
.ivu-btn-error:active > a:only-child,
.ivu-btn-error.active > a:only-child {
  color: currentColor;
}
.ivu-btn-error:active > a:only-child:after,
.ivu-btn-error.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-error.disabled,
.ivu-btn-error[disabled],
fieldset[disabled] .ivu-btn-error,
.ivu-btn-error.disabled:hover,
.ivu-btn-error[disabled]:hover,
fieldset[disabled] .ivu-btn-error:hover,
.ivu-btn-error.disabled:focus,
.ivu-btn-error[disabled]:focus,
fieldset[disabled] .ivu-btn-error:focus,
.ivu-btn-error.disabled:active,
.ivu-btn-error[disabled]:active,
fieldset[disabled] .ivu-btn-error:active,
.ivu-btn-error.disabled.active,
.ivu-btn-error[disabled].active,
fieldset[disabled] .ivu-btn-error.active {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-error.disabled > a:only-child,
.ivu-btn-error[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-error > a:only-child,
.ivu-btn-error.disabled:hover > a:only-child,
.ivu-btn-error[disabled]:hover > a:only-child,
fieldset[disabled] .ivu-btn-error:hover > a:only-child,
.ivu-btn-error.disabled:focus > a:only-child,
.ivu-btn-error[disabled]:focus > a:only-child,
fieldset[disabled] .ivu-btn-error:focus > a:only-child,
.ivu-btn-error.disabled:active > a:only-child,
.ivu-btn-error[disabled]:active > a:only-child,
fieldset[disabled] .ivu-btn-error:active > a:only-child,
.ivu-btn-error.disabled.active > a:only-child,
.ivu-btn-error[disabled].active > a:only-child,
fieldset[disabled] .ivu-btn-error.active > a:only-child {
  color: currentColor;
}
.ivu-btn-error.disabled > a:only-child:after,
.ivu-btn-error[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-error > a:only-child:after,
.ivu-btn-error.disabled:hover > a:only-child:after,
.ivu-btn-error[disabled]:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-error:hover > a:only-child:after,
.ivu-btn-error.disabled:focus > a:only-child:after,
.ivu-btn-error[disabled]:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-error:focus > a:only-child:after,
.ivu-btn-error.disabled:active > a:only-child:after,
.ivu-btn-error[disabled]:active > a:only-child:after,
fieldset[disabled] .ivu-btn-error:active > a:only-child:after,
.ivu-btn-error.disabled.active > a:only-child:after,
.ivu-btn-error[disabled].active > a:only-child:after,
fieldset[disabled] .ivu-btn-error.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-error:hover,
.ivu-btn-error:active,
.ivu-btn-error.active {
  color: #fff;
}
.ivu-btn-error:focus {
  box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
}
.ivu-btn-info {
  color: #fff;
  background-color: #2db7f5;
  border-color: #2db7f5;
}
.ivu-btn-info > a:only-child {
  color: currentColor;
}
.ivu-btn-info > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-info:hover {
  color: #ffffff;
  background-color: #57c5f7;
  border-color: #57c5f7;
}
.ivu-btn-info:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-info:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-info:active,
.ivu-btn-info.active {
  color: #f2f2f2;
  background-color: #2baee9;
  border-color: #2baee9;
}
.ivu-btn-info:active > a:only-child,
.ivu-btn-info.active > a:only-child {
  color: currentColor;
}
.ivu-btn-info:active > a:only-child:after,
.ivu-btn-info.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-info.disabled,
.ivu-btn-info[disabled],
fieldset[disabled] .ivu-btn-info,
.ivu-btn-info.disabled:hover,
.ivu-btn-info[disabled]:hover,
fieldset[disabled] .ivu-btn-info:hover,
.ivu-btn-info.disabled:focus,
.ivu-btn-info[disabled]:focus,
fieldset[disabled] .ivu-btn-info:focus,
.ivu-btn-info.disabled:active,
.ivu-btn-info[disabled]:active,
fieldset[disabled] .ivu-btn-info:active,
.ivu-btn-info.disabled.active,
.ivu-btn-info[disabled].active,
fieldset[disabled] .ivu-btn-info.active {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-info.disabled > a:only-child,
.ivu-btn-info[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-info > a:only-child,
.ivu-btn-info.disabled:hover > a:only-child,
.ivu-btn-info[disabled]:hover > a:only-child,
fieldset[disabled] .ivu-btn-info:hover > a:only-child,
.ivu-btn-info.disabled:focus > a:only-child,
.ivu-btn-info[disabled]:focus > a:only-child,
fieldset[disabled] .ivu-btn-info:focus > a:only-child,
.ivu-btn-info.disabled:active > a:only-child,
.ivu-btn-info[disabled]:active > a:only-child,
fieldset[disabled] .ivu-btn-info:active > a:only-child,
.ivu-btn-info.disabled.active > a:only-child,
.ivu-btn-info[disabled].active > a:only-child,
fieldset[disabled] .ivu-btn-info.active > a:only-child {
  color: currentColor;
}
.ivu-btn-info.disabled > a:only-child:after,
.ivu-btn-info[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-info > a:only-child:after,
.ivu-btn-info.disabled:hover > a:only-child:after,
.ivu-btn-info[disabled]:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-info:hover > a:only-child:after,
.ivu-btn-info.disabled:focus > a:only-child:after,
.ivu-btn-info[disabled]:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-info:focus > a:only-child:after,
.ivu-btn-info.disabled:active > a:only-child:after,
.ivu-btn-info[disabled]:active > a:only-child:after,
fieldset[disabled] .ivu-btn-info:active > a:only-child:after,
.ivu-btn-info.disabled.active > a:only-child:after,
.ivu-btn-info[disabled].active > a:only-child:after,
fieldset[disabled] .ivu-btn-info.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-info:hover,
.ivu-btn-info:active,
.ivu-btn-info.active {
  color: #fff;
}
.ivu-btn-info:focus {
  box-shadow: 0 0 0 2px rgba(45, 183, 245, 0.2);
}
.ivu-btn-circle,
.ivu-btn-circle-outline {
  border-radius: 32px;
}
.ivu-btn-circle.ivu-btn-large,
.ivu-btn-circle-outline.ivu-btn-large {
  border-radius: 40px;
}
.ivu-btn-circle.ivu-btn-size,
.ivu-btn-circle-outline.ivu-btn-size {
  border-radius: 24px;
}
.ivu-btn-circle.ivu-btn-icon-only,
.ivu-btn-circle-outline.ivu-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 16px;
  border-radius: 50%;
}
.ivu-btn-circle.ivu-btn-icon-only.ivu-btn-large,
.ivu-btn-circle-outline.ivu-btn-icon-only.ivu-btn-large {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  border-radius: 50%;
}
.ivu-btn-circle.ivu-btn-icon-only.ivu-btn-small,
.ivu-btn-circle-outline.ivu-btn-icon-only.ivu-btn-small {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 14px;
  border-radius: 50%;
}
.ivu-btn:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background: #fff;
  opacity: 0.35;
  content: '';
  border-radius: inherit;
  z-index: 1;
  transition: opacity 0.2s;
  pointer-events: none;
  display: none;
}
.ivu-btn.ivu-btn-loading {
  pointer-events: none;
  position: relative;
}
.ivu-btn.ivu-btn-loading:before {
  display: block;
}
.ivu-btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ivu-btn-group > .ivu-btn {
  position: relative;
  float: left;
}
.ivu-btn-group > .ivu-btn:hover,
.ivu-btn-group > .ivu-btn:active,
.ivu-btn-group > .ivu-btn.active {
  z-index: 2;
}
.ivu-btn-group-circle .ivu-btn {
  border-radius: 32px;
}
.ivu-btn-group-large.ivu-btn-group-circle .ivu-btn {
  border-radius: 40px;
}
.ivu-btn-group-large > .ivu-btn {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
}
.ivu-btn-group-small.ivu-btn-group-circle .ivu-btn {
  border-radius: 24px;
}
.ivu-btn-group-small > .ivu-btn {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 3px;
}
.ivu-btn-group-small > .ivu-btn > .ivu-icon {
  font-size: 14px;
}
.ivu-btn-group-small .ivu-btn-icon-only {
  width: 24px;
  height: 24px;
  padding: 0;
}
.ivu-btn-group-large .ivu-btn-icon-only {
  width: 40px;
  height: 40px;
  padding: 0;
}
.ivu-btn-group .ivu-btn + .ivu-btn,
.ivu-btn + .ivu-btn-group,
.ivu-btn-group + .ivu-btn,
.ivu-btn-group + .ivu-btn-group {
  margin-left: -1px;
}
.ivu-btn-group .ivu-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) > .ivu-btn:first-child {
  margin-left: 0;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) > .ivu-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) > .ivu-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ivu-btn-group > .ivu-btn-group {
  float: left;
}
.ivu-btn-group > .ivu-btn-group:not(:first-child):not(:last-child) > .ivu-btn {
  border-radius: 0;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) > .ivu-btn-group:first-child:not(:last-child) > .ivu-btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-right: 8px;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) > .ivu-btn-group:last-child:not(:first-child) > .ivu-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 8px;
}
.ivu-btn-group-vertical {
  display: inline-block;
  vertical-align: middle;
}
.ivu-btn-group-vertical > .ivu-btn {
  display: block;
  width: 100%;
  max-width: 100%;
  float: none;
  min-width: 32px;
}
.ivu-btn-group-vertical.ivu-btn-group-small > .ivu-btn {
  min-width: 24px;
}
.ivu-btn-group-vertical.ivu-btn-group-large > .ivu-btn {
  min-width: 40px;
}
.ivu-btn-group-vertical .ivu-btn + .ivu-btn,
.ivu-btn + .ivu-btn-group-vertical,
.ivu-btn-group-vertical + .ivu-btn,
.ivu-btn-group-vertical + .ivu-btn-group-vertical {
  margin-top: -1px;
  margin-left: 0px;
}
.ivu-btn-group-vertical > .ivu-btn:first-child {
  margin-top: 0;
}
.ivu-btn-group-vertical > .ivu-btn:first-child:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ivu-btn-group-vertical > .ivu-btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ivu-btn-group-vertical > .ivu-btn-group-vertical:first-child:not(:last-child) > .ivu-btn:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 8px;
}
.ivu-btn-group-vertical > .ivu-btn-group-vertical:last-child:not(:first-child) > .ivu-btn:first-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 8px;
}
.ivu-btn-ghost {
  color: #fff;
  background: transparent;
}
.ivu-btn-ghost:hover {
  background: transparent;
}
.ivu-btn-ghost.ivu-btn-dashed,
.ivu-btn-ghost.ivu-btn-default {
  color: #fff;
  border-color: #fff;
}
.ivu-btn-ghost.ivu-btn-dashed:hover,
.ivu-btn-ghost.ivu-btn-default:hover {
  color: #3367e3;
  border-color: #3367e3;
}
.ivu-btn-ghost.ivu-btn-primary {
  color: #0041DC;
}
.ivu-btn-ghost.ivu-btn-primary:hover {
  color: #3367e3;
  background: rgba(242, 246, 253, 0.5);
}
.ivu-btn-ghost.ivu-btn-info {
  color: #2db7f5;
}
.ivu-btn-ghost.ivu-btn-info:hover {
  color: #57c5f7;
  background: rgba(245, 251, 254, 0.5);
}
.ivu-btn-ghost.ivu-btn-success {
  color: #19be6b;
}
.ivu-btn-ghost.ivu-btn-success:hover {
  color: #47cb89;
  background: rgba(244, 252, 248, 0.5);
}
.ivu-btn-ghost.ivu-btn-warning {
  color: #ff9900;
}
.ivu-btn-ghost.ivu-btn-warning:hover {
  color: #ffad33;
  background: rgba(255, 250, 242, 0.5);
}
.ivu-btn-ghost.ivu-btn-error {
  color: #ed4014;
}
.ivu-btn-ghost.ivu-btn-error:hover {
  color: #f16643;
  background: rgba(254, 245, 243, 0.5);
}
.ivu-btn-ghost.ivu-btn-default[disabled],
.ivu-btn-ghost.ivu-btn-dashed[disabled],
.ivu-btn-ghost.ivu-btn-primary[disabled],
.ivu-btn-ghost.ivu-btn-info[disabled],
.ivu-btn-ghost.ivu-btn-success[disabled],
.ivu-btn-ghost.ivu-btn-warning[disabled],
.ivu-btn-ghost.ivu-btn-error[disabled] {
  background: transparent;
  color: rgba(0, 0, 0, 0.25);
  border-color: #dcdee2;
}
.ivu-btn-ghost.ivu-btn-text[disabled] {
  background: transparent;
  color: rgba(0, 0, 0, 0.25);
}
a.ivu-btn {
  padding-top: 0.1px;
  line-height: 30px;
}
a.ivu-btn-large {
  line-height: 38px;
}
a.ivu-btn-small {
  line-height: 22px;
}
.ivu-affix {
  position: fixed;
  z-index: 10;
}
.ivu-back-top {
  z-index: 10;
  position: fixed;
  cursor: pointer;
  display: none;
}
.ivu-back-top.ivu-back-top-show {
  display: block;
}
.ivu-back-top-inner {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}
.ivu-back-top-inner:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.ivu-back-top i {
  color: #fff;
  font-size: 24px;
  padding: 8px 12px;
}
.ivu-badge {
  position: relative;
  display: inline-block;
}
.ivu-badge-count {
  font-family: "Monospaced Number";
  line-height: 1;
  vertical-align: middle;
  position: absolute;
  transform: translateX(50%);
  top: -10px;
  right: 0;
  height: 20px;
  border-radius: 10px;
  min-width: 20px;
  background: #ed4014;
  border: 1px solid transparent;
  color: #fff;
  line-height: 18px;
  text-align: center;
  padding: 0 6px;
  font-size: 12px;
  white-space: nowrap;
  transform-origin: -10% center;
  z-index: 10;
  box-shadow: 0 0 0 1px #fff;
}
.ivu-badge-count-custom {
  background: transparent;
  color: inherit;
  border-color: transparent;
  box-shadow: none;
}
.ivu-badge-count a,
.ivu-badge-count a:hover {
  color: #fff;
}
.ivu-badge-count-alone {
  top: auto;
  display: block;
  position: relative;
  transform: translateX(0);
}
.ivu-badge-count-primary {
  background: #0041DC;
}
.ivu-badge-count-success {
  background: #19be6b;
}
.ivu-badge-count-error {
  background: #ed4014;
}
.ivu-badge-count-warning {
  background: #ff9900;
}
.ivu-badge-count-info {
  background: #2db7f5;
}
.ivu-badge-count-normal {
  background: #e6ebf1;
  color: #808695;
}
.ivu-badge-dot {
  position: absolute;
  transform: translateX(-50%);
  transform-origin: 0 center;
  top: -4px;
  right: -8px;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #ed4014;
  z-index: 10;
  box-shadow: 0 0 0 1px #fff;
}
.ivu-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.ivu-badge-status-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.ivu-badge-status-success {
  background-color: #19be6b;
}
.ivu-badge-status-processing {
  background-color: #0041DC;
  position: relative;
}
.ivu-badge-status-processing:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #0041DC;
  content: '';
  -webkit-animation: aniStatusProcessing 1.2s infinite ease-in-out;
          animation: aniStatusProcessing 1.2s infinite ease-in-out;
}
.ivu-badge-status-default {
  background-color: #e6ebf1;
}
.ivu-badge-status-error {
  background-color: #ed4014;
}
.ivu-badge-status-warning {
  background-color: #ff9900;
}
.ivu-badge-status-text {
  display: inline-block;
  color: #515a6e;
  font-size: 14px;
  margin-left: 6px;
}
.ivu-badge-status-pink {
  background-color: #eb2f96;
}
.ivu-badge-status-magenta {
  background-color: #eb2f96;
}
.ivu-badge-status-red {
  background-color: #f5222d;
}
.ivu-badge-status-volcano {
  background-color: #fa541c;
}
.ivu-badge-status-orange {
  background-color: #fa8c16;
}
.ivu-badge-status-yellow {
  background-color: #fadb14;
}
.ivu-badge-status-gold {
  background-color: #faad14;
}
.ivu-badge-status-cyan {
  background-color: #13c2c2;
}
.ivu-badge-status-lime {
  background-color: #a0d911;
}
.ivu-badge-status-green {
  background-color: #52c41a;
}
.ivu-badge-status-blue {
  background-color: #1890ff;
}
.ivu-badge-status-geekblue {
  background-color: #2f54eb;
}
.ivu-badge-status-purple {
  background-color: #722ed1;
}
@-webkit-keyframes aniStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
@keyframes aniStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
.ivu-chart-circle {
  display: inline-block;
  position: relative;
}
.ivu-chart-circle-inner {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.ivu-spin {
  color: #0041DC;
  vertical-align: middle;
  text-align: center;
}
.ivu-spin-dot {
  position: relative;
  display: block;
  border-radius: 50%;
  background-color: #0041DC;
  width: 20px;
  height: 20px;
  -webkit-animation: ani-spin-bounce 1s 0s ease-in-out infinite;
          animation: ani-spin-bounce 1s 0s ease-in-out infinite;
}
.ivu-spin-large .ivu-spin-dot {
  width: 32px;
  height: 32px;
}
.ivu-spin-small .ivu-spin-dot {
  width: 12px;
  height: 12px;
}
.ivu-spin-fix {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.ivu-spin-fullscreen {
  z-index: 2010;
}
.ivu-spin-fullscreen-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ivu-spin-fix .ivu-spin-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ivu-spin-fix .ivu-spin-dot {
  display: inline-block;
}
.ivu-spin-text,
.ivu-spin-show-text .ivu-spin-dot {
  display: none;
}
.ivu-spin-show-text .ivu-spin-text {
  display: block;
}
.ivu-table-wrapper > .ivu-spin-fix {
  border: none;
}
.ivu-table-wrapper-with-border > .ivu-spin-fix {
  border: 1px solid #dcdee2;
  border-top: 0;
  border-left: 0;
}
@-webkit-keyframes ani-spin-bounce {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ani-spin-bounce {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.ivu-alert {
  position: relative;
  padding: 8px 48px 8px 16px;
  border-radius: 4px;
  color: #515a6e;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}
.ivu-alert.ivu-alert-with-icon {
  padding: 8px 48px 8px 38px;
}
.ivu-alert-icon {
  font-size: 16px;
  top: 6px;
  left: 12px;
  position: absolute;
}
.ivu-alert-desc {
  font-size: 14px;
  color: #515a6e;
  line-height: 21px;
  display: none;
  text-align: justify;
}
.ivu-alert-success {
  border: 1px solid #8ce6b0;
  background-color: #edfff3;
}
.ivu-alert-success .ivu-alert-icon {
  color: #19be6b;
}
.ivu-alert-info {
  border: 1px solid #7aafff;
  background-color: #e6f1ff;
}
.ivu-alert-info .ivu-alert-icon {
  color: #0041DC;
}
.ivu-alert-warning {
  border: 1px solid #ffd77a;
  background-color: #fff9e6;
}
.ivu-alert-warning .ivu-alert-icon {
  color: #ff9900;
}
.ivu-alert-error {
  border: 1px solid #ffb08f;
  background-color: #ffefe6;
}
.ivu-alert-error .ivu-alert-icon {
  color: #ed4014;
}
.ivu-alert-close {
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 8px;
  overflow: hidden;
  cursor: pointer;
}
.ivu-alert-close .ivu-icon-ios-close {
  font-size: 22px;
  color: #999;
  transition: color 0.2s ease;
  position: relative;
  top: -3px;
}
.ivu-alert-close .ivu-icon-ios-close:hover {
  color: #444;
}
.ivu-alert-with-desc {
  padding: 16px;
  position: relative;
  border-radius: 4px;
  margin-bottom: 10px;
  color: #515a6e;
  line-height: 1.5;
}
.ivu-alert-with-desc.ivu-alert-with-icon {
  padding: 16px 16px 16px 69px;
}
.ivu-alert-with-desc .ivu-alert-desc {
  display: block;
}
.ivu-alert-with-desc .ivu-alert-message {
  font-size: 16px;
  color: #17233d;
  display: block;
  margin-bottom: 4px;
}
.ivu-alert-with-desc .ivu-alert-icon {
  top: 50%;
  left: 24px;
  margin-top: -24px;
  font-size: 28px;
}
.ivu-alert-with-banner {
  border-radius: 0;
}
.ivu-collapse {
  background-color: #f7f7f7;
  border-radius: 3px;
  border: 1px solid #dcdee2;
}
.ivu-collapse-simple {
  border-left: none;
  border-right: none;
  background-color: #fff;
  border-radius: 0;
}
.ivu-collapse > .ivu-collapse-item {
  border-top: 1px solid #dcdee2;
}
.ivu-collapse > .ivu-collapse-item:first-child {
  border-top: 0;
}
.ivu-collapse > .ivu-collapse-item > .ivu-collapse-header {
  height: 38px;
  line-height: 38px;
  padding-left: 16px;
  color: #666;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.ivu-collapse > .ivu-collapse-item > .ivu-collapse-header > i {
  transition: transform 0.2s ease-in-out;
  margin-right: 14px;
}
.ivu-collapse > .ivu-collapse-item.ivu-collapse-item-active > .ivu-collapse-header {
  border-bottom: 1px solid #dcdee2;
}
.ivu-collapse-simple > .ivu-collapse-item.ivu-collapse-item-active > .ivu-collapse-header {
  border-bottom: 1px solid transparent;
}
.ivu-collapse > .ivu-collapse-item.ivu-collapse-item-active > .ivu-collapse-header > i {
  transform: rotate(90deg);
}
.ivu-collapse-content {
  color: #515a6e;
  padding: 0 16px;
  background-color: #fff;
}
.ivu-collapse-content > .ivu-collapse-content-box {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ivu-collapse-simple > .ivu-collapse-item > .ivu-collapse-content > .ivu-collapse-content-box {
  padding-top: 0;
}
.ivu-collapse-item:last-child > .ivu-collapse-content {
  border-radius: 0 0 3px 3px;
}
.ivu-card {
  display: block;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.ivu-card-bordered {
  border: 1px solid #dcdee2;
  border-color: #e8eaec;
}
.ivu-card-shadow {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.ivu-card:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-color: #eee;
}
.ivu-card.ivu-card-dis-hover:hover {
  box-shadow: none;
  border-color: transparent;
}
.ivu-card.ivu-card-dis-hover.ivu-card-bordered:hover {
  border-color: #e8eaec;
}
.ivu-card.ivu-card-shadow:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.ivu-card-head {
  border-bottom: 1px solid #e8eaec;
  padding: 14px 16px;
  line-height: 1;
}
.ivu-card-head p,
.ivu-card-head-inner {
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #17233d;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-card-extra {
  position: absolute;
  right: 16px;
  top: 14px;
}
.ivu-card-body {
  padding: 16px;
}
.ivu-message {
  font-size: 14px;
  position: fixed;
  z-index: 1010;
  width: 100%;
  top: 16px;
  left: 0;
  pointer-events: none;
}
.ivu-message-notice {
  padding: 8px;
  text-align: center;
  transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.ivu-message-notice:first-child {
  margin-top: -8px;
}
.ivu-message-notice-close {
  position: absolute;
  right: 4px;
  top: 10px;
  color: #999;
  outline: none;
}
.ivu-message-notice-close i.ivu-icon {
  font-size: 22px;
  color: #999;
  transition: color 0.2s ease;
  position: relative;
  top: -3px;
}
.ivu-message-notice-close i.ivu-icon:hover {
  color: #444;
}
.ivu-message-notice-content {
  display: inline-block;
  pointer-events: all;
  padding: 8px 16px;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
}
.ivu-message-notice-content-text {
  display: inline-block;
}
.ivu-message-notice-closable .ivu-message-notice-content-text {
  padding-right: 32px;
}
.ivu-message-success .ivu-icon {
  color: #19be6b;
}
.ivu-message-error .ivu-icon {
  color: #ed4014;
}
.ivu-message-warning .ivu-icon {
  color: #ff9900;
}
.ivu-message-info .ivu-icon,
.ivu-message-loading .ivu-icon {
  color: #0041DC;
}
.ivu-message .ivu-icon {
  margin-right: 4px;
  font-size: 16px;
  vertical-align: middle;
}
.ivu-message-custom-content span {
  vertical-align: middle;
}
.ivu-message-notice-with-background .ivu-message-notice-content-background {
  box-shadow: none;
}
.ivu-message-notice-with-background .ivu-message-notice-content-info {
  background: #e6f1ff;
  color: #0042db;
  border: 1px solid #a3cbff;
}
.ivu-message-notice-with-background .ivu-message-notice-content-success {
  background: #edfff3;
  color: #19bf6c;
  border: 1px solid #bbf2cf;
}
.ivu-message-notice-with-background .ivu-message-notice-content-warning {
  background: #fff9e6;
  color: #ff9900;
  border: 1px solid #ffe7a3;
}
.ivu-message-notice-with-background .ivu-message-notice-content-error {
  background: #ffefe6;
  color: #ed3f13;
  border: 1px solid #ffcfb8;
}
.ivu-notice {
  width: 335px;
  margin-right: 24px;
  position: fixed;
  z-index: 1010;
}
.ivu-notice-content-with-icon {
  margin-left: 51px;
}
.ivu-notice-with-desc.ivu-notice-with-icon .ivu-notice-title {
  margin-left: 51px;
}
.ivu-notice-notice {
  margin-bottom: 10px;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.ivu-notice-notice-close {
  position: absolute;
  right: 8px;
  top: 15px;
  color: #999;
  outline: none;
}
.ivu-notice-notice-close i {
  font-size: 22px;
  color: #999;
  transition: color 0.2s ease;
  position: relative;
  top: -3px;
}
.ivu-notice-notice-close i:hover {
  color: #444;
}
.ivu-notice-notice-content-with-render .ivu-notice-desc {
  display: none;
}
.ivu-notice-notice-with-desc .ivu-notice-notice-close {
  top: 11px;
}
.ivu-notice-content-with-render-notitle {
  margin-left: 26px;
}
.ivu-notice-title {
  font-size: 16px;
  line-height: 19px;
  color: #17233d;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-notice-with-desc .ivu-notice-title {
  margin-bottom: 8px;
}
.ivu-notice-desc {
  font-size: 14px;
  color: #515a6e;
  text-align: justify;
  line-height: 1.5;
}
.ivu-notice-with-desc.ivu-notice-with-icon .ivu-notice-desc {
  margin-left: 51px;
}
.ivu-notice-with-icon .ivu-notice-title {
  margin-left: 26px;
}
.ivu-notice-icon {
  position: absolute;
  top: -2px;
  font-size: 20px;
}
.ivu-notice-icon-success {
  color: #19be6b;
}
.ivu-notice-icon-info {
  color: #0041DC;
}
.ivu-notice-icon-warning {
  color: #ff9900;
}
.ivu-notice-icon-error {
  color: #ed4014;
}
.ivu-notice-with-desc .ivu-notice-icon {
  font-size: 36px;
  top: -6px;
}
.ivu-notice-custom-content {
  position: relative;
}
.ivu-radio-focus {
  box-shadow: 0 0 0 2px rgba(0, 65, 220, 0.2);
  z-index: 1;
}
.ivu-radio-group {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.ivu-radio-group-vertical .ivu-radio-wrapper {
  display: block;
  height: 30px;
  line-height: 30px;
}
.ivu-radio-wrapper {
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-right: 8px;
  cursor: pointer;
}
.ivu-radio-wrapper-disabled {
  cursor: not-allowed;
}
.ivu-radio {
  display: inline-block;
  margin-right: 4px;
  white-space: nowrap;
  position: relative;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}
.ivu-radio:hover .ivu-radio-inner {
  border-color: #bcbcbc;
}
.ivu-radio-inner {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #dcdee2;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.ivu-radio-inner:after {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 2px;
  top: 2px;
  border-radius: 0px;
  display: table;
  border-top: 0;
  border-left: 0;
  content: ' ';
  background-color: #0041DC;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0);
}
.ivu-radio-large {
  font-size: 16px;
}
.ivu-radio-large .ivu-radio-inner {
  width: 18px;
  height: 18px;
}
.ivu-radio-large .ivu-radio-inner:after {
  width: 12px;
  height: 12px;
}
.ivu-radio-large.ivu-radio-wrapper,
.ivu-radio-large .ivu-radio-wrapper {
  font-size: 16px;
}
.ivu-radio-small .ivu-radio-inner {
  width: 14px;
  height: 14px;
}
.ivu-radio-small .ivu-radio-inner:after {
  width: 8px;
  height: 8px;
}
.ivu-radio-input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.ivu-radio-border {
  border: 1px solid #dcdee2;
  border-radius: 4px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  transition: border 0.2s ease-in-out;
}
.ivu-radio-small.ivu-radio-border,
.ivu-radio-group-small .ivu-radio-border {
  height: 24px;
  line-height: 22px;
  padding: 0 7px;
}
.ivu-radio-large.ivu-radio-border,
.ivu-radio-group-large .ivu-radio-border {
  height: 40px;
  line-height: 36px;
  padding: 0 15px;
}
.ivu-radio-wrapper-checked.ivu-radio-border {
  border-color: #0041DC;
}
.ivu-radio-wrapper-disabled.ivu-radio-border {
  border-color: #dcdee2;
}
.ivu-radio-checked .ivu-radio-inner {
  border-color: #0041DC;
}
.ivu-radio-checked .ivu-radio-inner:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}
.ivu-radio-checked:hover .ivu-radio-inner {
  border-color: #0041DC;
}
.ivu-radio-disabled {
  cursor: not-allowed;
}
.ivu-radio-disabled .ivu-radio-input {
  cursor: not-allowed;
}
.ivu-radio-disabled:hover .ivu-radio-inner {
  border-color: #dcdee2;
}
.ivu-radio-disabled .ivu-radio-inner {
  border-color: #dcdee2;
  background-color: #f3f3f3;
}
.ivu-radio-disabled .ivu-radio-inner:after {
  background-color: #cccccc;
}
.ivu-radio-disabled .ivu-radio-disabled + span {
  color: #ccc;
}
span.ivu-radio + * {
  margin-left: 2px;
  margin-right: 2px;
}
.ivu-radio-group-button {
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.ivu-radio-group-button .ivu-radio {
  width: 0;
  margin-right: 0;
}
.ivu-radio-group-button .ivu-radio-wrapper {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  margin: 0;
  padding: 0 15px;
  font-size: 14px;
  color: #515a6e;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border: 1px solid #dcdee2;
  border-left: 0;
  background: #fff;
  position: relative;
}
.ivu-radio-group-button .ivu-radio-wrapper > span {
  margin-left: 0;
}
.ivu-radio-group-button .ivu-radio-wrapper:before,
.ivu-radio-group-button .ivu-radio-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  left: -1px;
  top: 0;
  background: #dcdee2;
  transition: all 0.2s ease-in-out;
}
.ivu-radio-group-button .ivu-radio-wrapper:after {
  height: 36px;
  left: -1px;
  top: -3px;
  background: rgba(0, 65, 220, 0.2);
  opacity: 0;
}
.ivu-radio-group-button .ivu-radio-wrapper:first-child {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #dcdee2;
}
.ivu-radio-group-button .ivu-radio-wrapper:first-child:before,
.ivu-radio-group-button .ivu-radio-wrapper:first-child:after {
  display: none;
}
.ivu-radio-group-button .ivu-radio-wrapper:last-child {
  border-radius: 0 4px 4px 0;
}
.ivu-radio-group-button .ivu-radio-wrapper:first-child:last-child {
  border-radius: 4px;
}
.ivu-radio-group-button .ivu-radio-wrapper:hover {
  position: relative;
  color: #0041DC;
}
.ivu-radio-group-button .ivu-radio-wrapper:hover .ivu-radio {
  background-color: black;
}
.ivu-radio-group-button .ivu-radio-wrapper .ivu-radio-inner,
.ivu-radio-group-button .ivu-radio-wrapper input {
  opacity: 0;
  width: 0;
  height: 0;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked {
  background: #fff;
  border-color: #0041DC;
  color: #0041DC;
  box-shadow: -1px 0 0 0 #0041DC;
  z-index: 1;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked:before {
  background: #0041DC;
  opacity: 0.1;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus {
  box-shadow: -1px 0 0 0 #0041DC, 0 0 0 2px rgba(0, 65, 220, 0.2);
  transition: all 0.2s ease-in-out;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus:after {
  left: -3px;
  top: -3px;
  opacity: 1;
  background: rgba(0, 65, 220, 0.2);
}
.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus:first-child {
  box-shadow: 0 0 0 2px rgba(0, 65, 220, 0.2);
}
.ivu-radio-group-button .ivu-radio-wrapper-checked:first-child {
  border-color: #0041DC;
  box-shadow: none;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked:hover {
  border-color: #3367e3;
  color: #3367e3;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked:active {
  border-color: #003ed1;
  color: #003ed1;
}
.ivu-radio-group-button .ivu-radio-wrapper-disabled {
  border-color: #dcdee2;
  background-color: #f7f7f7;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-radio-group-button .ivu-radio-wrapper-disabled:first-child,
.ivu-radio-group-button .ivu-radio-wrapper-disabled:hover {
  border-color: #dcdee2;
  background-color: #f7f7f7;
  color: #ccc;
}
.ivu-radio-group-button .ivu-radio-wrapper-disabled:first-child {
  border-left-color: #dcdee2;
}
.ivu-radio-group-button .ivu-radio-wrapper-disabled.ivu-radio-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #dcdee2;
  box-shadow: none!important;
}
.ivu-radio-group-button-solid .ivu-radio-wrapper-checked:not(.ivu-radio-wrapper-disabled) {
  background: #0041DC;
  color: #fff;
}
.ivu-radio-group-button-solid .ivu-radio-wrapper-checked:not(.ivu-radio-wrapper-disabled):hover {
  background: #3367e3;
  color: #fff;
}
.ivu-radio-group-button.ivu-radio-group-large .ivu-radio-wrapper {
  height: 40px;
  line-height: 38px;
  font-size: 16px;
}
.ivu-radio-group-button.ivu-radio-group-large .ivu-radio-wrapper:after {
  height: 44px;
}
.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper {
  height: 24px;
  line-height: 22px;
  padding: 0 12px;
  font-size: 14px;
}
.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper:after {
  height: 28px;
}
.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper:first-child {
  border-radius: 3px 0 0 3px;
}
.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper:last-child {
  border-radius: 0 3px 3px 0;
}
.ivu-checkbox-focus {
  box-shadow: 0 0 0 2px rgba(0, 65, 220, 0.2);
  z-index: 1;
}
.ivu-checkbox {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1;
  position: relative;
}
.ivu-checkbox-disabled {
  cursor: not-allowed;
}
.ivu-checkbox:hover .ivu-checkbox-inner {
  border-color: #bcbcbc;
}
.ivu-checkbox-inner {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid #dcdee2;
  border-radius: 2px;
  background-color: #fff;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.ivu-checkbox-inner:after {
  content: '';
  display: table;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 1px;
  left: 4px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0);
  transition: all 0.2s ease-in-out;
}
.ivu-checkbox-large .ivu-checkbox-inner {
  width: 18px;
  height: 18px;
}
.ivu-checkbox-large .ivu-checkbox-inner:after {
  width: 5px;
  height: 9px;
}
.ivu-checkbox-small {
  font-size: 14px;
}
.ivu-checkbox-small .ivu-checkbox-inner {
  width: 14px;
  height: 14px;
}
.ivu-checkbox-small .ivu-checkbox-inner:after {
  top: 0;
  left: 3px;
}
.ivu-checkbox-input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.ivu-checkbox-input[disabled] {
  cursor: not-allowed;
}
.ivu-checkbox-border {
  border: 1px solid #dcdee2;
  border-radius: 4px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  transition: border 0.2s ease-in-out;
}
.ivu-checkbox-small.ivu-checkbox-border,
.ivu-checkbox-group.ivu-checkbox-small .ivu-checkbox-border {
  height: 24px;
  line-height: 22px;
  padding: 0 7px;
}
.ivu-checkbox-large.ivu-checkbox-border,
.ivu-checkbox-group.ivu-checkbox-large .ivu-checkbox-border {
  height: 40px;
  line-height: 36px;
  padding: 0 15px;
}
.ivu-checkbox-wrapper-checked.ivu-checkbox-border {
  border-color: #0041DC;
}
.ivu-checkbox-wrapper-disabled.ivu-checkbox-border {
  border-color: #dcdee2;
}
.ivu-checkbox-checked:hover .ivu-checkbox-inner {
  border-color: #0041DC;
}
.ivu-checkbox-checked .ivu-checkbox-inner {
  border-color: #0041DC;
  background-color: #0041DC;
}
.ivu-checkbox-checked .ivu-checkbox-inner:after {
  content: '';
  display: table;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: 5px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1);
  transition: all 0.2s ease-in-out;
}
.ivu-checkbox-large .ivu-checkbox-checked .ivu-checkbox-inner:after {
  width: 6px;
  height: 10px;
}
.ivu-checkbox-small .ivu-checkbox-checked .ivu-checkbox-inner:after {
  top: 1px;
  left: 4px;
}
.ivu-checkbox-disabled.ivu-checkbox-checked:hover .ivu-checkbox-inner {
  border-color: #dcdee2;
}
.ivu-checkbox-disabled.ivu-checkbox-checked .ivu-checkbox-inner {
  background-color: #f3f3f3;
  border-color: #dcdee2;
}
.ivu-checkbox-disabled.ivu-checkbox-checked .ivu-checkbox-inner:after {
  -webkit-animation-name: none;
          animation-name: none;
  border-color: #ccc;
}
.ivu-checkbox-disabled:hover .ivu-checkbox-inner {
  border-color: #dcdee2;
}
.ivu-checkbox-disabled .ivu-checkbox-inner {
  border-color: #dcdee2;
  background-color: #f3f3f3;
}
.ivu-checkbox-disabled .ivu-checkbox-inner:after {
  -webkit-animation-name: none;
          animation-name: none;
  border-color: #f3f3f3;
}
.ivu-checkbox-disabled .ivu-checkbox-inner-input {
  cursor: default;
}
.ivu-checkbox-disabled + span {
  color: #ccc;
  cursor: not-allowed;
}
.ivu-checkbox-indeterminate .ivu-checkbox-inner:after {
  content: '';
  width: 10px;
  height: 1px;
  transform: scale(1);
  position: absolute;
  left: 2px;
  top: 6px;
}
.ivu-checkbox-indeterminate:hover .ivu-checkbox-inner {
  border-color: #0041DC;
}
.ivu-checkbox-indeterminate .ivu-checkbox-inner {
  background-color: #0041DC;
  border-color: #0041DC;
}
.ivu-checkbox-indeterminate.ivu-checkbox-disabled .ivu-checkbox-inner {
  background-color: #f3f3f3;
  border-color: #dcdee2;
}
.ivu-checkbox-indeterminate.ivu-checkbox-disabled .ivu-checkbox-inner:after {
  border-color: #c5c8ce;
}
.ivu-checkbox-large .ivu-checkbox-indeterminate .ivu-checkbox-inner:after {
  width: 12px;
  top: 7px;
}
.ivu-checkbox-small .ivu-checkbox-indeterminate .ivu-checkbox-inner:after {
  width: 8px;
  top: 5px;
}
.ivu-checkbox-wrapper {
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  margin-right: 8px;
}
.ivu-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ivu-checkbox-wrapper.ivu-checkbox-large {
  font-size: 16px;
}
.ivu-checkbox-wrapper + span,
.ivu-checkbox + span {
  margin-right: 4px;
}
.ivu-checkbox-group {
  font-size: 14px;
}
.ivu-checkbox-group-item {
  display: inline-block;
}
.ivu-switch {
  display: inline-block;
  width: 44px;
  height: 22px;
  line-height: 20px;
  border-radius: 22px;
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: #ccc;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.2s ease-in-out;
}
.ivu-switch-loading {
  opacity: 0.4;
}
.ivu-switch-inner {
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 23px;
}
.ivu-switch-inner i {
  width: 12px;
  height: 12px;
  text-align: center;
  position: relative;
  top: -1px;
}
.ivu-switch:after {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: #fff;
  position: absolute;
  left: 1px;
  top: 1px;
  cursor: pointer;
  transition: left 0.2s ease-in-out, width 0.2s ease-in-out;
}
.ivu-switch:active:after {
  width: 26px;
}
.ivu-switch:before {
  content: '';
  display: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 1;
  border: 1px solid #0041DC;
  border-color: transparent transparent transparent #0041DC;
  -webkit-animation: switch-loading 1s linear;
          animation: switch-loading 1s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.ivu-switch-loading:before {
  display: block;
}
.ivu-switch:focus {
  box-shadow: 0 0 0 2px rgba(0, 65, 220, 0.2);
  outline: 0;
}
.ivu-switch:focus:hover {
  box-shadow: none;
}
.ivu-switch-small {
  width: 28px;
  height: 16px;
  line-height: 14px;
}
.ivu-switch-small:after {
  width: 12px;
  height: 12px;
}
.ivu-switch-small:active:after {
  width: 14px;
}
.ivu-switch-small:before {
  width: 10px;
  height: 10px;
  left: 2px;
  top: 2px;
}
.ivu-switch-small.ivu-switch-checked:after {
  left: 13px;
}
.ivu-switch-small.ivu-switch-checked:before {
  left: 14px;
}
.ivu-switch-small:active.ivu-switch-checked:after {
  left: 11px;
}
.ivu-switch-large {
  width: 56px;
}
.ivu-switch-large:active:after {
  width: 26px;
}
.ivu-switch-large:active:after {
  width: 30px;
}
.ivu-switch-large.ivu-switch-checked:after {
  left: 35px;
}
.ivu-switch-large.ivu-switch-checked:before {
  left: 37px;
}
.ivu-switch-large:active.ivu-switch-checked:after {
  left: 23px;
}
.ivu-switch-checked {
  border-color: #0041DC;
  background-color: #0041DC;
}
.ivu-switch-checked .ivu-switch-inner {
  left: 7px;
}
.ivu-switch-checked:after {
  left: 23px;
}
.ivu-switch-checked:before {
  left: 25px;
}
.ivu-switch-checked:active:after {
  left: 15px;
}
.ivu-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.ivu-switch-disabled:after {
  background: #fff;
  cursor: not-allowed;
}
.ivu-switch-disabled .ivu-switch-inner {
  color: #fff;
}
.ivu-switch-disabled.ivu-switch-checked {
  border-color: #0041DC;
  background-color: #0041DC;
  opacity: 0.4;
}
.ivu-switch-disabled.ivu-switch-checked:after {
  background: #fff;
}
.ivu-switch-disabled.ivu-switch-checked .ivu-switch-inner {
  color: #fff;
}
@-webkit-keyframes switch-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes switch-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ivu-input-number {
  display: inline-block;
  width: 100%;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  margin: 0;
  padding: 0;
  width: 80px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  overflow: hidden;
  cursor: default;
}
.ivu-input-number::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1;
}
.ivu-input-number:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-input-number::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-input-number:hover {
  border-color: #3367e3;
}
.ivu-input-number:focus {
  border-color: #3367e3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 65, 220, 0.2);
}
.ivu-input-number[disabled],
fieldset[disabled] .ivu-input-number {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-input-number[disabled]:hover,
fieldset[disabled] .ivu-input-number:hover {
  border-color: #e3e5e8;
}
textarea.ivu-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 14px;
}
.ivu-input-number-large {
  font-size: 16px;
  padding: 6px 7px;
  height: 40px;
}
.ivu-input-number-small {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
.ivu-input-number-no-border {
  border-radius: 0;
  border-color: transparent;
}
.ivu-input-number-no-border:hover {
  border-color: transparent;
}
.ivu-input-number-no-border:focus {
  border-color: transparent;
  box-shadow: none;
}
.ivu-input-number-no-border[disabled] {
  background-color: transparent;
}
.ivu-input-number-no-border[disabled]:hover {
  border-color: transparent;
}
.ivu-input-number-handler-wrap {
  width: 22px;
  height: 100%;
  border-left: 1px solid #dcdee2;
  border-radius: 0 4px 4px 0;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.ivu-input-number:hover .ivu-input-number-handler-wrap {
  opacity: 1;
}
.ivu-input-number-handler-up {
  cursor: pointer;
}
.ivu-input-number-handler-up-inner {
  top: 1px;
}
.ivu-input-number-handler-down {
  border-top: 1px solid #dcdee2;
  top: -1px;
  cursor: pointer;
}
.ivu-input-number-handler {
  display: block;
  width: 100%;
  height: 16px;
  line-height: 0;
  text-align: center;
  overflow: hidden;
  color: #999;
  position: relative;
}
.ivu-input-number-handler:hover .ivu-input-number-handler-up-inner,
.ivu-input-number-handler:hover .ivu-input-number-handler-down-inner {
  color: #3367e3;
}
.ivu-input-number-handler-up-inner,
.ivu-input-number-handler-down-inner {
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 14px;
  color: #999;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  right: 5px;
  transition: all 0.2s linear;
}
.ivu-input-number:hover {
  border-color: #3367e3;
}
.ivu-input-number-focused {
  border-color: #3367e3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 65, 220, 0.2);
}
.ivu-input-number-disabled {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-input-number-disabled:hover {
  border-color: #e3e5e8;
}
.ivu-input-number-input-wrap {
  overflow: hidden;
  height: 32px;
}
.ivu-input-number-input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  text-align: left;
  outline: 0;
  -moz-appearance: textfield;
  color: #666;
  border: 0;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.ivu-input-number-input[disabled] {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-input-number-input[disabled]:hover {
  border-color: #e3e5e8;
}
.ivu-input-number-input::-moz-placeholder {
  color: #c5c8ce;
}
.ivu-input-number-input:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-input-number-input::placeholder {
  color: #c5c8ce;
}
.ivu-input-number-large {
  padding: 0;
}
.ivu-input-number-large .ivu-input-number-input-wrap {
  height: 40px;
}
.ivu-input-number-large .ivu-input-number-handler {
  height: 20px;
}
.ivu-input-number-large input {
  height: 40px;
  line-height: 40px;
}
.ivu-input-number-large .ivu-input-number-handler-up-inner {
  top: 2px;
}
.ivu-input-number-large .ivu-input-number-handler-down-inner {
  bottom: 2px;
}
.ivu-input-number-small {
  padding: 0;
}
.ivu-input-number-small .ivu-input-number-input-wrap {
  height: 24px;
}
.ivu-input-number-small .ivu-input-number-handler {
  height: 12px;
}
.ivu-input-number-small input {
  height: 24px;
  line-height: 24px;
  margin-top: -1px;
  vertical-align: top;
}
.ivu-input-number-small .ivu-input-number-handler-up-inner {
  top: -1px;
}
.ivu-input-number-small .ivu-input-number-handler-down-inner {
  bottom: -1px;
}
.ivu-input-number-handler-down-disabled .ivu-input-number-handler-down-inner,
.ivu-input-number-handler-up-disabled .ivu-input-number-handler-down-inner,
.ivu-input-number-disabled .ivu-input-number-handler-down-inner,
.ivu-input-number-handler-down-disabled .ivu-input-number-handler-up-inner,
.ivu-input-number-handler-up-disabled .ivu-input-number-handler-up-inner,
.ivu-input-number-disabled .ivu-input-number-handler-up-inner {
  opacity: 0.72;
  color: #ccc !important;
  cursor: not-allowed;
}
.ivu-input-number-disabled .ivu-input-number-input {
  opacity: 0.72;
  cursor: not-allowed;
  background-color: #f3f3f3;
}
.ivu-input-number-disabled .ivu-input-number-handler-wrap {
  display: none;
}
.ivu-input-number-disabled .ivu-input-number-handler {
  opacity: 0.72;
  color: #ccc !important;
  cursor: not-allowed;
}
.ivu-input-number-controls-outside {
  width: 144px;
  padding: 0 32px;
}
.ivu-input-number-controls-outside .ivu-input-number-input {
  border-radius: 0;
}
.ivu-input-number-controls-outside-btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  position: absolute;
  top: 0;
  text-align: center;
  background-color: #f8f8f9;
  color: #515a6e;
  cursor: pointer;
}
.ivu-input-number-controls-outside-btn i {
  font-size: 16px;
}
.ivu-input-number-controls-outside-btn:hover i {
  color: #0041DC;
}
.ivu-input-number-controls-outside-btn-disabled,
.ivu-input-number-controls-outside-btn-disabled:hover {
  cursor: not-allowed;
}
.ivu-input-number-controls-outside-btn-disabled i,
.ivu-input-number-controls-outside-btn-disabled:hover i {
  color: #ccc;
}
.ivu-input-number-controls-outside-up {
  right: 0;
  border-left: 1px solid #dcdee2;
}
.ivu-input-number-controls-outside-down {
  left: 0;
  border-right: 1px solid #dcdee2;
}
.ivu-input-number-disabled.ivu-input-number-controls-outside .ivu-input-number-controls-outside-btn {
  cursor: not-allowed;
}
.ivu-input-number-disabled.ivu-input-number-controls-outside .ivu-input-number-controls-outside-btn i {
  color: #ccc;
}
.ivu-input-number-large.ivu-input-number-controls-outside {
  width: 160px;
  padding: 0 40px;
}
.ivu-input-number-large.ivu-input-number-controls-outside .ivu-input-number-controls-outside-btn {
  width: 40px;
  height: 40px;
  line-height: 38px;
}
.ivu-input-number-large.ivu-input-number-controls-outside .ivu-input-number-controls-outside-btn i {
  font-size: 20px;
}
.ivu-input-number-small.ivu-input-number-controls-outside {
  width: 128px;
  padding: 0 24px;
}
.ivu-input-number-small.ivu-input-number-controls-outside .ivu-input-number-controls-outside-btn {
  width: 24px;
  height: 24px;
  line-height: 22px;
}
.ivu-input-number-small.ivu-input-number-controls-outside .ivu-input-number-controls-outside-btn i {
  font-size: 14px;
}
.ivu-form-item-error .ivu-input-number {
  border: 1px solid #ed4014;
}
.ivu-form-item-error .ivu-input-number:hover {
  border-color: #ed4014;
}
.ivu-form-item-error .ivu-input-number:focus {
  border-color: #ed4014;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
}
.ivu-form-item-error .ivu-input-number-focused {
  border-color: #ed4014;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
}
.ivu-scroll-wrapper {
  width: auto;
  margin: 0 auto;
  position: relative;
  outline: none;
}
.ivu-scroll-container {
  overflow-y: scroll;
}
@-webkit-keyframes ani-stop-slide {
  from {
    overflow-y: hidden;
    tansform: translateZ(0);
  }
  to {
    overflow-y: scroll;
    tansform: translateZ(0);
  }
}
@keyframes ani-stop-slide {
  from {
    overflow-y: hidden;
    tansform: translateZ(0);
  }
  to {
    overflow-y: scroll;
    tansform: translateZ(0);
  }
}
.ivu-scroll-container-loading {
  -webkit-animation: ani-stop-slide 1.5s;
          animation: ani-stop-slide 1.5s;
}
.ivu-scroll-content {
  opacity: 1;
  transition: opacity 0.5s;
}
.ivu-scroll-content-loading {
  opacity: 0.5;
}
.ivu-scroll-loader {
  text-align: center;
  padding: 0;
  transition: padding 0.5s;
}
.ivu-scroll-loader-wrapper {
  padding: 5px 0;
  height: 0;
  background-color: inherit;
  transform: scale(0);
  transition: opacity 0.3s, transform 0.5s, height 0.5s;
}
.ivu-scroll-loader-wrapper-active {
  height: 40px;
  transform: scale(1);
}
@-webkit-keyframes ani-demo-spin {
  from {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ani-demo-spin {
  from {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ivu-scroll-loader-wrapper .ivu-scroll-spinner {
  position: relative;
}
.ivu-scroll-loader-wrapper .ivu-scroll-spinner-icon {
  -webkit-animation: ani-demo-spin 1s linear infinite;
          animation: ani-demo-spin 1s linear infinite;
}
.ivu-tag {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  margin: 2px 4px 2px 0;
  padding: 0 8px;
  border: 1px solid #e8eaec;
  border-radius: 3px;
  background: #f7f7f7;
  font-size: 12px;
  vertical-align: middle;
  opacity: 1;
  overflow: hidden;
}
.ivu-tag-size-large {
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
}
.ivu-tag-size-medium {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
}
.ivu-tag:not(.ivu-tag-border):not(.ivu-tag-dot):not(.ivu-tag-checked) {
  background: transparent;
  border: 0;
  color: #515a6e;
}
.ivu-tag:not(.ivu-tag-border):not(.ivu-tag-dot):not(.ivu-tag-checked) .ivu-icon-ios-close {
  color: #515a6e !important;
}
.ivu-tag-color-error {
  color: #ed4014 !important;
  border-color: #ed4014;
}
.ivu-tag-color-success {
  color: #19be6b !important;
  border-color: #19be6b;
}
.ivu-tag-color-primary {
  color: #0041DC !important;
  border-color: #0041DC;
}
.ivu-tag-color-warning {
  color: #ff9900 !important;
  border-color: #ff9900;
}
.ivu-tag-color-white {
  color: #ffffff !important;
}
.ivu-tag-dot {
  height: 32px;
  line-height: 32px;
  border: 1px solid #e8eaec !important;
  color: #515a6e !important;
  background: #fff !important;
  padding: 0 12px;
}
.ivu-tag-dot-inner {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
  background: #e8eaec;
  position: relative;
  top: 1px;
}
.ivu-tag-dot .ivu-icon-ios-close {
  color: #666 !important;
  margin-left: 12px !important;
}
.ivu-tag-border {
  height: 24px;
  line-height: 24px;
  border: 1px solid #e8eaec;
  color: #e8eaec;
  background: #fff !important;
  position: relative;
}
.ivu-tag-border .ivu-icon-ios-close {
  color: #666;
  margin-left: 12px !important;
}
.ivu-tag-border:after {
  content: "";
  display: none;
  width: 1px;
  background: currentColor;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
}
.ivu-tag-border.ivu-tag-closable:after {
  display: block;
}
.ivu-tag-border.ivu-tag-closable .ivu-icon-ios-close {
  margin-left: 18px !important;
  left: 4px;
  top: -1px;
}
.ivu-tag-border.ivu-tag-primary {
  color: #0041DC !important;
  border: 1px solid #0041DC !important;
}
.ivu-tag-border.ivu-tag-primary:after {
  background: #0041DC;
}
.ivu-tag-border.ivu-tag-primary .ivu-icon-ios-close {
  color: #0041DC !important;
}
.ivu-tag-border.ivu-tag-success {
  color: #19be6b !important;
  border: 1px solid #19be6b !important;
}
.ivu-tag-border.ivu-tag-success:after {
  background: #19be6b;
}
.ivu-tag-border.ivu-tag-success .ivu-icon-ios-close {
  color: #19be6b !important;
}
.ivu-tag-border.ivu-tag-warning {
  color: #ff9900 !important;
  border: 1px solid #ff9900 !important;
}
.ivu-tag-border.ivu-tag-warning:after {
  background: #ff9900;
}
.ivu-tag-border.ivu-tag-warning .ivu-icon-ios-close {
  color: #ff9900 !important;
}
.ivu-tag-border.ivu-tag-error {
  color: #ed4014 !important;
  border: 1px solid #ed4014 !important;
}
.ivu-tag-border.ivu-tag-error:after {
  background: #ed4014;
}
.ivu-tag-border.ivu-tag-error .ivu-icon-ios-close {
  color: #ed4014 !important;
}
.ivu-tag:hover {
  opacity: 0.85;
}
.ivu-tag-text {
  color: #515a6e;
}
.ivu-tag-text a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ivu-tag .ivu-icon-ios-close {
  display: inline-block;
  font-size: 14px;
  font-size: 20px \9;
  transform: scale(1.42857143) rotate(0deg);
  cursor: pointer;
  margin-left: 2px;
  color: #666;
  opacity: 0.66;
  position: relative;
  top: -1px;
}
:root .ivu-tag .ivu-icon-ios-close {
  font-size: 14px;
}
.ivu-tag .ivu-icon-ios-close:hover {
  opacity: 1;
}
.ivu-tag-primary,
.ivu-tag-success,
.ivu-tag-warning,
.ivu-tag-error {
  border: 0;
}
.ivu-tag-primary,
.ivu-tag-success,
.ivu-tag-warning,
.ivu-tag-error,
.ivu-tag-primary a,
.ivu-tag-success a,
.ivu-tag-warning a,
.ivu-tag-error a,
.ivu-tag-primary a:hover,
.ivu-tag-success a:hover,
.ivu-tag-warning a:hover,
.ivu-tag-error a:hover,
.ivu-tag-primary .ivu-icon-ios-close,
.ivu-tag-success .ivu-icon-ios-close,
.ivu-tag-warning .ivu-icon-ios-close,
.ivu-tag-error .ivu-icon-ios-close,
.ivu-tag-primary .ivu-icon-ios-close:hover,
.ivu-tag-success .ivu-icon-ios-close:hover,
.ivu-tag-warning .ivu-icon-ios-close:hover,
.ivu-tag-error .ivu-icon-ios-close:hover {
  color: #fff;
}
.ivu-tag-primary,
.ivu-tag-primary.ivu-tag-dot .ivu-tag-dot-inner {
  background: #0041DC;
}
.ivu-tag-success,
.ivu-tag-success.ivu-tag-dot .ivu-tag-dot-inner {
  background: #19be6b;
}
.ivu-tag-warning,
.ivu-tag-warning.ivu-tag-dot .ivu-tag-dot-inner {
  background: #ff9900;
}
.ivu-tag-error,
.ivu-tag-error.ivu-tag-dot .ivu-tag-dot-inner {
  background: #ed4014;
}
.ivu-tag-pink {
  line-height: 20px;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ivu-tag-pink .ivu-tag-text {
  color: #eb2f96 !important;
}
.ivu-tag-pink.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-pink {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-pink {
  line-height: 26px;
}
.ivu-tag-magenta {
  line-height: 20px;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ivu-tag-magenta .ivu-tag-text {
  color: #eb2f96 !important;
}
.ivu-tag-magenta.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-magenta {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-magenta {
  line-height: 26px;
}
.ivu-tag-red {
  line-height: 20px;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ivu-tag-red .ivu-tag-text {
  color: #f5222d !important;
}
.ivu-tag-red.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-red {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-red {
  line-height: 26px;
}
.ivu-tag-volcano {
  line-height: 20px;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ivu-tag-volcano .ivu-tag-text {
  color: #fa541c !important;
}
.ivu-tag-volcano.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-volcano {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-volcano {
  line-height: 26px;
}
.ivu-tag-orange {
  line-height: 20px;
  background: #fff7e6;
  border-color: #ffd591;
}
.ivu-tag-orange .ivu-tag-text {
  color: #fa8c16 !important;
}
.ivu-tag-orange.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-orange {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-orange {
  line-height: 26px;
}
.ivu-tag-yellow {
  line-height: 20px;
  background: #feffe6;
  border-color: #fffb8f;
}
.ivu-tag-yellow .ivu-tag-text {
  color: #fadb14 !important;
}
.ivu-tag-yellow.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-yellow {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-yellow {
  line-height: 26px;
}
.ivu-tag-gold {
  line-height: 20px;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ivu-tag-gold .ivu-tag-text {
  color: #faad14 !important;
}
.ivu-tag-gold.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-gold {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-gold {
  line-height: 26px;
}
.ivu-tag-cyan {
  line-height: 20px;
  background: #e6fffb;
  border-color: #87e8de;
}
.ivu-tag-cyan .ivu-tag-text {
  color: #13c2c2 !important;
}
.ivu-tag-cyan.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-cyan {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-cyan {
  line-height: 26px;
}
.ivu-tag-lime {
  line-height: 20px;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ivu-tag-lime .ivu-tag-text {
  color: #a0d911 !important;
}
.ivu-tag-lime.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-lime {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-lime {
  line-height: 26px;
}
.ivu-tag-green {
  line-height: 20px;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ivu-tag-green .ivu-tag-text {
  color: #52c41a !important;
}
.ivu-tag-green.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-green {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-green {
  line-height: 26px;
}
.ivu-tag-blue {
  line-height: 20px;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ivu-tag-blue .ivu-tag-text {
  color: #1890ff !important;
}
.ivu-tag-blue.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-blue {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-blue {
  line-height: 26px;
}
.ivu-tag-geekblue {
  line-height: 20px;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ivu-tag-geekblue .ivu-tag-text {
  color: #2f54eb !important;
}
.ivu-tag-geekblue.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-geekblue {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-geekblue {
  line-height: 26px;
}
.ivu-tag-purple {
  line-height: 20px;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ivu-tag-purple .ivu-tag-text {
  color: #722ed1 !important;
}
.ivu-tag-purple.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-purple {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-purple {
  line-height: 26px;
}
.ivu-layout {
  display: flex;
  flex-direction: column;
  flex: auto;
  background: #f5f7f9;
}
.ivu-layout.ivu-layout-has-sider {
  flex-direction: row;
}
.ivu-layout.ivu-layout-has-sider > .ivu-layout,
.ivu-layout.ivu-layout-has-sider > .ivu-layout-content {
  overflow-x: hidden;
}
.ivu-layout-header,
.ivu-layout-footer {
  flex: 0 0 auto;
}
.ivu-layout-header {
  background: #515a6e;
  padding: 0 50px;
  height: 64px;
  line-height: 64px;
}
.ivu-layout-sider {
  transition: all 0.2s ease-in-out;
  position: relative;
  background: #515a6e;
  min-width: 0;
}
.ivu-layout-sider-children {
  height: 100%;
  padding-top: 0.1px;
  margin-top: -0.1px;
}
.ivu-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ivu-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background: #515a6e;
  z-index: 1000;
  transition: all 0.2s ease-in-out;
}
.ivu-layout-sider-trigger .ivu-icon {
  font-size: 16px;
}
.ivu-layout-sider-trigger > * {
  transition: all 0.2s;
}
.ivu-layout-sider-trigger-collapsed .ivu-layout-sider-trigger-icon {
  transform: rotateZ(180deg);
}
.ivu-layout-sider-zero-width > * {
  overflow: hidden;
}
.ivu-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  text-align: center;
  width: 36px;
  height: 42px;
  line-height: 42px;
  background: #515a6e;
  color: #fff;
  font-size: 18px;
  border-radius: 0 0px 0px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ivu-layout-sider-zero-width-trigger:hover {
  background: #626b7d;
}
.ivu-layout-sider-zero-width-trigger.ivu-layout-sider-zero-width-trigger-left {
  right: 0;
  left: -36px;
  border-radius: 0px 0 0 0px;
}
.ivu-layout-footer {
  background: #f5f7f9;
  padding: 24px 50px;
  color: #515a6e;
  font-size: 14px;
}
.ivu-layout-content {
  flex: auto;
}
.ivu-loading-bar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
}
.ivu-loading-bar-inner {
  transition: width 0.2s linear;
}
.ivu-loading-bar-inner-color-primary {
  background-color: #0041DC;
}
.ivu-loading-bar-inner-failed-color-error {
  background-color: #ed4014;
}
.ivu-progress {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  position: relative;
}
.ivu-progress-vertical {
  height: 100%;
  width: auto;
}
.ivu-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ivu-progress-show-info .ivu-progress-outer {
  padding-right: 55px;
  margin-right: -55px;
}
.ivu-progress-vertical .ivu-progress-outer {
  height: 100%;
  width: auto;
}
.ivu-progress-inner {
  display: inline-block;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 100px;
  vertical-align: middle;
  position: relative;
}
.ivu-progress-inner-text {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  margin: 0 6px;
}
.ivu-progress-vertical .ivu-progress-inner {
  height: 100%;
  width: auto;
}
.ivu-progress-vertical .ivu-progress-inner > *,
.ivu-progress-vertical .ivu-progress-inner:after {
  display: inline-block;
  vertical-align: bottom;
}
.ivu-progress-vertical .ivu-progress-inner:after {
  content: '';
  height: 100%;
}
.ivu-progress-bg {
  text-align: right;
  border-radius: 100px;
  background-color: #0041DC;
  transition: all 0.2s linear;
  position: relative;
}
.ivu-progress-bg:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.ivu-progress-success-bg {
  border-radius: 100px;
  background-color: #19be6b;
  transition: all 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
}
.ivu-progress-text {
  display: inline-block;
  margin-left: 5px;
  text-align: left;
  font-size: 1em;
  vertical-align: middle;
  color: #808695;
}
.ivu-progress-active .ivu-progress-bg:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 10px;
  -webkit-animation: ivu-progress-active 2s ease-in-out infinite;
          animation: ivu-progress-active 2s ease-in-out infinite;
}
.ivu-progress-vertical.ivu-progress-active .ivu-progress-bg:before {
  top: auto;
  -webkit-animation: ivu-progress-active-vertical 2s ease-in-out infinite;
          animation: ivu-progress-active-vertical 2s ease-in-out infinite;
}
.ivu-progress-wrong .ivu-progress-bg {
  background-color: #ed4014;
}
.ivu-progress-wrong .ivu-progress-text {
  color: #ed4014;
}
.ivu-progress-success .ivu-progress-bg {
  background-color: #19be6b;
}
.ivu-progress-success .ivu-progress-text {
  color: #19be6b;
}
@-webkit-keyframes ivu-progress-active {
  0% {
    opacity: 0.3;
    width: 0;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@keyframes ivu-progress-active {
  0% {
    opacity: 0.3;
    width: 0;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@-webkit-keyframes ivu-progress-active-vertical {
  0% {
    opacity: 0.3;
    height: 0;
  }
  100% {
    opacity: 0;
    height: 100%;
  }
}
@keyframes ivu-progress-active-vertical {
  0% {
    opacity: 0.3;
    height: 0;
  }
  100% {
    opacity: 0;
    height: 100%;
  }
}
.ivu-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ivu-timeline-item {
  margin: 0 !important;
  padding: 0 0 12px 0;
  list-style: none;
  position: relative;
}
.ivu-timeline-item-tail {
  height: 100%;
  border-left: 1px solid #e8eaec;
  position: absolute;
  left: 6px;
  top: 0;
}
.ivu-timeline-item-pending .ivu-timeline-item-tail {
  display: none;
}
.ivu-timeline-item-head {
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid transparent;
  position: absolute;
}
.ivu-timeline-item-head-blue {
  border-color: #0041DC;
  color: #0041DC;
}
.ivu-timeline-item-head-red {
  border-color: #ed4014;
  color: #ed4014;
}
.ivu-timeline-item-head-green {
  border-color: #19be6b;
  color: #19be6b;
}
.ivu-timeline-item-head-custom {
  width: 40px;
  height: auto;
  margin-top: 6px;
  padding: 3px 0;
  text-align: center;
  line-height: 1;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  position: absolute;
  left: -13px;
  transform: translateY(-50%);
}
.ivu-timeline-item-content {
  padding: 1px 1px 10px 24px;
  font-size: 14px;
  position: relative;
  top: -3px;
}
.ivu-timeline-item:last-child .ivu-timeline-item-tail {
  display: none;
}
.ivu-timeline.ivu-timeline-pending .ivu-timeline-item:nth-last-of-type(2) .ivu-timeline-item-tail {
  border-left: 1px dotted #e8eaec;
}
.ivu-timeline.ivu-timeline-pending .ivu-timeline-item:nth-last-of-type(2) .ivu-timeline-item-content {
  min-height: 48px;
}
.ivu-page:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.ivu-page-item {
  display: inline-block;
  vertical-align: middle;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  margin-right: 4px;
  text-align: center;
  list-style: none;
  background-color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-family: Arial;
  font-weight: 500;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
}
.ivu-page-item a {
  margin: 0 6px;
  text-decoration: none;
  color: #515a6e;
}
.ivu-page-item:hover {
  border-color: #0041DC;
}
.ivu-page-item:hover a {
  color: #0041DC;
}
.ivu-page-item-active {
  border-color: #0041DC;
}
.ivu-page-item-active a,
.ivu-page-item-active:hover a {
  color: #0041DC;
}
.ivu-page-with-disabled .ivu-page-item,
.ivu-page-with-disabled .ivu-page-disabled {
  cursor: not-allowed;
  background-color: #f3f3f3;
}
.ivu-page-with-disabled .ivu-page-item a,
.ivu-page-with-disabled .ivu-page-disabled a {
  color: #ccc;
}
.ivu-page-with-disabled .ivu-page-item:hover,
.ivu-page-with-disabled .ivu-page-disabled:hover {
  border-color: #dcdee2;
}
.ivu-page-with-disabled .ivu-page-item:hover a,
.ivu-page-with-disabled .ivu-page-disabled:hover a {
  color: #ccc;
  cursor: not-allowed;
}
.ivu-page-with-disabled .ivu-page-item-active,
.ivu-page-with-disabled .ivu-page-disabled-active {
  background-color: #dcdee2;
  border-color: #dcdee2;
}
.ivu-page-with-disabled .ivu-page-item-active a,
.ivu-page-with-disabled .ivu-page-disabled-active a,
.ivu-page-with-disabled .ivu-page-item-active:hover a,
.ivu-page-with-disabled .ivu-page-disabled-active:hover a {
  color: #fff;
}
.ivu-page-item-jump-prev i,
.ivu-page-item-jump-next i {
  color: #ccc;
}
.ivu-page-item-jump-prev i:first-child,
.ivu-page-item-jump-next i:first-child {
  display: none;
}
.ivu-page-item-jump-prev:hover i:first-child,
.ivu-page-item-jump-next:hover i:first-child {
  display: inline;
  color: #0041DC;
}
.ivu-page-item-jump-prev:hover i:last-child,
.ivu-page-item-jump-next:hover i:last-child {
  display: none;
}
.ivu-page-with-disabled .ivu-page-item-jump-prev,
.ivu-page-with-disabled .ivu-page-item-jump-next {
  cursor: not-allowed;
}
.ivu-page-with-disabled .ivu-page-item-jump-prev i,
.ivu-page-with-disabled .ivu-page-item-jump-next i {
  color: #ccc;
}
.ivu-page-with-disabled .ivu-page-item-jump-prev:hover i:first-child,
.ivu-page-with-disabled .ivu-page-item-jump-next:hover i:first-child {
  display: none;
}
.ivu-page-with-disabled .ivu-page-item-jump-prev:hover i:last-child,
.ivu-page-with-disabled .ivu-page-item-jump-next:hover i:last-child {
  display: inline;
}
.ivu-page-item-jump-prev:hover i:first-child:after {
  content: "\F115";
  margin-left: -8px;
}
.ivu-page-item-jump-next:hover i:first-child:after {
  content: "\F11F";
  margin-left: -8px;
}
.ivu-page-prev {
  margin-right: 4px;
}
.ivu-page-item-jump-prev,
.ivu-page-item-jump-next {
  margin-right: 4px;
}
.ivu-page-prev,
.ivu-page-next,
.ivu-page-item-jump-prev,
.ivu-page-item-jump-next {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  color: #666;
  font-family: Arial;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.ivu-page-item-jump-prev,
.ivu-page-item-jump-next {
  border-color: transparent;
}
.ivu-page-prev,
.ivu-page-next {
  background-color: #fff;
}
.ivu-page-prev a,
.ivu-page-next a {
  color: #666;
  font-size: 14px;
}
.ivu-page-prev:hover,
.ivu-page-next:hover {
  border-color: #0041DC;
}
.ivu-page-prev:hover a,
.ivu-page-next:hover a {
  color: #0041DC;
}
.ivu-page-disabled {
  cursor: not-allowed;
}
.ivu-page-disabled a {
  color: #ccc;
}
.ivu-page-disabled:hover {
  border-color: #dcdee2;
}
.ivu-page-disabled:hover a {
  color: #ccc;
  cursor: not-allowed;
}
.ivu-page-options {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.ivu-page-options-sizer {
  display: inline-block;
  margin-right: 10px;
}
.ivu-page-options-elevator {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
}
.ivu-page-options-elevator input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border-radius: 4px;
  margin: 0 8px;
  width: 50px;
}
.ivu-page-options-elevator input::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1;
}
.ivu-page-options-elevator input:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-page-options-elevator input::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-page-options-elevator input:hover {
  border-color: #3367e3;
}
.ivu-page-options-elevator input:focus {
  border-color: #3367e3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 65, 220, 0.2);
}
.ivu-page-options-elevator input[disabled],
fieldset[disabled] .ivu-page-options-elevator input {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-page-options-elevator input[disabled]:hover,
fieldset[disabled] .ivu-page-options-elevator input:hover {
  border-color: #e3e5e8;
}
textarea.ivu-page-options-elevator input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 14px;
}
.ivu-page-options-elevator input-large {
  font-size: 16px;
  padding: 6px 7px;
  height: 40px;
}
.ivu-page-options-elevator input-small {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
.ivu-page-options-elevator input-no-border {
  border-radius: 0;
  border-color: transparent;
}
.ivu-page-options-elevator input-no-border:hover {
  border-color: transparent;
}
.ivu-page-options-elevator input-no-border:focus {
  border-color: transparent;
  box-shadow: none;
}
.ivu-page-options-elevator input-no-border[disabled] {
  background-color: transparent;
}
.ivu-page-options-elevator input-no-border[disabled]:hover {
  border-color: transparent;
}
.ivu-page-total {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
}
.ivu-page-simple .ivu-page-prev,
.ivu-page-simple .ivu-page-next {
  margin: 0;
  border: 0;
  height: 24px;
  line-height: normal;
  font-size: 18px;
}
.ivu-page-simple .ivu-page-simple-pager {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.ivu-page-simple .ivu-page-simple-pager input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  color: #515a6e;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  width: 30px;
  height: 24px;
  margin: 0 8px;
  padding: 5px 8px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  outline: none;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  transition: border-color 0.2s ease-in-out;
}
.ivu-page-simple .ivu-page-simple-pager input::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1;
}
.ivu-page-simple .ivu-page-simple-pager input:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-page-simple .ivu-page-simple-pager input::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-page-simple .ivu-page-simple-pager input:hover {
  border-color: #3367e3;
}
.ivu-page-simple .ivu-page-simple-pager input:focus {
  border-color: #3367e3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 65, 220, 0.2);
}
.ivu-page-simple .ivu-page-simple-pager input[disabled],
fieldset[disabled] .ivu-page-simple .ivu-page-simple-pager input {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-page-simple .ivu-page-simple-pager input[disabled]:hover,
fieldset[disabled] .ivu-page-simple .ivu-page-simple-pager input:hover {
  border-color: #e3e5e8;
}
textarea.ivu-page-simple .ivu-page-simple-pager input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 14px;
}
.ivu-page-simple .ivu-page-simple-pager input-large {
  font-size: 16px;
  padding: 6px 7px;
  height: 40px;
}
.ivu-page-simple .ivu-page-simple-pager input-small {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
.ivu-page-simple .ivu-page-simple-pager input-no-border {
  border-radius: 0;
  border-color: transparent;
}
.ivu-page-simple .ivu-page-simple-pager input-no-border:hover {
  border-color: transparent;
}
.ivu-page-simple .ivu-page-simple-pager input-no-border:focus {
  border-color: transparent;
  box-shadow: none;
}
.ivu-page-simple .ivu-page-simple-pager input-no-border[disabled] {
  background-color: transparent;
}
.ivu-page-simple .ivu-page-simple-pager input-no-border[disabled]:hover {
  border-color: transparent;
}
.ivu-page-simple .ivu-page-simple-pager input:hover {
  border-color: #0041DC;
}
.ivu-page-simple .ivu-page-simple-pager span {
  padding: 0 8px 0 2px;
}
.ivu-page-custom-text,
.ivu-page-custom-text:hover {
  border-color: transparent;
}
.ivu-page.mini .ivu-page-total {
  height: 24px;
  line-height: 24px;
}
.ivu-page.mini .ivu-page-item {
  border: 0;
  margin: 0;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
}
.ivu-page.mini .ivu-page-prev,
.ivu-page.mini .ivu-page-next {
  margin: 0;
  min-width: 24px;
  height: 24px;
  line-height: 22px;
  border: 0;
}
.ivu-page.mini .ivu-page-prev a i:after,
.ivu-page.mini .ivu-page-next a i:after {
  height: 24px;
  line-height: 24px;
}
.ivu-page.mini .ivu-page-item-jump-prev,
.ivu-page.mini .ivu-page-item-jump-next {
  height: 24px;
  line-height: 24px;
  border: none;
  margin-right: 0;
}
.ivu-page.mini .ivu-page-options {
  margin-left: 8px;
}
.ivu-page.mini .ivu-page-options-elevator {
  height: 24px;
  line-height: 24px;
}
.ivu-page.mini .ivu-page-options-elevator input {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
  width: 44px;
}
.ivu-steps {
  display: flex;
  width: 100%;
  font-size: 0;
  line-height: 1.5;
}
.ivu-steps-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  flex: 1;
  overflow: hidden;
}
.ivu-steps-item:last-child {
  flex: none;
}
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner {
  background-color: #fff;
}
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner > .ivu-steps-icon,
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner span {
  color: #ccc;
}
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-title {
  color: #999;
}
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-content {
  color: #999;
}
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-tail > i {
  background-color: #e8eaec;
}
.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner {
  border-color: #0041DC;
  background-color: #0041DC;
}
.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner > .ivu-steps-icon,
.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner span {
  color: #fff;
}
.ivu-steps-item.ivu-steps-status-process .ivu-steps-title {
  color: #666;
}
.ivu-steps-item.ivu-steps-status-process .ivu-steps-content {
  color: #666;
}
.ivu-steps-item.ivu-steps-status-process .ivu-steps-tail > i {
  background-color: #e8eaec;
}
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner {
  background-color: #fff;
  border-color: #0041DC;
}
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner > .ivu-steps-icon,
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner span {
  color: #0041DC;
}
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-tail > i:after {
  width: 100%;
  background: #0041DC;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-title {
  color: #999;
}
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-content {
  color: #999;
}
.ivu-steps-item.ivu-steps-status-error .ivu-steps-head-inner {
  background-color: #fff;
  border-color: #ed4014;
}
.ivu-steps-item.ivu-steps-status-error .ivu-steps-head-inner > .ivu-steps-icon {
  color: #ed4014;
}
.ivu-steps-item.ivu-steps-status-error .ivu-steps-title {
  color: #ed4014;
}
.ivu-steps-item.ivu-steps-status-error .ivu-steps-content {
  color: #ed4014;
}
.ivu-steps-item.ivu-steps-status-error .ivu-steps-tail > i {
  background-color: #e8eaec;
}
.ivu-steps-item.ivu-steps-next-error .ivu-steps-tail > i,
.ivu-steps-item.ivu-steps-next-error .ivu-steps-tail > i:after {
  background-color: #ed4014;
}
.ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner {
  background: none;
  border: 0;
  width: auto;
  height: auto;
}
.ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner > .ivu-steps-icon {
  font-size: 20px;
  top: 2px;
  width: 20px;
  height: 20px;
}
.ivu-steps-item.ivu-steps-custom.ivu-steps-status-process .ivu-steps-head-inner > .ivu-steps-icon {
  color: #0041DC;
}
.ivu-steps-item:last-child .ivu-steps-tail {
  display: none;
}
.ivu-steps .ivu-steps-head,
.ivu-steps .ivu-steps-main {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.ivu-steps .ivu-steps-head {
  background: #fff;
}
.ivu-steps .ivu-steps-head-inner {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  margin-right: 8px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 14px;
  transition: background-color 0.2s ease-in-out;
}
.ivu-steps .ivu-steps-head-inner > .ivu-steps-icon {
  line-height: 1;
  position: relative;
}
.ivu-steps .ivu-steps-head-inner > .ivu-steps-icon.ivu-icon {
  font-size: 24px;
}
.ivu-steps .ivu-steps-head-inner > .ivu-steps-icon.ivu-icon-ios-checkmark-empty,
.ivu-steps .ivu-steps-head-inner > .ivu-steps-icon.ivu-icon-ios-close-empty {
  font-weight: bold;
}
.ivu-steps .ivu-steps-main {
  margin-top: 2.5px;
  display: inline;
}
.ivu-steps .ivu-steps-custom .ivu-steps-title {
  margin-top: 2.5px;
}
.ivu-steps .ivu-steps-title {
  display: inline-block;
  margin-bottom: 4px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  background: #fff;
}
.ivu-steps .ivu-steps-title > a:first-child:last-child {
  color: #666;
}
.ivu-steps .ivu-steps-item-last .ivu-steps-title {
  padding-right: 0;
  width: 100%;
}
.ivu-steps .ivu-steps-content {
  font-size: 12px;
  color: #999;
}
.ivu-steps .ivu-steps-tail {
  width: 100%;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 13px;
}
.ivu-steps .ivu-steps-tail > i {
  display: inline-block;
  width: 100%;
  height: 1px;
  vertical-align: top;
  background: #e8eaec;
  border-radius: 1px;
  position: relative;
}
.ivu-steps .ivu-steps-tail > i:after {
  content: '';
  width: 0;
  height: 100%;
  background: #e8eaec;
  opacity: 0;
  position: absolute;
  top: 0;
}
.ivu-steps.ivu-steps-small .ivu-steps-head-inner {
  width: 18px;
  height: 18px;
  line-height: 16px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
}
.ivu-steps.ivu-steps-small .ivu-steps-head-inner > .ivu-steps-icon.ivu-icon {
  font-size: 16px;
  top: 0;
}
.ivu-steps.ivu-steps-small .ivu-steps-main {
  margin-top: 0;
}
.ivu-steps.ivu-steps-small .ivu-steps-title {
  margin-bottom: 4px;
  margin-top: 0;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
.ivu-steps.ivu-steps-small .ivu-steps-content {
  font-size: 12px;
  color: #999;
  padding-left: 30px;
}
.ivu-steps.ivu-steps-small .ivu-steps-tail {
  top: 8px;
  padding: 0 8px;
}
.ivu-steps.ivu-steps-small .ivu-steps-tail > i {
  height: 1px;
  width: 100%;
  border-radius: 1px;
}
.ivu-steps.ivu-steps-small .ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner,
.ivu-steps .ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  border: 0;
  background: none;
}
.ivu-steps-vertical {
  display: block;
}
.ivu-steps-vertical .ivu-steps-item {
  display: block;
  overflow: visible;
}
.ivu-steps-vertical .ivu-steps-tail {
  position: absolute;
  left: 13px;
  top: 0;
  height: 100%;
  width: 1px;
  padding: 30px 0 4px 0;
}
.ivu-steps-vertical .ivu-steps-tail > i {
  height: 100%;
  width: 1px;
}
.ivu-steps-vertical .ivu-steps-tail > i:after {
  height: 0;
  width: 100%;
}
.ivu-steps-vertical .ivu-steps-status-finish .ivu-steps-tail > i:after {
  height: 100%;
}
.ivu-steps-vertical .ivu-steps-head {
  float: left;
}
.ivu-steps-vertical .ivu-steps-head-inner {
  margin-right: 16px;
}
.ivu-steps-vertical .ivu-steps-main {
  min-height: 47px;
  overflow: hidden;
  display: block;
}
.ivu-steps-vertical .ivu-steps-main .ivu-steps-title {
  line-height: 26px;
}
.ivu-steps-vertical .ivu-steps-main .ivu-steps-content {
  padding-bottom: 12px;
  padding-left: 0;
}
.ivu-steps-vertical .ivu-steps-custom .ivu-steps-icon {
  left: 4px;
}
.ivu-steps-vertical.ivu-steps-small .ivu-steps-custom .ivu-steps-icon {
  left: 0;
}
.ivu-steps-vertical.ivu-steps-small .ivu-steps-tail {
  position: absolute;
  left: 9px;
  top: 0;
  padding: 22px 0 4px 0;
}
.ivu-steps-vertical.ivu-steps-small .ivu-steps-tail > i {
  height: 100%;
}
.ivu-steps-vertical.ivu-steps-small .ivu-steps-title {
  line-height: 18px;
}
.ivu-steps-horizontal.ivu-steps-hidden {
  visibility: hidden;
}
.ivu-steps-horizontal .ivu-steps-content {
  padding-left: 35px;
}
.ivu-steps-horizontal .ivu-steps-item:not(:first-child) .ivu-steps-head {
  padding-left: 10px;
  margin-left: -10px;
}
.ivu-modal {
  width: auto;
  margin: 0 auto;
  position: relative;
  outline: none;
  top: 100px;
}
.ivu-modal-hidden {
  display: none !important;
}
.ivu-modal-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.ivu-modal-wrap * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ivu-modal-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(55, 55, 55, 0.6);
  height: 100%;
  z-index: 1000;
}
.ivu-modal-mask-hidden {
  display: none;
}
.ivu-modal-content {
  position: relative;
  background-color: #fff;
  border: 0;
  border-radius: 0px;
  background-clip: padding-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ivu-modal-content-no-mask {
  pointer-events: auto;
}
.ivu-modal-content-drag {
  position: absolute;
}
.ivu-modal-content-drag .ivu-modal-header {
  cursor: move;
}
.ivu-modal-content-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.ivu-modal-header {
  border-bottom: 1px solid #e8eaec;
  padding: 14px 16px;
  line-height: 1;
}
.ivu-modal-header p,
.ivu-modal-header-inner {
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #17233d;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-modal-close {
  z-index: 1;
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 8px;
  overflow: hidden;
  cursor: pointer;
}
.ivu-modal-close .ivu-icon-ios-close {
  font-size: 31px;
  color: #999;
  transition: color 0.2s ease;
  position: relative;
  top: 1px;
}
.ivu-modal-close .ivu-icon-ios-close:hover {
  color: #444;
}
.ivu-modal-body {
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
}
.ivu-modal-footer {
  border-top: 1px solid #e8eaec;
  padding: 12px 18px 12px 18px;
  text-align: right;
}
.ivu-modal-footer button + button {
  margin-left: 8px;
  margin-bottom: 0;
}
.ivu-modal-fullscreen {
  width: 100% !important;
  top: 0;
  bottom: 0;
  position: absolute;
}
.ivu-modal-fullscreen .ivu-modal-content {
  width: 100%;
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
.ivu-modal-fullscreen .ivu-modal-body {
  width: 100%;
  overflow: auto;
  position: absolute;
  top: 51px;
  bottom: 61px;
}
.ivu-modal-fullscreen-no-header .ivu-modal-body {
  top: 0;
}
.ivu-modal-fullscreen-no-footer .ivu-modal-body {
  bottom: 0;
}
.ivu-modal-fullscreen .ivu-modal-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.ivu-modal-no-mask {
  pointer-events: none;
}
@media (max-width: 576px) {
  .ivu-modal {
    width: auto !important;
    margin: 10px;
  }
  .ivu-modal-fullscreen {
    width: 100% !important;
    margin: 0;
  }
  .vertical-center-modal .ivu-modal {
    flex: 1;
  }
}
.ivu-modal-confirm {
  padding: 6px 16px 8px;
}
.ivu-modal-confirm-head {
  padding: 0 12px 0 0;
}
.ivu-modal-confirm-head-icon {
  display: inline-block;
  font-size: 28px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.ivu-modal-confirm-head-icon-info {
  color: #0041DC;
}
.ivu-modal-confirm-head-icon-success {
  color: #19be6b;
}
.ivu-modal-confirm-head-icon-warning {
  color: #ff9900;
}
.ivu-modal-confirm-head-icon-error {
  color: #ed4014;
}
.ivu-modal-confirm-head-icon-confirm {
  color: #ff9900;
}
.ivu-modal-confirm-head-title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  font-size: 16px;
  color: #17233d;
  font-weight: 500;
}
.ivu-modal-confirm-body {
  padding-left: 40px;
  font-size: 14px;
  color: #515a6e;
  position: relative;
}
.ivu-modal-confirm-body-render {
  margin: 0;
  padding: 0;
}
.ivu-modal-confirm-footer {
  margin-top: 20px;
  text-align: right;
}
.ivu-modal-confirm-footer button + button {
  margin-left: 8px;
  margin-bottom: 0;
}
.ivu-select {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  color: #515a6e;
  font-size: 14px;
  line-height: normal;
}
.ivu-select-selection {
  display: block;
  box-sizing: border-box;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #dcdee2;
  transition: all 0.2s ease-in-out;
}
.ivu-select-selection:hover,
.ivu-select-selection-focused {
  border-color: #3367e3;
}
.ivu-select-selection:hover .ivu-select-arrow,
.ivu-select-selection-focused .ivu-select-arrow {
  display: inline-block;
}
.ivu-select-arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  line-height: 1;
  transform: translateY(-50%);
  font-size: 14px;
  color: #808695;
  transition: all 0.2s ease-in-out;
}
.ivu-select-visible .ivu-select-selection {
  border-color: #3367e3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 65, 220, 0.2);
}
.ivu-select-visible .ivu-select-arrow {
  transform: translateY(-50%) rotate(180deg);
  display: inline-block;
}
.ivu-select-disabled .ivu-select-selection {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-select-disabled .ivu-select-selection:hover {
  border-color: #e3e5e8;
}
.ivu-select-disabled .ivu-select-selection .ivu-select-arrow {
  color: #ccc;
}
.ivu-select-disabled .ivu-select-selection:hover {
  border-color: #dcdee2;
  box-shadow: none;
}
.ivu-select-disabled .ivu-select-selection:hover .ivu-select-arrow {
  display: inline-block;
}
.ivu-select-single .ivu-select-selection {
  height: 32px;
  position: relative;
}
.ivu-select-single .ivu-select-selection .ivu-select-placeholder {
  color: #c5c8ce;
}
.ivu-select-single .ivu-select-selection .ivu-select-placeholder,
.ivu-select-single .ivu-select-selection .ivu-select-selected-value {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 8px;
  padding-right: 24px;
}
.ivu-select-multiple .ivu-select-selection {
  padding: 0 24px 0 4px;
}
.ivu-select-multiple .ivu-select-selection .ivu-select-placeholder {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #c5c8ce;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 4px;
  padding-right: 22px;
}
.ivu-select-default.ivu-select-multiple .ivu-select-selection {
  min-height: 32px;
}
.ivu-select-large.ivu-select-single .ivu-select-selection {
  height: 40px;
}
.ivu-select-large.ivu-select-single .ivu-select-selection .ivu-select-placeholder,
.ivu-select-large.ivu-select-single .ivu-select-selection .ivu-select-selected-value {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}
.ivu-select-large.ivu-select-multiple .ivu-select-selection {
  min-height: 40px;
}
.ivu-select-large.ivu-select-multiple .ivu-select-selection .ivu-select-placeholder,
.ivu-select-large.ivu-select-multiple .ivu-select-selection .ivu-select-selected-value {
  min-height: 38px;
  line-height: 38px;
  font-size: 16px;
}
.ivu-select-small.ivu-select-single .ivu-select-selection {
  height: 24px;
  border-radius: 3px;
}
.ivu-select-small.ivu-select-single .ivu-select-selection .ivu-select-placeholder,
.ivu-select-small.ivu-select-single .ivu-select-selection .ivu-select-selected-value {
  height: 22px;
  line-height: 22px;
}
.ivu-select-small.ivu-select-multiple .ivu-select-selection {
  min-height: 24px;
  border-radius: 3px;
}
.ivu-select-small.ivu-select-multiple .ivu-select-selection .ivu-select-placeholder,
.ivu-select-small.ivu-select-multiple .ivu-select-selection .ivu-select-selected-value {
  height: auto;
  min-height: 22px;
  line-height: 22px;
}
.ivu-select-input {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 24px 0 8px;
  font-size: 14px;
  outline: none;
  border: none;
  box-sizing: border-box;
  color: #515a6e;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}
.ivu-select-input::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1;
}
.ivu-select-input:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-select-input::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-select-input[disabled] {
  cursor: not-allowed;
  color: #ccc;
  -webkit-text-fill-color: #ccc;
}
.ivu-select-single .ivu-select-input {
  width: 100%;
}
.ivu-select-large .ivu-select-input,
.ivu-select-large.ivu-select-multiple .ivu-select-input {
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  top: 3px;
}
.ivu-select-small .ivu-select-input,
.ivu-select-small.ivu-select-multiple .ivu-select-input {
  height: 18px;
  line-height: 18px;
  top: 2px;
}
.ivu-select-multiple .ivu-select-input {
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 4px;
  top: 2px;
}
.ivu-select-not-found {
  text-align: center;
  color: #c5c8ce;
}
.ivu-select-not-found li:not([class^=ivu-]) {
  margin-bottom: 0;
}
.ivu-select-loading {
  text-align: center;
  color: #c5c8ce;
}
.ivu-select-multiple .ivu-tag {
  height: 24px;
  line-height: 22px;
  margin: 3px 4px 3px 0;
  max-width: 99%;
  position: relative;
}
.ivu-select-multiple .ivu-tag span:not(.ivu-select-max-tag) {
  display: block;
  margin-right: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-select-multiple .ivu-tag i {
  display: block;
  position: absolute;
  right: 4px;
  top: 4px;
}
.ivu-select-multiple-tag-hidden {
  margin-right: 0 !important;
}
.ivu-select-large.ivu-select-multiple .ivu-tag {
  height: 32px;
  line-height: 30px;
  font-size: 16px;
}
.ivu-select-large.ivu-select-multiple .ivu-tag i {
  top: 9px;
}
.ivu-select-small.ivu-select-multiple .ivu-tag {
  height: 17px;
  line-height: 15px;
  font-size: 12px;
  padding: 0 6px;
  margin: 3px 4px 2px 0;
}
.ivu-select-small.ivu-select-multiple .ivu-tag span {
  margin-right: 14px;
}
.ivu-select-small.ivu-select-multiple .ivu-tag i {
  top: 1px;
  right: 2px;
}
.ivu-select-dropdown-list {
  min-width: 100%;
  list-style: none;
}
.ivu-select .ivu-select-dropdown {
  width: auto;
}
.ivu-select-prefix {
  display: inline-block;
  vertical-align: middle;
}
.ivu-select-prefix i {
  vertical-align: top;
}
.ivu-select-head-with-prefix {
  display: inline-block !important;
  vertical-align: middle;
}
.ivu-select-single .ivu-select-prefix {
  padding-left: 4px;
}
.ivu-select-single .ivu-select-head-with-prefix,
.ivu-select-multiple .ivu-select-head-with-prefix {
  padding-left: 0 !important;
}
.ivu-select-head-flex {
  display: flex;
  align-items: center;
}
.ivu-select-multiple .ivu-select-head-flex .ivu-select-prefix {
  margin-right: 4px;
}
.ivu-select-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 14px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.ivu-select-item:hover {
  background: #f3f3f3;
}
.ivu-select-item-focus {
  background: #f3f3f3;
}
.ivu-select-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-select-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-select-item-selected,
.ivu-select-item-selected:hover {
  color: #0041DC;
}
.ivu-select-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-select-item-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-select-item-enter {
  color: #0041DC;
  font-weight: bold;
  float: right;
}
.ivu-select-large .ivu-select-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-select-item {
    white-space: normal;
  }
}
.ivu-select-multiple .ivu-select-item {
  position: relative;
}
.ivu-select-multiple .ivu-select-item-selected {
  color: rgba(0, 65, 220, 0.9);
  background: #fff;
}
.ivu-select-multiple .ivu-select-item-focus,
.ivu-select-multiple .ivu-select-item-selected:hover {
  background: #f3f3f3;
}
.ivu-select-multiple .ivu-select-item-selected.ivu-select-multiple .ivu-select-item-focus {
  color: rgba(0, 57, 194, 0.91);
  background: #fff;
}
.ivu-select-multiple .ivu-select-item-selected:after {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: optimizeLegibility;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -0.125em;
  text-align: center;
  font-size: 24px;
  content: '\F171';
  color: rgba(0, 65, 220, 0.9);
  position: absolute;
  top: 2px;
  right: 8px;
}
.ivu-select-multiple .ivu-select-item-selected.ivu-select-item-disabled {
  color: #c5c8ce;
}
.ivu-select-multiple .ivu-select-item-selected.ivu-select-item-disabled:after {
  color: #c5c8ce;
}
.ivu-select-multiple .ivu-select-item-selected.ivu-select-item-disabled:hover {
  background-color: #fff;
}
.ivu-select-group {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ivu-select-group-title {
  padding-left: 8px;
  font-size: 14px;
  color: #999;
  height: 30px;
  line-height: 30px;
}
.ivu-form-item-error .ivu-select-selection {
  border: 1px solid #ed4014;
}
.ivu-form-item-error .ivu-select-arrow {
  color: #ed4014;
}
.ivu-form-item-error .ivu-select-visible .ivu-select-selection {
  border-color: #ed4014;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
}
.ivu-select-dropdown {
  width: inherit;
  max-height: 200px;
  overflow: auto;
  margin: 5px 0;
  padding: 5px 0;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 900;
}
.ivu-select-dropdown-transfer {
  z-index: 1060;
  width: auto;
}
.ivu-select-dropdown.ivu-transfer-no-max-height {
  max-height: none;
}
.ivu-modal .ivu-select-dropdown {
  position: absolute !important;
}
.ivu-split-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.ivu-split-pane {
  position: absolute;
}
.ivu-split-pane.left-pane,
.ivu-split-pane.right-pane {
  top: 0;
  bottom: 0;
}
.ivu-split-pane.left-pane {
  left: 0;
}
.ivu-split-pane.right-pane {
  right: 0;
}
.ivu-split-pane.top-pane,
.ivu-split-pane.bottom-pane {
  left: 0;
  right: 0;
}
.ivu-split-pane.top-pane {
  top: 0;
}
.ivu-split-pane.bottom-pane {
  bottom: 0;
}
.ivu-split-pane-moving {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ivu-split-trigger {
  border: 1px solid #dcdee2;
}
.ivu-split-trigger-con {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.ivu-split-trigger-bar-con {
  position: absolute;
  overflow: hidden;
}
.ivu-split-trigger-bar-con.vertical {
  left: 1px;
  top: 50%;
  height: 32px;
  transform: translate(0, -50%);
}
.ivu-split-trigger-bar-con.horizontal {
  left: 50%;
  top: 1px;
  width: 32px;
  transform: translate(-50%, 0);
}
.ivu-split-trigger-vertical {
  width: 6px;
  height: 100%;
  background: #f8f8f9;
  border-top: none;
  border-bottom: none;
  cursor: col-resize;
}
.ivu-split-trigger-vertical .ivu-split-trigger-bar {
  width: 4px;
  height: 1px;
  background: rgba(23, 35, 61, 0.25);
  float: left;
  margin-top: 3px;
}
.ivu-split-trigger-horizontal {
  height: 6px;
  width: 100%;
  background: #f8f8f9;
  border-left: none;
  border-right: none;
  cursor: row-resize;
}
.ivu-split-trigger-horizontal .ivu-split-trigger-bar {
  height: 4px;
  width: 1px;
  background: rgba(23, 35, 61, 0.25);
  float: left;
  margin-right: 3px;
}
.ivu-split-horizontal > .ivu-split-trigger-con {
  top: 50%;
  height: 100%;
  width: 0;
}
.ivu-split-vertical > .ivu-split-trigger-con {
  left: 50%;
  height: 0;
  width: 100%;
}
.ivu-split .no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ivu-tooltip {
  display: inline-block;
}
.ivu-tooltip-rel {
  display: inline-block;
  position: relative;
  width: inherit;
}
.ivu-tooltip-popper {
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.5;
  position: absolute;
  z-index: 1060;
}
.ivu-tooltip-popper[x-placement^="top"] {
  padding: 5px 0 8px 0;
}
.ivu-tooltip-popper[x-placement^="right"] {
  padding: 0 5px 0 8px;
}
.ivu-tooltip-popper[x-placement^="bottom"] {
  padding: 8px 0 5px 0;
}
.ivu-tooltip-popper[x-placement^="left"] {
  padding: 0 8px 0 5px;
}
.ivu-tooltip-popper[x-placement^="top"] .ivu-tooltip-arrow {
  bottom: 3px;
  border-width: 5px 5px 0;
  border-top-color: rgba(70, 76, 91, 0.9);
}
.ivu-tooltip-popper[x-placement="top"] .ivu-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.ivu-tooltip-popper[x-placement="top-start"] .ivu-tooltip-arrow {
  left: 16px;
}
.ivu-tooltip-popper[x-placement="top-end"] .ivu-tooltip-arrow {
  right: 16px;
}
.ivu-tooltip-popper[x-placement^="right"] .ivu-tooltip-arrow {
  left: 3px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(70, 76, 91, 0.9);
}
.ivu-tooltip-popper[x-placement="right"] .ivu-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.ivu-tooltip-popper[x-placement="right-start"] .ivu-tooltip-arrow {
  top: 8px;
}
.ivu-tooltip-popper[x-placement="right-end"] .ivu-tooltip-arrow {
  bottom: 8px;
}
.ivu-tooltip-popper[x-placement^="left"] .ivu-tooltip-arrow {
  right: 3px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(70, 76, 91, 0.9);
}
.ivu-tooltip-popper[x-placement="left"] .ivu-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.ivu-tooltip-popper[x-placement="left-start"] .ivu-tooltip-arrow {
  top: 8px;
}
.ivu-tooltip-popper[x-placement="left-end"] .ivu-tooltip-arrow {
  bottom: 8px;
}
.ivu-tooltip-popper[x-placement^="bottom"] .ivu-tooltip-arrow {
  top: 3px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(70, 76, 91, 0.9);
}
.ivu-tooltip-popper[x-placement="bottom"] .ivu-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.ivu-tooltip-popper[x-placement="bottom-start"] .ivu-tooltip-arrow {
  left: 16px;
}
.ivu-tooltip-popper[x-placement="bottom-end"] .ivu-tooltip-arrow {
  right: 16px;
}
.ivu-tooltip-light.ivu-tooltip-popper {
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.5;
  position: absolute;
  z-index: 1060;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="top"] {
  padding: 7px 0 10px 0;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="right"] {
  padding: 0 7px 0 10px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="bottom"] {
  padding: 10px 0 7px 0;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="left"] {
  padding: 0 10px 0 7px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="top"] .ivu-tooltip-arrow {
  bottom: 3px;
  border-width: 7px 7px 0;
  border-top-color: hsla(0, 0%, 85%, 0.5);
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="top"] .ivu-tooltip-arrow {
  left: 50%;
  margin-left: -7px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="top-start"] .ivu-tooltip-arrow {
  left: 16px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="top-end"] .ivu-tooltip-arrow {
  right: 16px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="right"] .ivu-tooltip-arrow {
  left: 3px;
  border-width: 7px 7px 7px 0;
  border-right-color: hsla(0, 0%, 85%, 0.5);
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="right"] .ivu-tooltip-arrow {
  top: 50%;
  margin-top: -7px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="right-start"] .ivu-tooltip-arrow {
  top: 8px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="right-end"] .ivu-tooltip-arrow {
  bottom: 8px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="left"] .ivu-tooltip-arrow {
  right: 3px;
  border-width: 7px 0 7px 7px;
  border-left-color: hsla(0, 0%, 85%, 0.5);
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="left"] .ivu-tooltip-arrow {
  top: 50%;
  margin-top: -7px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="left-start"] .ivu-tooltip-arrow {
  top: 8px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="left-end"] .ivu-tooltip-arrow {
  bottom: 8px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="bottom"] .ivu-tooltip-arrow {
  top: 3px;
  border-width: 0 7px 7px;
  border-bottom-color: hsla(0, 0%, 85%, 0.5);
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="bottom"] .ivu-tooltip-arrow {
  left: 50%;
  margin-left: -7px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="bottom-start"] .ivu-tooltip-arrow {
  left: 16px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="bottom-end"] .ivu-tooltip-arrow {
  right: 16px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="top"] .ivu-tooltip-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -7px;
  border-bottom-width: 0;
  border-top-width: 7px;
  border-top-color: #fff;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="right"] .ivu-tooltip-arrow:after {
  content: " ";
  left: 1px;
  bottom: -7px;
  border-left-width: 0;
  border-right-width: 7px;
  border-right-color: #fff;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="bottom"] .ivu-tooltip-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -7px;
  border-top-width: 0;
  border-bottom-width: 7px;
  border-bottom-color: #fff;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="left"] .ivu-tooltip-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-width: 7px;
  border-left-color: #fff;
  bottom: -7px;
}
.ivu-tooltip-inner {
  max-width: 250px;
  min-height: 34px;
  padding: 8px 12px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: rgba(70, 76, 91, 0.9);
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.ivu-tooltip-inner-with-width {
  white-space: pre-wrap;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-all;
}
.ivu-tooltip-light .ivu-tooltip-inner {
  background-color: #fff;
  color: #515a6e;
}
.ivu-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.ivu-tooltip-light .ivu-tooltip-arrow {
  border-width: 8px;
}
.ivu-tooltip-light .ivu-tooltip-arrow:after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 7px;
}
.ivu-poptip {
  display: inline-block;
}
.ivu-poptip-rel {
  display: inline-block;
  position: relative;
}
.ivu-poptip-title {
  margin: 0;
  padding: 8px 16px;
  position: relative;
}
.ivu-poptip-title:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  background-color: #e8eaec;
}
.ivu-poptip-title-inner {
  color: #17233d;
  font-size: 14px;
  font-weight: 500;
}
.ivu-poptip-body {
  padding: 8px 16px;
}
.ivu-poptip-body-content {
  overflow: auto;
}
.ivu-poptip-body-content-word-wrap {
  white-space: pre-wrap;
  text-align: justify;
}
.ivu-poptip-body-content-inner {
  color: #515a6e;
}
.ivu-poptip-inner {
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.ivu-poptip-popper {
  min-width: 150px;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.5;
  position: absolute;
  z-index: 1060;
}
.ivu-poptip-popper[x-placement^="top"] {
  padding: 7px 0 10px 0;
}
.ivu-poptip-popper[x-placement^="right"] {
  padding: 0 7px 0 10px;
}
.ivu-poptip-popper[x-placement^="bottom"] {
  padding: 10px 0 7px 0;
}
.ivu-poptip-popper[x-placement^="left"] {
  padding: 0 10px 0 7px;
}
.ivu-poptip-popper[x-placement^="top"] .ivu-poptip-arrow {
  bottom: 3px;
  border-width: 7px 7px 0;
  border-top-color: hsla(0, 0%, 85%, 0.5);
}
.ivu-poptip-popper[x-placement="top"] .ivu-poptip-arrow {
  left: 50%;
  margin-left: -7px;
}
.ivu-poptip-popper[x-placement="top-start"] .ivu-poptip-arrow {
  left: 16px;
}
.ivu-poptip-popper[x-placement="top-end"] .ivu-poptip-arrow {
  right: 16px;
}
.ivu-poptip-popper[x-placement^="right"] .ivu-poptip-arrow {
  left: 3px;
  border-width: 7px 7px 7px 0;
  border-right-color: hsla(0, 0%, 85%, 0.5);
}
.ivu-poptip-popper[x-placement="right"] .ivu-poptip-arrow {
  top: 50%;
  margin-top: -7px;
}
.ivu-poptip-popper[x-placement="right-start"] .ivu-poptip-arrow {
  top: 8px;
}
.ivu-poptip-popper[x-placement="right-end"] .ivu-poptip-arrow {
  bottom: 8px;
}
.ivu-poptip-popper[x-placement^="left"] .ivu-poptip-arrow {
  right: 3px;
  border-width: 7px 0 7px 7px;
  border-left-color: hsla(0, 0%, 85%, 0.5);
}
.ivu-poptip-popper[x-placement="left"] .ivu-poptip-arrow {
  top: 50%;
  margin-top: -7px;
}
.ivu-poptip-popper[x-placement="left-start"] .ivu-poptip-arrow {
  top: 8px;
}
.ivu-poptip-popper[x-placement="left-end"] .ivu-poptip-arrow {
  bottom: 8px;
}
.ivu-poptip-popper[x-placement^="bottom"] .ivu-poptip-arrow {
  top: 3px;
  border-width: 0 7px 7px;
  border-bottom-color: hsla(0, 0%, 85%, 0.5);
}
.ivu-poptip-popper[x-placement="bottom"] .ivu-poptip-arrow {
  left: 50%;
  margin-left: -7px;
}
.ivu-poptip-popper[x-placement="bottom-start"] .ivu-poptip-arrow {
  left: 16px;
}
.ivu-poptip-popper[x-placement="bottom-end"] .ivu-poptip-arrow {
  right: 16px;
}
.ivu-poptip-popper[x-placement^="top"] .ivu-poptip-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -7px;
  border-bottom-width: 0;
  border-top-width: 7px;
  border-top-color: #fff;
}
.ivu-poptip-popper[x-placement^="right"] .ivu-poptip-arrow:after {
  content: " ";
  left: 1px;
  bottom: -7px;
  border-left-width: 0;
  border-right-width: 7px;
  border-right-color: #fff;
}
.ivu-poptip-popper[x-placement^="bottom"] .ivu-poptip-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -7px;
  border-top-width: 0;
  border-bottom-width: 7px;
  border-bottom-color: #fff;
}
.ivu-poptip-popper[x-placement^="left"] .ivu-poptip-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-width: 7px;
  border-left-color: #fff;
  bottom: -7px;
}
.ivu-poptip-arrow,
.ivu-poptip-arrow:after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.ivu-poptip-arrow {
  border-width: 8px;
}
.ivu-poptip-arrow:after {
  content: "";
  border-width: 7px;
}
.ivu-poptip-confirm .ivu-poptip-popper {
  max-width: 300px;
}
.ivu-poptip-confirm .ivu-poptip-inner {
  white-space: normal;
}
.ivu-poptip-confirm .ivu-poptip-body {
  padding: 16px 16px 8px;
}
.ivu-poptip-confirm .ivu-poptip-body .ivu-icon {
  font-size: 16px;
  color: #ff9900;
  line-height: 18px;
  position: absolute;
}
.ivu-poptip-confirm .ivu-poptip-body-message {
  padding-left: 20px;
}
.ivu-poptip-confirm .ivu-poptip-footer {
  text-align: right;
  padding: 8px 16px 16px;
}
.ivu-poptip-confirm .ivu-poptip-footer button {
  margin-left: 4px;
}
.ivu-input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.ivu-input::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1;
}
.ivu-input:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-input::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-input:hover {
  border-color: #3367e3;
}
.ivu-input:focus {
  border-color: #3367e3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 65, 220, 0.2);
}
.ivu-input[disabled],
fieldset[disabled] .ivu-input {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-input[disabled]:hover,
fieldset[disabled] .ivu-input:hover {
  border-color: #e3e5e8;
}
textarea.ivu-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 14px;
}
.ivu-input-large {
  font-size: 16px;
  padding: 6px 7px;
  height: 40px;
}
.ivu-input-small {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
.ivu-input-no-border {
  border-radius: 0;
  border-color: transparent;
}
.ivu-input-no-border:hover {
  border-color: transparent;
}
.ivu-input-no-border:focus {
  border-color: transparent;
  box-shadow: none;
}
.ivu-input-no-border[disabled] {
  background-color: transparent;
}
.ivu-input-no-border[disabled]:hover {
  border-color: transparent;
}
.ivu-input-wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: middle;
  line-height: normal;
}
.ivu-input-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  color: #808695;
  position: absolute;
  right: 0;
  z-index: 3;
}
.ivu-input-hide-icon .ivu-input-icon {
  display: none;
}
.ivu-input-icon-validate {
  display: none;
}
.ivu-input-icon-clear {
  display: none;
}
.ivu-input-wrapper:hover .ivu-input-icon-clear {
  display: inline-block;
}
.ivu-input-icon-normal + .ivu-input {
  padding-right: 32px;
}
.ivu-input-hide-icon .ivu-input-icon-normal + .ivu-input {
  padding-right: 7px;
}
.ivu-input-wrapper-large .ivu-input-icon {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}
.ivu-input-wrapper-small .ivu-input-icon {
  width: 24px;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}
.ivu-input-prefix,
.ivu-input-suffix {
  width: 32px;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ivu-input-prefix i,
.ivu-input-suffix i {
  font-size: 16px;
  line-height: 32px;
  color: #808695;
}
.ivu-input-suffix {
  left: auto;
  right: 0;
}
.ivu-input-wrapper-small .ivu-input-prefix i,
.ivu-input-wrapper-small .ivu-input-suffix i {
  font-size: 14px;
  line-height: 24px;
}
.ivu-input-wrapper-large .ivu-input-prefix i,
.ivu-input-wrapper-large .ivu-input-suffix i {
  font-size: 18px;
  line-height: 40px;
}
.ivu-input-with-prefix {
  padding-left: 32px;
}
.ivu-input-with-suffix {
  padding-right: 32px;
}
.ivu-input-search {
  cursor: pointer;
  padding: 0 16px !important;
  background: #0041DC !important;
  color: #fff !important;
  border-color: #0041DC !important;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 2;
}
.ivu-input-search i {
  font-size: 16px;
}
.ivu-input-search:hover {
  background: #3367e3 !important;
  border-color: #3367e3 !important;
}
.ivu-input-search:active {
  background: #003ed1 !important;
  border-color: #003ed1 !important;
}
.ivu-input-search-icon {
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.ivu-input-search-icon:hover {
  color: inherit;
}
.ivu-input-search:before {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  background: inherit;
}
.ivu-input-wrapper-small .ivu-input-search {
  padding: 0 12px !important;
}
.ivu-input-wrapper-small .ivu-input-search i {
  font-size: 14px;
}
.ivu-input-wrapper-large .ivu-input-search {
  padding: 0 20px !important;
}
.ivu-input-wrapper-large .ivu-input-search i {
  font-size: 18px;
}
.ivu-input-with-search:hover .ivu-input {
  border-color: #3367e3;
}
.ivu-input-word-count {
  text-align: center;
  position: absolute;
  right: 7px;
  top: 2px;
  bottom: 2px;
  padding-left: 7px;
  background: #fff;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  color: #808695;
  font-size: 12px;
}
.ivu-input-wrapper-disabled .ivu-input-word-count {
  background: #f3f3f3;
}
.ivu-input-type-textarea .ivu-input-word-count {
  align-items: flex-end;
  top: auto;
}
.ivu-input-group {
  display: table;
  width: 100%;
  border-collapse: separate;
  position: relative;
  font-size: 14px;
}
.ivu-form-inline .ivu-input-group {
  top: 1px;
}
.ivu-input-group-large {
  font-size: 16px;
}
.ivu-input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.ivu-input-group > [class*="col-"] {
  padding-right: 8px;
}
.ivu-input-group-prepend,
.ivu-input-group-append,
.ivu-input-group > .ivu-input {
  display: table-cell;
}
.ivu-input-group-with-prepend .ivu-input,
.ivu-input-group-with-prepend.ivu-input-group-small .ivu-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ivu-input-group-with-append .ivu-input,
.ivu-input-group-with-append.ivu-input-group-small .ivu-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ivu-input-group-prepend .ivu-btn,
.ivu-input-group-append .ivu-btn {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  margin: -6px -7px;
}
.ivu-input-group-prepend,
.ivu-input-group-append {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ivu-input-group .ivu-input {
  width: 100%;
  float: left;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.ivu-input-group-prepend,
.ivu-input-group-append {
  padding: 4px 7px;
  font-size: inherit;
  font-weight: normal;
  line-height: 1;
  color: #515a6e;
  text-align: center;
  background-color: #f8f8f9;
  border: 1px solid #dcdee2;
  border-radius: 4px;
}
.ivu-input-group-prepend .ivu-select,
.ivu-input-group-append .ivu-select {
  margin: -5px -7px;
}
.ivu-input-group-prepend .ivu-select-selection,
.ivu-input-group-append .ivu-select-selection {
  background-color: inherit;
  margin: -1px;
  border: 1px solid transparent;
}
.ivu-input-group-prepend .ivu-select-visible .ivu-select-selection,
.ivu-input-group-append .ivu-select-visible .ivu-select-selection {
  box-shadow: none;
}
.ivu-input-group > span > .ivu-input:first-child,
.ivu-input-group > .ivu-input:first-child,
.ivu-input-group-prepend {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.ivu-input-group > span > .ivu-input:first-child .ivu--select .ivu--select-selection,
.ivu-input-group > .ivu-input:first-child .ivu--select .ivu--select-selection,
.ivu-input-group-prepend .ivu--select .ivu--select-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ivu-input-group-prepend {
  border-right: 0;
}
.ivu-input-group-append {
  border-left: 0;
}
.ivu-input-group > .ivu-input:last-child,
.ivu-input-group-append {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.ivu-input-group > .ivu-input:last-child .ivu--select .ivu--select-selection,
.ivu-input-group-append .ivu--select .ivu--select-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ivu-input-group-large .ivu-input,
.ivu-input-group-large > .ivu-input-group-prepend,
.ivu-input-group-large > .ivu-input-group-append {
  font-size: 16px;
  padding: 6px 7px;
  height: 40px;
}
.ivu-input-group-small .ivu-input,
.ivu-input-group-small > .ivu-input-group-prepend,
.ivu-input-group-small > .ivu-input-group-append {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
.ivu-form-item-error .ivu-input {
  border: 1px solid #ed4014;
}
.ivu-form-item-error .ivu-input:hover {
  border-color: #ed4014;
}
.ivu-form-item-error .ivu-input:focus {
  border-color: #ed4014;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
}
.ivu-form-item-error .ivu-input-icon {
  color: #ed4014;
}
.ivu-form-item-error .ivu-input-group-prepend,
.ivu-form-item-error .ivu-input-group-append {
  background-color: #fff;
  border: 1px solid #ed4014;
}
.ivu-form-item-error .ivu-input-group-prepend .ivu-select-selection,
.ivu-form-item-error .ivu-input-group-append .ivu-select-selection {
  background-color: inherit;
  border: 1px solid transparent;
}
.ivu-form-item-error .ivu-input-group-prepend {
  border-right: 0;
}
.ivu-form-item-error .ivu-input-group-append {
  border-left: 0;
}
.ivu-form-item-error .ivu-transfer .ivu-input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.ivu-form-item-error .ivu-transfer .ivu-input::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1;
}
.ivu-form-item-error .ivu-transfer .ivu-input:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-form-item-error .ivu-transfer .ivu-input::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-form-item-error .ivu-transfer .ivu-input:hover {
  border-color: #3367e3;
}
.ivu-form-item-error .ivu-transfer .ivu-input:focus {
  border-color: #3367e3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 65, 220, 0.2);
}
.ivu-form-item-error .ivu-transfer .ivu-input[disabled],
fieldset[disabled] .ivu-form-item-error .ivu-transfer .ivu-input {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-form-item-error .ivu-transfer .ivu-input[disabled]:hover,
fieldset[disabled] .ivu-form-item-error .ivu-transfer .ivu-input:hover {
  border-color: #e3e5e8;
}
textarea.ivu-form-item-error .ivu-transfer .ivu-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 14px;
}
.ivu-form-item-error .ivu-transfer .ivu-input-large {
  font-size: 16px;
  padding: 6px 7px;
  height: 40px;
}
.ivu-form-item-error .ivu-transfer .ivu-input-small {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
.ivu-form-item-error .ivu-transfer .ivu-input-no-border {
  border-radius: 0;
  border-color: transparent;
}
.ivu-form-item-error .ivu-transfer .ivu-input-no-border:hover {
  border-color: transparent;
}
.ivu-form-item-error .ivu-transfer .ivu-input-no-border:focus {
  border-color: transparent;
  box-shadow: none;
}
.ivu-form-item-error .ivu-transfer .ivu-input-no-border[disabled] {
  background-color: transparent;
}
.ivu-form-item-error .ivu-transfer .ivu-input-no-border[disabled]:hover {
  border-color: transparent;
}
.ivu-form-item-error .ivu-transfer .ivu-input-icon {
  color: #808695;
}
.ivu-form-item-validating .ivu-input-icon-validate {
  display: inline-block;
}
.ivu-form-item-validating .ivu-input-icon + .ivu-input {
  padding-right: 32px;
}
.ivu-slider {
  line-height: normal;
}
.ivu-slider-wrap {
  width: 100%;
  height: 4px;
  margin: 16px 0;
  background-color: #e8eaec;
  border-radius: 3px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.ivu-slider-button-wrap {
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: transparent;
  position: absolute;
  top: -5px;
  transform: translateX(-50%);
}
.ivu-slider-button-wrap .ivu-tooltip {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ivu-slider-button {
  width: 12px;
  height: 12px;
  border: 2px solid #3367e3;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.2s linear;
  outline: 0;
}
.ivu-slider-button:focus,
.ivu-slider-button:hover,
.ivu-slider-button-dragging {
  border-color: #0041DC;
  transform: scale(1.5);
}
.ivu-slider-button:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.ivu-slider-button-dragging,
.ivu-slider-button-dragging:hover {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.ivu-slider-bar {
  height: 4px;
  background: #3367e3;
  border-radius: 3px;
  position: absolute;
}
.ivu-slider-stop {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  transform: translateX(-50%);
}
.ivu-slider-marks {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}
.ivu-slider-marks-item {
  position: absolute;
  transform: translateX(-50%);
  font-size: 14px;
  color: #808695;
  margin-top: 15px;
}
.ivu-slider-disabled {
  cursor: not-allowed;
}
.ivu-slider-disabled .ivu-slider-wrap {
  background-color: #ccc;
  cursor: not-allowed;
}
.ivu-slider-disabled .ivu-slider-bar {
  background-color: #ccc;
}
.ivu-slider-disabled .ivu-slider-button {
  border-color: #ccc;
}
.ivu-slider-disabled .ivu-slider-button:hover,
.ivu-slider-disabled .ivu-slider-button-dragging {
  border-color: #ccc;
}
.ivu-slider-disabled .ivu-slider-button:hover {
  cursor: not-allowed;
}
.ivu-slider-disabled .ivu-slider-button-dragging,
.ivu-slider-disabled .ivu-slider-button-dragging:hover {
  cursor: not-allowed;
}
.ivu-slider-input .ivu-slider-wrap {
  width: auto;
  margin-right: 100px;
}
.ivu-slider-input .ivu-input-number {
  float: right;
  margin-top: -14px;
}
.selectDropDown {
  width: auto;
  padding: 0;
  white-space: nowrap;
  overflow: visible;
}
.ivu-cascader {
  line-height: normal;
}
.ivu-cascader-rel {
  display: inline-block;
  width: 100%;
  position: relative;
}
.ivu-cascader .ivu-input {
  padding-right: 24px;
  display: block;
  cursor: pointer;
}
.ivu-cascader-disabled .ivu-input {
  cursor: not-allowed;
}
.ivu-cascader-label {
  width: 100%;
  height: 100%;
  line-height: 32px;
  padding: 0 7px;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
.ivu-cascader-size-large .ivu-cascader-label {
  line-height: 36px;
  font-size: 14px;
}
.ivu-cascader-size-small .ivu-cascader-label {
  line-height: 26px;
}
.ivu-cascader .ivu-cascader-arrow:nth-of-type(1) {
  display: none;
  cursor: pointer;
}
.ivu-cascader:hover .ivu-cascader-arrow:nth-of-type(1) {
  display: inline-block;
}
.ivu-cascader-show-clear:hover .ivu-cascader-arrow:nth-of-type(2) {
  display: none;
}
.ivu-cascader-arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  line-height: 1;
  transform: translateY(-50%);
  font-size: 14px;
  color: #808695;
  transition: all 0.2s ease-in-out;
}
.ivu-cascader-visible .ivu-cascader-arrow:nth-of-type(2) {
  transform: translateY(-50%) rotate(180deg);
}
.ivu-cascader .ivu-select-dropdown {
  width: auto;
  padding: 0;
  white-space: nowrap;
  overflow: visible;
}
.ivu-cascader .ivu-cascader-menu-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 14px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.ivu-cascader .ivu-cascader-menu-item:hover {
  background: #f3f3f3;
}
.ivu-cascader .ivu-cascader-menu-item-focus {
  background: #f3f3f3;
}
.ivu-cascader .ivu-cascader-menu-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-cascader .ivu-cascader-menu-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-cascader .ivu-cascader-menu-item-selected,
.ivu-cascader .ivu-cascader-menu-item-selected:hover {
  color: #0041DC;
}
.ivu-cascader .ivu-cascader-menu-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-cascader .ivu-cascader-menu-item-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-cascader .ivu-cascader-menu-item-enter {
  color: #0041DC;
  font-weight: bold;
  float: right;
}
.ivu-cascader .ivu-cascader-large .ivu-cascader-menu-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-cascader .ivu-cascader-menu-item {
    white-space: normal;
  }
}
.ivu-cascader .ivu-select-item span {
  color: #ed4014;
}
.ivu-cascader-dropdown {
  padding: 5px 0;
}
.ivu-cascader-dropdown .ivu-select-dropdown-list {
  max-height: 190px;
  box-sizing: border-box;
  overflow: auto;
}
.ivu-cascader-not-found-tip {
  padding: 5px 0;
  text-align: center;
  color: #c5c8ce;
}
.ivu-cascader-not-found-tip li:not([class^=ivu-]) {
  list-style: none;
  margin-bottom: 0;
}
.ivu-cascader-not-found .ivu-select-dropdown {
  width: inherit;
}
.ivu-cascader-menu {
  display: inline-block;
  min-width: 100px;
  height: 180px;
  margin: 0;
  padding: 5px 0 !important;
  vertical-align: top;
  list-style: none;
  border-right: 1px solid #e8eaec;
  overflow: auto;
}
.ivu-cascader-menu:last-child {
  border-right-color: transparent;
  margin-right: -1px;
}
.ivu-cascader-menu .ivu-cascader-menu-item {
  position: relative;
  padding-right: 36px;
  transition: all 0.2s ease-in-out;
}
.ivu-cascader-menu .ivu-cascader-menu-item i {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.ivu-cascader-menu .ivu-cascader-menu-item-loading {
  margin-top: -6px;
}
.ivu-cascader-menu .ivu-cascader-menu-item-active {
  background-color: #f3f3f3;
  color: #0041DC;
}
.ivu-cascader-transfer {
  z-index: 1060;
  width: auto;
  padding: 0;
  white-space: nowrap;
  overflow: visible;
}
.ivu-cascader-transfer .ivu-cascader-menu-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 14px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.ivu-cascader-transfer .ivu-cascader-menu-item:hover {
  background: #f3f3f3;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-focus {
  background: #f3f3f3;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-selected,
.ivu-cascader-transfer .ivu-cascader-menu-item-selected:hover {
  color: #0041DC;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-enter {
  color: #0041DC;
  font-weight: bold;
  float: right;
}
.ivu-cascader-transfer .ivu-cascader-large .ivu-cascader-menu-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-cascader-transfer .ivu-cascader-menu-item {
    white-space: normal;
  }
}
.ivu-cascader-transfer .ivu-select-item span {
  color: #ed4014;
}
.ivu-cascader-transfer .ivu-cascader-menu-item {
  padding-right: 24px;
  transition: all 0.2s ease-in-out;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-active {
  background-color: #f3f3f3;
  color: #0041DC;
}
.ivu-form-item-error .ivu-cascader-arrow {
  color: #ed4014;
}
.ivu-transfer {
  position: relative;
  line-height: 1.5;
}
.ivu-transfer-list {
  display: inline-block;
  width: 180px;
  height: 210px;
  font-size: 14px;
  vertical-align: middle;
  position: relative;
  padding-top: 35px;
}
.ivu-transfer-list-with-footer {
  padding-bottom: 35px;
}
.ivu-transfer-list-header {
  padding: 8px 16px;
  background: #f9fafc;
  color: #515a6e;
  border: 1px solid #dcdee2;
  border-bottom: 1px solid #e8eaec;
  border-radius: 0px 0px 0 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ivu-transfer-list-header-title {
  cursor: pointer;
}
.ivu-transfer-list-header > span {
  padding-left: 4px;
}
.ivu-transfer-list-header-count {
  margin: 0 !important;
  float: right;
}
.ivu-transfer-list-body {
  height: 100%;
  border: 1px solid #dcdee2;
  border-top: none;
  border-radius: 0 0 0px 0px;
  position: relative;
  overflow: hidden;
}
.ivu-transfer-list-body-with-search {
  padding-top: 34px;
}
.ivu-transfer-list-body-with-footer {
  border-radius: 0;
}
.ivu-transfer-list-content {
  height: 100%;
  padding: 4px 0;
  overflow: auto;
}
.ivu-transfer-list-content-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ivu-transfer-list-content-item > span {
  padding-left: 4px;
}
.ivu-transfer-list-content-not-found {
  display: none;
  text-align: center;
  color: #c5c8ce;
}
li.ivu-transfer-list-content-not-found:only-child {
  display: block;
}
.ivu-transfer-list-body-with-search .ivu-transfer-list-content {
  padding: 6px 0 0;
}
.ivu-transfer-list-body-search-wrapper {
  padding: 8px 8px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.ivu-transfer-list-search {
  position: relative;
}
.ivu-transfer-list-footer {
  border: 1px solid #dcdee2;
  border-top: none;
  border-radius: 0 0 0px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  zoom: 1;
}
.ivu-transfer-list-footer:before,
.ivu-transfer-list-footer:after {
  content: "";
  display: table;
}
.ivu-transfer-list-footer:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ivu-transfer-list-footer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}
.ivu-transfer-operation {
  display: inline-block;
  margin: 0 16px;
  vertical-align: middle;
}
.ivu-transfer-operation .ivu-btn {
  display: block;
  min-width: 24px;
}
.ivu-transfer-operation .ivu-btn:first-child {
  margin-bottom: 12px;
}
.ivu-transfer-operation .ivu-btn span i,
.ivu-transfer-operation .ivu-btn span span {
  vertical-align: middle;
}
.ivu-transfer-list-content-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 14px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.ivu-transfer-list-content-item:hover {
  background: #f3f3f3;
}
.ivu-transfer-list-content-item-focus {
  background: #f3f3f3;
}
.ivu-transfer-list-content-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-transfer-list-content-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-transfer-list-content-item-selected,
.ivu-transfer-list-content-item-selected:hover {
  color: #0041DC;
}
.ivu-transfer-list-content-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-transfer-list-content-item-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-transfer-list-content-item-enter {
  color: #0041DC;
  font-weight: bold;
  float: right;
}
.ivu-transfer-large .ivu-transfer-list-content-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-transfer-list-content-item {
    white-space: normal;
  }
}
.ivu-table {
  width: inherit;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  color: #515a6e;
  font-size: 14px;
  background-color: #fff;
  box-sizing: border-box;
}
.ivu-table-wrapper {
  position: relative;
  overflow: hidden;
}
.ivu-table-wrapper-with-border {
  border: 1px solid #dcdee2;
  border-bottom: 0;
  border-right: 0;
}
.ivu-table-summary {
  border-top: 1px solid #e8eaec;
}
.ivu-table-summary tr td {
  background-color: #f8f8f9;
}
.ivu-table-with-summary .ivu-table-tbody tr:last-child td {
  border-bottom: none;
}
.ivu-table-resize-line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  border-right: 1px dashed #e8eaec;
}
.ivu-table-hide {
  opacity: 0;
}
.ivu-table:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #dcdee2;
  z-index: 4;
}
.ivu-table-border:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #dcdee2;
  z-index: 3;
}
.ivu-table-title,
.ivu-table-footer {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #e8eaec;
}
.ivu-table-footer {
  border-bottom: none;
}
.ivu-table-header {
  overflow: hidden;
}
.ivu-table-header thead tr th {
  position: relative;
  height: 100%;
  padding: 8px 0;
}
.ivu-table-header-resizable {
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  right: -5px;
  cursor: col-resize;
  z-index: 1;
}
.ivu-table-overflowX {
  overflow-x: scroll;
}
.ivu-table-overflowY {
  overflow-y: scroll;
}
.ivu-table-tip {
  overflow-x: auto;
  overflow-y: hidden;
}
.ivu-table-with-fixed-top.ivu-table-with-footer .ivu-table-footer {
  border-top: 1px solid #dcdee2;
}
.ivu-table-with-fixed-top.ivu-table-with-footer tbody tr:last-child td {
  border-bottom: none;
}
.ivu-table th,
.ivu-table td {
  min-width: 0;
  height: 48px;
  box-sizing: border-box;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
  border-bottom: 1px solid #e8eaec;
}
.ivu-table th {
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #f8f8f9;
}
.ivu-table td {
  background-color: #fff;
  transition: background-color 0.2s ease-in-out;
}
th.ivu-table-column-left,
td.ivu-table-column-left {
  text-align: left;
}
th.ivu-table-column-center,
td.ivu-table-column-center {
  text-align: center;
}
th.ivu-table-column-right,
td.ivu-table-column-right {
  text-align: right;
}
.ivu-table table {
  table-layout: fixed;
}
.ivu-table-border th,
.ivu-table-border td {
  border-right: 1px solid #e8eaec;
}
.ivu-table-cell {
  padding-left: 18px;
  padding-right: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  box-sizing: border-box;
}
.ivu-table-cell-ellipsis {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ivu-table-cell-tooltip {
  width: 100%;
  display: flex;
  align-items: center;
}
.ivu-table-cell-tooltip-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-table-cell-with-expand {
  height: 47px;
  line-height: 47px;
  padding: 0;
  text-align: center;
}
.ivu-table-cell-expand {
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}
.ivu-table-cell-expand i {
  font-size: 14px;
}
.ivu-table-cell-expand-expanded {
  transform: rotate(90deg);
}
.ivu-table-cell-sort {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ivu-table-cell-with-selection .ivu-checkbox-wrapper {
  margin-right: 0;
}
.ivu-table-cell-tree {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #dcdee2;
  border-radius: 2px;
  background-color: #fff;
  line-height: 12px;
  cursor: pointer;
  vertical-align: middle;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ivu-table-cell-tree-empty {
  cursor: default;
  color: transparent;
  background-color: transparent;
  border-color: transparent;
}
.ivu-table-cell-tree:hover {
  color: #0041DC;
  border-color: #0041DC;
}
.ivu-table-cell-tree-empty:hover {
  color: transparent;
  border-color: transparent;
}
.ivu-table-cell-tree-loading {
  cursor: default;
  background-color: transparent;
  border-color: transparent;
}
.ivu-table-cell-tree-loading:hover {
  border-color: transparent;
}
.ivu-table-cell-tree-level {
  display: inline-block;
  height: 16px;
}
.ivu-table-cell-slot-inline {
  display: inline;
}
.ivu-table-cell-slot-inline-block {
  display: inline-block;
}
.ivu-table-hidden {
  visibility: hidden;
}
th .ivu-table-cell {
  display: inline-block;
  word-wrap: normal;
  vertical-align: middle;
}
td.ivu-table-expanded-cell {
  padding: 20px 50px;
  background: #f8f8f9;
}
.ivu-table-stripe .ivu-table-body tr:nth-child(2n) td,
.ivu-table-stripe .ivu-table-fixed-body tr:nth-child(2n) td {
  background-color: #f8f8f9;
}
.ivu-table-stripe .ivu-table-body tr.ivu-table-row-hover td,
.ivu-table-stripe .ivu-table-fixed-body tr.ivu-table-row-hover td {
  background-color: #ebf7ff;
}
tr.ivu-table-row-hover td {
  background-color: #ebf7ff;
}
.ivu-table-large {
  font-size: 16px;
}
.ivu-table-large th {
  height: 48px;
}
.ivu-table-large td {
  height: 60px;
}
.ivu-table-large-title,
.ivu-table-large-footer {
  height: 60px;
  line-height: 60px;
}
.ivu-table-large .ivu-table-cell-with-expand {
  height: 59px;
  line-height: 59px;
}
.ivu-table-large .ivu-table-cell-with-expand i {
  font-size: 16px;
}
.ivu-table-small {
  font-size: 12px;
}
.ivu-table-small th {
  height: 32px;
}
.ivu-table-small td {
  height: 40px;
}
.ivu-table-small-title,
.ivu-table-small-footer {
  height: 40px;
  line-height: 40px;
}
.ivu-table-small .ivu-table-cell-with-expand {
  height: 39px;
  line-height: 39px;
}
.ivu-table-row-highlight td,
tr.ivu-table-row-highlight.ivu-table-row-hover td,
.ivu-table-stripe .ivu-table-body tr.ivu-table-row-highlight:nth-child(2n) td,
.ivu-table-stripe .ivu-table-fixed-body tr.ivu-table-row-highlight:nth-child(2n) td {
  background-color: #ebf7ff;
}
.ivu-table-fixed,
.ivu-table-fixed-right {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 2px 0 6px -2px rgba(0, 0, 0, 0.2);
}
.ivu-table-fixed::before,
.ivu-table-fixed-right::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #dcdee2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
}
.ivu-table-fixed-right {
  top: 0;
  left: auto;
  right: 0;
  box-shadow: -2px 0 6px -2px rgba(0, 0, 0, 0.2);
}
.ivu-table-fixed-right-header {
  position: absolute;
  top: -1px;
  right: 0;
  background-color: #f8f8f9;
  border-top: 1px solid #dcdee2;
  border-bottom: 1px solid #e8eaec;
}
.ivu-table-fixed-header {
  overflow: hidden;
}
.ivu-table-fixed-header thead tr th {
  position: relative;
  height: 100%;
  padding: 8px 0;
}
.ivu-table-fixed-body {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.ivu-table-fixed-shadow {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 1;
}
.ivu-table-sort {
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-top: -1px;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.ivu-table-sort i {
  display: block;
  height: 6px;
  line-height: 6px;
  overflow: hidden;
  position: absolute;
  color: #c5c8ce;
  transition: color 0.2s ease-in-out;
  font-size: 16px;
}
.ivu-table-sort i:hover {
  color: inherit;
}
.ivu-table-sort i.on {
  color: #0041DC;
}
.ivu-table-sort i:first-child {
  top: 0;
}
.ivu-table-sort i:last-child {
  bottom: 0;
}
.ivu-table-filter {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.ivu-table-filter i {
  color: #c5c8ce;
  transition: color 0.2s ease-in-out;
}
.ivu-table-filter i:hover {
  color: inherit;
}
.ivu-table-filter i.on {
  color: #0041DC;
}
.ivu-table-filter-list {
  padding: 8px 0 0;
}
.ivu-table-filter-list-item {
  padding: 0 12px 8px;
}
.ivu-table-filter-list-item .ivu-checkbox-wrapper + .ivu-checkbox-wrapper {
  margin: 0;
}
.ivu-table-filter-list-item label {
  display: block;
}
.ivu-table-filter-list-item label > span {
  margin-right: 4px;
}
.ivu-table-filter-list ul {
  padding-bottom: 8px;
}
.ivu-table-filter-list .ivu-table-filter-select-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 14px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.ivu-table-filter-list .ivu-table-filter-select-item:hover {
  background: #f3f3f3;
}
.ivu-table-filter-list .ivu-table-filter-select-item-focus {
  background: #f3f3f3;
}
.ivu-table-filter-list .ivu-table-filter-select-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-table-filter-list .ivu-table-filter-select-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-table-filter-list .ivu-table-filter-select-item-selected,
.ivu-table-filter-list .ivu-table-filter-select-item-selected:hover {
  color: #0041DC;
}
.ivu-table-filter-list .ivu-table-filter-select-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-table-filter-list .ivu-table-filter-select-item-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-table-filter-list .ivu-table-filter-select-item-enter {
  color: #0041DC;
  font-weight: bold;
  float: right;
}
.ivu-table-filter-list .ivu-table-large .ivu-table-filter-select-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-table-filter-list .ivu-table-filter-select-item {
    white-space: normal;
  }
}
.ivu-table-filter-footer {
  padding: 4px;
  border-top: 1px solid #e8eaec;
  overflow: hidden;
}
.ivu-table-filter-footer button:first-child {
  float: left;
}
.ivu-table-filter-footer button:last-child {
  float: right;
}
.ivu-table-tip table {
  width: 100%;
}
.ivu-table-tip table td {
  text-align: center;
}
.ivu-table-expanded-hidden {
  visibility: hidden;
}
.ivu-table-context-menu {
  position: absolute;
}
.ivu-table-popper {
  min-width: 0;
  text-align: left;
}
.ivu-table-popper .ivu-poptip-body {
  padding: 0;
}
.ivu-dropdown {
  display: inline-block;
}
.ivu-dropdown .ivu-select-dropdown {
  overflow: visible;
  max-height: none;
}
.ivu-dropdown .ivu-dropdown {
  width: 100%;
}
.ivu-dropdown-rel {
  position: relative;
}
.ivu-dropdown-rel-user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.ivu-dropdown-menu {
  min-width: 100px;
}
.ivu-dropdown-transfer {
  width: auto;
}
.ivu-dropdown-item-selected,
.ivu-dropdown-item.ivu-dropdown-item-selected:hover {
  background: #e6f1ff;
}
.ivu-dropdown-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 14px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.ivu-dropdown-item:hover {
  background: #f3f3f3;
}
.ivu-dropdown-item-focus {
  background: #f3f3f3;
}
.ivu-dropdown-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-dropdown-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-dropdown-item-selected,
.ivu-dropdown-item-selected:hover {
  color: #0041DC;
}
.ivu-dropdown-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-dropdown-item-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-dropdown-item-enter {
  color: #0041DC;
  font-weight: bold;
  float: right;
}
.ivu-dropdown-large .ivu-dropdown-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-dropdown-item {
    white-space: normal;
  }
}
.ivu-tabs {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  color: #515a6e;
  zoom: 1;
}
.ivu-tabs:before,
.ivu-tabs:after {
  content: "";
  display: table;
}
.ivu-tabs:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ivu-tabs:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}
.ivu-tabs-bar {
  outline: none;
}
.ivu-tabs-ink-bar {
  height: 2px;
  box-sizing: border-box;
  background-color: #0041DC;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: 1;
  transition: transform 0.3s ease-in-out;
  transform-origin: 0 0;
}
.ivu-tabs-bar {
  border-bottom: 1px solid #dcdee2;
  margin-bottom: 16px;
}
.ivu-tabs-nav-container {
  margin-bottom: -1px;
  line-height: 1.5;
  font-size: 14px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
.ivu-tabs-nav-container:before,
.ivu-tabs-nav-container:after {
  content: "";
  display: table;
}
.ivu-tabs-nav-container:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ivu-tabs-nav-container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}
.ivu-tabs-nav-container:focus {
  outline: none;
}
.ivu-tabs-nav-container:focus .ivu-tabs-tab-focused {
  border-color: #3367e3 !important;
}
.ivu-tabs-nav-container-scrolling {
  padding-left: 32px;
  padding-right: 32px;
}
.ivu-tabs-nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
}
.ivu-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap;
}
.ivu-tabs-nav-right {
  float: right;
  margin-left: 5px;
}
.ivu-tabs-nav-prev,
.ivu-tabs-nav-next {
  width: 32px;
  text-align: center;
  position: absolute;
  line-height: 32px;
  cursor: pointer;
}
.ivu-tabs-nav-prev i,
.ivu-tabs-nav-next i {
  font-size: 16px;
}
.ivu-tabs-nav-prev {
  left: 0;
}
.ivu-tabs-nav-next {
  right: 0;
}
.ivu-tabs-nav-scrollable {
  padding: 0 32px;
}
.ivu-tabs-nav-scroll-disabled {
  display: none;
}
.ivu-tabs-nav {
  padding-left: 0;
  margin: 0;
  float: left;
  list-style: none;
  box-sizing: border-box;
  position: relative;
  transition: transform 0.5s ease-in-out;
}
.ivu-tabs-nav:before,
.ivu-tabs-nav:after {
  display: table;
  content: " ";
}
.ivu-tabs-nav:after {
  clear: both;
}
.ivu-tabs-nav .ivu-tabs-tab-disabled {
  pointer-events: none;
  cursor: default;
  color: #ccc;
}
.ivu-tabs-nav .ivu-tabs-tab {
  display: inline-block;
  height: 100%;
  padding: 8px 16px;
  margin-right: 16px;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease-in-out;
}
.ivu-tabs-nav .ivu-tabs-tab:hover {
  color: #3367e3;
}
.ivu-tabs-nav .ivu-tabs-tab:active {
  color: #003ed1;
}
.ivu-tabs-nav .ivu-tabs-tab .ivu-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.ivu-tabs-nav .ivu-tabs-tab-active {
  color: #0041DC;
}
.ivu-tabs-mini .ivu-tabs-nav-container {
  font-size: 14px;
}
.ivu-tabs-mini .ivu-tabs-tab {
  margin-right: 0;
  padding: 8px 16px;
  font-size: 12px;
}
.ivu-tabs .ivu-tabs-content-animated {
  display: flex;
  flex-direction: row;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
}
.ivu-tabs .ivu-tabs-tabpane {
  flex-shrink: 0;
  width: 100%;
  transition: opacity 0.3s;
  opacity: 1;
  outline: none;
}
.ivu-tabs .ivu-tabs-tabpane-inactive {
  opacity: 0;
  height: 0;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-nav-container {
  height: 32px;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-ink-bar {
  visibility: hidden;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab {
  margin: 0;
  margin-right: 4px;
  height: 31px;
  padding: 5px 16px 4px;
  border: 1px solid #dcdee2;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s ease-in-out;
  background: #f8f8f9;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab-active {
  height: 32px;
  padding-bottom: 5px;
  background: #fff;
  transform: translateZ(0);
  border-color: #dcdee2;
  color: #0041DC;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-nav-wrap {
  margin-bottom: 0;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab .ivu-tabs-close {
  width: 0;
  height: 22px;
  font-size: 22px;
  margin-right: 0;
  color: #999;
  text-align: right;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  top: -1px;
  transform-origin: 100% 50%;
  transition: all 0.3s ease-in-out;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab .ivu-tabs-close:hover {
  color: #444;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab-active .ivu-tabs-close,
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab:hover .ivu-tabs-close {
  width: 22px;
  transform: translateZ(0);
  margin-right: -6px;
}
.ivu-tabs-context-menu {
  position: absolute;
}
.ivu-tabs-no-animation > .ivu-tabs-content {
  transform: none!important;
}
.ivu-tabs-no-animation > .ivu-tabs-content > .ivu-tabs-tabpane-inactive {
  display: none;
}
.ivu-menu {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  list-style: none;
  color: #515a6e;
  font-size: 14px;
  position: relative;
  z-index: 900;
}
.ivu-menu-horizontal {
  height: 60px;
  line-height: 60px;
}
.ivu-menu-horizontal.ivu-menu-light:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #dcdee2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ivu-menu-vertical.ivu-menu-light:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #dcdee2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.ivu-menu-light {
  background: #fff;
}
.ivu-menu-dark {
  background: #515a6e;
}
.ivu-menu-primary {
  background: #0041DC;
}
.ivu-menu-item {
  display: block;
  outline: none;
  list-style: none;
  font-size: 14px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
a.ivu-menu-item {
  color: inherit;
}
a.ivu-menu-item:hover,
a.ivu-menu-item:active {
  color: inherit;
}
.ivu-menu-item > i {
  margin-right: 6px;
}
.ivu-menu-submenu-title > i,
.ivu-menu-submenu-title span > i {
  margin-right: 8px;
}
.ivu-menu-horizontal .ivu-menu-item,
.ivu-menu-horizontal .ivu-menu-submenu {
  float: left;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
  z-index: 3;
  transition: all 0.2s ease-in-out;
}
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item,
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu {
  height: inherit;
  line-height: inherit;
  border-bottom: 2px solid transparent;
  color: #515a6e;
}
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item-active,
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu-active,
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item:hover,
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu:hover {
  color: #0041DC;
  border-bottom: 2px solid #0041DC;
}
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-item,
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-submenu {
  color: rgba(255, 255, 255, 0.7);
}
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-item-active,
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-submenu-active,
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-item:hover,
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-submenu:hover {
  color: #fff;
}
.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-item,
.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-submenu {
  color: #fff;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown {
  min-width: 100%;
  width: auto;
  max-height: none;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
  height: auto;
  line-height: normal;
  border-bottom: 0;
  float: none;
}
.ivu-menu-item-group {
  line-height: normal;
}
.ivu-menu-item-group-title {
  height: 30px;
  line-height: 30px;
  padding-left: 8px;
  font-size: 12px;
  color: #999;
}
.ivu-menu-item-group > ul {
  padding: 0 !important;
  list-style: none !important;
}
.ivu-menu-vertical .ivu-menu-item,
.ivu-menu-vertical .ivu-menu-submenu-title {
  padding: 14px 24px;
  position: relative;
  cursor: pointer;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.ivu-menu-vertical .ivu-menu-item:hover,
.ivu-menu-vertical .ivu-menu-submenu-title:hover {
  color: #0041DC;
}
.ivu-menu-vertical .ivu-menu-submenu-title-icon {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.ivu-menu-submenu-title-icon {
  transition: transform 0.2s ease-in-out;
}
.ivu-menu-horizontal .ivu-menu-opened > * > .ivu-menu-submenu-title-icon {
  transform: rotate(180deg);
}
.ivu-menu-vertical .ivu-menu-opened > * > .ivu-menu-submenu-title-icon {
  transform: translateY(-50%) rotate(180deg);
}
.ivu-menu-vertical .ivu-menu-submenu-nested {
  padding-left: 20px;
}
.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item {
  padding-left: 43px;
}
.ivu-menu-vertical .ivu-menu-item-group-title {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  padding-left: 28px;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-group-title {
  color: rgba(255, 255, 255, 0.36);
}
.ivu-menu-light.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu) {
  color: #0041DC;
  background: #e6f1ff;
  z-index: 2;
}
.ivu-menu-light.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu):after {
  content: '';
  display: block;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #0041DC;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item,
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title {
  color: rgba(255, 255, 255, 0.7);
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu):hover,
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title-active:not(.ivu-menu-submenu):hover {
  background: #363e4f;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item:hover,
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title:hover {
  color: #fff;
  background: #515a6e;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title-active:not(.ivu-menu-submenu) {
  color: #0041DC;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item:hover {
  color: #fff;
  background: transparent !important;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item-active,
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item-active:hover {
  border-right: none;
  color: #fff;
  background: #0041DC !important;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-child-item-active > .ivu-menu-submenu-title {
  color: #fff;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened {
  background: #363e4f;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened .ivu-menu-submenu-title {
  background: #515a6e;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened .ivu-menu-submenu-has-parent-submenu .ivu-menu-submenu-title {
  background: transparent;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 14px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item:hover {
  background: #f3f3f3;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-focus {
  background: #f3f3f3;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-selected,
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-selected:hover {
  color: #0041DC;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-enter {
  color: #0041DC;
  font-weight: bold;
  float: right;
}
.ivu-menu-large .ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
    white-space: normal;
  }
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
.ivu-date-picker {
  display: inline-block;
  line-height: normal;
}
.ivu-date-picker-rel {
  position: relative;
}
.ivu-date-picker .ivu-select-dropdown {
  width: auto;
  padding: 0;
  overflow: visible;
  max-height: none;
}
.ivu-date-picker-cells {
  width: 196px;
  margin: 10px;
  white-space: normal;
}
.ivu-date-picker-cells span {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.ivu-date-picker-cells span em {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 2px;
  font-style: normal;
  border-radius: 3px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.ivu-date-picker-cells-header span {
  line-height: 24px;
  text-align: center;
  margin: 2px;
  color: #c5c8ce;
}
.ivu-date-picker-cells-cell:hover em {
  background: #e1f0fe;
}
.ivu-date-picker-cells-focused em {
  box-shadow: 0 0 0 1px #0041DC inset;
}
span.ivu-date-picker-cells-cell {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.ivu-date-picker-cells-cell-prev-month em,
.ivu-date-picker-cells-cell-next-month em {
  color: #c5c8ce;
}
.ivu-date-picker-cells-cell-prev-month:hover em,
.ivu-date-picker-cells-cell-next-month:hover em {
  background: transparent;
}
span.ivu-date-picker-cells-cell-week-label,
span.ivu-date-picker-cells-cell-week-label:hover,
span.ivu-date-picker-cells-cell-disabled,
span.ivu-date-picker-cells-cell-disabled:hover {
  cursor: not-allowed;
  color: #c5c8ce;
}
span.ivu-date-picker-cells-cell-week-label em,
span.ivu-date-picker-cells-cell-week-label:hover em,
span.ivu-date-picker-cells-cell-disabled em,
span.ivu-date-picker-cells-cell-disabled:hover em {
  color: inherit;
  background: inherit;
}
span.ivu-date-picker-cells-cell-disabled,
span.ivu-date-picker-cells-cell-disabled:hover {
  background: #f7f7f7;
}
.ivu-date-picker-cells-cell-today em {
  position: relative;
}
.ivu-date-picker-cells-cell-today em:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0041DC;
  position: absolute;
  top: 1px;
  right: 1px;
}
.ivu-date-picker-cells-cell-range {
  position: relative;
}
.ivu-date-picker-cells-cell-range em {
  position: relative;
  z-index: 1;
}
.ivu-date-picker-cells-cell-range:before {
  content: '';
  display: block;
  background: #e1f0fe;
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  right: 0;
}
.ivu-date-picker-cells-cell-selected em,
.ivu-date-picker-cells-cell-selected:hover em {
  background: #0041DC;
  color: #fff;
}
span.ivu-date-picker-cells-cell-disabled.ivu-date-picker-cells-cell-selected em {
  background: #c5c8ce;
  color: #f7f7f7;
}
.ivu-date-picker-cells-cell-today.ivu-date-picker-cells-cell-selected em:after {
  background: #fff;
}
.ivu-date-picker-cells-show-week-numbers {
  width: 226px;
}
.ivu-date-picker-cells-year,
.ivu-date-picker-cells-month {
  margin-top: 14px;
}
.ivu-date-picker-cells-year span,
.ivu-date-picker-cells-month span {
  width: 40px;
  height: 28px;
  line-height: 28px;
  margin: 10px 12px;
  border-radius: 3px;
}
.ivu-date-picker-cells-year span em,
.ivu-date-picker-cells-month span em {
  width: 40px;
  height: 28px;
  line-height: 28px;
  margin: 0;
}
.ivu-date-picker-cells-year .ivu-date-picker-cells-cell-focused,
.ivu-date-picker-cells-month .ivu-date-picker-cells-cell-focused {
  background-color: #ccd9f8;
}
.ivu-date-picker-header {
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-bottom: 1px solid #e8eaec;
}
.ivu-date-picker-header-label {
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.ivu-date-picker-header-label:hover {
  color: #0041DC;
}
.ivu-date-picker-btn-pulse {
  background-color: #ccd9f8 !important;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out;
}
.ivu-date-picker-prev-btn {
  float: left;
}
.ivu-date-picker-prev-btn-arrow-double {
  margin-left: 10px;
}
.ivu-date-picker-prev-btn-arrow-double i:after {
  content: "\F115";
  margin-left: -8px;
}
.ivu-date-picker-next-btn {
  float: right;
}
.ivu-date-picker-next-btn-arrow-double {
  margin-right: 10px;
}
.ivu-date-picker-next-btn-arrow-double i:after {
  content: "\F11F";
  margin-left: -8px;
}
.ivu-date-picker-with-range .ivu-picker-panel-body {
  min-width: 432px;
}
.ivu-date-picker-with-range .ivu-picker-panel-content {
  float: left;
}
.ivu-date-picker-with-range .ivu-picker-cells-show-week-numbers {
  min-width: 492px;
}
.ivu-date-picker-with-week-numbers .ivu-picker-panel-body-date {
  min-width: 492px;
}
.ivu-date-picker-transfer {
  z-index: 1060;
  max-height: none;
  width: auto;
}
.ivu-date-picker-focused input {
  border-color: #3367e3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 65, 220, 0.2);
}
.ivu-picker-panel-icon-btn {
  display: inline-block;
  width: 20px;
  height: 24px;
  line-height: 26px;
  margin-top: 2px;
  text-align: center;
  cursor: pointer;
  color: #c5c8ce;
  transition: color 0.2s ease-in-out;
}
.ivu-picker-panel-icon-btn:hover {
  color: #0041DC;
}
.ivu-picker-panel-icon-btn i {
  font-size: 14px;
}
.ivu-picker-panel-body-wrapper.ivu-picker-panel-with-sidebar {
  padding-left: 92px;
}
.ivu-picker-panel-sidebar {
  width: 92px;
  float: left;
  margin-left: -92px;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f8f8f9;
  border-right: 1px solid #e8eaec;
  border-radius: 4px 0 0 4px;
  overflow: auto;
}
.ivu-picker-panel-shortcut {
  padding: 6px 16px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-picker-panel-shortcut:hover {
  background: #e8eaec;
}
.ivu-picker-panel-body {
  float: left;
}
.ivu-picker-confirm {
  border-top: 1px solid #e8eaec;
  text-align: right;
  padding: 8px;
  clear: both;
}
.ivu-picker-confirm > span {
  color: #0041DC;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  float: left;
  padding: 2px 0;
  transition: all 0.2s ease-in-out;
}
.ivu-picker-confirm > span:hover {
  color: #3367e3;
}
.ivu-picker-confirm > span:active {
  color: #003ed1;
}
.ivu-picker-confirm-time {
  float: left;
}
.ivu-time-picker-cells {
  min-width: 112px;
}
.ivu-time-picker-cells-with-seconds {
  min-width: 168px;
}
.ivu-time-picker-cells-list {
  width: 56px;
  max-height: 144px;
  float: left;
  overflow: hidden;
  border-left: 1px solid #e8eaec;
  position: relative;
}
.ivu-time-picker-cells-list:hover {
  overflow-y: auto;
}
.ivu-time-picker-cells-list:first-child {
  border-left: none;
  border-radius: 4px 0 0 4px;
}
.ivu-time-picker-cells-list:last-child {
  border-radius: 0 4px 4px 0;
}
.ivu-time-picker-cells-list ul {
  width: 100%;
  margin: 0;
  padding: 0 0 120px 0;
  list-style: none;
}
.ivu-time-picker-cells-list ul li {
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 0 16px;
  box-sizing: content-box;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  list-style: none;
  transition: background 0.2s ease-in-out;
}
.ivu-time-picker-cells-cell:hover {
  background: #f3f3f3;
}
.ivu-time-picker-cells-cell-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-time-picker-cells-cell-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-time-picker-cells-cell-selected,
.ivu-time-picker-cells-cell-selected:hover {
  color: #0041DC;
  background: #f3f3f3;
}
.ivu-time-picker-cells-cell-focused {
  background-color: #ccd9f8;
}
.ivu-time-picker-header {
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-bottom: 1px solid #e8eaec;
}
.ivu-time-picker-with-range .ivu-picker-panel-body {
  min-width: 228px;
}
.ivu-time-picker-with-range .ivu-picker-panel-content {
  float: left;
  position: relative;
}
.ivu-time-picker-with-range .ivu-picker-panel-content:after {
  content: '';
  display: block;
  width: 2px;
  position: absolute;
  top: 31px;
  bottom: 0;
  right: -2px;
  background: #e8eaec;
  z-index: 1;
}
.ivu-time-picker-with-range .ivu-picker-panel-content-right {
  float: right;
}
.ivu-time-picker-with-range .ivu-picker-panel-content-right:after {
  right: auto;
  left: -2px;
}
.ivu-time-picker-with-range .ivu-time-picker-cells-list:first-child {
  border-radius: 0;
}
.ivu-time-picker-with-range .ivu-time-picker-cells-list:last-child {
  border-radius: 0;
}
.ivu-time-picker-with-range.ivu-time-picker-with-seconds .ivu-picker-panel-body {
  min-width: 340px;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells {
  min-width: 216px;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-with-seconds {
  min-width: 216px;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-with-seconds .ivu-time-picker-cells-list {
  width: 72px;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-with-seconds .ivu-time-picker-cells-list ul li {
  padding: 0 0 0 28px;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list {
  width: 108px;
  max-height: 216px;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list:first-child {
  border-radius: 0;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list:last-child {
  border-radius: 0;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list ul {
  padding: 0 0 192px 0;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list ul li {
  padding: 0 0 0 46px;
}
.ivu-form .ivu-form-item-label {
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  color: #515a6e;
  line-height: 1;
  padding: 10px 12px 10px 0;
  box-sizing: border-box;
}
.ivu-form-label-left .ivu-form-item-label {
  text-align: left;
}
.ivu-form-label-top .ivu-form-item-label {
  float: none;
  display: inline-block;
  padding: 0 0 10px 0;
}
.ivu-form-inline .ivu-form-item {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.ivu-form-item {
  margin-bottom: 24px;
  vertical-align: top;
  zoom: 1;
}
.ivu-form-item:before,
.ivu-form-item:after {
  content: "";
  display: table;
}
.ivu-form-item:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ivu-form-item:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}
.ivu-form-item-content {
  position: relative;
  line-height: 32px;
  font-size: 14px;
}
.ivu-form-item .ivu-form-item {
  margin-bottom: 0;
}
.ivu-form-item .ivu-form-item .ivu-form-item-content {
  margin-left: 0!important;
}
.ivu-form-item-error-tip {
  position: absolute;
  top: 100%;
  left: 0;
  line-height: 1;
  padding-top: 6px;
  color: #ed4014;
}
.ivu-form-item-required .ivu-form-item-label:before {
  content: '*';
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 14px;
  color: #ed4014;
}
.ivu-form-hide-required-mark .ivu-form-item-required .ivu-form-item-label:before {
  display: none;
}
.ivu-carousel {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ivu-carousel-track,
.ivu-carousel-list {
  transform: translate3d(0, 0, 0);
}
.ivu-carousel-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.ivu-carousel-track {
  position: relative;
  top: 100%;
  left: 0;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.ivu-carousel-track.higher {
  z-index: 2;
  top: 0;
}
.ivu-carousel-item {
  float: left;
  height: 100%;
  min-height: 1px;
  display: block;
}
.ivu-carousel-arrow {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  transition: 0.2s;
  background-color: rgba(31, 45, 61, 0.11);
  color: #fff;
  text-align: center;
  font-size: 1em;
  font-family: inherit;
  line-height: inherit;
}
.ivu-carousel-arrow:hover {
  background-color: rgba(31, 45, 61, 0.5);
}
.ivu-carousel-arrow > * {
  vertical-align: baseline;
}
.ivu-carousel-arrow.left {
  left: 16px;
}
.ivu-carousel-arrow.right {
  right: 16px;
}
.ivu-carousel-arrow-always {
  display: inherit;
}
.ivu-carousel-arrow-hover {
  display: inherit;
  opacity: 0;
}
.ivu-carousel:hover .ivu-carousel-arrow-hover {
  opacity: 1;
}
.ivu-carousel-dots {
  z-index: 10;
  display: none;
  position: relative;
  list-style: none;
  text-align: center;
  padding: 0;
  width: 100%;
  height: 17px;
}
.ivu-carousel-dots-inside {
  display: block;
  position: absolute;
  bottom: 3px;
}
.ivu-carousel-dots-outside {
  display: block;
  margin-top: 3px;
}
.ivu-carousel-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 2px;
  padding: 7px 0;
  cursor: pointer;
}
.ivu-carousel-dots li button {
  border: 0;
  cursor: pointer;
  background: #8391a5;
  opacity: 0.3;
  display: block;
  width: 16px;
  height: 3px;
  border-radius: 1px;
  outline: none;
  font-size: 0;
  color: transparent;
  transition: all 0.5s;
}
.ivu-carousel-dots li button.radius {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.ivu-carousel-dots li:hover > button {
  opacity: 0.7;
}
.ivu-carousel-dots li.ivu-carousel-active > button {
  opacity: 1;
  width: 24px;
}
.ivu-carousel-dots li.ivu-carousel-active > button.radius {
  width: 6px;
}
.ivu-rate {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 20px;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
}
.ivu-rate-disabled .ivu-rate-star:before,
.ivu-rate-disabled .ivu-rate-star-content:before {
  cursor: default;
}
.ivu-rate-disabled .ivu-rate-star:hover {
  transform: scale(1);
}
.ivu-rate-star-full,
.ivu-rate-star-zero {
  position: relative;
}
.ivu-rate-star-first {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.ivu-rate-star-first,
.ivu-rate-star-second {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.3s ease;
  color: #e9e9e9;
  cursor: pointer;
}
.ivu-rate-star-chart {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 8px;
  position: relative;
  font-family: 'Ionicons';
  transition: all 0.3s ease;
}
.ivu-rate-star-chart:hover {
  transform: scale(1.1);
}
.ivu-rate-star-chart.ivu-rate-star-full .ivu-rate-star-first,
.ivu-rate-star-chart.ivu-rate-star-full .ivu-rate-star-second {
  color: #f5a623;
}
.ivu-rate-star-chart.ivu-rate-star-half .ivu-rate-star-first {
  opacity: 1;
  color: #f5a623;
}
.ivu-rate-star {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 8px;
  position: relative;
  font-family: 'Ionicons';
  transition: all 0.3s ease;
}
.ivu-rate-star:hover {
  transform: scale(1.1);
}
.ivu-rate-star:before,
.ivu-rate-star-content:before {
  color: #e9e9e9;
  cursor: pointer;
  content: "\F2BF";
  transition: all 0.2s ease-in-out;
  display: block;
}
.ivu-rate-star-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.ivu-rate-star-content:before {
  color: transparent;
}
.ivu-rate-star-half .ivu-rate-star-content:before,
.ivu-rate-star-full:before {
  color: #f5a623;
}
.ivu-rate-star-half:hover .ivu-rate-star-content:before,
.ivu-rate-star-full:hover:before {
  color: #f7b84f;
}
.ivu-rate-text {
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
}
.ivu-upload input[type="file"] {
  display: none;
}
.ivu-upload-list {
  margin-top: 8px;
}
.ivu-upload-list-file {
  padding: 4px;
  color: #515a6e;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
}
.ivu-upload-list-file > span {
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.ivu-upload-list-file > span i {
  display: inline-block;
  width: 12px;
  height: 12px;
  color: #515a6e;
  text-align: center;
}
.ivu-upload-list-file:hover {
  background: #f3f3f3;
}
.ivu-upload-list-file:hover > span {
  color: #0041DC;
}
.ivu-upload-list-file:hover > span i {
  color: #515a6e;
}
.ivu-upload-list-file:hover .ivu-upload-list-remove {
  opacity: 1;
}
.ivu-upload-list-remove {
  opacity: 0;
  font-size: 18px;
  cursor: pointer;
  float: right;
  margin-right: 4px;
  color: #999;
  transition: all 0.2s ease;
}
.ivu-upload-list-remove:hover {
  color: #444;
}
.ivu-upload-select {
  display: inline-block;
}
.ivu-upload-drag {
  background: #fff;
  border: 1px dashed #dcdee2;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.ivu-upload-drag:hover {
  border: 1px dashed #0041DC;
}
.ivu-upload-dragOver {
  border: 2px dashed #0041DC;
}
.ivu-tree {
  position: relative;
}
.ivu-tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.ivu-tree ul.ivu-dropdown-menu {
  padding: 0;
}
.ivu-tree ul li {
  list-style: none;
  margin: 8px 0;
  padding: 0;
  white-space: nowrap;
  outline: none;
}
.ivu-tree ul li.ivu-dropdown-item {
  margin: 0;
  padding: 7px 16px;
  white-space: nowrap;
}
.ivu-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ivu-tree-title {
  display: inline-block;
  margin: 0;
  padding: 0 4px;
  border-radius: 3px;
  cursor: pointer;
  vertical-align: top;
  color: #515a6e;
  transition: all 0.2s ease-in-out;
}
.ivu-tree-title:hover {
  background-color: #e6ecfc;
}
.ivu-tree-title-selected,
.ivu-tree-title-selected:hover {
  background-color: #ccd9f8;
}
.ivu-tree-arrow {
  cursor: pointer;
  width: 12px;
  text-align: center;
  display: inline-block;
}
.ivu-tree-arrow i {
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  vertical-align: middle;
}
.ivu-tree-arrow-open i {
  transform: rotate(90deg);
}
.ivu-tree .ivu-checkbox-wrapper {
  margin-right: 4px;
  margin-left: 4px;
}
.ivu-tree-context-menu {
  position: absolute;
}
.ivu-avatar {
  display: inline-block;
  text-align: center;
  background: #ccc;
  color: #fff;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}
.ivu-avatar-image {
  background: transparent;
}
.ivu-avatar .ivu-icon {
  position: relative;
  top: -1px;
}
.ivu-avatar.ivu-avatar-icon {
  font-size: 18px;
}
.ivu-avatar-large {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.ivu-avatar-large.ivu-avatar-icon {
  font-size: 24px;
}
.ivu-avatar-large .ivu-icon {
  position: relative;
  top: -2px;
}
.ivu-avatar-small {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}
.ivu-avatar-small.ivu-avatar-icon {
  font-size: 14px;
}
.ivu-avatar-square {
  border-radius: 4px;
}
.ivu-avatar > img {
  width: 100%;
  height: 100%;
}
.ivu-color-picker {
  display: inline-block;
}
.ivu-color-picker-hide {
  display: none;
}
.ivu-color-picker-hide-drop {
  visibility: hidden;
}
.ivu-color-picker-disabled {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-color-picker-disabled:hover {
  border-color: #e3e5e8;
}
.ivu-color-picker > div:first-child:hover .ivu-input {
  border-color: #3367e3;
}
.ivu-color-picker > div:first-child.ivu-color-picker-disabled:hover .ivu-input {
  border-color: #e3e5e8;
}
.ivu-color-picker .ivu-select-dropdown {
  padding: 0;
}
.ivu-color-picker-input.ivu-input:focus {
  box-shadow: none;
}
.ivu-color-picker-focused {
  border-color: #3367e3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 65, 220, 0.2);
}
.ivu-color-picker-rel {
  line-height: 0;
}
.ivu-color-picker-color {
  width: 18px;
  height: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
  border-radius: 2px;
  position: relative;
  top: 2px;
}
.ivu-color-picker-color div {
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.ivu-color-picker-color-empty {
  background: #fff;
  overflow: hidden;
  text-align: center;
}
.ivu-color-picker-color-empty i {
  font-size: 18px;
  vertical-align: baseline;
}
.ivu-color-picker-color-focused {
  border-color: #3367e3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 65, 220, 0.2);
}
.ivu-color-picker-large .ivu-color-picker-color {
  width: 20px;
  height: 20px;
  top: 1px;
}
.ivu-color-picker-large .ivu-color-picker-color-empty i {
  font-size: 20px;
}
.ivu-color-picker-small .ivu-color-picker-color {
  width: 14px;
  height: 14px;
  top: 3px;
}
.ivu-color-picker-small .ivu-color-picker-color-empty i {
  font-size: 14px;
}
.ivu-color-picker-picker-wrapper {
  padding: 8px 8px 0;
}
.ivu-color-picker-picker-panel {
  width: 240px;
  margin: 0 auto;
  box-sizing: initial;
  position: relative;
}
.ivu-color-picker-picker-hue-slider,
.ivu-color-picker-picker-alpha-slider {
  height: 10px;
  margin-top: 8px;
  position: relative;
}
.ivu-color-picker-picker-colors {
  margin-top: 8px;
  overflow: hidden;
  border-radius: 2px;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.ivu-color-picker-picker-colors:focus {
  border-color: #3367e3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 65, 220, 0.2);
}
.ivu-color-picker-picker-colors-wrapper {
  display: inline;
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
}
.ivu-color-picker-picker-colors-wrapper-color {
  outline: 0;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 2px;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.ivu-color-picker-picker-colors-wrapper-circle {
  width: 4px;
  height: 4px;
  box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transform: translate(-2px, -2px);
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
.ivu-color-picker-picker .ivu-picker-confirm {
  margin-top: 8px;
}
.ivu-color-picker-saturation-wrapper {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.ivu-color-picker-saturation-wrapper:focus {
  border-color: #3367e3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 65, 220, 0.2);
}
.ivu-color-picker-saturation,
.ivu-color-picker-saturation--white,
.ivu-color-picker-saturation--black {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ivu-color-picker-saturation--white {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.ivu-color-picker-saturation--black {
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.ivu-color-picker-saturation-pointer {
  cursor: pointer;
  position: absolute;
}
.ivu-color-picker-saturation-circle {
  width: 4px;
  height: 4px;
  box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transform: translate(-2px, -2px);
}
.ivu-color-picker-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.ivu-color-picker-hue:focus {
  border-color: #3367e3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 65, 220, 0.2);
}
.ivu-color-picker-hue-container {
  cursor: pointer;
  margin: 0 2px;
  position: relative;
  height: 100%;
}
.ivu-color-picker-hue-pointer {
  z-index: 2;
  position: absolute;
}
.ivu-color-picker-hue-picker {
  cursor: pointer;
  margin-top: 1px;
  width: 4px;
  border-radius: 1px;
  height: 8px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  background: #fff;
  transform: translateX(-2px);
}
.ivu-color-picker-alpha {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.ivu-color-picker-alpha:focus {
  border-color: #3367e3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 65, 220, 0.2);
}
.ivu-color-picker-alpha-checkboard-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 2px;
}
.ivu-color-picker-alpha-checkerboard {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.ivu-color-picker-alpha-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}
.ivu-color-picker-alpha-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
  height: 100%;
  margin: 0 3px;
}
.ivu-color-picker-alpha-pointer {
  z-index: 2;
  position: absolute;
}
.ivu-color-picker-alpha-picker {
  cursor: pointer;
  width: 4px;
  border-radius: 1px;
  height: 8px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  background: #fff;
  margin-top: 1px;
  transform: translateX(-2px);
}
.ivu-color-picker-confirm {
  margin-top: 8px;
  position: relative;
  border-top: 1px solid #e8eaec;
  text-align: right;
  padding: 8px;
  clear: both;
}
.ivu-color-picker-confirm-color {
  position: absolute;
  top: 11px;
  left: 8px;
}
.ivu-color-picker-confirm-color-editable {
  top: 8px;
  right: 110px;
}
.ivu-auto-complete .ivu-select-not-found {
  display: none;
}
.ivu-auto-complete .ivu-icon-ios-close {
  display: none;
}
.ivu-auto-complete:hover .ivu-icon-ios-close {
  display: inline-block;
}
.ivu-auto-complete.ivu-select-dropdown {
  max-height: none;
}
.ivu-auto-complete:focus,
.ivu-auto-complete div {
  outline: none;
}
.ivu-divider {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #515a6e;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #e8eaec;
}
.ivu-divider,
.ivu-divider-vertical {
  margin: 0 8px;
  display: inline-block;
  height: 0.9em;
  width: 1px;
  vertical-align: middle;
  position: relative;
  top: -0.06em;
}
.ivu-divider-horizontal {
  display: block;
  height: 1px;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
  clear: both;
}
.ivu-divider-horizontal.ivu-divider-with-text-center,
.ivu-divider-horizontal.ivu-divider-with-text-left,
.ivu-divider-horizontal.ivu-divider-with-text-right {
  display: table;
  white-space: nowrap;
  text-align: center;
  background: transparent;
  font-weight: 500;
  color: #17233d;
  font-size: 16px;
  margin: 16px 0;
}
.ivu-divider-horizontal.ivu-divider-with-text-center:before,
.ivu-divider-horizontal.ivu-divider-with-text-left:before,
.ivu-divider-horizontal.ivu-divider-with-text-right:before,
.ivu-divider-horizontal.ivu-divider-with-text-center:after,
.ivu-divider-horizontal.ivu-divider-with-text-left:after,
.ivu-divider-horizontal.ivu-divider-with-text-right:after {
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid #e8eaec;
  transform: translateY(50%);
}
.ivu-divider-horizontal.ivu-divider-small.ivu-divider-with-text-center,
.ivu-divider-horizontal.ivu-divider-small.ivu-divider-with-text-left,
.ivu-divider-horizontal.ivu-divider-small.ivu-divider-with-text-right {
  font-size: 14px;
  margin: 8px 0;
}
.ivu-divider-horizontal.ivu-divider-with-text-left .ivu-divider-inner-text,
.ivu-divider-horizontal.ivu-divider-with-text-right .ivu-divider-inner-text {
  display: inline-block;
  padding: 0 10px;
}
.ivu-divider-horizontal.ivu-divider-with-text-left:before {
  top: 50%;
  width: 5%;
}
.ivu-divider-horizontal.ivu-divider-with-text-left:after {
  top: 50%;
  width: 95%;
}
.ivu-divider-horizontal.ivu-divider-with-text-right:before {
  top: 50%;
  width: 95%;
}
.ivu-divider-horizontal.ivu-divider-with-text-right:after {
  top: 50%;
  width: 5%;
}
.ivu-divider-inner-text {
  display: inline-block;
  padding: 0 24px;
}
.ivu-divider-dashed {
  background: none;
  border-top: 1px dashed #e8eaec;
}
.ivu-divider-horizontal.ivu-divider-with-text.ivu-divider-dashed,
.ivu-divider-horizontal.ivu-divider-with-text-left.ivu-divider-dashed,
.ivu-divider-horizontal.ivu-divider-with-text-right.ivu-divider-dashed {
  border-top: 0;
}
.ivu-divider-horizontal.ivu-divider-with-text.ivu-divider-dashed:before,
.ivu-divider-horizontal.ivu-divider-with-text-left.ivu-divider-dashed:before,
.ivu-divider-horizontal.ivu-divider-with-text-right.ivu-divider-dashed:before,
.ivu-divider-horizontal.ivu-divider-with-text.ivu-divider-dashed:after,
.ivu-divider-horizontal.ivu-divider-with-text-left.ivu-divider-dashed:after,
.ivu-divider-horizontal.ivu-divider-with-text-right.ivu-divider-dashed:after {
  border-style: dashed none none;
}
.ivu-divider-plain.ivu-divider-with-text,
.ivu-divider-plain.ivu-divider-with-text-left,
.ivu-divider-plain.ivu-divider-with-text-right {
  color: #515a6e;
  font-weight: normal;
  font-size: 14px;
}
.ivu-anchor {
  position: relative;
  padding-left: 2px;
}
.ivu-anchor-wrapper {
  overflow: auto;
  padding-left: 4px;
  margin-left: -4px;
}
.ivu-anchor-ink {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.ivu-anchor-ink:before {
  content: ' ';
  position: relative;
  width: 2px;
  height: 100%;
  display: block;
  background-color: #e8eaec;
  margin: 0 auto;
}
.ivu-anchor-ink-ball {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #0041DC;
  background-color: #fff;
  left: 50%;
  transition: top 0.2s ease-in-out;
  transform: translate(-50%, 2px);
}
.ivu-anchor.fixed .ivu-anchor-ink .ivu-anchor-ink-ball {
  display: none;
}
.ivu-anchor-link {
  padding: 8px 0 8px 16px;
  line-height: 1;
}
.ivu-anchor-link-title {
  display: block;
  position: relative;
  transition: all 0.3s;
  color: #515a6e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.ivu-anchor-link-title:only-child {
  margin-bottom: 0;
}
.ivu-anchor-link-active > .ivu-anchor-link-title {
  color: #0041DC;
}
.ivu-anchor-link .ivu-anchor-link {
  padding-top: 6px;
  padding-bottom: 6px;
}
.ivu-time-with-hash {
  cursor: pointer;
}
.ivu-time-with-hash:hover {
  text-decoration: underline;
}
.ivu-cell {
  position: relative;
  overflow: hidden;
}
.ivu-cell-link,
.ivu-cell-link:hover,
.ivu-cell-link:active {
  color: inherit;
}
.ivu-cell-icon {
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
  vertical-align: middle;
}
.ivu-cell-icon:empty {
  display: none;
}
.ivu-cell-main {
  display: inline-block;
  vertical-align: middle;
}
.ivu-cell-title {
  line-height: 24px;
  font-size: 14px;
}
.ivu-cell-label {
  line-height: 1.2;
  font-size: 12px;
  color: #808695;
}
.ivu-cell-selected .ivu-cell-label {
  color: inherit;
}
.ivu-cell-selected,
.ivu-cell.ivu-cell-selected:hover {
  background: #e6f1ff;
}
.ivu-cell-footer {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 16px;
  color: #515a6e;
}
.ivu-cell-with-link .ivu-cell-footer {
  right: 32px;
}
.ivu-cell-selected .ivu-cell-footer {
  color: inherit;
}
.ivu-cell-arrow {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 16px;
  font-size: 14px;
}
.ivu-cell:focus {
  background: #f3f3f3;
  outline: none;
}
.ivu-cell-selected:focus {
  background: rgba(0, 57, 194, 0.91);
}
.ivu-cell {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 14px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.ivu-cell:hover {
  background: #f3f3f3;
}
.ivu-cell-focus {
  background: #f3f3f3;
}
.ivu-cell-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-cell-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-cell-selected,
.ivu-cell-selected:hover {
  color: #0041DC;
}
.ivu-cell-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-cell-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-cell-enter {
  color: #0041DC;
  font-weight: bold;
  float: right;
}
.ivu-cell-large .ivu-cell {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-cell {
    white-space: normal;
  }
}
.ivu-drawer {
  width: auto;
  height: 100%;
  position: fixed;
  top: 0;
}
.ivu-drawer-inner {
  position: absolute;
}
.ivu-drawer-left {
  left: 0;
}
.ivu-drawer-right {
  right: 0;
}
.ivu-drawer-hidden {
  display: none !important;
}
.ivu-drawer-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.ivu-drawer-wrap-inner {
  position: absolute;
  overflow: hidden;
}
.ivu-drawer-wrap-dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ivu-drawer-wrap * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ivu-drawer-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(55, 55, 55, 0.6);
  height: 100%;
  z-index: 1000;
}
.ivu-drawer-mask-hidden {
  display: none;
}
.ivu-drawer-mask-inner {
  position: absolute;
}
.ivu-drawer-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
  border: 0;
  background-clip: padding-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ivu-drawer-content-no-mask {
  pointer-events: auto;
}
.ivu-drawer-header {
  border-bottom: 1px solid #e8eaec;
  padding: 14px 16px;
  line-height: 1;
}
.ivu-drawer-header p,
.ivu-drawer-header-inner {
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #17233d;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-drawer-close {
  z-index: 1;
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 8px;
  overflow: hidden;
  cursor: pointer;
}
.ivu-drawer-close .ivu-icon-ios-close {
  font-size: 31px;
  color: #999;
  transition: color 0.2s ease;
  position: relative;
  top: 1px;
}
.ivu-drawer-close .ivu-icon-ios-close:hover {
  color: #444;
}
.ivu-drawer-body {
  width: 100%;
  height: calc(100% - 51px);
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
  position: absolute;
  overflow: auto;
}
.ivu-drawer-no-header .ivu-drawer-body {
  height: 100%;
}
.ivu-drawer-no-mask {
  pointer-events: none;
}
.ivu-drawer-no-mask .ivu-drawer-drag {
  pointer-events: auto;
}
.ivu-drawer-drag {
  top: 0;
  height: 100%;
  width: 0;
  position: absolute;
}
.ivu-drawer-drag-left {
  right: 0;
}
.ivu-drawer-drag-move-trigger {
  width: 8px;
  height: 100px;
  line-height: 100px;
  position: absolute;
  top: 50%;
  background: #f3f3f3;
  transform: translate(-50%, -50%);
  border-radius: 4px / 6px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  cursor: col-resize;
}
.ivu-drawer-drag-move-trigger-point {
  display: inline-block;
  width: 50%;
  transform: translateX(50%);
}
.ivu-drawer-drag-move-trigger-point i {
  display: block;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 2px;
}
.ivu-breadcrumb {
  color: #999;
  font-size: 14px;
}
.ivu-breadcrumb a {
  color: #515a6e;
  transition: color 0.2s ease-in-out;
}
.ivu-breadcrumb a:hover {
  color: #3367e3;
}
.ivu-breadcrumb > span:last-child {
  font-weight: bold;
  color: #515a6e;
}
.ivu-breadcrumb > span:last-child .ivu-breadcrumb-item-separator {
  display: none;
}
.ivu-breadcrumb-item-separator {
  margin: 0 8px;
  color: #dcdee2;
}
.ivu-breadcrumb-item-link > .ivu-icon + span {
  margin-left: 4px;
}
.ivu-list {
  position: relative;
}
.ivu-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ivu-list-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.ivu-list-item-content {
  color: #515a6e;
}
.ivu-list-item-meta {
  display: flex;
  flex: 1;
  align-items: flex-start;
  font-size: 0;
}
.ivu-list-item-meta-avatar {
  margin-right: 16px;
}
.ivu-list-item-meta-content {
  flex: 1 0;
}
.ivu-list-item-meta-title {
  font-weight: 500;
  margin-bottom: 4px;
  color: #515a6e;
  font-size: 14px;
  line-height: 22px;
}
.ivu-list-item-meta-title > a {
  color: #515a6e;
  transition: all 0.2s;
}
.ivu-list-item-meta-title > a:hover {
  color: #0041DC;
}
.ivu-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}
.ivu-list-item-action {
  flex: 0 0 auto;
  margin-left: 48px;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.ivu-list-item-action > li {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}
.ivu-list-item-action > li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #e8eaec;
}
.ivu-list-item-action > li:first-child {
  padding-left: 0;
}
.ivu-list-item-action > li:last-child:after {
  display: none;
}
.ivu-list-header {
  background: transparent;
}
.ivu-list-footer {
  background: transparent;
}
.ivu-list-header,
.ivu-list-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ivu-list-split .ivu-list-item {
  border-bottom: 1px solid #e8eaec;
}
.ivu-list-split .ivu-list-item:last-child {
  border-bottom: none;
}
.ivu-list-split .ivu-list-header {
  border-bottom: 1px solid #e8eaec;
}
.ivu-list-split .ivu-list-footer {
  border-top: 1px solid #e8eaec;
}
.ivu-list-large .ivu-list-item {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ivu-list-small .ivu-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ivu-list-vertical .ivu-list-item {
  align-items: initial;
}
.ivu-list-vertical .ivu-list-item-main {
  display: block;
  flex: 1;
}
.ivu-list-vertical .ivu-list-item-extra {
  margin-left: 40px;
}
.ivu-list-vertical .ivu-list-item-meta {
  margin-bottom: 16px;
}
.ivu-list-vertical .ivu-list-item-meta-title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}
.ivu-list-vertical .ivu-list-item-action {
  margin-top: 16px;
  margin-left: auto;
}
.ivu-list-vertical .ivu-list-item-action > li {
  padding: 0 16px;
}
.ivu-list-vertical .ivu-list-item-action > li:first-child {
  padding-left: 0;
}
.ivu-list-item-no-flex {
  display: block;
}
.ivu-list:not(.ivu-list-vertical) .ivu-list-item-no-flex .ivu-list-item-action {
  float: right;
}
.ivu-list-bordered {
  border: 1px solid #dcdee2;
  border-radius: 0px;
}
.ivu-list-bordered .ivu-list-header {
  padding-right: 24px;
  padding-left: 24px;
}
.ivu-list-bordered .ivu-list-footer {
  padding-right: 24px;
  padding-left: 24px;
}
.ivu-list-bordered .ivu-list-item {
  padding-right: 24px;
  padding-left: 24px;
  border-bottom: 1px solid #e8eaec;
}
.ivu-list-bordered .ivu-list-pagination {
  margin: 16px 24px;
}
.ivu-list-bordered.ivu-list-small .ivu-list-item {
  padding-right: 16px;
  padding-left: 16px;
}
.ivu-list-bordered.ivu-list-small .ivu-list-header,
.ivu-list-bordered.ivu-list-small .ivu-list-footer {
  padding: 8px 16px;
}
.ivu-list-bordered.ivu-list-large .ivu-list-header,
.ivu-list-bordered.ivu-list-large .ivu-list-footer {
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .ivu-list-item-action {
    margin-left: 24px;
  }
  .ivu-list-vertical .ivu-list-item-extra {
    margin-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .ivu-list-item {
    flex-wrap: wrap;
  }
  .ivu-list-item-action {
    margin-left: 12px;
  }
  .ivu-list-vertical .ivu-list-item {
    flex-wrap: wrap-reverse;
  }
  .ivu-list-vertical .ivu-list-item-main {
    min-width: 220px;
  }
  .ivu-list-vertical .ivu-list-item-extra {
    margin: auto auto 16px;
  }
}
body {
  height: 100%;
  color: #303133;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}
html {
  height: 100%;
  box-sizing: border-box;
}
#app {
  height: 100%;
}
input[type='password']::-ms-clear {
  display: none;
}
input[type='password']::-ms-reveal {
  display: none;
}
/* no padding */
.no-padding {
  padding: 0px !important;
}
/* 页面路由切换动画 */
.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all 0.35s;
}
.fade-transform-enter {
  opacity: 0;
  transform: translateX(30px);
}
.fade-transform-leave-to {
  opacity: 0;
  transform: translateX(-30px);
}
/* 清除浮动 */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}
/* set global text color */
.text-default {
  color: #303133;
}
.text-info {
  color: #606266;
}
.text-desc {
  color: #909399;
}
.text-primary {
  color: #1890ff;
}
.text-success {
  color: #19be6b;
}
.text-warning {
  color: #ff9900;
}
.text-danger {
  color: #ff5050;
}
.text-tips {
  color: #fbb73c;
}
.upload-btn {
  color: #f79728;
}
.text-blue {
  color: #16ade9;
}
.app-container {
  padding: 15px;
  /* 顶部 */
  /* 表格 */
  /* 分页 */
}
.app-container .pagination-container {
  padding: 10px;
  text-align: right;
}
.hand {
  cursor: pointer;
}
img {
  vertical-align: initial;
}
.ksy-mb-0 {
  margin-bottom: 0px;
}
.ksy-pr {
  position: relative;
}
.ksy-pa {
  position: absolute;
}
.center {
  margin: 0 auto;
}
.ksy-w1320 {
  max-width: 1200px;
}
.ksy-b {
  display: block;
}
.ksy-ib {
  display: inline-block;
}
.ksy-pb-1 {
  padding-bottom: 5px;
}
.ksy-mt-1 {
  margin-top: 5px;
}
.ksy-ml-3 {
  margin-left: 15px;
}
.ksy-fl {
  float: left;
}
.ksy-fr {
  float: right;
}
.ksy-w1320gd {
  width: 1200px;
}
.atext {
  color: #333333;
}
#app .border-button:not([disabled='disabled']) {
  border-color: #3a7fff !important;
  color: #3a7fff !important;
}
.commontitle {
  font-size: 24px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #303132;
  background: #ffffff;
  padding-left: 25px;
  padding-bottom: 16px;
}
.commontitle .tips {
  font-size: 14px;
  font-weight: 400;
  color: #16ade9;
  line-height: 22px;
  margin-left: 10px;
  cursor: pointer;
}
.bannerbox {
  padding: 5px;
  background: #ffffff;
}
.statusIndfContent {
  padding-top: 20px !important;
}
.container.page .commontitle {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
}
.container.page .content {
  box-sizing: border-box;
  padding: 0px 0 15px 0;
  margin-bottom: 7px;
  border-radius: 2px;
  overflow: auto;
}
.container.page .infoTb {
  width: 100%;
  min-width: 860px;
  background-color: #fff;
  border-radius: 2px;
  padding-top: 8px;
}
.container.page .infoTb .ant-form-item {
  margin-top: 12px;
}
.container.page .infoTb .tabs-box {
  border-bottom: 1px solid #f6f6f6;
  display: flex;
}
.container.page .infoTb .tabs-box div {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-right: 42px;
  padding-bottom: 6px;
  cursor: pointer;
}
.container.page .infoTb .tabs-box div.active {
  color: #0041DC;
  border-bottom: 2px solid #0041DC;
}
.container.page .infoTb .tabs-box div .huibiao {
  display: inline-block;
  background-color: #ff5050;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 5px;
  margin-left: 2px;
}
.container.page .infoTb .title_wait {
  margin: 0px 0 8px 0;
}
.container.page .infoTb .title_wait .tax_title {
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  line-height: 60px;
  padding-left: 24px;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 20px;
}
.container.page .infoTb .title_wait .tax_content {
  padding: 0px 24px;
  margin-bottom: 32px;
}
.container.page .infoTb .title_wait .tax_content .serach-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.container.page .infoTb .title_wait .tax_content .serach-header .header-btn {
  margin-left: 16px;
}
.container.page .pageSetion {
  text-align: left;
  margin-top: 36px;
  padding-bottom: 36px;
  margin-left: 24px;
}
.container.page .remark-icon {
  position: relative;
  bottom: -3px;
  vertical-align: top;
  cursor: pointer;
  width: 14px;
  height: 14px;
  margin-left: 2px;
}
.container.page .operate {
  cursor: pointer;
  font-weight: 500;
  padding-top: 2px;
}
.container.page .operate img {
  width: 11px;
  margin-bottom: 2px;
}
.container.page .operate .btn {
  min-width: 80px;
  color: #3a7fff;
}
.container.page .operate .btn.reject-btn {
  color: #e81e19;
}
.container.page .operate .btn.gray-btn {
  color: #515b6e;
}
.popover-wrapper {
  display: flex;
  align-items: center;
}
.popover-wrapper .popover-icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  cursor: pointer;
}
.ellipsis-wrapper {
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.ellipsis-wrapper .ellipsis-text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-wrapper .popover-icon {
  display: inline-block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  cursor: pointer;
}
.form-create-v2.ivu-form .tittleStyle {
  font-size: 16px;
  color: #303132;
  height: auto;
  line-height: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding: 8px 0;
  font-weight: 400;
}
.form-create-v2.ivu-form .tittleStyle b {
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #3a7fff;
  margin-right: 12px;
  position: relative;
  top: 2px;
}
.form-create-v2.ivu-form .ivu-form-item {
  margin-bottom: 50px;
}
.form-create-v2.ivu-form .ivu-form-item .ivu-form-item-label {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  padding-bottom: 12px;
}
.form-create-v2.ivu-form .ivu-form-item .ivu-form-item-content > *:nth-child(1):not(.remark-wrapper) {
  margin-top: 4px;
}
.ivu-table-header thead tr th {
  background: #FAFAFA !important;
}
.ivu-radio-inner::after {
  border-radius: 6px;
}
.ant-table-tbody > tr > td {
  word-break: keep-all;
  white-space: nowrap;
}


.svg-icon[data-v-076a29ce] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.svg-external-icon[data-v-076a29ce] {
  background-color: currentColor;
  -webkit-mask-size: cover !important;
          mask-size: cover !important;
  display: inline-block;
}

.qrcode[data-v-e5b02ecc] {
  margin-top: 35px;
}
img[data-v-e5b02ecc] {
  margin: auto;
}
.qrcode-img[data-v-e5b02ecc] {
  text-align: center;
}
.qrcode-img #qrcode-content[data-v-e5b02ecc] {
  margin-bottom: 20px;
}
.qrcode-img .qrcode-content-text[data-v-e5b02ecc] {
  font-size: 12px;
  color: #999999;
}
.qrcode-img .price-name[data-v-e5b02ecc] {
  font-size: 12px;
  color: #666666;
  margin-top: 20px;
  padding-bottom: 20px;
}

.legalPersonSign[data-v-0e7d0de8] {
  overflow: hidden;
  display: inline-block;
}
#qrcode[data-v-0e7d0de8] {
  width: 240px;
  height: 200px;
  padding: 10px 35px;
  background-color: #f9f9f9;
}
.confirm[data-v-0e7d0de8] {
  float: left;
  width: 240px;
  height: 200px;
  position: relative;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.confirm img[data-v-0e7d0de8] {
  width: 100%;
  height: 100%;
}
.confirm .btn-has[data-v-0e7d0de8] {
  position: absolute;
  top: 0px;
  left: 132px;
  right: 0px;
  bottom: 0px;
  height: 32px;
  margin: auto;
}
.confirm .refresh[data-v-0e7d0de8] {
  float: right;
  font-size: 18px;
  cursor: pointer;
  margin: 10px;
  position: absolute;
  right: 0;
}
.confirm .thumbnail[data-v-0e7d0de8] {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 200px;
  line-height: 100%;
  display: flex;
  align-items: center;
  /* 主轴居中 */
  justify-content: center;
  /* 副轴居中 */
}
.confirm .thumbnail img[data-v-0e7d0de8] {
  width: 210px;
  height: auto;
  background-color: #f5f7f9;
}
.confirm .thumbnail .thumbnail-operate[data-v-0e7d0de8] {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  /* 主轴居中 */
  justify-content: center;
  /* 副轴居中 */
}
.confirm .thumbnail .thumbnail-operate .anticon[data-v-0e7d0de8] {
  cursor: pointer;
  font-size: 30px;
  color: #fff;
  margin: 0 15px;
}
.confirm .thumbnail:hover .thumbnail-operate[data-v-0e7d0de8] {
  display: flex;
}
.remark[data-v-0e7d0de8] {
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
  margin: 12px 0 16px;
}
.example-file[data-v-0e7d0de8] {
  display: inline-block;
  margin-left: 23px;
  vertical-align: top;
}
.example-file dt[data-v-0e7d0de8] {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 16px;
}
.example-file dd[data-v-0e7d0de8] {
  float: left;
  text-align: center;
}
.example-file b[data-v-0e7d0de8] {
  font-weight: normal;
  color: #3a7fff;
  font-size: 12px;
  cursor: pointer;
}
.example-file img[data-v-0e7d0de8] {
  max-width: 100%;
  max-height: 100%;
}
.example-fileA[data-v-0e7d0de8] {
  padding: 10px;
  width: 208px;
  height: 145px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  /* 主轴居中 */
  justify-content: center;
  /* 副轴居中 */
  cursor: pointer;
}
.example-fileA > div[data-v-0e7d0de8] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  /* 主轴居中 */
  justify-content: center;
  /* 副轴居中 */
  cursor: pointer;
}


.el-icon-error {
  color: #2d8cf0 !important;
}


[data-v-232acf97] .ivu-input {
  font-size: 14px !important;
}
.productListTable[data-v-232acf97] .ivu-upload-select {
  width: 100px !important;
}
[data-v-232acf97] .ivu-input {
  display: inline-block;
  width: 130px !important;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
[data-v-232acf97] .ivu-select {
  width: 130px !important;
}
[data-v-232acf97] .ivu-select .ivu-select-selection {
  height: 32px !important;
}
[data-v-232acf97] .ivu-select .ivu-select-selection .ivu-select-placeholder,[data-v-232acf97] .ivu-select .ivu-select-selection .ivu-select-selected-value {
  height: 32px !important;
  line-height: 32px !important;
  text-align: left;
}
[data-v-232acf97] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-232acf97] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
[data-v-232acf97] .ivu-input {
  width: 120px;
}
[data-v-232acf97] .ivu-upload {
  cursor: pointer;
}
[data-v-232acf97] .ivu-upload .inner {
  width: 100px !important;
  height: 32px;
  background: #16ade9 !important;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-232acf97] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
[data-v-232acf97] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.out-img-box .img-box[data-v-232acf97] {
  position: relative;
  text-align: center;
  padding-top: 8px;
  width: 100%;
}
.out-img-box .img-box .show-pdf[data-v-232acf97] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-232acf97] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-232acf97] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-232acf97] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-232acf97] {
  color: #16ade9;
}
.upload-tip img[data-v-232acf97] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-232acf97] {
  margin: 20px 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-232acf97] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-232acf97] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}


[data-v-b9b2f7be] .ivu-input {
  font-size: 14px !important;
}
.productListTable[data-v-b9b2f7be] .ivu-upload-select {
  width: 100px !important;
}
[data-v-b9b2f7be] .ivu-input {
  display: inline-block;
  width: 130px !important;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
[data-v-b9b2f7be] .ivu-select {
  width: 130px !important;
}
[data-v-b9b2f7be] .ivu-select .ivu-select-selection {
  height: 32px !important;
}
[data-v-b9b2f7be] .ivu-select .ivu-select-selection .ivu-select-placeholder,[data-v-b9b2f7be] .ivu-select .ivu-select-selection .ivu-select-selected-value {
  height: 32px !important;
  line-height: 32px !important;
  text-align: left;
}
[data-v-b9b2f7be] .ivu-table-header th {
  font-weight: 600;
  color: #333;
}
[data-v-b9b2f7be] .ivu-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
[data-v-b9b2f7be] .ivu-input {
  width: 120px;
}
[data-v-b9b2f7be] .ivu-upload {
  cursor: pointer;
}
[data-v-b9b2f7be] .ivu-upload .inner {
  width: 100px !important;
  height: 32px;
  background: #16ade9 !important;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-b9b2f7be] .ivu-upload .inner img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
[data-v-b9b2f7be] .ivu-upload .inner .uplad-word {
  color: #ffffff;
}
.out-img-box .img-box[data-v-b9b2f7be] {
  position: relative;
  text-align: center;
  padding-top: 8px;
  width: 100%;
}
.out-img-box .img-box .show-pdf[data-v-b9b2f7be] {
  color: #16ade9;
}
.out-img-box .img-box button[data-v-b9b2f7be] {
  width: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 8px;
  height: 0px;
  z-index: 1;
  margin-left: 3px;
}
.out-img-box .img-box button img.closeImg[data-v-b9b2f7be] {
  width: 13px;
  height: 13px;
}
.upload-tip[data-v-b9b2f7be] {
  font-size: 14px;
  color: #cccccc;
  vertical-align: bottom;
  margin-right: 16px;
  display: inline-block;
}
.upload-tip a[data-v-b9b2f7be] {
  color: #16ade9;
}
.upload-tip img[data-v-b9b2f7be] {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  float: left;
  margin-right: 3px;
}
.red-tip[data-v-b9b2f7be] {
  margin: 20px 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
  font-weight: 500;
  color: #1890ff;
  line-height: 20px;
}
.footer[data-v-b9b2f7be] {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.download[data-v-b9b2f7be] {
  color: #02a7f0;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}

.ivu-upload .inner[data-v-803faeea] {
  width: 300px;
  text-align: center;
  height: 32px;
  background: #16ade9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.upload-tip[data-v-803faeea] {
  color: #fbb73c;
}
p[data-v-803faeea] {
  line-height: normal;
}

.form-radio[data-v-2e889c63] {
  display: flex;
  margin: 0;
}
.form-radio li[data-v-2e889c63] {
  min-width: 154px;
  min-height: 134px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: #f9f9f9;
  text-align: center;
  margin-right: 24px;
  cursor: pointer;
  padding: 12px 0 0;
  line-height: 16px;
}
.form-radio li .form-radio-img[data-v-2e889c63] {
  width: 110px;
  height: 82px;
  background: #f0f0f0;
  margin: 0 auto;
  padding-top: 20px;
}
.form-radio li .form-radio-img img[data-v-2e889c63] {
  height: 45px;
  margin: 0px auto;
}
.form-radio li .form-radio-img .current-img[data-v-2e889c63] {
  display: none;
}
.form-radio li .form-radio-label[data-v-2e889c63] {
  margin-top: 10px;
}
.form-radio li b[data-v-2e889c63] {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #ddd;
  padding: 2px;
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.form-radio li b[data-v-2e889c63]::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #ddd;
  border-radius: 50%;
}
.form-radio li.current[data-v-2e889c63] {
  border-color: #549bff;
  background: #fff;
}
.form-radio li.current .form-radio-img[data-v-2e889c63] {
  background: #f0f6ff;
}
.form-radio li.current .form-radio-img img[data-v-2e889c63] {
  display: none;
}
.form-radio li.current .form-radio-img .current-img[data-v-2e889c63] {
  display: block;
}
.form-radio li.current b[data-v-2e889c63] {
  border-color: #549bff;
}
.form-radio li.current b[data-v-2e889c63]::before {
  background: #549bff;
}

.compare-page[data-v-a7000c0c] {
  width: 600px;
  height: 100vh;
  font-size: 14px;
  line-height: 22px;
}
.compare-title[data-v-a7000c0c] {
  height: 56px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 16px;
  line-height: 24px;
  padding: 0 16px;
}
.compare-main[data-v-a7000c0c] {
  padding: 16px;
  height: 0;
  overflow-y: auto;
}
.compare-main .top-tips[data-v-a7000c0c] {
  margin-bottom: 32px;
}
.compare-main .content-box-item[data-v-a7000c0c] {
  margin-bottom: 32px;
}
.compare-main .content-box-item[data-v-a7000c0c]:last-child {
  margin-bottom: 0;
}
.compare-main .content-box-item-title[data-v-a7000c0c] {
  margin-bottom: 12px;
}
.compare-main .content-box-item-title .ivu-icon[data-v-a7000c0c] {
  margin-right: 4px;
  color: #fd6b6d;
  font-size: 18px;
}
.compare-main .content-box-item .error-text[data-v-a7000c0c] {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.compare-main .content-box-item table[data-v-a7000c0c] {
  width: 100%;
  border-collapse: collapse;
}
.compare-main .content-box-item table tr[data-v-a7000c0c],
.compare-main .content-box-item table td[data-v-a7000c0c] {
  border: 1px solid #f0f0f0;
}
.compare-main .content-box-item table tr td[data-v-a7000c0c] {
  padding: 8px 16px;
}
.compare-main .content-box-item table tr td[data-v-a7000c0c]:first-child {
  width: 130px;
  background: #fafafa;
  color: rgba(0, 0, 0, 0.6);
}
.compare-footer[data-v-a7000c0c] {
  height: 56px;
  padding: 0 16px;
  border-top: 1px solid #e7e7e7;
}
.color-red[data-v-a7000c0c] {
  color: #e81e19;
}
.color-text[data-v-a7000c0c] {
  color: rgba(0, 0, 0, 0.9);
}
.color-yellow[data-v-a7000c0c] {
  color: #ed7b2f;
}
.color-gray[data-v-a7000c0c] {
  color: rgba(0, 0, 0, 0.6);
}
.color-white[data-v-a7000c0c] {
  color: #fff;
}
.color-primary[data-v-a7000c0c] {
  color: #3a7fff;
}
.flex[data-v-a7000c0c] {
  display: flex;
}
.flex-c[data-v-a7000c0c] {
  align-items: center;
}
.flex-col[data-v-a7000c0c] {
  flex-direction: column;
}
.flex-b[data-v-a7000c0c] {
  justify-content: space-between;
}
.flex-1[data-v-a7000c0c] {
  flex: 1;
}
.margin-8[data-v-a7000c0c] {
  margin: 0 8px;
}
.fontW500[data-v-a7000c0c] {
  text-shadow: 0 0 0.25px currentcolor;
}

.wrap-uploadFile[data-v-276d2cb4] {
  position: relative;
}
.wrap-uploadFile .noCharge-tips[data-v-276d2cb4] {
  color: #ed4014;
  font-size: 14px;
}
.remind-message[data-v-276d2cb4] {
  line-height: 16px;
  margin-bottom: 10px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}
.upload-dragger-wrap[data-v-276d2cb4] {
  width: 240px;
  height: 200px;
  position: relative;
  display: inline-block;
}
.upload-dragger-wrap .thumbnail[data-v-276d2cb4] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 100%;
  display: flex;
  align-items: center;
  /* 主轴居中 */
  justify-content: center;
  /* 副轴居中 */
  padding: 12px;
}
.upload-dragger-wrap .thumbnail img[data-v-276d2cb4] {
  max-width: 100%;
  max-height: 100%;
}
.upload-dragger-wrap .thumbnail .thumbnail-operate[data-v-276d2cb4] {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  /* 主轴居中 */
  justify-content: center;
  /* 副轴居中 */
}
.upload-dragger-wrap .thumbnail:hover .thumbnail-operate[data-v-276d2cb4] {
  display: flex;
}
.thumbnail-operate .anticon[data-v-276d2cb4] {
  cursor: pointer;
  font-size: 30px;
  color: #fff;
  margin: 0 15px;
}
.upload-wrap[data-v-276d2cb4] {
  width: 240px;
  height: 200px;
  display: block;
}
.upload-wrap[data-v-276d2cb4] .ant-upload.ant-upload-drag {
  border-radius: 10px;
  background: #f9f9f9;
  border: 1px dashed rgba(0, 0, 0, 0.2);
}
.upload-wrap[data-v-276d2cb4] .ant-upload.ant-upload-drag .ant-upload-text {
  color: rgba(0, 0, 0, 0.6);
}
.upload-wrap[data-v-276d2cb4] .ant-upload.ant-upload-drag .ant-upload-hint {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}
.upload-wrap .ant-upload-drag-icon[data-v-276d2cb4] {
  margin-bottom: 10px !important;
}
.upload-wrap .ant-upload-drag-icon img[data-v-276d2cb4] {
  width: 62px;
}
.automatic-recognition-info[data-v-276d2cb4] {
  border: 1px solid #f0f0f0;
  width: 100%;
}
.automatic-recognition-info td[data-v-276d2cb4] {
  border: 1px solid #f0f0f0;
  padding: 12px 16px;
}
.automatic-recognition-info .bl-label[data-v-276d2cb4] {
  background: #fafafa;
  width: 160px;
}
.preview-box[data-v-276d2cb4] {
  position: fixed;
  height: 60%;
  width: 50%;
  top: 20%;
  left: calc(20% - 260px);
  display: flex;
  align-items: center;
  /* 主轴居中 */
  justify-content: center;
  /* 副轴居中 */
  z-index: 99999;
}
.preview-box img[data-v-276d2cb4] {
  max-width: 100%;
  max-height: 100%;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: all 0.3s;
}
.preview-box .viewer-toolbar[data-v-276d2cb4] {
  position: fixed;
  bottom: 0px;
}
.example-file[data-v-276d2cb4] {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.example-file dt[data-v-276d2cb4] {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 16px;
}
.example-file dd[data-v-276d2cb4] {
  float: left;
  text-align: center;
}
.example-file b[data-v-276d2cb4] {
  font-weight: normal;
  color: #3a7fff;
  font-size: 12px;
  cursor: pointer;
}
.example-file img[data-v-276d2cb4] {
  max-width: 100%;
  max-height: 100%;
}
.example-file .error-example[data-v-276d2cb4] {
  width: 150px;
  text-align: left;
}
.example-file .error-example img[data-v-276d2cb4] {
  width: 54px;
  margin-right: 11px;
}
.example-fileA[data-v-276d2cb4],
.example-fileB[data-v-276d2cb4],
.example-fileOr[data-v-276d2cb4] {
  padding: 10px;
  width: 208px;
  height: 145px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  /* 主轴居中 */
  justify-content: center;
  /* 副轴居中 */
  cursor: pointer;
}
.example-fileA > div[data-v-276d2cb4],
.example-fileB > div[data-v-276d2cb4],
.example-fileOr > div[data-v-276d2cb4] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  /* 主轴居中 */
  justify-content: center;
  /* 副轴居中 */
  cursor: pointer;
}
.example-fileB[data-v-276d2cb4] {
  width: 147px;
}
.example-fileOr[data-v-276d2cb4] {
  width: 36px;
  border: none;
  color: rgba(0, 0, 0, 0.4);
}
.example-file-ul[data-v-276d2cb4] {
  display: inline-block;
  margin: 0 0 0 24px;
}
.example-file-ul dd[data-v-276d2cb4] {
  margin: 0;
}
.signature[data-v-276d2cb4] {
  color: #ed4014;
}
.ocr-describe[data-v-276d2cb4] {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  line-height: 24px;
  padding-top: 20px;
}
.ocr-describe span[data-v-276d2cb4] {
  color: #3a7fff;
  cursor: pointer;
}
.upload-successful img[data-v-276d2cb4] {
  width: 108px;
}
.upload-successful p[data-v-276d2cb4] {
  padding-top: 12px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

.loading-modal .ant-modal-content {
  border-radius: 20px;
}
.loading-modal .ant-modal-body {
  text-align: center;
  height: 182px;
}
.loading-modal .ant-modal-body .ant-spin {
  margin-top: 30px;
  margin-bottom: 30px;
}
.loading-modal .ant-modal-body > p {
  color: #000;
}

.company-phone[data-v-118c30e5] {
  margin-left: 16px;
}
.countries-select[data-v-118c30e5] .ant-select-selection {
  width: auto !important;
}

.form-radio[data-v-2d42802b] {
  display: flex;
  margin: 0;
}
.form-radio li[data-v-2d42802b] {
  min-width: 154px;
  min-height: 134px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #f9f9f9;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  padding: 12px 0 0;
  line-height: 16px;
}
.form-radio li img[data-v-2d42802b] {
  width: 110px;
  height: 82px;
}
.form-radio li .form-radio-label[data-v-2d42802b] {
  margin-top: 10px;
}
.form-radio li b[data-v-2d42802b] {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #ddd;
  padding: 2px;
  position: relative;
  top: 1px;
  margin-right: 2px;
}
.form-radio li b[data-v-2d42802b]::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #ddd;
  border-radius: 50%;
}
.form-radio li.current[data-v-2d42802b] {
  border-color: #549bff;
}
.form-radio li.current b[data-v-2d42802b] {
  border-color: #549bff;
}
.form-radio li.current b[data-v-2d42802b]::before {
  background: #549bff;
}

.reason-wrapper[data-v-97fbbdda] {
  display: flex;
  font-size: 12px;
  padding: 11px 13px;
  background-color: #fff4f3;
  line-height: 20px;
  margin-top: 13px;
  max-width: 798px;
  margin-bottom: 16px;
}
.reason-wrapper .reason-block[data-v-97fbbdda] {
  display: flex;
  color: rgba(0, 0, 0, 0.9);
}
.reason-wrapper .reason-block[data-v-97fbbdda]:not(:first-child) {
  margin-left: 30px;
}
.reason-wrapper .reason-block .reason-title[data-v-97fbbdda] {
  color: #e81e19;
  white-space: nowrap;
}
.reason-wrapper .reason-block .reason-content-wrapper[data-v-97fbbdda] {
  display: flex;
  flex-direction: column;
}
.reason-wrapper .reason-block .reason-img-viewer[data-v-97fbbdda] {
  display: flex;
  width: 140px;
  flex-wrap: wrap;
}
.reason-wrapper .reason-block .reason-img-viewer .reason-img[data-v-97fbbdda] {
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
}
.reason-wrapper .reason-block .reason-img-viewer .reason-img[data-v-97fbbdda]:not(:last-child) {
  margin-right: 8px;
}

.remark-wrapper[data-v-a4f504cc] {
  margin: 12px 0 16px;
}
.remark-wrapper .remark[data-v-a4f504cc] {
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
}
.btn[data-v-a4f504cc] {
  margin-left: 16px;
  border-radius: 2px !important;
  vertical-align: middle;
  position: absolute;
  left: 650px;
  z-index: 1;
}

.drawer-footer[data-v-5d85ccbc] {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  padding: 10px 16px;
  background: #fff;
  text-align: right;
  z-index: 1;
}
.taxIdEffective-con h3[data-v-5d85ccbc] {
  font-size: 14px;
  margin-bottom: 16px;
  margin-top: 32px;
}
.taxIdEffective-con p[data-v-5d85ccbc] {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  margin-top: -6px;
  margin-bottom: 16px;
}
.taxIdEffective-con p span[data-v-5d85ccbc] {
  color: #e94e49;
}

.shop-href-input[data-v-05303e8d] {
  width: 300px;
  vertical-align: top;
}
.automatic-recognition-info[data-v-05303e8d] {
  border: 1px solid #f0f0f0;
  width: 100%;
}
.automatic-recognition-info td[data-v-05303e8d] {
  border: 1px solid #f0f0f0;
  padding: 12px 16px;
  word-break: break-all;
}
.automatic-recognition-info .bl-label[data-v-05303e8d] {
  background: #fafafa;
  width: 160px;
}
.intelligent-recognition-btn img[data-v-05303e8d] {
  width: 18px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.go-input[data-v-05303e8d] {
  margin-top: 20px;
}
.shop-href-tips[data-v-05303e8d] {
  line-height: 18px;
  text-align: left;
  width: 310px;
  margin: 0 auto;
}

.loading-modal-shophref .ant-modal-content {
  border-radius: 20px;
}
.loading-modal-shophref .ant-modal-body {
  text-align: center;
  height: 250px;
}
.loading-modal-shophref .ant-modal-body .ant-spin {
  margin-top: 30px;
  margin-bottom: 30px;
}
.loading-modal-shophref .ant-modal-body > p {
  color: #000;
}

.title-operation[data-v-8996ecde] {
  display: inline-block;
  padding-left: 16px;
}
.title-operation-btn[data-v-8996ecde] {
  padding: 2px 6px;
  border-radius: 4px;
  background: #ecf3ff;
  color: #3a7fff;
  cursor: pointer;
  margin-right: 16px;
}
.title-operation-btn[data-v-8996ecde] .anticon {
  font-size: 12px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.storeInformation-icon[data-v-8996ecde] {
  margin-right: 16px;
}
.storeInformation-icon img[data-v-8996ecde] {
  width: 18px;
  position: relative;
  top: 4px;
}


.company-name-en-tips {
  max-width: 1100px;
}


.declaration-interval[data-v-d2c1b89e] {
  position: relative;
  width: 300px;
  height: 32px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #d9d9d9;
  color: rgba(0, 0, 0, 0.35);
  vertical-align: top;
}
.declaration-interval[data-v-d2c1b89e] .ant-input {
  width: 135px !important;
  border: none;
  height: 30px;
  color: rgba(0, 0, 0, 0.35);
}
.declaration-interval[data-v-d2c1b89e] .ant-calendar-picker {
  vertical-align: top;
}
.declaration-interval .declaration-start-time[data-v-d2c1b89e] {
  width: 135px;
  display: inline-block;
  height: 30px;
  text-align: center;
  margin-right: 12px;
}
.declaration-interval .disabled-mask[data-v-d2c1b89e] {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 135px;
  background: rgba(0, 0, 0, 0.05);
  z-index: 2;
}
.declaration-interval .position-right[data-v-d2c1b89e] {
  left: auto;
  right: 0;
}
.declaration-interval .maskWidth[data-v-d2c1b89e] {
  width: 100%;
}
.declaration-interval .month-picker[data-v-d2c1b89e] {
  vertical-align: top;
}

.exclamation-circle[data-v-54bfdefa] {
  color: rgba(251, 193, 79);
  font-size: 18px;
  margin-right: 5px;
  vertical-align: top;
  position: relative;
  top: 2px;
}
.storeLinkDetailedAddress-tips[data-v-54bfdefa] {
  color: #000;
}
.storeLinkDetailedAddress-tips span[data-v-54bfdefa] {
  color: #e81e19;
}
.view-tutorial[data-v-54bfdefa] {
  float: left;
}
.example-file[data-v-54bfdefa] {
  display: inline-block;
  position: absolute;
  top: -70px;
  left: 560px;
}
.example-file dt[data-v-54bfdefa] {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 16px;
}
.example-file dd[data-v-54bfdefa] {
  float: left;
  text-align: center;
}
.example-file b[data-v-54bfdefa] {
  font-weight: normal;
  color: #3a7fff;
  font-size: 12px;
  cursor: pointer;
}
.example-file img[data-v-54bfdefa] {
  max-width: 100%;
  max-height: 100%;
}
.example-file .error-example[data-v-54bfdefa] {
  width: 150px;
  text-align: left;
}
.example-file .error-example img[data-v-54bfdefa] {
  width: 54px;
  margin-right: 11px;
}
.example-fileA[data-v-54bfdefa],
.example-fileB[data-v-54bfdefa],
.example-fileOr[data-v-54bfdefa] {
  padding: 10px;
  width: 208px;
  height: 145px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  /* 主轴居中 */
  justify-content: center;
  /* 副轴居中 */
  cursor: pointer;
}
.example-fileA > div[data-v-54bfdefa],
.example-fileB > div[data-v-54bfdefa],
.example-fileOr > div[data-v-54bfdefa] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  /* 主轴居中 */
  justify-content: center;
  /* 副轴居中 */
  cursor: pointer;
}
.example-fileB[data-v-54bfdefa] {
  width: 147px;
}
.example-fileOr[data-v-54bfdefa] {
  width: 36px;
  border: none;
  color: rgba(0, 0, 0, 0.4);
}
.example-file-ul[data-v-54bfdefa] {
  display: inline-block;
  margin: 0 0 0 24px;
}
.example-file-ul dd[data-v-54bfdefa] {
  margin: 0;
}
.storeLinkDetailedAddress[data-v-54bfdefa] {
  position: relative;
}

.remark-wrapper[data-v-b2b9c940] {
  margin: 0px 0 16px;
}
.remark-wrapper .remark[data-v-b2b9c940] {
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
}
.btn[data-v-b2b9c940] {
  margin-left: 16px;
  border-radius: 2px !important;
  vertical-align: middle;
  position: absolute;
  left: 650px;
  z-index: 1;
}

.title-operation[data-v-4861fd0f] {
  display: inline-block;
  padding-left: 16px;
}
.title-operation-btn[data-v-4861fd0f] {
  padding: 2px 6px;
  border-radius: 4px;
  background: #ecf3ff;
  color: #3a7fff;
  cursor: pointer;
  margin-right: 16px;
  font-size: 14px;
  font-weight: 400;
}
.title-operation-btn[data-v-4861fd0f] .anticon {
  font-size: 12px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.storeInformation-icon[data-v-4861fd0f] {
  margin-right: 16px;
}
.storeInformation-icon img[data-v-4861fd0f] {
  width: 18px;
  position: relative;
  top: 4px;
}


.company-name-en-tips {
  max-width: 1100px;
}

.form-radio[data-v-167ac872] {
  display: flex;
  margin: 0;
}
.form-radio li[data-v-167ac872] {
  min-width: 154px;
  min-height: 134px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: #f9f9f9;
  text-align: center;
  margin-right: 24px;
  cursor: pointer;
  padding: 12px 0 0;
  line-height: 16px;
}
.form-radio li .form-radio-img[data-v-167ac872] {
  width: 110px;
  height: 82px;
  background: #f0f0f0;
  margin: 0 auto;
  padding-top: 20px;
}
.form-radio li .form-radio-img img[data-v-167ac872] {
  height: 45px;
  margin: 0px auto;
}
.form-radio li .form-radio-img .current-img[data-v-167ac872] {
  display: none;
}
.form-radio li .form-radio-label[data-v-167ac872] {
  margin-top: 10px;
}
.form-radio li b[data-v-167ac872] {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #ddd;
  padding: 2px;
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.form-radio li b[data-v-167ac872]::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #ddd;
  border-radius: 50%;
}
.form-radio li.current[data-v-167ac872] {
  border-color: #549bff;
  background: #fff;
}
.form-radio li.current .form-radio-img[data-v-167ac872] {
  background: #f0f6ff;
}
.form-radio li.current .form-radio-img img[data-v-167ac872] {
  display: none;
}
.form-radio li.current .form-radio-img .current-img[data-v-167ac872] {
  display: block;
}
.form-radio li.current b[data-v-167ac872] {
  border-color: #549bff;
}
.form-radio li.current b[data-v-167ac872]::before {
  background: #549bff;
}

.label[data-v-36f7de22] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}
.label2[data-v-36f7de22] {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.icon[data-v-36f7de22] {
  margin-left: 12px;
  color: #ED7B2F;
  font-size: 14px;
}
[data-v-36f7de22] .ant-checkbox-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  padding: 8px 16px;
}
[data-v-36f7de22] .ant-checkbox-wrapper .ant-checkbox {
  font-size: 0;
}
[data-v-36f7de22] .ant-checkbox-wrapper.border {
  border: 1px solid #DCDCDC;
}
[data-v-36f7de22] .ant-checkbox-wrapper.border.ant-checkbox-wrapper-checked {
  border: 1px solid #3A7FFF;
}

.label[data-v-3b536aa8] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}
.label2[data-v-3b536aa8] {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.icon[data-v-3b536aa8] {
  margin-left: 12px;
  color: #ed7b2f;
  font-size: 14px;
}
[data-v-3b536aa8] .ant-checkbox-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  padding: 8px 16px;
}
[data-v-3b536aa8] .ant-checkbox-wrapper .ant-checkbox {
  font-size: 0;
}
[data-v-3b536aa8] .ant-checkbox-wrapper.border {
  border: 1px solid #dcdcdc;
}
[data-v-3b536aa8] .ant-checkbox-wrapper.border.ant-checkbox-wrapper-checked {
  border: 1px solid #3a7fff;
}

.label[data-v-1fb166f1] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}
.label2[data-v-1fb166f1] {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.icon[data-v-1fb166f1] {
  margin-left: 12px;
  color: #ed7b2f;
  font-size: 14px;
}
[data-v-1fb166f1] .ant-checkbox-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  padding: 8px 16px;
}
[data-v-1fb166f1] .ant-checkbox-wrapper .ant-checkbox {
  font-size: 0;
}
[data-v-1fb166f1] .ant-checkbox-wrapper.border {
  border: 1px solid #dcdcdc;
}
[data-v-1fb166f1] .ant-checkbox-wrapper.border.ant-checkbox-wrapper-checked {
  border: 1px solid #3a7fff;
}
.table-icon[data-v-1fb166f1] {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.top-button[data-v-1fb166f1] {
  display: flex;
  justify-content: end;
  width: 1200px;
  margin-bottom: 16px;
}

.label[data-v-18e7fb98] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}
.label2[data-v-18e7fb98] {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.icon[data-v-18e7fb98] {
  margin-left: 12px;
  color: #ed7b2f;
  font-size: 14px;
}
[data-v-18e7fb98] .ant-checkbox-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  padding: 8px 16px;
}
[data-v-18e7fb98] .ant-checkbox-wrapper .ant-checkbox {
  font-size: 0;
}
[data-v-18e7fb98] .ant-checkbox-wrapper.border {
  border: 1px solid #dcdcdc;
}
[data-v-18e7fb98] .ant-checkbox-wrapper.border.ant-checkbox-wrapper-checked {
  border: 1px solid #3a7fff;
}
.table-icon[data-v-18e7fb98] {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-container[data-v-18e7fb98] {
  width: 400px;
  padding: 8px;
  display: flex;
  background: rgba(0, 0, 0, 0.04);
  margin-bottom: 16px;
}
.btn-container > span[data-v-18e7fb98] {
  flex: 1;
}
.btn-container .ant-btn[data-v-18e7fb98] {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6);
  border: 0 !important;
}
.btn-container .ant-btn-primary[data-v-18e7fb98] {
  background-color: #fff;
  color: #3a7fff;
}
.table-th[data-v-18e7fb98] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-th img[data-v-18e7fb98] {
  margin-left: 6px;
}
[data-v-18e7fb98] .error {
  color: #e81e19 !important;
}
[data-v-18e7fb98] .error .ant-select,[data-v-18e7fb98] .error .ant-input,[data-v-18e7fb98] .error .ant-input-number-input {
  color: #e81e19 !important;
}
.footer[data-v-18e7fb98] {
  height: 100%;
}
.tab-title-button[data-v-18e7fb98] {
  display: inline-block;
  padding: 4px 24px;
  background: #3a7fff;
  color: #fff;
  margin-top: 32px;
  margin-bottom: 16px;
}
[data-v-18e7fb98] .ant-table-footer {
  background: #f0f6ff;
}
.a[data-v-18e7fb98] {
  color: #555;
}
.a[data-v-18e7fb98]:hover {
  color: #3a7fff;
}
.record-tips[data-v-18e7fb98] {
  font-size: 12px;
  color: #e81e19;
}

