.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.min-full-height {
  min-height: 100vh;
}
.loading-box {
  border-radius: 6px;
  background: rgba(200, 200, 200, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 7;
}
.loading-box .loader {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 auto;
}
.loading-box .circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
}
.loading-box .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

.show-h5[data-v-e8e5f6fa] {
  display: none;
}
.v-user-container[data-v-e8e5f6fa] {
  line-height: normal;
  background-color: #fff;
}
.v-user-container .business-in[data-v-e8e5f6fa] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 120px;
}
.banner[data-v-e8e5f6fa] {
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner .banner-l[data-v-e8e5f6fa] {
  margin-right: auto;
}
.banner .banner-l h1[data-v-e8e5f6fa] {
  font-size: 53px;
  font-weight: 700;
  line-height: 64px;
  white-space: pre-wrap;
}
.banner .banner-l .desc[data-v-e8e5f6fa] {
  font-size: 24px;
  font-weight: 400;
  margin-top: 16px;
  color: #565656;
}
.banner .banner-l .status-tips[data-v-e8e5f6fa] {
  padding: 10px 16px;
  border-radius: 8px;
  background: #FAFAFA;
  font-weight: 400;
  line-height: 20px;
  margin-top: 40px;
}
.banner .banner-l .status-tips.error[data-v-e8e5f6fa] {
  color: #F24966;
  background-color: rgba(242, 73, 102, 0.1);
}
.banner .banner-l .btn[data-v-e8e5f6fa] {
  min-width: 220px;
  height: 52px;
  padding: 0px 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 40px;
  border-radius: 12px;
}
.rights[data-v-e8e5f6fa] {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 60px;
}
.rights .box[data-v-e8e5f6fa] {
  flex: 1;
  padding: 48px 64px;
  border-radius: 24px;
  background: #FAFAFA;
  position: relative;
  border: 1px solid #FAFAFA;
}
.rights .box[data-v-e8e5f6fa]:hover {
  border: 1px solid var(--Border-L1, #DDD);
}
.rights .box .pass[data-v-e8e5f6fa] {
  position: absolute;
  right: 0;
  top: 0;
  color: #0173E5;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 8px 16px;
  border-radius: 0px 24px;
  background: rgba(1, 115, 229, 0.1);
}
.rights .box .pc-header[data-v-e8e5f6fa] {
  display: flex;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 16px;
}
.rights .box .pc-header .r[data-v-e8e5f6fa] {
  margin-left: auto;
  text-align: right;
  padding-top: 44px;
}
.rights .box .pc-header .logo[data-v-e8e5f6fa] {
  width: 56px;
  height: 56px;
}
.rights .box .pc-header .name[data-v-e8e5f6fa] {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.rights .box .pc-header .margin[data-v-e8e5f6fa] {
  color: #8A8A8E;
  font-size: 16px;
}
.rights .box .pc-header .num[data-v-e8e5f6fa] {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 4px;
}
.rights .box .h5-header[data-v-e8e5f6fa] {
  display: none;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 16px;
}
.rights .box .h5-header .name[data-v-e8e5f6fa] {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.rights .box .h5-header .margin[data-v-e8e5f6fa] {
  color: #8C8C8C;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.rights .box .h5-header .margin .num[data-v-e8e5f6fa] {
  color: #000;
  margin-left: 4px;
}
.rights .box .h5-header .r[data-v-e8e5f6fa] {
  margin-left: auto;
}
.rights .box .h5-header .r img[data-v-e8e5f6fa] {
  width: 40px;
  height: 40px;
}
.rights .box .list[data-v-e8e5f6fa] {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.rights .box .list .item[data-v-e8e5f6fa] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.rights .box .list .item .icon-font[data-v-e8e5f6fa] {
  color: #ADADB4;
}
.rights .common-rights .item[data-v-e8e5f6fa]  em {
  color: #0173E5;
  font-style: normal;
}
.rights .brand-rights .item[data-v-e8e5f6fa]  em {
  color: #D89B1D;
  font-style: normal;
}
.h2[data-v-e8e5f6fa] {
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  margin-top: 120px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.h2 .refresh[data-v-e8e5f6fa] {
  margin-left: auto;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  border-radius: 8px;
  background: #F5F5F5;
  cursor: pointer;
}
.h2 .refresh i[data-v-e8e5f6fa] {
  height: 14px;
  width: 14px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAcCAYAAACQ0cTtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJqSURBVHgB3VZdVtpAFL4zgM90B+kKmu4grkBdQekKMK3i8cnw5BGUyArAHdAViCsgXYEsIS/yIEmm3w1JHNIUY1Jf/M6B+b/fnZu5P0QfFaLMpuHQtdAcKEWWEMpA244PC/Lx76HrYe6u17O9ymQJyYVSyqISEELMm036btv2sjSZ67rtIIhJjqkCQOqcntr9VNZ6TYetFs1lEdF6re51Ihz2o4jGaPdXK/Gp1/sh+Md9KcURm1CXgbPO9bU74X4YkouZCWQu/roZTHefM9sYQh3HsX3agctL14AJJ/pZKHcLIgvKmPE4R8SmczQN+2dnPx16A66ubhyQXBStZWQwn4GrPtYhSjEYjHAj6m4RCeFl3ywIokNtaVmViNFqCYdl5KZ97YFI3Uf6VAN4+r4Q0Vifg6V+Z2R4qvMwFJ+h0Vc455RqotmU0+0Z5ZWKIFUxHI4W2UuE20h6Rygl2Dc9jixsOfqwyL7ZJnJQW0p5e3LSvaN3gEyIrE2YUaZSUaXgW5oMBEY6AVKTgzH9BwwGLssytshgTVPf9Pwcdag20U0Hqi84BCZ5cUOGp/lF34hxt/7tXoJxFEVmRgYN8oINTp5UEZw9WMYLmZxlZKmX6+DkmRx6M1E+TZ2fb8oEwR+RbRsP4O1YfCAtPbxWV6QoKiWSyLGfjpuoDZbY5LOP4ech3eNGI+5/SzSzUEM8Is1PkeJ/7e3RnKO6RsBWOQgC1UmrroTKe3qiI12h2Kk5pTcaZK1WNEvT/66MWwKFpcTOqF9UV+wCmw1N/19Bt1SKYVIUp8eNRuwiiDIqKVIFa74MQ/WAtdlrkf0Pl6JSjWkdEPQAAAAASUVORK5CYII=);
  background-size: 100% 100%;
}
.h2 .refresh[data-v-e8e5f6fa]:hover {
  background: #EBEBEB;
}
.h2 .refresh:hover i[data-v-e8e5f6fa] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAcCAYAAACQ0cTtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFWSURBVHgB5VbRbYQwDH26LsAIGYERMsJtUEa4DaATHJ2A2yQj0P71ryNcf/tFY+FIxgQ1JMdH1SdZQvHDdhwnNvDfYb1cvYxe7l4mFvp2rKtRCMvGpkQhrsFOVBztlCmtstVsBUHKUf1M6ep5p5Xinr3cIg4H5gzCxgo6bb1ysAUT+feqAl+gVeQO+9FhO72LyEodBfQRR6MkXITiE2Wo2MaiUk+C8Ca+X1CGLy+vau1dkwwecDkZtDu5swYHQ1aifcKx+MacrQ+UH80fAd1+yvEzDobFxuV7JMI9M2KNSj/lLUxBLW2fxKJEg3I0mLNEL4mVCv1aE6F0d/K5ukiF7l+hPeSiVbaMVKZ03FxHnVTWWFaibg8OaXNFbJRwMVKYmAZeuyHe5s9YjwWWndyx7l/RczeYq0cqO+QPPKmjxCoIt8OJgyrzHBjM0ZIxPaSGc7a/GfkBquHEE0j1uz8AAAAASUVORK5CYII=);
}
.compare table[data-v-e8e5f6fa] {
  width: 100%;
  border-radius: 24px;
  border: 1px solid #DDD;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  overflow: hidden;
}
.compare table th[data-v-e8e5f6fa] {
  padding: 40px 56px 16px 56px;
  font-size: 14px;
  color: #8A8A8E;
  font-weight: 400;
}
.compare table td[data-v-e8e5f6fa] {
  padding: 16px 56px;
}
.compare table .brand-img[data-v-e8e5f6fa] {
  width: 32px;
  height: 32px;
}
.compare table th[data-v-e8e5f6fa]:nth-child(1),
.compare table td[data-v-e8e5f6fa]:nth-child(1) {
  text-align: left;
}
.compare table th[data-v-e8e5f6fa]:nth-last-child(1),
.compare table td[data-v-e8e5f6fa]:nth-last-child(1) {
  background-color: #FAFAFA;
}
.compare table th[data-v-e8e5f6fa]:not(:nth-last-child(1)),
.compare table td[data-v-e8e5f6fa]:not(:nth-last-child(1)) {
  border-right: 1px solid #DDD;
}
.compare table tbody tr:nth-last-child(1) td[data-v-e8e5f6fa] {
  padding-bottom: 40px;
}
.requirements[data-v-e8e5f6fa] {
  position: relative;
}
.requirements .item[data-v-e8e5f6fa] {
  display: flex;
  align-items: center;
  padding: 40px 0;
  gap: 20px;
}
.requirements .item .label[data-v-e8e5f6fa] {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #000;
}
.requirements .item .label .icon-font[data-v-e8e5f6fa] {
  font-size: 24px;
  color: #ddd;
}
.requirements .item .label.done .icon-font[data-v-e8e5f6fa] {
  color: #000;
}
.requirements .item .label .enough2[data-v-e8e5f6fa] {
  margin-top: 12px;
}
.requirements .item .value[data-v-e8e5f6fa] {
  margin-left: auto;
  color: #ADADB4;
}
.requirements .item .value a[data-v-e8e5f6fa] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.requirements .item .value a .icon-font[data-v-e8e5f6fa] {
  font-size: 14px;
}
.requirements .item[data-v-e8e5f6fa]:not(:nth-last-child(1)) {
  border-bottom: 1px solid #EBEBEB;
}
.footer[data-v-e8e5f6fa] {
  text-align: center;
  margin-top: 40px;
}
.footer .ivu-btn[data-v-e8e5f6fa] {
  margin-top: 12px;
  height: 52px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 12px;
  min-width: 396px;
}
@media screen and (max-width: 576px) {
.show-h5[data-v-e8e5f6fa] {
    display: block;
}
.show-pc[data-v-e8e5f6fa] {
    display: none;
}
.v-user-container[data-v-e8e5f6fa] {
    padding: 0 16px;
}
.v-user-container .business-in[data-v-e8e5f6fa] {
    padding-top: 20px;
}
.status-tips[data-v-e8e5f6fa] {
    padding: 12px;
    background: #FAFAFA;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: -20px -16px 8px -16px;
}
.status-tips.error[data-v-e8e5f6fa] {
    color: #F24966;
    background-color: rgba(242, 73, 102, 0.1);
}
.banner[data-v-e8e5f6fa] {
    align-items: flex-start;
}
.banner .banner-l[data-v-e8e5f6fa] {
    margin-top: 16px;
}
.banner .banner-l h1[data-v-e8e5f6fa] {
    font-size: 28px;
    line-height: 36px;
}
.banner .banner-l .desc[data-v-e8e5f6fa] {
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
}
.banner .banner-l .btn[data-v-e8e5f6fa] {
    min-width: 160px;
    height: 44px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 24px;
}
.banner .banner-r img[data-v-e8e5f6fa] {
    width: 132px;
    height: 132px;
}
.rights[data-v-e8e5f6fa] {
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
}
.rights .box[data-v-e8e5f6fa] {
    padding: 24px;
    border-radius: 12px;
}
.rights .box .pass[data-v-e8e5f6fa] {
    font-size: 12px;
    line-height: 16px;
    padding: 2px 12px;
    border-radius: 0px 12px;
}
.rights .box .pc-header[data-v-e8e5f6fa] {
    display: none;
}
.rights .box .h5-header[data-v-e8e5f6fa] {
    display: flex;
}
.rights .box .list[data-v-e8e5f6fa] {
    margin-top: 16px;
    gap: 8px;
}
.rights .box .list .item[data-v-e8e5f6fa] {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.h2[data-v-e8e5f6fa] {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 48px;
    margin-bottom: 16px;
}
.compare table[data-v-e8e5f6fa] {
    border-radius: 12px;
    border: 0.5px solid #ddd;
    font-size: 14px;
    line-height: 20px;
}
.compare table th[data-v-e8e5f6fa] {
    padding: 24px 12px 12px 12px;
    font-size: 12px;
}
.compare table td[data-v-e8e5f6fa] {
    padding: 12px;
}
.compare table .brand-img[data-v-e8e5f6fa] {
    width: 24px;
    height: 24px;
}
.compare table th[data-v-e8e5f6fa]:not(:nth-last-child(1)),
  .compare table td[data-v-e8e5f6fa]:not(:nth-last-child(1)) {
    border-right: 0.5px solid #DDD;
}
.compare table tbody tr:nth-last-child(1) td[data-v-e8e5f6fa] {
    padding-bottom: 24px;
}
.requirements .item[data-v-e8e5f6fa] {
    padding: 24px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.requirements .item .label[data-v-e8e5f6fa] {
    font-size: 14px;
}
.requirements .item .label .icon-font[data-v-e8e5f6fa] {
    font-size: 16px;
}
.requirements .item .label .enough2[data-v-e8e5f6fa] {
    margin-top: 4px;
}
.requirements .item .value[data-v-e8e5f6fa] {
    margin-left: 32px;
}
.requirements .item[data-v-e8e5f6fa]:not(:nth-last-child(1)) {
    border-bottom: 0.5px solid #EBEBEB;
}
.footer[data-v-e8e5f6fa] {
    padding: 16px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    text-align: left;
    z-index: 10;
}
.footer .ivu-btn[data-v-e8e5f6fa] {
    margin-top: 16px;
    height: 44px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 8px;
    width: 100%;
    min-width: unset;
}
}

